@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);

html > body {
	background: #fff;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 11pt;
	line-height: 135%;
	color: #666;
}

h2 {
	color: #0080c6;
	font-size: 20pt;
	text-align: center;
	background: #eee;
	padding: 0.6em;
	line-height: 135%;
	margin-top: 0.2em;
}

h3 {
	text-align: center;
}

h3.err {
	color: #d22c2c;
	font-weight: normal;
}

#ui-datepicker-div {
	font-size: 75%;
	color: #000;
}

#kalendarz {
	display: block;
	margin: 0 auto;
	max-width: 600px;
}

div#kalendarz {
	text-align: center;
}

div.m50 {
	width: 48%;
	margin: 0;
	float: left;
	padding: 0 1%;
	position: relative;
}

div.elem {
	float: none;
	clear: both;
}

div.head {
	margin: 0.5em 0;
	padding: 0.5em 1em;
	text-align: center;
	background: #eee;
	color: #666;
	font-size: 12pt;
	float: none;
	clear: both;
}

button.submit {
	background: #0080c6;
	border: 1px solid #fff;
	padding: 0.5em 3em;
	font-size: 16pt;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 1em auto;
	text-decoration: none;
	width: 100%;
	float: none;
	clear: both;
}

input, select, textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	display: inline-block;
	width: 100%;
	padding: 0.5em;
	margin-bottom: 5px;
	font-size: 11pt;
	line-height: 120%;
	color: #555;
	vertical-align: middle;
	border-radius: 0;
	float: right;
	color: #aaa;
}

input.req, select.req {
	border: 1px solid #d22c2c;
}

select {
	text-align: left;
	margin-left: -4px;
}

textarea {
	width: 100%;
	height: 7.2em;
	margin: 0;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif !important;
}

input:focus, select:focus, textarea:focus {
	border-color:rgba(82,168,236,0.8);
	outline:0;
	outline:thin dotted \9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	color: #000;
}

input.req:focus, select.req:focus {
	border-color:rgba(210,44,44,0.8);
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(210,44,44,0.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(210,44,44,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(210,44,44,0.6);
}

label {
	font-size: 10pt;
	display: inline-block;
	width: 23%;
	margin-right: 2%;
}

label.req {
	color: #d22c2c;
}

label.long {
	width: 98%;
}

button.submit:hover, div#kalendarz a.back:hover {
	-webkit-box-shadow:inset 0 1px 5px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	-moz-box-shadow:inset 0 1px 5px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}

/* Hide all weekend options in the jQueryUI DatePicker dialog */
th.ui-datepicker-week-end, td.ui-datepicker-week-end {
    xdisplay: none;
}

a.acomnex {
	display: block;
	width: 80px;
	margin: 0.5em auto;
}

div.gt {
	font-size: 10pt;
	color: #888;
	text-align: center;
}