@import url("//fonts.googleapis.com/css2?family=Montserrat&display=swap");

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: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #45454A;
}

.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: #044C84;

	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: #E60019;

	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: 1024px;
	width: auto;
}

.main-heading {
	line-height: normal;
	margin: 0px;
	padding: 0px;

	font-family: inherit;
	font-size: 1.25em !important;
	font-weight: bold;
	color: #45454A !important;

	padding-top: 1.0em;
	padding-bottom: 1.0em;
}

.download-data-button,
.data-button:active,
.data-button {

	height: auto;
	line-height: 20px;
	margin: 0px;

	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	color: #45454A !important;
	text-transform: none;

	padding: 15px 25px;

	border: 0.5px solid #c6c6c6;
	border-radius: 30px;

	background: #fff;

	transition: background 0.5s, color 0.5s, border 0.5s;
}

.download-data-button td {
	color: #044C84 !important;
	transition: background 0.5s, color 0.5s, border 0.5s;
}

.download-data-button:hover,
.data-button:hover {
	background: #044C84;
	color: #fff !important;
	border-color: #044C84;
	cursor: pointer;
}

.download-data-button:hover td {
	color: #FFFFFF !important;
}

.download-data-button img {
	display: none;
}

.footer {
	padding-top: 1em;
}


/*************************************** Start of: Selection ****************************************/

.parameter-item-label {
	margin-right: 3em;
	width: 13em !important;
	padding-top: 10px !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: 50px !important;
	padding: 0 1.5em;

	border: 0.5px solid rgba(2, 44, 34, 0.13);

	border-radius: 30px;
	color: #45454A;
}

.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.5px solid rgba(2, 44, 34, 0.13);
	height: 50px;
	width: 100%;
	border-radius: 30px;
	padding-left: 1.2em;
}

.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: 12px !important;
    height: 50px !important;
	box-sizing: border-box;
	margin: 0 0 0 -5px;
}

.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: none;
	background: none;
	background: none;
}

.ac-arrow {
	display: inline-block;
	background: transparent;

	position: relative;
	top: 0px;
	left: 0px;

	width: 1em;
}

.ac-arrow:before {
	content: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/ae-rpm/icons/down-arrow.svg");
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -5px;
}

.ar-ae .ac-arrow:before {
	content: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/ae-rpm/icons/down-arrow.svg");
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -8px;
	margin-top: -5px;
}

.ac_odd,
.ac_even {
	transition: background 0.3s, border 0.3s;
}

.ac_over {
	background: #D2DADB;
	color: #45454A;
	border-color: #EAEAEA;
	border-width: 0.08em;
}

.ac_results {
	border: 0.08em solid #EAEAEA;
	border-top: 0;
	box-shadow: 1px 1px 3px #D2DADB;
}

.local-currency {
	width: 100% !important;
	line-height: 3em;
	height: auto;
	padding-left: 0.16em;
	color: #45454A;
}

.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: 0em solid transparent;
	/* background: #F8FCFF;
	border-radius: 15px; */
}

.result-close-button {
	width: 2em;
	height: 2em;

	border: 0.08em solid #EAEAEA;
	/*Insert table-data-row-border color*/
	line-height: 2em;
	background: transparent !important;
	border-radius: 30px;
	margin: 20px;
}

.body-rtl .result-close-button {
	width: 2em;
	height: 2em;

	border: 0.08em solid #EAEAEA;
	/*Insert table-data-row-border color*/
	line-height: 2em;
	background: transparent !important;
	border-radius: 30px;
	margin: 20px;
}

.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: 1.2em;
	padding-bottom: 1.9em;
	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: 36px;
	padding-right: 1em;
	font-size: 18px;
	font-weight: 700;
	color: #004C84;
}

.chart-title {
	font-size: 18px;
	font-weight: 700;
	color: #004C84;
}

/*************************************** 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 #EAEAEA;
}

.table-share-market-name,
.table-share-row-currency,
.table-share-row-date {
	border-left: 0em solid #EAEAEA;
}

.detail-line,
.table-share .border-inline {
	border-bottom: 0.5px solid #ddd;
}


/*** Outter borders ***/

.block-title,
.table-share-header {
	border-top: 0.5px solid #ddd;
}

.data-detail,
.block-title,
.block-date,
.table-share .checkbox-wrapper,
.table-share-header-name {
	border-left: 0em solid #EAEAEA;
}

.data-detail,
.block-title,
.block-date,
.table-share-header-date,
.table-share-row-date {
	border-right: 0em solid #EAEAEA;
}

.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: 0px solid #ddd;
}

/*** Header Top/Bottom Borders ***/

.table-share-header,
.block-title {
	border-top: 0em solid #EAEAEA;
}

.table-share-header,
.block-date {
	border-bottom: 1px solid #044C84;
}

/*** Header Left/Right Borders ***/

.block-title,
.block-date,
.table-share-header-name {
	border-left-color: #EAEAEA;
}

.block-title,
.block-date,
.table-share-header-date {
	border-right-color: #EAEAEA;
}

@media (max-width: 480px) {

	/*** Reset the borders of the share selection table to reflect the limited table in mobile ***/

	.table-share-header-market {
		border-right: 0.08em solid #EAEAEA;
	}

	.table-share-market-name {
		border-right: 0.08em solid #EAEAEA;
	}

}

/*** Table Backgrounds ***/

/*** Head ***/

.table-share-header {
	background: #004C84;
	color: #FFFFFF;
	text-align: right;

	font-weight: 700;
	text-transform: none;
}

.block-title,
.block-date,
.table-share-header-name {
	background: transparent;
	color: #004C84;
	text-align: left;

	font-weight: 700;
	text-transform: none;
	font-size: 16px;
}

.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: transparent;
}

.table-share .border-inline {
	background: transparent;
	text-align: right;
	color: #45454A;

	font-weight: 400;
}

.table-share .table-share-row-name,
.table-share .checkbox-wrapper {
	background: transparent;
	text-align: left;
	color: #45454A;

	font-weight: 400;
	text-transform: none;
}

.initial-details>.detail-line:first-child+.detail-line,
.data-block .initial-details .detail-line,
.data-block .end-details .detail-line {
	background: transparent;
	color: #45454A;
}

.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: 0.08em solid #A7A9A3;
}

.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 {	
	border-bottom: 0px;
	font-size: 0px !important;

	position: relative;
	z-index: 0;
	text-align: center;
}

.tabs:before {
	content: '';
	display: block;
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;
	border-top: 0px solid #044C8440;
}

#LatestTradesContainer,
#TradesBrokerContainer {
	margin-top: 2em;
}

.tabs li {
	float: none;
	display: inline-block;
	margin: 0px;
}

.tabItem {
	height: auto;
	line-height: 25px;

	margin: 0.0em 1em 0.0em 0em;

	padding-top: 1.0em !important;
	/*! padding-right: 2.0em; */
	padding-bottom: 1.0em !important;
	/*! padding-left: 2.0em; */

	font-family: inherit;
	font-weight: 400;
	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: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 3px solid transparent;
	border-left: 0em solid #FFFFFF;

	background: transparent;
	color: #45454A;

	transition: background 0.5s, color 0.5s, border 0.5s;
}

.tabItem:hover,
.tabItem:active {
	background: transparent;
	color: #044C84;
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 3px solid transparent;
	border-left: 0em solid #FFFFFF;
	font-weight: 500;
}

.tab-active,
.tab-active:hover {
	background: transparent;
	color: #044C84;
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 0px solid transparent;
	border-left: 0em solid #FFFFFF;

	position: relative;
	top: 0px;
	left: 0px;
	font-weight: 600;
}

.tab-active:before {

	content: "";
	width: 30px;
	height: 0;
	position: absolute;
	top: 85%;
	left: 35%;
	margin-left: 0em;
	border-radius: 1.5px;
	border-left: 0em solid transparent;
	border-right: 0em solid transparent;
	border-bottom: 3px solid #E60019;
}

@media (max-width: 480px) {

	.table-share-row-name,
	.table-share-row-market-name,
	.table-share-row-currency,
	.table-share-row-date {
		width: inherit;
	}
}

/*************************************** IC FORMAR ****************************************/
.main-heading {
	display: none;
}

.tabs-content-wrapper {
	border-top: 0em solid #A5A3A9;
}

.footer {
	font-size: 13px !important;
}

.ac_input {
	top: -1px;
}

@media (max-width: 618px) {
	.ac_input {
		right: -8px;
	}
}

@media (max-width: 610px) {
	.ac_input {
		right: 0px;
	}
}

@media (max-width: 568px) {
	.ac_input {
		right: 10px;
		margin-left: 10px;
	}

	.ar-ae .ac_input {
		right: 0;
		left: 10px;
	}
}

.ac_input,
.datefrom-input,
.dateto-input,
.value-input,
.download-data-button,
.data-button:active,
.data-button {
	width: 176px !important;
}

body.en-gb #amountInvestedContainer>div>.data-button-wrapper {
	width: 619px;
}

body.en-gb #shareBoughtContainer>div>.data-button-wrapper {
	width: 435px;
}

@media (max-width: 610px) {
	body.en-gb #amountInvestedContainer>div>.data-button-wrapper {
		width: 436px !important;
	}
}

@media (max-width: 568px) {

	body.en-gb #amountInvestedContainer>div>.data-button-wrapper,
	body.en-gb #shareBoughtContainer>div>.data-button-wrapper {
		width: 387px !important;
	}

	body.en-gb .data-button {
		float: right !important;
		margin: 0 !important;
	}
}

@media (max-width: 618px) {
	body.en-gb .by-amount-invested .currency-selection {
		margin-left: 0;
	}
}

@media (max-width: 394px) {
	body.en-gb #amountInvestedContainer>div>.data-button-wrapper {
		width: 179px !important;
	}

	body.en-gb .data-button {
		float: right !important;
		margin: 0 !important;
	}
}

@media (max-width: 391px) {
	body.en-gb #shareBoughtContainer>div>.data-button-wrapper {
		width: 178px !important;
	}

	body.en-gb .data-button {
		float: right !important;
		margin: 0 !important;
	}
}

.jspHorizontalBar,
.jspVerticalBar {
	display: none !important;
}

.jspPane {
	margin-left: 0px !important;
}

/*************************************** End of: Basic setting to overvwrite the tool ****************************************/
@media (max-width: 505px) {
	#amountInvestedContainer>div>.data-button-wrapper {
		width: 436px;
	}
}

@media (max-width: 423px) {
	.tabs::after {
		border-bottom: 0px solid #e1e1e1;
	}
}

/**************************ar-AE************************************************************/
body.ar-ae {
	direction: rtl;
}

body.body-rtl .tabs li,
body.body-rtl .tabs {
	float: none !important;
}

body.ar-ae #amountInvestedContainer>div>.data-button-wrapper {
	width: 606px;
}

body.ar-ae #shareBoughtContainer>div>.data-button-wrapper {
	width: 428px;
}

@media only screen and (max-width: 586px) {

	body.ar-ae #amountInvestedContainer>div>.data-button-wrapper,
	body.ar-ae #shareBoughtContainer>div>.data-button-wrapper {
		width: 407px;
	}

	body.ar-ae .data-button {
		float: left !important;
		margin: 0 !important;
	}
}

@media only screen and (max-width: 568px) {

	body.ar-ae #amountInvestedContainer>div>.data-button-wrapper,
	body.ar-ae #shareBoughtContainer>div>.data-button-wrapper {
		width: 387px;
	}
}

@media only screen and (max-width: 505px) {
	body.ar-ae .by-amount-invested .currency-selection {
		margin-right: -8px;
	}
	.ar-ae .ac_input {
        right: 8px;
    }
}

@media only screen and (max-width: 397px) {
	body.ar-ae #amountInvestedContainer>div>.data-button-wrapper {
		width: 179px !important;
	}

	body.ar-ae .data-button {
		float: left !important;
		margin: 0 !important;
	}
}

@media only screen and (max-width: 391px) {
	body.ar-ae #shareBoughtContainer>div>.data-button-wrapper {
		width: 179px !important;
	}

	body.ar-ae .data-button {
		float: left !important;
		margin: 0 !important;
	}
}

body.body-rtl .data-block {
	float: left;
}

body.body-rtl .end-investment {
	border: none !important;
}

/*********************Custom Calendar*******************************************************/
.EUCalendar-menu-today,
.EUCalendar-bottomBar-today:hover {
	color: #ffffff;
	background: #C22E10;
}


/* .EUCalendar-bodyTable tr td:nth-child(5) .EUCalendar-day {
	color: #c22 !important;
} */

/* .EUCalendar-dayNames tr td:nth-child(5) div {
	color: #c22 !important;
} */

.ar-ae .EUCalendar-bodyTable tr td:nth-child(2) .EUCalendar-day {
	color: #044C84 !important;
}

.ar-ae .EUCalendar-dayNames tr td:nth-child(2) div {
	color: #044C84 !important;
}

.ar-ae .EUCalendar-bodyTable tr td:nth-child(6) .EUCalendar-day {
	color: #044C84 !important;
}

.ar-ae .EUCalendar-dayNames tr td:nth-child(7) div {
	color: #c22 !important;
}

.ar-ae .EUCalendar-dayNames tr td:nth-child(6) div {
	color: #044C84 !important;
}

.ar-ae .EUCalendar-bodyTable tr td:nth-child(7) .EUCalendar-day {
	color: #c22 !important;
}

.ar-ae .EUCalendar-dayNames .EUCalendar-weekend {
	color: #444;
}

.ar-ae .EUCalendar-dayNames tr td:nth-child(5) div {
	color: #444 !important;
}

.ar-ae .EUCalendar-bodyTable tr td:nth-child(5) .EUCalendar-day {
	color: #444 !important;
}

.ar-ae .EUCalendar-day-othermonth.EUCalendar-weekend {
	color: #444;
}

.ar-ae .EUCalendar-weekend {
	color: #444;
}

.EUCalendar-dayNames .EUCalendar-weekend {
	color: #c22 !important;
}

.EUCalendar-weekend {
	color: #c22 !important;
}

.EUCalendar-dayNames tr td:nth-child(7) .EUCalendar-weekend {
	color: #222 !important;
}

.EUCalendar-dayNames tr td:nth-child(7) .EUCalendar-weekend {
	color: #c22 !important;
}

.EUCalendar-bodyTable tr td:nth-child(7) .EUCalendar-day {
	color: #c22;
}

.EUCalendar-bottomBar {
	border-top: 0 solid #aaa;
}


.ar-ae .EUCalendar-bodyTable tr td:nth-child(5) .EUCalendar-day {
	color: unset !important;
}

button.download-data-button table.page-font-style {
	/* text-align: center; */
	margin-left: 10px;
}

/* Modification */
#amountInvestedContainer-DateFromTrigger,
#amountInvestedContainer-DateToTrigger,
#shareBoughtContainer-DateFromTrigger,
#shareBoughtContainer-DateToTrigger {
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/ae-rpm/icons/calendar.svg");
	width: 18px;
	height: 20px;
	position: relative;
	left: -45px;
	top: -1px;
}

.ar-ae #amountInvestedContainer-DateFromTrigger,
.ar-ae #amountInvestedContainer-DateToTrigger,
.ar-ae #shareBoughtContainer-DateFromTrigger,
.ar-ae #shareBoughtContainer-DateToTrigger {
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/ae-rpm/icons/calendar.svg");
	width: 18px;
	height: 20px;
	position: relative;
	right: -45px;
	top: -1px;
}

.div-checkbox label {
	float: left;
	margin-left: 2px;
	line-height: 19px;
	margin-bottom: 10px;
}

.chart-type.cumulative {
	width: 40px;
	height: 40px;
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/ae-rpm/icons/Darkgraph.svg");
	margin-top: 0;
	background-repeat: no-repeat;
	background-size: 40px;
}

.chart-type.cumulative.chart-type-disabled {
	width: 40px;
	height: 40px;
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/ae-rpm/icons/LightGraph.svg");
	margin-top: 0;
	background-repeat: no-repeat;
	opacity: 1 !important;
	background-size: 40px;
}

.chart-type.periodical.chart-type-disabled {
	width: 40px;
	height: 40px;
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/ae-rpm/icons/LightChart.svg");
	/* margin-top: -14px; */
	background-repeat: no-repeat;
	opacity: 1 !important;
	/* margin-left: 0px; */
	left: 10px;
	top: 4px;
	position: relative;
	background-position: 0px;
	background-size: 40px;
}

.ar-ae .chart-type.periodical.chart-type-disabled {
	width: 40px;
	height: 40px;
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/ae-rpm/icons/LightChart.svg");
	/* margin-top: -14px; */
	background-repeat: no-repeat;
	opacity: 1 !important;
	/* margin-left: 0px; */
	right: 10px;
	top: 7px;
	position: relative;
	background-position: 0px;
	background-size: 40px;
}



.chart-type.periodical {
	width: 40px;
	height: 40px;
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/ae-rpm/icons/DarkChart.svg");
	margin-top: -14px;
	background-repeat: no-repeat;
	opacity: 1 !important;
	/* margin-left: 0px; */
	left: 10px;
	top: 7px;
	position: relative;
	background-position: 0px;
	background-size: 40px;
}

.ar-ae .chart-type.periodical {
	width: 40px;
	height: 40px;
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/ae-rpm/icons/DarkChart.svg");
	margin-top: -14px;
	background-repeat: no-repeat;
	opacity: 1 !important;
	/* margin-left: 0px; */
	right: 10px;
	top: 7px;
	position: relative;
	background-position: 0px;
	background-size: 40px;
}

.chart-type {
	border: solid 0px transparent;
}

table.EUCalendar-titleCont,
.EUCalendar-dayNames div,
.EUCalendar-day {
	color: #45454A;
}

.EUCalendar-day-selected {
	background: #45454A !important;
}

.EUCalendar-day-othermonth {
	color: #888 !important;
}

.EUCalendar-menu-yearLabel div,
.EUCalendar-title div,
.EUCalendar {
	text-shadow: none;
}

.EUCalendar-menu-today,
.EUCalendar-bottomBar-today {
	padding: 12px 25px;
	margin: 3px;
	border: 0.5px solid #c6c6c6;
	background: #fff;
	border-radius: 30px !important;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
	color: #45454A;
}

.EUCalendar-bottomBar-today:hover,
.EUCalendar-day:hover {
	background: #004C84;
	color: #fff !important;
	cursor: pointer;
	border: 0.5px solid #004C84;
}

tspan {
	fill: #45454A;
}

span {
	color: #45454A !important;
}

@media (max-width: 639px) {
	.data-block {
		float: left;
		width: 100%;
	}

	.end-investment {
		margin-left: 0%;
	}
}

@media (max-width: 360px) {
	.text-result {
		padding: 1em;
	}
}

.ar-ae .block-title, .ar-ae  .block-date {
    text-align: right;
}

.ar-ae .chart-title {
    padding-right: 40px;
    padding-left: 0;
}

.EUCalendar-menu-prevDecade button, .EUCalendar-menu-nextDecade button, .EUCalendar-navBtn button {
	color: #45454A;
}
