﻿/* DEFAULT ELEMENTS CSS */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Neo Sans Arabic';
    src: url('../fonts/NeoSansArabic.ttf') format('truetype');
}

@media (min-width: 1200px) {
    .col-lg-4 {
        width: 33.1% !important;
    }
}

@media (min-width: 992px) {
    [dir="rtl"] .col-md-1.square-list, [dir="rtl"] .col-md-2.square-list, [dir="rtl"] .col-md-3.square-list, [dir="rtl"] .col-md-4.square-list, [dir="rtl"] .col-md-5.square-list, [dir="rtl"] .col-md-6.square-list, [dir="rtl"] .col-md-7.square-list, [dir="rtl"] .col-md-8.square-list, [dir="rtl"] .col-md-9.square-list, [dir="rtl"] .col-md-10.square-list, [dir="rtl"] .col-md-11.square-list, [dir="rtl"] .col-md-12.square-list {
        float: right;
    }


}
@media (min-width: 768px){
    [dir="rtl"] .form-horizontal .control-label {
       float:right;    
    }
}




    html, body {
        margin: 0;
        padding: 0;
        color: #212121;
        font-family: 'Neo Sans Arabic', sans-serif;
        /*    font-size: 12px;*/
    }

body {
    background: url("/Content/img/bg.gif") repeat-x scroll left top #DEE4E7;
    color: #8D8D8D;
    margin: auto;
    font-family: 'Neo Sans Arabic', sans-serif;
    border-top: 2px solid #003e7e;
}

h1, h2, h3, h4, img { /*so that EvoPdf does not split headings and charts*/
    page-break-inside: avoid;
}

.notrtl {
    direction: ltr;
}

#cultureBtn {
    color: white;
    background-color: #302e69;
}


a {
    /* fix for links without href attribute */
    cursor: pointer;
}

    a.btn, a.btn:visited {
        color: #333;
    }

    a, a:visited {
        /*color: rgb(66, 139, 202);*/
        color: #302e69;
        /*cursor: auto;*/
        display: inline;
        font-family: 'Neo Sans Arabic', sans-serif;
        /*    font-size: 12px;*/
        height: auto;
        text-decoration: none solid rgb(66, 139, 202);
        width: auto;
    }

        a:hover,
        a:focus {
            color: #302e69;
            text-decoration: underline;
        }

        a:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

.colortext {
    color: #302e69;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #8D8D8D;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover {
    color: #8D8D8D;
}

.btn-success, .btn-success:active, .btn-success:hover, .btn-success:visited {
    background-color: #302e69;
    border-color: #302e69;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*color: #000000;*/
    /*    font-size: 12px;*/
    box-sizing: border-box;
}

select option[disabled]:first-child {
    display: none;
}

select option {
    color: black;
}

    select option:first-child {
        color: grey;
    }

select.empty {
    color: grey;
}

textarea {
    resize: vertical;
}

ul {
    margin: 0;
    padding: 0;
}

/* VALIDATION */

.validation-summary-errors {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    padding: 4px;
    margin-top: 10px;
    color: #FF0000;
    font-weight: bold;
}

    .validation-summary-errors ul {
        padding: 5px 0 0 20px;
    }

    .validation-summary-errors li {
        list-style-type: square;
        padding: 0 0 4px;
    }

/* ROUNDED ELEMENTS */

.round-bottom-left {
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius-bottomleft: 8px;
}

.round-bottom-right {
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-radius-bottomright: 8px;
}

.round-top-left {
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-radius-topleft: 8px;
}

.round-top-right {
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-radius-topright: 8px;
}

.round-all, .panel, nav {
    /*border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url("/Content/PIE.htc");*/
}

/* LOGOS AND SPRITES */

/*.sprite {
    background-image: url("/Content/img/bayanLogoHiRes.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

header .logo, footer .DnB, footer .cribis, .logon h1 span, button, .logon .DnB-logo, .account-info, .account-info .btn-logout p, .ico-registered,
.ico-out-of-business, .ico-balance-sheet, .ico-news, .ico-document, .search .detail .nav-tabs li.active a {
    background-image: url("/Content/img/bayanLogoHiRes.png");
    background-size: 100%;
    background-repeat: no-repeat;
}*/

.headerlogo {
    background-image: url("/Content/img/email-logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    left: 0px;
    width: 135px;
    height: 45px;
}

[dir="rtl"] .headerlogo {
    background-image: url("/Content/img/email-logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    left: auto;
    right: 0;
    width: 135px;
    height: 45px;
}

.footerlogo {
    background-image: url("/Content/img/email-logo.png");
    background-size: 50%;
    background-repeat: no-repeat;
}

.footer-nopadding {
    padding-right: 0px;
    padding-left: 0px;
}

.links {
    height: 45px;
    line-height: 45px;
    margin: 0 0 0 8px;
    float: left;
}

.logo {
    position: absolute;
    top: 25px;
    left: 0px;
    width: 250px;
    height: 57px;
}

/* SITE LAYOUT */

header {
    background-image: url(img/header_login.jpg);
    position: relative;
    height: 158px;
    padding: 1px;
    margin: 0 auto 0 auto;
    width: 1170px;
    color: #9F9F9F;
    font-size: 11px;
    font-weight: 400;
}

    header.no-menu {
        height: 85px;
    }

footer {
    height: 210px;
    color: #949494;
    font-size: 11px;
    font-weight: bold;
    width: 1170px;
    margin: 0 auto;
}

    footer .line {
        margin-bottom: 5px;
    }

    footer .dark {
        color: #404040;
    }

    footer .uppercase {
        text-transform: uppercase;
    }

    footer .defaultLink {
        /*color: #3F48D0;*/
        text-decoration: underline;
    }

    footer .copy {
        color: #000;
        margin: 0 0 10px 30px;
        font-weight: normal;
    }

    footer .finarDescription {
        /*color: #428BCA;*/
        color: #00568d;
    }

    footer .DnB {
        float: right;
        width: 41px;
        height: 41px;
        margin: 2px 24px 0 14px;
        background-position: -508px -5px;
    }

    /*footer .cribis {
        float: right;
        width: 125px;
        height: 44px;
        background-position: -370px -1px;
        margin: 0 0 0 2px;
    }*/

    footer .finar {
        width: 72px;
        height: 42px;
        background-position: -382px -48px;
        margin: 3px 0 8px 0;
    }

    footer .crif {
        float: right;
        width: 95px;
        height: 43px;
        background-position: -455px -48px;
        margin: -15px 0 0 0;
        display: block;
    }

    footer .footerlogo {
        background-size: 50%;
        background-position: right;
        float: right;
        width: 150px;
        height: 30px;
    }

[dir="rtl"] footer .footerlogo {
    float: left;
}

footer .contactHeader {
    font-weight: bold;
    font-style: italic;
}

footer .contact li {
    list-style-position: inside;
    color: black;
    font-weight: bold;
    font-style: italic;
}

    footer .contact li span {
        margin-left: 15px;
        display: inline;
    }

    footer .contact li a {
        text-decoration: underline;
        font-style: normal;
        /*color: #3484F9;*/
    }

footer .logoLink {
    position: absolute;
    right: 15px;
    top: 30px;
}

section.main {
    width: 1170px;
    margin: 0 auto 12px auto;
    padding: 10px;
}

section.boxes, section.search {
    /*    padding: 15px 25px;*/
}

/* PANELS, BOXES, SEPARATORS */

.box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    padding: 4px;
    margin-top: 10px;
}

body > .panel, .account-settings .panel {
    padding: 25px 25px;
    box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.2), 0px 10px 20px 0px rgba(0,0,0,0.19);
}

.panel, nav {
    /*border-color: #D6D4D4;*/
    /*border-style: solid;*/
    /*border-width: 1px 2px 2px 1px;*/
    /*padding: 10px;*/
}

.panel {
    margin-bottom: 20px;
}

        .panel h1 {
            color: #302e69;
            font-size: 14px;
            font-weight: bold;
            margin: 60px 0 20px 0;
            padding-top: 10px;
            border-top: 1px solid #8D8D8D;
            border-bottom: 0;
            border-left: 0;
            border-right: 0;
        }

        .panel h1.account-header {
            border-top: 0;
        }

    .panel h2 {
        color: #302e69;
        font-size: 17px;
        margin: 10px 0 10px 0;
    }

[dir="rtl"] .panel h2 {
    margin: 45px 0 10px 0;
}

    [dir="rtl"] .panel .floatBoxDelay h2 {
        margin: 0px 0 10px 0;
    }

    .divider {
        content: '|';
        margin: 0 4px;
    }

/* CLEARFIX */

.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cf {
    display: inline-block;
}

html[xmlns] .cf {
    display: block;
}

* html .cf {
    height: 1%;
}

.right {
    text-align: right;
}

[dir="rtl"] .right {
    text-align: left;
}

.breadcrumb {
    margin: 10px 0 0 0;
    padding: 0 0 5px;
    background-color: #FFF !important;
}

    .breadcrumb h3 {
        font-style: italic;
        font-weight: 700;
        font-size: 13px;
        color: #949494;
        margin: 0;
        padding: 4px;
    }

    .breadcrumb a {
        color: #949494;
    }

.tab-list ul {
    float: left;
    margin: 0 0 0;
    padding: 0;
}

[dir="rtl"] .tab-list ul {
    float: right;
}

.tab-list li {
    float: left;
    list-style: none;
    font-weight: 700;
    margin: 0 20px 0 0;
    line-height: 1.2;
}

[dir="rtl"] .tab-list li {
    float: right;
    margin: 0 0 0 20px;
}

.TabSelected {
    /*background: url(img/tab_selected.gif) bottom center no-repeat;*/
    height: 24px;
    color: #ee7423;
}

[dir="rtl"] .tab-list {
    height: 50px;
}

.tab-list i {
}

.TabSelected i {
    text-align: center;
    width: 100%;
    font-size: 9px;
}

.subMenu {
    clear: left;
    height: 24px;
    margin: 0 0 40px 0;
    padding: 0;
}

    .subMenu ul {
        width: 100%;
        color: #949494;
        margin: 0;
        padding: 0;
    }

        .subMenu ul.first {
            float: left;
        }

        .subMenu ul.second {
            float: left;
            margin-left: 218px;
        }

        .subMenu ul.third {
            float: left;
            margin-left: 436px;
        }

    .subMenu li {
        float: left;
        list-style: none;
        font-size: 11px !important;
        font-weight: 700;
        margin: 15px 20px 0 0;
        line-height: 16px;
        vertical-align: middle;
        display: block;
        border: 1px solid transparent;
    }

[dir="rtl"] .subMenu li {
    float: right;
    margin: 15px 0 0 20px !important;
}

.subMenu li a {
    font-size: 11px !important;
    padding: 0;
    display: inline-block;
}

    .subMenu li a img {
        display: inline-block;
    }

.subMenu li.subMenuSelected {
    color: #ee7423;
}

.subMenu li.pdfSave {
    float: right;
}

[dir="rtl"] .subMenu li.pdfSave {
    float: left;
    margin: 15px 0 0 0 !important;
}

.subMenu li.pdfSave input[type=submit], .subMenu li.pdfSave input[type=submit]:focus {
    display:inline-block;
    color: #302e69;    
    background-color: white;
    border: 0px;
    border-width: unset;
    border-style: unset;
    border-color: unset;
    border-image: unset;
    outline:unset;
    -webkit-appearance: unset;
}

.subMenu li.pdfSave img {
     display:inline-block;
}

.homeBox {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #dcdcdc;
    text-transform: capitalize;
}

    .homeBox th, .resultListTable th {
        background-color: #dddddd;
        font-size: 13px;
        padding: 7px 7px 7px 6px;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #e2e2e2;
    }

    .homeBox td {
        background-color: #eeeeee;
        font-size: 13px;
        padding: 7px 7px 7px 6px;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #e2e2e2;
        height: 50px;
    }

    .homeBox > tbody > tr:nth-child(2n+ 1) > td {
        background-color: #ffffff;
    }

    .homeBox td img, .myUpdatedReports td img {
        width: 15px;
    }


.customerListControl {
    font-size: 0.85em;
    margin-top: 35px;
}

    .customerListControl .topInfo {
        padding: 4px 10px;
    }

    .customerListControl .customersTable {
        margin: 10px 0;
    }

.customersTable tr:nth-child(4n+1) > td {
    background-color: #eeeeee;
}

.customersTable tr:nth-child(2n+1) > td {
    color: #302E69;
}

.customerListControl .customersTable td,
.customerListControl .customersTable th {
    padding: 3px 3px;
    font-size: 12px;
}

.customerListControl .customersTable th {
    background-color: #EFEFEF;
    color: #302E69;
    font-weight: bold;
}

.customerListControl .customersTable .shadowBg {
    background-color: #EDEFF7;
}

.customerListControl .customersTable .customerDetail {
    padding: 3px 0;
}

    .customerListControl .customersTable .customerDetail .keyValuePair b {
        margin-right: 10px;
    }

[dir="rtl"] .customerListControl .customersTable .customerDetail .keyValuePair b {
    margin-left: 10px;
    margin-right: 0px;
}

.qpaContainer {
    margin: 30px auto;
    width: 920px;
}

    .qpaContainer .qpaTitle {
        text-align: center;
        font-size: 1.1em;
        margin: 0 0 10px 0px;
    }

    .qpaContainer .qpaVertical {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        font-size: 0.9em;
        font-weight: bold;
        float: left;
        position: relative;
        top: 170px;
        left: 105px;
    }

    .qpaContainer .qpaTable td {
        width: 45px;
        height: 45px;
        display: block;
        float: left;
        border: 1px solid #444;
        border-width: 0px 1px 1px 0px;
        text-align: center;
        padding-top: 13px;
        font-weight: bold;
        color: #222;
    }

    .qpaContainer .qpaTable .bottomLegend td {
        border: 0;
        text-align: left;
        padding-top: 0px;
        position: relative;
        left: -8px;
    }

    .qpaContainer .qpaTable .bottomLabel td {
        border: 0;
        text-align: center;
        padding-top: 0px;
        width: 100%;
        font-size: 0.9em;
    }

    .qpaContainer .qpaTable .leftLegend {
        border: 0px solid black;
        text-align: right;
        padding-top: 0px;
        padding-right: 5px;
        position: relative;
        top: -8px;
    }

    .qpaContainer .qpaTable .bg_o {
        background-color: orange;
    }

    .qpaContainer .qpaTable .bg_r {
        background-color: red;
    }

    .qpaContainer .qpaTable .bg_g {
        background-color: green;
    }

    .qpaContainer .qpaTable .bg_y {
        background-color: yellow;
    }

.lineDelimiter {
    height: 1px;
    background-color: #ccc;
    margin: 3px 0px 7px 0px;
}

.myDocsTopInfo {
    text-align: right;
    padding: 4px 10px;
    font-size: 12px;
}

[dir="rtl"] .myDocsTopInfo {
    text-align: left;
    padding: 10px 4px;
    font-size: 12px;
}

.myDocsBottomInfo {
    padding-bottom: 10px;
    font-size: 12px;
}

.resultListTable {
    font-size: 0.85em;
    margin-bottom: 10px;
}

    .resultListTable > tbody.striped2 > tr:nth-child(even) > td {
        background-color: #eeeeee;
    }

    .resultListTable > tbody.striped2 > tr:nth-child(odd) > td {
        background-color: transparent;
    }

    .resultListTable > tbody > tr:nth-child(4n-1) > td {
        background-color: #eeeeee;
    }

    .single-line-stripes > tbody > tr:nth-child(4n-1) > td {
        background-color: unset;
    }

    .resultListTable th {
        /*background-color: #e0e0e0;*/
        border: 1px solid black; /* this is not working */
        line-height: 24px !important;
        text-align: inherit;
    }

        .resultListTable th a {
            display: inline-block;
            line-height: 24px !important;
            /*padding-right: 20px;*/
            position: relative;
        }

            .resultListTable th a img {
                /*position: absolute;*/
                display: inline-block;
                right: 0;
                top: 0;
            }

    .resultListTable .notes {
        background-color: #EDEFF7;
    }

    /*
    .resultListTable label {
        font-size: 14px;
        font-weight: bold;
        color: #EE7423
    }
    */

    .resultListTable input[type="text"] {
        width: auto !important;
        display: inline !important;
    }

.myDocsTagControll {
    border: 1px solid #ddd;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    border-radius: 4px;
}

    .myDocsTagControll .header {
        background-color: #eee;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .myDocsTagControll .lineDelimiter {
        height: 1px;
        background-color: #ccc;
        margin: 20px 0px 5px 0px;
    }

.datepckr .dropdown-menu * {
    outline: none;
}

.datepckr .dropdown-menu {
    border: 1px solid #bbb;
    background-color: white;
}

    .datepckr .dropdown-menu button {
        border: 0px;
        /*background-color: #fff;*/
    }

.datepckr .btn[disabled] {
    background-color: #fff;
    color: #bbb;
}

.datepckr .text-muted {
    color: #fff;
    background-color: #fff;
}

.handCursor {
    cursor: pointer;
}

.left10 {
    padding-left: 10px;
}

.top5 {
    padding-top: 5px;
}

.top7 {
    padding-top: 7px;
}

.top10 {
    padding-top: 10px;
}

.bottom10 {
    padding-bottom: 10px;
}

.ico-registered {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 3px 4px 3px 0;
    background-position: -597px -31px;
}

.ico-out-of-business {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 3px 4px 3px 0;
    background-position: -623px -31px;
}

.ico-balance-sheet {
    display: inline-block;
    width: 100px;
    height: 16px;
    margin: 5px 4px 5px 0;
    background-position: -598px -58px;
}

.ico-news {
    display: inline-block;
    width: 100px;
    height: 21px;
    margin: 4px 4px 4px 0;
    background-position: -620px -58px;
}

.ico-document {
    display: inline-block;
    width: 52px;
    height: 54px;
    background-position: -649px -32px;
    margin-top: 10px;
}

button.btn {
    margin-left: 0px;
    margin-right: 8px;
}

[dir="rtl"] button.btn {
    margin-left: 8px;
    margin-right: 0px;
}

    button.btn.pull-right {
        margin-left: 8px;
        margin-right: 0px;
    }
    
    [dir="rtl"] button.btn.pull-right {
        margin-left: 0px;
        margin-right: 8px;
    }


.btn-group > .btn {
    margin-right: 0px;
}
/******************************/
/* LOADING OVERLAY */
/******************************/
#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: gray;
    background-color: rgba(70,70,70,0.8);
    filter: Alpha(Opacity=80);
}

#loading-overlay-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    margin: -30px 0 0 -60px;
    background: #fff;
    border: 1px solid #bec2c8;
    padding: 15px 15px 15px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    opacity: 0.9;
    filter: alpha(opacity=90);
}

    #loading-overlay-box .message {
        color: #222;
        font-weight: bold;
        font-size: 15px;
        display: block;
        float: left;
        margin-top: 7px;
    }

    #loading-overlay-box p {
        display: block;
        float: left;
        width: 32px;
        height: 32px;
        margin: 0 10px 0 0;
        background-image: url("/Content/img/ajax-loader.gif");
    }
/**/
.underlined {
    text-decoration: underline;
}

.noresize {
    resize: none;
}

.red {
    color: red;
}

.green {
    color: green;
}

.white {
    color: white;
}

.pager-row {
    width: 100%;
    text-align: center;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.error {
    min-height: 200px;
}

    .error h1 {
        margin-bottom: 20px;
    }

    .error h3 {
        color: black;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .error div {
        text-align: center;
    }

.link {
    cursor: pointer;
    color: #302e69;
}

    .link:hover {
        text-decoration: underline;
    }

.portfolioLastRowMargins {
    margin: 10px 10px 10px 0px;
    color: #302e69;
    display: inline;
}

[dir="rtl"] .portfolioLastRowMargins {
    margin: 10px 0px 10px 10px;
    unicode-bidi: embed;
}

.iAppy-tabs-radio {
}

    .iAppy-tabs-radio label {
        font-weight: bold;
        font-size: 12px;
        color: #302E69;
    }

    .iAppy-tabs-radio ul {
        list-style: none;
    }

        .iAppy-tabs-radio ul li {
            display: inline-block;
            vertical-align: top;
            margin: 0px 10px 0px 0px;
        }

    .iAppy-tabs-radio i {
        display: none;
    }

label.active, .greenActiveChevron, [dir="rtl"] label.active, [dir="rtl"] .greenActiveChevron {
    color: #ee7423 !important;
}

    .greenActiveChevron ~ i, .selected ~ i {
        text-align: center;
        width: 100%;
        font-size: 9px;
        color: #ee7423;
        display: block !important;
        margin-bottom: 10px;
    }

.linkdisabled, .linkdisabled:visited, .linkdisabled:active, .linkdisabled:hover, .linkdisabled:focus {
    color: #C9C9C9;
    cursor: default;
    text-decoration: none;
}

#myCrifHeading {
    font-weight: bold;
    margin: 5px 0 20px 0;
    border-top: none;
    font-size: 18px;
}

.inclNotAvailable {
    margin: 20px 0 0 20px;
}

.fixHeightSelectedItem {
    top: -15px;
}

.trendMenu span {
    font-weight: bold;
    margin-right: 10px;
    unicode-bidi: embed;
}

.floatrightRTLready {
    float: right;
}

[dir="rtl"] .floatrightRTLready {
    float: left;
}

.floatleftRTLready {
    float: left;
}

[dir="rtl"] .floatleftRTLready {
    float: right;
}

[dir="rtl"] .pull-left {
    float: right !important;
}

[dir="rtl"] .pull-right {
    float: left !important;
}

[dir="rtl"] div.col-md-1, [dir="rtl"] div.col-md-2, [dir="rtl"] div.col-md-3, [dir="rtl"] div.col-md-4, [dir="rtl"] div.col-md-5, [dir="rtl"] div.col-md-6, [dir="rtl"] div.col-md-7, [dir="rtl"] div.col-md-8, [dir="rtl"] div.col-md-9, [dir="rtl"] div.col-md-10, [dir="rtl"] div.col-md-11, [dir="rtl"] div.col-md-12 {
    float: right;
}

[dir="rtl"] b, [dir="rtl"] strong {
    unicode-bidi: embed;
}

[dir="rtl"] .customerDetail span {
    unicode-bidi: embed;
}

[dir="rtl"] #chartcheckboxes input, [dir="rtl"] #chartcheckboxes span {
    unicode-bidi: embed;
}

.squarelistpadding {
    padding-left: 20px;
}

[dir="rtl"] .squarelistpadding {
    padding-right: 20px;
    padding-left: 0px;
}

[dir="rtl"] #customerinforight {
    margin-top: 35px;
}

.mockupimageKSA {
    margin-right: 150px;
}

[dir="rtl"] .mockupimageKSA {
    margin-left: 150px;
    margin-right: 0px;
}

.KsaMap {
    margin-left: 20px;
    margin-right: 20px;
}

.multiLevelTab .multiLevelTab .trend .topMenu a {
    font-size: 11px;
}


.noBootstrapSidePadding {
    padding-left: 0;
    padding-right: 0;
}

.floatBoxDelay {
    float: right;
    text-align: center;
    padding-bottom: 40px;
}

    .floatBoxDelay div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .floatBoxDelay h2 {
        font-size: 11px !important;
    }

[dir="rtl"] div.col-md-3.floatBoxDelay {
    float: left;

}

.marginLeft100RTLready {
    margin-left: 100px;
}

[dir="rtl"] .marginLeft100RTLready {
    margin-left: 0;
    margin-right: 100px;
}

.marginRight100RTLready {
    margin-right: 100px;
}

[dir="rtl"] .marginRight100RTLready {
    margin-left: 100px;
    margin-right: 0;
}

.bottom20 {
    margin-bottom: 20px;
}

.top25 {
    margin-top: 25px;
}

.blueText {
    color: #302e69;
}

.pagerButtons {
    unicode-bidi: embed;
    direction:ltr;
}

[dir="rtl"] .sortable {
    text-align: right;

}

.panel .marketplaceHeading {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 16px;
}

.minHeight45 {
    min-height: 45px;
}

.resendLink {
    text-align:right;
    padding:0px;
    text-decoration:underline;
}

[dir="rtl"] .resendLink {
    text-align:left;
}

#showTagControlLink {
    font-size: 14px;
    font-weight: bold;
}

.alignedPagerControl {
    display:table-cell;
    vertical-align: bottom;
    float: right;
}

[dir="rtl"] .alignedPagerControl {
    float: left;
}

.iAppy-table th.homeBoxTableCell, .iAppy-table td.homeBoxTableCell {
    padding: 7px !important;
    text-align: left;
}

[dir="rtl"] .iAppy-table th.homeBoxTableCell, [dir="rtl"] .iAppy-table td.homeBoxTableCell {
    text-align: right;
}

.marketplaceSubHeading {
    font-size: 14px;
    margin-top: 35px !important;
}

.reportButton {
    display: inline-block;
    margin: 10px;
}

.companyDetailProductCode {
    width: 25%; 
    line-height: 100%; 
    display: inline-block; 
    padding-bottom: 15px;
}

.companyDetailUpperMargin {
    margin-top: 30px;
    margin-bottom: 20px;
}

.panelShadow {
    padding: 15px 25px 25px 25px;
    margin-top: 25px;
    margin-bottom: 15px;
    background-color: #EDEFF7;
}

.sideMargins5 {
    margin-left: 5px;
    margin-right: 5px;
}

.paddingInnerOnlyRightRtlReady {
    padding-right: 5px;
}

[dir="rtl"] .paddingInnerOnlyRightRtlReady {
    padding-left: 5px;
    padding-right: 0px;
}

.paddingInnerOnlyLeftRtlReady {
     padding-left: 5px;
}

[dir="rtl"] .paddingInnerOnlyLeftRtlReady {
    padding-right: 5px;
    padding-left: 0px;
}