@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:400,700,900');

body{
margin: 0;
padding: 0;}

.big-map{
	position: absolute;
	/* z-index: -150; */
	top:0;
	bottom:0;
	width:100%;
}


.mapboxgl-ctrl-bottom-left {
	display:none!important;
}

/* .mapboxgl-ctrl-bottom-right {
	/* display:none!important;
} */


.mapboxgl-popup-content{
  border-radius:10px!important;
  background:linear-gradient(#ffffffbf, #E0EAFCbf );
  color : rgb(27, 27, 27);
}

.mapboxgl-popup-tip{
  color:rgba(25, 82, 189, 0.667);
}

.popup-details{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:  1.2em;
}

u {
  text-decoration: none;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-weight: 700;
}

.layerFilter {
  display: none;
  background-color: #fff;
  border-radius: 5px;
  bottom: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 10px;
  position: absolute;
  left: 10px;
  z-index: 1;
  }

  .activeFilter{
    display: initial;
  }

.legend {
  background-color: #fff;
  border-radius: 5px;
  bottom: 30px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 10px;
  position: absolute;
  right: 10px;
  z-index: 1;
  }
   
  .legend h6 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 10px;
  }
   
  .legend div span {
  border-radius: 50%;
  border:solid 1px rgba(44, 44, 44, 0.459);
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
  }


  .layerFilter input{display:none;}

  input+label{
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    padding-left: 28px;
    position: relative;
  }
  input:checked+label{
    color: #0792aa;
    font-weight: bolder;
  }

  .X{
    margin: auto;
    padding: 0;
    color: #353b3b;
    font-size: 20px;
    max-width: 1200px;
    background: #ecf0f1;
    font-family: 'Karla', sans-serif;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  }

  /*Style 02*/
.S2 label:before{
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  position: absolute;
  background: #156d83;
  border-radius: 100%;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 18px #E0E0E0;
}
.S2 input:checked + label:before{
  border: 1px solid #156d83;
  box-shadow: inset 0 0 0 4px #fff;
}

.side-menu {
  font-family: 'Roboto Condensed', sans-serif;
  z-index:500;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: auto;
  width: 60px;
  list-style-type: none;
  background: #156d83;
  overflow: hidden;
  transition: width .5s;
}

.side-menu:hover {
  width: 300px;
}

.side-menu li {
  width: 300px;
}

.side-menu li span {
  font-size: 1rem;
  margin: 20px 30px 0 22px;
}

.side-menu li i {
  transform: translate(-12%, 30%);
  margin-top:12px;
}

.side-menu li a {
  display: block;
  font-size: .9rem;
  text-decoration: none;
  color: #FFF;
  height: 60px;
}

.side-menu li a:hover {
  background: #45586191;
  display: block;
}

.active {
  background: #141744;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}