@import url("//ksatools.eurolandir.com/tools/shareseries/./../Config/footer.css");
/* Not Found: /Config/ShareSeries.css */
/* Not Found: ./../Config/Company/SA-EFSIM/SA-EFSIM.css */
@import url("//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: "SaudiRiyal";
    font-style: normal;
    font-weight: 700;
    src: url("//ksatools.eurolandir.com/tools/shareseries/Config/Company/SA-EFSIM/assets/fonts/SARSymbol/SR2NEW2.ttf") format('truetype');
}

@font-face {
    font-family: "AvenirArabic";
    src: url("//ksatools.eurolandir.com/tools/shareseries/Config/Company/SA-EFSIM/assets/fonts/AvenirArabic/AvenirArabic-Light.otf") format("otf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "AvenirArabic";
    src: url("//ksatools.eurolandir.com/tools/shareseries/Config/Company/SA-EFSIM/assets/fonts/AvenirArabic/AvenirArabic-Book.otf") format("otf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "AvenirArabic";
    src: url("//ksatools.eurolandir.com/tools/shareseries/Config/Company/SA-EFSIM/assets/fonts/AvenirArabic/AvenirArabic-Medium.otf") format("otf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "AvenirArabic";
    src: url("//ksatools.eurolandir.com/tools/shareseries/Config/Company/SA-EFSIM/assets/fonts/AvenirArabic/AvenirArabic-Heavy.otf") format("otf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "AvenirArabic";
    src: url("//ksatools.eurolandir.com/tools/shareseries/Config/Company/SA-EFSIM/assets/fonts/AvenirArabic/AvenirArabic-Black.otf") format("otf");
    font-weight: 800;
    font-style: normal;
}

/*********************************************************************** FONT DECLARATIONS END ***************************************************************************/

/***************************************************************************** MAIN RULES ********************************************************************************/
body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #1F1A42;
    margin: 0 auto;
    background: transparent;
}

.hyperlink,
.cookies-box a,
.text-column,
.data-column,
.tab,
.nav-tab {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

#wrapper {
    width: 100%;
    /* max-width: 1065px; */
    max-width: 100%;
    margin: 0;
    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 #1F1A42;
}

.nav-tab {
    float: none;
    display: inline-block;
    margin-left: -0.08em;

    margin: 0.0em 0.08em 0.0em 0.08em;
}

#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: 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 #1F1A42;
    border-right: 0.08em solid #1F1A42;
    border-bottom: 0.08em solid #1F1A42;
    border-left: 0.08em solid #1F1A42;

    background: #1F1A42;
    color: #1F1A42;

    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: #1F1A42;
    color: #1F1A42;
    border-top: 0.08em solid #1F1A42;
    border-right: 0.08em solid #1F1A42;
    border-bottom: 0.08em solid #1F1A42;
    border-left: 0.08em solid #1F1A42;
}

.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 #1F1A42;
}

.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: 0.08em solid transparent;
}

.border-inline:last-child {
    border-left: 0.08em solid transparent;
}

.border-inline {
    border-bottom: 0.08em solid transparent;
}

/*** Outter borders ***/

.table-column-headings {
    border-top: 0.08em solid #A3A3A3;
}

.border-inline:first-child,
.table-column-headings.table-share-label {
    border-left: 0.08em solid transparent;
}

.border-inline:last-child,
.table-column-headings.table-share-value {
    border-right: 0.08em solid transparent;
}

.border-outline tr:last-child .border-inline {
    border-bottom: 0.08em solid transparent;
}

/*** Header Top/Bottom Borders ***/

.table-column-headings {
    border-top: 0.08em solid transparent;
    border-bottom: 0.08em solid transparent;
}

/*** Header Left/Right Borders ***/

.table-column-headings.table-share-label {
    border-left-color: transparent;
}

.table-column-headings.table-share-value {
    border-right-color: transparent;
}

/*** Table Backgrounds ***/

/*** Head ***/

.table-column-headings.table-share-label {
    background: #C0C746;
    color: #1F1A42;
    text-align: left;
    font-weight: normal;
    text-transform: none;
}

.table-column-headings.table-share-value {
    background: #C0C746;
    color: #1F1A42;
    text-align: right;
    font-weight: normal;
    text-transform: none;
}

/*** Body ***/

.table-share-row-even.border-inline {
    background: #F3F3F3 !important;
}

.table-share-row-odd.border-inline {
    background: transparent;
}

.border-inline:first-child {
    background: transparent;
    text-align: left;
    color: #1F1A42;

    font-weight: normal;
    text-transform: none;

    vertical-align: middle;
}

.border-inline:last-child {
    background: transparent;
    text-align: right;
    color: #1F1A42;

    font-weight: normal;

    vertical-align: middle;
}

/*padding / width / vertical alignment control for table*/
.table-column-headings {
    width: 50%;
}

.text-column,
.data-column {
    padding: 0 20px !important;
    height: 52px;
    line-height: 52px;
    vertical-align: bottom;
}

.data-column img {
    display: none;
}

/************************************************************************* + / - ***********************************************************************************************/
.share-price-value-increase-color {
    color: #15A814;
    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 #15A814;
}

.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: 8em;
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 14px;
}

.policy-box,
.supplied {
    color: #797979;
}

.footer-box .hyperlink,
.disclaimer-box a,
.cookies-box a {
    color: #797979;
    text-decoration: none;
    font-style: none;
    font-weight: normal;
    font-size: 14px;
}

.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: #797979;
    text-decoration: underline;
    font-style: none;
    font-weight: none;
}

/********************************************************************** PRINT BUTTON *******************************************************************************************/
.print .icon {
    display: none;
}

.print .hyperlink,
.print .hyperlink:active {
    width: 180px;
    height: 44px !important;
    line-height: 44px !important;
    text-decoration: none;
    font-family: inherit;
    font-size: 1.0em;
    font-weight: normal;
    color: #1F1A42;
    text-transform: none;
    padding: 0 1em;
    border: 1px solid #1F1A42;
    border-radius: 50px;
    background: #FFF;
    transition: background 0.5s, color 0.5s, border 0.5s;
    display: inline-block;
    box-sizing: border-box;
}

.print .hyperlink:hover {
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
    background: #1F1A42;
    color: #FFFFFF !important;
    border-color: #1F1A42;
}

.print a {
    font-size: 14px !important;
}

.print {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 2em;
    left: 0;
}

#header_table > tr:nth-child(3) > td > .data-column {
    font-family: 'SaudiRiyal', "Poppins", sans-serif !important;
}

/* border radius */
[lang="ar-ae"] .table-column-headings.table-share-value,
.table-column-headings.table-share-label {
    border-radius: 10px 0 0 0 !important;
}

[lang="ar-ae"] .table-column-headings.table-share-label,
.table-column-headings.table-share-value {
    border-radius: 0 10px 0 0 !important;
}

[lang="ar-ae"] #header_table tr:last-child td:has(.data-column),
#header_table tr:last-child td:has(.text-column) {
    border-radius: 0 0 0 10px;
}

[lang="ar-ae"] #header_table tr:last-child td:has(.text-column),
#header_table tr:last-child td:has(.data-column) {
    border-radius: 0 0 10px 0;
}


/* start of: ar language styling */
[lang="ar-ae"] body,
[lang="ar-ae"] .hyperlink,
[lang="ar-ae"] .cookies-box a,
[lang="ar-ae"] .text-column,
[lang="ar-ae"] .data-column,
[lang="ar-ae"] .tab,
[lang="ar-ae"] .nav-tab {
    font-family: "AvenirArabic", sans-serif !important;
}
/* end of: ar language styling */

/* start of: responsive view */
@media (max-width: 1920px) {

    .hyperlink,
    .text-column,
    .data-column,
    .tab,
    .nav-tab {
        font-size: 16px;
    }
}

@media (max-width: 1440px) {

    .hyperlink,
    .text-column,
    .data-column,
    .tab,
    .nav-tab {
        font-size: 14px !important;
    }

    .footer-box,
    .cookies-box a,
    .disclaimer-box a {
        font-size: 12px;
    }
}

@media (max-width: 830px) {
    .text-column,
    .data-column {
        height: 44px;
        line-height: 44px;
        padding: 0 16px !important;
    }
    .hyperlink,
    .text-column,
    .data-column,
    .tab,
    .nav-tab {
        font-size: 12px !important;
    }

    .footer-box,
    .cookies-box a,
    .disclaimer-box a {
        font-size: 10px;
    }
}

@media (max-width: 770px) {
    .text-column,
    .data-column {
        height: 40px;
        line-height: 40px;
        padding: 0 16px !important;
    }
}

@media (max-width: 768px) {
    .footer-box .supplied .hyperlink {
        height: 15px;
        width: 90px;
    }
}

@media (max-width: 608px) {
    .text-column,
    .data-column {
        /*
        height: 36px;
        line-height: 36px;
        */
        height: auto;
        line-height: 36px;
        padding: 0 12px !important;
    }
}

@media (max-width: 350px) {
    .hyperlink,
    .text-column,
    .data-column,
    .tab,
    .nav-tab {
        font-size: 12px !important;
    }

    .footer-box,
    .cookies-box a,
    .disclaimer-box a {
        font-size: 10px;
    }
}
