/*---------------------------------------------HEADER---------------------------------------*/

nav{
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 30px;
  flex-wrap: wrap;
  border-bottom: #c7c7c7 solid 1px;
  position: sticky;
  top: 0;
background: #d6d6d6;
}
nav .logo{
  font-size: 0;
  font-weight: bold;
}
nav ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
nav ul li{
  margin: 0 5px;
}
nav ul li a{
  text-decoration: none;
  font-size: 13px;
  padding: 8px 6px;
  transition: all 0.3s ease;
}

nav .menu-btn i{
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}


@media (max-width: 768px) {
  nav .menu-btn i{
    display: block;
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }

  nav ul{
    position: fixed;
    top: 35px;
    left: -100%;
    background: #d6d6d6;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    padding-inline-start: 0px;
  }
  #click:checked ~ ul{
    left: 0;
  }

  nav ul li{
    width: 100%;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    transition: 1.0s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
  }
}









.cont{
  max-width: 700px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  padding: 0 0 20px 0;
}

.cont_layout{
  max-width: 700px;
  margin: 0px auto;
}

.cont_big{
  max-width: 1200px;
  width: 1200px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  height: 100%;
}

.cont_big_layout{
  max-width: 1200px;
  margin: 0 auto;
  height: calc(100% - 80px);

}

.form-mylogin{
width: 260px;
height: 30px;
font-size: 13px;
border-radius: 7px;
border: gray solid 1px;
padding: 0 0 0 10px;
background: white;
}


.lv {
width: 100%;
height: 20px;
border-bottom: #c7c7c7 solid 1px;
box-sizing: border-box;
font-size: 10px;
display: flex;
align-items: center;
justify-content: flex-end;
}

.lv1 {
width: 50%;
height: 16px;
}

.lv2 {
width: 50%;
height: 15px;
}

.lv_ps {
width: 100%;
height: 20px;
border-bottom: #c7c7c7 solid 1px;
box-sizing: border-box;
font-size: 10px;
display: flex;
align-items: center;
justify-content: flex-end;
}

.lv1_ps {
width: 100%;
height: 15px;
}

.marker-label-red {
background-color: red;
border-radius: 8px;
color: white !important;
border: 1px solid white;
font-weight: bold;
font-size: 16px;
padding: 0px 8px;
position: relative;
}

.marker-label-blue {
background-color: #2a39fb;
border-radius: 8px;
color: white !important;
border: 1px solid white;
font-weight: bold;
font-size: 16px;
padding: 0px 8px;
position: relative;
}

.marker-label-green {
background-color: green;
border-radius: 8px;
color: white !important;
border: 1px solid white;
font-size: 16px;
padding: 0px 8px;
position: relative;
}


.marker-label-green_my {
background-color: green;
border-radius: 6px;
color: white !important;
border: 1px solid white;
font-size: 14px;
padding: 0px 6px;
position: relative;
}

.marker-label-green_ps {
background-color: green;
border-radius: 6px;
color: yellow !important;
border: 1px solid yellow;
font-size: 14px;
padding: 0px 6px;
position: relative;
}















/*-------------------------------------------map2------------------------------------------------------*/

.map2-1 {
width: 100%;
height: 30px;
padding: 1% 2% 1% 2%;
}

.map2-2 {
background: gray;
width: 100%;
height: 30px;
}

.map2-info {
width: 100%;
height: 40px;
padding: 1% 2% 1px 2%;
}

.map2-info1 {
width: 100%;
height: 100%;
background: #3f4d56;
color: #B2B2B2;
padding: 0 0 0 10px;
}

.map3-info {
width: 100%;
padding: 0 2% 1px 2%;
}

.map3-info1 {
width: 100%;
height: 100%;
background: #3f4d56;
color: #B2B2B2;
padding: 0 0 0 10px;
}

.jsdiv:hover {
border: #b8fb05 1px solid;
}

.jsdiv_ps:hover {
border: #b8fb05 1px solid;
}

.jsdiv {
float: left;
border: black 1px solid;
margin: 0px 0px 6px 10px;
background-color: #ffffff;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.jsdiv1 {
background: linear-gradient(rgb(2 0 36 / 63%) 0%, rgb(0 0 0 / 50%) 50%, rgb(0 0 0 / 0%) 100%);
padding: 0 0 0 15px;
width: 100%;
height: 30px;
font-weight: bold;
}

.jsdiv1-1 {
width: 85%;
height: 100%;
font-weight: bold;
}

.jsdiv1-2 {
width: 15%;
height: 100%;
font-weight: bold;
}

.jsdiv2 {
padding: 0 0 0 15px;
width: 100%;
height: 120px;
font-weight: bold;
}

.jsdiv3 {
padding: 0 8px 0 8px;
width: 100%;
height: 30px;
font-weight: bold;
background: linear-gradient(0deg, #000000de, transparent);
}

.jsdiv3-1 {
width: 30%;
height: 100%;
font-weight: bold;
}

.jsdiv3-2 {
width: 40%;
height: 100%;
font-weight: bold;
}

.jsdiv3-3 {
width: 30%;
height: 100%;
font-weight: bold;
}

.jsdiv_ps {
float: left;
border: black 1px solid;
margin: 0px 0px 4px 2%;
background-color: #d0e1ca;
position: relative;
}

.jsdiv_kraj {
float: left;
border: black 1px solid;
margin: 0px 0px 4px 2%;
background-color: #d0e1ca;
position: relative;
}

.jsdiv1_ps {
width: 90%;
height: 100%;
}

.jsdiv2_ps {
width: 10%;
height: 100%;
}

.jsdiv1-1_ps {
width: 100%;
font-weight: bold;
margin: 2px 0 2px 10px
}

.jsdiv1-2_ps {
width: 100%;
font-style: italic;
padding: 0 0 2px 15px;
}

/*-------------------------------------------inz------------------------------------------------------*/

.inz_jsdiv:hover {
border: #b8fb05 1px solid;
}

.inz_jsdiv {
float: left;
margin: 0% 0% 1% 2%;
background-color: #ffffff;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 47%;
height: 180px;
}

.inz_jsdiv1 {
background: linear-gradient(rgb(2 0 36 / 63%) 0%, rgb(0 0 0 / 50%) 50%, rgb(0 0 0 / 0%) 100%);
width: 100%;
height: 30px;
font-weight: bold;
}

.inz_jsdiv1-1 {
width: 85%;
height: 100%;
font-weight: bold;
margin: 0 0 0 3%;
font-size: 12px;
}

.podiel {
background: green;
margin: 0 0 0 10px;
padding: 2px 5px 2px 5px;
border-radius: 10px;
}

.foto {
background: black;
margin: 0 0 0 10px;
padding: 2px 5px 0 5px;
border-radius: 10px
}

.inz_jsdiv1-2 {
width: 15%;
height: 100%;
font-weight: bold;
}

.inz_jsdiv2 {
width: 100%;
height: 96px;
}

.inz_jsdiv3 {
width: 100%;
height: 22px;
font-size: 20px;
font-weight: 900;
padding: 0 0 0 3%;
text-shadow: 2px 1px black;
}

.inz_jsdiv4 {
width: 100%;
height: 15px;
font-size: 11px;
padding: 0 0 0 3%;
}

.inz_jsdiv4-1 {
width: 100%;
height: 100%;
align-items: center;
justify-content: flex-start;
overflow: hidden; /* ✔️ Required for ellipsis to appear */
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap; /* ✔️ Required for ellipsis to appear */
display: inline-block;
}

.inz_jsdiv4-2 {
width: 20%;
height: 100%;
border-right: white 1px solid;
}

.inz_jsdiv4-3 {
width: 20%;
height: 100%;
}

.inz_jsdiv5 {
width: 100%;
height: 15px;
font-size: 11px;
padding: 0 0 0 3%;
}

.inz_jsdiv5-1 {
width: 100%;
height: 100%;
align-items: center;
justify-content: flex-start;
overflow: hidden; /* ✔️ Required for ellipsis to appear */
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap; /* ✔️ Required for ellipsis to appear */
display: inline-block;
}

.inz_jsdiv5-2 {
width: 20%;
height: 100%;
border-right: white 1px solid;
}

.inz_jsdiv5-3 {
width: 20%;
height: 100%;
}

.inz_jsdiv6 {
background: linear-gradient(0deg, #000000de, transparent);
}

.inz_jsdiv7 {
width: 100%;
height: 2px;
}

.demo_jsdiv5-1 {
width: 33%;
height: 100%;
align-items: center;
justify-content: flex-start;
overflow: hidden; /* ✔️ Required for ellipsis to appear */
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap; /* ✔️ Required for ellipsis to appear */
display: inline-block;
}

.demo_jsdiv5-2 {
width: 34%;
height: 100%;
}

.demo_jsdiv5-3 {
width: 33%;
height: 100%;
}

/*-------------------------------------------inz1------------------------------------------------------*/

.inz1_jsdiv4-1 {
width: 55%;
height: 100%;
border-right: white 1px solid;
align-items: center;
justify-content: flex-start;
overflow: hidden; /* ✔️ Required for ellipsis to appear */
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap; /* ✔️ Required for ellipsis to appear */
display: inline-block;
}

.inz1_jsdiv4-2 {
width: 15%;
height: 100%;
border-right: white 1px solid;
}

.inz1_jsdiv4-3 {
width: 15%;
height: 100%;
}

.inz1_jsdiv5-1 {
width: 55%;
height: 100%;
border-right: white 1px solid;
align-items: center;
justify-content: flex-start;
overflow: hidden; /* ✔️ Required for ellipsis to appear */
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap; /* ✔️ Required for ellipsis to appear */
display: inline-block;
}

.inz1_jsdiv5-2 {
width: 15%;
height: 100%;
border-right: white 1px solid;
}

.inz1_jsdiv5-3 {
width: 15%;
height: 100%;
}

/*-------------------------------------------inz2------------------------------------------------------*/

.inz2_jsdiv4-1 {
width: 84%;
height: 100%;
border-right: white 1px solid;
align-items: center;
justify-content: flex-start;
overflow: hidden; /* ✔️ Required for ellipsis to appear */
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap; /* ✔️ Required for ellipsis to appear */
display: inline-block;
}

.inz2_jsdiv4-2 {
width: 15%;
height: 100%;
border-right: white 1px solid;
}

.inz2_jsdiv4-3 {
width: 15%;
height: 100%;
}

.inz2_jsdiv5-1 {
width: 84%;
height: 100%;
border-right: white 1px solid;
align-items: center;
justify-content: flex-start;
overflow: hidden; /* ✔️ Required for ellipsis to appear */
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap; /* ✔️ Required for ellipsis to appear */
display: inline-block;
}

.inz2_jsdiv5-2 {
width: 15%;
height: 100%;
border-right: white 1px solid;
}

.inz2_jsdiv5-3 {
width: 15%;
height: 100%;
}

/*-------------------------------------------inz3------------------------------------------------------*/

.inz3_jsdiv4-1 {
width: 55%;
height: 100%;
border-right: white 1px solid;
align-items: center;
justify-content: flex-start;
overflow: hidden; /* ✔️ Required for ellipsis to appear */
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap; /* ✔️ Required for ellipsis to appear */
display: inline-block;
}

.inz3_jsdiv4-2 {
width: 23%;
height: 100%;
border-right: white 1px solid;
}

.inz3_jsdiv4-3 {
width: 22%;
height: 100%;
}

.inz3_jsdiv5-1 {
width: 55%;
height: 100%;
border-right: white 1px solid;
align-items: center;
justify-content: flex-start;
overflow: hidden; /* ✔️ Required for ellipsis to appear */
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap; /* ✔️ Required for ellipsis to appear */
display: inline-block;
}

.inz3_jsdiv5-2 {
width: 23%;
height: 100%;
border-right: white 1px solid;
}

.inz3_jsdiv5-3 {
width: 22%;
height: 100%;
}

















.pas_jsdiv4-1 {
width: 42%;
height: 100%;
border-right: white 1px solid;
align-items: center;
justify-content: flex-start;
overflow: hidden; /* ✔️ Required for ellipsis to appear */
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap; /* ✔️ Required for ellipsis to appear */
display: inline-block;
}

.pas_jsdiv4-2 {
width: 28%;
height: 100%;
border-right: white 1px solid;
}

.pas_jsdiv4-3 {
width: 28%;
height: 100%;
}

.pas_jsdiv5-1 {
width: 42%;
height: 100%;
border-right: white 1px solid;
align-items: center;
justify-content: flex-start;
overflow: hidden; /* ✔️ Required for ellipsis to appear */
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap; /* ✔️ Required for ellipsis to appear */
display: inline-block;
}

.pas_jsdiv5-2 {
width: 28%;
height: 100%;
border-right: white 1px solid;
}

.pas_jsdiv5-3 {
width: 28%;
height: 100%;
}



/*-------------------------------------------------------------------------------------------------*/

.pop {
width: auto;
height: auto;
font-size: 12px;
}

.pop:hover {
color:  green;
}

#map0 {
height: 100%;
float: left;
}

#map {
height: 100%;
float: left;
}

#map-fil {
height: 100%;
float: left;
}


.nap {
height: 100%;
background: #d6d6d6;
display: block;
}

.select_index{    
width: 100%;
height: 30px;
font-size: 15px;
border-radius: 7px;
padding: 0 0 0 10px;
}

.si {
width: 20%;
height: 20px;
border-bottom: #c7c7c7 solid 1px;
box-sizing: border-box;
}

.footer-index {
width: 100%;
height: 50px;
}




.foto-thumb{
width: 49%;
padding: 0.5% 0.5% 0.5% 0.5%;
}

.foto-thumb{
width: 100%;
padding: 0.5% 0.5% 0.5% 0.5%;
}

.arrow {
border: solid black;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
}

.right_ {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}

.left_ {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}

.up {
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
}

.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}




.inz_cont_big_layout {  
max-width: 1200px;
margin: 0 auto;
height: calc(100% - 0px);
}

.inz_cont_big {
max-width: 1200px;
width: 1200px;
height: 100%;
}

.inz_cont_big2 {
width: 100%;
height: calc(100% - 0px);
}

.inz_left-side {
overflow: auto;
border-right: #c7c7c7 solid 1px;
box-sizing: border-box;
}

.pas_cont_big_layout {  
max-width: 800px;
margin: 0 auto;
height: calc(100% - 0px);
}

.pas_cont_big {
max-width: 800px;
width: 800px;
height: 100%;
}

.pas_cont_big2 {
width: 100%;
height: calc(100% - 0px);
}

.pas_left-side {
overflow: auto;
}

.inz_left-side2 {
height: calc(100% - 80px);
overflow: auto;
padding: 10px;
}

.inz_right-side {
padding: 0px 0px 0px 0px;
overflow: auto;
box-sizing: border-box;
}

.inz_right-side2 {
width: 100%;
height: calc(100% - 100px);
overflow: auto;
}

#fileToUpload {
width: 400px;
}

.inz_foto {
width: 100%;
height: 210px;
}

.inz_foto1 {
width: 50%;
height: auto;
}

.inz_update_foto {
width: 100%;
height: 165px;
}

.inz_update_foto1 {
width: 45%;
height: 100%;
}

.inz_foto2 {
width: 55%;
height: 100%;
}

.mySlides {display: none}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}





































@media screen and (max-width: 3840px) {/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.jsdiv {
width: 300px;
height: 180px;
}

.jsdiv1 {
font-size:12px;
}

.jsdiv1-2 {
font-size:50px;
}

.jsdiv2 {
font-size:12px;
height: 120px;
}

.jsdiv3 {
font-size:12px;
}

.jsdiv_ps {
width: 96%;
}

.jsdiv_kraj {
width: 96%;
}

.jsdiv1-1_ps {
font-size:14px;
}

.jsdiv1-2_ps {
font-size:11px;
}

.inz_jsdiv {
float: left;
margin: 0% 0% 1% 2%;
background-color: #ffffff;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 47%;
height: 180px;
}

#map {
width: calc(100% - 650px);
}

#map-fil {
width: calc(100% - 650px);
}


.nap {
width: calc(100% - 650px);
}


.logo2{
width: 25%;
}


.inz_cont_big_layout {  
max-width: 1200px;
height: calc(100% - 0px);
}

.inz_cont_big {
max-width: 1200px;
width: 1200px;
height: 100%;
}

.inz_left-side {
width: 60%;
height: 100%;
}

.pas_cont_big_layout {  
max-width: 800px;
height: calc(100% - 0px);
}

.pas_cont_big {
max-width: 800px;
width: 800px;
height: 100%;
}

.pas_left-side {
width: 100%;
height: 100%;
}

.inz_update_left-side {
width: 50%;
height: 100%;
}

.inz_right-side {
width: 40%;
height: 100%;
}

.inz_update_right-side {
width: 50%;
height: 100%;
}

#fileToUpload {
width: 400px;
}

.inz_foto {
width: 100%;
height: 210px;
}

.inz_foto1 {
width: 50%;
height: auto;
}

.inz_update_foto {
width: 100%;
height: 165px;
}

.inz_update_foto1 {
width: 45%;
height: 100%;
}

.inz_foto2 {
width: 55%;
height: 100%;
}

.grad {
background-image: url("../images/wald.webp");
}
}














@media screen and (max-width: 1366px) {/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.jsdiv {
width: 225px;
height: 120px;
}

.jsdiv1 {
font-size:9px;
}

.jsdiv1-2 {
font-size:40px;
}

.jsdiv2 {
font-size:9px;
height: 60px;
}

.jsdiv3 {
font-size:9px;
}

.jsdiv_ps {
}

.jsdiv1-1_ps {
font-size:16px;
}

.jsdiv1-2_ps {
font-size:13px;
}

.inz_jsdiv {
margin: 0% 0% 2% 2%;
width: 47%;
}

#map {
width: calc(100% - 600px);
}

#map-fil {
width: calc(100% - 500px);
}


.nap {
width: calc(100% - 500px);
}

.logo2{
width: 25%;
}

.si {
width: 25%;
}


.inz_cont_big_layout {  
max-width: 1000px;
height: calc(100% - 0px);
}

.inz_cont_big {
max-width: 1000px;
width: 1000px;
height: 100%;
}

.inz_left-side {
width: 50%;
height: 100%;
}

.pas_cont_big_layout {  
max-width: 800px;
height: calc(100% - 0px);
}

.pas_cont_big {
max-width: 800px;
width: 800px;
height: 100%;
}

.pas_left-side {
width: 100%;
height: 100%;
}

.inz_right-side {
width: 50%;
height: 100%;
}

#fileToUpload {
width: 355px;
}

.inz_foto {
width: 100%;
height: 135px;
}

.inz_foto1 {
width: 50%;
}

.inz_update_foto {
width: 100%;
height: 135px;
}

.inz_update_foto1 {
width: 45%;
height: 100%;
}

.inz_foto2 {
width: 55%;
height: 100%;
}
}






















































@media screen and (max-width: 1024px) {/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.jsdiv {
width: 225px;
height: 120px;
}

.jsdiv1 {
font-size:9px;
}

.jsdiv1-2 {
font-size:40px;
}

.jsdiv2 {
font-size:9px;
height: 60px;
}

.jsdiv3 {
font-size:9px;
}

.jsdiv_ps {
}

.jsdiv1-1_ps {
font-size:16px;
}

.jsdiv1-2_ps {
font-size:13px;
}

.inz_jsdiv {
margin: 0% 0% 2% 2%;
width: 96%;
}

#map {
width: calc(100% - 330px);
}

#map-fil {
width: calc(100% - 330px);
}


.nap {
width: calc(100% - 330px);
}


.logo2{
width: 25%;
}

.si {
width: 40%;
}

.inz_cont_big_layout {  
max-width: 750px;
height: calc(100% - 0px);
}

.inz_cont_big {
max-width: 750px;
width: 750px;
height: 100%;
}

.pas_cont_big_layout {  
max-width: 750px;
height: calc(100% - 0px);
}

.pas_cont_big {
max-width: 750px;
width: 750px;
height: 100%;
}

#fileToUpload {
width: 225px;
}

.inz_foto {
width: 100%;
height: 300px;
}

.inz_foto1 {
width: 100%;
height: 215px;
}

.inz_update_foto {
width: 100%;
height: 300px;
}

.inz_update_foto1 {
width: 100%;
height: 215px;
}

.inz_foto2 {
width: 100%;
height: 85px;
}
}














































@media screen and (max-width: 768px) {/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.jsdiv {
width: 46%;
height: 120px;
}

.jsdiv1 {
font-size:9px;
}

.jsdiv1-2 {
font-size:40px;
}

.jsdiv2 {
font-size:9px;
height: 60px;
}

.jsdiv3 {
font-size:9px;
}

.jsdiv_ps {
}

.jsdiv1-1_ps {
font-size:16px;
}

.jsdiv1-2_ps {
font-size:13px;
}

.inz_jsdiv {
margin: 0% 0% 2% 2%;
width: 48%;
}

#map {
width: calc(100% - 0px);
height: 60%;
}

#map-fil {
width: calc(100% - 0px);
}


.nap {
width: calc(100% - 0px);
}

.cont{
  max-width: 600px;
}

.cont_layout{
  max-width: 600px;
}


.logo2{
width: 50%;
}

.si {
width: 50%;
}

.inz_cont_big_layout {  
max-width: 750px;
height: calc(100% - 0px);
}

.inz_cont_big {
max-width: 750px;
width: 750px;
height: 100%;
}

.pas_cont_big_layout {  
max-width: 100%;
}

.pas_cont_big {
max-width: 100%;
width: 100%;
height: auto;
}

.pas_left-side {
width: 100%;
height: auto;
}

#fileToUpload {
width: 400px;
}

.inz_foto {
width: 100%;
height: 165px;
}

.inz_foto1 {
width: 45%;
height: 100%;
}

.inz_update_foto {
width: 100%;
height: 165px;
}

.inz_update_foto1 {
width: 45%;
height: 100%;
}

.inz_foto2 {
width: 55%;
height: 100%;
}
}

































@media screen and (max-width: 576px) {/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.jsdiv {
width: 46%;
height: 120px;
}

.jsdiv1 {
font-size:9px;
}

.jsdiv1-2 {
font-size:40px;
}

.jsdiv2 {
font-size:9px;
height: 60px;
}

.jsdiv3 {
font-size:9px;
}

.jsdiv_ps {
}

.jsdiv1-1_ps {
font-size:12px;
}

.jsdiv1-2_ps {
font-size:10px;
}

.inz_jsdiv {
margin: 0% 0% 2% 2%;
width: 96%;
}

#map {
width: calc(100% - 0px);
height: 60%;
}

#map-fil {
width: calc(100% - 0px);
}


.cont{
  max-width: 350px;
}

.cont_layout{
max-width: 350px;
}

.lv {
height: 32px;
display: block;
}

.lv1 {
width: 100%;
}

.lv2 {
width: 100%;
}

.si {
width: 60%;
}


.inz_cont_big_layout {  
max-width: 100%;
height: auto;
}

.inz_cont_big {
max-width: 100%;
width: 100%;
height: auto;
}

.inz_left-side {
width: 100%;
height: auto;
}

.pas_cont_big_layout {  
max-width: 100%;
height: auto;
}

.pas_cont_big {
max-width: 100%;
width: 100%;
height: auto;
}

.pas_left-side {
width: 100%;
height: auto;
}

.inz_update_left-side {
width: 100%;
height: auto;
}

.inz_left-side2 {
height: auto;
}

.inz_right-side {
width: 100%;
height: 100%;
}

.inz_update_right-side {
width: 100%;
height: 100%;
}

.inz_right-side2 {
height: calc(100% - 0px);
}

#fileToUpload {
width: 200px;
}

.inz_foto {
width: 100%;
height: 285px;
}

.inz_foto1 {
width: 100%;
height: 225px;
display: none;
}

.inz_update_foto {
width: 100%;
height: 285px;
}

.inz_update_foto1 {
width: 100%;
height: 225px;
overflow: hidden;
}

.inz_foto2 {
width: 100%;
height: 60px;
}

.grad {
background-image: none;
}
}








/*----------------------------------------------------Admin menu -----------------------------------*/
.input-admin{
width: 100%;
height: 18px;
font-size: 11px;
border-radius: 7px;
background: lightblue;
border: gray solid 1px;
padding: 0 0 0 10px;
}

.select_admin{
width: 100%;
height: 18px;
font-size: 11px;
border-radius: 7px;
background: lightblue;
border: gray solid 1px;
padding: 0 0 0 10px;
}

















































/*-------------------------------------------lot------------------------------------------------------*/


.left-side {
width: 50%;
height: 100%;
overflow: auto;
border-bottom: #c7c7c7 solid 1px;
border-right: #c7c7c7 solid 1px;
box-sizing: border-box;
}

.right-side {
width: 50%;
height: 100%;
padding: 0px 0px 0px 0px;
overflow: auto;
border-bottom: #c7c7c7 solid 1px;
box-sizing: border-box;
}

.left-side-ps {
width: 50%;
height: 100%;
padding: 15px 20px 15px 20px;
overflow: auto;
border-bottom: #c7c7c7 solid 1px;
border-right: #c7c7c7 solid 1px;
box-sizing: border-box;
}

.right-side-ps {
width: 50%;
height: 100%;
padding: 15px 20px 15px 20px;
overflow: auto;
border-bottom: #c7c7c7 solid 1px;
box-sizing: border-box;
}





























.layout-index {
width: 100%;
height: calc(100% - 90px);
display: block;
}


.layout-index2 {
width: 100%;
height: calc(100% - 50px);
display: block;
}






.layout_lr {
width: calc(50% - 500px);
height: 100px;
}

.layout_lr2 {
width: calc(50% - 600px);
height: 100px;
}

.login1 {
width: 100%;
height: 35px;
}

.login2 {
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}

.login2-1 {
height: 100%;
width: 30%;
padding: 0 2% 0 0 ;
}

.login2-2 {
height: 100%;
width: 35%;
}

.login2-3 {
height: 100%;
width: 30%;
padding: 0 0 0 3%;
color: red;
}

.new{
width: 500px;
height: 655px;
border-radius: 10px;
box-shadow: 0 2px 4px rgb(0 0 0 / 20%), 0 8px 16px rgb(0 0 0 / 20%);
}

.new2{
width: 100%;
height: 500px;
overflow: auto;
}

.rot {
-webkit-transition: -webkit-transform 0.8s ease-in-out;
transition: transform 0.8s ease-in-out;
}

.rot:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}

.box {
width: 40%;
margin: 0 auto;
background: rgba(255,255,255,0.2);
padding: 35px;
border: 2px solid #fff;
border-radius: 20px/50px;
background-clip: padding-box;
text-align: center;
}

.btn_green {
background: #abc663;
}

.btn_red_new {
background-image: linear-gradient(to bottom, #ffa5a0, #e71100);
}

.btn_green_new {
background-image: linear-gradient(to bottom, #7df558, #3d8d34);
}

.btn_blue_new {
background-image: linear-gradient(to bottom, #8fa5f3, #051c8d);
}

.btn_red {
background: #eb2b2b;
}

.btn_gray {
background: #727272;
}

.btn_gray_g {
background: #727272;
transition: background 2s;
}

.btn_gray_g:hover {
background: #abc663;
}

.btn_gray_r {
background: #727272;
transition: background 2s;
}

.btn_gray_r:hover {
background: red;
}

.foot1{
width: 1000px;
height: 40px;
border-bottom: #c7c7c7 solid 1px;
font-size: 11px
}

.foot2{
width: 1000px;
height: 40px;
font-size: 11px
}

.foot3{
width: 1000px;
height: 70px;
font-size: 10px
}

.foot4{
width: auto;
height: 100%;
padding: 0 15px 0 15px;
}

.form-login{
width: 235px;
height: 25px;
font-size: 11px;
border-radius: 7px;
border: gray solid 1px;
}

.form-register{
width: 235px;
height: 25px;
font-size: 11px;
border-radius: 7px;
border: gray solid 1px;
}

.form-select-popis{
width: 33%;
height: 100%;
font-size: 10px;
padding: 0 10px 0 0;
}

.form-select{
width: 205px;
height: 30px;
font-size: 11px;
border-radius: 7px;
border: gray solid 1px;
padding: 0 0 0 5px;
}

.form-control{
width: 200px;
height: 30px;
font-size: 12px;
border-radius: 7px;
border: gray solid 1px;
padding: 0 0 0 10px;
}

.form-control-min{
width: 60px;
height: 16px;
font-size: 11px;
border-radius: 7px;
border: gray solid 1px;
padding: 0 0 0 10px;
text-align: center;
}

.form-control-min2{
width: 70px;
height: 30px;
font-size: 12px;
border-radius: 7px;
border: gray solid 1px;
padding: 0 0 0 10px;
}

.form-control-parc1{
width: 60px;
height: 16px;
font-size: 11px;
border-radius: 7px;
border: gray solid 1px;
padding: 0 0 0 10px;
text-align: center;
}

.form-control-parc2{
width: 40px;
height: 16px;
font-size: 11px;
border-radius: 7px;
border: gray solid 1px;
padding: 0 0 0 10px;
text-align: center;
}

.form-control-pod2{
width: 90px;
height: 16px;
font-size: 11px;
border-radius: 7px;
border: gray solid 1px;
padding: 0 0 0 10px;
text-align: center;
}

.fo-mylot{
width: 120px;
height: 16px;
font-size: 11px;
border-radius: 7px;
border: gray solid 1px;
padding: 0 0 0 10px;
}

.fo-mylot-parcela-typ{
width: 50px;
height: 18px;
font-size: 11px;
border-radius: 7px;
border: gray solid 1px;
padding: 0 0 0 10px;
}

.fo-mylot-parcela-umiestnenie{
width: 250px;
height: 18px;
font-size: 11px;
border-radius: 7px;
border: gray solid 1px;
padding: 0 0 0 10px;
}

.fo-mylot-parcela-svp{
width: 540px;
height: 18px;
font-size: 11px;
border-radius: 7px;
border: gray solid 1px;
padding: 0 0 0 10px;
}

.fo-mylot2{
width: 175px;
height: 30px;
font-size: 14px;
border-radius: 7px;
border: gray solid 1px;
padding: 0 0 0 10px;
}

.login-err{
height: auto;
color: red;
font-size: 11px;
}

.com_soon{
width: 100%;
height: 20px;
font-size: 11px;
color: red;
}

.uloz_uprav{
width: 100%;
height:40px;
font-size: 11px
}

.zoom {
transition: transform 2s;
margin: 0 auto;
overflow: hidden;
}

.zoom:hover {
-ms-transform: scale(1.5); /* IE 9 */
-webkit-transform: scale(1.5); /* Safari 3-8 */
transform: scale(1.5); 
}

.info{
width: 20px;
height: 20px;
background: #abc663;
border-radius: 50%;
}




#gallery {
    border: 1px solid;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 15px rgba(50, 50, 50, 0.7) inset;
    height: auto;
    overflow: auto;
}
.gal-foto {
    float: left;
    margin: 3px;
    position: relative;
}
.gal-img {
    display: block;
    max-height: 150px;
    max-width: 150px;
}


.bot {
width: 90%;
height:100%;
border-bottom: #c7c7c7 solid 1px;
box-sizing: border-box;
}

.imgr{
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 50%;
}

.elem, .elem * {
 
}
.elem {

}
.elem > span {
    display: block;
    cursor: pointer;
    height: 0;
    padding-bottom: 60%;
    background-size: cover; 
    background-position: center center;
}

.lcl_fade_oc.lcl_pre_show #lcl_overlay,
.lcl_fade_oc.lcl_pre_show #lcl_window,
.lcl_fade_oc.lcl_is_closing #lcl_overlay,
.lcl_fade_oc.lcl_is_closing #lcl_window {
    opacity: 0 !important;
}
.lcl_fade_oc.lcl_is_closing #lcl_overlay {
    -webkit-transition-delay: .15s !important; 
    transition-delay: .15s !important;
}

   /** Social Button CSS **/

.share-btns { 
display: flex;
align-items:center;
justify-content: center;
}

.share-btn {
border-radius: 7px;
display: inline-block;
color: #ffffff;
border: none;
padding: 3px 6px 3px 6px;
outline: none;
text-align: center;
font-size: 14px;
margin: 0 0 0 6px;
}

.share-btn:focus,
.share-btn:hover {
text-decoration: none;
opacity: 0.8;
}

.share-btn:active {
color: #e2e2e2;
}

.share-btn.twitter { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit { background: #ff5700; }
.share-btn.hackernews { background: #ff6600; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email { background: #444444; }

.info{
width: 20px;
height: 20px;
background: #abc663;
/* margin: 0 0 0 10px; */
border-radius: 50%;
font-size: 16px;
font-weight: bold;
}


.i2{
width: 100%;
height: 20px;
border-bottom: #c7c7c7 solid 1px;
box-sizing: border-box;
}

.iauto{
width: 90%;
height: auto;
border-bottom: #c7c7c7 solid 1px;
margin: 0 0 0 5%;
box-sizing: border-box;
}



.btn_pridat{
width: 65px;
height: 22px;
background: #abc663;
cursor:pointer;
color:white;
text-shadow: 2px -1px 2px black;
border-radius: 7px;
border: gray solid 0.1px;
}

.btn_yes{
width: 75px;
height: 20px;
background: #abc663;
cursor:pointer;
color:white;
text-shadow: 2px -1px 2px black;
border-radius: 7px;
border: gray solid 0.1px;
}

.btn_no{
width: 75px;
height: 22px;
background: gray;
cursor:pointer;
color:white;
text-shadow: 2px -1px 2px black;
border-radius: 7px;
border: gray solid 0.1px;
transition: all 0.3s ease-out;
}

.btn_del_foto{
width: 75px;
height: 20px;
background: red;
cursor:pointer;
color:white;
text-shadow: 2px -1px 2px black;
border-radius: 7px;
border: gray solid 0.1px;
}

.btn_no:hover {
background: #abc663;
}

.btn_no:hover span {
  display:none
}

.btn_no:hover:before {
  content:"Áno";
}

.btn_yes .tooltiptext {
visibility: hidden;
width: 150px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;

  /* Position the tooltip */
position: absolute;
z-index: 1;
}

.btn_yes:hover .tooltiptext {
visibility: visible;
}