/* Release date: 25/3/2024 */

/*************/
/* General */
/*************/
.rg-container {
    display: none;
	position: fixed;
	height: auto;
	width: auto;
	max-width: 50%;
	max-height: 90%;
	min-width: 400px;
    background-color: white;
    padding: 0;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #dbdbdb;
    top: 4em;
    right: 3.5em;
    font-family: verdana,sans-serif;
    font-size: 12px;
	color: black;
	overflow-y: auto;
	overflow-x: hidden;
}
.rg-container .header {
	height: 20px;
}
.rg-container .content {
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.rg-control-button {
    position: absolute;
    top: 0.5em;             /* this is styled dynamically afterwards */
    right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
}
.rg-control-button-left {
    position: absolute;
    top: 0.5em;             /* this is styled dynamically afterwards */
    left: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
}
.rg-closer {
  float:right;
  margin-top:0px;
  margin-right:0px;
  cursor:pointer;
  color: white;
  box-sizing:border-box;
  width:25px;
  height:25px;
  border-width:3px;
  border-style: solid;
  border-color:grey;
  border-radius:100%;
  background: linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%), linear-gradient(45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%);
  background-color:grey;
}
.rg-busy {
	display: none;
    position: absolute;
	top: 50%;
	left: 50%;
	height: 48px;
	width: 48px;
	z-index: 999;
	background: url('https://ec.europa.eu/regional_policy/assets/scripts/map/regio-gis-maps/common/img2/busy.gif') no-repeat;
}

.rg-busy-text {
	padding: 20px;
	display: none;
    position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	width: 150px;
	font-size: 13px;
	color: black;
	background-color: white;
	border-width:3px;
	border-style: solid;
	border-color:grey;
	border-radius:100%;
	text-align: center;
	z-index: 999;
}

.rg-home-img {
    background: url(https://ec.europa.eu/regional_policy/assets/scripts/map/regio-gis-maps/common/img2/home.png);
    background-repeat: no-repeat;
    background-position: center center;
}

/*************/
/* Bookmarks */
/*************/
.rg-bookmarks-img {
    background-image: url(https://ec.europa.eu/regional_policy/assets/scripts/map/regio-gis-maps/common/img2/world.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.rg-bookmarks ul {
	margin-top: 0;
	padding-left: 10px;
	padding-right: 30px;
    list-style: none;
}
.rg-bookmarks li {
	padding-bottom: 5px;
}
.rg-bookmarks li:hover {
	color: blue;
	cursor: default;
}
/******************/
/* Layer Switcher */
/******************/
.rg-layerswitcher-img {
    background-image: url(https://ec.europa.eu/regional_policy/assets/scripts/map/regio-gis-maps/common/img2/layers.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.rg-layerswitcher-left-img {
    background-image: url(https://ec.europa.eu/regional_policy/assets/scripts/map/regio-gis-maps/common/img2/arrow-down-small.png);
    background-repeat: no-repeat;
}
.rg-layerswitcher .header {
	font-size: 13px;
	color: #0066ff;
	text-align: right;
	padding-left: 5px;
}
.rg-layerswitcher ul {
	padding-left: 10px;
    list-style: none;
	margin-top: 0;
}
.rg-layerswitcher td {
	vertical-align: middle;
}
.rg-layerswitcher li {
	padding-top: 10px;
}
.rg-layerswitcher li.group > label {
	color: #669999;
	font-weight: bold;
}
.rg-layerswitcher  .labelshort {
	width: 70%;
	font-size: 12px;
}
.rg-layerswitcher  .labellong {
	font-size: 12px;
}
.rg-layerswitcher  .checkbox {
	width: 15px;
}
.rg-layerswitcher  .preserve-ws {
	white-space: pre;
}
.rg-layerswitcher  .layertip {
    display: none;
    width: 120px;
	height: 30px;
	font-size: 11px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 2px;
    border-radius: 6px;
	position: fixed;
    z-index: 999;
}
.rg-layerswitcher  .slider {
	right: 5px;
}
.rg-layerswitcher input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    /*required for proper track sizing in FF*/
    width: 60px;
	vertical-align: middle;
	padding: 0;
	margin-right: 10px;
	margin-left: 10px;
}

.rg-layerswitcher input[type=range]:focus {
    outline: none;
}
.rg-layerswitcher input[type=range]::-webkit-slider-runnable-track {
    width: 60px;
    height: 3px;
    background: darkgray;
    border: none;
}
.rg-layerswitcher input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 10px;
    width: 10px;
    background: blue;
    margin-top: -3px;
    border-radius: 3px;
}
.rg-layerswitcher input[type=range]:focus::-webkit-slider-runnable-track {
    background: darkgray;
}
.rg-layerswitcher input[type=range]::-moz-range-track {
    width: 60px;
    height: 3px;
    background: darkgray;
    border: none;
}
.rg-layerswitcher input[type=range]::-moz-range-thumb {
    border: none;
    height: 10px;
    width: 10px;
    background: blue;
    border-radius: 3px;
}
.rg-layerswitcher input[type=range]::-moz-focus-outer {
    border: 0;
}
.rg-layerswitcher input[type=range]::-ms-track {
    width: 60px;
    height: 3px;
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
   /*remove default tick marks*/
    color: transparent;
}

.rg-layerswitcher input[type=range]::-ms-fill-lower {
    background: darkgray;
}
.rg-layerswitcher input[type=range]::-ms-fill-upper {
    background: darkgray;
}
.rg-layerswitcher input[type=range]::-ms-thumb {
    border: none;
    height: 10px;
    width: 10px;
    background: blue;
    border-radius: 3px;
}
.rg-layerswitcher input[type=range]::-ms-tooltip {
	display: none;
}
.rg-layerswitcher button {
    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/img2/arrow-down-expand-16.png');
    cursor: pointer;
    height: 16px;
	width: 16px;
	border: none;
	margin-left: 10px;
	outline: none;
}
/*************/
/* Legend */
/*************/
.rg-legend-img {
    background-image: url(https://ec.europa.eu/regional_policy/assets/scripts/map/regio-gis-maps/common/img2/legend.png);
    background-repeat: no-repeat;
	background-position: center center;
}
.rg-legend-label1 {
	color: dimgray;
	font-weight: bold;
	padding-top: 10px;
}
.rg-legend-label2 {
	color: dimgray;
}
.rg-legend-grouphdr {
	font-weight: bold;
	color: #669999;
}
/**************/
/* Legend Left*/
/**************/
.rg-legend-left {
	top: auto;
	margin-top: 5px;
	min-width: unset;
	right: unset;
	left: 0.75em;
	font-size: 11px;
	max-height: 75%;
 }
/******************/
/* ShowInfoWindow */
/******************/
.rg-showinfowindow-img {
    background-image: url(https://ec.europa.eu/regional_policy/assets/scripts/map/regio-gis-maps/common/img2/info.png);
    background-repeat: no-repeat;
    background-position: center center;
}
/******************/
/* ShowDisclaimer */
/******************/
.rg-showdisclaimer-img {
    background-image: url(https://ec.europa.eu/regional_policy/assets/scripts/map/regio-gis-maps/common/img2/exclamation.png);
    background-repeat: no-repeat;
    background-position: center center;
}
/*************/
/* GeoCoder  */
/*************/
.rg-geocoder {
	display: none;
}
.rg-geocoder-img {
	background-image: url(https://ec.europa.eu/regional_policy/assets/scripts/map/regio-gis-maps/common/img2/search.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.rg-geocoder-marker-button {
	position: absolute;
	background-image: url(https://ec.europa.eu/regional_policy/assets/scripts/map/regio-gis-maps/common/img2/trash-bin.png);
}
.rg-geocoder input {
	position: absolute;
	top: 0.10em;
	left: 2.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #dbdbdb;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	width: 15.625em;
	height: 2em;
	vertical-align: middle;
}
.rg-geocoder-content {
	position: absolute;
	top: 2.1875em;
	left: 2.5em;
	width: 25em;
	border-style: solid;
	border-width: 1px;
	border-color: #dbdbdb;
	margin: 0;
	padding: 0;
    border-top: none;
    font-family: verdana,sans-serif;
    font-size: 14px;
	/*color: #566D7E; */
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 19em;
	background-color: white;
}
.rg-geocoder-content ul {
    list-style: none;
	padding: 0;
	margin: 0;
}
.rg-geocoder-content li {
	padding: 5px;
	margin: 0;
}
.rg-geocoder-content li:nth-child(odd) { 
	background-color: #ccddff;
}
.rg-geocoder-content li:hover {
	color: blue;
	cursor: default;
}
/*************/
/* Popup     */
/*************/
.rg-popup, .rg-popup-noclose {
    display: none;
    position: absolute;
    height: auto;
    width: auto;
    background-color: white;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    bottom: 12px;
    left: -50px;
    font-family: verdana,sans-serif;
    font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.rg-popup:after, .rg-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.rg-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.rg-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.rg-popup-content {
	margin-right: 6px;
	margin-top: 6px;
    min-width: 50px;
    max-height: 250px;
    overflow: auto;
}
.rg-popup-closer {
  margin-top:-10px;
  margin-right:-10px;
}
.rg-popup-noclose {
	border-color: black;
}
.rg-next-prev {
	color:blue; 
	cursor: pointer;
}
.rg-next-prev-disabled {
	color:grey; 
	cursor: unset;
}
/*************/
/* Download  */
/*************/
.rg-download-img {
    background-image: url(https://ec.europa.eu/regional_policy/assets/scripts/map/regio-gis-maps/common/img2/download.png);
    background-repeat: no-repeat;
	background-position: center center;
}
/*************/
/* Print     */
/*************/
.rg-print-img {
    background-image: url(https://ec.europa.eu/regional_policy/assets/scripts/map/regio-gis-maps/common/img2/print.png);
    background-repeat: no-repeat;
	background-position: center center;
}
/*************/
/* Map title */
/*************/
.rg-map-title {
		background: rgba(0, 60, 136, 0.5);
		color: #fff;
		position: absolute;
		top: 0.5em;
		left: 3em;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
		vertical-align: middle;
		font-size: 20px;
		height: auto;
		max-width: 75%;
		text-align: center;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		}
/************/
/* Other    */
/************/
.ol-attribution {
    font-size: 12px;
}
.ol-control button {
	height: 1.6em !important;
	width: 1.6em !important;
}
.attrTable {
	margin-top: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.attrRow {
	vertical-align: top;
}
.attrTable td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
}
.attrName {
	color: #888888;
	white-space: nowrap;
}
.attrValue {
	color: #333333;
}
.attrValue-nowrap {
	color: #333333;
	white-space: nowrap;
}
.attrHref {
	color: #333333;
}
.attrTitle {
	color: blue;
	font-size: 15px;
}
