/**
 * Main project styling goes here.
 * http://lesscss.org/
 */
.container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.container .map-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}

.container #map-container-bottom {
  z-index: 5;
}

.container #map-container-top {
  z-index: 10;
}

.container #slider {
  width: 5px;
  border-left: solid 1px #CACACA;
  border-right: solid 1px #CACACA;
  top: 0;
  bottom: -1px;
  position: absolute;
  left: 50%;
  background-color: #FAFAFA;
  z-index: 25;
  cursor: pointer;
}

.container #slider img {
  position: absolute;
  top: 45%;
  left: -4px;
}

.container .label {
  position: absolute;
  top: 0;
  background-color: #FFFFFF;
  border-radius: 2px;
  padding: 0.5em 1em;
  margin: 0.5em;
  z-index: 25;
}

.container .label#current-label {
  left: 0;
}

.container .label#proposed-label {
  right: 0;
}

.container .leaflet-top .leaflet-control {
  margin-top: 4.25em;
  margin-left: 0.5em;
}

.legend {
  border-top: 1px solid #FFFFFF;
  background-color: #fafafa;
  padding: 1em 1em;
  font-size: 0.75em;
}

.legend .legend-label {
  margin-right: 1em;
}

.legend .legend-value {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
}

.legend .legend-value.data-a {
  background-color: #ffaa00;
}

.legend .legend-value.data-v {
  background-color: #444444;
}
