@font-face {
	font-family: "RM Neue";
	font-style: normal;
	font-weight: 400;
	src: url("//tools.eurolandir.com/tools/splookup/Config/Company/om-oab/fonts/RMNeue-Regular.ttf") format('truetype');
}

@font-face {
	font-family: "RM Neue";
	font-style: normal;
	font-weight: 500;
	src: url("//tools.eurolandir.com/tools/splookup/Config/Company/om-oab/fonts/RMNeue-Bold.ttf") format('truetype');
}

@font-face {
	font-family: "RM Neue";
	font-style: normal;
	font-weight: 600;
	src: url("//tools.eurolandir.com/tools/splookup/Config/Company/om-oab/fonts/RMNeue-Black.ttf") format('truetype');
}

@font-face {
	font-family: "GE SS Unique";
	font-style: normal;
	font-weight: 400;
	src: url("//tools.eurolandir.com/tools/splookup/Config/Company/om-oab/fonts/GESSUnique-Light.ttf") format('truetype');
}

@font-face {
	font-family: "GE SS Unique";
	font-style: normal;
	font-weight: 500;
	src: url("//tools.eurolandir.com/tools/splookup/Config/Company/om-oab/fonts/GESSUnique-Regular.ttf") format('truetype');
}

@font-face {
	font-family: "GE SS Unique";
	font-style: normal;
	font-weight: 600;
	src: url("//tools.eurolandir.com/tools/splookup/Config/Company/om-oab/fonts/GESSUnique-Bold.ttf") format('truetype');
}

* {
	box-sizing: border-box;
}

.tabs li,
.tabs:after,
.download-single-result td.single-data-item,
.download-single-result td.single-data-label,
body,
input,
button {
	font-size: 18px;
	font-family: "RM Neue", sans-serif;
	color: #FFFFFF;
}

body {
	margin: 0;
	background: #000C24;
}

.hyperlink:link,
.hyperlink:visited,
a:link,
a:visited {
	color: #f4f5f6;

	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

.hyperlink:hover,
.hyperlink:active,
a:hover,
a:active {
	color: #26AAE1;

	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: 0;
	max-width: 1200px;
	margin: 0 auto;
	width: auto;

	background: #FFFFFF33;
	border-radius: 8px;
	padding: 20px 30px;
}

.divGraph .second-heading,
.main-heading {
	line-height: normal;
	margin: 0px;
	padding: 0px;

	font-family: inherit;
	font-size: 28px !important;
	font-weight: normal;
	color: #FFFFFF !important;

	padding-top: 0em;
	padding-bottom: 1em;
}

.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: 1em;
	font-weight: normal;
	color: #FFFFFF !important;
	text-transform: capitalize;

	padding: 3px 1em 0;

	border: 0px solid #015EAB;
	border-radius: 30px;

	background: #015EAB;

	min-width: 180px;
	box-sizing: border-box;
	min-height: 44px;
}

.show-data-button::after {
	content: "";
	display: inline-block;
	background-image: url("//tools.eurolandir.com/tools/splookup/Config/Company/om-oab/icons/arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 15px;
	vertical-align: middle;
}

.show-data-button:hover,
.download-data-button:hover {
	background: #26AAE1;
	color: #FFFFFF !important;
	border-color: #26AAE1;
	cursor: pointer;
}

.download-data-button img {
	display: none;
}

.footer-box {
	text-align: right;
}

/*************************************** Start of: Graphs ****************************************/

.divGraph hr {
	display: none;
}

#historicalChartArea {
	margin-top: 0px;
	text-align: center;
}

.highcharts-container {
	width: 100%;
	/* border: 1px solid #DCDDDE; */
}

.highcharts-container rect {
	stroke: transparent;
}

.column-chart-item {
	display: inline-block;
	box-sizing: border-box;

	width: 50%;
	height: 14em;

	padding: 0.25em 0;
	margin: 0px;

	float: none;
}

.last-chart-item {
	width: 100% !important;
	margin: 0px !important;
	border: 0px solid #DCDDDE;
	background: #000C24;
	border-radius: 16px;
}

.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: 0em solid #DCDDDE;
}

.parameters .scroller-table thead th {
	border-right: 0em solid #DCDDDE;
}

.table-share-item .td-value,
#scrollerBar .scroller-table tbody td,
.table-share-market-name,
.table-share-row-currency,
.table-share-row-date {
	border-left: 0em solid #DCDDDE;
}

.parameters .scroller-table tbody td,
.single-data-label {
	border-right: 0em solid #DCDDDE;
}

.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: 0em solid #DCDDDE;
}

#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: 0em solid #DCDDDE;
}

.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: 0em solid #DCDDDE;
}

.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: 0em solid #DCDDDE;
}

.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: 0em solid #DCDDDE;
}

/*** 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 #DCDDDE;
	border-bottom: 0em solid #DCDDDE;
}

/*** Header Left/Right Borders ***/

.table-share-item .td-header.td-label,
.parameters .scroller-table thead th,
.single-result-date-text,
.table-share-header-check {
	border-left-color: #DCDDDE;
}

.table-share-item .td-header.td-value,
#scrollerBar .scroller-table thead th:last-child,
.single-result-date-text,
.table-share-header-date {
	border-right-color: #DCDDDE;
}

/*** Table Backgrounds ***/

/*** Head ***/

.table-share-item tr .td-header.td-value,
#scrollerBar .scroller-table thead th,
.table-share-header {
	background: #FFFFFF33;
	color: #f4f5f6;
	text-align: right;

	font-weight: normal;
	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: #FFFFFF33;
	color: #f4f5f6;
	text-align: left;

	font-weight: normal;
	text-transform: none;

	font-size: 18px;
	border-radius: 8px 8px 0 0;
}

/*** 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-high,
.single-result-item-volume,
.table-share tbody td.table-share-row-even {
	background: #FFFFFF0D !important;
}

.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-open,
.single-result-item-low,
.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: transparent;
	/*! text-align: right; */
	color: #f4f5f6;

	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: transparent;
	/*! text-align: left; */
	color: #f4f5f6;

	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: 2em;
	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: 2em 0 1.5em;
    padding: 1em 0 1em;
    border-bottom: 1px solid #FFFFFF99;
}

.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: 2em;
	padding: 0px;
	height: auto;
}

.td-fromto,
.td-right:not([title="Select a Currency"]):not([title="اختر عملة"]),
.td-iconcalendar {
	position: relative;
}

.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;
	display: block;
}

.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 {
	height: auto;
	line-height: normal;

	height: 44px;

	border: 1px solid #000C2433;
	padding: 4px 15px 0 !important;
	box-sizing: border-box;
	width: 330px;
	color: #000C24;
	border-radius: 8px;
}

.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: 0em solid #DCDDDE;
}

.single-result-date-text,
.single-result-item {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
}

.single-result-item {
	padding-left: 0.6em;

	width: 100%;
}

.single-result-values {
	padding: 0;
}

.single-result-close-price-text {
	padding: 0px;
	font-weight: 500;
	font-size: 1.4em;
	text-align: center;

	padding-top: 3em;
}

.single-result-close-price {
	font-weight: 500;
	font-size: 2em;
	text-align: center;
}

.single-share table {
	width: 100%;
	border-collapse: collapse;
}

.mutil-currency,
.mutil-result-share-name {
	font-weight: 500;
}

.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;
	}
}

@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 {
	width: 330px !important;

	height: 44px;

	border: 1px solid #000C2433;
	padding: 1px 15px !important;
	box-sizing: border-box;
	color: #000C24;
	border-radius: 8px;
}

.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: 44px !important;
	height: 44px !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: 0px solid #A3A4AC;
	background: #DBD2D2;
	background: none;
}

.ac-arrow {
	display: inline-block;
	background: transparent;

	position: relative;
	top: -2px;
    left: 15px;

    width: 1.5em;
}

.ac_odd,
.ac_even {
	transition: background 0.3s, border 0.3s;
}

.ac_over {
	background: #d2dbd7;
	color: #000C24;
	border-color: #DCDDDE;
	border-width: 1px;
}

.ac_results {
	border: 1px solid #DCDDDE;
	border-top: 0;
	box-shadow: 1px 1px 3px #d2dbd7;
	width: 330px !important;
}

.ac_results ul {
	width: 330px !important;
}

.local-currency {
	width: 100% !important;
	line-height: 38px;
	height: 38px;
	box-sizing: border-box;
}

.ac_results li {
	margin-bottom: 0em;
	height: 38px;
	line-height: 38px;
	padding: 0 30px 0 17px !important;
	color: #000C24;
}

.ar-ae .ac_results li {
	padding: 0 17px 0 30px !important;
}

.ac_results li table,
.ac_results li table tr td:first-child {
	width: 100%;
}

.jspHorizontalBar,
.jspVerticalBar {
	display: none !important;
}

.jspPane {
	margin: 0 !important;
	width: 330px !important;
}

.dropdown-name {
	width: 100% !important;
}

/*************************************** Start of: Share price results ****************************************/

.result-box {
	border: 0px solid #000C24;
	border-radius: 10px;
	background: #000C24;
}

.result-close-icon {
	width: 2em !important;
	height: 2em !important;
	line-height: 2em !important;
	border: 0em solid #DCDDDE;
	background: transparent;
}

.ar-ae .result-close-icon {
	float: left;
}

.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-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;

	text-align: left;
}

td.single-data-item {
	width: 28%;
}

.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;
}

/*************************************** Start of: Change Settings ****************************************/

.share-price-value-decrease-color~span,
.share-price-value-decrease-color {
	color: #E22100;

	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 #E22100;
}

.share-price-value-increase-color~span,
.share-price-value-increase-color {
	color: #65F083;

	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 #65F083;
}

/************************************** Start of: Tab Settings ****************************************/

.tabs {
	text-align: center;
	border-bottom: 0px;
	font-size: 0px !important;
	float: none;
	display: block;
	position: relative;
	z-index: 0;

	padding: 10px;
	border-radius: 48px;
	background: #FFFFFF33;
	box-sizing: border-box;

	width: 490px;
	margin: 0 auto;
}

.tabs:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;

	border-bottom: 0em solid #ffffff;
}

.tabs li {
	float: none;
	display: inline-block;
	margin: 0px;
}

.tabItem:link,
.tabItem-active:link,
.tabItem:visited,
.tabItem-active:visited,
.tabItem,
.tabItem-active {
	height: auto;
	line-height: normal;

	margin: 0px 8px;

	padding: 2px 22px 0 !important;

	font-family: inherit;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	text-transform: none;

	border-radius: 5em;

	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;

	background: transparent;
	color: #FFFFFF;

	height: 36px;
	line-height: 36px;
	box-sizing: border-box;
}

.tabItem:hover,
.tabItem:active {
	background: #26AAE1;
	color: #FFFFFF;
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 0em solid #FFFFFF;
	border-left: 0em solid #FFFFFF;

	text-decoration: none;
	font-weight: 400;
	font-style: normal;
}

.tabItem-active:link,
.tabItem-active:visited,
.tabItem-active {
	background: #FFFFFF;
	color: #000C24;
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 0em solid #FFFFFF;
	border-left: 0em solid #FFFFFF;

	font-weight: 400;
	position: relative;
	top: 0px;
	left: 0px;
}

.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 #F58220;
}

/********************************SPL FORMAT***********************************************/
.footer-box {
	font-size: 15px !important;
	color: #f4f5f6 !important;
	line-height: 20px;
}

.main-heading {
	display: none;
}

/********************************END: SPL FORMAT***********************************************/
/********************************ARAB FORMAT***********************************************/

body.body-rtl .tabs li {
	float: none !important;
}

.ar-ae .share-price-value-decrease-color~span:before {
	content: "";
	width: 0;
	height: 0;

	position: absolute;
	top: 50%;
	left: -1em;
	margin-top: -0.4em;

	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	border-top: 0.7em solid #E22100;
	right: 1em;
}

.ar-ae .share-price-value-increase-color~span:before {
	content: "";
	width: 0;
	height: 0;

	position: absolute;
	top: 50%;
	left: -1em;
	margin-top: -0.4em;

	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	border-bottom: 0.7em solid #65F083;
	right: 1em;
}

/********************************ARAB FORMAT***********************************************/

.highcharts-axis-labels span {
	transform: translateY(0px) translateX(0px) !important;
}

.td-right {
	width: 330px;
}

.btn-outer {
	float: left;
}

.btn-inner {
	text-align: left;
}

.historical .currency-selection,
.historical .date-time-selection {
	display: inline-block;
}

.download .selection-left {
	display: block;
}

.currency-selection .selection-right .td-fromto {
	width: 0em;
	display: none !important;
}

.download>.date-time-selection>.selection-right>.page-font-style>tbody>tr {
	display: inline-block;
}

.download>.date-time-selection>.selection-right>.page-font-style>tbody>tr>td:first-child {
	display: block !important;
}

.date-time-selection .td-iconcalendar {
	position: relative;
	right: 25px;
}

body.body-rtl .selection-left {
	float: unset;
}

body.body-rtl .btn-outer {
	float: right;
}

body.body-rtl .btn-inner {
	text-align: right;
}

body.body-rtl .date-time-selection .td-iconcalendar {
	right: -25px;
}

#historicalChartArea .highcharts-series.highcharts-tracker rect {
	width: 50px !important;
	transform: translateX(-16px);
	fill: #26AAE1 !important;
}

.highcharts-axis-labels>* {
	color: #7C949C !important;
	fill: #7C949C !important;
}

.highcharts-grid path {
	stroke: #FFFFFF33;
}

#chartDownloadContainer>div {
	border: 0;
}

.annual_close_prices_note {
	padding: 0;
	color: #7C949C;
	padding-top: 20px;
}

.selection.historical>div:nth-child(n+3) {
	display: inline-block;
}

.selection.historical .btn-section {
	width: min-content;
	padding: 0;
	height: 47px !important;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.btn-section .btn-outer {
	position: absolute;
	float: unset;
	height: 0;
}

.selection.historical>div {
	vertical-align: bottom;
}

.selection.download>div:nth-child(n+2) {
	display: inline-block;
	vertical-align: bottom;
}

.selection.download .btn-section {
	max-width: 330px;
	padding: 0;
	height: 47px !important;
	margin: 14px -3px;
}

.ar-ae .selection.download .btn-section {
	margin: 14px 0px;
}

/* CALENDAR */

.EUCalendar,
.EUCalendar-menu-yearLabel div,
.EUCalendar-title div,
.EUCalendar-body,
.EUCalendar-menu-month-disabled,
.EUCalendar-day-disabled {
	text-shadow: none;
	font-size: 16px;
}

.EUCalendar-menu-yearLabel div,
.EUCalendar-title div {
	color: #FFFFFF;
	padding: 10px 20px;
	text-shadow: none;
	border: 1px solid transparent;
	font-weight: 500;
	background: transparent;
}

.EUCalendar-day {
	color: #FFFFFF;
	font-size: 16px;
}

.EUCalendar-menu-today,
.EUCalendar-bottomBar-today {
	font-family: inherit;
	font-weight: normal;
	font-size: 16px;
	padding: 3px 1em 0;
	background: #015EAB;
	border: 0px solid #015EAB;
	color: #FFFFFF;
	text-transform: capitalize;
	border-radius: 50px;
	width: 8em;
	height: 34px;
	line-height: 34px;

	transition: transform 0.3s ease, opacity 0.3s ease, padding 0.3s ease;

	position: relative;
}

.EUCalendar-menu-today {
	width: 10em !important;
}

.EUCalendar-menu-today-hover,
.EUCalendar-bottomBar-today-hover {
	text-decoration: none;

	color: #FFFFFF;
	background: #26AAE1;
	border: 0px solid #26AAE1;
}

.EUCalendar-day-selected {
	font-weight: normal;
	padding: 2px;
	margin: 1px;
	background-color: #26AAE1;
	border: 0 !important;
	color: #FFFFFF;
}

.EUCalendar-hover-date {
	padding: 2px;
	background-color: #26AAE1;
	border: 0 !important;
	margin: 1px !important;
	color: #FFFFFF !important;
}

.EUCalendar-day-today.EUCalendar-day-selected {
	background-color: #26AAE1;
}

.EUCalendar-bottomBar {
	border-top: 1px solid #E0E0E1;
	padding: 4px;
	position: relative;
	text-align: center;
}

.EUCalendar-dayNames div {
	font-weight: 500;
	color: #FFFFFF;
	font-size: 16px;
}

.en-gb .EUCalendar-dayNames tbody tr td:nth-child(5) div,
.en-gb .EUCalendar-dayNames tbody tr td:nth-child(6) div,
.en-gb .EUCalendar-bodyTable tbody td:nth-child(5) div,
.en-gb .EUCalendar-bodyTable tbody td:nth-child(6) div {
	color: #E22100;
}

.EUCalendar-dayNames div,
.EUCalendar-day,
.EUCalendar-weekNumber {
	width: 1.7em;
}

.EUCalendar *:focus {
	outline: none;
}

.EUCalendar-menu-month-disabled,
.EUCalendar-day-disabled {
	opacity: 1;
	text-shadow: none;
	font-weight: normal;
	color: #FFFFFF40;
}

.EUCalendar-day-othermonth,
.EUCalendar-day-othermonth.EUCalendar-weekend {
	color: #FFFFFF40;
}

.EUCalendar-day.EUCalendar-day-othermonth.EUCalendar-day-selected,
.EUCalendar-dayNames .EUCalendar-weekend {
	color: #FFFFFF;
}

.en-gb .EUCalendar-bodyTable tbody td:nth-child(5) div.EUCalendar-day-othermonth,
.en-gb .EUCalendar-bodyTable tbody td:nth-child(6) div.EUCalendar-day-othermonth,
.en-gb .EUCalendar-bodyTable tbody td:nth-child(5) div.EUCalendar-day-disabled,
.en-gb .EUCalendar-bodyTable tbody td:nth-child(6) div.EUCalendar-day-disabled {
	color: #E2210040;
}

.EUCalendar-weekend.EUCalendar-menu-month-disabled,
.EUCalendar-weekend.EUCalendar-day-disabled {
	color: #FFFFFF40;
}

.EUCalendar-day-othermonth.EUCalendar-hover-date {
	border-color: #FFFFFF50;
	color: #FFFFFF;
	background-color: #FFFFFF50;
}

.EUCalendar-menu-prevDecade button,
.EUCalendar-menu-nextDecade button,
.EUCalendar-navBtn button {
	color: #FFFFFF;
}

body.ar-ae .EUCalendar-dayNames div {
	padding-bottom: 6px;
}

.ar-ae .EUCalendar-dayNames tbody tr td:nth-child(1) div,
.ar-ae .EUCalendar-dayNames tbody tr td:nth-child(7) div,
.ar-ae .EUCalendar-bodyTable tbody td:nth-child(1) div,
.ar-ae .EUCalendar-bodyTable tbody td:nth-child(7) div {
	color: #E22100;
}

.ar-ae .EUCalendar-bodyTable tbody td:nth-child(1) div.EUCalendar-day-othermonth,
.ar-ae .EUCalendar-bodyTable tbody td:nth-child(7) div.EUCalendar-day-othermonth,
.ar-ae .EUCalendar-bodyTable tbody td:nth-child(1) div.EUCalendar-day-disabled,
.ar-ae .EUCalendar-bodyTable tbody td:nth-child(7) div.EUCalendar-day-disabled {
	color: #FFFFFF40;
}

.EUCalendar {
	border: 1px solid #CCCCCC;
	background: #000C24;
}

.EUCalendar-dayNames {
	padding: 0 5px 5px;
}

.EUCalendar-dayNames div,
.EUCalendar-day,
.EUCalendar-weekNumber {
	margin: 1px;
	padding: 2px;
}

.EUCalendar-hover-week {
	background-color: transparent;
}

.EUCalendar-menu,
.EUCalendar-menuYear {
	background-color: #000C24;
}

div.EUCalendar-topCont {
    left: 91px !important;
}

/* ADDITIONAL CSS */

.ac-arrow::before {
	content: "";
	background-size: 14px 8px;
	background-repeat: no-repeat;
	background-image: url("//tools.eurolandir.com/tools/splookup/Config/Company/om-oab/icons/down.png");
	width: 14px;
    height: 8px;
    position: absolute;
    top: 18px;
    right: 12px;
}

.ar-ae .ac-arrow {
	top: -2px;
    left: -6px;
}

#startDateTrigger,
#endDateTrigger {
	width: 24px;
	height: 24px;
	background-image: url("//tools.eurolandir.com/tools/splookup/Config/Company/om-oab/icons/calendar.png");
	background-size: contain;
	position: relative;
	top: -1px;
	left: -21px;
}

.ar-ae #startDateTrigger,
.ar-ae #endDateTrigger {
	left: 21px;
}

.ac_input {
	width: 330px !important;
	box-sizing: border-box !important;
	overflow: visible !important;
	margin: -4px 0 0;
}

.ac_input .dropdown-item-table {
	width: 100% !important;
	table-layout: auto !important;
}

.ac_input .dropdown-name {
	max-width: 230px !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.ac_input .flags {
	display: inline-block !important;
	width: auto !important;
	margin-left: 4px;
}

.ac_input .currency-flag {
	display: inline-block !important;
	width: 18px !important;
	height: 14px !important;
	visibility: visible !important;
}

.div-share-selection {
	color: #FFFFFF;
	text-align: center;
}

.hidden-control.result-close-icon.border-outline {
	position: relative;
	color: transparent;
}

.hidden-control.result-close-icon.border-outline::after {
	content: "×";
	color: #FFFFFF;
	position: absolute;
	left: 12px;
	top: 0;
}

.selection.download .date-time-selection .selection-left {
	display: none !important;
}

.selection.historical button.show-data-button {
	margin: -1px 0 0;
}

g.highcharts-axis>path {
	stroke: #FFFFFF33 !important;
}

.footer-box .supplyby-box .hyperlink {
	visibility: hidden;
}

.footer-box .supplyby-box .hyperlink:before {
	background: right url("//tools.eurolandir.com/tools/splookup/Config/Company/om-oab/icons/logo-transparent.png") no-repeat transparent;
	background-size: contain;
	top: -2px;
	visibility: visible;
}

.highcharts-tooltip b {
	font-weight: 500;
}

.highcharts-tooltip > span > span {
    color: #000C24 !important;
}

img.currency-flag {
    top: -2px;
    position: relative;
}

.result-box table.page-font-style td > div:last-child {
    border-radius: 0 0 16px 16px;
}

.second-heading sup {
    padding: 0 3px;
    position: relative;
    visibility: hidden;
}

.second-heading sup::before {
    content: "(1)";
    visibility: visible;
    position: absolute;
    font-family: "RM Neue", sans-serif;
}

body.ar-ae .annual_close_prices_note span {
    position: relative;
    visibility: hidden;
}

body.ar-ae .annual_close_prices_note span::before {
    content: "١ -";
    visibility: visible;
    position: absolute;
    right: 9px;
}

/* ARABIC */

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 {
	direction: rtl;
	font-family: "RM Neue", "GE SS Unique", sans-serif;
}

.ar-ae .table-share-item tr td.td-label,
.ar-ae .parameters .scroller-table tbody tr td,
.ar-ae .download-single-result .page-font-style tr td.single-data-label,
.ar-ae .single-result-values,
.ar-ae .table-share tbody td.checkbox-wrapper,
.ar-ae .table-share tbody td.table-share-row-name,
.ar-ae .table-share-item tr .td-header.td-label,
.ar-ae .parameters .scroller-table thead th,
.ar-ae .single-result-date-text,
.ar-ae .table-share-header-check,
.ar-ae .table-share-header-name {
	text-align: right;
}

.ar-ae .table-share-item tr td.td-value,
.ar-ae #scrollerBar .scroller-table tbody tr td,
.ar-ae .table-share tbody td.table-share-row-even,
.ar-ae .table-share tbody td.table-share-row-odd {
	text-align: left;
}

.ar-ae .result-close-icon {
	float: left;
}

.ar-ae .tabs li {
	float: none !important;
}

.ar-ae .flags {
	padding-right: 0px;
	padding-left: 3px;
}

.ar-ae .highcharts-axis-labels span {
	margin-top: 1em !important;
}

body.body-rtl .tabs {
	float: none;
}

.ar-ae .show-data-button::after {
	transform: scaleX(-1);
	margin-left: 0px;
	margin-right: 15px;
}

.ar-ae .show-data-button,
.ar-ae .download-data-button,
.ar-ae .show-data-button:active {
	padding: 0px 1em 0;
}

.ar-ae .download-single-result .page-font-style tr td.single-data-item {
	text-align: center;
    height: 54px;
}

/* .ar-ae .tabs {
	width: 461px;
} */

/* RESPONSIVE */

@media (min-width: 0px) and (max-width: 705px) {
	.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.6em !important;
	}

	.single-result-values div {
		padding-left: 0.6em;
	}

	.divGraph {
		display: none !important;
	}
}

@media (max-width: 703px) {
	.tabs {
		border-radius: 28px;
        width: 100%;
	}

	.tabs li {
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
	}

	.tabs::after {
		border-bottom: 0px solid #aaa;
	}

	.tabItem {
		text-align: center !important;
		margin: 0 !important;
	}

	.tabItem-active,
	.tabItem:hover {
		text-align: center !important;
		margin: 0 !important;
	}

	.tabs li a {
		width: 100% !important;
	}
}

@media (min-width: 0px) and (max-width: 474px) {
	/*** 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: 0em solid #DCDDDE;
		border-left: 0em solid #DCDDDE;
		border-right: 0em solid #DCDDDE;
	}

	.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: 0em solid #DCDDDE;
	}

	.download-single-result tr:last-child .single-data-item {
		border-bottom: 0em solid #DCDDDE;
	} */

	.download-single-result .single-data-item {
		text-align: left !important;
	}

	.download-single-result .single-data-item.download-single-result-date {
		text-align: right !important;
	}
}

@media screen and (max-width: 500px) {
	.tabs {
		width: 100%;
		border-radius: 28px;
	}

	.tabs li {
		width: 100%;
		margin: 2px auto;
		display: block;
        padding: 0;
	}

	.tabs::after {
		border-bottom: 0px solid #aaa;
	}

	.tabItem {
		text-align: center;
		margin: 0 !important;
	}
}

@media screen and (max-width: 440px) {
	.wrapper {
		padding: 20px 0px;
	}

	.selection {
		margin: 0.5em 0 1.5em;
	}

	#txtStartDate, #txtEndDate, .selection input, .td-right, .btn-inner, .ac_input {
        width: calc(99vw - 1px) !important;
    }

	.download-data-button,
	.data-button:active,
	.data-button {
		max-width: unset;
	}

	.tabItem {
		height: 48px;
		line-height: 48px;
	}

	.datefrom-input,
	.dateto-input,
	.value-input {
		line-height: 2em !important;
		height: 48px !important;
	}

	.ac_input,
	.ac-arrow,
	.arrow-wrapper,
	.ac-arrow button,
	.dropdown-item-table {
		height: 48px !important;
	}

	.download-data-button,
	.data-button:active,
	.data-button {
		height: 48px;
		line-height: 28px;
	}

	.ac-arrow::before {
		right: 10px;
	}

	.ar-ae .ac-arrow::before {
		left: 10px;
		right: unset;
	}

	.show-data-button,
	.download-data-button,
	.show-data-button:active {
		min-width: unset;
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 426px) {
	.ac-arrow {
		width: 3em;
	}

	.ac-arrow::before {
		top: 18px;
	}

	.selection.historical>div {
		width: 100%;
	}

	.btn-outer {
		float: none;
	}

	.currency-selection .td-iconcalendar {
		display: none;
	}

	#txtStartDate,
	#txtEndDate,
	.selection input,
	.td-right,
	.btn-inner,
	.ac_input {
		width: calc(99vw - 1px) !important;
	}

	.wrapper {
		overflow: hidden;
		padding: 0;
	}

	.show-data-button,
	.download-data-button,
	.show-data-button:active {
		max-width: 100%;
	}
}

@media screen and (max-width: 350px) {
	.figures-box {
		padding: 1em 0.5em;
	}
}
