﻿@media print {
    .no-print, .btn, .nav {
        display: none !important;
    }

    .card {
        border: none !important;
        box-shadow: none !important;
    }

    body {
        font-size: 12pt;
    }
}

@media print {
    .no-print, .btn, .modal-header, .btn-close, form {
        display: none !important;
    }

    .modal {
        position: static !important;
        display: block !important;
        opacity: 1 !important;
    }

    .modal-dialog {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .modal-content {
        border: none !important;
    }

    table {
        width: 100% !important;
        border-collapse: collapse !important;
    }

    th, td {
        border: 1px solid #dee2e6 !important;
        padding: 8px !important;
    }

    .text-success {
        color: green !important;
    }

    .text-danger {
        color: red !important;
    }
}
