body {
  margin: 0;
  padding: 0;

}

#map {
    position: absolute;
    top: 10px;
    bottom: 10px;  
    right: 15px;
    left: 10px;
    z-index: 1;
   
}
#mapContainer {
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
  border-right: 10px solid #000000;
  padding-right: 100px;
}
#controls {
  position: absolute;
  top: 50px;
  bottom: 50px;
  width: 300px;
  border: 1px solid #000000;
  z-index: 10;
  background-color: #2b3e50;
  color: #000000;
}
label, .radio label, .checkbox label, .help-block {
  font-size: 1.2rem;
  font-weight: bold;
}
div#nav {
  position: fixed;
  top: 15px;
  right: 0px;
  margin: 0px;
  padding: 20px 0px 0px;
  background: #385c53;
  list-style: none;
  z-index: 9999;
  width: 400px;
  border-radius: 10px 0px 0px 10px;
}
div#nav .nav-btn {
  background: #385c53;
  border-radius: 10px 0px 0px 10px;
  position: absolute;
  top: 10px;
  left: -40px;
  width: 40px;
  height: 70px;
  display: block;
  cursor: pointer;
}
div#nav .nav-btn img {
  margin: 20px 0px 0px 13px;
}



#controlField{
    margin: 0 25px 0 25px;
    color: #ffffff
}

#menuSlide{
    height:25px;
    width:25px;
}

.mapboxgl-ctrl-geocoder{
    display:none;
}

#content{
  top: 0;
    bottom: 0;
    position: absolute;
    background-color: #253648;
}
#mainRow{
  height:100%;
}

#customers {
  font-size:1.2rem;
  border-collapse: collapse;
  width: 100%;
  margin-top:25px;
}
table#customers td {
  font-weight: bolder;
}
#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2; color: #4E5D6C}
#customers tr:nth-child(odd){background-color: #4E5D6C; color:#f2f2f2}

#customers tr:hover {background-color: #ddd; color:#ffffff}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #385c53;
  color: white;
}
#dataCol{
  padding:20px;
  border: 10px solid #000000;
}

body{
  font-size: 1.15;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
#legend{
  padding: 5px;
  background-color: #000000;
  color: white;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 125px;
  z-index: 10;
  display:none;
}
#legend td{
  padding-left:5px;

}