html, body { height: 100%; width: 100%; margin: 0px }
#map { height: 100%; width: 100% }

/* blinking map marker */
  @-webkit-keyframes fade { 
  from { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } 
}
  @keyframes fade { 
  from { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } 
}

.blink        { -webkit-animation: fade 1.00s infinite alternate; animation: fade 1.00s infinite alternate; }
.blinkSlower  { -webkit-animation: fade 1.50s infinite alternate; animation: fade 1.50s infinite alternate; }

/* leaflet css overrides */
.leaflet-popup-content-wrapper {
  background: #dbe7ea !important;
  font-family: 'Times New Roman', Times, serif !important
}

.leaflet-popup-tip {
  background: #dbe7ea !important;
}

.leaflet-popup-content-wrapper {
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4) !important;
}

.leaflet-control-layers-toggle {
	width: 38px !important;
	height: 38px !important;
  }
  
.leaflet-control-layers {
  box-shadow: 5px 5px 5px #888888 !important;
}

.leaflet-control-zoom {
  box-shadow: 5px 5px 5px #888888 !important;
}

.custom-control {
  width: 360px;
  height: 18px;
  margin: 0px 10px 0px !important;
  z-index:  800;    
  font-size: 1.0em !important;
  font-family: 'Times New Roman', Times, serif;
}

.hightlight-text.body {
  color: red;
}

.highlight-background {
  /* background-color: #dbe7ea !important; */
  background-color: #BC1330 !important;
  color: white
}

.normal-text {
  color: black;
}

.normal-background {
  background-color: #C1B925 !important;
  color: white !important;
}

 .cursor-pointer {
  cursor: pointer
}

.filter-control {
  background-color: #E8E8E8 !important;
  color: black;
  width: 360px;
  height: 24px;
  margin: 0 !important;
  z-index:  800;    
  font-size: 1.25em !important;
  margin: 0px 10px 5px 0px !important;
  font-family: 'Times New Roman', Times, serif;
  content: attr("Keywords applied for filtering")
}

.older-control {
  background-color: rgb(91, 148, 214) !important;
  width: 360px;
  height: 24px;
  margin: 0px 10px 10px 0px !important;
  z-index:  800;    
  font-size: 1.0em !important;
  font-family: 'Times New Roman', Times, serif;
}

#old_select {
  color: white;
  background-color: rgb(61, 104, 189) !important;
  width: 100%;
  height: 100%;
  -moz-text-align-last:center;
       text-align-last:center;
  cursor: pointer;
  font-family: 'Times New Roman', Times, serif;
}

.select {
  width: 360px;
}

#text_popup {
  color: red;
}

.button-custom {
  background-color: #FFFFFF;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
  z-index:  800;    
  box-shadow: 5px 5px 5px #888888 !important;
}

.help-icon {
  background-image: url("../images/help.png");
}

.citygram-icon {
  background-image: url("../images/letter-32.png");
}

.hot-spot {
  background-image: url("../images/heat.png");
}

/* .sidebar-icon { background-image: url("../images/settings-18-26.png"); } */
.sidebar-icon { background-image: url("../images/energy.png"); }
.leaflet-sidebar {
  box-shadow: 5px 5px 5px #332c2c !important;
}
.leaflet-sidebar .leaflet-control .close {
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc) !important
}

#container {
  /* right: 10px;
  top: 10px; */
  position: absolute;
  right: 50%;
  top: 10px;
  width: 200px;
  height: 200px;
  /* background-color: white; */
  /* opacity: .5; */
  z-index:  800;
  border-radius: 25px;  
  font-size: 1.0em !important;
  font-family: 'Times New Roman', Times, serif;
}

#slider {
  position:relative;
  /* left:100px;
  top:100px; */
  /* margin-left: 200px;
  margin-top: 10px; */
  width: 400px;
  height: 150px;
  background-color: lightgray;
  z-index: 800; 
  /* box-shadow: 5px 5px 5px #CBCBCB !important; */
  box-shadow: 5px 5px 5px #888888 !important;
  font-size: 1.0em !important;
  font-family: 'Times New Roman', Times, serif;
}
#tab {
  position:relative;
  left: 0px;
  top: 0px;
  width: 400px;
  height: 20px;
  background-color:#9E9E9E;
  color: white;
  z-index:  800; 
  cursor: pointer;
  /* box-shadow: 5px 5px 5px #CBCBCB !important; */
  box-shadow: 5px 5px 5px #888888 !important;
}

