/*!
 * easySVGmap Version 1.0
 *
 * http://www.easysvgmap.com
 *
 * Copyright 2015, easySVGmap, All Rights Reserved.
 *
 * Commercial License
 *
 */
.ezmap-label {
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
}
.ezmap-zoomin, .ezmap-zoomout {
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px 4px 4px 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.ezmap-zoomin {
	top: 10px;
}
.ezmap-zoomout {
	top: 30px;
}
.ezmap-loading {
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
	width: 100px;
	text-align: center;
	padding:10px;
}
.ezmap-region:hover {
  cursor: pointer;
}
.ezmap-ajax_response {
  width: 100%;
  height: 500px;
}

.ezmap-legend {
	display: block;
	text-align: center; 
	font-weight: 900; 
	line-height: 24px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.1);
}
.ezmap-colorBox {
	width: 16px;
	height: 16px;
	border: 1px solid #000; 
	float: left;
	margin-right: 6px; 
	margin-top: 0.2em;
}

.ezmap-credit {
	max-width: 120px;
	min-width: 80px;
	height: auto;
	width: 15%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0);
}
.ezmap-credit a {
	text-decoration: none;
	border-style: none;
}
.ezmap-credit img {
	width: 100%;
}

.ezmap-title {
	position: absolute;
	text-align: center;
	width:100%;
	max-height: 30px;
	background-color: rgba(0,0,0,.1);
}
.ezmap-pin {
	padding: 0;
	margin: 0;
	position: absolute;
	cursor: pointer;
}
.ezmap-pin img {
	width: 20px;
	height: auto;
}