/*!
 * 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-zoomin, .jqvmap-zoomout {
    background: none repeat scroll 0 0 #09af82;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    height: 15px;
    left: 0;
    line-height: 9px;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 15px;
}

.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}

#vmap{
	height: 100%;
	width:100%;
	margin: 0 auto;
}

@media (max-width: @screen-xs-max) {
	#vmap{
		width: 800px;
		height: 600px;
	}

}
@media (max-width: 500px) {
	#vmap svg{
		width: 400px!important;
	}
	#vmap {
	    width: 450px !important;
	    margin-left: -30px !important;
	}

}

@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
	#vmap{
		width: 800px;
		height: 600px;
	}

 }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
	#vmap{
		width: 800px;
		height: 600px;
	}
}
@media (min-width: @screen-md-min) {
	#vmap{
		width: 800px;
		height: 600px;
	}

}