
html { 
  height: 100%;
  overflow: hidden;
}

body { 
  height: 100%; 
  margin: 0; 
  padding: 0;
  overflow: hidden;
}

#map_canvas {
  height: calc(100% - 3em - 147px);
  width: 100%;
  position: fixed;
}

.leaflet-container {
  height: calc(100% - 5em - 147px) !important;
}

.mapboxgl-map {
  height: calc(100% - 5em - 147px) !important;
}

body.is-mobile #map_canvas {
  height: calc(100% - 3em - 130px);
}

body.is-mobile .leaflet-container
{
  height: calc(100% - 5em - 130px) !important;
}

body.is-mobile .mapboxgl-map
{
  height: calc(100% - 5em - 130px) !important;
}

label {
  cursor: default;
  color: #808080;
}

#map_analysis_wrapper {
  position: fixed;
  bottom: 0;
  background-color: #333;
  width:100%;
}

#hoverinfo {
  width: 100%;
  height: 20px;
  padding-left: 10px;
  color: whitesmoke;
  font-size: 12px;
}

#map_analysis {
  width:100%;
  height:120px !important;
  display: inline-block;
  padding: 5px;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  margin-right: 10px;
  color: whitesmoke;
}
