body {
  margin: 0px;
}

#mapid {
  position: absolute;
  width: 99%;
  height: 99%;
}
.table_charts iframe {
  border: none;
  width: 100%;
  height: 200px;
}
.table_charts,
th,
td {
  border: none;
}
.table_charts {
  width: 100%;
  height: 250px;
}
.custom-popup .leaflet-popup-content-wrapper {
  margin-left: 0px;
  background: white;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  width: 510px;
  height: 280px;
}

.custom-popup .leaflet-popup-tip-container {
  visibility: hidden;
}
.custom-popup .leaflet-popup-tip {
  visibility: hidden;
}

.custom-popup .leaflet-popup iframe {
  opacity: 1;
  width: 470px;
  height: 250px;
}

/* left menu */

.left-menu a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.left-menu-container {
  position: fixed;
  z-index: 1010;
  padding: 3px;
  margin-top: 0px;
}
.left-menu {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background-color: rgba(204, 201, 201, 0.6);
  width: 0px;
  height: 100vh;
  transition: 0.2s;
  overflow: auto;
}
.menu-header {
  background-color: #39603d;
  height: 150px;
  padding: 5px;
}
.live-result table {
  width: 100%;
  border-collapse: collapse;
}
.live-result table,
td,
th {
  border: 1px solid #ddd;
  padding: 8px;
}
.live-result tr:nth-child(even) {
  background-color: #f2f2f2;
}
.live-result tr:nth-child(odd) {
  background-color: #a3bcb6;
}

.live-result tr:hover {
  background-color: #daded4;
}

.graphs iframe {
  width: 100%;
  height: 520px;
}
.tablinks {
  background-color: #a3bcb6;
  border: 1px solid #ddd;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition-duration: 0.4s;
}
.tablinks:hover {
  background-color: #39603d;
  color: white;
}
.space {
  height: 90px;
}

/*Legend*/
.legend {
  z-index: 1009;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
/*Scrollbar*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}
