@import url("//fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
	--blue: #238DC2;
	--blk: #101010;
	--blk-txt: #20252E;
	--blk-hover: #42454E;
}
.tabs li,
.tabs:after,
.download-single-result td.single-data-item,
.download-single-result td.single-data-label,
body,
input,
button {
	font-size: 17px;
	font-family: "Barlow", sans-serif;
	color: #101010;
}

body.ar-ae .tabs li,
body.ar-ae .tabs:after,
body.ar-ae .download-single-result td.single-data-item,
body.ar-ae .download-single-result td.single-data-label,
body.ar-ae,
body.ar-ae input,
body.ar-ae button {
	font-family: 'Segoe UI', Arial, sans-serif;
	direction: rtl;
}

body.ar-ae .ac_input,
body.ar-ae #txtStartDate,
body.ar-ae #txtEndDate,
body.ar-ae #txtHeaderCurrency,
body.ar-ae .selection input {
	font-family: 'Segoe UI', Arial, sans-serif;
}

body {
	margin: 0px;
}

.hyperlink:link,
.hyperlink:visited,
a:link,
a:visited {
	color: #101010;

	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

.hyperlink:hover,
.hyperlink:active,
a:hover,
a:active {
	color: var(--blk-hover);

	font-weight: none;
	text-decoration: underline;
	font-style: none;
}

.table-share td {
	line-height: normal;
}

.eu-checkbox {
	vertical-align: top;
	margin-top: 1px;
}

/*************************************** End of: Basic setting to overvwrite the tool ****************************************/

.wrapper {
	padding: 0px;
	max-width: 1200px;
	margin: 0 auto;
	width: auto;
}

.divGraph .second-heading,
.main-heading {
	line-height: normal;
	margin: 0px;
	padding: 0px;

	font-size: 18px !important;
	font-weight: 700;
	color: #101010 !important;

	padding-top: 1.0em;
	padding-bottom: 1.0em;
}

.main-heading {
	display: none;
}

.btn-section {
	height: auto;
	line-height: normal;
}

.show-data-button,
.download-data-button,
.show-data-button:active {
	height: auto;
	line-height: normal;

	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 12px 0em;

	border: 1px solid var(--blk-txt);
	border-radius: 0px;

	background: var(--blk-txt) !important;
	color: #FFFFFF !important;

	transition: background 0.5s, color 0.5s, border 0.5s;

	width: 210px;
}

.show-data-button:hover,
.download-data-button:hover {
	background: #FFFFFF;
	color: var(--blk-hover);
	border-color: var(--blk-hover);
	cursor: pointer;
}

.download-data-button img {
	display: none;
}

.footer-box {
	text-align: right;
	font-size: 14px;
}

/*************************************** Start of: Graphs ****************************************/

.divGraph hr {
	display: none;
}

#historicalChartArea {
	margin-top: 0px;
	text-align: center;
}

.highcharts-container {
	width: 100%;
}

.column-chart-item {

	display: inline-block;
	box-sizing: border-box;

	width: 50%;
	height: 14em;

	padding: 0.25em;
	margin: 0px;


	float: none;
}

.last-chart-item {
	width: 100% !important;
	margin: 0px !important;
}

.highcharts-axis-labels span {
	margin-top: 0.5em !important;
}

.divGraph .second-heading {
	padding-left: 0.25em;
}

/*************************************** Start of: Table Settings ****************************************/


/*** Table ***/

.table-share-item,
.table-share {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

/*** Inner Borders ***/

.table-share-item .td-header.td-value,
#scrollerBar .scroller-table thead th,
.table-share-header-market,
.table-share-header-currency,
.table-share-header-date {
	border-left: 1px solid #e1e1e1;
}

.parameters .scroller-table thead th {
	border-right: 1px solid #e1e1e1;
}

.table-share-item .td-value,
#scrollerBar .scroller-table tbody td,
.table-share-market-name,
.table-share-row-currency,
.table-share-row-date {
	border-left: 1px solid #e1e1e1;
}

.parameters .scroller-table tbody td,
.single-data-label {
	border-right: 0px solid #e1e1e1;
}

.table-share-item td,
.parameters .scroller-table tbody td,
#scrollerBar .scroller-table tbody td,
.download-single-result .page-font-style td,
.single-result-item,
.table-share tbody td {
	border-bottom: 1px solid #e1e1e1;
}

#scrollerBar .scroller-table thead input+th,
#scrollerBar .scroller-table tbody td:first-child {
	border-left: 0px;
}

/*** Outter borders ***/

.table-share-item .td-header,
.parameters .scroller-table thead th,
#scrollerBar .scroller-table thead th,
.download-single-result .page-font-style tr:first-child td,
.table-share-header {
	border-top: 0px solid #e1e1e1;
}

.table-share-item .td-label,
.parameters .scroller-table thead th,
.parameters .scroller-table tbody td,
.single-data-label,
.single-result-date-text,
.single-result-values,
.checkbox-wrapper,
.table-share-header-check {
	border-left: 0px solid #e1e1e1;
}

.table-share-item .td-value,
#scrollerBar .scroller-table thead th:last-child,
#scrollerBar .scroller-table tbody td:last-child,
.download-single-result-date,
.single-result-date-text,
.single-result-values,
.table-share-header-date,
.table-share-row-date {
	border-right: 0px solid #e1e1e1;
}

.table-share-item tr:last-child td,
.parameters .scroller-table tbody tr:last-child td,
#scrollerBar .scroller-table tbody tr:last-child td,
.download-single-result .page-font-style tr:last-child td,
.single-result-item-volume,
.table-share tbody tr:last-child td {
	border-bottom: 1px solid #e1e1e1;
}

/*** Header Top/Bottom Borders ***/

.table-share-item .td-header,
.parameters .scroller-table thead th,
#scrollerBar .scroller-table thead th,
.single-result-date-text,
.table-share-header {
	border-top: 0em solid #e1e1e1;
	border-bottom: 0px solid #e1e1e1;
}

/*** Header Left/Right Borders ***/
/*** Table Backgrounds ***/
/*** Head ***/
.table-share-item tr .td-header.td-value,
#scrollerBar .scroller-table thead th,
.table-share-header {
	background: #238DC2;
	color: #EEF5E3;
	text-align: right;

	font-weight: bold;
	text-transform: none;
}

.table-share-item tr .td-header.td-label,
.parameters .scroller-table thead th,
.single-result-date-text,
.table-share-header-check,
.table-share-header-name {
	background: #101010;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-transform: none;
}

/*** Body ***/

.table-share-item tr:nth-child(even) td,
#scrollerBar tr:nth-child(even) td,
.parameters tr:nth-child(odd) td,
.download-single-result .page-font-style tr:nth-child(even) td,
.single-result-item-open,
.single-result-item-low,
.table-share tbody td.table-share-row-even {
	background: transparent;
}

.table-share-item tr:nth-child(odd) td,
#scrollerBar tr:nth-child(odd) td,
.parameters tr:nth-child(even) td,
.download-single-result .page-font-style tr:nth-child(odd) td,
.single-result-item-high,
.single-result-item-volume,
.table-share tbody td.table-share-row-odd {
	background: transparent;
}

.table-share-item tr td.td-value,
#scrollerBar .scroller-table tbody tr td,
.download-single-result .page-font-style tr td.single-data-item,
.table-share tbody td.table-share-row-even,
.table-share tbody td.table-share-row-odd {
	background: #FFFFFF;
	text-align: right;
	color: #101010;

	font-weight: normal;
}

.table-share-item tr td.td-label,
.parameters .scroller-table tbody tr td,
.download-single-result .page-font-style tr td.single-data-label,
.single-result-values,
.table-share tbody td.checkbox-wrapper,
.table-share tbody td.table-share-row-name {
	background: #FFFFFF;
	text-align: left;
	color: #101010;

	font-weight: normal;
	text-transform: none;
}

/*** Various Fixes ***/

#scrollerBar .scroller-table {
	position: relative;
	top: 0px;
	left: -1px;
}

.parameters .scroller-bable tbody tr td:first-child div,
.parameters .scroller-table th div {
	text-align: inherit;
}

/*fix cos div*/

.single-result-item {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.single-result-values {
	padding: 0;
	border-bottom: 0;
}

/*Row border - header*/

.share-info .scroller-bable th div {
	text-align: inherit;
}

/*Fix for scroller table*/

.share-info .scroller-bable tbody tr:first-child {
	display: none;
}

/*Whole table outer border*/
/*
.single-result-item-volume {
    border-bottom: 0;
}
*/
/*********************** END OF BORDER CONTROLS ***************************/

.share-info .row-header {
	white-space: nowrap;
}

.table-share-item,
.table-share,
.download-single-result table {
	border-bottom: 0;
	margin-bottom: 2.0em;
	border-collapse: collapse;
}

.scroller-bable,
.share-info .scroller-table {
	border-collapse: collapse;
}

/***** END OF BORDER SETTINGS *****/


.table-share-item td.td-header.td-label,
.table-share-item td.td-header.td-value,
.scroller-table th,
.table-share-header {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
	padding-right: 0.8em;
}

.table-share-item td.td-header.td-label,
.table-share-item td.td-header.td-value,
.scroller-table th,
.table-share th {
	height: auto !important;
	line-height: normal;
}

.table-share-item td.td-label,
.table-share-item td.td-value,
.table-share-row-even,
.table-share-row-odd {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
	padding-right: 0.8em;

	height: auto;
	line-height: normal;
}


.table-share-header-date,
.table-share-row-date,
.table-share-header-currency {
	padding-left: 0.3em;
}

.table-share-item td.td-value {
	padding-right: 1.5em;
}

.table-share-header-name,
.table-share-row-name {
	padding-left: 0;
	border-left: 0;
}

.table-share-header {
	width: 25%;
}

.table-share th.table-share-header-check,
.table-share td.checkbox-wrapper {
	width: 20px;
	border-right: 0;
}

/*************************************** Start of: Selection ****************************************/

.selection {
	margin-top: 0em;
	padding: 0px;
	padding-top: 1em;
	border-top: 0px solid #A3A9A4;
	position: relative;
}

.selection-left,
.selection-right {
	float: none;
	display: inline-block;
	height: auto;
	line-height: 1em;
	padding: 0px;

	vertical-align: top;
}

.td-fromto,
.td-right,
.td-iconcalendar {
	line-height: 2.5em;
	padding: 0px;
	height: auto;
	margin-bottom: 10px;
}

.td-fromto {
	width: 3em;
}

.selection-left {
	line-height: 2.5em;
	width: auto !important;
	min-width: 11.5em !important;
}

.historical .selection-left {
	width: auto !important;
	min-width: 18em !important;
}

.td-right {
	padding: 0px;
}

.td-iconcalendar {
	padding-left: 5px;
}

.currency-selection,
.date-time-selection {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#txtStartDate,
#txtEndDate,
#txtHeaderCurrency,
.selection input {
	font-size: 17px;
	width: 15em;
	line-height: normal;
	height: 48px;
	border: 1px solid #e1e1e1;
	padding: 0 15px;
	box-sizing: border-box;
}

.ac_input,
#txtStartDate,
#txtEndDate,
#txtHeaderCurrency,
.selection input {
	min-width: 11em !important;
	box-sizing: border-box;
}

/*************************************** Start of: Single share display ****************************************/

.single-share-sperator {
	display: none;
}

.single-share {
	width: 49%;
}

.single-share:first-child {
	border-left: 1px solid #e1e1e1;
}

.single-result-date-text,
.single-result-item {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 0.8em;
	padding-right: 0.8em;
}

.single-result-item {
	padding-left: 0.8em;
	width: 100%;
	box-sizing: border-box;
}

.single-result-values {
	padding: 0;
}

.single-result-close-price-text {
	padding: 0px;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;

	padding-top: 4.5em;
}

.single-result-close-price {
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}

.single-share table {
	width: 100%;
	border-collapse: collapse;
}

.mutil-currency,
.mutil-result-share-name {
	font-weight: bold;

}

.mutil-result-share-box-item {
	background: #ccc;
	border: 0;
	border-radius: 0;
}

.mutil-result-share-name {
	padding-top: 0.5em;
	font-size: 1.25em;
}

.mutil-currency {
	font-size: 1.1em;
	padding: 0.3em 0;
}

.mutil-result-market-name {
	padding-bottom: 0.8em;
}

@media (max-width: 480px) {
	.single-share {
		width: 49% !important;
	}

	body.body-rtl .single-result-date-text {
		text-align: right !important;
	}
}

@media (max-width:768px) {
	.single-result-close-price-text {
		text-align: center !important;
	}
}

/*************************************** Start of: Currency Selection ****************************************/

.dropdown-item-table tbody tr:first-child td:first-child {
	width: auto !important;
}

.ac_input {
	border: 1px solid #e1e1e1;
	background: #FFFFFF;
	width: 210px !important;
	line-height: 48px;
	height: 48px;
	font-size: 17px;
	padding-left: 10px;
}

.dropdown-item {
	width: auto !important;
	box-sizing: border-box;
}

.dropdown-item-text td:first-child {
	width: 100% !important;
}

.dropdown-item-text .flags {
	padding-right: 5px;
}

.ac-arrow,
.arrow-wrapper,
.ac-arrow button,
.dropdown-item-table {
	line-height: 2.5em !important;
	height: 2.5em !important;
	box-sizing: border-box;
}

.dropdown-item-table td:last-child {
	width: 1.5em !important;
}

.arrow-wrapper {
	text-align: center;
}

.ac_input_active .arrow-wrapper,
.arrow-wrapper:hover {
	border-left: 1px solid transparent;
	background: transparent;
}

.ac-arrow {
	display: inline-block;
	background: transparent;

	position: relative;
	top: 0px;
	left: 0px;

	width: 1em;
}

.ac-arrow:before {
	content: "";
	width: 0;
	height: 0;

	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.35em;
	margin-top: -0.35em;

	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-top: 0.7em solid #101010;
}

.ac_odd,
.ac_even {
	transition: background 0.3s, border 0.3s;
}

.ac_over {
	background: #D2D4DB;
	color: #101010;
	border-color: #e1e1e1;
	border-width: 1px;
}

.ac_results {
	border: 1px solid #e1e1e1;
	border-top: 0;
	box-shadow: 1px 1px 3px #D2D4DB;
	top: 48px !important;
	left: 0px !important;
	width: 208px !important;
}

.dropdown-name {
	width: 140px !important;
}

.local-currency {
	width: 100% !important;
	line-height: 1em;
	height: auto;
	padding-left: 0.16em;
}

.ac_results li {
	margin-bottom: 0em;
	line-height: normal;
	height: auto;
}

.ac_results li table,
.ac_results li table tr td:first-child {
	width: 100%;
}

.flags {
	padding-right: 10px;
}

/*
.jspHorizontalBar,
.jspVerticalBar {
    display: none!important;
}
.jspPane {
    margin-left:0px!important;
}
*/

/*************************************** Start of: Share price results ****************************************/

.result-box {
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	padding: 15px 15px;
}

.result-close-icon {
	width: 2em !important;
	height: 2em !important;
	line-height: 2em !important;
	border: 1px solid #e1e1e1;
	border-top-right-radius: 10px;
}

.download-single-result {
	margin: 2em 0;
}

.download-single-result table td {
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	height: auto;
}

.scroller-table td {
	border-bottom: 0px;
}

.scroller-bable {}

.scroller-table .row-height,
.scroller-table .infor-row-width,
.param-label,
.infor-row-width,
.single-data-label,
.single-data-item {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	text-overflow: initial;
	overflow: visible;

	line-height: normal;
	height: auto;
}

.download-single-result table td.download-single-result-date {
	padding-left: 1.3em;
}

.single-data-label {
	white-space: normal;
}

.text-align-right {
	text-align: right;
}

.param-row-width {
	text-align: left;
}

.scroller-table .row-header,
.scroller-table .infor-row-width {
	width: 100%;
	box-sizing: border-box;
}

.scroller-table .row-height.infor-row-width {
	padding-right: 1.5em;
	padding-left: 1em;
}

.figures-box {
	padding: 1em 2em 2em 2em;
}

.download-data {
	margin: 2em 0 0 0;
}

.share-info {
	width: 60%;
	margin-left: 0px;
}

.btn-section {
	padding-top: 1em;
}

@media (min-width: 0px) and (max-width: 526px) {

	/*** Re-Structures the table into blocks for a better layout ***/

	.download-single-result table.page-font-style,
	.download-single-result table.page-font-style tr,
	.download-single-result table.page-font-style tbody,
	.download-single-result td.single-data-label {
		display: block;
	}

	.download-single-result table.page-font-style tr {
		font-size: 0em;
	}

	.download-single-result td.single-data-item {
		display: inline-block;
		width: 50%;
		box-sizing: border-box;
	}

	.download-single-result .page-font-style {
		margin-bottom: 0px;
	}

	/*** Applies the table styles to the new structure and ovewrites the existing ones ***/

	.download-single-result {
		border-top: 1px solid #e1e1e1;
		border-left: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
	}

	.download-single-result .page-font-style tr:first-child td {
		border-top: 0px !important;
	}

	.download-single-result td {
		border-left: 0px !important;
		border-right: 0px !important;
	}

	.download-single-result .single-data-item,
	.download-single-result .page-font-style tr:last-child td.single-data-label,
	.download-single-result tr:last-child .single-data-item {
		border-bottom: 1px solid #e1e1e1;
	}

	.download-single-result tr:last-child .single-data-item {
		border-bottom: 1px solid #e1e1e1;
	}

	.download-single-result .single-data-item {
		text-align: left !important;
	}

	.download-single-result .single-data-item.download-single-result-date {
		text-align: right !important;
	}
}


/*************************************** Start of: Change Settings ****************************************/


.share-price-value-decrease-color~span,
.share-price-value-decrease-color {
	color: #FF0000;

	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
}

.share-price-value-decrease-color~span:before {
	content: "";
	width: 0;
	height: 0;

	position: absolute;
	top: 50%;
	right: -1em;
	margin-top: -0.4em;

	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	border-top: 0.7em solid #FF0000;
}

.share-price-value-increase-color~span,
.share-price-value-increase-color {
	color: #48A814;

	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
}

.share-price-value-increase-color~span:before {
	content: "";
	width: 0;
	height: 0;

	position: absolute;
	top: 50%;
	right: -1em;
	margin-top: -0.4em;

	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	border-bottom: 0.7em solid #48A814;
}



/************************************** Start of: Tab Settings ****************************************/

.tabs {
	text-align: center;
	border-bottom: 0px;
	font-size: 0px !important;
	float: none;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.tabs:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: 10;

	border-bottom: 1px solid #e1e1e1;
}

.tabs li {
	display: inline-block;
	margin: 0px;
	width: 20em;
	float: unset !important;
}

.tabItem:link,
.tabItem-active:link,
.tabItem:visited,
.tabItem-active:visited,
.tabItem,
.tabItem-active {
	height: auto;
	line-height: normal;

	margin: 0.0em 0px 0.0em 0px;

	padding: 13.5px 1em !important;

	font-family: inherit;
	font-weight: bold !important;
	font-size: 1.0em;
	font-style: normal;
	text-decoration: none;
	text-transform: none;

	border-radius: 0.0em 0.0em 0.0em 0.0em;

	border-top: 0px solid #e1e1e1;
	border-right: 0px solid #e1e1e1;
	border-bottom: 2px solid #FFFFFF;
	border-left: 0px solid #e1e1e1;

	background: #FFFFFF;
	color: #101010;

	transition: background 0.5s, color 0.5s, border 0.5s;
	height: auto;
    line-height: normal;
    display: block;
    padding-top: 1em !important;
    padding-right: 2em;
    padding-bottom: 1em !important;
    padding-left: 2em;
    margin-top: 0em;
    margin-right: 0.5em;
    margin-bottom: 0em;
    margin-left: 0.5em;
    border-radius: 0em 0em 0em 0em;
    font-family: inherit;
    font-weight: bold;
    font-size: 1.0em;
    text-transform: none;
	position: relative;
    z-index: 9;
}

.tabItem:hover,
.tabItem:active {
	background: #FFFFFF;
	color: var(--blk-txt);
	border-top: 0px solid var(--blk-txt);
	border-right: 0px solid var(--blk-txt);
	border-bottom: 2px solid var(--blk-txt);
	border-left: 0px solid var(--blk-txt);

	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	position: relative;
    z-index: 11;
}

.tabItem-active:link,
.tabItem-active:visited,
.tabItem-active {
	background: #FFFFFF;
	color: var(--blk-txt);
	border-top: 0px solid var(--blk-txt);
	border-right: 0px solid var(--blk-txt);
	border-bottom: 2px solid var(--blk-txt);
	border-left: 0px solid var(--blk-txt);

	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	position: relative;
    z-index: 11;
}
.tabItem-active: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 var(--blk-txt)
}


@media (min-width: 0px) and (max-width: 783px) {
	.table-share-header {
		width: 50%;
	}

	.table-share-row-currency,
	.table-share-market-name,
	.table-share-header-currency,
	.table-share-header-market {
		display: none !important;
	}

	.table-share-header-date,
	.table-share-row-date {
		display: table-cell !important;
	}


	.single-result-close-price-text {
		padding-top: 1em;
	}

	.single-result-close-price {
		text-align: center !important;
		padding-bottom: 1em;

	}

	.single-result-close-price-value {
		margin-left: 0px;
	}

	.single-share {
		width: 100% !important;
	}

	.single-share td {
		padding-left: 0em;
	}

	.single-share table {
		width: 100%;
		margin: 0 auto;
		margin-top: 2em;
	}

	.single-share td {
		padding-left: 0em;
	}

	.single-result-date-text {
		padding-left: 0.8em !important;
	}

	.single-result-values div {
		padding-left: 0.8em;
	}

	.divGraph {
		display: none !important;
	}
}

/* CALENDAR */

.EUCalendar,
.EUCalendar-menu-yearLabel div,
.EUCalendar-title div,
.EUCalendar-body,
.EUCalendar-menu-month-disabled,
.EUCalendar-day-disabled {
	text-shadow: none;
}

.EUCalendar-menu-yearLabel div,
.EUCalendar-title div {
	padding: 10px 20px;
	text-shadow: none;
	border: 1px solid transparent;
}

.EUCalendar-menu-today,
.EUCalendar-bottomBar-today {
	font-family: inherit;
	font-weight: normal;
	font-size: 17px;
	padding: 10.5px 1em;
	background-color: var(--blk-txt);
	color: #FFFFFF;
	text-transform: uppercase;
	border: 1px solid var(--blk-txt);
	border-radius: 10px;
	width: 8em;
}

.EUCalendar-menu-today-hover,
.EUCalendar-bottomBar-today-hover {
	background-color: #FFFFFF;
	color: var(--blk-hover);
}

.EUCalendar-day-selected {
	font-weight: normal;
	padding: 2px;
	margin: 1px;
	background-color: var(--blk-txt);
	border: 0 !important;
	color: #FFFFFF;
}

.EUCalendar-hover-date {
	padding: 2px;
	background-color: var(--blk-hover);
	border: 0 !important;
	margin: 1px !important;
	color: #FFFFFF;
}

.EUCalendar-day-today.EUCalendar-day-selected {
	background-color: var(--blk-txt);
}

.EUCalendar-bottomBar {
	border-top: 1px solid #e1e1e1;
	padding: 2px;
	position: relative;
	text-align: center;
}

.EUCalendar *:focus {
	outline: none;
}

/* ADDITIONAL CSS */

.ac_input:focus,
#txtStartDate:focus,
#txtEndDate:focus,
#txtHeaderCurrency:focus,
.selection input:focus {
	outline: none;
}

.ac-arrow {
	content: url("//tools.eurolandir.com/tools/splookup/Config/Company/ae-ph/down.png") !important;
	position: relative;
	left: -9px;
	height: 1em !important;
}

.date-time-selection .selection-right {
	position: absolute;
	left: 0;
	top: 4em;
}

.currency-selection .selection-left {
	display: none;
}

.btn-inner {
	text-align: left;
}

#startDateTrigger,
#endDateTrigger {
	width: 25px;
    height: 25px;
    background-image: url("//tools.eurolandir.com/tools/splookup/Config/Company/ae-ph/calendar.png");
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    right: 2em;
    top: 16px !important;
    background-size: 25px 25px;
}

#startDateTrigger {
	top: 11px !important;
}

#endDateTrigger {
	top: 4em !important;
}

.jspPane {
	position: absolute;
}

.jspHorizontalBar .jspTrack {
	background: transparent;
	position: relative;
	display: none;
}

.div-time-currency {
	margin-top: 10px;
	margin-bottom: 1em;
	width: 100%;
	float: left;
}

.supplyby-box {
	color: #101010;
	font-size: 14px;
	font-weight: normal;
}

footer .supply-by>a:before,
#SuppliedBy>a:before,
.footer .supply-by>a:before,
.supplied-box span>a:before,
.footer-info .supply-by span>a:before,
.footer div .hyperlink:before,
.footer-box .supplyby-box .hyperlink:before,
.footer-box .supplied .hyperlink:before {
	display: none;
}

footer .supply-by>a:hover,
#SuppliedBy>a:hover,
.footer .supply-by>a:hover,
.supplied-box span>a:hover,
.footer-info .supply-by span>a:hover,
.footer div .hyperlink:hover,
.footer-box .supplyby-box .hyperlink:hover,
.footer-box .supplied .hyperlink:hover,
footer .supply-by>a:visited,
#SuppliedBy>a:visited,
.footer .supply-by>a:visited,
.supplied-box span>a:visited,
.footer-info .supply-by span>a:visited,
.footer div .hyperlink:visited,
.footer-box .supplyby-box .hyperlink:visited,
.footer-box .supplied .hyperlink:visited,
footer .supply-by>a:active,
#SuppliedBy>a:active,
.footer .supply-by>a:active,
.supplied-box span>a:active,
.footer-info .supply-by span>a:active,
.footer div .hyperlink:active,
.footer-box .supplyby-box .hyperlink:active,
.footer-box .supplied .hyperlink:active,
footer .supply-by>a:focus,
#SuppliedBy>a:focus,
.footer .supply-by>a:focus,
.supplied-box span>a:focus,
.footer-info .supply-by span>a:focus,
.footer div .hyperlink:focus,
.footer-box .supplyby-box .hyperlink:focus,
.footer-box .supplied .hyperlink:focus {
	color: #101010 !important;
	font-size: 14px;
	font-weight: normal;
	vertical-align: bottom;
	text-decoration: underline;
}

footer .supply-by>a,
#SuppliedBy>a,
.footer .supply-by>a,
.supplied-box span>a,
.footer-info .supply-by span>a,
.footer div .hyperlink,
.footer-box .supplyby-box .hyperlink,
.footer-box .supplied .hyperlink {
	height: 16px;
	width: 88px;
	color: #101010 !important;
	font-size: 14px;
	font-weight: normal;
	vertical-align: bottom;
}

tr.row-toggle td:nth-child(2) {
	padding-top: 10px;
}

.selection.download {
	margin-bottom: 3em;
}

body.en-gb .EUCalendar-topCont {
	left: 0px !important;
}

.single-result-values {
	border-right: 1;
	border-left: 1;
}
.highcharts-series .highcharts-tracker rect{
	fill: var(--blk);
}
/* ARABIC */

body.body-rtl .tabs li {
	float: none !important;
}

body.body-rtl .table-share-item tr td.td-label,
body.body-rtl .parameters .scroller-table tbody tr td,
body.body-rtl .download-single-result .page-font-style tr td.single-data-label,
body.body-rtl .single-result-values,
body.body-rtl .table-share tbody td.checkbox-wrapper,
body.body-rtl .table-share tbody td.table-share-row-name,
body.body-rtl .table-share-item tr .td-header.td-label,
body.body-rtl .parameters .scroller-table thead th,
body.body-rtl .single-result-date-text,
body.body-rtl .table-share-header-check,
body.body-rtl .table-share-header-name {
	text-align: right;
}

body.body-rtl .table-share-item tr td.td-value,
body.body-rtl #scrollerBar .scroller-table tbody tr td,
body.body-rtl .download-single-result .page-font-style tr td.single-data-item,
body.body-rtl .table-share tbody td.table-share-row-even,
body.body-rtl .table-share tbody td.table-share-row-odd {
	text-align: left;
}

body.body-rtl .result-close-icon {
	float: left;
}

body.body-rtl .download-single-result table td.download-single-result-date {
	padding-left: 0em;
}

/* ARABIC CUSTOM */

body.body-rtl .date-time-selection .selection-right {
	position: absolute;
	left: unset;
	right: 0;
	top: 4em;
}

body.body-rtl #startDateTrigger {
	right: 9.5em;
	top: 0.6em;
}

body.body-rtl .selection.historical .currency-selection .selection-right {
	position: absolute;
	left: unset;
	right: 16em;
	top: 4em;
}

body.body-rtl .date-time-selection .selection-right {
	position: absolute;
	left: 0;
	right: 0em;
	top: 4em;
}

body.body-rtl .tabs {
	text-align: center;
}

body.body-rtl .tabs li {
	float: none !important;
	text-align: center;
}

body.body-rtl .btn-inner {
	text-align: right;
	width: 260px !important;
}

body.body-rtl .btn-outer {
	float: none;
	position: absolute;
	top: 4em;
	left: unset;
	right: 30.5em;
}

body.body-rtl .result-close-icon {
	border-top-right-radius: 0px;
}

body.body-rtl .currency-selection .selection-right td.td-fromto {
	display: none !important;
}

body.body-rtl .selection.historical {
    height: 110px;
}

@media screen and (min-width: 811px) {
	body.en-gb .btn-outer {
		float: none;
		height: 100%;
		overflow: visible;
		position: absolute;
		top: 7.6em;
		left: 33em;
	}
}

@media screen and (max-width: 810px) {
	body.en-gb .btn-outer {
		position: absolute;
		top: 11.3em;
		left: 49px;
	}

	body.en-gb .selection.download {
		margin-bottom: 5em;
	}

	body.en-gb .selection.download .show-data-button,
	body.en-gb .selection.download .download-data-button,
	body.en-gb .selection.download .show-data-button:active {
		width: 210px;
	}

	body.body-rtl .selection.download {
		margin-bottom: 6em;
	}

	body.body-rtl .selection.download .show-data-button,
	body.body-rtl .selection.download .download-data-button,
	body.body-rtl .selection.download .show-data-button:active {
		width: 210px;
	}
}

@media screen and (max-width: 750px) {
	body.body-rtl .btn-outer {
		float: none;
		position: absolute;
		top: 7.5em;
		left: unset;
		right: 0em;
	}

	body.body-rtl .div-result {
		margin-top: 4em;
	}

	body.body-rtl .show-data-button,
	body.body-rtl .download-data-button,
	body.body-rtl .show-data-button:active {
		width: 210px;
	}
}

@media screen and (min-width: 741px) {
	body.en-gb .selection.historical .btn-outer {
		float: none;
		height: 100%;
		overflow: visible;
		position: absolute;
		top: 4em;
		left: 30em;
	}
}

@media screen and (max-width: 740px) {
	body.en-gb .selection.historical .btn-outer {
		float: none;
		height: 100%;
		overflow: visible;
		position: absolute;
		top: 7.5em;
		left: 0em;
	}

	body.en-gb .div-result {
		margin-top: 3em;
	}

	body.en-gb .show-data-button,
	body.en-gb .download-data-button,
	body.en-gb .show-data-button:active {
		width: 210px;
	}
}

/* @media screen and (max-width: 725px) {
	body.en-gb .tabs li {
		float: none;
		display: block;
		margin: 4px 0;
		width: 16em;
	}
} */

@media screen and (min-width: 526px) {
	body.en-gb .selection.download .currency-selection .selection-right {
		position: absolute;
		left: 19em;
		top: 7.45em;
		width: 12em;
	}
}

@media screen and (max-width: 525px) {
	body.en-gb .selection.download .currency-selection .selection-right {
		position: absolute;
		left: 0;
		top: 11.3em;
	}

	body.en-gb .btn-outer {
		position: absolute;
		top: 15em;
		left: 48px;
	}

	body.en-gb .selection.download {
		margin-bottom: 9em;
	}

	body.body-rtl .selection.download {
		margin-bottom: 9em;
	}
}

@media screen and (min-width: 471px) {
	body.en-gb .selection.historical .currency-selection .selection-right {
		position: absolute;
		left: 16em;
		top: 4em;
	}
}

@media screen and (max-width: 470px) {
	body.en-gb .selection.historical .currency-selection .selection-right {
		position: absolute;
		left: 0em;
		top: 7.5em;
	}

	body.en-gb .selection.historical .btn-outer {
		float: none;
		height: 100%;
		overflow: visible;
		position: absolute;
		top: 11em;
		left: 0em;
	}

	body.en-gb .div-result {
		margin-top: 6em;
	}
}

@media screen and (max-width: 480px) {
	body.body-rtl .selection.historical .currency-selection .selection-right {
		right: 0em;
		top: 7.5em;
	}

	body.body-rtl .btn-outer {
		top: 11em;
	}

	body.body-rtl .div-result {
		margin-top: 8em;
	}
}

@media screen and (max-width: 380px) {
	.result-box {
		padding: 0 25px;
	}

	.figures-box {
		padding: 0;
	}

	.download-button-wrapper {
		padding-top: 50px;
	}
}

/* 1-3 */

body.body-rtl .selection.download .currency-selection .selection-right {
	position: absolute;
	right: 19em;
	top: 7.4em;
}

body.body-rtl .selection.download .btn-outer {
	float: none;
	height: 100%;
	overflow: visible;
	position: absolute;
	top: 7.4em;
	right: 33em;
}

body.body-rtl .selection.download #startDateTrigger {
	right: 16em;
	top: 0.7em;
}

body.body-rtl .selection.download #endDateTrigger {
	top: 4.3em;
	right: 16em;
}

body.body-rtl .selection.historical #startDateTrigger {
	right: 12.6em;
	top: 0.7em;
}

body.body-rtl .table-share-item .td-value,
body.body-rtl #scrollerBar .scroller-table thead th:last-child,
body.body-rtl #scrollerBar .scroller-table tbody td:last-child,
body.body-rtl .download-single-result-date,
body.body-rtl .single-result-date-text,
body.body-rtl .single-result-values,
body.body-rtl .table-share-header-date,
body.body-rtl .table-share-row-date {
	border-right: 0px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	padding-left: 15px !important;
}

body.body-rtl .single-data-item {
	text-align: left;
	padding-left: 15px;
	padding-right: 0px;
}

body.body-rtl .table-share-item .td-label,
body.body-rtl .parameters .scroller-table thead th,
body.body-rtl .parameters .scroller-table tbody td,
body.body-rtl .single-data-label,
body.body-rtl .single-result-date-text,
body.body-rtl .single-result-values,
body.body-rtl .checkbox-wrapper,
body.body-rtl .table-share-header-check {
	border-left: 0px solid #e1e1e1;
	border-right: 0px solid #e1e1e1;
}

body.body-rtl .share-price-value-increase-color~span:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -0.4em;
	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	border-bottom: 0.7em solid #48A814;
}

body.body-rtl .share-price-value-decrease-color~span:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -0.4em;
	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	border-top: 0.7em solid #FF0000;
}

@media screen and (max-width:810px) {
	body.body-rtl .selection.download .btn-outer {
		top: 11.3em;
		right: 53px;
	}
}

@media screen and (max-width:750px) {
	body.body-rtl .selection.historical .result-box {
		margin-top: 75px;
	}

	body.body-rtl .selection.historical .hidden-control.result-close-icon.border-outline {
		margin-top: 75px;
	}

	body.body-rtl .result-close-icon {
		border-top-right-radius: 0px;
		border-top-left-radius: 10px;
	}
}

@media screen and (max-width:725px) {
	body.body-rtl .tabs li {
		float: none;
		display: block;
		margin: 4px 0;
		width: 16em;
	}
}

@media screen and (max-width:526px) {

	body.body-rtl .table-share-item tr td.td-value,
	body.body-rtl #scrollerBar .scroller-table tbody tr td,
	body.body-rtl .download-single-result .page-font-style tr td.single-data-item,
	body.body-rtl .table-share tbody td.table-share-row-even,
	body.body-rtl .table-share tbody td.table-share-row-odd {
		text-align: center !important;
	}

	body.body-rtl .download-single-result .page-font-style tr td.single-data-label {
		text-align: center;
	}

	body.body-rtl .share-price-value-increase-color~span:before {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		right: 1.3em;
		margin-top: -0.4em;
		border-left: 0.4em solid transparent;
		border-right: 0.4em solid transparent;
		border-bottom: 0.7em solid #48A814;
	}

	body.body-rtl .share-price-value-decrease-color~span:before {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		right: 1.3em;
		margin-top: -0.4em;
		border-left: 0.4em solid transparent;
		border-right: 0.4em solid transparent;
		border-top: 0.7em solid #FF0000;
	}

	body.body-rtl .result-box {
		padding: 15px 15px;
	}
}

@media screen and (max-width:525px) {
	body.body-rtl .selection.download .ac_input {
		width: 240px !important;
	}

	body.body-rtl .selection.download .btn-outer {
		top: 13.5em;
		right: 0.3em;
	}

	body.body-rtl .selection.download .currency-selection .selection-right {
		position: absolute;
		right: 51px;
		top: 11.4em;
	}

	body.body-rtl .selection.download .btn-outer {
		top: 15.3em;
		right: 53px;
	}
}

@media screen and (max-width:375px) {
	body.body-rtl button.download-data-button {
		width: 175px;
	}
}

.EUCalendar-day{
	padding: 3px 4px !important;
	margin: 1px !important;
}
.EUCalendar-dayNames div, .EUCalendar-day, .EUCalendar-weekNumber {
    line-height: 1.8em;
}
.EUCalendar-dayNames div {
    line-height: 1;
}
.EUCalendar-menu-today, .EUCalendar-bottomBar-today {
    font-family: inherit;
    font-weight: 700;
    font-size: 17px;
    padding: 7.5px 1em;
    background-color: var(--blk-txt);
    color: #FFFFFF;
    text-transform: capitalize;
    border: 1px solid var(--blk-txt);
    border-radius: 10px;
    width: 7em;
}
.EUCalendar-menu-today:hover, .EUCalendar-bottomBar-today:hover {
    font-family: inherit;
    font-weight: 700;
    font-size: 17px;
    padding: 7.5px 1em;
    background-color: var(--blk-hover);
    color: #FFFFFF;
    text-transform: capitalize;
    border: 1px solid var(--blk-hover);
    border-radius: 10px;
    width: 7em;
}
/* tabs */
.tabItem {
    height: auto;
    line-height: normal;
    display: block;
    padding-top: 1em !important;
    padding-right: 2em;
    padding-bottom: 1em !important;
    padding-left: 2em;
    margin-top: 0em;
    margin-right: 0.5em;
    margin-bottom: 0em;
    margin-left: 0.5em;
    border-radius: 0em 0em 0em 0em;
    font-family: inherit;
    font-weight: bold;
    font-size: 1.0em;
    text-transform: none;
	transition: all 0.5s !important;
}
@media screen and (max-width:675px){
	.tabs li {
		float: none;
		display: inline-block;
		margin: 5px;
		width: 20em;
	}
	.tabs:after{
		display: none;
	}
}
@media screen and (max-width:375px){
	.tabs li {
		float: none;
		display: inline-block;
		margin: 5px;
		width: 15em;
	}
}
body.body-rtl .tabs li {
    float: unset !important;
}
body.body-rtl .tabs{
	float: unset !important;
}

/* NEXT */

.single-result-date-text {
    border-radius: 6px;
}


/* 2-13 */
