
/**
* CSS liste utilisateurs
*
*
* @package RECOUVREMENTCREANCES 2019-11
*/


#utilisateursTable th.id {width: 4%;}
#utilisateursTable th.idAccess {width: 4%;}
#utilisateursTable th.civilite {width: 4%;}
#utilisateursTable th.nom {width: 18%;}
#utilisateursTable th.username {width: 15%;}
#utilisateursTable th.email {width: 22%;}
#utilisateursTable th.roles {width: 20%;}
#utilisateursTable th.formations {width: 4%;}
#utilisateursTable th.actif {width: 4%;}

#utilisateursTable td.roles a {color: #f7931e; font-size: 12px !important;}
#utilisateursTable td.roles a i.fas {font-size: 10px !important; margin-left: 5px;}

#utilisateursTable td.infos i.fa {color: #f7931e;}
#utilisateursTable td.infos i.fa:hover {cursor: pointer;}

#utilisateursTable td.notes i.fas {color: #f7931e;}
#utilisateursTable td.notes i.fas:hover {cursor: pointer;}

#utilisateursTable td.action i.fa-crown {margin-left: 7px; color: #FF8298;}
#utilisateursTable td.action i.fa-times, #utilisateursTable td.action i.fa-plus {font-size: 8px; color: #FF8298;}

