html, body {
    height: 100%;
    margin: 0;
}

body {
    font-size: 13px;
    background-color: #e9e9e9;
}

@media (max-width: 675px) {
    body {
        font-size: 11px;
    }
}

.header_wrapper {
    height: 55px;
    background-color: #004488;
}

.header_logo {
    height: 35px;
    margin: 0px 10px 10px 0px;
}

.header_title {
    display: inline-block;
    color: #e9e9e9;
    font-size: 1.5rem;
    line-height: 35px;
    margin-top: 10px;
}

.content_wrapper {
    height: calc(100% - 55px);
    background-color: #e9e9e9;
}

.sidebar_wrapper {
    border-right: 5px solid #004488;
    background-color: #e9e9e9;
    max-height: calc(100vh - 55px);
    overflow-y: auto;
    overflow-x: hidden;
}

.map_wrapper {
    height: calc(100vh - 55px);
}

#WaterQualityMap {
    width: 100%;
    height: 100%;
}

/* OVERRIDE DEFAULT H6 */
h6 {
    font-size: 15px;
    font-weight: bold;
}

hr.sidebar_divider {
    border: 2px solid #e9c167;
    opacity: 1.0;
}

.marker {
    -webkit-text-stroke: 1px #fcfcfc;
    text-shadow: 1px 1px 3px #000000;
    font-size: 12px;
}

.marker_lcra {
    color: #004488;
}

.marker_ucra {
    color: #ed1c24;
}

.marker_coa {
    color: #e3d200;
}

.marker_crmwd {
    color: #9333cf;
}

.marker_tceq {
    color: #28903a;
}

.marker_bay {
    color: #999999;
}

.marker_travis {
    color: #f79e0f;
}

.marker_minimap {
    color: #002d72;
    font-size: 9px;
}

.copyright {
    font-size: 9.5px;
}

/* OVERRIDE FORM-CHECK FROM BOOTSTRAP */
.form-check {
    min-height: 1.25rem;
}

.popup_header {
    background-color: #757575;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 3px 5px;
}

.popup_text {
    font-weight: normal;
    text-align: left;
    padding: 3px 5px;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

    .popup_text:last-child {
        border-bottom: 1px solid #d6d6d6;
    }

.tooltip_header {
    background-color: #757575;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    text-shadow: 1px 1px 3px #000000;
    padding: 3px 5px;
    margin-bottom: 3px;
}

.tootip_body {
    font-weight: normal;
    text-align: left;
    padding: 3px 5px;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.tooltip_header_lcra {
    background-color: #004488;
}

.tooltip_header_ucra {
    background-color: #ed1c24;
}

.tooltip_header_coa {
    background-color: #e3d200;
}

.tooltip_header_crmwd {
    background-color: #9333cf;
}

.tooltip_header_tceq {
    background-color: #28903a;
}

.tooltip_header_bay {
    background-color: #999999;
}

.tooltip_header_travis {
    background-color: #f79e0f;
}

.segment_header, td.segment_header {
    color: #ffffff;
    background-color: #033663;
    font-weight: bold;
}

td.segment_subheader {
    color: #ffffff;
    background-color: #4f7292;
    font-weight: bold;
}

.looks_like_a_link {
    cursor: pointer;
}

.social_media_icon {
  color: white;
  font-size: 1.75rem;
}

.header_link,
.header_link:link,
.header_link:visited,
.header_link:hover,
.header_link:active,
.social_media_link,
.social_media_link:link,
.social_media_link:visited,
.social_media_link:hover,
.social_media_link:active {
  color: inherit;
  text-decoration: none;
}

td.numeric {
    text-align: right;
}

.graph_wrapper {
    border: 1px solid #d6d6d6;
    margin-bottom: 15px;
}

.graph_body {
    padding-left: 10px;
    padding-right: 20px;
}

.graph_header {
    color: #ffffff;
    background-color: #033663;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    margin-bottom: 10px;
}

.drop-shadow {
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.card-header {
    font-size: 1rem;
}

.please-wait-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background: (255,255,255,0.3);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.please-wait-box {
  background-color: #4d4d4d;
  color: white;
  padding: 8px 25px;
  border-radius: 5px;
}

.minimap {
    width: 200px;
    height: 125px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.scrollable_viewport_wrapper_params {
    display: flex;
    flex-direction: column;
    height: 525px;
}

.scrollable_viewport_wrapper_data {
    display: flex;
    flex-direction: column;
    height: 538px;
}

.scrollable_viewport {
    flex: 1;
    overflow: auto;
}

.graph_normal_line {
    stroke: #ff0000;
    stroke-width: 2px;
}
.graph_normal_range {
    fill: rgba(0, 0, 0, 0.5);
}

.low_data {
    font-size: 0.75em;
    color: rgba(255,0,0,0.5);
}

.menu-toggle-btn {
    position: fixed;
    top: 65px;
    right: 10px;
    z-index: 1050;
}

.menu-toggle-btn .btn {
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 3px #000000;
}