@font-face {
    font-family: 'SegoeUI';
    font-weight:normal;
    src:
        /* local("Segoe UI"), */
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype"),
		url(assets/fonts/segoe-ui.svg) format("svg"),
		url(assets/fonts/segoe-ui.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'SegoeUIBold';
    font-weight:bold;
    src:
        /* local("Segoe UI"), */
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype"),
		url(assets/fonts/segoe-ui_bold) format("svg"),
		url(assets/fonts/segoe-ui_bold.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
	font-family:'Idealista';
	font-weight:normal;
	src:
    /* local('Idealista'), */
	url(../fonts/IdealistaLight.otf) format("opentype"),
	url(../fonts/IdealistaLight.svg) format("svg"),
	url(../fonts/IdealistaLight.ttf) format("truetype");
  }
  
@font-face {
	font-family:'IdealistaBold';
	font-weight:bold;
	src:
    /* local('Idealista'), */
	url(../fonts/IdealistaBold.otf) format("opentype"),
	url(../fonts/IdealistaBold.svg) format("svg"),
	url(../fonts/IdealistaBold.ttf) format("truetype");
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body {
	background: #fff;
    font-family: 'SegoeUI', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

strong { font-weight: 700; }




:root {
  --form-control-color: #DA1931;
  --form-green-color: #bccd00;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
} 

/* form {
  display: grid;
  place-content: center;
  min-height: 100vh;
} */

.form-control {
  font-family: system-ui, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

/* .form-control + .form-control {
  margin-top: 1em;
} */

/* .form-control:focus-within {
  color: var(--form-control-color);
} */











.alert {
    /* margin: auto; */
    max-width: 93vw;
    margin: 15px;
    font-size: 15px;
}

a, a:hover, a:focus {
	color: #da1931;
    /* color: #ffff; */
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2, h3 {
	margin-top: 10px;
	font-size: 36px;
    /* font-weight: 400; */
    font-weight: 600;
    color: #333333;
	line-height: 44px;
	font-family: 'Idealista', sans-serif;
}

img { max-width: 100%; }

::-moz-selection { background: #a93a52; color: #fff; text-shadow: none; }
::selection { background: #a93a52; color: #fff; text-shadow: none; }


/***** Top menu *****/

/* .navbar {
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(218, 25, 49, 1);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
	border-radius: 0px;

    height: 86px;
    display: flex;
}

ul.navbar-nav {
	font-size: 14px;
	color: #fff;
} */

/* .navbar-inverse ul.navbar-nav li { padding-top: 12px; padding-bottom: 8px; } */

/* .navbar-inverse ul.navbar-nav li .li-text { margin-right: 10px; opacity: 0.8; } */

/* .navbar-inverse ul.navbar-nav li a { color: #fff; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }

.navbar-inverse ul.navbar-nav li .li-social a {
	margin: 0 7px;
	font-size: 28px;
}



.navbar-inverse ul.navbar-nav li .li-social a:hover,
.navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #a93a52; }

.navbar-brand {
	width: 240px;
	background: url(../img/maximacare_logo.png) left center no-repeat;
	text-indent: -99999px;
}

.partner {
    width: 250px;
    margin: 40px;
    padding: 40px 20px;
} */

/* .navbar-brand img {
	margin: auto 0px;
} */

/* .navbar>.container .navbar-brand { margin-left: 0; } */








.partner {
    width: 250px;
    margin: 40px;
    padding: 40px 20px;
}


/* .fa {
    margin-right: 0.5em;
} */
.alert .fa, .btn-sncheck .fa {
    margin-right: 0.5em;
}
  



/***** Top menu *****/

.navigace {
    background: #da1931;
}

#hlavni-menu {
	/* padding-top: 20px;
	padding-bottom: 20px; */
    /* margin-top: 20px;
    margin-bottom: 20px; */
    border-radius: 0px;
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
    height: 85px;
    display: flex;
    justify-content: left;
    flex-direction: row;
    align-items: center;
}

#navigace-logo {
    width: 35%;
    display: flex;
    align-items: center;
}

#navigace-menu {
    width: 65%;
    font-size: 20px;
	color: #fff;
    /* margin-right: 50px; */
    top: -200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

#menu-faq {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    padding: 10px 20px;
    border-radius: 0px;
}

.navigace-menu-polozka {
    margin: 20px;
}

.navigace-menu-polozka a {
    color: #fff;
}

.navigace.expanded {
    height: 170px;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

#mobilni-menu {
    display: none;
}

#logo-image {
    height: 45px;
    margin: 20px;
}

.slide {
    clear:both;
    width:100%;
    height:0px;
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
  }


/***** Description *****/

.description-container {
	/* padding-top: 40px;
	padding-bottom: 40px; */
    margin: 30px;
	text-align: center;
}

.description-title { padding-bottom: 10px; }
.description-text { opacity: 0.8; }

.description-text a { color: #333333; border: 0; }
.description-text a:hover,
.description-text a:focus { color: #fff; border-bottom: 1px dotted #fff; }

.description-text .divider-1 { margin-top: 50px; }

#confirmation-container {
    /* padding-top: 20px;
    padding-bottom: 20px; */
    /* margin: 70px; */
    text-align: left;
    display: none;
    /* margin: 100px auto 100px 35px; */
    /* display: flex;
    flex-direction: column; */
    width: 720px;
    margin: 8vh auto;
    text-align: justify;
}

#confirmation-header {
    margin: 20px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

#nadpisButtonConfirmation {
    margin: 20px 20px 20px 5px;
}

/***** Multi Step Form *****/

.msf-container { padding-bottom: 80px; text-align: left; }

.msf-title h3 { padding-bottom: 10px; font-weight: 400; font-family: 'Idealista', sans-serif; }

.form-group h3 {
    font-family: 'SegoeUI', sans-serif;
    font-size: 25px;
}

/* h3 {
    margin-left: 15px;
} */

.msf-title p { opacity: 0.8; }

.msf-form h4 {
	margin-top: 20px;
	margin-bottom: 30px;
	/* font-weight: 400; */
	font-weight: 600;
    line-height: 26px;
	/* font-family: 'Idealista', sans-serif; */
    font-family: 'SegoeUI', sans-serif;
    margin-left: 15px;
}

.form-group h4 {font-family: 'SegoeUI', sans-serif;}

.msf-form h4 .step { color: #aaa; }

.msf-form h5 {
    width: 400px;
    margin: 10px auto 20px 15px;
	/* margin-top: 20px;
	margin-bottom: 30px; */
	/* font-weight: 400; */
	/* font-weight: 600; */
    /* line-height: 26px; */
	/* font-family: 'Idealista', sans-serif; */
    font-family: 'SegoeUI', sans-serif;
    /* margin-left: 15px; */
}

/* .country_select_validator {
    width: 800px;
    flex-grow: 200% !important;
} */



/* .msf-form form fieldset { display: none; overflow: hidden; } */
.msf-form form > fieldset { 
    display: none; 
    overflow: hidden; 
    margin-top: 30px;
}


.msf-form form input[type="text"], 
.msf-form form input[type="date"].datepicker, 
.msf-form form input[type="date"].datepicker-field 
/* .msf-form form input[type="text"].cislo_smlouvy,  */
/* .add-field-btn  */
{ 
    width: 400px; 
    max-width: 400px;
    /* margin-left: 5px; 
    margin-right: 5px;  */
    /* border: 1px solid #c0c1c2;  */
    border: 1px solid #c1c1c1;
    /* border-radius: 10px;  */
    border-radius: 15px;
    height: 50px;
    font-size: 20px;
}

/* .form-group.cislo_smlouvy {
    display: flex;
    flex-direction: column;
} */

.input-group {
    display: flex !important;
    flex-direction: row !important;
    /* justify-content: flex-start;
    align-items: center; */
    /* width: 60%; */ /* Old before calendar icon */
    width: 100%;
    flex-wrap: nowrap;
}

.input-group .form-control:first-child {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}



.cislo_smlouvy_sloupec {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

/* #cislo_smlouvy\[\]-error {
    margin-top: 55px !important;
} */


button.remove-field-btn {
    border-radius: 15px;
    margin: 0 15px !important;
    font-size: 20px;
    float: right;
}

button.add-field-btn {
    border-radius: 15px;
    margin: 15px !important;
    font-size: 20px;
}


.vyrobni_cislo_hledani {
 margin-top: 30px;
}

/* .msf-form form input[type="text"]::value {
    font-size: 20px !important;
    } */

.msf-form form #checkbox-text {
    width: 100%; 
    margin-left: 5px; 
    margin-right: 5px; 
    border: none;
}

.msf-form form textarea.form-control { 
    width: 840px; 
    height: 160px; 
    /* margin-left: 5px; 
    margin-right: 5px;  */
    /* border: 1px solid #c0c1c2;  */
    border: 1px solid #c1c1c1; 
    /* border-radius: 10px; */
    border-radius: 15px;
    font-size: 20px;
}

.msf-form form select.form-control, input[type="date"].form-control { 
    width: 400px; 
    /* margin-left: 5px;  */
    /* margin-right: 5px;  */
    /* border: 1px solid #c0c1c2; */
    border: 1px solid #c1c1c1; 
    /* border-radius: 10px; */
    border-radius: 15px;
}
.form-select {
    /* width: 400px;  */
    max-width: 400px; 
    height: 50px;
    font-size: 20px;
    border-radius: 15px;
    border: 1px solid #c1c1c1;
}

.msf-form form .form-group { 
    /* width: 400px;  */
    /* max-width: 400px;  */
    /* margin: 0 15px 15px 15px;  */
    margin: 35px 15px 35px 15px; 
    display: flex;
    flex-direction: column;
}

/* #notifier_datum_narozeni_group, #datum_narozeni_group {
    margin-left: 27px !important;
} */



.steps-inner-fields > .form-group { 
    margin: 0 15px 15px 15px !important; 
}

.flex-row-twofields > .form-group { 
    margin: 0px 15px 35px 15px !important; 
}




/* .form-group.pn_oselek {
    margin: 0 0 15px 15px !important;
} */

.adresa-validating_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    /* margin: 0 auto 20px; */
    /* margin: 0 auto 0px; */
    margin: 0;
}





.adresa-validating_box > .form-group { 
    margin: 0 15px 15px 15px !important; 
}

.form-group.address_validation { 
    margin: 0 0 0 15px !important;
}

.address_validation > .help-block {
    margin: 0 0 15px 0 !important;
}


/* .form-group-wide {
    width: 100% !important;
    margin: 0 15px 15px;
    display: flex;
    flex-direction: row;
} */

/* .form-group-nobottommargin {
    margin-bottom: 0 !important;
} */

.form-group-notopmmargin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.flex-row-twofields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    /* align-items: flex-end; */
}

.flex-column-onefield {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.msf-form form button.btn { 
    min-width: 60px; 
    max-width: 400px;
    margin: 14px 24px 14px 24px; 
}

.msf-form form p { 
    /* opacity: 0.9;  */
    margin-left: 15px;
    width: 90%;
}

.msf-form form .radio-buttons-1,
.msf-form form .radio-buttons-2,
.msf-form form .checkboxes-1,
.msf-form form .checkboxes-2 { 
    width: 35%; 
    display: flex; 
    flex-flow: row; 
    align-items: center; 
    justify-content: flex-start; 
    /* margin: 0 15px 20px 15px; */
    /* margin: 8px 5px;   */
    /* margin: 5px 5px;   */
    font-size: 15px;
}

.msf-form form .radio-buttons-2, .msf-form form .checkboxes-2 {
    width: 95%; 
}  

.checkbox-item {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin: 5px 10px 5px 0;
    white-space: nowrap;
}
.checkbox-item>p {
    margin: 0;
}
.souhlas-podminky {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 40px 0 10px;
}

#podpis_pokyny {
    margin-top: 40px !important;
}

.podnadpisy {
    font-size: 15px;
}


/* .msf-form form .radio-buttons-2, .msf-form form .checkboxes-columns {
    display: flex; 
    flex-flow: column; 
}   */

.msf-form form .selects-1,
.msf-form form .selects-2 { 
    display: inline-block; 
    /* margin: 0 0 20px 0;  */
    /* margin: 0 15px 15px 15px; */
    /* margin: 35px 15px 15px 15px; */
    /* margin: 0px 15px 0px 15px; */
    margin: 0px 15px 15px 15px;
    /* max-width: 400px; */
    width: 400px;
}

input[type="text"] .error-in-field {
	border-color: #da1931 1px solid !important;
}

.msf-form input::placeholder {
	/* color: var(--form-control-color); */
    color: #AAAAAA;
    font-style: normal;
}



.datepicker-icon {
    position: absolute;
    right: 20px;
    top: -11px;
}

.glyphicon-calendar
{
    font-size: 25px;
}

.datepicker-icon {
    z-index: 1;
    order: -1;
}

.datepicker-field {
    z-index: 0;
    width: 100%;
    order: 1;
}

.input-group-btn {
    position: relative;
    font-size: 25px;
    white-space: nowrap;
    right: -8px;
    top: 16px;
    z-index: 20000;
    color: #AAAAAA;
}

.help-block {
    order: 5;
}

          
/* .msf-form input::placeholder.datepicker {
    text-align: right !important;
} */

/* webkit solution */
/* ::-webkit-input-placeholder #ovk_datrkl { text-align:right; } */
/* mozilla solution */
/* input:-moz-placeholder #ovk_datrkl { text-align:right; } */

.fieldsetmsg {
  /* position: relative; */
  margin-bottom: 20px;
}

/* .fieldsetmsg p { */
  /* font-weight: bold; */
  /* margin: 0; */
  /* top: 50%;
  left: 50%;
  transform: translate(50%, 50%); */
/* } */

#typ_udalosti {
    height: 0px !important;
    border: none !important;
}

.msf-form form .fieldserror, .fieldsigerror, .insuranceerror {
  /* width: 50%; */
  /* margin: auto; */
  background-color: #FF0000;
  color: #ffff;
  border: 2px solid #FF0000;
  display: none;
  margin-left: 15px;
}

.msf-form form .fieldscorrect, .fieldsigcorrect, .correctsending {
  /* width: 50%; */
  /* margin: auto; */
  background-color: #bccd00;
  color: #ffff;
  border: 2px solid #bccd00;
  /* display: none; */
  border-radius: 15px;
}

/* .insuranceerror, .max-simple-error, #nevybraneriziko {
    margin-top: 30px;
    margin-bottom: 30px; */
    /* border: 1px #E9E9E9 solid; */
    /* text-align: left; */
    /* height: 80px; */
    /* max-width: 835px; */
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
/* } */

/* .max-error-header {
    background-color: #E9E9E9;
    color: #DA1931;
    font-size: 20px;
    padding: 10px 15px;
}

.max-error-heading {
    height: 30px;
    margin-bottom: 20px;
}

.max-error-body {
    color: #000;
    background-color: #fff;
    font-size: 15px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
}

.max-error-text {
    margin-bottom: 10px;
} */
.max-simple-error-container, .souhlaserror, #nevybraneriziko {
    /* padding-top: 30px;
    padding-bottom: 30px; */
    /* padding: 15px 0 15px 15px; */
    margin: 15px;
    background-color: #fff;
}

.max-simple-error-text {
    font-size: 18px !important;
    /* margin-left: 15px; */
}

#max-simple-error-step1 {
    margin-top: 80px;
}

/* .spatnevyplnenaadresa {
    margin-left: 15px;
} */




.insuranceerror p {
    margin: 7px 0 7px 0 !important;
}

  


/* #pu_riziko-error {
    display: none !important;
} */

/* .max-error-text {
    margin: 10px;
} */

/* #ovk_jine_field { */
    /* width: 400px; */
    /* margin-left: 10px; */
    /* margin-top: 5px; */
    /* margin-left: -15px;
    margin-top: -30px; */
/* } */


.msf-form form .thisproductisselected {
  background-color: #228B22;
  color: #ffff;
}

.msf-form form .thisproductcannotbeselected {
  background-color: #808080;
  color: #ffff;
}

.form-group .lcd .td .ew {
	margin: 0px 15px 15px 15px;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#page-container {
  /*background: url("../img/backgrounds/1.jpg") no-repeat center center /*fixed*//*;*/
  background-color: #fff;
  /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
}

#content-wrap {
  /* padding-bottom: 80px;    Footer height */
  padding-bottom: 321px;    /* Footer height */
}

#signatureparent {
	padding: 15px;
	/* max-size: 824px; */
    text-align: left;
}

#signature {
	/* width: 80%; */
	height: 80%;
	/* margin: 0px auto 0px; */
    /* width: 400px;  */
    max-width: 840px;
}

#footer {
	position: absolute;
	/* bottom: 0; upraveno dodatecne po implementaci cerneho zapati maxima */
	width: 100%;
	height: 80px;
	/* text-align: center; */
	/* background-color: #f4623a; */
	background-color: #000000;
	/* color: #f4623a; */
	color: #ffff;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;

    justify-content: space-evenly;
	
	/* border: 1px solid #da1378; */
}

.footer-content {
	/* height: 100%;*/
	/* width: 100%;  */
	/* margin-left: auto;
	margin-right: auto; */

	display: flex;
 	flex-direction: row;
	flex-wrap: wrap;

	justify-content: center;
	align-items: center;
	/* flex-basis: 33%; */
	/* align-self: center; */

	/* border: 1px solid #ffff; */
}

.logo {
	/* border: 1px solid #da1931; */
	/* width: 350px; */
	/* height: 80%; */
	margin-right: 20px;
}

.copyright {
	/* border: 1px solid #ffff00; */
	/* width: 350px;
	height: 100%; */
	text-align: left;
}

/* .links {
	border: 1px solid #ffff00;
	width: 350px;
	height: 100%;
	text-align: left;
	width: 90%;
} */

.gdpr :hover {
    text-decoration: underline;
    cursor: pointer;
}

#gdpr-link {
    color: var(--form-control-color);
}

.jSignature { 
	margin: auto;
}

#signature {
    border: 1px dotted #c0c1c2; border-radius: 15px;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label,
#select-1-error,
.max-simple-error-text {
    color: #da1931 !important;
    font-family: 'SegoeUIBold' !important;
    font-size: 17px !important;
    font-weight: bold !important;
    width: 100% !important;
}

.skew-acw {
    border-radius: 15px !important;
    -ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
	transform: skew(20deg);
}

.skew-cw, .swal2-styled {
    border-radius: 15px !important;
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
	transform: skew(-20deg);
}

.naklonit-acw {
    transform: skew(20deg) ;
}

.naklonit-cw {
    transform: skew(-20deg) ;
}


.control-label label, label {
    font-weight: 400;
    /* font-weight: 600; */
    /* font-size: 16px; */
    font-size: 15px;
    font-family: 'Segoe UI',sans-serif;
    line-height: 160%;
    /* color: #333; */
    color: #000;
    /* margin: 0 15px 15px 15px; */
}

/* .label-radio {
    margin: 0 15px 0px 15px;
} */

/* .label-select {
    margin: 0 0 5px 0;
} */






.helper {
    margin-bottom: 40px !important;
}

.insurance-select {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* justify-content: space-evenly; */
    /* margin-left: 15px;
    margin-bottom: 30px; */
    margin: 0 15px 30px;
}
/* .insurance-select {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100px);
    justify-content: space-between;
    grid-gap: 20px;
} */
/* .insurance-select::after {
    content: '';
    flex: auto;
    } */

/* .insurance-detail {
    width: 20em;
    height: 12em;
    border: solid 1.5px #333333;
    border-radius: 10px;
    margin: 3.5em;
    background-color: #fff;
    color:#000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 70%;
} */

.insurance-detail {
    /* width: 12em;
    height: 12em; */
    width: 200px;
    height: 150px;
    border: 3px solid #c1c1c1;
    border-radius: 20px 0px 20px 0px;
    /* margin: 3em; */
    margin: 15px 30px 15px 0;
    background-color: #fff;
    color:#545454;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    text-align: center;
    /* opacity: 70%; */
}


.insurance-detail h4 {
    font-family: 'Idealista', sans-serif;
    font-size: 1.3em;
    font-weight: normal;
}

.riziko-icons {
    /* width: 6em; */
    height: 4em;
}

.riziko-text {
    color: #da1931;
    font-family: 'SegoeUIBold', sans-serif;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 26px;
}




.insurance-selected {
    border: solid 3px #bccd00;
    color:#bccd00;
    opacity: 100%;
    -o-transition: all .5s; -moz-transition: all .2s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.insurance-detail:hover, .insurance-detail:focus {
    border: solid 3px #da1931;
    color:#da1931;
    opacity: 100%;
    -o-transition: all .5s; -moz-transition: all .2s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
    cursor: pointer;
}

.insurance-selected.insurance-detail.insurance-detail:hover, .insurance-selected.insurance-detail.insurance-detail:focus    {
    border: solid 3px #bccd00;
    color:#bccd00;
    opacity: 100%;
    -o-transition: all .5s; -moz-transition: all .2s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.prilohy {
    margin-top: 25px;
}

.prilohy_napoveda {
    color: #da1931;
}

.accordion-files {
    max-width: 90%;
    margin-left: -5px;
}

.accordion-button {
    font-family: 'SegoeUI';
    letter-spacing: 1px;
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
    color: #da1931 !important;
    background-color: transparent;
    border-color: transparent;
  }
  
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #da1931 !important;
}

.accordion-button:not(.collapsed):not(:focus) {
    border-bottom: none;
  }
  
.accordion-button:not(.collapsed) {
    /* color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg); */
    box-shadow: none;
}

  


/* .insurance-detail i {
    font-size: 2em;
} */

.nadpisy {
    width: 100%;
    margin-top: 40px;
    height: 45px;
    background-repeat: no-repeat;
}

/* .nadpisy_inner {
    width: 67%;
    height: 100%;
    float: left;
    padding-left: 8%;
    line-height: 45px;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
} */

.nadpisy_inner {
    width: 67%;
    height: 100%;
    float: left;
    /* padding-left: 8%; */
    line-height: 45px;
    font-size: 30px;
    font-weight: bold;
}

.form-step-header {
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    margin-left: 10px;
}

.nadpisy_inner_right {
    width: 25%;
    float: right;
    /* height: 100%; */
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    color: #818181;
    text-align: right;
    margin-top: 10px;
}

.nadpisy_inner_right_text {
    cursor: pointer;
    text-decoration: underline;
}

.big_div_small {
    padding-left: 85px;
    margin-left: 53px;
    margin-top: 30px;
    font-size: 15px;
    border-left: 3px solid #bccd00;
}

.big_div {
    width: 100%;
    padding-left: 59px;
    margin-left: 53px;
    margin-top: 10px;
    /* margin-top: 30px; */
    border-style: solid;
    border-width: 0;
    border-color: #c1c1c1;
    border-left-width: 3px;
}



.steps_inner {
    width: 100%;
    font-size: 15px;
    padding-top: 10px;
}


.button_next{
    width:98.5%;
    height:45px;
    background-image:url("pictures/button_next_cz.png");
    background-repeat:no-repeat;
    background-position:right;
    text-align:right;
    margin-top:20px;
  }
  
  .button_next_text{
    margin-left:879px;
    padding-top:8px;
    color:white;
    float:rigth;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
  }

  
/* #black_bottom {
    width: 100%;
    height: 321px;
    background-color: black;
}

#black_bottom_inner {
    width: 1170px;
    height: 321px;
    margin: auto;
    color: white;
    font-weight: bold;
    background-color: black;
}

#bb_logo {
    float: left;
    margin-left: 21px;
    margin-top: 44px;
    width: 302px;
} */





.form-step-counter {
    padding-right: 30px;
    min-width: 60px; 
    margin: 14px 24px 14px 24px; 
    pointer-events: none;
}

.completed-step {
    background-color: #bccd00 !important;
}

.btn-next, .btn-submit, .add-field-btn {
    float: right;
    background-color: #bccd00 !important;
    /* margin-right: 80px; */
}

.add-field-btn {
    float: left;
    background-color: #bccd00 !important;
    border-radius: 15px !important;
    margin: 0 15px 15px 15px !important;
    width: 100%;
}

.btn-sncheck {
    margin: 24px 15px !important;
    border-radius: 15px !important;
    background-color: #bccd00 !important;
    font-size: 20px;
}

.snerror, .sncorrect {
    margin-bottom: 30px;
}

.btn-file {
    height: 25px;
}

.btn-text {
    font-size: 20px;
    text-transform: uppercase;
}

/* .form-step-counter:hover, .form-step-counter:hover:focus {
    text-decoration: none;
} */

.steps-inner table {
    margin: 0 15px;
}

.steps-inner {
    width: 90%;
    
}

.steps-inner-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.prohlaseni_podminky {
    width: 902px;
    height: 200px;
    resize: none;
    font-family: 'segoeui';
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #c1c1c1;
    border-radius: 15px;
    margin: 0 15px;

    overflow-y: scroll;
}

.prohlaseni_odkaz {
    color: #000;
    text-decoration: underline;
}

.prohlaseni_odkaz:hover {
    color: #da1931;
}

/* .prohlaseni_odkaz:focus {
    color: #da1931
 }

.prohlaseni_odkaz:visited {
    color: #da1931
 } */

textarea {
    writing-mode: horizontal-tb !important;
    /* font-style: ;
    font-variant-ligatures: ;
    font-variant-caps: ;
    font-variant-numeric: ;
    font-variant-east-asian: ;
    font-weight: ;
    font-stretch: ;
    font-size: ; */
    font-family: monospace;
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    background-color: field;
    column-count: initial !important;
    margin: 0em;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding: 2px;
}

#debugArea {
    border: dotted #a93a52 1px ;
    color: #a93a52;
}


/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
 .success-checkmark {
    width: 80px;
    height: 115px;
	/* margin: 0 auto; */
 }
    
    .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
		border: 4px solid #4CAF50;
	}
        
	.check-icon::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }
        
        .check-icon::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }
        
        .check-icon::before, .check-icon::after {
            content: '';
            height: 100px;
            position: absolute;
		/* background: #FFFFFF; */
            transform: rotate(-45deg);
        }
        
        .icon-line {
            height: 5px;
            background-color: #4CAF50;
            display: block;
            border-radius: 2px;
            position: absolute;
			z-index: 10;
		}
            
		.icon-line.line-tip {
                top: 46px;
                left: 14px;
                width: 25px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }
            
            .icon-line.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }
        
        
        .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid rgba(76, 175, 80, .5);
        }
        
        .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            /* background-color: #FFFFFF; */
        }
    

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}




/* 
html, body {
    overflow-x: hidden;
    height: 100%;
}
body {
    background: #fff;
    padding: 0;
    margin: 0;
    font-family: 'SegoeUI', sans-serif;
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #FC466B;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: 100%;
    height: 500px;
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 60px;
    top: -220px;
    transform: translateY(-300px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%);
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
} */
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

.openSidebarMenu {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none !important;
}
/* .sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 32px;
    right: 15px;
    height: 22px;
    width: 22px;
} */
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
    border-radius: 10px;
    color: #fff;
    opacity: 1;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
    border-radius: 10px;
    color: #fff;
    opacity: 1;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
    border-radius: 10px;
    color: #fff;
    opacity: 1;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

body.modal-open .background-container{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    /* filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4'); */
}


.rodne_cislo_group {
    /* margin: 0px 0px 0px 12px;
    width: 100px; */
    width:400px;
    max-width: 100vw;
    display:flex; 
    justify-content:left;
    align-items:flex-start;
    flex-wrap: wrap;

    /* margin-left: 15px; */
    margin: 0 0 15px 15px;
}

.rodne_cislo_group .form-group:nth-child(1) {
    flex-basis: 60%;
    width: 60%;
}
.rodne_cislo_group .form-group:nth-child(2) {
    flex-basis: 10%;
    width: 10%;
}
.rodne_cislo_group .form-group:nth-child(3) {
    flex-basis: 30%;
    width: 30%;
}
.rodne_cislo_group .form-group:nth-child(4) {
    flex-basis: 100%;
}

.rc-prvni-cast {
    width: 100% !important;
}

.rc-druha-cast {
    width: 100% !important;
}



.rc_lomitko {
    font-size: 25px; 
    height: 50px; 
    display:flex; 
    justify-content:center; 
    align-items:center; 
    margin-top: 55px;
}

.udaje_rc_lomitko {
    font-size: 25px; 
    height: 50px; 
    display:flex; 
    justify-content:center; 
    align-items:center; 
    margin-top: 22px;
    /* margin: 22px 0px 5px 35px; */
    width: 10%;
}

#rodne_cislo_cele-error, #notifier_rodne_cislo_cele-error {
    margin-bottom: 0px;
}


.cislo_smlouvy_group {
    /* margin: 0px 0px 0px 12px;
    width: 100px; */
    width: 480px;
    max-width: 100vw;
    display:flex; 
    justify-content:left;
    align-items:flex-start;
    flex-wrap: wrap;

    /* margin-left: 15px; */
    /* margin: 0 0 15px 15px; */
}

.cislo_smlouvy > .input-group:nth-child(1) {
    flex-basis: 80%;
    width: 80%;
}
.cislo_smlouvy > .input-group:nth-child(2) {
    flex-basis: 20%;
    width: 20%;
}
/* .cislo_smlouvy_group .form-group:nth-child(3) {
    flex-basis: 30%;
    width: 30%;
}
.cislo_smlouvy_group .form-group:nth-child(4) {
    flex-basis: 100%;
} */

.cislo_smlouvy.form-group {
    margin: 15px !important;
}
.cislo_smlouvy_prvni.form-group {
    margin: 35px 15px 15px !important;
}




input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0 10px;
  
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);
  
    display: grid;
    place-content: center;
  }
  
  input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
  }
  
  input[type="radio"]:checked::before {
    transform: scale(1);
  }
  
  /* input[type="radio"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
  } */



  input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0 10px 0 0;
    font: inherit;
    color: currentColor;
    width: 30px;
    height: 30px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
  }
  
  input[type="checkbox"]::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #bccd00;
    background-color: #fff;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    /* box-shadow: inset 1em 1em var(--form-green-color); */
  }
  
  input[type="checkbox"]:checked::before {
    transform: scale(1);
    background-color: #fff !important; /* change the checkmark background color to white */
  }
  
  input[type="checkbox"]:checked {
    background-color: #bccd00; /* change the background color to green when checkbox is checked */
    border: 1px solid #bccd00; /* change the border color to green when checkbox is checked */
  }
  
  input[type="checkbox"]:focus {
    outline: none;
  }
  
  input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
  }

  
  
  

  


  

td {
    font-family: 'segoeui';
    font-size: 15px;
}



.filepond--root {
    /* width: calc(50% - 0.5em); */
    width: 90%;
    /* max-width: 400px; */
    max-width: 447px;

}

.filepond--hopper {
    border: 1px #939393 dashed;
    border-radius: 20px;
}

.filepond--panel-top {
    background-color: transparent;
}
.filepond--panel-center {
    background-color: transparent;
}
.filepond--panel-bottom {
    background-color: transparent;
}

.filepond--file-info-main, .filepond--file-status-main {
    color: #000;
}

.filepond--file-info-sub, .filepond--file-status-sub {
    color: #333333;
}

.filepond--image-preview-overlay-success {
    mix-blend-mode: normal;
    color: #EDEEEF;
}

.filepond--file-action-button {
    color: #DA1931;
    background-color: transparent;
}

.filepond--file-action-button::after {
    color: #DA1931;
}

.filepond--image-preview {
    background: #e1e1e1;
}


.filepond--root *:not(text) {
    font-family: 'segoeui';
    font-size: 15px;
}
   .filepond--credits {
    display: none;
}




[data-filepond-item-state='processing-complete'] .filepond--item-panel {
    background-color: #e1e1e1;
}





#souhlas_uhrada {
    margin-top: 5px;
    margin-left: 15px;
}


/* .checkboxes {
    width: 30px;
    height: 30px;
    background-image: url("assets/img/checkbox_off.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}

.checkboxes:checked {
    background-image: url("assets/img/checkbox_on.png");
} */



.iti--separate-dial-code .iti__selected-flag {
    background-color: #fff;
    padding-left: 16px;
    border-radius: 15px;
    max-height: 48px;
    font-size: 20px;
    color: #AAAAAA;
    font-style: normal;
}

  /* .iti__flag {background-image: url("/assets/intl-tel-input-master/build/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("/assets/intl-tel-input-master/build/img/flags@2x.png");}
} */




.maxima_switch_group {
    /* margin: 0 0 15px 0; */
    /* min-height: 48px; */
    /* max-height: 48px; */
    /* width: 100% !important; */
    /* width: 300px; */
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; */
}
.maxima_switch_left {
    float: left;
    min-width: 80px;
    height: 48px;
    border-radius: 15px 0px 0px 15px;
    line-height: 48px;
    padding: 0px 15px 0px 15px;
    font-size: 20px;
    border: 1px solid #c1c1c1;
    cursor: pointer;
    color: black;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.maxima_switch_left_selected {
    float: left;
    min-width: 80px;
    height: 48px;
    border-radius: 15px 0px 0px 15px;
    line-height: 48px;
    padding: 0px 15px 0px 15px;
    font-size: 20px;
    border: 1px solid #c1c1c1;
    cursor: pointer;
    color: white;
    background-color: #bccd00;    
}

.maxima_switch_center {
    float: left;
    min-width: 80px;
    height: 48px;
    border-radius: 0px 0px 0px 0px;
    line-height: 48px;
    padding: 0px 15px 0px 15px;
    font-size: 20px;
    border: 1px solid #c1c1c1;
    cursor: pointer;
    color: black;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.maxima_switch_center_selected {
    float: left;
    min-width: 80px;
    height: 48px;
    border-radius: 0px 0px 0px 0px;
    line-height: 48px;
    padding: 0px 15px 0px 15px;
    font-size: 20px;
    border: 1px solid #c1c1c1;
    cursor: pointer;
    color: white;
    background-color: #bccd00;    
}

.maxima_switch_right {
    float: left;
    min-width: 80px;
    height: 48px;
    border-radius: 0px 15px 15px 0px;
    line-height: 48px;
    padding: 0px 15px 0px 15px;
    font-size: 20px;
    border-color: #c1c1c1;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    cursor: pointer;
    color: black;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.maxima_switch_right_selected {
    float: left;
    min-width: 80px;
    height: 48px;
    border-radius: 0px 15px 15px 0px;
    line-height: 48px;
    padding: 0px 15px 0px 15px;
    font-size: 20px;
    border-color: #c1c1c1;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    cursor: pointer;
    color: white;
    background-color: #bccd00;    
}




/* .form-group.cislo_smlouvy,
.form-group.umr_datvzn, .form-group.umr_popoud */
/* .form-group.inv_datodb, */ /* .form-group.inv_polsps, */ 
/* .form-group.umr_polsps { */
    /* width: 100% !important;
} */


#pu_riziko, #pu_riziko_interni,
#partner, #channel,
#vznik_pricina_field,
#cislo_smlouvy_field,
#selectedFileTypes, #filesReadyForProcessing_field,
#notifier_same_field, #cislo_uctu_pojmaj_field, 
#cislo_uctu_obcanstvi_field,
#telephone_output, #notifier_telephone_output,
#inv_przinv_field, #umr_przinv_field, #hsp_przinv_field, #pn_przinv_field, #zp_przinv_field, #ocr_przinv_field,
#inv_stpinv_field, #umr_stpinv_field, #hsp_stpinv_field, #pn_stpinv_field, #zp_stpinv_field, #ocr_stpinv_field,
#ovk_pkodzt_field, #ovk_odcztr_field,
#ovk_ozmjtl_field, #ovk_ozpkvl_field, #ovk_neop3d_field,
#inv_dovdus_field, 
#inv_oselek6_output, #inv_oselek_field, #inv_polsps6_output, #inv_polsps_field,
#umr_vztkzm_field, #umr_oselek6_output, #umr_oselek_field, #umr_polsps6_output, #umr_polsps_field, #umr_notadr6_output, #umr_notadr_field, #umr_dovdus_field, 
#pn_zdosvc_field, #pn_oselek6_output, #pn_oselek_field, #pn_polsps6_output, #pn_polsps_field,
#zp_poszam6_output, #zp_oselek6_output, #zp_oselek_field, #zp_rzpmzd_field, #zp_stduch_field,
#zp_zamosv_field,
#hsp_oselek6_output, #hsp_oselek_field, #hsp_polsps6_output, #hsp_polsps_field, #hsp_stduch_field,
#ocr_polsps6_output, #ocr_oselek6_output, #ocr_oselek_field, #ocr_polsps_field,
#pn_dovdus_field, #pn_stduch_field, #pn_zampom_field, 
#hsp_dovdus_field, #hsp_zampom_field, #hsp_zdosvc_field,
#ocr_ovatel_field, #ocr_rovany_field, 
#obcanstvi_field, #notifier_obcanstvi_field,
#rodne_cislo_cele, #notifier_rodne_cislo_cele, #ocr_atelrc_rodne_cislo_cele, #ocr_vanyrc_rodne_cislo_cele,
#address_validator, #cislo_uctu_adresa_address_validator, #misto_vzniku_adresa_address_validator, #notifier_address_validator, 
#pn_oselek_address_validator, #pn_polsps_address_validator, 
#zp_oselek_address_validator, #zp_poszam_address_validator, 
#hsp_oselek_address_validator, #hsp_polsps_address_validator, 
#ocr_oselek_address_validator, #ocr_polsps_address_validator, 
#inv_oselek_address_validator, #inv_polsps_address_validator, 
#umr_oselek_address_validator, #umr_polsps_address_validator, #umr_notadr_address_validator,
#pojisteny_zeme_field, #notifier_zeme_field, #cislo_uctu_zeme_field, #misto_vzniku_zeme_field,
#inv_oselek_zeme_field, #inv_polsps_zeme_field, #umr_oselek_zeme_field, #umr_polsps_zeme_field, #umr_notadr_zeme_field, #hsp_oselek_zeme_field, #hsp_polsps_zeme_field, #pn_oselek_zeme_field, #pn_polsps_zeme_field, #zp_oselek_zeme_field, #zp_poszam_zeme_field, #ocr_oselek_zeme_field, #ocr_polsps_zeme_field
{
    height: 0px;
    width: 0px;
    border: none;
    margin: auto;
}

.pn_oselek_address_validator, .pn_polsps_address_validator, 
.zp_oselek_address_validator, .zp_poszam_address_validator, 
.hsp_oselek_address_validator, .hsp_polsps_address_validator, 
.ocr_oselek_address_validator, .ocr_polsps_address_validator, 
.inv_oselek_address_validator, .inv_polsps_address_validator, 
.umr_oselek_address_validator, .umr_polsps_address_validator, .umr_notadr_address_validator,
.umr_vztkzm_field
{
    width: 100vw !important;
}



#inv_przinv_field-error, #inv_stpinv_field-error,
#umr_przinv_field-error, #umr_stpinv_field-error,
#hsp_przinv_field-error, #hsp_stpinv_field-error,
#pn_przinv_field-error, #pn_stpinv_field-error, #pn_stduch_field-error, #pn_stduod_field-error,
#zp_przinv_field-error, #zp_stpinv_field-error,
#ocr_przinv_field-error, #ocr_stpinv_field-error,
#notifier_same_field-error 
.maxima_switch_group .help-block 
{
    margin: 30px 0px 10px;
}

.ocr_ovatel_uvedte, .ocr_rovany_uvedte {
    margin-bottom:0px !important;
}

.form-group.umr_vztkzm_field {
    margin: 0px !important;
}
.form-group.umr_vztkzm_uvedte {
    margin: 0px 15px 15px 15px !important;
}

/* .address_city.has-error, .address_postal_code.has-error, .notifier_address_city.has-error, .notifier_address_postal_code.has-error {
    margin-bottom: 0px !important;
} */



/* problémové selecty */
/* #umr_vztkzm_select_div, #ocr_rovany_select_div, #ocr_ovatel_select_div {
    margin: 0 0 -10px 15px;
}
#umr_vztkzm_field_div, #ocr_rovany_field_div, #ocr_ovatel_field_div {
    height: 1px;
    margin: -40px 0 10px;
}

.form-group #umr_vztkzm_field-error, #ocr_rovany_field-error, #ocr_ovatel_field-error {
    margin-top: -25px;
    margin-left: 15px;
}  */

.form-group.vznik_pricina_field.has-error {
    margin-left: 0px !important;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    width: 100%;
}
/* .umr_vztkzm_uvedte {
    margin-left: 15px !important;
} */

.insuranceerror .help-block {
    margin-top: 0px !important;
}  

/* .form-group.cislo_smlouvy_prvni {
    width: 50% !important;
} */

/* .datepicker_icon {
    
    margin: 0 0 0 -30px;
} */

/* .datepicker {
    line-height: 25px !important;
} */

.fonticon-field {
    position: relative;
    display: flex !important;
    flex-direction: column !important;

    max-width: 400px;
}





/* #ocr_vanyjp_group {
    margin-top: 20px;
}  */


/* #frame3_sjednano_na_novou_cenu_0_vykricnik, #frame3_sjednano_na_novou_cenu_textonly_0_vykricnik, #frame3_sjednano_na_novou_cenu_1_vykricnik, #frame8_pojisteny_odlisny_vykricnik {
    top: 10px;
    position: relative;
}  */

 .tipso_style {
    cursor: help;
    border-bottom: none !important;
    margin: 0 0 5px 10px;
    width: 30px;
    height: 30px;
}

.tipso_content {
    text-align: left
}

/* #tipso_cislo_smlouvy {
    margin: 10px 30px;
} */

/* .iti__selected-dial-code {
    line-height: 25px !important;
}  */
.iti__arrow {
    margin-top: 3px;
}





.napoveda {
    /* width: 90%; */
    margin: 30px 0px;
    font-size: 15px;
    letter-spacing: 1px;
    
}

.list_napoveda {
    display: flex;
    flex-direction: column;
}
.list_napoveda_item {
    margin: 10px 0 10px 15px;
    display: flex;
    align-items: baseline;
}
.list_napoveda_number {
    color: #da1931;
    font-family: 'SegoeUIBold';
    font-size: 20px;
}
.list_napoveda_text {
    margin-left: 15px;
}


.napoveda p {
    margin: 20px 0 50px 15px;
}

.napoveda_bold_text  {
    font-family: 'SegoeUIBold';
}

.napoveda_red_text  {
    color: #DA1931;
}
.napoveda_red_text:hover  {
    text-decoration: underline;
}







/* MAXIMA nový footer */

#maxima_footer {
    background-color: #000;
    height: 321px;
    position:absolute;
    bottom: 0;
    width: 100%;

    font-family: 'SegoeUI';
    letter-spacing: 1px;


    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#footer_top {
    color: #fff;
    padding: 37px 0;
    margin: 0 21px;
    font-size: 21px;
    font-weight: bold;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#bb_zavolejte {
    font-size: 24px;
    font-family: 'IdealistaBold';
}

#bb_zavolejte_number {
    font-size: 40px;
    font-family: 'IdealistaBold';
    letter-spacing: 0px;
}

#footer_logo {
    width: 215px;
}

#footer_middle {
    color: #fff;
    border-top: #595959 solid 1px;
    border-bottom: #595959 solid 1px;
    font-size: 17px;
    padding: 30px 0;
    /* margin: 0 0 0 15px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#bb_cookies {
    margin: 0 21px;
}

#footer_bottom {
    color: #595959;
    padding: 31px 0;
    font-size: 19px;
    margin: 0 21px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#footer_top a, #footer_middle a {
    color: #fff;
}

#footer_bottom a {
    color: #595959;
}



.ohpu_cp {
    margin-left: -12px;
}

#axa_pojistovna {
    margin-left: 15px;
    margin-bottom: 10px;
}

.btn-axa {
    margin-left: 20px !important;
    background-color: #bccd00 !important;
}

.swal2-styled {
    background-color: #da1931 !important;
}


.filepond--root, .filepond--drop-label {
    /* margin: 10px; */
    min-height: 216px !important;
    font-family: 'SegoeUIBold' !important;
    font-weight: bold !important;
    /* background-color: #fff; */

}

/* .td-file-area {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='19' ry='19' stroke='%23333' stroke-width='3' stroke-dasharray='9' stroke-dashoffset='48' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 19px;
    background-color: #fff;
    padding: 10px;
    margin: 20px !important;
} */

.filepond--label-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
    letter-spacing: normal;
}
.filepond-upload-button {
    background-color: #da1931 !important;
    color: #fff !important;
    border-radius: 20px !important;
    margin: 20px auto 25px;
    padding: 10px 15px;
    width: 160px;
    
}
.filepond-upload-button-text {
    text-decoration: none !important;
    font-family: 'SegoeUIBold' !important;
    font-weight: bold !important;
}
.filepond-upload-text-bold {
    font-family: 'SegoeUIBold' !important;
    font-weight: bold !important;
    font-size: 17px !important;
}
.filepond-upload-text-regular {
    font-family: 'SegoeUI' !important;
    font-weight: normal !important;
    font-size: 13px !important;
}
.filepond-upload-text {
    margin: 5px auto 5px;
}

.filepond--label-action {
    font-weight: bold !important;
}



.filepond-upload-icon {
    height: 50px;
    margin-top: 20px;
}
.filepond-delete-icon {
    height: 13px;
    margin-top: -5px;
}

[data-filepond-item-state*='invalid'] .filepond--item-panel, [data-filepond-item-state*='error'] .filepond--item-panel {
    background-color: #ff9c96 !important;
}

/* .form-field {
    max-width: 400px;
} */




/* countdown timer  */

.progress-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 5em auto 0;
}

.progress-bar-container {
    height: 30px;
    width: calc(100% - 100px); /* Adjust width to fit within the container */
    margin: 1em; /* Add margin around the container */
    position: relative;
    background-color: rgb(255, 255, 255); /* Container background color */
    border: 1px solid #da1931; /* Container border */
    border-radius: 20px; /* Container border radius */
    overflow: hidden; /* Hide overflow content */
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
  
  .progress-bar {
    background-color: #da1931; /* Progress bar color */
    height: 100%; /* Full height of the container */
    width: 100%; /* Initially full width */
    transition: width 1s ease-in-out; /* Smooth transition for width change */
  }
  
  .remaining-time {

    right: 10px; /* Align to the right edge of the progress bar */
    color: #da1931; /* Initial color inside the progress bar */
    font-size: 15px;
    padding: 0 10px;
    font-weight: 300;
    line-height: 20px;
    font-family: 'Idealista', sans-serif;
    min-width: 5em;
  }
  
  
  
  
h2.swal2-title {
    font-family: 'segoeui';
    /* font-size: 15px; */
}
  
  
  
  
  
  
  
  
  
  
  
  