﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/*http://thisischris.com/archives/2012/08/outlining-your-text-or-fun-with-css-text-shadows/*/
#labels_layer text {
    /*color:#000;
text-shadow:1px 1px 0 #fff,
-1px -1px 0 #fff,
1px -1px 0 #fff,
-1px 1px 0 #fff,
0px 1px 0 #fff,
1px 0px 0 #fff,
0px -1px 0 #fff,
-1px 0px 0 #fff,
4px 4px 3px #000;
font-family:Verdana, Geneva, sans-serif;*/
}

#labels_layer text {
    /*color:#FFF;*/
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 0px 0 #000, 0px -1px 0 #000, -1px 0px 0 #000, 0px 0px 0 #000;
    font-family: Verdana, Geneva, sans-serif;
}


/*
.outer {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFF;
    overflow: hidden;   
    font-family: "Trebuchet MS";
}


#header, #bottom {
    -moz-border-radius: 5px;
    margin: 2px;
    padding-top: 4px;
    padding-right: 15px;
    height: 75px;
}



#left ,#right{
    width: 250px;
}*/

.pageOverlay {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1001;
    display: block;
}

.templateLoading {
    background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.loading {
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.loadingTemplate {
    background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#loadingOverlay {
    background: #fff url('../images/pageloading.gif') no-repeat 10px 23px;
}

.loadingMessage {
    padding: 25px 40px;
    color: #999;
}

.overlayWigit {
    position: relative;
    float: right;
    left: 10px;
    z-Index: 99;
    padding: 0 5px;
    top: 15px;
    height: 65px;
}

.overlayLeft {
    position: absolute;
    top: 20px;
    left: 60px;
    z-Index: 99;
    /*width:50%;*/
}

    .overlayLeft .overlayWigit {
        position: relative;
        float: left;
        left: 10px;
        z-Index: 99;
        padding: 0 5px;
    }
/*.drawer-menu-buttons .item .title {
    font-size: 18px;
}*/
.dijitSliderProgressBar {
    background-color: blue;
}

.dijitSliderBottomBumper,
.dijitSliderLeftBumper {
    background-color: blue;
}


/*infoTemplate*/
.infoTemplateTable {
    width: 100%;
}

    .infoTemplateTable caption {
        font-weight: bold;
        font-size: 13px;
        border-bottom: 1px solid black;
    }

    .infoTemplateTable .rightAlignCell {
        text-align: right;
        font-weight: bold;
        max-width: 50%;
        width: 10px;
    }

    .infoTemplateTable td {
        vertical-align: top;
        padding-bottom: 2px;
        max-width: 125px;
    }
/*.infoTemplateTable tr {
        border: 1px solid black;
    }*/
.scheduleTable {
    /*font-family: 'Arial';*/
    margin-bottom: 15px;
    border-collapse: collapse;
    border: 1px solid #eee;
    border-bottom: 2px solid #545454;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
}



    .scheduleTable caption {
        font-weight: bold;
        font-size: 13px;
    }
    /*.infoTable   tr:hover {
     background: #f4f4f4;
      border-top-color: #FEBE47;
    border-bottom-color: #FEBE47;
}*/

    .scheduleTable th, .scheduleTable table td {
        /*color: #999;*/
        border: 1px solid #eee;
        padding: 6px 15px;
        border-collapse: collapse;
    }

    .scheduleTable th {
        background: #545454;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
    }

    .scheduleTable td {
        text-align: center;
    }

    .scheduleTable tr {
        border: 1px solid #E8E4D8;
    }

    .scheduleTable th.last {
        border-right: none;
    }
/*.infoTableHeader {
    font-weight:bold;
    font-size:12px;
}*/



/*TOC*/

.claro .agsjsTOCRootLayerLabel {
    font-size: 18px;
    font-weight: 700;
    padding: 12px 20px 6px 10px;
    line-height: 24px;
    color: #555;
    background: #fff;
    padding-top: 0px;
    display: block;
}


/*geocoder*/
.esriGeocoderIcon {
    background-image: url(../images/geocoder.png);
    background-repeat: no-repeat;
    background-position: 0px 0;
    width: 16px;
    height: 16px;
}

.esriGeocoderHasValue .esriGeocoderReset {
    background: url("../images/geocoder.png") no-repeat scroll -48px 0 transparent;
    height: 16px;
    width: 16px;
}


/*geocoder*/
.esriGeocoderClose {
    background-image: url(../images/geocoder.png);
    background-repeat: no-repeat;
    background-position: 48px 0;
    width: 16px;
    height: 16px;
}
/*override dijit styles*/
.measure img {
    max-width: 0px;
}

.panel-container {
    padding-left: 10px;
    padding-right: 10px;
}

/*dropdown*/
td.dijitMenuItemLabel {
    padding: 6px 0.3em;
}

.dijitMenuItemLabel {
    position: relative;
    vertical-align: middle;
}

.dijitMenu {
    z-index: 1000;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    border-collapse: separate;
}

.dijitTooltipContainer {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: none repeat scroll 0% 0% #edc1c1;
    padding: 5px;
    border-collapse: separate;
    padding: 5px 0px;
    margin: 2px 0px 0px;
}
/*Dialog*/
.dijitDialogTitleBar {
    background-color: #545454;
    border: none;
    background-image: none;
    padding: 5px;
}

.dijitDialogTitle {
    color: #fff;
    font-size: medium;
}

.dijitDialogCloseIcon {
    position: absolute;
    height: 13px;
    width: 13px;
    cursor: pointer;
    background: url("../images/popup.png") no-repeat;
    right: 5px;
}

.dijitDialog {
    background-color: white;
    border: 1px solid #b5bcc7;
    border-radius: 6px;
}

/*geocoder*/

.locate-box {
      margin: 4px 5px 4px 0;
}
.locate-box, .lock-icon {
display:inline-block;
}
 .lock-icon > div {
display:block;
}
.top-menu-right {
float:right;
}
/*.esriRTL .locate-box {
    float: left;
}*/
/*overrides for smaller left side*/
.drawer-menu-container {
    /*width: 250px;*/
    width: 100%;
}

.view.content-pane-left {
    max-width: 240px;
}

.app-loading .view.content-pane-left {
    width: 240px;
}

.drawer-open .view.content-pane-left {
    width: 240px;
}

.pointer-events .drawer-open-complete .view.content-pane-left:before {
    width: 240px;
}
/*end of overrides*/


.infoWindow {
    /*border-collapse: collapse;*/
    width: 100%;
}

    .infoWindow th, td {
        padding: 0.25rem;
        text-align: left;
        /*border: 1px solid #ccc;*/
    }

    .infoWindow tr {
        border: 1px solid #ccc;
    }

    .infoWindow tbody tr:nth-child(odd) {
        background: #eee;
    }

    .infoWindow tbody td:nth-child(1) {
        vertical-align: top;
        text-align: right;
    }
/*override esri default*/
.esriSimpleSliderTL {
top:60px;
}

.home {
    position: absolute;
    left: 10px;
    top: 67px;
    z-index: 39;
}

.basemaps {
    position: absolute;
    left: 60px;
    top: 57px;
    z-index: 20;
}

#basemapButton > span > span {
}

/*About Title Panes*/
.bookmark-item,
.note-item {
    color: #555;
    padding: 12px 8px;
    line-height: 18px;
    height: 18px;
    font-size: 16px;
    cursor: pointer;
    background-color: #f8f8f8;
    background-position: 95% center;
    background-repeat: no-repeat;
}

    .bookmark-item:hover,
    .note-item:hover {
        background-color: #eee;
        color: #333;
    }

.esriRTL .bookmark-item,
.esriRTL .note-item {
    background-position: 5% center;
}

.bookmark-item {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.note-text {
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.esriRTL .note-text {
    float: right;
}

.bookmark-item {
    border-bottom: 1px solid #e0e0e0;
}
/*about Content*/
.about-header {
    font-size: 17px;
    font-weight: 700;
    padding: 12px 20px 6px 10px;
    line-height: 24px;
    color: #555;
    background: #fff;
    vertical-align: middle;
}

.about-content {
    font-weight: normal;
    padding: 0px 10px 0px 14px;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}

    .about-content .ctrlHidden {
        display: none;
    }

.about-more {
    display: inline;
    text-decoration: underline;
    color: #007ac2;
}

    .about-more:hover {
        cursor: pointer;
        color: #97cbec;
    }

.about-content ul {
    margin-top: 0;
    padding-left: 20px;
}

.about-content li {
    margin-bottom: 1em;
}

.about-content span {
    display: inline-block;
}

.about-content .homeTool {
    padding: 2px;
    width: 30px;
    height: 30px;
    background-color: #666;
    background-color: rgba(102,102,102,0.80);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-image: url(../images/home.png);
    background-position: center center;
    background-repeat: no-repeat;
}

    .about-content .homeTool:hover {
        background-color: #333;
        background-color: rgba(102,102,102,0.90);
    }

    .about-content .homeTool:active {
        background-color: #ccc;
        background-color: rgba(102,102,102,0.60);
    }

/*color overrides*/
.calcite a,
.close-geocoder-button:active {
    color: #231F20;
}

/*.app-title, .toggle-grey-on {
    color: rgb(85, 25, 0);
}*/

.app-title, .toggle-grey-on {
    color: rgb(139, 14, 4)
}
.toggle-grey-on:hover,
.toggle-grey-on:active {
     color: #dcb6b3
}


.drawer-menu-buttons {
    background-color: rgb(139, 14, 4);
}


    /*.toggle-grey-on:hover,
    .toggle-grey-on:active,
    .calcite a:visited,*/
    .drawer-menu-buttons .item {
        color: lightgrey;
    }

    .drawer-menu-buttons .item-selected {
        color: #fff;
    }

/*.drawer-menu-buttons .item .title {
        border-left-color: #fff;
    }*/

.esriRTL .drawer-menu-buttons .item .title {
    border-right-color: #fff;
}
/*overview*/
.ovwShow {
    background: url("../images/overview.png") 0px -52px;
    width: 16px;
}

.dijitTitlePaneTitle, .dijitFieldsetTitle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.input-group .twitter-typeahead:first-child .tt-input, .input-group .twitter-typeahead:first-child .tt-hint {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.drawer-menu-buttons .item .title {
    border-left-color: #fff;
}

.editLink {
    display: block;
    text-align: right;
    width: 100%;
}

.login {
    float: right;
}

    .login .dijitButtonNode {
        border: none;
    }

    .login .dijitButtonText {
        text-decoration: underline;
    }

/*searchbar*/
.arcgisSearch {
    /*display:inline-block!important;*/
    float:right;
}
/*lockButton*/
.titleButton {
    float: right;
    padding: 0;
 
    /*margin: 8px 10px 8px 0;*/
}

.accessButton.dijitButton .dijitButtonNode{
    background-color: inherit;
    background-image: none;
    border:  none;
    box-shadow: none;
    text-shadow: none;
       color: #999;
}
/*.locate-box .dijitButton .dijitButtonNode {
     border: none;
}

.locate-box .dijitButton .dijitButtonNode {
    background-color: inherit;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    color: #999;

        height: 30px;
    width: 30px;
    border-radius: 5px;
}

.locate-box .dijitButtonText {
padding:0px;
}*/

/*basemapsButton*/
.basemaps .dijitButton .dijitButtonNode {
     border: none;
}

.basemaps .dijitDropDownButton .dijitButtonNode {
    background-color: inherit;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    padding:1px;
        height: 30px;
    width: 30px;
    border-radius: 5px;
    background: rgba(102,102,102,0.80);
    color: white;
}

.basemaps .dijitButtonText {
padding:0px;
}

.basemaps .dijitButtonContents {
    padding:3px;

}
@media screen and (max-height: 256px) {
    .mobile-geocoder-icon .lock-icon {
        display: inline-block !important;
    }

    .app-title {
        display: inline-block !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {

    .mobile-geocoder-icon .lock-icon {
        display: inline-block !important;
    }

    .app-title {
        display: inline-block !important;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {

    .mobile-geocoder-icon,
    .drawer-open .lock-icon {
        display: inline-block !important;
    }

    .app-title {
        display: inline-block !important;
    }
}
.button-container {
width:auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .app-title {
        display: inline-block !important;
    }
}
@media screen and (max-width: 520px) {
     .app-title {
        display: inline-block !important;
          max-width: 20%;
    }
    
}
@media screen and (max-width: 480px) {

     .mobile-geocoder-icon,
     .lock-icon {
        display: inline-block!important;
    }
     .app-title {
        display: inline-block !important;
          max-width: 50%;
    }
    
}
@media screen and (max-width: 600px) {
   .drawer-open .mobile-geocoder-icon,
   .drawer-open .lock-icon{
        display: inline-block !important;
    }
   .app-title {
        display: inline-block !important;
    }
}


@media only screen and (max-width: 510px) {
    .app-title {
        display: inline-block!important;
    }
}


@media screen and (max-width: 800px) {
.app-title {
        display: inline-block!important;
    }
}

@media screen and (max-width: 310px) {
.app-title {
        display: inline-block!important;
    }
}
