/* ===================================================================== */
/*                             BoutonCustom.css                          */
/* � 2019  Dunin Technologie Inc.                                       */
/* ===================================================================== */

/* - D�FINITION --------------------------------------------------------*/
/* Affichage des boutons.                                                */
/* --------------------------------------------------------------------- */

/* - NOTES ------------------------------------------------------------- */
/* --------------------------------------------------------------------- */


/* --------------------------------------------------------------------- */
/* Boutons g�n�riques.                                                 */

/* --------------------------------------------------------------------- */
/* Bouton checkBox on off                                                          */
.CheckBoxOn {background-image: url('../../Client/Imgs/case-a-cocher-bernier-etat-selected_18px.svg');}
.CheckBoxOn.Courant {background-image: url('../../Client/Imgs/case-a-cocher-bernier-etat-selected-et-focused_18px.svg');}
.CheckBoxOff {background-image: url('../../Client/Imgs/case-a-cocher-bernier-etat-normal_18px_C5C5C5.svg');}
.CheckBoxOff.Courant {background-image: url('../../Client/Imgs/case-a-cocher-bernier-etat-focused_18px.svg');}
.CheckBoxOff:disabled {background-image: url('../../Client/Imgs/case-a-cocher-bernier-etat-inactif_18px.svg');}