/* Status Colors */
.status-to-be-quoted { background-color: #f0ad4e; color: white; }
.status-approved { background-color: #5cb85c; color: white; }
.status-in-progress { background-color: #5bc0de; color: white; }
.status-testing { background-color: #428bca; color: white; }
.status-done { background-color: #4cae4c; color: white; }
.status-invoiced { background-color: #9b1cc2; color: white; }
.status-cancelled { background-color: #d9534f; color: white; }
.status-archived { background-color: #777; color: white; }
.status-waiting { background-color: #f0ad4e; color: white; }
.status-awaiting-parts { background-color: #f0ad4e; color: white; }
.status-repair-approved { background-color: #5cb85c; color: white; }
.status-repair-refused { background-color: #d9534f; color: white; }
.status-rud { background-color: #5bc0de; color: white; }
.status-deleted { background-color: #d9534f; color: white; }
.status-returned-from-polish-room { background-color: #f0ad4e; color: white; }

/* Bench Colors */
.bench-not-assigned { background-color: #777; color: white; }
.bench-1 { background-color: #337ab7; color: white; }
.bench-2 { background-color: #5cb85c; color: white; }
.bench-3 { background-color: #5bc0de; color: white; }
.bench-4 { background-color: #d9534f; color: white; }
.bench-5 { background-color: #f0ad4e; color: white; }
.bench-polish-room { background-color: #4cae4c; color: white; }

/* Status Colors */
.status-to-be-quoted,
.status-approved,
.status-in-progress,
.status-testing,
.status-done,
.status-invoiced,
.status-cancelled,
.status-archived,
.status-waiting,
.status-awaiting-parts,
.status-repair-approved,
.status-repair-refused,
.status-rud,
.status-returned-from-polish-room,
.status-deleted {
    /* padding: 15px 10px; */
    border-radius: 4px;
    /* font-weight: bold; */
    display: inline-block;
    
}

/* Bench Colors */
.bench-not-assigned,
.bench-1,
.bench-2,
.bench-3,
.bench-4,
.bench-5,
.bench-polish-room {
    padding: 5px 10px;
    border-radius: 4px;
    /* font-weight: bold; */
    display: inline-block;
}
