.table .editable-cell {
    padding: .25rem;
}
.table .editable-cell>.form-control,
.table .editable-cell>.form-select {
    border: none;
    border-radius: 0;
    padding: .25rem;
}
.table .editable-cell>.form-select {
    padding-right: 1.5rem;
    background-position: right 0.25rem center;
}
.table .editable-cell>.form-control::-webkit-outer-spin-button,
.table .editable-cell>.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.table .editable-cell>.form-control[type=number] {
    -moz-appearance: textfield;
}

.table .content-fit {
    width: 1%;
    white-space: nowrap;
    padding: 0;
}

.table .read-only-cell{
    background-color: #F0F8FF;
}