.tool-bar-1 {
    background-color: rgb(52, 67, 132);
}

.tool-bar-2 {
    background-color: rgb(0, 0, 76);
}

.catalog-date {
    background-color: rgb(52, 67, 132);
}

.break-before-page {
    break-before: page;
}

.break-after-page {
    break-after: page;
}

.break-inside-avoid {
    break-inside: avoid;
}

/* Centric8 Web Font Declaration. Based on Proxima Nova fonts. No CJK Support */

/* Light Normal*/
@font-face {
    font-family: 'Centric8', Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    src: local('Roboto');

}

/* Light Italic*/
@font-face {
    font-family: 'Centric8', Roboto, Arial, sans-serif;
    font-style: italic;
    font-weight: 300;
    src: local('Roboto');
}

/* Regular Normal */
@font-face {
    font-family: 'Centric8', Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400; /*normal*/
    src: local('Roboto');
}

/* Regular Italic */
@font-face {
    font-family: 'Centric8', Roboto, Arial, sans-serif;
    font-style: italic;
    font-weight: 400; /*normal*/
    src: local('Roboto');
}

/* SemiBold*/
@font-face {
    font-family: 'Centric8', Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    src: local('Roboto');
}

/* Bold*/
@font-face {
    font-family: 'Centric8', Roboto, Arial, sans-serif;;
    font-style: normal;
    font-weight: 700; /*Bold*/
    src: local('Roboto');
}

/* End of Centric8 Web Font Declaration */


.approval-image {
    max-height: 250px;
    max-width: 250px;
}

@media print {
    .table-scale {
        transform: scale(0.7);
        transform-origin: top left;
    }
}

dd table {
    border-left: 1px solid silver;
    border-top: 1px solid silver;

}

dd table td {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: .25em;

}

.blur-placeholder {
    border-radius: 12px;
    filter: blur(5px);
    backdrop-filter: blur(5px);
}

.file-name:has(div[data-status="No File"]) ~ .delete-icon {
    display: none;
}

.delete-icon {
    display: block;
}