html,
body {
  margin: 0;
  padding: 0;
  font-family: "avenir next", Arial, sans-serif;
  font-size: 12px;
  color: #696969;
  height: 100%;
  width: 100vw;
  background-color: #000;
  user-select: none;
}
.full-height {
    height: 100%;
}

svg {
    font: 10px sans-serif;
}

circle.dot{
    z-index: 9999;
}
.transitPath{
    z-index: 9999;
}
path.transitPath{
    z-index: 9999;
}

path.path1{
    pointer-events: visibleStroke !important;
    cursor: pointer;
  }
  path.path2{
      pointer-events: none !important;
      cursor: pointer;
    }
#map {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  z-index: 100;
}
.leaflet-tile-pane {
    filter: saturate(0.2) contrast(1.2) brightness(1.05);
  opacity: 1 !important;
}
.leaflet-container {
  background: #000 !important;
}

.uifade{
    position: absolute;
    display:block;
    top:-10px;
    left:-50px;
    width:2500px;
    height:100px;
    background:white;
    opacity:0.7;
    z-index:999;
}

#ui-overlay {
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0px;
  pointer-events: none;
}


#slider {
  display: inline-block;
  position: relative;
  z-index: 9999;
  width: 100%;
  /* max-width: 840px; */
  /* vertical-align: middle; */

  pointer-events: none;
  top: 6px;
}
#slider_handle {
  pointer-events: none;
}
#slider svg {
  pointer-events: none;
  width: 100%;
  height: inherit;
}
#slider svg > g {
  pointer-events: none;
}

.ticks, #slider_label {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.track,
.track-inset,
.track-overlay {
  stroke-linecap: round;
}

.track {
  stroke: #000;
  stroke-opacity: 0.3;
  stroke-width: 10px;
}

.track-inset {
  stroke: #dcdcdc;
  stroke-width: 24px;
  pointer-events: stroke;
  cursor: pointer;
  opacity: 0;
}

.track-overlay {
  pointer-events: stroke;
  stroke-width: 50px;
  stroke: transparent;
  cursor: pointer;
}

.handle {
  fill: #fff;
  stroke: #000;
  stroke-opacity: 0.5;
  stroke-width: 1.25px;
  pointer-events: none;
}

#close-box {
    z-index: 400;
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: -18px;
    top: -1px;
    background-color: #ffffff;
    border: 1px solid #999999;
    text-align: center;
}
#info-box {
    z-index: 400;
    position: absolute;
    display: block;
    width: 300px;
    height: auto;
    max-height: 400px;
    left: 20px;
    top: 110px;
    background-color: #ffffff;
    border: 1px solid #999999;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px;
    white-space: normal;
    overflow: visible;
  
  }
  #info-box-inner {
    z-index: 400;
    position: relative;
    display: block;
    width: 98%;
    height: auto;
    max-height: 400px;
    left: 2px;
    top: 1px;
    background-color: none;
    border: none;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    white-space: normal;
    overflow: hidden auto;
  
    -webkit-user-select: text; /* Chrome all / Safari all */
    -moz-user-select: text; /* Firefox all */
    -ms-user-select: text; /* IE 10+ */
    user-select: text;
  }


.buttonx {
  z-index: 9997;
  position: relative;
  display: inline-block;
  left: 0px;
  top: 0px;
  background-color: #f90;
  border: 1px solid #999999;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px;
  width: auto;
  vertical-align: middle;
  cursor: pointer;
}

.leaflet-marker-pane svg path {
  pointer-events: all !important;
  cursor: pointer;
}

.leaflet-marker-pane svg {
  pointer-events: none;
}
.leaflet-marker-pane svg g {
  pointer-events: none;
}

.sitetitle{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-bottom: 3px;
}

.reversetext{
    background-color: #000;
    color: #fff;
}


#ui-overlay > .button {
  background-color: rgb(255, 255, 255);
  background-position: 50% 50%;
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  overflow: hidden;

  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: inline-block;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 22px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  pointer-events: auto;
  text-align: center;
  text-indent: 1px;
  width: 30px;
  vertical-align: middle;
}

@media (max-width: 680px) {
  /* For mobile phones: */
  #mapBlock {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
  }
  #map {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
  }
  #info-box {
    top: 0px;
    left:0px;
    width: 100%;
    height: auto;
    max-height: 400px;
    padding:0;
    position: absolute;
    display: block;
    z-index: 9999999;
  }
  #close-box{
      right:8px;
      top:7px;
      transform:scale(1.8);
      transform-origin: top right;
      z-index: 999999;
  }
}