body {
    overflow-x: hidden;
}



body, html {
    font-family: 'Cairo'!important, sans-serif ;
    font-size: 62.5% !important;
    margin: 0 !important;
    padding: 0 !important;
}




table {
    width: 100%;
    margin: 0 auto;
}





.mohreLogo {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-left: -90px;
}





.innerTable {
    width: 100%;
}





.temp-title {
    font-size: 1.3rem;
    padding: 2px 10px;
    margin: 0px;
    font-weight: 600;
}





.input-label {
    font-size: 1.4rem;
    display: inline-block;
    font-weight: 600;
}





.input-field {
    border: none;
    font-size: 1.4rem;
    padding: 3px 5px;
    box-sizing: border-box;
}





    .input-field:focus {
        outline: none;
    }





/*table p,
table span {
    margin: 1px auto;
    font-size: 1.2rem;
    line-height: 1.1;
}*/





.highlighted {
    background-color: #ededed !important;
    display: inline-block;
    padding: 0 5px;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 1.1rem;
    margin-bottom: 1px;
}





.article-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0px;
    padding: 0 0 3px;
}



.custom-country-width span {
    display: block !important;
}



.bg-gray {
    background-color: #ededed;
}



.page-break {
    page-break-after: always;
}

.btm-sec {
    width: 100%;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}



.border-gray {
    border: 1px solid #999;
}





.e-sign-container div {
    padding: 10px 0;
}





.e-sign-container img {
    max-width: 100%;
    max-height: 100px;
}





table {
    border-spacing: 0;
}





    table td {
        padding: 0 0px;
    }





.custom-75 {
    width: 75px;
}



.specific-table tr td {
    font-size: 1.1rem !important;
    line-height: 1.2;
}



.qr-code {
    float: left;
    width: 90px;
}



    .qr-code img {
        width: 90px;
    }



    .qr-code strong {
        color: gray;
        font-size: 1rem;
    }



.article-title-small {
    font-size: x-small;
    font-weight: normal;
    margin: 0px;
    padding: 0 0 3px;
    line-height: 1;
}



.e-signature {
    width: 33.35% !important;
    float: right !important;
}


/*Print Style*/
/*@media print {
    .bg-gray,
    .temp-title,
    .highlighted {
        background-color: #ededed !important;
        -webkit-print-color-adjust: exact;
    }
    @page {
        margin-top: 0;
        margin-bottom: 0;
    }
    body {
        padding-top: 0;
        padding-bottom: 0;*/
/*background: red;*/
/*-webkit-print-color-adjust: exact;
    }
    .btm-sec {
        margin-bottom: 20px;
        width: 100%;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    

    .first-wrapper {
        height: 1108px !important;
        overflow: hidden;
    }

    .scnd-wrapper {
        height: 1110px !important;
        overflow: hidden;
        position: relative;
    }
    
}*/

/*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;
    }
}

@media only screen {

    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 {

    #actionButtons {
        display: none;
    }

    #lblTransactionNumber {
        text-align: center;
    }

    .report-pagination {
        display: none;
    }

    .new-print {
        padding:5px !important;
        max-width: 100% !important;
    }
}

@page {
    margin:0.5rem !important;
}

@page :footer {
    display: none
}
