.table-responsive{
    border: none;
}


.template {
    display: none;
}
.example-doc {
    margin-top: 20px;
    position: relative;
    font-size: 1.3vw;
}
.example-doc img {
    width: 100%;
}
.example-doc .infotxt {
    position: absolute;
}

@media print {
    * {
        margin: 0 !important;
        padding: 0 !important;
    }
    .navbar {
        display: none;
    }
    .page-header {
        display: none;
    }
    .swal2-container {
        display: none!important;
    }
    .panel-heading {
        display: none;
    }
    .sidebar {
        display: none;
    }
    .panel-body h6 {
        display: none;
    }
    .footer {
        display: none;
    }
    .rotate .panel-body {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .rotate .example-doc {
        width: 297mm;
        height: 210mm;
        -webkit-transform: translate(-90px, -120px);
        -moz-transform: translate(-90px, -120px);
        -ms-transform: translate(-90px, -120px);
        -o-transform: translate(-90px, -120px);
        transform: translate(-90px, -120px);
    }
}

.a4 {
    @media print and (width: 14.8cm) and (height: 21cm) {
        @page {
           margin: 3cm;
        }
   }
}
.a5 {
    @media print and (width: 21cm) and (height: 29.7cm) {
        @page {
           margin: 3cm;
        }
   }
}