﻿
@media print {

    /*
        Media queries for Waterfall reports tab
    */
    @page {
        size: A4 !important
    }

    body {
        margin: 0;
        padding: 0 !important;
        min-width: 992px;
    }

    .container {
        width: auto;
        min-width: 992px;
    }

    .print-chart {
        width: 60%;
        height: 100%;
        /*        padding-bottom: 25%;
*/
    }

    .print-info {
        width: 40%;
        height: 100%;
    }

    .printcard {
        width: 24.4%;
    }

    .printcard-Style {
        -webkit-print-color-adjust: exact !important;
        color: white;
    }

    .print_propertyInfo {
        width: 50%;
    }
    /* Page 1 Investment Summary   */
    .print_propertyInfo1 {
        width: 47%;
    }

    .print-info-summary {
        height: 155px;
    }
    /* Page 2 Investment Summary   */
    .print_propertyInfo2 {
        width: 50%;
    }

    .print-info-summary2 {
        height: 156px;
    }

    .print-table {
        width: 100%;
        height: 10%;
    }

    .print-fitWidth {
        width: 100%;
    }
    .print-boxes{
        width : 33%;
    }
    .print-h1 {
        color: black;
    }
    .print-h2 {
        color: black;
    }
    .print-sourcesAcq {
        -webkit-print-color-adjust: exact !important;
        color: white;
        width: 45%;
    }
    .print-sourcesAcq1 {
        -webkit-print-color-adjust: exact !important;
        color: white;
        width: 45%;
    }
    .print-acq1 {
        -webkit-print-color-adjust: exact !important;
        color: black;
    }
    .print-acq2 {
        -webkit-print-color-adjust: exact !important;
        color: black;
    }
   /* Rent Roll Page Print CSS*/
    .print-rent1{
        width:100%;
    }
    .print-rentph{
        width:100%;
    }
    /* Overview Page Print CSS*/
    .print-ov1 {
        width: 31%;
        padding-right:70%;
    }
    .print-ov2 {
        width: 48%;
        margin-left: 32%;
        padding-right: 55%;
        margin-top: -81%;
    }
    .print-ovph {
        width: 48%;
        margin-left: 30%;
        padding-right: 55%;
        margin-top: -41%;
    }
    .print-ov3 {
        width: 26%;
        margin-left: 77%;
        padding-right:77%;
        margin-top: -85%;
    }
    .print-ov4 {
        width: 26%;
        margin-left: 77%;
        margin-top: -75%;
    }
    .print-ov5 {
        width: 26%;
        margin-left: 77%;
        padding-right: 77%;
        margin-top: -45%;
    }
    .print-cam {
        margin-right: 30%;
    }
    .tick{
        display:none;
    }

    @supports (-moz-appearance:none) {
        @page {
            size: portrait !important
        }

        body {
            margin: 0;
            padding: 0 !important;
            min-width: 992px;
        }

        .d-print-none {
            display: none !important
        }

        .moz-print {
            padding-top: 24px;
        }

        .print-fitWidth {
            width: 100%;
        }

        .moz-table {
            width: 100%;
            height: 100px;
            margin-top: -7%;
        }

        .print-chart2 {
            print-color-adjust: exact !important;
            width: 130%;
            border: 1px solid rgba(0, 0, 0, .125);
        }


        .printcard-Style {
            print-color-adjust: exact !important;
        }
        /* Page 1 Investment Summary   */
        .print_propertyInfo1 {
            width: 47%;
        }

        .print-info-summary {
            height: 180px;
        }

            .print-info-summary h5 {
                font-weight: bold;
            }
        /* Page 2 Investment Summary   */
        .print_propertyInfo2 {
            width: 50%;
        }

        .print-info-summary2 {
            height: 180px;
        }

            .print-info-summary2 h5 {
                font-weight: bold;
            }

        .moz-chart {
            width: 130%;
        }

        .moz-bold {
            font-weight: bold;
        }
        /* End  */
    }
}
