﻿html, body {
  height: 100%;
}
body {
  padding: 50px 0 0 0;
}

.navmenu {
  margin-top: 50px;
}

.navbar {
  display: block;
  text-align: center;
}
.navbar-brand {
  display: inline-block;
  float: left;
}
.navbar-default .navbar-brand {
  color: white;
  background-color: #4b6e34;
}
.navbar-default {
    background-color: #4b6e34;
}
.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;
}
.glyphicon-search {
    color:white;
}
.infoMsgs {
    font-size:11px;
    margin:0px;
    word-break:break-all;
    word-break:break-word;
    /*background-color:#889;*/
    text-align:center;
    color: #889;
    padding:6px 3px;
}
.mainContainer{
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin-top:50px;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 1px) {
  .navbar-toggle {
    display: block !important;
  }
}

.mobilePopup {
    background-color:white;
}

@media (min-width: 992px) {
     body {
    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;
	}
    .arcgisSearch .searchGroup .searchInput {
        position: relative;
        z-index: 2;
        margin: 0;
        float: left;
        display: block;
        height: 20px;
        width:auto;
        padding: 6px 24px 6px 12px;
        font-size: 14px;
        line-height: 20px;
        color: #4C4C4C;
        background-color: #fff;
        border: 1px solid #57585A;
        border-right: 0;
        -webkit-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        -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;
    }
    .navSearch {
        display:none;
    }
}

@media (max-width:991px) {
     .container {
        max-width: 100%;
        margin-top: 0px;
    }
     .navbar-brand {
        display: inline-block;
        float: left;
        margin-left:50px;
    }
    #searchGroup {
        display:none;
    }
    #mobileSearchBody{
        background-color:#4b6e34;
        display:block;
        padding:10px 2px 10px 2px;
    }
    .panel-group {
        margin-bottom:0px;
    }
    .mobileHelper {
        display:block;
        background-color:#4b6e34 !important;
        border:none;
    }
    .mobileHelperBtn {
        background-color:#4b6e34;
        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:#4b6e34;
    }
    .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: #4b6e34;
        border-style:solid;
        border-width:1px;
       
    }
    .popupPill > li > a {
        border-color: #4b6e34;
        border-style:solid;
        border-width:1px;
        background-color:#4b6e34
    }
    .nav-pills.nav-justified > li.active > a:hover {
        border-color: #4b6e34;
        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;
}
#ncdaImg {
    display: inline-block;
    width:40px;
    height:40px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    margin-top: -10px;
}
.headerImg {
    padding:0px;
    margin: 3px 0px 0px 5px;
    border:none;
}
.icon-bar {
    background-color: #f8f8f8 !important;
}
.sidebarHelper {
    width:100%;
}
.searchMenu.suggestionsMenu>div>ul>li {  
      display: block;  
      white-space:pre;  
}
.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;
}

.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:#4b6e34;
    color:white;
}
.esriPopup .actionsPane {
    background-color:#4b6e34;
    color:white;
}
.esriPopup .actionsPane a {
    color:white;
    text-decoration:none;
}
.esriPopup .outerPointer.left, .esriPopup .outerPointer.right {
    display:none;
}

.nav-pills > li > a {
    border-radius:0px ;
}
.popupPill .active a,
.popupPill .active a:hover {
    background-color:#4b6e34 !important;
    color: white !important;
}
.popupPill a:hover {
    background-color:#4b6e34 !important;
}
.popupPill a{
    color:white !important;
    font-weight:500;
    text-decoration:none;
}
.alert-custom {
    background-color: #4b6e34;
    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;
}
.ags-details-value-parcel {
    text-align:left;
}
.searchTable { 
    width:100%; 
}
.idTable {
    background-color:white;
    color:black;
}
.searchListDivAlt {
    /*border:1px solid black;*/
    width:96%;
    padding:4px;
    font-size:11px;
}
.reportTabButtons {
    display:inline-block;
    margin:0px;
    margin-top:0px;
}
.loadbar {
    width: 75%;
    height: 10px;
}
.popupBtns {
    padding-top:5px;
    padding-bottom:5px;
}
.popupBtn {
    background-color:#4b6e34;
    color:white;
    border-color:#4b6e34;
}
/*End Popup*/
/*Legend*/
#scaleMsg {
    font-size:11px;
    margin:0px;
    word-break:break-all;
    word-break:break-word;
    background-color:#889;
    padding-left:1px;
    text-align:center;
    color: white;
}
.esriLegendIndented{
    margin-left: 15px;
    display:none;
    font-size: 10px;        
}
.esriLegendService {
    padding-bottom:5px;
    }
.esriLegendLayerLabel{
    display:none;
}
.esriLegendServiceLabel {  
    padding-bottom: 0px;
    display:none;
}
#tocBody, #helpBody {
    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;*/
}
#toolbarGroup {
    border-top-color: white;
    border-top-style: solid;
}
.mainSectionPanel {
    background-color:white;
    border-color: #4b6e34 !important;
    color:#4b6e34 !important;
}
.toc {
    background-color:#4b6e34 !important;
    color:white !important;
    border-color: #4b6e34 !important;
}
.tocPanelBody {
    background-color:white;
    color:black
}
.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;
}
