/**********************************
General DOM Components
**********************************/
html, body {
	width: 100%;height: 100%;
	background-color: #c4c4c4;
	font-family: Arial, sans-serif;
	margin:0px auto;
	padding:0px;
	color:#505060;
}

#BorderContainerMain {
	overflow:hidden;
	width: 100%;height:100%;
	margin:0px auto;padding:0px;
	max-width:1920px;max-height:1080px;
	min-width:450px;
	background-color: #fff;
}

/**********************************
Dojo 
**********************************/

/**********************************
header/footer
**********************************/

/**********************************
esri popup
**********************************/
		
/**********************************
Tools
**********************************/
	
	/**********************************
	Zoom
	**********************************/

	/**********************************
	Measure
	**********************************/	
	
	/**********************************
	Misc
	**********************************/	
	
/**********************************
Help
**********************************/	

/**********************************
Center (Map)
**********************************/
#mapContainer {
	/* this allows for absolute positioning within the map */
	position: relative;
}

#mapDiv {

}

@media screen and (max-width : 479px) {
	#mapDiv{height:400px;}
}

#locateButton {
	position: absolute;
	top: 120px;
	left: 30px;
	z-index: 3;
}

#homeButton {
	position: absolute;
	top: 155px;
	left: 30px;
	z-index: 3;
}

#searchDesktop {
padding-bottom:4px;
}

#measurePanelClose {
	color:#fff;
}

#measurePanel {
	display:none;
	position: absolute;
	top: 55px;
	right: 30px;
	padding:2px;
	z-index: 3;
	background-color:#fff;
	 width:240px;
	 border: 1px solid #ddd;
	 box-shadow: ;
}

.panel-heading a:before {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: left;
    color: #fff;
}
.panel-heading a.collapsed:before {
    content:"\e080";
}

#mapOptions {
	position:absolute;
	z-index:3;
	bottom: 20px; left:30px;
}
	
/**********************************
gradients, images, background, color & shadow classes
**********************************/

/**********************************
media queries
**********************************/
/* desktop */
@media screen and (min-width : 768px) {
	
}

/* Mobile */
@media screen and (max-width : 767px) {

}


