<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: rgb(255, 255, 255);
}

#oefit-dindex-content .oefit-alerts {
	position: absolute !important;
	z-index: 999 !important;
	top: 0px;
	left: 0px;
}

#oefit-dindex-content .card {
	margin-bottom: 0px !important;
}

#oefit-dindex-content .alert-secondary {
	background-color: rgba(255, 255, 255, .8);
}

#oefit-dindex-content .card,
#oefit-dindex-content .alert,
#oefit-dindex-content .input-group,
#oefit-dindex-content .input-group-text,
.introjs-button {
	border-radius: 0px !important;
}

#oefit-dindex-content .input-group-text {
	background-color: #fff;
}

#oefit-dindex-content .list-group-item.active {
	color: #000;
	background-color: #c1dcec;
	border-color: #c1dcec;
}

.accordion-button {
	font-weight: bold;
	color: #4C636F;
}

.accordion-button .collapsed {

}

#oefit-dindex-content .dropdown-item.active {
	color: #000;
	background-color: #c1dcec;
	border-color: #c1dcec;
}

#oefit-dindex-content oefit-carousel-control-prev,
oefit-carousel-control-next {
	color: #4C636F;
}

#oefit-dindex-content .hiddenSvgElement {
	display: none !important;
}

/* https://stackoverflow.com/questions/31050840/bootstrap-accordion-set-to-specific-height */
#oefit-dindex-content #mapMenuCardBodyShape,
#oefit-dindex-content #mapMenuCardBodyColor {
	height: 500px;
	max-height: 500px;
	overflow-y: scroll;
	scrollbar-width: thin;
}

#oefit-dindex-content #shapeColorMenuContainer {
	height: 500px;
	max-height: 500px;
}

#oefit-dindex-content #colorDescription a,
#oefit-dindex-content #mapShapeDescription a {
	color: #4C636F;
	font-weight: bold;
}

/* path {
	fill: gray;
	stroke: #000;
	stroke-width: 2px;
} */
.highlight {
	/* stroke-width: 10px !important; */

}

#oefit-dindex-content path:hover {
	/* fill: #ec008c; */
	/* stroke-width: 20px !important; */
	/* stroke: #ec008c !important; */

}

#oefit-dindex-content .colorbox {
	display: inline-table;
	height: 18px;
	width: 5%;
	margin: 1px;
}

/* .colorbox:first-child {
	border-radius: 5px 0 0 5px;
} */

/* .colorbox:last-child {
	border-radius: 0 5px 5px 0;
} */
#oefit-dindex-content .tooltip {
	z-index: 2222 !important;
}

.fullscreen {
	background: #fff !important;
}

/*https://www.mediaevent.de/tutorial/svg-responsive.html*/
#oefit-dindex-content canvas {
	display: block;
	width: 100%;
	visibility: hidden;
}

#oefit-dindex-content .svginside {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#oefit-dindex-content .svginside svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#oefit-dindex-content .icon-invisible {
	visibility: hidden;
}

#oefit-dindex-content .carousel-control-next,
#oefit-dindex-content .carousel-control-prev,
#oefit-dindex-content .carousel-indicators {
	color: #4C636F;
}

#oefit-dindex-content .carousel-control-next:hover,
#oefit-dindex-content .carousel-control-prev:hover,
#oefit-dindex-content .carousel-indicators:hover {
	color: #4C636F;
}

button&gt;i,
[data-prefix='fas'] {
	pointer-events: none;
}</pre></body></html>