/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
/*
.jqvmap-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;
}
*/
.jqvmap-label
{
    position: absolute;
    display: none;
    -webkit-border-radius: 0px 2px 0 0;
    -moz-border-radius: 0px 2px 0 0;
    border-radius: 0px 0px 0 0;
    border-top: 1px solid #3d3d3d;
    border-left: 1px solid #3d3d3d;
    border-right: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
    /*
    background: #292929; 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.63, #FF5EA6),color-stop(1, #DB0B50));
    background-image: -o-linear-gradient(bottom, #FF5EA6 63%, #DB0B50 100%);
    background-image: -moz-linear-gradient(bottom, #FF5EA6 63%, #DB0B50 100%);
    background-image: -webkit-linear-gradient(bottom, #FF5EA6 63%, #DB0B50 100%);
    background-image: -ms-linear-gradient(bottom, #FF5EA6 63%, #DB0B50 100%);
    background-image: linear-gradient(to bottom, #FF5EA6 63%, #DB0B50 100%);
    */
    color: #fff;
    text-shadow: 0 0px rgba(1,1,1,0.5);
   font-family: 'Open sans', sans-serif;
    font-size: 1.0em;
    font-weight: 700;
    padding: 5px 10px 10px 10px;
    min-width: 100px;
    text-align: center;
    background-color: #EC3B6E;
    box-shadow: 0 0 5px #ccc;
    
} 
.jqvmap-label2
{
position: absolute;
display: none;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
border-bottom: 1px solid #3d3d3d;
border-left: 1px solid #3d3d3d;
border-right: 1px solid #3d3d3d;
background: #eee; /* Old browsers */
background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
color: #3d3d3d;
text-shadow: 0 1px rgba(255, 255, 255, .75);
font-family: Arial;
font-size: 1.3em;
font-weight: 300;
padding: 8px 10px 10px 10px;
text-align: center;
line-height: 1;

}

.jqvmap-label:before,
.jqvmap-label:after
{
content: "";
position: absolute;
z-index: 1000;
top: -7px;
left: 50%;
margin-left: -8px;
border-bottom: 8px solid #3d3d3d;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 0;
}
.jqvmap-label:before
{
border-bottom-color: #3d3d3d;
top: -8px;
} 

.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 10px;
	height: 10px;
	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;
}