@import url("//fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap");
@font-face {
	font-family: 'Optimal LT';
	src: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/qa-meza/fonts/OptimaLTStd.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: 'Optimal LT';
	src: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/qa-meza/fonts/OptimaLTStd DemiBold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 600; 
}
@font-face {
	font-family: 'Optimal LT';
	src: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/qa-meza/fonts/OptimaLTStd Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}
body {
	margin: 0px;
}

/*************************************** 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: 'Optimal LT', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}
body.ar-ae,
body.ar-ae .data-button,
body.ar-ae .tabItem,
body.ar-ae .page-font-style,
body.ar-ae input.textbox-base,
body.ar-ae .main-heading {
	font-family: 'Cairo', sans-serif;
    font-size: 16px;
	color: #000000;
}

.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: #000000;
	
	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: #7d0849;
	
	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: 320px) { 
    body.fi-fi .data-button,
    body.fi-fi .data-button-separated {
        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 {
	margin: 0px auto;
	max-width: 1200px;
	width: auto;
}

.main-heading {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	
	font-family: inherit;
	font-size: 1.25em !important;
	font-weight: bold;
	color: #7d0849 !important;
	
	padding-top: 1.0em;
	padding-bottom: 1.0em;
}

.download-data-button,
.data-button:active,
.data-button {	
	
	height: auto;
	line-height: normal;	
	margin: 0px;
	
	font-family: inherit;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF !important;
	text-transform: none;
	
	padding: 1.0em 1.0em 1.0em 1.0em;
	
	border: 0em solid #7d0849;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
    background: #7d0849;
    color: #FFFFFF !important;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
}
.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: #FFFFFF;
    color: #7d0849 !important;
	border-color: #000000;
}

.download-data-button:hover td {
	color: #7d0849 !important;
}
.download-data-button img {
	display: none;
}

.footer {
	padding-top: 1em;
}


/*************************************** Start of: Selection ****************************************/

.parameter-item-label {
	margin-right: 3em;
	width: 13em !important;
}
.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: 1.5em !important;
	height: 1.5em !important;
	padding: 0px 0 0 0.16em;
	
	border: 0.08em solid #1F1C1D; /*Insert table-data-row-border color*/
	
}
.ac_input,
.datefrom-input,
.dateto-input,
.value-input {
	min-width: 11em !important;
	box-sizing: border-box;
}

.currency-selection {
	margin-left: 0.5em;
}

/*************************************** Start of: Currency Selection ****************************************/

.ac_input {
	border: 0.08em solid #1F1C1D;	
	height: 1.5em;
	width: 100%;
}

.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: 1.5em!important;
	height: 1.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: 0.08em solid #1F1C1D;
	background: #DBD2D7;
	background: linear-gradient(#DBD2D7, #E6E6E6);
}
.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 #7d0849;
}

.ac_odd,
.ac_even {
	transition: background 0.3s, border 0.3s;
}
.ac_over {
	background: #DBD2D7;
	color: #7d0849;	
	border-color: #1F1C1D;
	border-width: 0.08em;
}

.ac_results {
	border: 0.08em solid #1F1C1D;
	border-top: 0;
	box-shadow: 1px 1px 3px #DBD2D7;	
}

.local-currency {
	width: 100%!important;
	line-height: 1em;
	height: auto;
	padding-left: 0.16em;
}
.dropdown-name {
	width: 100% !important;
}
.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;
}

/*************************************** Start of: Results Settings ****************************************/

.result-wrapper {
	margin-top: 2em;
	border: 0.08em solid #e6e5e6;/*Insert table-data-row-border color*/
}
.result-close-button {
	width: 2em;
	height: 2em;
	
	border: 0.08em solid #e6e5e6;/*Insert table-data-row-border color*/
	border-top: 0px;
	border-right: 0px;
	line-height: 2em;
	
	border-radius: 0px;
}

.block-title {
    box-sizing:border-box;

	padding-top: 0.6em;
	padding-bottom: 0.0em;
	
	line-height: normal;
	height: auto;
}
.block-date {
    box-sizing:border-box;

	padding-top: 0.0em;
	padding-bottom: 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%;
}
.end-investment {
    padding:0!important;

    box-sizing:border-box;

    margin-left:4%;
}
.text-result {
	padding: 2em;
}

.chart-type-label {
	padding-left: 2.5em;
}

/*************************************** 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 #1F1C1D;
}

.table-share-market-name,
.table-share-row-currency,
.table-share-row-date {
	border-left: 0em solid #1F1C1D;
}

.detail-line,
.table-share .border-inline {
	border-bottom: 0em solid #1F1C1D ;
}


/*** Outter borders ***/

.block-title,
.table-share-header {
	border-top: 0em solid #1F1C1D;
}

.data-detail,
.block-title,
.block-date,
.table-share .checkbox-wrapper,
.table-share-header-name {
	border-left: 0em solid #1F1C1D;
}

.data-detail,
.block-title,
.block-date,
.table-share-header-date,
.table-share-row-date {
	border-right: 0em solid #1F1C1D;
}

.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 #1F1C1D;
}

/*** Header Top/Bottom Borders ***/

.table-share-header,
.block-title {
	border-top: 0em solid #1F1C1D;
}

.table-share-header,
.block-date {
	border-bottom: 0.08em solid #ECEBEC;
}

/*** Header Left/Right Borders ***/

.block-title,
.block-date,
.table-share-header-name {
	border-left-color: #1F1C1D;
}

.block-title,
.block-date,
.table-share-header-date {
	border-right-color: #1F1C1D;
}

@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 #1F1C1D;
	}
	
    .table-share-market-name {
        border-right: 0em solid #1F1C1D;
    }
	
}

/*** Table Backgrounds ***/

/*** Head ***/

.table-share-header {
	background: #FFFFFF;
	color: #7d0849;
	text-align: right;
	
	font-weight: bold;
	text-transform: none;
}

.block-title,
.block-date,
.table-share-header-name {
	background: #FFFFFF;
	color: #7d0849;
	text-align: left;
	
	font-weight: bold;
	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: #FFFFFF  !important;
}

.initial-details > .detail-line:first-child + .detail-line,
.end-details .detail-line:nth-child(even),
.table-share .table-share-row-odd {
	background: #FFFFFF  !important;
}

.table-share .border-inline {
	background: #FFFFFF;
	text-align: right;
	color: #7d0849;
	
	font-weight: normal;
}

.table-share .table-share-row-name,
.table-share .checkbox-wrapper {
	background: #FFFFFF;
	text-align: left;
	color: #000000;
	
	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: #FFFFFF;
	color: #000000;
}
.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;
    }
/* 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 #A3A5A9;
}
.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; 	
	
	position: relative;
	z-index: 0;
}

.tabs:after {
	content: '';
	display: block;	
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;
	
	border-bottom: 0em solid #7d0849;
}

#LatestTradesContainer,
#TradesBrokerContainer {
	margin-top: 2em;
}

.tabs li {
	float: none;
	display: inline-block;	
	margin: 0px;
}

.tabItem {
	height: auto;
	line-height: normal;
	
	margin: 0.0em 0.08em 0.0em 0.08em;
	
	padding-top: 1.0em !important;
    padding-right: 2.0em;    
	padding-bottom: 1.0em !important;
    padding-left: 2.0em;
    
	font-family: inherit;
	font-weight: bold;
	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: 0.08em solid #7d0849;
	border-right: 0.08em solid #7d0849;
	border-bottom: 0.08em solid #7d0849;
	border-left: 0.08em solid #7d0849;
	
    background: #7d0849;
    color: #FFFFFF;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
}

.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 #7d0849;
}

@media (max-width: 616px){ 
    .table-share-row-name,
    .table-share-row-market-name,
    .table-share-row-currency,
    .table-share-row-date {
        width: inherit;
    }
}

.tabItem {
	height: auto;
    line-height: normal;
    padding: 14px 26px !important;
    margin-top: 0em;
    margin-right: 5px;
    margin-bottom: 0em;
    margin-left: 5px;
    border-radius: 3px;
    font-family: inherit;
    font-weight: 600;
    font-size: 1.0em;
    text-transform: none;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
    min-width: 8em;
    color: #000000;
    border-radius: 3px;
    font-style: normal;
    text-decoration: none;
    border-top: 0.08em solid #7d0849;
    border-right: 0.08em solid #7d0849;
    border-bottom: 0.08em solid #7d0849;
    border-left: 0.08em solid #7d0849;
    background-color: #FFFFFF;
	width: 10em;
}

.tabItem:hover,
.tabItem:active {
	background: #7d0849 !important;
	color: #FFFFFF !important;	
	border-top: 0.08em solid #7d0849;
	border-right: 0.08em solid #7d0849;
	border-bottom: 0.08em solid #7d0849;
	border-left: 0.08em solid #7d0849;
}

.tab-active,
.tab-active:hover {
	background: #7d0849 !important;
	color: #FFFFFF !important;	
	border-top: 0.08em solid #7d0849;
	border-right: 0.08em solid #7d0849;
	border-bottom: 0.08em solid #7d0849;
	border-left: 0.08em solid #7d0849;

	position: relative;
	top: 0px;
	left: 0px;
}
input#amountInvestedContainer-AmountInput {
    min-width: 11.6em !important;
}
.datefrom-input, .dateto-input, .value-input {
    border: 1px solid #7D0849 !important;
}
.datefrom-input, .dateto-input, .value-input {
    line-height: 1.5em !important;
}
.ac_input{
	border: 1px solid #7d0849 !important;
    width: 207px !important;
}
.ac_input, .datefrom-input, .dateto-input, .value-input {
    min-width: 207px !important;
    box-sizing: border-box;
    height: 2.2em !important;
}
.local-currency {
    width: 100%!important;
    line-height: 2em !important;
    height: auto;
    padding-left: 0.16em;
}
.ac_input_active .arrow-wrapper, .arrow-wrapper:hover {
    border-left: 0.08em solid transparent;
    background: #DBD2D7;
    background: #FFFFFF;
}

/* .dropdown-name {
    width: 100% !important;
    line-height: 2em;
} */
.dropdown-item-text .flags {
    padding-right: 5px;
    margin-bottom: 6px;
}
.jspVerticalBar, .jspHorizontalBar{
	display: none;
}
/* .dropdown-name{
	height: 39px;
} */
.arrow-wrapper {
    height: 39px !important;
}
.ac-arrow:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.35em;
    margin-top: -0.3em;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.7em solid #7d0849;
}
.jspPane {
    margin-left: 0px !important;
}

.main-heading {
    display: none;
}

/* CALENDAR IC */

.EUCalendar-day-selected {
    padding: 3px 4px;
    margin: 0px;
    background-color: #7d0849;
    color: #fff!important;
	border: none;
}
.EUCalendar-day:hover {
    background: #7d0849;
    color: #fff;
    border: none;
}
.EUCalendar-day-today.EUCalendar-day-selected {
    background-color: #7d0849;
}
.EUCalendar-bottomBar-today {
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-transform: capitalize;
    padding: 6px 8px;
    border: 0 solid #11516E;
    border-radius: 0px !important;
    background: #b1d016;
    transition: all ease-in 0.2s;
    text-decoration: none;
    cursor: pointer;
    width: 107px!important;
}
.EUCalendar-day {
    text-align: center;
    color: #000000;
    font-size: 16px;
    padding: 3px 4px;
    border: solid 0 #dcdcdc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
}
.EUCalendar-menu-month-disabled, .EUCalendar-day-disabled {
    opacity: .5;
    text-shadow: none;
}
.EUCalendar-bottomBar-today {
    position: relative;
}
.EUCalendar-bottomBar-today:hover{
	background-position: 0 0;
	color: #FFFFFF;
}
.EUCalendar-bottomBar-today:hover:before{
	border-left: 8px solid #FFFFFF;
}
.EUCalendar-menu-today {
	padding: 6px 15px 6px 8px !important;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #7d0849;
	margin-top: 3px;
    text-transform: capitalize;
	padding: 6px 15px 6px 8px !important;
    border: 0 solid #11516E;
    border-radius: 25px!important;
    background: #b1d016;
    transition: all ease-in 0.2s;
    text-decoration: none;
    cursor: pointer;
    width: 107px!important;
	position: relative;
}
.EUCalendar-dayNames div {
    font-weight: bold;
    color: #7d0849;
    text-shadow: none;
}
.EUCalendar-menu-yearLabel div, .EUCalendar-title div {
    padding: 10px 20px;
    text-shadow: none;
    border: 1px solid transparent;
    color: #7d0849;
}
.EUCalendar{
	text-shadow: none;
}
.EUCalendar-weekend {
    color: #c22 !important;
}
.EUCalendar-day:hover {
    background: #7d0849;
    color: #fff !important;
    border: none;
}
.EUCalendar-menu-today, .EUCalendar-bottomBar-today{
    font-weight: 400 !important;
	font-size: 16px !important;
    padding: 10.5px 0 !important;
    border-radius: 0 !important;
    color: #f6f6f6 !important;
    background: #7d0849 !important;
	text-transform: uppercase !important;
}
.EUCalendar-menu-today:hover, .EUCalendar-bottomBar-today:hover{
	font-weight: 400 !important;
	font-size: 16px !important;
    padding: 10.5px 0 !important;
    border-radius: 0 !important;
    color: #f6f6f6 !important;
    background: #7d0849 !important;
	text-transform: uppercase !important;
}
.EUCalendar-menu-today:active, .EUCalendar-bottomBar-today:active{
    background: #d29e11 !important;
}
.footer{
	font-size: 13px;
}
.footer {
    padding-top: 2em;
}

.block-title, .block-date {
    text-align: center;
    font-size: 16px;
}
/* end */
.detail-line, .table-share .border-inline {
    border-bottom: 1px solid #e6e5e6;
}
.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: 1px solid #e6e5e6;
}

.download-data-button, .data-button{
    border-radius: 0 !important;
    color: #f6f6f6 !important;
	min-width: 207px;
    background: #7d0849 !important;
	text-transform: uppercase !important;
	border: none !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 14px 24px !important;
    border-radius: 0 !important;
    color: #f6f6f6 !important;
    background: #7D0849 !important;
    text-transform: uppercase !important;
    transition: none !important;
}

.data-button:active, .data-button:hover, .download-data-button:hover{
	background: #7D0849 !important;
	color: #f6f6f6 !important;
}
.data-button:active, .download-data-button:active{
	background: #D29E11 !important;
	color: #f6f6f6 !important;
}
input#amountInvestedContainer-AmountInput {
    min-width: 207px !important;
}
#amountInvestedContainer .data-button-wrapper {
    max-width: 681px;
}
#shareBoughtContainer .data-button-wrapper {
    max-width: 466px;
}
.jspPane {
    margin-left: 0px !important;
    width: 207px !important;
}
#amountInvestedContainer .currency-selection {
    position: relative;
}

#amountInvestedContainer .ac_results {
    top: 41px !important;
    left: 0px !important;
}
body.body-rtl #amountInvestedContainer .ac_results {
    top: 40px !important;
    left: 0px !important;
}
body.body-rtl .flags {
    padding-right: 0px;
	margin-left: 10px;
}
body.body-rtl .ac-arrow:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 71%;
    left: 50%;
    margin-left: -0.35em;
    margin-top: -0.3em;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.7em solid #7d0849;
}
.ac_results {
    border: 0.08em solid #e6e5e6;
    border-top: 0;
    box-shadow: 1px 1px 3px #e6e5e6;
}
@media screen and (max-width:715px){
	#amountInvestedContainer .ac_input {
		position: absolute;
		top: 49px !important;
		left: -216px !important;
	}
	.footer {
		padding-top: 3em;
	}
	#amountInvestedContainer .data-button-wrapper {
		max-width: 465px;
		margin-top: 40px;
	}
	#amountInvestedContainer .ac_results {
		top: 90px !important;
		left: -216px !important;
	}
	
}
@media screen and (max-width:713px){
#amountInvestedContainer .ac_input {
    position: absolute;
    top: 0px !important;
    left: -1px !important;
}
#amountInvestedContainer .data-button-wrapper {
    max-width: 467px;
    margin-top: 0px;
}
#amountInvestedContainer .ac_results {
    top: 35px !important;
    left: -9px !important;
}
}
@media screen and (max-width:680px){
	#amountInvestedContainer .ac_input {
		position: absolute;
		top: 0px !important;
		left: -8px !important;
	}
}
@media screen and (max-width:568px){
	#amountInvestedContainer .data-button-wrapper {
		max-width: 419px;
		margin-top: 0px;
	}
	#shareBoughtContainer .data-button-wrapper {
		max-width: 419px;
	}

}
@media screen and (max-width:425px){
	#amountInvestedContainer .data-button-wrapper {
		max-width: 210px;
		margin-top: 0px;
	}
}
@media screen and (max-width:422px){
	#shareBoughtContainer .data-button-wrapper {
		max-width: 210px;
	}
}
.jspHorizontalBar,
.jspVerticalBar {
    display: none!important;
}
@media screen and (max-width:487px){
	.tabItem {
		margin: 5px;
		width: 11em;
	}
}
.ac_over {
    background: #b1b3b6;
    color: #7d0849;
    border-color: #7d0849;
    border-width: 0.08em;
}
body.body-rtl .tabs {
    float: none!important;
}
body.body-rtl .tabs {
    text-align: center !important;
}
body.body-rtl .tabs li {
	float: none !important;
  }
body.body-rtl .data-button {
    float: left !important;
    margin-left: 0px;
    white-space: nowrap;
}
body.body-rtl #amountInvestedContainer .data-button-wrapper {
    max-width: 648px;
}
body.body-rtl #shareBoughtContainer .data-button-wrapper {
    max-width: 438px;
}
@media screen and (max-width:715px){
	body.body-rtl #amountInvestedContainer .ac_input {
		position: absolute;
		top: 49px !important;
		left: 211px !important;
	}
	body.body-rtl .footer {
		padding-top: 3em;
	}
	body.body-rtl #amountInvestedContainer .data-button-wrapper {
		max-width: 438px;
	}
	body.body-rtl #amountInvestedContainer .ac_results {
		top: 89px !important;
		left: 211px !important;
	}
	
}
@media screen and (max-width:713px){
	body.body-rtl #amountInvestedContainer .ac_input {
    position: absolute;
	top: 51px !important;
    left: 211px !important;
}
body.body-rtl #amountInvestedContainer .data-button-wrapper {
	max-width: 438px;
    margin-top: 42px;
}
body.body-rtl #amountInvestedContainer .ac_results {
	top: 91px !important;
    left: 211px !important;
}
}
/* @media screen and (max-width:674px){
	body.body-rtl #amountInvestedContainer .ac_input {
		top: 0px !important;
		left: 0px !important;
	}
	body.body-rtl #amountInvestedContainer .data-button-wrapper {
		max-width: 464px;
		margin-top: 0px;
	}
	body.body-rtl #amountInvestedContainer .ac_results {
		top: 39px !important;
		left: 0px !important;
	}
} */
@media screen and (max-width: 648px){
	body.body-rtl #amountInvestedContainer .ac_input {
		top: 0px !important;
		left: 0px !important;
	}
	body.body-rtl #amountInvestedContainer .data-button-wrapper {
		max-width: 437px;
		margin-top: 0px;
	}
}
@media screen and (max-width:568px){
	body.body-rtl #amountInvestedContainer .data-button-wrapper {
		max-width: 417px;
		margin-top: 0px;
	}
	body.body-rtl #shareBoughtContainer .data-button-wrapper {
		max-width: 417px;
	}
}
@media screen and (max-width:422px){
	body.body-rtl #amountInvestedContainer .data-button-wrapper {
		max-width: 210px;
		margin-top: 0px;
	}
	body.body-rtl #shareBoughtContainer .data-button-wrapper {
		max-width: 210px;
	}
	
}
body.body-rtl .end-investment {
    border: none;
    border-right: solid 0px #d1d1d1;
    padding: 0 4% 0 0;
    margin-right: 4%;
	margin-left: 0%;
}

body.body-rtl .EUCalendar-menu-today{
	width: 125px !important;
}
table.EUCalendar-titleCont {
    font-size: 120%;
    font-weight: 400;
    color: #000000;
    text-align: center;
    position: relative;
}
.EUCalendar-dayNames div {
    font-weight: 400;
    color: #000000;
    text-shadow: none;
}
.EUCalendar-menu-today, .EUCalendar-bottomBar-today{
	font-weight: 400 !important;
}
.EUCalendar-menu-yearLabel div, .EUCalendar-title div {
    padding: 10px 20px;
    text-shadow: none;
    border: 1px solid transparent;
    color: #000000;
    font-size: 19.8px;
}
button.EUCalendar-bottomBar-today {
    margin-top: 2px;
    margin-bottom: 2px;
}
@media screen and (max-width:375px){
	body, .data-button, .tabs li, .tabs:after, .tabs:after, .page-font-style, input.textbox-base, .main-heading {
	}
	.detail-value {
		float: right;
		padding-left: 2px;
	}
	
}
@media screen and (max-width:768px){
	.ac_results {
		max-height: 150px !important;
	}
}
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: 14px;
    top: -3px;
}
.value-input, .dateto-input, .datefrom-input, .ac_input{
	background: transparent;
}
.tabItem, .result-close-button{
	background: transparent;
}
.block-title, .block-date, .table-share-header-name {
    background: #7d0849;
    color: #FFFFFF;
}
.data-block {
    float: left;
    width: 46%;
}

/* ar-AE */


body.body-rtl .tabItem {
    padding: 8.5px 26px !important;
}
body.body-rtl .download-data-button, body.body-rtl .data-button {
    padding: 8.5px 24px !important;
}
body.body-rtl .EUCalendar-menu-today, body.body-rtl .EUCalendar-bottomBar-today {
    padding: 5px 0 !important;
}

.EUCalendar-bodyTable tr td:nth-child(5) .EUCalendar-day {
    color: #c22;
}
.EUCalendar-bodyTable tr td:nth-child(6) .EUCalendar-day {
    color: #c22;
}
.EUCalendar-bodyTable tr td:nth-child(7) .EUCalendar-day {
    color: #000000 !important; 
}
.EUCalendar-dayNames tr td:nth-child(5) div {
    color: #c22;
}
.EUCalendar-dayNames .EUCalendar-weekend {
    color: #c22;
}
.EUCalendar-dayNames tr td:nth-child(7) .EUCalendar-weekend {
    color: #000000 !important;
}
body.body-rtl .EUCalendar-bodyTable tr td:nth-child(7) .EUCalendar-day {
    color: #c22 !important;
}
body.body-rtl .EUCalendar-dayNames tr td:nth-child(7) div {
    color: #c22 !important;
}
body.body-rtl .EUCalendar-bodyTable tr td:nth-child(6) .EUCalendar-day {
    color: #000000 !important;
}
body.body-rtl .EUCalendar-dayNames tr td:nth-child(6) div {
    color: #000000 !important;
}
body.body-rtl .EUCalendar-bodyTable tr td:nth-child(5) .EUCalendar-day {
    color: #000000 !important;
}
body.body-rtl .EUCalendar-dayNames tr td:nth-child(5) div {
    color: #000000 !important;
}
body.body-rtl .EUCalendar-bodyTable tr td:nth-child(2) .EUCalendar-day {
    color: #000000 !important;
}
body.body-rtl .EUCalendar-dayNames tr td:nth-child(2) .EUCalendar-weekend {
    color: #000000 !important;
}
.EUCalendar-day:hover {
    background: #7d0849;
    color: #fff !important;
    border: none;
}
.EUCalendar-bodyTable tr td:nth-child(7) .EUCalendar-day:hover {
	color: #fff !important;
}
body.body-rtl .EUCalendar-bodyTable tr td:nth-child(2) .EUCalendar-day:hover{
	color: #fff !important;
}
body.body-rtl .EUCalendar-bodyTable tr td:nth-child(7) .EUCalendar-day:hover {
	color: #fff !important;
}
body.body-rtl .EUCalendar-bodyTable tr td:nth-child(6) .EUCalendar-day:hover {
	color: #fff !important;
}
body.body-rtl .EUCalendar-bodyTable tr td:nth-child(5) .EUCalendar-day:hover {
	color: #fff !important;
}
body.body-rtl .EUCalendar-bodyTable tr td:nth-child(2) .EUCalendar-day:hover {
	color: #fff !important;
}
