﻿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;
}


/*--------------------------------------------------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: 5557;
}

.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;
    }

.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;
    }

/*-------------------------------------------------------------------------------------------------------*/

.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: 0px;
    right: 0px;
    background-color: rgba(127, 127, 127, 0.2);
    border-top: solid 1px #FFFFFF
}

.copyrightText {
    position: absolute;
    right: 10px;
    width: auto;
    bottom: 2px;
    z-index: 55;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #444;
}

.logoLarge{
    display: block;
}
.logoSmall {
    display: none;
}

.site-header, a:hover {
    color: #ffffff;
    text-decoration: none;
}

#loadingDIV {
    position: absolute;
    right: 10px;
    width: auto;
    bottom: 7px;
    z-index: 80;
    display: none;
}
#tocDIV {
    position: absolute;
    top: 0px;
    bottom: 37px;
    /*left: 20px;*/
    left: 0px;
    width: 325px;
    border-left: 1px solid #dddddd;
    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;
    padding: 6px;
    box-shadow: 0 0 15px rgba(0,0,0,0.75);
    clip-path: inset(0px -15px 0px 0px);
}
#tabDIV {
    position: absolute;
    top: 42%;
    width: 23px;
    height: 48px;
    z-index: 5556;
    cursor: pointer;
    border-left: 1px solid #D4D4D4;
    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;
    display:none;
}

#searchDiv {
    width: 315px;
    background-color: #8F3A48;
    height: auto;
    color: #fff;
    padding: 5px;
}
#resultsDiv {
    width: 315px;
    bottom:0px;
    top:190px;
    background-color: #fff;
    position: absolute;
    color: #000;
    padding: 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

#greyoutDIV {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    right:0px;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
    display: none;
    z-index: 599;
}

.h2h-rounded-corners {
    border-radius: 15px;
    padding: 5px;
    cursor: pointer;
}
.h2h-rounded-corners2 {
    border-radius: 15px;
    padding: 2px;
    cursor: pointer;
    margin-left: 3px;
    background-color: white;
    color: #191a30;
    width: 100px;
    display:none;
}
.h2h-go-button {
    background-color: #191a30;
    color: white;
    width: 200px;
}
.h2h-white-button {
    background-color: white;
    color: #191a30;
    width:80px;
}
.Heading1 {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 2px;
    margin-bottom: 2px;
}
.searchLabel {
    font-size: 14px;
}
.searchDistLabel {
    margin-left: 50px;
}
.searchInput {
    font-size: 14px;
    width: 305px;
    margin-bottom:2px;
}
.PCInput {
    font-size: 14px;
    width: 85px;
    margin-bottom: 2px;
}
.searchDDL {
    font-size: 14px;
    width: 205px;
    margin-bottom: 2px;
    height:22px;
}
.distSearchDDL {
    font-size: 14px;
    width: 206px;
    margin-bottom: 2px;
    margin-left: 10px;
    height: 22px;
}
#expColImg {
    width: 100%;
    margin-top: 13px;
}
#mailCoverDIV {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 68px;
    padding-left: 92px;
    z-index: 99;
    display: none;
    background-color: rgba(255, 255, 255, 0.6);
}
.typeOptions {
    background-color: #fff;
    width: 315px;
    height: auto;
    display: none;
    font-family: 'Open-Sans', sans-serif;
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
    padding-bottom: 40px;
}
.Heading3 {
    font-size: 18px;
    line-height: 1.11;
    font-weight: bold;
    margin-left: 10px;
    padding-top:10px;
    padding-bottom:5px;
    width:295px;
    text-align:left;
}
.Heading4 {
    font-size: 14px;
    line-height: 1.11;
    font-weight: bold;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 295px;
    text-align: left;
}
.Text_blue {
    color: #fff;
    background-color: #2980b9;
    border-radius: 7px;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    display: inline-block !important;
    vertical-align: top !important;
    cursor:pointer;
}
.iOffest {
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    font-size: 9pt;
    margin-top:1px;
}
.infoStyle{
    padding:10px;

}
.dijitTooltipDialog {
    width: auto !important;
    height: auto !important;
    max-width: 300px;
    word-wrap: break-word;
}
.esriPopupWrapper {
    width: auto !important;
    height: auto !important;
    max-width: 300px;
    word-wrap: break-word;
    background-color: #fff !important;
    font: normal normal normal 10pt Helvetica;
}
.contentPane {
    background-color: #fff !important;
    -webkit-border-radius: 7px 7px 0px 0px !important;
}
.actionsPane {
    background-color: #fff !important;
    -webkit-border-radius: 0px 0px 7px 7px !important;
}
.pointer.top {
    background: #fff !important;
}
.dijitTooltipContainer {
    background-color: #fff !important;
    border: none !important;
    border-radius: 7px;
    padding: 5px;
    box-shadow: 4px 4px 6px #aaa;
}
.popupOrg{
    font-size:11pt;
    font-weight:bold;
    margin-bottom:6px;
}
.popupIconDiv {
    float:left;
    margin-right:8px;
}
.popupDescDiv{
    float:left;
    text-align:left;
}
.popupItem {
    clear: both;
    display:block;
    margin-bottom:2px;
}
.itemLink, .itemLink:link, .itemLink:visited {
    color: #812534 !important;
    text-decoration: none;
    vertical-align: text-top;
}
.itemLink:hover {
    text-decoration: underline;
}
.resultDesc {
    margin-bottom: 5px;
}
.resultMessage {
    margin-bottom: 5px;
    font-weight:bold;
}
.h2h-pink-button {
    margin-top: 4px;
    font-size: 12pt;
    background-color: #8F3A48;
    width: 160px;
    color: white;
    padding: 3px 10px 3px 10px;
    height: 36px;
    cursor: pointer;
}
.h2h-directions-button {
    margin-top: 4px;
    font-size: 12pt;
    background-color: #8F3A48;
    width: 100px;
    color: white;
    padding: 3px 10px 3px 10px;
    height: 36px;
    cursor: pointer;
    margin-left: 20px;
}
.h2h-countywide-button {
    margin-top: 4px;
    font-size: 12pt;
    background-color: #8D2B63;
    width: 100px;
    color: white;
    padding: 3px 10px 3px 6px;
    height: 36px;
    cursor: pointer;
    margin-left: 20px;
}
.OSInline {
    vertical-align: initial;
    display: inline-block;
}
.h2h-typesummary-left-col {
    float: left;
}
.serviceIncludes {
    width: 270px;
    padding-left: 30px;
}
.pcErrorDiv{
    display:none;
    background-color:#fff;
    color:#f00;
    text-align:center;
    width:312px;
}
.tocElement {
    pointer-events: none;
}
.moreDetails * {
    pointer-events: none;
}
li {
    margin-left:6px;
}
.loc_gps {
    top: 20px;
    right: 70px;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 55;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #000;
    background-color: #fff;
    box-shadow: 2px 2px 8px #888;
    border-radius: 3px;
}
.zoomLocateButton {
    width: 20px !important;
    height: 20px !important;
}

.loc-key {
    width: auto;
    height: 85px;
    background-color: #FFFFFF;
    border: 1px solid #000;
    box-shadow: 2px 2px 8px #888;
}

.esriSimpleSliderVertical .esriSimpleSliderDecrementButton {
    border-top: solid 1px #000;
}
.icon-ui-key {
    background-image: url('../images/Key-NoBG.png');
    background-size: cover;
}
.icon-ui-key:hover {
    background-color: #f4f4f4;
}

/*----------------------------------------------------Popup----------------------------------------------*/
.esri-popup__footer {
    display: none;
}
.esri-popup__header {
    display: none;
}
.esri-popup__content {
    margin: 8px 12px 8px;
    overflow: hidden;
    line-height: inherit;
}
.content-container {
    padding-bottom: 3px;
}
.content-wrapper {
    padding-bottom: 3px;
}

.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-height: 450px !important;
    max-width: 300px !important;
}

/*----------------------------------------------------wccFooter------------------------------------------*/
.wccFooter {
    background-color: #333333;
    width: 325px;
    height: 25px;
    font-family: "Open-Sans", sans-serif;
    font-size: 11pt;
    font-weight: normal;
    line-height: 1.43;
    color: white;
    bottom: 0px;
    position: absolute;
    left: 0px;
    padding: 6px;
    border-left: 1px solid #333333;
    box-shadow: 0 0 15px rgba(0,0,0,0.75);
    clip-path: inset(0px -15px 0px 0px);
    z-index: 5555;
}

#SocialMediaDIV {
    text-align: center;
    height: 100%;
    width: 100%;
}
/*-------------------------------------------------------------------------------------------------------*/