

body, select, td, div {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
a {
	text-decoration: none;
	color: #D85600;
}
a:active {
	outline:none;
}
:focus {
	-moz-outline-style:none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	list-style-position: outside;
	margin-left: 25px;
	margin-bottom: 0px;
	padding: 0px;
	vertical-align:middle;
}
.wiecej {
	text-align: right;
}
.body {
	padding: 0px;
	margin: 0px;
}
/** Bootstrap reset */

.container {
	max-width: 800px;
	padding: 0px;
}
/** Page */

#logo {
	width: 150px;
	height: 108px;
	position: relative;
	margin: 0 auto;
}
#logo a {
	text-align: center;
}
#logo a span {
	position: absolute;
	width: 150px;
	height: 108px;
	top: 0px;
	left: 0px;
}
/** Headings */

header {
	margin: 5px;
	height: 120px;
	clear: both;
	text-align: center;
}
header .logo {
	margin: 30px 0 0 0;
}
#content {
	overflow: auto;
}
#content .heading {
	margin: 5px;
	text-align: center;
}
#content .heading h2 {
	margin: 0px !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
	font-size: 24px !important;
	color: #FFF;
}
#content .heading .desc {
	padding: 10px 20px 20px 20px;
	border-top: 1px solid #8ad9f7;
	color: #000;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
#content #labels {
	width: 90%;
	overflow: auto;
	margin: 20px auto;
}
#content #labels dl {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#content #labels dl dt {
	font-size: 20px;
	cursor: pointer;
	padding: 15px 20px;
	overflow: auto;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 1px 0 0 0px;
	display: block;
	overflow: hidden;
}
#content #labels dl dt .arrow {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 50px;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
}
#content #labels dl dt .arrow .kolor_strzalki {
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -8px -5px 0 0;
}
#content #labels dl dd {
	background: #FFF;
	overflow: auto;
	position: relative;
	margin: 2px 0 2px 0px;
	display: none;
	border: 1px solid #c0c0c0;
}
#content #labels dl dd .arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
}
#content #labels dl dd .desc {
	float: left;
	width: 94%;
	padding: 20px;
	padding-right: 0px;
	color: #000000 !important;
}
#content #labels dl dd .desc h3 {
	color: #3a3a3a;
	width: 100% !important;
	float: left !important;
	font-size: 20px !important;
	font-family: 'Roboto', sans-serif !important;
	padding: 0px 0px 10px 0px !important;
	clear: both;
}
#form {
	margin: 0px auto 10px auto;
	width: 90%;
	clear: both;
}
#form .row {
	padding: 0px;
	margin: 0px 0 0 0;
}
#form .row .form-group {
 	margin-bottom: 5px;
}
#form div {
	text-align: center;
}
label {
	margin: 10px auto 5px auto;
	display: block;
	width: 100%;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
}
input[type=text], select {
	height: 45px !important;
}
.date {
	background: url('../grafika/input_date.png') right center no-repeat !important;
}
select.date {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance:none;
}
@-moz-document url-prefix() {
	select.date {
	    padding-top: 11px;
	}
}
/*for IE10*/
select.date::-ms-expand {
    display: none;
}
@-moz-document url-prefix() {
	.custom-select {
		width: 100%;
		overflow: hidden;
		-webkit-border-top-right-radius: 4px;
		-moz-border-top-right-radius: 4px;
		border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-bottom-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-right: 1px solid #CCC;
	}

	#godzina {
		width: 110%;
		background-color: #ffffff;
		background: url('../grafika/input_date.png') right 20px center no-repeat !important;
	}
	.has-error .custom-select {
		border-color: #843534;
	}
}


.pull-down.cell {
	margin-top: 42px;
}
button[type=submit] {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	height: 45px;
	line-height: 45px;
	padding: 0px 10px 0px 15px;
	border: 0px;
	outline: none;
	margin-bottom: 20px;
}
button[type=submit] span {
	width: 16px;
	display: inline-block;
	margin-left: 10px;
	height: 10px;
	background: url('../grafika/arrow.png') no-repeat;
}
footer {
	margin: 5px;
	clear: both;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 20px;
	text-align: center;
}
footer a {
	color: #FFF;
}
.br-remove-bottom {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
/** Theme */


/** Zaokraglone rogi */

.br {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
	font-size: 16px;
}
/** Kolor strzałki w tytule pola */

.kolor_strzaki {
	color: #000;
}
/** Kolor strzałki w polu rozwijanym */


/** Kolor tła w nagłówku i stopce */

/* Validacja formuularzy */


input.dmsReq[type=text],
input.dmsReq[type=password], select.dmsReq, textarea.dmsReq {
	border: solid 1px #ff0000 !important;
	background-color: #fbb1b1 !important;
	background-image: none;
}
label {
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 5px;
}
label.dmsReq, .label.dmsReq  {

	margin-bottom: 5px;

	border: none;
	/* -- CSS3 - Rounded Corners -- */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	border: solid 1px #ff0000 !important;
	background-color: #fbb1b1 !important;
}
#req_s {
	clear:: both;
	margin-left: 10px;
	margin-top: 14px;
	padding: 5px;
	font-size: 11px;
}

/* Zdjecia */
.img-left {
	margin-right: 10px;
}
.img-right {
	margin-left: 10px;
}
.img-center {
	text-align: center;
}

/* Wyglad przyciskow */

.button, .text input[type=submit], .text input[type=button] {
	color: #fff;
	font-weight:700;
   	padding: 5px;
    margin-top: 10px;
    background-color: #662483;
    border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 }

 #labels_err {
 	border: solid 1px #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
	background: #ffffff;
 }

.button:hover, .text input[type=submit]:hover, .text input[type=button]:hover {
	background-color:#212121;
    cursor:  pointer;
 }

.input, .text input[type=text], .text select, .text textarea {
	color: #000000;
   	padding: 5px;
    background-color: #ffffff;
    border: none;
	/* -- CSS3 - Rounded Corners -- */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #e2e2e2;
 }

.input:focus, .text input[type=text]:focus, .text select:focus, .text textarea:focus {
	border: solid 1px #c17ce0;
}


input {
	vertical-align:middle;
}

blockquote {
    margin-left: 30px;
}

.hidden {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px !important;
	padding:0px !important;
	line-height:normal !important;
	font-weight:normal !important;
	display:block !important;
	float:none !important;
	width:auto !important;
	clear:none !important;
}

h1 {
	font-size:30px !important;
}

h2 {
    font-size:24px !important;
}

h3 {
	font-size: 20px !important;
}

h4 {
	font-size: 18px !important;
}

h5 {
	font-size: 16px !important;
}

h6 {
	font-size: 14px !important;
}

body.cke_editable {
	padding: 10px;
}
.form-group  {
	min-height: 100px;
}