﻿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;
}

/*--------------------------------------------------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: 20px;
    right: 20px;*/
    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: 1;
}

    #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;
    left: 10px;
    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;
}
/*-------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------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;
}

.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;
    }

.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;
    }

/*-------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------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: 10%;
    color: white;
    text-align: left;
    font-size: 3vw;
    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;
}

.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;
}

.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;
}
.GroupArrowUL{
    margin-top:0px;
    margin-bottom:10px;
}
.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);
}
/*-------------------------------------------------------------------------------------------------------*/

.habsKeyDIVclass {
    cursor: pointer;
    background: radial-gradient(100% 375.39% at 4.46% 100%,#a00134 0%,#6a0123 100%);
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 20px;
    border: none;
    display: inline-block;
    font: 700 13px/16px "Lato",Helvetica,Arial,sans-serif;
    margin-bottom:8px;
}
.habsKeyDIVclass:hover {
    box-shadow: 0 5px 15px 0 rgba(157,40,40,0.35);
    background: radial-gradient(100% 375.39% at 4.46% 100%,#c80241 0%,#8b012d 100%);
}

.habsKeyDIVclass:active {
    background: #FD0;
    color: #12100B !important;
    box-shadow: none;
    outline: 3px solid #12100B;
}
.MenuLIHabLeg::before {
    content: '▶';
    position: absolute;
    right: 0;
}
.contactGreyout {
    display: none;
    background-color: #000000;
    filter: alpha(opacity=50); /*older IE*/
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5; /*older Mozilla*/
    -ms-filter: "alpha(opacity=50)";
    opacity: 0.5;
    -khtml-opacity: 0.5; /*older Safari*/
    z-index: 9998;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    vertical-align: middle;
}

.contactInner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 440px;
    width: 380px;
    z-index: 9999;
    margin-top: -220px;
    margin-left: -190px;
    float: left;
    font-family: Arial;
    font-size: 10pt;
}
.contactTitle {
    font-weight: bold;
    padding-top: 4px;
    margin-bottom: -4px;
}
.contactContent {
    position: absolute;
    right: 15px;
    top: 0px;
    width: 340px;
    height: auto;
    border: 1px solid #808080;
    padding: 4px;
    background-color: #eeeeee;
    box-shadow: 3px 2px 5px #444;
    border-radius: 8px;
}
/*----------------------------------------------------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 {
    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;
}
/*-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------WHI Specific------------------------------------------*/
/*.esri-popup__main-container {
    width: 582px !important;
}*/
.esri-popup__main-container {
    max-height: 350px !important;
}
.action-bar-container {
    border-top: 1px solid #ccc !important;
}
.viewButtons {
    width: 96px;
    height: 22px;
}
.tableHTMLclass {
    display: none;
}
.listHTMLclass {
    display: none;
}
/*-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------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%;
}
/*-------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1968px) {
    .wccHeader {
        height: 30px;
        font-size: 12pt;
    }
    .disclaimerText {
        padding-top: 6px;
    }

    .WCClink {
        padding-top: 7px;
    }

}

@media screen and (orientation: portrait) and (max-width: 413px) {

    #mapDIV {
        width: 100%;
        left: 0;
    }

    #TOCDIV {
        width: 100%;
    }

    .TOCLayer {
        margin: 0;
        padding: 20px;
    }
    .TOCAddress {
        margin: 0;
        margin: 0;
        padding: 20px;
    }
    #TitleDIV {

        display: none;
    }

    #MediaMatchTitleDIV {
        display: block;
    }
    #MenuContainerDIV {
        width: 100%;
    }
    .wccFooter {
        width: 100%;
    }

    #TABDIV {
        display: none;
    }

    #CopyrightDIV {
        display: none;
    }
}

@media screen and (orientation: landscape) and (max-width: 413px) {

    #mapDIV {
        width: 100%;
        left: 0;
    }

    #TOCDIV {
        width: 100%;
    }

    #TitleDIV {
        display: none;
    }

    #MediaMatchTitleDIV {
        display: block;
        font-size: 2vw;
    }

    #MenuContainerDIV {
        width: 100%;
        top: 40px;
    }

    .wccFooter {
        width: 100%;
    }

    #TABDIV {
        display: none;
    }

    #CopyrightDIV {
        display: none;
    }
}
