/*DOCmap*/
#vmap {
	width:100%;
	max-height:850px;

}

/***************/
.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#663;
	color: white;
	font-size:medium;
	padding: 3px;
	pointer-events:none;
}
.jqvmap-pin {
	pointer-events:none;
	font-size:calc(6pt + 0.6vw);
	color:#333;
	font-family: 'Microsoft JhengHei', 'simhei', 'Arial';
	-webkit-transform : scale(0.9);
}
@media screen and (min-width: 1200px) {
	.jqvmap-pin {
		pointer-events:none;
		font-size:1.063em;
	}
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	margin:0 0 20px 0;
	color: white;
	width: 18px;
	height: 18px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}
