/* Shared / Other */
.maplibregl-ctrl-group-h {
  display: flex;
  align-items: start;
}
.maplibregl-ctrl-bottom-right > .maplibregl-ctrl-group-h,
.maplibregl-ctrl-top-right > .maplibregl-ctrl-group-h {
  flex-direction: row-reverse;
}
.maplibregl-ctrl-bottom-right > .maplibregl-ctrl-group-h,
.maplibregl-ctrl-bottom-left > .maplibregl-ctrl-group-h {
  align-items: end;
}
/* Zoom Control */
.maplibregl-ctrl-zoom-label {
  display: flex;
  justify-content: center;
  align-items: baseline;
  background-color: transparent;
  box-sizing: border-box;
  border-top: 2px solid #EEE;
  border-bottom: 2px solid #EEE;
  height: 20px;
  width: 29px;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bolder;
}
.maplibregl-location-widget {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 9999;
  height: 30px;
  min-width: 200px;
  padding: 5px;
  background-color: white;
  border: 1px solid grey;
  border-radius: 3px;
}
/* Location Control */
.maplibregl-ctrl.maplibregl-ctrl-location {
  background-color: hsla(0, 0%, 100%, 0.5);
  margin: 0;
  padding: 0 5px;
}
@media screen {
  .maplibregl-ctrl-location.maplibregl-compact {
    background-color: #fff;
    border-radius: 12px;
    box-sizing: content-box;
    color: #000;
    margin: 10px;
    min-height: 20px;
    padding: 2px 24px 2px 0;
    position: relative;
  }
  .maplibregl-ctrl-location.maplibregl-compact .maplibregl-ctrl-location-inner {
    display: none;
  }
  .maplibregl-ctrl-location.maplibregl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }
  .maplibregl-ctrl-location-button {
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  .maplibregl-ctrl-location-button > i.fa-solid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
  }
  .maplibregl-ctrl-location-button:focus {
    box-shadow: 0 0 2px 2px #0096ff;
  }
  .maplibregl-ctrl-location.maplibregl-compact .maplibregl-ctrl-location-button,
  .maplibregl-ctrl-location.maplibregl-compact-show .maplibregl-ctrl-location-inner {
    display: block;
  }
  summary.maplibregl-ctrl-location-button {
    appearance: none;
    list-style: none;
  }
  summary.maplibregl-ctrl-location-button::-webkit-details-marker {
    display: none;
  }
  .maplibregl-ctrl-bottom-left .maplibregl-ctrl-location-button,
  .maplibregl-ctrl-top-left .maplibregl-ctrl-location-button {
    left: 0;
  }
  .maplibregl-ctrl-bottom-right > .maplibregl-ctrl-location.maplibregl-compact:after {
    bottom: 0;
    right: 0;
  }
  .maplibregl-ctrl-top-right > .maplibregl-ctrl-location.maplibregl-compact:after {
    right: 0;
    top: 0;
  }
  .maplibregl-ctrl-top-left > .maplibregl-ctrl-location.maplibregl-compact:after {
    left: 0;
    top: 0;
  }
  .maplibregl-ctrl-bottom-left > .maplibregl-ctrl-location.maplibregl-compact:after {
    bottom: 0;
    left: 0;
  }
  .maplibregl-ctrl-bottom-left .maplibregl-ctrl.maplibregl-ctrl-scale-rotate,
  .maplibregl-ctrl-top-left .maplibregl-ctrl.maplibregl-ctrl-scale-rotate {
    transform: translate(0%, -100%) rotate(90deg);
    transform-origin: 0% 100%;
  }
  .maplibregl-ctrl-bottom-right .maplibregl-ctrl.maplibregl-ctrl-scale-rotate,
  .maplibregl-ctrl-top-right .maplibregl-ctrl.maplibregl-ctrl-scale-rotate {
    transform: translate(0%, -100%) rotate(-90deg);
    transform-origin: 100% 100%;
  }
}
/* Information Control */
.maplibregl-ctrl.maplibregl-ctrl-info {
  background-color: hsla(0, 0%, 100%, 0.5);
  margin: 0;
  padding: 0 5px;
}
@media screen {
  .maplibregl-ctrl-info.maplibregl-compact {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 12px;
    box-sizing: content-box;
    color: #000;
    margin: 10px;
    min-width: 24px;
    min-height: 24px;
    padding: 0px;
    position: relative;
  }
  .maplibregl-ctrl-info.maplibregl-compact:not(.maplibregl-compact-show) .maplibregl-ctrl-info-header,
  .maplibregl-ctrl-info.maplibregl-compact:not(.maplibregl-compact-show) .maplibregl-ctrl-info-inner {
    display: none;
  }
  .maplibregl-ctrl-info.maplibregl-compact-show {
    border: 1px solid #555;
    visibility: visible;
    border-radius: 0px;
    max-width: 300px;
    min-width: 200px;
    min-height: 24px;
    max-height: 50vh;
    overflow: auto;
  }
  .maplibregl-ctrl-info.maplibregl-compact-show .maplibregl-ctrl-info-button {
    color: white;
  }
  .maplibregl-ctrl-info-button {
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 24px;
    outline: none;
    position: sticky;
    left: 100%;
    top: 0;
    width: 24px;
    z-index: 2;
    margin-bottom: -24px;
  }
  .maplibregl-ctrl-info-button > i.fa-solid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
  }
  .maplibregl-ctrl-info-button:focus {
    box-shadow: 0 0 2px 2px #841617;
  }
  .maplibregl-ctrl-info.maplibregl-compact .maplibregl-ctrl-info-button {
    display: block;
  }
  summary.maplibregl-ctrl-info-button {
    appearance: none;
    list-style: none;
  }
  summary.maplibregl-ctrl-info-button::-webkit-details-marker {
    display: none;
  }
  .maplibregl-ctrl-bottom-right > .maplibregl-ctrl-info.maplibregl-compact:after {
    bottom: 0;
    right: 0;
  }
  .maplibregl-ctrl-top-right > .maplibregl-ctrl-info.maplibregl-compact:after {
    right: 0;
    top: 0;
  }
  .maplibregl-ctrl-top-left > .maplibregl-ctrl-info.maplibregl-compact:after {
    left: 0;
    top: 0;
  }
  .maplibregl-ctrl-bottom-left > .maplibregl-ctrl-info.maplibregl-compact:after {
    bottom: 0;
    left: 0;
  }
  .maplibregl-ctrl-info-header {
    padding: 0px 2px;
    min-height: 24px;
    display: flex;
    align-items: end;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em;
    border-bottom: 2px solid black;
    background-color: #841617;
    color: white;
    width: 100%;
    position: sticky;
    top: 0;
  }
  .maplibregl-ctrl-bottom-right .info-header > label,
  .maplibregl-ctrl-top-right .info-header > label {
    padding-right: 24px;
  }
  .maplibregl-ctrl-bottom-left .info-header > label,
  .maplibregl-ctrl-top-left .info-header > label {
    padding-left: 24px;
  }
  .standard-info {
    display: flex;
    flex-direction: column;
    width: 300px;
  }
  .standard-info > span {
    padding: 1px 3px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: right;
    width: 100%;
  }
  .standard-info > span > label {
    font-weight: bold;
    text-align: left;
    padding-right: 10px;
  }
  .standard-info > span > span {
    flex-grow: 1;
  }
  .standard-info > span:nth-of-type(odd) {
    background-color: #eee;
  }
  .reservoir-info {
    display: flex;
    flex-direction: column;
    width: 300px;
  }
  .reservoir-info > label {
    text-align: center;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
  }
  .reservoir-item > label {
    background-color: #eee;
    border-top: 2px solid #ccc;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
  }
  .reservoir-item > span {
    padding: 1px 3px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: right;
    width: 100%;
  }
  .reservoir-item > span > label {
    font-weight: bold;
    text-align: left;
    padding-right: 10px;
  }
  .reservoir-item > span > span {
    flex-grow: 1;
  }
  .maplibregl-ctrl-info .message {
    display: inline-flex;
    align-items: end;
    justify-content: center;
    padding: 0px 2px;
    min-height: 24px;
    min-width: 200px;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em;
    border-bottom: 2px solid black;
    background-color: #841617;
    color: white;
  }
  .maplibregl-ctrl-bottom-right .message,
  .maplibregl-ctrl-top-right .message {
    padding-right: 24px;
  }
  .maplibregl-ctrl-bottom-left .message,
  .maplibregl-ctrl-top-left .message {
    padding-left: 24px;
  }
  .maplibregl-ctrl-bottom-left .maplibregl-ctrl-info-button,
  .maplibregl-ctrl-top-left .maplibregl-ctrl-info-button {
    left: 0;
  }
  .well-media-info {
    border-top: 2px solid black;
  }
  .well-media-info > label {
    font-weight: bold;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid black;
  }
  .well-media-empty {
    text-align: center;
    font-style: italic;
    background-color: #eee;
  }
  .well-media-category:not(:last-child) {
    border-bottom: 1px solid black;
  }
  .well-media-category > label {
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
    width: 100%;
  }
  .well-media-category > ol {
    padding-left: 1.8rem;
    margin-bottom: 2px;
  }
  .well-media-category > ol > li > a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 5px;
  }
}
.hover-popup .maplibregl-popup-content {
  min-width: 140px;
  border: 1px solid black;
  padding: 0px;
}
.hover-popup .hover-header {
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-bottom: 1px solid black;
  padding: 3px 3px 0px 3px;
  line-height: 16px;
  min-width: 140px;
  height: 17px;
}
.hover-popup .hover-header > i {
  margin: 0px 5px;
  cursor: pointer;
}
.hover-popup .hover-popup-page {
  display: flex;
  flex-direction: column;
  padding: 0px 3px 3px 3px;
}
.hover-popup .hover-popup-page > label {
  font-weight: bold;
  text-align: center;
  height: 0.9rem;
}
.hover-popup .hover-popup-page > div {
  height: 0.8rem;
}
.hover-popup #hover_page_index {
  padding-right: 3px;
}
.hover-popup .maplibregl-popup-close-button {
  font-size: 1.5em;
  line-height: 1em;
}
.icon-image {
  height: 24px;
  width: 24px;
  padding-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-circle {
  height: 16px;
  width: 16px;
  border: 1px solid black;
  border-radius: 8px;
}
/*
  Helpers
*/
.hidden {
  display: none !important;
}
/*
  Body & Header
*/
body {
  position: relative;
  display: grid;
  grid-template-columns: 66px 1fr 66px;
  grid-template-rows: min-content 1fr;
  grid-template-areas: "header header header" "sidebar-left window sidebar-right";
}
.header-nav {
  grid-area: header;
}
/*
  Map
*/
#map_window {
  grid-area: window;
  display: flex;
  position: relative;
}
/*
  Sidebar
*/
.sidebar {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: white;
}
.sidebar-left {
  grid-area: sidebar-left;
  border-right: 2px solid black;
}
.sidebar-left .sidebar-popout {
  border-right: 2px solid black;
  left: calc(100% + 2px);
}
.sidebar-right {
  grid-area: sidebar-right;
  border-left: 2px solid black;
}
.sidebar-right .sidebar-popout {
  border-left: 2px solid black;
  right: calc(100% + 2px);
}
.sidebar-icon {
  font-size: 0.9em;
  color: #841617;
  cursor: pointer;
  text-align: center;
  width: 64px;
  min-height: 64px;
  line-height: 1.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 2px;
}
.sidebar-icon > i {
  font-size: 32px;
}
.sidebar-icon.sidebar-icon-active,
.sidebar-icon:hover {
  color: white;
  background-color: #841617;
}
.sidebar-icon:hover > label {
  text-decoration: underline;
}
.sidebar-popout {
  position: absolute;
  top: 0px;
  width: 230px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
  overflow-y: scroll;
  z-index: 100;
}
.sidebar-popout-header {
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 2px 5px;
  background-color: #841617;
  color: white;
  border-bottom: 2px solid black;
}
body {
  --sidebar-left-offset: 0px;
  --sidebar-right-offset: 0px;
}
.sidebar-left-open {
  --sidebar-left-offset: 230px;
}
.sidebar-right-open {
  --sidebar-right-offset: 230px;
}
div.maplibregl-ctrl-top-left,
div.maplibregl-ctrl-bottom-left {
  left: var(--sidebar-left-offset);
  max-width: calc(100% - var(--sidebar-left-offset) - var(--sidebar-right-offset));
}
div.maplibregl-ctrl-top-right,
div.maplibregl-ctrl-bottom-right {
  right: var(--sidebar-right-offset);
  max-width: calc(100% - var(--sidebar-left-offset) - var(--sidebar-right-offset));
}
/*
 Map Sidebar
*/
.sbm-group {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  border-bottom: 3px solid black;
}
.sbm-group .sbm-group-accordian {
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.sbm-group .sbm-group-header {
  background-color: #841617;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  --bs-accordion-border-width: 0px;
}
.sbm-group .sbm-group-header.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.sbm-group-divider {
  border-bottom: 2px solid #888;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  width: 100%;
  padding-left: 5px;
}
.sbm-basemap-toggle {
  display: grid;
  grid-area: header;
  grid-template-columns: min-content auto min-content;
  /* Input, Label, Icon */
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 24px;
  padding-left: 5px;
  margin: 0px;
  border-bottom: 1px solid #888;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
}
.sbm-basemap-toggle:hover {
  background-color: #eee;
  cursor: pointer;
}
.sbm-basemap-toggle > input {
  height: 16px;
  width: 16px;
  margin: 0px 5px;
  accent-color: #841617;
}
.sbm-map {
  display: grid;
  grid-template-areas: "header button" "zoom zoom" "extension extension";
  grid-template-columns: 1fr min-content;
}
.sbm-map-toggle {
  display: grid;
  grid-area: header;
  grid-template-columns: min-content auto min-content;
  /* Input, Label, Icon */
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 24px;
  padding-left: 2px;
  margin: 0px;
  border-bottom: 1px solid #888;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
}
.sbm-map-toggle:hover {
  background-color: #eee;
  cursor: pointer;
}
.sbm-map-toggle > input {
  height: 16px;
  width: 16px;
  margin: 0px 5px;
  accent-color: #841617;
}
.sbm-map-divider {
  border-bottom: 2px solid #888;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  width: 100%;
  padding-left: 5px;
}
.sbm-map-collapse {
  grid-area: extension;
  margin-left: 7px;
  border-left: 2px solid #888;
}
.sbm-map-collapse-toggle {
  border-bottom: 1px solid #888;
  width: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: ns-resize;
}
.sbm-map-collapse-toggle:not(.collapsed) i {
  --fa: "\f067";
}
.sbm-map-collapse-toggle.collapsed i {
  --fa: "\f068";
}
.sbm-map-collapse-toggle:hover {
  background-color: #555;
  color: white;
}
.sbm-layer-toggle {
  display: grid;
  grid-template-columns: min-content auto min-content;
  /* Input, Label, Icon */
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 24px;
  margin: 0px;
  border-bottom: 1px dotted #888;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
}
.sbm-layer-toggle:hover {
  background-color: #eee;
  cursor: pointer;
}
.sbm-layer-toggle > input {
  height: 12px;
  width: 12px;
  margin: 0px 5px;
  accent-color: #841617;
}
.sbm-layer-toggle:last-of-type {
  border-bottom: 2px solid #888;
}
.sbm-layer-divider {
  border-bottom: 1px solid #888;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  padding-left: 5px;
}
.sbm-spacer {
  min-height: 0px;
  flex-grow: 1;
}
.sbm-footer {
  height: 20px;
  background-color: #841617;
  border-bottom: 2px solid black;
  flex-shrink: 0;
}
/*
  Filter Sidebar
*/
.sbs-item-text {
  display: grid;
  grid-template-areas: "label help" "input input";
  grid-template-columns: 1fr min-content;
  grid-template-rows: 24px 1fr;
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: 5px;
}
.sbs-item-text > label {
  grid-area: label;
  font-weight: bold;
  background-color: #841617;
  color: #eee;
  padding: 1px 2px;
}
.sbs-item-text > label:not(:has(~ .sbs-help-icon)) {
  grid-column-start: label;
  grid-column-end: help-end;
}
.sbs-item-text > input {
  grid-area: input;
  width: 100%;
}
.sbs-item-text > input:invalid {
  outline: 2px solid red;
}
.sbs-item-text .sbs-help-icon {
  grid-area: help;
}
.sbs-item-range {
  display: grid;
  grid-template-areas: "label label help" "input-min gap input-max";
  grid-template-columns: 1fr min-content 1fr;
  grid-template-rows: 24px 1fr;
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: 5px;
}
.sbs-item-range > label {
  grid-area: label;
  font-weight: bold;
  background-color: #841617;
  color: #eee;
  padding: 1px 2px;
}
.sbs-item-range > label:not(:has(~ .sbs-help-icon)) {
  grid-column-start: label;
  grid-column-end: help-end;
}
.sbs-item-range > input:invalid {
  outline: 2px solid red;
}
.sbs-item-range > input:first-of-type {
  grid-area: input-min;
}
.sbs-item-range > .sbs-range-gap {
  grid-area: gap;
}
.sbs-item-range > input:last-of-type {
  grid-area: input-max;
}
.sbs-item-date-range {
  display: grid;
  grid-template-areas: "label label help" "label-min input-min input-min" "label-max input-max input-max";
  grid-template-columns: min-content 1fr min-content;
  grid-template-rows: 24px 1fr;
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: 5px;
}
.sbs-item-date-range > label:first-of-type {
  grid-area: label;
  font-weight: bold;
  background-color: #841617;
  color: #eee;
  padding: 1px 2px;
}
.sbs-item-date-range > label:first-of-type:not(:has(~ .sbs-help-icon)) {
  grid-column-start: label;
  grid-column-end: help-end;
}
.sbs-item-date-range > .sbs-item-date-range-label-min {
  grid-area: label-min;
  font-weight: bold;
  font-size: 0.8em;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.sbs-item-date-range > .sbs-item-date-range-label-max {
  grid-area: label-max;
  font-weight: bold;
  font-size: 0.8em;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.sbs-item-date-range > input:invalid {
  outline: 2px solid red;
}
.sbs-item-date-range > .sbs-item-date-range-input-min {
  grid-area: input-min;
}
.sbs-item-date-range > .sbs-item-date-range-input-max {
  grid-area: input-max;
}
.sbs-item-list {
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: 5px;
}
.sbs-item-list > label:first-of-type {
  font-weight: bold;
  grid-column: 1/4;
  height: 24px;
  background-color: #841617;
  color: #eee;
  padding: 1px 2px;
}
.sbs-item-list > label:first-of-type:not(:has(~ .sbs-help-icon)) {
  grid-column: 1/5;
}
.sbs-item-list > label:not(:first-of-type) {
  font-weight: bold;
  font-size: 0.8em;
  grid-column: 1/3;
  margin-left: 10px;
  margin-bottom: 3px;
  border-bottom: 1px dashed grey;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sbs-item-list > input {
  margin-right: 10px;
  grid-column: 4/4;
}
.sbs-reset-btn {
  font-size: 16px;
  padding: 2px 10px;
  color: #841617;
  background-color: #eee;
  cursor: pointer;
  border: 1px solid #555;
  border-radius: 5px;
  margin: 5px auto;
  font-weight: bold;
  box-shadow: 1px 1px 1px 1px #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sbs-reset-btn:hover,
.sbs-reset-btn:focus {
  text-decoration: underline;
}
.sbs-reset-btn:active {
  box-shadow: none;
  font-weight: unset;
}
.sbs-help-icon {
  height: 24px;
  --fa-width: 24px;
  font-size: 16px;
  line-height: 1.3em !important;
  padding-top: 2px;
  background-color: #841617;
  color: #eee;
  cursor: pointer;
}
.sbs-range-gap {
  width: 24px;
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 10px;
  font-weight: bolder;
}
/*
  Well Table
*/
#sbwt_datatable > thead {
  display: none;
}
#sbwt_datatable > tbody > tr {
  padding: 1px 0px;
}
#sbwt_datatable > tbody > tr:nth-of-type(2n) {
  background-color: #eee;
}
#sbwt_datatable > tbody > tr > td {
  font-size: 0.8em;
  padding: 0px 2px;
  border-bottom: 1px solid lightgrey;
}
#sbwt_datatable .well-list-item-click {
  text-align: center;
  font-size: 1.4em !important;
  width: 32px;
  color: #3333FF;
  cursor: pointer;
}
#sbwt_datatable .well-list-item-click:hover i,
#sbwt_datatable .well-list-item-click:focus i {
  color: #3388FF;
  padding-top: 8px;
}
#sbwt_datatable .well-list-item-type-icon {
  width: 32px;
}
#sbwt_datatable .well-list-item-main {
  width: 100%;
}
/*
 Other
*/
.control_latlong {
  background-color: white;
  padding: 5px;
  border: 1px solid grey;
  border-radius: 3px;
}
.control_latlong div:first-of-type {
  border-bottom: 1px solid grey;
}
.well-popup {
  z-index: 10;
}
/*
  Range Slider
*/
.zoom-slider {
  display: flex;
  grid-area: zoom;
  flex-direction: column;
  width: calc(100% - 10px);
  margin-left: 7px;
  padding: 5px 0px;
  border-left: 2px solid #888;
  border-bottom: 1px solid #888;
  align-items: center;
}
.zoom-slider .slider-control {
  position: relative;
  min-height: 24px;
  width: 90%;
}
.zoom-slider .slider-label {
  position: relative;
  display: flex;
  justify-content: space-around;
  font-size: 12px;
  color: #635a5a;
  width: 80%;
}
.zoom-slider .slider-label span {
  font-size: 14px;
  flex-basis: 0px;
  width: 20px;
}
.zoom-slider .slider-rail-bg {
  position: absolute;
  top: 8px;
  height: 6px;
  z-index: 1;
  width: 100%;
  border-radius: 20px;
  background-color: #635a5a;
}
.zoom-slider .slider-rail-color {
  position: absolute;
  top: 8px;
  height: 6px;
  z-index: 2;
  border-radius: 20px;
  background-color: #841617;
}
.zoom-slider input[type="range"] {
  position: absolute;
  top: 11px;
  height: 0px;
  width: 100%;
  z-index: 3;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
}
.zoom-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 16px;
  height: 16px;
  background-color: #841617;
  border-color: black;
  border-radius: 50%;
  cursor: pointer;
}
.zoom-slider input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 16px;
  height: 16px;
  background-color: #841617;
  border-color: black;
  border-radius: 50%;
  cursor: pointer;
}
.zoom-slider input[type="range"]::-webkit-slider-thumb:hover {
  background: #f7f7f7;
}
.zoom-slider input[type="range"]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}
.zoom-slider input[type="range"].slider-control-top {
  z-index: 4;
}
/*# sourceMappingURL=well_viewer_libre.css.map */