body {
  font-family: "Lato", sans-serif;
}

.report-side {
  color: #FFF5EE;
  font-size: 15px;
  font-weight: 2px;
  padding: 8px 8px 8px 12px;} /* sea shell */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
}

.sidenav a {
  padding: 20px 8px 10px 12px; /*T R B L*/ 
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .bottomnav {padding-bottom: 15px;}
  .bottomnav a {font-size: 18px;}
}


html, body, .row-fluid{
  height: 100%;

}

#main {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px;
}

#map {
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1;
}

.bottomnav {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  padding-top: 60px;
}

.bottomnav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.bottomnav a:hover {
  color: #f1f1f1;
}

.Buttons-control-sidebar {
  width: 50%;
  margin: 0 auto;
}

/* overdrive center de leaflet */

.myWatch {
  height: 15;
  width: 40;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 50%;
  background-color: white;
  overflow-x: hidden;
  padding-top: 0px;
}

.report-Watch {
  padding: -5px -5px -5px -5px ;
  text-decoration: none;
  font-size: 25px;
  color: #111;
  /*display: block;*/
}