.icon-bar {
   background-color:white !important;
   color:white !important;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
    margin: 0;
  }

/* The slider itself */
.slider {
    -webkit-appearance: none;
    width: 120px !important;
    height: 1px;
    border-radius: 5px;
    background: black;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    display: inline-block !important ;
    margin-left: 10px;
    margin-right: 10px;
    position:relative;
}

/* Mouse-over effects */
/*.slider:hover {
    opacity: 1; 
}*/

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ 
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    border:none;
    width: 15px; /* Set a specific slider handle width */
    height: 15px; /* Slider handle height */
    background: url('sliderIcon.png'); /*Icon background */
    cursor: pointer; /* Cursor on hover */
    /*margin-top: 30px;
    margin-bottom: 30px;*/
}

.slider-webkit-tap-highlight-color: transparent;
.slider::after{
  content: "";
  cursor:pointer;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -20%);
    -webkit-tap-highlight-color: transparent;
  }

.slider::-moz-range-thumb {
    width: 15px; /* Set a specific slider handle width */
    height: 15px; /* Slider handle height */
    border:none;
    background:url('sliderIcon.png'); /* Green background */
    cursor: pointer; /* Cursor on hover */
    /*margin-top: 30px;
    margin-bottom: 30px;*/
}

  .navbar-brand {
    position: absolute;
    top : 0px;
    left: 50% ;
    margin-left: -10px !important;  /* 50% of your logo width */
    margin-top:-3px;
    display: inline-block;
  }
  
  #map {
    width: 100%;
    top:0px;
    bottom:0px;
    z-index:1;
    position: absolute;
    filter:brightness(100%);
  }
  
  #logo {
    position:absolute;
    z-index:2;
    bottom:18px;
    left:8px;
  }

  #zoommessage {
    visibility: hidden;
    position:absolute;
    opacity:0.5;
    z-index:10000;
    left:50%;
    top:50%;
    margin-left:-130px;
    margin-top:-40px;
  }
  #slidemessage {
    visibility: visible;
    position:absolute;
    z-index:2;
    left:80px;
    bottom:80px;
  }

  .time-control {
    position: absolute;
    left: 10px;
    /*left:1%;*/
    bottom: 20px;
    /*bottom:3%;*/
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #999999;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #000000;
    vertical-align: middle;
    font-family: sans-serif;
    font-size: 14px;
    padding: 8px 8px;
  }

  #time-label2 {
    /*margin-right: 5px;*/
    outline: none;
    font-size: 13px;
    padding: 0 0 0 7px;
  }

   #timePicker {
    width: 50px;
    /*margin-right: 5px;*/
    font-size: 13px;
    outline: none;
    padding: 0;
  }
  .ui-timepicker-wrapper {
    width: 60px !important;
  }

  #datePicker {
    width: 90px;
    /*margin-right: 5px;*/
    font-size: 13px;
    outline: none;
    padding: 0;
  }

  #reset {
    margin-left: 5px;
    cursor:pointer;
    outline: none;
  }
  
  .leaflet-control-custom {
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 2px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.685);
    font-size: 20px;
    cursor: pointer;
    }

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.geocoder-control-suggestions {
  z-index:3 !important;
}


.popuplist {
  visibility: hidden;
  background: rgb(255, 255, 255);
  text-align: center;
  border-radius: 6px;
  padding: 24px 0px 20px;
  position: absolute;
  font-size: 14px;
  z-index: 1000;
  width:300px;
  height:220px;
  top:50%;
  left:50%;
  margin-top:-160px;
  margin-left:-150px;
  overflow:scroll; 
}


.closepopup {
  /*padding: 8px 8px 8px 25px;*/
  text-decoration: none;
  font-size: 15px;
  color: #5e5e5e;
  display: block ;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 25px;
  margin-left: 0px;
}
/* When you mouse over the navigation links, change their color */
.closepopup:hover {
  color: #ce9315;
}

.popupabout {
  visibility: hidden;
  background: rgb(255, 255, 255);
  float:left;
  text-align:left;
  border-radius: 6px;
  padding: 24px 10px 10px 10px;
  position: absolute;
  font-size: 14px;
  z-index: 1000;
  width:300px;
  height:400px;
  top:50%;
  left:50%;
  margin-top:-200px;
  margin-left:-150px;
  overflow:scroll; 
}

.popupinfo{
  visibility: visible;
  background: rgb(255, 255, 255);
  float:left;
  text-align:left;
  border-radius: 6px;
  padding: 24px 10px 10px 10px;
  position: absolute;
  font-size: 14px;
  z-index: 1000;
  width:350px;
  height:400px;
  top:50%;
  left:50%;
  margin-top:-200px;
  margin-left:-175px;
  overflow:scroll; 
}

.AddSpotForm {
  background: rgb(255, 255, 255);
  float:left;
  text-align:left;
  border-radius: 6px;
  padding: 24px 10px 10px 10px;
  position: absolute;
  font-size: 14px;
  z-index: 1000;
  width:300px;
  height:350px;
  top:50%;
  left:50%;
  margin-top:-120px;
  margin-left:-150px;
  padding-top: 30px; /* Place content 60px from the top */
  visibility: hidden;
  overflow:scroll; 
}

.search-control {
  width:250px;
  /*position: absolute;*/
  display: inline-block !important;
  margin-top:12px;
}

.dropdown-menu li {
        padding: 3px 20px;
        margin: 0;
        border-bottom-color: #f2f2f2;
        border-bottom-width: 1px;
        border-bottom-style: solid
      }

.dropdown-menu li:hover{
        background: #7FDFFF;
        border-color: #7FDFFF;
      }

.dropdown-menu .geocoder-control-selected{
        background: #7FDFFF;
        border-color: #7FDFFF;
      }

.dropdown-menu ul li {
        list-style-type: none;
      }

.dropdown-menu ul {
  padding-left: 0px !important;
}