/* Start custom CSS for text-editor, class: .elementor-element-8027d95 */#wbw-wide-map {
  margin: 0 auto;
  display: none;
  height: 600px;
  border: 1px solid #074772;
  background-color: #eef1ff;
}

#wbw-wide-list {
    padding: 2px;
    border: 1px solid #074772;
}

#map-tab {
    margin-top: 10px;
    padding: 0;
}

#wbw-bases-table {
  width: 100%;
}

td#wbw-bases-td-map {
    background-color: #ffffff;
    border-width: 0;
}

#wbw-bases-td-map {
    padding: 0;
}

#wbw-bases-dash-header img {
    transform: translate(35px,4px);
    width: 60px;
}

#wbw-bases-dash-header {
    text-align: left;
    vertical-align: middle;
    font-size: 1.1em;
    font-family: "Rubik";
    font-weight: 500;
    padding: 2px;
    margin-top: 2px;
    border-bottom: 2px solid black;
}

#wbw-bases-dash-info-name {
    line-height: 1em;
    font-size: 1.5em;
    font-family: "Rubik";
    font-weight: 700;
    margin-top: 3px;
}

table tbody>tr:nth-child(odd)>td {
    background-color: #eee;
}

#wbw-bases-td-dash {
    padding-top: 0;
    width: 35%;
}

.wbw-bases-td-dash-loaded {
    background-color: #eee;
    border: solid 1px #074772;
}

#wbw-bases-dash-control,
#wbw-bases-layer-control {
  padding: 2px;
  width: 100%;
  text-align: center;
}

#wbw-bases-dash-control button,
#wbw-bases-layer-control button {
  padding: 4px;
  margin-left: 2px;
  margin-right: 2px;
}

.popup-marker {
  padding: 15px;
}

.mapboxgl-ctrl-geocoder input[type='text'] {
  border: 2px solid #074772;
}

.mapboxgl-ctrl-bottom-left {
  margin: 0 0 3px 3px;
}

.mapboxgl-ctrl-bottom-right {
      margin: 0 3px 3px 0;
}

.mapboxgl-popup {
  z-index: 1000;
  opacity: 0.7;
  border-width: 0;
}

.mapboxgl-popup-content {
  background-color: #ffffff;
  color: #000000;
  opacity: 0.8;
  padding: 15px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  font-family: 'Rubik', sans-serif;
}

.mapboxgl-popup-tip {
    border-width: 0;
}

table#wbw-bases-dash-map-control,
#wbw-bases-dash-map-control,
#wbw-bases-dash-map-control tr,
#wbw-bases-dash-map-control td {
    background-color: #eee;
    border-width: 0;
    padding: 0;
}

table#wbw-bases-dash-map-control td {
  font-size: 12px;
  vertical-align: middle;
  text-align: left;
}

#wbw-bases-dash-info-block,
#wbw-bases-dash-query-block,
#wbw-bases-dash-selection-block,
#wbw-bases-dash-map-control-block {
    font-size: 12px;
    margin-top: 16px;
    margin-bottom: 16px;
}

#wbw-bases-dash-results-block {
    margin-top: 16px;
    margin-bottom: 16px;
}

#wbw-bases-dash-info-block,
#wbw-bases-dash-selection-block,
#wbw-bases-dash-map-control-block,
#wbw-bases-dash-query-block,
#wbw-bases-dash-results-block{
    text-align: left;
}

#wbw-bases-dash-feature-block {
    transition: margin 1s;
    border-radius: 9px;
    margin: 0 30px 0 30px;
    padding: 8px;
    color: #333333;
    border: 1px solid #333333;
    background-color: #eeeeee;
}

#wbw-bases-dash-feature-block.feature-active {
    margin: 0;
    color: #000000;
    border: 2px solid black;
    background-color: #ffffff;
}

#visitbase {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

button.shortbutton {
    font-size: 12px;
    border-width: 0;
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
    margin: 2px 6px 2px 0;
    padding: 0 7px;
}

button.shortbutton-active {
    font-size: 12px;
    border-width: 0;
    font-weight: bold;
    background-color: #000000;
    color: #ffffff;
    margin: 2px 8px 2px 0;
    padding: 0 7px;
}

button.shortbutton:focus,
button.shortbutton:hover {
    background-color: #00adef;
    color: #ffffff;
}

button.whitebutton {
    border-width: 0;
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
    margin: 2px;
    padding: 0.25rem 0.5rem;
}

button.bluebutton,
button.whitebutton-active,
button.whitebutton-active:focus,
button.whitebutton-active:hover,
button.whitebutton:focus,
button.whitebutton:hover {
    border-width: 0;
    font-weight: bold;
    background-color: #00adef;
    color: #000000;
    margin: 2px;
    padding: 0.5rem 1rem;
}

button.bluebutton:focus,
button.bluebutton:hover {
    background-color: #3fc8f4;
    color: #000000;
}

@media (max-width: 1050px) {
  #wbw-wide-map {
    height: 600px;
    width: 100%;
  }
  
  #wbw-bases-td-dash {
    width: 38%;
  }
  
  #wbw-bases-dash-header {
      border-bottom-width: 0;
  }
  
  #wbw-bases-dash-header img {
      display: none;
  }
  
  #wbw-bases-dash-feature-block {
      margin: 0 0 0 0;
  }
}

@media (max-width: 900px) {
  #wbw-bases-td-dash {
    width: 45%;
  }
  
  #wbw-bases-dash-map-control {
      width: 200px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-517a88d */.elementor-kit-6 h3,
.wbw-bases-h3 {
    padding: 0 4px 0 4px;
    display: inline-block;
    background-color: #00adef;
    color: #ffffff;
    font-style: italic;
}/* End custom CSS */