.mapsvg-popover {
	opacity:.9;
	font-family: 'PT Sans'!important; 
	padding: 20px !important;
	line-height: 21px;
}

.mapsvg-popover-title {
	float:left;
	font-weight:bold;
	font-size:20px;
}
.mapsvg-popover-close-mine {
	float:right;
	font-weight:bold;
	font-size:18px;
	width: 30px;
	text-align:right;
}

.mapsvg-popover-float-clear {
	float:clear;	
}

.mapsvg-popover-content {
	margin-top: 40px;
	font-size:14px;
	/* outline: 1px solid red; */
}

.mapsvg-popover-content-info {
	float:right;
	border:6px solid;
	border-radius:5px;
	padding:15px;
	overflow: auto
}

.mapsvg-popover-content-cities {
	float:left;	
}

.mapsvg-popover-content-cities-ul {
	padding-left: 0px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	margin-left: 0px !important;
}
.mapsvg-popover-content-cities-ul li {
	list-style:none;
	/* padding-right: 30px;
	padding-left:20px; */
		font-size:16px;
}

.cursor-pointer {
	cursor: pointer;
}
.cursor-default {
	cursor: default;
}

.default-background-color {
	background-color:#b8cfda !important;
}
.show-this {
	display:block;
}
.hide-this {
	display:none;
}
.infoBackgroudColor {
	background-color:#ffffff;
}

.mapsvg a:link,
.mapsvg a:visited,
.mapsvg a:hover,
.mapsvg a:active {
	color: #0000ee;
}

.popover-data-line {
	padding-bottom:10px;
}
.popover-data,
.popover-label {
	font-weight:bold;
}

.jspVerticalBar {
	left: 0;
}

.scroll-pane {
	width: 100%;
	overflow: auto;
}

.zwp-non-empty {
display:block !important;
}




