@font-face {
    font-family: 'Montserrat_web';
    src: url('/fonts/Montserrat-Light.eot');
    src: url('/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Montserrat-Light.woff2') format('woff2'),
        url('/fonts/Montserrat-Light.woff') format('woff'),
        url('/fonts/Montserrat-Light.ttf') format('truetype'),
        url('/fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat_web';
    src: url('/fonts/Montserrat-Regular.eot');
    src: url('/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Montserrat-Regular.woff2') format('woff2'),
        url('/fonts/Montserrat-Regular.woff') format('woff'),
        url('/fonts/Montserrat-Regular.ttf') format('truetype'),
        url('/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat_web';
    src: url('/fonts/Montserrat-Medium.eot');
    src: url('/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Montserrat-Medium.woff2') format('woff2'),
        url('/fonts/Montserrat-Medium.woff') format('woff'),
        url('/fonts/Montserrat-Medium.ttf') format('truetype'),
        url('/fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat_web';
    src: url('/fonts/Montserrat-Bold.eot');
    src: url('/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Montserrat-Bold.woff2') format('woff2'),
        url('/fonts/Montserrat-Bold.woff') format('woff'),
        url('/fonts/Montserrat-Bold.ttf') format('truetype'),
        url('/fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

*{
  position: relative;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-family: 'Montserrat_web';
  -webkit-appearance:none;
}

body{

/*background: linear-gradient(352deg, rgba(0,59,158,1) 0%, rgba(173,241,255,1) 100%);*/
/*background: linear-gradient(352deg, rgba(24,66,136,1) 0%, rgba(193,244,255,1) 100%);*/
background: linear-gradient(352deg, rgba(18,16,17,1) 0%, rgba(18,29,47,1) 100%);
}

html{
  font-family: 'Montserrat_web';

/*background: linear-gradient(352deg, rgba(0,59,158,1) 0%, rgba(173,241,255,1) 100%);*/
/*background: linear-gradient(352deg, rgba(24,66,136,1) 0%, rgba(193,244,255,1) 100%);*/
background: linear-gradient(352deg, rgba(18,16,17,1) 0%, rgba(18,29,47,1) 100%);
}

h1,h2,h3,h4{
  font-family: 'Montserrat_web';
  font-weight: 500;
}

.main{
  width: 100%;
  height: 100vh;
  background-image: url('/img/main.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.main_2{
  width: 100%;
  height: 100vh;
  padding: 20px 30px;
  background-image: url('/img/main.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.main_3{
  /*
  width: 100%;
  height: 100vh;
  padding: 20px 30px;
  background-image: url('/mapy/celek.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: center;
  */
}

.main_nadpis{
  width: calc(100% - 600px - 10vw);
  float: left;
  color: white;
  height: 4vw;
  top: 60vh;
  left: 5vw;
}

.main_nadpis img{
  height: 100%;
  float: left;
  margin-right: 20px;
}

.main_nadpis h1{
  font-weight: 700;
  font-size: 2vw;
}
.main_nadpis h2{
  font-weight: 400;
  font-size: 1vw;
}

.cred{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 600px;
  background-color: white;
  height: 100vh;
  float: left;
  padding: 100px;
}

.index_data{
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  text-align: center;
}

.index_data a{
  font-size: 12px;
  text-align: center;
}

.cred h2{
  text-align: center;
  font-weight: 700;
}
.cred p{
  text-align: center;
  margin: 20px 0px;
}

.cred a{
  color: #233975;
  text-decoration: none;
  font-weight: 600;
}

.cred a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #233975;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.cred a:hover:before {
  visibility: visible;
  width: 100%;
}

label{
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

textarea:focus, input:focus{
    outline: none;
}

input[type="text"],input[type="date"],input[type="time"],input[type="password"]{
  border: 1px solid #c4c4c4;
  width: 100%;
  border-radius: 10px;
  background-color: white;
  padding: 15px 10px;
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 5px;
}
input[type="text"]#telefon{
  font-size: 20px;
}
input[type="button"],input[type="submit"]{
  border: 0px;
  width: 100%;
  border-radius: 10px;
  background-color: #233975;
  padding: 15px 10px;
  font-size: 13px;
  margin-bottom: 15px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
input[type="button"].green{
  background-color: #365a0c;
}
input[type="button"].red{
    background-color: #e30f10;
}
input[type="button"].orange{
    background-color: #ff9533;
}

input[type="button"]:hover,input[type="submit"]:hover{
  opacity: 0.8;
}

.half_input{
  width: 49%!important;
  font-size: 16px!important;
}

input[type="time"]::-webkit-clear-button {
    display: none;
}
input[type="date"]::-webkit-clear-button {
    display: none;
}

a.button{
  border: 0px;
  width: 100%;
  border-radius: 10px;
  background-color: #233975;
  padding: 15px 10px;
  font-size: 13px;
  margin-bottom: 15px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
a.button.green{
  background-color: #365a0c;
}

a.button:hover{
  opacity: 0.8;
}

a.button:hover:before {
  visibility: hidden;
  width: 100%;
}

a.button_small{
  border: 0px;
  width: 45px;
  height: 16px;
  border-radius: 10px;
  background-color: #365a0c;
  padding: 0px;
  line-height: 16px;
  font-size: 8px;
  font-weight: 500;
  color: white;
  /*text-transform: uppercase;*/
  /*letter-spacing: 1px;*/
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.mapa_btn{
  top: -3px;
  border: 0px;
  width: 45px;
  height: 16px;
  border-radius: 10px;
  background-color: #365a0c;
  padding: 0px;
  line-height: 16px;
  font-size: 8px;
  font-weight: 500;
  color: white;
  /*text-transform: uppercase;*/
  /*letter-spacing: 1px;*/
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  display: none;
}

a.button_small:hover{
  opacity: 0.8;
}

a.button_small.red{
  background-color: #e30f10;
}
a.button_small.blue{
  background-color: #233975;
}


a.button_medium{
  border: 0px;
  width: auto;
  border-radius: 10px;
  background-color: #233975;
  padding: 8px 10px;
  font-size: 12px;
  margin: 0px auto;
  font-weight: 600;
  color: white;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
a.button_medium.green{
  background-color: #365a0c;
}

a.button_medium:hover{
  opacity: 0.8;
}

input[type="text"].input_auth{
  width: 80px;
  height: 80px;
  margin-left: 0px;
  border-radius: 20px;
  text-align: center;
  font-size: 30px;
}
input[type="text"].input_auth2{
  width: 80px;
  height: 80px;
  margin-left: 22px;
  border-radius: 20px;
  text-align: center;
  font-size: 30px;
}

.auth_filled{
  background-color: #666666!important;
  color: white!important;
}


.show_pass{
  position: absolute;
  top: 3px;
  right: 15px;
  cursor: pointer;
}

.red{
  color: red;
}

.left{
  text-align: left!important;
}
.right{
  text-align: right!important;
}
.center{
  text-align: center!important;
}

[data-slots] { font-family: monospace }

.none{
  display: none;
}

.custom-file-upload{
  border: 0px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #233975;
  background-color: #fff;
  padding: 15px 10px;
  font-size: 13px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #233975;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub_nadpis{
  position: absolute;
  width: 400px;
  float: left;
  color: white;
  height: 50px;
  top: 20px;
  right: 20px;
}

.sub_nadpis img{
  height: 100%;
  float: left;
  margin-right: 20px;
  top: -4px;
}

.nadpis_blue{
  color: #233975;
}

.sub_nadpis h1{
  font-weight: 700;
  font-size: 18px;
}
.sub_nadpis h2{
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.profil_image{
  width: 130px;
  height: 130px;
  border: 3px solid white;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.23);
  border-radius: 65px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
}
.profil_image_d{
  width: 130px;
  height: 130px;
  border: 3px solid white;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.23);
  border-radius: 65px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
  margin: 0px auto;
}

.profil_change{
  position: absolute;
  top: 90px;
  left: 25px;
  width: 77px;
  height: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.23);
  font-size: 10px;
  font-weight: 500;
  color: #666;
  text-align: center;
  border-radius: 10px;
  text-transform: uppercase;
  line-height: 20px;
}

.profil_change .b_1{
  position: absolute;
  top: 0px;
  left: 3px;
  font-weight: 900;
  transform: scaleX(0.5);
  display: inline-block;
  font-size: 20px;
  width: 8px;
  color: #555;
  text-decoration: none;
}
.profil_change .b_2{
  position: absolute;
  top: 0px;
  right: 3px;
  font-weight: 900;
  transform: scaleX(0.5);
  display: inline-block;
  font-size: 20px;
  width: 8px;
  color: #555;
  text-decoration: none;
}

.profil_head_cont{
  height: 65px;
  width: 690px;
  background-color: #fff;
  border-radius: 20px;
  padding: 12px 10px 10px 40px;
  font-size: 10px;
  position: absolute;
  top: 32px;
  left: 105px;
  z-index: 8;
  text-align: left;
}

.profil_head_cont h1{
  display: inline-block;
  font-weight: 800;
  font-size: 22px;
  float: left;
  max-width: 280px;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.profil_head_hodnoty{
  top: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 55px;
}

.pha_1{
  position: absolute;
  top: 15px;
  right: 20px;
}

.pha_2{
  position: absolute;
  top: 35px;
  right: 20px;
}
.pha_3{
  position: absolute;
  top: 35px;
  right: 20px;
  width: 80px!important;
  background-color: #f23f15!important;
}


.blok_1{
  width: calc(30% - 30px);
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  min-width: 300px;
  display: inline-block;
  float: left;
  margin-left: 3%;
  margin-bottom: 15px;
}

.blok_1 h2{
  text-align: center;
  font-weight: 800;
}

.kapitan{
  background-color: #fff;
  box-shadow: 5px 5px 34px -24px rgba(0,0,0,0.6);
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 5px;
  margin-bottom: 10px;
  text-align: left;
  min-height: 72px;
}

.kapitan_foto{
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-right: 10px;
  float: left;
}

.kapitan_hodnoty{
  font-size: 11px;
  color: #444;
  line-height: 15px;
  margin-left: 70px;
}

.kapitan_hodnoty strong{
  font-size: 12px;
}

.blok_2{
  width: calc(30% - 30px);
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  min-width: 300px;
  display: inline-block;
  float: left;
  margin-left: 3%;
  margin-bottom: 15px;
}

.blok_2 h2{
  text-align: center;
  font-weight: 800;
}
.blok_4{
  width: calc(30% - 30px);
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  min-width: 300px;
  display: block;
  float: none;
  margin: 0px auto 15px auto;
}

.blok_4 h2{
  text-align: center;
  font-weight: 800;
}

.kapitani_mobil{
  display: none;
}

.sekce{
    margin-top: 40px;
    margin-top: 50px;
}

.sekce_buttons{
  position: absolute;
  top: -75px;
  left: 122px;
  text-align: left;
}

input.sekce_button{
  background: transparent;
  width: auto;
  height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  border: 1px solid white;
  border-radius: 20px;
  padding: 0px 15px;
  font-size: 11px;
  letter-spacing: 1px;
  margin-right: 5px;
}

input.sekce_button:hover{
  background-color: #ffffff55;
}

.ucet_b{
  font-weight: 400;
  font-size: 15px;
  margin-top: 15px;
}

.ucet_b2{
  font-weight: 400;
  font-size: 15px;
  margin-top: 3px;
}

.dialog{
position: fixed;
top: 10vh;
left: calc(50vw - 190px);
width: 360px;
background-color: #fff;
border-radius: 20px;
padding: 2%;
text-align: center;
min-width: 360px;
z-index: 999;
display: none;
overflow: auto;
max-height: 80vh;
}

.dialog h2{
  font-weight: 800;
}

.close_dialog{
font-weight: bold;
position: absolute;
top: 10px;
right: 15px;
cursor: pointer;
}

.over{
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  background-color: #0008;
  top: 0px;
  left: 0px;
  z-index: 990;
}

select{
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  background-color: white;
  padding: 5px 10px;
  cursor: pointer;
  width: 100%;
  height: 48px;
  color: #565454;
  text-align: center;
  background: url('./img/select_arr_multi.gif');
  background-color: white;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-position: center right;
  padding-right: 19px;
  font-size: 15px;
}

.blok_r{
  width: 600px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  min-width: 300px;
  display: inline-block;
  margin-right: 3%;
  float: right;
  margin-bottom: 30px;
}
.blok_r2{
  width: 30%;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  /*min-width: 300px;*/
  display: inline-block;
  margin-right: 0px;
  margin-top: 20px;  
  background-color: #233975;
  padding: 15px 10px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  display: none;
}

.blok_r h2{
  text-align: center;
  font-weight: 800;
}

.kapitan h4{
  font-size: 18px;
  margin-top: 3px;
}

.switch_off{
  width: 100px;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  height: 29px;
  background-color: #dddddd66;
  padding-left: 0px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  margin: 0px auto;
  display: inline-block;
  cursor: pointer;
}
.switch_on{
  width: 100px;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  height: 29px;
  background-color: #dddddd66;
  padding-left: 50px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  margin: 0px auto;
  display: inline-block;
  cursor: pointer;
}

.switch_slider{
  border: 1px solid #c4c4c4;
  width: 50px;
  border-radius: 10px;
  height: 29px;
  background-color: #fff;
  top: -1px;
  left: -1px;
  cursor: pointer;
}

.vp{
  text-align: center;
  margin-top: 10px;
}

.vp span{
  padding: 0px 10px;
  display: inline-block;
  line-height: 40px;
  top: -7px;
  font-size: 11px;
}

#vp_vyber{
  display: none;
}

.sektor_1{
  /*
  position: absolute;
  top: -20px;
  left: -30px;
  width: 100vw;
  height: 100vh;
  background-image: url('/mapy/sektor_1.jpg');
  background-size: auto 100%;
  */
  
  position: relative;
  float: left;

  width: 100%;
  height: auto;
  background-color: white;
  
  border-radius: 20px;
  /*padding: 50px 30px;*/
  min-width: 260px;
  display: inline-block;
}
.sektor_2{
  position: absolute;
  top: -20px;
  left: -30px;
  width: 100vw;
  height: 100vh;
  background-image: url('/mapy/sektor_2.jpg');
  background-size: auto 100%;
}
.sektor_3{
  position: absolute;
  top: -20px;
  left: -30px;
  width: 100vw;
  height: 100vh;
  background-image: url('/mapy/sektor_3.jpg');
  background-size: auto 100%;
}
.sektor_4{
  position: absolute;
  top: -20px;
  left: -30px;
  width: 100vw;
  height: 100vh;
  background-image: url('/mapy/sektor_4.jpg');
  background-size: auto 100%;
}
.sektor_5{
  position: absolute;
  top: -20px;
  left: -30px;
  width: 100vw;
  height: 100vh;
  background-image: url('/mapy/sektor_5.jpg');
  background-size: auto 100%;
}

.prvek{
  position: absolute;
  width: 100%;
  text-align: left;
  height: 25px;
  /*background-image: url('/img/prvek_g.png');*/
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  border-top: 1px dashed #aaa;
}

.prvek span{
  position: absolute;
  top: -10px;
  background-color: white;
  width: 20px;
}

.prvek span small{
font-weight: 400;
font-size: 9px;
position: absolute;
left: 20px;
color: black;
}

.prvek_orange{
  /*background-image: url('/img/prvek_o.png');*/
  color: orange;
}
.prvek_red{
  /*background-image: url('/img/prvek_r.png');*/
  color: red;
}

.hidden_select{
  display: none;
}

.nabrezi{
  position: relative;
  height: 78vh;
}

.plavidla{
  position: absolute;
  /*height: 100vh;*/
  height: auto;
  width: 4vh;
}

.plavidlo{
  position: absolute;
  width: 20vh;
  height: 10vh;
  border: 2px solid white;
  background-color: #88b6e1;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 400;
  left: 20px;
  line-height: 16px;
  z-index: 99;
}

.plavidlo b{
  font-weight: 600;
}

.plavidlo a{
  color: black;
  text-decoration: none;
}

.plavidlo_image{
  width: 5vh;
  height: 5vh;
  border: 1px solid white;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.23);
  border-radius: 3vh;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
  margin: 0px auto;
  display: none;
}

#moje_plavidlo{
  background-color: #80ff94;
  /*left: calc(20vh + 30px);*/
  left: 18vh;
  z-index: 101;
}


#mapa_sektor{
  display: none;
}

.prvek_sel{
  display: none;
}

.rez_dat{
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.rez_cas{
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.rez_sektor{
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.rezervace_cont{
  position: relative;
  margin: 0px auto;
  width: 100%;
}

.kulicky{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  height: 77px;
  background-size: 100% auto;
  background-image: url('/img/kulicky_b.png');
  background-repeat: no-repeat;
  color: white;
  font-weight: 600;
  font-size: 30px;
}

.kulicky small{
font-size: 9px;
position: absolute;
top: 95%;
left: 0px;
width: 100%;
font-weight: 500;
}

.ku_h{
  position: absolute;
  left: 22px;
  top: 16px;
  text-align: center;
  width: 33px;
}
.ku_m{
  position: absolute;
  left: 81px;
  top: 16px;
  text-align: center;
  width: 33px;
}
.ku_s{
  position: absolute;
  left: 144px;
  top: 16px;
  text-align: center;
  width: 33px;
}

.dvt_1{
  position: absolute;
  left: 64px;
  top: 14px;
  text-align: center;
}
.dvt_2{
  position: absolute;
  left: 125px;
  top: 14px;
  text-align: center;
}

.kulicky_nadpis{
color: #92e6fa;
font-size: 10px;
text-align: right;
top: -15px;
right: 3px;
}

.rez_button_1{
  display: none;
}

.kulicky_dny{
display: inline-block;
position: absolute;
top: 17px;
text-align: center;
width: 100%;
left: 0px;
}

.pha_edit{
  float: left;
  margin-top: 5px;
}

.kulicky_hodiny{
  top: -14px;
}

.button_fav{
  position: absolute;
  right: 0px;
  top: 0px;
}

.button_fav img{
  width: 25px;
}

.rez_zpet{
position: absolute;
top: -15px;
right: -10px;
font-weight: 500;
text-decoration: none;
font-size: 11px;
color: #fff;
background-color: #e30f10;
border-radius: 8px;
padding: 4px 8px;
}

.historie{
  display: none;
}

.sipka{
  transform: rotate(0deg);
  transition-duration: 0.5s;
  display: inline-block;
  color: #666;
  font-size: 15px;
}

.click{
  cursor: pointer;
}

#sektor_nazev{
  position: absolute;
}

.sc_1{
  position: absolute;
  top: 18vh;
  left: 35vh;
}
.sc_2{
  position: absolute;
  top: 48vh;
  left: 36vh;
  white-space: nowrap;
}
.sc_3{
  position: absolute;
  top: 68vh;
  left: 36vh;
  white-space: nowrap;

}
.sc_4{
  position: absolute;
  top: 18vh;
  left: 35vh;
}
.sc_5{
  position: absolute;
  top: 18vh;
  left: 35vh;
}

.uvaz_1{
  position: absolute;
  left: -25px;
}
.uvaz_2{
  position: absolute;
  right: -30px;
}

.prvky_info{
font-size: 10px;
line-height: 14px;
text-align: center;
display: inline-block;
padding-top: 5px;
}

input[type=submit],input[type=button], input[type=Reset]{
  -webkit-appearance:none;
}

.form_fail{
  border: 1px solid red!important;
}

.form_fail_text{
color: red;
font-size: 13px;
display: inline-block;
top: -10px;
}

#kapitan_naseptavac{
  position: relative;
  top: -23px;
  left: 0px;
  width: 100%;
  border: 1px solid gray;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.23);
  border-radius: 8px;
  display: none;
  background-color: white;
}

.naseptavac_polozka{
  position: relative;
  padding: 5px 0px;
  cursor: pointer;
  font-size: 12px;
}
.naseptavac_polozka_fail{
  position: relative;
  padding: 5px 0px;
  font-size: 12px;
  color: gray;
}

.naseptavac_polozka:hover{
  background-color: #93c2ff;
}

.dialog .show_pass{
  top: 20px!important;
}

.blokace{
  position: absolute;
  width: 20vh;
  height: 10vh;
  border: 2px solid white;
  background-color: #ff7f7f;
  border-radius: 5px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  left: 20px;
  line-height: 16px;
  z-index: 98;
}

.odkaz_sektor_1{
  position: absolute;
  top: 1vh;
  left: 36vh;
  height: 34vh;
  width: 13vh;
  cursor: pointer;
}
.odkaz_sektor_2{
  position: absolute;
  top: 35vh;
  left: 38vh;
  height: 35vh;
  width: 13vh;
  cursor: pointer;
}
.odkaz_sektor_3{
  position: absolute;
  top: 70vh;
  left: 40vh;
  height: 29vh;
  width: 13vh;
  cursor: pointer;
}
.odkaz_sektor_4{
  position: absolute;
  top: 19vh;
  left: 22vh;
  height: 34vh;
  width: 10vh;
  cursor: pointer;
}
.odkaz_sektor_5{
  position: absolute;
  top: 60vh;
  left: 27vh;
  height: 25vh;
  width: 10vh;
  cursor: pointer;
}
#platba_info{
  display: none;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  color: red;
  margin-top: 7px;
}
.form-csob{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  height: 77px;
  background-size: 100% auto;
  color: white;
  font-weight: 600;
  font-size: 30px;
}