/*!
 * 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-color: white;
    box-shadow: 1.5px 2.6px 5px rgba(0, 0, 0, 0.35);
	color: #0f1f28;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
    font-weight: 500;
	padding: 6px 10px 7px 6px;
    z-index: 10;
}
.jqvmap-label strong
{
	color:#fff;	
	display:inline-block;
    padding-left: 25px;
    position: relative;
}

.jqvmap-label strong:before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ff6f00;
    border: 3px solid #fff;
    position: absolute;
    top: 1px;
    left: 4px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,111,0,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(255,111,0,1);
box-shadow: 0px 0px 0px 1px rgba(255,111,0,1);
}

.jqvmap-label ul
{ display:inline-block;
    list-style: none;
	margin:0;
	text-align:left;
	padding-left: 10px;
}

.jqvmap-label ul li{
    color: #ff6f00;
}
.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;
}

.jqvmap-region {
   
      }
      
    

.map-pin {
    width: 8px;
    height: 8px;
    background-color: #ff6f00;
    position: absolute;
    top: -45px;
    left: -5px;
    text-align: center;
    border-radius: 50%;    
    z-index: 9;
        pointer-events: none;
}
.map-pin-mc{
    width: 12px;
    height: 12px;
    left: -11px;
    top:-50px;
}
.map-pin-le{
    top: -60px;
    left: -10px;
}
.map-pin-nv{
    left: 5px;
}
.map-pin-cl {
    top: -50px;
}
.map-pin-kr {
    left: -28px;
    top: 64px;
}
.map-pin.map-pin-ro {
    top: -58px;
    left: -15px;
}
.map-pin-nn{
    left: -14px;
}
.map-pin-bs {
    left: -13px;
    top: -56px;
}
.map-pin-vn {
    top: -52px;
    left: -8px;
}
.map-pin-nn{
    left: -14px;
}
.map-pin.map-pin-ks {
    top: -57px;
    left: -9px;
}
.map-pin.map-pin-tu {
    top: -46px;
    left: -14px;
}
.map-pin.map-pin-ha {
    top: 20px;
    left: 18px;
}
.map-pin.map-pin-pr {
    top: -26px;
    left: -16px;
}
.map-pin-ss{
    top: -49px;
    left: -8px;
}

.map-pin-rr{
    top: 15px;
}


.map-pin span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
}

.jqvmap-label strong{
    color: #0f1f28;
}

/* Setup basic CSS for Label */
     

      /* Reposition Labels that are not quite right ( labels are centered in shape, and sometimes need tweaking ) */
