﻿@media print {
    /*html, body {
        height: 99%;
        border:10
        px solid silver;
    }*/

    .line-break {
        page-break-after: auto;
    }

    /*.inner-content-wrapper {
        border:1px solid green;
    } 
    .xs-cover {
        border: 10px solid red;
        padding-bottom:0;
    }

    div {
        border:1px solid red;
    }*/

    .panel-form {
        border: 1px solid #ccc;
    }

    .card-body {
        margin: 0 !important;
        padding: 1% !important
    }

    .form-control {
        font-size: smaller;
    }

    .card-header {
        display: none;
    }

    .print-brd-0 {
        border: none !important;
    }

    .print-bold {
        font-weight: bold !important;
    }

    .print-brd-btm-dotted {
        border-bottom:1px dotted #808080 !important
    }
}

@media print and (max-width: 768px) {
    @page {
        size: A4;
        
    }

   
   
}
