/*
 * @version		$Id: jomClassifiedsMaps.css 3.9.0 2019-05-06 $
 * @package		Joomla
 * @copyright   Copyright (C) 2013-2018 JomClassifieds
 * @license     GNU/GPL http://www.gnu.org/licenses/gpl-2.0.html
*/


/*Map area design controls*/
div#jomClassifiedsMaps.mapLayout {
			position: relative;
			display: inline-block;
			width: 100%;
			height: 0;
			margin: 0;
			min-width:100px;
} 
div#jomClassifiedsMaps .jomclMapnav {	
			overflow: hidden;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto;
			width: auto;
			height: auto;
			max-width: 100%;
			max-height: 100%;
			min-width:10%;
}
div#jomClassifiedsMaps .jomclMapnav img{
			 max-width: none !important;
}
			
/*Marker Popup design Controls*/
div#jomClassifiedsMaps .markerContainer {
			width: 200px;
			margin-bottom: 0;
			}
div#jomClassifiedsMaps .markerContent {
			margin-bottom: 5px;
			text-align:left!important;
}
div#jomClassifiedsMaps .markerContent a {
			text-decoration: none !important;
			color: #08c;
			font-weight: normal;
			font-size: 15px;
			line-height: 15px;
			background:none;
			text-align:left!important;
}
div#jomClassifiedsMaps .markerContent strong {
			margin:0px;
			background: none;	
			padding:0px;						
}
div#jomClassifiedsMaps .markerContent strong a:link, a:visited, a:hover {
			background: none;			
}
div#jomClassifiedsMaps .markerContent span {
			color: #333333;
			background: none;
			font-size: 12px;
			line-height: 15px;
			margin:0px;
			padding:2px;
}
div#jomClassifiedsMaps .markerContent span a:link, a:visited, a:hover {
			background: none;
}
