@import url("//tools.euroland.com/tools/shareseries/./../Config/footer.css");
/* Not Found: /Config/ShareSeries.css */
/* Not Found: ./../Config/Company/ae-lulu/ae-lulu.css */
/************************************************************************* FONT DECLARATIONS *****************************************************************************/

@font-face {
	font-family: "Satoshi";
	src: url("//tools.euroland.com/tools/shareseries/Config/Company/ae-lulu/fonts/Satoshi-Regular.woff2") format("woff2");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Satoshi";
	src: url("//tools.euroland.com/tools/shareseries/Config/Company/ae-lulu/fonts/Satoshi-Medium.woff2") format("woff2");
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Satoshi";
	src: url("//tools.euroland.com/tools/shareseries/Config/Company/ae-lulu/fonts/Satoshi-Bold.woff2") format("woff2");
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}

/*********************************************************************** FONT DECLARATIONS END ***************************************************************************/

/***************************************************************************** MAIN RULES ********************************************************************************/


body {
    font-family: Satoshi, sans-serif;
    font-size: 16px !important;
    color: #1B3A35;
    margin:0 auto;
    background:transparent;
}

.hyperlink,
.cookies-box a,
.text-column,
.data-column,
.tab,
.nav-tab {
    font-family: Satoshi, sans-serif;
    font-size: 16px;
    color: #1B3A35;
    font-weight: 400;
}

body.ar-ae,
body.ar-ae .hyperlink,
body.ar-ae .cookies-box a,
body.ar-ae .text-column,
body.ar-ae .data-column,
body.ar-ae .tab,
body.ar-ae .nav-tab {
    font-family: Satoshi, sans-serif;
    font-weight: 400;
}

#wrapper {
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    position: relative;
}

.main-heading {
    display: none;
}

/*************************************************************************** TABS CONTROL **********************************************************************************/
.navigator {
    margin-top: 0.15em;
    margin-bottom: 2.5em;
    padding-top: 0.6em;

    position: relative;
    z-index: 0;
}

.navigator:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0em;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: -1;

    border-bottom: 0em solid #FFFFFF;
}

.nav-tab {
    float: none;
    display: inline-block;
    margin-left: -1px;

    margin: 0.0em 1px 0.0em 1px;
}

#nav {
    padding: 0;
    font-size: 0;
    text-align: center;

}

.tab_left,
.tab_right {
    display: none !important;
}

.tab {
    float: none;
    display: inline-block;
    height: auto;
    line-height: normal;
    box-sizing: border-box;

    padding-top: 1.0em !important;
    padding-right: 2.0em;
    padding-bottom: 1.0em !important;
    padding-left: 2.0em;

    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    font-style: normal;
    text-decoration: none;
    text-transform: none;

    border-radius: 0.0em 0.0em 0.0em 0.0em;

    border-top: 1px solid #3e3e3c;
    border-right: 1px solid #3e3e3c;
    border-bottom: 1px solid #3e3e3c;
    border-left: 1px solid #3e3e3c;

    background: #FFFFFF;
    color: #3e3e3c;

    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0.3em;
    left: 0em;
}

.tabselected,
.tabselected:hover,
.tabselected:active,
.tab:hover,
.tab:active {
    background: #3e3e3c;
    color: #FFFFFF;
    border-top: 1px solid #3e3e3c;
    border-right: 1px solid #3e3e3c;
    border-bottom: 1px solid #3e3e3c;
    border-left: 1px solid #3e3e3c;
}

.tabselected: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 #3e3e3c;
}

.tab_left,
.tab_right {
    display: none !important;
}

/*************************************************************************** TABLE RULES ***********************************************************************************/

/*** Table ***/

.border-outline {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

/*** Inner Borders ***/

.table-column-headings.table-share-value {
    border-left: 0em solid #E1E1E1;
}

.border-inline:last-child {
    border-left: 0em solid #E1E1E1;
}

.border-inline {
    border-bottom: 1px solid #F4F5F6 !important;
}

/*** Outter borders ***/

.table-column-headings {
    border-top: 0em solid #E1E1E1;
}

.border-inline:first-child,
.table-column-headings.table-share-label {
    border-left: 0em solid #E1E1E1;
}

.border-inline:last-child,
.table-column-headings.table-share-value {
    border-right: 0em solid #E1E1E1;
}

.border-outline tr:last-child .border-inline {
    border-bottom: 0em solid #E1E1E1;
}

/*** Header Top/Bottom Borders ***/

.table-column-headings {
    border-top: 0em solid #E1E1E1;
    border-bottom: 0px solid #3e3e3c;
}

/*** Header Left/Right Borders ***/

.table-column-headings.table-share-label {
    border-left-color: #E1E1E1;
}

.table-column-headings.table-share-value {
    border-right-color: #E1E1E1;
}

/*** Table Backgrounds ***/

/*** Head ***/

.table-column-headings.table-share-label {
    background: #1b3a35;
    color: #ffffff;
    text-align: left;
    font-weight: 700;
    text-transform: none;
}

.table-column-headings.table-share-value {
    background: #1b3a35;
    color: #ffffff;
    text-align: right;

    font-weight: 700;
    text-transform: none;
}

/*** Body ***/

.table-share-row-even.border-inline {
    background: #f6f6f6 !important;
}

.table-share-row-odd.border-inline {
    background: transparent;
}

.border-inline:first-child {
    background: transparent;
    text-align: left;
    color: #3e3e3c;

    font-weight: normal;
    text-transform: none;
}

.border-inline:last-child {
    background: transparent;
    text-align: right;
    color: #3e3e3c;

    font-weight: normal;
}

/*padding / width / vertical alignment control for table*/
.table-column-headings {
    width: 50%;
}

.text-column,
.data-column {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    height: auto;
    line-height: normal;
    vertical-align: bottom;
}

.data-column img {
    display: none;
}

/************************************************************************* + / - ***********************************************************************************************/
.share-price-value-increase-color {
    color: #14A81B;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    padding-right: 1em;
}

.share-price-value-increase-color:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-bottom: 0.7em solid #14A81B;
}

.share-price-value-decrease-color {
    color: #FF0000;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    padding-right: 1em;
}

.share-price-value-decrease-color:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.7em solid #FF0000;
}

body.ar-ae .table-column-headings.table-share-label,
body.ar-ae .table-column-headings.table-share-value {
    font-weight: 700;
}

/********************************************************************* FOOTER & LINKS ******************************************************************************************/
.footer-box {
    padding-top: 5em;
    position: relative;
    top: 0px;
    left: 0px;

    padding-top: 8em;
}

.footer-box .hyperlink,
.disclaimer-box a,
.cookies-box a {
    color: #3e3e3c;
    text-decoration: none;
    font-style: none;
    font-weight: normal;
}

.footer-box .hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover,
.footer-box .hyperlink:active,
.disclaimer-box a:active,
.cookies-box a:active {
    color: #2DA54B;
    text-decoration: underline;
    font-style: none;
    font-weight: none;
}

/********************************************************************** PRINT BUTTON *******************************************************************************************/
.print .icon {
    display: none;
}

.print .hyperlink,
.print .hyperlink:active {
    height: auto;
    line-height: normal;
    text-decoration: none;
    font-family: inherit;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    padding: 0.8em;
    border: 1px solid #2DA54B;
    border-radius: 40px;
    background: #2DA54B;
    color: #ffffff !important;
    transition: none;
    display: block;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    min-width: 11em;
}

.print .hyperlink:hover {

    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #1B3A35;
    background: #1B3A35;
    color: #FFFFFF !important;
}

.print {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 2em;
    left: 0;
}

.footer-box div.policy-box span a,
.footer-box div.supplied a,
.footer-box {
    font-size: 13px;
}

@media print {

    .text-column,
    .data-column {
        padding-top: 0.3em;
        padding-bottom: 0.3em;
    }

    .print {
        top: 1em;
    }

    .footer-box {
        padding-top: 5em;
    }
}

span.header-share-name, .text-column > span {
    color: #fff;
    font-weight: 700;
}

span.header-share-name {
  text-transform: capitalize;
}

/********************* Euroland.com Logo removed ************************/
/* .footer-box .supplied .hyperlink:before {
    display: none !important;
}

.footer-box .supplied a.hyperlink:visited,
.footer-box .supplied a.hyperlink {
    color: #3e3e3c !important;
    text-decoration: none;
    font-style: none;
    font-weight: normal;
    width: auto !important;
    height: auto !important;
    vertical-align: top;
}

.footer-box .supplied a.hyperlink:focus,
.footer-box .supplied a.hyperlink:active,
.footer-box .supplied a.hyperlink:hover {
    color: #3e3e3c !important;
    text-decoration: underline;
} */

/********************* Euroland.com Logo removed ************************/

/* .text-column > span, span.header-share-name {
    color: #fff;
    font-weight: 700;
} */

@media (max-width:750px) {
    body {
        font-size: 16px;
    }
    
    .hyperlink,
    .cookies-box a,
    .text-column,
    .data-column,
    .tab,
    .nav-tab {
        font-size: 16px;
    }
    .print .hyperlink, .print .hyperlink:active {
        font-size: 16px;
    }
}

@media (max-width:480px) {
    body {
        font-size: 14px;
    }
    .print .hyperlink, .print .hyperlink:active {
        font-size: 14px;
    }
    .hyperlink,
    .cookies-box a,
    .text-column,
    .data-column,
    .tab,
    .nav-tab {
        font-size: 14px;
    }
}

