/* ==========================================================
   StaerAI — Staer Green theme (Fluent + accent #42a123)
   Override-uri minime — restul vine din Fluent accent color
   ========================================================== */

/* --- Tab bar aplicatie --- */
.tab-bar {
    background: #f4f4f4;
    border-color: #d6d6d6;
}

/* --- Grid: rand selectat --- */
.dynamic-grid .dxbl-grid-selected-row td {
    background-color: #d9e8f7 !important;
}

/* --- Salariati: header detalii --- */
.sal-detail-header {
    color: #2b579a;
    background: #eef3f8;
}

/* --- Editori: fundal verde deschis pe inputuri editabile --- */
.dxbl-text-edit > .dxbl-text-edit-input,
.dxbl-text-edit > textarea,
.dxbl-fl .dxbl-fl-item > .dxbl-fl-ctrl {
    background: #b8fde0 !important;
}

/* --- Checkbox readonly: fundal galben deschis --- */
.dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio).dxbl-readonly.dxbl-checkbox-checked .dxbl-checkbox-check-element .dxbl-image,
.dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio).dxbl-readonly.dxbl-checkbox-indeterminate .dxbl-checkbox-check-element .dxbl-image {
    background: #fdff8a !important;
    opacity: 1 !important;
    color: #10893e !important;
    border: #b3b0b0 !important;
}
