﻿:focus {
    outline: 2px solid #000;
}

html,
body,
#viewDiv {
    color: #2C384C;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.header {
    width: 100%;
    background-color: #2C384C;
    color: white;
    height: 70px;
    box-shadow: 2px 2px 3px 0px #888888;
    z-index: 1;
}

p {
    margin-bottom: 10px;
    font-weight: 100;
}

/* override inherited thin p weight so bolder resolves to true bold */
strong {
    font-weight: bold;
}

label {
    margin: 0px;
}
ol {
    list-style-type: decimal-leading-zero;
}

ol ol {
    list-style-type: lower-alpha;
}

.esri-input.esri-search__input::placeholder {
    color: #6E6E6E;
}

.fas.fa-question-circle {
    content: '\f059';
    font-family: FontAwesome;
    margin-right: 10px;
    cursor: help;
    float: right;
    position: relative;
    display: inline-block;
}
    .fas.fa-question-circle .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: rgba(44, 56, 76, 0.85);
        color: #fff;
        font-size: 0.7em;
        font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue",sans-serif;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 2000;
        bottom: 125%;
        right: 130%;
        margin-left: -180px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        /*.fas.fa-question-circle .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;*/
            /* left: 50%; */
            /*margin-left: 0px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent rgba(44, 56, 76, 0.85) transparent;
        }*/

    .fas.fa-question-circle:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
.tooltip-bottom-150,
.tooltip-bottom-230,
.tooltip-bottom-280 {
    top: 0%;
}
.tooltip-bottom-150 {
    height: 150%;
}
.tooltip-bottom-230 {
    height: 230%;
}
.tooltip-bottom-280 {
    height: 280%;
}
.tooltip-bottom-350 {
    height: 350%;
}

/*START: Hide items in the widgets*/
div[class*="esri-print__author-info-container esri-print__form-section-container"],
div[class*="esri-print__copyright-info-container esri-print__form-section-container"],
div[class*="esri-print__legend-info-container esri-print__form-section-container"]
{
    display: none;
}
/*END: Hide items in the widgets*/

.logo {
    top: 14px;
    position: relative;
    left: 10px;
    max-height: 44px;
    float: left;
}

.heading {
    padding-left: 0.75rem;
    display: inline-block;
    margin: 14px 10px 0px 20px;
    float: left;
}

.logo-heading {
    float: left;
    padding: 0px 20px 0px 10px;
}

.esri-view-root {
    margin-left: 280px !important;
    transition: 0.3s;
}
    .esri-view-root.min {
        margin-left: 10px !important;
        transition: 0.3s;
    }

.esri-view .esri-view-surface--inset-outline:focus::after {
  outline: none !important;
}‍‍‍

div[aria-expanded="true"].esri-widget--button {
    background: #87AA3E;
    color: white;
    border: 1px solid;
    transition: 0.3s;
}
.esri-widget--button:hover {
    background: #C4D997;
    color: white;
    transition: 0.3s;
}

.side-icon-div {
    background: white;
    top: 65px;
    left: 0px;
    bottom: 0px;
    width: 268px;
    padding: 10px 6px;
    overflow: auto;
    text-align: center;
    position: absolute;
    z-index: 4;
    /*border-right: 1px solid #2C384C;*/
    box-shadow: 4px 0px 8px -2px #888888;
    transition: 0.3s;
}

    .side-icon-div.min {
        left: -270px;
        background: #2C384C;
        color: white;
        transition: 0.3s;
        overflow: hidden;
    }

    .side-icon-div h1 {
        font-size: 1.3em;
        font-weight: bold;
        margin: 10px 0px 2px 15px;
        text-align: left;
    }

    .side-icon-div hr {
        margin: 20px 10px 20px 10px
    }

    /*.side-icon-div .side_button {
        background: #2C384C;
        color: white;
        font-size: 12pt;
        height: 40px;
        width: 120px;
        display: inline;
        white-space: normal;
        line-height: 1.1em;
        transition: 0.2s;
    }

        .side-icon-div .side_button:hover {
            background-color: #C4D997;
            border: 1px solid white;
            color: white;
            cursor: pointer;
        }

    .side-icon-div #sideIconDiv-trmode .side_button {
        font-size: 11pt;
    }


    .side-icon-div .side_button#stratnet-btn,
    .side-icon-div .side_button#prioropport-btn,
    .side-icon-div .side_button#focarea-btn,
    .side-icon-div .side_button#all-subl-btn {
        width: 245px;
        transition: 0.5s;
    }

    .side-icon-div .side_button#restore-layers-btn {
        width: 245px;
        height: 25px;
        transition: 0.5s;*/
        /*background: #428FBF;*/
    /*}

    .side-icon-div .side_button.active {
        background: #87AA3E;
        border: 1px solid #fff;
        color: #fff;
        transition: 0.5s;
    }

        .side-icon-div .side_button.active:hover {
            background: #87AA3E;
            border: 1px solid #fff;
            color: #fff;
            cursor: default;
        }

    .side-icon-div .side_button:disabled {
        background-color: gray;
        border: 1px solid darkgray;
        color: black;
        transition: 0.5s;
    }

        .side-icon-div .side_button:disabled:hover {
            background-color: gray;
            border: 1px solid darkgray;
            cursor: not-allowed;
            transition: 0.5s;
        }*/

.splash-content .splashHelpButton {
    margin-left: 0px;
}
.splashHelpButton,
.splashHelpCloseButton {
    color: #fff;
    font-size: 11pt;
    font-weight: 500;
    height: 55px;
    width: 190px;
    display: inline;
    white-space: normal;
    vertical-align: top;
    margin-bottom: 20px;
    margin-left: 4px;
    transition: 0.2s;
    border: 0px solid red;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.08);
    cursor: pointer;
}
.splashHelpButton {
    background: #87AA3EDD;
}
.splashHelpButton:hover {
    background: #87AA3EFF;
}

.splashHelpCloseButton {
    background: red;
    text-align: center;
}
    .splashHelpCloseButton:hover {
        background: rgb(255, 125, 125);
    }

.side-icon-div input[type="button" i] {
    background: #E1ECCA;
    color: #556B25;
    font-size: 11pt;
    height: 40px;
    width: 120px;
    display: inline;
    white-space: normal;
    line-height: 1.1em;
    transition: 0.2s;
    border: 0px;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.08);
}

        .side-icon-div input[type="button" i]:hover {
            background-color: #C4D997;
            border: 0px solid white;
            color: white;
            cursor: pointer;
        }

    .side-icon-div #sideIconDiv-trmode input[type="button" i] {
        font-size: 11pt;
    }

    .side-icon-div input[type="button" i]#current-btn,
    .side-icon-div input[type="button" i]#shrttm-btn,
    .side-icon-div input[type="button" i]#medtm-btn,
    .side-icon-div input[type="button" i]#lngtm-btn {
        font-size: 11pt;
    }
    .side-icon-div input[type="button" i]#stratnet-btn,
    .side-icon-div input[type="button" i]#transSysAnalysis-btn,
    .side-icon-div input[type="button" i]#focarea-btn,
    .side-icon-div input[type="button" i]#roadingclass-btn,
    .side-icon-div input[type="button" i]#all-subl-btn {
        width: 245px;
        transition: 0.5s;
    }
    .side-icon-div input[type="button" i]#cycle-btn,
    .side-icon-div input[type="button" i]#pubtrans-btn {
        padding: 0px 10px;
    }

    .side-icon-div input[type="button" i]#restore-layers-btn {
        width: 245px;
        height: 25px;
        transition: 0.5s;
        /*background: #428FBF;*/
    }

    .side-icon-div input[type="button" i].active {
        background: #87AA3E;
        border: 0px solid #fff;
        color: #fff;
        transition: 0.5s;
        font-weight: bold;
    }

        .side-icon-div input[type="button" i].active:hover {
            background: #87AA3E;
            border: 0px solid #fff;
            color: #fff;
            cursor: default;
        }

    .side-icon-div input[type="button" i]:disabled {
        background-color: gray;
        border: 0px solid darkgray;
        color: black;
        transition: 0.5s;
    }

        .side-icon-div input[type="button" i]:disabled:hover {
            background-color: gray;
            border: 0px solid darkgray;
            cursor: not-allowed;
            transition: 0.5s;
        }

.side-icon-div-toggle {
    background: white;
    position: absolute;
    top: 40%;
    height: 24px;
    width: 12px;
    left: 280px;
    z-index: 15;
    border-top: 1px solid #888888;
    border-right: 0px solid #888888;
    border-bottom: 0px solid #888888;
    border-left: 0px solid white;
    box-shadow: 2px 2px 3px 0px #888888;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    transition: 0.3s;
    padding-left: 4px;
    padding-right: 2px;
}
    .side-icon-div-toggle:before {
        content: "\276C\276C";
        transition: 0.3s;
    }

    .side-icon-div-toggle.min {
        left: 10px;
        background: #2C384C;
        color: white;
        transition: 0.3s;
    }
        .side-icon-div-toggle.min:before {
            content: "\276D\276D";
        }

#legendDiv-envelope.legend-div-envelope {
    display: block;
    top: 65px;
    left: 335px;
    width: 70px;
    height: 25px;
    font-size: 0.8em;
    position: absolute;
    background: #87AA3E;
    color: #fff;
    border: 0px;
    border-radius: 0px 0px 5px 0px;
    padding: 7px 5px 0px 12px;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
    z-index: 500;
}
    #legendDiv-envelope.legend-div-envelope.min {
        /*right: 135px;*/
        border-radius: 0px 0px 5px 5px;
        background: #2C384C;
        color: white;
    }

        #legendDiv-envelope.legend-div-envelope.side-panel-min,
        #legendDiv-envelope.legend-div-envelope.min.side-panel-min {
            transition: 0.3s;
            left: 65px;
        }

        #legendDiv-envelope.legend-div-envelope:hover,
        #legendDiv-envelope.legend-div-envelope.min:hover {
            background: #C4D997;
        }
.legend-div-toggle {
    display: block;
    top: 0px;
    left: 10px;
    width: 70px;
    height: 25px;
    font-size: 0.9em;
    position: absolute;
    background: rgba(0,0,0,0);
    color: #fff;
    border: 0px;
    /*border-radius: 0px 0px 5px 0px;*/
    padding: 3px 5px 3px 8px;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
    z-index: 500;
}

.drop-down-caret::after {
    content: '\f0d7';
    font-family: FontAwesome;
    margin-left: 50px;
}

.drop-down-caret.collapsed::after {
    content: '\f0da';
    font-family: FontAwesome;
    margin-left: 50px;
}

.legendContent {
    display: block;
    top: 65px;
    left: 334px;
    /*max-height: 90%;*/
    /*min-width: 200px;*/
    /*width: 350px;*/
    font-size: 0.8em;
    position: absolute;
    background: white;
    border-top: 0px solid #888888;
    border-right: 0px solid #888888;
    border-bottom: 0px solid white;
    border-left: 1px solid #888888;
    box-shadow: 2px 2px 3px 0px #888888;
    border-radius: 0px 0px 5px 5px;
    padding: 30px 0px 3px;
    cursor: default;
    /*-webkit-transition: max-height 2s ease-in-out;
    -moz-transition: max-height 2s ease-in-out;
    -o-transition: max-height 2s ease-in-out;
    transition: max-height 2s ease-in-out;*/
    transition: 0.3s;
    opacity: 1;
    z-index: 499;
}
    .legendContent.side-panel-min,
    .legendContent.min.side-panel-min {
        transition: 0.3s;
        left: 65px;
    }

    .legendContent.min {
        display: none;
        max-height: 0px;
        /*width: 5px;*/
        opacity: 0;
    }

.layerNotice {
    /*display: inline-block;*/
    bottom: 24px;
    left: 290px;
    text-align: left;
    font-weight: bold;
    /*max-height: 90%;*/
    /*min-width: 200px;*/
    max-width: 50%;
    font-size: 0.8em;
    position: absolute;
    background: rgba(255,200,200,0.7);
    border-top: 0px solid #888888;
    border-right: 0px solid #888888;
    border-bottom: 0px solid white;
    border-left: 1px solid #888888;
    box-shadow: 2px 2px 3px 0px #888888;
    border-radius: 3px;
    padding: 3px 10px;
    cursor: default;
    transition: 0.3s;
    opacity: 1;
    z-index: 501;
}

    .layerNotice.min {
        height: 0px;
        width: 5px;
        opacity: 0;
        transition: 0.3s;
    }
    .layerNotice ul{
        margin: 0px;
        padding-left: 20px;
        font-size: 1em;
    }
    .layerNotice a{
        color: #550000;
        text-decoration: underline;
        font-size: 1em;
    }
    .layerNotice a:hover{
        color: #2C384C;
    }

    .layerNotice.side-panel-min{
        transition: 0.3s;
        left: 20px;
    }
    
.coreLogicImg{
    background: #fff;
    padding: 4px 10px 0px;
    box-shadow: 2px 2px 3px 0px #888888 !important;
    border-radius: 3px;
}
#coreLogicImg{
    max-height: 30px;
}

.layer_toggle_lbl {
    color: #87AA3E;
    font-size: 11pt;
    display: block;
    margin-top: 10px;
    padding-left: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    .layer_toggle_lbl.disabled {
        color: #CBCBCB;
        cursor: default;
        /* display: none; */
    }
/* Hide the browser's default checkbox */
    .layer_toggle_lbl input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 13px;
    height: 25px;
    width: 25px;
    background-color: #87AA3E;
}
    .checkmark.disabled {
        background-color: #CBCBCB;
        cursor: default;
    }
.layer_toggle_lbl input:checked ~ .checkmark {
    background-color: #87AA3E;
}
    .layer_toggle_lbl input:checked ~ .checkmark.disabled {
        background-color: #CBCBCB;
        cursor: default;
    }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.layer_toggle_lbl input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.layer_toggle_lbl .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="submit" i] {
    width: 120px;
    cursor: pointer;
    display: inline;
    margin-top: 20px;
}

.esri-view-height-small .esri-expand .esri-widget--panel {
    max-height: 520px !important;
}

.esri-icon-visible {
    content: "\e68d";
    color: forestgreen;
}

.esri-icon-non-visible {
    content: "\e68e";
    color: #bababa;
}

.esri-editor .esri-item-list__scroller {
    max-height: 350px;
}
.esri-ui .esri-feature-templates {
     width: auto; 
}
.esri-ui .esri-popup {
    z-index: 199;
}
.esri-item-list__group {
    padding: 0px 5px;
}
.esri-editor__header {
    height: 20px;
    border-bottom: 0px solid rgba(110,110,110,0.3);
}
.esri-editor__back-button {
    height: 20px;
    background: #87AA3E;
    margin-left: 10px;
}
    .esri-editor__back-button:hover {
        background: #C4D997;
    }
    .esri-editor__back-button .esri-icon-left {
        font-size: 15px;
    }
.button-div {
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    margin: 0 auto;
    padding: 3px;
    float: right;
    /*background: green;*/
}

.help-topic {
    /*    color: red;*/
    cursor: pointer;
    font-weight: bold;
    margin: 4px 10px;
    font-size: 1.2em;
}

    .help-topic:hover {
        text-decoration: underline;
        margin-left: 15px;
    }

.header-tool {
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    padding: 2px 15px;
}
    .header-tool .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 6px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        cursor: pointer;
    }
        .header-tool .dropbtn .dropbtn-title {
            padding-bottom: 4px;
        }
    .header-tool:hover, .dropbtn:hover {
        color: #C4D997;
        /*background-color: red;*/
    }
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #2C384C;
    width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 510;
    padding: 5px;
    margin-left: -227px;
}
    .dropdown-content a {
        /*display: block;*/
        float: none;
        /*color: #2C384C;*/
        padding: 12px 16px;
        text-decoration: none;
        text-align: left;
    }
        .dropdown-content a:hover {
            background-color: #ddd;
            transition-delay: 2s;
        }

.header-tool:hover .dropdown-content {
    display: block;
}
.help-topic-dropdown {
    color: white;
    text-align: left;
    padding: 5px 20px 5px 5px;
}

    .help-topic-dropdown:hover {
        /*text-decoration: underline;*/
        background: #C4D997;
    }

/*    .button-div .header-button {
        padding: 2px 15px;
        border: 1px solid #2C384C;
    }
    .button-div .header-tool {
        padding: 2px 15px;
        cursor: pointer;
        text-align: center;
    }
        .button-div .header-tool [class*="esri-icon"] {
            padding: 2px 0px;
            font-size: 25px;
        }
        .button-div .header-tool:hover {
            color: #C4D997;
        }
*/

input:active.header-button {
}

.layer-visible-text {
    float: right;
    margin: 20px 50px 0px 20px;
}

.esri-feature-form__form {
    display: flex;
    flex-direction: column;
    margin: 25px 20px 10px;
}

.editor-div {
    /*display: none;*/
}
    .editor-div .close,
    .feedbackDiv .close {
        z-index: 100;
        position: relative;
        width: 18px;
        height: 15px;
        float: left !important;
    }
        .editor-div .close:before, .editor-div .close:after,
        .feedbackDiv .close:before, .feedbackDiv .close:after {
            position: absolute;
            left: 8px;
            top: 2px;
            content: ' ';
            height: 10px;
            width: 2px;
            background-color: white;
        }

        .editor-div .close:before,
        .feedbackDiv .close:before {
            transform: rotate(45deg);
        }

        .editor-div .close:after,
        .feedbackDiv .close:after {
            transform: rotate(-45deg);
        }
    .editor-div h4 {
        font-size: 14px;
        display: none;
    }
    .editor-div .esri-widget, .editor-div ul {
        font-size: 11px;
    }
    .editor-div .esri-ui .esri-editor .esri-item-list__scroller {
        max-height: 290px;
    }
    .editor-div .esri-select {
        font-size: 12px;
    }
    .editor-div .layerNotice {
        top: 14px;
        bottom: 14px;
        left: 18px;
        right: 18px;
        text-align: center;
        font-weight: bold;
        font-size: 1em;
        position: absolute;
        background: rgba(255,200,200,1);
        border-top: 0px solid #888888;
        border-right: 0px solid #888888;
        border-bottom: 0px solid white;
        border-left: 0px solid #888888;
        box-shadow: 2px 2px 3px 0px #888888;
        border-radius: 0px;
        padding: 30px 10px;
        cursor: default;
        transition: 0.3s;
        opacity: 1;
        z-index: 50;
    }
    .editor-div.feedbackDiv {
        background: rgba(245,245,245,1);
        /*padding: 20px 10px;*/
        bottom: 30px;
        left: 295px;
        width: 300px;
        position: absolute;
        font-size: 11px;
        transition: 0.3s;
    }
        .editor-div.feedbackDiv.side-panel-min {
            left: 35px;
            transition: 0.3s;
        }

.formFeedbackSubmitMsg {
    color: #1ba301;
}
/*.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    text-align: center;
    padding-top: 10%;
    display: none;
}

    .splash .inner-splash {
        background-color: rgba(255,255,255,0.8);
        margin: 0 auto;
        width: 50%;
        height: 50%;
        padding: 20px;
    }*/
        @keyframes fadein {
            to {
                opacity: 1;
            }
        }

        .fade-in {
    opacity: 0;
    animation: fadein 1s ease-in forwards;
}

.animate {
    transition: 0.3s;
}

.link {
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
}
    .link:hover {
        color: #87AA3E;
    }

.linkintext {
    cursor: pointer;
    color: #550000;
    text-decoration: underline;
}
    .linkintext:hover {
        color: #2c384c;
    }

/* START: use WAB style for splash */
.jimu-widget-splash {
    font-size: 0.9em;
    opacity: 1;
    z-index: 990;
    transition: all 1000ms ease-in-out;
}
    .jimu-widget-splash .overlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0,0,0,0.5);
        z-index: 1000;
    }
    /*.jimu-widget-splash.hide {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 600ms, visibility 600ms;
        transition: opacity 600ms, visibility 600ms;
    }*/
.visuallyhidden {
    opacity: 0;
}

.hidden {
    display: none;
}

.envelope {
    /*max-height: 500px;
  max-width: 640px;*/
    position: absolute;
    width: 75%;
    height: 75%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    z-index: 1001;
}
    .envelope .agree-div {
        /*display: inline;*/
        z-index: 1002;
    }
        .envelope .agree-div #agree-div {
            padding-bottom: 10px;
        }
#cb_help_lbl {
    padding-bottom: 10px;
}
.splash-container {
    border: 1px solid rgba(255,255,255,0.6);
    /* background-color: rgb(72, 85, 102); */
    opacity: 1;
    color: white;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    display: inline-block;
    background-color: #485566;
    box-shadow: 0 0 4px rgba(160, 160, 160, 0.4);
    margin: auto;
    padding: 30px 50px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    transition: all 1000ms ease-in-out;
    max-width: 800px;
}

.splash-content {
    position: inherit;
    /*background: #9d720b;*/
    float: left;
    width: 520px;
    top: 30px;
    min-height: 40px;
    overflow-y: auto;
    font-size: 0.9375rem;
}
    .splash-content .p {
        line-height: 120px;
    }

.splash-logo {
    /*background: lightblue;*/ 
    margin-left: 520px;
    min-height: 40px;
    margin-top: 20px;
}
    .splash-logo .splash-logo-div img {
        min-height: 80px;
        max-height: 400px;
        min-width: 54px;
        margin: 20px;
    }
.splash-agree {
    position: inherit;
    /*background: red;*/
    width: 520px;
    height: 170px;
    margin: 0 auto;
    bottom: 30px;
}
.help-content-bold {
    font-weight: 600;
}
.help-content-italic {
    font-style:italic;
}
.help-content-paragraph {
    width: 480px;
    float: left;
    display: inline;
}
.help-content-image {
    width: 300px;
    display: inline;
    float: right;
}

.splashVersion {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 0.7em;
}
/*.splash-container hr {
    margin: 10px 5px 20px 5px;
}
    .splash-container .splashVersion {
        position: absolute;
        right: 20px;
        bottom: 10px;
        font-size: 0.7em;
    }
    .splash-container .general-help-div {
        border: 0px solid yellow;
        float: left;
        width: 600px;
        font-weight: 100;
    }
    .splash-container .splash-logo-div {
        border: 0px solid red;
        float: left;
        text-align: right;
        margin-left: 50px;
    }
        .splash-container .splash-logo-div img {
            height: 400px;
            margin-top: 20px;
        }*/
/*input.input-button {
    position: relative;
    display: inline;
    width: 120px;
    max-width: 100%;
    color: #4c4c4c;
    background-color: #fff;
    margin: 4px;
    padding: 10px 0 10px 0;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}*/
.spashHelpContainer {
    position: fixed;
    display: none;
    opacity: 1;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3); /* Black background with opacity */
    z-index: 1020; /* Specify a stack order in case you're using a different order for other elements */
    /*cursor: pointer;*/ /* Add a pointer on hover */
    margin: auto;
    padding: 50px 150px;
    transition: all 1000ms ease-in-out;
}
.spashHelpContent {
    opacity: 1;
    position: fixed;
    /*display: none;*/
    color: #fff;
    max-width: 870px;
    height: 80%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #485566;
    z-index: 1040; /* Specify a stack order in case you're using a different order for other elements */
    /*cursor: pointer;*/ /* Add a pointer on hover */
    margin: auto;
    padding: 20px;
    overflow-y: auto;
    transition: all 1000ms ease-in-out;
}
    .spashHelpContent .splashH1 {
        font-size: 2em;
        line-height: 1.25;
        font-weight: 400;
        margin-bottom: 12px;
    }
    .spashHelpContent .paragraph {
        font-size: 1.0em;
        font-weight: 100;
        margin: 12px 0 0 12px;
    }
    .spashHelpContent img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
/*input.helpTopicButton,
input#spashHelpContainerCloseBottom {
*/
input.helpTopicButton {
    width: 190px;
    height: 80px;
    display: inline;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    white-space: normal;
    word-wrap: break-word;
    cursor: pointer;
    background: #87AA3E;
    color: white;
    border: 0px;
    border-radius: 2px;
}

    input#helpTopicNextContent {
        left: 200px;
    }

        input.helpTopicButton:hover, 
        input#helpTopicPrevContent:hover,
        input#helpTopicNextContent:hover {
            background: #C4D997;
        }
/*input#spashHelpContainerCloseBottom {
    left: 5px;
    background: red;
    opacity: 0.3;
    height: 55px;
    width: 150px;
}
input#spashHelpContainerCloseBottom:hover {
    opacity: 1;
    font-weight: bold;
}*/

.imageCaption {
    display: block;
    font-style: italic;
    font-size: 0.8em;
    margin-bottom: 20px;
    margin-left: 20px;
}
.helpNote {
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
}

.esri-ui-bottom-right.esri-ui-corner {
    bottom: 25px;
    right: 0px;
}

#measureToolbarDiv {
    /*position: absolute;
    top: 15px;
    right: 15px;
    cursor: default;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;*/
}

.esri-widget--button {
    border: 0px;
}

    .esri-widget--button.active,
    .esri-widget--button.active:hover {
        cursor: default;
        background-color: #87AA3E;
        color: #fff;
    }

    .esri-widget--button.active path,
    .esri-widget--button.active:hover path {
        fill: #87AA3E;
        color: #fff;
    }
.esri-measure__section {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    padding: 6px 7px;
    background: #fff;
}

.close {
    /* background-color: red; */
    border: 0px solid green;
    position: relative;
    float: right;
    cursor: pointer;
    width: 40px;
    height: 32px;
    z-index: 1060;
    border-radius: 2px;
    transition: .1s;
}

    .close:hover {
        transform: rotate(90deg);
    }

    .close:before, .close:after {
        position: absolute;
        left: 18px;
        top: 4px;
        content: ' ';
        height: 24px;
        width: 4px;
        background-color: white;
    }

    .close:before {
        transform: rotate(45deg);
    }

    .close:after {
        transform: rotate(-45deg);
    }

/* END: use WAB style for splash */

/* START FAQ styles */
/*dl.faq button {
    color: white;
    margin: 0;
    padding: 0;
    margin-top: 4px;
    font-weight: bold;
    font-size: 1em;
    border: thin solid transparent;
    background-color: transparent;
    padding-left: 0.125em;
}

dl dd {
    margin: 0;
    padding: 0;
    background-color: white;
}

dl.faq .desc {
    margin: 0;
    padding: 0.5em;
    font-size: 110%;
    display: none;
    border-bottom: 2px solid white;
}

dl.faq .paragraph {
    color: #2C384C;
    display: block;
    margin: 14px 10px;
}

dl.faq img {
    display: block;
    margin: 0px 10px;
    border: 2px solid #1C3C52;
    border-radius: 2px;
}*/
/*dl.faq button:hover,
dl.faq button:focus {
    color: #408FBE;
}*/
/*dl.faq button:focus {
    border-color: #630;
}*/
/*dl.faq button:hover {
    color: #408FBE;
    text-decoration: underline;
    cursor: pointer;
}
dl.faq button:focus {
    border: 0px;
}
dl.faq button:active {
    background-color: #bbb;
}

dl.faq button[aria-expanded="false"]::before {
    content: url('../images/right-arrow-brown.png');
    padding-right: 0.35em;
}

dl.faq button[aria-expanded="true"]::before {
    content: url('../images/down-arrow-brown.png');
    padding-right: 0.35em;
}*/
/* END FAQ styles */
a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.hide {
    /*background-color: darkblue;*/
    color: white;
    line-height: 12px;
    margin-bottom: 4px;
    padding: 10px;
    display: block;
    /*border-radius: 4px;*/
}

a.show {
    /*background-color: darkblue;*/
    color: white;
    line-height: 12px;
    margin-bottom: 4px;
    padding: 10px;
    /*border-radius: 4px;*/
}

.details,
.show,
.hide:target {
    display: none;
    margin-bottom: 14px;
}

.hide:target + .show,
.hide:target ~ .details {
    display: block;
    margin-bottom: 14px;
}

.waiting-icon {
    max-width: 50px;
    z-index: 190;
    position: absolute;
    left: 55%;
    top: 45%;
    opacity: 1;
    transition: all 1s;
    pointer-events: none;
}
.waiting-icon.side-panel-min{
    left: 50%;
    top: 50%;
}
.hidden {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}