/* -------------------------- Acknowledge */
.ack-footer .login-bottom-section .container {
    width: 100% !important;
    max-width: 100% !important
}

.ack-footer .row {
    width: 100% !important;
    max-width: 100% !important
}

.ack-footer .col-8 {
    float: left
}

.ack-footer .justify-content-md-center {
    justify-content: left !important;
}

.audit-button-section {
    padding-bottom: 10px;
}

.disable {
    cursor: not-allowed;
    pointer-events: none;
}

.modal-padding-top {
    padding-top: 45px !important;
}

.table-modal-delete-separator {
    border-bottom: solid 1px lightgrey !important;
}

.table-modal-delete-col-header {
    border: none !important;
    font-size: small;
    font-weight: bold;
}

.table-modal-delete-col {
    word-wrap: break-word;
    font-size: small;
    border: none !important;
}

.table-modal-delete-row-even {
    background-color: white;
}

.table-modal-delete-row-odd {
    background-color: #F0F0F0;
}

.table-modal-delete-scrollable-wrapper {
    height: 300px;
    overflow: auto;
}