.ol-attribution.ol-uncollapsible {
  display: none !important;
}

.mod_map_MapWidget #googleMap {
	display: none
}
.mod_map_MapWidget .layer-tree-no-icon {
	display: none;
}

.mod_map_MapWidget .layer-tree {
	margin-top: 5px;
}

.mod_map_MapWidget .tooltip {
	background-color: #FFFF66;
	color: #000099;
}

.mod_map_MapWidget .map_info {
	position: absolute;
	height: 1px;
	width: 1px;
	z-index: 100;
}

.mod_map_MapWidget .map_search{
	z-index: 1000;
	position: absolute;
	left: 20px;
	top: 10px;
}

.mod_map_MapWidget .searchbox_wrapper {
	visibility: hidden;
	display: inline-block;
	width: 0px;
	overflow: hidden;
	background: rgba(255,255,255,0.6);
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.mod_map_MapWidget .mapchooser_wrapper {
	width: 180px;
}

.mod_map_MapWidget .search_toggle {
	width: 20px;
	height: 20px;
	background: white url('../../images/modules/map/mapsettings.png') no-repeat center center;
}

.mod_map_MapWidget .mapchoosersavebutton {
	width: 20px;
	height: 20px;
	background: white url('../../images/modules/map/.png') no-repeat center center;
	display: inline-block;
}
 
/* custom openlayers 3 rules*/
.ol-zoom {
	top: .5em;
	right: .5em;
	left: auto;
}