﻿
@media print {
    /* remove href contents from link */
    a[href]:after { content: none !important; }

    .advanced-search,
    .advanced-search-modal,
    .btn { display: none !important; }

    .print-only { display: inline; }
    /*
     * Logo not rendering correctly in Chrome
    .print-logo { 
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgba(12,34,63,.8) !important;
        height: 60px;
        width: inherit;
        border-radius: 5px;
        padding: 5px;
    } 
    .print-logo img { height: 100%; width: 100%;}
    */
    .print-logo { display:none !important;}

    .no-print { display: none; }

    th.table-horizontal-th {
        background-color: gray !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        border: 1px solid black !important;
    }

    th.table-vertical-th {
        background-color: lightgray !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        border: 1px solid black !important;
    }

    th.table-border-td {
        border: 1px solid black !important;
    }

    .print-form-width {
        width: 80px !important;
    }
}
