﻿@page {
    size: A4;
    /*margin: 2cm;*/
    margin: 15mm 5mm 10mm 5mm;
}

#printingHeader {
    margin-bottom: 30px;
    /*position: fixed;*/
    top: 0;
}

html, body {
    height: auto;
    page-break-inside: avoid;
}

.no-print {
    border: 2px solid red;
}

form, iframe, #breadcrumbs, .no-print {
    display: none;
}

#printingHeader {
    /*display: inline-block;*/
    position: relative;
    /*width: 100%;
    padding-bottom: 100%;*/
    /*vertical-align: middle;*/
    overflow: hidden;
}

.header-minimal {
    /*background-color: #003745;*/
    -webkit-print-color-adjust: exact !important;
}

footer {
    /*page-break-before: always;*/
    -webkit-print-color-adjust: exact !important;
    /*position: fixed;*/
    /*bottom: 0;*/
}

@media print {
    a:after {
        content: '';
    }

    a[href]:after {
        content: none !important;
    }
}
