@import "//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic";
@import "/css/font-awesome.min.css";

/*************INTERFACE V7*************/
body {
	text-rendering: optimizelegibility;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	color: rgba(0, 0, 0, 0.7);/*text*/
}
 
TD{
	text-rendering: optimizelegibility;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	empty-cells: show;
}

FORM{
	margin:0;
	padding:0;
}

A:link, A:active, A:visited  {color: #428bca;text-decoration:none;transition: all 0.2s ease-out 0s;}
A:hover {color:#2a6496;text-decoration:none;transition: all 0s ease-out 0s;}

/************************************/
/*************boutons*************/
button {
	-moz-user-select: none;
	text-rendering: optimizelegibility;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
	text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;

    color: #ffffff;
    background-image: none;
    /*background-color: #3194d6;*/
    /*border: 1px solid #256fa0;*/
    border-radius: 4px;

    margin:0;
    padding: 5px 10px;

	position: relative;	
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
	transition: all 0.2s ease-out 0s;
}

button:disabled:hover, button:disabled{
	border: 1px solid #cbcbcb;
	background-color:#dedede;
	color: #a0a0a0;
}

button:hover, button:active{
	/*background-color:#519fd4;*/
}

button:active{
	top: 1px;
}

button:focus {outline:0;}

.fa {
	font-size: 14px;
	margin-right: 5px;
}

button.small{
	padding: 5px 2px;
	font-size: 12px;
	line-height: 10px;
	height: 27px;
}

button:focus, button.rouge:focus, button.vert:focus, button.gris:focus, button.blanc:focus{
	outline-color: none;
	border-color: none;
}

button.rouge{
	background-color: #f26767;
	border-color:#c73636;
}

button.rouge:hover, button.rouge:active{
	background-color:#ff7d7d;
}

button.vert{
	background-color: #4ea95f;
	border-color:#498a55;
}

button.vert:hover, button.vert:active{
	background-color:#58bf6c;
}

button.gris{
	background-color: #dfdfdf;
	border-color:#989898;
	color: rgba(0, 0, 0, 0.7);
}

button.gris:hover, button.gris:active{
	background-color:#eeeeee;
}

button.blanc{
	background-color: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color:rgba(0, 0, 0, 0.6);
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}

button.blanc:hover, button.blanc:active{
	color:rgba(0, 0, 0, 0.8);
	background-color:#FFFFFF;
}

button.blanc_active{
	/*background-color: #fafafa;*/
	border: 1px solid rgba(0, 0, 0, 0.2);
	color:rgba(0, 0, 0, 0.6);
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	cursor:default;
}

button.blanc_active:hover, button.blanc_active:active{
	
}
/*************boutons*************/
/************************************/



/************************************/
/*************Input *************/
input{
	transition: all 0.2s ease-out 0s;
	font-family: 'Open Sans', sans-serif;
}

input[type="submit"] {
	display: inline-block;
	position: relative;	
	height: 24px;
	padding: 0px 15px 1px;
	margin: 0px 10px 0px 0px; /* ne pas changer les marges des boutons */
	
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF rgba(241, 241, 241, 1) rgba(241, 241, 241, 1);
	border-radius: 4px;
	
	font-size : 14px;
	color: #242424;
	text-decoration: none;

	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
}

textarea[class=""],textarea:not([class]){
	width:100%;
	font-size: 14px;
	padding: 10px;
	border:1px solid #CDCDCD;
	background-color: white;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	border-radius : 4px;
	color: rgba(0, 0, 0, 0.7);
	font-family: 'Open Sans', sans-serif;
	transition: all 0.2s ease-out 0s;
	font-family: 'Open Sans', sans-serif;
 }
 
 select {
	font-size: 14px;
	color: Black;
	margin: 2px;
	padding: 2px;
	border:1px solid #CDCDCD;
	background-color: white;
	box-sizing: border-box;
	border-radius : 4px;
	height: 30px;
	color: rgba(0, 0, 0, 0.7);
	transition: all 0.2s ease-out 0s;
	font-family: 'Open Sans', sans-serif;
 }
 
input:not([type="checkbox"]), input:not([type="radio"]), input:not([type="search"]){
	font-size: 14px;
	border:1px solid #CDCDCD;
	background-color: white;
	box-sizing: border-box;
	border-radius : 4px;
	color: rgba(0, 0, 0, 0.7);
	transition: all 0.2s ease-out 0s;
}

/* gestion de la couleur du texte par defaut pour chrome et ff (non géré sur ie)*/
input::-moz-placeholder {
	color:#A9A9A9; 
}

input::-webkit-input-placeholder {
	color: #A9A9A9;
}

button::-moz-focus-inner{
    border:0;
}

/* focus des champs input et textarea*/
input:focus,input:required:valid:focus, textarea:focus, select:focus{
	border-color: rgba(0, 0, 0, 0.4);
	color: rgba(0, 0, 0, 0.9) !important;
	outline: none;
 }
 
/*supprime tous les focus de tout
* {outline: none;}
*/
 
/* html5 champ requi et validation de champs */
input:required:invalid, input:focus:invalid {
	border-color: rgba(0, 0, 0, 0.4);
	color: rgba(0, 0, 0, 0.9) !important;
}

input:required:valid {
 border:1px solid #CDCDCD;
}

input[type="checkbox"], input[type="radio"] {
	position: relative;
	top: 1px;
	xmargin-left: 0;
	xmargin-right: 0;
	border:1px solid #CDCDCD;
	transition: all 0.2s ease-out 0s;
}

/* definition des input spéciaux par type */
input[type="text"]{
	font-size : 15px;
	height: 30px;
	padding:0px 0px 0px 6px;
	color: rgba(0, 0, 0, 0.7);
	font-family: 'Open Sans', sans-serif;
}

input[type="number"]{
	width:70px;
	font-family: 'Open Sans', sans-serif;
}

input[type="search"]{
	width:200px;
	font-family: 'Open Sans', sans-serif;
}

input.input-big{
	width:325px;
}

input.multi{
	background-image: url(../images/interface/input-multi.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right:26px;
}

input.autocomplete{
	background-image: url(../images/interface/input-multi.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right:26px;
}

input.category{
	background-image: url(../images/interface/input-multi.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right:26px;
	margin-top: 10px;
}

input.date{
	width:110px;
	background-image: url(../images/interface/input-date.png);
	background-repeat: no-repeat;
	background-position: right;
}


/*--Autocomplete--*/
div.autocomplete {
  position:absolute;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  z-index:999;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
div.autocomplete ul li.selected { background-color: #3399FF ;color: White;}


img.switch{
vertical-align: middle;
}

input.input-login{
	width:295px;
	font-size : 16px;
	height: 35px;
	padding:0px 0px 0px 4px;
	margin:0px 0px 15px 0px;
	transition: all 0.2s ease-out 0s;
}

.login-splash{
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid rgba(0, 0, 0, 0.5);
	width:300px;
	xheight:360px;
	margin:auto;
	position: absolute;
	xtop:0;
	xbottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	top: 50%;
	transform: translateY(-50%);
}

/* Input red */
.INPUT-red {
	background: #FFDADA !important;
	border: 1px solid #C73636 !important;
}

/* Input green */
.INPUT-green {
	background: #D9FFD9 !important;
	border: 1px solid #498A55 !important;
}

/*************Input*************/
/************************************/



/************************************/
/*************Menu top*************/
.ui_menu-top {
	height:69px;
    position:absolute;
	top:0;
	left:271px;
	font-size : 13px;
	text-rendering: optimizelegibility;
	font-family: 'Open Sans', sans-serif;
}

ul#ui_menu-top, ul#ui_menu-top ul{
	margin:0;
	list-style:none;
	padding:0;
	background-color:none;
	border-width:0;
	border-style:solid;
}

ul#ui_menu-top ul{
	visibility:hidden;
	opacity:0;
	position:absolute;
	left:0;
	top:70px;
	padding:0;
	background-color:#ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);

	transition: all 0.15s ease-in-out 0s;
}

ul#ui_menu-top li:hover>ul{
	visibility:visible;
	opacity:1;
}

ul#ui_menu-top li{
	position:relative;
	display:block;
	white-space:nowrap;
	font-size:0;
	float:left;
}

ul#ui_menu-top li:hover{
	z-index:1;
}

ul#ui_menu-top ul ul{
	position:absolute;
	left:100%;
	top:0;
}

ul#ui_menu-top{
	font-size:0;
	z-index:50;
	position:relative;
	display:inline-block;
	zoom:1;padding:0;
	*display:inline;
}

* html ul#ui_menu-top li a{
	display:inline-block;
}

ul#ui_menu-top>li{
	margin:0;
	height:69px;
}

ul#ui_menu-top a:active, ul#ui_menu-top a:focus{
	outline-style:none;
}

ul#ui_menu-top a{
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	font-size:13px;
	cursor:pointer;
	padding:10px 20px 0 20px;
	background-repeat:repeat;
	border-width:0px;
	border-style:none;
	color:white;
	opacity: 0.9;
	height:29px !important;
}

ul#ui_menu-top ul li{
	float:none;
	margin:0;
	height:38px;
}

ul#ui_menu-top ul a{
	text-align:left;
	padding:10px 20px 0 20px;
	background-color:#ffffff;
	border-top:1px solid rgba(0,0,0,.1);
	font-size:13px;
	color:rgba(0,0,0,.7);/*text*/
	opacity: 1;
	text-decoration:none;
	
	transition: all 0.08s ease-in-out 0s;
}

ul#ui_menu-top li:hover>a, ul#ui_menu-top li a.pressed{
	border-style:none;
	color:#ffffff;
	text-decoration:none;
}

ul#ui_menu-top ul li:hover>a, ul#ui_menu-top ul li a.pressed{
	/*background-color: rgba(49,148,214,1);*/
	color:#ffffff;
	border-top:1px solid rgba(0,0,0,.1);
	opacity: 1;
	text-decoration:none;
}

ul#ui_menu-top li.topmenu>a{
	border-right:1px solid rgba(255,255,255,.3);
	cursor:default;
	display:block;
	padding:10px 20px 31px;
	text-align:center;

	min-width:80px;
}

ul#ui_menu-top li.topmenu:hover>a, ul#ui_menu-top li.topmenu a.pressed{
	/*background-color:#3194d6;*/
	opacity: 1;
	height:38px;
}


ul#ui_menu-top li.topmenu.active>a{
	/*background-color:#3194d6;*/
	opacity: 1;
	height:38px;
}

ul#ui_menu-top > li.topmenu > ul > li.active>a{
	font-weight:bold;
}

ul#ui_menu-top li.sublast>a{
	border-width:0px;
}

ul#ui_menu-top li.topmenu img{
	border:none;
	vertical-align:middle;
	margin-right:14px;
	margin-bottom: 2px;
	width:20px;
	height:20px;
	
display:block;margin:auto auto 3px;width:35px;height:35px;	
opacity:.8;
}

ul#ui_menu-top li.topmenu .count {
    opacity: 0.7;
    position: absolute;
    right: 10px;
    top: 3px;
}

ul#ui_menu-top li.topmenu ul li a img{
	border:none;
	vertical-align:middle;
	margin-right:14px;
	margin-top: -2px;
	width:16px;
	height:16px;
	opacity:.7;
	
	display:inline;
}

ul#ui_menu-top li.topmenu ul li a img.hover{
	opacity:1;
}

ul#ui_menu-top ul span{
	background-image:none;
	padding-right:8px;
}

ul#ui_menu-top li.separation{
	/*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
	height:3px;
	background-color:rgba(0, 0, 0, 0.1);
}

ul#ui_menu-top .supp_fav{

    position:absolute;
    right:0px;
    top:15px;
}
/*************Menu top*************/
/************************************/





/************************************/
/*************Liste des sites*************/
.ui_liste-sites{
	height:31px;
	line-height:31px;
    position:relative;
	xtop:0px;
	right:20px;
    cursor:pointer;
	text-rendering: optimizelegibility;
	font-family: 'Open Sans', sans-serif;
}

.ui_liste-sites span{
	text-align:left;
	padding:0 10px;
	font-size:12px;
	color:rgba(0,0,0,.4);
	text-decoration:none;

}

.ui_liste-sites span img{
	border:none;
	vertical-align:middle;
	margin-top:-2px;
	margin-right:10px;
	margin-left: 4px;
	width:14px;
	height:12px;
	opacity:.5;
	transition: all 0.2s ease-out 0s;
}

.ui_liste-sites span.active img{
	opacity:1;
}

.ui_liste-sites span.active{
	color:rgba(0,0,0,.9);
    cursor:default;
}

.ui_liste-sites span:hover, .ui_liste-sites span:hover img{
	color:rgba(0,0,0,.9);
	opacity:1;
}

.ui_separateur-liste-sites{
	display: inline-block;
	width:1px;
	height:18px;
	background-color:rgba(0,0,0,.4);
	margin-top:1px;
	vertical-align:middle;
}

.div-dropdown-menu li.active>a{
	font-weight:bold;
	cursor:default;
}

.div-dropdown-menu li.active:hover>a{
	background-color:#fff;
	color: rgba(0, 0, 0, 0.7);
}

/*************Liste des sites*************/
/************************************/

.bouton-dropdown-menu {
    border-right:0 !important;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-top:0 !important;
	border-bottom:0 !important;
	border-radius:0 !important;
    display: inline-block;
    font-size: 13px;
    padding: 5px 12px;
	height:42px;
}

.div-dropdown-menu {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    list-style: outside none none;
    xmargin: 1px 0 0; /*si on veut que le menu soit legerement separé du bouton*/
    margin: 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    z-index: 20;
	transition: all 0.15s ease-in-out 0s;
    left: auto;
    right: 0;
}

.div-dropdown-menu li {
    display: block;
    font-size: 0;
    position: relative;
    white-space: nowrap;
	width:100%;
}

.div-dropdown-menu li a{
	display:block;
	text-align:left;
	padding:10px 20px 0 20px;
	background-color:#ffffff;
	border-top:1px solid rgba(0,0,0,.1);
	font-size:13px;
	color:rgba(0,0,0,.7);/*text*/
	opacity: 1;
	text-decoration:none;
	height: 29px !important;
	transition: all 0.08s ease-in-out 0s;
}

.div-dropdown-menu li:hover>a, .div-dropdown-menu li a.pressed{
	/*background-color: rgba(49,148,214,1);*/
	color:#ffffff;
	border-top:1px solid rgba(0,0,0,.1);
	opacity: 1;
	text-decoration:none;
}

.div-dropdown-menu li a img{
	border:none;
	vertical-align:middle;
	margin-right:10px;
	margin-top: -2px;
	width:14px;
	height:12px;
	opacity:1;
	
	display:inline;
}

/************************************/
/************* Header Design V7 *************/
#ui_header{
    top:0px;
	left:0px;
    right:0px;	
    height:69px;
    position:absolute;
	z-index:1;

	transition: background-color .2s ease-in-out 0s;/*fade*/
}

#ui_header .ui_logo{
	width:270px;
	height:69px;
	float:left;
	
	background: url(//icones.micrologiciel.com/o_collection_svg/white/micrologiciel.svg) center center no-repeat;
	background-size: 154px 56px;
	border-right:1px solid rgba(255,255,255,.3);
	opacity: 0.8;
	cursor:pointer;
	transition: all 0.2s ease-out 0s;
}

#ui_header .ui_logo:hover{
	opacity: .9;
}

#ui_header .widgetml-fl-gauche{
	width:20px;
	height:69px;
	right:170px;
	position:absolute;
	
	background: url(../images/widget/widget-fl-gauche.png);
	opacity: 0.5;
	cursor:pointer;
	transition: all 0.2s ease-out 0s;
}

#ui_header .widgetml-fl-gauche:hover{
	opacity: 1;
}

#ui_header .widgetml{
	width:150px;
	height:69px;
	right:20px;
	position:absolute;
	z-index:200;
	padding:0;
	margin:0;
	text-align: center;
}

#ui_header .widgetml-fl-droite{
	width:20px;
	height:69px;
	right:0px;
	position:absolute;
	
	background: url(../images/widget/widget-fl-droite.png);
	opacity: 0.5;
	cursor:pointer;
	transition: all 0.2s ease-out 0s;
}

#ui_header .widgetml-fl-droite:hover{
	opacity: 1;
}
.template{opacity:.8;cursor:pointer;border:1px solid rgba(255,255,255,.5);width:22px;height:22px;margin:auto;}
.template:hover{opacity:1}
.template_active{opacity:1;border:2px solid rgba(255,255,255,.5);cursor:default;width:20px;height:20px;}

.template-orange{background-color:#e47600;}
.template-red{background-color:#ac0002;}
.template-pink{background-color:#d53a83;}
.template-purple{background-color:#9C27B0;}
.template-indigo{background-color:#3F51B5;}
.template-blue{background-color:#1E88E5;}
.template-cyan{background-color:#00BCD4;}
.template-teal{background-color:#009688;}
.template-green{background-color:#4CAF50;}
.template-blue-grey{background-color:#607D8B;}
.template-brown{background-color:#795548;}
.template-office-black{background-image: linear-gradient(135deg, #256FA0 0%, #256FA0 50%,  #282828 50%, #282828 100%);}

/************* Header Design V7 *************/
/************************************/

.ui_menu {
    top:113px;
	left:0px;
    right:0px;
    bottom:55px;
	width:270px;
    position:absolute;
    overflow:hidden;
	/*background-color:rgba(255,255,255,.9);*/
	transition: background-color .2s ease-in-out 0s;/*fade*/
}

.ui_footer-menu {
	left:0px;
    right:0px;
    bottom:0px;
    height:54px;
	width:270px;
    position:absolute;

    background-color:#fff;
	border-top: 1px solid rgba(0,0,0,.2);
	border-right: 1px solid rgba(0,0,0,.2);
}

.ui_main {
    top:113px;
	left:270px;
    right:0px;
    bottom:55px;
    position:absolute;
    overflow:auto;
	/*background-color:rgba(255,255,255,.9);*/
	transition: background-color .2s ease-in-out 0s;/*fade*/
}

.ui_footer-main {
    left:271px;
    right:0px;
    bottom:0px;
    height:54px;
    position:absolute;
	text-align: center;
	
    background-color:#fff;
	border-top: 1px solid rgba(0,0,0,.2);
}

.ui_footer-main button{
	margin-top: 11px;
}

.ui_header-menu {
    top:69px;
	left:0px;
    right:0px;
	width:270px;
	height:42px;
    position:absolute;
	background-color:#ffffff;
	
	border-top: 1px solid rgba(0,0,0,.5);
	border-bottom: 1px solid rgba(0,0,0,.2);
	border-right: 1px solid rgba(0,0,0,.2);
}

.ui_menu-reduce{
	width:40px;
	height:40px;
    right:1px;
	top:1px;
    position:relative;
	float: right;
	
	background: url(../images/nav/menu-reduce.png) no-repeat center center;
	opacity: 0.2;
	cursor:pointer;
	transition: all 0.4s ease-out 0s;
}

.ui_menu-reduce:hover{
	opacity: 0.5;
	transform: rotate(180deg);
	background: url(../images/nav/menu-expand.png) no-repeat center center;
}

.ui_menu-reduce.active {
	width:40px;
	height:40px;
	background: url(../images/nav/menu-reduce-loader.gif) no-repeat center center;
}

.ui_menu-expand{
	width:40px;
	height:40px;
    right:1px;
	top:1px;
    position:relative;
	float: right;
	
	background: url(../images/nav/menu-expand.png) no-repeat center center;
	opacity: 0.2;
	cursor:pointer;
	transition: all 0.4s ease-out 0s;
}

.ui_menu-expand:hover{
	opacity: 0.5;
}

.ui_header-main {
    top:69px;
	left:271px;
    right:0px;
	height:42px;
    position:absolute;
	background-color:#ffffff;

	border-top: 1px solid rgba(0,0,0,.5);
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.ui_main-titre{
	height:42px;
	text-align:left;
	position:absolute;
	color:rgba(0,0,0,.7);/*text*/
	font-size:22px;
	line-height:22px;
	padding:6px 0px 0px 16px;
}

.ui_main-titre img{
	vertical-align:middle;
	width:28px;
	height:28px;
	margin-bottom: 8px;
	opacity: 0.6;
}

.ui_main-titre span{
	padding:0px 0px 0px 12px;
	text-transform:uppercase;
}

.ui_main-expand{
	width:19px;
	height:19px;
    right:-6px;
	top:12px;
    position:relative;
	float: right;
	
	background: url(../images/nav/main-expand.png);
	opacity: 0.2;
	cursor:pointer;
	transition: all 0.2s ease-out 0s;
}

.ui_main-expand:hover{
	opacity: 0.5;
}

.ui_main-deconnexion{
	float:left;
	height:54px;
	width:132px;
	line-height:11px;
	position:relative;
	cursor:pointer;
}

.ui_main-deconnexion a{
	text-align:left;
	font-size:11px;
	color:rgba(0,0,0,.7);/*text*/
	text-decoration:none;
}

.ui_main-deconnexion a img{
	border:none;
	vertical-align:middle;
	width:30px;
	height:30px;
    padding: 12px 10px 12px 12px;
}

.ui_main-deconnexion a:hover{
	color:rgba(0,0,0,1);
}

.ui_main-corbeille{
	float:left;
	height:54px;
	width:132px;
	line-height:11px;
	position:relative;
	cursor:pointer;
}

.ui_main-corbeille a{
	text-align:left;
	font-size:11px;
	color:rgba(0,0,0,.7);/*text*/
	text-decoration:none;
}

.ui_main-corbeille a img{
	border:none;
	vertical-align:middle;
	width:30px;
	height:30px;
    padding: 12px 10px 12px 12px;
}

.ui_main-corbeille a:hover{
	color:rgba(0,0,0,1);
}



/************************************/
/************* Pages  *************/
.div_titre_contenu{position:relative;padding:10px 10px 0 0;}
.titre_contenu{font-size:18px;font-weight:bold;text-decoration:none;padding:10px 0 3px 10px;}
.descript_contenu{font-size:13px;text-decoration:none;padding:0 0 10px 10px;border-bottom:1px solid rgba(0, 0, 0, 0.15);}
/************* Pages  *************/
/************************************/



/************************************/
/************* DATA NAV *************/
.separateur-datanav{
	background-color: rgba(0, 0, 0, 0.2);
	height:1px;
	margin:15px 5px;
}

.navigation_Icone{background-color:transparent;border:1px solid transparent;cursor:pointer;}
.navigation_hover_Icone{background: transparent url(/ml/images/input/fond.png) repeat;border:1px solid #BDBDBD;cursor:pointer;}

.navigation{
	background-color:transparent;
	width:100%;
	border:1px solid transparent;
	cursor:pointer;
	transition: all 0.2s ease-out 0s;
}

.navigation_hover{
	background-color: rgba(255, 255, 255, 0.5);
	width:100%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	cursor:pointer;
	transition: all 0.2s ease-out 0s;
}

.navigation_click{
	background-color: rgba(255, 255, 255, 1);
	width:100%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	cursor: default;
}

.navigationOut{
	background-color:transparent;
	width:100%;
	border:1px solid transparent;
	cursor: not-allowed;
}

.navigation img, .navigation_hover img, .navigation_click img{
	vertical-align: middle;
}

.navigation .texte_nav span, .navigation_hover .texte_nav span, .navigation_click .texte_nav span{
	font-size:13px;
	font-weight: 700;
}

.navigation .texte_nav, .navigation_hover .texte_nav, .navigation_click .texte_nav{
	font-size:12px;
}

.navigationOut .texte_nav{
	color:#808080;
	font-size:12px;
}

/*datanav*/
.DataNavMenu {font-size : 12px;color : #555;padding-left : 2px;background-position: left;background-repeat: repeat-y;}
.DataNavPage {font-size : 12px;color : #555;padding-left : 22px;background-image: url(/ml/images/datanav/ligne-vertical.png);background-position: left;background-repeat: repeat-y;}
.DataNavPageFin {font-size : 12px;color : #555;padding-left : 22px;}
.DataNavSousPage {font-size : 12px;color : #555;padding-left : 22px;background-image: url(/ml/images/datanav/ligne-vertical.png);background-position: left;background-repeat: repeat-y;}

/*treeview*/
.TreeViewStart {font-size : 12px;color : #555;padding-left : 0px;}
.TreeView {font-size : 12px;color : #555;padding-left : 22px;background-image: url(/ml/images/datanav/ligne-vertical.png);background-position: left;background-repeat: repeat-y;}
.TreeViewEnd {font-size : 12px;color : #555;padding-left : 22px;}
.TreeViewhilight {font-size : 12px;color : #555;font-weight:bold;padding-left:0px;}
/************* DATA NAV *************/
/************************************/



/*****************************/
/******** Box Alert Pop up *********/
#id_box_alert_overlay {
	position:fixed;
	z-index: 998;
	top: 0px;
	bottom: 0px;
	left:0px;
	right:0px;
	
	cursor: default;
	
	background-color: rgba(190,190, 190, 0.3);
	background: -webkit-radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7));
	
	background: -moz-radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7));
	background: -ms-radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7));

}

.box_alert{
	position:absolute;
	z-index:9999;
	Padding:20px;
	width:500px; /* largeur Pop up */
	
	border:1px solid #d5d5d5;
	/*border-radius: 10px;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f5f5f5));
	background: -moz-linear-gradient(top,#FFFFFF 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,#FFFFFF 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,#FFFFFF 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f5f5f5');
	box-shadow: rgba(00, 00, 00, .40) 0px 0px 50px 10px;
}

.box_alert > .titre{
	margin-bottom:10px;
	padding-left:70px;
	font-size : 18px;
	font-weight: bold;
	color:#4f4f4f;
}

.box_alert > .texte{
	padding-left:70px;
	font-size : 14px;
	color:#4f4f4f;
}

.box_alert > img{
	position:absolute;
	margin-top: -7px;
}

.box_alert > .button{
	text-align: right;
	margin: 30px 0px 0px 0px;
}

.box_alert button{
    width: 100px;
	margin: 0px 3px;
}
/******** Box Alert Pop up *********/
/*****************************/


/*****************************/
/******** Box Pop up *********/
.b-modal{
	opacity:0;
	background-color:black;
	transition:opacity .15s linear;
}

.b-modal.fade-in{
	opacity:.5;
	xtransition:opacity .15s linear;
}

.b-modal.fade-out{
	display: none;
	xtransition:opacity .15s linear;
}

.blur-nodal{
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top:0px;
}

.box_popup{
    background-color: #fff;
    border-radius: 0;
    color: #111;
    display: none;
    min-width: 450px;
    padding: 25px;
}

.box_popup > .popup_header{
	margin-bottom:10px;
	padding-left:60px;
}

.box_popup > .popup_header > .titre_popup {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0 3px 10px;
}

.box_popup > .popup_header > .soustitre_popup {
    font-size: 13px;
    text-decoration: none;
    padding: 0 0 10px 10px;
}

.box_popup > iframe{
	font-size : 14px;
	color:#4f4f4f;
}

.box_popup > img{
	position:absolute;
	margin-top: -7px;
}

.box_popup > .button{
	text-align: right;
	xmargin: 15px -8px 0px 0px;
}


.box_popup > i.fa{
	position:absolute;
    right:3px;
    top:5px;
    cursor:pointer;
}

.box_popup > .main-titre{
	height:42px;
	text-align:left;
	position:relative;
	color:rgba(0,0,0,.7);/*text*/
	font-size:22px;
	line-height:22px;
}

.box_popup > .main-titre  img{
	vertical-align:middle;
	width:28px;
	height:28px;
	margin-bottom: 8px;
	opacity: 0.6;
}

.box_popup > .main-titre span{
	padding:0px 0px 0px 12px;
	text-transform:uppercase;
}



/******** Box Alert Pop up *********/
/*****************************/

/*-- Mode Liste et Thumb de l'explorer--*/
.PasOverListe, .OverListe, .OverListeHl{background: transparent url(/ml/images/icones/thumb/listfond-over-css.png) center top repeat-x;}
.OverListe{background-position:center center}
.OverListeHl{background-position:center bottom;font-weight:bold}
.PasOverThumb, .OverThumb, .OverThumbHl {background: transparent url(/ml/images/icones/thumb/iconefond-css.png) left top no-repeat;}
.OverThumb{background-position:center top}
.OverThumbHl{background-position:right top;font-weight:bold}
.OverThumb td table td{border-width: 0px !important;   }
.PasOverThumb td table td{border:1px #D3D3D3 solid !important;}
.OverThumbHl td table td{border-width: 0px !important;}
.OverThumb td {font-family: Arial, Helvetica, sans-serif;}
.PasOverThumb td {font-family: Arial, Helvetica, sans-serif;}
.OverThumbHl td {font-family: Arial, Helvetica, sans-serif;}

/*-------- Champs Balise meta caché*/
.txt_area_trans2 {color: rgba(0, 0, 0, 0.6) !important; font-size : 12px !important; border : none!important; font-weight : bold !important;}
.warning{font-size : 12px;color : red;}
.MiniTxtRouge{font-size:11px;color:red;}
.MiniTxtGris{font-size:11px;color: Gray;}
.MiniTxt{font-size:11px;}
.MiniTxtNoir{font-size:10px;color:#FFFFFF;text-decoration:none;font-family: Arial, Helvetica, sans-serif;}

.warning-area{
	background-color: #fdebeb;
	border-left:3px solid #d65c4f;
	padding:10px;
	margin: 10px auto 20px;
}

.warning-area h5{
	color: #d65c4f;
	font-size: 14px;
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
}

.information-area{
	background-color: #d9edf7;
	border-left:3px solid #31708f;
	padding:10px;
	margin: 10px auto 20px;
}

.information-area h5{
	color: #31708f;
	font-size: 14px;
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
}

.CadreVideBlanc {
	border:1px solid rgba(0, 0, 0, 0.2);background-color:white;
}

/******* les tableaux de listes *******/
table.table-liste {
    border: 1px solid #d5d5d5;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
}
table.table-liste th {
    background: none repeat scroll 0 0 #eaeaea;
    border-right: 1px solid #dcdcdc;
    font-size: 15px;
    padding: 5px 10px;
    text-align: center;
	vertical-align: middle;
	height:38px;
}

table.table-liste tr {
	height:36px;
}

table.table-liste th:last-child, table.table-liste td:last-child {
    border-right: medium none;
}

table.table-liste td {
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    cursor: pointer;
    padding: 3px 10px 2px;
    font-size: 13px;
}
table.table-liste th {
    background: rgba(0, 0, 0, 0.04);
}

table.table-liste th.edit {
    background: rgba(0, 0, 0, 0.08);
}

table.table-liste tr:nth-child(2n+1) {
    background: rgba(0, 0, 0, 0.04);
}
table.table-liste tr:nth-child(2n) {
    background: rgba(0, 0, 0, 0.01);
}

table.table-liste tr:hover td{
    color: black;
}

table.table-liste td.separator {
    background-color: white;
	line-height:10px;
	padding: 0;
}

#table_liste table.table-liste:nth-child(2n) tr{
    background: rgba(0, 0, 0, 0.04);
}

#table_liste table.table-liste:nth-child(2n+1) tr{
    background: rgba(0, 0, 0, 0.01);
}

.label-0 {
	width:78px;
	height:12px;
	background-color: #fff;
	border:1px solid #c4c4c4;
	color: rgba(0, 0, 0, .8);
	margin:3px 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	text-align: center;
}

.label-25 {
	width:78px;
	height:12px;
	background: linear-gradient(to right, #f26767, #f26767 25%, white 25%, white);
	border:1px solid #c4c4c4;
	color: rgba(0, 0, 0, .8);
	margin:3px 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	text-align: center;
}

.label-50 {
	width:78px;
	height:12px;
	background: linear-gradient(to right, #ffc170, #ffc170 50%, white 50%, white);
	border:1px solid #c4c4c4;
	color: rgba(0, 0, 0, .8);
	margin:3px 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	text-align: center;
}

.label-75 {
	width:78px;
	height:12px;
	background: linear-gradient(to right, #68cf5f, #68cf5f 75%, white 75%, white);
	border:1px solid #c4c4c4;
	color: rgba(0, 0, 0, .8);
	margin:3px 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	text-align: center;
}

.label-100 {
	width:78px;
	height:12px;
	background-color: #c0c0c0;
	border:1px solid #a1a1a1;
	color: rgba(0, 0, 0, .80);
	margin:3px 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	text-align: center;
}

.label-annule {
	width:78px;
	height:12px;
	background-color: #f26767;
	border:1px solid #d14949;
	color: rgba(255, 255, 255, .8);
	margin:3px 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	text-align: center;
}

.icon_nav_svg{
	float:left;
	margin:6px;
	height:50px;
	width:50px;"
}

.mini_icon_nav_svg_vide{
	bottom:0px;
	background:none;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
}

.mini_icon_nav_svg_caddy{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/shopping_cart2.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_caddy{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_calendar{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/calendar.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_calendar{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_basket{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/shopping_basket.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_basket{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_people{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/businesspeople.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_people{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_percent{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/symbol_percent.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_percent{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_euro{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/symbol_euro.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_euro{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_tools{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/wrench.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_tools{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_info{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/information.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_info{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_interdit{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/sign_forbidden.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_interdit{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_password{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/password_field.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_password{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_file{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/document_text.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_file{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_cb{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/credit_cards.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_cb{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_colis{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/box_closed.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_colis{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_edit{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/pencil.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_edit{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_find{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/magnifying_glass.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_find{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_input{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/text_field.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_input{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_check{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/check.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_check{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_sort{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/sort_up_down2.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_sort{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_plus{
	bottom:0px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/plus.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_plus{
	position: absolute;
	left: 33px;
	top: 44px;
}

.mini_icon_nav_svg_vide{
	bottom:0px;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	top:33px;
	left:13px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 0);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_vide{
	position: absolute;
	left: 33px;
	top: 44px;
}

/* les icones hautes*/
.mini_icon_nav_svg_haut_new{
	bottom:19px;
	background:url(//icones.micrologiciel.com/o_collection_svg/office/star.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	left:-15px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.mini_icon_nav_svg_haut_lock {
    bottom: 0px;
    background: url(//icones.micrologiciel.com/o_collection_svg/office/lock.svg) no-repeat center center transparent;
    background-size: 16px 16px;
    width: 20px;
    height: 20px;
    left: -5px;
    position: relative;
}
.div_titre_contenu .mini_icon_nav_svg_haut_new{
	position: absolute;
	left: 5px;
	top: 16px;
}

.mini_icon_nav_svg_haut_sup{
	bottom:19px;
	background:url(//icones.micrologiciel.com/o_collection_svg/office/delete.svg) no-repeat center center #696969;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	left:-15px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_haut_sup{
	position: absolute;
	left: 5px;
	top: 16px;
}

.mini_icon_nav_svg_haut_undo{
	bottom:19px;
	background:url(//icones.micrologiciel.com/o_collection_svg/white/navigate_left.svg) no-repeat center center #eb5f5f;
	background-size: 16px 16px;
	width:20px;
	height:20px;
	left:-15px;
	position: relative;
	border:2px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
}
.div_titre_contenu .mini_icon_nav_svg_haut_undo{
	position: absolute;
	left: 5px;
	top: 16px;
}

/*Paginator*/
.paginator {
	margin-top:8px;
	font-size:11px;
	width:100%; height:38px;
}
.paginator table {
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
}
.paginator table td {
	padding:0;
	white-space:nowrap;
	text-align:center;
	text-decoration:none;
		font-size: 12px;
}
.paginator span {
	display:block;
	padding:2px 0;
	color: rgba(0, 0, 0, 0.7);/*text*/
}

.paginator A.link_paginator:link, .paginator A.link_paginator:active, .paginator A.link_paginator:visited  {color: #428bca;text-decoration:none;transition: all 0.2s ease-out 0s;}
.paginator A.link_paginator:hover span {color:#2a6496;text-decoration:none;transition: all 0s ease-out 0s;}

.paginator span strong,
.paginator span a {
	padding:2px 7px;
}
.paginator span strong {
	font-style:normal;
	font-weight:normal;
	color:#fff;
	cursor:default;
	/*background-color: rgba(49, 148, 214, 1);*/
}
.paginator .scroll_bar {
	width:100%;	height:10px;
	position:relative;
	margin-top:7px; 
	/*border:1px solid white;*/
}
.paginator .scroll_trough {
	width:100%;	height:3px;
	overflow:hidden;
	background-color:rgba(0, 0, 0, 0.15);
}
.paginator .scroll_thumb {
	position:absolute;
	z-index:2;
	width:0; height:3px;
	top:0; left:0;
	font-size:1px;
	background-color: rgba(0, 0, 0, 0.6);
}
.paginator .scroll_knob {
	position:absolute;
	top:-5px; left:50%;
	margin-left:-10px;
	width:20px; height:20px;
	overflow:hidden;
	background:url(/ml/images/widget/slider_knob.gif) no-repeat 50% 50%;
	cursor:pointer; cursor:hand;
}
.paginator .current_page_mark {
	position:absolute;
	z-index:1;
	top:0; left:0;
	width:0; height:3px;
	overflow:hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.fullsize .scroll_thumb {
	display:none;
}
.paginator_pages {
	width:100%;
	text-align:right;
	font-size:9px; 
	color: rgba(0, 0, 0, 0.7);/*text*/
	margin-top:-6px;
}
/*Fin Paginator*/



/*-- datePicker --*/
.datePicker {
	_box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	background: none white center repeat;
	border:1px solid rgba(0, 0, 0, 0.15);
	padding:5px;
	cursor:default;
	-moz-user-focus:normal;
	transition: all 0.15s ease-in-out 0s;
	min-width:240px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.datePicker td {
	text-align:center;
	color:rgba(0, 0, 0, 0.7);
	cursor:default;
	font-weight:normal !important;
	-moz-user-select:none;
	height:14px;
	font-size:13px;
}
.gridTable td {
	padding:4px;
}

.datePicker td.red {color:red;}
.datePicker .headerTable {width:100%;}
.datePicker .footer {_padding:3px;}
.datePicker .footerTable {width:100%;}
.datePicker .grid {padding:0px;}
.datePicker .gridTable {width:100%;}
.datePicker .gridTable td {width:14.3%;}
.datePicker .gridTable .daysRow td {font-weight:bold !important;border-bottom:1px solid rgba(0, 0, 0, 0.15);}
.datePicker .grid .gridTable .upperLine {width:100%;height:2px;overflow:hidden;background:transparent;padding:0px;}
.datePicker td.labelContainer {width:100%;}
.datePicker td .topLabel {
	display:block;
	font-weight:bold !important;
	width:100%;
}

.datePicker td.filler {width:100%;}
.datePicker button {
	padding: 5px 2px;
	font-size: 12px;
	line-height: 10px;
	height: 27px;
}
.datePicker .previousButton {
	background:url(//icones.micrologiciel.com/o_collection_svg/dark_grey/navigate_left.svg) no-repeat center center transparent ;
	background-size: 20px 20px;
	cursor:hand;
	width:20px;height:20px;
	padding:0;
	border-radius:0;
	border:0;
	opacity: 0.7;
}
.datePicker .nextButton {
	background:url(//icones.micrologiciel.com/o_collection_svg/dark_grey/navigate_right.svg) no-repeat center center transparent;
	background-size: 20px 20px;
	cursor:hand;
	width:20px;height:20px;
	padding:0;
	border-radius:0;
	border:0;
	opacity: 0.7;
}
.datePicker .labelPopup {
	position:absolute;
	min-width:192px;
	background-color:white;
	border:1px solid #ADADAD;
	z-index:100;
}
.datePicker .labelPopup a {
	width:100%;
	display:block;
	color:rgba(0, 0, 0, 0.7);
	text-decoration:none;
	white-space:nowrap;
	padding-top: 3px;
	padding-bottom: 3px;
}
.datePicker .labelPopup a.selected {font-weight:bold;}

.datePicker .header {
   font-size:14px; 
	padding:0;
}
.datePicker td.today {font-weight:bold !important;background-color: #DDDDDD;}
.datePicker td.selected {color:white !important;font-weight:bold !important;}
.datePicker .labelPopup a:hover {color:white;}

/*-- fin datePicker --*/



/* keepalive */
.keepalive-bar {
    background-color: rgba(0,0,0,0);
    height: 5px;
    padding: 0px;
    width: 100%;
	text-align: left;
	line-height:0;
}
.keepalive-bar span {
    display: inline-block;
    height: 100%;
    -webkit-transition: width 0.4s ease-in-out 0s;
    -moz-transition: width 0.4s ease-in-out 0s;
    -o-transition: width 0.4s ease-in-out 0s;
    transition: width 0.4s ease-in-out 0s;
}
.fixe span {
	background-color: rgba(255, 255, 255, 0.5);
}
.stripes span {
    -webkit-animation: animate-stripes 3s linear 0s normal none infinite;
    -moz-animation: animate-stripes 3s linear 0s normal none infinite;
    -o-animation: animate-stripes 3s linear 0s normal none infinite;
    animation: animate-stripes 3s linear 0s normal none infinite;
    /*background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.50) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.50) 50%, rgba(255, 255, 255, 0.50) 75%, transparent 75%, transparent);*/
    background-image: linear-gradient(135deg, transparent 0%, transparent 12.5%, rgba(255, 255, 255, 0.50) 12.5%, rgba(255, 255, 255, 0.50) 25%, transparent 25%, transparent 37.5%, rgba(255, 255, 255, 0.50) 37.5%, rgba(255, 255, 255, 0.50) 50%, transparent 50%, transparent 62.5%, rgba(255, 255, 255, 0.50) 62.5%, rgba(255, 255, 255, 0.50) 75%, transparent 75%, transparent 87.5%, rgba(255, 255, 255, 0.50) 87.5%, rgba(255, 255, 255, 0.50) 100%);
    background-size: 30px 30px;
}
@-webkit-keyframes animate-stripes {
0% {
    background-position: 0 0;
}
100% {
    background-position: 60px 0;
}
}

@-moz-keyframes animate-stripes {
0% {
    background-position: 0 0;
}
100% {
    background-position: 60px 0;
}
}

@-o-keyframes animate-stripes {
0% {
    background-position: 0 0;
}
100% {
    background-position: 60px 0;
}
}

@keyframes animate-stripes {
0% {
    background-position: 0 0;
}
100% {
    background-position: 60px 0;
}
}
/* keepalive */

#fenetre_iframe_id {
	-webkit-overflow-scrolling: touch;
}

/*progress bar*/

.progress-bar {
    background-color: #dddddd;
    border-radius: 5px;
    height: 25px;
	padding: 3px;
}
.progress-bar > span {
    background-color: #777;
    border-radius: 3px;
    display: inline-block;
    height: 100%;
    transition: width 0.1s ease-out 0s;
	text-align: right;
	line-height: 26px;
	width:0px;
}

.progress-bar > span > span {
	font-weight: bold;
	font-size: 12px;
	padding: 0 8px;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
}

/*.color-progress-bar > span {
    background-color: #34c2e3;
}*/

.stripes-progress-bar > span {
    animation: 3s linear 0s normal none infinite running animate-stripes-progress-bar;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 30px 30px;
}
@keyframes animate-stripes-progress-bar {
0% {
    background-position: 0 0;
}
100% {
    background-position: 60px 0;
}
}
.shine-progress-bar span {
    position: relative;
}
.shine-progress-bar > span::after {
    animation: 2s ease-out 0s normal none infinite running animate-shine-progress-bar;
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
@keyframes animate-shine-progress-bar {
0% {
    opacity: 0;
    width: 0;
}
50% {
    opacity: 0.5;
}
100% {
    opacity: 0;
    width: 95%;
}
}

#tabloprogressbar.loaded {
	animation:none;
	background-image:none;
}
/*fin progress bar*/

/********************************************/
/*------------- Affichage < MD -------------*/
/*Format : phone / tablette                 */
/********************************************/
@media (max-width: 1100px){
    #ui_header .ui_logo{
        width: 80px;
		background: transparent url("//icones.micrologiciel.com/o_collection_svg/white/micrologiciel2.svg") no-repeat scroll center center / 50px 50px;
    }
	.ui_menu-top{
		left: 80px;
	}
}

