.form-bottom-link {
    display: inline-block;
    margin-top: 10px;
}

#tblDebtors td, #tblDebtors th,
table[aria-describedby="tblDebtors_info"] td, table[aria-describedby="tblDebtors_info"] th {
    font-size: small;
}

tr.even:not(.debt-deleted) {
    background-color: white !important;
}
tr.odd:not(.debt-deleted) {
    background-color: rgba(0, 0, 0, .05) !important;
}

tr.row-bottom > td {
    border-top-width: 2px;
    border-top-color: lightgray;
}
tr.row-bottom > td:last-child, thead > tr:last-child > th:last-child {
    border-right-width: 1px !important;
}

.debt-deleted {
    background-color: indianred !important;
    transition: 0.25s;
}
.debt-deleted > td {
    border-right-color: lightcoral;
}
.debt-deleted.row-bottom > td {
    border-top-width: 2px;
    border-top-color: lightcoral;
}
.debt-deleted.row-bottom + .debt-deleted.row-top > td {
    border-top-color: lightcoral;
}

.debt-inactive {
    opacity: 0.5;
}

.debt-inactive .btn-release, .debt-deleted .btn-release-debt {
    display: none;
}

.btn-release-debt {
    margin-bottom: 6px;
}

#tblDebtors > tbody > tr > td {
    vertical-align: middle;
}

#alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#freezeToggle {
    padding-left: 15px;
}

.disabled-file-input {
    background-color: gainsboro;
}