.coordsdiv{text-align:center;height:18px;line-height:18px;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 12px;color: #555;}
.coorHead {}
.coor {
	text-align: left;
	font-weight: bold;
	width:50px;
	display:inline-block;
} 
.leaflet-top, .leaflet-bottom{z-index:auto;}
.Lbt{width:36px;height:36px;background-color:#979595;background-repeat:no-repeat;background-position:center center;cursor:pointer;}
.Lbt:hover{background-color:#ffffff;}
.Lbt_home{background-image:url(img/home_map.png);}
.Lbt_grid{background-image:url(img/darkWhite_map.png);}
.Lbt_city{background-image:url(img/City_map.jpg);}
.Lbt_webcam{background-image: url(img/webcam_but3.png);}
.Lbt_webcamoff{background-image: url(img/webcam_button_off.png);}
.leaflet-bar{border-radius:6px;}

.markerdiv{
	background:none;
	border:none;
    margin-left: -20px !important;
    margin-top: -40px !important;
}


/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
  height: 100%;
    margin: 0;
    padding: 0;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
/* 
.Header_epsa_logo__1KlNP {
    flex: 0 1 235px;
    max-height: 100px;
    height: 100px;
}
*/

.sidenav {
    height: 80%; /* 74 */
    width: 0;
    position: fixed;
    z-index: 999;
    top: 50px; /* 60 */
    left: 0;
    background-color: #f5f5f5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
    /*
	position: absolute;
    top: 50%;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
    cursor: pointer;
    color: #fff;
    border: 2px solid #000;
    border-radius: 12px 0 0 12px;
    background-color: #090909;
    box-shadow: 1px 1px 4px 1px #888;
    z-index: 11111111;
    */
	
	position: sticky;
    top: -3%;
    right: 0%;
    font-size: 36px;
    margin-right: -11px;
    cursor: pointer;
    color: #69c;
    border: 2px solid #000;
    border-radius: 12px 0 0 12px;
    background-color: #090909;
    box-shadow: 1px 1px 4px 1px #888;
    z-index: 11111111;
    float: right;
}

.sideopenNav {
    font-size: 30px;
    cursor: pointer;
    position: relative;
    top: 300px;
    z-index: 999;
    color: #69c;
    border: 2px solid #000;
    border-radius: 0 12px 12px 0;
    background-color: rgba(0,0,0,0.7);
    box-shadow: 1px 1px 4px 1px #888;
}

.MapContainer_wrapper__2LPcx {
    position: relative;
    overflow: hidden;
    /*top: 10px;*//* Enable header on map */
    top: -40px; /* Enable to hide header on map */
}
.MapContainer_wrapper__2LPcx>div:first-child {
    height: calc(100vh - 30px);
}
#main {
  transition: margin-left .5s;
  padding: 16px;
}

.Header_header__1cVab {
    padding: 10px 15px;
}
.Footer_footer__3QNpF {
    min-height: 30px;
    max-height: 30px;
}
.Footer_footer__3QNpF {
    justify-content: space-between;
}
.Footer_footer__3QNpF {
    align-items: flex-end;
    margin-top: -40px;
}
.SearchSubSystem_search_subsystem_layout__3CD-9 {
    padding: 25px 10px;
}
.SubSystemList_subsystem_title_style__1HQuO {
    max-height: 30px;
    min-height: 30px;
}

.SubSystemList_subsystem_title_style__1HQuO {
    top: -60px;
}
.SubSystemList_list_place__2t7_T {
    min-height: 100px;
}
.checkboxsub {
    margin: 6px 7px;
    font-weight: 700;
    color: #ccc;
    position: relative;
    bottom: -2px;
    font-size: 13px;
    line-height: 10px;
}
.watermark
{
   background-image: url(https://www.meteokav.gr/wxmap/kaloudia/img/validate_errorload.png);
   background-position: center center;
   background-size: 100%; /* CSS3 only, but not really necessary if you make a large enough image */
   position: absolute;
   width: 100%;
   height: 100%;
   margin: 0;
   z-index: 10;
}
@media screen and (max-width: 450px) {
  /*.sidenav {top: 100px; height: 70%;}*/
  .sidenav {top: 50px; height: 81%;}
  /*.MapContainer_wrapper__2LPcx {top: 60px;}*/
  .Footer_copyright__3SiTr {margin-top: 100px;}
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .sidenav {top: 100px; height: 62%;}
}
@media screen and (max-height: 578px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  /*.sidenav {top: 60px; height: 69%;}*/
  .sidenav {top: 50px; height: 77%;}
  .sideopenNav {top: 190px;}
  .SubSystemList_subsystem_title_style__1HQuO {top: -20px;}
}
@media screen and (max-height: 320px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .sidenav {top: 56px; height: 63%;}
  .MapContainer_wrapper__2LPcx {top: 15px;}
  .Header_header__1cVab {flex-wrap: initial;}
  .img_header_r {max-width: 290px;}
  .Header_header__1cVab {padding: 0px 2px; min-height: 55px; max-height: 55px;}
  .MapContainer_wrapper__2LPcx>div:first-child {height: calc(100vh - 100px);}
  .sideopenNav {top: 150px;}
}
@media screen and (max-width: 320px) {
  /*.sidenav {top: 100px; height: 73%;}*/
  .sidenav {top: 50px; height: 85%;}
  .img_header_r {max-width: 280px;}
  .sideopenNav {top: 250px;}
}

/* hide scrollbar but allow scrolling */
div.sidenav {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
}

div.sidenav::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}


/** The open button isn't visible by default, since the sidebar is already open **/

#close-button {
  display: none;
}

.VerticalSidePanel_vertical_side_panel__yp1wT {
    position: relative;
    z-index: 1;
    top: -5px;/*0px until 04-03-2022*/
    right:0; 
    /*width: 320px;*/
    width: 250px;
    padding: 0 20px;
    background-color: #686868;
    color: #ffffff;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 12%);
    -webkit-transform: translateY(-103%);/*-103*/
    transform: translateY(-103%);/*-103*/
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out,-webkit-transform .15s ease-out;
}
div.VerticalSidePanel_vertical_side_panel__yp1wT {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    height: 450px;/*550px*/
    /*position: fixed;*/
    right: 50% !important;/*add at 04-03-2022*/
}
.leaflet-popup-pane {
    position: absolute;
    left: 0px;
    top: 0px;
}
.leaflet-popup-content {
    /*width:auto !important;*/
    width:0px !important;
}
.leaflet-popup-content-wrapper {
    position: relative;
}
.leaflet-popup-content {
    position: fixed;
    top: 0;
    bottom:0;
    right:0;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    /*transform: translate3d(50px, 250px, 0px) !important;*/
	position: relative !important;
    top: 250px !important;
    left: -60px !important;
    right: 0px !important;
    bottom: 0px !important;
}

@media (min-width: 1px) and (max-width: 500px) {
    .leaflet-popup-content-wrapper {
        position: relative;
    }
    .leaflet-popup-content {
        position: fixed;
        top: 0;
        bottom:0;
        right:0;
    }
    .VerticalSidePanel_vertical_side_panel__yp1wT {
        width: 200px;
    }
}
.Entity_content__b8jTc {
    max-height: 350px;
}
.ma-popupinfo-content {
    height: 300px;
}

/* Accessibility Menu */
/* ---------------------------------------- */

body .uwy.userway_p1 .uai {
    top: 3px;
}
