.navbar {
    min-height: 120px;
}



.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.navbar-text {
    font-size: 30px;
    padding: 15px;
    color: #709fdc;
    margin-right: 10px;
    margin-left: 10px;
}

.active{
    color: #274684;
}

.bg-light-blue {
    background-color: #b9d5fd;
}


.tabcontent, .tabcontent2{
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}




.slidecontainer {
    width: 100%; /* Width of the outside container */
  }
  
 
  
  /* Mouse-over effects */
  .slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
  }
  
 

  .slider {
    -webkit-appearance: none;
    width: 70%;
    height: 15px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #709fdc;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #709fdc;
    cursor: pointer;
  }


  input[type=checkbox] {
      transform: scale(1.4)
  }
  

  .leaflet-popup-content-wrapper .leaflet-popup-content{
      font-size: 14px;
  }

.btn-toggle:before, .btn-toggle:after {
    white-space: nowrap;
}

  