@font-face {
	font-family: "RM Neue";
	font-style: normal;
	font-weight: 400;
	src: url("//tools.eurolandir.com/tools/InvestmentCal2/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/InvestmentCal2/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/InvestmentCal2/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/InvestmentCal2/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/InvestmentCal2/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/InvestmentCal2/Config/Company/om-oab/fonts/GESSUnique-Bold.ttf") format('truetype');
}

@font-face {
	font-family: 'icofont';
	src: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/om-oab/fonts/icofont.eot");
	src: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/om-oab/fonts/icofont.eot?#iefix") format('embedded-opentype'),
		url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/om-oab/fonts/icofont.woff2") format('woff2'),
		url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/om-oab/fonts/icofont.woff") format('woff'),
		url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/om-oab/fonts/icofont.ttf") format('truetype'),
		url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/om-oab/fonts/icofont.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0px;
	background: #000C24;
}

/*************************************** Start of: Basic setting to overvwrite the tool ****************************************/

body,
.data-button,
.tabs li,
.tabs:after,
.tabs:after,
.page-font-style,
input.textbox-base,
.main-heading {
	font-family: "RM Neue", sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

.dividend-checked {
	height: 17px;
}

.hyperlink:link,
.disclaimer-box a:link,
.cookies-box a:link,
.hyperlink:visited,
.disclaimer-box a:visited,
.cookies-box a:visited {
	color: #CCCED3;

	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

.hyperlink:active,
.disclaimer-box a:active,
.cookies-box a:active,
.hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover {
	color: #26AAE1;

	font-weight: none;
	text-decoration: underline;
	font-style: none;
}

@media (max-width: 480px) {
	.data-button {
		/*         float: right!important; */
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (max-width: 568px) {
	.data-button {
		/*         float: right!important; */
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (max-width: 568px) {

	.end-investment,
	.data-button-separated {
		margin-left: 0 !important;
	}
}

/*************************************** 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;
    box-sizing: border-box;
}

.main-heading {
	line-height: normal;
	margin: 0px;
	padding: 0px;

	font-family: inherit;
	font-size: 1.1em !important;
	font-weight: bold;
	color: #231F20 !important;

	padding-top: 1.0em;
	padding-bottom: 1.0em;

	display: none;
}

.download-data-button,
.data-button:active,
.data-button {
	height: 44px;
	line-height: 44px;

	margin: 0px;

	font-family: inherit;
	font-size: 1.0em;
	font-weight: normal;
	color: #FFFFFF !important;
	text-transform: capitalize;

  	padding: 2px 1em 0;

	border: 0px solid #015EAB;
	border-radius: 30px;

	background: #015EAB;

	transition: background 0.5s, color 0.5s, border 0.5s;

	float: unset;

	min-width: 180px;
	box-sizing: border-box;

	margin-top: 17px;
}

.data-button::after {
    content: "";
    display: inline-block;
    background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/om-oab/icons/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 15px;
    vertical-align: middle;
}

body.body-rtl .data-button {
	float: none !important;
	margin: 0 !important;
}

.download-data-button td {
	color: #FFFFFF !important;
	transition: background 0.5s, color 0.5s, border 0.5s;
}

.download-data-button:hover,
.data-button:hover {
	background: #26AAE1;
	color: #FFFFFF !important;
	border-color: #26AAE1;
}

.download-data-button:hover td {
	color: #FFFFFF !important;
}

.download-data-button img {
	display: none;
}

.footer {
	padding-top: 1em;
	font-size: 15px;
	line-height: 20px;
	color: #CCCED3;
}

.chart-title {
	font-weight: normal;
	padding: 0 47px;
}

/*************************************** Start of: Selection ****************************************/

.parameter-item-label {
	margin-right: 3em;
	width: 13em !important;
	display: block;
	float: unset !important;
	line-height: 3;
}

.tab-content {
	padding-top: 1em;
}

.parameter-item {
	padding-top: 0.5em;
	line-height: 2.0em;
}

.parameter-item td {
	vertical-align: middle;
}

.date-img {
	line-height: auto;
	height: 16px;
	display: inline-block;
}

.datefrom-input,
.dateto-input,
.value-input {
	line-height: 2em !important;
	height: 44px !important;
    padding: 4px 15px 0;

	border: 1px solid #000C2433;
	/*Insert table-data-row-border color*/
	    color: #000C24;
		border-radius: 8px;
}

.ac_input,
.datefrom-input,
.dateto-input,
.value-input {
	width: 330px !important;
	box-sizing: border-box;
}

/*************************************** Start of: Currency Selection ****************************************/

.ac_input {
	border: 1px solid #DCDDDE;
	height: 44px;
	width: 100%;
    padding: 0 15px !important;
	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: 2em !important;
	height: 44px !important;
	box-sizing: border-box;
}

.dropdown-item-table td:last-child {
	width: 1.5em !important;
}

.arrow-wrapper {
	text-align: center;
    width: 25px;
}

.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: 0px;
    left: -12px;

	width: 2.5em;
}

.ac-arrow::before {
	content: "";
	background-size: 14px 8px;
	background-repeat: no-repeat;
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/om-oab/icons/down.png");
	width: 14px;
    height: 8px;
    position: absolute;
    top: 18px;
    right: 18px;
}

.ar-ae .ac-arrow {
	    top: -2px;
    left: 10px;
}

.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: none;
    max-height: 174px !important;
    width: 330px !important;
	color: #000C24;
	border-radius: 8px;
}

.ac_results ul {
    width: 330px !important;
}

.local-currency {
	width: 100% !important;
	line-height: 2em;
	height: auto;
	/* padding: 0 15px !important; */
    box-sizing: border-box;
}

.dropdown-name {
	width: 100% !important;
}

.ac_results li {
	margin-bottom: 0em;
	line-height: normal;
	height: auto;
    padding: 0 20px 0 12px !important;
}

.ar-ae .ac_results li {
    padding: 0 12px 0 20px !important;
}

.ac_results li table,
.ac_results li table tr td:first-child {
	width: 100%;
}

/* .flags {
    padding: 0 15px;
} */

/*************************************** Start of: Results Settings ****************************************/

.result-wrapper {
	margin-top: 3em;
	border: 0px solid #CFCFD7;
	/*Insert table-data-row-border color*/
	border-radius: 10px;
}

.result-close-button {
	width: 2em;
	height: 2em;

	border: 0;
	/*Insert table-data-row-border color*/
	border-top: 0px;
	border-right: 0px;
	line-height: 2em;

	border-radius: 0px;
	background: transparent !important;
	font-size: 1em;
}

.block-title {
	box-sizing: border-box;
	
    padding: 0.6em 0.6em 0;

	line-height: normal;
	height: auto;
}

.block-date {
	box-sizing: border-box;

    padding: 0 0.6em 0.6em;
}

.data-detail {
	padding: 0em;
	margin: 0em;

	border-top: 0;
	border-bottom: 0;

	box-sizing: border-box;
}

.detail-line {
	height: auto;
	line-height: normal;
	padding-top: 0.6em;
	padding-bottom: 1.8em;
	padding-left: 0.6em;
	padding-right: 0.6em;
}

.data-block {
	margin-top: 1em;
	margin-bottom: 1em;
	box-sizing: border-box;
}

.initial-investment {
	padding: 0 !important;

	box-sizing: border-box;

	margin-right: 4%;
    background: #000C24;

	border-radius: 0 0 16px 16px;
}

.ar-ae .initial-investment {
	margin-right: 0;
	margin-left: 4%;
}

.end-investment {
	padding: 0 !important;

	box-sizing: border-box;

	margin-left: 4%;

	border-radius: 0 0 16px 16px;
}

body.body-rtl .end-investment {
	margin-right: 4%;
	margin-left: 0;
	border: none !important;
}

.text-result {
	padding: 2em;
}

.chart-type-label {
	padding-left: 2.5em;
}

.data-detail.initial-details > div:nth-child(4),
.data-detail.end-details > div:nth-child(5) {
    border-radius: 0 0 16px 16px;
}

.ar-ae .block-title, .ar-ae .block-date, .ar-ae .table-share-header-name {
    text-align: right;
}

/*************************************** Start of: Table Settings ****************************************/

/*************************************** BORDER SETTINGS *************************************************/

/*** Table ***/

.table-share {
	border-collapse: collapse;
}

/*** Inner Borders ***/

.table-share-header-market,
.table-share-header-currency,
.table-share-header-date {
	border-left: 0em solid #DCDDDE;
}

.table-share-market-name,
.table-share-row-currency,
.table-share-row-date {
	border-left: 0em solid #DCDDDE;
}

.detail-line,
.table-share .border-inline {
	border-bottom: 0em solid #DCDDDE;
}


/*** Outter borders ***/

.block-title,
.table-share-header {
	border-top: 0em solid #DCDDDE;
}

.data-detail,
.block-title,
.block-date,
.table-share .checkbox-wrapper,
.table-share-header-name {
	border-left: 0em solid #DCDDDE;
}

.data-detail,
.block-title,
.block-date,
.table-share-header-date,
.table-share-row-date {
	border-right: 0em solid #DCDDDE;
}

.end-details>.detail-line+.detail-line+.detail-line+.detail-line+.detail-line,
.discount-info+.detail-line,
.table-share tr:last-child .border-inline {
	border-bottom: 0em solid #DCDDDE;
}

/*** Header Top/Bottom Borders ***/

.table-share-header,
.block-title {
	border-top: 0em solid #DCDDDE;
}

.table-share-header,
.block-date {
	border-bottom: 0em solid #DCDDDE;
}

/*** Header Left/Right Borders ***/

.block-title,
.block-date,
.table-share-header-name {
	border-left-color: #136579;
}

.block-title,
.block-date,
.table-share-header-date {
	border-right-color: #136579;
}

@media (max-width: 616px) {

	/*** Reset the borders of the share selection table to reflect the limited table in mobile ***/

	.table-share-header-market {
		border-right: 0em solid #DCDDDE;
	}

	.table-share-market-name {
		border-right: 0em solid #DCDDDE;
	}

}

/*** Table Backgrounds ***/

/*** Head ***/

.table-share-header {
	background: #FFFFFF33;
	color: #FFFFFF;
	text-align: right;

	font-weight: normal;
	text-transform: none;
}

.block-title,
.block-date,
.table-share-header-name {
	background: #FFFFFF33;
	color: #FFFFFF;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
}

/* .block-title,
.block-date {
	text-align: center;
} */

/*** Body ***/

.initial-details .detail-line:first-child,
.discount-info+.detail-line,
.end-details .detail-line:nth-child(odd),
.table-share .table-share-row-even {
	background: transparent;
}

.initial-details>.detail-line:first-child+.detail-line,
.end-details .detail-line:nth-child(even),
.table-share .table-share-row-odd {
	background: #FFFFFF0D !important;
}

.table-share .border-inline {
	background: transparent;
	text-align: right;
	color: #CCCED3;

	font-weight: normal;
}

.table-share .table-share-row-name,
.table-share .checkbox-wrapper {
	background: transparent;
	text-align: left;
	color: #CCCED3;

	font-weight: normal;
	text-transform: none;
}

.initial-details>.detail-line:first-child+.detail-line,
.data-block .initial-details .detail-line,
.data-block .end-details .detail-line {
	background: #000C24;
	color: #CCCED3;
}

.detail-label {
	font-weight: normal;
	text-transform: none;
}

/*** Various Fixes ***/

/*Fix required for single cell look*/
.checkbox-wrapper {
	border-right: 0;
}

/*fight against main css*/
.end-investment {
	border-left: 0 !important;
    background: #000C24;
}

/* CHECK BOX BORDER DISABLE */
.checkbox-wrapper {
	border-right: 0;
	text-align: left !important;
	padding: 0.3em 4px 0.3em 4px !important;
}

.table-share-row-name {
	border-left: 0;
	padding-left: 0em !important;
}

/*********************************** END OF BORDER SETTINGS **********************************************/


.tabs-content-wrapper {
	margin-top: 2em;
	border-top: 0em solid #A3A4A9;
}

.table-share {
	margin-bottom: 2.0em;
}

.table-share-row-name,
.table-share-row-market-name,
.table-share-row-currency,
.table-share-row-date {
	width: 25%;
}

.table-share th,
.table-share td {
	line-height: normal;
	height: auto;
}

.table-share-header {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
}

.table-share-row-even,
.table-share-row-odd {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
}

.table-share-header-name {
	padding-left: 26px;
}

.table-share-row-name {
	padding-left: 0em;
}


.share-selection .table-share-header {
	width: 25%;
}

.share-selection .checkbox-wrapper {
	width: 20px;
}


/*************************************** 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: 450px;
	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;
}

#LatestTradesContainer,
#TradesBrokerContainer {
	margin-top: 2em;
}

.tabs li {
	float: none;
	display: inline-block;
	box-sizing: border-box;
}

.tabItem {
	height: 44px;
	line-height: 44px;

	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;

	transition: background 0.5s, color 0.5s, border 0.5s;
	text-align: center;
}

.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;
}

.tab-active,
.tab-active:hover {
	background: #FFFFFF;
	color: #000C24;
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 0em solid #FFFFFF;
	border-left: 0em solid #FFFFFF;

	position: relative;
	top: 0px;
	left: 0px;
}

.tab-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;
}

@media (max-width: 616px) {

	.table-share-row-name,
	.table-share-row-market-name,
	.table-share-row-currency,
	.table-share-row-date {
		width: inherit;
	}
}

@media (min-width: 390px) {

	#amountInvestedContainer .parameter-item:nth-child(1),
	#amountInvestedContainer .parameter-item:nth-child(2) {
		display: inline-block;
		/*! width: 34%; */
		/*! min-width: 475px; */
	}

	#shareBoughtContainer .parameter-item:nth-child(1),
	#shareBoughtContainer .parameter-item:nth-child(2) {
		display: inline-block;
		/*! width: 34%; */
		/*! min-width: 433px; */
	}
}

#amountInvestedContainer-DateFromTrigger,
#amountInvestedContainer-DateToTrigger,
#shareBoughtContainer-DateFromTrigger,
#shareBoughtContainer-DateToTrigger {
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/om-oab/icons/calendar.png");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	position: relative;
	top: -5px;
	right: 10px;
}

.parameter-item-input.date-input>table>tbody>tr>td:last-child {
	position: relative;
	right: 36px;
}

.ar-ae .parameter-item-input.date-input>table>tbody>tr>td:last-child {
	position: relative;
	right: -36px;
}

.currency-selection {
	margin-left: 35px;
}

body.body-rtl .currency-selection {
	margin: 0 34px 0 0;
}

.date-input {
	width: auto !important;
}

/* 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;
}

/* C-BOX */

span.checkbox:before {
	display: block;
	content: "";
	position: absolute;
	top: 1px;
	border: 1px solid #EAF5FB;
	left: 0;
	background: transparent;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	font-family: icofont;
	font-weight: 400;
	font-size: 1em;
	border-radius: 4px;
    -webkit-border-radius: 4px;
	z-index: -999;
}

span.checkbox:hover:before {
	border: 1px solid #26AAE1;
}

span.checkbox.checkbox-checked:after {
	content: "\eed8";
	font-size: 15px;
    position: absolute;
    top: 3px;
    left: 2px;
	color: #015EAB;
	box-sizing: border-box;
	font-family: icofont;
	font-weight: 400;
	z-index: -999;
}

span.checkbox.checkbox-checked:before {
	background: #EAF5FB;
    border: 1px solid #EAF5FB;
}

.div-checkbox .checkbox {
	float: left;
	display: block;
}

span.checkbox {
	position: relative;
	top: 0;
	left: 0;
	background: none;
}

/* .div-checkbox label {
	position: relative;
	top: 2px;
	left: 4px;
} */

.radio.focus,
.checkbox.focus {
	outline: solid 0px currentColor !important;
}

/* ADDITIONAL CSS */

.highcharts-axis-labels span {
	transform: translateY(10px) translateX(-5px) !important;
}

.jspHorizontalBar,
.jspVerticalBar {
    display: none !important;
}

.jspContainer {
    /* height: 174px !important; */
    width: 330px !important;
}

.jspPane {
    position: absolute;
    margin: 0 !important;
    width: 330px !important;
}

/* ABL */
.en-gb div#shareBoughtContainer button.data-button {
	position: relative;
    bottom: 4.35em;
    left: 20.1em;
}

.en-gb div#amountInvestedContainer button.data-button {
	position: relative;
	bottom: 4.3em;
    left: 41em;
}

/* ar-ae */
.ar-ae div#shareBoughtContainer button.data-button {
	position: relative;
	bottom: 5.5em;
    right: 23em;
}

.ar-ae div#amountInvestedContainer button.data-button {
	position: relative;
	bottom: 4.4em;
    right: 41em;
}

.calculation-parameters {
	padding: 0;
}

.div-share-name-and-date {
	color: #FFFFFF;
}

.footer div .hyperlink {
	visibility: hidden;
}

.footer div .hyperlink:before {
	background: right url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/om-oab/icons/logo-transparent.png") no-repeat transparent;
	background-size: contain;
	top: -1px;
	visibility: visible;
}

.chart-type.cumulative {
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/om-oab/icons/chart-a.png");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	background-size: 16px;
	background-position: 6px;
	right: -1px;
	top: -1px;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.chart-type.periodical {
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/om-oab/icons/graph-a.png");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	background-size: 16px;
	background-position: 6px;
	right: -2px;
	top: -1px;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.chart-type.cumulative.chart-type-disabled {
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/om-oab/icons/chart.png");
	background-color: #FFFFFF33;
	border: 1px solid #FFFFFF33;
}

.chart-type.periodical.chart-type-disabled {
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/om-oab/icons/graph.png");
	background-color: #FFFFFF33;
	border: 1px solid #FFFFFF33;
}

.div-checkbox label {
    margin: 3px 6px;
}

.highcharts-tooltip > span,
.highcharts-tooltip > span > span {
	color: #000C24 !important;
}

.highcharts-tooltip > span b {
    font-weight: 400;
}

.share-selection {
	text-align: center;
}

.tooltip_box {
    color: #000C24;
    border: 0px solid #c3d1ec;
    box-shadow: none;
    border-radius: 6px;
    padding: 5px 5px 2px;
}

/* div#amountInvestedContainer-Chart,
div.highcharts-container {
    background: #000C24;
    border-radius: 10px;
} */

.data-button-wrapper {
    border-bottom: 1px solid #FFFFFF99;
    /* margin-bottom: 3.5em; */
}

.result-border {
    padding-bottom: 0;
}

.date-text {
    position: relative;
}

div.EUCalendar-topCont {
    left: 0 !important;
}

.result-close-button {
	color: transparent;
}

.result-close-button::after {
	content: "×";
	color: #FFFFFF;
	position: absolute;
	left: 12px;
	top: 0;
}

g.highcharts-series > path {
    stroke-width: 2 !important;
}

/* ARABIC */

body.ar-ae.page-font-style.body-rtl,
.body.ar-ae,
.ar-ae .data-button,
.ar-ae .tabs li,
.ar-ae .tabs:after,
.ar-ae .tabs:after,
.ar-ae .page-font-style,
.ar-ae input.textbox-base,
.ar-ae .main-heading {
	font-family: "RM Neue", "GE SS Unique", sans-serif;
}

.ar-ae #amountInvestedContainer-DateFromTrigger,
.ar-ae #amountInvestedContainer-DateToTrigger,
.ar-ae #shareBoughtContainer-DateFromTrigger,
.ar-ae #shareBoughtContainer-DateToTrigger {
	right: -10px;
}

.ar-ae .ac_input {
    padding: 0 15px !important;
}

/* .ar-ae .tabs li {
    margin: 10px 0 10px 30px;
} */

body.body-rtl .calculation-parameters {
    padding: 10px 3px 20px;
    clear: both;
}

/* body.body-rtl .dropdown-name {
    padding: 0 15px !important;
} */

body.body-rtl .tabs {
    float: none !important;
    height: 57px;
    width: 410px;
}

body.body-rtl .tabs li {
    float: none !important;
}

.ar-ae .data-button::after {
	transform: scaleX(-1);
	margin-left: 0px;
	margin-right: 15px;
}

/* RESPONSIVE */

/* @media (max-width: 1440px) {
	.tabItem {
		height: 56px;
		line-height: 56px;
	}
	.datefrom-input, 
	.dateto-input, 
	.value-input {
		line-height: 2em !important;
		height: 56px !important;
	}
	.ac_input,
	.ac-arrow, 
	.arrow-wrapper, 
	.ac-arrow button, 
	.dropdown-item-table {
		height: 56px !important;
	}
	.download-data-button, 
	.data-button:active, 
	.data-button {
		height: 56px;
		line-height: 56px;
	}
} */

@media (max-width:1111px) {
	.en-gb div#amountInvestedContainer button.data-button {
		position: relative;
		bottom: -5px;
		left: 0;
	}

	.ar-ae div#amountInvestedContainer button.data-button {
		position: relative;
		bottom: 0;
		right: 3px;
	}

	body.body-rtl .calculation-parameters {
		padding: 10px 3px 40px;
	}

	.data-button-wrapper {
		padding-bottom: 1.5em;
	}
}

@media (max-width: 985px) {
	.parameter-item-input.by-amount-invested {
		width: auto !important;
	}

	.currency-selection-separated {
		margin-top: 0;
	}
}

@media (max-width: 780px) {
	.en-gb .currency-selection {
		margin: 30px 0 0 0;
		display: block;
		float: none;
	}

	.en-gb .amount-invested {
		display: block;
		float: none !important;
	}
}

@media (min-width: 756px) {
	body.body-rtl .currency-selection {
		margin: 0 34px 0 0;
	}
}

@media (max-width: 759px) {

	.end-investment,
	.initial-investment {
		margin-right: 0 !important;
		margin-left: 0 !important;
		display: block !important;
		width: 100%;
	}

	body.body-rtl .currency-selection {
		margin: 30px 0px 0 0;
		float: none;
	}
}

@media (max-width: 722px) {
	.ar-ae .currency-selection {
		margin: 30px 0 0 0;
		display: block;
		float: none;
	}

	.ar-ae .amount-invested {
		display: block;
		float: none !important;
	}
}

@media (max-width:722px) {
	.en-gb div#shareBoughtContainer button.data-button {
		position: relative;
		bottom: 0;
		left: 0;
	}

	.ar-ae div#shareBoughtContainer button.data-button {
		position: relative;
		bottom: 0;
		right: 0;
	}
}

@media (max-width: 500px) {
	.tabs {
		border-radius: 28px;
		width: 100%;
	}

	.tabs li {
		width: 100%;
		margin: 2px auto;
		display: block;
	}

	.tabs::after {
		border-bottom: 0px solid #aaa;
	}

	.tabItem {
		text-align: center;
		margin: 0 !important;
	}

	body.body-rtl .tabs {
		height: unset;
		width: unset;
	}
}

@media screen and (max-width: 440px) {
	.wrapper {
		padding: 20px 0px;
	}

	.ac_input,
	.value-input,
	.datefrom-input,
	.dateto-input {
		width: calc(100vw - 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;
	}

	.download-data-button, .data-button:active, .data-button {
        min-width: unset;
		width: 100%;
    }
}

@media (max-width: 330px) {
	.tabItem {
		min-width: auto !important;
		width: 100%;
		max-width: 330px;
	}

	.tabs li {
		margin: 10px 0 !important;
		display: block;
		width: 100%;
	}
}

