﻿html, body {
  height: 100%;
}
body {
  padding: 0px;
}
.vertical {
    margin-top:15%;
}
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #184ea5;
}
.preloadSpinner {
    max-width:50px;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
#mainDiv {
    padding: 50px 0 0 0;
}
.navmenu {
  margin-top: 50px;
  z-index:60;
  padding-left: 1px;
  padding-right: 1px;
}
.open > .dropdown-menu {
    width: inherit;
}
.popover-title {
    background-color:#184ea5;
    color: white;
}
button.close, .close {
    color:white;
    opacity:.9;
}
.ui-selectmenu-menu .ui-menu {
    max-height: 200px;
}
.navbar {
  display: block;
  text-align: center;
}
.navbar-brand {
  display: inline-block;
  float: none;
}
.navbar-default .navbar-brand {
  color: #f8f8f8;/*#184ea5;*/
}
.navbar-default {
    background-color: #184ea5;
}
#hamburger {
    background-color: #184ea5;
    border-color: #184ea5;
}
.navbar-toggle {
  position: absolute;
  float: left;
  margin-left: 15px;
}
.navbar-search {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 4px;
    margin-right: 15px;
    margin-bottom: 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.toc > a {
    color:white;
}
.mainContainer{
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin-top:50px;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.aBtnTabsOut {
    color: #337ab7;
    background-color: #fff;
}
@media (min-width: 1px) {
  .navbar-toggle {
    display: block !important;
  }
}

.mobilePopup {
    background-color:white;
}

@media (min-width: 992px) {
     #mainDiv {
    padding: 0 0 0 300px;
  }
    .navbar {
        display: block !important; /* IE8 fix */
    }
    .navmenu {
    padding-top: 0;
  }
    .navbar-toggle, .navbar-search {
    display: none !important;
  }
    .mobileHelper {
        display:none;
    }
	.custom-navbar .navbar-header {
	    float: left;
	    width: auto!important;
	}
    
    .navSearch {
        display:none;
    }
}

@media (max-width:991px) {
     .container {
        max-width: 100%;
        margin-top: 0px;
    }
    /*#searchGroup {
        display:none;
    }*/
    #mobileSearchBody{
        background-color:#184ea5;
        display:block;
        padding:10px 2px 10px 2px;
    }
    .navbar-nav {
        margin:0px;
    }
    .panel-group {
        margin-bottom:0px;
    }
    .mobileHelper {
        display:block;
        background-color:#184ea5 !important;
        border:none;
    }
    .mobileHelperBtn {
        background-color:#184ea5;
        color:white;
        border:none;
        /*font-family:Georgia;*/
        margin-bottom:0px;
    }

    .highlight {
        background-color: yellow !important;
        color:#4b6c9e;
        font-weight:700;
    }
    .mobileNav {
        border-radius:0px;
        border-color:none;
        border-style:none;
        background-color:#184ea5;
    }
    .nav-pills.nav-justified > li{
        display: table-cell;
        width: 1%;
    }
    #mapMobileNavBtn, #popupMobileNavBtn, #reportMobileNavBtn {
        display:none;
    }
    #mobileReportNavBtns {
        display:block;
    }
  
    .nav-pills.nav-justified > li.active > a {
        border-color: #184ea5;
        border-style:solid;
        border-width:1px;
       
    }
    .popupPill > li > a {
        border-color: #184ea5;
        border-style:solid;
        border-width:1px;
        background-color:#184ea5
    }
    .nav-pills.nav-justified > li.active > a:hover {
        border-color: #184ea5;
        border-style:solid;
        border-width:1px;
       
    }
    .nav-justified>li>a {
    margin-bottom: 0px;
    }
    .navSearch {
        float: right !important;
        display:block;
    }

}

#mapContainerPanel {
    border-style:none;
}
#mapDiv {
    height:100%;
    margin:0px;
    padding:0px;
}
#lat_long {
    position: absolute;
    margin-left:24px;
    bottom:5px;
    color:white;
    z-index:50;
    text-shadow: 1px 1px 0px #000000,
        -1px 1px 0px #000000,
        1px -1px 0px #000000,
        -1px -1px 0px #000000;
}
a {
    word-break:break-all;
    word-break:break-word;
}
#oemsImg {
    display: inline-block;
    width:70px;
    height:40px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    margin-top: -10px;
}
#ncdaImg{
    display: inline-block;
    width:70px;
    height:70px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.primaryColor {
    background-color:#184ea5;
}
.backtomap {
    color:white;
}
#searchBody {
    padding-bottom:5px;
}
/*#facilitySel {
    max-height:60px;
}*/
#epzBody {
    background-color:white;
}
.resultsBadge {
    background-color:white !important;
    color:#184ea5 !important;
    vertical-align: top;
}
.showingBadge {
    background-color:#184ea5 !important;
    color:white !important;
}
.ui-widget-overlay {
    background-color: #184ea5;
    opacity: 1;
}
.ui-dialog {
    padding:0px;
}
.ui-widget.ui-widget-content {
    border: none;
}
.vertical-center {
    /*min-height: 100%;*/  
    /*min-height: 100vh;*/     
    display: flex;
    align-items: center;
    padding:0px;
    background-color: #184ea5;
    overflow: hidden;
}
.headerImg {
    padding:0px;
    margin: 3px 0px 0px 5px;
    border:none;
}
.icon-bar {
    background-color: #f8f8f8 !important;
}
.sidebarHelper {
    width:100%;
}
#searchBufferDiv {
    padding-top:0px;
}
/*.ui-selectmenu-menu {
    z-index:61;
}*/
.searchMenu.suggestionsMenu>div>ul>li {  
      display: block;  
      white-space:pre;  
}
.arcgisSearch .searchGroup .searchInput {
        position: relative;
        z-index: 2;
        margin: 0;
        float: left;
        display: block;
        height: 20px;
        width:auto;
        padding: 6px 6px 6px 6px;
        font-size: 14px;
        line-height: 20px;
        color: #4C4C4C;
        background-color: #fff;
        border: 1px solid #ccc;
        border-right: 0;
        -webkit-border-radius: 4px 0 0 4px;
        /*border-radius: 0px;*/
        -webkit-transition: width .175s ease-in;
        -moz-transition: width .175s ease-in;
        -ms-transition: width .175s ease-in;
        -o-transition: width .175s ease-in;
        transition: width .175s ease-in;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
/*.searchGroup .hasMultipleSources .arcgisSearch .searchGroup .searchInput {
    width: inherit;
}*/
.arcgisSearch .searchBtn {
    background-color:#eee;
    border: 1px solid #ccc;
}
.searchLabel {
    margin-bottom:1px;
    margin-top:3px;
}
.record {
    padding-left:10px;
}
.mobilePanelHeader {
    display:inline-block;
    border-style:solid;
    border-color:darkgray;
    border-width:1px;
}
.custom-navbar {
    margin-bottom:0px;
    background-color:white;
}
.ui-button {
    margin-right:0px;
    
}
.ui-corner-all {
    border-bottom-right-radius:0px;
    border-top-right-radius:0px;
}
.customHoz {
    border-bottom-left-radius:0px;
    border-top-left-radius:0px;
}
.row.content {
    height: 100%; 
}    
.fill {
    height: 100%;
    box-sizing:border-box;
}
.mapHandler{
    height:100%;
    margin:0px;
    padding:0px;
}
.glyphicon glyphicon-map-marker {
    background-color:yellowgreen;
}
.glyphicon-globe {
    background-color:yellowgreen;
    color:blue;
    border-radius:50%;
    overflow:hidden;
}
.glyphicon-question-sign {
    background-color:blue;
    border-radius:50%;
    overflow:hidden; 
}
.esriScalebar{
    position: relative;
    /*margin-left:20px;*/
}
.scalebar_bottom-left {
    bottom:40px;
}
.esriScalebarLabel{
    font-size:11px;
    position: absolute; 
    width:10%;
    text-align:center;
    color:white;
    font:Verdana;	
    font-weight:bolder;
    height:5px;
    top: -1px;
    text-shadow: 1px 1px 0px #000000,
        -1px 1px 0px #000000,
        1px -1px 0px #000000,
        -1px -1px 0px #000000;
}
/*Popup*/
.esriPopup .contentPane {
    background-color:white;
}
.esriPopup .titlePane {
    background-color:#184ea5;
    color:white;
}
.esriPopup .actionsPane {
    background-color:#184ea5;
    color:white;
}
.esriPopup .actionsPane a {
    color:white;
    text-decoration:none;
}
.esriPopup .outerPointer.left, .esriPopup .outerPointer.right, .esriPopup .pointer.bottom, .esriPopup .pointer.top {
    display:none;
}
.popupTitle {
    font-size: 18px;
    font-weight: 500;
}
.popupSubTitle {
    font-size: 15px;
    font-weight: 300;
    padding-bottom:10px;
}
.popupDecoration {
    margin-top: -12px;
    color:#184ea5;
    font-size:18px;
    font-weight:500;
}
#drivingDirectionsBtn{
    margin-top:10px;
    background-color:#184ea5;
    border-color:#184ea5;
    color: white;
    font-weight:300;
}
.nav-pills > li > a {
    border-radius:0px ;
}
.popupPill .active a,
.popupPill .active a:hover {
    background-color:#184ea5 !important;
    color: white !important;
}
.popupPill a:hover {
    background-color:#184ea5 !important;
}
.popupPill a{
    color:white !important;
    font-weight:500;
    text-decoration:none;
}
.alert-custom {
    background-color: #184ea5;
    color:white;
}
.ags-details-label {
    /*font-weight:bold;*/
    font-size:12px;
}
.ags-details-value {  
    font-style:italic;
    width:35px;
}
.ags-details-label-parcel {
    /*text-align:justify;*/
    padding-left:4px;
}
.ags-details-value-parcel {
    text-align:left;
}
.searchTable { 
    width:100%; 
}
.idTable {
    background-color:white;
    color:black;
}
.idTable tr:nth-child(even) {
    background-color:#eee;
}
/*.idAltTable {
    background-color:lightgray;
    color:black;
}*/
.minPadding {
    padding:4px;
}
.resultIcons {
    color:#337ab7;
}
.resultTable {
    padding:2px;
    padding-left:5px;
    font-size:12px;
    /*border-style:solid;
    border-color:black;
    border-width:2px;*/
}
.resultDiv {
    background-color:white !important;
}
.resultAltDiv {
   background-color:#e5e5e5 !important;
}
.searchListDivAlt {
    /*border:1px solid black;*/
    width:96%;
    padding:4px;
    font-size:11px;
}
.reportTabButtons {
    display:inline-block;
    margin:0px;
    margin-top:0px;
}
#resultsBody {
    padding:2px;
}
.tableLoadingMsg {
    font-size: 18px !important;
}
.loadbar {
    width: 75%;
    height: 10px;
}
.buttonBorder {
    border-width: 1px;
    border-color: #184ea5;
}
.popupBtns {
    padding-top:5px;
    padding-bottom:5px;
}
.popupBtn {
    background-color:#184ea5;
    color:white;
    border-color:#184ea5;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #f8f8f8;
}
.redText{
    color: red;
}
.zoomBarBtns {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #57585A;
    padding: 1px 1px 0px 0px;
}
/*End Popup*/
/*Legend*/
.infoMsgs {
    font-size:11px;
    margin:0px;
    word-break:break-all;
    word-break:break-word;
    /*background-color:#889;*/
    text-align:center;
    color: #676778;
    padding:6px 3px;
}
.esriLegendIndented{
    margin-left: 15px;
    display:none;
    font-size: 10px;        
}
.esriLegendService {
    padding-bottom:5px;
    }
.esriLegendLayerLabel{
    display:none;
}
.esriLegendServiceLabel {  
    padding-bottom: 0px;
    display:none;
}
#tocBody, .tocBody {
    padding:8px;
}
.toc-enabled {
    font:inherit;
    color: black;
   
}
.toc-disabled {
    font-style:italic;
    color:gray;
   
}
.infoBtn {
    border-radius:50%;
    overflow:hidden;
    color:blue;
    background-color:white;
    text-shadow: none;
    padding:1px;
    font-size:10px;
}
.ui-slider .ui-slider-handle {
    width: 3.8em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    text-shadow:none;
    font-weight:700;
}
.transparencyTxt {
    padding-bottom:3px;
}
.mainSectionPanelBody {
    padding:8px;
    border-color: white !important;
    /*color:white !important;*/
}
.mainSectionPanel {
    background-color:white;
    border-color: #184ea5 !important;
    color:#184ea5 !important;
    border-radius:4px;
}
.toc {
    background-color:#184ea5 !important;
    color:white !important;
    border-color: #184ea5 !important;
}
.tocPanelBody {
    background-color:white;
    color:black;
    border-radius:4px;
}
.tocGroup {
    margin-bottom:2px;
    
}
.toolbar{
    padding-top:4px;
    padding-bottom:3px;
    font-size:22px;    
}

.glyphicon-chevron-right, .glyphicon-chevron-down {
    float:right;
}
.esriBasemapGalleryLabelContainer {
    height:auto;
    font-size: 13px;
}


.ui-dialog-titlebar-close {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("../images/ui-icons_888888_256x240.png");
    background-position: -96px -128px;
    background-repeat: no-repeat;
}
.ui-widget-header {
    background-color: #4b6c9e !important;
    color:white;
}
.ui-draggable .ui-dialog-titlebar {
    background:none;
    background-color: black !important;
    color:#FFC324;
}
.ui-dialog-titlebar-close {
  background: url("https://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
  border: medium none;
}
.ui-dialog-titlebar-close:hover {
  background: url("https://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
}
/* basemap toggle */
.basemapToggle {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 2;
}
.select-style {  
    border: 1px solid #57585A;
    border-radius: 5px;
    overflow: hidden;
}
.select-style select {
    padding: 4px 6px;
    border: 1px solid #57585A;
    border-radius: 5px;
    box-shadow: none;
    background-color:#184ea5;
    color: white;
}
.select-style select:focus {
    outline: none;
}
.modal-header, .modal-footer {
    background-color: #184ea5;
    color:white;
}

/* Accessibility: contrast overrides for vendor button/switch styles */
/* Darken colored buttons so white text meets 4.5:1, and use dark text for warning buttons */
.btn-success {
    background-color: #2f6f2f !important;
    border-color: #2b662b !important;
    color: #fff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-color: #265f26 !important;
    border-color: #234e23 !important;
    color: #fff !important;
}

.btn-info {
    background-color: #1e7d8f !important;
    border-color: #186772 !important;
    color: #fff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-color: #176771 !important;
    border-color: #12565b !important;
    color: #fff !important;
}

.btn-warning {
    color: #000 !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    color: #000 !important;
    background-color: #e6953d !important;
    border-color: #d8842e !important;
}

.btn-danger {
    background-color: #b02a27 !important;
    border-color: #9e231f !important;
    color: #fff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-color: #8f211e !important;
    border-color: #7e1a1a !important;
    color: #fff !important;
}

/* Bootstrap-switch handles: prefer dark text on light handles for readability */
.bootstrap-switch .bootstrap-switch-handle,
.bootstrap-switch .bootstrap-switch-label {
    color: #000 !important;
    text-shadow: none !important;
}

/* DataTables / button disabled state improvements */
.dt-button.disabled, button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled {
    color: #666 !important;
}
