﻿@page {
    size: A4 portrait;
    margin: 1cm 0cm 1cm 0cm;
}

@media print {
    textarea, input:not([type="radio"]), select, pre {
        border: none !important;
        background: transparent !important;
        pointer-events: none !important;
        appearance: none !important;
        padding: 2px 5px !important;
    }

    td {
        padding: 0px !important;
    }

    button {
        display: none !important;
    }

    a.btn {
        display: none !important;
    }

    div.alert {
        display: none !important;
    }

    .input-group-addon {
        border: none !important;
    }

    .hide-print {
        display: none !important;
    }

    .noPageBreak, .form-group {
        page-break-inside: avoid !important;
        break-inside: avoid-page !important;
    }
}
