/* File Path: /20/acc6/public_assets/css/acc6-print.css */

@page {
    size: A4;
    margin: 10mm;
}

html,
body.acc6-body {
    background: #fff !important;
    color: #000 !important;
    font-size: 10pt !important;
}

.acc6-header,
.acc6-menu-backdrop,
.acc6-page-heading,
.acc6-page-shortcuts,
.no-print,
button,
.acc6-actions,
.quick-actions,
.form-actions,
.table-actions {
    display: none !important;
}

.acc6-page-shell,
.acc6-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.panel,
.acc6-card,
.report-card,
.table-card {
    margin: 0 0 6mm !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    break-inside: avoid;
}

table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 8.5pt !important;
}

table thead {
    display: table-header-group;
}

table th,
table td {
    padding: 3px 4px !important;
    border: 1px solid #555 !important;
    background: #fff !important;
    color: #000 !important;
}

a {
    color: #000 !important;
    text-decoration: none !important;
}
