@charset "UTF-8";
/* GeoReport.css */


#locationParams>p {
	padding: 2px;
	margin: 0px;
	background-color: #F0F0F0;
	color: #808080;
	border: 1px solid #C0C0C0;
}
#locationParams>p.labels {
	border-bottom: none;
}

#locationParams>p.inputs {
		border-top: none;
}
#locationParams>ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
	border: 1px solid #C0C0C0;
	border-top: none;
}
#locationParams>ul>li {
	background-color: #FFFFFF;
	display: block;
	margin: 0px;
	margin-bottom: 2px;
	padding: 2px;
	cursor: pointer;
	font-size: 80%;
}
#locationParams>ul>li:hover {
	background-color: #FFEECC;
}
#locationParams>p>input.txt {
	width: 8em;
	padding: 0px 4px;
	margin: 4px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
}
#locationParams>p>label {
	display: inline-block;
	width: 10em;
	padding: 0px 4px;
	margin: 4px;
	font-size: 80%;
	color: #404040;
}
#locationParams>p>input.highlight {
	background-color: #FFEECC;
	box-shadow: 2px 2px 4px #FFEECC, -2px 2px 4px #FFEECC, 2px -2px 4px #FFEECC, -2px -2px 4px #FFEECC;
}
#locationParams>p>#bngBtn.highlight {
	box-shadow: 2px 2px 4px #FFEECC, -2px 2px 4px #FFEECC, 2px -2px 4px #FFEECC, -2px -2px 4px #FFEECC;
	color: #FFFF00;
}
#locationParams>p.siteplan>label {
	width: auto;
	display: block;
}
#locationParams>p.conv {
	border-top: none;
}
#locationParams>p.conv>label {
	width: auto;
	display: block;
}
#locationMap {
	text-align: center;
}
#locationMap>img {
	padding: 10px;
	margin: 0px;
	background-color: #D4E1EE;
	border: 3px solid #4060A0;
	border-radius: 10px;
}
#locationMap>p {
	padding: 5px;
	margin: 0px auto;
	color: #204080;
	height: 20px;
	width: 350px;
}
#mapBox {
	width: 360px;
	height: 360px;
	margin: 0px auto;
}
#mapBox>* {
	display: block;
	margin: 0px;
	padding: 0px;
}
#mapBox>div>img {
	margin: 0px;
	padding: 5px;
}
#mapBox>div>img.panIcon {
	background-color: #4060A0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#mapBox>div>img.panIcon:hover {
	background-color: #C00000;
}
#mapBox>div>img.off {
	opacity: 0.5;
	background-color: #808080;
	cursor: not-allowed;
}
#mapBox>div>img.off:hover {
	background-color: #808080;
}
#mapUp {
	width: 360px;
	height: 30px;
}
#mapLeft {
	width: 30px;
	height: 300px;
	float: left;
}
#map {
	width: 300px;
	height: 300px;
	float: left;
	background-color: #FFFFFF;
}
#mapRight {
	width: 30px;
	height: 300px;
	float: left;
}
#mapDown {
	width: 360px;
	height: 30px;
	clear: left;
}
#mapBox>div#map>img {
	width: 300px;
	height: 300px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
#mapOverlay {
	width: 300px;
	height: 300px;
	margin-top: 0px;
	margin-left: -300px;
	z-index: 9;
}
#mapBox>div#mapUp>img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#mapBox>div#mapLeft>img {
	margin-top: 135px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
#mapBox>div#mapRight>img {
	margin-top: 135px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}
#mapBox>div#mapDown>img {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
#mapOverlay {}

@media screen and (min-width:57em){
	section{width:78%;}
	section>article{width:48%;float:left;}
	#locationParams{width:68%;}
	#locationMap{width:28%;}	
	}

#modalIcon{
	width:16px;
	height:16px;
	background-color:#FFFFFF;
	position:absolute;
	top:200px;
	left:400px;
	margin:0px;
	padding:4px;
	border-radius:50%;
	border:1px solid #4060A0;
	-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); } }	