#fullscreen-navigation .all-figure-list.map-layout{
	width: 90vw !important;
	height: 90vh !important;
	max-width: initial !important;
}

#fullscreen-navigation .all-figure-list.map-layout .close{
	top: 5px;
	right: 5px;
}

.fullscreen-element-layout.map-layout #evolving_gov h3{
	display: block;
}

#evolving_gov{
	position: relative;
    height: 100%;
    width: 100%;
	font-family: Verdana, sans-serif;
	background-color: #e4f5fd;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

#evolving_gov .legend-subtitle{
    display: inline-block;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}

#evolving_gov .legend-description{
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

#evolving_gov .loading {
    margin-top: 10em;
    text-align: center;
    color: #aaa;
}
#map-container{
    margin: auto;
    height: 100%;
    width: 100%;
}

#mapTitle{
	position: absolute;
    z-index: 99;
    top: 20px;
    left: 20px;
    margin: 0;
}

#legend {
    position:absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    z-index: 99900 !important;
    background: rgba(255,255,255,0.8);
}

#legend2{
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	padding: 10px 16px;
	z-index: 99901;
	background: rgba(255,255,255,0.8);
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}

#legend a.normalBTN,
#legend .legend_item,
#legend .sub_legend_item {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    color: black;
    padding: 0;
    font-size: 12px;
}

#legend sup{
	top: -0.8em;
	left: 0.2em;
}

#legend2 a.normalBTN{
	position: relative;
    margin: 5px 0;
	text-decoration: none;
	color: black;
	padding: 0;
	font-size: 12px;
	display: block;
}

#legend .sub_legend_item{
	margin-right: 4px;
}

#legend .sub_legend_item.last_item{
	margin-right: 0;
}

#legend .legend_item.last_item i{
	margin-left: 0;
}

.highcharts-legend-title span{
	left: -4px !important;
	top: -4px !important;
}

#legend .normalBTN,
.tooltip_title{
	font-weight: 600;
	display:inline-block;
	margin: 0;
	text-transform: uppercase;
}

.tooltip_color{
	padding-right: 5px;
}

#separatorBTN{
	height: 16px;
	width: 1px;
	background-color: #000;
	display: inline-block;
	margin: 0 8px 0 12px;
	position: relative;
	top: 4px;
}

.num_note{
	margin: 0 !important;
}

.num_note a{
	text-decoration: none;
	color: #000;
	cursor: help;
}

#legend a:hover i{
    color: #000;
}

#legend .legend_item i{
	height: 9px;
	width: 9px;
	display: inline-block;
	margin-right: 0;
	position: relative;
	border-radius: 50%;
	margin-left: 2px;
}

#legend .easy-tooltip-figure{
	font-size: 0.75rem !important;
}

i.figo_regional{
	background-color: #3b7a94;
}

i.figo_oi{
	background-color: #73a8bf;
}

i.figo_un{
	background-color: #a6c9d7;
}

i.tgi{
	background-color: #e17561;
}


.dates_player a,
.normalBTN{
	opacity: 0.3;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.dates_player a{
	opacity: 1;
	cursor: pointer;
}

.normalBTN .fas{
	color: #ed1c2a;
	position: relative;
	opacity: 0;
	padding-left: 1px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.dates_player a{
	color: #000;
}

.btn-clicked,
.btn-clicked .fas{
	opacity: 1;
}

.normalBTN:hover,
.normalBTN:hover .fas {
	opacity: 1;
	cursor: pointer;
}

.dates_player a:hover{
	opacity: 0.3;
}

.dates_player a.active_BTN{
	cursor: default;
	opacity: 0.3;
}

.dates_player{
	text-align: center;
}

#legend2 .easy-tooltip-figure{
	font-size: initial !important;
}

#legend2 a.info_dates{
	opacity: 1;
	cursor: help;
}

.map-layout .source_div{
	margin-top: 10px !important;
}

#map-container h3{
    margin: 0 0 5px;
}

.legend-note,
.mapNote{
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 0 0 0.4em;
}

.variation {
	display: none;
}