html,
body,
#container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
}

/*this is important to give the map a height*/
#map {
  width: auto;
  height: 100%;
}
.leaflet-panel-layers-base .leaflet-panel-layers-item {
  margin-bottom: 4px;
  padding: 2px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.leaflet-panel-layers-base .leaflet-panel-layers-selector {
  float: right;
}
.leaflet-panel-layers.expanded {
	padding: 8px;
	border-radius: 6px;
  min-width: 165px !important;
}

.leaflet-panel-layers.expanded>label {
	font-weight: 600;
}

/* leaflet collapsible button controls */
.leaflet-panel-layers-icon {
  float: right;
}

.leaflet-panel-layers {
  background-color: white;
}

.leaflet-panel-layers-group.collapsible .leaflet-panel-layers-grouplabel {
  font-weight: 600;
}

.selection-heading {
  margin-bottom: 4px;
}

.leaflet-pm-draw,
.leaflet-pm-edit,
.mappaint-switch,
.mappaint-control {
  top: 255px;
}

/* styling labels */
.leaflet-div-icon {
	background: none !important;
	border: none !important;
	overflow: hidden;
	white-space: nowrap;
}

@supports (-webkit-text-stroke: 0.1px white) {
  b {
    -webkit-text-stroke: 0.1px white;
    -webkit-text-fill-color: black;
  }
}


/* custom video playback button styling */
.animateButton {
  position: absolute;
  top: 100px;
  left: 0;
  width: 135px;
  padding: 6px;
}

.playButton {
  position: absolute;
  top: 135px;
  left: 0;
  width: 85px;
  padding: 6px;
}

.pauseButton {
  position: absolute;
  top: 170px;
  left: 0;
  width: 85px;
  padding: 6px;
}


.videoListContainer {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
  background-color: white;
  padding: 12px 8px;
  border-radius: 6px;
  box-shadow: -2px 0 8px rgb(0 0 0 / 30%);
}

.videoListContainer > .heading {
  margin-top: 0;
  font-weight: 600;
}

.introVideoButton {
  position: absolute;
  top: 10px;
  left: 210px;
  z-index: 1000;
  padding: 6px 10px;
  border: none;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  font: 600 12px/1.3 "Helvetica Neue", Arial, Helvetica, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: -2px 0 8px rgb(0 0 0 / 30%);
}

.introVideoButton:hover {
  background-color: #333;
}

.videoSelectList {
  width: 160px;
  padding: 10px;
  border-color: rgba(0, 0, 0, 0.3);
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.legend {
	line-height: 18px;
	color: #555;
	background-color: white;
	padding: 12px;
	border-radius: 4px;
	z-index: 1 !important;
}

.shift-left {
	right: 20%;
}

.shift-right {
	left: 3%;
}

.shift-right-more {
	left: 3%;
}