﻿.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.jvectormap-tip {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
    position: absolute;
    left: 10px;
    /*border-radius: 3px;*/
    background: #4374B7;
    padding: 3px;
    color: white;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 10px;
    height: 10px;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}

.jvectormap-goback {
    bottom: 10px;
    z-index: 1000;
    padding: 6px;
}

.jvectormap-spinner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat url("data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMB");
}

.jvectormap-legend-title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.jvectormap-legend-cnt {
    position: absolute;
}

.jvectormap-legend-cnt-h {
    bottom: 0;
    right: 0;
}

.jvectormap-legend-cnt-v {
    top: 0;
    right: 0;
}

.jvectormap-legend {
    background: #FFFFFF;
    color: white;
    /*border-radius: 3px;*/
}

.jvectormap-legend-cnt-h .jvectormap-legend {
    float: left;
    margin: 0 10px 10px 0;
    padding: 3px 3px 1px 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
    float: left;
}

.jvectormap-legend-cnt-v .jvectormap-legend {
    margin: 10px 10px 0 0;
    padding: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
    width: 40px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
    height: 15px;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    display:none;
}
.customlegendIcon
{
    height: 20px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom:4px;
}

.jvectormap-legend-tick-text {
    font-size: 12px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
    text-align: center;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    padding-left: 5px;
    font-weight:bold;
    color:#4D6589;
}
.worldmapContainer{width: 100%; height: 620px;}

/*Scrollable Popus*/
#scrollablePopupsCont,.PartnerPopupCont{position:relative;z-index:10}
.scrollablePopup,.indvidualPartnerPopup{background:url('/Style Library/Portal_Images/MapPopup.png') no-repeat;display:none;float: left;position: absolute;
overflow: hidden;width: 296px ;height: 200px;}
.allPartnersCont{width: 20000em;position: absolute;clear: both;}
.allPartnersCont > div{width: 296px ;float:left;}
#scrollablePopupsCont .next,#scrollablePopupsCont .prev{position:relative;background:green;z-index:100;display:none;height:18px;width:14px;cursor:pointer;}
#scrollablePopupsCont .next{background:url('/Style Library/Portal_Images/nextdisabled.png')no-repeat}
#scrollablePopupsCont .prev{background:url('/Style Library/Portal_Images/prevdisabled.png')no-repeat}
.PartnerItemCont{width:226px;height: 175px;padding:5px 0 0 0;margin-left:40px;}
.indvidualPartnerPopup {padding:0 40px;width:228px;}
.PartnerItemCont .header,.indvidualPartnerPopup .header{background:transparent!important;color:#183866;font-size:16px;font-weight:bold;padding:18px 0 0 0;}
.PartnerItemCont .header .label,.indvidualPartnerPopup .header .label{padding:2px 0 4px 0 !important;color:gray;font-size:12px;border-bottom:2px solid #82abe5;margin-bottom:10px;}
.PartnerItemCont .bigLabel,.indvidualPartnerPopup .bigLabel{font-size:14px;font-weight:bold;color:#2f74d4;padding:4px 4px 4px 0;}
.PartnerItemCont .more,.indvidualPartnerPopup .more{margin-top:20px;}
.PartnerItemCont .info,.indvidualPartnerPopup  .info{padding-top:5px;}
#scrollablePopupsCont > div > .browse:first-child{background:url('/Style Library/Portal_Images/prev.png')no-repeat!important;}
#scrollablePopupsCont > div > .browse:last-child{background:url('/Style Library/Portal_Images/next.png')no-repeat!important;}
.jvectormap-legend-inner {
  margin-bottom: 3px;
  padding:4px 4px 4px 0
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: auto;
  margin-right: 10px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}
.jvectormap-marker{width:20px;}
/*.jvectormap-legend-cnt-v{bottom:0!important;left:0!important;right:auto!important;top:auto!important;}*/