#map {
	display: flex;
	background-color: #c2c8ca;
}
.rg-container {
	max-width: 50%;
	min-width: unset;
}
.rg-popup-content {
    min-width: 50px;
    overflow: auto;
}
.rg-legend-left {
	font-size: 11px;
	left: unset;
}
.rg-layerswitcher {
	font-size: 12px;
}
.rg-layerswitcher .labellong {
	font-size: 11px;
}
.rg-layerswitcher .labelshort {
	font-size: 11px;
	width: unset;
}
.rg-layerswitcher .slider {
	right: unset;
}
.attrValue {
	white-space: nowrap;
}
.rg-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.rg-sidebar {
	width: 250px;
	display: block;
	height: calc(100% - 20px);
	overflow-y: auto;
}
.rg-sidebar-titles {
	margin-left: 10px;
	margin-top: 15px;
	color: #669999;
	font-weight: bold;
}
.rg-age-selector {
	position: absolute;
	top: 5.5em;
	left: 4em;
	width: 400px;
	height: 60px;
	font-size: 14px;
	color: black;
	background-color: white;
	z-index: 99;
	display: none;
	overflow: auto;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
}
.rg-button-hide-show {
    background-color: transparent;
    background-repeat: no-repeat;
	background-position: bottom;
    background-image: url('https://ec.europa.eu/regional_policy/assets/scripts/map/regio-gis-maps/common/img/arrow-up-collapse.png');
    cursor: pointer;
    height: 30px;
	width: 30px;
	border: none;
	margin-left: 10px;
	outline: none;
}
.rg-collapse-sidebar {
	left: 5px;
	margin-left: 5px;
	height: 20px;
	width: 20px;
	font-weight: bold;
}
@keyframes spinner {
	to { transform: rotate(360deg); }
}
.spinner:after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	border: 5px solid rgba(180, 180, 180, 0.6);
	border-top-color: rgba(0, 0, 0, 0.6);
	animation: spinner 0.6s linear infinite;
}
.rg-copy-url {
	background: url('https://ec.europa.eu/regional_policy/assets/scripts/map/regio-gis-maps/common/img2/share.png');
}
.rg-url-copied-msg {
	position: fixed;
	width: 100px;
	height: 45px;
	top: 70px;
	right:100px;
	display: none;
	background: white;
}