@media print {
    *, *:before, *:after {
        color: #000;
        box-shadow: none;
        text-shadow: none;
    }

    * {
        -webkit-print-color-adjust: exact;
    }
 
    html, body {
        font-size: 100%;
        margin: 0;
        -webkit-print-color-adjust: exact;
        background: none;
    }

    html, body {
        color: black;
    }

    .non-printable {
        display: none;
    }

    .btn-print {
        display: none;
    }

    .only-print {
        display: block;
    }

    footer {
        display: none;
    }

    .modal {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0;
        color: black !important;
        border: 0 !important;
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid black !important;
    }

    .modal-content {
        border: 0;
    }

    .modal-header {
        display: none;
    }

    .modal-footer {
        display: none;
    }

    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible !important;
    }

    .modal .modal-footer {
        display: none !important;
    }

    .awesome-marker {
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
    }

        .awesome-marker .fa,
        .awesome-marker .glyphicon {
            color: inherit !important;
        }

}


