@font-face {
	font-family: 'font-awesome';
	src:
		url('https://www.mubawab-media.com/assets/common/font-awesome/Maps.woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "font-awesome";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-bus:before {
	content: "\e900";
}

.icon-h-square:before {
	content: "\e901";
}

.icon-shopping-basket:before {
	content: "\e902";
}

.icon-graduation-cap:before {
	content: "\e903";
}

#map-controls {
	z-index: 1001;
	position: absolute;
	left: 30px;
	top: 0px;
}

#map-controls .controls {
	background-color: #fff;
	margin-left: 10px;
	margin-top: 10px;
	box-shadow: 3px 3px 11px 0 rgba(0, 0, 0, .22);
	border-radius: 8px;
	overflow: hidden;
	line-height: 16px;
	padding: 4px 2px 5px 2px;
	width: 105px;
}

#map-controls .controls .iconTextElement a {
	padding: 8px;
	display: block;
	text-decoration: none;
}

#map-controls .controls .iconTextElement {
	display: inline-block;
	float: left;
	width: 46%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	cursor: pointer;
}

#map-controls .iconTextElement.checked a {
	background-color: #eff0f1;
	border-radius: 8px;
}

#map-controls .controls .iconTextElement:hover {
	color: #ff6600;
}

#map-controls .controls p {
	font-size: 30px;
}

#map-controls .controls .iconServiceMap {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
}

#map-controls .controls .greyIcon {
	color: #858585;
}

#map-controls .controls .darkgreenIcon {
	color: #009b65;
}

#map-controls .controls .darkredIcon {
	color: #b80012;
}

#map-controls .controls .darkblueIcon {
	color: #00659a;
}

#map-canvas .H_ib_body {
	bottom: 0.8em;
	right: -5.4em;
	background: none;
}

#map-canvas .H_ib_close {
	font-size: .45em;
	top: 3px;
	right: 3px;
}

#map-canvas .H_ib_content {
	font-size: 11px;
	line-height: normal;
	margin: 0;
}

#map-canvas .H_ib_content .bubble-text {
	min-width: 140px;
}

#map-canvas .H_ib_content .bubble-image {
	margin-top: 5px;
}

#map-canvas .H_ib_content .bubble-image img {
	max-width: 170px;
}

#map-canvas .H_ib_tail {
	display: none;
}

.mapMarkerOverlay {
	height: 30px;
	width: 770px;
	background: #E1591E;
	opacity: 0.9;
	z-index: 2;
	text-align: center;
	position: absolute;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 14px;
	color: white;
	line-height: 30px;
}

.mapNote {
	pointer-events: none;
	position: absolute;
	background: #fff;
	width: 50%;
	text-align: center;
	margin: 2% 25%;
	border-radius: 5px;
	font-size: 12px;
	color: #ff6600;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .25);
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .25);
	cursor: default;
}

.leaflet-container a.leaflet-popup-close-button {
	font: 20px/24px Tahoma, Verdana, sans-serif;
}

#mapOpen {
	position: relative;
}

.locationIcon.locate {
	position: absolute;
	opacity: .6;
	top: 50%;
	margin-top: -52.5px;
	text-align: center;
	left: 50%;
	margin-left: -51px;
	pointer-events: none;
	z-index: 400;
}

/* TOOLTIPS */
.leaflet-tooltip {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #666;
	background-color: #0093ff;
	text-align: left;
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: none;
}

.leaflet-tooltip-top:before {
	border-top-color: #0093ff;
}

.tooltipMap .tooltipMapText {
	max-width: 200px;
	padding: 5px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	border-radius: 360px;
	text-align: center;
	min-width: 50px;
	z-index: 1;
	box-sizing: border-box;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.tooltipMap .top {
	max-width: 200px;
	padding: 5px;
	color: #fff;
	background-color: #0093ff;
	font-weight: normal;
	font-size: 14px;
	border-radius: 360px;
	text-align: center;
	min-width: 50px;
	z-index: 1;
	box-sizing: border-box;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.toolTipMap .H_ib_close {
	display: none;
}

.leaflet-tooltip.active .tooltipMap .top {
	background-color: #4ab2ff;
	cursor: pointer;
}

.tooltipMap.selected .top, .tooltipMap.selected {
	background-color: #104a7a;
	cursor: pointer;
}

.tooltipMap .top i {
	position: absolute;
	top: 100%;
	left: 10px;
	width: 30px;
	height: 15px;
	overflow: hidden;
}

.tooltipMap .top p {
	white-space: nowrap;
	margin: 0;
}

.tooltipGroup {
	font-family: Arial, Helvetica, sans-serif;
	width: 34px;
	height: 34px;
	margin-left: -17px;
	margin-top: -17px;
	background: #33cc00;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 100%;
	box-shadow: 0px 0px 0px 6px rgba(173, 235, 153, 0.75);
	position: absolute;
	z-index: 1;
	line-height: 1.7em;
	text-align: center;
	cursor: pointer;
}

.tooltipGroup.active {
	background: #2aa800;
	box-shadow: 0px 0px 0px 8px rgba(173, 235, 153, 0.75);
}

.darkBlue {
	color: #00659a;
}

.cPointer {
	cursor: pointer;
}

#mapLoading {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	min-height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

#mapTooltip {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0093ff;
	color: #fff;
	text-align: left;
	padding: 0;
	box-shadow: none;
	border: none;
	display: none;
	padding: 5px 10px;
	border-radius: 8px;
}

.ol-zoom {
	bottom: .5em;
	left: .5em;
	top: unset;
}
