#umow-wizyte {margin: 25px 0;}
.clear {
	clear: both;
	display: block;
	height: 1px;
	line-height: 1px;
}
.appointmentForm_2 {
	margin: 15px 0;
}
.appointmentForm_2 > fieldset {
	border: none;
	padding: 0px;
}
.appointmentForm_2 > fieldset > legend {
	background: #004ca2;
	border: solid 1px #004ca2;
	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_2 > fieldset.expanded > legend {
	background: #004ca2;
}
.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;
}
/* zwijanie */
.appointmentForm_2 > fieldset.expanded .appointmentFormLegendButtonText {
	display: none;
}
/* zwijanie koniec */
.appointmentFormBookmarkContent {
	padding: 0px 0px 10px 0px;
	display: none;
}
.appointmentForm_2 p {
	margin: 10px auto !important;
	max-width: 310px;
}
p.fntxt2 {max-width:100%}
.appointmentForm_2 .input_text {
	border: solid 1px #868887;
	display: block;
	padding: 0;
	line-height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0px !important;
}
.appointmentForm_2 .input_text input {
	background: none;
	border: none;
	display: block;
	width: 100%;
}
.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: 8px 57px 8px 5px;
	width: 105%; /* hide ugly arrow */
	border: none;
	background: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: 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(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: #e51083;
	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: #f72f9b!important;
}
.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%;}

.appointmentForm_2 fieldset > div {
    /*display: block!important;
    height: unset!important;
    padding-bottom: unset!important;*/
}

/* otwarte na stale */
/*.pokaz {display: block;}

.appointmentFormLegendButton {
	display:none;
}
.yyy .appointmentFormLegendButton {
	display:block;
}*/
/* otwarte na stale koniec */

.wprz {
    margin: 10px auto !important;
    max-width: 320px;
    width: 100%;
    padding: 10px;
    position: relative;
    display: none;
}

.wprz .input_text {
    border: none;
    font-size: 14px;
}
.wprz .input_text input {
    padding: 8px;
    border: solid 1px #868887;
    margin-bottom: 5px;
}

.cwiz {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cwiz input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left:0!important;
}

.checkmark {
	position: absolute;
	top: 9px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #868887;
	border-radius: 15px;
}

.cwiz:hover input ~ .checkmark {
  background-color: #fff;
}

.cwiz input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cwiz input:checked ~ .checkmark:after {
  display: block;
}

.cwiz .checkmark:after {
	left: 4px;
	top: 4px;
	width: 10px;
	height: 10px;
	background: #868887;
	border-radius: 10px;
}

.cwp {
	padding: 0 15px;
    width: 50%;
    float: left;
    margin: 0;
}

.cwp .checkmark {
	top: 4px;
	color: #3f3f3f;
}

.wprzl {
    margin: 10px auto 0;
    max-width: 100%;
}
.wprz2 .cwiz {display: none;}

.opwpl, .opwpr {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    float: right;
}

.opwpr {float:left}

.opwpinf {
    display: inline-block!important;
    font-weight: normal;
    text-align: left;
    font-size: 0.75rem;
    float: left;
}
.opwpinf2 {clear:both;padding:15px 0 0 0}

@media (max-width: 767px) {
    .wprz, .cwp {width: 100%; float: none;}
    .opwpl, .opwpr {float:none}
}



/* przewijanie w adresach */
.appointmentAddresses {overflow-y: scroll; height:220px; }
.appointmentAddresses::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #dedede8c;
}
.appointmentAddresses::-webkit-scrollbar {
	width:6px;
	height:6px;
	background-color: #dedede8c;
}
.appointmentAddresses::-webkit-scrollbar-thumb {
	border-radius:10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #004ca2;
}
select[name=appointmentFormHour] option:disabled {display:none;}

.expanded.expandedDefault > div {display: block;}

.rodoMoreL {display:inline-block;color:#004ca2;font-weight:700;cursor:pointer;}
.rodoMore {display:none;}

.fopc1 .cwp:nth-child(2) {width:40%}
.fopc1 .cwp:nth-child(1) {width:60%}