#map-container {
  position:relative;
}

#map {
  margin-top: 0px;
  margin-right:10px;
  position:relative;
  height:100vh;
  width:100%;
  border: 2px solid grey;
  border-radius:4px;
  z-index:0;
}

/* sidepanel */
.sidepanel {
  opacity: 0.95;
  position:absolute;
  width: 0px; 
  z-index: 9999;
  top: 0px;
  right: 0px;
  overflow-x: hidden;
  overflow-y: hidden; /* Force scroll */
  max-height:100%;
  transition: 0.2s;
}

/* Scrolling for the latest deliveries list */
.scrolling{
  overflow-y:auto;
  height: 300px;
  margin-left:0;
  padding-left:0;
}

.info {
  padding: 6px 8px;
}

.info-hide {
  display: none;
}

.bg-infopanel {
  background: rgba(59, 59, 59, 0.90);
}

.btn-wp {
  background:rgba(42, 191, 216, 1);
}


.leaflet-control-layers-toggle {
	background-image: url(../leaflet/images/layers.png);
	width: 26px;
	height: 26px;
    padding:6px;
}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../leaflet/images/layers.png);
    margin:0px;
    padding:4px;
}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 30px;
	height: 30px;
    padding:4px;
}

.marker-cluster-small {
  background-color: rgba(61, 219, 255, 0.42) !important;
  background-color: rgba(234, 255, 0, 0.53) !important;
  color: #000 !important;
}

.marker-cluster-small div {
  background-color: #eaea3d !important;
  color: #000 !important;
}

.marker-cluster-medium {
  background-color: rgba(61, 219, 255, 0.42) !important;
  color: #000 !important;
}
.marker-cluster-medium div {

  background-color: #8fe9f2 !important;
  font-weight: bold; !important;
  color: #000 !important;
}

.marker-cluster-large {
  background-color: rgba(0, 212, 255, 0.53) !important;
  color: #000 !important;
}
.marker-cluster-large div {
  background-color: #2abfd8 !important;
  color: #000 !important;
}