*
{
	font-family: arial;
    margin : 0;
    padding: 0;
    /*font-size: 12px;*/
}
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;
}
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: #005477;
    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_header_sub, .tr_footer {
    color        : white;
    height       : 18px;
    font-size    : 14px;
}
.tr_header_sub td, .tr_header_sub th, .tr_footer td, .tr_footer th {
    padding      : 5px;
    background-color: #005477;
}
.tr_header > td, .tr_header > thead > td, .tr_header > th, .tr_header > thead > th {
    padding      : 5px 15px;
    background-color: #005477;
    border-top   : 1px solid grey;
    border-bottom: 1px solid grey;
}
/*
.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;
}


.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%;
}
.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: 11px;
}

tr.ligne_regroupement td {
    background-color: silver;
    color: black;
	font-weight: bold;
	padding: 0px 5px !important;
}


legend
{
    font-size: 12px;
    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:#005477;
	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: #005477;
}

.oblig:after {
    content: ' *';
    color: red;
    vertical-align: super;
    font-size: smaller;
    position: absolute;
    margin-left: 3px;
}

.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 img
{
    display: none;
}

.select select
{
    appearance: none;
    -moz-appearance:none;
    -webkit-appearance: none;
    border: 1px solid silver;
    background-color: #FFF;
    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: 1px solid silver;
    z-index: 10;
    background-color: white;
}
.select:after {
    content: "\25BC";
    font-size: 14px;
    line-height: 1;
    right: 6px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    pointer-events: none;
    color: grey;
    z-index: 10;
}
.select select::-ms-expand{
    display: none;
}
#onglet_fiche_detail .select:before
{
    top:0px;
    bottom:4px;
}
#onglet_fiche_detail .select:after
{
    top:11px;
}

input[readonly], input[disabled], button[disabled]{
	background: #ccc;
}

.input_text
{
    margin               : 2px 0;
    border               : 1px solid silver;
    height               : 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius   : 3px;
    border-radius        : 3px;
    width                : 95%;
    padding-left         : 5px;
}

input.input_avec_suffix,
select.input_avec_suffix{
	width: 93%;
	float:left;
}

.td_label
{
    font-weight  : bold;
    font-size    : 12px;
    text-align   : right;
    padding-right: 15px;
    color        : #005477;
    text-transform: lowercase;
}

.titre_page_en_cours
{
    color: #005477;
}
.ligne_on td
{
    background-color: RGB(9,158,202) !important;
    color           : #FFFFFF !important;
}
.ligne_off 
{
    background-color: #FFFFFF;
    color           : #000000;
}
.ligne_off_2
{
    background-color: #F3F3F3;
    color           : #000000;
}

/*doit avoir le meme width que .input_text*/
.InputTextButton
{
    margin               : 2px 0;
    width                : 97%;
    border-collapse      : collapse;
    border-spacing       : 0px;
}
table.InputTextButton tr td
{
    margin          : 0px;
    padding         : 0px;
    overflow        : visible;
    background-color: white;
}
.InputTextButton input[type=text]
{
    margin                           : 0px;
    border                           : 1px solid silver;
    height                           : 20px;
    width                            : 100%;
    padding                          : 0px;
    -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;
}
.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-left                       : 0px;
    -webkit-border-top-right-radius   : 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright       : 3px;
    -moz-border-radius-bottomright    : 3px;
    border-top-right-radius           : 3px;
    border-bottom-right-radius        : 3px;
}

input.error{
	border-color:		red;
	background-color:	#F78181;
}
div.error{
	border-color:		red;
	background-color:	#F78181;
	color:				white;
	border-radius: 		5px;
}
			
			
#onglet_fiche_detail
{
    min-height: 230px;
    max-height: 100%;
    position  : absolute;
    right     : 0.5%;
    left      : 0.5%;
    bottom    : 45px;
}
#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
{
    margin               : 0 0.5%;
    background-color     : white;
    border               : 1px solid silver;
    -moz-border-radius   : 5px;
    -webkit-border-radius: 5px;
    border-radius        : 5px;
    padding              : 5px 0.5%;
}
.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 10px;
    text-align                     : center;
    font-size                      : 12px;
    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                         : 1px solid silver;
    cursor                         : pointer;
    font-family                    : arial;
}
.onglet_selected
{
    margin                         : 0 2px;
    display                        : inline-block;
    padding                        : 3px 10px;
    padding-top                    : 5px;
    text-align                     : center;
    font-size                      : 12px;
    color                          : white;
    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                     : #005477;
}

/*-------------------------------------------------------------*/
/* --------------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;
}


/*-------- 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.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.unlock:after {
	content :"\f09c";
	color : #0D6485;
}
.bt.unlock-alt:after {
	content :"\f13e";
	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.unlock:hover:after ,
.bt.unlock-alt:hover:after ,
.bt.off:hover:after {
	transform:rotate(90deg);
}
.bt.trash: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.unlock.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.unlock.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.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 : 10px;
    border        : 1.5px 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               : #005477;
    border-bottom                  : 1px solid silver;
    height                         : 25px;
    padding-top                    : 10px;
    color                          : white;
    text-align                     : center;
    font-size                      : 15px;
    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     : 33px;
    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.3rem;
}
#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;
}


/***********************************
     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            : 14px;
    font-family          : arial;
    font-weight          : bold;
    white-space          : nowrap;
    max-width            : 68%;
    overflow             : hidden;
    text-overflow        : ellipsis;
    margin-right         : 5px;
}
.entete_liste i.fa-angle-right {
    padding: 0 4px;
    color: black;
    color: dimgray;
}
.entete_liste i.fa-list
{
    padding-right: 8px;
    color: #005477;
    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: #005477;
    color        : white;
    padding      : 5px 15px;
    height       : 18px;
    border-top   : 1px solid silver;
    border-bottom: 1px solid silver;
    /* font-weight  : bold; */
    font-size    : 14px;
}
.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-radius:2px;
	padding:5px;
	color:#005477;
	float:right;
}
input.error_input {
    border: 1px solid #a53535;
    color: #a53535;
}

.filtres_header {
    background-color: #005477;
    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;
    display: inline-block;
    font-size: 14px;
    margin-top: 2px;
    margin-right: 10px;
}
.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: 200px;
    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;
}
.tip-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(/../images/tooltips/bubble.png) bottom right;
}
td.tooltip, 
tr.tooltip td, 
div.tooltip,
.help,
i.fa-info-circle{
	cursor: help;
}

tr.ligne_vide > td {
    border: 0px;
    padding: 1px 5px;
    font-size: 12px;
    background-color: #FFF;
    color: #333;
    font-style: italic;
}
tr.ligne_donnee td {
    border   : 0px;
    padding  : 2px 5px;
    font-size: 12px;
}
tr.ligne_donnee:nth-child(even) {
    background-color: #f3f3f3;
    color           : #333;
}
tr.ligne_donnee:nth-child(odd) {
    background-color: #FFF;
    color           : #333;
}
.hover:hover, .hover:hover td, .hover:hover td > i, .hover:hover td > span {
    background-color: hsl(206, 81%, 66%) !important;
    color           : #FFFFFF !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);
}

.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: 12px;
}
.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 .tr_total td, 
.tableau_donnees .tr_niveau1 td,
.tableau_donnees .tr_niveau2 td, 
.tableau_donnees .tr_niveau3 td {
    padding: 2px 5px;
}
.tableau_donnees .tr_total td{
    color :white;
}
tr.separateur_top td{
	border-top: 1px black solid !important;
}
.tr_total td{
    font-weight: bold;
    background-color: #595959;
}
.tableau_donnees .libelle_filtre_bk
{
    font-size: 12px;
    padding: 1px 5px;
    border: 0;
    border-color: white;
}

.tableau_donnees .select {
    margin: 0;
}

.tr_niveau1, .tr_niveau1_total {
    background-color: #C0C0C0;
}
.tr_niveau2, .tr_niveau2_total {
    background-color: #595959;
}
.tr_niveau3, .tr_niveau3_total {
    background-color: #005477;
}
.tr_niveau2, .tr_niveau3, .tr_niveau2_total td, .tr_niveau3_total td, .tr_niveau3_total th {
    color: white;
}
.tr_niveau3 td, .tr_niveau3_total td {
    font-weight: bold;
    padding: 2px 5px;
}
.tr_niveau1, .tr_niveau2, .tr_niveau3, .tr_niveau2_total {
    border-top: 1px solid grey;
}
.tableau_donnees tr td.td_libelle {
    text-align: left;
    border-right: 1px solid grey;
}
.tableau_donnees tr td.td_total {
    border-left: 1px solid grey;
}
.tableau_donnees tr.ligne_donnee td.td_total {
    background-color: #C0C0C0;
	border-top: 1px solid grey;
}
.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 {
    border-right: 1px solid grey;
}
.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;
}
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: #005477;
    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: 12px;
    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: 14px;
    display: inline-block;
}
.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: 12px;
}
#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: #005477;
}
.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: 730px;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.div_contenu .entete_liste {
    border: none;
    margin: 3px 2% 0;
    font-size: 22px;
    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: #005477;
}

.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 {
    padding: 3px 0 6px;
    float: left;
}
.grille_edition_1 h3, .grille_edition_2 h3,
.grille_edition_3 h3, .grille_edition_4 h3,
.grille_edition_5 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%;
}

.bloc_champ {
    position: relative;
    float: left;
    min-height: 30px;
}
.bloc_champ label {
    font-weight: bold;
    text-transform: lowercase;
    color: #005477;
    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;
}
.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;
}
.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: #FFFFFF;
    padding-right: 22px;
    z-index: 5;
}
.div_contenu .select:before,
.bloc_champ .select:before {
    width: 21px;
    bottom: 1.5px;
    top: 2.5px;
}
.div_contenu .select:after,
.bloc_champ .select:after {
    right: 4px;
    top: 52%;
}
.bloc_champ button, button.bouton_droit {
    position: absolute;
    border: 1px solid silver;
    background-color: white;
    width: 23px;
    right: 0;
    bottom: 4.5px;
    top: 3.5px;
    cursor: pointer;
    border-radius: 3px;
}

.div_contenu .oblig:after {
    top: -2px;
}

.div_contenu .content_detail {
    border: none;
}

.content_detail.content_onglets {
    border-top: 1px solid silver;
    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;
}
.div_contenu .onglet:hover {
    background-color: hsl(0, 0%, 95%);
}
.div_contenu .onglet_selected,
.div_contenu .onglet_selected:hover {
    color: #005477;
    border-width: 1px 1px 0 0;
    background-color: #e5e5e5;
}

#content_onglet {
    border-left: 1px solid silver;
    border-width: 0 0 0 1px;
    margin: 0 0.5%;
    padding: 0;
    width: 99%;
    background-color: #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: 12px;
    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: #428EEB;
    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;
}
.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;
}

.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 td,
.div_contenu #onglet_fiche_detail .conteneur_tableau_donnees tr th {
    border: 1px dotted silver;
    border-width: 0 0 1px 0;
    background-color: #42a2eb;
    font-weight: bold;
    color: white;
}
.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;
    font-weight: inherit;
}
.div_contenu #onglet_fiche_detail .conteneur_tableau_donnees table {
    border: none;
}
.div_contenu .tr_header th, .div_contenu .tr_header td {
    color: #005477;
    border-width: 0;
    background-color: transparent;
}
.div_contenu tr.ligne_donnee 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;
    }