@charset "UTF-8";

.olFramedCloudPopupContent {
	font-family: sans-serif !important;
}

.olFramedCloudPopupContent h2 {
	margin: 0 !important;
	padding: 0 !important;
	color: #f00 !important;
	font-size: 12px !important;
	line-height: 14px !important;
	border: none !important;
}

.olFramedCloudPopupContent table {
	margin: 2px 0 0 0 !important;
	border-collapse: collapse !important;
}

.olFramedCloudPopupContent td {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}

.olFramedCloudPopupContent td:first-child {
	color: #00f;
	padding-right: 1em;
}

.olControlAttribution {
	padding: 3px;
	color: #00f;
	background-color: rgba(230,255,255,0.7);
	bottom: 5px !important;
	vertical-align: middle;
	font-size: 12px !important;
}

.olControlAttribution a {
	color: #00f;
	text-decoration: underline;
}

.olControlAttribution a:hover {
	color: #f00;
}

* html .olControlZoom a { /* IE6 Star Hack */
	background-color: #130085 !important;
}

/* .ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
} */
.ol-popup {
    /* display: none; */
    will-change: filter;
    position: absolute;
    background-color: #f3f3f3;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #000000;
    bottom: 24px;
    left: -53px;
    min-width: 250px;
}

/* .ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
} */
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

/* .ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
} */
.ol-popup:after  {
    border-top-color: #f3f3f3;
    border-width: 25px;
    left: 38px;
    margin-left: -10px;
}

/* .ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
} */
.ol-popup:before {
    border-top-color: #000000;
    border-width: 26px;
    left: 38px;
    margin-left: -11px;
}

/* .ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
} */
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

/* .ol-popup-closer:after {
    content: "✖";
} */
.ol-popup-closer:after {
    content: " × ";
}
