#umow-wizyte, #appPotw {margin: 10px 0 25px;}
.clear {
	clear: both;
	display: block;
	height: 1px;
	line-height: 1px;
}
.appointmentForm {
	margin-top: 15px;
	margin-bottom: 15px;
}
.fpak-6 .appointmentForm {margin:0}
.appointmentForm > fieldset {
	border: none;
	padding: 2px 0px;
}
.appointmentForm > fieldset > legend {
	position: relative;
	background: #26b05a;
	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 > fieldset.expanded > legend {
	background: #26b05a;
}
.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 > fieldset.expanded .appointmentFormLegendButton {
	background: none;
}
.appointmentFormLegendButtonText {
	display: block;
}*/
.appointmentForm .exp legend {
	position: relative;
}
.appointmentForm .exp legend:after {
    position: absolute;
    content: "";
    border: solid #fff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 6px;
    right: 20px;
}
.appointmentForm .exp legend:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 11px;
}
.appointmentForm .exp.expanded legend:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 19px;
}
.appointmentFormLegendButton {
	display: none;
}
/* zwijanie */
/*.appointmentForm > fieldset.expanded .appointmentFormLegendButtonText {
	display: none;
}*/
/* zwijanie koniec */
.appointmentFormBookmarkContent {
	padding: 10px 0px 10px 0px;
	display: none;
}
.appointmentForm p {
	margin: 10px auto !important;
	max-width: 310px;
}
.appointmentForm .input_text, .wprz .input_text input {
	border: solid 1px #868887;
	display: block;
	padding: 11px 10px;
	line-height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0px !important;
	border-radius: 10px;
}
.appointmentForm .input_text input {
	background: none;
	border: none;
	display: block;
	width: 100%;
}
.appointmentForm .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: 10px;
	display: block;
	overflow: hidden;
}
.appointmentForm .input_select select {
	padding: 12px 0px 12px 10px;
	width: 105%; /* hide ugly arrow */
	border: none;
	background: none;
}
.appointmentForm input, .appointmentForm select, .appInne input {
	outline: 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;
	margin: 7px 3px;
    cursor: pointer;
}
.appointmentFormDateInfo {
	color: #cc0000;
	font-size: 96%;
	display: block;
	clear: left;
}
.appointmentFormSubmit,
.appointmentFormSubmit[type=submit] {
	padding: 8px 20px;
	font-size: 20px;
	cursor: pointer;
	height: auto;
	color: #f7f7f7;
	background: #ff9400;
	display: block;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	margin: auto;
	border-radius: 10px;
	box-shadow: none;
}
.appointmentFormSubmit:hover {
	background: #ffa900;
}
.appointmentForm .input_text.appointmentFormInvalid,
.appointmentForm .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;
	border-radius: 10px;
}
p.dosob {font-size:11px;line-height:1.5;max-width:100%;}

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

.appointmentFormLegendButton {
	display:none;
}
.yyy .appointmentFormLegendButton {
	display:block;
}*/
/* ons koniec */

.wprz {
    margin: 0 auto !important;
    max-width: 330px;
    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-left: 26px;
	margin-right: 10px;
}

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

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

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

.tabexp tr td:nth-child(2), .tabexpM tr td:nth-child(2) {
    width: 40% !important;
}

/* 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: #10822c;
}

.tabexp, .tabexp2, .tabexpM {width:100%;}
.tabexp td, .tabexp2 td, .tabexpM td {border-bottom:1px solid #ccc;padding:7px 10px;cursor:pointer;line-height:1.2;vertical-align:top}
.texTitle {background:#f1f1f1;cursor:default;padding:0!important}
.tabexp tr:nth-child(1) td, .tabexp2 tr:nth-child(1) td, .tabexpM tr:nth-child(1) td {background:#26B05A;color:#fff;font-weight:bold;border-bottom:none;padding:13px 0 13px}
.tabexp tr:hover, .fchkd td, .tabexp2 tr:hover, .tabexpM tr:hover, .fchkd td {background:#eee}
.tabexp tr:nth-last-child(2) td, .tabexpM tr:nth-last-child(2) td {border:0}
.tabexp tr:nth-child(1) td:nth-child(1), .tabexp2 tr:nth-child(1) td:nth-child(1), .tabexpM tr:nth-child(1) td:nth-child(1) {border-radius:10px 0 0 10px}
.tabexp tr:nth-child(1) td:nth-child(2), .tabexp2 tr:nth-child(1) td:nth-child(2) .tabexpM tr:nth-child(1) td:nth-child(2) {border-radius:0 10px 10px 0}
.texTitle div {border:4px solid #10822c;padding:7px 10px}
.appInne input {width:100%;padding:11px 10px;border-radius:10px;border:1px solid #868887}
.appInne, .appInneCena {background:#fff!important;font-weight:normal!important;vertical-align: middle!important}
.fchkd td {font-weight:bold}
@media (max-width: 767px) {
    .tbxcen {width:75px}
    .tbxcen span {font-size:13px}
    .fpak-6 .tabexp td {padding:7px 3px}
    .fpak-6 .tabexp tbody tr td:nth-child(2) {width:75px!important}
    .fpak-6 .tabexp td span {font-size:100%}
}
.fpTwo .fchkd .skladBox {padding:10px 5px 5px 21px;font-weight:normal}
.fpTwo td:nth-child(2) {flex-basis:100px;flex-grow:0;flex-shrink:0}
@media (min-width: 768px) {
	.fpTwo td:nth-child(2) {flex-basis:224px}
	.fpTwo0 td:nth-child(2) {flex-basis:259px}
}
.fpTwo tr {display:flex;flex-wrap:wrap}
.fpTwo input[type="checkbox"] {pointer-events:none}
.fpTwo td {display:block;flex:1}
.fpTwo .bSklad {width:100%;flex:auto;display:none}
.fpTwo .fchkd .bSklad {display:block}
.fpTwo .fchkd td {border-bottom:none}
.fpTwo .fchkd td.bSklad {border-bottom:1px solid #ccc}
.fpTwo tr:nth-child(1) td, .fpTwo td:nth-child(2) {display:flex;align-items:center;justify-content:center}

.expanded.expandedDefault > div {display:block}
.expanded.expandedDefault.fpk5f .pokaz {display:block!important}

@media (max-width: 767px) {
    /* .fpk5 .tbxcen {width:38px} */
}

.fpk5 {margin-bottom:0}
.fpItem {font-weight:normal}
.fpItem ul {margin:5px 0}

.accTogle {
  position: relative;
  background: #e5e5e5;
  cursor: pointer;
  margin-top: 10px;
}
.accTogle h3 {
  color: #04a64a;
  margin: 0;
  padding:9px 58px 7px 75px;
  font-size: 15px;
}
@media (max-width: 767px) {
    .accTogle h3 {padding: 9px 5% 7px;}
}
/*.accTogle:after,
.accActive:after*/
.accArrow:after {
  position: absolute;
  content: "";
  border: solid #04a64a;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  right: 1px;
}
.accArrow:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 1px;
}
.accTogle.accActive .accArrow, .accTogle.accActive .accArrow:after {
  /*transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 19px;*/
  display: none;
}
.accArrow {
	float: right;
	padding: 0px 25px 0px 25px;
	position: relative;
}
.accItem {
	width: 100%;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.accItem.show {
  max-height: 2000px;
  opacity: 1;
}

/* poprawka tabeli z badaniami ~ kc-dev (08.01.25) */
.fpak-5 .accTogle p {margin:10px 10px!important;font-weight:800;max-width:100%;font-size:1.1rem;padding:3px 0}
.fpak-5 input[type="checkbox"] {flex-shrink:0;top:8px}
.fpak-5 .accItem .fpItem {display:flex}
.fpak-5 .accItem .fpItem span, .fpak-5 .accItem tr td:nth-child(2) div {padding:8px 0px;font-weight:600;font-size:1rem}
.fpak-5 .tabexp td, .fpak-5 .tabexp2 td {padding:5px 3px 5px 10px}
.fpak-5 .accItem tr td:nth-child(2) {width:75px!important;padding:5px 5px 5px 0}
.fpak-5 .accArrow:after {top:7px}
@media (min-width: 601px) {.fpak-5 .accArrow:after {top:3px}}
@media (min-width: 1400px) {
	.fpak-5 .accTogle p {font-size:1.1rem}
    .fpak-5 .accItem .fpItem span, .fpak-5 .accItem tr td:nth-child(2) div {font-size:1.1rem!important;padding:10px 0px}
    .fpak-5 input[type="checkbox"] {top:10px}
	.fpak-5 .accArrow {font-size:1.1rem;line-height:1;padding-top:4px}
	.fpak-5 .accArrowText {font-size:1.1rem}
}