/* Minification failed. Returning unminified contents.
(722,216): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*Notification Message*/
.notificationArea {
    display: none;
    padding: 15px 5px;
}

.notificationImage {
    margin: auto 10px;
    float: left;
}

#divNotificationButtons {
    display: block;
    padding: 5px 15px;
    text-align: right;
}

/*Home Page*/
.selection {
    padding-bottom: 5px;
    padding-top: 5px;
}

.loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .4 ) 50% 50% no-repeat;
}

body {
    min-width: 880px;
}

    body.spinner {
        overflow: hidden;
    }

        body.spinner .loading {
            display: block;
        }

.minWidth {
    min-width: 800px !important;
}

#divMainContent {
    display: table;
    table-layout: fixed;
}

    #divMainContent > div {
        display: table-cell;
        vertical-align: top;
    }

.address {
    width: 90%;
}

.map-layers-list {
    list-style-type: none;
    padding: 0;
}

    .map-layers-list li {
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px;
    }

.createDate {
    margin: 5px 5px 10px 5px;
}

.container {
    width: auto;
}

.defaultText {
    font-style: italic;
    color: gray;
}

/* Side Menu */
/*#divSelection div
{
	margin: 3px 0;
}*/

#divOuterSelection {
    border: 1px solid #DBDBDE;
    border-left-width: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#divToggleSelection {
    background-color: #F8F8F9;
    width: 20px;
    height: auto;
    float: right;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 400px;
    background: -moz-linear-gradient(left, #F8F8F8 0, #FBFBFC 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#F8F8F8), color-stop(100%,#FBFBFC)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #F8F8F8 0,#FBFBFC 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #F8F8F8 0,#FBFBFC 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #F8F8F8 0,#FBFBFC 100%); /* IE10+ */
    background: linear-gradient(to right, #F8F8F8 0,#FBFBFC 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F8F8', endColorstr='#FBFBFC',GradientType=1 ); /* IE6-9 */
    cursor: hand;
    cursor: pointer;
}

#divMapChart {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

#divSelection {
    width: 249px;
    float: left;
}

#divToggleSelection {
    vertical-align: top;
}

.mainDefaultHeight {
    min-height: 400px !important;
}

.tabContents {
    min-height: 330px;
}

.sideBarArrow {
    margin-left: 3px;
    width: 12px;
}

.sideBarText {
    margin: 23px 0 20px 4px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.centerText {
    text-align: center;
}

/* Kendo Extended */

#DataVizTabs {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.k-content[role=tabpanel] {
    min-height: 350px;
}


.k-grid-toolbar {
    text-align: right;
}

/*.k-tooltip
{
	white-space: nowrap;
}*/

div[id^=divNote] table td {
    border: 1px solid #A6AFBE;
}

/*Notes*/
.noteCrtieriaLabel {
    margin-left: 15px;
    margin-right: 50px;
    font-weight: bold;
    display: inline-block;
    width: 90px;
}

div[id^=divNote] a:link {
    color: #0000FF !important;
}

div[id^=divNote] a:visited {
    color: #0000FF !important;
}

/*Table*/
#divTableControls {
    float: right;
    padding: 5px;
    margin: 5px;
}

/* Header & Footer */
#HeaderTitle {
    color: white;
    font-family: "Times New Roman";
    font-size: 18pt;
    text-shadow: 1px 1px 1px black;
    filter: dropshadow(color=black, offx=1, offy=1);
}

#HeaderSubTitle {
    color: white;
    font-family: "Times New Roman";
    font-size: 14pt;
    text-shadow: 1px 1px 1px black;
    filter: dropshadow(color=black, offx=1, offy=1);
}

#version {
    color: white !important;
}

.doh-bannerimage-print {
    display: none;
}

#divHeader {
    text-align: center;
    margin: 15px auto;
    width: 650px;
}

#lblSearch {
    margin-top: 50px;
    color: white !important;
}

#searchPanel {
    height: 50px;
    display: block;
    vertical-align: top;
    font-size: 12px;
}

div.controlsContainer {
    width: 70px;
    padding-right: 7px;
}

.topicLink {
    color: white !important;
}

.topicsAZLink {
    margin-top: 10px !important;
    padding: 0 0 0 22px;
    width: 30px;
    color: white !important;
}

div.topicsAZbtn {
    padding-right: 30px;
    padding-top: 2px;
    background-repeat: no-repeat;
    font-size: 10px;
    height: 20px;
    width: 70px;
    color: white !important;
    text-align: left;
    float: left;
}

#cmdSearch {
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    background-color: #263646;
    border: 2px solid #909090;
    border-radius: 4px;
    padding: 1px 4px 3px 4px;
    text-decoration: none;
    cursor: pointer;
}

#txtSearch {
    margin: 0 2px;
    background-color: #E8E8E8;
    border: none;
    border-radius: 4px;
    padding: 2px 4px 3px;
    width: 172px;
}

#footerContainer {
    display: block;
    margin-top: -25px;
    padding: 0 35px 0 20px;
}

#footer {
    min-width: 680px;
    display: block !important;
    height: 120px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    margin: 0 auto;
    /*margin-left: -173px;*/
    color: #263646 !important;
    /*background-image: url(../images/footerBG1260.png)*/
    background-color: #E8E8E8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 6px 2px 5px -3px rgba(13, 13, 13, 0.65), -6px 2px 5px -3px rgba(13, 13, 13, 0.65);
    -moz-box-shadow: 6px 2px 5px -3px rgba(13, 13, 13, 0.65), -6px 2px 5px -3px rgba(13, 13, 13, 0.65);
    -webkit-box-shadow: 6px 2px 5px -3px rgba(13, 13, 13, 0.65), -6px 2px 5px -3px rgba(13, 13, 13, 0.65);
    /*box-shadow: 0 1px 1px 1px rgba(13, 13, 13, 0.65);
    -moz-box-shadow: 0 1px 1px 1px rgba(13, 13, 13, 0.65);
    -webkit-box-shadow: 0 1px 1px 1px rgba(13, 13, 13, 0.65);*/
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

#footerContent {
    padding-left: 15px;
    padding-right: 15px;
    /*text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;*/
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
    margin: 0 auto;
}

    #footerContent > div {
        display: table-cell;
        margin-left: 15px;
        margin-right: 15px;
    }

.footerStyle h3 {
    border-bottom: 1px solid #BABABA;
    color: #263646 !important;
    font-size: 13px !important;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 2px;
    font-family: "Lucida Sans",Verdana,Arial,Helvetica,sans-serif !important;
    font-weight: bold !important;
}

#footer a:hover {
    text-decoration: underline !important;
}

li {
    text-align: -webkit-match-parent;
    text-align: left !important;
}

.footerStyle {
    font-size: 12px;
    /*display: inline-block;
    *display: inline;*/
    width: 31%;
    /*min-width: 200px;
    max-width: 250px;*/
    vertical-align: top;
}

.nephtLogo {
    width: 8%;
    vertical-align: top;
}

.nephtLogoImage {
    height: 103px;
}

#FooterLeftPane, #FooterCenterPane, #FooterRightPane {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}

#FooterRightPane {
    margin-right: 50px;
}

.footerStyle a {
    color: #263646 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    text-decoration: none;
    font-weight: normal !important;
}

.footerStyle ul {
    text-align: left !important;
}

    .footerStyle ul li {
        list-style: none outside none;
        margin: 0 0 5px 0;
        padding: 0 0 0 15px;
        background-repeat: no-repeat;
        background-position: 0 4px;
        text-align: left !important;
    }

#footer li {
    margin-left: -15px;
}

.container {
    height: 250px;
}

.MenuLink {
    color: #263646 !important;
}


/* Menu */
.menu {
    width: 950px;
    margin: 0 auto;
}

.mainMenu_right {
    background: url('/doh/wtn/Content/images/menuRightBG.png') no-repeat top right;
    background-color: green;
}

.mainMenu_left {
    background: url(/doh/wtn/Content/images/menuLeftBG.png) no-repeat top left;
}

.bwmega ul li {
    background-image: url('/doh/wtn/Content/images/menubg.png');
}

.menuItem {
    height: 90px;
    background: url('/doh/wtn/Content/images/menubg.png');
}

.navMenuWithImages {
    height: 45px;
}

    .navMenuWithImages ul {
        list-style: none !important;
        position: relative !important;
        display: inline-table !important;
        left: -36px;
        top: -20px;
        width: 1030px;
        margin: 0 0 0 0;
    }

        .navMenuWithImages ul:after {
            content: "";
            clear: both;
            display: block;
        }

        .navMenuWithImages ul li:hover {
            color: white;
        }

        .navMenuWithImages ul li a {
            display: block !important;
            padding: 6px 0 18px 0 !important;
            color: #314367 !important;
            text-decoration: none !important;
            text-align: center !important;
            height: 26px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px;
            width: 158px;
        }

.bwmega li.level0 a.level0 {
    color: #314367;
    height: 38px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 8px 21px 0;
    text-align: center;
}

.bwmega a.level0 {
    float: left;
}

.bwmega a {
    text-decoration: none;
}

.bwmega li.level0 {
    list-style: none outside none;
}

.k-button:disabled {
    color: #DBDBDE;
}

.submitReady {
    background-color: #49ea4b;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#49EA4B, endColorstr=#25d93a);
    background-image: -moz-linear-gradient(top, #49EA4B 64%, #25d93a 100%);
    background-image: -webkit-linear-gradient(top, #49EA4B 64%, #25d93a 100%);
    background-image: -ms-linear-gradient(top, #49EA4B 64%, #25d93a 100%);
    background-image: linear-gradient(to top, #49EA4B 64%, #25d93a 100%);
    background-image: -o-linear-gradient(top, #49EA4B 64%, #25d93a 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(64%,#49EA4B), color-stop(100%,#25d93a));
}

.mapLayerImage {
    margin-top: 2px;
}

.mapLayerContainer {
    margin-right: 30px;
    float: left;
    white-space: nowrap;
}

.mapLayerLabel {
    vertical-align: middle;
}

#MeasureformContainer {
    width: 430px;
}

/* Charts */
#divChart {
    display: block;
}

/* Map */
.legendLabel {
    color: black;
    background-color: white;
    text-shadow: none;
    font-size: 8pt;
    font-weight: bold;
}

.swatchContainer {
    width: 35px;
    height: 20px;
}

.swatch {
}

/* Validation */
.invalid {
    border: solid 1px red !important;
}

/* Print */
.printOnly {
    display: none;
}

/* Browser Support */
#browsers td {
    padding: 20px;
}

#browsers a:hover {
    text-decoration: none;
}

/*Elements*/
textarea {
    font-family: 'Segoe UI',Verdana,Helvetica,Arial,sans-serif;
}

/** query content layout **/
div[name=contentContainer] {
    display: block;
}

@media (max-width: 1299px) {
    div[name^=measureQuery] {
        width: 100%;
        display: inline-block;
    }

    div[name=measureQuery1] {
        margin-top: 8px;
    }
}

@media (min-width: 1300px) {
    div[name^=measureQuery] {
        width: 49.5%;
        display: inline-block;
        vertical-align: top;
    }

    div[name=measureQuery0] {
        float: left;
    }

    div[name=measureQuery1] {
        position: relative;
        float: right;
    }
}

div.measureQuery {
    width: 100% !important;
}


.legend {
    white-space: nowrap;
}

/* esri overrides */

.esriPopup .actionsPane .zoomTo {
    display: none;
}

/* end esri overrides */

/* Use ID for noscript Tags to work in IE*/
#noscript {
    border: 1px solid rgba(255, 0, 0, .2);
    background-color: rgba(255, 0, 0, .2);
    font-size: 1.3em;
    color: black;
    border-radius: 3px;
    margin: 0 5px;
    padding: 3px 6px;
}

.iblContainer {
    top: -5px;
    position: relative;
}

.iblImage {
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 30px;
}


.iblInnerContainer {
    border-radius: 5px;
    border: 1px solid lightgray;
    background-color: #F8F8F9;
    min-width: 140px;
    min-height: 31px;
    padding: 1px 4px;
    font-family: "Lucida Sans",Verdana,Arial,Helvetica,sans-serif !important;
}

.iblTextContainer {
    padding-top: 2px;
    text-align: center;
    min-width: 130px;
    margin-right: 5px;
}

.iblArrowImage {
    position: absolute;
    top: 1px;
    right: 2px;
}

.pageCurl {
    /* IE10 Consumer Preview */
    /*background-image: -ms-linear-gradient(top, #DDDDDD 0, #9F9F9F 100%);*/
    /* Mozilla Firefox */
    /*background-image: -moz-linear-gradient(top, #DDDDDD 0, #9F9F9F 100%);*/
    /* Opera */
    /*background-image: -o-linear-gradient(top, #DDDDDD 0, #9F9F9F 100%);*/
    /* Webkit (Safari/Chrome 10) */
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DDDDDD), color-stop(1, #9F9F9F));*/
    /* Webkit (Chrome 11+) */
    /*background-image: -webkit-linear-gradient(top, #DDDDDD 0, #9F9F9F 100%);*/
    /* W3C Markup, IE10 Release Preview */
    /*background-image: linear-gradient(to bottom, #DDDDDD 0, #9F9F9F 100%);*/
    
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#D5D5D5, endColorstr=#DDDDDD);
    background-image: -moz-linear-gradient(top, #D5D5D5 0, #DDDDDD 25%,#DDDDDD 50%,#DDDDDD 50%,#BDBDBD 100%);
    background-image: linear-gradient(to top, #D5D5D5 0, #DDDDDD 25%,#DDDDDD 50%,#DDDDDD 50%,#BDBDBD 100%);
    background-image: -webkit-linear-gradient(top, #D5D5D5 0, #DDDDDD 25%,#DDDDDD 50%,#DDDDDD 50%,#BDBDBD 100%);
    background-image: -o-linear-gradient(top, #D5D5D5 0, #DDDDDD 25%,#DDDDDD 50%,#DDDDDD 50%,#BDBDBD 100%);
    background-image: -ms-linear-gradient(top, #D5D5D5 0, #DDDDDD 25%,#DDDDDD 50%,#DDDDDD 50%,#BDBDBD 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#D5D5D5), color-stop(25%,#DDDDDD),color-stop(50%,#DDDDDD),color-stop(50%,#DDDDDD),color-stop(100%,#BDBDBD)) -webkit-border-radius: 6px 6px 6px 6px;

    border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    margin: 50px auto;
    padding: 15px;
    position: relative;
}

.pageCurl:before, .pageCurl:after {
    background: none;
    bottom: 12px;
    -moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
    content: "";
    height: 10px;
    left: 12px;
    position: absolute;
    width: 40%;
    z-index: -1;
    -moz-transform: skew(-4deg) rotate(-2deg);
    -webkit-transform: skew(-4deg) rotate(-2deg);
    transform: skew(-4deg) rotate(-2deg);
}

.pageCurl:after {
    -moz-transform: skew(4deg) rotate(2deg);
    -webkit-transform: skew(4deg) rotate(2deg);
    transform: skew(4deg) rotate(2deg);
    left: auto;
    right: 12px;
}

.pageCurl.shadowLeft {
    background: -moz-linear-gradient(0deg, #F5F5F5 0, #FFF 50%) !important;
    background: -ms-linear-gradient(0deg, #F5F5F5 0, #FFF 50%) !important;
    background: -webkit-linear-gradient(0deg, #F5F5F5 0, #FFF 50%) !important;
    background: linear-gradient(0deg, #F5F5F5 0, #FFF 50%) !important;
}

.pageCurl.shadowRight {
    background: -moz-linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
    background: -ms-linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
    background: -webkit-linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
    background: linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
}

.shadowBottom:before, .shadowBottom:after {
    top: auto;
    bottom: 12px;
    -moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
}

.shadowLeft:after {
    display: none;
}

.shadowRight:before {
    display: none;
}

.shadowTopBottom.shadowLeft:after {
    display: block;
    bottom: auto;
    top: 15px;
    right: auto;
    left: 12px;
    -moz-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
}

.shadowTopBottom.shadowRight:before {
    display: block;
    bottom: auto;
    top: 15px;
    right: 12px;
    left: auto;
    -moz-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
}

