.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;
  pointer-events:none;
}
.jqvmap-pin {
  pointer-events:none;
}
.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: 20px;
	height: 20px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 40px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}






      .jqvmap-region {
        cursor: default !important;
      }

      .map-pin {
        width: 64px;
        height: 50px;
        position: absolute;
        top: -40px;
        left: -32px;
        background-size: 32px 32px;
        background-repeat: no-repeat;
        text-align: center;
        background-position: top center;
        color: #888;
        font-weight: 500;
        font-size: 14px;
      }

      .map-pin span {
          -moz-transition: 300ms all;
          -o-transition: 300ms all;
          -webkit-transition: 300ms all;
          -ms-transition: 300ms all;
          transition: 300ms all;
          opacity:0;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        left: 0;
        font-weight:700;
        color:#fff;
      }

      .red {
        background-image: url('../../images/marker/red.png');
      }
      .white {
        background-image: url('../../images/marker/white.png');
      }
      .black {
        background-image: url('../../images/marker/black.png');
      }

      .blue {
        background-image: url('../../images/marker/blue.png');
      }

      .yellow {
        background-image: url('../../images/marker/yellow.png');
      }

      /* Setup basic CSS for Label */
      .jqvmap-pin {
        cursor: default;
      }

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

      #jqvmap1_fl_pin {
        margin-left: 5%;
      }