/* ===================================================================== */
/*                             BoutonCustom.css                          */
/* � 2020  Dunin Technologie Inc.                                        */
/* ===================================================================== */

/* - D�FINITION -------------------------------------------------------- */
/* Affichage des boutons.                                                */
/* --------------------------------------------------------------------- */

/* - NOTES ------------------------------------------------------------- */
/* --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- */
/* Bouton checkBox on off                                                */
.CheckBoxOn {background-image: url('../../Client/Imgs/case-a-cocher-mrs-etat-selected_18px.svg');}
.CheckBoxOn.Courant {background-image: url('../../Client/Imgs/case-a-cocher-mrs-etat-selected-et-focused_18px.svg');}
.CheckBoxOff {background-image: url('../../Client/Imgs/case-a-cocher-mrs-etat-normal_18px.svg');}
.CheckBoxOff.Courant {background-image: url('../../Client/Imgs/case-a-cocher-mrs-etat-focused_18px.svg');}
.CheckBoxOff:disabled {background-image: url('../../Client/Imgs/case-a-cocher-mrs-etat-inactif_18px.svg');}

/* --------------------------------------------------------------------- */
/* Bouton PasAPas panel Droit                                            */
.PasAPas.Tile.Image.Texte > button > span 
{
  -webkit-line-clamp: 5 !important; /* permettre plus de 2 lignes d’affichage pour la définition */
}