#umow-wizyte {margin: 10px 0 25px;}
.clear {
	clear: both;
	display: block;
	height: 1px;
	line-height: 1px;
}
.appointmentForm_2 {
	/* margin: 15px; */
}
.appointmentForm_2 > fieldset {
	border: none;
	padding: 0px;
}
.appointmentForm_2 > fieldset > legend {background: #26b05a !important;border: solid 1px #26b05a;color: #fbfcfc;font-weight: bolder;line-height: 32px;width: 100%;padding: 6px 47px 6px 16px;letter-spacing: 1px;cursor: pointer;margin: 1px 0;font-size: 15px;border-radius: 10px!important}
.appointmentForm_2 > 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_2 > fieldset.expanded .appointmentFormLegendButton {
	/* background: url(img/i_collapse.png) no-repeat right center; */
	background: none;
}
.appointmentFormLegendButtonText {
	display: block;
}
.appointmentForm_2 > fieldset.expanded .appointmentFormLegendButtonText {
	display: none;
}
.appointmentFormBookmarkContent {
	padding: 0px 0px 10px 0px;
	display: none;
}
.appointmentForm_2 p {
	margin: 10px auto !important;
	max-width: 310px;
}
.appointmentForm_2 .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;
}
.itxt2 {padding:2px 8px!important}
.appointmentForm_2 .input_text input {
	background: none;
	border: none;
	display: block;
	width: 100%;
}
.itxt2 input {padding:5px 10px!important}
.appointmentForm_2 .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_2 .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;
}*/
.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_2 .input_text.appointmentFormInvalid,
.appointmentForm_2 .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;}

/* Badanie NGS 04.12.20 */
.fwesBox {
    max-width: 483px;
    margin: 0 auto;
}
.inpWes {
    border: 1px solid #ccc;
    display: block;
    margin-top: 5px;
    border-bottom: none;
    overflow-y: scroll;
    height: 145px;
}
.inpWes.appointmentFormInvalid {border:1px solid red}
.inpWes label {
    background: #fff;
    width: 100%;
    padding: 2px 7px;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.inpWes label.zazn, .inpWes label:hover {background:#efefef;}
.inpWes label span {float:right}