/**** Css *****/

.GM-PRGM-063 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.GM-PRGM-063 #mapContainer {
	width: 100%;
	/* background-color: #eeeeee; */
	background-color: #ffffff;
	box-shadow: 0 0px 3px 0px rgba(0, 0, 0, .2);
	height: 320px;
	margin-bottom: 10px;
	width: 512px\9;
}
.ammapDescriptionTitle {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	color: #00338D;
}
.ammapAlert {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
.ammapDescriptionWindow {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px;
	color: #000000;
	padding: 10px;
	border-radius: 7px;
	box-shadow: 0 0px 2px 2px rgb(0, 51, 141);
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes zoomIn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3)
}
 50% {
 opacity: 1
}
}
 @keyframes zoomIn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3)
}
 50% {
 opacity: 1
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
.ammapDescriptionWindowCloseButton {
	margin: -2px 0 0 0;
}
.ammapObjectList ul {
	padding-left: 20px;
	list-style: square outside;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ammapObjectList ul ul {
	padding-left: 14px;
}
.ammapObjectList a {
	color: #000000;
}
.ammapObjectList a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 2px;
}
.ammapObjectList a:hover {
	color: #CC0000;
	text-decoration: none;
	background: #FFFFFF;
	cursor: pointer;
	display: block;
}
.ammapDescriptionText {
	overflow: auto;
}
/*notSupported CSS added to support error message for browsers that do not support SVG maps */

.notSupported {
	background-image: url(images/worldMapNotSupported.png);
	width: 512px;
	height: 190px;
	padding-top: 130px;
	color: #FFF;
}
.notSupported p {
	width: 400px;
	padding: 10px;
	margin: auto;
	color: #cc0000 !important;
	text-align: center;
	font-weight: bold;
	background: #fff;
}
#IEnotSupported p {
	padding: 5px 0 5px 0 !important;
}
#IEnotSupported select {
	font-size: 14px;
	padding: 8px 8px;
	background: #00338d;
	color: #fff;
	position: relative;
}
.GM-PRGM-063 {
	width: 100%;
}
.GM-PRGM-063 #mapContainer {
	width: 100%;
}
.GM-PRGM-066contacts {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 14px;
}
.GM-PRGM-066contacts a {
	color: #000000;
	text-decoration: none;
}
.GM-PRGM-066contacts a:hover {
	color: #000000;
	text-decoration: underline;
}
.GM-PRGM-066contacts .contactName {
	color: #00338D;/*    font-weight: bold;*/
}
.GM-PRGM-066contacts .contactName.contactNameBold {
	font-weight: bold;
}
.GM-PRGM-066contacts .contactName.contactNameBold + div {
	color: #00338D;
}
.GM-PRGM-066contacts .contactTitle {
	/*    color: #00338D;*/
	font-weight: normal;
	margin-bottom: 3px;
}
.GM-PRGM-066contacts .contactSeparator {
	margin: 10px 0;
	clear: both;
}
.GM-PRGM-066contacts .aShortLine {
	border-top: 1px solid rgba(204, 204, 204, 0.83);
	width: 90%;
}
.contactEmail, .contactPhone, .contactURL {
	margin-bottom: 1px;
	color: #000000;
}
.contactEmail span, .contactPhone span, .contactURL span {
	vertical-align: middle;
}


/*** Scroll Bar ****/

.ammapDescriptionText::-webkit-scrollbar-track, .select_style::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: #f1f1f1;
 border-radius: 10px;
}
 .ammapDescriptionText::-webkit-scrollbar, .select_style::-webkit-scrollbar {
 width: 10px;
 background-color: #ffffff;
}
 .ammapDescriptionText::-webkit-scrollbar-thumb, .select_style::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background-color: #00338d;
}
/*****/

.select_style {
	background: #FFF;
	overflow: hidden;
	display: inline-block;
	color: #525252;
	font-weight: 300;
	-webkit-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-moz-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-webkit-box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	-moz-box-shadow: 0 0 5px rgba(123, 123, 123, .2);
	box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	position: relative;
	cursor: pointer;
}
.select_style span {
	position: absolute;
	right: 10px;
	width: 12px;
	height: 10px;
	background: #00338d url(../img/down.png) no-repeat center;
	top: 50%;
	margin-top: -5px;
	background-size: 20px;
}
.select_style select {
	width: 100%;
	background: none;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 7px 10px;
}

@media only screen and (max-width: 500px) {
.ammapDescriptionTitle {
	font-size: 18px;
}
.GM-PRGM-066contacts {
	font-size: 16px;
	line-height: 1.3;
	max-height: 200px;
	overflow: auto;
}
.ammapDescriptionWindow {
	top: 50px !important;
	left: 2px !important;
	right: 0 !important;
	width: 277px !important;
}
.amcharts-chart-div+div {
	left: 50% !important;
	margin-left: -152px;
}
}
