﻿.jqvmap-label {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: #fff;
    font-family: sans-serif,Verdana;
    font-size: 12px;
    padding: 3px 5px 4px 5px;
}

.jqvmap-zoomin,.jqvmap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    padding: 3px;
    color: #fff;
    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;
}

.vmapRegion path {
    -webkit-transition: fill .2s ease;
    -moz-transition: fill .2s ease;
    -o-transition: fill .2s ease;
    transition: fill .2s ease;
}


a.AreaLink:link, a.AreaLink:visited {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 15px;
}

a.AreaLink:hover {
    color: #CC007B;
    text-decoration: none;
}

a.AreaLink:focus {
    outline: none;
}

h2.MapOptions {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #CC007B;
}

.RegionContainer {
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 10px;
}

.RegionContainer h3 {
    margin: 0;
    padding: 0;
}

.RegionContainer a:focus {
   background-color:transparent;
   color:#000!important;
}

.RegionContainerTitle{
	float:left;
}

.RegionContainerToggle {
    display: block;
}

.ShowHideIcon {
    margin-top: 3px;
	float:right;
}


.show_hide{
display:block;
		
}

.show_hide.active{
 background-color:#fcf4f9!important;
		
}


a.show_hide:hover {
text-decoration:none;
 background-color:#fcf4f9!important;
    
}

a.show_hide:focus h2, a.show_hide:focus {
   color: #000; 
}


.MapLinks h3{
	font-size:16px;
	color:#cc007b;
	font-weight:normal;
	padding-bottom:5px;
	
}

.MapLinks {
    overflow: auto;
    background-color: #fff;
    height: auto;
    padding: 15px;
}

.MapLinks ul {
    display: block;
    list-style-type: none;
    margin: 0 0 5px 0!important;
    padding: 0;
    overflow: auto;

	}

.MapLinks li {
	margin-left: 0;
    overflow: auto;
    float: left;
	background:none!important;
	width:45%; 
	padding:0 20px 0 0!important;
	margin:0!important;
}

.MapLinks li a {
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    text-decoration: none;
    float: left;
    position: relative;
    border: none;
    border-bottom: 1px solid transparent;
	padding:10px 0 10px 0!important;
	width:100%;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.MapLinks li a:hover {
    background-color: transparent;
    font-weight: 400;
    text-decoration: none;
    color: #000;

    border-bottom: 1px solid #CC007B;
}

.MapLinks li a:focus {
    border: none;
}

.activelink {
    border-bottom: 1px solid #CC007B !important;
}

.vmap {
    background-color: #fcfdff;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
    overflow: auto;
    padding: 0;
}

.ClearDiv {
    clear: both;
}

.MapSwitchContainer ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    margin-bottom: 5px!important;
}

.MapSwitchContainer li {
    margin-left: 0;
}

.MapSwitchContainer li {
    overflow: auto;
    float: left;
	background:none!important;
	padding-left:0!important;
	margin:0 0 5px 0!important;
}

.MapSwitchContainer li a {
    background-color: #f8f8f8;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px 0 0;
    padding: 8px 5px 8px 5px;
    text-align: left;
    text-decoration: none;
    float: left;
    position: relative;
    border: none;
    border: 1px solid #ccc;
    text-align: center;
    color: #000;
	width:150px;
	
}

.MapSwitchContainer li a:visited, .MapSwitchContainer li a:link {
    color: #000!important;
}

.MapSwitchContainer li a:hover {
    background-color: #CC007B;
    color: #fff!important;
}

.RegionConstituencyDivider{
	border-bottom:1px solid #ccc;
	margin:10px 0 15px 0;
}