/*Basics*/

body {
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  overflow-x: hidden;
  z-index:-5;
  touch-action:none;
}

#map{
  height: 100%;
  width:100%;
  position:absolute;
  top:0;
  background: #0b0c0e;
  z-index: -1;
}

/* Cursors and pointer */

.leaflet-container.cell-cursor-enabled {
    cursor:cell;
}

.leaflet-overlay-pane path,
.leaflet-marker-icon {
  cursor: pointer;
}


/*attribution*/

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    box-shadow: none;
    background: #0f0f0f;
    color: #505050;
}

.leaflet-container a {
    color: #505050;
}

/* zoom custom */

.leaflet-bar a:first-child {
    border-radius: 0px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
}


/*sidebar*/
.t1 {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: white;
}

.t2 {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: white;
}

.t1 a{
  color:white;
}

.containerBottom {
height: 100vh;
z-index: 2;
display: table-cell;
vertical-align: bottom;
}

#toggle {
    display: flex;
    position: absolute;
    margin: 10px;
    padding: 10px;
    z-index: 3;
    background: #333;
    width:200px;
    border: 0px solid white;
}

#togglesb {
    display: flex;
    position: absolute;
    margin: 10px;
    margin-top:70px;
    padding: 10px;
    z-index: 3;
    width:200px;
    background: #333;
    border: 0px solid white;
}

#toggle:hover  {
    background: #0a0b0ee6;
}
#togglesb:hover  {
    background: #0a0b0ee6;
}

#toggle img {
  padding-right: 10px;
      width: 20px;
      align-self: center;
}
#togglesb img {
  padding-right: 10px;
    width: 20px;
    align-self: center;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -300px;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  width:300px;
  background: #0a0b0ee6;
  z-index: 2;

}

#sidebar-wrapper.toggled {
  margin-left: 0;
  z-index: 2;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
    z-index: 2;
  }

  #sidebar-wrapper.toggled {
    margin-left: -300px;
    z-index: 2;
  }
}
/* Legend */
.title {
    margin-bottom: 20px;
    margin: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ffffff45;
}

table {
  margin: 10px;
  width: 220px;
}


/* radar chart */

  #info-pane {
    /* position: absolute; */
    bottom: 10px;
    left: 10px;
    z-index: 400;
    padding: 10px;
    background: transparent;
    padding-top: 0;
  }
