@import url("//asia.tools.euroland.com/tools/shareseries/./../Config/footer.css");
/* Not Found: /Config/ShareSeries.css */
/* Not Found: ./../Config/Company/BM-JAR/BM-JAR.css */
/************************************************************************* FONT DECLARATIONS *****************************************************************************/
@font-face {
    font-family: "Ewo Sans";
    font-style: normal;
    font-weight: bold;
    src: url("//asia.tools.euroland.com/tools/shareseries/Config/Company/BM-JAR/fonts/EwoSans-Bd.woff2")
}

@font-face {
    font-family: "Ewo Sans";
    font-style: normal;
    font-weight: 500;
    src: url("//asia.tools.euroland.com/tools/shareseries/Config/Company/BM-JAR/fonts/EwoSans-Rg.woff2")
}

@font-face {
    font-family: "Ewo Sans";
    font-style: normal;
    font-weight: normal;
    src: url("//asia.tools.euroland.com/tools/shareseries/Config/Company/BM-JAR/fonts/EwoSans-Th.woff2")
}

/*********************************************************************** FONT DECLARATIONS END ***************************************************************************/

/***************************************************************************** MAIN RULES ********************************************************************************/
body {
    font-family: "Ewo Sans", sans-serif !important;
    font-size: 18px;
    color: #646970;
    margin: 0 auto;
    background: transparent;
}

.hyperlink,
.cookies-box a,
.text-column,
.data-column,
.tab,
.nav-tab {
    font-family: "Ewo Sans", sans-serif !important;
    font-size: 18px;
}

#wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.main-heading {
    display: none;
}

/*************************************************************************** TABS CONTROL **********************************************************************************/
.navigator {
    margin-top: 0.15em;
    margin-bottom: 2.5em;
    padding-top: 1em;

    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: "Ewo Sans", sans-serif !important;
    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: 0em solid #FFFFFF;
    border-right: 0em solid #FFFFFF;
    border-bottom: 1px solid #F18A0C;
    border-left: 0em solid #FFFFFF;

    background: #FFFFFF;
    color: #646970;

    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: #FFFFFF;
    color: #646970;
    border-top: 0em solid #FFFFFF;
    border-right: 0em solid #FFFFFF;
    border-bottom: 1px solid #F18A0C;
    border-left: 0em solid #FFFFFF;
}

.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 #F18A0C;
}

.tab_left,
.tab_right {
    display: none !important;
}

/*************************************************************************** TABLE RULES ***********************************************************************************/

/*** Table ***/

.border-outline {
    border-collapse: inherit;
    border-spacing: 0px;
    width: 100%;
}

/*** Inner Borders ***/

.table-column-headings.table-share-value {
    border-left: 0em solid #646970;
}

.border-inline:last-child {
    border-left: 0em solid #646970;
}

.border-inline {
    border-bottom: 0em solid #646970;
}

/*** Outter borders ***/

.table-column-headings {
    border-top: 0px solid #646970;
}

.border-inline:first-child,
.table-column-headings.table-share-label {
    border-left: 0px solid #646970;
}

.border-inline:last-child,
.table-column-headings.table-share-value {
    border-right: 0px solid #646970;
}

.border-outline tr:last-child .border-inline {
    border-bottom: 0px solid #646970;
}

/*** Header Top/Bottom Borders ***/

.table-column-headings {
    border-top: 0em solid #646970;
    border-bottom: 2px solid #646970;
}

/*** Header Left/Right Borders ***/

.table-column-headings.table-share-label {
    border-left-color: #646970;
}

.table-column-headings.table-share-value {
    border-right-color: #646970;
}

/*** Table Backgrounds ***/

/*** Head ***/

.table-column-headings.table-share-label {
    background: #FFFFFF;
    color: #646970;
    text-align: left;

    font-weight: bold;
    text-transform: none;
    border-top-left-radius: 5px;
    font-family: "Ewo Sans", sans-serif;
}

.table-column-headings.table-share-value {
    background: #FFFFFF;
    color: #646970;
    text-align: right;

    font-weight: bold;
    text-transform: none;
    border-top-right-radius: 5px;
    font-family: "Ewo Sans", sans-serif;
}

/*** Body ***/

/* .table-share-row-even.border-inline {
	background: #FFFFFF  !important;
} */
/* .table-share-row-odd.border-inline {
	background: #646970  !important;
} */

.border-inline:first-child {
    background: transparent;
    text-align: left;
    color: #646970;

    font-weight: normal;
    text-transform: none;
}

.border-inline:last-child {
    background: transparent;
    text-align: right;
    color: #646970;

    font-weight: normal;
}

/*padding / width / vertical alignment control for table*/
.table-column-headings {
    width: 50%;
}

.text-column,
.data-column {
    padding: 1.2em;

    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;
}

/********************************************************************* FOOTER & LINKS ******************************************************************************************/
.footer-box {
    padding-top: 5em;
    position: relative;
    top: 0px;
    left: 0px;

    padding-top: 5em;

    text-align: left;
}

.supplied,
.policy-box {
    display: inline-block;
}

.disclaimer-box a {
    margin-left: 6px;
}

.disclaimer-box a {
    position: relative;
}

.disclaimer-box a::before {
    position: absolute;
    content: '|';
    left: -6px;
}

.footer-box .supplied .hyperlink:before {
    top: -2px;
}

.footer-box .hyperlink,
.disclaimer-box a,
.cookies-box a {
    color: #646970;
    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: #646970;
    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: "Ewo Sans", sans-serif !important;
    font-size: 1.0em;
    font-weight: bold;
    color: #2960D5 !important;
    text-transform: none;

    padding: 12px 1.5em 12px 3em;

    border: 1px solid #2960D5;
    border-radius: 0px;

    background: #FFFFFF;

    transition: background 0.5s, color 0.5s, border 0.5s;
}

.print .hyperlink:hover {
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;

    background: #CA1538;
    color: #FFFFFF !important;
    border-color: #CA1538;
}

.print {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 2em;
    left: 0;
}

.supplied,
.hyperlink,
.policy-box {
    font-size: 14px;
}

.cookies-box a {
    color: #646970;
    text-decoration: none;
    font-style: none;
    font-weight: normal;
    font-size: 14px;
}

table#header_table tr:first-child,
table#header_table tr[order="0"] {
    width: 100%;
    padding: 0 !important;
}

table#header_table tr,
table#header_table tr td {
    display: inline-block !important;
    width: 49%;
    box-sizing: border-box;
}

table#header_table>tr:first-child {
    margin: 0 !important;
}

table#header_table tr:nth-child(2n+1) {
    margin-right: 35px;
    box-sizing: border-box;
}

td.table-column-headings.row-header.table-share-label,
table#header_table tr[order="0"] td:first-child {
    margin-right: 35px;
}

table#header_table tr {
    font-size: 0;
}

tr[order="1"],
tr[order="2"],
tr[order="5"],
tr[order="6"],
tr[order="9"],
tr[order="10"],
tr[order="13"],
tr[order="14"],
tr[order="17"],
tr[order="18"] {
    background: #F7F7F7 !important;
}

.display-data {
    display: block;
    width: 100%;
}

.print>div>a {
    position: relative;
}

.print>div>a::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("//asia.tools.euroland.com/tools/shareseries/Config/Company/BM-JAR/print.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.print>div>a:hover::before {
    background-image: url("//asia.tools.euroland.com/tools/shareseries/Config/Company/BM-JAR/print-h.png");
}

@media (max-width: 1748px) {

    table#header_table tr:nth-child(2n+1),
    td.table-column-headings.row-header.table-share-label,
    table#header_table tr[order="0"] td:first-child {
        margin-right: 30px;
    }
}

@media (max-width: 1498px) {

    table#header_table tr:nth-child(2n+1),
    td.table-column-headings.row-header.table-share-label,
    table#header_table tr[order="0"] td:first-child {
        margin-right: 25px;
    }
}

@media (max-width: 1248px) {

    table#header_table tr:nth-child(2n+1),
    td.table-column-headings.row-header.table-share-label,
    table#header_table tr[order="0"] td:first-child {
        margin-right: 20px;
    }
}

@media (max-width: 998px) {

    table#header_table tr:nth-child(2n+1),
    td.table-column-headings.row-header.table-share-label,
    table#header_table tr[order="0"] td:first-child {
        margin-right: 15px;
    }
}

@media screen and (max-width: 840px) {

    body,
    .hyperlink,
    .cookies-box a,
    .text-column,
    .data-column,
    .tab,
    .nav-tab {
        font-size: 14px
    }
}

@media (max-width: 748px) {

    table#header_table tr:nth-child(2n+1),
    td.table-column-headings.row-header.table-share-label,
    table#header_table tr[order="0"] td:first-child {
        margin-right: 10px;
    }
}

@media (max-width: 746px) {
    table#header_table tr {
        display: table-row !important;
    }

    .table-share-row-even.border-inline {
        background: #FFFFFF !important;
    }

    .table-share-row-odd.border-inline {
        background: #F7F7F7 !important;
    }

    table#header_table tr,
    table#header_table tr td {
        width: 49% !important;
    }
}

@media (max-width: 746px) {
    .text-column {
        /* font-size: 18px; */
        width: 115% !important;
    }

    table#header_table tr td {
        display: table-cell !important;
    }

    .border-inline:first-child {
        width: 75% !important;
    }

    .border-inline:last-child {
        width: 15% !important;
    }
}

@media (max-width: 480px) {
    .text-column {
        font-size: 14px !important;
    }
}

@media print {

    .text-column,
    .data-column,
    .tab,
    .nav-tab {
        font-size: 16px;
    }

    .text-column,
    .data-column {
        padding: 0.65em 0.8em;
    }

    .footer-box {
        padding-top: 1.5em;
    }

    .print {
        display: none;
    }
}
