body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


.footer {
    margin-top: auto;
}

/* Sanifonds css */
.doc-grid-table>tbody>td {
    background: var(--secondary);
}

.doc-grid-table tr:nth-child(4n+1) td,
.doc-grid-table tr:nth-child(4n+2) td {
    background: var(--light);
}

.doc-grid-table tbody tr:nth-child(2n+1) {
    border-bottom-style: hidden;
}

.doc-grid-table td,
.doc-grid-table th {
    text-align: center;
}

.tr-detail {
    text-align: left;
    margin-left: 1em;
}

.file-modal .modal-content {
    height: 100%;
}

.file-embed {
    width: 100%;
    min-height: 100%;
}

.table-file>tbody>tr>td,
.table-file>tbody>tr>td {
    max-width: 25%;
    width: 25%;
    overflow: none;
}

.icon {
    color: #06c;
}

.icon-header {
    color: white;
}

.datepicker::before {
    display: none;
}

.bootstrap-dialog-footer-buttons>button {
    margin-left: 0.5em;
}

.single-line-info {
    border-bottom: 1px solid;
    border-bottom-color: currentcolor;
    padding: .5rem 0;
}