﻿.print-body {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

.print-body p {
    margin: 0px;
}

.footer-cont.checqueArea {
    /*position: absolute;*/
    width: 100%;
    bottom: 0px;
    right: 0px;
    height: 312px;
    margin-left: auto;
    margin-right: auto;
}

.checqueArea .chequeSum {
    position: absolute;
    top: 88px;
    left: 547px;
    font-weight: bold;
    /* border: 1px solid #000; */
}

    .checqueArea .chequeSum .Currency {
        width: 37px;
        position: relative;
        text-align: center;
        margin-right: 10px;
        display: inline-block;
    }

.checqueArea .chequeName {
    position: absolute;
    top: 150px;
    left: 207px;
    font-size: 14px;
    /* border: 1px solid #000; */
}

.checqueArea .chequeSumLetter {
    position: absolute;
    top: 172px;
    left: 207px;
    width: 453px;
    line-height: 14px;
    font-size: 14px;
    /* border: 1px solid #000; */
}

.checqueArea .chequeLocation {
    position: absolute;
    top: 213px;
    left: 318px;
    font-size: 13px;
    /* border: 1px solid #000; */
}

.checqueArea .chequeDate {
    position: absolute;
    top: 213px;
    left: 435px;
    width: 87px;
    text-align: right;
    font-size: 13px;
    /* border: 1px solid #000; */
}

.checqueArea.printTop {
    position: absolute;
    bottom: -312px;
    display: none;
}


.print-body .header-cont {
    display: none;
}

@media print {
    @page {
        size: A4 portrait;
        margin-left: 0.5in;
        margin-right: 0.5in;
        margin-bottom: 1.5cm;
        margin-top: 4.5cm;
    }
    .kt-header,
    .kt-header-mobile,
    .kt-aside,
    .kt-footer,
    .kt-subheader,
    .kt-scrolltop,
    .kt-quick-panel,
    .kt-demo-panel,
    .kt-sticky-toolbar {
        display: none !important;
    }

    body,
    .kt-wrapper,
    .kt-body,
    .kt-content {
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    body, .container {
        min-width: 0px !important;
    }
    .kt-container, .kt-portlet .kt-portlet__body {
        padding: 0px;
    }




   .print-body  .footer-cont {
        position: absolute;
        width: 100%;
        bottom: 0px;
        right: 0px;
    }

   .print-body  .header-cont {
        display: none;
    }

    .print-body .paymentlist.footer-cont {
        width: 300px;
        left: 0px;
        right: auto;
    }


    .receipt-print {
        background: none;
        transform: scale(1.4);
        transform-origin: 50% 0%;
    }

    .paymentlist.footer-cont {
        width: 300px;
        left: 0px;
        right: auto;
    }

    			.checqueArea{
				display: none;
			}	
			.checqueArea.printTop{
				display: block;
			}

}
