/**
 * Layout
 * Remove the menu and search bar and show the entire content of the main container
 */
nbx-navbar,
nbx-sidebar {
    display: none !important;
}

#hoofdvenster {
    overflow: unset;
    background-color: inherit !important;
}

/**
 * Hide page elements
 */
nbx-button-primary,
nbx-button-secondary,
nbx-button-tertiary {
    display: none;
}

nbx-previous i.fa-chevron-left {
    display: none;
}

/**
 * Fonts
 */
body {
    font-size: 9pt !important;
    color: black !important;
}

.f7 {
    font-size: 8pt !important;
}

.f6 {
    font-size: 9pt !important;
}

.f5 {
    font-size: 10pt !important;
}

h1 {
    font-size: 12pt !important;
}


/**
 * Borders
 */

.shadow-1 {
    box-shadow: none !important;
}

.b--moon-gray {
    border-color: #E0E0E0 !important;
}

.dark-gray {
    color: black !important;
}

/**
 * Utilities
 */
.print-page-break {
    display: block;
    page-break-inside: avoid;
}

.print-without-padding-margin {
    margin: 0 !important;
    padding: 0 !important;
}
