/* Media Definitions */
@media screen and (max-width: 575px) {
  .main_title {
    font-size: 20px; }
    .main_title .sub_title {
      font-size: 16px; } }
@media screen and (min-width: 576px) {
  .main_title {
    font-size: 30px; }
    .main_title .sub_title {
      font-size: 24px; } }
@media screen and (max-width: 767px) {
  .main_title {
    font-size: 20px; }
    .main_title .sub_title {
      font-size: 16px; }

  .vis_ctrl_group .vis_nav_icon_lbl {
    display: none; } }
@media screen and (min-width: 768px) {
  .main_title {
    font-size: 40px; }
    .main_title .sub_title {
      font-size: 32px; }

  .vis_ctrl_group .vis_nav_icon_lbl {
    display: inline; } }
iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow-x: auto;
  overflow-y: auto; }

/* Bootstrap-defined Device Sizes
Extra small (portrait phones): < 576px
Small (landscape phones): 576px
Medium (tablets): 768px
Large (desktops): 992px
Extra large (large desktops): 1200px
*/
/* Bootstrap Overrides */
.text-primary {
  color: #094074 !important; }

.bg-highlight {
  background-color: #f2d1bc !important; }

.bg-primary {
  background-color: #729cc7 !important; }

.bg-highlight-contrast {
  background-color: #F9E2B6 !important; }

label.btn-primary {
  background-color: #b0c4e0;
  color: white;
  border: none;
  box-shadow: none; }
  label.btn-primary:hover {
    background-color: #c1c7d1; }
  label.btn-primary.active {
    background-color: #7592be !important;
    font-weight: bold; }
    label.btn-primary.active:hover {
      background-color: #c1c7d1; }

.rbtn_grp label.btn {
  background-color: transparent; }

/* Navigation bar - main */
.main_navbar {
  background-color: #00264C !important; }
  .main_navbar a:hover {
    font-weight: bold; }
  .main_navbar ul .dropdown-menu {
    background-color: #00264C !important; }

.navbar-dark {
  color: white !important; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8); }
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #E29666; }

.nav-item {
  border-bottom: 3px solid transparent; }
  .nav-item.active {
    opacity: 1;
    border-bottom-color: #E29666;
    background-color: rgba(255, 255, 255, 0.36); }

.dropdown-menu a.dropdown-item {
  color: white; }
.dropdown-menu a.dropdown-item:hover {
  color: #E29666;
  background-color: transparent; }
.dropdown-menu a.dropdown-item:active, .dropdown-menu a.dropdown-item.active {
  background-color: rgba(255, 255, 255, 0.36);
  border-bottom-color: #E29666; }

/* Custom controls */
.spinner-border {
  color: #7592be;
  transition: .3s transform ease-in-out; }

.custom-select {
  height: 25px;
  color: black;
  background-color: #7592be;
  border: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  /*
  height: 25px;
  color: black;
  background-color: $color_fill;
  border: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  
  &:hover {
      color: black;
      background-color: $color_hover;
      font-weight: bold;
      cursor: pointer;
  }
  
  &:active, &:focus {
      border: none;
      box-shadow: none;
  }
  
  option {
      color: $color_fill;
      background-color: black;
  }
  */ }
  .custom-select:hover {
    color: black;
    background-color: #c1c7d1;
    cursor: pointer; }
  .custom-select:active, .custom-select:focus {
    border: none;
    box-shadow: none; }
  .custom-select option {
    color: #7592be;
    background-color: black; }

.custom-checkbox .custom-control-label:before {
  background-color: white; }
.custom-checkbox .custom-control-label:hover {
  color: #c1c7d1;
  cursor: pointer; }
.custom-checkbox .custom-control-input:hover ~ .custom-control-label::before {
  border-color: #6082b4; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #7592be;
  border-color: #6082b4; }
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #6082b4; }
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  border-color: #6082b4; }
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none; }

.custom-radio label {
  padding-top: 3px;
  color: black; }
  .custom-radio label.inverse {
    color: white; }
.custom-radio .custom-control-label:before {
  color: #b0c4e0;
  background-color: white; }
.custom-radio .custom-control-label:hover {
  color: #c1c7d1;
  cursor: pointer; }
.custom-radio .custom-control-input:hover ~ .custom-control-label::before {
  border-color: #6082b4; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #7592be;
  border-color: #6082b4; }
.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #6082b4; }
.custom-radio .custom-control-input:active ~ .custom-control-label::before {
  border-color: #6082b4; }
.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none; }

.custom-accordion .card {
  background: white;
  border-radius: .15;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  border: none; }
.custom-accordion .card-header {
  border: none;
  background: transparent;
  padding: 1px 0;
  margin: 0; }
.custom-accordion .fa-stack {
  font-size: 12px; }
.custom-accordion .fa-transparent {
  color: transparent; }
.custom-accordion .btn-link {
  width: 100%;
  color: black;
  background-color: rgba(156, 202, 222, 0.6);
  padding: 0;
  padding-left: 5px;
  border-radius: 0; }
  .custom-accordion .btn-link.btn-link-lighter {
    background-color: white; }
.custom-accordion .btn-link:hover, .custom-accordion .btn-link:focus {
  text-decoration: none; }
.custom-accordion .card-body {
  background-color: transparent;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }
  .custom-accordion .card-body.card-body-color {
    color: #7592be; }
  .custom-accordion .card-body.card-body-color-inverse {
    color: white; }

.toggle_switch {
  font-style: italic;
  /* Basic Rules */
  /* The handle */ }
  .toggle_switch label:hover {
    cursor: pointer; }
  .toggle_switch .switch input {
    display: none; }
  .toggle_switch .switch {
    display: inline-block;
    width: 30px;
    height: 15px;
    margin: 8px;
    transform: translateY(75%);
    position: relative; }
  .toggle_switch .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 16px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    /*cursor:pointer;*/
    border: 1px solid transparent;
    overflow: hidden;
    transition: .4s;
    background: white; }
  .toggle_switch .slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #c1c7d1;
    border-radius: 16px;
    transform: translateX(-16px);
    transition: .4s; }
  .toggle_switch input:checked + .slider:before {
    transform: translateX(16px);
    background: #7592be; }
  .toggle_switch input:checked + .slider {
    box-shadow: 0 0 0 2px #7592be, 0 0 2px #7592be; }

.disabled {
  pointer-events: none;
  opacity: 0.4; }

.sticky_top {
  background-color: black;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 9999; }

.tooltip.show {
  opacity: 0.8 !important; }

.carousel_image {
  width: 100%;
  height: 400px; }

.main_title {
  font-weight: 300; }

.sub_title {
  color: black;
  font-size: 1.5rem;
  font-weight: 300; }

.fa-angle-down-animated {
  animation-name: collapse-icon-animation;
  animation-duration: 0.15s;
  animation-direction: normal;
  animation-timing-function: linear;
  animation-fill-mode: forwards; }

.fa-angle-up-animated {
  animation-name: collapse-icon-animation-reverse;
  animation-duration: 0.25s;
  animation-direction: normal;
  animation-timing-function: linear;
  animation-fill-mode: forwards; }

@keyframes collapse-icon-animation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes collapse-icon-animation-reverse {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }
.text-highlight {
  color: #E29666; }

.modal-header {
  background-color: #3C6997;
  color: white; }
  .modal-header .close {
    color: white; }

.modal-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  letter-spacing: 0.01em; }

.modal-footer .btn {
  background-color: #094074; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.material-icons.md-64 {
  font-size: 64px; }

.fa-circle-background {
  background: white;
  border-radius: 50%; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54); }

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white; }

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }

h4 {
  font: Regular 18px/24px Open Sans; }

.layerColor {
  margin-right: 10px; }

.leaflet-container {
  font-family: 'Open Sans', sans-serif; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.text-link {
  color: #E29666 !important;
  text-decoration: underline !important; }
  .text-link:hover {
    color: #E29666; }

.leaflet-control {
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s; }

.card-header .fa {
  transition: .3s transform ease-in-out; }

.card-header .collapsed .fa {
  transform: rotate(90deg); }

.pull-right {
  float: right; }

.custom-range::-webkit-slider-thumb {
  background-color: #3C6997; }

.custom-range::-moz-range-thumb {
  background-color: #3C6997; }

.custom-range::-ms-thumb {
  background-color: #3C6997; }

#blockOpacitySlider::-webkit-slider-thumb {
  background-color: #f768a1 !important; }

#blockOpacitySlider::-moz-range-thumb {
  background-color: #f768a1 !important; }

#blockOpacitySlider::-ms-thumb {
  background-color: #f768a1 !important; }

#lcOpacitySlider::-webkit-slider-thumb {
  background-color: #AB7767 !important; }

#lcOpacitySlider::-moz-range-thumb {
  background-color: #AB7767 !important; }

#lcOpacitySlider::-ms-thumb {
  background-color: #AB7767 !important; }

.card-header-custom {
  flex: 0 0 auto;
  color: white;
  background-color: #42455e;
  align-items: flex-start;
  padding: .5rem .75rem; }
  .card-header-custom:hover {
    background-color: #42455e !important; }

.card-header button, .card-header button:focus {
  color: white;
  text-decoration: none;
  padding: 0; }

.card-header button i {
  vertical-align: middle; }

.card-header button:hover {
  color: white;
  font-weight: bold;
  text-decoration: none; }

.card-block:before {
  content: "";
  background-color: gray; }

.card-body::-webkit-scrollbar {
  width: 10px; }
.card-body::-webkit-scrollbar-track {
  background: #c1c7d1;
  border-radius: 5px; }
.card-body::-webkit-scrollbar-thumb {
  background: #7592be;
  border-radius: 5px; }
.card-body::-webkit-scrollbar-thumb:hover {
  background-color: #6082b4; }

.easy-button-button i {
  font-size: 20px;
  line-height: 1.4; }

.leaflet-bar a, .leaflet-bar a:hover {
  height: 30px;
  width: 30px;
  line-height: 32px; }

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  font-size: 20px; }

.leaflet-bar button {
  height: 30px;
  /* easyButton's height default */
  width: 30px;
  /*  easyButton's width default */
  padding: 0; }

.leaflet-control-custom {
  border: 2px solid rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  background: #fff;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 2em; }

.leaflet-control-custom:hover {
  border: 2px solid rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  background: #eee;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 2em; }

.leaflet-control-custom i {
  font-size: 20px;
  line-height: 1.5;
  pointer-events: none; }

.leaflet-touch .leaflet-control-layers-toggle {
  background-image: url(../images/icons/layers-24px.svg);
  height: 30px;
  /* easyButton's height default */
  width: 30px;
  /*  easyButton's width default */ }

.leaflet-interactive {
  pointer-events: none !important; }

.mapboxgl-style-list {
  display: none; }

.text-highlight {
  color: #E29666 !important; }

.modal-header {
  background-color: #826B61 !important;
  color: white; }

.modal-header .close {
  color: white; }

.modal-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  letter-spacing: .01em; }

.modal-footer .btn {
  background-color: #094074; }

.mapboxgl-style-list button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 8px 8px 6px;
  text-align: right;
  width: 100%; }

.mapboxgl-style-list button.active {
  font-weight: bold; }

.mapboxgl-style-list button:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.mapboxgl-style-list button + button {
  border-top: 1px solid #ddd; }

.mapboxgl-style-switcher {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTQuODQ5cHgiIGhlaWdodD0iNTQuODQ5cHgiIHZpZXdCb3g9IjAgMCA1NC44NDkgNTQuODQ5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1NC44NDkgNTQuODQ5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGc+PHBhdGggZD0iTTU0LjQ5NywzOS42MTRsLTEwLjM2My00LjQ5bC0xNC45MTcsNS45NjhjLTAuNTM3LDAuMjE0LTEuMTY1LDAuMzE5LTEuNzkzLDAuMzE5Yy0wLjYyNywwLTEuMjU0LTAuMTA0LTEuNzktMC4zMThsLTE0LjkyMS01Ljk2OEwwLjM1MSwzOS42MTRjLTAuNDcyLDAuMjAzLTAuNDY3LDAuNTI0LDAuMDEsMC43MTZMMjYuNTYsNTAuODFjMC40NzcsMC4xOTEsMS4yNTEsMC4xOTEsMS43MjksMEw1NC40ODgsNDAuMzNDNTQuOTY0LDQwLjEzOSw1NC45NjksMzkuODE3LDU0LjQ5NywzOS42MTR6Ii8+PHBhdGggZD0iTTU0LjQ5NywyNy41MTJsLTEwLjM2NC00LjQ5MWwtMTQuOTE2LDUuOTY2Yy0wLjUzNiwwLjIxNS0xLjE2NSwwLjMyMS0xLjc5MiwwLjMyMWMtMC42MjgsMC0xLjI1Ni0wLjEwNi0xLjc5My0wLjMyMWwtMTQuOTE4LTUuOTY2TDAuMzUxLDI3LjUxMmMtMC40NzIsMC4yMDMtMC40NjcsMC41MjMsMC4wMSwwLjcxNkwyNi41NiwzOC43MDZjMC40NzcsMC4xOSwxLjI1MSwwLjE5LDEuNzI5LDBsMjYuMTk5LTEwLjQ3OUM1NC45NjQsMjguMDM2LDU0Ljk2OSwyNy43MTYsNTQuNDk3LDI3LjUxMnoiLz48cGF0aCBkPSJNMC4zNjEsMTYuMTI1bDEzLjY2Miw1LjQ2NWwxMi41MzcsNS4wMTVjMC40NzcsMC4xOTEsMS4yNTEsMC4xOTEsMS43MjksMGwxMi41NDEtNS4wMTZsMTMuNjU4LTUuNDYzYzAuNDc3LTAuMTkxLDAuNDgtMC41MTEsMC4wMS0wLjcxNkwyOC4yNzcsNC4wNDhjLTAuNDcxLTAuMjA0LTEuMjM2LTAuMjA0LTEuNzA4LDBMMC4zNTEsMTUuNDFDLTAuMTIxLDE1LjYxNC0wLjExNiwxNS45MzUsMC4zNjEsMTYuMTI1eiIvPjwvZz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%; }

/* Modal styling */
.accordion > .card .card-header {
  background-color: #42455e; }
  .accordion > .card .card-header h5 {
    font-weight: 600; }

/*# sourceMappingURL=groundwaterTool_mapViewer.css.map */
