#mapContent{position:relative;width:100%;height:85vh;z-index:10;}
#map{position:relative;width:100%;height:100%;}
#loader{
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.imgMapDiv {position:relative;overflow: hidden; display: inline-block; cursor: pointer;}
.leaflet-bottom.leaflet-left{width: 100%;}
.leaflet-bottom.leaflet-left>div{float:none;}
.leaflet-control-mouseposition{ width: auto; position: absolute !important; left: 45%;}

.cluster{
  background: rgba(136, 168, 46,.6);
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: 700;
  font-family: monospace;
}
.cluster:before{
  content: ' ';
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 1px solid white;
}
.digit-1{
  border: 1px solid rgba(136, 168, 46,.6);
  font-size: 14px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  margin-top: -14px;
  margin-left: -14px;
}
.digit-2{
  border: 1px solid rgba(136,168,46,.2);
  font-size: 16px;
  height: 34px;
  width: 34px;
  line-height: 35px;
  margin-top: -17px;
  margin-left: -17px;
}
.digit-2:before{border-width: 1px;}
.digit-3{
  border: 1px solid rgba(136,168,46,0);
  font-size: 18px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-top: -24px;
  margin-left: -24px;
}
.digit-3:before{border-width: 1px;}
.digit-4{
  border: 1px solid rgba(136,168,46,0);
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}
.digit-4:before{border-width: 1px;}

#panel{position: absolute; right:0; top: 0; bottom: 0; width: 100%; overflow: hidden;z-index: 5000;display:none;}
#panel>div{position:relative;float:right;width:80%;height:100%;background: #fff;box-shadow: -15px 0 15px rgba(0,0,0,.3);margin-right:-50%;}
#panel>div>*{padding:5px 20px;}
#panel section{position: relative; width: 100%; overflow: auto;}
#panel footer.closePanel{cursor: pointer;}
#panel>div.visible{margin-right:0;}
#panel>div.hidden{margin-right:-55%;}
.mySwitch{position: absolute;top: 10px;right:10px;width:auto;padding:10px;background:#fff;border-radius:5px;border:1px solid #ddd;z-index:500;}


@media (max-width: 575px) {
  #panel>div{width:80%;}
}

@media (min-width: 576px) and (max-width: 767px) {
  #panel>div{width:80%;}
}

@media (min-width: 768px) and (max-width: 991px) {
  #panel>div{width:70%;}
}

@media (min-width: 992px) and (max-width: 1199px) {
  #panel>div{width:50%;}
}

@media (min-width: 1200px) {
  #panel>div{width:50%;}
}