html, body, div{
	font-family: Calibri, Arial;
	margin: 0px;
	padding: 0px;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 86px;
	background-color: #005990;
}
#header .sx {
	width: 245px;
	height: 100%;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
	float: left;
}
#header .sx .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#header .sx img {
    margin: auto;
    width: 121px;
    height: 83px;
	vertical-align: middle;
}
#header .dx{	
	color: white;
	font-weight: bold;
	font-size: 22px;
	vertical-align: middle;
}
#Lateral_base {
	position: absolute;
	top: 86px;
	left: 0px;
	z-index: 1000;
	width: 245px;
	height:calc(100% - 86px);
	/* background-color: white; */
	background-color: #f2f2f2;
	padding:0;
	margin: 0;
}
#Lateral {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 245px;
	/*height:433px;*/
	overflow:auto;
	/* background-color: white; */
	background-color: #f2f2f2;
}
.lst {	
	display: none;
	width: 80px; 
	height: 10px;
}
#Controls {
	font-size: 14px;	
	overflow: auto;
}
#Controls label {
	cursor: pointer;
}
#Controls a{
	color: #000000;
}
#Controls select {
	font-size: 11px;
}

#Layers table{
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}	
.search{
	display: none;
}
#Symbology {
	top: 55%; 
	overflow: auto;
	min-height: 125px;
	width: 245px;
	position: fixed;
    bottom: 0;
	background-color: #f2f2f2;
}
#Symbology .themes {
	padding-left: 10px;
	display: none;
	font-size: 12px;
}
#Symbology .BorderRegion25km {
	display: block;
}
#Symbology .BorderRegion_Extended {
	display: block;
}
#Symbology .National_Borders {
	display: block;
}
#Symbology h4 {
	margin-top: 10px;
	margin-bottom: 5px;
}
#Symbology h5 {
	margin-top: 7px;
	margin-bottom: 2px;
	font-size: 14px;
}
#Symbology table tr td:first-child{
	text-align: left; 	
	font-weight: bold;
}
#Symbology table tr td:nth-child(2){
	text-align: right; 
	vertical-align: bottom;
}
#Symbology table tr td:nth-child(3){
	text-align: right; 
	vertical-align: bottom;
}
#map{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.ol-zoom {
	top: 100px;
}
.ol-zoom-extent {
	top: 160px;
}
.ol-zoom-extent button {
	background-image: url(https://ec.europa.eu/regional_policy/assets/scripts/map/regio-gis-maps/cbpt/img/extent.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.ol-zoom-extent button::before {
    content: "";
}
.ol-zoom-extent button::after {
    content: "";
}
.ol-attribution.ol-logo-only {
	/* bottom: 35px; */
}
.ol-attribution {
	max-width: 50%;
}
.ol-attribution li{
	font-size: 10px;
}
#disclaimer {
  position: absolute;
  bottom: 5px;
  left: 250px;
  z-index: 1000;
  height: 25px; 
  background: #95b9e6;
  background: rgba(0,60,136,0.3);
  color: #000;
  font-size: 11px;
  border-radius: 4px;
  vertical-align: top;
}
.rg-popup-fixed {
	position: absolute;
	top: 90px;
	left: 250px;
	z-index: 1000;
	width: 280px;
	height: auto;
	max-height: 75%;	
	background-color: white;
	display: none;
	resize: both;
    overflow: auto;
}
.feature-type {
	background-color: #5DADE2;
	color: white;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.CBattrTable {
	margin-top: 5px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.CBattrTable tr {
	vertical-align: top;
}
.CBattrTable td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
}
.CBattrName {
	color: #888888;
	white-space: nowrap;
}
.CBattrValue {
	color: #333333;
	/*white-space: nowrap; */
}
.next-prev {
	color:blue; 
	cursor: pointer;
}
.next-prev-disabled {
	color:grey; 
	cursor: unset;
}
