*
{
	font-family: arial;
    margin : 0;
    padding: 0;
    /*font-size: 13px;*/
}
html, body
{
    height: 100%;
}
body
{
    /* background-color: #F3F3F3; */
    margin          : 0;
    width           : 100%;
	font-size: 13px; 
    line-height: 1;
}
textarea {
	/*font-size:inherit;*/
	font-family:inherit;
	font-size:13px !important
}
a, a:hover, a:visited, a:focus {
    color: rgb(9, 158, 202);
}
a.bt {
    color: black;
    text-decoration: none;
}
a.bt.button_valid {
    color: white;
}

#div_corps
{
    position  :absolute;
    top       :10px;
    bottom    :10px;
    width     :100%;
    overflow-y:auto;
    overflow-x:hidden;
}

.container {
	margin-top    : 10px;
	margin-bottom : 10px;
}
.center
{
    text-align: center !important;
}
.right
{
    text-align: right !important;
}
.left
{
    text-align: left !important;
}
.cursor
{
    cursor:pointer;
}
.iblock
{
    display: inline-block;
}
.valign_top
{
    vertical-align:top;
}
.tabcontent_global {
    position: absolute;
    top: 64px;
    bottom: 38px;
}
.tab_global {
    position       : relative;
    width          : 100%;
    table-layout   : fixed;
    border-collapse: collapse;
    border-spacing : 0px;
    border         : 0px;
    font-family    : arial;
}
.tab_global caption {
    color: #AED6F1;
    font-weight: bold;
    font-style: italic;
    margin-top: 10px;
    padding: 4px 2px;
}
.tabcontent_global .tab_global, .tabcontent_global > div {
    width: 99%;
    left: 0.5%;
    right: 0.5%;
    border-collapse: separate;
}
.tr_pagination {
    height: 40px;
    vertical-align: bottom;
}
.tr_header, .tr_footer {
    color        : white;
    height       : 18px;
    font-size    : 13px;
}
.tr_header_sub td, .tr_header_sub th, .tr_footer td, .tr_footer th {
    padding      : 5px;
    /*
	background-color: #AED6F1 ; 
    color        : black;
	*/
    color        : #4d98dc; /* #477BF6; */
    /*height       : 18px; */
    font-size    : 13px;
	font-weight  : bold;
}
.tr_footer1 td, .tr_footer1 th{
    padding      : 2px;
	font-style:italic;
	font-size:12px;
	color: black !important;
	font-weight: normal !important;
}
  .tr_header_sub > tr:first-child
, .tr_footer > tr:first-child {
	border-top:1px solid black;
}

.tr_header > td, .tr_header > thead > td, .tr_header > th, .tr_header > thead > th {
    padding      : 5px 5px;
	/*
    background-color: #AED6F1;
    border-top   : 1px solid grey;
    border-bottom: 1px solid grey;
	color: black;
	*/
	border: 0 !important;
	background-color: white ;
	color: #4d98dc; /* #477BF6; */
	font-weight: bold;
	/*text-transform: capitalize;*/
}
.tr_header > td:first-letter, .tr_header > thead > td:first-letter, .tr_header > th:first-letter, .tr_header > thead > th:first-letter ,
.bloc_champ > label:first-letter, .bloc_champ label:first-letter, .chronos-label:first-letter, label.form-label:first-letter 
.td_label:first-letter{
    text-transform: uppercase;
}

/*
.tr_header > td:first-child, .tr_header > thead > td:first-child {
    border-left                   : 1px solid silver;
    border-top-left-radius        : 5px;
}
.tr_header > td:last-child, .tr_header > thead > td:last-child {
    border-right                   : 1px solid silver;
    border-top-right-radius        : 5px;
}
.tr_footer > td:first-child, .tr_footer > thead > td:first-child {
    border-left                   : 1px solid silver;
    border-bottom-left-radius     : 5px;
}
.tr_footer > td:last-child, .tr_footer > thead > td:last-child {
    border-right                   : 1px solid silver;
    border-bottom-right-radius     : 5px;
}
*/
.tr_header > td:first-child, .tr_header > thead > td:first-child ,
.tr_footer > td:first-child, .tr_footer > thead > td:first-child {
    /*
	border-left  : 1px solid grey;
	*/
}
.tr_header > td:last-child, .tr_header > thead > td:last-child ,
.tr_footer > td:last-child, .tr_footer > thead > td:last-child {
    /*
	border-right : 1px solid grey;
	*/
}

table.separateur_footer
, tr.separateur_footer{
	border-top:2px solid silver !important;
}
table.separateur_header{
	border-bottom:2px solid silver !important;
}


.tr_filtre {
    background-color: white;
}
.tr_filtre td {
    padding: 1px 2px;
}
.tr_filtre td .select {
    margin-top: 4px;
    width: 93%;
}
.tr_filtre td .input_text {
    height : 20px;
}
.filtre_div_input
{
    background-color: white;
    padding: 1px 2px;
}
.filtre_div_input .select
{
    margin-top: 4px;
    width: 93%;
}
.tr_filtre td .adjust_ref{
    width: 60px;
}
.filtre_div_input .input_text {
    height: 20px;
}

#footer_fiche_detail .bt_add
{
    margin-top:0px;
}
.tab_global td
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.tab_global .ligne_off td, .tab_global .ligne_off_2 td, .tab_global .ligne_on td
{
    border   : 0px;
    padding  : 0px 5px !important;
    font-size: 12px;
}

tr.ligne_regroupement td {
    background-color: silver;
    color: black;
	font-weight: bold;
	padding: 0px 5px !important;
}


legend
{
    font-size: 13px;
    font-family: arial;
    font-weight: bold;
}


.scrollTop {
	cursor:pointer;
	margin-top : 2px;
	opacity : 0.8;
	display:inline-block;
	margin-right: 3px;
	
	
}
.scrollTop:hover {
	opacity :1
}
.scrollTop:after {
	font-family:FontAwesome;
	content:"\f062";
	color :#ffffff;
	
	background-color:#099ECA;
	--border-radius : 5px;
	font-size:2em;
	padding:2px;	
	transition:background .6s, color .6s,opacity .6s;
}
.scrollTop:hover:after{
	color :#ffffff;
	background-color:#AED6F1;
	transition:background .6s, color .6s,opacity .6s;
	
}


.scrollBot {
	cursor:pointer;
	margin-top : 2px;
	opacity : 0.8;
	display:inline-block;
	margin-right: 3px;	
}
.scrollBot:hover {
	opacity :1
}
.scrollBot:after {
	font-family:FontAwesome;
	content:"\f063";
	color :#ffffff;
	
	background-color:#099ECA;
	--border-radius : 5px;
	font-size:2em;
	padding:2px;	
	transition:background .6s, color .6s,opacity .6s;
}
.scrollBot:hover:after{
	color :#ffffff;
	background-color:#005477 !important;
	transition:background .6s, color .6s,opacity .6s;
	
}
/**********************************************
*  gestion des formulaires et fiche detail *
***********************************************/
.fa.clicicone {
    cursor: pointer;
    font-size: 1.7em;
    padding-left: 3px;
    vertical-align: -15%;
}
i.fa-lg {
    line-height: inherit;
}
i.page_precedente {
    position: absolute;
    top:8px;
    left:15px;
    cursor: pointer;
    color: #09AEE3;
}
i.page_precedente:hover {
    transition: color .6s;
    color: #AED6F1;
}

.oblig:after {
    content: ' *';
    color: red;
    vertical-align: super;
    font-size: smaller;
    margin-left: 3px;
    position: absolute;
}
td.oblig:after {
	position: initial !important;
}

.select
{
    height       : 22px !important;
    border       : 0px !important;
    overflow     : hidden;
    margin       : 2px 0;
    margin-bottom: 4px;
    position     : relative;
    display      : block;
    z-index      : 31;
    width        : 98%;
    /*background-color: white;*/
}
.select_multiple {
    border-width: 0 0 1px 0 !important;
    border: 1px solid #ccc;
    background-color: #e0edf7;
    height: 22px;
    position: relative;
    z-index: 5;
    width: 100%;
    padding-top: 2px;
}
.select_multiple  option{
    background-color: #e0edf7;	
}
.select_multiple  option[selected]{
    background-color: #2196f3 ;	
    color: white ;
}
.select img
{
    display: none;
}

.select select
{
    appearance: none;
    -moz-appearance:none;
    -webkit-appearance: none;
    /*
	border: 1px solid silver;
    background-color: #FFF;
	*/
	border-width: 0 0 1px 0 !important;
	border: 1px solid #ccc;
    background-color: #e0edf7;
	
    height: 22px;
    position: relative;
    z-index: 5;
    width: 100%;
    padding-top: 2px;
    padding-right: 25px;
}
.select:before {
    width: 25px;
    right: 0;
    top: 0;
    bottom: 0;
   /* border-radius: 0 3px 3px 0;*/
    content: "";
    position: absolute;
    pointer-events: none;
    border-bottom: 1px solid silver;
    z-index: 10;
    background-color: #e0edf7;
}
.select:after {
    content: "\25BC";
    /*
	font-size: 12px;
	*/
	font-size: 9px;
    line-height: 1;
    right: 6px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    pointer-events: none;
    color: #6f8a9c ;/* #f0f0f0;*/
    z-index: 10;
}
.select select::-ms-expand{
    display: none;
}
select optgroup{
    background-color: silver;
    font-weight:bold;
}
select option{
    background-color: white;
    font-weight:      normal;
}


#onglet_fiche_detail .select:before
{
	/*
    top:0px;
    bottom:4px;
	*/
}
#onglet_fiche_detail .select:after
{
    /*top:11px; */
    top:13px;
}

input[readonly], input[disabled], button[disabled], textarea[readonly]{
   /* 
	background: #ccc;
   border: 1px solid grey !important; 
   */
	background-color: #f1f1f1;
    border-width: 0 0 1px 0 !important;
}

.input_text
{
    margin               : 2px 0;
    border               : 1px solid #CCC;
    border-width         : 0 0 1px 0;
    height               : 18px;
/*   
   -webkit-border-radius: 3px;
    -moz-border-radius   : 3px;
    border-radius        : 3px;
*/
    width                : 95%;
    padding-left         : 5px;
	background-color 	 : #e0edf7;
}

.date_sign_input_text{
    width: 159px !important;
    text-align: center;

}

tr.tr_filtre td .input_text
, tr.tr_filtre td select
, div.filtre_complementaire  .input_text
, div.filtre_complementaire  select
{
	--border-radius: 4px;
}
tr.tr_filtre td .select:before
, div.filtre_complementaire .select:before{
	--border-radius: 0 4px 4px 0;
}

input.input_avec_suffix,
select.input_avec_suffix{
	width: 93%;
	float:left;
}

.td_label
{
    font-weight  : bold;
    font-size    : 13px;
    text-align   : right;
    padding-right: 15px;
    color        : #6f8a9c;
    /*
    text-transform: lowercase;
	text-transform: capitalize;
    */
}

.titre_page_en_cours
{
    /*
	color: #37a9f7 ; #AED6F1;
	*/
    color: #434553 ; 
}
.ligne_on td
{
    background-color: RGB(9,158,202) !important;
    color           : #FFFFFF !important;
}
.ligne_off 
{
    background-color: #FFFFFF !important;
    color           : #000000 !important;
}
.ligne_off_2
{
    background-color: #F3F3F3 !important;
    color           : #000000 !important;
}

/*doit avoir le meme width que .input_text*/
.InputTextButton
{
    margin               : 2px 0;
    width                : 97%;
    border-collapse      : collapse;
    border-spacing       : 0px;
}
table.InputTextButton tr td span
{
    margin          : 0px;
    padding         : 0px;
    overflow        : visible;
    background-color: white;
}
.InputTextButton input[type=text]
{
    margin                           : 0px;
   /*
   border                           : 1px solid silver;
   */
	border-width: 0 0 1px 0 !important;
    /*
	border: 1px solid #f0f0f0;
    -webkit-border-top-left-radius   : 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft       : 3px;
    -moz-border-radius-bottomleft    : 3px;
    border-top-left-radius           : 3px;
    border-bottom-left-radius        : 3px;
	*/
    height                           : 20px;
    width                            : 100%;
    padding                          : 0px;
}
.InputTextButton input[type=button], .InputTextButton button, .minibouton
{
    font-weight                       : bold;
    margin                            : 0px;
    padding                           : 0px 3px;
    height                            : 20px;
    cursor                            : pointer;
    background                        : transparent;
    border                            : 1px solid silver;
    border-width                      : 0 0 1px 0;
    border-left                       : 0px;
}

div input.error,
tr td input.error,
input.error,
select.error{
	border-color:		red !important;
	background-color:	#F78181 !important;
}
div.error{
	border-color:		red !important;
	background-color:	#F78181 !important;
	color:				white;
	border-radius: 		5px;
}
			
			
#onglet_fiche_detail
{
    min-height: 230px;
    max-height: 100%;
    position  : absolute;
    right     : 0.5%;
    left      : 0.5%;
    /*bottom    : 45px; */
	bottom    : 65px;
}
#onglet_fiche_detail > :first-child
{
    border-bottom: 1px solid silver;
}
.td_content_frame
{
    margin          : 0px;
    /*border          : 1.2px solid silver;*/
    width           : 100%;
    border-top      : 0px;
    background-color: white;
    height          : 100%;
    vertical-align  : top;
    padding         : 1px ;
    padding-top     : 0px;
    overflow        : hidden;
    text-align      : center;
}
.td_content_frame > iframe, .td_content_frame > div, .td_content_frame > textarea
{
    width         : 99.8%;
    margin        : 0px;
    padding       : 0px;
    border        : 0px solid silver;
}
.td_content_frame > iframe, .td_content_frame > textarea
{
    height: 100%;
}
.td_content_frame > div
{
    overflow-x: hidden;
    position  : absolute;
    top       : 0px;
    bottom    : 37px;
    left      : 1px;
    right     : 1px;
}



#footer_fiche_detail, .footer_fiche_detail
{
    position      : absolute;
    bottom        : 2px;
    text-align    : center;
    height        : 38px;
    vertical-align: top;
    left          : 0.5%;
    right         : 0.5%;
}

#footer_fiche_detail.flow {
    overflow: visible;
}

#content_detail{
    /*
	box-shadow: 3px 3px 10px silver;
	border               : 1px solid #aed6f16b;
	*/
	box-shadow			 :	none;
	border               : 1px solid silver;
	--border-radius		 : 5px;
    background-color     : white; /* #aed6f11a;*/
}
.content_detail
{
    margin               : 0 0.5%;
    background-color     : white;
    border               : 1px solid silver;
	/*box-shadow: 3px 3px 8px silver;*/
    padding              : 5px 0.5%;
	/*
    -moz-border-radius   : 5px;
    -webkit-border-radius: 5px;
    border-radius        : 5px;
	*/
}
.content_detail.container {
	margin-top    : 10px;
	margin-bottom : 10px;
}
#content_onglet
{
    padding-left : 1.5%;
    overflow-x : auto;
    width:98.5%;
    white-space: nowrap;
    overflow-y: auto;
    z-index: 10;
    position: relative;
}

.onglet
{
    margin                         : 0 2px;
    display                        : inline-block;
    padding                        : 3px 5px;
    text-align                     : center;
    font-size                      : 13px;
    color                          : gray;
	/*
    -webkit-border-top-left-radius : 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft     : 4px;
    -moz-border-radius-topright    : 4px;
    border-top-left-radius         : 4px;
    border-top-right-radius        : 4px;
    background-color               : #FAFAFA;
	*/
	border-radius: 0 4px 0 0;
	background-color: #FcFcFC;
    border                         : 1px solid silver;
	border-width: 1px 1px 0 0;
    cursor                         : pointer;
    font-family                    : arial;
}
.onglet_selected
{
    margin                         : 0 2px;
    display                        : inline-block;
   /*
    padding                        : 3px 10px;
    padding-top                    : 5px;
    background-color               : #AED6F1;
    color                          : white;
	*/
    text-align                     : center;
    font-size                      : 13px;
    color                          : #AED6F1;
    font-weight                    : bold;
    -webkit-border-top-left-radius : 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft     : 4px;
    -moz-border-radius-topright    : 4px;
    border-top-left-radius         : 4px;
    border-top-right-radius        : 4px;
   /* border                         : 1px solid #09394D;*/
    cursor                         : pointer;
    background-color               : white;
}

#content_onglet > :first-child{
	border-left:1px solid silver;	
	border-radius: 4px 4px 0 0;
}

/*-------------------------------------------------------------*/
/* --------------gestion des boutons --------------------------*/
/*-------------------------------------------------------------*/
.bt:after
{	
	display:inline-block;
	margin-left:5px;
	font-size:1.3em;
	transition:transform .6s,color .6s;
	font-family:FontAwesome;
	position:relative;
	top : 1px;
	font-weight: normal;
}
.bt:hover:after {
	transition:transform .6s, color .6s;
}
.bt img
{	display:none;
    height     : 14px;
    margin-left: 5px;
    position   : relative;
    top        : 3px;
}

.bt.txt_orange{
	/*color:orange;*/
	border-color:orange;
}
.bt.txt_red{
	/*color:red;*/
	border-color:red;
}
.bt.txt_green{
	/*color:green;*/
	border-color:green;
}

.bt.txt_blue{
	/*color:blue;*/
	border-color:blue;
}
.bt.fond_blue{
	--color:white !important;
	background-color: #AED6F1;
	border:none;
	border-bottom:2px solid #3F51B5  !important;
}
.bt.fond_blue:after {
	color:white !important;
}
.bt.fond_vert{
    background-color: #00800061 !important;
    border:none;
    border-bottom:2px solid green;
}
.bt.fond_vert:after {
    color:white !important;
}
.bt.fond_orange{
	--color:white !important;
	background-color: #ffa50082;
	border:none;
	border-bottom:2px solid orange;
}
.bt.fond_orange:after {
	color:white !important;
}


/*-------- bouton add -------- */
.bt.add:after {
	content :"\f0fe";
	color : #0D6485;
}
.bt.off:after {
	content :"\f146";
	color : #0D6485;
}
.bt.ban:after {
	content :"\f05e";
	color : #0D6485;
}
.bt.trash:after {
	content :"\f014";
	color : #0D6485;
}
.bt.time:after {
	content :"\f253";
	color : #0D6485;
}
.bt.check:after {
	/*content:url('/images/ico_plus.png');*/
	content :"\f046";
	color : #0D6485;
}
.bt.link:after {
	content :"\f14c";
	color : #0D6485;
}
.bt.search:after {
	content :"\f002";
	color : #0D6485;
}
.bt.refresh:after {
	content :"\f021";
	color : #0D6485;
}
.bt.back:after {
	content :"\f00d";
	color : #0D6485;
}
.bt.lock:after {
	content :"\f023";
	color : #0D6485;
}
.bt.mail:after {
	content :"\f003";
	color : #0D6485;
}
.bt.pile_0:after {		content :"\f244";	color : #0D6485;}
.bt.pile_25:after {		content :"\f243";	color : #0D6485;}
.bt.pile_50:after {		content :"\f242";	color : #0D6485;}
.bt.pile_75:after {		content :"\f241";	color : #0D6485;}
.bt.pile_100:after {	content :"\f240";	color : #0D6485;}
.bt.calendar:after {	content :"\f073";	color : #0D6485;}
.bt.week:after 	{		content :"\f133";	color : #0D6485;}

.bt.unlock:after {
	content :"\f09c";
	color : #0D6485;
}
.bt.unlock-alt:after {
	content :"\f13e";
	color : #0D6485;
}
.bt.play:after {
	content :"\f04b";
	color : #0D6485;
}
.bt.pause:after {
	content :"\f04c";
	color : #0D6485;
}
.bt.save:after {
	content :"\f0c7";
	color : #0D6485;
}
.bt.address:after {
	content :"\f2bc";
	color : #0D6485;
}
.bt.pen:after {
    content :"\f044";
    color : #0D6485;
}
.bt.add:hover:after ,
.bt.add:link:after ,
.bt.check:link:after ,
.bt.search:after ,
.bt.refresh:after ,
.bt.back:after ,
.bt.ban:hover:after ,
.bt.lock:hover:after ,
.bt.time:hover:after ,
.bt.unlock:hover:after ,
.bt.unlock-alt:hover:after ,
.bt.off:hover:after {
	transform:rotate(90deg);
}
.bt.mail:hover:after ,
.bt.save:hover:after ,
.bt.address:hover:after ,
.bt.trash:hover:after {
	transform:rotate(180deg);
}
.bt.play:hover:after ,
.bt.pen:hover:after ,
.bt.pause:hover:after {
	transform:rotate(360deg);
}

.bt.pile_0:hover:after ,
.bt.pile_25:hover:after ,
.bt.pile_50:hover:after ,
.bt.pile_75:hover:after ,
.bt.pile_100:hover:after,
.bt.calendar:hover:after,
.bt.week:hover:after
 {
	transform:rotate(180deg);
}

.bt.add.red:after ,
.bt.link.red:after ,
.bt.check.red:after ,
.bt.search.red:after ,
.bt.refresh.red:after ,
.bt.back.red:after ,
.bt.lock.red:after ,
.bt.time.red:after ,
.bt.mail.red:after ,
.bt.play.red:after ,
.bt.pen.red:after ,
.bt.pause.red:after ,
.bt.save.red:after ,
.bt.address.red:after ,
.bt.unlock.red:after ,
.bt.pile_0.red:after ,
.bt.pile_25.red:after ,
.bt.pile_50.red:after ,
.bt.pile_75.red:after ,
.bt.pile_100.red:after ,
.bt.calendar.red:after ,
.bt.week.red:after ,
.bt.unlock-alt.red:after ,
.bt.ban.red:after ,
.bt.trash.red:after ,
.bt.off.red:after {
	color:red;
}
.bt.add.orange:after ,
.bt.link.orange:after ,
.bt.check.orange:after ,
.bt.search.orange:after ,
.bt.refresh.orange:after ,
.bt.back.orange:after ,
.bt.lock.orange:after ,
.bt.time.orange:after ,
.bt.mail.orange:after ,
.bt.play.orange:after ,
.bt.pen.orange:after ,
.bt.pause.orange:after ,
.bt.save.orange:after ,
.bt.address.orange:after ,
.bt.unlock.orange:after ,
.bt.pile_0.orange:after ,
.bt.pile_25.orange:after ,
.bt.pile_50.orange:after ,
.bt.pile_75.orange:after ,
.bt.pile_100.orange:after ,
.bt.calendar.orange:after ,
.bt.week.orange:after ,
.bt.unlock-alt.orange:after ,
.bt.ban.orange:after ,
.bt.trash.orange:after ,
.bt.off.orange:after {
	color:orange;
}
.bt.add.green:after ,
.bt.link.green:after ,
.bt.check.green:after ,
.bt.search.green:after ,
.bt.refresh.green:after ,
.bt.back.green:after ,
.bt.lock.green:after ,
.bt.time.green:after ,
.bt.mail.green:after ,
.bt.play.green:after ,
.bt.pen.green:after ,
.bt.pause.green:after ,
.bt.save.green:after ,
.bt.address.green:after ,
.bt.pile_0.green:after ,
.bt.pile_25.green:after ,
.bt.pile_50.green:after ,
.bt.pile_75.green:after ,
.bt.pile_100.green:after ,
.bt.calendar.green:after ,
.bt.week.green:after ,
.bt.unlock.green:after ,
.bt.unlock-alt.green:after ,
.bt.ban.green:after ,
.bt.trash.green:after ,
.bt.off.green:after {
	color:green;
}
/* ------- bouton pdf -----*/

.bt.pdf:hover:after {
	transform:scaleX(-1);
}
/* ------- bouton XLS -----*/

.bt.xls:after {
	/*content:url('/images/icones/ico_pdf.gif');*/
	content :"\f1c3";
	color :green;
}
.bt.xls:hover:after {
	transform:scaleX(-1);
}
.bt.xls.blue:after {
	color:#0D6485;
}

/* ----- bt acceder à une autre page -----*/ 

.bt.arrow-right:after {
	content:"\f061";
	color : #4291e3;
}
.bt.arrow-right:hover:after,
.bt.refresh:hover:after {
	transform:rotate(360deg);
}


#div_societe
{
    position      : relative;
    float         : right;
    width         : 320px;
    height        : 20px;
    padding-top   : 8px;
   -- border-radius : 5px;
    border        : 1px solid silver;
    right         : 7%;
    margin        : 15px 0;
    vertical-align: top;
}

#div_societe .select
{
    position: absolute !important;
    right   : 18px;
    width   : 250px !important;
    display : inline-block !important;
    top     : 2.5px !important;
}

.float_left
{
    float:left;
}

.float_right
{
    float:right;
}

.clear
{
    clear:both;
}

/************************
    gestion des popup
************************/
.div_flou
{
    display         : none;
    position        : absolute;
    width           : 100%;
    top             : 0px;
    left            : 0px;
    bottom          : 0px;
    background-color: #000000;
    z-index         : 110;
    filter          : alpha(opacity =60);
    -moz-opacity    : .60;
    opacity         : .60;
}
.popin-content
{
    z-index : 111;
    margin  : 0px auto;
    overflow: hidden;
    position: relative;
}
.popin
{
    display              : none;
    position             : absolute;
    overflow             : hidden;
    z-index              : 112;
 
    
    /*text-align           : center; */
}
.popin.support {
	-moz-box-shadow      : 0px 0px 10px 0px #303030;
    -webkit-box-shadow   : 0px 0px 10px 0px #303030;
    -o-box-shadow        : 0px 0px 10px 0px #303030;
    box-shadow           : 0px 0px 10px 0px #303030;
    filter               :progid:DXImageTransform.Microsoft.Shadow(color=#303030, Direction=135, Strength=10);
    -moz-border-radius   : 5px;
    -webkit-border-radius: 5px;
    border-radius        : 5px;
    background-color     : white;
}

.popin.support .title_support
{
    width                          : 100%;
    background-color               : #AED6F1;
    border-bottom                  : 1px solid silver;
    height                         : 25px;
    padding-top                    : 10px;
    color                          : white;
    text-align                     : center;
    font-size                      : 13px;
    font-weight                    : bold;
    font-family                    : arial;
   
}
.popin.support .title_support img
{
    float   : right;
    position: relative;
    right   : 2%;
    cursor  :pointer;
}
.popin.support .content_support
{
    padding    : 0px 2px;
    padding-top: 1%;
    overflow-y : auto;
    position   : absolute;
    top        : 35px;
    bottom     : 40px;
    overflow-x :hidden;
    text-align : center;
	width:100%;
	box-sizing:border-box;
}
.popin.support .footer_support
{
    clear         : both;
    width         : 100%;
    text-align    : center;
    height        : 32px;
    position      : absolute;
    bottom        : 0px;
    padding-bottom: 5px;
}

/* ----------- pop in de Notifications ------- */

.msgBox.loading
{
    background-color     : #FAFAFA;
    border               : 1px solid silver;
	color                : #303030;
}

.msgBox
{
    color                : white;
    background           : rgba(30, 30, 30, 0.8);
	font-size            : 1.6rem;
}
#msgBox {
    display              :none;
}
.msgBox
{
    z-index              : 10000;
    /*display              : block;*/
    width                : 40%;
    position             : absolute;
    top                  : 30%;
    left                 : 27.5%;
    padding              : 25px 2.5%;
    text-align           : center;
    -moz-box-shadow      : 0px 0px 10px 00px #303030;
    -webkit-box-shadow   : 0px 0px 10px 00px #303030;
    -o-box-shadow        : 0px 0px 10px 00px #303030;
    box-shadow           : 0px 0px 10px 00px #303030;
    filter               : progid:DXImageTransform.Microsoft.Shadow(color=#303030, Direction=134, Strength=6);
    -moz-border-radius   : 5px;
    -webkit-border-radius: 5px;
    border-radius        : 5px;
}
.msgBox img
{
    float: left;
    position: relative;
    left   : 20px;
    height: 25px;
}
.msgBox i
{
    margin-right: 10px;
}
.msgBox ul
{
    text-align : left;
	font-size: 1.1rem;
}
.msgBox ul li{
	padding-top: 5px;
	margin-left : 5px;
}
.msgBox.ok {
	background-color : rgba(30,150,30,0.8);
}
.msgBox.notice {
	background-color : rgba(200,128,00,0.8);
}
.msgBox.ok .icon {
	color:green;	
}
.msgBox.ko {
	background-color : rgba(150,30,30,0.8);
}
.msgBox.ko .icon {
	color:red;
}


fieldset.filtre_complementaire
, div.filtre_complementaire {
    display: inline-block;
    float: right;
    height: 25px;
    margin: 10px 2% 0 0;
    padding: 7px 10px;
    position: relative;
    vertical-align: top;
	/*
    border: 1px solid #dcdcdc;
    border-radius: 5px;
	background-color: #AED6F1;
	*/
	font-size: 13px !important;
	color : #616161 !important;
}


/***********************************
     gestion des listes a filtre
************************************/

.entete_liste
{
    margin               : 10px 3%;
    display              : inline-block;
    padding              : 7px 10px;
    background-color     : white;
    color                : dimgray;
	/*
    -webkit-border-radius: 5px;
    -moz-border-radius   : 5px;
    border-radius        : 5px;
	*/
   /* border               : 1px solid #DCDCDC;*/
    font-size            : 13px;
    font-family          : arial;
    font-weight          : bold;
    white-space          : nowrap;
    max-width            : 68%;
    overflow             : hidden;
    text-overflow        : ellipsis;
    margin-right         : 5px;
    max-width	         : 50%;
}
.entete_liste i.fa-angle-right {
    padding: 0 4px;
    color: black;
    color: dimgray;
}
.entete_liste i.fa-list
{
    padding-right: 8px;
    /*
	color: #37a9f7 ; #AED6F1;
    color: #4d98dc; /* #477BF6; */ 
	*/
    color: #434553 ; 
    vertical-align: bottom;
}
.titre_frame {
    margin : 8px 1% 5px;
    text-transform: lowercase;
    font: bold 14px Arial;
    color: rgb(9, 158, 202);
}
.content_liste
{
    position  : relative;
    display   : block;
    text-align: center;
   /* height:85%;*/
}
.content_bouton
{
    display   : block;
    margin    : 15px auto;
    clear     : both;
    text-align: center;
    width     : 95%;
    position  : relative;
    top       :22px;
}
.content_bouton table
{
    margin : 0 auto;
}
.libelle_filtre_bk
{
    background-color: #abc6e8;
    /*
	color        : white;
	*/
    padding      : 5px 15px;
    height       : 18px;
	/*
    border-top   : 1px solid silver;
    border-bottom: 1px solid silver;
	*/
    /* font-weight  : bold; */
    font-size    : 13px;
}
.left_corner
{
    border-left                   : 1px solid silver;
   -- -webkit-border-top-left-radius: 5px;
   -- -moz-border-radius-topleft    : 5px;
    border-top-left-radius        : 5px;
}
.right_corner
{
    border-right                   : 1px solid silver;
  --  -webkit-border-top-right-radius: 5px;
  --  -moz-border-radius-topright    : 5px;
    border-top-right-radius        : 5px;
}

td.style_liens{
	color:rgb(9, 158, 202);
	text-decoration: underline;
	cursor: pointer;
}

.img_titre
{
    display : inline-block;
}



/****** affichage du total en bas, dans les listes  *****/
div.affichage_total{
    margin-top: 4px;
	width:180px;
	text-align:center;
	/*border:1px solid #42A2EB;*/
	/*border:1px solid #AED6F1;*/
	border:1px solid #4d98dc; /* #477BF6; */
--	border-radius:2px;
	padding:5px;
	/*color: #37a9f7 ; #AED6F1;*/
    color: #4d98dc; /* #477BF6; */ 
	float:right;
}
input.error_input {
    border: 1px solid #a53535;
    color: #a53535;
}

.filtres_header {
    /*background-color: #AED6F1;*/
    /*border: 1px solid silver;*/
    /*border-radius: 10px;*/
    display: inline-block;
    float: right;
    height: 20px;
    margin: 10px 3% 0 0;
    padding: 7px 10px;
    position: relative;
    vertical-align: top;
}
.filtres_header span {
    /*
	color: white;
	*/
	color: #616161;
    display: inline-block;
    font-size: 13px;
    margin-top: 4px;
    margin-right: 10px;
}
.filtres_header .input ,
.filtres_header .select {
    display: inline-block;
    float: right;
    margin: 0 !important;
    width: 180px;
}
div.div_contenu .filtres_header .select {
    display: inline-block;
    float: right;
    margin: 0 !important;
    width: 180px;
}
div.div_contenu .filtres_header .select::before, .bloc_champ .select::before {
    width: 21px;
    bottom: 4.5px;
    top: -0.5px;
}
div.div_contenu .filtres_header .select::after, .bloc_champ .select::after {
    right: 4px;
    top: 47%;
}


body.overflowlock {
    overflow-y: hidden !important;
}
div.iframe_liste {
    position: absolute;
    top: 60px;
    bottom: 0;
}
div.iframe_liste iframe {
    height: 100%;
    width: 100%;
    border: none;
}
/* Tooltips */
.tip-wrap {
    color: #fff;
    width: 250px;
    z-index: 13000;
}
.tip-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #9FD4FF;
    padding: 8px 8px 4px;
    /*background: url(/../images/tooltips/bubble.png) top left; */
	background-color: #000000cf;
}
.tip-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    /*background: url(/../images/tooltips/bubble.png) bottom right; */
	background-color: #000000cf;
}
td.tooltip, 
tr.tooltip td, 
div.tooltip,
.help,
i.fa-info-circle{
	cursor: help;
}

tr.ligne_vide > td {
    border: 0px;
    padding: 0;
    font-size: 13px;
    background-color: #FFF;
    color: #333;
    font-style: italic;
	height: 20px;
}
tr.ligne_donnee, tr.ligne_donnee_light{
	height: 22px;
}
td.colonne_num_facture {
    padding-right: 0px !important;
}
tr.ligne_donnee td
, tr.ligne_donnee_light td
, tr.ligne_donnee_detail td  {
    border   : 0px;
    padding  : 2px 5px;
    font-size: 13px;
}
tr.ligne_donnee_light{
	border-top:1px solid silver;
}
tr.ligne_donnee:nth-child(even):not(.ligne_paire):not(.ligne_impaire) 
, tr.ligne_donnee.ligne_paire{
    /*background-color: #f3f3f3;*/
    background-color: #FFF;
    color           : #333;
}
tr.ligne_donnee:nth-child(odd):not(.ligne_paire):not(.ligne_impaire) 
, tr.ligne_donnee.ligne_impaire{
    background-color: #c0c0c033; 
    color           : #333;
}

/* sous-lignes de détails, avec alternance de couleur*/
tr.ligne_donnee_detail:nth-child(even) {
    background-color: #7db9e88f;
    color           : #333;
}
tr.ligne_donnee_detail:nth-child(odd) {
    background-color: #7db9e847;
    color           : #333;
}

.hover:hover
, table tr.hover:hover td
, table tr.hover:hover td i
, table tr.hover:hover td span
, table tr.hover:hover td input
, table tr.hover:hover div 
, .hover:hover div {
    background-color: hsl(206, 81%, 66%) !important;
    color           : #FFFFFF !important;
}
table tr.hover:hover td.td_total,
table tr.hover:hover th.td_total
{
	color: black !important;
    background-color: hsl(206, 81%, 66%) !important;
}
.lighthover:hover, .lighthover:hover td, .lighthover:hover td > i, .lighthover:hover td > span {
    background-color: #EEE;
}

.hand, tr.hand td
{
    cursor:pointer;
}
.lien {
    text-decoration: underline;
    cursor:pointer;
    color: rgb(9, 158, 202);
}
.lien_simple {
    text-decoration: underline;
    cursor:pointer;
}

.div_onglet_haut .conteneur_tableau_donnees {
    left: 0;
    right: 0;
}
.conteneur_tableau_donnees {
    position: absolute;
    left: 0.5%;
    right: 0.5%;
    padding-right: 17px !important;
}
.conteneur_tableau_donnees.central {
    overflow-y: scroll;
    padding-right: 0;
    padding-right: 0 !important;
}
.tableau_donnees td, .tableau_donnees th {
    font-size: 13px;
}
.tableau_donnees {
   /* border: 1px solid grey; */
    width: 99%;
    margin: 0 auto;
}
.conteneur_tableau_donnees .tableau_donnees {
    width: 100%;
}
.tableau_donnees a {
    color: inherit;
}
.tableau_donnees .ligne_donnee td, 
.tableau_donnees .ligne_donnee_light td, 
.tableau_donnees .ligne_donnee_detail td, 
.tableau_donnees .tr_total td, 
.tableau_donnees .tr_niveau1 td,
.tableau_donnees .tr_niveau2 td,
.tableau_donnees .tr_niveau3 td, 
.tableau_donnees .tr_niveau4 td
.tableau_donnees .tr_niveau5 td {
    padding: 2px 5px;
}
.tableau_donnees .ligne_donnee td, 
.tableau_donnees .ligne_donnee_light td
{
	/*
	color: #7d7d7d ; 
	*/
	line-height: initial;
}

.tableau_donnees .tr_total td{
    color :white;
}
tr.separateur_top td{
	/*
	border-top: 1px black solid !important;
	*/
	border-top: 1px #d4d4d4 solid !important;
}
tr.separateur_top_leger td{
	border-top: 1px silver solid !important;
}
.tr_total td{
    font-weight: bold;
    background-color: #595959;
}
.tableau_donnees .libelle_filtre_bk
{
    font-size: 13px;
    padding: 1px 5px;
    border: 0;
    border-color: white;
}


.div_contenu #onglet_fiche_detail .conteneur_tableau_donnees tr.tr_niveau1 td {
	/*
    border: 1px dotted silver !important;
    border-width: 1px 0 0 0  !important;
    /*background-color: #C0C0C0  !important;*/
    color: white  !important;
}
.div_contenu #onglet_fiche_detail .conteneur_tableau_donnees tr.tr_niveau2 td {
    border: 1px dotted silver !important;
    border-width: 1px 0 0 0  !important;
    background-color: #595959  !important;
    color: white  !important;
}
.div_contenu #onglet_fiche_detail .conteneur_tableau_donnees tr.tr_niveau3 td {
    border: 1px dotted silver !important;
    border-width: 1px 0 0 0  !important;
    background-color: #AED6F1  !important;
    color: white  !important;
}
.div_contenu #onglet_fiche_detail .conteneur_tableau_donnees tr.tr_niveau4 td {
    border: 1px dotted silver !important;
    border-width: 1px 0 0 0  !important;
    background-color: #AED6F1  !important;
    color: white  !important;
}


.tableau_donnees .select {
    margin: 0;
}

/**********************************************
 CSS particulier pour les tableau de reporting
***********************************************/
table.tableau_reporting tr.tr_niveau1,
table.tableau_reporting tr.tr_niveau2{
    background-color: white ; /*#E0E0E0;*/
	font-weight: bold;
}
table.tableau_reporting tr.tr_niveau1{
	height: 28px;
}
table.tableau_reporting tr{
	height: 25px;
}
table.tableau_reporting tr td,
table.tableau_reporting tr th{
	border: 1px solid #d4d4d4 !important;
	padding: 2px 5px;
}
table.tableau_reporting tr.ligne_donnee td:first-child {	
	padding-left: 20px ;
}	

/***********************************************/


.tr_groupe1{
    background-color: white;
	height: 25px;
}
.tr_groupe1 td{
    border: 1px solid silver;
}
.tr_niveau1{
    background-color: #97b4d8 ; /*#E0E0E0;*/
}
.tr_niveau1_total {
    background-color: white ; /*#E0E0E0;*/
}
.tr_niveau2, .tr_niveau2_total {
    background-color: #abc6e8 ; /*#aba7a7;  #595959;*/
}
.tr_niveau3, .tr_niveau3_total {
    background-color: #d2e5fd;
}
.tr_niveau4, .tr_niveau4_total {
    background-color: cornflowerblue;
}
.tr_niveau5, .tr_niveau5_total {
    background-color: #42a2eb;
}
.tr_niveau6, .tr_niveau6_total {
    background-color: white;
	color : hsl(206, 81%, 66%);
}
.tr_niveau7, .tr_niveau7_total {
    background-color: #aed6f11a;
	color : hsl(206, 81%, 66%);
}
.tr_niveau2, .tr_niveau3, .tr_niveau4, .tr_niveau5, .tr_niveau2_total td, .tr_niveau3_total td, .tr_niveau3_total th {
    /*color: white;*/
}
.tr_niveau3 td, .tr_niveau3_total td,
.tr_niveau4 td, .tr_niveau4_total td,
.tr_niveau5 td, .tr_niveau5_total td, 
.tr_niveau6 td, .tr_niveau6_total td 
.tr_niveau7 td, .tr_niveau6_total td {
    font-weight: bold;
    padding: 2px 5px;
}
.tr_niveau1, .tr_niveau2, .tr_niveau3, .tr_niveau4, .tr_niveau2_total {
	/*
	border-top: 1px solid grey;
	*/
}
.tableau_donnees tr td.td_libelle {
    text-align: left;
    border-right: 1px solid #d4d4d4;
}
tr.tr_header td.td_total,
tr.tr_header th.td_total,
tr.tr_footer td.td_total,
.tableau_donnees tr td.td_total {
    background-color: #BBB3 !important;
    border-left: 1px solid #d4d4d4 !important;
}
tr.tr_header td.td_total,
tr.tr_header th.td_total,
tr.tr_footer td.td_total,
tr.tr_header_sub td.td_total,
tr.tr_header_sub th.td_total,
tr.ligne_donnee td.td_total,
.tableau_donnees tr.ligne_donnee td.td_total {
    background-color: #BBB3 !important;
	border-top: 1px solid #d4d4d4;
}
tr.ligne_donnee td.td_total{
    background-color: #BBB3 !important;
    font-weight: bold;
}
.tableau_donnees tr td.td_texte {
    text-align: left;
}
.tableau_donnees tr td.td_date {
    text-align: center;
}
.tableau_donnees tr td.td_fin_colonne, .tableau_donnees tr th.td_fin_colonne,
 tr td.td_fin_colonne, tr th.td_fin_colonne {
    border-right: 1px solid #d4d4d4 !important;
}

.outer {
}

.inner {
/*    overflow-x: scroll;*/    
      overflow-y: visible;
}

.table_header_footer_3_left_fixed_scrolled {
    position: relative;
    border-collapse: collapse;
}

.red {
    background-color: red;
}

.stickyy {
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 3;
}

.fix_1 {
    background-color: inherit;
    opacity: 1;
    position: sticky;
    left: 0;
}
.fix_2 {
    background-color: inherit;
    opacity: 1;
    position: sticky;
    left: 208px;
}
.fix_3 {
    background-color: inherit;
    opacity: 1;
    position: sticky;
    left: 287px;
}

.color_nom {
    background-color: white;
}

.fixed_cout_col {
    width: 200px;
}

.fixed_cout_date_entree {
    width: 50px;
}

.fixed_width_collab_col{
    width: 200px !important;
}
.fixed_width_date_entree_col {
    width: 80px !important;
}
.fixed_width_date_sortie_col {
    width: 80px !important;
}

.date_entree{
    text-align: left;
}

.date_sortie{
    text-align: center;
}


.tr_niveau1 .td_total, .tr_niveau2 .td_total, .tr_niveau1 .td_libelle, .tr_niveau2 .td_libelle, .tr_niveau1_total td, .tr_niveau2_total td {
    font-weight: bold;
    padding: 1px 5px;
}
.tableau_donnees tr.ligne_donnee td.td_total{
	border-top : 0;
	border-left : 0;
}


tr.tr_niveau4 td{
	 font-weight: bold;
}
.tableau_donnees tr td {
    text-align: right;
}

.entete_annee {
    width: 75%;
    margin: 0 auto;
    border-collapse: separate;
}
.entete_annee .td_left {
    border-left : 1px solid silver;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.entete_annee .td_right {
    border-right : 1px solid silver;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.entete_annee .libelle_filtre_bk a {
	/*
    color : silver;
	*/
}
.entete_annee .libelle_filtre_bk a:hover {
  /*
  color : white;
  */
}

div.tiret_nul {
    margin:3px auto;
    width:15px;
    height:5px;
    background-color: #F22E2E;
    border-radius: 2px;
}



.navbouton ul li {
    padding: 3px 12px;
    text-align: left;
}
.navbouton ul li:hover {
    opacity: 0.8;
}
.navbouton ul a {
    color: #fff;
    text-decoration: none;
}
.navbouton ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 100;
    background-color: #AED6F1;
    border: 1px solid #FFF;
    box-shadow: 0 2px 10px 0 #666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    line-height: 1.42857;
    cursor: pointer;
    list-style: none;
    /*border-radius: 4px;*/
    font-weight: normal;
    font-size: 13px;
    min-width: 120px;
    transition: visibility 0s, opacity 0.3s linear;
}
.navbouton:hover ul, .navbouton *:hover {
    visibility: visible;
    opacity: 1;
}
.navbouton span {
    text-align: right;
    padding-left: 10px;
}
.navbouton span:after{
    content:"\f0da";
    font-family: FontAwesome;
    display: inline-block;
}
.navbouton:hover span:after{
    transition:transform .2s;
    transform:rotate(90deg);
}
.navbouton {
    text-align: center;
    white-space: nowrap;
    position: relative;
    overflow: visible;

    background-color: #42a2eb;
    border-color: #245580;
    color: #fff;
    padding: 5px 18px;
    line-height: 1.4;
    cursor: pointer;
    /*border-radius: 4px;*/
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
}
div.upnavbouton  {
	background-color:#b4c8e0 !important;
}
.upnavbouton ul {
    top: inherit;
    left: inherit;
    bottom: 26px;
    right: 0;
}
.upnavbouton:hover span:after{
    transition:transform .2s;
    transform:rotate(270deg);
}

.invisible {
    display: none;
}

.survol_nouvelle_categorie:hover
{
    color:#099ECA;
    cursor:pointer;
}

/* menu_contextuel */
.clicmenu, .clicmenurev {
    cursor: pointer;
}
#menu_contextuel {
    position: fixed;
    background: #E4E4E4;
    width: 200px;
    z-index: 1000;
    border: 1px solid grey;
    border-radius: 3px;
    box-shadow: 2px 3px 4px #444;
    font-size: 13px;
}
#menu_contextuel ul {
    list-style-type: none;
}
#menu_contextuel ul li {
    border-bottom: 1px dotted grey;
    padding: 6px 10px;
    cursor: pointer;
}
#menu_contextuel ul li:hover {
    background-color: #4141FF;
    color: white;
}
#menu_contextuel ul li i {
    padding-right: 8px;
}
#menu_contextuel ul li a {
    text-decoration: none;
    color: inherit;
}

/* Pieces jointes */
.div_attachement {
    position:absolute;
    overflow:hidden;
    width:100px;
    height:52px;
    text-align:center;
}
.div_attachement .fa-times {
    position: absolute;
    top: 0;
    right: 12px;
    cursor: pointer;
    color: red;
}
.div_attachement.selectionnee {
    border: 1px dotted black;
}

/* Bloc d'edition sans table */
.bloc_edition > h2 {
    margin: 10px 10px 12px;
    color: #AED6F1;
}
.bloc_edition > div {
    min-height: 26px;
}
.bloc_edition > div > input, .bloc_edition > div > select {
    height: 22px;
}
.bloc_edition > div > label {
    width: 300px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}
#title_current_page a {
    color: inherit;
    text-decoration: inherit;
}



hr {
    border: 1px dotted silver;
    border-width: 1px 0 0;
    margin: 5px 0;
}

#div_corps .div_contenu {
    min-height: 700px;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.div_contenu .entete_liste {
    border: none;
    margin: 3px 2% 0;
    font-size: 18px;
    padding: 10px 0 0;
    background-color: transparent;
}
.fil_ariane {
    margin: 5px 2% 0;
    padding: 0 0 10px 0;
    font-size: 0.8em;
    font-family: Verdana;
  /*  border-bottom: 1px dotted silver; */
 }
.fil_ariane a {
    color: rgb(9, 158, 202);
}

.grille_separateur {
    width: 100%;
    float: left;
    border-top: 1px dotted silver;
    padding-bottom: 3px;
}
.grille_edition_1, .grille_edition_2,
.grille_edition_3, .grille_edition_4,
.grille_edition_5, .grille_edition_8 {
    padding: 3px 0 0px;
    float: left;
	border-radius: 5px;
}
.grille_edition_1 h3, .grille_edition_2 h3,
.grille_edition_3 h3, .grille_edition_4 h3,
.grille_edition_5 h3, .grille_edition_8 h3 {
    text-align: center;
    font-size: 13px;
    padding: 0 0 2px 0;
    margin: 0;
    float: left;
    width: 100%;
}
.grille_edition_1 .bloc_champ {
    width: 100%;
}
.grille_edition_2 .bloc_champ {
    width: 50%;
}
.grille_edition_3 .bloc_champ {
    width: 33.3%;
}
.grille_edition_4 .bloc_champ {
    width: 25%;
}
.grille_edition_5 .bloc_champ {
    width: 20%;
}
.grille_edition_8 .bloc_champ {
    width: 12.5%;
}

.bloc_champ {
    position: relative;
    float: left;
    min-height: 30px;
}
.bloc_champ label {
    font-weight: bold;
    /*
    text-transform: capitalize;
    */
    color: #6f8a9c; /* #AED6F1;*/
    line-height: 30px;
}
.bloc_champ > label {
    width: 105px;
    text-align: right;
    float: left;
}
.bloc_champ .cutlabel {
    text-align: center;
}
.bloc_champ > div {
    position: absolute;
    z-index: 1;
    left: 120px;
    right: 10px;
    line-height: 30px;
}
.bloc_champ > div > div {
    float: left;
    position: relative;
}
.div_contenu input, .div_contenu textarea,
.bloc_champ input, .bloc_champ textarea {
    width: 100%;
    height: 22px;
    text-indent: 5px;
    padding-left: 0;
    box-sizing: border-box;
    /*
	background-color: #FFFFFF;
	*/
	border:1px solid #ccc;
}
/*
#content_detail .bloc_champ input
, #content_detail .bloc_champ textarea 
, #content_detail .bloc_champ .select select
, #content_detail input.datepicker_input{
	background-color: #FFFFFF;
}
*/
.div_contenu input,
.bloc_champ input {	
	border-width:0 0 1px 0 !important;
}
.div_contenu textarea,
.bloc_champ textarea {	
	border-width:0 0 1px 1px !important;
}
.div_contenu textarea,
.bloc_champ textarea {
    height: 56px;
    resize: none;
}
.div_contenu input.right,
.bloc_champ input.right {
    padding-right: 5px;
}
.div_contenu input.bouton_droit,
.bloc_champ input.bouton_droit {
    padding-right: 28px;
}
.div_contenu input[disabled], .div_contenu input[readonly],
.bloc_champ input[disabled], .bloc_champ input[readonly] {
	/*
    color: #555;
    background-color: #E5E5E5 !important;
    border-color: grey !important;
	*/
    color: #9a8d8d;
    background-color: #f7f7f7; 
}
.div_contenu input[disabled].lien, .div_contenu input[readonly].lien,
.bloc_champ input[disabled].lien, .bloc_champ input[readonly].lien {
    color: rgb(9, 158, 202);
}
.div_contenu input[type=checkbox],
.div_contenu input[type=radio],
.bloc_champ input[type=checkbox],
.bloc_champ input[type=radio] {
    position: relative;
    top: 2px;
    height: inherit;
}
.div_contenu .select,
.bloc_champ .select {
    width: 100%;
    padding: 0;
    height: 26px !important;
    /*background: #FFFFFF;*/
}
.div_contenu .tr_header .select select,
.div_contenu .tr_filtre .select select {
    /*margin-top: 3px;*/
}
.bloc_champ .selectbouton button {
    height: 22px;
    margin-top: -1px;
}
.bloc_champ .selectbouton div {
    right: 22px;
    left: 0;
    position: absolute;
}
input:focus, textarea:focus, .select select:focus {
    border: 1px solid rgb(9, 158, 202); 
}
.div_contenu .select select,
.bloc_champ .select select {
    background-color: #e0edf7;
    padding-right: 22px;
    z-index: 5;
}
.div_contenu .select:before,
.bloc_champ .select:before {
    /*
	width: 21px;
	*/
	width : 0;
    bottom: 1.5px;
    top: 2.5px;
}
.div_contenu table tr td .select:before, 
.bloc_champ table tr td .select:before {
    width: 21px;
    bottom: 4.5px;
    top: -0.5px;
}
.div_contenu .select:after,
.bloc_champ .select:after {
    right: 4px;
    top: 52%;
}
.bloc_champ button, button.bouton_droit {
    position: absolute;
    color:  #6f8a9c;
    border: 1px solid  #ccc;
    background-color: white;
    width: 23px;
    right: 0;
    bottom: 4.5px;
    top: 3.5px;
    cursor: pointer;
	font-weight : bold;
	border-width: 0 0 1px 0;
   /* border-radius: 3px;*/
}

.div_contenu .oblig:after {
    top: -2px;
}

.div_contenu .content_detail {
    border: none;
}

.content_detail.content_onglets {
    border: 1px solid silver !important;
    padding: 0 !important;
    bottom: 45px;
    top: 31px;
    left: 0;
    right: 0;
    position: absolute;
    overflow-y: auto;
    z-index: 9;
}
.content_onglets iframe {
    width: 100%;
    height: 99%;
    border: none;
}


.div_contenu .onglet,
.div_contenu .onglet_selected {
    padding: 8px 19px;
    border-radius: 0 4px 0 0;
    border-color: silver;
    font-size: inherit;
}
.div_contenu .onglet {
    margin: 0;
    border-width: 1px 1px 0 0;
     background-color: white; 
	/*background-color: #FcFcFC ; */
}
.div_contenu .onglet:hover {
    background-color: hsl(0, 0%, 95%);
}
.div_contenu .onglet_selected,
.div_contenu .onglet_selected:hover {
    color: #434553;
    border-width: 1px 1px 0 0;
   /* background-color: #e5e5e5; */
    background-color: #f7fbfe; 
	color:black;
}

.red_state{
    color: red; 
}

#content_onglet {
    /*border-left: 1px solid silver; */
    border-width: 0 0 0 1px;
    margin: 0 0.5%;
    padding: 0;
    width: 99%;
    background-color: transparent ; /* #FFF;*/
    z-index: 10;
}


.bloc_boutons_onglet {
    bottom: 8px;
    height: 36px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 2px 0.5%;
}

.bt {
    margin: 5px 5px 0 0;
    border: 1px solid grey;
    text-transform: inherit;
    background-color: #ffffff;
    padding: 4px 10px;
    font-size: 13px;
    cursor: pointer;
    font-weight: bold;
    transition:background-color .6s, color .6s;
    white-space: nowrap;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}
.bt:hover{
    background-color: hsl(206, 81%, 90%);
    transition:background-color .6s, color .6s;
    
}
.button_valid, .button_cancel,
.button_standard, .button_disabled {
    text-transform : inherit;
    border : 1px solid #245580;
    color: #fff;
    padding: 4px 10px;
    line-height: 1.4;
    font-size: 13px;
}
.bt[disabled] {
    cursor: inherit;
}

.bt.add:hover:after ,
.bt.add:link:after ,
.bt.off:hover:after {
    transform:rotate(90deg);
    background-color: hsl(0, 70%, 92%);
}
.bt.add:hover {
    color: black;
    background-color: hsl(206, 81%, 90%);
}
.bt.pdf:hover {
    color: black;
    background-color: hsl(0, 0%, 92%);
}
.bt:after {   
    color: #42a2eb;
}

.bt.add {
    border-color: #42a2eb;
}
.bt.add:after {
    color : #4291e3;
}
.bt.pdf:after {
    content :"\f1c1";
    color :#e73131;
}

.button_valid {
    background: none;
	/*
    background-color: #AED6F1;
	*/
    background-color: #1d2e43 ; 
    color: #FFFFFF;
    border: none;
    font-weight: bold;
}
.button_cancel {
    background-color: #FFFFFF;
    color: #3C3C3C;
    border: 1px solid #E04C4C;
    font-weight: bold;
}
.button_standard {
    background-color: #FFFFFF;
    color: #222222;
    border: 1px solid grey;
    font-weight: bold;
}
.button_valid:hover {
    background-color: hsl(206, 81%, 45%);
}
.button_cancel:hover {
    color: black;
    background-color: hsl(0, 70%, 92%);
}
.button_standard:hover {
    color: black;
    background-color: hsl(0, 0%, 92%);
}
.navbouton ul {
	/*
    background-color: #42A2EB;
    color: #FFF;
    background-color: #DAEDFF;
	*/
    background-color: #a4bee9;
    color: black;
}
.navbouton ul li:hover, .navbouton li:hover a {
    background-color: hsl(206, 81%, 50%);
    color: #FFF;
}

.button_valid[disabled],
.button_cancel[disabled],
.button_standard[disabled],
.button_valid:hover[disabled],
.button_cancel:hover[disabled],
.button_standard:hover[disabled] {
    color: black;
    background-color: silver;
}



.div_contenu #onglet_fiche_detail {
    left: 0;
    right: 0;
    bottom: 55px;
    min-height: 130px;
}
.div_contenu #onglet_fiche_detail > :first-child {
    border-bottom: none;
}
.div_contenu #footer_fiche_detail {
    height: 42px;
    padding-top: 8px;
   /* border-top: 1px dotted silver;*/
}
.div_contenu .fleches_onglet {
    display: none;
    position: absolute;
    z-index: 50;
    border: 1px solid silver;
    float: left;
    cursor: pointer;
    padding: 6px 0;
    background-color: white;
}
.div_contenu #content_onglet {
    overflow: hidden;
}
label.tooltip {
    cursor: help;
}

body.body_iframe_onglet{
	background-color: white; 
}

.div_contenu #onglet_fiche_detail .conteneur_tableau_donnees {
    left: 0;
    right: 0;
}
.div_contenu #onglet_fiche_detail .conteneur_tableau_donnees,
.div_contenu #onglet_fiche_detail .conteneur_tableau_donnees tr.ligne_donnee td,
.div_contenu #onglet_fiche_detail .conteneur_tableau_donnees tr.ligne_donnee th{
	 /*
  /*  border: 1px dotted silver;*/
  /*  border-width: 0 0 1px 0;*/
    background-color: #42a2eb;
    color: white;
	*/
    border: 1px solid silver;
    border-width: 0 0 1px 0 !important;
    background-color: white;
	color:black;
}
,
 table tr.tr_header_onglet th,
 table tr.tr_header_onglet td {
    font-weight: bold;
 }
 table tr.tr_header_onglet th,
 table tr.tr_header_onglet td {
	padding: 5px 15px;
 }


.div_contenu #onglet_fiche_detail .conteneur_tableau_donnees.central,
.div_contenu #onglet_fiche_detail .conteneur_tableau_donnees.central tr td,
.div_contenu #onglet_fiche_detail .conteneur_tableau_donnees.central tr th {
    border: inherit;
    border-width: inherit;
    background-color: inherit;
    color: inherit;
}
.div_contenu #onglet_fiche_detail .conteneur_tableau_donnees table {
    border: none;
}
.div_contenu .tr_header th, .div_contenu .tr_header td {
   /* color: #AED6F1;
    border-width: 0;
    background-color: transparent; */
   /*
   background-color: #42a2eb;
    color: white;
   */
    font-weight: bold;
	border : 0;
	/*
    border: 1px dotted silver;
    border-width: 0 0 1px 0;
	*/
}
.div_contenu tr.ligne_donnee td 
, .div_contenu tr.ligne_donnee_detail td {
    font-size: 13px;
}
.conteneur_tableau_donnees.entete,
.conteneur_tableau_donnees.entete tr td,
.conteneur_tableau_donnees.entete tr th {
    background-color: #42a2eb;
    color: #fff;
}



/* Barre de progression */
.progress-bar {
    width: 82px;
    height: 3px;
    margin-top: 1px;
    border-radius: 16px;
    box-shadow: inset 0 1px 2px #000, 0 1px 0 #2b2b2b;
    float: right;
    padding: 1px 0 4px 1px;
    overflow: hidden;
}
.contenu-bar {
    height: 7px;
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 3px rgba(0, 0, 0, 0.4), 0 1px 1px #000;
    background: url(../../images/degrade_progressbar.png) repeat-y;
    background-size: 100%;
}


/*STYLE CSS POUR CREER DES LEGENDES*/

  .my-legend .legend-title {
    text-align: left;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 90%;
    }
  .my-legend .legend-scale ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    }
  .my-legend .legend-scale ul li {
    display: block;
    float: left;
    width: 50px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 80%;
    list-style: none;
    }
  .my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 15px;
    width: 50px;
    }
  .my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
    }
  .my-legend a {
    color: #777;
    }
	
/* specifique footer */
#div_footer_astreinte {
	/*
	position: absolute;
	bottom: 30px;
	left: 20%;
	right: 20%;
	padding: 15px;	 
	*/
	margin: auto;
	border: 2px solid #FF0000;
	background-color: #FFFFFF;
	color: #FF0000;
	font-size: 14px;
	text-align: center;
	width:540px;	
}
#div_footer_astreinte div {
	background-color: #FFFF00;
	/* padding: 5px;	 */
	border: 1px solid #FFD800;
	white-space: nowrap;
	padding:2px
}

div.bloc_help_cloture{
	position: absolute;
    right: 324px;
    top: 7px;
    text-align: center;
    height: 23px;
    width: 150px;
	margin: 0 0.5%;
	color: white;
    background-color:hsl(206, 81%, 66%) ; /*white;*/
    border: 3px solid silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0.5%;
}

/* ********************
Mise en vant d'alertes
*********************** */
tr.selectionnee td ,
tr td.selectionnee {
	background-color: #42a2eb;
	opacity : 0.5;
	color: white !important;
}
tr.alerte_retard_urgent td ,
tr td.alerte_retard_urgent {
	background-color: #ff00004d;
	/* opacity : 0.5;*/
}
tr.alerte_retard td ,
tr td.alerte_retard {
	background-color: #FFA07A;
	opacity : 0.5;
}
tr.alerte_ligne_maj td ,
tr td.alerte_ligne_maj {
	background-color: #0eda7c8c;
	opacity : 0.5;
}

.hide_scrollbar::-webkit-scrollbar {
    display: none;
}

.hide_scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none; 
}


.bloc_filtre_date table tr td.td_label{
	color: #616161;
	margin-right: 4px;
	font-size: 13px;
	font-weight:normal;
}


/* ********************
Mise en vant d'alertes
*********************** */
table tr td.teletravail,
div.teletravail {
	background:repeating-linear-gradient(
		-45deg, 
		transparent, 
		transparent 10px, 
		#ccaaff 15px, 
		#ccaaff 14px 
	);
	border-color: #purple;
}
table tr td.travail_nomade,
div.travail_nomade {
	background:repeating-linear-gradient(
		-45deg, 
		transparent, 
		transparent 10px, 
		#f6ba52 15px, 
		#f6ba52 14px 
	);
	border-color: #f6ba52;
}
fieldset{
	border: none;
}
table tr td.highlight {
	color: black !important;
	border: 3px solid red !important;
	background-color: yellow !important;
}

table.table_paging tr td{
	font-size:13px;
	text-align:center;
	overflow:hidden;
	color:#a7a7a7 ;
}
table.table_paging tr td > i{
	font-size:21px;
}

input.datepicker_input{
	background-color: #e0edf7 ;
}


/************
	gros BTN vert pour action
*************/
.btn_valider_tps .btn-primary, 
.btn_valider_tps .btn-success, 
.btn_valider_tps .btn-warning, 
.btn_valider_tps .btn-danger, 
.btn_valider_tps .btn-info {
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.btn_valider_tps .btn-danger {
	color: #fff;
	background-color: #157254;
	border-color: #0f543e;
	transition: background .4s, color .4s,opacity .4s;
}
.btn_valider_tps .btn {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	white-space: nowrap;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn_valider_tps a {
	color: #21b384;
	text-decoration: none;
}
.btn_valider_tps a:hover, 
.btn_valider_tps a:focus {
	color: white;
	/*color: #198764 !important;*/
	text-decoration: none;
	transition: background .4s, color .4s,opacity .4s;
	background-color: #15725466;
	border-color: #0f543e !important;
}
.btn_valider_tps a:active, a:hover {
	outline: 0;
}
.btn_valider_tps {
	float:left;
	margin-right:15px;
}
.btn_valider_tps .fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -6%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

i.fa-hand-paper-o{
	cursor:pointer;
}
table tr td.mise_en_avant_prod,
.mise_en_avant_prod {
    color: red ! important;
    background-color: yellow ! important;
    border: 3px solid red !important;
}




tr.tr_hover.tr_niveau1 td,
tr.tr_hover.tr_niveau2 td,
tr.tr_hover.tr_niveau3 td,
tr.tr_hover td.td_total,
tr.tr_hover td.case_data,
tr.tr_hover.ligne_donnee  td.td_total,
tr.tr_hover.ligne_donnee  td.case_data,
tr.tr_hover td{
	color :#ffffff !important;
	background-color:#AED6F1 !important;
	transition:background .1s, color .2s,opacity .1s;
}

.image-clignote  {
   animation-duration: .8s;
   animation-name: clignoter;
   animation-iteration-count: infinite;
   transition: none;
}
@keyframes clignoter {
  0%   { opacity:1; }
  40%   {opacity:0; }
  100% { opacity:1; }
}


/******************
Icones boutons raccourcis pour graphiques/listes
*******************/
.bloc_bouton_affichage {
	display: inline-block;
	float: right;
	height: 20px;
	margin: 6px 1% 0 0;
	padding: 0 10px;
	position: relative;
	vertical-align: top;
}

/******
cas d'une balise < a > ou < i >
******/
a.bt_lien_demande, 
i.bt_lien_demande{
	color:#706f6f;
    text-decoration: auto;
    background-color: white;
}
a.bt_lien_demande:visited{
	color:#706f6f;	
}
a.fa-selected, 
i.fa-selected{
	color: #4d98dc !important ;
}
/*******************
*******************/

/*********************
Nouvelles couleur de menu du 28/10/2022
************************/
div.libelle_filtre_bk  {
	color: #42a2eb !important;
    margin-top: 10px !important;
    padding-top: 8px !important;
}

.ss_title{	
	color: #42a2eb !important;
}

body, 
body #div_corps, 
h1{
	background-color: rgb(247, 248, 252) !important;
}

.bloc_champ label,
span.td_label ,
td.td_label {
    color: #00000082 !important;
}

#content_menu_bot,
#footer {
    background-color: #42a2eb;
}


div.bloc_menu_espace, 
div.bloc_sous_menus_name, 
div.bloc_sous_menus{
	background-color: #F6F6FF !important;
}

.fa-bell.alertes_actives{
	color: orange;
	/*transform-origin: top;
	animation: ring_bell 1s infinite;*/
}
.fa-bell.alertes_actives.alerte_critique{
	color: ##fb0000 !important;	
}
@keyframes ring_bell{
	0%  { rotate: 0deg;   }
	10% { rotate: 15deg;  }
	30% { rotate: -15deg; }
	45% { rotate: 8deg;   }
	55% { rotate: -8deg;  }
	58% { rotate: 3deg;   }
	62% { rotate: -3deg;  }
	65% { rotate: 0deg;   }
}
.puce_nombre {
    position: absolute;
    background-color: red;
    border-radius: 50%;
    color: white;
    font-size: 0.6em;
    width: 13px;
    height: 7px;
    padding: 3px 2px;
    top: 3px;
    left: 8px;
    text-align: center;
}
/***********/
