﻿#mapDiv {
  height: 100%;
  width: 100%;
}
#mapDiv #popupInfoDiv {
  position: fixed;
  z-index: 3000;
  opacity: 0.9;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  display: none;
}
#mapDiv #popupInfoDiv .tooltip-name {
  font-weight: bold;
  font-size: 1.1em;
}
#mapDiv #popupInfoDiv p {
  margin-bottom: 0;
  font-size: 11px;
}
#mapDiv .leaflet-Tooltip-pane .leaflet-tooltip {
  padding: 4px;
  line-height: 14px;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.5);
}
#mapDiv .leaflet-Tooltip-pane .leaflet-tooltip::before {
  border-right-color: transparent !important;
}
#mapDiv .leaflet-Tooltip-pane .leaflet-tooltip .leaflet-tooltip-1 {
  font-size: 13.5px;
  font-weight: bold;
  color: #000000;
}
#mapDiv .leaflet-Tooltip-pane .leaflet-tooltip .leaflet-tooltip-2 {
  font-size: 12.5px;
  color: #464646;
}
#mapDiv .leaflet-Tooltip-pane .leaflet-tooltip .leaflet-tooltip-3 {
  font-size: 11.5px;
  color: #5a5a5a;
}
#mapDiv .leaflet-Tooltip-pane .leaflet-tooltip .leaflet-tooltip-4 {
  font-size: 11.5px;
  color: #ba9fc6;
}
#mapDiv .leaflet-Tooltip-pane .leaflet-tooltip .leaflet-tooltip-5 {
  font-size: 11.5px;
  font-weight: lighter;
  color: #969696;
}
#mapDiv .leaflet-control-scale.leaflet-control {
  padding: 0.75rem;
}
#mapDiv .leaflet-pane.leaflet-tile-pane .leaflet-layer {
  opacity: 0.5 !important;
}
#mapDiv.leaflet-container {
  background: white;
}

.footer-buttons {
  display: flex;
  text-align: center;
  justify-content: center;
}

#EdgesSelectionsSel {
  display: none;
}

#edgesSelectDel {
  display: none;
}

#areaSelectDiv {
  border: 1px dotted blue;
  position: absolute;
  z-index: 1000;
}

#sidePanelDiv {
  position: absolute;
  top: 100px;
  left: 2px;
  max-width: 200px;
  border: 2px solid rgb(0, 43, 89);
  z-index: 9400;
  background-color: white;
}

#clickInfoList {
  position: absolute;
  max-height: 100px;
  overflow: auto;
  z-index: 998;
  background-color: white;
  border: 2px solid rgb(0, 43, 89);
  padding: 2px;
  visibility: hidden;
  margin: 0px;
}

#closeInfoList {
  position: absolute;
  height: 15px;
  width: 15px;
  border: 2px solid rgb(0, 43, 89);
  padding: 2px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 998;
  margin: 0px;
}

.mock {
  visibility: hidden;
}

.leaflet-control-easyPrint {
  visibility: hidden;
}

#activeLayerDiv, #selectionToggleDiv {
  line-height: 70%;
  font-size: 11px;
  color: black;
  padding: 6px 5px 0px 5px;
  line-height: 15px;
  accent-color: #002b59;
}

#activeLayerDiv p, #selectionToggleDiv p {
  margin-bottom: 10px;
}

#activeLayerDiv input[type=radio], #selectionToggleDiv input[type=radio] {
  margin-bottom: 4px;
  vertical-align: middle;
}
