@font-face {

    font-family: Arial Extra Bold;
    src: url('webfonts/333AA8_0_0.woff') format('woff'),
            url('webfonts/333AA8_0_0.woff2') format('woff'),
            url('webfonts/333AA8_0_0.ttf') format('truetype'),
            url('webfonts/333AA8_0_0.eot?#iefix'),
            url('webfonts/333AA8_0_0.eot') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {

    font-family: Arial Std;
    src: url('webfonts/333AA8_3_0.woff') format('woff'),
            url('webfonts/333AA8_3_0.woff2') format('woff'),
            url('webfonts/333AA8_3_0.ttf') format('truetype'),
            url('webfonts/333AA8_3_0.eot?#iefix'),
            url('webfonts/333AA8_3_0.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {

    font-family: Arial Std;
    src: url('webfonts/333AA8_2_0.woff') format('woff'),
            url('webfonts/333AA8_2_0.woff2') format('woff'),
            url('webfonts/333AA8_2_0.ttf') format('truetype'),
            url('webfonts/333AA8_2_0.eot?#iefix'),
            url('webfonts/333AA8_2_0.eot') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}

/* general style */
body, td {
    font-family: Arial Std, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: transparent;
    margin: 0;
    color: #1E1E23;
}

    body.ar-ae,
    .ar-ae td {
        direction: rtl;
        font-family: Arial Std, sans-serif;
    }

#wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: inherit;
}



.Left {
    text-align: left;
}

.Right {
    text-align: right;
}

.ar-ae .Right {
    text-align: left;
}

.bold {
    font-weight: bold;
}

table {
    border: 0px;
    width: 100%;
}

th, td {
    padding-left: 10px;
    padding-right: 10px;
    height: 20px;
    line-height: 20px;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}

a:link,
a:visited {
    color: #d52b1e;
    text-decoration: underline;
}

a:focus,
a:hover {
    color: #d52b1e;
    text-decoration: underline;
}

/*large container*/
.PDF-button,
.TopBar,
.CompanyPresentation,
.ShareGraph,
.ShareData,
.KeyFigures,
.ChartsSection,
.Footer {
    width: 100%;
    clear: both;
}

/*PDF-button part*/
.PDF-button {
    text-align: right;
    padding-bottom: 10px;
}

.ar-ae .PDF-button {
    text-align: left;
}

/*topbar part*/
.TopBar {
    background: #f3f3f3;
}

    .TopBar .market,
    .TopBar .Symbol,
    .TopBar .ISIN,
    .TopBar .Industry {
        display: inline-block;
        vertical-align: middle;
        width: 25%;
        background: #f3f3f3;
        font-weight: bold;
        font-family: Arial Std, sans-serif;
        color:#1E1E23;
        font-size:12px;
        padding-top: 1em;
        padding-bottom: 1em;
        text-align: center;
        text-transform: uppercase;
    }

    
/*end topbar part*/

/*CompanyPresentation part*/
.CompanyPresentation {
    padding-top: 5px;
}

.ShareGraph,
.KeyFigures,
.ChartsSection {
    margin: 10px 0px;
}
/*end CompanyPresentation part*/

/* Share Data*/
.ShareData-Symbol,
.ShareData-Date {
    float: left;
    zoom: 1;
    width: 50%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    background: #fff;
    font-weight: bold;
    border-bottom: 0 none;
}

.ar-ae .ShareData-Symbol,
.ar-ae .ShareData-Date {
    float: right;
}

.ar-ae .ShareData-Date {
    text-align: left;
}

.ShareData-DataContainer {
    clear: both;
    display: table;
    width: 100%;
}

.ShareData-SymbolText,
.ShareData-DateText {
    padding-left: 10px;
    padding-right: 10px;
}

.ShareData-LeftColumn,
.ShareData-RightColumn {
    display: table-cell;
    zoom: 1;
    width: 50%;
    vertical-align: top;
}

.ar-ae .ShareData-Date {
    text-align: left;
}

.en-gb .ShareData-Date {
    text-align: right;
}

.ShareData-DataTable tr:nth-child(2n+1) td {
    background: #f4f4f4;
}

.ShareData-DataTable tr:nth-child(2n) td {
    background: #fff;
}

.ShareData-Data {
    padding-left: 10px;
    padding-right: 10px;
    background: #f4f4f4;
    border-bottom: 0px;
}

.ar-ae .ShareData-Data {
    text-align: left;
}

.en-gb .ShareData-Data {
    text-align: right;
}

.ShareData-Name {
    white-space: nowrap;
    background: #f4f4f4;
    border-bottom: 0px;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}

.ar-ae .ShareData-Data {
    direction: ltr;
}

.ShareData .title{
    background: #f3f3f3;
    font-weight: bold;
    font-family: Arial Extra Bold, sans-serif;
    color:#1E1E23;
    font-size:14px;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 10px;
    text-transform: uppercase;
}
/*End Share Data*/

/* Key Figure*/
.KeyFigures-Table {
    width: 100%;
    border: none;
}

    .KeyFigures-Table td {
        padding-top: 0.6em;
        padding-bottom: 0.6em;
        background: #ffffff;
        border-bottom: 0px;
    }

    .KeyFigures-Table tr:nth-child(2n) td {
        background: #f3f3f3;
    }

    .KeyFigures-table td.KeyFigures-Heading {
        border-bottom: 0 none;
    }

.en-gb .KeyFigures-NameHeading {
    text-align: left;
}

.ar-ae .KeyFigures-NameHeading {
    text-align: right;
}

.en-gb .KeyFigures-Data,
.en-gb .KeyFigures-DataHeading {
    text-align: right;
}

.ar-ae .KeyFigures-Data,
.ar-ae .KeyFigures-DataHeading {
    text-align: left;
}

.en-gb .KeyFigures-Name {
    text-align: left;
}

.ar-ae .KeyFigures-Name,
.ar-ae .KeyFigures-HeadingName {
    text-align: right;
}
th.KeyFigures-Name {
    font-size: 14px;
}
.KeyFigures-Table .row {
    display: block;
    height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.KeyFigures-table .row {
    border-bottom: 1px solid #cccccc;
}

    .KeyFigures-table .row.heading {
        border-bottom: 0px solid #cccccc;
    }

.KeyFigures-HeadingName,
.KeyFigures-Name {
    width: 40%;
}

.KeyFigures-DataHeading,
.KeyFigures-Data {
    width: 20%;
}

.sub-data {
    padding-left: 10px;
    padding-right: 10px;
}

.KeyFigures-Heading {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    background: #ffffff !important;
    color: #1E1E23;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 0px;
}
.ClearDIV {
    clear:both;
}
tr:nth-child(2n) th.KeyFigures-Heading {
    background: #f3f3f3 !important;
}

.Company-Name{
    font-size: 1.0em;
    font-weight: bold;
    border-bottom: 0em solid #A8A9A3;
    padding-top: 0.6em;
    padding-bottom: 0.3em;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0.7em;
    margin-top: 1em;
    color: #1E1E23;
    background: #ffffff;
}
.KeyFigures-MainHeading{
    background: #f3f3f3;
    font-weight: bold;
    font-family: Arial Extra Bold, sans-serif;
    color:#1E1E23;
    font-size:14px;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 10px;
    text-transform: uppercase;
}
/*end Key Figure*/

/*ChartsSection part*/
.ClearDIV {
    clear:both;
}

.ChartCont {
    width: 50%;
    float: left;
    text-align: center;
}

.ar-ae .ChartCont {
    float: right;
}
/*End ChartsSection part*/

/*footer part*/
.Footer-Title {
    margin: 0px;
    padding: 5px 0 0 0;
    font-weight: bold;
}

.Footer {
    border-top: 1px solid #4D4D4D;
    padding-top: 10px;
    margin-top: 20px;
    clear: both;
}

.CompanyContacts,
.Logo {
    float: left;
}

.CompanyContacts {
    width: 70%;
}

.ar-ae .CompanyContacts,
.ar-ae .Logo {
    float: right;
}

.CC-Heading {
    font-weight: bold;
    padding-bottom: 10px;
}

.CC-Left,
.CC-Right {
    width: 50%;
    float: left;
}

.ar-ae .CC-Left,
.ar-ae .CC-Right {
    float: right;
}

.logo {
    width: 30%;
    vertical-align: middle;
    text-align: right;
}

.ar-ae .logo {
    text-align: left;
}

.LogoCont {
    padding-bottom: 10px;
}

.SuppliedBy::before {
    clear: both;
    display: block;
    width: 100%;
    content: "";
}
.SuppliedBy {
    width: 100%;
    text-align: right;
}
/*end footer part*/
