#umow-wizyte {margin: 25px 0;}
.clear {
	clear: both;
	display: block;
	height: 1px;
	line-height: 1px;
}
.appointmentForm_3 {
	margin: 15px;
}
.appointmentForm_3 > fieldset {
	border: none;
	padding: 0px;
}
.appointmentForm_3 > fieldset > legend {
	background: #10822c;
	border: solid 1px #10822c;
	color: #fbfcfc;
	font-weight: bolder;
	line-height: 32px;
	width: 100%;
	padding: 0px 5%;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 1px 0;
	font-size: 15px;
}
.appointmentForm_3 > fieldset.expanded > legend {
	background: #10822c;
}
.appointmentFormLegendButton {
	float: right;
	padding: 0px 25px 0px 25px;
	font-weight: normal;
	letter-spacing: 0px;
	background: url(img/i_expand.png) no-repeat right center;
	height: 32px;
}
.appointmentForm_3 > fieldset.expanded .appointmentFormLegendButton {
	/* background: url(img/i_collapse.png) no-repeat right center; */
	background: none;
}
.appointmentFormLegendButtonText {
	display: block;
}
.appointmentForm_3 > fieldset.expanded .appointmentFormLegendButtonText {
	display: none;
}
.appointmentFormBookmarkContent {
	padding: 0px 0px 10px 0px;
	display: none;
}
.appointmentForm_3 p {
	margin: 10px auto !important;
	max-width: 310px;
}
.appointmentForm_3 .input_text {
	border: solid 1px #868887;
	display: block;
	padding: 4px 8px;
	line-height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0px !important;
}
.appointmentForm_3 .input_text input {
	background: none;
	border: none;
	display: block;
	width: 100%;
}
input[name="appointmentBadInne"] {padding:2px 10px 3px 10px}
.appointmentForm_3 .input_select {
	padding: 0px;
	width: 100%;
	border: solid 1px #868887;
	background: url(img/i_select_expand.png) no-repeat right center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	overflow: hidden;
}
.appointmentForm_3 .input_select select {
	padding: 5px 57px 5px 5px;
	width: 105%; /* hide ugly arrow */
	border: none;
	background: none;
}
.appointmentAddresses {
	display: none;
	padding: 10px 0px;
}
.appointmentAddresses table {
	width: 100%;
	line-height: normal;
	margin: auto !important;
}
.appointmentAddresses table td,
.appointmentAddresses table th {
	padding: 4px 5px;
}
.appointmentAddresses table th {
	font-weight: bolder;
}
.appointmentAddresses table td {
	cursor: pointer;
}
/*.appointmentAddresses table tr.dbg td {
	background: #eeeeee;
}
.appointmentAddresses table tr.dbg td.nbg {
	background: none;
}*/
/*.appointmentAddresses table tr:nth-child(even) {
    background: #eeeeee;
}*/
.appointmentAddresses table tr:nth-child(odd) td {
	background:#eeeeee
}
.appointmentAddresses table tr:first-child, 
.appointmentAddresses table tr td:first-child {
	background:unset;
}
.appointmentFormDateIcon {
	background: url(img/ico_calendar.png) no-repeat center center;
	width: 50px;
	height: 32px;
	float: right;
}
.appointmentFormDateInfo {
	color: #cc0000;
	font-size: 96%;
	display: block;
	clear: left;
}
.appointmentFormSubmit,
.appointmentFormSubmit[type=submit] {
	padding: 10px 20px;
	font-size: 20px;
	cursor: pointer;
	height: auto;
	color: #f7f7f7;
	background: #ff9400;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-weight: bolder;
	border: none;
	margin: auto;
	-webkit-box-shadow: -2px 2px 1px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: -2px 2px 1px 0px rgba(50, 50, 50, 0.75);
	box-shadow: -2px 2px 1px 0px rgba(50, 50, 50, 0.75);
}
.appointmentFormSubmit:hover {
	background: #ffa900;
}
.appointmentForm_3 .input_text.appointmentFormInvalid,
.appointmentForm_3 .input_select.appointmentFormInvalid {
	border: solid 1px #cc0000;
}
.appointmentFormErrors {
	border: solid 1px #cc0000;
	color: #cc0000 !important;
	background: #ffe5e5;
	padding: 4px 10px !important;
	font-weight: bolder;
	line-height: normal;
}
p.dosob {font-size:11px;line-height:1.5;max-width:100%;}
select[name=appointmentFormHour] option:disabled {display:none;}