﻿


@media print {

    @page {
        size: inherit;
        padding: 0px !important;
        margin: 50px !important;
    }


    * {
        padding: 0px !important;
        margin: 0px !important;
    }

    html {
        background: #fff !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    body {
        background: #fff !important;
        padding: 0px !important;
        margin: 0px !important;
        color:black !important;
    }

        body > .container-fluid {
            padding: 0px !important;
            margin: 0px !important;
        }





    .table-responsive {
        display: block !important;
        flex-flow: row;
        max-height: 100%;
        border-radius: 5px;
    }

    .table td, .table thead {
        border: 1px solid black !important;
    }

        .table thead .bg-primary td {
            background-color: white !important;
            color: black;
        }

    .table tfoot .table-row-background td {
        background-color: white !important;
        color: black;
    }

    thead th {
        color: black;
    }

    thead td {
        color: #343a40;
    }
}
