:root {
    --ie-green: #63C4AC;
    --ie-amber: #F99D1D;
    --ie-adjust: var(--ie-amber);
    --ie-red: #D91F33;
    --ie-critical: var(--ie-red);
    --ie-darkred: #940114;
    --ie-blue: #15325B;
    --ie-darkblue: #151b37;
    --ie-offline: #BABDBC;
    --ie-product-text-color: #1176BC;
}

body {
    /** background: radial-gradient(ellipse at top left, #1EC3AA, #00527C 55%); **/
    background: radial-gradient(ellipse at top left, var(--ie-green), #00537D 75%);
    min-height: 100vh;
    min-width: 320px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: white;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
}

body.header {
    min-height: 100vh;
    padding: 59px 0 0 0;
    margin-top: 10px;
}

body.header.footer {
    min-height: calc(100vh - 59px);
    padding: 59px 0 100px 0;
    margin-top: 10px;
}

h1 {
    color: white;
    font-size: 34px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 30px;
}

.vertical-center {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.login-logo {
    width: 300px;
}

.layout-logo-block {
    margin-bottom: 15px;
}

.logo-topleft {
    height: 70px;
    margin-left: 15px;
    margin-bottom: 10px;
}

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
    cursor: pointer;
}

.data-cell {
    color: white;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.data-cell-disabled {
    background-color: rgba(255,255,255, 0.7);
    padding: 10px;
}

div.center-wrap-contents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 10px;
    align-items: center;
    white-space: unset;
}

span.data-cell {
    display: inline-block;
}

.data-cell-label {
    background-color: #00537D;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    font-size: 12px;
}

.focused {
    -webkit-box-shadow: 0 0 0 3px rgba(66,153,225,.5)!important;
    -moz-box-shadow: 0 0 0 3px rgba(66,153,225,.5)!important;
    box-shadow: 0 0 0 3px rgba(66,153,225,.5)!important;
    filter: saturate(130%) brightness(115%)
}

.data-cell-header {
    background-color: #17335B;
    min-height: 50px;
    font-size: 12px;
    color: white;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.ccp_stat_header {
    font-size: 12px;
}

@media (max-width: 800px) {
    .data-cell, .data-cell-label, .data-cell-header, .data-cell-disabled {
        padding: 2px;
    }
}

@media (min-width: 400px) and (max-width: 800px) {
    .data-cell-header, .data-cell-label, .ccp_stat_header, .data-cell {
        font-size: calc( 12px + (16 - 12) * ( (100vw - 400px) / ( 800 - 400) ));
    }
}
@media (min-width: 800px) {
    .data-cell-header, .data-cell-label, .ccp_stat_header, .data-cell {
        font-size: 16px;
    }
}

.data-cell-ok, td.status-ok, th.status-ok {
    background-color: var(--ie-green) !important;
}

.data-cell.pointer a {
    color: inherit;
}

.data-cell.pointer:hover {
    filter: saturate(110%) brightness(110%);
}

.data-cell.pointer:active {
    transform: translateY(1px);
    filter: saturate(150%)  brightness(120%);
}

.data-cell-value-ok-empty {
    margin-left: 10px;
}

.data-cell-value-empty {
    margin-left: 10px;
}

.data-cell-value-ok:before {
    content: "\2713";
    display: inline-block;
    color: linen;
    background-color: rgb(0, 135, 110);
    border-radius: 50%;
    text-align: center;
    height: 2em;
    width: 2em;
    line-height: 2em;
}

.data-cell-warn, td.status-warn, th.status-warn  {
    background-color: var(--ie-amber) !important;
}

.data-cell-value-warn:before {
    content: "!";
    display: inline-block;
    color: linen;
    background-color: rgb(229, 69, 0);
    border-radius: 50%;
    text-align: center;
    height: 2em;
    width: 2em;
    line-height: 2em;
}

.data-cell-crit, td.status-crit, th.status-crit  {
    background-color: var(--ie-red) !important;
}

.data-cell-value-crit:before {
    content: "\2717";
    display: inline-block;
    color: linen;
    background-color: rgb(170, 0, 0);
    border-radius: 50%;
    text-align: center;
    height: 2em;
    width: 2em;
    line-height: 2em;
}

.data-cell-value-crit-double:before {
    content: "\002717\002717";
    display: inline-block;
    color: linen;
    background-color: rgb(170, 0, 0);
    border-radius: 50%;
    text-align: center;
    height: 2em;
    width: 2em;
    line-height: 2em;
}

.data-cell-value-offline, .data-cell-grey, td.status-offline, th.status-offline {
    background-color: var(--ie-offline) !important;
}

ul.data-cell-ul-blank {
    list-style-type: none;
    padding-inline-start: 0;
    margin-bottom: 0!important;
}

.trending-up:after {
    content: '\25b2';
    padding-left: 0.5em;
}

.trending-down:after {
     content: '\25bc';
     padding-left: 0.5em;
 }

.navbar.fixed-top {
    color: white;
    background: radial-gradient(ellipse at top left, var(--ie-green), #00537D 55%);
    background-size: auto 100vh;
}

.navbar.fixed-top .nav-item {
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar.fixed-top .nav-item, .navbar.fixed-top .dropdown-item {
    white-space: nowrap;
}

.navbar.fixed-top .navbar-nav .nav-link,
.navbar.fixed-top .navbar-nav .dropdown-item {
    color: white;
}

.navbar.fixed-top .navbar-nav .nav-link.disabled,
.navbar.fixed-top .navbar-nav .dropdown-item.disabled {
    color: rgba(255,255,255,.6)
}

.navbar.fixed-top .navbar-nav .nav-item.active,
.navbar.fixed-top .navbar-nav .dropdown-item.active {
    background-color: var(--ie-blue);
    color: #00C3B8;
}

.navbar.fixed-top .navbar-nav .nav-item.active .nav-link {
    color: #00C3B8;
}

.navbar.fixed-bottom {
    background-color: var(--ie-blue);
    color: white;
    padding: 0.9rem 1rem;
}

.navbar-nav .dropdown-menu {
    margin-top: -1px;
}

.dropdown-menu.show {
    background-color: var(--ie-blue);
    color: white;
    border-style: solid;
    border-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 15px 20px 0 rgba(0, 0, 0, 0.19);
}

.dropdown-menu.show .dropdown-item {
    color: white;
}

.dropdown-menu.show .dropdown-item:hover {
    background: lightslategrey!important;
    color: var(--ie-blue);
}

.navbar.fixed-bottom .nav-item {
    background-color: #96D0F2;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 15px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 3px;
}

.dropdown-submenu {
    position: relative;
    margin-left:10px;
    margin-right:10px;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 1.1em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-submenu .dropdown-item {
    margin-right: 0;
    margin-left: 0;
    padding-right: 20px !important;
}

.navbar.fixed-top .navbar-nav .dropdown-item:focus,
.navbar.fixed-top .navbar-nav .dropdown-item:not(.disabled):hover,
.navbar.fixed-top .navbar-nav .nav-item:not(.disabled):hover {
    color: #16181b;
    text-decoration: none;
    background-color: #4c81b7;
}

caption.caption-top {
    caption-side: top;
}

table.dataview {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

table.dataview th, table.dataview td {
    border: 0 solid transparent;
    background-clip: padding-box;
}

table.dataview tbody tr > td + td, table.dataview tr > th + th, table.dataview tbody > tr > th + td {
    border-left-width: 2px;
}

table.dataview tbody td, table.dataview tbody th, table.dataview thead tr + tr > th {
    border-top-width: 2px;
}

.undertable {
    width: calc( 100vw - 100px );
    margin-left: auto !important;
    margin-right: auto !important;
}

.daterangepicker {
    color: black !important;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

#graph {
    min-height: 450px;
}

p.help {
    color: black;
    background-color: whitesmoke;
    font-size: larger;
    font-weight: bold;
}

/** New Layout **/

.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .dropdown-item {
    color: white;
}

/* Background Colours */
 .bg-ie-blue {
     background-color: var(--ie-blue)!important;
 }

.bg-ie-darkblue {
    background-color: var(--ie-darkblue)!important;
}

#sidebar-container {
    cursor: pointer; /* iOS Hover support */
    min-height: 100vh;
    background-color: var(--ie-blue);
    padding: 0;
    z-index: 1039;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}
.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: white;
}

#sidebar-container .list-group a.list-group-product-item {
    height: 61px;
    color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
#sidebar-container .sidebar-separator-title,
#sidebar-container .sidebar-separator-title:hover,
#sidebar-container .sidebar-separator-title:focus {
    background: var(--ie-blue)!important;
    height: 35px;
}

#sidebar-container .sidebar-separator,
#sidebar-container .sidebar-separator:hover,
#sidebar-container .sidebar-separator:focus {
    background-color: var(--ie-blue)!important;
    height: 25px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome, 'Lato', sans-serif;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome, 'Lato', sans-serif;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

#sidebar-container .list-group-item.disabled,
#sidebar-container .list-group-item:disabled {
    background: unset;
}

#sidebar-container .list-group-item-action.disabled,
#sidebar-container .list-group-item-action:disabled {
    color: #6c757d;
}

#sidebar-container .list-group-item-action:focus,
#sidebar-container .list-group-item-action:focus {
    background: unset;
}

#sidebar-container .list-group-item-action:hover,
#sidebar-container .list-group-item-action:hover {
    background: lightslategrey!important;
}

/* Glyphs for sidebar items */
#sidebar-container .list-group-item-action .fa {
    min-width: 23px;
    max-width: 23px;
    line-height: 1.5; /* Equal to value in body */
}

.navbar-brand {
    margin-right: 0!important;
}

.navbar .nav-item.active {
    background: #00537D;
    margin-bottom: -8px;
}

.logo-brand, .logo-enterprise {
    height: 40px;
    margin-bottom: 10px;
}

.logo-enterprise {
    margin-left: 15px;
}

@media (min-width: 576px) {
    .logo-brand, .logo-enterprise {
        height: 60px;
    }
}

.product-select, .parameter-select {
    min-width: 150px;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
    width: 150px;
    height: 150px;
    padding: 10px;
    border: 1px solid whitesmoke!important;
    border-radius: 3%;
    margin-right: 10px;
    text-align: center;
}

.product-select .product-name {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.product-select .data-cell-value-crit, .product-select .data-cell-value-warn, .product-select .data-cell-value-ok {
    position: absolute;
    right: -4px;
    bottom: 5px;
}

.parameter-select .parameter-name {
    font-size: 14px;
    font-weight: bold;
    color: white;
    line-height: 1em;
    display: inline-block;
}

.parameter-select .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .25rem .50rem;
    color: inherit;
}

/* Product Circle and Selection */
.product-circle, .parameter-circle {
    border: 1px solid whitesmoke!important;
    border-radius: 50%!important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    color: white;
}

.product-circle-small {
    min-width: 35px;
    width: 35px;
    min-height: 35px;
    height: 35px;
    font-size: 14px;
}

.list-group-product-item .product-circle {
    margin-left: -8px;
    margin-right: 8px!important;
}

/* Water Product Cicles */
.product-recycled:before {
    content: "RW";
}

.product-sewage:before {
    content: "W";
}

.product-stormwater:before {
    content: "ST";
}

.product-drinking:before {
    content: "DW";
}

.product-auditwatch:before {
    content: "AW";
}

.product-recreational:before {
    content: "Rec";
}

.product-algaewatch:before {
    content: "AW";
}

.product-process:before {
    content: "PW";
}

.product-settings:before {
    /* Copy of 'fa fa-cogs' */
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     content: "\f085";
}

.parameter-circle:before {
    content: attr(title);
}

.product-select .product-circle, .parameter-select .parameter-circle {
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.bg-recycled, .product-recycled {
    background: #C8A2C8; /* Lilac in the standard */
}

.bg-sewage, .product-sewage {
    background: black;
}

.bg-stormwater, .product-stormwater {
    background: dimgrey;
}

.bg-drinking, .product-drinking {
    background: dodgerblue;
}

.bg-auditwatch, .product-auditwatch {
    background: darkolivegreen;
}

.bg-algaewatch, .product-algaewatch {
    background: #96DEBC;
}

.bg-settings, .product-settings {
    background: black;
}

.bg-recreational, .product-recreational {
    background: dodgerblue;
}

.bg-process, .product-process {
    background: #00a86b; //Jade
}

/* Bottom footer background overlay to blend in with main content */
.product-footer {
    background: linear-gradient(to right, #106685, #0c6183, #00537d, #00537D);
}

/* When we have the sidebar in desktop mode, move the product footer across so it is not hidden by the side bar */
@media (min-width: 768px) {
    #sidebar-container ~ div.product-footer #footer-status-indicator {
        margin-left: 65px!important;
    }
    #sidebar-container.sidebar-expanded ~ div.product-footer #footer-status-indicator {
        margin-left: 235px!important;
    }
}

.main-content {
    margin-bottom: 1em;
    min-height: calc( 100vh - 96px );
    overflow-x: hidden;
    padding: 1.5em 0 !important;
}

@media (min-width: 768px) {
    .main-content {
        padding: 1.5em !important;
    }
}

.home-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 575.98px) {
    small {
        font-size: 70%;
    }
}

@media (min-width: 992px) {
    .water-dataview-metrics {
        min-width: 375px;
    }

    .water-dataview-graph {
        min-width: 375px;
    }
}

@media (max-width: 991px) {
    .no-split-md {
        flex-basis: auto !important;
    }
}

.aspect-ratio-16-9 {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.aspect-ratio-4-3 {
    position: relative;
     padding-top: 75%; /* 4:3 Aspect Ratio */
}

.aspect-ratio-3-2 {
    position: relative;
    padding-top: 66.66%; /* 3:2 Aspect Ratio */
}

.aspect-ratio-8-5 {
    position: relative;
    padding-top: 62.5%; /* 8:5 Aspect Ratio */
}

.aspect-ratio-4-3 > div,
.aspect-ratio-16-9 > div,
.aspect-ratio-3-2 > div,
.aspect-ratio-8-5 > div
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.data-view {
    border: 1px solid black;
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
}

.data-view th, .data-view td {
    border: 1px solid black;
}

table .thead-data-view th {
    background-color: #17335B;
}

.data-view tbody td {
    background-color: white;
    color:black;
    padding-left: 5px;
    padding-right: 5px;
}

.data-view-tooltip {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

tr.data-view-selected td.parameter, tr.data-view-selected td.units {
    background-color: #96D0F2;
}

.data-view tbody td:first-child+td+td {
    max-width:56px;
}

.data-view-tooltip:hover, .data-view-tooltip:active {
    overflow-x: visible;
}

.data-view-tooltip:hover span, .data-view-tooltip:active span {
    color: black; /* make text readable */
    /* allow to overlap siblings */
    position: relative;
    /* make readable design */
    background-color: PaleGoldenRod;
    border: 1px solid gray;
    padding: 3px;
    /* compensate padding and border size to avoid jerking */
    margin-left: -4px;
}

.data-view-tooltip.hide-prefix {
    direction: rtl;
}

.data-view-tooltip.hide-prefix:hover, .data-view-tooltip.hide-prefix:active {
    direction: ltr !important;
}

.data-view-tooltip:hover span[]

.data-view thead th.parameter {
    width: 35%;
}

.data-view thead th.units {
    width: 13%;
}

.data-view thead th.last-reading {
    width: 30%;
}

.data-view thead th.datetime {
    width: 25%;
}

#selected-parameters-container p {
    display:none;
}

#selected-parameters-container p:only-child {
    display: block;
}

.col.site_health, .col.watch_health {
    flex: 0 0 230px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.col.site_health {
    border-right: medium solid #495057;
    padding-right: 37px;
}

.col.watch_health:first-child {
    margin-left:25px;
}

.site_health span, .watch_health span {
    display: block;
    font-weight: bold;
    margin-top: 0.5em;
}

.tooltip-help-icon {
    color: #fff;
    background: #000;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    font-size: 12px;
    cursor: pointer;
}

.tooltip-inner {
    max-width: 100% !important;
}

.column-sortable i {
    margin-left: .25rem !important;
}

.popover button.close {
    line-height: .75em;
    padding-top: .5rem;
    padding-right: .75rem;
}

.popover.filter-popover {
    max-width: max-content;
    width: fit-content;
}

table.empty-helper tbody tr:only-child {
    display: table-row !important;
}

.table-clear {
    color: inherit;
}

/* Give the alert backgrounds some translucency to be less obtrusive */
.alert-primary {
    background-color: #cce5ff80;
}
.alert-secondary {
    background-color: #e2e3e580;
}
.alert-success {
    background-color: #d4edda80;
}
.alert-info {
    background-color: #d1ecf180;
}
.alert-warning {
    background-color: #fff3cd80;
}
.alert-danger {
    background-color: #f8d7da80;
}
.alert-light {
    background-color: #fefefe80;
}
.alert-dark {
    background-color: #d6d8d980;
}

/** Textured Product Logos **/
.textured-product-logo {
    --textured-product-logo-diameter: 200px;
    position: relative;
    height: var(--textured-product-logo-diameter);
    width: var(--textured-product-logo-diameter);
    display: block;
}

.textured-product-logo .rounded-circle {
    --diameter: 200px;
    width: var(--diameter);
    height: var(--diameter);
    left: calc( (var(--textured-product-logo-diameter) - var(--diameter)) / 2 );
    top: calc( (var(--textured-product-logo-diameter) - var(--diameter)) / 2 );
    border-radius: 100%;
}

.textured-product-logo > div {
    position: absolute;
}

.textured-product-logo .outer-ring {
    --gradient-from: #B1DCF2;
    --gradient-to: #73A9C0;
    background: linear-gradient(135deg, var(--gradient-from) 0%, var(--gradient-to) 100%);
}

.textured-product-logo .middle-ring {
    --gradient-from: #B1DCF2;
    --gradient-to: #73A9C0;
    background: rgb(0,212,255);
    background: radial-gradient(circle, var(--gradient-from) 64%, var(--gradient-to) 72%);
}

.textured-product-logo .inner-ring {
    --gradient-from: #FFFFFF;
    --gradient-to: #C9C9CA;
    background: linear-gradient(135deg, var(--gradient-from) 0%, var(--gradient-to) 100%);
}

.textured-product-logo .product-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    color: var(--ie-product-text-color);
    font-family: 'Roboto Condensed', sans-serif;
    font-size:1.8em;
    letter-spacing: -0.05rem;
    line-height: 1em
}

.textured-product-logo .product-name > div {
    margin-top:27px;
    width: calc(100% - 10px);
}

.textured-product-logo .product-name > img {
    height: 40px;
    width: auto;
}

.textured-product-logo .product-name span {
    display:inline-block;
}

.textured-product-logo .product-name .tm {
    font-size: 0.25em;
    vertical-align: super;
    font-weight: lighter;
}

.textured-product-logo .alert-pill {
    color: white;
    top: 27px;
    left: 0;
    right: 0;
}

.textured-product-logo:hover .product-name {
    background-color: #e1e1e1;
}

.textured-product-logo:active {
    transform: scale(0.99) translate(2px, 2px);
}

.textured-product-logo .disabled-mask {
    background: transparent;
}

div.disabled > .textured-product-logo .disabled-mask {
    background: #80808085 !important;
}

/** Table rows with collapse support, auto arrow indicator of collapse state **/
tr[aria-expanded="true"] .fa.collapse-indicator:before {
    content: "\f068";
}

tr[aria-expanded="false"] .fa.collapse-indicator:before {
    content: "\f067";
}

/** **/
.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

/** Help ToolTips **/
.ie-tooltip-element {
    visibility: visible;
    color: #fff;
    background: #000;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    font-size: 12px;
    cursor: default;
}

.tooltip-inner {
    width: 400px;
    max-width: 100% !important;
}

/** Map Marker Clusters **/
.marker-cluster-alert-none {
    background-color: rgba(17, 118, 188, 0.6) !important;
}
.marker-cluster-alert-none div {
    background-color: rgba(17, 118, 188, 0.8) !important;
}

.marker-cluster-alert-green {
    background-color: rgba(99, 196, 172, 0.6) !important;
}
.marker-cluster-alert-green div {
    background-color: rgba(99, 196, 172, 0.8) !important;
}

.marker-cluster-alert-amber {
    background-color: rgba(249, 157, 29, 0.6) !important;
}
.marker-cluster-alert-amber div {
    background-color: rgba(249, 157, 29, 0.8) !important;
}

.marker-cluster-alert-red1 {
    background-color: rgba(217, 31, 51, 0.6) !important;
}
.marker-cluster-alert-red1 div {
    background-color: rgba(217, 31, 51, 0.8) !important;
}

.marker-cluster-algae-red2 {
    background-color: rgba(148, 1, 20, 0.6) !important;
}
.marker-cluster-algae-red2 div {
    background-color: rgba(148, 1, 20, 0.8) !important;
}

@media print {
    .print-pagebreak { page-break-before: always; }
}

#modalLoginDialog.show {
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
}

.action-btn {
    width: 36px;
    height: 36px;
    text-align: center;
}

input.anomalous {
    border-color: var(--ie-amber);
}

input.anomalous:focus {
    border-color: var(--ie-amber);
    box-shadow: 0 0 0 .25rem rgba(249, 157, 69, .25);
}

.anomalous-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: var(--ie-amber);
}

input.anomalous ~ .anomalous-feedback {
    display: block;
}

/* Container to add some spacing */
/* Positioning container relative to use the custom arrow */
.site-select-container {
    display: inline-block;
    position: relative;
}

/* Styling the select element */
.site-select-container select {
    background-color: transparent; /* Transparent background */
    border: 2px solid white;       /* White border */
    border-radius: 25px;           /* Oval shape */
    color: white;                  /* White text color */
    padding: 10px 34px 10px 22px;  /* Padding for better appearance */
    font-size: 22px;               /* Font size for readability */
    font-weight: bold;
    outline: none;                 /* Remove default outline */
    text-align: center;
    -webkit-appearance: none;      /* Remove default styles in Webkit browsers */
    -moz-appearance: none;         /* Remove default styles in Firefox */
    appearance: none;              /* Remove default styles in other browsers */
    max-width: calc(100vw - 10px); /* Keep constrained in mobile views */
}

/* Adding a custom arrow */
.site-select-container select::-ms-expand {
    display: none; /* Hide default arrow in Internet Explorer */
}

/* Custom arrow for select dropdown */
.site-select-container::after {
    content: '▼'; /* Unicode character for a down arrow */
    font-size: 16px;
    color: white;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Make sure it doesn't block the select interaction */
}

.site-select-container select option {
    background-color: #515050;
    opacity: 98%;
    color: white;
}