﻿html, body, form {
    position: absolute;
    height: 100%;
    height: -webkit-fill-available;
    height: fill-available;
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------Layer trans sliders--------------------------------------------------*/
.layerSlider {
    padding-bottom: 8px;
    margin-left: 28px;
    margin-right: 10px;
    width: auto;
}

.ui-slider-handle {
    margin-top: -3px;
    min-width: 16px;
    width: auto !important;
    text-align: center;
}

.map-slider-handle {
    margin-top: -4px !important;
    min-width: 12px !important;
    width: auto !important;
    text-align: center !important;
}

/*--------------------------------------------------Map Content--------------------------------------------------*/
.wrapperDIV {
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.containerDIV {
    width: 100%;
    /*    max-width: 1200px;*/
    display: block;
    clear: both;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
}

#mapDIV {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 340px;
    right: 0px;
    background-color: rgba(127, 127, 127, 0.2);
    border-top: solid 1px #FFFFFF
}

#TABDIV {
    position: absolute;
    left: 1px;
    top: 42%;
    width: 23px;
    height: 48px;
    cursor: pointer;
    box-shadow: 3px 2px 5px #aaa;
    border-radius: 0 8px 8px 0;
    background: radial-gradient(100% 375.39% at 4.46% 100%,#a00134 0%,#6a0123 100%) no-repeat;
    z-index: 2;
}

    #TABDIV:hover {
        box-shadow: 0 10px 30px 0 rgba(157,40,40,0.35);
        background: radial-gradient(100% 375.39% at 4.46% 100%,#c80241 0%,#8b012d 100%);
        color: #ffffff;
    }

    #TABDIV:active {
        background: #FD0;
        color: #12100B !important;
        box-shadow: none;
        outline: 3px solid #12100B;
    }

#expColImg {
    width: 100%;
    margin-top: 13px;
}

#CopyrightDIV {
    position: absolute;
    bottom: 2px;
    right: 50px;
    height: auto;
    font-size: x-small;
    font-family: Arial;
    background-color: transparent;
    color: #000000;
}

#custom-basemap-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}
/*-------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------Disclaimer-------------------------------------------*/
.disclaimerPanel {
    position: absolute;
    height: -webkit-fill-available;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    display: none;
    font-family: 'Open-Sans', sans-serif;
    font-weight: normal;
    color: #333;
    font-size: 11pt;
    padding: 9px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 5555;
}

.WCCButtonGreen {
    background: #830d28;
    color: white !important;
    margin-left: 0px;
    background-color: #00532E;
    box-shadow: 0 3px 0 #327557;
    text-shadow: none;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    border: 0;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    min-width: 80px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0;
    user-select: none;
    filter: none;
    font-family: 'Open-Sans', sans-serif;
}
/*-------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------Helpful Links----------------------------------------*/
.helpfullinksPanel {
    position: absolute;
    height: auto;
    border: 1px solid #dddddd;
    background-color: rgb(251, 251, 251);
    display: none;
    font-family: 'Open-Sans', sans-serif;
    font-weight: normal;
    color: #333;
    font-size: 11pt;
    padding: 9px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 5555;
    right: 0;
    text-align: center;
    border-bottom-left-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/*-------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------Header--------------------------------------------*/
.wccHeader {
    background-color: #333333;
    width: 100%;
    height: 30px;
    font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    color: white;
}

.site-header {
    color: #ffffff;
    text-decoration: none;
}

.site-header-mobile {
    color: #0000EE;
}

    .site-header-mobile:visited {
        color: #551A8B;
    }

        .site-header-mobile:link:active, .site-header-mobile:visited:active {
            color: #FF0000;
        }

.WCClink {
    padding-top: 7px;
    margin-left: 10px;
    float: left;
}

    .WCClink:hover {
        text-decoration: underline;
    }

.skiptranslate iframe {
    visibility: hidden !important;
}

body {
    top: 0 !important;
}

.goog-te-gadget-simple {
    float: right;
    border: 0 !important;
    font-size: 10pt;
    font-weight: 400;
    display: inline-block;
    margin-top: 5px !important;
    cursor: pointer;
    border-radius: 2px;
    zoom: 1;
}

    .goog-te-gadget-simple span {
        color: #3e3065 !important;
    }

.helpfullinkText {
    float: right;
    padding-right: 10px;
    font-family: 'Open-Sans', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    display: none;
}

.glossaryText {
    float: right;
    padding-top: 6px;
    padding-right: 5px;
    font-family: 'Open-Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
}

    .glossaryText:hover {
        text-decoration: underline;
    }

.disclaimerText {
    float: right;
    padding-top: 6px;
    padding-right: 5px;
    font-family: 'Open-Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
}

    .disclaimerText:hover {
        text-decoration: underline;
    }

.habitatmeasuresText {
    float: right;
    padding-top: 6px;
    padding-right: 5px;
    font-family: 'Open-Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
}

    .habitatmeasuresText:hover {
        text-decoration: underline;
    }

.speciesmeasuresText {
    float: right;
    padding-top: 6px;
    padding-right: 5px;
    font-family: 'Open-Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
}

    .speciesmeasuresText:hover {
        text-decoration: underline;
    }

.inbetweenText {
    float: right;
    padding-top: 6px;
    padding-right: 5px;
    font-family: 'Open-Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
}
/*-------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------Table of Contents ------------------------------------------*/
#TOCDIV {
    position: absolute;
    top: 0px;
    bottom: 0px;
    /*left: 20px;*/
    left: 0px;
    width: 340px;
    background-color: #fff;
    display: block;
    z-index: 5555;
    font-family: 'Open-Sans', sans-serif;
    font-weight: normal;
    line-height: 1.43;
    color: #333;
    font-size: 11pt;
    box-shadow: 0 0 15px rgba(0,0,0,0.75);
    clip-path: inset(0px -15px 0px 0px);
}

#TitleDIV {
    height: 70px;
    background: radial-gradient(90% 183.12% at 95.47% 10%,rgba(151,71,255,0.2) 0%,rgba(0,0,0,0) 100%),#201737;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    border-top: 1px solid rgba(51, 51, 51, 1);
    text-shadow: 1px 1px 2px rgba(000,000,000,0.7), 0px 1px 0px rgba(255,255,255,0.4);
    font-size: 1vw;
}

#TitleDIVLink {
    text-decoration-line: none;
}

    #TitleDIVLink:hover {
        text-decoration-line: underline;
    }

#MediaMatchTitleDIV {
    display: none;
    height: 70px;
    color: white;
    text-align: left;
    font-size: 2vw;
    border-top: 1px solid rgba(221, 221, 221, 1);
    background-color: #333333;
}

#MenuContainerDIV {
    position: absolute;
    bottom: 40px;
    top: 70px;
    width: 340px;
    overflow-y: auto;
}

.TOCTabs {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 20px;
    cursor: pointer;
    border-top: 1px solid rgba(221, 221, 221, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    background: radial-gradient(100% 375.39% at 4.46% 100%,#a00134 0%,#6a0123 100%);
    color: #ffffff;
}

    .TOCTabs:hover {
        background: #3F4951;
        text-decoration-line: underline;
    }

    .TOCTabs:active {
        background: #FD0;
        color: #12100B !important;
        box-shadow: none;
    }

.MenuUL {
    position: relative;
    list-style: none;
    direction: rtl;
    margin: auto;
}

.MenuLILayerList::before {
    content: '▶';
    position: absolute;
    right: 0;
    transform: translateY(-25%) rotate(-150deg);
}

.MenuLIAddress::before {
    content: '▶';
    position: absolute;
    right: 0;
}

.MenuLIMeasure::before {
    content: '▶';
    position: absolute;
    right: 0;
}

.MenuLIExport::before {
    content: '▶';
    position: absolute;
    right: 0;
}

.MenuLIQuery::before {
    content: '▶';
    position: absolute;
    right: 0;
}

.MenuLI::before {
    content: '▶';
    position: absolute;
    right: 0;
}

#TOCLayers {
    display: block;
}

.TOCLayer {
    background-color: #FFFFFF;
    margin: 20px;
    font-size: 10pt;
}

.hoverlayerDIV:hover {
    background-color: #f3f3f3;
}

#custom-layer-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

#layerInputID::-webkit-search-cancel-button {
    cursor: pointer;
}

.layers-btn {
    cursor: pointer;
    background: radial-gradient(100% 375.39% at 4.46% 100%,#a00134 0%,#6a0123 100%);
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    display: inline-block;
    font: 700 13px/16px "Lato",Helvetica,Arial,sans-serif;
}

    .layers-btn:hover {
        box-shadow: 0 10px 30px 0 rgba(157,40,40,0.35);
        background: radial-gradient(100% 375.39% at 4.46% 100%,#c80241 0%,#8b012d 100%);
    }

    .layers-btn:active {
        background: #FD0;
        color: #12100B !important;
        box-shadow: none;
        outline: 3px solid #12100B;
    }

.TOCAddress {
    display: none;
    background-color: #FFFFFF;
    margin: 20px;
}

.TOCAddressFieldsInput {
    width: 100%;
}

.TOCMeasure {
    display: none;
    background-color: #FFFFFF;
    margin: 20px;
}

.TOCQuery {
    display: none;
    background-color: #FFFFFF;
    margin: 20px;
}

.TOCExport {
    display: none;
    background-color: #FFFFFF;
    margin: 20px;
}

.lGroupLastItem {
    box-shadow: -25px -7px 0px 7px #fff;
}

.treeWhiteout {
    box-shadow: -5px 0px #fff;
}

.treeWhiteoutDIV {
    box-shadow: -2px -9px 0px 9px #fff;
    clip-path: inset(-19px 99% 0px -3px);
}

.treeWhiteoutDIVgroup {
    box-shadow: -2px -11px 0px 11px #fff;
    clip-path: inset(-20px 99% -1px -3px);
}

/*----------------------------------------------------Export-------------------------------------*/

.exportPolyIcon {
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.export-btn {
    cursor: pointer;
    background: radial-gradient(100% 375.39% at 4.46% 100%,#a00134 0%,#6a0123 100%);
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    display: inline-block;
    font: 700 13px/16px "Lato",Helvetica,Arial,sans-serif;
    float: left;
}

    .export-btn:hover {
        box-shadow: 0 10px 30px 0 rgba(157,40,40,0.35);
        background: radial-gradient(100% 375.39% at 4.46% 100%,#c80241 0%,#8b012d 100%);
    }

    .export-btn:active {
        background: #FD0;
        color: #12100B !important;
        box-shadow: none;
        outline: 3px solid #12100B;
    }
/*----------------------------------------------------Address Search-------------------------------------*/
.address-btn {
    cursor: pointer;
    background: radial-gradient(100% 375.39% at 4.46% 100%,#a00134 0%,#6a0123 100%);
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    display: inline-block;
    font: 700 13px/16px "Lato",Helvetica,Arial,sans-serif;
}

    .address-btn:hover {
        box-shadow: 0 10px 30px 0 rgba(157,40,40,0.35);
        background: radial-gradient(100% 375.39% at 4.46% 100%,#c80241 0%,#8b012d 100%);
    }

    .address-btn:active {
        background: #FD0;
        color: #12100B !important;
        box-shadow: none;
        outline: 3px solid #12100B;
    }



.AddreContent {
    width: 100%;
    height: 200px;
    font-size: 15px;
    overflow-y: auto;
    border: solid 1px #000000;
}

.AddressList:hover {
    text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------Measurement------------------------------------------*/
#toolbarDiv {
    margin: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.esri-icon-measure-line:before {
    font-size: 25px;
}

.esri-icon-measure-area:before {
    font-size: 25px;
}

.esri-icon-trash:before {
    font-size: 25px;
}

/*-------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------Query Filter---------------------------------------*/
.queryButtons:hover {
    background-color: #ededed;
}

.queryButtons:active {
    background-color: #007fff;
    color: #fff;
}

.queryButtons {
    border: 1px solid #CCC;
    background: #f6f6f6;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor: pointer;
    text-align: center;
    font-size: 8pt;
    width: 27px;
    height: 27px;
    margin: 0px 2px 2px 0px;
}

.queryButtonText {
    margin-top: 7px;
}

.queryButtonTextL {
    margin-top: 5px;
    font-size: 10pt;
}
/*-------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------wccFooter------------------------------------------*/
.wccFooter {
    background-color: #333333;
    width: 340px;
    height: 35px;
    font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 20pt;
    line-height: 1.43;
    color: white;
    bottom: 0px;
    position: absolute;
}

#SocialMediaDIV {
    text-align: center;
    height: 100%;
    width: 100%;
}
/*-------------------------------------------------------------------------------------------------------*/

#GreyBackdrop {
    display: none;
    position: absolute;
    background-color: #000000;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    z-index: 1;
}


@media only screen and (max-width: 1968px) {
    .wccHeader {
        height: 30px;
        font-size: 12pt;
    }

    .inbetweenText {
        padding-top: 6px;
    }


    .WCClink {
        padding-top: 7px;
    }
}

@media screen and (orientation: portrait) and (max-width: 440px) {
    #mapDIV {
        width: 100%;
    }

    #GreyBackdrop {
        display: block;
    }

    .TOCLayer {
        margin: 0;
        padding: 20px;
    }

    .TOCAddress {
        margin: 0;
        margin: 0;
        padding: 20px;
    }

    #MenuContainerDIV {
        width: 100%;
    }

    .wccFooter {
        width: 100%;
    }

    #CopyrightDIV {
        display: none;
    }

    .esri-view-width-xsmall .esri-popup--is-docked-top-center .esri-popup__main-container, .esri-view-width-xsmall .esri-popup--is-docked-bottom-center .esri-popup__main-container {
        max-height: 50% !important;
    }

    .esri-view-width-xsmall .esri-expand--auto .esri-expand__container--expanded {
        height: 510px;
        top: 40px;
    }
}

@media screen and (orientation: landscape) and (max-height: 440px) {
    #mapDIV {
        width: 100%;
    }

    #MenuContainerDIV {
        width: 100%;
    }

    .wccFooter {
        width: 100%;
    }

    #CopyrightDIV {
        display: none;
    }

    .esri-ui-top-left .esri-expand__content, .esri-ui-top-right .esri-expand__content {
        top: -120px;
    }

    #GreyBackdrop {
        display: block;
    }
}
