@charset "UTF-8";
/* CSS Document */

.adsense_160x600 { display: none; }

#maps_container {
	margin:0;
	position: relative;
	z-index: 0;
}
#map_canvas, #map_canvas_2 {
	width:100%;
	height:200px;
	display:block;
	position: relative;
	margin:0;
	cursor: url(../../images/crosshairs-cursor.svg) 25 25, crosshair;
}
#map_canvas {
	float:left;
	border-bottom: 1px #000000 solid;
}
#map_canvas_2 {
	float:right;
	position: relative;
}
#map_canvas:active, #map_canvas_2:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.cstm_ovrly {
	pointer-events: none;
	width:calc(50% - 0.5px);
	height:100%;
	position: absolute;
	top: 0;
	z-index: 500;
}
div#dyn_coords > h4:nth-child(1)::after {
	content: 'Top Cursor';
}
div#dyn_ap_coords > h4:nth-child(1)::after {
	content: 'Bottom Cursor';
}
div#l_coords > h4:nth-child(1)::after {
	content: 'Top Coordinates';
}
div#r_coords > h4:nth-child(1)::after {
	content: 'Bottom Coordinates';
}
#zoom_values > span:nth-child(1)::after {
	content:'T:';
}
#zoom_values > span:nth-child(3)::after {
	content:'B:';
}
.crosshairs_hidden {
	visibility: hidden;
}
.crosshairs {
	width:125px;
	height:125px;
    padding:0;
    margin:0;
	position:absolute;
	background-image:url(../../images/crosshairs-glow.png);
	background-position:center;
	background-repeat:no-repeat;
	
    pointer-events: none; /* let events pass through */
    z-index: 1000 ! important;
}
#antipodal_cursor {
	display: none;
	width:50px;
	height:50px;
	padding:0;
	position:absolute;
	background-image: url(../../images/crosshairs-cursor.svg);
	background-size: 50px;
	background-position:center;
	background-repeat:no-repeat;
	pointer-events: none; /* let events pass through */
	z-index: 1000 ! important;
}
#arrow_dsp {
	background-image:url(../../images/load-button.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#h1title {
	margin: 6px 0 6px 10px;
}
#ptitle, #atitle {
	position: absolute;
	left: 55px;
	top: 7px;
	z-index: 12600;
	width: calc(100% - 65px); /* 10px right margin */
	overflow: hidden;
	pointer-events: none;
}
#ptitle > span, #atitle > span {
	display: block;
	float:left;
	position: relative;
	width:auto;
	font-size: 1em;
	color: #000;
	text-shadow: 2px 2px 2px white;
	overflow: hidden;
	z-index: 1;
}
#atitle {
	top: 208px;
}
div#working {
	position: absolute;
	top: 3px;
	left: 4px;
}
div#working img {
	margin:0;
}
div.info_block .imgbtn.gold {
	display: block;
	float: right;
}
form[name="load_location"] select[name="antipodes"] {
	display: block;
	position: absolute;
	top: 2px;
	right:0;
	z-index: 1;
}
.info_block .row > span#loc_span input {
	width: calc( 100% - 64px - 4px - 10px );
	margin-left:10px;
}

@media screen and (min-width:400px) {
}
@media screen and (min-width:600px) {
	div#dyn_coords > h4:nth-child(1)::after {
		content: 'Left Cursor';
	}
	div#dyn_ap_coords > h4:nth-child(1)::after {
		content: 'Right Cursor';
	}
	div#l_coords > h4:nth-child(1)::after {
		content: 'Left Coordinates';
	}
	div#r_coords > h4:nth-child(1)::after {
		content: 'Right Coordinates';
	}
	#map_canvas, #map_canvas_2 {
		width: calc(50% - 0.5px);
		margin:0 0 10px 0;
	}
	#ptitle, #atitle {
		left: 55px;
		width: calc(50% - 75.5px); /* 20px right margin */
	}
	#ptitle > span, #atitle > span {
		font-size: 2em;
	}
	#atitle {
		top: 7px;
		left: calc( 50% + 55px );
	}
	#zoom_values > span:nth-child(1)::after {
		content:'L:';
	}
	#zoom_values > span:nth-child(3)::after {
		content:'R:';
	}
}
@media screen and (min-width:960px) {
	#maps_container {
		margin-right: 160px;
	}
	.adsense_160x600 { display: block; }
}
