
/*IE Style*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    html, body {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .article-title {
        font-size: 1.1rem !important;
    }

    .first-wrapper {
        height: 1069px !important;
        width: 100% !important;
    }

    .scnd-wrapper {
        height: 1069px !important;
        width: 100% !important;
    }
    .textalignEng {
        text-align: left !important;
        direction: ltr !important;
    }

    .textalignArb {
        text-align: right !important;
        direction: rtl !important;
    }
}

@media only screen {
    .textalignEng {
        text-align: left !important;
        direction: ltr !important;
    }

    .textalignArb {
        text-align: right !important;
        direction: rtl !important;
    }
    body {
        /*margin: 10mm 10mm 10mm 10mm;*/
    }

    .page-footer {
        padding: 0 10px;
    }

    .report-pagination {
        display: block;
        list-style: none;
        padding: 0;
    }

        .report-pagination:after {
            content: '';
            clear: both;
        }

        .report-pagination li {
            display: inline-block;
            vertical-align: middle;
        }

            .report-pagination li a {
                position: relative;
                display: inline-block;
                float: left;
                padding: 0rem .55rem;
                margin-left: -1px;
                color: #c5a25d;
                background-color: #fff;
                text-decoration: none;
                font-size: 27px;
            }
}

@media print {
    .textalignEng {
        text-align: left !important;
        direction: ltr !important;
    }

    .textalignArb {
        text-align: right !important;
        direction: rtl !important;
    }

    body {
        /*background-color: yellow;*/
        font-size: 13px;
        font-family: 'Frutiger LT Arabic 55 Roman', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-weight: normal;
    }

    #actionButtons {
        display: none;
    }

    #tblContract_NoPrintButton {
        display: none;
    }

    #tblContract {
        display: none;
    }

    #lblTransactionNumber {
        text-align: center;
    }

    .report-pagination {
        display: none;
    }

    .pagebreak {
        clear: both;
        page-break-before: always;
    }
}

@page {
    margin:10px !important;
}

.pagebreak {
    page-break-before: always
}
