/* Vastgoed Interactieve Kaarten */

.owmap-map {
	position: relative;
	transition: opacity 0.5s;
}
.owmap-map.-loading {
	opacity: 0.5;
}
.owmap-map-img-wrap {
	line-height: 0;
	position: relative;
	z-index: 2;
}
.owmap-map-img-wrap * {
	position: absolute !important;
	top: 0;
	left: 0;
}
.owmap-map-img-wrap img {
	position: relative !important;
	z-index: 2; /* Above (focused) region SVGs */
}
.owmap-map-usemap-img {
	opacity: 0;
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}
.owmap-map-visible-img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

area[data-nohref] {
	cursor: default;
}
area.-state-hidden {
	cursor: default;
}

/* SVG region styling */
.owmap-map-img-wrap svg {
	opacity: 0.6;
	transition: all 0.25s ease-in-out;
}
.owmap-map-img-wrap svg.-state-default {
	opacity: 0.6;
}
.owmap-map-img-wrap svg.-state-filtered {
	opacity: 0.6;
}
.owmap-map-img-wrap svg.-state-focus {
	opacity: 1;
	z-index: 1;
}
.owmap-map-img-wrap svg.-state-hidden {
	opacity: 0.2;
}
.owmap-map-img-wrap path {
	transition: all 0.25s ease-in-out;
}

.owmap-map-tooltip {
	display: none;
	position: absolute;
	z-index: 3;
	background: white;
	padding: 0.5em 1em;
	max-width: 200px;
	pointer-events: none;
}

/* .owmap-map-popover {
	display: none;
} */

/* Qtip styling */
/* //todo

body .qtip {
	font-size: inherit;
	line-height: inherit;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	color: inherit;
}
html.touch .qtip {
	position: fixed;
	top: 50% !important;
	right: 2em;
	left: 2em !important;
	margin: auto;
	-webkit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	transform: translateY( -50% );
}
body .qtip-titlebar {
	border: 0;
	padding: 0;
}
body .qtip-title {
	background-color: #eee;
	padding: 1em 1.25em;
	border-bottom: 1px solid #ddd;
}
.qtip-title:empty {
	display: none;
}
body .qtip-content {
	padding: 1em 1.25em;
}
.qtip-pos-bc:before,
.qtip-pos-bc:after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	bottom: -11px;
	left: 0;
	margin: auto;
	border: 10px solid transparent;
	border-bottom: 0;
	border-top-color: #ddd;
}
.qtip-pos-bc:after {
	border-top-color: #f8f8f8;
	bottom: -10px;
}
.qtip-pos-rc:before,
.qtip-pos-rc:after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: -11px;
	bottom: 0;
	margin: auto;
	border: 10px solid transparent;
	border-right: 0;
	border-left-color: #ddd;
}
.qtip-pos-rc:after {
	border-left-color: #f8f8f8;
	right: -10px;
}
*/
