/* Statuts opérationnels : la couleur couvre toute la ligne. */
#crmTable tbody tr.row-waiting td { background: #fff !important; }
#crmTable tbody tr.row-followup td { background: #fff8d8 !important; }
#crmTable tbody tr.row-nurturing td { background: #fff0df !important; }
#crmTable tbody tr.row-rdv td { background: #e7f8ef !important; }
#crmTable tbody tr.row-unqualified td { background: #ffe6e7 !important; }
#crmTable tbody tr.row-followup .row-number { background: #ffefad !important; }
#crmTable tbody tr.row-nurturing .row-number { background: #ffdfbd !important; }
#crmTable tbody tr.row-rdv .row-number { background: #ccefdc !important; }
#crmTable tbody tr.row-unqualified .row-number { background: #ffcdd1 !important; }
#crmTable tbody tr.row-followup td.c-status select { background: #ffefad !important; color: #806000 !important; }
#crmTable tbody tr.row-nurturing td.c-status select { background: #ffdfbd !important; color: #9a4b10 !important; }
#crmTable tbody tr.row-rdv td.c-status select { background: #ccefdc !important; color: #087b58 !important; }
#crmTable tbody tr.row-unqualified td.c-status select { background: #ffcdd1 !important; color: #aa2734 !important; }
