html, body { height: 100%; width: 100%; margin: 0; padding: 0; font-family:'Arimo', serif;}
button {font-family:'Asap', serif;}
#map {
	margin: 0;
	padding: 0;
}

#footerInfo {
	font-family: 'Asap', serif;
	color: white;
    background-color: #2f5f63;
	height: 50px;
	padding: 5px 0 5px 0;
	border-color: #2f5f63;
	border-bottom:0;
	border-radius:0;
}

#idContent {
    position: absolute;
    margin: 0 20% 0 20%;
	width: 60%;
	background: transparent;
}

#basicInfoPanel, #detailInfoPanel {
	position: relative;
	border-radius: 0;
	border-color: #2f5f63;
	border-bottom:0;
}

#loadingMap{
	display:none;
    height:100%;
	width:100%;
	position: absolute;
	z-index:100;
	text-align:center;
	vertical-align:middle;
	background-color:rgba(200,200,200,0.2);
}

#map_zoom_slider{
	left: 2%;
	top: 95px;
}

#homeButton{
	left: 2%;
	top: 60px;
	position: absolute;
	z-index: 30;
	padding: 1px;
}

#locateButton{
	left: 2%;
	top: 160px;
	position: absolute;
	z-index: 30;
	padding: 1px;
}
#scaleBar{
	left: 2%;
	bottom: 20px;
	z-index: 30;
	position: absolute;	
}
#DNRLogo {
	left: 2%;
	bottom: 60px;
	z-index: 30;
	position: absolute;
}
#menuBtns {
	position: absolute;
	z-index: 50;
	color: #444;
	right: 10px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

#btnClear{
	border-radius: 0;
}

#menuBtns .btn{
	font-size: 14px;
	font-family: 'Asap', serif;
	background-color: #fafafa;
	color: #4c4c4c;
	border-color: #e5e5e5;
	border-radius: 0;
	padding: 6px 12px;
}

#menuBtns .btn:hover, .btn:active {
	background-color: #e5e5e5;
	font-weight: bold;
}

#menuBtns .btn-default.active {
	background-color: #e5e5e5;
	font-weight: bold;
}

.toggle.btn {
	min-width:140px;
}
/*
#switchView {
	position: absolute;
	z-index: 50;
	margin: 0px 5px;
}

#switchView .btn{
	border-radius: 0;
	padding: 5px 10px;
	font-size: 15px;
}

#switchView .btn-default:hover {
	background-color: #e5e5e5;
	border-color: #e5e5e5;
	font-weight: bold;
	
}

#switchView .btn-default.active {

	background-color: #e5e5e5;
	border-color: #e5e5e5;
	font-weight: bold;
}
*/

.activeBtn {
	background-color: #e5e5e5 !important;
    font-weight: bold !important;
}

.switchBtn {
	z-index:50; 
	display:none; 
	font-size:14px; 
	font-family: 'Asap', serif; 
	color:#2f5f63;
}

.switchBtn img {
	-webkit-transform: scale(1);
	transform: scale(1);
	/*-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	transition: .1s ease-in-out;*/
}

.switchBtn:hover {
	font-weight:bold;
	color:#2f5f63;
}

.switchBtn:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

#legendWrapper { padding: 20px 0 0 0; }
h3 { margin: 0 0 5px 0; border-bottom: 1px solid #444; }

.esriOverviewMap.ovwBR .ovwHide {
	position:absolute;
	right:132px;
	bottom:82px;
}

.ovwButton .ovwMaximizer .ovwMaximize {
	position:absolute;
	right:2px;
	bottom:2px;
}

.esriLegendServiceLabel {
	font-size: 16px;
	font-family: 'Asap', serif;
}

.esriLegendLayerLabel td{
	padding: 6px;
	font-weight: bold;
}

.esriLegendLayer td{
	padding: 2px;
}

.navbar {
	background: #2f5f63;
	background: -webkit-linear-gradient(45deg, #2f5f63 60%, #eeb339 40%);
	background: -o-linear-gradient(45deg, #2f5f63 60%, #eeb339 40%);
	background: -moz-linear-gradient(45deg, #2f5f63 60%, #eeb339 40%);
	background: linear-gradient(45deg, #2f5f63 60%, #eeb339 40%);
	border-style: none;
	position: absolute;
	padding: 0;
	margin: 0 2% 0 2%;
	z-index: 40;
	width: 96%;
	height: 48px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}
.navbar-inverse {
	border-radius: 0;
}
.navbar-header, .navbar-nav{
	margin-top: 8px;
	display: inline-block;
	float: none;
	text-align: center;
}

.navbar-inverse .navbar-brand {
	height: 30px;
	padding: 0;
	color: white;
}

.navbar-inverse .navbar-brand:hover{
	color:#e5e5e5;
}

.esriBasemapGallery{
	text-align: center;
}
.esriBasemapGalleryNode{
    height: 120px;
}
.esriBasemapGalleryLabelContainer{
    overflow: visible;
}
.esriBasemapGallerySelectedNode .esriBasemapGalleryThumbnail {
    border-color: red !important;
}
.esriBasemapGalleryNode:hover {
    font-weight: bold;
}

.menuPanel {
	width: 360px;
    position: fixed;
    z-index: 100;
    top: 50px;
    right: 2%;
	margin-top: 2px;
	margin-right: 1px;
    background-color: white;
	
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

.menuPanel .panel-heading {
	font-size: 16px;
	font-family: 'Asap', serif;
}

.menuPanel .panel-body {
	padding: 2%;
	overflow: auto;
}

.menuPanel .close {
	margin-right: 10px;
	margin-top: 7.5px;
	font-size: 25px;
}

.infoMenuBtn {
	font-family: 'Asap', serif;
	font-weight: 500;
	margin-top:10px; 
	z-index:100;
	float:right;
	display:inline;
	-webkit-appearance: button;
    cursor: pointer;
    background-color: #fafafa;
	color: #4c4c4c;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.infoMenuBtn:hover, .infoMenuBtn:active {
	background-color: #e5e5e5;
	font-weight: bold;
}

.searchIcon {
    position: absolute;
    right:30px;
    top:14px;
	font-size: 20px;
	color: gray;
}

.copyright_label {
	width: 20%;
	margin-left:40%;
	margin-right:40;
    text-shadow: white -2px -2px 2px; 
	text-align: center; 
	font-weight: bold; 
	height: 25px; 
	line-height: 25px; 
	bottom: 2px; 
	z-index: 75; 
	background: rgba(255,255,255,0); 
	position: absolute;
}
.mainSearch {
	padding: 0px; 
	font-size: 12px; 
	border: 1px; 
	width: 240px; 
	border: 0px; 
	border-radius: 0px;
}
.search_box{
	background-color: #FFFFFF;
	width: 230px;
	border-radius: 0px;
}

#searchType{
	/*width: 83px;*/ 
	margin: 0px;
	padding: 0px; 
	border-width: 0px; 
	border-radius: 0px; 
	font-size:12px;
}

#search_box{
	padding: 0px;
	border-radius: 0px;
}

.dropdown-menu > li{
  display: inline-block;
 }
.open> ul {
    display: inline-flex !important;
}
.bootstrap_btn2 {
	font-size: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	height: 32px;
	border-radius: 0;
}

.panel-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	/*background: ;*/
}

#basicInfoPanel .panel-heading, #detailInfoPanel .panel-heading {
	color: white;
	font-family: 'Asap', serif;
    background-color: #2f5f63;
	/*border-color: #eeb339;*/
	border-radius:0;
}

#accessPoints .panel-heading {
	color: black;
	font-family: 'Arimo', serif;
	background-color: #f5f5f5;
}

.panel-heading {
	font-weight: bold;
	font-family: 'Asap', serif;	
}

#filtersGroup .panel-heading a {text-decoration: none;}

#filtersGroup .list-group-item:hover, #resultsGroup .list-group-item:hover {
	background-color: #e5e5e5;
	font-weight: bold;
}

#filtersGroup .list-group-item-selected, #resultsGroup .list-group-item-selected {
	background-color: #e5e5e5;
	border-color: white;
	font-weight: bold;
	color: #222222;
}

#filtersGroup .list-group-item, #resultsGroup .list-group-item {
	padding-left: 25px;
}

#resultsGroup .panel-heading {
	font-family: 'Asap', serif;
}

#searchContent td:hover {
	font-weight: bold;
}

#detailList {
	padding: 5px 5px 5px 0;
}

#accessPoints {
	padding: 5px 0 5px 5px;
}

.split {
	background-color: #B3B3B3;
	margin-top: 2px;
	height: 1px;	
}

.ui-widget-content {
	border: 1px solid #0B0B0B;
	color: #222222;
}

.list-group-item-heading {
	font-size: 15px;
	font-family: 'Asap', serif;
	margin-top: 4px;
	margin-bottom: 6px;
}
.list-group-item-action:hover {
	background-color: #e5e5e5;
	cursor: pointer;
	font-weight: bold;
}
table {
	text-align: center;
	padding: 3px;
}
.dim {
	z-index:1 !important;
    filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.5;      /* khtml, old safari */
    -moz-opacity: 0.5;      /* mozilla, netscape */
    opacity: 0.5;      /* fx, safari, opera */
}

.SearchIcon
{
    color: white;
}
.SearchButton
{
    background-color: #2f5f63;
    border-radius:4px;
}

.SearchButton:hover span{
    color:#eeb339;
}

.esriScalebarLabel {
    color: black !important;
    font-size: 13px !important;
    text-shadow: 1px 1px 2px white, 0 0 0.2em white, 0 0 0.2em white;
}

.esriPopup .titleButton.maximize {
	display: none !important;
}

.esriPopup .titleButton.close {
	color: #ffffff !important;
	opacity: 1 !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#DNRLogo a img:hover {
	-webkit-transform:translate(0px,-5px);
	-moz-transform:translate(0px,-5px);
	transform:translate(0px,-5px);
}

#appHeader{
	font-size:30px; 
	min-width:525px;
}
#menuBtns .btn{
	padding: 6px 12px;
}
#footerInfo p{
	font-size:15px;
}
.infoMenuBtn {
	font-size: 14px;
    padding: 4px 8px;
}

#HTFInfoHead span{
	font-size: 15px;
}
#HTFInfoHead h4{
	font-size: 18px;
}
#basicInfoPanel .list-group-item-heading, #detailInfoPanel .list-group-item-heading{
	font-size: 16px;
}
#basicInfoPanel .list-group-item-text, #detailInfoPanel .list-group-item-text{
	font-size: 14px;
}
#SummaryText{
	font-size: 15px;
}

.menuPanel .panel-heading{
	font-size: 16px;
}
.menuPanel .panel-body{
	font-size: 14px;
}
#ToolsPanel .panel-group .panel-default .panel-heading, #FilterPanel .panel-group .panel-default .panel-heading{
	padding: 10px 15px;
	font-size: 16px;
}
#filtersGroup .list-group-item, #resultsGroup .list-group-item{
	padding: 10px 15px;
	font-size: 14px;
}

#overviewDiv {
	position: absolute;
	bottom: 15px;
	right: 10px;
	width: 200px;
	height: 150px;
	border: 1px solid black;
	z-index: 1;
	overflow: hidden;
}

#extentDiv {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 2;
}

.esriScalebarLabel {
    color: black !important;
    font-size: 13px !important;
    text-shadow: 1px 1px 2px white, 0 0 0.2em white, 0 0 0.2em white;
}
.esri-ui-top-left {
	left: 2% !important;
	top: 94px !important;
}

.esri-widget--button.active, .esri-widget--button.active:hover, .esri-widget--button.active:focus {
    cursor: default;
    background-color: #999696;
}

.esri-ui-inner-container {
	inset: 0 !important;
}

.esri-legend__layer-child-table .esri-legend__layer-caption{
	display: none;
}
.esri-popup__content {
	font-size: 14px !important;
}

.esri-layer-list__child-toggle {
	display: none;
}

@media (max-width: 1280px) {
	#appHeader{
		font-size: 24px;
		min-width: 420px;
	}
	#menuBtns .btn{
		padding: 6px 8px;
	}
	#footerInfo p{
		font-size:13px;
	}
	.infoMenuBtn{
		font-size:13px;
		padding: 4px 6px;
	}
	#HTFInfoHead span{
		font-size: 13px;
	}
	#HTFInfoHead h4{
		font-size: 15px;
	}
	#basicInfoPanel .list-group-item-heading, #detailInfoPanel .list-group-item-heading{
		font-size: 14px;
	}
	#basicInfoPanel .list-group-item-text, #detailInfoPanel .list-group-item-text{
		font-size: 12px;
	}
	#SummaryText{
		font-size: 13px;
	}
	.menuPanel .panel-heading{
		font-size: 14px;
	}
	.menuPanel .panel-body{
		font-size: 13px;
	}
	#ToolsPanel .panel-group .panel-default .panel-heading, #FilterPanel .panel-group .panel-default .panel-heading{
		padding: 8px 12px;
		font-size: 14px;
	}
	#filtersGroup .list-group-item, #resultsGroup .list-group-item{
		padding: 8px 12px;
		font-size: 13px;
	}
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }

  #menuBtns {
    float: none !important;
    text-align: center;
	right: 15%;
    width: 70% !important;
  }

  #menuBtns button {
    width: 100%;
    margin-bottom: 5px;
  }

  #appHeader {
    font-size: 16px;
	min-width: 300px;
  }
  
  .esri-ui-top-left {
    left: 2% !important;
    top: 134px !important;
}

  .navbar-toggle .icon-bar {
    background-color: #222222!important;
  }
  
  .esri-popup__main-container {
	  bottom: 60px !important;
  }
  
  #coordsDisplay2 {
	  display: none;
  }
  #overviewDiv {
	  display: none;
  }
  
}