html,
body {
  height: 100%;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}

html {
  font-size: 1rem;
  /* ***toolbar group control*** */
  /* ***toolbar group control*** */
  /* *** toolbar seperator */
}
html body {
  font-size: 0.9rem;
}
html .crossed-out {
  text-decoration: line-through;
  font-style: italic;
  color: #bbb;
}
html .desaturated {
  filter: saturate(0);
}
html .interactive {
  cursor: pointer;
}
html .highlighted {
  background-color: cornflowerblue !important;
}
html .toolBar {
  left: 1em;
}
html .ol-tooltip {
  background-color: rgba(230, 230, 230, 0);
  color: #F1F1F1;
  padding: 2px;
  font-weight: 200;
}
html .ol-tooltip.ol-tooltip-measure {
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 1em black;
}
html .ol-print {
  display: none;
}
html .toolbar-btn-group {
  position: relative;
  display: inline-block;
}
html .toolbar-btn-group .display-btn {
  background-color: transparent;
  margin: 0 0 3px 3px;
}
html .toolbar-btn-group .dropdown-btn {
  background-color: transparent;
  margin: 0;
  text-align: left;
  width: 12px;
  font-size: 14px;
}
html .toolbar-btn-group .dropdown-content {
  display: none;
  position: absolute;
  background-color: #F1F1F1;
  border-radius: 4px;
  margin-left: 5px;
  text-align: left;
  min-width: 30px;
  z-index: 1;
  top: 30px;
  box-shadow: 0 1px 8px #888;
}
html .toolbar-btn-group .display-btn:hover,
html .toolbar-btn-group .dropdown-btn:hover {
  background-color: rgba(0, 0, 0, 0);
}
html .toolbar-separator {
  border-left: 1px solid rgba(0, 0, 0, 0.5411764706);
  font-size: 16px;
  box-shadow: rgb(34, 34, 34) 0px 0px 1px;
}
html #help-message {
  background-color: rgb(230, 230, 230);
  color: rgba(125, 0, 40, 0.8);
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  left: 50%;
  margin-left: -100px;
  width: 200px;
  position: absolute;
  top: 40px;
  text-align: center;
}
html #layerbox {
  position: fixed;
  z-index: 10000;
  left: 1em;
  top: 6em;
  overflow: auto;
  min-width: 14em;
  background-color: rgba(243, 243, 243, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  max-height: 80%;
  resize: vertical;
}
html #layerbox .header {
  font-weight: 600;
  text-align: center;
  background-color: rgba(66, 133, 244, 0.3);
}
html #layerbox .fs-layer-legend {
  padding-left: 1em;
}
html #layerbox .legend {
  display: none;
}
html #layerbox .legend summary {
  display: revert;
  cursor: pointer;
  margin-left: -3px;
  margin-right: -3px;
  padding-left: 7px;
  overflow-x: visible;
}
html #layerbox .legend .color {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  vertical-align: baseline;
}
html #layerbox .layer.active .legend {
  display: block;
  overflow-x: visible;
}
html #layerbox .layer.active select {
  display: initial;
}
html .layerType {
  padding: 0.2em 0.3em 0.3em;
}
html .layerbox-hr {
  border-top: solid 1px rgba(0, 0, 0, 0.4);
  margin: 0;
}
html label {
  margin-bottom: 0;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
html .layer label input[type=checkbox],
html .layer label input[type=radio] {
  margin: 0;
}
html #thematicbox,
html #colorize-legend {
  max-height: 50%;
}
html #thematic-header {
  display: none;
}
html #thematicbox.hidden,
html #colorize-legend.hidden {
  display: none;
}
html #thematicbox .legend,
html #colorize-legend .legend {
  display: none;
}
html #thematicbox .legend .color,
html #colorize-legend .legend .color {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: bottom;
  border: 1px solid #222222;
  border-radius: 3px;
}
html #thematicbox .layer.active .legend,
html #colorize-legend .layer.active .legend {
  display: block;
}
html .category {
  margin-bottom: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
html #thematic-header {
  font-weight: 600;
  padding-bottom: 2px;
  border-bottom: 1px solid #222222;
  margin-bottom: 0.5em;
  padding-left: 0.1em;
  color: inherit;
  font-family: inherit;
}
html .legend:not([open]) #thematic-header {
  margin-bottom: 0;
  border-bottom: 0;
}
html #container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
html #map_wrapper {
  flex: 1 0 auto;
  position: relative;
}
html #map {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FAFAFA;
}
html .popover {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  min-width: 250px;
  max-width: 270px;
}
html #feature-info-box {
  font-family: Roboto, sans-serif;
  background-color: rgba(255, 255, 255, 0.7);
}
html #feature-info-box .feature-info-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
html .feature-info-title h5 {
  font-weight: 800;
  margin-top: 2px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
html .feature-info-title button {
  background-color: transparent;
  border: none;
}
html #feature-info-content {
  max-height: 300px;
  min-width: 250px;
  max-width: 270px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
html #feature-info-section h5 {
  text-align: center;
  color: black;
  margin-right: 5px;
  margin-bottom: 0;
  padding: 5px 0 5px 2px;
  border: 2px solid rgb(131, 131, 131);
}
html #feature-info-section .feature-info-row {
  border-bottom: 1px solid #e3e1e1;
  margin-top: 5px;
  margin-bottom: 5px;
}
html #feature-info-section .feature-info-row a {
  overflow-wrap: break-word;
}
html #popupContent hr {
  border-top: 1px solid black;
}
html #colorize-dialog {
  position: fixed;
  top: 7%;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 99999999;
  background-color: #EFEFEF;
  left: 5%;
  border: 2px solid #ABABAB;
  border-radius: 2px;
  max-width: 500px;
}
html #buffer-dialog {
  position: fixed;
  top: 74px;
  left: 42px;
  min-width: 230px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 99999999;
  background-color: #EFEFEF;
  border: 2px solid #ABABAB;
  border-radius: 2px;
}
html #buffer-dialog > .container {
  max-width: 230px;
}
html #buffer-dialog input {
  width: 120px;
}
html #buffer-dialog select {
  width: 75px;
}
html .buffer-button {
  display: flex;
  justify-content: space-between;
}
html #zoom-slider-container {
  position: fixed;
  top: 74px;
  left: 42px;
  min-width: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 99999999;
  background-color: #EFEFEF;
  border: 2px solid #ABABAB;
  border-radius: 5px;
}
html .zoom-controls-1 {
  display: flex;
  align-items: center;
  margin: 0 3px;
}
html .zoom-controls-1 label {
  padding-top: 5px;
}
html .zoom-controls-1 input {
  margin: 0 5px;
}
html .zoom-controls-2 {
  display: flex;
  justify-content: center;
  height: 10px;
  padding: 0 0 5px 0;
}
html .zoom-controls-2 label {
  padding: 0;
  margin: auto;
}
html #zoom-slider {
  -webkit-appearance: none;
  height: 7px;
  width: 150px;
  outline: none;
  opacity: 1;
  border-radius: 5px;
  background-color: rgb(255, 165, 0);
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
html #zoom-slider:hover {
  opacity: 1;
}
html #zoom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 32px;
  width: 32px;
  transform: scale(0.7, 0.7);
  cursor: pointer;
  background: url("../img/gis/slider-thumb.png");
}
html #colorize-dialog > .container {
  max-width: 500px;
}
html #rotate-container {
  z-index: 99999999;
  position: absolute;
  width: 340px;
  top: 8%;
  left: 8%;
  background: rgba(200, 200, 200, 0.7);
  box-shadow: 0px 0px 20px 10px rgb(200, 200, 200);
  padding: 6px;
}
html #rotate-container > input {
  margin-bottom: 8px;
}
html #colorize-colortable {
  max-width: 50%;
  padding-bottom: 5px;
}
html #colorize-colortable > tr > td {
  padding: 0;
}
@media print {
  html body {
    -webkit-print-color-adjust: exact;
  }
  html .category {
    margin-bottom: 4px;
  }
  html #thematicbox,
html #colorize-legend {
    position: fixed;
    z-index: 10000;
    left: 0.5em;
    bottom: 2em;
    width: 400px;
    background-color: rgb(243, 243, 243) !important;
    border: 2px solid rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding: 4px 8px 6px 8px;
    transform-origin: 50% 100% 0;
    animation-name: slideInFromBelow;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
  }
  html .fs-layer-legend {
    max-height: 250px;
    width: 250px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    transform-origin: 50% 100% 0;
    animation-name: slideInFromTop;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;
  }
  html #thematicbox.hidden,
html #colorize-legend.hidden,
html .fs-layer-legend.hidden {
    display: none;
  }
  html #thematicbox .legend,
html #colorize-legend .legend,
html .fs-layer-legend .legend {
    display: none;
    margin-left: 20px;
  }
  html #thematicbox .legend .color,
html #colorize-legend .legend .color,
html .fs-layer-legend .legend .color {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: bottom;
    border: 1px solid #222222;
    border-radius: 20%;
  }
  html #thematicbox .layer.active .legend,
html #colorize-legend .layer.active .legend {
    display: block;
    transform-origin: 50% 100% 0;
    animation-name: slideInFromBelow;
    animation-duration: 0.4s;
    animation-timing-function: ease-out;
  }
}
html #info-header {
  background-color: hsl(196deg, 29%, 27%);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2666666667);
  position: fixed;
  top: 0;
  z-index: 998;
  width: 100%;
  padding: 3px;
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 0.2em;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0.5em;
}
html #info-header a {
  display: inline-block;
  color: inherit;
}
html #info-header a svg {
  display: block;
  height: 100%;
  fill: white;
  stroke: white;
}
html .ol-control {
  /*transform: scale(1.2);*/
  margin-top: 40px;
  top: 0;
  background-color: #F1F1F1;
  box-shadow: 0 1px 8px #888;
  border-radius: 3px;
}
html .ol-control:hover {
  background-color: #F1F1F1;
}
html .toolBar.ol-control button {
  display: inline-block;
  position: relative;
}
html .ol-zoom.ol-control button {
  height: 24px;
  width: 24px;
  line-height: 0;
  padding: 10px 0 14px;
}
html .toolBar.ol-control button#lengthBtn.highlighted,
html .toolBar.ol-control button#areaBtn.highlighted,
html .toolBar.ol-control button#groupButton.highlighted,
html .toolBar.ol-control button#layerBtn.highlighted {
  background-color: darkkhaki;
  background-color: hsl(58deg, 37%, 58%);
}
html .toolBar.ol-control button#lengthBtn.highlighted::after,
html .toolBar.ol-control button#areaBtn.highlighted::after,
html .toolBar.ol-control button#groupButton.highlighted::after {
  content: "double-click to finalize; right-click to exit";
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 1;
  background: lightgray;
  line-height: 100%;
  padding: 0.3em 0.5em;
  opacity: 0.9;
  font-size: 80%;
  font-weight: normal;
  white-space: nowrap;
}
html .toolBar.ol-control button#colorizeButton {
  display: none !important;
}
html .ol-control button {
  background-color: #F1F1F1;
  color: #222222;
  margin: 3px;
}
html .ol-control button:hover,
html .ol-control button:focus {
  background-color: hsla(58deg, 37%, 58%, 0.5);
}
html button#tglBldButton,
html button#buildingMoveButton {
  display: none;
}

#lengthBtn.highlighted ~ #clearBtn,
#areaBtn.highlighted ~ #clearBtn {
  width: auto;
}
#lengthBtn.highlighted ~ #clearBtn::after,
#areaBtn.highlighted ~ #clearBtn::after {
  content: "Clear Measurements";
  font-weight: normal;
  font-size: 14px;
  vertical-align: unset;
  padding: 0.5em;
}

#buffer-dialog {
  position: fixed;
  top: 74px;
  left: 42px;
  min-width: 230px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 99999999;
  background-color: #EFEFEF;
  border: 2px solid #ABABAB;
  border-radius: 2px;
}
#buffer-dialog > .container {
  max-width: 230px;
}
#buffer-dialog input {
  width: 120px;
}
#buffer-dialog select {
  width: 75px;
}

@media print {
  .toolBar.ol-control,
.ol-zoom.ol-control {
    display: none !important;
  }
}
.ol-control button {
  background-color: #F1F1F1;
  color: #222222;
  margin: 3px;
}

.ol-control button:hover,
.ol-control button:focus {
  background-color: rgba(158, 158, 158, 0.2);
}

.ol-control button:disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

.ol-zoom {
  /*top: 3px;*/
  top: 0;
}

#loc {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-left: 1em;
  color: #FFF;
  float: left;
  font-size: 15px;
  width: 150px;
}

#county-name {
  display: table;
  margin: 0 auto;
}

#pin-button {
  background: none;
  outline: none;
  border: none;
  align-self: flex-end;
}

#label-content {
  display: flex;
  flex-direction: column;
}

.popup {
  background: white;
  padding: 5px;
  border: 1px solid #ccc;
  display: "block";
}

.tooltip-active {
  z-index: 1000000;
}

#nhButton,
#salesButton,
#landButton {
  display: none;
}

.kml-download-btn {
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.kml-download-span {
  font-size: 10px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-left: 2px;
}

#feature-info-box {
  font-family: Roboto, sans-serif;
  background-color: rgba(255, 255, 255, 0.7);
}

#feature-info-box .feature-info-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #2097D1;
  padding-left: 6px;
}

.feature-info-title h5 {
  font-weight: 800;
  margin-top: 2px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.feature-info-title button {
  background-color: transparent;
  border: none;
}

#feature-info-content {
  max-height: 300px;
  min-width: 250px;
  max-width: 270px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}

/*detail*/
.feature-info-section {
  padding-left: 0;
}

.feature-info-section h5 {
  color: black;
  font-size: 110%;
  padding: 7px 5px 4px 0;
  margin-top: 0px;
  margin-bottom: 5px;
  display: inline-block;
}

/*<summary>*/
.feature-info-section-header {
  background-color: #e3e1e1;
  border-bottom: 2px solid #c3c2c2;
  display: list-item;
  padding-left: 5px;
}

.feature-info-section-header::marker {
  cursor: pointer;
}

.feature-info-section .feature-info-row {
  border-bottom: 1px solid #e3e1e1;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
}

.feature-info-section .feature-info-row a {
  overflow-wrap: break-word;
}