﻿:root {
    --highlightColor: #7eccff;
    --highlightScrimBackground: rgb(0, 122, 194);
    --highlightColor-light: #a2daff;
    --pageElementbackground: #defbde;
    --pageElementpadding: 7px;
    --pageElementborder: 1px solid rgb(162 229 162);
    --pageElementborder-radius: 4px;
    --pageElementmargin: 3px;
    --pageElementFontSize: 8pt;
    --page-font-size--5: .5em;
    --calcite-font-size-0: 1em;
    /*--calcite-block-heading-text-color: white;*/
    --heading-font-weight: bolder;
}
calcite-sheet {
    --calcite-sheet-scrim-background: var(--highlightScrimBackground);
}
html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    --calcite-color-brand-hover: var(--highlightColor-light);
    --calcite-color-brand: var(--highlightColor);

}
.esri-button {
    background-color: var(--highlightColor);
    border: 1px solid var(--highlightColor);
}
    .esri-button:hover {
        background-color: #ffdda2;
        border: 1px solid var(--highlightColor);
    }
#viewDiv {
    height: 100%;
    width: 100%;
}

.container {
    min-height: 500px;
    width: 100%;
}
.leftPaneHeader {
    background: var( --highlightColor);
    padding: 5px;
    border: solid 3px white;
}

#toolTip1 {
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid black;
/*    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;*/
}

.tooltipMessage1 {
    padding: 10px;
    font-family: Calibri;
    font-size: small;
    background-repeat: repeat-x;
    vertical-align: middle;
    color: black;
    background-color: white;
}
#menuPanel {

}
.diqlegendDiv {
    border: 1px solid #b5bcc7;
    margin: 5px;
    padding: 5px;
    overflow-y: scroll;
    max-height: 400px;
}

.action-button {
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #d3d3d3;
    color: #6e6e6e;
    height: 32px;
    width: 32px;
    text-align: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

    .action-button:hover,
    .action-button:focus {
        background: #0079c1;
        color: #e4e4e4;
    }

.esri-widget--button.active,
.esri-widget--button.active:hover,
.esri-widget--button.active:focus {
    cursor: default;
    background-color: #999696;
}

    .esri-widget--button.active path,
    .esri-widget--button.active:hover path,
    .esri-widget--button.active:focus path {
        fill: #E4E4E4;
    }
#chartPanel {
    background: #fff;
    font: "Avenir Next W00";
    line-height: 1.5em;
    overflow: auto;
    padding: 10px;
    width: 580px;
    height: 300px;
}

.chart {
    height: 280px;
}
#status {
    background-color: var(--highlightColor);
    color: white;
    padding: 10px;
    margin: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 10000;
    font-size: medium;
    font-family: 'Arial Black';
    opacity: 0.70;
    filter: alpha(opacity=70);
}
.esri-widget__table {
    font-size: 8pt;
}

.esri-features__container:not(:empty) {
    padding: 5px !important;
}

.esri-view-width-xlarge .esri-popup__main-container,
.esri-view-width-large .esri-popup__main-container,
.esri-view-width-medium .esri-popup__main-container {
    max-width: 500px !important;
}

.esri-features__pagination-action-bar {
    background-color: #f3f3f3;
}
/* 1. Unset the hardcoded widths on Esri's main popup frame */
.esri-view-width-xlarge .esri-popup__main-container,
.esri-view-width-large .esri-popup__main-container,
.esri-view-width-medium .esri-popup__main-container,
.esri-view-width-small .esri-popup__main-container,
.esri-view-width-xsmall .esri-popup__main-container {
    width: auto !important;
    max-width: 90vw !important; /* Prevents overflow clipping on mobile viewports */
}

/* 2. Push auto-sizing onto the layout content wrapper */
.esri-popup__main-container {
    width: auto !important;
}
.popupTable tr:nth-child(odd) {
    /*background-color: #a2daff;*/
    background-color: var(--highlightColor-light);
}

.popupTable tr:nth-child(odd) {
    background-color: var(--highlightColor-light);
}

.popupTable td:nth-child(even) {
    border-left: 1px solid #eaeaea;
}

.popupTable {
    width: 100% !important;
    font-size:8pt!important;
}

    .popupTable td {
        padding: 4px;
    }
label.hamletlabel {
    color: #FF3399;
}

.fatInnerDiv {
    text-align: left;
    border: 10px solid #8CB0E1;
    margin: 4px;
    padding: 5px;
    width: 250px;
    font-size: 1.25em;
}

#header .dijitTextBox {
    width: 100%
}

#innerLeft {
    background-color: #000000;
}

.searchCombos {
    width: 95%;
} 
.esriLegendLayer {
    height: 10px;
}

.esriLegendLayerLabel {
    color: #000000;
    font-size: .75em;
}

.esriLegendServiceLabel {
    color: #000000;
    text-decoration: underline;
}

.esriLegendService {
    color: #000000;
    font-size: .75em;
}

.pin {
    background: url('../Images/bg.gif');
    overflow: hidden;
    cursor: pointer;
    color: #000000;
    width: 30px;
    height: 30px;
}
 

.dropMenu   {
    margin: 0px;
}

.dropMenu  {
    margin: 0px;
    background-color: #FFFFFF;
    background-image: none;
    background-position: center top;
    background-repeat: repeat-x;
    padding: 0px;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.dropMenu   {
    margin: 0px;
    background-color: #E4E4E4;
    background-image: none;
    background-position: center top;
    background-repeat: repeat-x;
    padding: 0px;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
} 
#waitingResults {
    padding: 5px;
    font-size: 1.25em;
    color: #CCCCCC;
    z-index: 99;
    width: 95%;
    height: 50px;
    border: 1px solid #CCCCCC;
    display: none;
    margin: 0 auto;
    position: absolute;
    background-color: #FFFFFF;
    font-weight: bold;
    text-transform: capitalize;
}


.roundedCorners {
    -moz-border-radius: 4px;
}

#tooltipDialog {
    position: absolute;
    width: auto;
    font-size: 1.25em;
    z-index: 100;
}

#header {
    background-color: transparent;
    color: #000000;
}

    #header .span1 span {
        font-size: 1.5em;
        color: #009999;
    }

    #header .span1 {
        font-size: x-small;
    }

    #header .span2 {
        text-decoration: underline;
        font-size: 1.5em;
        color: #000000;
        font-weight: bolder;
    }

.new {
    font-weight: bold;
    font-size: 1.5em;
}

.info {
    color: #CCCCCC;
    font-size: 1em;
}

.fistMessage {
    position: absolute;
    padding: 10px;
    color: #FF9900;
    font-size: 1em;
    font-weight: bold;
    border: medium solid #CC6600;
    background-color: #FFFFFF;
    top: 5px;
    left: 40%;
    z-index: 99;
    width: 273px;
}

.results {
    padding: 5px;
    color: #004F4F;
    border-collapse: collapse;
    font-weight: bolder;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #333333;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

    .results:hover {
        border-collapse: collapse;
        cursor: pointer;
    }

.att {
    display: none;
    color: #007171;
    padding-left: 15px;
    font-size: .85em;
    font-weight: normal;
    font-variant: small-caps;
}

.field {
    font-weight: bold;
}

.mainInfo {
    padding: 3px;
    background-image: url('../Images/Icons/Green-arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 15px;
}

.mainInfoClicked {
    padding: 3px;
    background-image: url('../Images/Icons/blue-arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 15px;
}

#poiLayerResults td.info {
    background-image: url('../Images/Icons/Green-arrow.png');
    background-repeat: no-repeat;
    background-position: top;
    width: 15px;
    height: 15px;
}

#poiLayerResults td.infoClicked {
    background-image: url('../Images/Icons/blue-arrow.png');
    background-repeat: no-repeat;
    background-position: center 10px;
    width: 15px;
    height: 15px;
}

#bikeRoutesResults td.info {
    background-image: url('../Images/Icons/Green-arrow.png');
    background-repeat: no-repeat;
    background-position: top;
    width: 15px;
    height: 15px;
}

#bikeRoutesResults td.infoClicked {
    background-image: url('../Images/Icons/blue-arrow.png');
    background-repeat: no-repeat;
    background-position: center 10px;
    width: 15px;
    height: 15px;
}

#busRoutesResults td.info {
    background-image: url('../Images/Icons/Green-arrow.png');
    background-repeat: no-repeat;
    background-position: top;
    width: 15px;
    height: 15px;
}

#busRoutesResults td.infoClicked {
    background-image: url('../Images/Icons/blue-arrow.png');
    background-repeat: no-repeat;
    background-position: center 10px;
    width: 15px;
    height: 15px;
}

#waterLayerResults td.info {
    background-image: url('../Images/Icons/Green-arrow.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 15px;
    height: 15px;
}

#waterLayerResults td.infoClicked {
    background-image: url('../Images/Icons/blue-arrow.png');
    background-repeat: no-repeat;
    background-position: center 10px;
    width: 15px;
    height: 15px;
}

#greenLayerResults td.info {
    background-image: url('../Images/Icons/Green-arrow.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 15px;
    height: 15px;
}

#greenLayerResults td.infoClicked {
    background-image: url('../Images/Icons/blue-arrow.png');
    background-repeat: no-repeat;
    background-position: center 10px;
    width: 15px;
    height: 15px;
}

#parkFeeLayerResults td.info {
    background-image: url('../Images/Icons/Green-arrow.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 15px;
    height: 15px;
}

#parkFeeLayerResults td.infoClicked {
    background-image: url('../Images/Icons/blue-arrow.png');
    background-repeat: no-repeat;
    background-position: center 10px;
    width: 15px;
    height: 15px;
}

#bClosure_Results td.info {
    background-image: url('../Images/Icons/Green-arrow.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 15px;
    height: 15px;
}

#bClosure_Results td.infoClicked {
    background-image: url('../Images/Icons/blue-arrow.png');
    background-repeat: no-repeat;
    background-position: center 10px;
    width: 15px;
    height: 15px;
}

.firstMessageClose {
    padding: 2px;
    border: 1px outset #CCCCCC;
    position: absolute;
    color: #FFFFFF;
    font-size: 1.5em;
    background-color: #CC0000;
    top: 5px;
    right: 5px;
    text-align: center;
    width: 15px;
    cursor: pointer;
    font-weight: bolder;
}
 
.firstMessageClose:hover {
    border: 1px inset #C0C0C0;
    cursor: pointer;
}

#subheader {
    font-size: .75em;
    color: peru;
}

#leftPane {
    background-color: transparent;
    border: thin solid #333333;
    width: 30%;
    height: 100%;
    overflow: auto;
    color: #000000;
}

#attributesDiv {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #000000;
}

    #attributesDiv.esriAttributeInspector .atiButtons {
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #000000;
        width: 100%;
    }

    #attributesDiv table, #attributesDiv tr {
        width: 100%;
    }

.esriAttributeInspector {
    height: 100px;
}

    .esriAttributeInspector .atiLayerName {
        display: none;
    }

    .esriAttributeInspector .atiField {
        background: #FFF6D9;
        width: 95%;
    }

    .esriAttributeInspector .atiLabel {
        width: 20%;
    }

 
.saveButton {
    left: 55px;
    position: relative;
}

#leftPane #incidenttab {
    color: #000000;
}

.undoIcon {
    background-image: url('../images/undo-icon.png');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.redoIcon {
    background-image: url('../images/redo-icon.png');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.claro .dijitTabPaneWrapper {
    background-color: transparent;
    width: 95%;
    height: 100%;
}

#Content {
    background-color: #FFFFFF;
    border: thin solid #333333;
    width: 30%;
    overflow: scroll;
    color: #FFFFFF;
}

#pageContent {
    background-position: left center;
    opacity: 0.40;
    filter: alpha(opacity=40);
    background-image: url('../Images/P1010042.jpg');
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: repeat-x;
}

#map {
    background-color: white;
    border: medium solid #666666;
    padding: 0px;
}

#footer {
    border: 2px solid #CCCCCC;
    background-color: white;
    color: peru;
    font-size: .75em;
    text-align: center;
    height: 40px;
}

div.optDiv {
    font-size: 2em;
    font-weight: bold;
    width: 95%;
}

.layerContent {
    padding-left:10px;
}

div.optDiv:Hover {
    cursor: pointer;
}

div.expandDiv {
    padding: 3px;
    border: 1px solid #565E69;
    font-size: 1.25em;
    width: 95%;
    background-repeat: repeat-x;
    margin-right: 13px;
    overflow: auto;
}

.measureWindowback {
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: #00ACC0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

tr.drawPanelSymbolTypes {
    background-color: #5DBED6;
    width: 100%;
    color: White;
}

.Panel {
    overflow: hidden;
    width: 280px;
    font-size: 1.25em;
}

.roundedCorners {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.innerDiv {
    border: medium solid #005E5E;
    margin: 4px;
    background: #FFFFFF;
    text-align: left;
    width: 264px;
}


.tipClassClose {
    position: absolute;
    color: black;
    font-weight: bold;
    background-color: #FFFFFF;
    top: 5px;
    right: 16px;
    text-align: center;
    width: 15px;
    cursor: pointer;
}

.labels {
    width: auto;
    color: #FFFFFF;
    font-weight: bold;
}

#resultsPanel {
}

#toolTip1 {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltipMessage1 {
    z-index: -997;
    padding: 10px;
    border: 1px solid #CCCCCC;
    font-size: 1em;
    background-repeat: repeat-x;
    background-image: url('../Images/button_grad_d.png');
    vertical-align: middle;
    color: #333333;
    background-color: #FFFFFF;
}

.tooltipConnector1 {
    z-index: -998;
    padding-left: 10px;
}

img.tooltipConnector1i {
    z-index: 999;
    width: 23px;
    height: 16px;
    background: url('../Images/popup_sprite1.png') 0px -58px;
}

#processing {
    text-align: center;
    vertical-align: middle;
    background-position: center center;
    z-index: 100;
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 2em;
}

#header {
    margin-right: 3px;
    padding-right: 3px;
}

#status {
    background-color: #33CC33;
    color: white;
    padding: 10px;
    margin: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 10000;
    font-size: medium;
    font-family: 'Arial Black';
    opacity: 0.70;
    filter: alpha(opacity=70);
}

.esriLegendLayer {
    font-size: .75em;
}

.esriLegendLayerLabel {
    font-size: .75em;
}

.esriLegendService {
    font-size: .75em;
}

.esriPopup.myTheme .titlePane, .dj_ie7 .esriPopup.myTheme .titlePane .title {
    border-color: 1px solid #687a8e;
    background-color: #B4C5D3;
    color: #ffffff;
    font-weight: bold;
}

.esriPopup.myTheme .titlePane {
    border-bottom: 1px solid;
    border-bottom-color: #687a8e;
}

.esriPopup.myTheme a {
    color: #3A4047;
}

    .esriPopup.myTheme a:hover {
        color: #89939E;
    }

.esriPopup.myTheme .contentPane, .esriPopup.myTheme .actionsPane {
    border-color: 1px solid #121310;
    background-color: #BECED8;
    color: #3A4047;
    opacity: 0.85;
    filter: alpha(opacity=85);
    font-size: 1em;
}

.titleTheme {
    font-size: medium;
    font-weight: bold;
    text-decoration: underline;
    color: #3A4047;
}

td.txt12 {
    font-size: .75em;
    color: #003366;
}

td.txt12b {
    font-weight: bold;
    font-size: .75em;
    color: #003366;
}

.title2 {
    color: var(--calcite-color-text-2);
    width: 100%;
    background-color: var(--highlightColor);
}

.title3 {
    font-weight: bold;
    color: #003366;
    text-decoration: underline;
}

.title1 {
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

.bingmapstips {
    position: absolute;
    font: normal normal bold 6pt Tahoma;
    z-index: 100;
    width: 300px;
}

.zoominIcon {
    background-image: url('../Images/nav_zoomin.png');
    width: 16px;
    height: 16px;
}

.zoomoutIcon {
    background-image: url('../Images/nav_zoomout.png');
    width: 16px;
    height: 16px;
}

.zoomfullextIcon {
    background-image: url('../Images/nav_fullextent.png');
    width: 16px;
    height: 16px;
}

.zoomprevIcon {
    background-image: url('../Images/nav_previous.png');
    width: 16px;
    height: 16px;
}

.zoomnextIcon {
    background-image: url('../Images/nav_next.png');
    width: 16px;
    height: 16px;
}

.panIcon {
    background-image: url('../Images/nav_pan.png');
    width: 16px;
    height: 16px;
}

.deactivateIcon {
    background-image: url('../Images/nav_decline.png');
    width: 16px;
    height: 16px;
}
 
.esriMobileInfoViewItem {
    font-size: 2em;
}


.searchOptions {
    padding: 7px;
    position: absolute;
    left: 90px;
    top: 15px;
    z-index: 99;
    margin: 0;
    border: 2px solid #666;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.transparentBackground {
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: #6F778B;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.toggler {
    display: inline-block;
    padding: 3px;
    margin: 3px;
    cursor: pointer;
    color: #333333;
    font-size: small;
    font-family: calibri;
    font-weight: bolder;
    border: 1px solid #666;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 3px 2px #6f778b;
    -webkit-box-shadow: 1px 1px 3px 2px #6f778b;
    box-shadow: 1px 1px 3px 2px #6f778b;
    background-color: #FFFFFF;
}

    .toggler:hover {
        color: #CC0099;
    }

.parkFeeWorkSheet {
    font-weight: bolder;
    padding: 3px;
    border: solid 1px;
    border-color: black;
}

#verticalTools {
    border-radius: 5px 5px 5px 5px;
    color: rgb(255, 255, 255);
    -moz-user-select: none;
    position: absolute;
    text-align: center;
    border: 2px solid rgb(102, 102, 102);
    background-color: rgb(102, 102, 102);
    z-index: 50;
    top: 83px;
    left: 7px;
}
 
#homeButton {
    position: absolute;
    top: 53px;
    left: 18px;
    z-index: 50;
}

#geolocateButton {
    position: absolute;
    top: 53px;
    left: 52px;
    z-index: 50;
    display: block !important;
}

#locationTools {
}

.noGeolocateButton {
    background-image: url('Images/whitex.png');
    float: right;
}

.beachDrivingResults {
    padding: var(--pageElementpadding);
    border: 1px solid red;
    border-radius: var(--pageElementborder-radius);
    margin: var(--pageElementmargin);
    background-color: #f7f7f7;
}
    .beachDrivingResults:hover {
        cursor:pointer;
    }
.heading {
    color:white !important;
    font-weight:bolder !important;
}

.breadcrumb-bar {
    background: #f3f4f6;
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid #e5e7eb;
    color: #555;
}
#crumbs-list div {
    border: 1px solid var(--highlightColor);
    padding:7px;
    margin:2px;
}

/* Container for the single toolbar row */
.horizontal-toolbar {
    display: flex;
    flex-direction: row;
    gap: 2px; /* Emulates standard Esri widget spacing */
    background-color: transparent;
}

    /* Optional: Force full widgets (like Search) to look tight inside a bar */
    .horizontal-toolbar .esri-widget {
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }