@CHARSET "UTF-8";

body {
	font-family: "Noto Sans Display", "IBM Plex Sans Arabic", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", sans-serif;
	font-size: 0.8em;
	max-width: 1800px;
	margin: 0 auto;
	width: 100%;
}

.map-container{
    height: 300px;
}

.jvmap-smart{
    width: 100%; 
    height: 100%;  
}
.text-center{
    text-align:center !important;
    font-weight: 300;
    font-size: 2rem;
}
.map-container:after, .clearfix{
    display: block;
    content: '';
    clear: both;
}

@media only screen and (min-width: 576px) {
    .map-container{
        height: 350px;
    }
}
@media only screen and (min-width: 768px) {
    .map-container{
        height: 400px;
    }
}
@media only screen and (min-width: 992px) {
    .map-container{
        height: 500px;
    }
}
@media only screen and (min-width: 1200px) {
    .map-container{
        height: 600px;
    }
}

.legend-inline {
    display: inline-block;
    /*margin: 1em;*/
    margin: 0;
}

.legend-color {
    height: 1em;
    width: 1em;
    display: inline-block;
    float: left;
    border: 1px solid black;
}

.legend-text {
    float: left;
    display: inline-block;
    margin: -3px auto 0.5em 1em;
}

.legend-color-red{
	background-color: #de2b2b;
}

.legend-color-green{
	background-color: #69e369;
}

.legend-color-yellow{
	background-color: #fcc802;
}

/*.cols-three .col:nth-child(2) .legend-color {
    background-color: #3fdc3f;
}

.cols-three .col:nth-child(3) .legend-color {
    background-color: #de2b2b;
}

.cols-three .col:nth-child(4) .legend-color {
    background-color: #dcdc15 ;
}*/

.markerData-close {
	padding: 3px 9px;
	border-radius: 1em;
	background-color: #ccc;
	border: 2px solid #aaa;
	font-size: 1em;
	margin-right: 20px;
	margin-top: 15px;
}

@media only screen and (max-width: 767px) {
	.markerData-show {
		width: auto;
	}	
}

.org-name {
    word-wrap: break-word;
    word-break: break-all;
    width: 100%;
    margin-bottom: 1em;
}

.org-pad {
    padding : 0 1em;
}
.currentCountries-h2{
	 text-align:center;	
}

.a-table{
	cursor:pointer;
}	

.markerData-div {
	position: relative;
	width:auto;
	background:#ffffff;
	z-index: 1;
	top: 10%;
	left: 0;
	right: 0;
	margin: 0 1em;
	/* padding: 0 20px; */
	border-radius:1em;
	border:1px solid #536283;
}

.country-title {
    font-weight: bold;
    background: #405176;
    color: white;
    padding: 20px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    margin-bottom: 1em;
}

.selected {
    background-color: #405176 !important;
    font-weight: bold;
    word-break:break-all;
}

.selected a {
    color: white !important;
}

/* .org-contact{
         padding: 0em 1em;
} */

#tabData tr:hover td {
	background-color:transparent; 
}

.sel-country {
	width:50%;
}

@media only screen and (max-width: 767px) {
	.sel-country {
		width:100%;
	}
}

.ptitle {
	font-weight: bold;
	font-size: 14px;
}

.flag {
	float: left;
}

ul.label-value-inline {
	margin: 0px;
	padding: 0px;
}

ul.label-value-inline li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.9em;
	clear: both;
}

ul.label-value-inline li .label-left {
	margin-right: 10px;
	text-align: right;
	padding: 6px;
	width: 45%;
	float: left;
	font-weight: bold;
}

ul.label-value-inline li .value-right {
	display: inline-block;
	text-align: left;
	width: 50%;
	line-height: 20px;
}

.sel-country {
	width: 100%;
	height: 30px;
	font-size: 0.9em;
	border: 1px solid #ddd;
}

#maincityCountryDtlsDiv{
	padding: 0 10px;
	background: #F0F0F0;
	margin: 15px 0;
	display: none;
	position: absolute;
	top: 140px;
	width: 97%;
	z-index: 1;
}

#maincityCountryDtlsDiv, #maincityCountryDtlsDiv ul, #maincityCountryDtlsDiv li{font-size:100%;}

.sel-country {
	font-family: "Noto Sans Display", "IBM Plex Sans Arabic", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", sans-serif;
	height: 26px;
}

ul.label-value-inline li .label-left {
	margin-right: 10px;
	text-align: right;
	padding: 6px;
	width: auto;
	float: left;
	font-weight: bold;
	visibility: hidden;
}

ul.label-value-inline li .value-right {
    width: 20%;
    line-height: 0px;
    position: absolute;
    z-index: 1;
    margin-top: 20px;
    margin-right: 20px;
    right: 0px;
    float: right;
    text-align: right;
}

.jvectormap-zoomout {
	top: 10px;
	left: 34px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
	width: 24px;
	height: 24px;
	font-size: 20px;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
	position: absolute;
	right: 24%;
	left: auto;
	margin-top: 10px;
	border-radius: 4px;
	background: #fff;
	padding: 0;
	color: #0059C6;
	cursor: pointer;
	line-height: 24px;
	text-align: center;
	box-sizing: content-box;
	border: 1px solid #E3E3E3;
	box-shadow: 0px 1px 6px #0000000D;
}

.jvectormap-tip {
	border: solid 1px #0059c6;
	background: #0059c6;
	font-size: 0.8em; 
}

#mapMarkerData {
	position: absolute;
	background: #fbfbfb;
	color: #1c1c1c;
	width: 350px;
	padding: 0;
	border-radius: 4px;
	font-family: sans-serif;
	font-size: 13px;
	z-index: 12;
}

.ctitle {
	border-bottom: none;
	float: left;
	width: 87%;
	margin-bottom: 0;
}

.cname {
	font-weight: bold;
	padding: 15px;
	float: left;
	text-transform: capitalize;
}

.pinfo {
	float: left;
	clear: both;
	padding: 15px;
	border-top: 1px solid #e6e6e6;
	width:320px;
}

.mapMarkerData-close {
	float: right;
	font-size: 14px;
	color: #0059C6;
	cursor: pointer;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 12px 10px;
}

.jvectormap-zoomout {
	margin-top: 10px;
    right: 22% !important;
}

.overlay {
	background: #002c61;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: .25;
	z-index: 11;
	display:none;
}

@media (min-width:1800px) {
	#maincityCountryDtlsDiv {
		width: auto;
	}
}


ul.label-value-inline li .legends {
    float: left;
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 20px;
    width: 50%;
}
ul.label-value-inline li .legends img{
    vertical-align: bottom;
}
.title{
	font-size:14px;
}