﻿@media print {
    body * {
        visibility: hidden !important;
    }
    @media print {
        .bold-line {
           
            background-color: black;
            border: 1px dashed;
            margin: 20px 0;
            visibility: visible !important;
        }
    }
    .print-page, .print-page * {
        visibility: visible !important;
    }

    .print-page {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .no-print {
        display: none !important;
    }

    @page {
        size: A4 portrait;
        margin: 15mm 10mm 15mm 10mm;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        font-size: 12pt;
    }


    .print-header {
        text-align: center;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 16pt;
        margin-bottom: 10px;
    }
    .ol, li {
        line-height: 200%;
    }
}
.panel-footer .custom-border-top {
    border-top: 10px solid #ddd;
    padding-top: 15px;
}
