body {
    background-color: skyblue;
}

/* Form Controls - Disabled/Readonly states */
.form-control:disabled,
.form-control[readonly],
input:disabled,
input[readonly],
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #aaa !important;
    cursor: not-allowed !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Action buttons side by side */
.btn-icon {
    display: inline-flex !important;
}

td .btn-icon {
    margin-right: 4px;
}

td:last-child {
    white-space: nowrap;
}
