/* ========== Main Color:@color-base; =========*/
body {
  background: #707a6c;
}
.navbar-nav > li.active > a > span {
  color: #5d0404;
}
.nsearchbar {
  background: #a6a6a6 !important;
}
.parcelInfo1 > h3,
.switcher.active > h4,
#mediaButtons > div:hover > span,
#listDownload > div:hover > span,
#panel1 > div > div > h3,
#parcelValues > h5:first-child span,
.detailBlock > h5:first-child span,
#mapButtons > div:hover > span,
#mapButtons > div.active > span,
.bookmark:hover span {
  color: #5d0404;
}
.parcelActions span,
.tooltipButton {
  color: #5d0404;
}
#distanceBuffer label:after,
.layerCheck label:after {
  border-color: #a6a6a6;
}
#identifyButton:hover,
#basemapGalleryButton:hover,
#searchNearbyButton:hover {
  background: #a6a6a6 !important;
}
#layerArea > input[type=range]::-webkit-slider-thumb {
  background: #a6a6a6 !important;
}
#layerArea > input[type=range]::-moz-range-thumb {
  background: #a6a6a6 !important;
}
#layerArea > input[type=range]::-ms-thumb {
  background: #a6a6a6 !important;
}
.identifyActive {
  background: #a6a6a6 !important;
}
.LocateButton:hover .zoomLocateButton,
.HomeButton:hover .home,
.esriSimpleSlider div:hover {
  background-color: #a6a6a6 !important;
}
/* ==========    =========*/
.btn-primary {
  color: #fff;
  background-color: #867878 !important;
  border-color: #484444 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.navbar-header > button:hover {
  color: #fff;
  background-color: #773d3d !important;
}
/*#searchBtn .btn-primary:active{
  background-color: @color-btn-primary !important;
}
#searchBtn .btn-primary:focus{
  background-color: @color-btn-primary !important;
}*/
.btn-xs {
  background-color: #867878 !important;
  color: #ffffff !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.esriPopup .titlePane,
.navbar-toggle,
.esriPopup .pointer.top,
.esriPopup .pointer.topLeft,
.esriPopup .pointer.topRight {
  background-color: #854343 !important;
}
#govTxt {
  color: #5d0404 !important;
}

#disclaimer > h1 {
  color: #BBB;
}

.lead2 {
  color: #BBB;
}

/* #disclaimer {
  color: #BBB;
} */

/* revert for changes to remove the disclaimer pull up menu */
/* Adding custom CSS for unique disclaimer page, no other specific place to put this */
/* #disclaimer > h1,
.lead2 {
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 10px;
}
.lead1 {
  color: #ffffff;
  font-size: 16px;
}


@media only screen and (max-width: 450px) {
 #disclaimer > p {   
     font-size: 10px !important;
 }
}

#pullButton > div {
  display: none !important
} */