| /* Pages - Map */
.map {
	position: absolute;
	top: 50px;
	bottom: 0;
	left: 220px;
	right: 0;
	z-index: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.map .jvectormap-zoomin {
	top: 70px;
}
.map .jvectormap-zoomout {
	top: 100px;
}
.map .jvectormap-zoomin,
.map .jvectormap-zoomout {
	width: 20px !important;
	height: 20px !important;
	font-size: 14px;
	line-height: 20px !important;
	left: 20px !important;
}
.map-content {
	padding: 0 25px;
	z-index: 100;
	position: relative;
}
.map-float-table {
	position: absolute;
	right: 25px;
	bottom: 25px;
	background: rgba(28, 31, 37, 0.8);
}
.flat-black .map-float-table {
	background: rgba(28, 28, 28, 0.8);
}
.page-with-wide-sidebar .map {
	left: 250px;
}
.page-with-right-sidebar .map {
	right: 220px;
	left: 0;
}
.page-with-wide-sidebar.page-with-right-sidebar .map {
	right: 250px;
	left: 0;
}
.page-sidebar-minified .map {
	left: 60px;
}
.page-with-right-sidebar.page-sidebar-minified .map {
	right: 60px;
}
 |