/*!
 * 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, .jqvmap-reset
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 25px;
	height: 22px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 35px;
}
 /*haider block - end*/
.jqvmap-reset
{
	top: 60px;
}
/*haider block - end*/
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response 
{
  width: 100%;
  height: 500px;
}

#countryList {
    width: 18%;
    max-height:600px;
    display:inline-block;
    overflow:auto;
    border:1px solid #808080;
}


#countryList::-webkit-scrollbar { width: 7px; height: 3px;}

#countryList::-webkit-scrollbar-track-piece { background-color: #ddd;}

#countryList::-webkit-scrollbar-thumb { height: 80px; background-color: #27AAE2; border-radius: 5px;}


#countryList ul {
    margin:0;
    padding:0;
    width:100%;
}

#countryList ul li{
    list-style:none;
    background:#fff;
    border-bottom:1px solid #808080 ;
    /*border-top:1px solid #808080;*/
    padding:5px 15px;
    width:100%;
}
#countryList ul li a {
    display:block;
    width:100%;
    cursor:pointer;
}
#vmap {
    width: 80%;
    height: 600px;
    display:inline-block;
}