.gmpInfoWindowtitle {
	font-size: 19px;
	font-weight: bold !important;
	color: brown;
	margin: 0 0 5px 6px;
	padding: 5px 0;
	position: relative; 
	left: -6px;
}
.gmpMapDetailsContainer {
	position: relative;
}
.gmpMapDetailsContainer > i.fa {
	position: absolute;
	top: 45%;
	left: 50%;
	font-size: 30px;
	z-index: 999;
}
.gmp_MapPreview img { 
	max-width: none !important; 
}
.map_container img{
	max-width: inherit !important;
}
.map-preview-img-container {
	cursor: pointer;
}
.gmp_map_opts.display_as_popup {
	display:none;
}
/* Fix for prevent applying of third party styles to google map infowindows */
.gmp_map_opts .gm-style-iw>div:first-child {
	overflow: auto !important;
}
.gmp_map_opts img, .gmp_map_opts img {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.gmp_map_opts .filterRight{
	overflow-y: auto;
}
.gmp_map_opts .gmpLeft{
	width: 70%;
	float: left;
}
.gmp_map_opts .filterRight{
	width: 30%;
	float: left;
}
.gmp_map_opts .filterRight .list-group-item{
	border-bottom: dashed 1px #fef8ec;
	padding: 10px 0px;
	font-weight: 600;
}
.gmp_map_opts .filterRight .treeview span.icon.check-icon{
	font-size: 22px;
	margin-right: 12px;
}
.gmp_map_opts .filterRight .treeview span.icon.node-icon{
	width: 0px;
}
.gmp_map_opts .filterRight .treeview .fa-chevron-right{
	padding-left: 5px;
}
.gmp_map_opts .filterRight .treeview .fa-chevron-down{
	padding-left: 2px;
}
