﻿@media print{
    .no-print{
        display: none !important;
    }

    .print-only{
        display: block !important;
        position: absolute !important;
    }


    .print-logo{
        width: 100% !important;
        padding-bottom: 25px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        clear: both !important;
    }

    .print-logo img{
        height: 50px !important;
        width: auto !important;
        display: block !important;

    }

    #logo-print-only{
        display: block !important;
        margin-top: -30px !important;
        clear: both !important;
        height: 120px !important;
    }


    /*#logo-print-only #logo{
        height: 50px !important;
        width: auto !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }*/

    body{
        font-size: 10px !important;
        line-height: 16px !important;
    }

    h1.page-header{
        font-size: 20px !important;
         margin-bottom:  0px !important;
         padding-bottom: 0px !important;
         font-weight: bold;
    }

    .page-header{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    h3{
        font-size: 16px !important;
        font-weight: 300 !important;
    }

    .text-primary{
        color: black !important;
      
    }

    .col-lg-8{
        width: 100% !important;
    }

    table, .table, .table-striped{
        width: 600px;
    }

    th{
        color: black !important;
        font-size: 10px !important;
    }

    thead, tbody{
        border: 0px !important;
    }

    .table > tbody > tr > td{
        font-size: 10px !important;
    }

    .table-bordered{
        border: 0px !important;
    }

    br{
        display: none;
    }

    .text-right{
        text-align: left !important;
    }

    .text-lg{
        font-size: 10px !important;
        color: green !important;
    }

    .text-lg-red{
        font-size: 10px !important;
        color: red !important;
    }
    .imgGallery li{
        width: 50% !important;
        float: left !important;
        display: table !important;
    }
    .imgGallery{
        display: table !important;
    }

    .policy{
        display: none !important;
    }
    #page-wrapper > .row:last-child{
        margin-left: -30px !important;
    }
}

@media screen{
    /* ----- LOGO PRINT ONLY -----*/
    #logo-print-only{
        display: none !important;
    }
}