.color-on-primary{
	color: var(--color-on-primary);
}
.color-primary{
	color: var(--color-primary);
}
.bg-color-primary{
	background-color: var(--color-primary);
}
.bg-light{
  background-color: var(--color-light);
}
.bg-lighter{
  background-color: var(--color-lighter);
}
.shadow{
	box-shadow: var(--shadow);
}
#overall{
	margin: 0px auto;
	width: 100%;
 /*max-width: 1600px;*/
	background-color: #FFFFFF;
	display: flex;
  flex-direction: column;
}
.navbar{
	display: flex;
	justify-content: space-between;
	color: var(--color-on-primary);
	padding:16px;
	align-items: center;
}
.navbar a{
	color: var(--color-on-primary);
	text-decoration: none;
}
#flag_lang{
	height:17px;
	width:24px;	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.fr{
	background: url(../images/flag_fr.png) no-repeat left bottom;	
}
.en{
	background: url(../images/flag_en.png) no-repeat left bottom;
}
#flag_lang:hover{
	background-position:left top;
}
#init_id_telephone{
	width: 120px;
	background: var(--color-primary);;
	color: var(--color-on-primary);
	border: 1px solid var(--color-on-primary);
	font-weight: inherit;
}
#user_connecte{
	text-transform: uppercase;
}
#nb_resultat{
	width : 300px;
	text-align:center;
	font-weight: 700;
}

#container{
	padding-bottom: 15px;
  display: flex;
	margin: 0 8px;
}
.erreur_ident{
	color :#FF0000;
	text-align:center;
}
.contenu_ferme{
	display: none;	
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 200px;
}
.nofocus{
	position:relative;
}
.nofocus::after {
    content: ' ';
    position: absolute;
    left: 0;
		top: 0;
    width: 100%;
    height: 100%;
}
.nofocus.overlay::after{
	background:#92814c;
	opacity: 0.2;
}
fieldset {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}
input[type=text], input[type=password]{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #7890D4;
	margin: 0px;
	padding: 2px;
}
.bt_suppr_mini{
	background: url(../images/btn_supprimer.png) no-repeat left bottom;
}
.bt_ajout_mini{
	background: url(../images/btn_plus.png) no-repeat left bottom;
}
.bt_ajout_mini, .bt_suppr_mini{
	float: left;
	height: 13px;
	width: 13px;
	margin-left: 2px;
	margin-top: 4px;
	cursor: pointer;
}
.bt_ajout_mini:hover, .bt_suppr_mini:hover{
	background-position: left top;
}
.bt_taux_euro{
	background: url(../images/btn_taux.png) no-repeat left bottom;
	float: left;
	height: 13px;
	width: 13px;
	margin-left: 2px;
	margin-top: 4px;
}
.bt_taux_euro:hover{
	background-position: left top;
}
.bt_refresh, .bt_today{
	float: left;
	height: 13px;
	width: 13px;
	margin-left: 2px;
	margin-top: 4px;
	cursor:pointer;
}
.bt_refresh{
	background: url(../images/btn_refresh.png) no-repeat left bottom;
}
.bt_today{
	background: url(../images/btn_today.png) no-repeat left bottom;
}
.bt_refresh:hover, .bt_today:hover {
	background-position: left top;
}
select{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 1px;
	border: 1px solid #7890D4;
}
img{
	border: none;
}
p{
	margin: 0 0 1em;
	padding: 0;
}
.warning{
	color:#F00 !important;	
}
.upd_translate{
	width:200px;
	height:1.5em;	
	-webkit-transition: opacity 0.5s cubic-bezier(.68,-0.55,.27,1.55);
	-moz-transition: opacity 0.5s cubic-bezier(.68,-0.55,.27,1.55);
	-o-transition: opacity 0.5s cubic-bezier(.68,-0.55,.27,1.55);
	transition: opacity 0.5s cubic-bezier(.68,-0.55,.27,1.55);
	line-height: 1;
}
.upd_translate.done{
	opacity: .4;
}
.fltright{
	float:right;
}
.fltleft{
	float:left;
}
.clear { 
	clear:both; 
	float:none;
}
#current_appli{
	font-size: 16px;
	font-weight: bold;
	color: #7890d4;
	text-align: center;
	border: 1px solid #ef1f0d;
	border-radius: 5px;
	padding: 5px;
}
#bt_export {
	background-image: url(../images/bt_export.png);
	background-repeat: no-repeat;
}
#bt_nouveau {
	background-image: url(../images/bt_nouveau.png);
	background-repeat: no-repeat;
}
#bt_import {
	background-image: url(../images/bt_import2.png);
	background-repeat: no-repeat;
}
#bt_aide {
	background-image: url(../images/bt_aide.png);
	background-repeat: no-repeat;
}
#bt_export_factures{
	color: #333333;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	display: block;
	width: 80px;
	text-decoration: none;
	margin:auto;
	background: linear-gradient(#fff, #8197d7);
	border-radius: .5em;
	border: 0;
}
#bt_export_factures:hover{
	background: linear-gradient(#fff, #5d87ff);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
}
.bt_current_appli{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	display: block;
	height: 30px;
	width: 181px;
	text-decoration: none;
	background-position: left top;
	margin: 8px auto 0px;
}
.bt_current_appli:hover{
	background-position: left bottom;
	color: #000000;
}
.h26{
	height:26px;
}
#content1 {
	margin-left: 10px;
	width: 187px;
}
#content2{
  flex-grow: 1;
  margin: 0 16px;
}
#content1 .cadre_haut{
	/*height: 128px;*/
	margin-bottom: 16px;
}
/*#content2 .cadre_haut{
	height: 131px;
}*/
#content2 .cadre_haut{
	padding-bottom:24px
}
.recherche1 {
	margin: 0 auto;
	border: 1px solid #7c7c7c;
	box-shadow: var(--shadow);
	margin-bottom: 16px;
	padding: 0 8px;
}
.top_recherche1{
	/*height:44px;
	line-height: 44px;
	font-size: 16px;*/
	font-weight: bold;
	color: #687db8;
	position: relative;
  padding: 10px 0;
}
.recherche1 form{
	width:163px;
	margin:0 auto;
}
.recherche1 label{
	display:block;
}
.recherche1 input[type=text], .recherche1 select{
	display:block;
	margin-bottom: 6px;
	width: 100%;
}
.bt_nouveau2{
	background-image: url(../images/bt_nouveau2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 32px;
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
}
.bt_nouveau2:hover{
	background-position: left bottom;
}
.recherche1 input[type=image]{
	margin: 2px 0px 6px 130px;
	height: 26px;
	width: 26px;
	background: url(../images/bt_ok.png) no-repeat;
	background-position: left bottom;
}
.recherche1 input[type=image]:hover{
	background-position: left top;
}
.recherche2{
	margin: 0;
	padding: 16px;
	position: relative;
	border: 1px solid #999;
	/*background-color: #ebedf6;
	min-height: 88px;*/
}
.recherche{
	margin: 0;
	padding: 8px;
	position: relative;
	border: 1px solid #999;
}

.recherche2 form, .recherche form{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.recherche2 form.recherche_multi{
	height: auto;
	gap: 8px;
}
.recherche2 label{
	width: 245px;
}
.recherche2 input[type=text], .recherche2 select{
	width:242px;
}
.recherche2-fields{
	display: flex;
	flex-wrap: wrap;
	/*max-width: 1030px;*/
	align-items: flex-end;
	gap: 8px;
}
.recherche2-action{
	width:210px;
	align-self: flex-end;
	padding-left: 8px;
}

.recherche2 label#search_correspondance{
	width: 748px;
	border: 1px solid  #ccc;
	overflow:auto;
	padding: 0 2px;
	background: #f0f0f0;
}

/*
.recherche_multi #affiche_search{
	position: absolute;
	right: 40px;
	bottom: 12px;
	width: 190px;
}*/
#minimaxi{
	background: url(../images/minimaximize24.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 0;
}
#minimaxi.etendre{
	background-position:left top;
}
#minimaxi.etendre:hover{
	background-position:left bottom;
}
#minimaxi.plier{
	background-position:right top;
}
#minimaxi.plier:hover{
	background-position:right bottom;
}
.top_recherche_multi{
	height:6px;
	background: url(../images/top_recherche2.png) no-repeat;
}
.bas_recherche_multi{
	height:6px;
	background: url(../images/bas_recherche2.png) no-repeat;
}
.recherche_multi label{
	width: 150px;
	/*text-transform: capitalize;*/
	display: block;
	text-align:right;
	padding-right: 3px;
}
.recherche_multi input[type=text]{
	width: 200px;
	margin-bottom: 3px;
}
.recherche_multi select{
	width: 120px;
}
#fieldset_multi1{
	display:flex;
	flex-wrap: wrap;
	align-content: flex-start;
	/*gap: 0 32px;
	width: 1100px;
	max-width: 82%;*/
}
#fielset_multi2{
	margin-left: 20px;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
	gap: 16px;
}

/******  RECHERCHE EN POPIN *******/
.recherche3{
	margin: 0px 0px 15px;
	padding: 2px 0px 10px;
	position: relative;
	border: 1px solid #EF1F0D;
	background-color: #F8F8F8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.recherche3 form{
	margin: 0px 0px 0px 3px;
	padding: 0px;
	display: block;
}
.recherche3 label{
	width: 247px;
	margin: 3px 0px 3px 9px;
	float: left;
}
.recherche3 input[type=text]{
	width:236px;
}
.recherche3 select{
	width: 243px;

}
.recherche3 input[type=image]{
	height: 26px;
	width: 26px;
	background: url(../images/bt_ok.png) no-repeat;
	background-position: left bottom;
	float: left;
	margin: 16px 0px 6px 30px;
}
.recherche3 input[type=image]:hover{
	background-position: left top;
}
/******  fin recherche popin *******/

#picto_recherche {
	position: absolute;
	right: -4px;
	bottom: -9px;
}
#affiche_search{
	display: flex;
  gap: 8px;
  align-items: center;
}
#affiche_search label{
	font-size: 12px;
	font-weight: bold;
	color: #525252;
	line-height: 12px;
	max-width: 60px;
}
#nb_search {
	width: 26px;
	margin: 0px;
}
#bt_search{
	height: 26px;
	width: 26px;
	background: url(../images/bt_ok.png) no-repeat;
	background-position: left bottom;
	margin-right: 8px;
}
#bt_search:hover{
	background-position: left top;
}
a.bt_reset_search {
	height: 26px;
	width: 25px;
	background: url(../images/bt_reset.png) no-repeat left top;
	margin-left: 8px;
}
a.bt_reset_search:hover{
	background-position: left bottom;
}
#sous_bt_search{
	display: none;
}
.tb_resultat{
	margin-bottom: 1px;
}
.tb_resultat td{
	padding: 0 5px;
}
.tb_resultat td.first{
	padding-left:8px;
}
.tb_resultat td.last{
	padding: 0px;
}
.tb_resultat .lg1{
	/*background: #E3E5EC url(../images/lg1.png) repeat-x 0px -8px;
	background: linear-gradient(#708ac8, #ebedf6 30%);*/
	font-size: 14px;
	background-color: #e3eaf9;
}
.lg_entete{
	background: #586897;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.lg1-coldesc{
	margin: 10px 0 8px 0;
	font-size: 13px;
	color: #000066;
}
.lg1-coldesc span{
	padding-right:7px;
}
.lg1-coldesc span:after{
	display:inline;
	padding-left:9px;
	content:'-';
}
.lg2{
	/*background: #E3E5EC;*/
	background: #e3eaf9;
}
.tb_resultat .lg2 td{	
	padding: 0 5px;
}
.lg3{
	background: #C8D5EE;
	color: #000066;
}
.tb_resultat .lg3 td{
	padding: 5px;
}
.lg4a{
	background:#DAE1F3;
}
.lg4b{
	background:#E3E9F2;
}
.tb_resultat .selectionne td{
	background-color: #FFF;
	border-bottom: solid 1px #999;
	cursor:default;
}
.onglet_actif:not(.bt_liste_facture), .onglet_inactif:not(.bt_liste_facture){
	display: block;
	float: left;
	height: 27px;
	margin-right: 2px;
	padding-left: 7px;
	font-size: 14px;
	line-height: 27px;
	padding-right:35px;
}
.data, .dim_popin{
	display:none;	
}
span.nb_onglet{
	font-size:12px;	
}
.onglet_actif{
	background: url(../images/onglet_actif.png) no-repeat right top;
	color: #000066;
	text-decoration: none;
}
.onglet_inactif:not(.bt_liste_facture){
	background: url(../images/onglet_inactif.png) no-repeat right bottom;
	color: var(--color-primary);
	text-decoration: none;
}
.onglet_actif:hover:not(.bt_liste_facture){
	background-position:left bottom;
}
.onglet_inactif:hover:not(.bt_liste_facture){
	background-position:left top;
	color: #000066;
}
.bt_mail_edit, .bt_edit, .bt_del, .bt_del_replace, .bt_del_box, .bt_del_lock, .bt_new, .bt_mouvement, .bt_export_sous_liste, .bt_tranferer, .bt_replace, .bt_view, .bt_doc, .bt_docx, .bt_liste_facture, .bt_pdf, .bt_img, .bt_xls, .bt_xlsx, .bt_import, .btn-ico{
	width : 22px;
	height: 22px;
	float:right;
	display:block;
	background-position:0 top;
	margin: 2px 5px;
	cursor: pointer;
}
.cform .bt_pdf, .cform .bt_doc, .cform .bt_docx, .cform .bt_img, .cform .bt_xls, .cform .bt_xlsx{
	display:inline-block;
	float: none;
	vertical-align: middle;
	margin-top:0;
	margin-bottom: 0;
}

.bt_tranferer{
	background: url(../images/transfert.png);
}
.bt_mail_edit{
	background: url(../images/mail_send.png);
}
.bt_edit{
	background: url(../images/edit.png);
}
.bt_doc, .bt_docx{
	background: url(../images/doc.png);
}
.bt_xls, .bt_xlsx{
	background: url(../images/xls.png);
}
.bt_pdf{
	background: url(../images/pdf.png);
}
.bt_img{
	background: url(../images/img.png);
}
.bt_view{
	background: url(../images/view.png);
}
.bt_replace{
	background: url(../images/remplacement.png);
}
.bt_import{
	background: url(../images/importer.png);
}
.bt_del, .bt_del_replace, .bt_del_box{
	background: url(../images/trash.png);
}
.bt_del_lock{
	background: url(../images/trash_lock.png);
}
.bt_new{
	background: url(../images/new.png);
}
.bt_mouvement{
	background: url(../images/mouvement.png);
}
.bt_export_sous_liste{
	background: url(../images/csv.png);
}
.bt_liste_facture, .btn-folding{
	background: url(../images/plier.png);
}
.bt_mail_edit:hover, .bt_edit:hover, .bt_del:hover, .bt_del_replace:hover, .bt_del_box:hover, .bt_new:hover, .bt_mouvement:hover, .bt_export_sous_liste:hover, .bt_tranferer:hover, .bt_replace:hover, .bt_view:hover, .bt_doc:hover, .bt_docx:hover, .bt_pdf:hover, .bt_img:hover, .bt_xls:hover, .bt_xlsx:hover, .bt_import:hover, .btn-ico:hover {
	background-position:left bottom;
}

.bt_liste_facture.onglet_inactif, .btn-folding{
	background-position-x: 0;	
}
.bt_liste_facture.onglet_inactif:hover, .btn-folding:hover{
	background-position-x:-22px;
}
.bt_liste_facture.onglet_actif, .btn-folding.folded{
	background-position-x: -44px;	
}
.bt_liste_facture.onglet_actif:hover, .btn-folding.folded:hover{
	background-position-x:-66px;
}
.bt_ouvrir_sous_liste, .bt_fermer_sous_liste{
	display: block;
	font-size: 12px;
	background-repeat: no-repeat;
	height: 22px;
	width: 75px;
	text-decoration: none;
	color: #003366;
	text-align: center;
	line-height: 20px;
	margin: 2px 5px;
}
.bt_ouvrir_sous_liste{
	float: right;
	background-position: left bottom;
}
.bt_ouvrir_sous_liste:hover{
	background-position:left top;
}
.bt_fermer_sous_liste{
	float: right;
	background-position:left top;
}
.bt_fermer_sous_liste:hover{
	background-position:left bottom;
}
.bt_prospection{
	background-image:url(../images/bt_ouvrir_liste.png)
}
.tb_resultat td.lg_mouv{
	padding: 0px 0px 0px 10px;
	background-color: #fff;
	border-bottom: 3px solid #FFF;
}
.tb_resultat td.lg_mouv .lg_mouv_lib td{
	background-color: #C8D5EE;
	color: #000066;
}
.tb_resultat .lg_mouv1{
	background-color: #E3E5EC;
}
.tb_resultat .lg_mouv2{
	background-color: #F0F1F4;
}
.lg_mouv table{
	border-left: 1px solid #7890D4;
	border-bottom: 1px solid #7890D4;
}
/******* ACCUEIL ********/
#contenu_accueil{
	width:841px;
	margin:auto;
}
.bloc_accueil {
	/* background: url(../images/bg_accueil1.png) no-repeat; */
	border: 2px solid #fff;
	background: linear-gradient(#708ac8, #d8dff0, #708ac8);
	border-radius: 8px;
	height: 273px;
	width: 399px;
	position: relative;
}
.bloc_accueil.bloc_accueil-half{
	height: 135px;
}
.separ_bloc_accueil{
	clear: both;
	float: none;
	height: 20px;
	padding-top: 10px;
}
.bloc_accueil .libelle{
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 16px;
}
.bloc_accueil form{
	width:330px;
	margin:0 auto;
}
.bloc_accueil label{
	display:block;
	font-size: 12px;
	font-weight: bold;
}
.bloc_accueil input[type=text], .bloc_accueil select{
	display:block;
	margin-bottom: 6px;
	width: 326px;
}
.bloc_accueil input[type=image]{
	height: 26px;
	width: 26px;
	background: url(../images/bt_ok.png) no-repeat;
	background-position: left bottom;
	position: absolute;
	right: 50px;
	bottom: 22px;
}
.bloc_accueil input[type=image]:hover{
	background-position: left top;
}
/********* identification *********/

.block-identification {
	background: #e3e5ec;
	padding: 30px;
	margin: 80px auto;
	border-radius: 8px;
}
.block-identification h2 { font-size:16px; color:#2d2d2c; background-color:inherit; margin:0 0 20px 0; padding:0;}
.block-identification h3 { font-size:14px; color:#2d2d2c; background-color:inherit; margin:0 0 32px 0; font-weight:normal; padding:0;}

.block-identification form p {
	clear:both;
	float:none;
	height:25px;
	padding:0 0 15px;
	margin: 0px;
}
.block-identification form label {
	font-size:14px;
	width:148px;
	text-align:right;
	display:block;
	float:left;
	padding:2px 0 0 0;
}

.block-identification form input.input_ident { 
	width:163px;
	float:left;
	margin:0 0 0 11px;
}
.block-identification form input[type=image]{
	float:left;
	height: 26px;
	width: 26px;
	background: url(../images/bt_ok.png) no-repeat;
	background-position: left bottom;
	margin:-2px 0 0 18px;
}
.block-identification form input[type=image]:hover{
	background-position: left top;
}
.block-identification form p.password-forget { font-style: italic; text-align:left; text-indent:159px;}
.pagination{
	display: block;
	text-align: right;
	margin: 20px;
	font-weight: bold;
}

/* *********************** */
/*    LIGHT BOX     */      

.lightbox-medium, .lightbox-medium-top, .lightbox-medium-bottom { 
	max-width:845px;
}
.lightbox-small, .lightbox-small-top, .lightbox-small-bottom {
	max-width: 694px;
}
.lightbox-large-top , .lightbox-medium-top , .lightbox-small-top {
	height: 18px;
	position: relative;
	z-index: 1;
}
.lightbox-large-bottom { 
	height:18px; 
	clear:both; 
	float:none;
}
.lightbox-large-center, .lightbox-medium-center, .lightbox-small-center {
	background-color: #fff;
	color: #2d2c2b;
	padding: 0 20px;
	position: relative;
}

a.close {
	position: absolute;
	top: 5px;
	right: 15px;
	display: block;
	background: url(../images/close.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
	z-index: 100;
} 
a:hover.close {
	background-position: 0 -18px;
}
a.close span { 
	display:none;
}
.lightbox-large-center:after, .lightbox-medium-center:after, .lightbox-small-center:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.lightbox-large h2, .lightbox-medium h2, .lightbox-small h2 {
	color: #687DB8;
	background-color: inherit;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
}
/*********************************/

a.btn {
	display: block;
	width: 13px;
	height: 13px;
	background: no-repeat 0 -13px;
	float: left;
	margin: 0 0 0 7px;
}
a.btn span { display:none;}
a.btn:hover { background-position:0 0;}
a.btn-editer { background-image:url(../images/btn_editer.png);}
a.btn-supprimer { background-image:url(../images/btn_supprimer.png);  }
a.btn-copier { background-image:url(../images/btn_copier.gif);}
a.btn-mail { background-image:url(../images/btn_email.png);}
a.btn-plus { background-image:url(../images/btn_plus.png);}
a.btn-plus.disable { background-position:0 100%;}

.boutons {
	clear: both;
	float: none;
	padding-top: 15px;
}
.boutons a, .boutons button, .save_modif_box_top, .btn_box_top {
	width: 140px;
	height: 26px;
	display: block;
	margin: 0 23px 0 23px;
	line-height: 26px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
.boutons a span, .boutons button span, .save_modif_box_top span, .btn_box_top span{
	padding-left: 28px;
	display: block;
	width: 100px;
	text-align: center;
}
.save_modif_box_top, .btn_box_top{
	float:right;
	margin: 6px 20px;
	cursor:pointer;
	border: 0;
  padding: 0;
}
.btn_box_top:hover{
	color: #fff;
}
.boutons a:hover, .boutons button:hover, .save_modif_box_top:hover, .btn_box_top:hover{ 
	background-position:-140px 0;
}
.bouton_annuler { 
	background:url(../images/btn_annuler.png) no-repeat 0 0;
}
.bouton_enregistrer { 
	background:url(../images/btn_enregistrer.png) no-repeat 0 0;
}
.bouton_dupliquer { 
	background:url(../images/btn_dupliquer.png) no-repeat 0 0;
}
.bouton_envoyer_mail, .bouton_submit_mail {
	background: url(../images/btn_envoyer_mail.png) no-repeat 0 0;
}
.tb_resultat .suppr, .suppr-lg {
	background: #FC3 !important;
}
.div_choix_fermer{
	text-align: right;
	margin-top: 12px;
	font-size: 12px;
	font-style: italic;
}
#msg_success{
	color: #F30;
	position: absolute;
	right: 152px;
	top: 5px;
	border: solid 1px #FF6600;
	padding: 8px;
	font-size: 12px;
	display: none;
}
.action1{
	width:33px;
}
.action2{
	width:80px;
}
.action3{
	width:106px;
}
.action4 {
	width: 137px;
}
.action4pr{
	width:266px;
}
.td_nowrap{
	white-space: nowrap;		
}
.action2md{
	width:190px;
}
.resultat_popin, #ma_selection_contenu {
	height: 600px;
	border: 1px solid #7890D4;
	overflow: auto;
}
tr.selectionner_ligne, tr.selectionner_ligne_multi, tr.row-to_valid{
	cursor:pointer;	
}
tr.selectionner_ligne:hover, tr.selectionner_ligne_multi:hover, tr.row-to_valid:hover{
	background: #7890D4;
}
#attente{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 3000;
	background: url(../images/loading.gif) no-repeat center center;
	display: none;
}
.dm_numero{
	float: left;
	width: 80px;
}
.dm_societe{
	float: left;
	width: 300px;
	padding-left: 10px;
}
.dm_total_devise{
	float: left;
	width: 130px;
	margin-left: 10px;
}
.dm_total_euro{
	float: left;
	width: 120px;
	margin-left: 10px;
}
.bt_add_textfield{
	height: 14px;
	width: 14px;
	margin: 0 0 0 0;
	cursor: pointer;
	background: url(../images/btn_addfield.png) left top;
	vertical-align: middle;
	margin-left: 5px;
}
.bt_add_textfield:hover{
	background-position:left bottom;
}
.chp-requis::after{
	content: " *";
	color: red;
	display:inline;
}
.chp-requis-depend::after{
	content: " (*)";
	color: red;
	display:inline;
}
#choix_requete {
	/*top: 5px;
	right: 40px;
	position: absolute;*/
	width: 170px;
	border: 1px solid #7890d4;
}
#choix_requete .id_req_predef {
	width: 156px;
	margin: 4px auto;
	display: block;
}
#bt_choix_requete {
	height: 14px;
	padding: 4px 0px 0px;
	display:flex;
}
#bt_choix_requete a {
	margin-left: 8px;	
	width:13px;
	height:13px;
	background-repeat: no-repeat;
	background-position: 0 -13px;
}
#choix_requete a#bt_add_requete_predef:hover {
	background-position: 0px 0px;
}
#choix_requete a#bt_add_requete_predef{
	background-image: url(../images/btn_plus.png);	
}
#choix_requete a#bt_maj_requete_predef{
	background-image: url(../images/btn_editer.png);	
}
#choix_requete a#bt_cc_requete_predef{
	background-image: url(../images/btn_copier.png);	
}
#choix_requete a#bt_del_requete_predef{
	background-image: url(../images/btn_supprimer.png);	
}
/*********/
.flt_left{
	float:left;	
}
.bt_open_liste, .bt_open_liste_data{
	display:inline-block;
	width: 22px;
	height: 20px;
	background: url(../images/bt_liste.png) no-repeat 5px 5px;
}
.bt_open_liste:hover, .bt_open_liste_data:hover{
	background-position: -18px 5px;
}
.selection_chp{
	float: left;
	width: 180px;
}
.selection_chp_param{
	float: left;
	width: 70px;
	margin-right: 10px;
}
.selection_chp select, .selection_chp_param select{
	width: 100%;
}
.selection_chp label, .selection_chp_param label{
	float:none;		
}
.selection_chp_param a{
	width:100%;
	display:block;
	text-align:center;
	text-decoration:none;
	margin-top:3px;
	color:#069;
}
.selection_chp_param a:hover{
	text-decoration:underline;
}
.bt_selection_chp{
	float: left;
	width: 50px;
	margin: 36px 10px 0px;
}
.bt_move_selection_chp{
	float: left;
	width: 36px;
	margin: 36px 10px 10px;
}
.bt_selection_chp img, .bt_move_selection_chp img{
	display: block;
	margin: 5px auto;
	padding: 2px;
	border: 1px solid #CCCCCC;
	cursor:pointer;
} 
.colonne_groupee{
	color: #995a5a;
}
.colonne_montant{
	text-align: right;
	white-space: nowrap;
}
.colonne_montant_total{
	text-align: right;
	white-space: nowrap;
	color: #C00;
}
.tr_tt_final td{
	padding-top:15px;	
}
.tr2_rupt td{
	border-top: 5px solid #FFF;	
}
#dialog_list_form_multi{
	height:100%;
	overflow:auto;
	background-color: #f2f2f2;
}
#dialog_list_form_multi p{
	font-family: Arial, Helvetica, sans-serif;
	padding:3px;
	margin:0;
	font-size:12px;
}
.grise{
	color: #999;
}
.bt_telephoner{
	background: url(../images/telephoner.png) no-repeat left top;
	float: left;
	height: 22px;
	width: 22px;
	margin-left: 3px;
	cursor: pointer;
}
.bt_telephoner:hover{
	background-position:left bottom;
}
.call_contact{
	border: 1px solid grey;
	border-radius: 1em;
	display:inline-block;
	padding:0 .5em;
	cursor:pointer;
}
.call_contact-space{
	margin: 2px 0;
}
.call_contact:hover{
	border-color: blue;
	color:blue;
}
.call_contact:after{
	display:inline-block;
	content: "\002706";
	padding-left: .3em;
	color:blue;
}
.div_choix_fermer{
	background-color: #FCF503;
	float: right;
	clear: both;
}
.div_choix_fermer label{
	cursor: pointer;	
}
.header-maj{
	display:flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
	margin-bottom: 10px;
}
.header-maj-titre{
	color: #687DB8;
  background-color: inherit;
  font-size: 18px;
  margin: 0 !important;
  padding: 0;
  font-weight: normal;
}
.date_crea{
	text-align:right;
	margin-right: 50px;
}

.tb_resultat .orderByCol td, .tb_resultat .orderByColNiv2 td, .tb_resultat .orderByColNiv3 td{
	vertical-align:top;
}
.orderByCol .tri, .orderByColNiv2 .tri, .orderByColNiv3 .tri{
	padding-bottom:18px;
	display:inline-block;
}
.asc, .desc{
	background-repeat: no-repeat;
	background-position: center bottom;	
	cursor:pointer;
}
.asc{	
	background-image:url(../images/order_by_asc.png);
}
.desc{		
	background-image:url(../images/order_by_desc.png);
}
.asc:hover{	
	background-image:url(../images/order_by_asc_hover.png);
}
.desc:hover{		
	background-image:url(../images/order_by_desc_hover.png);
}
.asc.actif{	
	background-image:url(../images/order_by_asc_actif.png);
}
.desc.actif{
	background-image: url(../images/order_by_desc_actif.png);
}
.asc.actif:hover{	
	background-image:url(../images/order_by_asc_hover.png);
}
.desc.actif:hover{		
	background-image:url(../images/order_by_desc_hover.png);
}

.center{
	text-align:center;
}
.tri-col{
	line-height:1;
	cursor: pointer;
	text-decoration:underline;
}
.center.tri-col::before{
	content: "\23f7";
	display:inline-block;
	opacity:0;
	padding-right:4px;
}
.tri-col::after{
	content: "\23f7";
	display:inline-block;
	opacity:0;
	padding-left:4px;
}

.tri-col-asc.tri-col-active:hover::after, .tri-col-asc:hover::after, .tri-col-desc.tri-col-active::after{
	content: "\23f7";
	opacity:1;
}
.tri-col-desc:hover::after, .tri-col-asc.tri-col-active::after{
	content: "\23f6";
	opacity:1;
}

tr.del-lg-selected{
	cursor:pointer;	
}
#ma_selection{
	position: absolute;
	right: 80px;
	top: 0px;	
	z-index:1000;
}
#ma_selection div{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
/*
#ma_selection_contenu tr.del-lg-selected td:last-child{
	background-image:url(../images/trash2.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
}*/
#ma_selection_contenu tr.del-lg-selected:hover{
	background-color: #FF0000;
	color:#fff;	
}
#ma_selection_onglet{
	cursor: pointer;
	width: 134px;
	line-height: 24px;
	border: solid 1px #5a7ca2;
	color: #5a7ca2;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	background-image: url(../images/fleche_choix.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#fff;
}
#ma_selection_onglet:hover{
	background-position: right -22px;
	border-color: #000;
	color: #000;
}
#ma_selection_onglet.ouvert{
	background-position: right bottom;
	color: #000;
}
#ma_selection_onglet.ouvert:hover{
	background-position: right -46px;
}

.fond_opaque {
	display: none;
	background: #000;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
/*
#ma_selection_submit{
	display:block;
	position:absolute;
	left:300px;
	top:0;
}*/
.nospace{
	padding:0;
	margin:0	
}
.cform .section_titre-with_boutons{
	margin-bottom: 1.5em;
	text-align: center;
}
.container_deal .cform .fld-block .section_titre-with_boutons p{
	display: inline-block;
	min-width: auto;
	padding:0 6px 10px;
}
.cform .section_titre{
	font-weight: bold;
}
.cform p.section_sous_titre{
	font-style: italic;
	font-size:14px;
}
#header_form {
	z-index: 100;
}
#header_form .over_top { 
	position:relative;
	height:40px;	
}
#header_form .over_top h2 { 
	position:absolute;
	left:20px;
	top:0px;
}
#header_form .over_top .div_choix_fermer { 
	position:absolute;
	right:20px;
	top:0px;
	margin:0;
	padding:0;
	float:none;
	clear:both;
}
#header_form .over_top .div_choix_fermer label{
	font-size:14px;
	display:inline-block;
	vertical-align:top;
	padding:0 4px;
}
#header_form .over_top .div_choix_fermer input{
	display:inline-block;
}
#header_form.is_stuck {
	border-bottom: 1px solid #666;
	background-color: #EEE;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.2s ease;
}
#header_form.is_stuck h2, #header_form.is_stuck .over_top .div_choix_fermer {
	margin:0;	
	margin-top:6px;
}
.cform .boutons_titre_deal{
	padding: 3px 5px;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
	border-top: 1px solid #CCC;
}
.boutons_titre_deal a, .bt_document_add{
	padding:0 5px;
	text-align:center;
	cursor:pointer;
	font-size:14px;
	border-radius:5px;
	text-decoration:none;
	line-height:1.5;
	margin:0 8px;
	display:inline-block;
	border: 1px solid #0033FF;
	background-color: #fff;
	color: #003399;
}

.boutons_titre_deal a:hover, .bt_document_add:hover{
	background-color: #0033FF;
	color: #fff;
}
.boutons_titre_deal a.bt_suppr_titre_deal{
	border:1px solid #DA3032;
	background-color: #fff;
	color: #DA3032;
}
.boutons_titre_deal a.bt_suppr_titre_deal:hover{
	background-color: #DA3032;
	color: #fff;
}
.onglets_deal{
	background-color: #18209d;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.boutons_contrat{
	float:right;
}
button, .button{
	display:inline-block;
	border: 1px solid #0033FF;
	background-color: #fff;
	color: #003399;
	cursor: pointer;
	line-height:inherit;
	font-size:inherit;
	padding:2px 8px;
	font-family:inherit;
	box-sizing:border-box;
	text-decoration: none;
}
button:hover, .button:hover{
		color:#000;
		border-color:#000;
		text-decoration: none;
}

.boutons_contrat button{
	margin-left: 15px;
}
.clearfix:after, .clearfix:before{
		display: table;
		content:'';
		clear:both;
}
.onglets_deal .nav_deal{
	color:#fff;
	display:inline-block;
	font-size: 14px;
	margin: 6px 25px 6px 20px;
	padding: 0 8px;	
	text-decoration: none;
	line-height:24px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
.onglets_deal .nav_deal.current{
	border: 1px solid #FFF;
	cursor: default;
}
.onglets_deal .nav_deal:not(.current):hover{
	background-color: #E6E6E6;
	color: #687db8;
	transition: all 0.5s ease;
}
.dm_client{
	/*background-color: #EAE6D9;*/
	border-left: 2px solid #999999;
	position:relative;
}
.dm_lot{
	border-left: 2px solid #689cb8;
	border-bottom: 2px dotted #689cb8;
}
.dm_lot:nth-child(odd){
	background-color: #D6E9FF;
}
.dm_lot:nth-child(even){
	background-color: #D9DAF6;
}
.dm_facture{
	background-color: #FCF0F1;
	border-left: 2px solid #E7858C;
	border-bottom: 2px dotted #E7858C;
}
.cform .dm_lot{
	position:relative;
}
.cform .dm_groupes{
	margin-bottom: 10px;
	position:relative;
}
.cform .dm_groupe{
	background:#fff;
	margin-bottom: 15px;
}
.cform .fldL.dm_groupes{
	padding: 0;
}
.cform .fld-block .dm_groupe label{
	padding-left: 5px;
}
.cform .copie_ajout{
	margin-top:0;
}
.dm_groupe_head{
	padding: 3px 5px;
	font-size: 14px;
	background-color: #f0f0f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dm_groupe_etat{
	font-style: italic;
	text-transform:lowercase;
}
.col-5{
	width:20% !important;
	float:left;	
}
.lg_factures{
	border-top: 1px dotted #999;
	padding: 8px 0;
}
.lien_fac{
	border: 1px solid #d6d6d6;
	background-color: #fff;
	float: left;
	margin: 0;
	padding: 0 4px;
	height: 20px;
	line-height: 1.5em;
	color: #2e5fac;
	font-size: 12px;
}
.container-lg_factures{
	margin-top:15px;
}
.align-left{
	text-align: left;	
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;	
}
.fadein{	
  animation-duration: .8s;
  animation-name: fadein;
}
.replace_from_dialog{
	cursor:pointer;
}
.replace_from_dialog:hover{
	background-color: #0F68AA;;
	color: #fff;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.echeance-depassee, .echeance-encours, .etat-ok, .etat-ko{
  display:inline-block;
  border-radius: 50%;
  width:8px;
  height:8px;  
}
.echeance-depassee, .etat-ko{
  background:#ff0000;
}
.echeance-encours, .etat-ok{
  background: #4b930f; 
}
@keyframes fadein {
  from {
    opacity:.2;
  }  
  to {
    opacity:1;
  }
}
.bottom6{
	margin-bottom:6px;
}
.arbo-liste {
	height: 550px;
	overflow-y: scroll;
	border: 1px solid #ccc;
}
.arbo-lg{
	display: flex;
	align-items: center;
}

.arbo-btn-open{
	font-size:16px;
	height:1em;
	width: 1em;
	color:#fff;
	background-color: #888;
	line-height:1em;
	text-align: center;
	border-radius: 50%;
	margin: 0 5px;
}
.arbo-btn-open:hover{
	background-color: #4b930f;
}
.arbo-btn-open::before{
	display:block;
	content: '+';
	cursor:pointer;
}
.arbo-btn-open.opened::before{
	display:block;
	content: '-';
}
.arbo-label.checked{
	background-color:#0033FF;
	color: #fff;
}
.arbo-label{
	border-bottom:1px solid #ccc;
	flex-grow:1;
	border-left: 1px solid #999;
	padding: 5px;
}
.arbo-label input[type="checkbox"]{
	display:none;
}
.arbo-label:not(.checked):hover{
	background-color: #D9EAF6;
}

.arbo-label.arbo-0{
	border-left: 0;
}
.arbo-1{
	margin-left:10px;
}
.arbo-2{
	margin-left:20px;
}
.arbo-3{
	margin-left:30px;
}
.arbo-4{
	margin-left:40px;
}
.arbo-5{
	margin-left:50px;
}
.arbo-6{
	margin-left:60px;
}
.flex{
	display:flex !important;
}
.col-50{
	width: 50%;
}
.document-add{
	display: flex;
	justify-content: center;
	padding: 20px;
}
.file_upload{
	display:none;
}
.file_upload_zone{
	border:1px solid #ccc;
	width: 250px;
	display:flex;
	align-items: center;
	padding: 0 5px;
}
.label_button{
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
	-ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
	user-select: none; /* Propriété standard */
}
.document-lg{
	display: flex;
	justify-content: space-between;
}
.disable_deal input[type=file], 
.disable_deal .bouton_enregistrer, 
.disable_deal .boutons_titre_deal, 
.disable_deal .bouton_dupliquer, 
.disable_deal .bt_ajout_mini, 
.disable_deal .boutons_titre_deal, 
.disable_deal .bt_del_box , 
.disable_deal .document-add , 
.disable_deal .bt-suppr-lot
{
	display:none !important;
}