.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #2B3E4E91;
	color: #fff;
	text-shadow:0 1px 1px #000;
	font-size:1em;
	padding: 5px 10px;
  pointer-events:none;
  z-index: 1;
}
.jqvmap-label h4{
	color:#fff;
}

.jqvmap-pin {
  pointer-events:none;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
    left: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #00000091;
    padding: 10px;
    color: white;
    width: 2em;
    height: 2em;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}
.jqvmap-zoomin
{
	bottom: 3.5em;
}
.jqvmap-zoomout
{
	bottom: 1em;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}
