﻿#com-form-login ul {
	display: none;
}
.inicjal {
    font-size: 24px;
    font-weight: bold;
    color: #9E9200;
}
.turkus {
    color: #346474;
}
.turkus-nobold {
    color: #346474;
    font-weight: normal;
}
#do-gory {
	text-align: right;
	padding-bottom: 20px;
}

#do-gory a {
	background: url(../images/arrow-up.png) right 50% no-repeat;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;	
	text-transform: lowercase;
	color: #9e9200;
	padding-right: 20px;
}

#do-gory a:hover {
	text-decoration: underline;
}


/******************** USTAWIENIA OGÓLNE ********************/

* {
	margin: 0;
	padding: 0;	
	outline: none;
}

*:focus { 
	outline: none; 
}

*:active { 
	outline: none; 
}

table { 
	border-collapse: collapse; 
}

th, td { 
	padding:0; 
}

a, img, button {
	border: none;
}

p, h1, h2, h3, h4 {
	padding-bottom: 10px;
}

h1 {
	/* font-size: 18px; */
	font-size: 150%;
}

h2 {
	/* font-size: 16px; */
	font-size: 120%;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 12px;
}

.content a {
    text-decoration: none;
    color: #9e9200;
}

.content a:hover {
	text-decoration: none;	
	color: #00abd3;
}

#left-column a,
#right-column a {
	text-decoration: none;	
}

#left-column,
#right-column {
	text-decoration: none;	
}

#left-column:hover,
#right-column:hover {
	color: #9e9200;
}

#current, 
#current a {
	color: #9e9200;
}

#nazwa-witryny {
	visibility: hidden;
	height: 0;
}

.button {
	background: #9e9200;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border: none;	
	font-size: 10px;
	font-weight: bold;
	color: white;
	padding: 5px 14px 7px 14px;
	display: block;
	cursor: pointer;
}

.button:hover {
	color: orange;
}

.inputbox {
	background: silver;
	border: 1px outset silver;	
	height: 18px; 	
	width: 180px;
	color: #00143f;		
	padding-bottom: 1px;
}

.inputbox:hover,
.inputbox:focus {	
	background: white;
	border: 1px solid silver;
}

select.inputbox {
	background: white;
	border: 1px solid silver;
	width: auto;
	height: 20px; 
	padding-right: 0;
	padding-left: 0;
	margin: 0 5px;
}

option {
	padding-right: 5px;
	padding-left: 3px;
}

textarea {
	background: silver;
	border: 1px outset silver;		
	padding: 4px;
}

textarea:hover,
textarea:focus {
	background: white;
	border: 1px solid silver;
}

/* clear */

.clear {
	clear: both;
	display: block;
	height: 1px;
	width: 5px;
}

.leading_separator {
	display: block;
	height: 1px;
	width: 5px;
}

.article_separator {    
	display: block;
	height: 1px;
	width: 5px;
}

.row_separator {
	display: block;
	height: 1px;
	width: 5px;
}

/*** Tooltips ***/

.tool-tip {
	float: left;
	background: #8799fc;
	border: 3px solid #BAC4FD;
	color: #00143f;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/*** powiadomienie ***/

div.error {
	display: none;
	width: 75%;
	margin: 0 auto 15px auto;
	padding: 20px;
	border: 1px solid #DE7A7B;
}

div.error dt {
	font-weight: bold;
}

div.error li {
	margin-left: 20px;
}

/* System Error Messages */

#system-message {
}

#system-message dd.error ul { 
	color: #c00; 
	background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; 
	border-top: 3px solid #DE7A7B; 
	border-bottom: 3px solid #DE7A7B; 
	margin: 10px 0 0 0; 
	padding: 10px 0 10px 40px;
	text-indent:0px;
}

.message {
	padding: 15px;
}

/* form validation */
.invalid { 
	border-color: #ff0000; 
}

label.invalid { 
	color: #ff0000; 
}


/* FABRIK */
.fabrikGroup .inputbox {
	background: inherit;
	height: inherit; 	
	width: inherit;
	color: inherit;		
	padding-bottom: inherit;
}

.fabrikGroup .inputbox:hover,
.fabrikGroup .inputbox:focus {	
	background: inherit;
}

.fabrikGroup select.inputbox {
	background: inherit;
	width: inherit;
	height: inherit; 
	padding-right: inherit;
	padding-left: inherit;
	margin: inherit;
}

option {
	padding-right: inherit;
	padding-left: inherit;
}

textarea {
	background: inherit;
	padding: inherit;
}

textarea:hover,
textarea:focus {
	background: inherit;
}
#w-jakich-problemach-pomagamy .blog_more h4 {
	display: none;
}