/* Rajout MB */

/* icones ponctuelles utilisées dans l'application
fa fa-sign-in ==> reintegrer un outils dans parametrage fiche patient
fa-bar-chart ==> compta des appels par années/mois dans detail des appels
*/

/*====================== ICONES ==========================*/

.icone-violet{
	color: #9370db !important;
}
.icone-marron{
	color: #8b4513 !important;
}
.icone-vert{
	color: var(--color-vert) !important;
}
.icone-bleu{
	color: var(--color-bleu) !important;
}
.icone-rouge{
	color: var(--color-rouge) !important;
}
.icone-orange{
	color: var(--color-orange) !important;
}
.icone-darkorange{
	color: #FF8C00 !important;
}
.icone-gris{
	color: #dddddd !important;
}
.icone-darkgris{
	color: #607d8b !important;
}
.icone-white{
	color: white !important;
}
.icone-alerte-bis{
	color: red !important;
}
.icone-alerte{
	background-color: red !important;
}
.icone-danger{
	background-color: var(--color-orange) !important;
}
.icone-ok{
	background-color: var(--color-vert) !important;
}
.icone-test{
	background-color: #9370db !important;
}

.bk_ag1{
	background-color: #DAF7A6 !important;
}
.bk_ag2{
	background-color: #98fb98 !important;
}
.bk_ag3{
	background-color: #d3d3d3 !important;
}
.bk_ag4{
	background-color: #f08080 !important;
}

.border-violet{
	border-color: #9370db !important;
}
.border-marron{
	border-color: #8b4513 !important;
}

.icone-grande{}
.icone-grande:before {
	font-family: FontAwesome;
	font-style: normal;
	font-size:32px !important;
}
.icone-moyenne{}
.icone-moyenne:before {
	font-family: FontAwesome;
	font-style: normal;
	font-size:20px !important;
}
.icone-petite{}
.icone-petite:before {
	font-family: FontAwesome;
	font-style: normal;
	font-size:11px !important;
}
.icone-plus-petite{}
.icone-plus-petite:before {
  	float:right;
	margin-top:-8px;
	margin-right:4px;
/*	float:right;
 	margin-right:13px;
 	color:blue;*/
	font-family: FontAwesome;
	font-style: normal;
	font-size:11px !important;
}

.pointer{
	cursor:pointer;
}



.help{}
.help:before{
	content: "\f059";/* question-circle */
	font-family: FontAwesome;
	font-style: normal;
}
.history{}
.history:before{
	content: "\f1da";/* history */
	font-family: FontAwesome;
	font-style: normal;
}

/* Actions */
.delete{}
.delete:before{
	/*content: "\f00d";*/ /* times : croix */
	content: "\f014"; /* trash */
	font-family: FontAwesome;
	font-style: normal;
}
.add{}
.add:before{
	content: "\f067"; /* plus */
	font-family: FontAwesome;
	font-style: normal;
}
.modify{}
.modify:before{
	content: "\f040"; /* pencil */
	font-family: FontAwesome;
	font-style: normal;
}
.valider{}
.valider:before{
	content: "\f00c"; /* check */
	font-family: FontAwesome;
	font-style: normal;
}
.annuler{}
.annuler:before{
	content: "\f0e2"; /* undo */
	font-family: FontAwesome;
	font-style: normal;
}
.eye{}
.eye:before{
	content: "\f06e"; /* undo */
	font-family: FontAwesome;
	font-style: normal;
}
.eye-slashed{}
.eye-slashed:before{
	content: "\f070"; /* undo */
	font-family: FontAwesome;
	font-style: normal;
}
.select{}
.select:before{
	content: "\f08e"; /* external-link */
	font-family: FontAwesome;
	font-style: normal;
}
.opendetail{}
.opendetail:before{
	content: "\f07c"; /* folder-open */
	font-family: FontAwesome;
	font-style: normal;
}
.save_atraiter{}
.save_atraiter:before{
	content: "\f005"; /* star */
	font-family: FontAwesome;
	font-style: normal;
}
.save{}
.save:before{
	content: "\f0c7"; /* save */
	font-family: FontAwesome;
	font-style: normal;
}
.calc{}
.calc:before{
	content: "\f1ec"; /* calculator */
	font-family: FontAwesome;
	font-style: normal;
}
.adresse{
	/* margin-bottom: -65px; */
	margin-bottom: -23px !important;
	margin-right: 0px !important;
	opacity: 0.4;
}
.adresse:hover { 
	opacity: 1.0;
}
.adresse:before{
	content: "\f015"; /* home */
	font-family: FontAwesome;
	font-style: normal;
}
.liste{}
.liste:before{
	content: "\f03a"; /* list */
	font-family: FontAwesome;
	font-style: normal;
}
.memo{}
.memo:before{
	content: "\f02c"; /* tags */
	font-family: FontAwesome;
	font-style: normal;
}
.menu-dropdown{}
.menu-dropdown:before{
	content: "\f0c9"; /* bars */
	font-family: FontAwesome;
	font-style: normal;
}
.comment{}
.comment:before{
	content: "\f27a"; /* commenting */
	font-family: FontAwesome;
	font-style: normal;
}

/* pour l'envoi / impression / telechargement de documents */
.print{}
.print:before{
	content: "\f02f"; /* printer */
	font-family: FontAwesome;
	font-style: normal;
}
.send{}
.send:before{
	content: "\f0e0";
	font-family: FontAwesome;
	font-style: normal;
}
.param{}
.param:before{
	content: "\f013";
	font-family: FontAwesome;
	font-style: normal;
}
.download{}
.download:before{
	content: "\f019";
	font-family: FontAwesome;
	font-style: normal;
}
/* download utilisé dans l'obj_download */

/* Acces fiche patient / Agenda */
.accespat{}
.accespat:before{
	content: "\f007"; /* user */
	font-family: FontAwesome;
	font-style: normal;
/* 	font-size:11px !important; */
}
.accesag{}
.accesag:before{
	content: "\f073"; /* calendar */
	font-family: FontAwesome;
	font-style: normal;
}
.accesnewrdv{}
.accesnewrdv:before{
	content: "\f064"; /* share */
	font-family: FontAwesome;
	font-style: normal;
}

/* calendrier de l'obet date */
.calendar{}
.calendar:before{
	content: "\f073"; /* calendar */
	font-family: FontAwesome;
	font-style: normal;
}
.cal-pyear{}
.cal-pyear:before{
	content: "\f0a8";
	font-family: FontAwesome;
	font-style: normal;
}
.cal-pmonth{}
.cal-pmonth:before{
	content: "\f137";
	font-family: FontAwesome;
	font-style: normal;
}
.cal-nmonth{}
.cal-nmonth:before{
	content: "\f138";
	font-family: FontAwesome;
	font-style: normal;
}
.cal-nyear{}
.cal-nyear:before{
	content: "\f0a9";
	font-family: FontAwesome;
	font-style: normal;
}
.cal-close{}
.cal-close:before{
	content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
}

/* Recherche */
.search{}
.search:before{
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
}
/* search utilisé dans l'obj_recherche */
.search-open{}
.search-open:before{
	content: "\f103";
	font-family: FontAwesome;
	font-style: normal;
}
.search-close{}
.search-close:before{
	content: "\f102";
	font-family: FontAwesome;
	font-style: normal;
}
.search-plus{}
.search-plus:before{
	content: "\f00e";
	font-family: FontAwesome;
	font-style: normal;
}
.search-open-bis{}
.search-open-bis:before{
	content: "\f104";
	font-family: FontAwesome;
	font-style: normal;
}
.search-open-ter{}
.search-open-ter:before{
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
}
.search-open-drop{}
.search-open-drop:before{
	content: "\f106";
	font-family: FontAwesome;
	font-style: normal;
}

/* icone de tri */
.sort-a{}
.sort-a:before{
	content: "\f15d";/* sort-alpha-asc */
	font-family: FontAwesome;
	font-style: normal;
}
.sort-num{}
.sort-num:before{
	content: "\f162";/* sort-numeroc-asc */
	font-family: FontAwesome;
	font-style: normal;
}
.sort-lib{}
.sort-lib:before{
	content: "\f031";/* font */
	font-family: FontAwesome;
	font-style: normal;
}

/* icones hors bouton */
.icone-pastille{}
.icone-pastille:before{
	content: "\f111";/* circle */
	font-family: FontAwesome;
	font-style: normal;
}
.icone-warning{}
.icone-warning:before{
	content: "\f071";
	font-family: FontAwesome;
	font-style: normal;
}
.icone-non{}
.icone-non:before{
	content: "\f00d"; /* times */
	font-family: FontAwesome;
	font-style: normal;
}
.icone-oui{}
.icone-oui:before{
	content: "\f00c"; /* check */
	font-family: FontAwesome;
	font-style: normal;
}


.euro{}
.euro:before{
	content: "\f153"; /* eur */
	font-family: FontAwesome;
	font-style: normal;
}

.listeattente{}
.listeattente:before{
	content: "\f0cb"; /* database */
	font-family: FontAwesome;
	font-style: normal;
}

.cloche{}
.cloche:before{
	content: "\f0f3"; /* bell */
	font-family: FontAwesome;
	font-style: normal;
}

.notesacctel{}
.notesacctel:before{
	content: "\f024"; /* flag */
	font-family: FontAwesome;
	font-style: normal;
}

.fleche-droite{}
.fleche-droite:before{
	content: "\f061";
	font-family: FontAwesome;
	font-style: normal;
}

.fleche-bas{}
.fleche-bas:before{
	content: "\f063";
	font-family: FontAwesome;
	font-style: normal;
}

/* Fin Rajout MB */
