@font-face {
	font-family: 'ForFutureSans';
	src:url('fonts/ForFutureSans-Regular.woff2') format('woff2'),
		url('fonts/ForFutureSans-Regular.otf') format('otf'),
		url('fonts/ForFutureSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ForFutureSans';
	src:url('fonts/ForFutureSans-Bold.woff2') format('woff2'),
		url('fonts/ForFutureSans-Bold.otf') format('otf'),
		url('fonts/ForFutureSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

:root {
	--primary-color: #E3E2DA;
	--secondary-text-color: #FFFFFF;
	--active: #646459;
	--hover:  #AAAA9F; 
	--amazon: #002532;
}

body {font-size: 16px !important;
	background: transparent;
	margin: 0 auto;
	font-family: 'ForFutureSans', sans-serif;
}

.EurolandTools-InteractiveAnalysis {
	font-family: 'ForFutureSans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #002532;

	max-width: 1246px;
}
/*** HyperLinks ***/

.EurolandTools-InteractiveAnalysis-Link:link,
.EurolandTools-InteractiveAnalysis-Link:visited {
	font-weight: normal;
	text-decoration: none;
	font-style: none;
	color: #002532;
}

.EurolandTools-InteractiveAnalysis-Link:hover,
.EurolandTools-InteractiveAnalysis-Link:active {
	font-weight: none;
	text-decoration: underline;
	font-style: none;
	color: #002532;
}

/*** Headings ***/

.EurolandTools-InteractiveAnalysis-Notes-Heading,
.EurolandTools-InteractiveAnalysis-Heading {
	font-family: inherit;
	color: #002532;
}

/*
.EurolandTools-InteractiveAnalysis-Heading {
font-size: 1.25em;
}
*/
/********** Buttons */

.EurolandTools-InteractiveAnalysis button {
	font-size: 16px;
}

/***** Level Zero */
.EurolandTools-InteractiveAnalysis-LevelZeroSelection-Box-Button {
	width: auto !important;
	font-family: inherit;
	font-weight: bold;
	text-transform: none;
	padding: 0 1em;
	border: 0em solid #FFF;
	border-bottom: 1.5px solid #E3E2DA;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background: #FFFFFF;
	color: #002532;
	transition: background 0.5s, color 0.5s, border 0.5s;
}
.EurolandTools-InteractiveAnalysis-LevelZeroSelection-ActiveBox .EurolandTools-InteractiveAnalysis-LevelZeroSelection-Box-Button,
.EurolandTools-InteractiveAnalysis-LevelZeroSelection-Box-Button:hover {
	background: #FFF;
	color: #002532;
	border-bottom: 1.5px solid #002532;
}
.EurolandTools-InteractiveAnalysis-LevelZeroSelection-ActiveBox .EurolandTools-InteractiveAnalysis-LevelZeroSelection-Box-Button {
	background-color: #FFF;
	color: #002532;
}

/***** Second Level */
.EurolandTools-InteractiveAnalysis-SecondLevelSelection-Buttons .EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button {
	font-size: 0.9em;
}
.EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button {
	font-family: inherit;
	font-weight: bold;
	text-transform: none;
	padding: 0.9em;
	border-radius: 0;
	border: 1px solid #002532;
	background: #ffffff;
	color: #002532;
	min-width: 13em;
	transition: background 0.5s, color 0.5s, border 0.5s;
}
.EurolandTools-InteractiveAnalysis-SecondLevelSelection-SelectedButton .EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button,
.EurolandTools-InteractiveAnalysis-SecondLevelSelection-SelectedButton .EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button:hover,
.EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button:hover {
	border: 1px solid #002532;
	background: #002532;
	color: #FFFFFF;
}
.EurolandTools-InteractiveAnalysis-SecondLevelSelection-SelectedButton .EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button:hover,
.EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button:hover {
	border: 1px solid #F1F1ED;
	background: #F1F1ED;
	color: #002532;
}

/* TABS */
.EurolandTools-CommonObjects-ScrollingSelection-DissabledArrowButton.EurolandTools-CommonObjects-ScrollingSelection-ArrowButton:hover,
.EurolandTools-CommonObjects-ScrollingSelection-ArrowButton {
	padding-top: 1.0em;
	padding-bottom: 1.0em;
}

.EurolandTools-CommonObjects-ScrollingSelection-Button {
	padding-top: 1.0em;
	padding-right: 0em;
	padding-bottom: 1.0em;
	padding-left: 0em;
}
.EurolandTools-CommonObjects-ScrollingSelection-DissabledArrowButton.EurolandTools-CommonObjects-ScrollingSelection-ArrowButton:hover,
.EurolandTools-CommonObjects-ScrollingSelection-ArrowButton,
.EurolandTools-CommonObjects-ScrollingSelection-ArrowButton:hover {
	border: 1px solid transparent;
	background: #FFFFFF;
	color: unset;
}
/* 
.EurolandTools-CommonObjects-ScrollingSelection-DissabledArrowButton.EurolandTools-CommonObjects-ScrollingSelection-ArrowButton:hover,
.EurolandTools-CommonObjects-ScrollingSelection-ArrowButton, 
*/
.EurolandTools-CommonObjects-ScrollingSelection-Button {
	margin: 0.0em 0.08em 0.0em 0.08em;
	padding: 1em;
	font-family: inherit;
	font-weight: bold;
	font-size: 1.0em;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	transition: background 0.5s, color 0.5s, border 0.5s;
	position: relative;
	top: 0px;
	left: 0px;
	border-radius: 0;
	border: 1px solid #002532;
	background: #FFFFFF;
	color: #002532;
}
.EurolandTools-CommonObjects-ScrollingSelection-Button:hover {
	border: 1px solid #F1F1ED;
	background :#F1F1ED;
	color: #002532;
}
.EurolandTools-CommonObjects-ScrollingSelection-SelectedButton {
	border: 1px solid #002532;
	background: #002532;
	color: #FFFFFF;
}

.EurolandTools-CommonObjects-ScrollingSelection-SelectedButton:before {
	content: "";
	width: 0;
	height: 0;

	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0em;

	border-left: 0em solid transparent;
	border-right: 0em solid transparent;
	border-top: 0em solid #1393BD;
}

.EurolandTools-CommonObjects-ScrollingSelection-ArrowButtonContainer,
.EurolandTools-CommonObjects-ScrollingSelection-ButtonContainer {
	padding: 0em 0.3em 0em 0.3em;
}

.EurolandTools-InteractiveAnalysis-LevelZeroSelection+div[dir] {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.EurolandTools-InteractiveAnalysis-LevelZeroSelection+div[dir]:after {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0em;
	left: 0px;
	z-index: -1;

	border-top: 0em solid #EBEDEE;
}

/*************************************************************************************************** Tables ***/

.EurolandTools-InteractiveAnalysis-ScrollDataTable-PrintTable {
	width: 100%;
	border-collapse: collapse;
}

/*** Inner Borders ***/

.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodCell {
	border-left: 0em solid #DFDFDF;
}

.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-ValueCell {
	border-left: 0em solid #DFDFDF;
}

.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-LastRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Name,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-LastRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Unit,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-LastValueRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-ValueCell,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Name,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Unit,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-ValueCell {
	border-bottom: 1px solid #DFDFDF !important;
}

.EurolandTools-InteractiveAnalysis-ScrollDataTable-PrintTable .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodUnitCell,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-ValueCell:first-child,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodCell:first-child {
	border-left: 0px;
}

/*** Outter borders ***/

.EurolandTools-InteractiveAnalysis-ScrollDataTable-PrintTable,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-DataColumn,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn {
	border: 0px;
}

.EurolandTools-InteractiveAnalysis-ScrollDataTable-PrintTable .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodNameCell,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-PeriodRow-Name,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Name {
	border-left: 0em solid #DFDFDF;
}

.EurolandTools-InteractiveAnalysis-ScrollDataTable-PrintTable .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodCell:last-child,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-PrintTable .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-ValueCell:last-child,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-DataColumn {
	border-right: 0em solid #DFDFDF;
}

/* Scrolling separator border */
.EurolandTools-InteractiveAnalysis-ScrollDataTable-PrintTable .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodUnitCell,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-PrintTable .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Unit,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn {
	border-right: 0em solid #A6A9A3;
}

.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-PeriodRow-Name,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-PeriodRow-Unit,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodCell {
	border-top: 0em solid #DFDFDF;
}

.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-LastValueRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Name,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-LastValueRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Unit,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-LastRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Name,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-LastRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Unit,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-LastValueRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-ValueCell {
	border-bottom: 0em solid #DFDFDF;
}

/*** Header Top/Bottom Borders ***/

.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-PeriodRow-Name,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-PeriodRow-Unit,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodCell {
	border-top: 0em solid #DFDFDF;
	border-bottom: 0em solid #DFDFDF;
}

/*** Header Left/Right Borders ***/

.EurolandTools-InteractiveAnalysis-ScrollDataTable-PrintTable .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodNameCell,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-PeriodRow-Name {
	border-left-color: #DFDFDF;
}

.EurolandTools-InteractiveAnalysis-ScrollDataTable-PrintTable .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodCell:last-child,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodCell:last-child {
	border-right-color: #DFDFDF;
}

/*

Because of the scolling the border-right color can't be respected, uncomment this to make it respect it

.EurolandTools-InteractiveAnalysis-ScrollDataTable-DataColumn {
border-right: 0px;
}
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodCell:last-child {
border-right: 0em solid #DFDFDF;
}
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-ValueCell:last-child {
border-right: 0em solid #DFDFDF;
}

*/

/*** Table Backgrounds ***/

/*** Head ***/

.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodCell {
	background: #E6E6E6;
	color: #002532;
	text-align: right;
	font-weight: bold;
	text-transform: none;
	padding: 0.8em 0.6em;
}

.EurolandTools-InteractiveAnalysis-ScrollDataTable-PrintTable .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodUnitCell,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-PrintTable .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodNameCell,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-PeriodRow-Name,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-PeriodRow-Unit {
	background: #E6E6E6;
	color: #002532;
	text-align: left;

	font-weight: bold;
	text-transform: none;

	padding: 0.8em 0.6em;
}

/*** Body ***/


.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-OddValueRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Name,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-OddValueRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Unit,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-OddValueRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-ValueCell,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-OddRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Name,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-OddRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Unit {
	background: transparent;
}

.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-EvenValueRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Name,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-EvenValueRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Unit,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-EvenValueRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-ValueCell,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-EvenRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Name,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-EvenRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Unit {
	background: transparent;
}

.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-ValueCell,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-ValueRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-ValueCell {
	background: #FFFFFF;
	text-align: right;
	color: #002532;

	padding: 0.6em;
}


.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Name,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Unit,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Row .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Name,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Row .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Unit {
	background: #FFFFFF;
	text-align: left;
	color: #002532;

	font-weight: normal;
	text-transform: none;

	padding: 0.6em;
}

.EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodRow .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Unit,
.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Row .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Unit {
	text-align: right;
	font-weight: normal;
}

.EurolandTools-InteractiveAnalysis-LevelZeroSelection {
	text-align: left;
	margin-bottom: 1.5em;
}

.EurolandTools-InteractiveAnalysis-Heading {
	font-size: 16 !important;
	display: none;
}
.EurolandTools-InteractiveAnalysis-LevelZeroSelection {
	position: relative;
}

.EurolandTools-InteractiveAnalysis-LevelZeroSelection::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 4px;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;
	border-bottom: none;
}

/********** ADDITIONAL CSS */
.EurolandTools-InteractiveAnalysis-Euroland,
.EurolandTools-InteractiveAnalysis-Disclaimer {
	font-size: 13px;
}
.EurolandTools-CommonObjects-Legend-LegendItem-SymbolContainer > div {
	padding-top: 3px !important;
}
.EurolandTools-CommonObjects-Legend-LegendItem-Symbol {
	margin: -11px 0.3em 0px 3px;
}
/***** Graph/Table Icon Container */
.EurolandTools-InteractiveAnalysis-ViewButtons {
	width: 100%;
	padding: 1em;
	float: right;
}
.EurolandTools-CommonObjects-ButtonObject {
	width: 40px;
	margin: 0 25px 0 20px;
}
.EurolandTools-CommonObjects-ButtonObject:hover {
	font-size: 16px;
}
.EurolandTools-InteractiveAnalysis-Buttons .EurolandTools-CommonObjects-ButtonObject {
	width: calc(96%/4);
	margin: 0 1% 0 0;
}
.EurolandTools-InteractiveAnalysis-HeadingContainer {
	padding: 1em 0;
}
.EurolandTools-InteractiveAnalysis-TableButton,
.EurolandTools-InteractiveAnalysis-GraphButton {
	width: 15%;
	height: 56px;
	line-height: 56px;
}
.EurolandTools-CommonObjects-ButtonObject-Icon {
	position: relative;
	top: 0px;
	left: 10px;
	line-height: inherit;
	text-align: left;
}
/* Normal State */
/* Normal State */
.EurolandTools-InteractiveAnalysis-GraphButton .EurolandTools-CommonObjects-ButtonObject-Icon:before {
	content: url(assets/icons/tab_graph.svg);
	font-family: inherit;
	font-size: 16px;
	text-align: left;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
}
.EurolandTools-InteractiveAnalysis-GraphButton .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " View as a Graph";
	font-family: inherit;
	font-size: 16px;
	text-align: left;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	display: inline-block;
	position: relative;
	top: -10px;
	left: 10px;
	width: auto;
}
.es-ES .EurolandTools-InteractiveAnalysis-GraphButton .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " Ver como gráfico";
}

.EurolandTools-InteractiveAnalysis-TableButton .EurolandTools-CommonObjects-ButtonObject-Icon:before {
	content: url(assets/icons/tab_table.svg);
	font-family: inherit;
	font-size: 16px;
	text-align: left;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
}
.EurolandTools-InteractiveAnalysis-TableButton .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " View as a Table";
	font-family: inherit;
	font-size: 16px;
	text-align: left;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	display: inline-block;
	position: relative;
	top: -10px;
	left: 10px;
	width: auto;
}
.es-ES .EurolandTools-InteractiveAnalysis-TableButton .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " Ver como tabla";
}

/* Tab Active State */
.EurolandTools-InteractiveAnalysis-GraphButton.EurolandTools-CommonObjects-ButtonObject-Toggled .EurolandTools-CommonObjects-ButtonObject-Icon:before {
	content: url('assets/icons/tab_graph.svg');
	font-family: inherit;
	font-size: 16px;
	text-align: left;
	padding: 0;
	border: none;
	border-radius: 0;
	transform: scale(1.1);
	width: auto;
}
.EurolandTools-InteractiveAnalysis-GraphButton.EurolandTools-CommonObjects-ButtonObject-Toggled .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " View as a Graph";
	font-family: inherit;
	font-size: 16px;
	text-align: left;
	padding: 0;
	border: none;
	border-radius: 0;
	transform: scale(1.1);
	width: auto;
}
.es-ES .EurolandTools-InteractiveAnalysis-GraphButton.EurolandTools-CommonObjects-ButtonObject-Toggled .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " Ver como gráfico";
}

.EurolandTools-InteractiveAnalysis-TableButton.EurolandTools-CommonObjects-ButtonObject-Toggled .EurolandTools-CommonObjects-ButtonObject-Icon:before {
	content: url('assets/icons/tab_table.svg');
	font-family: inherit;
	font-size: 16px;
	text-align: left;
	padding: 0;
	border: none;
	border-radius: 0;
	transform: scale(1.1);
}
.EurolandTools-InteractiveAnalysis-TableButton.EurolandTools-CommonObjects-ButtonObject-Toggled .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " View as a Table";
	font-family: inherit;
	font-size: 16px;
	text-align: left;
	padding: 0;
	border: none;
	border-radius: 0;
	transform: scale(1.1);
}
.es-ES .EurolandTools-InteractiveAnalysis-TableButton.EurolandTools-CommonObjects-ButtonObject-Toggled .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " Ver como tabla";
}

/***** Button Icons */
.EurolandTools-CommonObjects-ButtonObject-Icon::after {
	text-align: left;
	height: 16px;
	line-height: 16px;
}

.EurolandTools-InteractiveAnalysis-PrintButton .EurolandTools-CommonObjects-ButtonObject-Icon:before {
	content: url('assets/icons/button_print.svg');
	font-size: 16px;
	font-family: inherit;
	color: inherit;
}
.EurolandTools-InteractiveAnalysis-PrintButton .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " Print";
	font-size: 16px;
	font-family: inherit;
	color: inherit;
	display: inline-block;
	position: relative;
	top: -5px;
	left: 15px;
	width: auto;
}
.es-ES .EurolandTools-InteractiveAnalysis-PrintButton .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " Imprimir";
}

.EurolandTools-InteractiveAnalysis-ImageButton .EurolandTools-CommonObjects-ButtonObject-Icon:before {
	content: url('assets/icons/button_image.svg');
	font-size: 16px;
	font-family: inherit;
	color: inherit;
}
.EurolandTools-InteractiveAnalysis-ImageButton .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " Export as Image";
	font-size: 16px;
	font-family: inherit;
	color: inherit;
	display: inline-block;
	position: relative;
	top: -5px;
	left: 15px;
	width: auto;
}
.es-ES .EurolandTools-InteractiveAnalysis-ImageButton .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " Exportar como JPG";
}

.EurolandTools-InteractiveAnalysis-PdfButton .EurolandTools-CommonObjects-ButtonObject-Icon:before {
	content: url('assets/icons/button_pdf.svg');
	font-size: 16px;
	font-family: inherit;
	color: inherit;
}
.EurolandTools-InteractiveAnalysis-PdfButton .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " Export as PDF";
	font-size: 16px;
	font-family: inherit;
	color: inherit;
	display: inline-block;
	position: relative;
	top: -5px;
	left: 15px;
	width: auto;
}
.es-ES .EurolandTools-InteractiveAnalysis-PdfButton .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " Exportar como PDF";
}

.EurolandTools-InteractiveAnalysis-ExcelButton .EurolandTools-CommonObjects-ButtonObject-Icon:before {
	content: url('assets/icons/button_excel.svg');
	font-size: 16px;
	font-family: inherit;
	color: inherit;
}
.EurolandTools-InteractiveAnalysis-ExcelButton .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " Export as Excel";
	font-size: 16px;
	font-family: inherit;
	color: inherit;
	display: inline-block;
	position: relative;
	top: -5px;
	left: 15px;
	width: auto;
}
.es-ES .EurolandTools-InteractiveAnalysis-ExcelButton .EurolandTools-CommonObjects-ButtonObject-Icon:after {
	content: " Exportar todos los datos a Excel";
}
/********* Custom Arrow Button */
body > div > div:nth-child(2) > table > tbody > tr > td:nth-child(3) > .EurolandTools-CommonObjects-ScrollingSelection-DissabledArrowButton::before {
	display: inline-block;
	content: url('assets/icons/tab_arrow.svg') !important;
	top: 14px !important;
	right: 0;
	width: 25px;
	height: 25px;
	position: relative;
}
body > div > div:nth-child(2) > table > tbody > tr > td:nth-child(1) >  .EurolandTools-CommonObjects-ScrollingSelection-DissabledArrowButton::before {
	display: inline-block;
	content: url('assets/icons/tab_arrow.svg') !important;
	top: 6px !important;
	right: 0;
	width: 25px;
	height: 25px;
	position: relative;
}
body > .EurolandTools-InteractiveAnalysis > div:nth-child(2) > table > tbody > tr > td:nth-child(1) > button::before {
	transform: rotate(180deg);
}
body > .EurolandTools-InteractiveAnalysis > div:nth-child(2) > table > tbody > tr > td:nth-child(3) > button::before {
	transform: rotate(360deg);
}
.EurolandTools-InteractiveAnalysis > div:nth-child(2) > table > tbody > tr > td:nth-child(1) > button::before,
.EurolandTools-InteractiveAnalysis > div:nth-child(2) > table > tbody > tr > td:nth-child(3) > button::before {
	display: inline-block;
	content: url('assets/icons/tab_arrow.svg');
	top: 10px !important;
	right: 0;
	width: auto;
	height: auto;
	position: relative;
}
.es-ES .EurolandTools-InteractiveAnalysis > div:nth-child(2) > table > tbody > tr > td:nth-child(1) > button::before {
	top: 17px !important;
}
.es-ES .EurolandTools-InteractiveAnalysis > div:nth-child(2) > table > tbody > tr > td:nth-child(3) > button::before {
	top: 23px !important;
}
body > div > div:nth-child(2) > table > tbody > tr > td:nth-child(3) > button > div > div,
body > div > div:nth-child(2) > table > tbody > tr > td:nth-child(1) > button > div > div {opacity: 0;}

/********** MEDIA QUERY */
@media (max-width: 1180px) {
	.EurolandTools-InteractiveAnalysis-Buttons .EurolandTools-CommonObjects-ButtonObject {
		width: calc(100%/4);
		margin: 0;
	}
}
@media (max-width: 1100px) {
	.EurolandTools-InteractiveAnalysis-TableButton,
	.EurolandTools-InteractiveAnalysis-GraphButton {
		width: 20%;
	}
	.EurolandTools-CommonObjects-ButtonObject-Icon {
		left: 50px;
	}
	.EurolandTools-InteractiveAnalysis-Buttons .EurolandTools-CommonObjects-ButtonObject-Icon {
		left: 10px;
	}
	.EurolandTools-InteractiveAnalysis-Buttons .EurolandTools-CommonObjects-ButtonObject {
		width: calc(100%/2);
	}

}
@media (max-width: 900px) {
	body > div > div:nth-child(2) > table > tbody > tr > td:nth-child(3) > .EurolandTools-CommonObjects-ScrollingSelection-DissabledArrowButton::before {
		top: 25px !important;
	}
	body > div > div:nth-child(2) > table > tbody > tr > td:nth-child(1) >  .EurolandTools-CommonObjects-ScrollingSelection-DissabledArrowButton::before {
		top: 15px !important;
	}
	.EurolandTools-InteractiveAnalysis > div:nth-child(2) > table > tbody > tr > td:nth-child(1) > button::before {
		top: 20px !important;
	}
	.EurolandTools-InteractiveAnalysis > div:nth-child(2) > table > tbody > tr > td:nth-child(3) > button::before {
		top: 20px !important;
	}
	.es-ES .EurolandTools-InteractiveAnalysis > div:nth-child(2) > table > tbody > tr > td:nth-child(1) > button::before {
		top: 20px !important;
	}
	.es-ES .EurolandTools-InteractiveAnalysis > div:nth-child(2) > table > tbody > tr > td:nth-child(3) > button::before {
		top: 20px !important;
	}
}
@media (max-width: 840px) {
	.EurolandTools-InteractiveAnalysis-TableButton,
	.EurolandTools-InteractiveAnalysis-GraphButton {
		width: 25%;
	}
}
@media (max-width: 780px) {
	.es-ES .EurolandTools-InteractiveAnalysis > div:nth-child(2) > table > tbody > tr > td:nth-child(1) > button::before {
		top: 20px !important;
	}
	.es-ES .EurolandTools-InteractiveAnalysis > div:nth-child(2) > table > tbody > tr > td:nth-child(3) > button::before {
		top: 28px !important;
	}
}
@media (max-width: 680px) {
	.EurolandTools-InteractiveAnalysis-TableButton,
	.EurolandTools-InteractiveAnalysis-GraphButton {
		width: 40%;
	}
	.EurolandTools-InteractiveAnalysis-Buttons .EurolandTools-CommonObjects-ButtonObject {
		width: 100%;
		height: 56px;
	}
}
@media (max-width: 580px) {
	.EurolandTools-InteractiveAnalysis-LevelZeroSelection-Box {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.EurolandTools-InteractiveAnalysis-LevelZeroSelection-Box-Button {
		width: 100% !important;
		margin: 0 auto !important;
	}
	.EurolandTools-CommonObjects-Legend:nth-child(2) .EurolandTools-CommonObjects-Legend-LegendItemWraper{
		width: 100% !important;
		display: block !important;
	}
	.es-ES .EurolandTools-InteractiveAnalysis > div:nth-child(2) > table > tbody > tr > td:nth-child(1) > button::before {
		top: 17px !important;
	}
	.es-ES .EurolandTools-InteractiveAnalysis > div:nth-child(2) > table > tbody > tr > td:nth-child(3) > button::before {
		top: 21px !important;
	}
}
@media (max-width: 531px) {
	.EurolandTools-InteractiveAnalysis-LevelZeroSelection::after {
		display: none;
	}
}
@media (max-width: 480px) {
	.EurolandTools-InteractiveAnalysis-TableButton,
	.EurolandTools-InteractiveAnalysis-GraphButton {
		width: 80%;
		margin: 0 auto;
	}
}