
/********************* layout.cfm ********************************/
/*
  ______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
    Couleur
\\_____________________________________________________________________________________________________________//
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 */

/* gris foncé : cbc8c7 */
#v6_bodyBackground {
	background-color:#cbc8c7;
}

/* blanc: ffffff */
#v6_bigContainer {
    background-color:#ffffff;
}

/* gris : ebebeb */
#v6_footer {
    background-color:#ebebeb;
}

#v6_leftmenu{
    padding-left:5px;
}



/*
  ______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
    Frame
\\_____________________________________________________________________________________________________________//
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 */


body, html                               { position: static;}
#v6_bodyBackground                      { position: relative; height:100%;                                         overflow:hidden;  }
#v6_bigContainer                        { position: relative; height:100%;                                         overflow:hidden;  }
#v6_header                              { position: relative; height:95px;                                         overflow:hidden;  }
#v6_headermenu                          { position: relative; height:27px;                                         overflow:hidden;  }
#v6_headermenu_subline                  { position: relative; height:4px;                                          overflow:hidden;  }
#v6_arianne                             { position: static;   height:27px;                                         overflow:hidden;  }
#v6_middle                              { position: relative;               width:100%;                            overflow:visible; }
    #v6_leftmenu                        { position: relative;               width:310px;                           overflow:auto;    }
	.v6_leftmenu_subline                 { position: relative; height:4px;                                          overflow:hidden;  }
        #v6_leftmenu_content            { position: relative;                                                      overflow:visible; }
    #v6_resizer                         { position: absolute;               width:10px;   top:0;     left:310px;   overflow:visible; }
    #v6_content                         { position: absolute;                             top:0;     left:315px;   overflow:hidden;  }
        #v6_contentHeader               { position: relative; height:auto;                                         overflow:visible;  }
		#v6_contentHeader_subline       { position: absolute; height:4px;                                          overflow:hidden;  }
		#v6_subcontentScroll            { position: relative;                                        left:15px;    overflow:auto;    }
           #v6_customTopHeader         { position: relative;               width:100%;                                display:none; }
       	   #v6_subcontent              { position: relative;                                                      overflow:visible; }
                #v6_subcontentHeader    { position: relative;                                                      overflow:visible; }
                #v6_contentmenu         { position: relative;                                                      overflow:visible; }
				#v6_contentmenu_subline { position: relative; height:4px;                                          overflow:hidden;  }
            #v6_rightBox                { position: absolute;               width:280px; top:0;     right:20px;    overflow:visible; }
#v6_footer                              { position: absolute; height:27px;  width:100%;  bottom:0;                 overflow:hidden;  }


body.OFFERSEARCH_1 #v6_customTopHeader
{
	display:block;
}
body.USERTYPE_E #v6_leftmenu { width:250px;}


#v6_bodyBackground {
	padding:0;
}

#v6_bigContainer {
	padding:0;
	/* margin-left:20px;
	margin-right:20px; */
	margin-left:0px;
	margin-right:0px;
}

.v6_scrollable{
	overflow:visible !important;

}

#debug-content {
	display:none;
}



@media print
{
#TM_PORTAL_DISABLED                          { display:none;                                                                                               }
#v6_bodyBackground                           {                overflow:visible !important; position: static !important; background-color:white !important; }
#v6_bigContainer                             {                overflow:visible !important; position: static !important; background-color:white !important; }
    #v6_header                               { display:none;                                                                                               }
    #v6_headermenu                           { display:none;                                                                                               }
	#v6_customTopHeader                      { display:none;                                                                                               }
	#v6_headermenu_subline                   { display:none;                                                                                               }
	#v6_arianne                              { display:none;                                                                                               }
    #v6_middle                               {                overflow:visible !important; position: static !important; background-color:white !important; }
        #v6_leftmenu                         { display:none;                                                                                               }
            #v6_leftmenu_content             { display:none;                                                                                               }
        #v6_resizer                          { display:none;                                                                                               }
        #v6_content                          { display:inline;overflow:visible !important; position: static !important; background-color:white !important; }
            #v6_contentHeader                { display:none;                                                                                               }
            #v6_contentHeader_subline        { display:none;                                                                                               }
            #v6_subcontentScroll             { display:inline;overflow:visible !important; position: static !important; background-color:white !important; }
                #v6_subcontent               { display:inline;overflow:visible !important; position: static !important; background-color:white !important; }
                    #v6_subcontentHeader     { display:none;                                                                                               }
                    #v6_contentmenu          { display:none;                                                                                               }
			        #v6_contentmenu_subline  { display:none;                                                                                               }
                #v6_rightBox                 { display:none;                                                                                               }
    #v6_footer                               { display:none;                                                                                               }

}





/*
  ______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
    HEADER
\\_____________________________________________________________________________________________________________//
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 */



#TM_POTAL_HEADER_HOMEPAGE{
	display:block;
	position:absolute;
	top:20px;
	left:20px;
	width:200px;
	height:60px;
}


/*
  ______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
    HEADER MENU
\\_____________________________________________________________________________________________________________//
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 */

#v6_headermenu {
    width:100%;
    border-top:1px solid #717171;
	border-bottom:1px solid #A2A1A1;
	font-family: Arial, Helvetica;
	background-color:#535353;
}
#v6_headermenu form {
	display:inline;
	padding:0;
	margin:0;
}

#v6_headermenu ul li{
    float:left;
    position:relative;
    border-right:1px solid #717171;
}
#v6_headermenu a{
    float:left;
    position:relative;
    padding-left:7px;
    padding-right:7px;
    border-right:1px solid #000000;
	text-decoration:none;
	text-transform:lowercase;
	outline: 0 none;
	height: 100%;
	color: #FFFFFF;
	font-size:10px;
	line-height:27px;
	font-family:verdana, arial;
}
#v6_headermenu a:hover{
    background-color:#535353 !important;
	color:#FFFFFF;
	text-decoration: none;
}

#v6_headermenu_user {
    float:right !important;
	color:#000000;
	font-weight:bold;
}

#v6_headermenu_right {
    float:right !important;
}
#v6_headermenu_right select {
	height: auto !important;
	font-size:11px !important;
	line-height:12px !important;
}
#v6_headermenu_right select option {
    color:#000000;
}


#v6_headermenu_entity {
    float:right !important;
}

#v6_headermenu_entity span{
	padding-right:15px;
}
#v6_headermenu_entity2 {
    float:right !important;
}

#v6_headermenu_quit {
    float:right !important;
    padding-left:20px;
	padding-right:20px;
}
#v6_headermenu_quit a{
	border:0px solid black !important;
}
#v6_headermenu_quit a span{
	border:1px solid #aeaeae;
	padding: 2px 10px 2px 10px;
	color:#ffffff;
	font-weight:bold;
	background-color:#C90303;
	letter-spacing:2px;
	font-family:arial;
	font-size:11px;
	text-transform:lowercase;
}
#v6_headermenu_quit a:hover span{
	border:1px solid #ffffff;
	color:#ffffff;
	background-color:#000000;
}



body.USERTYPE_S #TM_PORTAL_COOLTOOL_HELP{
	display: none;
}


/*
  ______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
    Arianne
\\_____________________________________________________________________________________________________________//
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 */

#v6_arianne, #v6_arianne_onboarding {
	background-color:#ffffff;
	border-bottom:1px solid #cccccc;
	/* display:none; */
	/* visibility:hidden; */
}


#v6_arianne ul, #v6_arianne_onboarding ul {
	margin:0px;
	padding:0px;
    list-style-type:none;
}



#v6_arianne span, #v6_arianne_onboarding span {
	letter-spacing:1px;
	font-family: Verdana;
	font-size: 9px;
	color:#000080;
	line-height:26px;
}

#v6_arianne a, #v6_arianne_onboarding a {
	text-decoration:none;
}
#v6_arianne a:hover {
	text-decoration: none;
	color:#000000;
}

#v6_arianne a.v6_arrianne_selected span, #v6_arianne_onboarding a.v6_arrianne_selected span{
	color:#000000;
	font-weight:bold;
}

#v6_arianne_line {
	clear:both;
	overflow:hidden;
}


/*
  ______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
    leftmenu
\\_____________________________________________________________________________________________________________//
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 */

#v6_leftmenu ul ul, div.v6_leftmenu_subline {
	visibility:hidden;
	display: none;
}
#v6_leftmenu .v6_leftmenuGroupOpen {
	visibility:visible;
	display: block;
}


/* UL */
#v6_leftmenu ul{
	border-bottom:1px solid white;
	border-top:1px solid #c8c8c8;
    list-style-type:none;
	margin:0;
    padding:0;
}
#v6_leftmenu li.v6_leftmenu_1 ul {
	border:0px solid white;
	background-color:white;
	padding-left:10px !important;
	padding-bottom:5px !important;
}
#v6_leftmenu li.v6_leftmenu_2 ul {
	border:0px solid white;
	padding-left:20px !important;
	padding-bottom:5px !important;
}

/* LI */
#v6_leftmenu li {
	white-space: nowrap;
}


/* A */
#v6_leftmenu a {
	text-decoration:none;
	display:block;
	outline: 0;
}

#v6_leftmenu li.v6_leftmenu_2 a {
	border:1px solid white !important;
	height:16px;
	background: none;
}
#v6_leftmenu div.v6_leftmenu_searchGroup a {
	display:inline;
	border:0px solid white !important;
	height:16px;
	background: none;
}

/* A:over */
#v6_leftmenu li.v6_leftmenu_1 a.selected span           { color:#6A6480  }
#v6_leftmenu li.v6_leftmenu_2 a.selected span           { color:#000000; background-color:#ffffff !important; border-bottom: 1px dotted #dedede; }
#v6_leftmenu li.v6_leftmenu_searchGroup a.selected span { color:#000000; background-color:#ffffff !important; }

#v6_leftmenu li.v6_leftmenu_1 a.opened span           { color:#000000  }
#v6_leftmenu li.v6_leftmenu_2 a.opened span           { color:#000000; background-color:#ffffff; }
#v6_leftmenu li.v6_leftmenu_searchGroup a.opened span { color:#000000; background-color:#ffffff; }

#v6_leftmenu li.v6_leftmenu_1 a.v6_leftmenulink:hover           { background:none; background-color:#f2f2f2; color:#000000; text-decoration:none; cursor:pointer; }
#v6_leftmenu li.v6_leftmenu_2 a.v6_leftmenulink:hover           { background:none; background-color:#e6e6e6; color:#000000; text-decoration:none; cursor:pointer; }
#v6_leftmenu div.v6_leftmenu_searchGroup a.v6_leftmenulink:hover{ background:none; background-color:white;   color:#000000; text-decoration:none; cursor:none; }

#v6_leftmenu li.v6_leftmenu_2 span:hover { background-color:#F5F5F5!important; }


#v6_leftmenu a.loading { cursor:wait; }


/* SPAN */
#v6_leftmenu span {
	display:block;
}

#v6_leftmenu li.v6_leftmenu_1 span {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #797a7a;
	height:100%;
	line-height: 33px;
	letter-spacing:0px;
	padding-left:7px;
}

#v6_leftmenu li.v6_leftmenu_2 span {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3e61bf;
	height:100%;
	line-height: 16px;
	letter-spacing:0px;
	padding-left:0px;
}

#v6_leftmenu div.v6_leftmenu_searchGroup span {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	height: auto;
	line-height: 16px;
	letter-spacing:0px;
	padding-left:0px;
}




#v6_leftmenu li.v6_leftmenu_1 span.v6_leftmenuOpen:hover{
	background-color: #BD0303;
}


#v6_leftmenu li.v6_leftmenu_2 span.v6_leftmenuOpen:hover{
	background-color: #ffffff;
}


#v6_leftmenu li.v6_leftmenu_2 div.v6_leftmenu_subline {
	height:0;
	background: none;
}


/*
=========================================
 Panneau central gauche
=========================================
*/

#TM_SEARCH_CATOLOG_BOX          { line-height:14px; padding-top: 4px; }
#TM_SEARCH_CATOLOG_BOX FORM     { display:inline; }
#TM_SEARCH_CATOLOG_LBL     	 { padding-top:5px }
#TM_SEARCH_CATOLOG_FLD          { width:190px; margin-bottom:7px; color:#000000; }




/*
 ______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
    LEFT MENU SEARCH
\\_____________________________________________________________________________________________________________//
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 */

.v6_leftmenu_searchGroup{
	background-color:#ffffff;
}

div.v6_leftmenu_search form {
	display:block;
	padding-left:5px;
	margin:0;
}
div.v6_leftmenu_search input {
	width:100px;
}

div.v6_leftmenu_search form a.v6_leftmenu_search_btn span { display:none !important; }
div.v6_leftmenu_search form a.v6_leftmenu_search_btn img { border:0 solid red !important;  /* vertical-align: top !important; */ }

div.v6_leftmenu_search div a.thickbox span {
	margin-left:20px;
}

/*
  ______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
    Resizer
\\_____________________________________________________________________________________________________________//
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 */

#v6_resizer { width:19px  }
#v6_resizerTab {
    display:block;
    position:absolute;
    top:0px;
    left:4px;
    height:13px;
    width:11px;
	outline: 0;
}


#v6_resizerTab span{ display:none; }
#v6_resizer1{ position:absolute; top:0; left:0;  width:5px; height:100%; cursor:col-resize;  }
#v6_resizer2{ position:absolute; top:0; right:0; width:5px; height:100%; }


#TM_USERINFO{
	display:none;
}


/*
  ______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
    v6_contentHeader
\\_____________________________________________________________________________________________________________//
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 */


#v6_contentHeader   { background-color: #f2f2f2; border-top:1px solid #ffffff; border-bottom:1px solid #d7d7d7; Height:36px; }
#v6_contentHeader * { color:black; }

.v6_contentHeader_left  {
	float: left;
	font-family:arial;
	font-weight:bold;
	font-size:16px;
	line-height:35px;
	letter-spacing:1px;
	padding-left:15px;
	line-height: 36px;
}
.v6_contentHeader_right {
	float: right;
	font-family:arial;
	line-height:32px;
	font-size:12px;
	letter-spacing:0px;
	padding: 0px 10px;
	line-height: 36px;
}



.v6_contentHeader_right a:hover {
	text-decoration:none;
}

.v6_contentHeader_right span.hide {
	display:none;
}


/*
  ______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
    v6_subcontentHeader
\\_____________________________________________________________________________________________________________//
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 */


#v6_subcontentHeader {
	background-color:#f9f6f1;
	padding:5px 20px 10px 20px;
	margin-bottom:10px;
}
#v6_subcontentHeader table {
    border-collapse:collapse;
	width: 100%;
}
#v6_subcontentHeader tr {
    background-color:white;
}
#v6_subcontentHeader td, #v6_subcontentHeader th {
    vertical-align:top;
	border-top: 2px solid #f9f6f1;
    min-width: 100px;
    width: auto !important;
    width: 150px;
}
#v6_subcontentHeader th {
    text-align:left;
    font-weight: bold;
}
#v6_subcontentHeader td {
	border-right:5px solid #f9f6f1;
}

#v6_subcontentHeader img {
	width: auto !important;
	height:auto !important;
	max-width: 75px;
	max-height: 100px;
}

/*
  ______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
    MENU contextuel
\\_____________________________________________________________________________________________________________//
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 */

#v6_contentmenu { padding-top:10px; display:none; }

#v6_contentmenu ul.v6_contentmenu_2 { list-style-type:none; margin:0; padding:5px; clear:both; border-left:1px solid #c3c3c3; }
#v6_contentmenu ul.v6_contentmenu_3 { list-style-type:none; margin:0; padding:5px; clear:both; border-left:1px solid #c3c3c3;}
#v6_contentmenu ul.v6_contentmenu_4 { list-style-type:none; margin:0; padding:5px; clear:both; border-left:1px solid #c3c3c3;}

#v6_contentmenu li.v6_contentmenu_2 { display:inline; }
#v6_contentmenu li.v6_contentmenu_3 { display:inline; }
#v6_contentmenu li.v6_contentmenu_4 { display:inline; }

#v6_contentmenu li.v6_contentmenu_2 a { white-space: nowrap; color:#3e61bf; font-weight:normal; line-height:20px; font-size:11px; }
#v6_contentmenu li.v6_contentmenu_3 a { white-space: nowrap; color:#3e61bf; font-weight:normal; line-height:20px; font-size:11px;}
#v6_contentmenu li.v6_contentmenu_4 a { white-space: nowrap; color:#3e61bf; font-weight:normal; line-height:20px; font-size:11px;}

#v6_contentmenu li.v6_contentmenu_2 a:hover { color:#000000; text-decoration:none; }
#v6_contentmenu li.v6_contentmenu_3 a:hover { color:#000000; text-decoration:none; }
#v6_contentmenu li.v6_contentmenu_4 a:hover { color:#000000; text-decoration:none; }

#v6_contentmenu li.v6_contentmenu_2 a span { padding: 0 2px 0 2px; margin:0 7px 0 8px; }
#v6_contentmenu li.v6_contentmenu_3 a span { padding: 0 2px 0 2px; margin:0 7px 0 8px; }
#v6_contentmenu li.v6_contentmenu_4 a span { padding: 0 2px 0 2px; margin:0 7px 0 8px; }

#v6_contentmenu li.v6_contentmenu_2 a.selected span { color:#000000; border:1px solid #000; }
#v6_contentmenu li.v6_contentmenu_3 a.selected span { color:#000000; border:1px solid #000; }
#v6_contentmenu li.v6_contentmenu_4 a.selected span { color:#000000; border:1px solid #000; }

#v6_contentmenu li.v6_contentmenu_2 a.v6_contentmenu_sep { border-right: 1px solid #3e61bf; }
#v6_contentmenu li.v6_contentmenu_3 a.v6_contentmenu_sep { border-right: 1px solid #3e61bf; }
#v6_contentmenu li.v6_contentmenu_4 a.v6_contentmenu_sep { border-right: 1px solid #3e61bf; }

#v6_contentmenu .ui-tabs-panel {
	border: 0px solid #FFF;
    border-left: 1px solid #F8F8F8;
    background: #FFF;
}

/*
  ______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
    footer
\\_____________________________________________________________________________________________________________//
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
 */

#v6_footer {
	border-top:1px solid #cccccc;
}

#v6_footer_version{
	position:absolute;
	top:0; left:0;
	color:#757575;
	font-size:11px;
	line-height:27px;
	font-family:arial;
	letter-spacing:.5px;
}

#v6_footer_link{
	position:absolute;
	top:0; right:0;
	font-size:11px;
	line-height:27px;
	letter-spacing:.5px;
}

#v6_footer ul {
	margin:0;
	padding:0;
}

#v6_footer li {
    list-style-type:none;
	display:inline;
	padding:0 5px 0 5px;
}

#v6_footer a:hover {
	color:#000000;
	text-decoration:none;
}


#v6_footer_indicator {
	visibility:hidden;
}

/*
  ______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
	Navigation bar
\\_____________________________________________________________________________________________________________//
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
*/
.TM_NavBar_Background{ 	position:relative;	clear:both;	list-style-position:outside; margin-left:-30px; }
.TM_NavBar_Background LI{ 	position:relative;	float:left;	display:block; }


.TM_NavBar_Num{	font-size:24px; color:white;  height:39px;}
.TM_NavBar_Next{	width:27px;	 height:39px;}
.TM_NavBar_Left{ width:16px; height:39px; }
.TM_NavBar_Center {	width:27px; height:39px; line-height: 80%;}
.TM_NavBar_Center a{color:white;  height:39px;  }
.TM_NavBar_Right{ width:16px; height:39px;}

/*
  ______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
	Top menu
\\_____________________________________________________________________________________________________________//
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
*/

#v6_topmenu_content .ui-tabs .ui-tabs-nav li.nav-search {
	padding: 0 5px 0 5px;
}
#v6_topmenu_content .ui-tabs .ui-tabs-nav li.nav-search-disabled {
	border-right : 0px;
	padding : 0px;
	width : 0px;
}
#v6_topmenu_content .ui-tabs .ui-tabs-nav li.nav-search-disabled a {
	cursor : default;
}

input.searchLoupe {
	background-image: none !important;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height:18px;
	border: 1px solid #7E9DB9;
}

button.searchAdvanced {
	height: 18px;
	width: 18px;
	margin-left: 4px;
	top:1px;
}

#v6_topmenu_content .ui-tabs-nav a,
#v6_topmenu_content .ui-tabs-nav a span,
#v6_topmenu_content .ui-tabs .ui-tabs-nav li.nav-search,
li.choice a {
	background:none;
	height: 22px;
	line-height: 22px;
}
#v6_topmenu_content .ui-tabs-nav,
#configureToolbox ul {
	padding:0px;
	margin:0px;
}
#v6_topmenu_content .ui-tabs {
	padding:0px;
}
#v6_topmenu_content .ui-tabs .ui-tabs-nav li,
li.choice {
	top:auto;
	margin:0px;
	padding:0px;
	border-right: 1px #AFAEAE solid;
}
#v6_topmenu_content .ui-tabs .ui-tabs-nav li a,
li.choice a {
	padding:0px;
	font-weight: normal;
	font-size: 13px;
	padding: 0px 11px;
	color: black;
	cursor: pointer;
}

div.nav-extend div.v6_leftmenu_searchGroup div.v6_leftmenu_search a.thickbox,
div.nav-extend div.v6_leftmenu_searchGroup div.v6_leftmenu_search a,
div.nav-extend div.v6_leftmenu_searchGroup div.v6_leftmenu_search a.thickbox span,
div.nav-extend div.v6_leftmenu_searchGroup div.v6_leftmenu_search a span {
	color: #3D75AC;
	padding:0px;
	margin:0px;
	background:none;
}

div.nav-extend a.nav-link,
div.nav-extend a.nav-withchildren{
	cursor: pointer;
}

div.nav-extend div.v6_leftmenu_search {	padding-left:36px; }
div.nav-extend div.v6_leftmenu_search > form { padding:0px; }
div.nav-extend div.v6_leftmenu_search a.TM_LINK,
div.nav-extend div.v6_leftmenu_search a.TM_LINK:hover{ padding:0px; margin:0px; background:none; color: #3D75AC; border:none;}

div.nav-level3 > .ui-dialog-titlebar {
	border:none;
	background:none;
}

div.nav-level3 > .ui-dialog-content ul {
	margin: 10px;
	border: 1px solid #AFAEAE;
}
div.nav-level1 > .ui-dialog-titlebar {
	display:none;
}
div.nav-extend {
	padding:0px;
}
div.nav-extend .ui-dialog-content {
	padding:1px; /* bug sur scroll dans les dialog si 0px*/
	overflow:hidden;
}
div.nav-extend .ui-accordion-header {
	border:none;
	border-bottom: solid #E9E9E9 1px;
}
div.nav-extend .ui-accordion-header a,
div.nav-extend li a,
.tm-element-menu-header li a {
	height: 22px;
	line-height: 22px;
	display:block;
    border: none;
    color: #3D75AC;
    text-decoration:none;
    white-space: nowrap;
	background-color: #FFFFFF;
	font-size: 13px;
	padding: 0 25px 0 25px;
	font-weight: normal;
}

div.nav-extend .ui-accordion-content li a {
	padding: 0 25px 0 36px;
}

div.nav-extend .ui-state-active a,
div.nav-extend .ui-state-hover a,
ul.nav-extend .ui-menu-item a.ui-state-hover,
div.nav-extend .ui-accordion-content-active a:hover,
.tm-element-menu-header li a:hover,
.ui-selectmenu-menu .ui-selectmenu-menu-dropdown .ui-state-hover,
.ui-selectmenu-menu .ui-selectmenu-menu-dropdown .ui-state-hover a {
	color: #FFFFFF;
	background-image: none;
	background-color: #2CA9E1;
}


ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item a.ui-menu-item-wrapper { 
	display: inline-block;
    width: 100%;
}

div.nav-extend .ui-accordion-content {
	padding:0px;
	margin:0px;
	border:none;
	overflow:hidden;
}
div.nav-extend li {
	list-style:none;
	margin:0px;
    padding:0px;
    border:none;
	height:22px;
}
div.nav-extend ul {
	margin:0px;
    padding:0px;
}
div.nav-extend h3.nav-link > span.ui-icon {
	display:none;
}
div.nav-extend h3.nav-link > a.nav-link {
	padding-left:10px;
}
div.nav-extend div.ui-accordion-content li .ui-icon.ui-icon-triangle-1-e {
	float:right;
	margin:3px 5px;
}

div.nav-extend a.nav-withsearch {
	text-decoration : none;
}

div.nav-extend div.nav-level2 {
	padding: 0 5px 0 5px;
	min-width:388px;
}

div.nav-extend ul.nav-combobox-autocomplete li a.ui-state-hover {
	color: white;
	background:none;
	background-color: #C90303;
}

div.ui-dialog iframe.nav-iframe { padding:0px; margin:0px; width:100%; }


#heardercard .headercard { float:right; }

#heardercard div.headercardbottom { clear:both; }
#heardercard div.headercardlist1 {	float: left;  padding: 0px 10px; }
#heardercard div.headercardlist2{ float: right;  padding: 0px 10px; }
#heardercard div.headercardlistSub{ clear: both;  }
#heardercard div.headercardlanguage { float:right; }
#heardercard div.headercardquit { float:right; padding: 5px 0px;}
#heardercard div.headercardlink { float:right; padding: 5px; white-space:nowrap;}
#heardercard div.headercarduser { float:left; padding: 5px 0px; }

#selLanguageChange-button {
	width : 170px;
	background-color: #FFFFFF;
}

#heardercard div.headercardlist1 a {
	font-family: verdana, arial;
	color: #FFF;
	white-space:nowrap;
	line-height: 24px;
	font-size: 12px;
}

#heardercard div.headercardlist2 a {
	color: #FFF;
}

#heardercard div.headercardlist2 span, #heardercard div.headercardlist1 span{
	font-family: verdana, arial;
	color: #000000;
	white-space:nowrap;
	line-height: 24px;
	font-size: 12px;
}
#heardercard div.headercardlist1 a.ui-selectmenu-dropdown {
	background:none;
	text-decoration: none;
	height:auto;
}
#heardercard div.headercardlink,
#heardercard div.headercardlanguage {
	font-family: verdana, arial;
	font-size: 11px;
	color:#444444;
}
#heardercard div.headercardlink a,
#heardercard div.headercardlanguage a {
	font-family: verdana, arial;
	font-size: 11px;
	color:#444444;
}

#heardercard div.headercardlink a.lpChatTextLink span span {
	font-family: verdana, arial !important;
	font-size: 11px !important;
}

#heardercard div.headercarduser a {
	font-family: verdana, arial;
	color: #444444;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height:30px;
}
#heardercard div.headercardlanguage a.bilingue {
	line-height: 24px;
}
#v6_leftmenu .ui-accordion { width: auto; }

#contextmenu .ui-accordion-content {
	padding: 0px;
	border-left-color: #CBCBCB;
	border-right-color: #CBCBCB;
	overflow: hidden;
}
#contextmenu .ui-accordion-content ul {
	border: none;
}
#contextmenu .ui-accordion-content ul li {
	line-height: 20px;
    border: none;
    color: #7d7d7d;
    white-space: normal;
	background-color: #FFFFFF;
	font-size: 13px;
	padding: 0px 10px;
	cursor:pointer;
}
#contextmenu .ui-accordion-content ul li:hover,
#contextmenu .ui-accordion-content ul li.contextmenu-selected {
	color: white;
	background-color: #353535;
}

#contextmenu h3.ui-accordion-header {
	margin:0px;
	border: 1px solid #CBCBCB;
	background:none;
	background-color: #E6E6E6;
}


#contextmenu div.ui-accordion-content {
	margin-bottom: 0px;
}

.candidate-option-label{
	padding-top:5px;
}

#contextmenu #tab-candidate-option td.candidate-option-label {
	color:#7d7d7d;
	padding-left:10px;
	padding-right:5px;
	padding-bottom: 4px;
	white-space:normal;
}

#contextmenu #tab-candidate-option td.candidate-option-tr-right{
 	padding-left:0px;
	padding-right:16px;
	padding-bottom: 3px;
}

#contextmenu #tab-candidate-option td.candidate-option-label-days{
 	font-style:italic;
}


button.searchadvanced span.ui-button-text {
	border: none;
	padding: 2px 10px 2px 10px;
	color: white;
	background-color: #4E4E4E;
	letter-spacing: 2px;
	font-family: arial;
	font-size: 11px;
}

input[disabled] {
	background-color: #EBEBE4;
}

input.text-label {
    color: #cdcdcd !important;
}

label {
	/*Ce style était appliqué dans bootstrap.css (version 3)*/
	font-weight: 700;
}

.charlefttextarea{
	color:#767676;
	display: block;
}

/******* END ********** layout.cfm ************** END **************/


/********************* common.cfm **********************************/


.TM_HIDE, .TM_EMPTY{
	display:none !important;
}

.TM_INLINE{
	display:inline;
}

.TM_INSIDE_LABEL{
	position:absolute;
	margin-top:.1em;
	margin-left:5px;
	z-index: 1;
	line-height:1.6em;
}


.TM_NOBORDER{
	border:0px solid black !important;
}

.TM_CLEAR {clear:both;}

.TM_FLOAT_LEFT {
	float:left;
}

.TM_FLOAT_RIGHT {
	float:right;
}

.TM_CONTAINER {
	position:relative;
}

.TM_INSIDE_LABEL_RIGHT {
	right:0;
}

.clNBSuccessor {
	color : #339966 !important;
	font-weight : bold !important;
	font-size:16px;
	}

.TM_BLOCK{
	display:block;
}

.v6_boxlink{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
	line-height: 18px;/* .v6_boxlink span padding 5 haut et bas (10) + font size 11 (11) + border 1px haut et bas (2) + (1)??? pour être flush = 24px sur le line height */
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C90303; /* <-couleur spec... ->couleur gen #F5F5F5; */
	border: 1px solid #000000;
	padding:3px 15px;
}

.v6_boxlink:hover{
	color: #FFFFFF; /* gen #3333FF; */
    text-decoration: none;
	background-color: #000000; /* #efefef; */
	background-repeat:no-repeat;
}

.SIMWarning { border:4px double gray; margin:10px 0; padding:5px; font-weight:bold; }


.reMiniloupe input, .reMiniloupe #fldKeywords {
	border: 0px solid #7E9DB9;
	height: 23px;
}
.reMiniloupe a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 100%;
}

.hiddenFieldSet
{
	offset: 0px;
	border: none;
}

span.TM_INSIDE_LABEL#fldInternalFromDatelbl,
span.TM_INSIDE_LABEL#fldInternalToDatelbl,
span.TM_INSIDE_LABEL#fldExternalFromDatelbl,
span.TM_INSIDE_LABEL#fldExternalToDatelbl  {display: none;}

.TM_ELLIPSIS_TEXT {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}

.TM_ELLIPSIS_TEXT:hover {
	white-space: normal; 
	overflow: visible;
}

.dynOtherLang {margin-right: 4px;}
.masteryLanguageSection {margin-bottom: 6px;}
.masteryLanguageLabel {
	display:block;
	float:left;
	min-width:380px;
}
.removeDropdownArrow::after{
	content:none;
}
/******* END ********** common.cfm ************** END **************/



/********************* title.cfm **********************************/


div#TM_titlePageEmplacement{
	margin-bottom:10px;
	border-top:1px solid white;
	clear:both;
}

H1.TM_titlePage{ FONT-FAMILY: Arial narrow,Arial; color:#363636; font-size:30px; font-weight:lighter;  line-height:32px; letter-spacing: -1px;   Padding:0px 0px 5px 0px;                                                             }
H2.TM_titlePage{ FONT-FAMILY: Arial;        color:#6C6C6C; font-size:24px; font-weight:lighter;  line-height:26px; letter-spacing: 0px;    Padding:0px 0px 3px 0px;  border-bottom: 1px solid  #adadad; width:100%  ; -webkit-margin-before: 0em; -webkit-padding-before:20px;}
H3.TM_titlePage{ FONT-FAMILY: Arial;        color:#666666; font-size:18px; font-weight:lighter;  line-height:20px; letter-spacing: 0px;   Padding:0px 0px 3px 0px;  border-bottom: 1px dotted #666666;               }
H4.TM_titlePage{ FONT-FAMILY: Arial;        color:#8B8B8B; font-size:14px; font-weight:lighter;  line-height:16px; letter-spacing: 0px;    Padding:0px 0px 3px 0px;  border-bottom: 1px dotted #8B8B8B;              margin:0; }
H5.TM_titlePage{ FONT-FAMILY: Arial;        color:#8B8B8B; font-size:12px; font-weight:lighter;  line-height:14px; letter-spacing: 0px;    Padding:0px 0px 3px 0px;  border-bottom: 1px dotted #8B8B8B;              margin:0; }
.TM_titlePage.tm-titlepage-with-onTitleButton { line-height: 30px; }

H1.TM_titlePage a{ COLOR: #868686; text-decoration: none; }
H2.TM_titlePage a{ COLOR: #000000; text-decoration: none; }
H3.TM_titlePage a{ COLOR: #666666; text-decoration: none; }
H4.TM_titlePage a{ COLOR: #8B8B8B; text-decoration: none; }
H5.TM_titlePage a{ COLOR: #8B8B8B; text-decoration: none; }

H1.TM_titlePage a:hover{ COLOR: #006E61; text-decoration: none; }
H2.TM_titlePage a:hover{ COLOR: #006E61; text-decoration: none; }
H3.TM_titlePage a:hover{ COLOR: #006E61; text-decoration: none; }
H4.TM_titlePage a:hover{ COLOR: #006E61; text-decoration: none; }
H5.TM_titlePage a:hover{ COLOR: #006E61; text-decoration: none; }

H1.TM_titlePage img{ border: 0px;  Margin:0px 0px 0px 6px; }
H2.TM_titlePage img{ border: 0px;  Margin:0px 0px 0px 6px; }
H3.TM_titlePage img{ border: 0px;  Margin:0px 0px 0px 6px; }
H4.TM_titlePage img{ border: 0px;  Margin:0px 0px 0px 6px; }
H5.TM_titlePage img{ border: 0px;  Margin:0px 0px 0px 6px; }

body.BROWSER_MSIE H1.TM_titlePage { padding-top: 20px; }

.TM_titlePage-container { 
	position:relative; 
	padding:1px;
}

/* hérite de [link.cfm].v6_link_zone */
UL.TM_titlePage-Link { margin-bottom:20px; margin-top:10px; }
UL.TM_titlePage-Link img { border: 0px; }

DIV.TM_titlePage-directive {
	font-family: Arial;
    font-size: 11px;
	color: #7D7C7C;
	background-color: #FAF8F8;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	margin:5px 0 5px 0;
	padding:12px 28px 12px 28px;
}
DIV.TM_titlepage-m1{ margin-left:30px; }
DIV.TM_titlepage-m2{ margin-left:30px; }
DIV.TM_titlepage-m3{ margin-left:30px; }
DIV.TM_titlepage-m4{ margin-left:30px; }
DIV.TM_titlepage-m5{ margin-left:30px; }
.TM_titlePage .title-text{ display: inline; }



/* PDF */
body.PDF_1 H1.TM_titlePage{ FONT-FAMILY: Arial; color:#08019e; font-size:20px; font-weight:lighter;  line-height:20px; letter-spacing: -1px;   Padding:0px 0px 5px 0px;                                       }
body.PDF_1 H2.TM_titlePage{ FONT-FAMILY: Arial; color:#000000; font-size:18px; font-weight:lighter;  line-height:18px; letter-spacing: 0px;    Padding:0px 0px 3px 0px;  border-bottom: 1px solid  #000000; }
body.PDF_1 H3.TM_titlePage{ FONT-FAMILY: Arial; color:#666666; font-size:16px; font-weight:lighter;  line-height:16px; letter-spacing: -1px;   Padding:0px 0px 3px 0px;  border-bottom: 1px dotted #666666; }
body.PDF_1 H4.TM_titlePage{ FONT-FAMILY: Arial; color:#8B8B8B; font-size:12px; font-weight:lighter;  line-height:12px; letter-spacing: 0px;    Padding:0px 0px 3px 0px;                                      }
body.PDF_1 H5.TM_titlePage{ FONT-FAMILY: Arial; color:#8B8B8B; font-size:10px; font-weight:lighter;  line-height:10px; letter-spacing: 0px;    Padding:0px 0px 3px 0px;                                      }



/* Titre des sections (Utilisation de tools.titlepage) */
H2.TM_DYN_TITLE { padding:1px; margin:0; }
H3.TM_DYN_TITLE, H3.TM_CV_TITLE { Padding:0px 0px 0px 3px; margin:0; }
/******* END ********** title.cfm ************** END **************/


/********************* legend.cfm **********************************/
DIV.TM_legend {
    margin-top:20px;
    margin-bottom:10px;
    padding:5px;
    border-top: 1px solid #aeaead;
    border-left: 1px solid #aeaead;
    border-right: 1px solid #aeaead;
    border-bottom: 1px solid #aeaead;
  }
  
  TABLE.TM_LEGENDE_ICONE {
    height: 18px;
    width: 18px;
    border: 1px solid black !important;
    background-color: #F7F7F7 !important;
  }
  
  TABLE.TM_LEGENDE_ICONE TD {
    height: 100%;
    width: 100%;
  }  
  
  DIV.TM_legend DL {
    font-family: Arial;
    font-size: 11px;
    margin:0;
    padding:0;
  }
  
  DIV.TM_legend DT {
    clear:both;
    float:left;
    margin-left:25px;
    margin-right:5px;
    padding-bottom:2px;
    line-height:18px;
  }
  
  DIV.TM_legend DT SPAN.TM_legend-img {
    display:block;
    height: 18px;
    width: 18px;
    text-align:center;
  }
  
  DIV.TM_legend DT DIV.TM_legend-raw {
    display:block;
    height: 18px;
    width: 18px;
    text-align:center;
  }
  
  DIV.TM_legend DT SPAN.TM_legend-img-txt { display:none; }
  
  DIV.TM_legend DD {
    display:block;
    padding-bottom:2px;
    line-height:18px;
  }
  
  .TM_legend_subline {
     clear:both;
  }
    
/******* END ********** legend.cfm ************** END **************/


/********************* list.cfm **********************************/



UL.TM_LISTING {
    margin:0px;
    margin-bottom:2px;
    padding-left:2px;
    border:0px solid black;
    display:list-item;
    list-style-type:none;
  }
  
  UL.TM_LISTING LI{
    padding-left:0px;
    margin: 0px 0px 0px 0px;
  }
  UL.TM_LISTING LI UL{
    margin:0px;
    padding-left:20px;
    border:0px solid black;
    display:list-item;
    list-style-type:none;
  }
  
  UL.TM_LISTING LI UL LI{
    padding-left:0px;
    margin: 0px 0px 0px 0px;
  }
  
  
  UL.TM_LISTING LI UL LI UL{
    margin:0px;
    padding-left:20px;
    border:0px solid black;
    display:list-item;
    list-style-type:none; 
  }
  
  UL.TM_LISTING LI UL LI UL LI{
    padding-left:16px;
    margin: 0px 0px 0px 0px;
  
  }
  
  #CM_FAQ {
    padding-left: 40px;
  
  }
  
  #CM_FAQ A{
    font-weight:bold;
    font-style:italic;
  }
  
  
  /* Arborescence */
  
  .TM_treeview UL{
    margin:0px;
    padding-left:0px;
    border:0px solid black;
    display:list-item;
    list-style-type: none;
  }
  
  .TM_treeview LI{
    padding-left:0px;
    margin: 2px 0px 0px 0px;
    background-color:#f7f7f7;
    background-repeat: no-repeat;
  }
  
  .TM_treeview #dvTreeHeader{
    background-color:#adadad;
    color:#fff;
    height:18px;
    padding-left:5px;
    padding-top:5px;
  }
  
  .TM_treeview #TM_treeviewcontent{
    position:relative;
    padding-top:5px;
    height:19px;
    border-right:1px solid #dedede;
    border-bottom:1px solid #dedede;
  }
  
  
  /* FIN arborescence */
  
  /* DEBUT Liste entreprise */
  .TM_Entreprise_list_form_table, .TM_Entreprise_list_form_table *{
    margin:0px !important;
    padding:0px !important;
  }
  
  .TM_searchResult2 {
    border-top: 1px solid #ffffff !important;
    border-right: 0px solid #D9D9D9;
    border-left: 0px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9 !important;
    padding:0px;
    margin:0px;
  }
  
  .TM_searchspacer{
    background-color:#ffffff;
    border-left:1px solid #D9D9D9 !important;
    border-right:0px solid #ffffff !important;
    width:1px;
  }
  
  .TM_searchResultHeader{
    background-color:#adadad;
    color:#fff;
    height:18px;
    padding-left:5px;
    padding-top:5px;
  }
  
  .TM_ENTREPRISE_LIST_FORM {
  line-height: normal
  }
  
  .TM_ENTREPRISE_LIST_FORM td {
  background-color: #FFFFFF;
  }
  
  .divOutputEntList #btnCloseEntList {
  font-size: 21px;
  float: right;
  padding-right: 5px;
  }		
  
  .TM_SearchTabledv table {
  margin-bottom: 0px !important;
  } 
  
  .divOutputEntList .icon-ok {
  float: right;
  margin-top: 1px;
  padding-right: 5px;
  }
  
  .TM_SearchTabledv .TM_ENTREPRISE_LIST_FORM td,
  .TM_SearchTabledv .TM_ENTREPRISE_LIST_FORM .container,
  .TM_SearchTabledv .TM_ENTREPRISE_LIST_FORM .row,
  .TM_SearchTabledv .TM_ENTREPRISE_LIST_FORM .has-feedback,
  .TM_SearchTabledv .TM_ENTREPRISE_LIST_FORM input,
  .TM_ENTREPRISE_LIST_FORM tr,
  .TM_ENTREPRISE_LIST_FORM td,
  .TM_ENTREPRISE_LIST_FORM .has-feedback,
  .TM_ENTREPRISE_LIST_FORM .no-padding,
  .TM_ENTREPRISE_LIST_FORM input[type='search'],
  .TM_ENTREPRISE_LIST_FORM .row {
  margin-bottom: 0px;
  }
  
  .TM_treeview {
    line-height: 1.42857143;
  }
  
  .TM_treeview td input {
  vertical-align: baseline;
  margin-top: 2px;
  }
  
  .TM_treeview td input[type='checkbox'] {
  margin-right: 0px;
  }
  
  .TM_treeview .TM_searchResult2 {
  vertical-align: top;
  border-top: 0 !important;
  }
  
  .TM_treeview .entDisabled {
  color: #696969;
  }
  
  .TM_treeview .TM_searchResult2 .glyphicon,
  #tblJL .glyphicon {
  font-size: 12px;
  margin-top: -2px;
  color: #000000;
  }
  
  .TM_treeview .icon-ok,
  .TM_treeview strong {
  color: #000000;
  }
  
  #divOutput_df_fldFieldENTPARENT,
  #divOutput_fldINFOHOLDINGPROFILEUSE_entrepriseID {
  max-height: 185px;
  }
  
  #divOutput_df_fldFieldENTPARENT #rowSelect,
  #divOutput_fldINFOHOLDINGPROFILEUSE_entrepriseID #rowSelect {
  display: none !important;
  }
  
  /* FIN Liste entreprise*/
  
  
  .TM_OPborderAchievementCriteria{
    border: 2px solid #c3c5c8;
    height: 20px;
  }
  
  
/******* END ********** list.cfm ************** END **************/


/********************* page.cfm **********************************/
.TM_PAGING{
    padding:0;
    margin:0 auto;
    width:90%;
    list-style-type:none;
  }
  
  /* Élément de page disponible */
  .TM_PAGING li { display:inline; }
  
  /*
  ______________________________________________________________________________________________________________
  //¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
    Pagination (tools.interface.recordpager)
  \\_____________________________________________________________________________________________________________//
  ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  */
  
  .TM_RECORDPAGER 
  {
    margin:0; 
    padding:0; 
    line-height:20px;
  
    margin:0; 
    padding:0; 
    line-height:20px;
  }
  
  .TM_RECORDPAGER_NAV_ACTIVE, .TM_RECORDPAGER_NAV_INACTIVE,
  .TM_RECORDPAGER_FIRST_INACTIVE, .TM_RECORDPAGER_NEXT_INACTIVE, .TM_RECORDPAGER_PREV_INACTIVE, .TM_RECORDPAGER_LAST_INACTIVE,
  .TM_RECORDPAGER_FIRST_INACTIVE_ON, .TM_RECORDPAGER_NEXT_INACTIVE_ON, .TM_RECORDPAGER_PREV_INACTIVE_ON, .TM_RECORDPAGER_LAST_INACTIVE_ON,
  .TM_RECORDPAGER_FIRST,
  .TM_RECORDPAGER_NEXT,
  .TM_RECORDPAGER_PAGELINK,
  .TM_RECORDPAGER_PAGE_SELECTED,
  .TM_RECORDPAGER_PREV,
  .TM_RECORDPAGER_LAST 
  {
    display:block; 
    float:left;  
    width:30px; 
    text-align:center; 
    color:#000;
  }
  
  .TM_RECORDPAGER_PAGE_TEXTBOX
  {
    display:block; 
    float:left;
    color:#000;
  }
  
  a#aRecordPagerFirst font{ visibility:hidden; }
  
  a#aRecordPagerNext font{ visibility:hidden; }
  
  a#aRecordPagerPrev font{ visibility:hidden; }
  
  a#aRecordPagerLast font{ visibility:hidden; }
  
  .TM_RECORDPAGER_PAGELINK 
  {
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .TM_RECORDPAGER_PAGE_SELECTED:not(span)
  {
  
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    text-decoration: none;
    border: 1px solid #337ab7;
  }
  .TM_RECORDPAGER_PAGE_SELECTED:hover {
    text-decoration: none;
    color: white;
  }
  .TM_RECORDPAGER_PAGELINK:hover 
  {
    text-decoration:none;
    text-decoration: none;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
  }
  
  .TM_RECORDPAGER_PAGE_HOLDER 
  {
    width:auto; 
	height:16px;
  }
  
  .TM_RECORDPAGER_INFO 
  {
    width:auto; 
    display:block;
  }
  
  span.TM_RECORDPAGER_FIRST_INACTIVE, span.TM_RECORDPAGER_NEXT_INACTIVE, span.TM_RECORDPAGER_PREV_INACTIVE, span.TM_RECORDPAGER_LAST_INACTIVE 
  {
    display:none;
  }
  
  span.TM_RECORDPAGER_FIRST_INACTIVE_ON, span.TM_RECORDPAGER_NEXT_INACTIVE_ON, span.TM_RECORDPAGER_PREV_INACTIVE_ON, span.TM_RECORDPAGER_LAST_INACTIVE_ON 
  {
    display:inline;
  }
  
  .TM_RECORDPAGER_NAV_ACTIVE 
  {
    display:inline; 
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .TM_RECORDPAGER_NAV_INACTIVE 
  {
    display:none;
  }
  /*
  ===============================================================
  Affichage du tableau des résultats de la recherche utilisateur
  ===============================================================
  */
  #Result td.selected {	background-color:#ECF3D0;}
  
  
  /*
  ============================================================
  Affichage des informations de base de l'employé (recherche)
  ============================================================
  */
  #TM_BROWSE_USER_PROCESS_VIEW td.TM_LABEL {font-weight:bold;}
  
  
/******* END ********** page.cfm ************** END **************/


/********************* thickbox.cfm **********************************/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#3B59B7;
}

#TB_window a:link {color: #E2E2E2;}
#TB_window a:visited {color: #E2E2E2;}
#TB_window a:hover {color: #fff;text-decoration: none;}
#TB_window a:active {color: #E2E2E2;}
#TB_window a:focus{color: #E2E2E2;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=20);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #3B59B7;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img {
	display:block;
	margin: 5px 0px 3px 3px;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #666;
	border-left: 0px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:0px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:0px 5px 7px 0px;
	margin-bottom:1px;
	margin-top:0px;
	text-align:right;
	float:right;
	display:inline;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0px 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#eff0e4;
	height:27px;
	color:#79AADE;
	font-size:14px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/******* END ********* thickbox.cfm ************** END **************/


/********************* input.cfm **********************************/


input[type="text"], input[type="file"], input[type="password"], select, textarea {
	border:1px solid #7E9DB9; margin: 0;
}

textarea {
	resize: both;
}

.v6_select_wrapper {
	position:relative;
}
.v6_select_label {
	position:absolute;
	display:block;
	top:3px;
	left:0;
	z-index:1;
	margin:2px 0;
	padding:2px 1px 1px 2px;
	height:14px !important;
	line-height:12px !important;
	border:1px solid #7E9DB9;
	background-color:#fff;
	color:#000 !important;
	font-size:11px !important;
	overflow:hidden;
}

.v6_select_hide {
	position:relative;
	filter:alpha(opacity=0);
	moz-opacity:0.0;
	opacity:0.0;
	z-index:2;
}


/* Uniformisation des champs du formulaire (Mantis 93996) '*' va impacter tous les enfants de la classe TM_DYN_TD */
.TM_DYN_TD, .TM_DYN_TD * {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0px;
	margin-bottom:2px;
}

/* Pour ne pas avoir d'espaces dans les select en firefox */
.TM_DYN_TD select {
	padding-right:0px;
}

/* Uniformisation des champs du formulaire (Mantis 93996) '*' va impacter tous les enfants de la classe TM_DYN_TD */
.TM_ENTREPRISE_LIST_FORM * {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0px;
	padding-left:1px;
	padding-right:0px;
	margin-bottom:2px;
}

.tm_scrollboxVerySmallHeight{
	height:80px;
}
.tm_scrollboxSmallHeight{
	height:125px;
}
.tm_scrollboxMediumHeight{
	height:185px;
}
.tm_scrollboxLargeHeight{
	height:325px;
}

.cmcnonmandatory{
	color: #FF0000;
}

.cmcmandatory{
	color: #4890CF;
}


.tm-info-required 
{
    padding: 20px 0 10px;
}

.textplusprint{
	display:none;
}

.TM_IMGDELETE:hover {
	text-decoration:none;
	background-color:#EEE;
}


/* L'instance est en position relative, car les TM_DYN_NUMBER et TM_DYN_DELETE_LINK doivent être en absolue dans celle-ci */
/* Container de tous les champs de l'instance  */
.TM_DYN_INSTANCE 
{
    position:relative;
}
.TM_DYN_INSTANCE TABLE
{
    margin-top:12px; border:0px red solid;
}

/* Positionnement absolue dans l'instance */
span.TM_DYN_NUMBER, span.TM_DYN_DELETE_LINK {
	top:0px;
	left:10px;
	font-weight:bold;
}

/* Position spéciale pour le lien supprimer */
span.TM_DYN_NUMBER {
	float:none;
}

/* Lien supprimer (une instance) */
span.TM_DYN_DELETE_LINK 
{
    right:0; text-align:right;float: right;
}

.TM_DYN_CONTAINER {
	overflow:hidden;
	height:20px;
}

.PDF_0 .TM_DYN_ROW {clear: both; overflow: hidden;}

/* Libellé des champs */
.TM_DYN_TH {
	padding-top:6px;
	min-height:20px;
	font-weight: bold;
}
.PDF_0 .TM_DYN_TH { float: left; }
.PDF_1 .TM_DYN_TH, .PDF_1 .TM_DYN_TD { width: auto !important; }
.PDF_0 .TM_DYN_TH > label { float: left; }

.PDF_1 .sr-only { display: none; }
/* Input du champ (ou texte en lecture seule) */
.PDF_0 .TM_DYN_TD { float:left; }


.TM_CV_INSTANCE_SPACER td { height:10px; padding:0; margin:0; border-collapse:collapse;}

/* Pour retirer le padding/margin bottom sur les liens "Ajouter" des sections à instance */
#dynMasterTable .TM_titlePage-Link 
{
    padding-bottom:0; 
    margin-bottom:0;
}

/* Pour l'indentation des champs dans l'aborescence des sections (regroupement de section vs section root) */
div.TM_DYN_LVL_1 {padding-left:30px;}
div.TM_DYN_LVL_2 {padding-left:60px;}


body.PDF_1 .TM_PDF_SELECT{
	border:1px solid black;
	padding:2px;
}

/*
  ______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
	textplus
\\_____________________________________________________________________________________________________________//
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
*/


.TM_TEXTPLUS_EDITOR {
	margin:0px;
}

.TM_TEXTPLUS_DIV {
	display:block;
	border: thin solid #C3C5C8 !important;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding:5px;
	margin:5px;
	position:relative;
	margin-left:0px !important;
}

.TM_TEXTPLUS_DIV2 {
	background-color:#ececec;
	border:1px dotted #6180d6 !important;
}

A.TM_TEXTPLUS_DIV_ANCHOR IMG {
	width:100%;
	height:100%;
	border:0px;
}

.inputNumberFormat{ color:black; text-align:right; }
.inputNumberFormatDisable{ 
    border:0px solid; 
    color:black; 
    display: inline; 
    text-align:right;
    vertical-align:middle; 
    height:18px; 
    padding-right:3px;
    padding-top:2px;
    white-space: nowrap; 
}

.inputPercentFormatDisable{ 
    border:0px solid;
    color:black;
    display: inline;
    text-align:center;
    vertical-align:middle;
    height:18px;
    padding-right:3px;
    padding-top:2px;
    white-space: nowrap;
}


.form-accessibility-hidden { visibility:visible; display:none; }



.ui-multiselect-checkboxes li {
 	position:relative;
 	padding-left:24px !important;
 	overflow-y:visible !important;
  }

.ui-multiselect-checkboxes li input{
   	position:absolute;
   	top:1px;
   	left:1px;
}


.ui-multiselect-checkboxes li .focus-border{
  	border:1px dotted gray !important;
}

.tblDivCell {
	float:left;
}

.tblDivRow {
	overflow:hidden;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
}

/* lightbox lost password */
.fieldRow {margin-bottom: 10px;}
.fieldRow label {font-weight: bold; width: 145px;}
.fieldRow span,
.fieldRow label {float: left;}
.fieldRow span.vInputRequired {float: none;}
.fieldRow span input {margin: 0 5px;}

/* password */
.rulesBox
{
	margin-left:50px;
	border:1px dotted black;
	background-color:#efefef;
	padding: 2px;
	min-width: 270px;
}
.rulesBox  .pw_state {margin: 0 5px 0 20px;}
.rulesBox span:not(.far,.fas) {font-weight: bold;} /*Ne pas inclure les font awesome, car ca rempli les formes (Ex: couleur l'interieur d'un cercle)*/

.breaker {clear: both;}
.leftAlign {
    float: left; margin-right: 10px;
}

/******* END ********** input.cfm ************** END **************/


/********************* autodiag.cfm **********************************/
p.legends{
	text-align: center; 
}

p.legends table{
	width: 50%;
}

#result-tb { 
	border: 1px solid #ccc; 
	background: #FAF9F9;
}

#result-tb img 
{
	border: 0px; 
	margin: 1px 0px;
}

#result-tb td{ 
	height: 30px;
}

#result-tb td.y{
	text-align: right; 
}

#result-tb td.y label{ 
	margin-right: 10px; 
}

#result-tb td.pourc{ 
	text-align: center; 
	line-height: 20px; 
	font-weight:bold; 
}

#result-tb td.avance{ 
	padding-left: 1px; 
	margin: 0px; 
	text-align: left; 
}

#result-bar1 td{
	height: 20px;
}

span.ini{
	color: #AFB28C;
}

span.fin{
	color: #557795;
}
		
p.next{
	margin-left: 10px;
}

p.next img{
	display: none;
 }
 
p.next span{
	border: 0px;
}

p.previous{
	margin-left: 10px;
}

p.previous img{
	display: none;
}

p.previous span{
	border: 0px;
}

p.page span{
	border: 0px;
}

p.page-active{
}

p.page-active span{
	border: 0px;
}

p.actions{
	text-align: center;
}

#msg-box{
	padding: 20px; 
	background: #f5f5f5; 
	border: 1px solid #ccc; 
	text-align: center; 
}

/******* END ********** autodiag.cfm ************** END **************/


/********************* campus.cfm **********************************/
/* TOOL BOX > Barre d'outils (Nom, prénom, recherche, quitter) */
#tool-box{
	display: none;
}

#tool-box table{
	margin: 5px 0px; 
	width: 100%; 
}

#tool-box table td{
	line-height: 25px;
}


#welcome-box span.user-text{
	font-weight: bold;
}

#search-box{
	margin: 0px 0px 0px 10px;
}

/* CAMPUS BOX > Structure du campus */
#campus-box table{
	width: 100%; 
	margin-top: 5px; 
} 

#campus-box table tr{
	vertical-align: top;
}

/* ACCUEIL DU CAMPUS > 2 colonnes de 50 % */
#campus-box table td.edito-campus{
	width: 57%; 
}

#campus-box table td.cat-campus{
	width: 43%; 
}

/* AUTRES PAGE DU CAMPUS > 1 colonne de 20 % + 1 colonne de 80 % */
#campus-box table td.menu-campus{ 
	width: 20%; 
	background: #f4f4f4; /* Fond du menu de gauche */
	margin-top: 2px; 
	padding: 0px; 
} 

#campus-box table td.body-campus{ 
	width: 80%; 
}

/* affichage du téléchargement du catalogue */ 
#campus-box #other-box{
	display: none;
}


/* CATALOGUE BOX > Boite à l'accueil du campus */
#catalogue-box{ 
	margin: 20px; 
	background: #F4F4F4;
}

#catalogue-box h3{ 
	margin: 0px;
	text-transform: uppercase;
	border-bottom: solid 1px #fff; 
}

#catalogue-box ul{ 
	list-style-position: inside; 
	padding: 5px 20px; 
	margin: 0px; 
}

#catalogue-box li img{
	display: none; 
}


#catalogue-box ul ul{
	list-style-position: inside; 
}


/* MY CAMPUS BOX & MYPROGRAM BOX > Menus de gauche */
#myprogram-box p.tprogram{ 
	margin: 5px 0px; 
	text-align: center; 
}

#mycampus-box h3, #myprogram-box h3{ 
	margin: 0px;
	text-align: center;
}

#mycampus-box ul, #myprogram-box ul{ 
	list-style-position: inside;
	margin: 0px;
	padding: 0px; 
}

#mycampus-box li, #myprogram-box li{ 
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px; 
}
#mycampus-box li a, #myprogram-box li a{ 
	display: block; 
	padding: 2px;
	margin: 2px 0px;
}

#mycampus-box li a:hover, #myprogram-box li a:hover{ 
	background: #A6AE74;	
	color: #fff;
	text-decoration: none;
}

#mycampus-box li.active a, #myprogram-box li a.active{
	background: #A6AE74;
	color: #fff;
}


/* PROGRAMLIST BOX > Liste des programmes (page 2) */
#programlist-box{
	margin: 10px 0px 0px 20px; 
}

#programlist-box p{
	font-style: italic; 
}

/* PROGRAMME BOX > Détail du programme (page 3) */
#programme-box{
	margin: 10px 0px 10px 20px; 
}


#programme-box li{
	list-style: decimal;
}

#programme-box p.conseil{
	font-style: italic;
}

/******* END ********** campus.cfm ************** END **************/



/********************* minisite.cfm **********************************/
#autoformation-box{
	text-align: left;
}

#autoformation-tb td.right img{
	display: none; 
}

#autoformation-tb p.hotline{
	margin-right: 5px; 
	display:none; 
}


/********************************************************************
		MULTIMODE BOX
********************************************************************/
#multimode-box{
	text-align: left; 
}

#multimode-tb td.left img{
	display: none; 
}

#multimode-tb p.hotline{ 
	margin-left: 5px; 
	display: none;
}


/********************************************************************
		FRISE BOX > Différentes étapes d'un MULTIMODE
********************************************************************/
#frise-box{ 
	padding: 0px;
	text-align: left; 
}

#frise-box p.tfrise{ 
	font-style: italic; 
	color: #000;
}


/*************************** FRISE EN MODE ONGLET *******************************/

/*** end mode ONGLET *************************************************************/

/*************************** FRISE EN MODE FLECHES *******************************/


#frise-box #frise-tab td { 
	padding:0;
	margin:0;
	font-weight:bold;
	height:87px;
}

#frise-box #frise-tab td.interstep{
	vertical-align:top;
}

#frise-box #frise-tab td.selectstep{
	text-align: left;
	padding:0 5px 0 5px;
	
}


#frise-box #frise-tab td.selectstep p
{ 
	margin: 2px;
	text-align: left; 
}

#frise-box #frise-tab td.step{
	text-align: left;
	padding:0 5px 0 5px;
}


#frise-box #frise-tab td.step p{ 
	margin: 2px;
	text-align: left; 
}

#frise-box #frise-tab td a{
	color:#E5D299;
	text-decoration:none;
}

#frise-box #frise-tab td a:hover{
	text-decoration: underline;
}

#frise-box #frise-tab td.selectstep a{
	color:#FFF;
	
}

/*** end mode FLECHE *************************************************************/

/********************************************************************
					MODULES BOX > Liste des modules
********************************************************************/
#modules-box{ 
	border: 0px solid #ccc; 
	margin: 5px;
}

#modules-box table{
	width: 100%; 
}

#modules-box h3 img{
	vertical-align: middle; 
	margin-right: 10px;
}

#modules-box p.date label{ 
	font-weight: bold; 
}

#modules-box p.file label{ 
	font-weight: bold; 
}

#modules-box .modules_title{ 
	width: 40%; 
}

#coursgen-box{
	text-align:center;
}

#coursgen-box table{
	width:100%;
}

#coursgen-box table th{
	padding-left: 0px;
}

/********************************************************************
					MODULES REQUIRED & OPTIONALS
********************************************************************/
#modules-box div p{ 
	font-style: italic;
	margin-bottom: 5px;	
}


/* MODULES BOX ***********************************/


#modules-box table table th , #modules-box table table td {
	padding: 1px 1px 1px 1px;
	border-width: 0;
	border-style: solid;
	border-color: #FFFFFF;
}

#modules-box table th{
	text-align: left; 
	background:#BABABA;
	line-height:11px;
	color:#F7F7F7;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
}

#modules-box table td{
	background-color:#FFFFFF;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9; 
}

#modules-box table td.center{
	text-align: center;
	width: 50px;
}


#modules-box table td.progress div.progressbar{
	float: left;
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 100px;
	border: 1px solid #000;
}

#modules-box table td.progress div.percent{
	float: right;
	width: 30px;
	margin: 0px;
	padding: 0px;
	height: 14px;
}
/******* END ********** minisite.cfm ************** END **************/



/********************* classroom.cfm **********************************/
/********************************************************************
                  DEFINITIONS DE BASE 
********************************************************************/

#container-box{
    width: 863px;
    margin: 11px auto; /* alignement au centre pour FireFox */
    text-align: left;
    background: #fff;
  }
  
  /********************************************************************
                    PAGE DE LOGIN
  ********************************************************************/
  #login-box fieldset{ 
    width: 498px;
    border: solid 1px #760B7C;
    background: #fff;
    padding-top: 1px;
  }
  
  #login-box h1{ 
    margin: 0px; 
    padding: 0px; 
  }
  
  #login-box h2{ 
    display: none; 
  }
  
  #login-box h3{ 
    display: none; 
  }
  
  #login-box #options-box{ 
    margin: 0px; 
    background: #fff; 
    border-bottom: 1px solid #7A7A72; 
  }
  
  /* LOGIN BOX *************************/
  #login-box{ 
    text-align: center; 
    margin-top: 100px; 
  }
  
  #login-box fieldset legend{ 
    display: none; 
  }
  
  #login-box #fields-box{ 
    margin: 0px auto; 
    padding-top: 11px; 
  }
  
  #login-box #fields-box table{ 
    margin: 0px auto; 
  }
  
  #login-box #fields-box table label{
    text-align: right;
  }
  
  #login-box #fields-box table input{ 
    width: 150px; 
    text-align: left; 
  }
  
  #login-box #fields-box td.go{ 
    text-align: left;
  }
  
  #login-box #options-box p.savepass{
    text-align: center;
  }
  
  #login-box #options-box p.savepass input{
    width: 15px; 
    margin-right: 11px; 
  }
  
  #login-box #options-box p.hotline{
    margin-bottom: 11px; 
    padding-bottom: 20px; 
    text-align: center; 
  }
  
  #login-box #options-box p.hotline span{
    text-align: left; 
  }
  
  #login-box p.forget{
    text-align: center;
  }
  
  .links_menu_2{
    color: #FFFFFF;
    font-weight:bold;
    text-decoration: none;
    font-size: 11px;
  }
  
  .links_menu_2:hover {
    color: #000000;
    font-weight:bold;
    text-decoration: underline;
  }
  
  /********************************************************************
                    PAGE DE PARCOURS
  ********************************************************************/
  #parcours-box h3{
    text-align: left;
  }
  
  #listParcours{
    margin: 0px;
    padding: 0px;
  }
  
  #listParcours p{
    margin: 11px 0px;
  }
  
  
  #listParcours p a:hover{ 
    text-decoration: none; 
    background: #575D74;
    color: #fff;
  }
  
  /* PARCOURS BOX *************************/
  #parcours-box{
    text-align: center;
  }
  
  #parcours-box table{
    width: 100%;
  }
  
  #parcours-box table td.left img{
    display: none;
  }
  
  #parcours-box table td.right img{
    display: none;
  }
  
  /********************************************************************
                    HEADER (top.cfm)
  ********************************************************************/
  #header-box{
    margin: 5px 0px 0px 0px;
  }
  
  #header-box table{
    width: 100%;
  }
  
  #header-box h1{
    margin: 0px; 
    padding: 0px; 
  }
  
  #header-box h2{
    margin: 0; 
    padding: 0; 
  }
  
  /********************************************************************
                    FOOTER (bottom.cfm & bottom_portail.cfm)
  ********************************************************************/
  #footer-box div.callback{ 
    margin: 15px 0px;
    text-align: center; 
    color: #666; 
  }
  
  #footer-box div.sigal{
    margin: 5px 0px;	
    font-size: 9px;
    color: Gray;
    text-align: center;
  }
  
  /********************************************************************
                    NAVIGATION (menu_portail.cfm)
  ********************************************************************/
  #nav-box table{
    width: 100%;
  }
  
  
  
  #nav-box td a.selected{ 
    color: #fff;
    text-decoration: none;
    background: #760b7c;
  }
  
  #nav-box td a:hover{ 
    color: #f2ae02;
    text-decoration: none;
    background: #575D74;
  }
  
  #nav-box td.flags{
    text-align: center; 
    padding-left: 11px;  
  }
  
  #nav-box td.flags a{
    border: 0; 
    padding: 0;
    display: inline; 
  }
  
  #nav-box td.flags a:hover{ 
    background: transparent; 
  }
  
  /********************************************************************
                    NAVIGATION ET HEADER SUR UNE LIGNE(menu.cfm)
  ********************************************************************/
  #nav2-box{
    margin: 0px; 
    border: 0px;
    width: 100%;  
    text-align: right;
  }
  
  #nav2-box table{ 
    width: 100%; 
  }
  
  #nav2-box td{
    padding: 0px;
    margin: 0px;
    background: none;
  }
  
  #nav2-box td a{ 
    border-right: 1px solid #939393;
    padding: 0px 20px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    background: none;
  }
  
  #nav2-box td a.selected{
    text-decoration: underline;
  } 
  
  #nav2-box td a:hover{
    text-decoration: underline;
  } 
  
  #nav2-box td.last a{ 
    border: 0px; 
  } 
  
  #nav2-box td.flags{ 
    text-align: center; 
    padding-left: 5px; 
  }
  
  #nav2-box td.flags a{ 
    border-right: 0px; 
    padding: 0px; 
  } 
  
  /********************************************************************
                        TOUS LES EDITOS
  ********************************************************************/
  #edito-box{
    margin: 20px 0px;
    padding: 0px;
  }
  
  #edito-box div.edito-text{
    border: 1px solid #9d9da1;
    margin: 0px;
    padding: 5px;
  }
  
  
  /********************************************************************
                        ABSTRACT
  ********************************************************************/
  
  /* ABSTRACT BOX ***********************************/
  #abstract-box{
    margin: 11px 0px 11px 20px;
  }
  
  #abstract-box table{ 
    width: 100%;
  }
  
  #abstract-box table td{
    width: 50%;
  }
  
  #abstract-box li{
    list-style-type: circle;
  }
  
  #abstract-box p{ 
    margin: 8px; 
  }
  
  #abstract-box p.launch{
    text-align: center;
  }
  
  #abstract-box p.launch img{
    border:0px;
  }
  
  #abstract-box p.tech{
    text-align: center; 
  }
  
  #abstract-box #fiche{ 
    margin: 5px auto; 
    width: 150px; 
    text-align: center; 
  }
  
  /********************************************************************
                        TOUS LES MODULES
  ********************************************************************/
  #allmodules-box table th a{
    color: #fff;
  }
  
  /* ALL MODULES BOX *************************************/
  #allmodules-box{
    margin: 15px 0px 0px 0px;
  }
  
  
  #allmodules-box table{
    width: 100%;  
  }
  
  #allmodules-box table th{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    height: 25px;
  }
  
  #allmodules-box table td{
    padding: 3px;
    line-height: 20px;
  }
  
  #allmodules-box table tr.ress0_campus td{
    background: #f4f4f4;
  }
  
  #allmodules-box table tr.ress1_campus td{
    background: #fff;
  }
  
  /********************************************************************
                        PROFIL
  ********************************************************************/
  
  /* CLASSES UTILES *************************/
  BODY.GUIVERSION_0 .close{ 
    display: none; 
  }
  
  BODY.GUIVERSION_0 .open{ 
    display: block; 
  }
  
  BODY.GUIVERSION_0 .left{ 
    margin: 0; 
  }
  
  BODY.GUIVERSION_0 .right{ 
    margin: 0; 
  }
  
  BODY.GUIVERSION_0 .center{ 
    text-align: center; 
  }
  
  BODY.GUIVERSION_0 .top{ 
    text-align: right; 
  }
  
  .weekCalendar-weekend{
    background-color:#F8F8F8;
  }
  
  
  /********************************************************************
                Style pour le nouveau classroom
  ********************************************************************/
  
  #classroomV2 #classroomOutputContent #leftCol{
    float:none;
  }	
    
  #classroomV2 .box-class{
    padding: 5px; 
    background: #f5f5f5; 
    border: 1px solid #ccc; 
    height:70px;
    border-radius:5px;
  } 
  
  #classroomV2 .box-icone{
    float:left;
    margin-right:10px;
  }
  
  #classroomV2 .box-right{
    padding-top:5px;
    float:right;
    position:relative;
  
  } 
  #classroomV2 .box-left{
    text-align: left; 
    float:left;
    position:relative;
    height:100%;
    vertical-align:middle;
  } 
  
  #classroomV2 .box-msg1{
    font-size:18px;
    color:#660000;
    font-weight:bold;
    padding-top:15px;
  }
    
  #classroomV2 .diffModdTxt{
    font-size:17px;
    color:#79757E;
  }
  
  #classroomV2 .header2Question, #classroomV2 label{
    font-weight:normal;
  
  }
  
  #classroomV2 #coursesList .courseinforight{
    border-right: #b7b7b7 1px solid;
  }
  
  
  #classroomV2 .inscriptionaction-title{
      background-color:#00A7E2;
      margin-left: 19px;
      height: 25px;
      padding-top:4px;
      padding-bottom:4px;
      padding-right: 10px;
      padding-left: 10px;
      color:#FFFFFF;
      font-size:14px;
      font-weight:bold;
  }
  
  #classroomV2 .inscriptionaction-title a{
      color:#FFFFFF;
  }
        
  #classroomV2 div.inscriptionaction-un{
      position:relative;
      float: right;
      height: 25px;
      margin-left: 19px;
      margin-top: 6px;
  } 
        
  #classroomV2 #classroomToolsTabsV2.tm-element-menu-header.ui-widget-header LI{
    float:none;
  }
  
  #classroomV2 #classroomToolsTabsV2.tm-element-menu-header.ui-widget-header{
    background:#E6E6E6 none no-repeat;
  }
  #classroomV2 #classroomToolsTabsV2.tm-element-menu-header.ui-widget-header .ui-tn-widget-link{
    color:#414141;
    font-weight:bold;
  }
  
  #classroomV2 .learningactivitypicture{
    margin-right:0px;
  }
  
  #classroomV2 #leftCol .learningactivitypicture .ctg-picture{
    margin-right:0px;
  }
  
  #classroomV2 .divCenter {
    margin-right:10px;
    margin-left:10px;
  }
  
  #classroomV2 #divCurrentDate {
    font-size:22px;
    color:#00A7E2;
    margin-bottom:5px;
    
  }
  
  #classroomV2 #divToolsTitle {
    font-size:20px;
    color:#00A7E2;
  }
  
  #classroomV2 #coursesList .coursListBox {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
  }
  
  #classroomV2 #coursesList .ui-tn-widget-li {
    border-top:0px;
  }
  
  #classroomV2 .courseinforight .ttlHeader{
    border-top: #b7b7b7 1px solid;
  }
  
  #classroomV2 #coursesList .ttlHeader{
    padding-top:0px;
  }
  
  #classroomV2 .columnTitle{
    height:60px;
  }
  
  #classroomV2 .boxsizing {
    width:100%;
  }
  
  #classroomV2 .shareButton {
    float:right;
  }
  
  #classroomV2 #coursesList .circleMask{
    margin-left:0px;
  }
  
  
  #classroomV2 .divSenderName{
    font-size:16px;
    font-weight:bold;
  }
  
  #classroomV2 .divSenderMessage{
    color:#999999;
  }
  
  #classroomV2 .ctg-picture {
    border-top-left-radius:5px;
    border-top-right-radius:5px;
  }
  
  #classroomV2 #classroomToolsTabsV2{
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
  }
  
  #classroomV2 #leftCol .ui-tn-widget-li{
    border-right:0px;
  }
  
  #classroomV2 .ttlHeaderDiffMod{
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc;
    font-size:16px; 
    color:#868686;
    font-weight:bold;
    padding:5px;
    background-color:#E6E6E6;
  }
  
  #classroomV2 DIV.TM_titlePage-directive{
    background-color:#FFFFFF;
    border-top:0px;
    border-bottom:0px;
    padding:12px 0px 12px 0px;
  }  
/******* END ********** classroom.cfm ************** END **************/


/********************* stylesheet.cfm **********************************/
#modules-box div.rendezvous table th , #modules-box div.rendezvous table td {
	padding: 1px 1px 1px 1px;
	border-width: 0;
	border-style: solid;
	border-color: #FFFFFF;
}

#modules-box div.rendezvous table th{
	text-align: left;
	background:#BABABA;
	line-height:11px;
	color:#F7F7F7;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
}

#modules-box div.rendezvous table td{
	background-color:#FFFFFF;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}


/************************/

#course-box div.course-session table thead th{
	padding: 1px 1px 1px 1px;
	border-width: 0;
	border-style: solid;
	border-color: #D9D9D9;
}

#course-box div.course-session table tbody td{
	padding: 1px 1px 1px 1px;
	border-width: 0;
	border-style: solid;
	border-color: #D9D9D9;
	background-color:#FFFFFF;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

#course-box div.course-session table thead tr {
	font-weight:normal;
	background-color:#BABABA;
	line-height:11px;
	color:#F7F7F7;
}

#course-box div.course-session table thead th, #course-box div.course-session table tbody td {
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
}

#course-box div.course-session table table td { border: 0px !important; }

/************************/


#course-box div.course-waitinglist table thead th{
	padding: 1px 1px 1px 1px;
	border-width: 0;
	border-style: solid;
	border-color: #D9D9D9;
}

#course-box div.course-waitinglist table tbody td{
	padding: 1px 1px 1px 1px;
	border-width: 0;
	border-style: solid;
	border-color: #D9D9D9;
}

#course-box div.course-waitinglist table thead tr {
	font-weight:normal;
	background-color:#BABABA;
	line-height:11px;
	color:#F7F7F7;
}

#course-box div.course-waitinglist table thead th, #course-box div.course-waitinglist table tbody td {
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
}

#course-box div.course-waitinglist table table td { border: 0px !important; }

/************************/



#course-box div.course-header table th , #course-box div.course-header table td {
	padding: 1px 1px 1px 1px;
	border-width: 0;
	border-style: solid;
	border-color: #FFFFFF;
}

#course-box div.course-header table th{
	text-align: left;
	background:#BABABA;
	line-height:11px;
	color:#F7F7F7;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
}

#course-box div.course-header table td{
	background-color:#FFFFFF;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

#course-box div.course-minidesc table{
	width: 100%;
}

#course-box div.course-minidesc table th{
	background-color:#FFFFFF;
	color: #000;
	padding: 1px 5px;
	text-align: left;
	vertical-align:top;
}

#course-box div.course-minidesc table td{
	padding: 1px 5px;
	vertical-align:top;
	border: 0px;
}



.top_training_course_other{
	color:#000000;
}

.top_training_course_active{
	color:#000000;
}

.top_training_course_private{
	color:#0000FF;
}

.top_training_course_archived{
	color:#FF0000;
}

.TM_top_training_panel {
	/* meme couleur de bg que la class ui-tabs-panel dans ui.tabs.css */
    background-color: #F8F8F8 !important;
}

.TM_lstTopTrainingMenu {
	width:400px;
}

.TM_TEXTPLUS_DIV2 {
	border: thin solid #C3C5C8;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding:5px;
	margin:5px;
	cursor:pointer;
	display:block;
}

/*------------------------------------FRONT OFFICE------------------------------*/


/*------------------------Conteneur Principal----------------------------*/

body.MODE_JOBS ,
body.MODE_JOBSI {
	background-color: #ffffff;
}

body.MODE_JOBS #outputMainContainer ,
body.MODE_JOBSI #outputMainContainer {
    margin-left: auto;
    margin-right: auto;
    width: 910px;
    background-color: #ffffff;
}

/*------------------------Element du menu Header-------------------------*/


/*-------Police des éléments du header-------*/

body.MODE_JOBS #v6_headermenu A ,
body.MODE_JOBSI #v6_headermenu A {
font : 13px "Times"; color: #58595b;
text-transform : none;

}

/*Séparateur en pointillés à gauche du langage*/

body.MODE_JOBS #v6_headermenu #TM_PORTAL_COOLTOOL_LANGUAGE A ,
body.MODE_JOBSI #v6_headermenu #TM_PORTAL_COOLTOOL_LANGUAGE A {
border-left : gray 1px dotted;

}


/*-------Encadré de la recherche rapide-------*/

body.MODE_JOBS #v6_headermenu #JOBSEARCH span.reMiniloupe,
body.MODE_JOBSI #v6_headermenu #JOBSEARCH span.reMiniloupe{
padding-top : 3px;
padding-right :20px;
height : 17px;
border-top : #000000 1px solid;
border-bottom : #000000 1px solid;
border-right : #000000 1px solid;
border-left : #000000 1px solid;
z-index : 30;
}


/*----Label intégré à la recherche rapide-----*/

body.MODE_JOBS #v6_headermenu #JOBSEARCH span.reMiniloupe #fldKeywords,
body.MODE_JOBSI #v6_headermenu #JOBSEARCH span.reMiniloupe #fldKeywords{
height : 14px;
}

body.MODE_JOBS #v6_headermenu #JOBSEARCH span.reMiniloupe #fldKeywords_lbl,
body.MODE_JOBSI #v6_headermenu #JOBSEARCH span.reMiniloupe #fldKeywords_lbl{
z-index : 25;
}

/*-Encadré de la loupe de la recherche rapide-*/

body.MODE_JOBS #v6_headermenu #JOBSEARCH span.reMiniloupe A,
body.MODE_JOBSI #v6_headermenu #JOBSEARCH span.reMiniloupe A{
border-left : gray 1px solid;
position : absolute;
z-index :-1;
width : 2px;
}

/*Style de la zone de clic située sur la loupe*/

body.MODE_JOBS #v6_headermenu #JOBSEARCH A ,
body.MODE_JOBSI #v6_headermenu #JOBSEARCH A {
border-right : 0px;
margin-right : 2px;
}

body.MODE_JOBS #v6_headermenu #JOBSEARCH ,
body.MODE_JOBSI #v6_headermenu #JOBSEARCH {
padding-right : 10px;
}




/*---------------------------------Top Menu---------------------------------*/

/*---------Hauteur de la barre de menu--------*/

/*Liseré en arrière plan située sous la barre de menu*/

body.MODE_JOBS  #v6_topmenu_content ul,
body.MODE_JOBSI  #v6_topmenu_content ul{
background-image : none;
}


/*Style de la police des liens de la barre de menu*/

body.MODE_JOBS  #v6_topmenu_content .ui-tabs .ui-tabs-nav li A,
body.MODE_JOBSI  #v6_topmenu_content .ui-tabs .ui-tabs-nav li A{
	color : #434343;
	font: 10px "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-weight:normal;
	height : 25px;
	padding-top:18px;
	padding-bottom:0px;
	border-bottom: 3px solid #ABABAB;
	text-transform: uppercase;

}



body.MODE_JOBS .nav-link ,
body.MODE_JOBSI .nav-link {
color : #434343;
}

/*-Séparateur entre les items des menus et les dégradés gris/blanc des items du menu-*/



/*-Surcharge du background pour le rendre transparent*/

body.MODE_JOBS #v6_topmenu_content .ui-state-default,
body.MODE_JOBSI #v6_topmenu_content .ui-state-default{
background :transparent;
}



/*Supprime les marges */

body.MODE_JOBS #menubar .ui-widget ,
body.MODE_JOBSI #menubar .ui-widget {
font: 10px "Lucida Sans Unicode","Lucida Grande",sans-serif;
border-bottom : 0px;
border-left : 0px;
border-top : 0px;
border-right : 0px;
}


body.MODE_JOBS #menubar .ui-tabs-nav A ,
body.MODE_JOBSI #menubar .ui-tabs-nav A {
margin : 0px 0px 0px;
}

body.MODE_JOBS #menubar .ui-widget-header,
body.MODE_JOBSI #menubar .ui-widget-header{
background-color : #ffffff;
background-image : none;
color : #000000;
font-family: Arial ;
font-size:  15px;
border : 0px;
}

body.MODE_JOBS  #dialog-modal form div h2,
body.MODE_JOBSI  #dialog-modal form div h2{
font-size:  19px;
}




/*----------------Menu Accordeon ----------------*/


body.MODE_JOBS div.nav-extend .ui-state-active a,
body.MODE_JOBS div.nav-extend .ui-state-default a,
body.MODE_JOBS div.nav-extend .ui-accordion-content-active a ,
body.MODE_JOBSI div.nav-extend .ui-state-active a,
body.MODE_JOBSI div.nav-extend .ui-state-default a,
body.MODE_JOBSI div.nav-extend .ui-accordion-content-active a {
  font-size: 10px ;
  font-family : "Lucida Sans Unicode","Lucida Grande", sans-serif ;
  background-color : #f3f3f3;
  text-transform:uppercase;
  }
body.MODE_JOBS div.nav-extend .ui-state-active a,
body.MODE_JOBS div.nav-extend .ui-state-hover a,
body.MODE_JOBS div.nav-extend .ui-accordion-content-active a:hover ,
body.MODE_JOBSI div.nav-extend .ui-state-active a,
body.MODE_JOBSI div.nav-extend .ui-state-hover a,
body.MODE_JOBSI div.nav-extend .ui-accordion-content-active a:hover {
  font-size: 10px ;
  font-family : "Lucida Sans Unicode","Lucida Grande", sans-serif ;
  color:#4B4B4D!important;
  text-decoration : underline;
}

body.MODE_JOBS h3.nav-link,
body.MODE_JOBSI h3.nav-link{
  border-top : 0px;
  border-left : 0px;
  border-bottom : 0px;
  border-right : 0px;
  margin-top: 0px;
}

body.MODE_JOBS #menu-jobs li ul li, body.MODE_JOBS #menu-jobs li ul li a ,
body.MODE_JOBSI #menu-jobs li ul li, body.MODE_JOBSI #menu-jobs li ul li a {height: 34px;}
body.MODE_JOBS #menu-jobs ul li a,
body.MODE_JOBSI #menu-jobs ul li a {line-height: 32px;}

body.MODE_JOBS div.nav-level1 ,
body.MODE_JOBSI div.nav-level1 {
  padding-top : 0px;
  padding-bottom : 0px;
  padding-left : 0px;
  padding-right : 0px;
  border-top-width : 0px;
  border-left-width : 0px;
  border-bottom-width : 0px;
  border-right-width : 0px;
  }



/*-----------------Espace News-------------------*/

body.MODE_NORMAL #outputContent{
	position:relative;
	padding-left:260px;
	padding-right:0px;
	z-index:10;
	min-height:400px;

	padding-top:0px;
	padding-bottom:10px;
	padding-left:250px;
	padding-right:50px;
}

body.MODE_NORMAL #outputContentLeft .jobsearchdivmargin div{
	margin-top:8px;
}


body.MODE_NORMAL #outputContentLeft .re_jobsearch_subtitle{
	background-color: #ececec;
	color:#000;
	font-size:14px;
	width:205px;
	display:block;
	position:relative;
	height:30px;
	line-height:29px;
	top:-10px;
	padding-left:0px;
	left:-15px;
	text-align:center;
}


body.MODE_NORMAL #reJopostingApply INPUT[type='button']{
	font-size:9px;
	
}
body.MODE_NORMAL #reJopostingApply2 INPUT[type='button']{
	font-size:9px;
	
}

/*-------------------Liste des offres-------------*/


body.MODE_JOBS #outputBottomContainer ,
body.MODE_JOBSI #outputBottomContainer {
    border-bottom: 1px dotted gray;
    border-right: 1px dotted gray;
}

/*-------------------Footer Connexion-------------*/


/*----Widget login.cfm-----*/


body.MODE_JOBS #lostpassword div ,
body.MODE_JOBSI #lostpassword div {
    display :none;
}

body.MODE_JOBS #Button-Box ,
body.MODE_JOBSI #Button-Box {
    background-image : none;
    border-top : 0px;
}

/*-------Dialog log/pass failed------*/

body.MODE_JOBS div.ui-dialog-buttonpane,
body.MODE_JOBSI div.ui-dialog-buttonpane{
    background-image : none;
    border-top :0px;
}

body.MODE_JOBS div.ui-dialog-buttonpane button,
body.MODE_JOBSI div.ui-dialog-buttonpane button{
    background-color : #353535;
}

body.MODE_JOBS #TM_LOGINFRAME_LOSTPASSWORD,
body.MODE_JOBSI #TM_LOGINFRAME_LOSTPASSWORD, 
#TM_LOGINFRAME_LOSTPASSWORD2 {
    color : #79AADE;
}
body.MODE_JOBS #TM_LOGINFRAME_LOSTPASSWORD a,
body.MODE_JOBSI #TM_LOGINFRAME_LOSTPASSWORD a, 
#TM_LOGINFRAME_LOSTPASSWORD2 a{
    color : #79AADE!important;
    text-decoration:underline;
}

body.MODE_JOBS #TM_LOGINFRAME_HAVE_CV,
body.MODE_JOBSI #TM_LOGINFRAME_HAVE_CV{
	color : #79AADE;
}

body.MODE_JOBS #TM_LOGINFRAME_HAVE_CV a,
body.MODE_JOBSI #TM_LOGINFRAME_HAVE_CV a{
	color : #79AADE!important;
    text-decoration:underline;
}


/*----Résultat de la recherche des postes--*/

body.MODE_JOBS #outputContentLeft,
body.MODE_JOBSI #outputContentLeft{
	z-index : 11
}


/*------Job search-----*/

body.MODE_JOBS div.ui-selectmenu-menu ul li,
body.MODE_JOBSI div.ui-selectmenu-menu ul li{
 height : auto;
 background-image:none;
 background :none;
 border-top-color:transparent;
 border-bottom-color:transparent;
}

body.MODE_JOBS div.ui-selectmenu-menu ul li.ui-state-hover,
body.MODE_JOBSI div.ui-selectmenu-menu ul li.ui-state-hover{
 text-decoration:underline;
}

body.MODE_JOBS .ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label,
body.MODE_JOBSI .ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label{
display :none;
}


 div.ui-multiselect-header ,
 div.ui-multiselect-header {
	display :none;
}

/* Groupes d'options */
ul.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
	padding: 5px 0 0 0 !important;
	margin: 0 0 5px 0 !important;
	text-align: left !important;
	font-weight: bold !important;
}
ul.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
	color: #000000 !important;
}

 ul.ui-multiselect-checkboxes label.ui-multiselect-item-label,
ul.ui-multiselect-checkboxes label.ui-multiselect-item-label{
	color : #555;
	font-size : 12px;
	line-height : 13px;
	background-image : none;
	border : 0px;
	padding : 0px;
	border-bottom-color : transparent;
    border-left-color : transparent;
    border-top-color : transparent;
    border-right-color : transparent;
    border-radius :0px;
}
 ui-multiselect-checkboxes ui-helper-reset,
ui-multiselect-checkboxes ui-helper-reset{
	width:210px;
}
 .ui-multiselect-menu .ui-state-hover ,
 .ui-multiselect-menu .ui-state-hover {
background-color : transparent;

}

 ul.ui-multiselect-checkboxes label.ui-multiselect-item-label span,
 ul.ui-multiselect-checkboxes label.ui-multiselect-item-label span{
	border-bottom-color : transparent;
	border-left-color : transparent;
	border-top-color : transparent;
	border-right-color : transparent;
}



body.MODE_JOBS button.ui-multiselect ,
body.MODE_JOBSI button.ui-multiselect {
background : none;
border : 1px solid black!important;
padding-top : 1px;
padding-bottom : 1px;
margin-bottom : 3px;
}


body.MODE_JOBS .relink ,
body.MODE_JOBSI .relink {
color : #33307D;
}

body.MODE_JOBS #logo ,
body.MODE_JOBSI #logo {
width : auto;
}


/*------------------- News -------------*/

.news-scroller{
	position:relative;
	padding-bottom:1em;
}

.news-table, .news-table tbody, .news-table thead, .news-table tr, .news-table td, .news-table.td{
	position: relative;
}

.news-header, .news-message{
	padding:0 30px 15px 15px;
}

body.MODE_JOBS .news-header
, body.MODE_JOBSI .news-header{
	padding-bottom:2px;
} 

.news-single {
	position:relative;
	top:0;
	left:0;
	padding-bottom: 2em;
}

.news-next {
	position:absolute;
	left: auto; 
	right:0px;
	top:0px;
	width:21px;
	height:100%;
  	text-align: right;
	z-index:2;
}


.news-more{
	float:right;
	border:1px solid #dbdbdb;
	padding:.3em;
}

.news-date{
	float:left;
}

img.news-img.news-left{ margin-right:6px;}
img.news-img.news-right{ margin-left:6px;}

.news-details{
	padding:0 15px 15px 0;
}

.news-details-float
{
	clear:both;
	height: 30px;
}

body.MODE_JOBS #v6_topmenu2_content,
body.MODE_JOBSI #v6_topmenu2_content{
	z-index: 1000;
}


body.MODE_JOBS #language .ui-selectmenu-status,
body.MODE_JOBSI #language .ui-selectmenu-status
{
	line-height:16px;
	border-left:none;
}
/******* END ********* stylesheet.cfm ************** END **************/



/********************* link.cfm **********************************/
a{
	text-decoration: none;
}

a:hover{
	text-decoration : underline;
}



body.USERTYPE_E .linkBlack{
	color: #c91111;
}
body.USERTYPE_M .linkBlack{
	color: #c91111;
}
body.USERTYPE_V .linkBlack{
	color: #1D6FB1;
}

body.USERTYPE_V .TitleLink{
	color: #C91111;
}

body.MODE_JOBS a.TM_LINK ,
body.MODE_JOBSI a.TM_LINK { color:#7E6435;}
body.MODE_JOBS a.TM_LINK:visited ,
body.MODE_JOBSI a.TM_LINK:visited { color:#7E6435;}
body.MODE_JOBS .TM_Link_1 a:visited ,
body.MODE_JOBSI .TM_Link_1 a:visited {color: #7E6435;}

.TM_Link_1 {
	margin-left:5px;
	margin-bottom:10px;
}

.TM_Link_1 a:visited {
	color: #6180D6;
}


.TM_Link_1 a:hover {
	color: #3333FF;
    text-decoration: none;
	background-color: #efefef;
}

a.link { color:#000; text-decoration:none; }
a.link:hover{ color:#000; border-bottom:dotted 1px; }
a.link:visited{ color:#000; }

a.TM_LINK { color:#6180D6; text-decoration:none; }
a.TM_LINK:hover { color:#274CD8; border-bottom:dotted 1px; }
a.TM_LINK:visited { color:#6180D6; }


a.TM_LINK_IMG {  color:#274CD8;text-decoration:none; border:none; }
a.TM_LINK_IMG:hover {  color:#6180D6;text-decoration:none; border:none; }
a.TM_LINK_IMG:visited { color:#274CD8;}

a.TM_LINK_IMG_DOMAIN {  color:#272ED8;text-decoration:none; border:none;  font-size: 13px; font-weight: bold; }
a.TM_LINK_IMG_DOMAIN:hover {  color:#616CD6;text-decoration:none; border:none; }
a.TM_LINK_IMG_DOMAIN:visited { color:#272ED8;}

a.TM_MATRIX_LINK { color:#000; text-decoration:none; }
a.TM_MATRIX_LINK:hover { color:#000; border-bottom:dotted 1px; }
a.TM_MATRIX_LINK:visited { color:#000; }



.v6_link_zone {
	margin:0;
	padding:0;
	list-style-type:none;
}

.v6_link_zone_subline {
	clear:both;
}


.v6_link_zone li {
	display:block;
	float:left;
	padding-right: 2px;
	padding-bottom: 2px;
	white-space:nowrap;
}

body.MODE_JOBS .v6_link_zone a.link, body.MODE_JOBSI .v6_link_zone a.link {
	display:block;
	padding:2px 15px;
	font-size:11px;
	color:#FFFFFF;
	border:1px solid #000000;
	background-color: #353535 !important;
}

body.MODE_JOBS .v6_link_zone a.link:hover, body.MODE_JOBSI .v6_link_zone a.link:hover {
	background-color:#000000 !important;
	border:1px solid #808080;
	text-decoration:none;
	color:#FFFFFF;
}

body.MODE_JOBS .v6_link_zone a.link:visited, body.MODE_JOBSI .v6_link_zone a.link:visited {
	color:#FFFFFF;
}
/* Fin de styles migrés "boutons-liens" */


.v6_miniReport_div {
	position:relative;
	width:0;
}
.v6_miniReport .v6_link_zone {
	position:absolute;
	right:0;
	top:22px;
}
body.BROWSER_MSIE .v6_miniReport .v6_link_zone {
	top:0;
}
.v6_miniReport .v6_link_zone li {
	white-space:nowrap !important;
	 width:90px;
}
/******* END ********* link.cfm ************** END **************/


/********************* table.cfm **********************************/


th{
	text-align: left;
}



/* ** TABLE HEADERS***/

body.USERTYPE_V .header1{
	background-color: #c0d6ea;
}

body.USERTYPE_V .header2{
	background-color: #E8E8E8;
}


body.USERTYPE_E .header3{
	background-color: #EFEFEF;
}
body.USERTYPE_M .header3{
	background-color: #EFEFEF;
}
body.USERTYPE_V .header3{
	background-color: #FEE5BA;
}

body.USERTYPE_E .header6{
	background-color: #F3F8FA;
}
body.USERTYPE_M .header6{
	background-color: #F3F8FA;
}
body.USERTYPE_V .header6{
	background-color: #F3F8FA;
}
body.USERTYPE_E .OngletOn{
	background-color: #E3EDF6;
}
body.USERTYPE_M .OngletOn{
	background-color: #E3EDF6;
}
body.USERTYPE_V .OngletOn{
	background-color: #E3EDF6;
}

/* ** MISC ***/

.tableborder{
	background-color: transparent;
	border: 1px;
}



/* ** table rows***/

body.USERTYPE_E .tr2{
	background-color: #EDEEEF;
}
body.USERTYPE_M .tr2{
	background-color: #EDEEEF;
}
body.USERTYPE_V .tr2{
	background-color: #E0EDF8;
}


/* <table> */
.graphobject{
	border: none;
	height: 25px;
	width: 100%;
}

/* STRAT - RECHERCHE CATALOGUE */
table#ttlSearch-tbl{
	width:100%;
	border:0px;
	margin-bottom:10px;
}


table#critSearch-tbl{
	width:100%;
	border:1px dashed #E1E1E1;
}

table#critSearch-tbl th{
	padding:5px;
}

table#critSearch-tbl td{
	padding:0px 5px 5px 5px;
}

table#curSearch-tbl{
	width:100%;
	border:0px;
	margin-bottom:10px;
}

table#curSearch-tbl td{
	padding:2px 0px 2px 5px;
	background-color:#eaecf0;
	margin:0px;
}

table#NewCourseSearch-tbl{
	width:100%;
	border:0px;
	padding:0px;
	margin:0px;
}

table#NewCourseSearch-tbl td{
	padding:0px 0px 0px 5px;
	background-color:#eaecf0;
	margin:0px;
}

/* END - RECHERCHE CATALOGUE */

/* START - TABLEAUX GENERIQUES */
table.tblGen th , table.tblGen td {
	padding: 1px 1px 1px 1px;
	border-width: 0;
	border-style: solid;
	border-color: #D9D9D9;
	
}

table.tblGen th{
	vertical-align: middle;
}

table.tblGen td{
	vertical-align: top;
}

table.tblGen thead th.tblInfo, table.tblGen thead td.tblInfo {
	background-position: right;
	background-repeat:no-repeat;
	padding-right:17px;
	background-color:#AAAAAA;
	color:#FFFFFF;
}
table.tblGen thead a {
	color:#000000;
	text-decoration:none;
	cursor:pointer;
}

table.tblGen thead a.TM_LINK {
	color:#6180D6 !important;
	text-decoration:none;
}

/* Modification pour le Front Office */

body.MODE_JOBS table.tblGen thead a.TM_LINK ,
body.MODE_JOBSI table.tblGen thead a.TM_LINK {
	color:#79AADE !important;
	text-decoration:none;
}

table.tblGen thead tr {
	font-weight:normal;
	background-color:#F8F8F8;
	line-height:11px;
	border-top:1px solid #D5D5D5;
	color:#000000;
}

table.tblGen thead th, table.tblGen thead td, table.tblGen tbody td, table.tblGen tbody th, table.tblGen tfoot td {
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #D9D9D9;
}

table.tblGen tbody th {
	font-weight:bold;
	color:#000000;
}

table.tblGen tfoot tr {
	font-weight:bold;
	line-height:20px;
	background-color:#E3E5E6;
}

table.tblGen tbody td.tblColhighlight {
	font-weight:bold;
}

table.tblGen tr.tblStripingEven td {
	background-color:#FFFFFF;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

table.tblGen tr.tblStripingOdd td {
	background-color:#F8F8F8;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

table.tblGen tr.trError td {
	background-color:#ff4848 !important;
}

table.tblGen tr.tblStripingOff td {
	background-color:#FFFFFF;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

table.tblGen2 tr.tblNoStripping td {
	border: none;
}


table.tblGen td.noBG { background-color:#ffffff !important; }
table.tblGen td.noBGBorder { background-color:#ffffff !important; border: 0px !important; }
table.tblGen td.noBorder { border: 0px !important; }

/* END - TABLEAUX GENERIQUES */


/* Tableau de recherche générique */

th.TM_cSearchField_label label, td.TM_cSearchField_label label {font-weight:bold; line-height: 10px;}

.TM_cSearhField_first_element td{
	border-top:0px solid #fff;
}
.TM_cSearhField_first_element th{
	border-top:0px solid #fff;
}
.TM_cSearchField_label_tr {
	display:none;
}
.TM_cSearchField_label_tr_open {
	display:table-row;
}


.TM_SearchTable{
	background-color: #f8f8f8;
	padding: 0px 0px 0px 0px;
	border:0px solid black;
	width:100%;
}
.TM_SearchTable tr#bufTrainingCreationDate_content td{
	width: 100%;
}
.TM_SearchTabledv{
	margin: 0px 10px 0px 10px;
}
.TM_cSearchField_sub td{
	border-bottom:1px solid #d9d9d9;
	padding: 0px 0px 5px 40px;
}
.TM_cSearchField_sub th{
	border-bottom:1px solid #d9d9d9;
	padding: 0px 0px 5px 40px;
}

.TM_cSearchField_sub_open td{
	padding: 0px 0px 5px 40px;	
	border-bottom:1px solid #d9d9d9;
}

.TM_cSearchField_sub_open th{
	padding: 0px 0px 5px 40px;
}

body.BROWSER_Firefox .TM_cSearchField_sub_open td{
	padding-left:0px !important;
}
body.BROWSER_MSIE .TM_cSearchField_sub_open{
	border-bottom:none;
}
body.BROWSER_MSIE .TM_cSearchField_sub_open td{
	border-bottom:1px solid #d9d9d9;
}

.TM_cSearchField td{
	border-bottom:1px solid #d9d9d9;

}
.TM_cSearchField table td{
	padding: 0px 0px 0px 0px;
	border-top:0px;
	border-bottom:0px;

}
.TM_cSearchField_open table td{
	padding: 0px 0px 0px 0px;
	border-top:0px;
	border-bottom:0px;

}
/* END - Tableau de recherche générique */
/******* END ********* table.cfm ************** END **************/



/********************* jquery-table.cfm **********************************/


.ad{
	margin-top:30px;
}

.madiv{
	max-height:300px;
	width:90%;
	overflow-y:auto;
	position:relative;
	clear: both; 
}

/* Style par defaut de la ligne des titres */
.tableWidget_headerCell{	
	cursor:pointer;	
	border-bottom:3px solid #C5C2B2;
	border-right:1px solid #ACA899;
	border-left:1px solid #FFF;	
	background-color: #F7F7F7;
	border-top:2px solid #84CDBA;
	padding:2px;
}

/* Style par defaut de la ligne des titres */
.tableWidget_headerCell2{	
	cursor:pointer;	
	border-bottom:3px solid #C5C2B2;
	border-right:1px solid #ACA899;
	border-left:1px solid #FFF;	
	background-color: #F7F7F7;
	padding:2px;
	position:relative;
	z-index:41;
}

/* Style lorsqu'une case titre est cliquee */
.tableWidget_headerCellDown{
	border-top:2px solid #256549;	
	background-color:#DBD8C5;
	border-left:1px solid #ACA899;
	border-right:1px solid #FFF;
	padding:2px;
}

/* Style au survol */
.tableWidget_headerCellOver{	
	border-top:2px solid #256549;
	border-bottom:3px solid #C5C2B2;
	border-right:1px solid #ACA899;
	border-left:1px solid #FFF;	
	background-color: #F7F7F7;
	padding:2px;
}

/*************************************************************************************/

/* Style du div contenant le tableau */
DIV.ScrollTableContainerIE{ 
	clear: both; 
	overflow: AUTO;
	POSITION: relative; 
	border:1px solid #ACA899;
	font-family:arial;
	font-size:12px;
	width: 100%;
		height: 550px;
	
} 

/* Style du tableau */
DIV.ScrollTableContainerIE table{ 
	border:0px; 
	cellspacing:0px; 
	cellpading:0px;
} 

/* Style de l'entete et du pied de page du tableau */
DIV.ScrollTableContainerIE thead td, tfoot td { 
	Z-INDEX: 60; 
	margin:0px;
	position:relative; 
} 

/* Tbody du tableau */
DIV.ScrollTableContainerIE tbody{
	background-color:#FFF;
}

/* Style des cases du tableau contenant les donnees */
DIV.ScrollTableContainerIE tbody td{ 
	margin:0px;
	padding:2px;
	border-bottom:1px solid silver;	/* Border bottom of table data cells */
	border-right: 1px solid silver; 
} 

/* Style pour les "sous-cases" du tableau de suivi*/
DIV.ScrollTableContainerIE tbody td.subcell{ 
	border-bottom:1px solid #EAE9E1;	/* Border bottom of table data cells */
} 

/* Style pour la derniere "sous-cases" du tableau de suivi*/
DIV.ScrollTableContainerIE tbody td.subcell_right{ 
	border-bottom:1px solid #EAE9E1;	/* Border bottom of table data cells */
	border-right:0px;
} 	

/* Style des cases composant le pied de page  */
DIV.ScrollTableContainerIE tfoot td{ 
	TOP: expression(this.offsetParent.clientHeight + this.offsetParent.scrollTop - (this.offsetParent.scrollHeight -2)); 
} 

tr.odd{ background-color:#FFFFFF; } 
tr.even{ background-color:#D2E9FF; } 

td.odd{ background-color:#FFFFFF; } 
td.even{ background-color:#D2E9FF; } 

/* Style utilise pour figer une colonne à gauche*/
DIV.ScrollTableContainerIE thead td.fixedLeft { 
	z-index: 80;
	border-right: 1px solid silver; 
	border-left: 1px solid silver; 
	POSITION: relative; 
} 	


/* Style utilise pour figer une colonne à gauche*/
DIV.ScrollTableContainerIE tbody th.fixedLeft, td.fixedLeft { 
	z-index: 40;
	border-right: 1px solid silver; 
	border-left: 1px solid silver; 
	POSITION: relative; 
}

/*************************************************************************************/
table.noScrollTableContainer {
	border:1px solid silver; 
}

table.noScrollTableContainer td {
	border: 1px solid silver;
}

table.noScrollTableContainer td.subcell{ 
	border: 1px solid #EAE9E1;
	border-top:none;
}

table.noScrollTableContainer td.blank {
	border: 0px;
}
/******* END ********* jquery-table.cfm ************** END **************/



/********************* recrutement.cfm **********************************/


#MenuRecrutementRE0100 {
	border: 1px solid black;
	padding: 1px 0px 2px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E6E6E6;
}

#MenuRecrutementRE0100 a {
	font: bold 11px Arial;
	padding: 2px 5px 2px 5px;
	color: black;
	text-decoration: none;
	white-space: nowrap;
}

#MenuRecrutementRE0100 a:hover {
	color: #000088;
}

#MenuRecrutementRE0100 span {
	background-color: black;
	color: white;
	font: bold 11px Arial;
	padding: 2px 5px 2px 5px;
	white-space: nowrap;
}

.thinbox{
	border: 1px solid #E6E6E6;
	padding: 10px;
}

#jobPostingIsVisited {
	color:#000000;
}

#jobPostingIsNotVisited, .jobPostingIsNotVisited {
	color:red;
}

/*-------------Styles du site recrutement------------*/

body.MODE_JOBS .ui-selectmenu-open, body.MODE_JOBSI .ui-selectmenu-open { z-index:1000 !important; }
body.MODE_JOBS .ui-selectmenu-status {padding: .1em 2.1em .1em .4em;}

body.MODE_JOBS input[type="button"],
body.MODE_JOBSI input[type="button"],
body.MODE_JOBS input[type="submit"] ,
body.MODE_JOBSI input[type="submit"] {
	text-transform:uppercase;
	border:1px solid white;

}
body.MODE_JOBS input[type="button"]:hover,
body.MODE_JOBSI input[type="button"]:hover,
body.MODE_JOBS input[type="submit"]:hover ,
body.MODE_JOBSI input[type="submit"]:hover {
	text-transform:uppercase;
	border:1px solid white;
	cursor:pointer;

}
.v6_link_zone a{
	background-color:#7d6534;
}
.v6_link_zone a:hover{
	background-color:#598ede;
	cursor:pointer;
}

body.MODE_JOBS #outputTopContainer input[type="button"],
body.MODE_JOBSI #outputTopContainer input[type="button"],
body.MODE_JOBS #outputTopContainer input[type="submit"] ,
body.MODE_JOBSI #outputTopContainer input[type="submit"] {
	background-color:black;
	text-transform:uppercase;
	border:1px solid #000000;
}
body.MODE_JOBS #outputTopContainer input[type="button"]:hover,
body.MODE_JOBSI #outputTopContainer input[type="button"]:hover,
body.MODE_JOBS #outputTopContainer input[type="submit"]:hover ,
body.MODE_JOBSI #outputTopContainer input[type="submit"]:hover {
	background-color:black;
	border:1px solid #808080;
}
body.MODE_JOBS .v6_link_zone a,
body.MODE_JOBSI .v6_link_zone a,
body.MODE_JOBS #btnConnect,
body.MODE_JOBSI #btnConnect,
.filestyle-button{
	border: 1px solid gray;
}
body.MODE_JOBS .v6_link_zone a:hover,
body.MODE_JOBSI .v6_link_zone a:hover,
body.MODE_JOBS #btnConnect:hover,
body.MODE_JOBSI #btnConnect:hover,
.filestyle-button:hover{
	border: 1px solid gray;
	cursor:pointer;
}



body.MODE_JOBS #outputMainContainer #JOBSEARCH input,
body.MODE_JOBSI #outputMainContainer #JOBSEARCH input{
	border: 0px solid white;
	height: 1em;
}

body.MODE_JOBS.CONNECT_0 #outputMainContainer #JOBSEARCH,
body.MODE_JOBSI.CONNECT_0 #outputMainContainer #JOBSEARCH{
	float:right;
}
body.MODE_JOBS.CONNECT_0 #outputMainContainer #TM_PORTAL_COOLTOOL_LANGUAGE,
body.MODE_JOBSI.CONNECT_0 #outputMainContainer #TM_PORTAL_COOLTOOL_LANGUAGE{
	float:right;
}
body.MODE_JOBS #outputMainContainer #v6_headermenu_user,
body.MODE_JOBSI #outputMainContainer #v6_headermenu_user{
	float:right;
}

#outputMainContainer #v6_headermenu{
	background-color:#fff;
	border:0px solid white;
	height:29px;
}
#outputMainContainer #v6_headermenu ul{
	background:none;
	top:0px;
}
#outputMainContainer #v6_headermenu ul li{
	border:0px solid white;
}
#outputMainContainer #v6_headermenu a{
	border:0px solid white;
	border-right:1px dotted gray;
	color: #58595B;
}

#outputMainContainer #v6_headermenu a:hover{
	background-color:white;
}
#outputMainContainer #v6_headermenu a:visited{
	background-color:white;
}

#re_multiposting {
	position : absolute;
	width: 200px;
	right:20px;
}


#re_multiposting_button{
	background-repeat: no-repeat;
	width:200px;
	height: 65px;
	padding-bottom:34px;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0px;
	border:0px;
	background-color:transparent;
}


#re_multiposting_description{
	font-style: italic;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 40px;
    height: 42px;

 }


body.MODE_JOBS.ITEM-portal-jobposting-j135 #tabLoggingTitle2,
body.MODE_JOBSI.ITEM-portal-jobposting-j135 #tabLoggingTitle2{
	padding-top :1em;
	margin-bottom :1em;
	color: #6E6E6E;
	font-size: 14px;
	text-transform: uppercase;
}


body.MODE_JOBS.ITEM-portal-jobposting-j135 #tabHaveCvTitle,
body.MODE_JOBSI.ITEM-portal-jobposting-j135 #tabHaveCvTitle{
	padding-top :1em;
	margin-bottom :1em;
	color: #6E6E6E;
	font-size: 14px;
	text-transform: uppercase;
}

body.MODE_JOBS.ITEM-portal-jobposting-j135 #tabHaveSocialAccountTitle,
body.MODE_JOBSI.ITEM-portal-jobposting-j135 #tabHaveSocialAccountTitle{
	padding-top :2em;
	margin-bottom :1em;
	color: #6E6E6E;
	font-size: 14px;
	text-transform: uppercase;
}

/* portal.jobposting.j140 */


body.MODE_JOBS h3.TM_titlePage.TM_DYN_TITLE ,
body.MODE_JOBSI h3.TM_titlePage.TM_DYN_TITLE { border-bottom: 0px solid white; }

body.MODE_JOBS h3.TM_DYN_TITLE .TM_titlePage-icon-link,
body.MODE_JOBSI h3.TM_DYN_TITLE .TM_titlePage-icon-link,
body.MODE_JOBS h3.TM_DYN_TITLE .TM_titlePage-arrow,
body.MODE_JOBSI h3.TM_DYN_TITLE .TM_titlePage-arrow,
body.MODE_JOBS h3.TM_DYN_TITLE .TM_titlePage-title-state,
body.MODE_JOBSI h3.TM_DYN_TITLE .TM_titlePage-title-state
{ display:none; }

body.MODE_JOBS H3.TM_titlePage,
body.MODE_JOBSI H3.TM_titlePage{
	font-family: Arial;
	font-size:14px;
	font-weight:lighter;
	text-transform:uppercase;
}
body.MODE_JOBS H3.TM_titlePage a,
body.MODE_JOBSI H3.TM_titlePage a{
	color: #007DA4;
	text-decoration: none;
	line-height: 20px;
	font-size: 1.2em;
}
body.MODE_JOBS H3.TM_titlePage a:hover,
body.MODE_JOBSI H3.TM_titlePage a:hover{
	text-decoration: underline;
}

body.MODE_JOBS h4.TM_titlePage ,
body.MODE_JOBSI h4.TM_titlePage { font-variant:small-caps; letter-spacing:2px !important; font-weight:bold;}

body.MODE_JOBS #dynMasterTable > tbody> tr > td ,
body.MODE_JOBSI #dynMasterTable > tbody> tr > td {
	border: 1px solid #e8e8e8;
}
body.MODE_JOBS #dynMasterTable .DYN_TR_CONTENT,
body.MODE_JOBSI #dynMasterTable .DYN_TR_CONTENT {border: 1px solid #EFEFEF; border-top: none; padding: 5px 2px;}
body.MODE_JOBS #dynMasterTable,
body.MODE_JOBSI #dynMasterTable {margin: 2px;}
body.MODE_JOBS #dynMasterTable .DYN_TR_HEADER,
body.MODE_JOBSI #dynMasterTable .DYN_TR_HEADER {border: 1px solid #EFEFEF;}
body.MODE_JOBS #dynMasterTable tr.DYN_TR_SPACER > TD ,
body.MODE_JOBSI #dynMasterTable tr.DYN_TR_SPACER > TD { border: 0px solid #EFEFEF; height:20px; }
body.MODE_JOBS #dynMasterTable tr.DYN_TR_CONTENT > TD ,
body.MODE_JOBSI #dynMasterTable tr.DYN_TR_CONTENT > TD { border-top: 0px solid #EFEFEF !important; padding:5px 2px; }
body.MODE_JOBS #dynMasterTable tr.DYN_TR_HEADER ,
body.MODE_JOBSI #dynMasterTable tr.DYN_TR_HEADER { background-color:#f8f8f8 !important; }
body.MODE_JOBS #dynMasterTable tr.DYN_TR_HEADER > TD ,
body.MODE_JOBSI #dynMasterTable tr.DYN_TR_HEADER > TD {
	position:relative;
	padding:0px;
}
body.MODE_JOBS h3 .title-text,
body.MODE_JOBSI h3 .title-text{
	padding-left:5px;
}

body.MODE_JOBS a.TM_LINK,
body.MODE_JOBSI a.TM_LINK{
	COLOR: #4879ad;
}
body.MODE_JOBS a.TM_LINK:hover,
body.MODE_JOBSI a.TM_LINK:hover{
	COLOR: #598ede;
}
body.MODE_JOBS #dynMasterTable tr.DYN_TR_HEADER .TM_titlePage-Link ,
body.MODE_JOBSI #dynMasterTable tr.DYN_TR_HEADER .TM_titlePage-Link,
body.MODE_JOBS #dynMasterTable .DYN_TR_HEADER .TM_titlePage-Link,
body.MODE_JOBSI #dynMasterTable .DYN_TR_HEADER .TM_titlePage-Link{ position:absolute; right:0px; top:-8px; }
body.MODE_JOBS #dynMasterTable tr.DYN_TR_HEADER v6_link_zone_subline ,
body.MODE_JOBSI #dynMasterTable tr.DYN_TR_HEADER v6_link_zone_subline {clear:before;}




/*------------ Title -----------*/

body.MODE_JOBS h1.TM_titlePage ,
body.MODE_JOBSI h1.TM_titlePage {
	font-family : Arial;
	font-size : 16px !important;
	text-transform : uppercase;
	letter-spacing:1px !important;
	font-weight:normal;
	color: #565664 !important;
	font-family: Arial;
	position:relative;
}
body.MODE_JOBS h1.TM_titlePage .title-text ,
body.MODE_JOBSI h1.TM_titlePage .title-text {
	position:relative;
	background-color: white;
	z-index:51;
	display:inline;
	padding-right: .5em;
}

body.MODE_JOBS h2.TM_titlePage ,
body.MODE_JOBSI h2.TM_titlePage {
	font-family : Georgia;
	font-size : 24px;
	color: #434343 !important;
	border:0px solid white;
}



/*---------------Début Default.htm----------------*/

/*------Header-------*/

body.MODE_JOBS #outputTopContainer ,
body.MODE_JOBSI #outputTopContainer {
padding-top : 10px;
}

/*------Items du header------*/


body.MODE_JOBS #headerItems,
body.MODE_JOBSI #headerItems {
	width : 910px;
	height : 64px;
	margin-bottom:1px;
	z-index:9999;
	display: inline-block;
}


body.MODE_JOBS #headerItems #selLanguageChange-button span,
body.MODE_JOBSI #headerItems #selLanguageChange-button span {color: #FFF;}


body.MODE_JOBS  #headerItems #selLanguageChange-button.ui-corner-top ,
body.MODE_JOBSI  #headerItems #selLanguageChange-button.ui-corner-top
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

/*------Corps de la page------*/
body.MODE_JOBS #outputMainContainer ,
body.MODE_JOBSI #outputMainContainer {
    width: 910px;
}


/*------------Logo-----------*/

body.MODE_JOBS #logo , body.MODE_JOBSI #logo {width:auto; float:left;}
body.MODE_JOBS #logo a, body.MODE_JOBSI #logo a {display:block;}
body.MODE_JOBS #logo a img, body.MODE_JOBSI #logo a img {width: 100%; max-width: 200px;}

/*-----------Job selection button ----------*/
body.MODE_JOBS #JobSelection ,
body.MODE_JOBSI #JobSelection {
	position:relative;
	float:left;
	/*width:152px;
	height:30px;*/
	cursor:pointer;
	background-repeat: no-repeat;
}

body.MODE_JOBS #JobSelection a,
body.MODE_JOBSI #JobSelection a,
body.MODE_JOBS #loginidentification a,
body.MODE_JOBSI #loginidentification a
{
	color:#434343;
	padding-top:3px;
	text-decoration: none;
	display:inline-block;
}

/*-----------Job search button ----------*/


body.MODE_JOBS #job-search-elements,
body.MODE_JOBSI #job-search-elements {
	/*width:170px;*/
	position:relative;
	float:left;
	overflow:visible;
	z-index:9999;
}

body.MODE_JOBS #job-search-extended,
body.MODE_JOBSI #job-search-extended{
	display:none;
	padding: 2px;
	width:17em;
	margin-top : 5px;
}

body.MODE_JOBS #job-search-extended .re_jobsearch_title,
body.MODE_JOBSI #job-search-extended .re_jobsearch_title{
	display :none;
}

body.MODE_JOBS #job-search-extended .re_jobsearch_subtitle,
body.MODE_JOBSI #job-search-extended .re_jobsearch_subtitle{
	display :none;
}

body.MODE_JOBS #job-search-extended .re_jobsearch_title,
body.MODE_JOBSI #job-search-extended .re_jobsearch_title{
	display :none;
}

body.MODE_JOBS #job-search-extended #re_jobsearch_filterlists,
body.MODE_JOBSI #job-search-extended #re_jobsearch_filterlists{
	padding-bottom :0px;
	border :0px;
}

body.MODE_JOBS #btnSearch3,
body.MODE_JOBSI #btnSearch3{
	text-transform : uppercase;
	vertical-align : top;
	font-family:Arial;
	font-size:12px;
	padding:0;
}



/*----------- Login ----------*/


body.MODE_JOBS #login-elements,
body.MODE_JOBSI #login-elements {
	position:relative;
	float:left;
	overflow:visible;
	z-index:1000;
}

body.MODE_JOBS #loginextended,
body.MODE_JOBSI #loginextended{
	display:none;
	background-color:white;
	padding: 2px;
	width:210px;
	margin-top:5px;
}
	body.MODE_JOBS #loginextended ul,
	body.MODE_JOBSI #loginextended ul,
	body.MODE_JOBS #tabLogging ul,
	body.MODE_JOBSI #tabLogging ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0 2px;
	}
		body.MODE_JOBS #loginextended ul li,
		body.MODE_JOBSI #loginextended ul li,
		body.MODE_JOBS #tabLogging ul li,
		body.MODE_JOBSI #tabLogging ul li {margin-bottom: 3px;}
			body.MODE_JOBS #loginextended ul li input[type='submit'],
			body.MODE_JOBSI #loginextended ul li input[type='submit'],
			body.MODE_JOBS #tabLogging ul li input[type='submit'],
			body.MODE_JOBSI #tabLogging ul li input[type='submit'] {margin: 1px 0;}


body.MODE_JOBS #job-search-button,
body.MODE_JOBSI #job-search-button{
	display:block;
}


body.MODE_JOBS #external-recruiter-span input,
body.MODE_JOBSI #external-recruiter-span input{
	padding:0;
	vertical-align : top;
	margin-left : 7px;
	text-transform : uppercase;
	font-family:Arial;
	font-size:12px;
}


body.MODE_JOBS #btnConnect,
body.MODE_JOBSI #btnConnect,
.filestyle-button {
	padding-bottom : 3px;
}

body.MODE_JOBS #TM_LOGINFRAME_USERNAME_LBL,
body.MODE_JOBS #TM_LOGINFRAME_USERNAME_LBL2,
body.MODE_JOBSI #TM_LOGINFRAME_USERNAME_LBL,
body.MODE_JOBSI #TM_LOGINFRAME_USERNAME_LBL2{
	color: #575757;
}

body.MODE_JOBS #TM_LOGINFRAME_PASSWORD_LBL,
body.MODE_JOBS #TM_LOGINFRAME_PASSWORD_LBL2,
body.MODE_JOBSI #TM_LOGINFRAME_PASSWORD_LBL,
body.MODE_JOBSI #TM_LOGINFRAME_PASSWORD_LBL2{
	color: #575757;
}

body.MODE_JOBS .tm-password-rules-box,
body.MODE_JOBSI .tm-password-rules-box,
body.MODE_JOBS .tm-username-rules-box,
body.MODE_JOBSI .tm-username-rules-box
{
	position: relative;
	overflow: hidden;
	font-size: 11px;
	font-weight: normal;
	margin-top: 4px;
}

body.MODE_JOBS .tm-password-rules-box.tm-align-left,
body.MODE_JOBSI .tm-password-rules-box.tm-align-left,
body.MODE_JOBS .tm-username-rules-box.tm-align-left,
body.MODE_JOBSI .tm-username-rules-box.tm-align-left
{
	left: 0;
}

#tm-change-password
{
	overflow: visible;
	position: absolute;
	top: 50px;
	left: 665px;
}

#divPasswordRules
{
	margin-top: 5px;
	float: left;
	border: 1px dotted black;
	background-color: #efefef;
}
#divusernamerules
{
	margin-top: 5px; 
	float: left; 
	border: 1px dotted black; 
	background-color: #efefef;
}

/*------Recruteur externe ------*/

body.MODE_JOBS #external-recruiter,
body.MODE_JOBSI #external-recruiter{
	position:relative;
	float:left;
 	margin-left:2px;
	margin-right:2px;

}

body.MODE_JOBS #erIdentification,
body.MODE_JOBSI #erIdentification{
	position:relative;
	float:right;
 	margin-left:2px;
	margin-right:2px;
	width:100px;
	height:30px;
}


body.MODE_JOBS #erIdentificationName,
body.MODE_JOBSI #erIdentificationName {
	text-align:center;
	width:inherit;
	height:20px;
	cursor:pointer;
	text-decoration:underline;
}

body.MODE_JOBS #external-recruiter-span,
body.MODE_JOBSI #external-recruiter-span{
	text-align:center;
	cursor:pointer;
}

body.MODE_JOBS #erLogout,
body.MODE_JOBSI #erLogout{
	visibility : hidden;
	display:none;
	z-index:9999;
	position :absolute;
	background-color:white;
	border: 1px solid;
	width:100px;
	text-decoration:underline;
	text-align:center;
	cursor:pointer;
	padding:2px;
}


body.MODE_JOBS #recruiterNews,
body.MODE_JOBSI #recruiterNews{
	position: absolute;
	width: 550px;
	height: 300px;
}



#tblSectionRecruteursExternes{
	margin-top:10px;
}


.deleteErRow {
	cursor:pointer;
}

body.MODE_JOBS.TEMPLATE_r006 #language,
body.MODE_JOBSI.TEMPLATE_r006 #language
{
	float:right;
}

body.MODE_JOBS.TEMPLATE_r008 #language,
body.MODE_JOBSI.TEMPLATE_r008 #language,
body.MODE_JOBS.TEMPLATE_r008 #erIdentification,
body.MODE_JOBSI.TEMPLATE_r008 #erIdentification,
body.MODE_JOBS.TEMPLATE_r007 #erIdentification,
body.MODE_JOBSI.TEMPLATE_r007 #erIdentification,
body.MODE_JOBS.TEMPLATE_r007 #language,
body.MODE_JOBSI.TEMPLATE_r007 #language
{
	float:left;
}

body.MODE_JOBS.TEMPLATE_r006 #reJobPostingContentContainer,
body.MODE_JOBSI.TEMPLATE_r006 #reJobPostingContentContainer{
	padding-left:0px;
}


/*--- FIN Menu recrutement accessible par clavier FIN---*//*---Menu recrutement accessible par clavier---*/
body.MODE_JOBS .menu-front,
body.MODE_JOBSI .menu-front,
body.MODE_JOBS .menu-front ul,
body.MODE_JOBSI .menu-front ul{
	padding: 0;
	margin: 0;
	list-style: none;
	float:left;
	border:0;
}

body.MODE_JOBS .menu-front ul li,
body.MODE_JOBSI .menu-front ul li{
	float:left;
	position:relative;
	font-weight:normal;
	width: 227px;
}
body.MODE_JOBS #menu-cv ul li,
body.MODE_JOBSI #menu-cv ul li,
body.MODE_JOBS #menu-cv ul ul li,
body.MODE_JOBSI #menu-cv ul ul li {width: 228px;height:32px;}

body.MODE_JOBS #menu-cv ul li a,
body.MODE_JOBSI #menu-cv ul li a
{
	line-height: 32px;
}

body.MODE_JOBS .menu-front ul li:hover,
body.MODE_JOBSI .menu-front ul li:hover,
body.MODE_JOBS .menu-front ul li.sfhover,
body.MODE_JOBSI .menu-front ul li.sfhover{z-index:100;}

body.MODE_JOBS .menu-front ul a,
body.MODE_JOBSI .menu-front ul a{
	line-height: 22px;
	display:block;
	border: none;
	text-decoration:none;
	white-space: nowrap;
	padding: 0px;
	text-align:center;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
}


body.MODE_JOBS .menu-front ul a:hover,
body.MODE_JOBSI .menu-front ul a:hover,
body.MODE_JOBS .menu-front ul a:focus,
body.MODE_JOBSI .menu-front ul a:focus,
body.MODE_JOBS .menu-front ul a:active,
body.MODE_JOBSI .menu-front ul a:active,
body.MODE_JOBS .menu-front ul li.hover a,/* <- keeps the tab hover state on as the dropdown gets explored */
body.MODE_JOBSI .menu-front ul li.hover a{
	background-image: none;
	overflow:hidden;
}

body.MODE_JOBS .menu-front ul ul,
body.MODE_JOBSI .menu-front ul ul{
	position: absolute;
	top: 100%;
	left: -9999em;
}

body.MODE_JOBS .menu-front li,
body.MODE_JOBSI .menu-front li{
	float: left;
	width: inherit;/*nécessaire pour Opéra*/
}


body.MODE_JOBS .menu-front li ul,
body.MODE_JOBSI .menu-front li ul{
	position: absolute;
	left: -999em;
	/*using left instead of display to hide menus because display: none isn't read by screen readers*/
}

body.MODE_JOBS .menu-front li:hover ul,
body.MODE_JOBSI .menu-front li:hover ul,
body.MODE_JOBS .menu-front li.sfhover ul,
body.MODE_JOBSI .menu-front li.sfhover ul,
body.MODE_JOBS .menu-front li.sfhover ul li,
body.MODE_JOBSI .menu-front li.sfhover ul li{
	left: auto;
}

body.MODE_JOBS .reMenu a,
body.MODE_JOBS .reMenu,
body.MODE_JOBSI .reMenu a,
body.MODE_JOBSI .reMenu{
	height: 22px;
	line-height: 22px;
	display:block;
	border: none;
	text-decoration:none;
	white-space: nowrap;
	font-size: 13px;
	padding: 0 25px 0 25px;
	font-weight: normal;
}

body.MODE_JOBS .reMenuHover a,
body.MODE_JOBS .reMenuHover,
body.MODE_JOBSI .reMenuHover a,
body.MODE_JOBSI .reMenuHover{
	background-image: none;
}


body.MODE_JOBS .menu-front ul li ul li,
body.MODE_JOBSI .menu-front ul li ul li{
	border-bottom:1px solid black;
	text-transform: none;
	text-align:left;
	background : none;
	background-color: #444D5D;
	height:24px;
	padding:0px;

}
body.MODE_JOBS .menu-front ul li ul li:hover,
body.MODE_JOBSI .menu-front ul li ul li:hover,
body.MODE_JOBS .menu-front ul li ul li.sfhover,
body.MODE_JOBSI .menu-front ul li ul li.sfhover{
	height:24px;
	z-index:100;
	padding:0px;
}


body.MODE_JOBS .menu-front ul li ul li a,
body.MODE_JOBSI .menu-front ul li ul li a{
	padding:0px;
	line-height:22px ;
	border-bottom:0px;
	text-transform: none;
	text-align:left;
	color:#434343;
	text-align:left;
	padding:0px 25px 0px 25px;
}

body.MODE_JOBS .menu-front ul li ul li a:hover,
body.MODE_JOBSI .menu-front ul li ul li a:hover,
body.MODE_JOBS .menu-front ul li ul li a:active,
body.MODE_JOBSI .menu-front ul li ul li a:active,
body.MODE_JOBS .menu-front ul li ul li a:focus,
body.MODE_JOBSI .menu-front ul li ul li a:focus{
	text-transform: none;
	text-decoration:none;
	text-align:left;

	padding:0px 25px 0px 25px;
}


body.MODE_JOBS #menu-cv div.widget-cv-title2,
body.MODE_JOBSI #menu-cv div.widget-cv-title2{
	top:0px;
	left:0px;
}

/*----------Language----------*/

body.MODE_JOBS #language,
body.MODE_JOBSI #language{
	position : relative;
	float:left;
	padding-left:5px;
}

body.MODE_JOBS #language a  ,
body.MODE_JOBSI #language a  {
	display:block;
	padding-left:2px;
}


body.MODE_JOBS #language a span,
body.MODE_JOBSI #language a span {
	line-height : 24px;
	font-family : Arial;
	font-size : 11px ;
	color : #434343 ;
	text-decoration : underline;
}

body.MODE_JOBS #headerItemsRight,
body.MODE_JOBSI #headerItemsRight{
	position: absolute;
	top: 20px;
	right: 0;
	z-index:1000;
}


/***
 HEADER MENU
 ***/

body.MODE_JOBS #headerItemsRight > div,
body.MODE_JOBSI #headerItemsRight > div
{
	margin: 0;
	padding: 0;
	float:left;
	margin-left: 6px;
	font-size: 11px;
	border: 1px solid #353535;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #353535;
	padding: 4px 6px;
}

body.MODE_JOBS #headerItemsRight > div:hover,
body.MODE_JOBSI #headerItemsRight > div:hover {border-color: #000; background-color: #000;}

body.MODE_JOBS #headerItemsRight > div,
body.MODE_JOBS #headerItemsRight > div span,
body.MODE_JOBS #headerItemsRight > div input,
body.MODE_JOBS #headerItemsRight > div a,
body.MODE_JOBSI #headerItemsRight > div,
body.MODE_JOBSI #headerItemsRight > div span,
body.MODE_JOBSI #headerItemsRight > div input,
body.MODE_JOBSI #headerItemsRight > div a
{
	cursor: pointer;
	text-transform: uppercase;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

body.MODE_JOBS #headerItemsRight > div span,
body.MODE_JOBS #headerItemsRight > div input,
body.MODE_JOBS #headerItemsRight > div a,
body.MODE_JOBSI #headerItemsRight > div span,
body.MODE_JOBSI #headerItemsRight > div input,
body.MODE_JOBSI #headerItemsRight > div a
{
	cursor: pointer;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
	border: none;
	margin: 0;
	padding: 0;
}

body.MODE_JOBS #headerItemsRight > div span:hover,
body.MODE_JOBS #headerItemsRight > div input:hover,
body.MODE_JOBS #headerItemsRight > div a:hover,
body.MODE_JOBSI #headerItemsRight > div span:hover,
body.MODE_JOBSI #headerItemsRight > div input:hover,
body.MODE_JOBSI #headerItemsRight > div a:hover {background: transparent; background-color: transparent;}

body.MODE_JOBS #headerItemsRight .ui-selectmenu,
body.MODE_JOBSI #headerItemsRight .ui-selectmenu {height: inherit;}
body.MODE_JOBS #headerItemsRight .ui-corner-all,
body.MODE_JOBSI #headerItemsRight .ui-corner-all {border: none; border-radius: 0;}
body.MODE_JOBS #headerItemsRight .ui-selectmenu-icon,
body.MODE_JOBSI #headerItemsRight .ui-selectmenu-icon {top: 0;}
body.MODE_JOBS #headerItemsRight #language a,
body.MODE_JOBSI #headerItemsRight #language a {background: transparent;}
body.MODE_JOBS #headerItemsRight #language a span,
body.MODE_JOBSI #headerItemsRight #language a span  {line-height: inherit;}

body.MODE_JOBS #headerItemsRight input[type="button"],
body.MODE_JOBSI #headerItemsRight input[type="button"],
body.MODE_JOBS #headerItemsRight input[type="submit"],
body.MODE_JOBSI #headerItemsRight input[type="submit"] {background-color: transparent;}
body.MODE_JOBS #headerItemsRight input[type="button"],
body.MODE_JOBSI #headerItemsRight input[type="button"],
body.MODE_JOBS #headerItemsRight input[type="submit"],
body.MODE_JOBSI #headerItemsRight input[type="submit"],
body.MODE_JOBS #headerItemsRight input[type="button"]:hover,
body.MODE_JOBSI #headerItemsRight input[type="button"]:hover,
body.MODE_JOBS #headerItemsRight input[type="submit"]:hover,
body.MODE_JOBSI #headerItemsRight input[type="submit"]:hover {border: none; background-color: transparent;}

/*-------------- MENU ----------------*/

body.MODE_JOBS .menu-front,
body.MODE_JOBSI .menu-front,
body.MODE_JOBS .menu-front ul,
body.MODE_JOBSI .menu-front ul,
body.MODE_JOBS div.widget-cv,
body.MODE_JOBSI div.widget-cv
{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	border: 0;
}

/*****************************
 * couleur arrière plan menu *
 *****************************/
body.MODE_JOBS .menu-front ul li,
body.MODE_JOBSI .menu-front ul li,
body.MODE_JOBS #menu-cv ul li,
body.MODE_JOBSI #menu-cv ul li,
body.MODE_JOBS div.widget-cv,
body.MODE_JOBSI div.widget-cv {background-color: #444D5D;}


/*****************************
 * 	  	  liens menu 	 	 *
 *****************************/
body.MODE_JOBS .menu-front ul li,
body.MODE_JOBSI .menu-front ul li
{
	float: left;
	position: relative;
	font-weight: normal;
	width: 226px;
}

body.MODE_JOBS #menubar, body.MODE_JOBSI #menubar{
	width:910px;
}

body.MODE_JOBS .menu-front ul li a,
body.MODE_JOBSI .menu-front ul li a,
body.MODE_JOBS #menubar ul li a,
body.MODE_JOBSI #menubar ul li a,
body.MODE_JOBS div.widget-cv a,
body.MODE_JOBSI div.widget-cv a
{
	color: #FFF;
	border-bottom:0px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	display: block;
}

body.MODE_JOBS #menubar ul li,
body.MODE_JOBSI #menubar ul li {border-right: 1px solid;}
	body.MODE_JOBS #menubar ul li:hover,
	body.MODE_JOBSI #menubar ul li:hover,
	body.MODE_JOBS div.widget-cv .widget-cv-title:hover,
	body.MODE_JOBSI div.widget-cv .widget-cv-title:hover {background-color: #5E697E;}


body.MODE_JOBS span.accessibility-info,
body.MODE_JOBSI span.accessibility-info {left: -99999px; position: absolute;}

/*****************************
 * 	  liens sous-menu 	 	 *
 *****************************/
body.MODE_JOBS .menu-front ul ul,
body.MODE_JOBSI .menu-front ul ul,
body.MODE_JOBS #menu-cv ul ul,
body.MODE_JOBSI #menu-cv ul ul {border-left: 1px solid; margin-left: -1px; display: none; position: absolute; z-index: 100;}
	body.MODE_JOBS .menu-front ul li:hover ul,
	body.MODE_JOBS .menu-front ul li.sfhover ul,
	body.MODE_JOBSI .menu-front ul li:hover ul,
	body.MODE_JOBSI .menu-front ul li.sfhover ul,
	body.MODE_JOBS #menu-cv ul li:hover ul,
	body.MODE_JOBSI #menu-cv ul li:hover ul,
	body.MODE_JOBS #menu-cv ul li.sfhover ul,
	body.MODE_JOBSI #menu-cv ul li.sfhover ul {display: block;}

body.MODE_JOBS .menu-front ul ul li,
body.MODE_JOBSI .menu-front ul ul li,
body.MODE_JOBS #menu-cv ul ul li,
body.MODE_JOBSI #menu-cv ul ul li {border-bottom: 1px solid;}

body.MODE_JOBS .menu-front ul li:first-child ul,
body.MODE_JOBSI .menu-front ul li:first-child ul {margin: 0;}
body.MODE_JOBS .menu-front ul li:first-child ul li,
body.MODE_JOBSI .menu-front ul li:first-child ul li {width: 225px;}

body.MODE_JOBS .menu-front ul ul li:first-child,
body.MODE_JOBSI .menu-front ul ul li:first-child {border-top: 1px solid;}

body.MODE_JOBS #menu-cv ul ul li {width: 228px;}

/*---------- Menu CV Connecté --------------------*/

/*---------Hauteur de la barre de menu--------*/


body.MODE_JOBS #v6_topmenu2_content .ui-tabs .ui-tabs-nav li a:hover ,
body.MODE_JOBSI #v6_topmenu2_content .ui-tabs .ui-tabs-nav li a:hover {
	border-bottom:3px solid #E0E0E0;
}


/*Style de la police des liens de la barre de menu*/

body.MODE_JOBS  #v6_topmenu2_content .ui-tabs .ui-tabs-nav li A,
body.MODE_JOBSI  #v6_topmenu2_content .ui-tabs .ui-tabs-nav li A{
	color : #434343;
	font: 10px "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-weight:normal;
	height : 25px;
	padding-top:0px;
	padding-bottom:0px;
	border-bottom: 3px solid #ABABAB;
	text-transform: uppercase;
	background : transparent;
	height:32px;
}

body.MODE_JOBS #v6_topmenu2_content .ui-tabs .ui-tabs-nav .ui-state-active A,
body.MODE_JOBSI #v6_topmenu2_content .ui-tabs .ui-tabs-nav .ui-state-active A{

	border-bottom: 3px solid #F7AD42;

}
body.MODE_JOBS #v6_topmenu2_content .ui-tabs .ui-tabs-nav .ui-state-default A,
body.MODE_JOBSI #v6_topmenu2_content .ui-tabs .ui-tabs-nav .ui-state-default A{

	border-bottom: 3px solid #ABABAB;
	padding-top : 10px;
	height : 22px;

}

body.MODE_JOBS  #v6_topmenu2_content div ,
body.MODE_JOBSI  #v6_topmenu2_content div {
padding :0px;
background: transparent;
}


body.MODE_JOBS  #v6_topmenu2_content .ui-tabs .ui-tabs-nav li:last-child ,
body.MODE_JOBSI  #v6_topmenu2_content .ui-tabs .ui-tabs-nav li:last-child {
	display:none;
}

body.MODE_JOBS  #v6_topmenu2_content .ui-tabs .ui-tabs-nav li a,
body.MODE_JOBSI  #v6_topmenu2_content .ui-tabs .ui-tabs-nav li a{
	width:257px;
	padding :0px;
	font-family : Arial;
	font-size : 14px;
	color : #79AADE;
	text-align: center;
	cursor :pointer;
}

body.MODE_JOBS  #v6_topmenu2_content .ui-tabs .ui-tabs-nav,
body.MODE_JOBSI  #v6_topmenu2_content .ui-tabs .ui-tabs-nav{
	margin-top:0px;
	padding :0px;
	border:0px;
	background:transparent;
	margin-left:0px;
}


body.MODE_JOBS #v6_topmenu2_content ,
body.MODE_JOBSI #v6_topmenu2_content {
	position:relative;
    float:right;
	margin-top: 0px;
	margin-right :0px;
	width: 257px;
	height: 32px;
	background:transparent;
}

body.MODE_JOBS .nav-search ,
body.MODE_JOBSI .nav-search {
	display:none;
}


/*------------------Job Carousel-----------------*/

body.MODE_JOBS #outputBottomContainer ,
body.MODE_JOBSI #outputBottomContainer {
	border : 0px;

}
body.MODE_JOBS .ui-carousel .carouselh2,
body.MODE_JOBSI .ui-carousel .carouselh2{
	font-family: Arial;
	color : #434343;
	text-transform : uppercase;
	margin-left : 15px;
	margin-right : 15px;
}
body.MODE_JOBS .ui-carousel .carouselh3,
body.MODE_JOBSI .ui-carousel .carouselh3{
	font-family : Arial;
	font-size : 14px;
	color : #000000;
	font-weight:bold;
	margin-left : 15px;
	margin-right : 15px;
}
body.MODE_JOBS .ui-carousel .carouselh4,
body.MODE_JOBSI .ui-carousel .carouselh4{
	font-family : Arial;
	color :#000000;
	font-size:12px;
	margin-left : 15px;
	margin-right : 15px;
	margin-top:0px;
}

body.MODE_JOBS .viewOfferCarousel ,
body.MODE_JOBSI .viewOfferCarousel {

	border: 1px solid white;
	font-size: 12px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	text-transform: uppercase;
	position:absolute;
	cursor : pointer;
	bottom:0px;
	right:0px;
	margin-bottom:0px;
	width:110px;
	height:20px;
}
body.MODE_JOBS .ui-carousel ,
body.MODE_JOBSI .ui-carousel {
	border-bottom: 1px solid #F5F5F5;
	border-top: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	border-left: 1px solid #F5F5F5;
	cursor : default;

}


/*--------------------Job Alert------------------*/

body.MODE_JOBS div.re_rss ,
body.MODE_JOBSI div.re_rss {
	width:250px;
	height:151px;
}

body.MODE_JOBS .re_title ,
body.MODE_JOBSI .re_title {
font-family : Arial;
font-size : 14px;
margin-top:15px;
margin-bottom:7px;
text-align:left;
display:none;
}


body.MODE_JOBS #suscribeCssLink ,
body.MODE_JOBSI #suscribeCssLink {
	cursor:pointer;
	position:absolute;
	margin-top:4px;
	margin-left:8px;
}

body.MODE_JOBS .job-alert-block,
body.MODE_JOBSI .job-alert-block{
	padding-left:15px;
}

body.MODE_JOBS .ui-selectmenu-item-selected .ui-selectmenu-item-focus .ui-state-hover,
body.MODE_JOBSI .ui-selectmenu-item-selected .ui-selectmenu-item-focus .ui-state-hover{
background : green;
}
/*-----------------Footer------------------------*/

body.MODE_JOBS #outputFooter,
body.MODE_JOBSI #outputFooter{
	border-top : 1px solid #E0E0E0;
}

body.MODE_JOBS #outputFooter table tbody tr td ,
body.MODE_JOBSI #outputFooter table tbody tr td {
    vertical-align : bottom;
}

/*------------Legalnotes---------------*/

body.MODE_JOBS #widget-legalnotes-link,
body.MODE_JOBSI #widget-legalnotes-link{
	font-family : Arial;
	font-size : 12px;
	color : #434343;
	text-decoration : underline;
}

body.MODE_JOBS .widget-legalnotes-link,
body.MODE_JOBSI .widget-legalnotes-link{
	font-family : Arial;
	font-size : 12px;
	color : #434343;
	text-decoration : underline;
}

body.MODE_JOBS span.ui-dialog-title a ,
body.MODE_JOBSI span.ui-dialog-title a {color: #aaa;}

/*------------Logofooter---------------*/

body.MODE_JOBS #widget-logofooter ,
body.MODE_JOBSI #widget-logofooter {
	background-repeat : no-repeat;
	background-position : bottom center;
}


/*------------Contact------------------*/

body.MODE_JOBS #widget-contact ,
body.MODE_JOBSI #widget-contact {
	display : inline;
	padding-right :7px;
	border-right : 1px dotted gray;
}

body.MODE_JOBS #widget-contact a,
body.MODE_JOBSI #widget-contact a{
	font-family : Arial;
	font-size : 12px;
	color : #434343;
	text-decoration : underline;
}

/*-------------Follow us---------------*/

body.MODE_JOBS div.re_followus ,
body.MODE_JOBSI div.re_followus {
	display : inline;
	font-family : Arial;
	font-size : 12px;
	color : #434343;
	text-transform : none;
	padding-left : 7px;
}

body.MODE_JOBS div.re_followus a img ,
body.MODE_JOBSI div.re_followus a img {
	vertical-align : middle;
}




/*---------------Fin Default.htm------------------*/



/*--------------- news ------------------*/

body.MODE_JOBS .news-more img,
body.MODE_JOBSI .news-more img{
	display:none;
}

body.MODE_JOBS .news-more a,
body.MODE_JOBSI .news-more a{
		font-family: Arial;
		font-size: 12px;
		color: #434343;
}

body.MODE_JOBS .news-more,
body.MODE_JOBSI .news-more {
	margin-right:27px;
	cursor: pointer;
	border: 1px solid #d3d3d3;
	padding:3px;
	font-weight: normal;
	color: #555555;
}

body.MODE_JOBS .news-header,
body.MODE_JOBSI .news-header{
	background-color: #f8f8f8;
	font-size:14px;
	color:#434343;
	padding-right: 25px;
	z-index: 1;
}


body.MODE_JOBS  table.tblGen thead tr,
body.MODE_JOBSI  table.tblGen thead tr{
	background-color:#eff0e4;
	border-top:1px solid #ffffff;
}
body.MODE_JOBS  table.tblGen thead th ,
body.MODE_JOBSI  table.tblGen thead th {
	border:1px solid #ffffff;
	padding-left: 10px;
	height:14px;
}
body.MODE_JOBS table.tblGen thead td,
body.MODE_JOBS  table.tblGen tbody th,
body.MODE_JOBS  table.tblGen tfoot td,
body.MODE_JOBSI table.tblGen tbody td,
body.MODE_JOBSI table.tblGen thead td,
body.MODE_JOBSI  table.tblGen tbody th,
body.MODE_JOBSI  table.tblGen tfoot td {
	border:1px solid #ffffff;
}

body.MODE_JOBSI table.tblGen tbody td,
body.MODE_JOBS table.tblGen tbody td{
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-top:none;
}

body.MODE_JOBSI table.tblGen tbody tr.tblStripingOdd > td,
body.MODE_JOBS table.tblGen tbody tr.tblStripingOdd > td{
	border:1px solid #ffffff;
}

body.MODE_JOBS table.tblGen thead th.tblSortDown,
body.MODE_JOBSI table.tblGen thead th.tblSortDown,
body.MODE_JOBS table.tblGen thead th.tblSortUp,
body.MODE_JOBSI table.tblGen thead th.tblSortUp{
	background-color:#F8F8F8;
	border:1px solid #D9D9D9;
	color:black;
}



body.MODE_JOBS table.tblGen thead th.tblSortUpDown a,
body.MODE_JOBSI table.tblGen thead th.tblSortUpDown a{
	color:black !important;
}
body.MODE_JOBS table.tblGen thead th.tblSortDown a,
body.MODE_JOBSI table.tblGen thead th.tblSortDown a,
body.MODE_JOBS table.tblGen thead th.tblSortUp a,
body.MODE_JOBSI table.tblGen thead th.tblSortUp a{
	color:black !important;
}
body.MODE_JOBS #CTG_JOB_TITLE,
body.MODE_JOBSI #CTG_JOB_TITLE{
	margin-top:2px;
	font-family:arial;
	font-size:14px;
	color:#434343 !important;
	text-transform:uppercase;
	padding-top:18px;
}

body.MODE_JOBS .re_jobsearch_title,
body.MODE_JOBSI .re_jobsearch_title{
	margin-top:2px;
	font-family:arial;
	font-size:14px;
	color:#434343 !important;
	text-transform:uppercase;
}
body.MODE_JOBS .re_jobsearch_subtitle,
body.MODE_JOBSI .re_jobsearch_subtitle{
	margin-top: 15px;
	background-color: #f8f8f8;
	height: 21px;
	text-align: center;
	text-transform: uppercase;
	font-family: arial;
	color: #000000;
	padding-top: 5px;
	width: 211px;
	margin-bottom: 0px;
	font-size:1em;
}
body.MODE_JOBS #CTG_JOB_RESULT,
body.MODE_JOBSI #CTG_JOB_RESULT{
	margin-top:16px;
	width:660px;
}
body.MODE_JOBS #re_jobsearch_filterlists div,
body.MODE_JOBSI #re_jobsearch_filterlists div{
	margin-top:4px;
	margin-bottom:4px;
}
body.MODE_JOBS #fldKeywords_jsw ,
body.MODE_JOBSI #fldKeywords_jsw {
	width: 172px;
	color:#555555 !important;
}


 .ui-multiselect-checkboxes li{
	line-height:normal;
	position:relative;
	padding-left:2px;
	padding-top:2px;
	overflow-y:hidden;
}
 ul.ui-multiselect-checkboxes label.ui-multiselect-item-label,
 ul.ui-multiselect-checkboxes label.ui-multiselect-item-label{
	display:block;
	padding:0px;
}



 .ui-multiselect-checkboxes label input ,
 .ui-multiselect-checkboxes label input {
	position:absolute;
	top:0px;
	left:0px;
}


body.MODE_JOBS #re_jobsearch_filterlists #textsearchButton input[type="button"],
body.MODE_JOBSI #re_jobsearch_filterlists #textsearchButton input[type="button"],
body.MODE_JOBS #re_jobsearch_filterlists #textsearchButton input[type="submit"],
body.MODE_JOBSI #re_jobsearch_filterlists #textsearchButton input[type="submit"]{
	border:1px solid white;
	font-size:12px;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
	text-transform:uppercase;
	width:auto;
}
body.MODE_JOBS #re_jobsearch_filterlists #textsearchButton input[type="button"]:hover,
body.MODE_JOBSI #re_jobsearch_filterlists #textsearchButton input[type="button"]:hover,
body.MODE_JOBS #re_jobsearch_filterlists #textsearchButton input[type="submit"]:hover,
body.MODE_JOBSI #re_jobsearch_filterlists #textsearchButton input[type="submit"]:hover{
	border:1px solid white;
	font-size:12px;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
	text-transform:uppercase;
	width:auto;
}
button.ui-multiselect,
 button.ui-multiselect{
	border: 1px solid #7E9DB9!important;
	max-width: 206px;
}

ui-multiselect-header {
	display:none;
}

/**** fenetre modal ****/
body.MODE_JOBS .ui-dialog .ui-dialog-titlebar,
body.MODE_JOBSI .ui-dialog .ui-dialog-titlebar
{
	background: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-color: #E5E5E5;
	padding: 0;
}

body.MODE_JOBS .ui-dialog .ui-dialog-buttonpane,
body.MODE_JOBSI .ui-dialog .ui-dialog-buttonpane
{
	border-top: 1px solid #E5E5E5;
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: 0;
	margin-top: .5em;
	padding: 1.3em 1em 1.5em .4em;
}

body.MODE_JOBS .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset ,
body.MODE_JOBSI .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {float: right;}

body.MODE_JOBS .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button ,
body.MODE_JOBSI .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button
{
	background-color: #00ACEC;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	margin: 0 4px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

body.MODE_JOBS .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover,
body.MODE_JOBSI .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover
{
	background-color: #0087B9;
}

body.MODE_JOBS .ui-dialog .ui-dialog-titlebar span.ui-dialog-title ,
body.MODE_JOBSI .ui-dialog .ui-dialog-titlebar span.ui-dialog-title
{
	padding: 15px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

body.MODE_JOBS #dialog-modal-recommand #reJobPostingTitle,
body.MODE_JOBSI #dialog-modal-recommand #reJobPostingTitle{
	padding-bottom: 10px;
}


body.MODE_JOBS #dialog-modal-recommand table th,
body.MODE_JOBSI #dialog-modal-recommand table th{
	font-weight:normal;
	font-family:arial;
	font-size:14px;
	color:#434343;
	height: 25px;
	vertical-align:bottom;
}
body.MODE_JOBS #dialog-modal-recommand table td,
body.MODE_JOBSI #dialog-modal-recommand table td{
	height: 25px;
}
body.MODE_JOBS #dialog-modal-recommand table td input[type="text"],
body.MODE_JOBSI #dialog-modal-recommand table td input[type="text"]{
	height: 18px;
	font-size:14px;
	vertical-align:middle;
}
body.MODE_JOBS #dialog-modal-recommand #spanSubmit input[type="button"],
body.MODE_JOBSI #dialog-modal-recommand #spanSubmit input[type="button"],
body.MODE_JOBS #dialog-modal-recommand #spanSubmit input[type="submit"],
body.MODE_JOBSI #dialog-modal-recommand #spanSubmit input[type="submit"],
body.MODE_JOBS #spanClose input[type="button"],
body.MODE_JOBSI #spanClose input[type="button"],
body.MODE_JOBS #spanClose input[type="submit"],
body.MODE_JOBSI #spanClose input[type="submit"]{
	border:1px solid white;
	font-size:12px;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
	text-transform:uppercase;
	width:auto;
}
body.MODE_JOBS #dialog-modal-recommand #spanSubmit input[type="button"]:hover,
body.MODE_JOBSI #dialog-modal-recommand #spanSubmit input[type="button"]:hover,
body.MODE_JOBS #dialog-modal-recommand #spanSubmit input[type="submit"]:hover,
body.MODE_JOBSI #dialog-modal-recommand #spanSubmit input[type="submit"]:hover,
body.MODE_JOBS #spanClose input[type="button"]:hover,
body.MODE_JOBSI #spanClose input[type="button"]:hover,
body.MODE_JOBS #spanClose input[type="submit"]:hover,
body.MODE_JOBSI #spanClose input[type="submit"]:hover{
	border:1px solid white;
	font-size:12px;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
	text-transform:uppercase;
	width:auto;
}
body.MODE_JOBS #dialog-modal-recommand .mandatory,
body.MODE_JOBSI #dialog-modal-recommand .mandatory{
	padding-top:3px;
	padding-bottom:9px;
}
body.MODE_JOBS #noDataFound,
body.MODE_JOBSI #noDataFound{
padding-top:30px;
}

body.MODE_JOBS	.news-scroller,
body.MODE_JOBSI	.news-scroller{
padding-bottom:0px;
}

body.MODE_JOBS	.news-single,
body.MODE_JOBSI	.news-single{
padding-bottom:15px;
min-height:125px;
}

/*----Espacement catégories profil utilisateur ----*/

body.MODE_JOBS .DYN_TR_SPACER ,
body.MODE_JOBSI .DYN_TR_SPACER {
	height:20px;
}



/*------------------J120.cfm-------------------*/

 #reJobPostingContentContainer,
 #reJobPostingContentContainer{
	position:relative;
	padding-left:210px;
}

#reJobostingContent,
 #reJobostingContent{
	padding-top:20px;
}

#reJobPostingContentLeft ,
 #reJobPostingContentLeft {
	position : absolute;
	width : 200px;
	height : 450px;
	top:0px;
	left:0px;
}
#reJobPostingContentCenter ,
#reJobPostingContentCenter {
	position : relative;
}
#reJobPostingContentRight ,
#reJobPostingContentRight {
	display:none;
	position : absolute;
	width:200px;
	top:0px;
	right:0px;
}

#reJobpostingDetailBox ,
#reJobpostingDetailBox {
	left : 0px;
	top : 0px;
}

#reJopostingApply ,
#reJopostingApply {
	left : 0px;
	top : 0px;
	margin-top : -16px;
}

#reJopostingApply input ,
#reJopostingApply input {
	margin-left: 13px;
}


.re_portal_search_Header5 ,
.re_portal_search_Header5 {
	left : 0px;
	top : 0px;
	margin-top: 23px;
}

.lstRETools ,
.lstRETools {
	left : 0px;
	top: 0px;
	margin-top:0px;
	margin-bottom : 19px;
}


#reToolPrint ,
#reToolPrint {
	margin-top: 13px;
}

#jobNavBarLeft,
#jobNavBarLeft{
	padding-left: 6px;
}



#jobNavBar,
body.MODE_JOBSI #jobNavBar{
	position:relative;
}
#rejobpostingNavbar ,
#rejobpostingNavbar {
	position:absolute;
	bottom: 34px;
	right: 60px;
	left:auto;
	top:auto;
}

body.MODE_JOBS #recommandTable label ,
body.MODE_JOBSI #recommandTable label {display: block; font-size: 14px; color: #434343;}
body.MODE_JOBS #recommandTable .FieldsRow ,
body.MODE_JOBSI #recommandTable .FieldsRow {margin-bottom: 8px;}
body.MODE_JOBS #recommandTable .FieldsRow input[type="text"] ,
body.MODE_JOBSI #recommandTable .FieldsRow input[type="text"] {height: 18px; font-size: 14px; vertical-align: middle;}
/*--------Détail de l'offre--------*/

#recommandTable .FieldsRow {clear:both;}

#recommandTable .FieldsLabelRec{
	color:#000;
	font-size:13px;
}

 #reJobpostingDetailBox {
color :#434343;
}

a.relink { color:#6180D6; text-decoration:none; }
a.relink:hover { color:#274CD8; border-bottom:dotted 1px; }
a.relink:visited { color:#6180D6; }

 #reContentHeaderBlock {
	width:auto;
	height:auto;
}
#reJobPostingTitle {
	font-size:15px;
	left: 0px;
	top: 0px;
	z-index:0;
}
.reJobPostingTitle {
	font-size:15px;
	left: 0px;
	top: 0px;
	z-index:0;
}
 #reJopostingApply2{
	position: absolute;
	top: 0px;
	right: 0px;

}

 #reJopostingApply2 input{
	border: 1px solid white;
	font-size: 12px;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 175px;
	text-transform: uppercase;
	border-image: initial;
}

 #reJopostingApply2 input:hover{
	border: 1px solid white;
	font-size: 12px;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 175px;
	text-transform: uppercase;
	border-image: initial;
}

 #reJobPostingLogoLeft{
    position : relative;
    top:0px;
    left:0px;
    width:136px;
    padding-bottom:10px;
}

 #reJobPostingLogoLeft img{
border:none;
width:136px;
}

 #reJobPostingLogo{
	position: relative;
	float:left;
}

 #reJobPostingBottomBlock{
	position:relative;
}

#rejobpostingNavbar {
	position:absolute;
	bottom: 34px;
	right: 60px;
	left:auto;
	top:auto;
}

#jobNavBarContent {
	left: 0px;
}


 .lstRETools{
	overflow:hidden;
}


.re_portal_search_Header3{
	background-color: #EFF0E4;
}

 #reShareOffer {
	cursor: default;
}


 #reShareText {
	position : relative;
	float:left;
	padding-right: 5px;
	color : #434343;
}

.fb13x13{
	background-position: 0 -38px;
}

.fb13x13:hover{
	background-position: -14px -39px;
}


 .tw13x13{
	background-position: 0 -52px;
}

 .tw13x13:hover{
	background-position: -14px -52px;
}

 .google13x13{
	background-position: 0 -66px;
}

.google13x13:hover{
	background-position: -14px -66px;
}

.linkedin13x13{
	background-position: 0 -80px;
}

.linkedin13x13:hover{
	background-position: -14px -80px;
}


/*--------Postuler à une offre-----*/

body.MODE_JOBS #spanFldImportCV,
body.MODE_JOBSI #spanFldImportCV{
 	color : #434343;
}

/*--------Ecran de connexion-------*/

body.MODE_JOBS #tabHaveSocialAccountTitle,
body.MODE_JOBSI #tabHaveSocialAccountTitle{
	margin-left:150px;
}



/*-------Titres de bandeaux carousel-------*/

body.MODE_JOBS #lastOffersTitle,
body.MODE_JOBSI #lastOffersTitle{
	width:635px;
	position:relative;
	float:left;
}

body.MODE_JOBS #jobAlertTitle,
body.MODE_JOBSI #jobAlertTitle{
	width:235px;
	position:relative;
	float:left;
}


body.MODE_JOBS #lastOffers,
body.MODE_JOBSI #lastOffers{
	width:635px;
	position:relative;
	float:left;
}

body.MODE_JOBS #jobAlert,
body.MODE_JOBSI #jobAlert{
	width:235px;
	position:relative;
	float:left;
}



body #rejobpostingCandidateContent .tm-mail-element
{
	position:relative;
	min-height:49px;
	background-color:white;
	background-image:none;
	border:none;
	padding-bottom:4px;
}

body #rejobpostingCandidateContent .tm-mail-element .pic
{
	position:absolute;
	top:1px;
	left:1px;
	border:0px solid #9b9b9b;
	padding:1px;
	margin-top:4px;
	height: 35px;
	width: 35px;
}

body #rejobpostingCandidateContent .tm-mail-element .pic img
{
	height: 35px;
}

body #rejobpostingCandidateContent  .tm-mail-element .details
{
	padding-left:45px;
	padding-top:4px;
}

body #rejobpostingCandidateContent .tm-mail-send-header
{
	border:none;
	background-color:white;
	background-image:none;
	font-weight: normal;
	padding-bottom: 7px;
}

body #rejobpostingCandidateContent .tm-mail-send-header span
{
	font-size:12px;
	color:#9b9b9b;
	padding-bottom:11px;
}

body #rejobpostingCandidateContent .tm-mail-send-content
{
	border:none;
	position:relative;
}

body #rejobpostingCandidateContent .tm-mail-send-content form
{
	display:inline;
}

body #rejobpostingCandidateContent .tm-mail-send-content textarea
{
	width:95%;
	height:50px;
}

body #rejobpostingCandidateContent .tm-mail-send-content #Button-Box
{
	margin:0;
	padding:0;
	display:inline;
	position:absolute;
	right:0; bottom:0;
}

body #rejobpostingCandidateContent  .tm-mail-viewall a
{
	color: #0073b2;
}

body #rejobpostingCandidateContent  .tm-element-header{
    padding-bottom:0px !important;
}

body #rejobpostingCandidateContent .clsMsgFrom {
	color:#9b9b9b !important;
	font-size: 12px !important;
	font-weight: normal !important;
}

body #rejobpostingCandidateContent  .clsMailSubject a {
	color:#383838 !important;
	font-size: 12px !important;
}

body #rejobpostingCandidateContent #tblJobList {

	border: 1px solid #f2f2f2 ;
}

body #rejobpostingCandidateContent #tblJobList td{

	vertical-align:top;
}

body #rejobpostingCandidateContent #tblJobList .Job {
	background-color:#f2f2f2;
	text-transform:uppercase;
	line-height:24px;
	font-size:16px;
}

body #rejobpostingCandidateContent #tblJobList .jobapplydate {
	background-color:#f2f2f2;
}

body #rejobpostingCandidateContent #tblJobList .jobstatus {

	background-color:#f2f2f2;
	text-align:right;
	vertical-align:middle;
}

body #rejobpostingCandidateContent ul{
	list-style-type: none;
	padding-left:5px;
	margin-left:0px;
	margin-top:0px;
}

body #rejobpostingCandidateContent ul li{
	vertical-align:top;
}
body #rejobpostingCandidateContent .JobStep ul li{
	vertical-align:top;
	padding-bottom:15px;
}

.jobOfferProcessheader ul {margin: 0; padding: 0;}


#jobOfferProcessheader .SelectedStep p,
.jobOfferProcessheader .SelectedStep p,
#jobOfferProcessheader .NormalStep p,
.jobOfferProcessheader .NormalStep p {text-align: center; vertical-align: middle; display: table-cell;}

#jobOfferProcessheader .SelectedStep,
.jobOfferProcessheader .SelectedStep {font-weight:bold; background-color: #e8e8e8;}

#jobOfferProcessheader .SelectedStep.EvalList, #jobOfferProcessheader .NormalStep.EvalList{
	width:auto;
	height:21px;
	padding-top: 5px;
	background-position: right center;
	padding-right : 20px;
}


.jobOfferQuestionnairesheader .NormalStep{
	list-style-type: none;
}
.jobOfferQuestionnairesheader ul{
	padding-left:16px;
}


.jobOfferProcessheader .SelectedStep.EvalList, .jobOfferProcessheader .NormalStep.EvalList{
	width:auto;
	height:21px;
	padding-top: 5px;
	background-position: right center;
	padding-right : 20px;
}

.liHidden{
	display:none;
}

.skipnav { text-align: left; }
.skipnav a, .skipnav a:hover, .skipnav a:visited { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; background-color:grey;color:white; border:2px solid black; }
.skipnav a:focus, .skipnav a:active { position: absolute; left: 0; width: auto; height: auto; overflow: visible; text-decoration: none; }
.skiptarget{display:none;}
p.skipnav { margin: 0 0 10px; }

body.MODE_JOBS .focus-wrapped, body.MODE_JOBSI .focus-wrapped
{
	 outline: none;
}
body.MODE_JOBS .focus-relative, body.MODE_JOBSI .focus-relative
{
	position:relative;
}


.header2Question,
body.MODE_JOBS .header2Question,
body.MODE_JOBSI .header2Question{
	font-weight: bold;
	padding-top:8px;
}

.categoryquestionnaire{
	margin-top:20px;
	margin-bottom:0px;
}

.jobsearchdivmargin .dropdown-menu{
	top:26px;
}

body.MODE_JOBS table, body.MODE_JOBSI table {
	font-size : 1em;
}

body.MODE_JOBS .imgNoBorder, body.MODE_JOBSI .imgNoBorder {
	border:0px;
}


body.MODE_JOBS .clsHiddenComplement,
body.MODE_JOBSI .clsHiddenComplement{
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

body.MODE_JOBS H2.assessmentH2,
body.MODE_JOBSI H2.assessmentH2{
	FONT-FAMILY: Arial!important;
	background-color: #eff0e4;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 1.167em!important;
	border-bottom: 0px solid white;
	color:#6C6C6C;
	line-height: 20px;
	letter-spacing: -1px;
}

body.MODE_JOBS .TM_titlePage-directive,
body.MODE_JOBSI .TM_titlePage-directive {
	color : #1e1d1d;
}

body.MODE_JOBS #tabHaveCv .filestyle_container input[type="submit"],
body.MODE_JOBSI #tabHaveCv .filestyle_container input[type="submit"] {
	padding-left:4px !important;
	padding-right:4px !important;
}

.rePatternLabel{
	line-height: 24px;
	font-size: 19px;
	color: #929292;
}

.jobapplydirective{
	background-color:#f2f2f2;
	color: #929292;
}
#nomsg{
color:#9b9b9b;
}

#frmOffers #trsubpoptable th{
	padding-left:0px;
}

#frmOffers #trsubpoptable td{
	padding-left:0px;
}


.CandidateResult li{
	padding-bottom: 0px !important;
}

.clsEquivaalent{
	color: red;
	font-style: italic;
	padding-left: 24px;
}
.clsAddresseSession{
	margin-left:20px;
	top:0px;
	position:relative;
	display:block;
}

.comboline{
	font-size:24px;
}

.CandidateResult{
	list-style-type: none;
	padding-left: 5px;
	margin-left: 0px;
	margin-top: 0px;
}



table.tblGen tr.tblStripingEven td .tblEligbRules tr td{
	border:0px;
	white-space:nowrap;
}
.tblEligbRules tbody tr td{
	border:0px;
	white-space:nowrap;
}
.tblEligbRules{
	width:223px;
}
.finaldecision table{
	margin-left:auto;
   margin-right:auto;
}
.jobsearchdivmargin input.searchLoupe{
	width:186px;
}
.publishWarning{
	font-weight:bold;
	text-decoration:underline;
}

/*-------- recaptcha --------*/
#recaptcha_widget
{
	line-height: 1em;
	border: 1px solid #DFDFDF;
	margin: 0;
	padding: 8px;
}
.recaptcha-col {float: left;}
.recaptcha-col-3 {width: 300px; margin-right: 8px;}
	.recaptcha-col-3 input[type="text"] {width: 100%;}
.recaptcha-col-1 {width: 115px;}
.recpatcha-row-3 {height: 60px;}
.recaptcha-image img {border: 1px solid #DFDFDF;}
#recaptcha_widget ul {list-style-type: none; margin: 0; padding: 0;}
	#recaptcha_widget ul li,
	#recaptcha_widget i {margin: 0; padding: 0;}
.recaptcha-breaker {clear: both;}
.recaptcha-icon-refresh,
.recaptcha-icon-headphones,
.recaptcha-icon-picture,
.recaptcha-icon-question-sign {display: block; width: 25px; background-repeat: no-repeat;}


.recaptcha-col-1 .recaptcha-logo {padding: 8px;}

/**/
.tm-questioneval-section {margin-top: 1px;}
.tm-questioneval-section h3.TM_titlePage.TM_DYN_TITLE.assessmentH2 {padding-left: 0;}
.tm-questioneval-section label {font-weight: bold; margin: 0px 0; display: inline-block; width: 95%;}
.tm-questioneval-section input[type=radio] {margin-top:1px; vertical-align:top;}
.tm-questioneval-section p {margin: 0; padding: 0;}
.tm-questioneval-section .quizzTable {border: 0;}
.tm-questioneval-section .header2Question label {margin-bottom: 0;}
.tm-questioneval-section ul {list-style-type: none; margin: 0px 0 0 0px; padding: 0; width: 100%;}
	.tm-questioneval-section ul li {margin: 0; padding: 0;}
	.tm-questioneval-section ul li label {font-weight: normal; margin: 0;}
.tm-questioneval-section  textarea {margin-top: 0px;}
.tm-questioneval-section .charlefttextarea {display: block; margin-bottom: 0px; margin-top: 0px;}

/* non modal */
#form-recommand-fullpage #recommandTable label {float: left; display: block; width: 200px;}
#form-recommand-fullpage #recommandTable input,
#form-recommand-fullpage #recommandTable textarea {float: inline-block; width: 50% !important;}
#form-recommand-fullpage #recommandTable #recaptcha_response_field  { width: inherit !important; }
#form-recommand-fullpage #recommandTable #captcha_input_fldCaptcha { width: 100% !important; }
#form-recommand-fullpage #recommandTable #recaptcha_widget {float:left; width: 49%; padding-right: 0;}
#form-recommand-fullpage #recommandTable textarea {margin: 0; padding: 0;}
#form-recommand-fullpage #recommandTable .FieldsRow,
#form-recommand-fullpage .mandatory {clear: both;}
#form-recommand-fullpage #recommandTable #recaptcha_response_field {margin-top: 4px!important;}

/*jobposting*/
#tblJobList {padding: 4px;}
#tblJobList .tm-row.jobposting-sub-title .tm-title-sub:first-child {border-right: 1px solid #FFF;}
#tblJobList .tm-row.jobposting-sub-title .tm-title-sub:last-child {border-left: 1px solid #FFF;}
#tblJobList .tm-title {margin-bottom: 2px;}
#tblJobList .tm-content {padding: 10px;}
#tblJobList .tm-content a {font-weight: bold;}

.tm-col-6
{
	width: 50%;
	*width: 49.9%; /* hack ie */
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tm-row {display: table; width: 100%;}
.tm-title {background: #F2F2F2; line-height: 24px; font-size: 16px; padding: 2px 0;}
.tm-title-upper {text-transform: uppercase}
.tm-title-sub {background: #F2F2F2;}
.tm-txt-right {text-align: right;}
.tm-icons {display: inline-block; background-repeat: no-repeat; vertical-align: middle}

ul.tm-list li {margin-bottom: 10px}
ul.unstyle-list, ul.unstyle-list li {margin: 0; padding: 0;}
.thin {font-weight: 100;}
.bold {font-weight: 900;}

body.MODE_JOBS #CTG_JOB_RESULT table#CTG_JOB_LIST {table-layout: fixed;}
body.MODE_JOBSI #CTG_JOB_RESULT table#CTG_JOB_LIST {table-layout: fixed;}

body.MODE_JOBS #CTG_JOB_RESULT table#CTG_JOB_LIST tr td {overflow: hidden;}
body.MODE_JOBSI #CTG_JOB_RESULT table#CTG_JOB_LIST tr td {overflow: hidden;}


body.MODE_JOBS  H1.TM_titlePage {*height:20px;}
body.MODE_JOBSI  H1.TM_titlePage {*height:20px;}


body.MODE_JOBS  .styleColAdd1 {text-overflow: ellipsis;
           width: 100px;
		   }
body.MODE_JOBSI  .styleColAdd1 {text-overflow: ellipsis;
           width: 100px;
		   }

body.MODE_JOBS  .styleColAdd2 {text-overflow: ellipsis;
           width: 130px;
		   }
body.MODE_JOBSI  .styleColAdd2 {text-overflow: ellipsis;
           width: 130px;
		   }

body.MODE_JOBS  .styleColAdd3 {text-overflow: ellipsis;
           width: 145px;
		   }
body.MODE_JOBSI  .styleColAdd3 {text-overflow: ellipsis;
           width: 145px;
		   }

body.MODE_JOBS  .styleColLink {text-overflow: ellipsis;

		   }
body.MODE_JOBSI  .styleColLink {text-overflow: ellipsis;

		   }

body.MODE_JOBS  .styleColAdd1 a {text-decoration:none;}
body.MODE_JOBS  .styleColAdd2 a {text-decoration:none;}
body.MODE_JOBS  .styleColAdd3 a {text-decoration:none;}
body.MODE_JOBS table.tblGen th {width: 100px;}

body.MODE_JOBSI  .styleColAdd1 a {text-decoration:none;}
body.MODE_JOBSI  .styleColAdd2 a {text-decoration:none;}
body.MODE_JOBSI  .styleColAdd3 a {text-decoration:none;}
body.MODE_JOBSI table.tblGen th {width: 100px;}



body.MODE_JOBS table.tblGen th#thext_startdate {width: auto;}
body.MODE_JOBS table.tblGen th#thentreprise_name{width: auto;}
body.MODE_JOBS table.tblGen th#thoffer_name ,
body.MODE_JOBS table.tblGen th#thcategory_name { width: auto;}
body.MODE_JOBS table.tblGen th#thname_region {width: auto;}

body.MODE_JOBSI table.tblGen th#thext_startdate {width: auto;}
body.MODE_JOBSI table.tblGen th#thentreprise_name{width: auto;}
body.MODE_JOBSI table.tblGen th#thoffer_name ,
body.MODE_JOBSI table.tblGen th#thcategory_name { width: auto;}
body.MODE_JOBSI table.tblGen th#thname_region {width: auto;}

body.MODE_JOBS #reToolCheckSelection i {color: #E9D47E;}
#reToolSendMail, #reToolRecommand, #reToolPrint{
	padding-left:17px;
}
#reToolSendMail a, #reToolRecommand a, #reToolPrint a{
	margin-left:5px;
}

#jobalert .selectpicker{
	max-height: 105px;
	overflow-y: auto;
}


#jobalert ul.selectpicker{
	max-height: 105px;
	overflow-y: auto;
}

.re_improveSearch .re_select {width: 180px !important;}

.re_improveSearch .re_select .selectpicker {
	max-height: 105px;
	overflow-y: auto;
}
.jobsearchdivmargin .form-control{
	width:173px
}

.re_improveSearch ul.re_select{
	max-height: 105px;
	overflow-y: auto;
	width: 186px;
}

/* Ajour une main (Comme pour les hyperliens) lorsque la souris survole les opgtgroup du selectmultiple du Lieu de Travail (select de selectpicker plugin)*/
.re_select dt > span.text {cursor: pointer;}

.re_improveSearch .right-inner-addon i{
	padding:10px 20px;
}

#jobalert .dropdown-menu{
	top:30px;
}

#filteradv .dropdown-menu {
	position: relative;
	top: 0px;
	z-index:auto;
}

#filteradv .glyphicon{
	left:3px !important;
}

#filteradv .dropdown-menu{
	display:block;
}

#filteradv button.selectpicker {
	display:none;
}

#filteradv ul.selectpicker{
	height: 105px;
	overflow-y: auto;
	max-width: 460px;
	min-width: 300px;
}

.j160title{
	min-height: 20px;
	float: left;
	display:block;
	padding:2px;
	vertical-align:top;
	width: 185px;
	font-size:13px;
}

.j160field{
	font-size: 11px;
	margin-bottom:2px;
	display:block;
	padding: 2px;
	font-size:13px;
}

#jobalert small label{
	color:#000;
	font-size:13px;
}

#dvHeader .clsuserstatus{
	width:100px;
	text-align:left;
}
#dvHeader .ui-widget-header{
	font-weight:normal;
}

#dvHeader .clsWelcome{
	font-size:14px;
	font-weight:bold;
}

.j160title #lbl_fldkeyword, .j160title #lbl_fldMail{
margin-left:14px;
}
#recontent input[type=checkbox], #recontent input[type=radio]{
	padding-right:3px !important;
}
#jobalert input[type=checkbox]{
	padding-bottom:10px;
}
.clsreaction{
	padding-top:10px;
	padding-bottom:10px;
}

#v6_leftmenu #fld_job_status{
 width:229px;
}

/* Styles for j200.cfm ------------------------------------------------------------- */

.container {
	background-color: #fff;
}

.seance-description {
	margin-left: 15px;
}

.mailitem_* {
	margin: 5px;
}

.job-application {

	margin-top: 15px;
}

.job-application .pattern-label {
	padding: 0 5px;
	font-size: 125%;
}

.job-application .header  {
	background-color: #ddd;
	color: #666;
	padding: 0 5px;
	font-family: Raleway, sans-serif;
}

.job-application > .header .name {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
}

.job-application > .header .date,
.job-application > .header .status {
	font-size: 100%;
}

#message-list > message {

	margin: 5px 0;
}

.section-title {
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
}

.subsection-title {
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
}

.finalevaluation .subsection-title {
	font-size: 115%;
	margin-top: 0;
}

.message {
	margin-bottom: 10px;
}

.message .informations {
	margin: 2px 0;
	color: #999;
}

.job-application-body .submit,
.message .informations > .unread {
	color: #ff0000;
	font-weight: bold;
}

.message .subject {
	font-weight: bold;
	margin : 2px 0;
}

.combo {
	margin: 15px 0 0 0;
}

.icon {
	color: #555;
}

.examen {
	margin: 10px 0 10px 0;
}

.id-sheet {
	margin: 0 !important;
	padding: 15px 0;
}

.id-sheet {
	border: 1px solid #000;
}

.finalevaluation {
	background-color: #ccc;
	padding: 10px 15px;
	margin: 20px 0 10px 0;
}

.section_title ~ .row {
	margin-top: 10px;
}

.eval-label,
.underlined {
	text-decoration: underline;
}

.italic-normal {
	font-style: italic;
	font-weight: normal;
}

.inscription-directive,
.message-warning {
	font-style: italic;
	font-weight: normal;
}

.inscription-directive {
	margin-bottom: 10px;
}

.message-warning {
	color: red;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.divHidden {
	display: none;
}

#fu-page-title {
	margin-top: 15px;
}


ul.unstyle-list {
	list-style: none;
	margin: 0;
}

.clsSessionAddress {
	margin-left: 15px;
}

.ui-dialog .ui-dialog-titlebar-close span { /* hack pour le dialog box, désalignement de l'icone */
	top: 0;
	left: 0;
}

.re-pattern-label {
	font-size: 125%;
}


#matriculemodaladd {
	overflow: hidden;
}

.exam-name {
	font-weight: bold;
}


table.candidate-result > tbody > tr > td:first-child {
	width: 125px;
}


.exam-icon {
	float: left; width: 15px;
}

.exam-name {
	margin-left: 15px;
}

/* ------------------- */

.glyphicon-document-done:before {
	content: "\e043";
}

.glyphicon-document-not-done:before {
	content: "\e043";
}

.glyphicon-step-done:before {
	content: "\e067";
}

.glyphicon-step-not-done:before {
	content: "\e157";
}

.message-container {
	max-height: 500px;
}

#reJobPostingDescriptionContent > p,
#reJobPostingAttributionContent > p,
#reJobPostingProfileContent > p
{
	padding: 0 5px 0 0;
}

#candidateFileContent .ui-widget-header.tm-element-menu-header{
	background-color:#efefef;
}

.ui-datepicker-trigger{
	border:0px;
}

.tm-questioneval-section label.label_infobulle {
    text-decoration:underline;
}
.tm-questioneval-section div.div_directive {
    margin-bottom:15px;
    margin-top:10px;
    margin-left:10px;
}

.tm-questioneval-section .div_directive ul{
    list-style-type:disc;
    margin-bottom:10px;
    margin-left:15px;
    padding:0px;
}

.tm-questioneval-section div.header2Question {
    font-size: 15px;
    color: #707070;
    margin-left: 0px;
    margin-top: 0px;
}
.tm-questioneval-section div.div_answer {
    font-size: 15px;
    color: #01ACEC;
    margin-left: 0px;
}
.tm-questioneval-section div.calendar {
    margin-left: 12px;
}

/* Styles for incselcandidatestatus.cfm ------------------------------------------------------------- */
.candidate-status-parent {
	font-weight: bold;
}

/* recherche dans header */
body.MODE_JOBS .tm-search-container,
body.MODE_JOBSI .tm-search-container
{
	border: none !important;
	background-color: transparent !important;
}

body.MODE_JOBS .tm-search-form input,
body.MODE_JOBS .tm-search-form button,
body.MODE_JOBSI .tm-search-form input,
body.MODE_JOBSI .tm-search-form button
{
	border: 1px solid #ccc !important;
	color: #777 !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	background: transparent;
	display: block;
	padding: 1px !important;
}
	

	body.MODE_JOBS .tm-search-form input[type="search"] ,
	body.MODE_JOBSI .tm-search-form input[type="search"] {height: 19px; height: 15px\0/;}

.v6_reworkflowactive{
	color:red !important;
}
/******* END ********* recrutement.cfm ************** END **************/



/********************* misc.cfm **********************************/

/* ** DEFINITION LIST ** */
dl.TM_DefListTbl { display: block; }
dl.TM_DefListTbl dt {
	display: block;
	font-weight: bold;
	float: left;
	width: 10%;
}
dl.TM_DefListTbl dd {
	display:  block;
	white-space: nowrap;
}

body.LN_MODE_MONOLINGUE .tm_en{
	display:none;
}


.fragment {
    display: none;
}


/* ** download files ***/

.ArboActions{
	border-right: #8E91B3 1px solid;
	border-top: #8E91B3 1px solid;
	border-left: #8E91B3 1px solid;
	border-bottom: #8E91B3 1px solid;
	text-align : center;
	vertical-align : top;
}


.WorkgroupsQuotaUse{
	background-color: #F2AE02;
}

.WorkgroupsQuotaNotUse{
	background-color: #6097C8;
}


.dynaformTH, .dynaformSpacer{ 
	padding-top:5px;
}

body.USERTYPE_V .dynaformTH, body.USERTYPE_V .dynaformSpacer{
	position:relative;
	top:5px;
	padding-top: 0px;
}


.dynaformTD{ 
	height:25px; 
	position:relative; 
}

body.USERTYPE_E .iconfirstlevelemployee{
	background-color : #008000;
}
body.USERTYPE_M .iconfirstlevelemployee{
	background-color : #008000;
}
body.USERTYPE_V .iconfirstlevelemployee{
	background-color : #008000;
}

body.USERTYPE_E .iconsecondlevelemployee{
	background-color : #00C000;
}
body.USERTYPE_M .iconsecondlevelemployee{
	background-color : #00C000;
}
body.USERTYPE_V .iconsecondlevelemployee{
	background-color : #00C000;
}



/********* Liste de CMCs (utilis? dans tools.searcFrm_display) ****************/
#cmcList-box .cmcTypesList{
	margin:0;
}
#cmcList-box ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-left:24px;
}

#cmcList-box .cmcTypesList .lineContainer{
	padding:3px 0px 3px 0px;
}

#cmcList-box .cmcTypesList div.lineContainer{
	padding:3px;
	position:relative;
}


#cmcList-box .cmcTypeLabel{
	display:inline;
}

#cmcList-box .cmcTypesOptionsMenu{
	text-align:right;
	white-space:nowrap;
	position:absolute;
	right:0px;
}

#cmcList-box .cmcTypesOptionsMenu div{
	display:inline;
	margin-right:36px;
}


#errorMessage{
	display:none;
}

#StructList-box ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-left:36px;
}


UL.listExpanable{
	padding:0px;
	margin:0px;
}
UL.listExpanable UL{
	margin-left:12px;
	margin-top:5px;
	margin-bottom:5px;
}
UL.listExpanable LI{
	list-style-type: none;
	margin-left:0px;
}
UL.listExpanable SPAN{
	padding-left:12px;
}
UL.listExpanable A{
	padding-left:12px;
}
UL.listExpanable LI.listExpanableLeaf{
	list-style-type: circle;
	margin-left:24px;
	padding-left:0px;
}
UL.listExpanable LI.listExpanableLeaf A{
	padding-left:0px;
}


.pageBreak{ 
	page-break-after: always; 
}
/* ** TextPlus Tool***/


#filtre-box table.tableBorderReport{ 
	width: 99%;
	border: 1px solid #00448C;
	margin: 1px;
}

#report-box table table{ 
	width: 99%;
	border: 1px solid #FFFFFF;
	margin: 1px;
	text-align: center;
}

#report-box #avancement-box table table{ 
	width: 99%;
	border: 1px solid #FFFFFF;
	margin: 1px;
	text-align: left;
}

#report-box .progressbar{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background: #fff; 
	width:100px;
}

#report-box .OnlyInXls{
	display: none;
}

#frise-box td.global a{ 
	display: block;
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #999;
	text-align: center;
	text-decoration: none;
	background: #fff; 
}

#frise-box td.selectedstep a{ 
	display: block;
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #999;
	text-align: center;
	text-decoration: none;
	background: #fff; 
}


.titleheader{
	background-repeat: no-repeat;
}

#tbPGPLEGEND{
	width: 75%;
	background-color: #FCDDA3;
	border-top: 2px solid #F5A500;
	border-left: 2px solid #F5A500;
	border-bottom: 2px solid #F5A500;
	border-right: 2px solid #F5A500;
}


#test-pages-box{
	width:100%;
	text-align: center;
}


#test-pages-box a{
	text-decoration: none;
	padding: 2px;
}


body.USERTYPE_E .linkperf00{
	color: #5C5B60
}
body.USERTYPE_M .linkperf00{
	color: #5C5B60
}

body.USERTYPE_E .linkperf00:hover{
	color: #f5a500;
}
body.USERTYPE_M .linkperf00:hover{
	color: #f5a500;
}


.printheader{
	display:none;
}

#frmCriticalJobDetail #PHOTO img{
	max-width:100px;
	max-height:90px;
}

/******* END ********* misc.cfm ************** END **************/


/********************* ui_tabs.cfm **********************************/

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}


.ui-tabs-nav {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 0;
}



.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #000000;
	font-weight:bold;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
}

.ui-tabs-nav a:hover
{
	color: #3a57b5;
    background-position: 100% -125px;
	border-bottom:none; /* !important; pour bypasser la class a.TM_LINK (link.cfm) - CVR : Supression du mot clef : important car impossible de personnaliser l'affichage en sp�cifique'*/
}

.ui-tabs-nav a:hover span
{
    background-position: 0 -100px;
}

.ui-tabs-nav a span {
	width: auto !important;
}

*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}



.ui-tabs-nav .ui-tabs-selected a {
    z-index: 2;
    color: #000;
}

.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 0px;
}




  .ui-tabs-nav .ui-tabs-selected a
,  .ui-tabs-nav .ui-tabs-selected a:hover
, .ui-tabs-nav a:focus
, .ui-tabs-nav a:active
{
    background-position: 100% -75px;
	color: #000;
}

  .ui-tabs-nav .ui-tabs-selected a span
, .ui-tabs-nav .ui-tabs-selected a:hover span
, .ui-tabs-nav a:focus span
, .ui-tabs-nav a:active span
{
    background-position: 0 -25px;
}

  .ui-tabs-nav .ui-tabs-selected a:link
, .ui-tabs-nav .ui-tabs-selected a:visited
, .ui-tabs-nav .ui-tabs-disabled a:link
, .ui-tabs-nav .ui-tabs-disabled a:visited
 { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}



  .ui-tabs-nav a
, .ui-tabs-nav .ui-tabs-disabled a:hover
, .ui-tabs-nav .ui-tabs-disabled a:focus
, .ui-tabs-nav .ui-tabs-disabled a:active
{
    background-position: 100% -50px;
}

  .ui-tabs-nav a span
, .ui-tabs-nav .ui-tabs-disabled a:hover span
, .ui-tabs-nav .ui-tabs-disabled a:focus span
, .ui-tabs-nav .ui-tabs-disabled a:active span
{
    background-position: 0 0;
}



  .ui-tabs-nav a:hover
, .ui-tabs-nav a:focus
, .ui-tabs-nav a:active
, .ui-tabs-nav .ui-tabs-unselect a:hover
, .ui-tabs-nav .ui-tabs-unselect a:focus
, .ui-tabs-nav .ui-tabs-unselect a:active
{ /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}



.ui-tabs-panel {
    border: 1px solid #F8F8F8;
    padding: 5px 20px 5px 20px;
    background: #F8F8F8; /* declare background color for container to avoid distorted fonts in IE while fading */
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/******* END ********* ui_tabs.cfm ************** END **************/


/********************* login.cfm **********************************/
#TM_LOGINFRAME{
    width:100%;
  }
  
  
  #TM_LOGINFRAME_EMPTYCELL{
    height:1px;
  }
  
  
  #TM_LOGINFRAME_SPACER_PUSH{
    width:20px;
    height:1px;
  }
  
  #TM_LOGINFRAME_LOGIN{
    vertical-align:top;
    width:230px;
    padding-top:30px;
    padding-left:30px;
    padding-right:30px;
  }
  
  #TM_LOGINFRAME_LOGIN_BOX{
    position:relative;
    width:100%;
  }
  
  #TM_LOGINFRAME_LOGIN_BOX FORM{
    display:inline;
  }
  
  #TM_LOGINFRAME_LOGIN_BOX fieldset{
    border:0px;
  }
  
  #TM_LOGINFRAME_LOGIN_BOX label{
    display:block;
  }
  
  
  #TM_LOGINFRAME_PASSWORD_FLD{
    width:180px;
    border:1px solid #000;
  }
  
  #TM_LOGINFRAME_USERNAME_FLD{
    width:180px;
    border:1px solid #000;
  }
  
  
  #TM_LOGINFRAME_CONTENT{
    vertical-align:top;
    padding-top:30px;
    padding-left:30px;
    padding-right:30px;
  }
  
  #TM_LOGINLINKS{
    list-style-type:none;
    margin:0px;
    padding:0px;
  }
  
  
  #TM_LOGIN_CV{ display :none; }
/******* END ********* login.cfm ************** END **************/



/********************* minireport.cfm **********************************/
.miniReport_section{
	height:98%;
	width:99%;
	margin:0px;
	padding:0px;
}

.miniReport_container{
	border:1px solid #6E7C97;
	border-bottom:none;
	height:175px;
	position:relative;
}
.miniReport_container ul{
	margin:0px;
	padding-left:24px;
	font-weight: normal;
}
.miniReport_container li{
	padding-left:0px;
	margin-left:0px;
	font-weight: normal;
}
.miniReport_todolist{
	background-color:#FDE9C2;
	padding:1px;
	position:absolute;
	bottom:0px;
	width:100%;
}
.miniReport_todolist ul{
	margin:0px;
	padding-left:24px;
}
.miniReport_todolist li{
	font-weight: normal;
}

.miniReport_top_right{
	display:none;
}

.miniReport_bottom_right{
	display:none;
}


#Minireport-tab00{
	color: #000000;
}

.Minireport-tab a{
	color:#17499a;
}

.Minireport-tab a:hover{
	color:#17499a;
	text-decoration:underline;
}

#Minireport-tab01{
	color: #000000;
}

#Minireport-tab02 a{
	color:#17499a;
}
/******* END ********* minireport.cfm ************** END **************/


/********************* pilotage.cfm **********************************/
.menuPilotagelvl1{
    display: inline-block;
    _height: 1%;
}

.menuPilotagelvl1 a{
    float: left;
}

.menuPilotagelvl1 .tabs-disabled a{
    filter: alpha(opacity=40);
    zoom: 1; 
}

.tabs-hide{
	display: none;
}


.menuPilotagelvl1{
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px;
}

.menuPilotagelvl1:after{
    display: block;
    clear: both;
    content: " ";
}

.menuPilotagelvl1 li{
    float: left;
    margin: 0px 1px 0px 0px;
	
}

.menuPilotagelvl1 a{
    display: block;
    top: 1px;
    border: 1px solid #c9c9d6;
    border-bottom: 0px;
    z-index: 2;
    padding: 5px 9px 2px;
	margin: 0px 2px 0px 0px;
    color: #000;
    text-decoration: none;		
}

.menuPilotagelvl1 .tabs-selected a{
    padding-bottom: 2px;
    font-weight: bold;
}

.menuPilotagelvl1 .tabs-selected a, .menuPilotagelvl1 a:focus, .menuPilotagelvl1 a:active, .fragment{
    background: #EEEDF5;
}

.menuPilotagelvl1 a:hover{
 	 background: #eaeaea;
 }
 
.menuPilotagelvl1 .tabs-selected a:link, .menuPilotagelvl1 .tabs-selected a:visited, .menuPilotagelvl1 .tabs-disabled a:link, .menuPilotagelvl1 .tabs-disabled a:visited{
	cursor: text;
}

.menuPilotagelvl1 .tabs-disabled{
    opacity: .4;
}

.menuPilotagelvl1 .tabs-disabled a:hover, .menuPilotagelvl1 .tabs-disabled a:focus, .menuPilotagelvl1 .tabs-disabled a:active{
    background: red;
}

.fragment{
    padding: 0px 10px;
}

.menuPilotagelvl1 .tabs-selected .tabs-loading{
    padding-left: 25px;
    background-position: 4px 50%;
    background-repeat: no-repeat;
}


#tabnav .ui-tabs{
	margin: 0px;
	padding: 0px 0px 28px 30px;
	border-bottom: 1px solid #c9c9d6;	
}


#tabnav .ui-tabs :after{
    display: block;
    clear: both;
    content: " ";	
}

#tabnav .ui-tabs-nav a, #tabnav .ui-tabs-nav a span {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	background: red;
}
#tabnav .ui-tabs-nav li{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	background: green;
}

#tabnav .ui-tabs a:link{
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}
	
	
#tabnav .ui-tabs a:visited{
	float: left;
	font-size: 10px;
	padding: 5px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 10px 0px 0px;
}
	
.tabnav a{
    display: block;
    top: 1px;
    border-bottom: 4px solid #F8F8F8;
    padding: 5px 9px 2px;
    color: black !important;
    padding-bottom: 2px;		
	background: #F8F8F8;
}

.tabnav a:hover{
	border: 1px solid #c9c9d6;
	border-bottom: 4px solid white;
	padding-bottom: 2px;
	background: white;
}
	
#tabnav .ui-tabs li.active a:link
, #tabnav .ui-tabs li.active a:visited{
	border-bottom: 4px solid #c9c9d6;
	padding-bottom: 2px;
	background: #EEEDF5;
}



body.USERTYPE_E #tabnav{
	padding: 0px 0px 28px 30px;
}
body.USERTYPE_M #tabnav{
	padding: 0px 0px 28px 30px;
}
body.USERTYPE_V #tabnav{
	padding: 0px 0px 28px 30px;
}


body.USERTYPE_E #tabnav a:link{
	padding: 0px;
}
body.USERTYPE_M #tabnav a:link{
	padding: 0px;
}
body.USERTYPE_V #tabnav a:link{
	padding: 0px;
}

body.USERTYPE_E #tabnav a:visited{
	padding: 5px;
	margin: 0px 30px 0px 0px;
}
body.USERTYPE_M #tabnav a:visited{
	padding: 5px;
	margin: 0px 30px 0px 0px;
}
body.USERTYPE_V #tabnav a:visited{
	padding: 5px;
	margin: 0px 30px 0px 0px;
}


body.USERTYPE_E #tabnav .tabs-selected a{
	padding: 5px;
}
body.USERTYPE_M #tabnav .tabs-selected a{
	padding: 5px;
}
body.USERTYPE_V #tabnav .tabs-selected a{
	padding: 5px;
}

body.USERTYPE_V .menuPilotagelvl1 a:hover, body.USERTYPE_V .menuPilotagelvl1 a:focus, body.USERTYPE_V .menuPilotagelvl1 a:active{
    cursor: pointer;
}


#tabnav .ui-tabs a:hover{
	color: #c9c9d6;
	font-size: 10px;
}

#tabnav .ui-tabs-selected a{
	border: 1px solid #c9c9d6;
	padding: 5px;
    background:  white; 
	color: #000; font-weight: bold;
	border-bottom: 3px solid #c9c9d6;
}


#tabnav .ui-tabs-selected a:link, #tabnav .ui-tabs-selected a:visited, #tabnav .ui-tabs-disabled a:link, #tabnav .ui-tabs-disabled a:visited{ 
    cursor: text;
}


.OnlyInXls {
	display: none;
}
/******* END ********* pilotage.cfm ************** END **************/


/********************* print.cfm **********************************/
@media print{

	TEXTAREA{ 
		border: 1px solid Black; 
		overflow: visible; 
	}

	.textplus{
		display:none;
	}

	.textplusprint{
		display:inline;
	}
		
	
	
	.TM_PORTAL_MAINFRAME_BG{
		background-position:0px 0px;
		background-image:url() !important;
		background-repeat:no-repeat;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		margin-top:0px;
	}
	
	#TM_PORTAL_MARGINTOP{
		display:none;
	}
	
	#TM_PORTAL_TOP{
		display:none;
	}
	
	#TM_PORTAL_MIDDLE{
		margin-left:0px;
	}
	
	#TM_PORTAL_CONTENT{
		border-top: 0px solid black;
	}
	
	.TM_PORTAL_MENU{
		display:none;
	}
	
	#TM_PORTAL_MENU_SHADOW
	{
		display:none;
	}
	
	#TM_PORTAL_ARIANNE{
		display:none;
	}
	
	
	#TM_PORTAL_FOOTER{
		display:none;
	}

	
	/* Classe générique pour cacher du contenu à l'impression */
	.TM_HIDE_ON_PRINT{
		display:none;
	}	
	

	#debug-content{
		display:none;
	}

	.cfdebug {
		display:none;
	}

	.HideOnPrint{
		display:none;
	}	

	.printheader{
		display:inline;
	}

	.printheader hr{
		width:100%;
		height: 3px;
		color: #000;
	}
			
    .menuPilotagelvl1{
        display: none;
    }	
	
	#topcontainer, #leftContainer , #navbar, #technomediadebug, #debugTable, #debug-content, #savetable, #top-box, #tbTopMenu, #tbTopMenuLinks {
		display:none;
	}
	
	.HideOnPrint{
		display:none;
	}
}
/******* END ********* print.cfm ************** END **************/




/********************* jpopup.cfm **********************************/
#JP_close_X{
	background-color: #EFEFEF;
	text-align: right;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-top: 0px;
	font-weight:bold;	
	top:0px;
	right:0px;
	width:10px;
	height:10px;	
	display:block;
	position:absolute;
	display:block;
	border: 0px solid black;
}


#JP {
	position: absolute;
	z-index:100;
	border: 1px solid #C0C0C0;
	background-color: #fff;
}

#JP_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

#JP_close_left{
	background-color: #EFEFEF;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 3px;
	font-weight:bold;
	
	display:block;
	border-bottom: 1px solid #C0C0C0;
}

#JP_close_right{
	background-color: #EFEFEF;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 3px;
	font-weight:bold;
	border-bottom: 1px solid #C0C0C0;
}

#JP_copy p{
    margin:3px 0;
}

#JP_copy img{
	padding: 1px;
	border: 1px solid #EFEFEF;
}

.jPopup{
    cursor:pointer;
}
/******* END ********** jpopup.cfm ************** END **************/



/********************* tooltip.cfm **********************************/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
/******* END ********* tooltip.cfm ************** END **************/



/********************* jquery-calendar.cfm **********************************/
/* calendar styles */
#calendar_div, #calendar_inline_div {
	display: none;
	border: 1px solid #777;
	z-index: 1000; 
	font-family: Arial;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
#calendar_inline_div {
	display: block;
	border: 0;
}
.calendar_dialog {
	padding: 5px;
	background: #ddd;
	border: 4px ridge #ddd !important;
}
#calendar_div a, #calendar_inline_div a {
	cursor: pointer;
}
button.calendar_trigger {
	width: 25px;
}
img.calendar_trigger {
	margin: 2px;
	vertical-align: middle;
}
#calendar_prompt {
	float: left;
	width: 185px;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html #calendar_prompt {
	width: 185px;
}
#jcalUL{
	list-style-type:none;
	padding:0;
	margin:0;
	margin-left:0em;
	color: black;
	text-align:left;
}
#jcalli{
	list-style:outside;
	color: black;
}
#calendar_control, #calendar_header, #calendar {
	clear: both;
	float: left;
	width: 185px;
	color: #fff;
	background: #fff;
}

#customDiv{
	clear: both;
	float: left;
	width: 185px;
	color: black;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display:none;
	
}
#calendar_links {
	background: #000;
	display:none;
}
#calendar_control{
	color: black;
	text-align: center;
	border-color: black;
}

#calendar_links a {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
	color: #eee;
	padding: 2px 5px;
}
#calendar_control a {
	font-size: 80%;
	letter-spacing: 1px;
	text-align: center;
	color: black;
	padding: 2px 5px;
}


#calendar_control a:hover {
	background: #fdd;
	color: #333;
}
#calendar_links a:hover, .calendar_titleRow a:hover {
	background: #ddd;
	color: #333;
}
#calendar_links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
#calendar_clear, #calendar_prev {
	float: left;
}
#calendar_current {
	float: left;
	width: 35%;
	text-align: center;
}
#calendar_close, #calendar_next {
	float: right;
}
#calendar_header {
	background: #d4d0c8;
	text-align: center;
	font-weight: bold;
}
#calendar_header select {
	color: black;
	border: 0px;
}
#calendar {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
#calendar a {
	width: 100%;
	display: block;
}
#calendar a:hover {
	color: #eee;
}
#calendar .calendar_titleRow {
	background: #777;
}
#calendar .calendar_titleRow a {
	color: #eee;
}
#calendar .calendar_titleRow a:hover {
	color: #000;
}
#calendar .calendar_daysRow {
	background: #eee;
	color: #666;
}
#calendar .calendar_daysCell {
	border: 1px solid #ddd;
}
#calendar .calendar_daysCell a {
	color: #000;
	width: 100%;
}
#calendar .calendar_daysCell a:hover {
	background: none;
}
#calendar .calendar_weekEndCell {
	background: #ddd;
}
#calendar .calendar_daysCellOver {
	background: #d7d7d7;
	border: 1px solid #777;
}
#calendar .calendar_unselectable {
	color: #888;
}
#calendar_today {
	background: #fcfcfc !important;
}
#calendar_currentDay {
	background: #999 !important;
}

#calendar_cover { display: none; }
/*sorry for IE5*/
* html #calendar_cover {
    display: none; 
    display: block; 
    position: absolute;
    z-index: -1; 
    filter: mask();
    top: -4px; 
    left: -4px; 
    width: 193px; 
    height: 200px; 
}

.JcalHoliday{
	background: #fbfbfb;
}
/******* END ********* jquery-calendar.cfm ************** END **************/


/********************* flexigrid.cfm **********************************/
.flexigrid
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	border: 0px solid #eee;
	overflow: hidden;
	color: #000;
}

.flexigrid.hideBody
{
	height: 26px !important;
	border-bottom: 1px solid #ccc;
}

.ie6fullwidthbug
{
	border-right: 0px solid #ccc;
	padding-right: 2px;	
}

.flexigrid div.nDiv table
{
	margin: 2px;
}

.flexigrid div.hDivBox
{
	float: left; 
	padding-right: 40px;
}

.flexigrid div.dbDiv
{
	border: 1px solid #eee;
	height: 26px !important;
	vertical-align: middle !important;
}

.flexigrid div.bDiv table
{
	margin-bottom: 10px;
}
	
.flexigrid div.bDiv table.autoht
{
	border-bottom: 0px;
	margin-bottom: 0px;
}
	
.flexigrid div.nDiv td
{
	padding: 2px 3px;
	border: 1px solid #eee;
	cursor: default;
}
	
.flexigrid div.nDiv td.ndcol1
{
	border-right: 1px solid #ccc;
}
		
.flexigrid div.nDiv td.ndcol2
{
	border-left: 1px solid #fff;
	padding-right: 10px;
}

.flexigrid div.nDiv tr:hover td.ndcol1, .flexigrid div.nDiv tr.ndcolover td.ndcol1
{
	border-right: 1px solid #d2e3ec;
}
	
.flexigrid div.nDiv tr:hover td.ndcol2, .flexigrid div.nDiv tr.ndcolover td.ndcol2
{
	border-left: 1px solid #eef8ff;
}
	
.flexigrid div.mDiv div
{
	padding: 6px;
	white-space: nowrap;
}
	
.flexigrid div.mDiv div.ptogtitle
	{
	position: absolute;
	top: 4px;
	right: 3px;
	padding: 0px;
	height: 16px;
	width: 16px;
	overflow: hidden;
	border: 1px solid #ccc;
	cursor: pointer;
	}

.flexigrid div.mDiv div.ptogtitle:hover
{
	background-position: left -2px;
	border-color: #bbb;
}

.flexigrid div.tDiv2
{
    float: left;
    clear: both;
    padding: 1px;
}


.flexigrid div.sDiv2
{
    float: left;
    clear: both;
    padding: 5px;
    padding-left: 5px;
    width: 1024px;
}

.flexigrid div.sDiv2 input, .flexigrid div.sDiv2 select
{
    vertical-align: middle;
}
			
.flexigrid div.btnseparator
{
    float: left;
    height: 22px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 1px;
}

.flexigrid div.fbutton
{
    float: left;
    display: block;
    cursor: pointer;
    padding: 1px;
}

.flexigrid div.fbutton div
{
    float: left;
    padding: 1px 3px;
}		

.flexigrid div.fbutton span
{
    float: left;
    display: block;
    padding: 3px;
}

.flexigrid div.fbutton:hover, .flexigrid div.fbutton.fbOver
{
    padding: 0px;
    border: 1px solid #ccc;
}

.flexigrid div.fbutton:hover div, .flexigrid div.fbutton.fbOver div
{
    padding: 0px 2px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}		
			
/* end toolbar*/
.flexigrid div.hDiv table
{
	border-right: 1px solid #fff;
}

.flexigrid div.cDrag
{
    float: left;
    position: absolute;
    z-index: 2;
    overflow: visible;
}

.flexigrid div.cDrag div
{
    float: left;
    background: none;
    display: block;
    position: absolute;
    height: 24px;
    width: 5px;
    cursor: col-resize;
}

.flexigrid div.iDiv
{
    border: 1px solid #316ac5;
    position: absolute;
    overflow: visible;
    background: none;
}
	
.flexigrid div.iDiv input, .flexigrid div.iDiv select, .flexigrid div.iDiv textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.flexigrid div.iDiv input.tb
{
    border: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    background: none;
}			
					
.flexigrid div.bDiv
{
	border: 1px solid #ccc;
	border-top: 0px;
	background: #fff;
	overflow: auto;
	position: relative;
}
	
.flexigrid div.bDiv table
{
	border-bottom: 1px solid #ccc;
}

.flexigrid div.hGrip:hover, .flexigrid div.hGrip.hgOver
{
    border-right: 1px solid #999;				
    margin-right: 0px;
}
			
.flexigrid div.vGrip span
{
    display: block;
    margin: 1px auto;
    width: 20px;
    height: 1px;
    overflow: hidden;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;	
    background: none;
}

.flexigrid div.hDiv th, .flexigrid  div.bDiv td  /* common cell properties*/
	{
	text-align: left;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	overflow: hidden;
	vertical-align: top !important;
	}

.flexigrid div.hDiv th div, .flexigrid  div.bDiv td  div, div.colCopy div/* common inner cell properties*/
{
    padding: 5px;
    border-left: 0px solid #fff;
}

.flexigrid div.hDiv th, div.colCopy
{
	font-weight: normal;
	height: 24px;
	cursor: default;
	white-space: nowrap;
	overflow: hidden;
}	

.flexigrid div.hDiv th.thOver div, .flexigrid div.hDiv th.sorted.thOver div
{
	border-bottom: 1px solid orange;
	padding-bottom: 4px;
}
	
.flexigrid div.hDiv th.sorted div
{
	border-bottom: 0px solid #ccc;
	padding-bottom: 5px;
}

.flexigrid div.hDiv th.thMove
{
	background: #fff;
	color: #fff;
}
	
.flexigrid div.hDiv th.sorted.thMove div
{
    border-bottom: 1px solid #fff;
    padding-bottom: 4px
}

.flexigrid div.hDiv th.thMove div
{
    background: #fff !important;
}	
		
.flexigrid div.bDiv td
{
	border-bottom: 1px solid #fff;
	vertical-align: top;
	white-space: nowrap;
}

.flexigrid div.bDiv td div
{
    border-top: 0px solid #fff;
    line-height: 25px;
}
	
.flexigrid div.bDiv td div.draggable:hover {
    cursor: pointer;
}
				
.flexigrid tr td.sorted
{
    background: #f3f3f3;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #f3f3f3;
}		

.flexigrid tr.erow td
{
    background: #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}
        
.flexigrid tr.erow td.sorted
{
    background: #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}	

.flexigrid div.bDiv tr:hover td, 
.flexigrid div.bDiv tr:hover td.sorted,
.flexigrid div.bDiv tr.trOver td.sorted, 
.flexigrid div.bDiv tr.trOver td
{
    background: #d9ebf5;
    border-left: 1px solid #eef8ff;
    border-bottom: 1px dotted #a8d8eb;
}
					
.flexigrid.novstripe .bDiv table
{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.flexigrid.novstripe  div.bDiv td  
{
    border-right-color: #fff;
}

.flexigrid.novstripe div.bDiv tr.erow td.sorted
{
    border-right-color: #e3e3e3;
}

.flexigrid.novstripe div.bDiv tr td.sorted
{
    border-right-color: #f3f3f3;
}

.flexigrid.novstripe  div.bDiv tr.erow td  
{
    border-right-color: #f7f7f7;
    border-left-color: #f7f7f7;
}
		
.flexigrid.novstripe div.bDiv tr.trSelected:hover td, 
.flexigrid.novstripe div.bDiv tr.trSelected:hover td.sorted,
.flexigrid.novstripe div.bDiv tr.trOver.trSelected td.sorted, 
.flexigrid.novstripe div.bDiv tr.trOver.trSelected td,
.flexigrid.novstripe tr.trSelected td.sorted, 
.flexigrid.novstripe tr.trSelected td
{
    border-right: 1px solid #0066FF;
    border-left: 1px solid #0066FF;
}		

.flexigrid.novstripe div.bDiv tr.trOver td, .flexigrid.novstripe div.bDiv tr:hover td
{
    border-left-color: #d9ebf5;
    border-right-color: #d9ebf5;
}

/* end novstripe */


.flexigrid div.pDiv div.pDiv2
{
	margin: 3px;
	margin-left: -2px;
	float: left;
	width: 1024px;
}	
	
div.pGroup
{
    float: left;
    background: none;
    height: 24px;
    margin: 0px 5px;
}
	
.flexigrid div.pDiv .pPageStat, .flexigrid div.pDiv .pcontrol
{
    position: relative;

    top: 5px;
    overflow: visible;
}
		
.flexigrid div.pDiv input
{
    vertical-align: text-top;
    position: relative;
    top: -5px;
}
	
.flexigrid div.pDiv  div.pButton
{
    float: left;
    width: 22px;
    height: 22px;
    border: 0px;
    cursor: pointer;
    overflow: hidden;
}

.flexigrid div.pDiv  div.pButton:hover, .flexigrid div.pDiv  div.pButton.pBtnOver
{
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
}
		
.flexigrid div.pDiv  div.pButton span
{
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}		

.flexigrid div.pDiv  div.pButton:hover span, .flexigrid div.pDiv  div.pButton.pBtnOver span
{
    width: 19px;
    height: 19px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}		
		
/* ie adjustments */
			
.flexigrid.ie div.hDiv th div, .flexigrid.ie  div.bDiv td  div, div.colCopy.ie div/* common inner cell properties*/
{
    overflow: hidden;
}		
						
#v6_leftmenu .fx_hidden
{
    display:none;
}

.fx_newline
{
    display:none;
}

#v6_leftmenu .fx_newline
{
	display:block;
	clear:both;
}

.droppable_over {
	border:1px dotted #384E93; 
  	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	opacity:0.45;
}

.readOnly {
	background: #CCC !important;
	color: #fff !important;
}

/******* END ********** flexigrid.cfm ************** END **************/



/********************* navbar.cfm **********************************/

#v6_navbar{
	white-space: nowrap;
	padding:0;
	margin:0;
	margin-top: 10px;
	list-style-type:none;
}

#v6_navbar_subline{
	clear:both;
}
#TmEvalOnSinglePage #v6_navbar .v6_navbar_cell a {
	height: 20px;
	display: block;
	text-decoration: none;
	color: black;
	min-width: 100px;
	width: auto !important;
	border: 1px solid #CFCFCF;
	font-weight: bold;
	background: none;
}

#TmEvalOnSinglePage #v6_navbar .v6_navbar_cell_number {
	display: inline;
	line-height: 21px;
	font-family: Arial;
	font-size: 9pt;
	color: #353535;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	background-color: #353535;
	width: 5px;
	position: absolute;
}

#TmEvalOnSinglePage #v6_navbar .v6_navbar_cell_title {
	display: block;
	font-family: Arial;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 3px;
	line-height: 20px;
}
#TmEvalOnSinglePage #v6_navbar {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	list-style-type: none;
}

#TmEvalOnSinglePage  #v6_navbar .v6_navbar_cell {
	margin-right: 5px;
	padding-bottom: 0px;
	background-color: #F8F8F8;
	margin-bottom: 1px;	display: block;
	padding-top: 2px;
	width:100%;
	clear:both;
}

#TmEvalOnSinglePage  #v6_navbar .v6_saveB{
	border-bottom:3px solid #0D06AC ;
}
#TmEvalOnSinglePage  #v6_navbar .v6_saveV{
	border-bottom:3px solid #6393ED;
}
#TmEvalOnSinglePage  #v6_navbar .v6_saveJ{
	border-bottom:3px solid #E4DB14;
}
#TmEvalOnSinglePage  #v6_navbar .v6_saveR{
	border-bottom:3px solid #FF0000;
}


#v6_navbar .v6_navbar_cell{
	float:left;
	margin-right:5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	display: block;
}

#v6_navbar .v6_navbar_cell_nofloat{
	float:none;
}


#v6_navbar .v6_navbar_cell a.disabled{
	cursor: not-allowed;
}

#v6_navbar .v6_navbar_cell a:hover{
	background-color:#f2f2f2 !important;
	background-image: none;
	text-decoration: none;
}

#v6_navbar .v6_navbar_cell_number{
	display:block;
	line-height:30px;
	font-family: Arial;
	font-size:28px;
	padding-left: 3px;
	padding-right: 3px;
}

#v6_navbar .v6_navbar_cell a:hover .v6_navbar_cell_number{
	color:#000000;
}

#v6_navbar .v6_navbar_cell_title{
	display:block;
	line-height:12px;
	font-family: Arial;
	font-size:11px;
	padding-left: 3px;
	padding-right: 3px;
}

#v6_navbar .v6_navbar_cell a:hover .v6_navbar_cell_title{
	color:#000000;
}

#v6_navbar .v6_navbar_cell_status{
	display:block;
	line-height:5px;
}


#v6_navbar .v6_saveG{background-color:#DFDFDF;}
#v6_navbar .v6_saveB{background-color:#0D06AC;}
#v6_navbar .v6_saveV{background-color:#99CC00;}
#v6_navbar .v6_saveJ{background-color:#F5AE42;}
#v6_navbar .v6_saveR{background-color:#FF0000;}

/* *** *** NAV BAR LEGEND *** *** */
#v6_navbar_legend{
	white-space: nowrap;
	padding:0;
	margin:0;
	margin-top: 10px;
	list-style-type:none;
}

#v6_navbar_legend_subline{
	clear:both;
}

#v6_navbar_legend .v6_navbar_legend_cell{
	float:left;
	margin: 0px;
	margin-right:5px;
	line-height:10px;
}

#v6_navbar_legend .v6_navbar_legend_cell_color{
	float:left;
	display: block;
	height: 10px;
	width: 10px;
}

#v6_navbar_legend .v6_saveG{background-color:#DFDFDF;}
#v6_navbar_legend .v6_saveB{background-color:#0D06AC;}
#v6_navbar_legend .v6_saveV{background-color:#99CC00;}
#v6_navbar_legend .v6_saveJ{background-color:#F5AE42;}
#v6_navbar_legend .v6_saveR{background-color:#FF0000;}

#v6_navbar_legend .v6_navbar_legend_cell_desc{
	font-family: Arial;
	font-size:9px;
	padding-left: 3px;
	padding-right: 3px;
}
/******* END ********* navbar.cfm ************** END **************/



/********************* savebar.cfm **********************************/

#v6_savebar{
	padding: 12px 12px 12px 12px;
	border: 1px solid #e7e3de;
	min-height:50px;
	height:auto !important;
	height: 50px;
	margin:0;
	margin-bottom: 15px;
	background-color: #fcfcfc;
	list-style-type:none;
}

#v6_savebar .v6_savebar_cell{
	float:left;
	position:relative;
	padding-right:5px;
	position: relative;
	width:125px;
	padding:0;
}


#v6_savebar .v6_savebar_cell div{
	position:absolute;
	top:0; left:0;
	width:28px;
	height:26px;
}

#v6_savebar .v6_savebar_cell a{
	position:relative;
	display:block;
	text-decoration: none;
	color:#08019e;
}

#v6_savebar .v6_savebar_cell a:hover{
	color:#000000;
}

#v6_savebar .v6_savebar_cell span{
	display:block;
	padding-top: 8px;
	margin-left: 28px;
}

#v6_savebar .v6_saveG{
	background-color:#DFDFDF;
}

#v6_savebar .v6_saveV{
	background-color:#99CC00;
}

#v6_savebar .v6_saveJ{
	background-color:#F5AE42;
}

#v6_savebar .v6_saveR{
	background-color:#FF0000;
}

#v6_savebar_subline{
	clear:both;
}

/******* END ********* savebar.cfm ************** END **************/



/********************* performance.cfm **********************************/

/******* END ********* performance.cfm ************** END **************/





/********************* performance.cfm **********************************/
 
/* Lien en forme de boite (bouton) */
.v6_boxlink{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
	line-height: 18px;/* .v6_boxlink span padding 5 haut et bas (10) + font size 11 (11) + border 1px haut et bas (2) + (1)??? pour être flush = 24px sur le line height */
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C90303; /* <-couleur spec... ->couleur gen #F5F5F5; */
	border: 1px solid #000000;
	padding:3px 15px;
}


.v6_boxlink:hover{
	color: #FFFFFF; /* gen #3333FF; */
    text-decoration: none;
	background-color: #000000; /* #efefef; */
	background-repeat:no-repeat;
}


/* *** *** CONTENEUR D'OBJECTIF *** *** */
.v6_objectivebox{
	background-color: #f7f3f7;/* #f8f8f8; couleur demandé */
	border-bottom: 1px solid #f7f3f7; /* Pour contourner le Bug IE afin de respecter le height de la class ".v6_objectivebox_subline"! */
	margin:0px;
	margin-top: 15px;
	position:relative;
}

BODY.PDF_1 div.readonly
{	
    height : 140px;
	color: #000000;

}
 


/* Conteneur de champ d'objectif */
@media screen, projection {
	.v6_objectivefield{
		float:left;
		margin: 15px;
		position:relative;
		
	}
}

@media print {
	.v6_objectivefield{
		margin: 15px;
		position:relative;
		
	}
}


.v6_objectivefield span.v6_objectives_span{
	 display: block;
	 position:relative;
}



div.readonly {
	border: 1px solid #7e9db9;
	padding:2px;
	background-color: #FFFFFF;
}

.v6_objectivefield span span{
	display: inline;
}

.v6_lineseparator{
	clear:both;
	border-bottom: 1px solid #adaa9c;
	margin: 15px 15px; /* Top, bottom = 0, left,right 15 */
}


.v6_objectivebox_close {
	clear:both;
}

.v6_objectivebox_subline {
	clear:both;
	height:5px;
}


/* *** *** Évaluation Globale par catégories d'objectifs *** *** */
.v6_global_result_box{
	padding: 10px;
	margin: 0px;
	margin-top: 7px;
}

.v6_global_result span.fld_label{
	min-width:150px;
	width:auto !important;
	width:150px;
	display: block;
	float:left;
	border-right: 1px solid #CCC;
	padding: 6px 3px 6px 15px;
}

.v6_global_result span.fld_data{
	width:150px;
	display: block;
	border-left: 1px solid #FFF;
	padding: 3px 3px 3px 15px;
}

.v6_global_result span.readonly{
	border: 1px solid #7e9db9;
	padding:2px;
	background-color: #FFFFFF;
}


.TM_block_unselected{
	width:16px;
	height:16px;
	border:2px solid black;
	text-align:center;
	font-weight : bold;
	color: #000000;
	background-color: #ffffff;
}
.TM_block_unselected a{
	width:10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.TM_block_Read{
	width:16px;
	height:16px;
	border:2px solid black;
	text-align:center;
	font-weight : bold;
	color: #ffffff;
	background-color: #3300ff;
}

.TM_block_Read a{
	width:10px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.TM_block_Write{
	width:16px;
	height:16px;
	border:2px solid black;
	text-align:center;
	font-weight : bold;
	color: #ffffff;
	background-color: #006600;
}
.TM_block_Write a{
	width:10px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.v6_objectiveGrayBg{
	position: relative;
	display:block;
	
    min-width: 375px;
    width: auto !important;
    width: 375px;
	
    min-height: 140px;
    height: auto !important;
    height: 140px;
}


#frmAssess .tblGen2 a.TM_LINK:hover {
	border: 0px solid black;
}

#tableMatrice{
	border-spacing:0px;
	border-collapse:collapse;
}
.tblborder{
	border-spacing:2px;
	border-collapse:collapse;
	border-style:solid;
	border-color:#808080;
	border-width:0px;
}
@media screen, projection{ 
	div.readonly.textarea { 
		position: relative;
		display:block;
		
	    min-width: 364px;
	    width: auto !important;
	    width: 364px;
		
	    min-height: 140px;
	    height: auto !important;
	    height: 140px;
	
	}
}
body.PDF_0 div.readonly.textarea {  min-height: 140px; overflow:auto; }
@media print{ body.PDF_0 div.readonly.textarea { width:100%; min-height: 140px; overflow:visible !important; } }

/*--------------------------*/
/* Conteneur global section */
/*--------------------------*/
div.opSection, div.tmSection {
	width: 100%;
	margin: 5px 0px;
}

/*------------------*/
/* Titre de section */
/*------------------*/
div.opSectionTitle, div.tmSectionTitle {
	width: 100%;
	background-repeat: repeat-x;
	font: 20px "Arial", Times, serif;
	color: #08019E;
}
div.opSectionTitle span.title, div.tmSectionTitle span.title{
	width: 85%;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}
div.opSectionTitle span.title img.arrow, div.tmSectionTitle span.title img.arrow {
	width: 8px;
	height: 9px;
}
div.opSectionTitle span.options, div.tmSectionTitle span.options {
	float: right;
	margin-right: 10px;
}

/*-------------------*/
/* Titre personalisé */
/*-------------------*/
div.opSectionTitle span.title, div.tmSectionTitle span.title{
	padding: 0px;
	padding-bottom: 2px;
	border: 1px solid #ddd;
	border-bottom: 0;
	margin-left: 0;
	background-color: white;
	min-width:308px;
	width:auto !important;
}
div.opSectionTitle, div.tmSectionTitle{
	border-bottom:1px solid #ddd;
	color:#00acec;
	padding-bottom: 25px;
}
div.opSectionTitle span.title p.titleText,  div.tmSectionTitle span.title p.titleText{
	margin:10px;
}
div.opSection, div.tmSection{
	margin: 30px 0px;
}
div.opSectionCodeStatus, div.tmSectionCodeStatus {
	height: 3px;
}


/*----------------------*/
/* Statut de la section */
/*----------------------*/
div.opSectionCodeStatus, div.tmSectionCodeStatus {
	height: 3px;
}
div.opSectionCodeStatusClose_G, div.tmSectionCodeStatusClose_G {
	border-left: 2px solid #DFDFDF;
	border-right: 2px solid #DFDFDF;
	background-color: #DFDFDF;
}
div.opSectionCodeStatusOpen_G, div.tmSectionCodeStatusOpen_G {
	border-left: 2px solid #EAEAEA;
	border-right: 2px solid #EAEAEA;
	background-color: #DFDFDF;
}
div.opSectionCodeStatusClose_B, div.tmSectionCodeStatusClose_B {
	border-left: 2px solid #0D06AC;
	border-right: 2px solid #0D06AC;
	background-color: #0D06AC;
}
div.opSectionCodeStatusOpen_B, div.tmSectionCodeStatusOpen_B {
	border-left: 2px solid #EAEAEA;
	border-right: 2px solid #EAEAEA;
	background-color: #0D06AC;
}
div.opSectionCodeStatusClose_V, div.tmSectionCodeStatusClose_V {
	border-left: 2px solid #99CC00;
	border-right: 2px solid #99CC00;
	background-color: #99CC00;
}
div.opSectionCodeStatusOpen_V, div.tmSectionCodeStatusOpen_V {
	border-left: 2px solid #EAEAEA;
	border-right: 2px solid #EAEAEA;
	background-color: #99CC00;
}
div.opSectionCodeStatusClose_J, div.tmSectionCodeStatusClose_J {
	border-left: 2px solid #F5AE42;
	border-right: 2px solid #F5AE42;
	background-color: #F5AE42;
}
div.opSectionCodeStatusOpen_J, div.tmSectionCodeStatusOpen_J {
	border-left: 2px solid #EAEAEA;
	border-right: 2px solid #EAEAEA;
	background-color: #F5AE42;
}
div.opSectionCodeStatusClose_R, div.tmSectionCodeStatusClose_R {
	border-left: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
	background-color: #FF0000;
}
.TmEvo{
	display:block;
	width:100%;		
}
.TmEvoSection{
	float:left;
	display:inline;
	width:98%;
	margin-bottom:20px;
	margin-right:20px;
}
.TmEvoSection .tmEvolutionTitle{
	background-color:#f1f1f1;
	display:inline-block;
	width:100%;
}
.TmEvoSection .tmEvolutionTitle .label{
	font-weight:bold;
	padding-left:5px;
	line-height:20px;
	float:left;
	color: #000000;
	font-size: 11px;
}
.TmEvoSection ul{
	
	margin-left:20px;
	padding-left:20px;
	padding-bottom: 20px;
	padding-top: 6px;
}
.TmEvoSection li{
	list-style:decimal;
	font-weight:bold;
	padding-left:0px;
	font-weight:normal;
	padding-bottom: 6px;
}

.TmEvoSection .selectBox {
	width: 70%;
	display: inline-block;
	vertical-align: middle;
}
.tmEvoDomainSection {
    margin-left: 26px;
}
.tmEvoDomainSection label {
	margin-bottom: 0;
}
.TmEvo *[class*=col-]{
	padding-left: 0!important;
	padding-right: 0!important;
}

.TmEvoSection li .PFcontent{
	position:relative;
	padding-right:150px;
}
.TmEvoSection li .PFDelete{
	position:absolute;
	top:0px;
	right:0px;
}

#colLeft{
	display:inline-block;
	width:48%;
	float:left;
}
#colRight{
	display:inline-block;
	width:48%;
	float:right;
}
div.opSectionCodeStatusOpen_R, div.tmSectionCodeStatusOpen_R {
	border-left: 2px solid #EAEAEA;
	border-right: 2px solid #EAEAEA;
	background-color: #FF0000;
}

/*--------------------*/
/* Contenu de section */
/*--------------------*/
div.opSectionContent {
	border: 2px solid #EAEAEA;
	border-top-width: 0px;
	padding: 5px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	clear: both;
}
/******* END ********* performance.cfm ************** END **************/



/********************* scales.cfm **********************************/
.v6_scalebox{
	margin:0;
	width:100%;
    list-style-type:none;
}


.v6_scalebox_cell{
	float:left;
	margin: 3px;
	width:165px;
}


.v6_ScaleBoxGlobalEval{
	background-color:#F5F6F1; 
	border: 1px solid #D9D9D9; 
	padding: 10px; 
}


.v6_scalebox_cell.C3xlarge{width:455px;}
.v6_scalebox_cell.Cxxlarge{width:395px;}
.v6_scalebox_cell.Cxlarge{width:335px;}
.v6_scalebox_cell.Clarge{width:275px;}
.v6_scalebox_cell.Cmedium{width:215px;}
.v6_scalebox_cell.Csmall{width:155px;}
.v6_scalebox_cell.Cxsmall{width:115px;}



.v6_scalebox_cell_desc.large{height:285px;} /* Description de plus de 500 caractères */
.v6_scalebox_cell_desc.medium{height:235px;} /* Description entre 200 et 400 caractères */
.v6_scalebox_cell_desc.small{height:120px;} /* Description entre 100 et 200 caractères*/
.v6_scalebox_cell_desc.xsmall{height:60px;} /* Description de 100 caractères et moins */
/******* END ********* scales.cfm ************** END **************/


/********************* ob.cfm **********************************/

.TM_DB_TEXT_CLASS{
	font-size:12px !important;
	font-family:Arial !important;
}

.TM_DB_TEXT_CLASS_SPAN{
	font-size:12px !important;
	font-family:Arial !important;
	white-space:pre !important;
}

.TM_LARGE_TR_STYLE{
	vertical-align: top;
}

#TM_OB_ACTIVITY_HAS_PERCENTAGE {
	width:230px;
}

.TM_OB_INVOICE_FORM_LABEL {
	width:185px;
}

.TM_PROJECT_MORE_INFO_TR{
	display: none;
	padding: 0 !important;
}

.TM_OB_IMAGES{
	border:0;
}


#TM_OB_PROJECTS_DASH table th {
	white-space: nowrap;
	color: black;
	background-image : none;
	cursor: default;
	vertical-align:middle !important;
}

#TM_OB_PROJECTS_DASH table td {
	vertical-align:top !important;
}



.TM_OB_FIELDSET {
	padding:0px 10px 10px 10px;
	border:1px solid black;
	margin-bottom: 10px;
}

.TM_OB_FIELDSET legend {
	font-size:15px;
	font-weight:bold;
	color: black;
}



.TM_OB_PROJECTS_INFO {
	margin: 0px !important;
}


.TM_OB_PROJECTS_INFO th {
	font-weight:bold !important;
	background-color:#BABABA !important;
}


.TM_OB_PROJECTS_DIV{
	background-color:#FFF !important;
}


#TM_OB_PROJECT_EMPTY_DIV{
	padding: 0px !important;
	margin: 0px !important;
	background-color:#FFF !important;
}


.TM_OB_TD_FLOAT_STYLE{
	text-align: right;
}

.TM_OB_SKINNY_COL{
	width: 15px;
	text-align: center !important;
}

.TM_HIDE_FORM{
	 padding:0;
	 margin:0;
}

.TM_OB_HIGHLIGHT {
	background-color:yellow !important;
}

#TM_OB_REVENUS {
	margin: 0px !important;
	margin-bottom: 10px !important;
}

#TM_OB_REVENUS tfoot tr {
	background-color:#BABABA !important;
	line-height:11px !important;
	color:#000000 !important;
}


#TM_OB_REVENUS th{
	background-color:#BABABA !important;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
}

.TM_OB_DEFAULT_HEADER {
	background-color:#BABABA !important;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
}

.TM_OB_VERTICAL_SEPERATOR_SINGLE_RIGHT {
	border-right: solid 1px black !important;
}

.TM_OB_VERTICAL_SEPERATOR_SINGLE_LEFT {
	border-left: solid 1px black !important;
}

.TM_OB_VERTICAL_SEPERATOR_DOUBLE_LEFT {
	border-left: double 3px black !important;
}

.TM_OB_HORIZ_SEPERATOR_DOUBLE_TOP {
	border-top: double 3px black !important;
}

.TM_OB_HORIZ_SEPERATOR_DOUBLE_BOTTOM {
	border-bottom: double 3px black !important;
}

.TM_OB_CANCELED_DATA {
	color: gray;
}

.TM_OB_CLICKABLE{
	cursor: pointer;
}

.TM_OB_BEFORE_END_OF_MONTH{
	color: #006633;
}

#TM_OB_PROJECT_SECTION_BODY{
	padding: 0;
	margin: 0;
}

#TM_OB_PROJECT_SECTION_BODY_IMG{
	padding-top:  25px;
}

/******* END ********* ob.cfm ************** END **************/

/********************* training.cfm **********************************/

.TM_course-header{
	width:200px;
	padding-right: 10px;
	border-right: 1px dotted black;
}

.TM_course-basicinfo-top{
	font-weight: bold;
	border-bottom: 1px solid black;
	vertical-align: top;
}
.TM_course-basicinfo-top-right{
	float: right;
	text-align: right;
}
.TM_course-basicinfo-top-left{
	display:none;
}
.TM_course-basicinfo-top-content{
	padding-right: 55px;
}

.TM_course-basicinfo-bottom-right{
	display:none;
}
.TM_course-basicinfo-bottom-left{
	display:none;
}

h1.TM_course-minidesc-title{
	color:#8B8B8B;
	font-family:Arial;
	font-size:14px;
	font-weight:lighter;
	letter-spacing:0;
	line-height:16px;
	padding:0 0 3px;
	margin:0;
}

.TM_course-minidesc-section p{
	margin:0;
}
.TM_course-minidesc-section{
	margin:3px 0 0 0;
}
div.TM_course-content{
margin-left:10px;
}

/* page acceuil parcours integration */
.clsMessageAccueilOnboarding {
	padding-top:10px;
	padding-bottom:4px;
}

.tm-myfile-onboarding{
	min-height:85px;
}

.onbordingmodule{
	width:100%
}
.onbordingmodule tr td.onbordingmoduletr{
	padding-bottom:12px;
	width:50%;
	vertical-align:top;
}

.onbordingmoduleun tr td{
	vertical-align:top;
}

.divTitleOnboardingList{
	padding-top:3px;
}

.clsTitleOnboardingList{
	color:grey;
	font-weight:bold;
	margin-left:10px;
}

.onbordingtitle{
	padding-left: 8px;
}

#onboardingmyfile{
	width:100%;
}

#onboardingmyfile #myfile_graph{
	position:relative !important;
}

#onboardingmyfile tr{
	vertical-align:top;
}

#onboardingmyfile .onbordinghomepagemessage{
	padding-right:15px;
	width:99%;
}

#onboardingmyfile .onbordingavancement{
	padding-right:25px;
	align:right;
}

.onbordingquesetion{
	font-weight: bold;
}

.onbordingmoduletiple {
	color: #6C6C6C;
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 0px;
	padding-left:7px;
}

.onbordingobjective {
	padding-left:8px;
	padding-top:2px;
	padding-bottom:2px;
}

.button-remove-employees {
	background-color:firebrick !important;
}

.button-remove-employees-disabled {
	background-color: silver !important;
	border: 1px solid white !important;
}

/* fin page acceuil parcours integration */
/******* END ********* training.cfm ************** END **************/


/********************* job_portal_search.cfm ********************************/


/* ******************* Header ****************** */
.re_portal_search_Header{
	background-color:#00599b;
	color:#FFFFFF;
	height:25px;
	}

/* ******************* Header offre2****************** */
.re_portal_search_Header2{
	font-size:14px;
	font-family:arial;
	color:#434343;
	font-weight:bold;
}

.re_portal_search_Header5{
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
	margin-top:0px;
	position:relative;
	display:block;
	width:200px;
	height:19px;
	}
.re_portal_search_Header5 #toolText{
	position:absolute;
	top:0px;
	background-color:#ffffff;
	z-index:99;
	width:auto;
	color:#767676;
}
.re_portal_search_Header5 #tooltextbg{
	background-color:#f7f7f7;
	border:0px;
	position:absolute;
	width:200px;
	height:5px;
	top:0px;
	margin-top:7px;
	color:black;
}

/* ******************* Content ****************** */
.re_portal_search_Content{
	color:#000000;
	background-color:#FFFFFF ;
	}

.re_portal_contentSeparator{
	height:25px;
	}
/* ******************* jobSeparator ****************** */
.re_portal_search_Separator{
	border-top: 1px dotted #9E9E9E;
	height:1px;
	margin-left:10px;
	margin-right:10px;
	}

/* ******************* Search params ****************** */
.re_portal_search_Params{
	color:#000000;
	background-color:#EDEDED ;
	}

/* ******************* job details ****************** */
.re_content_title{
	margin-bottom:5px;
	}

.re_content_title a{
	color:#5D5D5D;
	font-weight:bold;
	margin-bottom:5px;
	}

.re_content_details	{
	color:#5D5D5D;
	margin-bottom:10px;
	}

.re_content_description{
	color:#000000;
	}

.re_button, .stButton_gradient{
	background-repeat: repeat-x;
	border: 1px solid #BFBFBF;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	height: 16px;
	background: #D5D5D5;
	background: -moz-linear-gradient(top,#D5D5D5 0,#EFEFEF 48%,white 94%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D5D5D5),color-stop(48%,#EFEFEF),color-stop(94%,white));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5',endColorstr='#ffffff',GradientType=0);
	color: black!important;
	cursor: pointer;
	border-collapse: separate;
	margin-right: 8px;
	font-weight:bold;
	padding:8px;
}

.re_button:hover{
	background-repeat: repeat-x;
	border: 1px solid #BFBFBF;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	height: 16px;
	background: #D5D5D5;
	background: -moz-linear-gradient(top,#D5D5D5 0,#EFEFEF 48%,white 94%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D5D5D5),color-stop(48%,#EFEFEF),color-stop(94%,white));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5',endColorstr='#ffffff',GradientType=0);
	color: black!important;
	cursor: pointer;
	border-collapse: separate;
	margin-right: 8px;
	font-weight:bold;
	padding:8px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* ******************* Fiche de poste ****************** */

/* OUTILS */
.lstRETools{
	padding-left: 0px;
	margin-left:0px;
	padding-top:0px;
	width:200px;
	position:relative;
	}
.lstRETools li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom:1px solid #dfdfdf;
	padding-bottom:6px;
	margin-top:7px;
	margin-left:6px !important;
}

#reToolCheckSelection{
	background-repeat:no-repeat;
}
#reToolCheckSelection a {margin-left: 6px;}

#reToolShare{
	border-bottom:0px solid #dfdfdf;
}
.clsApply{
	left:auto;
	right:auto;
}

.reTools2{

	background-color:#f2f2f2;
}
span.stButton{
	margin-left:0px;
}

/* Logo de l'entreprise */
#reJobPostingLogo{
	width:136px;
	position:absolute;
	top:5px;
}

#reJobPostingLogo img{
	/*border:1px solid green;*/
	width:136px;
	margin-bottom:10px;
}

/* Titre de la page */

#reJobPostingTitle{
	/*border:1px solid green;*/
	max-width:510px;
	text-transform:uppercase;
	font-size:18px;
	font-family:arial;
	color:#434343;
	padding-bottom:14px;
}

.reJobPostingTitle{
	/*border:1px solid green;*/
	max-width:510px;
	text-transform:uppercase;
	font-size:18px;
	font-family:arial;
	color:#434343;
	padding-bottom:14px;
}

#reJobPostingTitle .TM_titlePage{
	/*border:1px solid green;*/
	margin-top:0px;
}

/* Bouton Postuler maintenant*/
#reJopostingApply{
	/*border:1px solid green;*/
	margin-bottom:10px;
	z-index:100;
	position:relative;
	width:200px ;

}

#reJopostingApply input[type="button"],
#reJopostingApply input[type="submit"]{
	border:1px solid white;
	font-size:12px;
	font-weight:bold;
	padding-left:1px;
	padding-right:1px;
	padding-top:6px;
	padding-bottom:6px;
	width:175px;
	text-transform:uppercase;
}

#reJopostingApply input[type="button"]:hover,
#reJopostingApply input[type="submit"]:hover{
	border:1px solid white;
	font-size:12px;
	font-weight:bold;
	font-family:arial;
	padding-left:1px;
	padding-right:1px;
	padding-top:6px;
	padding-bottom:6px;
	width:175px;
	text-transform:uppercase;
}

#reJobpostingDetailBox{
	/*border:1px solid green;*/
	width:200px;
	position:relative;
	display:inline-block;
}
#reJobpostingContent{
	/*border:1px solid blue;*/
	position:absolute;
	float:right;
	top:0px;
	left:168px;
	width:510px;
}

/* Navigation d'un poste a l'autre*/
#rejobpostingNavbar {
	width:150px;
	text-align:center;
	display:inline;
}

#jobNavBar{
	position:absolute;
	top:0px;
	left:0px;
}

#jobNavBar #jobNavBarLeft{
	position:absolute;
	top:0px;
	left:0px;
	z-index:4;
	background-color:#ffffff;
	padding-left:14px;
}

#jobNavBar #jobNavBarContent{
	text-align:center;
	height:31px;
	position:absolute;
	width:182px;
	top:0px;
	background-color:#f3f3f3;
	z-index:1;
	padding-left:7px;
	padding-top:8px;
	border:1px solid #e7e7e7;
	margin-left:12px;
}

body.MODE_JOBS #jobNavBar #jobNavBarContent, body.MODE_JOBSI #jobNavBar #jobNavBarContent {
	height: 21px;
}


#jobNavBar #jobNavBarRight{
	position:absolute;
	top:0px;
	left:181px;
	z-index:4;

}

/* Bouton retour */
#jobpostingBackButton{
	margin-top:20px;
}

/* ******************* FIN Fiche de poste FIN ****************** */
/* infos CL?s */
.re_portal_search_Header3{
	color:#5C4A27;
	background-color:#ececec;
	font-weight:normal;
	font-size:14px;
	height:20px;
	padding-top:5px;
	padding-left:6px;
	position:absolute;
	margin-top:0px;
	width:190px;
	text-transform:uppercase;
	font-family:arial;
	-webkit-margin-before: 0em;
	white-space: nowrap;
	overflow: hidden;
}
#divDrawJobPostingHeader .jobtitle{
	color: #000;
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 330px;
}

.ulDrawJobPostingHeader{
		padding-left: 10px;
		margin-left:0px;
		padding-top:0px;
		margin-top:26px;
}
.ulDrawJobPostingHeader li{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		padding-bottom:2px;
		margin-top:7px;
}
.ulDrawJobPostingHeader li div:first-child{
	font-weight:bold;
}

.ulDrawJobPostingHeader li #MobilityRegions span {display: block;}

/* Tableau de recherche */
#divContentJ300{
	width:660px;
}
#CTG_JOB_RESULT .btnBack{
	margin-top:20px;
}
/******* END ********** job_portal_search.cfm ************** END **************/


/********************* accessibility.cfm **********************************/
/* icon link popup */
.noBorder{border:0px; }

.popIMG{margin:0px 1px;}

/* class img transparente pour donne plus info ex: link */


/***** PAGE_plan_site *****/
body.PAGE_plan_site li{ list-style-type: none; padding: 3px 0px; }
body.PAGE_plan_site .moitie{ width: 40%; }


/***** PAGE_accessibility *****/
body.PAGE_accessibility ul li { font-weight: lighter; font-size: 0.667em; }
body.PAGE_accessibility div span{ font-weight:bold; }
body.PAGE_accessibility #page_accessibility li { list-style-type: none; padding-top:5px; padding-bottom:5px; }
body.PAGE_accessibility .imgRight { width: 80px; text-align:right; padding-right:5px; }

body.PAGE_accessibility .colonne { min-width: 80px; }
body.PAGE_accessibility .textImg { width: 120px; font-weight: lighter; font-size: 0.667em;}
body.PAGE_accessibility .separatorSpace { padding-top:6px; padding-bottom:7px;  height: 60px; min-width: 235px; display: table;}

/******* END ********** accessibility.cfm ************** END **************/




/********************* catalog.cfm **********************************/

/* Debut Cadre Catalogue */

#CTG_SEARCH_LEFT{
	border:1px solid #AAAAAA;
	padding-left: 5px;
	padding-top: 3px;
	margin-right : 25px;
}
#CTG_SEARCH_CONTENT{ 
	border-radius: 10px;
}

#CTG_POSTE_ATTRIBUT_NAME{
	width: 195px;
}


#CTG_SEARCH_BY_KEYWORD{
	padding-bottom:10px;
}

#CTG_SEARCH_BY_KEYWORD input{
	font-size:11px;
}

#CTG_SEARCH_KEYWORD_OPTION{
	padding-bottom:15px;
	font-size:11px;
	color:#555555;
}

#CTG_SEARCH_KEYWORD_OPTION .search_keyword_option_label{
	padding-top:3px;
}

#CTG_SEARCH_BY_OTHER ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#CTG_SEARCH_BY_OTHER ul li{
    float:left;
    padding-right:1px;
}

.selected_domain{
	font-weight: bold;
	color:#581d74 !important;
}


#CTG_SEARCH_BY_OTHER{
	padding-bottom:10px;
}

.ctg-search-select .ui-multiselect-checkboxes  LABEL{
	padding-bottom:0px;
	padding-top:0px;
}

#CTG_SEARCH_LEFT .CHILD_NODE_NONE{
	cursor:default;
}

#CTG_SEARCH_LEFT .CHILD_NODE_NONE a{
	cursor:pointer;
}

/* Fin Cadre Catalogue */

/* Debut Recherche par domaine*/
UL.TM_CTG_LISTING{
	margin:0px;
	margin-bottom:2px;
	padding-left:0px;
	border:0px solid #AAAAAA;
	display:list-item;
	list-style-type:none;
}

/* Fin Recherche par domaine */


/* Debut Resultat de la recherche - droit*/
#CTG_COURSE_RESULT{
	margin-left: 25px;
	width: 100%;
}

#CTG_NB_COURSES{
	text-align:right;
	font-weight: bold;
}

#CTG_PAGE_NUMBER{
	text-align:right;
	font-weight: bold;
}

#CTG_COURSE_RESULT .navigation{
	padding-top: 95px;
}

#CTG_COURSE_DESC_BASE {
	width: 552px;
}

#CTG_COURSE_DESC_DETAIL {
	width: 710px;
}

#CTG_COURSE_DESC_ACTION {
	width: 158px;
	margin-bottom:20px;
	background-color: #f8f8f8;
	border:1px solid #d9d9d9;
	padding: 2px;
}

#CTG_COURSE_DETAIL {
	padding-left: 25px;
	padding-top: 25px;
}

#CTG_COURSE_UN_INFO{
	padding-right:5px;
	width:150px;
	color: #5c5c5c;
	margin-left: 5px;
	cursor:pointer;
}

#CTG_COURSE_UN_INFO_EMPTY{
	padding-left:3px;
	width:150px;
}
#CTG_COURSE_UN_INFO:hover{
	background-color: #e5e5e5;
}

.selected-course{
	background-color: #e5e5e5;
}

#CTG_COURSE_UN_INFO div{
	width:152px;
}

#DIV_BTN_DOWNLOAD{
	text-align: right;
}

.ctg-picture-thumb {
	height:60px;
}

.ctg-picture {
	width:170px;
}

.ctg-all-star-evaluation{
	font-size: 9px;
}

.PDI_priority{
	text-align: center;
}

.ctg-filter-header {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
}

.CTG_NEW_COURSE{
	color:#008C53;
	text-align:center;
	font-weight:bold;
}

#CTG_COURSE_UN_INFO .ui-floatable-right {	
	text-align:right;
}

#CTG_SEARCH_CONTENT ul li {
	margin: 3px;
}

#CTG_COURSE_RESULT ul li {
	list-style-type:none;
}

#CTG_COURSE_UN_NAME{
	height:27px;
	overflow:hidden;
	font-size: 11px; 
	font-weight: bold;
}

#CTG_COURSE_REGISTRATION_FORM{
	margin-left:10px;
}

.ui-selectmenu-menu li a{
	color:#555555;
	font-size:11px;
	padding-top:0.1em;
	padding-bottom:0.1em;
}

#CTG_COURSE_UN_DESCRIPTION{
	font-size: 10px;
}

#CTG_COURSE_UN_INFO_DM{
	width:150px;
	white-space:nowrap;
	overflow:hidden;
	font-size: 11px;
}

#CTG_COURSE_UN_INFO_HOUR_PRICE{
	font-size: 11px;
}

#CTG_COURSE_UN_STATUS_EMP {
	height: 35px;
	text-align: center;
	font-size: 11px;
}

#CTG_COURSE_UN_SELECT {
	height: 30px;
	text-align: center;
}

#CTG_COURSE_RESULT ul, #CTG_COURSE_DESC_BASE ul {
	padding: 0px;
	margin: 0px;
}

#DIV_ADD_PLAN, #DIV_BTN_DOWNLOAD, #CTG_COURSE_INSCRIPTION{
	padding-right: 16px;
}

.ctg-title-course-action{
	color:#ed5609;
	font-weight: bold;
}


.ctg-sub-title-course-action{
	color:#115599;
}

.ctg-action-message{
	color:#ed5609;
	font-weight: bold;
}

.ctg-title-course{
	color:#009957;
	font-size:20px;
	padding-bottom:10px;
}

.ctg-title-course-action-directive{
	color:#5c5c5c;
}

.ctg-preapprove-until{
	color:#bdbdbd;
	font-style:italic;
}

.ctg-action-button{
	text-align: right;
}


/* Fin Resultat de la recherche - droit*/

/* Titre des modules des activites de parcours*/
.ctg-title-parcours-module{
	color:#7c7c7c;
	font-size:14px;
	padding-top:8px;
	padding-bottom:8px;
}


/* Debut information detaille pour un cours */
/* utiliser pour 2 colonnes - utiliser avec l'image à gauche */	
#ul-course-attribute{
	width:365px;
  	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

#ul-course-attribute li{
	width:365px;
    margin:5px 0 0 0;
    padding:0 10px 0 0;
    float:left;
}

/* utiliser pour 2 colonnes - prend toute l'espace du DIV */	
#ul-course-attribute-large{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

#ul-course-attribute-large li{
    margin:15px 0 0 0;
    padding:0 10px 0 0;
}

/* utiliser pour 1 colonne - prend toute l'espace du DIV */	
#ul-course-attribute-one-column{
	width: 320px;
  	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

.reg_comment{
	width:600px;
}

.label-course-info{
	font-weight: bold;
	width: 120px;
	float: left;
}

#ul-course-attribute li.info-wide{
	width: 525px;
}

#ul-course-attribute-large li.info-wide{
	width: 700px;
}

#CTG_COURSE_DESC_ACTION .action_course{
	width:125px;
}

.textModByManager{
	color:#181BB8; 
	font-style:italic;
}

.ctg-info-block{
	background-color:#f4f4f4;
}

/* from t200.cfm */
.cat_fld_display{
    padding:5px;
}

#cat_acc_g {
    width:255px;
    float:left;
}


#cat_acc_d {
    float:left;
    margin:0px 4px;

}

#cat_acc_d_tabs .ui-tabs-nav a {
    padding-top:0px;
    padding-bottom:0px;
    background:none;
}

    #cat_acc_d_tabs .ui-tabs-nav a span{
    background:none;
}

#PDI_histo .ui-accordion-header{
    zoom:0;
}

#PDI_histo h3 a {
    display:inline;
    width:100%;
}

.TM_titlePage2{
    background-color:#009957;
    color:#ffffff;
    font-size:15px;
    margin-top:5px;
    margin-bottom:5px;
    padding:5px;
    height:20px;
}

.PDI_manager_master_view_table{
    width:100%;
}

TABLE.tblGen TD.PDI_manager_table_title_section{
    vertical-align : middle;
}

.PDI_LABEL{
    text-align: center;
    background-color:#DDDDDD;
    padding:5px;
}

.PDI_ligne_icone{
    height:20px;
    background-color:#DDDDDD;
    padding-top:5px;
    padding-right:5px;
}

#PDI_content {
    margin-top:20px;
}

.PDI_course_title{
    font-size:14px;
    font-weight:bold;
    color:#009957;
}

.PDI_job_title{
    font-size:12px;
    font-weight:bold;
    color:#009957;
}

.PDI_photo img{
    border:1px;
    border-color:#DDDDDD;
}

.PDI_Info{
    width:100%;
    font-style:italic;
    color:#555555;
}

.PDI_delete{
    text-align: right;
    white-space:nowrap;
}

.PDI_separateur{
    border-top:2px solid #DDDDDD;
    height:5px;
}

.PDI_noAttributes{
    font-style:italic;
    color:#555555;
    align:center;
}

.cat_followup_course_name{
    width: 185px;
}

.cat_followup_delete{
    width: 70px;
}
.slidermenu-holder {
    background-color:#FFFFFF;
    margin-right:1px;
    cursor: pointer;
}
.slidermenu-title {
    background-color:#333;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    font-weight:bold;
    left:0px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin:0px;
}
.slidermenu-text {
    padding:5px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:20px;
    bottom:0px;
    font-size:12px;
    color:#000000;
}

.slidermenu-content {
    padding:5px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:20px;
    bottom: 0px;
    font-size:12px;
    color:#FFFFFF;
}

.slidermenu-open {
    cursor: auto;
}

.tm-slider-wrapper_top{
    width:180px;
    padding-bottom:5px;
    padding-top:15px;
}

.textModByManager{
    color:#181BB8; 
    font-style:italic;
}

/* Debut Recherche par domaine*/
UL.TM_CTG_LISTING{
    margin:0px;
    margin-bottom:2px;
    padding-left:0px;
    border:0px solid #AAAAAA;
    display:list-item;
    list-style-type:none;
}
UL.TM_CTG_LISTING LI.HAS_CHILD_NODE_CLOSE{
    padding-left:16px;
    margin: 0px 0px 0px 0px;
    background-image : none;
    cursor :pointer;
}
    

UL.TM_CTG_LISTING LI.HAS_CHILD_NODE_OPEN{
    padding-left:16px;
    margin: 0px 0px 0px 0px;
    background-image : none;
    cursor :pointer;
}

UL.TM_CTG_LISTING LI.CHILD_NODE_NONE{
    padding-left:16px;
    margin: 0px 0px 0px 15px;
    background-image : none;
    cursor :auto;
}

		
/* from t200.cfm - end */ 

/* nouveau calendrier */


#div-calendar {
	width:250px;
}
#div-calendar #tabcalendar {
	width:248px;
}



#div-calendar #tabcalendar .CalendarDateCell {
	color:#000000;
	font-size:11px;
	font-weight:bold;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:1.3;
	list-style-type:none;
	padding:5px;
	text-decoration:none;
}

#div-calendar{
	border-color:#B7B7B7;
    border-style:solid;
    border-width:1px;
}

#div-calendar #tabcalendar .dayhasevent {
	color:#0E2F5E;
    text-decoration:none;
	background-color:#D0D0D0;
}

#div-calendar #intYearSelected{
	width:62px;
}

#div-calendar .ui-state-default{
	border:0px;
}


/* fin nouveau calendrier */


/* Debut nouveau Mes activités en cours*/

#coursesList{
    width:100%;
    margin:0px;
    padding:0px;
    overflow:hidden;
}

#coursesList .coursListBox{
    margin-top:10px;
    margin-right:20px;
    position: relative;
    border-left:1px solid #B7B7B7;
    border-right:1px solid #B7B7B7;
    border-top:1px solid #B7B7B7;
}

        
#coursesList .learningactivitypicture{
    margin-right:5px;
}

#coursesList .imgStatus{
    padding-top:5px;
    padding-right:2px;
}
        
#coursesList .myfile_graph .ui-widget-header {
    padding : 2px 10px 0px;
    border-bottom : 0px;
    background-image : none;	
    background-color : #F8F8f8;	
    border-color : 	lightGrey;
    color:black;
}

#coursesList .myfile_graph .ui-widget-header .percent {
    color : red;
    font-size : 20px;
}

#coursesList .myfile_graph .ui-widget-content {
    position:relative;
    border-top : 0px;	
    background-image : none;	
    border : 0px;			
    width: 175px;
}

#coursesList .myfile_graph .label {
    border : solid lightGrey 1px;
    height:26px; 	

}

#coursesList .myfile_graph .label-avancement {
    border : solid lightGrey 1px;
    height:26px; 	

}




#coursesList .myfile_graph .coche {
    border-right: solid lightGrey 1px;
    position:relative;
    width:20%;
    height : 10px;
    margin-top : 15px;
    float:left;
}

#coursesList .graphavancement{
    font-size: 14px;
    padding-top:5px;
}

#coursesList .coursestatus{
    padding-bottom:5px;
    padding-left:3px;
    height:20px !important;
    color:#8b8b8b;
}

#coursesList .ctg-picture-thumb{
    width:150px;
    height:auto;
}

#coursesList .learningactivitydiffusion{
    height: 20px; 
    padding-top: 2px;
    color:#8b8b8b;
}

#coursesList .activityname{
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color:#7C7C7C;
}

#coursesList .coursesessioninfo{
    margin-right: 17px;
}
#coursesList div.inscriptionaction{
    height:29px;
    border-left:1px solid #B7B7B7;
    border-right:1px solid #B7B7B7;
    border-bottom:1px solid #B7B7B7;
    margin-right:20px;
    white-space:nowrap;
}


#coursesList div.coursetools{
    position:relative;
    float: left;
    height: 23px;
}

#coursesList #classroomToolsTabs{
    height:29px;
    overflow: hidden;
}

#coursesList div.coursetools .tm-element-menu-header.ui-widget-header{
    background-color:#f8f8f8;
}

#coursesList div.coursetools .tm-element-menu-header.ui-widget-header a{
    height:28px;
    color:#000000;
}

#coursesList div.coursetools .tm-element-menu-header.ui-widget-header a:hover{
    background-color:#d9d9d9; 
}

#coursesList div.coursetools .tm-element-menu-header.ui-widget-header li:hover{
    background-color:#d9d9d9; 
}

#coursesList div.coursetools .tm-element-menu-header.ui-widget-header ul{
    height:auto;
}

#coursesList .ui-tn-widget-li{
    border-right:1px solid #aaaaaa;
    border-top:1px solid #aaaaaa;
    padding-right:0px;
    padding-bottom:5px;
    height:23px;
}



#coursesList .inscriptionaction-title{
    background-color:#00A7E2;
    margin-left: 19px;
    height: 19px;
    padding-top:4px;
    padding-right: 10px;
    padding-left: 2px;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
}

#coursesList .inscriptionaction-title a{
    color:#FFFFFF;
}

#coursesList .courseinforight{
    width:280px;
    border-left:1px solid #B7B7B7;
    border-bottom:1px solid #B7B7B7;
    min-height:118px;
}

#coursesList  .ttlHeader{
    color:#a4a4a4;
    font-size:20px;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
}

#coursesList .courseTableTdLeft{
    padding:8px;
}

#coursesList .TM_course-minidesc-section{
    padding-bottom:3px;
    padding-right:2px;
}
#coursesList .courseGroupPeriodList{
    padding-right:5px;
}

#coursesList .coursListBox td{
    vertical-align:top
}

#coursesList .activityname a{
    color:#7c7c7c;
}

#coursesList .sessioncomment{
    color:#7c7c7c;
}

#courseinfo_event .showmore{
    color: #9b9b9b;
    font-size:10px;
    letter-spacing:2px;
    text-transform:uppercase;
}

#courseinfo_event .showmore img{
    border:0px
}
/* Fin nouveau Mes activités en cours*/

#coursecontent .course-action.row{
    text-align:center;
}

/******* END ********** catalog.cfm ************** END **************/



/********************* pdi.cfm **********************************/

/* 
______________________________________________________________________________________________________________
//¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
  PDI
\\_____________________________________________________________________________________________________________//
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
*/
#cat_acc_g {
    width:255px;
    float:left;
  }
  
  .cat_acc_g{
    width:255px;
    vertical-align:text-top;
  }
  
  
  #cat_acc_d {
    float:left;
    margin:0px 4px;
  
  }
  
  
  #cat_acc_d_tabs .ui-tabs-nav a {
    padding-top:0px;
    padding-bottom:0px;
    background:none;
    white-space:nowrap;
  }
  
  #cat_acc_d_tabs .ui-tabs-nav a span{
    background:none;
  }
  
  #cat_acc_d_tabs .ui-tabs-nav a span.NbCourseClass {
    background-color:#EB1A1A;
    color:#FFF;
    height:25px;
    width:25px;
    display:inline;
    font-weight:bold;
    font-size:10px;
  }
  
  .TM_titlePage2{
    background-color:#009957;
    color:#ffffff;
    font-size:15px;
    margin-top:5px;
    margin-bottom:5px;
    padding:5px;
    height:20px;
  }
  
  
  .PDI_LABEL{
    text-align: center;
    background-color:#DDDDDD;
    padding:5px;
  }
  
  .PDI_ligne_icone{
    height:25px;
    background-color:#DDDDDD;
    padding-top:5px;
    padding-right:5px;
  }
  
  #PDI_content {
    margin-top:20px;
  }
  
  .PDI_course_title{
    font-size:14px;
    font-weight:bold;
    color:#009957;
  }
  
  .PDI_job_title{
    font-size:12px;
    font-weight:bold;
    color:#009957;
    cursor:default;
    padding-bottom:15px;
  }
  
  .PDI_photo img{
    border:1px;
    border-color:#DDDDDD;
  }
  
  .PDI_Info{
    width:100%;
    font-style:italic;
    color:#555555;
  }
  
  .PDI_delete{
    text-align: right;
    white-space:nowrap;
  }
  
  .PDI_separateur{
    border-top:2px solid #DDDDDD;
    height:5px;
  }
  
  .PDI_noAttributes{
    font-style:italic;
    color:#555555;
    align:center;
  }
  
  .PDI_managerAccess{
    text-align:center;
    color:red;
    font-weight:bold;
  }
  
  .PDI_managerAccessDir{
    text-align:center;
    font-style:italic;
  }
  
  #cat_acc_g_searchFld #searchTexte,
  #CTG_SEARCH_BY_KEYWORD #searchTexte2
  {
    font-size:11px;
  }
  
  .cat_searchFld{
    margin-bottom:5px;
  }
  
  
  .slidermenu-holder {
    background-color:#FFFFFF;
    margin-right:1px;
    cursor: pointer;
    margin-bottom:3px;
  }
  .slidermenu-title {
    background-color:#333;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    font-weight:bold;
    left:0px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin:0px;
    height: 35px;
    width: 100%;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 0px;
  }
  .slidermenu-text {
    padding:5px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:20px;
    bottom:0px;
    font-size:12px;
    color:#000000;
  }
  
  .slidermenu-content {
    padding:5px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:20px;
    bottom: 0px;
    font-size:12px;
    color:#FFFFFF;
  }
  
  .slidermenu-open {
    cursor: auto;
  }
  
  .custom_slider .tm-slider-wrapper_top{
    width:180px;
    padding-top:8px;
    padding-bottom:15px;
  }
  
  .custom_slider .tm-slider-tooltip-arrow{
    display:none;
  }
  
  .custom_slider .tm-slider-tooltip{
    line-height:18px;
    font-weight:bold;
  }
  .custom_slider .ui-slider-handle{
    height:0px;
    width:0px;
    top:-0.1em;
  }
  
  #cat_acc_g .TM_LINK{
    text-decoration:underline;
  }
  
  .textModByManager{
    color:#181BB8; 
    font-style:italic;
  }
  
  .total_attribute_pct{
    border:1px solid #AAAAAA;
    padding:2px;
    font-size:10px;
    font-weight:bold;
    background-color:#009957;
    color:#FFFFFF;
  }
  
  .employees_listing_content table.tblGen{
    width: auto;
    margin-left:50px;
  }
  
  .employees_listing_content table.tblGen td{
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .employees_listing_content .custom_slider .tm-slider-wrapper_top{
    padding-bottom:3px;
  }
  
  /* Debut Recherche par domaine*/
  UL.TM_CTG_LISTING .CurSection{
    padding-left:16px;
  }
  
  UL.TM_CTG_LISTING{
    margin:0px;
    margin-bottom:2px;
    padding-left:0px;
    border:0px solid #AAAAAA;
    display:list-item;
    list-style-type:none;
  }
  
  UL.TM_CTG_LISTING A.CHILD_NODE_NONE{
    padding-left:16px;
    margin: 0px 0px 0px 0px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
    cursor :auto;
  }
  
  /*---------------------------------*/
  /*---Classroom---------------------*/
  /*---------------------------------*/
  #Button-Box.classroom_button{
    width:200px;
    vertical-align:text-top;
    text-align:center;
    background-image:none;
    background-color:#ebebeb;
    padding:5px;
    margin:5px;
  }
            
  #Button-Box.classroom_button input{
    text-align:center;
    margin:5px;
    padding:3px;
    width:180px;
  }
  
  .Classroom_course_title{ 
    font-size:20px; 
    font-weight:bold; 
    color:#009957; }
            
  .CourseNewsBox{
    margin:5px;
    border:1px solid #ebebeb;
    padding:5px;
    width:200px;
    padding-bottom:10px
  }
  
  .CourseNewsBox h2.TM_titlePage{
    margin-top:0px;
  
  }
  
  .classroomDiffMod{
    font-size:20px;
  }
  
  .courseInfoTbl td{
    vertical-align:text-top;
  }
  
  .courseInfoTbl th{
    vertical-align:text-top;
    padding-right:10px;
  }
  
  .divtools{
    float:left;
    height:100%;
    padding:5px;
    position:relative;
  }
  
  .divtools div{
    float:left;
  }
  
  .divtools-container{
    width:100%;
    border:1px solid #ebebeb;
    min-width: 950px;
  }
  
  .divtoolsTitle{
    margin:3px;
    display:inline-block;
    font-weight:bold;
  }
  
  .titleFirstSession{
    font-size:16px;
    font-weight:bold;
    color:#a1a1a1;
    padding-top:5px;
  }
  
  .allSchedule{
    color:#a1a1a1;
    font-size:14px;
    font-style:italic;
  }
  
  .courseInfoText{
    position:relative;
  }
  
  .btnCourseAccess {
    width:100%;
    text-align:center;
  
  }
  
  .btnCourseAccess input{
    font-weight:bold;
    
  }
  
  .btnCourseAccess a{
    padding: 5px 15px;
    font-weight:bold;
    border: #006f50 1px solid;
    color:#FFFFFF;
    background-color:#008c53;
    position:relative;
    
    
  }
  
  .custom_menu_item{
    background-size:4px;
    background-position: 3px 5px;
    background-repeat: no-repeat;
    padding-left:10px;
  }
  
  .graph_description{
    color:#7d7c7c;
    font-size:11px;
    margin-bottom:10px;
  }
  
  #graph_tn_job{
    height:300px;
    padding:10px;
  }
  
  .tn_graph{
    text-align:center;
    width:100%;
    vertical-align:middle;
  }
  
  .pdi-left-border{
    border-left:#d9d9d9 1px solid;
  }
  
  .pdi-right-border{
    border-right:#d9d9d9 1px solid;
  }
  
  .PDI_BOTTOM_ROW td{
    border-top:#d9d9d9 1px solid;
  }
  
/******* END ********* pdi.cfm ************** END **************/


/********************* widgets.cfm **********************************/

/* carousel.cfm */
.ui-carousel {
	height : 130px;
	overflow: hidden;
	border: none;
}
.ui-carousel .ui-state-default {
	background-image: none;
	background-color : #000000;
	border : none;
	border-left: 1px solid #F5F5F5;
	cursor :default;
}

.ui-carousel h2 {
	font-weight : normal;
	font-family : arial;
	text-transform : uppercase;
	font-size :14px;
	color : #434343;
	margin-left	: 20px;
	margin-right: 20px;
}
.ui-carousel h3 {
	color : #000000;
	font-family : arial;
	font-size :14px;
	font-weight :bold;
	margin-bottom:0px;
	margin-left	: 20px;
	margin-right: 20px;
}
.ui-carousel h4 {
	margin-top	: 5px;
	margin-left	: 20px;
	margin-right: 20px;
	font-size	: 10px;
	color : #000000;
	font-family : arial;
	font-size :14px;
	font-weight :normal;
}

.widget-carousel {
	display:none;
}


.ui-carousel .playPauseIcon {
	position:absolute;
	z-index:999;
	top : 0px;
	right:0px;
	width : 1.7em!important;
	height : 1.7em;
	cursor: pointer;
	border : 1px solid #545454;
}

.ui-carousel .playPauseIcon span{
	margin-left : -9px;
	margin-top : -8px;

}
	
.ui-carousel .nextIcon {
	position:absolute;
	z-index:999;
	top : 0px;
	right:25px;
	width : 1.7em!important;
	height : 1.7em;
	cursor: pointer;
	border : 1px solid #545454;
}

.ui-carousel .nextIcon span{
	margin-left : -9px;
	margin-top : -8px;

}
	

/* cv.cfm */

.widget-cv {
	margin-right : 20px;
	margin-top 	: 30px;
}
.widget-cv h1 {
	display 	: inline;
	color 		: #3D546E;
	font-size	: 20px;
}
.widget-cv a {
	text-decoration : none;
	color 		: #3D546E;
}


.widget-cv-title{
	width: 130px;
}

/* map.cfm */
.widget-map-google .infobox-close {
	display:none;
}

.widget-map-bing .infowindow {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #9F9F9F;
	/*SHADOW*/
	-moz-box-shadow: 3px 3px 4px #9F9F9F;
    -webkit-box-shadow: 3px 3px 4px #9F9F9F;
    box-shadow: 3px 3px 4px #ccc; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9F9F9F')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#9F9F9F');
	min-width : 300px;
}


.widget-map .infowindow h1 {
	white-space: nowrap;
	margin-bottom:0px;
	font-size : 15px;
}
.widget-map .infowindow h2 {
	font-size : 12px;
	margin-bottom:0px;
}

.widget-map .infowindow ul.jobs-list {
	padding : 0px;
	margin : 0px;
	background-color: #EEE;
}

.widget-map .infowindow ul.jobs-list li {
	list-style-type	: none;
	padding			: 4px 10px;
	border			: 1px solid white;
}
.widget-map .infowindow ul.jobs-list li:hover {
	background-color 	: #EAEAEA;
	cursor 				: pointer;
}
.widget-map .infowindow .logo {
	margin-right: 10px;
}

.infowindowStarredOffer{
	font-size:1.1em;
}



#map_canvas {
	position: relative;height:500px;width:100%;
}

/* job-alert.cfm */


div.re_title{
font: 15px, Arial ;
text-transform : uppercase;
color : #555!important;
margin-top : 20px;
}


#btnSubscribeRss {
text-transform : uppercase;
width: 90px;
margin-left : 72px;
vertical-align:top;
}

.job-alert-block .re_select
{
	background : none;
	border : 1px solid black!important;
	margin-bottom : 3px;
}

#selMobility_rss-button {
background : none;
border : 1px solid black!important;
margin-bottom : 3px;
}


#fldPopulations_rss-button {
background : none!important;
border : 1px solid black!important;
}

/* job-search.cfm */

.re_jobsearch_title {
font: 15px, Arial ;
text-transform : uppercase;
color : #555!important;
margin-top : 20px;
}

#btnSearch2 {
text-transform : uppercase;
width: 90px;
}

.re_improveSearchClear {
clear:both;
}

#selMobility1 {
display:none;
}

.selMobility1 {
display:none;
}

#fldKeywords_jsw {
width: 123px;
}

.re_socialmedia{
	height : 25px;
}

/* login.cfm */

.re_login_title {
}


#btnConnect{
background-color: #00acec!important;
border-bottom-color: gray!important;
border-left-color: gray!important;
border-right-color: gray!important;
border-top-color: gray!important;
color: white!important;
min-width: 79px;
height : 25px;
text-transform : uppercase;
font-family : Arial, Helvetica, sans serif;
font-size : 11px;
font-weight : normal;
margin: 20px 0px 20px 0px;
padding: 4px 12px;
}

#btnConnect:hover{
background-color: #0087b9!important;
border-bottom-color: gray!important;
border-left-color: gray!important;
border-right-color: gray!important;
border-top-color: gray!important;
color: white!important;
text-decoration: none!important;
}

#TM_LOGINFRAME_ERROR{
display:none;
}



#JOBSEARCH span{ display:inline; }
#JOBSEARCH span.reMiniloupe{ display:block; }



#logo {
text-align:center;
}

body.ITEM-portal-jobposting-j600 .news-header{
		background : none;
		padding: 0px;
	}

body.MODE_JOBS .jobsearchdivmargin,
body.MODE_JOBSI .jobsearchdivmargin {
	margin-top:4px;
	margin-bottom:4px;
}

body.MODE_JOBS #tagList
, body.MODE_JOBSI #tagList {
	width:440px;
	height:130px;
	position:relative;
   display: table;
	float:left;
	border:1px solid gray;
	padding:3px;
	margin-left:10px;
	margin-bottom:10px;
} 

body.MODE_JOBS .ui-carousel-item.ui-state-hover,
body.MODE_JOBSI .ui-carousel-item.ui-state-hover {
	background-color:#fff;
	border:0px;
}

body.MODE_JOBS .tagListCentered,
body.MODE_JOBSI .tagListCentered{
   overflow: hidden;
   display: table-cell;
   vertical-align: middle;
	text-align: center;
}


body.MODE_JOBS .jobListAccessButton,
body.MODE_JOBSI .jobListAccessButton {
	position: absolute;
}

body.MODE_JOBS .jobListAccessButtonLink,
body.MODE_JOBSI .jobListAccessButtonLink  {
	position: absolute;
	width:27px;
	height:27px;
	bottom:10px;
}
/******* END ********* widgets.cfm ************** END **************/

/********************* sjm-page.cfm **********************************/

/**
 * CSS that should be edited
 */
 #jobDetailsOverlay h2, #referContent h2{ color:#639EC8; line-height:100%; }
 #resultsinfo b{ color:#639EC8; font-weight:normal; font-size:14px; }
 #sortinfo span{	color:#639EC8; }
 #criteriaOverlay h2{ color:#639EC8; line-height:100%; margin-bottom:10px; }
 #criteriaOverlay .ui-state-focus{ outline-color:#639EC8 !important; }
 #criteriaOverlay .ui-widget-header{ 
     border: solid 1px #417da8 !important;
     background: #639EC8 !important;
     background: -webkit-gradient(linear, left top, left bottom, from(#639EC8), to(#417da8)) !important;
     background: -moz-linear-gradient(top,  #639EC8,  #417da8) !important;
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#639EC8', endColorstr='#417da8') !important; 
 }
 
 #sjm-page html, #sjm-page body{
 
 }
 #sjm-page body
 {
     padding:0; 
     margin:4px 0 0 0;
     font-family: "Lucida Grande", Arial, Verdana, sans-serif;
     font-size: 11px;
 }
 
 
 #sjm-page table{
     border-collapse:collapse;
     border-width: 0;
 }
 #sjm-page td{
     vertical-align:top;
     text-align:left;
 }
 #sjm-page h1, #sjm-page h2, #sjm-page h3, #sjm-page h4, #sjm-page img{
     margin:0;
     padding:0;
     border:none;
 }
 #sjm-page h1{
     font-size:18px;
     font-weight:bold;
     margin-bottom:5px;
     color:#131313;
 }
 #sjm-page h3{
     font-size:14px;
     font-weight:bold;
     color:#131313;
 }
 #sjm-page a:link {
     text-decoration: none;
 }
 #sjm-page a:visited {
     text-decoration: none;
 }
 #sjm-page a:hover {
     text-decoration: underline;
 }
 #sjm-page a:active {
     text-decoration: none;
 }
 #sjm-page .leftfloat
 {
     float:left;
     width:345px;
 }
 #sjm-page .button {
     display: inline-block;
     zoom: 1; /* ie7 hack */
     *display: inline; /* ie7 hack */
     vertical-align: baseline;
     margin: 0 2px;
     outline: none;
     cursor: pointer;
     text-align: center;
     text-decoration: none;
     font-weight:bold;
     padding: .10em 1.2em .12em;
     line-height:150%;
     text-shadow: 0 -1px 1px rgba(0,0,0,.6);
     -webkit-border-radius: .5em; 
     -moz-border-radius: .5em;
     border-radius: .5em;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0px 1px 0 rgba(255,255,255,0.4) inset;
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0px 1px 0 rgba(255,255,255,0.4) inset;
     box-shadow: 0 1px 2px rgba(0,0,0,.4), 0px 1px 0 rgba(255,255,255,0.4) inset;
 }
 #sjm-page .large {
     padding: .2em 1.5em .31em;
 }
 #sjm-page .verylarge{
     font-size:14px;
     padding: 0.3em 1.6em 0.4em 1.6em;
 }
 #sjm-page .button:hover {
     text-decoration: none;
 }
 #sjm-page .mainColor {
     color: #FFF;
     border: solid 1px #417da8;
     background: #639EC8;
     background: -webkit-gradient(linear, left top, left bottom, from(#639EC8), to(#417da8));
     background: -moz-linear-gradient(top,  #639EC8,  #417da8);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#639EC8', endColorstr='#417da8');
 }
 #sjm-page .mainColor:hover {
     background: #7fb6dd;
     background: -webkit-gradient(linear, left top, left bottom, from(#7fb6dd), to(#417da8));
     background: -moz-linear-gradient(top,  #7fb6dd,  #417da8);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fb6dd', endColorstr='#417da8');
 }
 #sjm-page .mainColor:active {
     background: #417da8;
     background: -webkit-gradient(linear, left top, left bottom, from(#417da8), to(#7fb6dd));
     background: -moz-linear-gradient(top,  #417da8,  #7fb6dd);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#417da8', endColorstr='#7fb6dd');
 }
 #sjm-page .white {
     color: #444444;
     border: solid 1px #b2b2b2;
     text-shadow: 0 -1px 1px rgba(255,255,255,.6);
     background: #f3f4f6;
     background: -webkit-gradient(linear, left top, left bottom, from(#f2f3f5), to(#e2e2e2));
     background: -moz-linear-gradient(top,  #f2f3f5,  #e2e2e2);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f3f5', endColorstr='#e2e2e2');
 }
 #sjm-page .white:hover {
     background: #FFFFFF;
     background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#d0d0d0));
     background: -moz-linear-gradient(top,  #FFFFFF,  #d0d0d0);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#d0d0d0');
 }
 #sjm-page .white:active {
     background: #f3f4f6;
     background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#f3f4f6));
     background: -moz-linear-gradient(top,  #d0d0d0,  #f3f4f6);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#f3f4f6');
 }
 #sjm-page .inactivewhite 
 {
     color: #757575;
     text-shadow: 0 -1px 1px rgba(255,255,255,.6);
     border: solid 1px #cbcbcb;
     border-radius:3px;
     -moz-border-radius:3px;
     -webkit-border-radius:3px;
     -o-border-radius:3px;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
     background: #fff;
     font-weight:normal;
     /*
     background: -webkit-gradient(linear, left top, left bottom, from(#f2f3f5), to(#e2e2e2));
     background: -moz-linear-gradient(top,  #f2f3f5,  #e2e2e2);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f3f5', endColorstr='#e2e2e2');
     */
 }
 #sjm-page .inactivewhite:hover{
     color: #454545;
     border: solid 1px #cbcbcb;
     border-radius:3px;
     -moz-border-radius:3px;
     -webkit-border-radius:3px;
     -o-border-radius:3px;
     text-shadow: 0 -1px 1px rgba(255,255,255,.6);
     background: #e2e2e2;
     
     background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
     background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2');
 }
 #sjm-page .inactivewhite:active{
     color: #454545;
     border: solid 1px #cbcbcb;
     border-radius:3px;
     -moz-border-radius:3px;
     -webkit-border-radius:3px;
     -o-border-radius:3px;
     text-shadow: 0 -1px 1px rgba(255,255,255,.6);
     background: #e2e2e2;
     
     background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#ffffff));
     background: -moz-linear-gradient(top,  #e2e2e2,  #ffffff);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#ffffff');
 }
 #sjm-page .skinnyShowFriends{
     padding:6px 0;
     margin: 0;
     width:166px;
     text-align:center;
 }
 
 #sjm-page .wrapper{
     margin: 0 auto;
     padding: 0 0 30px 0;
     width: 920px;
 }
 #sjm-page .logincontent
 {
     font-size: 11px;
     color:#000;
     padding:42px;
     text-align:left;
 }
 #sjm-page .logincontent h2
 {
     text-align:left;
 }
 #sjm-page .logincontent .logintext{
     color:#000;
     font-size:12px;
     
     line-height:150%;
 }
 #sjm-page .logincontent .logintext b{
     font-weight:normal;
     color:#338dcb;
 }
 #sjm-page .logincontent h2{
     line-height:normal;
 }
 #sjm-page .logincontent .logintext p{
     margin-bottom:10px;
 }
 #sjm-page .logincontent .btnarea{
     float:right;
     width:210px;
     padding:45px 0 35px 40px;
 }
 #sjm-page .logincontent .linkedBtn{
     margin:auto;
     width:210px;
     height:91px;
 }
 #loginWithLinkedIn, #loginWithFacebook{
     background-position:left top;
     background-repeat:no-repeat;
     height:38px;
     width:210px;
     display:block;
 }
 #loginWithLinkedIn:hover, #loginWithFacebook:hover{
     background-position:left bottom;
 }
 #loginWithLinkedIn:active, #loginWithFacebook:active{
     background-position:right top;
     outline:none;
 }
 #loginWithLinkedIn:focus, #loginWithFacebook:focus{ outline: none; }
 #loginWithLinkedIn{
     background-image:url(images/login_linkedin_large.png);
     margin-bottom:15px;
 }
 #loginWithFacebook{
     background-image:url(images/login_facebook_large.png);
 }
 #sjm-page .sidebar, #sjm-page .content, #sjm-page .logincontent{
     background-color:#FFF;
     /*
     -moz-border-radius:5px;
     -webkit-border-radius:5px;
     border-radius:5px;
     -moz-box-shadow: 1px 1px 3px #b4b4b4;
     -webkit-box-shadow: 1px 1px 3px #b4b4b4;
     box-shadow:1px 1px 4px #b4b4b4;
     */
     border:1px solid #C6C6C6;
 }
 #sjm-page .sidebar{
     font-size: 11px;
     color:#000;
     margin-right:10px;
     padding:12px;
     width:260px;
     float:left;
     position:relative;
     color:#000;
     text-align:left;
     
     /* TEMPORARY */
     min-height:455px;
 }
 #sjm-page .sidebar .picturetable{
     width:100%;
 }
 #sjm-page .sidebar .picturetable .piccell{
     width:76px;
 }
 #sjm-page .sidebar #myLocation-h2{
     color:#575757 !important;
     font-size:11px;
 }
 #sidebarOverlay{
     position:absolute;
     top:4px;
     right:4px;
     bottom:4px;
     left:4px;
     background:#FFF;
     opacity:0.7;
     display:none;
 }
 #sidebarOverlayMsg{
     display:none;
     position:absolute;
     top:40px;
     left:50%;
     margin-left:-123px;
     width:247px;
     border:1px solid #c5c5c5;
     background:#fff;
     color:#666;
     font-size:1.2em;
     font-weight:bold;
     vertical-align:middle;
     -moz-box-shadow: 1px 1px 7px #b4b4b4;
     -webkit-box-shadow: 1px 1px 7px #b4b4b4;
     box-shadow:1px 1px 7px #b4b4b4;
     opacity:1.0;
 }
 #sidebarOverlayMsg div{
     padding:10px;
     height:40px;
     vertical-align:middle;
 }
 #sidebarOverlayMsg img{
     margin-right:6px;
     vertical-align:middle;
 }
 #sjm-page .sidebar h1{ line-height:100%; }
 #sjm-page .sidebar h2
 {
     text-transform:none;
     text-align:left;
     margin:0;
     font-size:13px;
     font-weight:bold;
     line-height:110%;
     color:#666;
 }
 #sjm-page .sidebar .corner{
     float:none;
     overflow:visible;
     width:48px;
     height:43px;
     position:absolute;
     top: -4px;
     left: -4px;
     z-index: 9999;
 }
 #sjm-page .sidebar #sidebarToggle{
     float:none;
     overflow:visible;
     padding:2px 16px 2px 2px;
     height:14px;
     position:absolute;
     top: 4px;
     right: 4px;
     cursor:pointer;
     font-size:8px;
     font-family:Arial, Sans-Serif;
 }
 #sjm-page .sidebar #sidebarToggle.expand{
     background:url(images/expand.gif) no-repeat right top;
 }
 #sjm-page .sidebar #sidebarToggle.expand:hover{
     background:url(images/expand_hover.gif) no-repeat right top;
     text-decoration:underline;
 }
 #sjm-page .sidebar #sidebarToggle.collapse{
     background:url(images/collapse.gif) no-repeat right top;
 }
 #sjm-page .sidebar #sidebarToggle.collapse:hover{
     background:url(images/collapse_hover.gif) no-repeat right top;
     text-decoration:underline;
 }
 
 #sjm-page .recoforyou{
     padding-top:17px;
     padding-bottom:0;
     margin-bottom:0;
 }
 #profileStatus{
     width:250px;
     margin:15px auto;
 }
 #sjm-page .content
 {
     text-align:left;
     font-size: 11px;
     color:#000;
     padding:15px;
     float:left;
     position:relative;
     width:550px;
     
     /* TEMPORARY */
     min-height:590px;
 }
 #sjm-page .content h1{
     line-height:160%;
     text-align:left;
 }
 #sjm-page .content .sendwindow{
     position:fixed;
     left:50%;
     top:100px;
     padding:15px;
     width:282px;
     background-color:#FFF;
     overflow:hidden;
     z-index:9999;
     background-image:url(/images/linkedin_logo_small.gif);
     background-repeat:no-repeat;
     background-position:215px 11px;
     
     font-size:11px;
     color:#000;
     line-height:160%;
     font-weight:normal;
     
     -webkit-box-shadow: 0 0 12px rgba(0,0,0,.75);
     -moz-box-shadow: 0 0 12px rgba(0,0,0,.75);
     box-shadow: 0 0 12px rgba(0,0,0,.75);
     -moz-border-radius:5px;
     -webkit-border-radius:5px;
     border-radius:5px;
 }
 #sjm-page .sendwindow a{
     color:#000;
 }
 #sjm-page .sendwindow h3{
     color:#d30062;
     font-size:13px;
     font-weight:bold;
     margin-bottom:10px;
     text-align:left;
 }
 #sjm-page .sendwindow b{
     color:#d30062;
     font-size:11px;
     font-weight:normal;
 }
 #sjm-page .sendwindow .msgarea{
     margin-top:10px;
 }
 #sjm-page .sendwindow textarea{
     height:55px;
     width:273px;
     margin-bottom:5px;
 }
 #sjm-page .sendwindow #sendBtn{
     float:none;
 }
 #sjm-page .sentemail{
     padding-right:15px;
     padding-top:3px;
 }
 #retrieveBtn{
     margin-top:10px;
 }
 #loadinginfo{
     width:220px;
     margin:70px auto 0 auto;
 }
 #centeredBtn{
     width:220px;
     margin:0 auto;
 }
 #statustext{
     font-size:13px;
     font-weight:bold;
     margin:5px 0 5px 5px;
     color:#666;
 }
 #substatustext{
     display:none;
     font-size:11px;
     font-weight:bold;
     margin:5px 0;
     color:#0470bb;
 }
 #statustext img{
     margin-right:8px;
 }
 #resultsinfo{
     color:#666;
     font-size:12px;
     margin-bottom:6px;
     position:relative;
 }
 #sortinfo{
     float:right;
     font-size:10px;
     color:#000;
     position:absolute;
     top:4px;
     right:3px;
 }
 #sortinfo a{
     color:#333;
     outline:none;
 }

 #sjm-page ul.persondetails{
     margin:0;
     padding:7px;
     list-style:none;
 }
 #sjm-page .persondetails li{
 
 }
 #sjm-page .persondetails li.info{
     width:263px;
     padding-right:14px;
     height:135px;
     overflow:hidden;
     position:relative;
 }
 #sjm-page .persondetails li.info .spantext{
     font-size:11px;
     color:#000;
     width:187px;
     position:absolute;
     left:76px;
 }
 #sjm-page .persondetails li.info .location{
     font-size:10px;
     color:#666;
     margin-bottom:9px;
     margin-top:2px;
 }
 #sjm-page .persondetails li.info .incinfo{
     font-size:10px;
     color:#000;
     margin:3px 0;
 }
 #sjm-page .persondetails li.info img{
     width:65px;
     height:65px;
     margin-right:11px
 }
 #sjm-page .incinfo img{
     margin-right:4px;
     width:17px;
     height:17px;
 }
 #sjm-page .persondetails li.matchlist{
     padding-left:0px;
     font-size:1em;
     color:#666;
     font-weight:bold;
     height:100%;
     vertical-align:middle;
 }
 #sjm-page .persondetails li.matchlist .centerme{
     display:table-cell;
     height:130px;
     vertical-align:middle;
 }
 #sjm-page .persondetails li.matchlist b, #sjm-page .myResultsList b{
     font-size:1.15em;
     color:#0470bb;
 }
 #sjm-page .line .button,#sjm-page  .line .sentemail{
     float:right;
     margin-left: 6px;
 }
 #sjm-page .line{
     display:block;
     width:275px;
     /*height:30px;*/
     padding:5px 0;
     vertical-align:middle;
 }
 #sjm-page .line #viewbtn{
     color:#FFF;
 }
 #sjm-page .line .jobtitlepad
 {
     color:#666666;
     text-decoration:none;
     position:relative;
     left:9px;
 }
 #sjm-page .line .jobtitlepad:hover
 {
     text-decoration:underline;
 }
 #sjm-page .line span.barspad{
     position:relative;
     top:2px;
     padding-top:2px;
 }
 #pages{
     float:right;
     font-size:13px;
 }
 #pages .button
 {
     margin:0 2px;
     padding: .15em .25em;
 }
 #pages .blue
 {
     border-radius:3px;
     -moz-border-radius:3px;
     -webkit-border-radius:3px;
     -o-border-radius:3px;
      -moz-border-radius:3px;
     -webkit-border-radius:3px;
     -o-border-radius:3px;   
 }
 #contentfooter{
     font-size:12px;
 }
 #contentfooter form{
     display:inline;
 }
 .txtfld{
     display:inline;
     height:18px;
     padding:1px 3px;
     font-size:11px;
     width:135px;
     background-color:#FFF;
     border:1px #e8e8e8 solid;
     -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.6) inset;
     -moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.6) inset;
     box-shadow: 0px 1px 4px rgba(0,0,0,0.6) inset;
 }
 #sjm-page .lightgrey{
     color:#797979;
 }
 #sjm-page .myResultsList{
     margin-top:15px;
     font-size:1.05em;
     color:#666;
     font-weight:bold;
 }
 #sjm-page .myResultsList .line{
     margin:5px 0;
 }
 #sjm-page .myResultsList b{
     font-size:1.2em;
 }
 #sjm-page .myResultsList .button{
     font-size:0.95em;
 }
 #myMatches h1{
     margin:9px 0 5px 0;
 }
 #myMatches .mymatchesUL{
     padding:0;
     margin:0;
     border-top:1px #dfdfdf solid;
     list-style:none;
 }
 .mymatchesUL .mymatchesLI, .mymatchesUL .mymatchesLIactive, .mymatchesUL .mymatchesLIloading{
     list-style:none;
     padding:10px 3px;
     margin:0;
     cursor:pointer;
     display:block;
     border-bottom:1px #dfdfdf solid;
 }
 .mymatchesLI ul, .mymatchesLIactive ul, .mymatchesLIloading ul{
     display:table;
     list-style:none;
     padding:0;
     margin:0;
     border:0;
 }
 .mymatchesLI .score, .mymatchesLIactive .score, .mymatchesLIloading .score{
     list-style:none;
     /*float:left;*/
     width:34px;
     color:#0470bb;
     font-weight:bold;
     font-size:13px;
 }
 .mymatchesLI .jtitle, .mymatchesLIactive .jtitle, .mymatchesLIloading .jtitle{
     list-style:none;
     color:#666;
     font-weight:bold;
     font-size:13px;
     padding-left:10px;
 }
 .mymatchesUL .expandedData, .mymatchesUL .expandedDataPlus{
     display:none;
     font-size:11px;
     color:#666;
     padding-left:35px;
     font-weight:normal;
     cursor:auto !important;
 }
 .mymatchesUL .expandedData a{
     font-size:10px;
     font-weight:bold;
     text-decoration:none;
 }
 .mymatchesUL .expandedData a:hover{
     text-decoration:underline;
 }
 .mymatchesUL .expandedData a.button{
     font-size:1.1em;
     font-weight:bold;
     text-decoration:none;
     margin-right:4px;
 }
 .mymatchesUL .expandedData a.button:hover{
     text-decoration:none;
 }
 .mymatchesUL .expandedData .inactivewhite{
     color:#666 !important;
     font-family:Arial, Helvetica, Sans-Serif !important;
     font-size:10px !important;
     margin:4px 0 0 0;
     display: block !important;
 }
 .mymatchesUL .expandedData .loadingimg{
     display: inline-block;
     zoom: 1; /* ie7 hack */
     *display: inline; /* ie7 hack */
     vertical-align: baseline;	
     margin:2px 8px 0;
     color:#999;
     font-weight:bold;
     font-size:10px;
 }
 .mymatchesUL .expandedData li{
     list-style:outside disc;
     margin-left:10px;
 }
 #emailthisjob{
     margin-top:9px;
 }
 #sjm-page .showmore, .myMatchesLoading{
     display:table-cell;
     width:320px;
     text-align:center;
     padding-top:15px;
     font-size:13px;
 }
 .myMatchesLoading{
     font-size:11px;
 }
 #progressBar{
     width:220px;
     height:28px;
     margin:2px auto;
     /*
     background-color:#f3efee;
     border:1px solid #005e9c;
     -webkit-border-radius: .5em; 
     -moz-border-radius: .5em;
     border-radius: .5em;
     */
 }
 #progressBar #bar{
     width:1px;
     height:30px;
     background: #1081cd;
     background: -webkit-gradient(linear, left top, left bottom, from(#1081cd), to(#0270bb)); /*3395d6*/
     background: -moz-linear-gradient(top,  #1081cd,  #0270bb);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1081cd', endColorstr='#0270bb');
     -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0px 1px 0 rgba(255,255,255,0.4) inset;
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0px 1px 0 rgba(255,255,255,0.4) inset;
     box-shadow: 0 1px 2px rgba(0,0,0,.4), 0px 1px 0 rgba(255,255,255,0.4) inset;
     -webkit-border-radius: .5em; 
     -moz-border-radius: .5em;
     border-radius: .5em;
 }
 #sjm-page.logoutarea{
     padding-top:15px;
     padding-right:4px;
     float:right;
 }
 #sjm-page.logout
 {
     font-family:Arial, Sans-Serif;
     font-size:8px;
     color:#666;
     padding-left:14px;
     background-repeat:no-repeat;
     background-image:url(images/logout.gif);
 }
 #sjm-page .logout:link{
     color:#666;
 }
 #sjm-page .logout:hover{
     color:#2763a1;
     text-decoration:underline;
     background-image:url(images/logout_hover.gif);
 }
 #sjm-page .percent-bars, #sjm-page .percent-bars-full{
     margin-right:2px !important;
     width:4px;
     float:left;
 }
 #sjm-page .percent-bars{
     background-color:#17A99C;
 }
 #sjm-page .percent-bars-full{
     background-color:#1abb04;
 }
 #console{
     margin:30px auto 10px auto;
     padding:5px;
     color:#CCC;
     font-size:11px;
     width:750px;
     background-color:#333;
     border:1px #000 solid;
 }
 
 
 #jobDetailsOverlay, #criteriaOverlay, #referOverlay{
     display:none;
     position:absolute;
     *border:1px #C6C6C6 solid;
     background-color:#FFF;
     -moz-border-radius:5px;
     -webkit-border-radius:5px;
     border-radius:5px;
     -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.8);
     -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.8);
     box-shadow: 1px 1px 10px rgba(0,0,0,0.8);
 }
 #jobDetailsOverlay{
     margin-left:292px;
     width:500px;
 }
 #jobDetailsOverlay .jobcontent{
     padding:12px;
 }
 #jobDetailsOverlay .jobcontent .loadingtext{
     font-size:1.35em;
 }
 #jobDetailsOverlay .jobcontent .scrollingJobDesc{
     height: 350px;
     overflow-y:auto;
     overflow-x:hidden;
 }
 #jobDetailsOverlay .overlayarrow{
     position:absolute;
     top:16px;
     left:-16px;
 }
 #jobDetailsOverlay .close{
     position:absolute;
     top:10px; right:10px;
 }
 
 #editCriteriaBtn{
     cursor:pointer;
 }
 #criteriaOverlay{
     width:570px;
     left:50%;
     top:100px;
     margin-left:-285px;
 }
 #criteriaOverlay .criteriaContent{
     padding:12px;
 }
 #criteriaOverlay h3{
     font-size:13px;
 }
 #criteriaOverlay hr{
     border:0;
     height:1px;
     background:#ccc;
     margin:20px 0;
 }
 #criteriaOverlay #criteriaSliders{
     width:100%;
     margin: 15px 0 0 0;
 }
 #criteriaOverlay #criteriaSliders td{
     padding: 6px 0;
     vertical-align:middle;
     text-align:left;
 }
 #criteriaOverlay #criteriaSliders .sliderTitle{
     font-weight:bold;
     font-size:12px;
 }
 #criteriaOverlay #criteriaSliders .slider{
     width:410px;
 }
 #criteriaOverlay #criteria-workAmount, #criteriaOverlay #criteria-edAmount{
     width: 30px; padding:4px 0; display: block; background: #F4f4f4; border: 1px solid #ddd; text-align: center; vertical-align: middle; font-size: 13px; font-weight:bold;
 }
 #criteriaOverlay #criteria-workSlider, #criteriaOverlay #criteria-edSlider{
     width:95%;
 }
 #criteriaOverlay .buttons{
     margin-top:15px;
     text-align:center;
 }
 #criteriaOverlay #criteriaEditing table{
     margin: 8px 0;
     width:100%;
 }
 #criteriaOverlay #criteriaEditing td{
     padding:5px;
 }
 #criteriaOverlay #criteriaEditing .criteriaNode{
     padding: 1px 9px 2px 21px;
     background:#fff url(images/x_criteria.gif) no-repeat;
     cursor:pointer;
     color:#444;
 }
 #criteriaOverlay #criteriaEditing .inactive{
     background:#fff url(images/plus_criteria.gif) no-repeat;
     opacity:0.5;
     filter:alpha(opacity=50);
 }
 
 
 #referOverlay{
     width: 558px; height: 432px; top: 50%; margin-top: -216px; border-radius:7px !important; left: 50%; margin-left: -279px; display:none;
 }
 #referOverlay > div{ 
     padding:10px; 
 }
 #referOverlay #referClose { 
     float:right;
     padding: 7px 2px 7px 5px;
     margin-left:3px;
     cursor:pointer;
 }
 #referOverlay .loading{
     width:230px;
     margin:20px auto;
     font-weight:bold;
     font-size:13px;
 }
 #referOverlay .loading img{
     margin-right:6px;
 }
 #referOverlay #referContent{
     height:366px;
     overflow:auto;
 }
 #referOverlay #referContent .inactivewhite{
     color:#666 !important;
     font-family:Arial, Helvetica, Sans-Serif !important;
     font-size:8px !important;
     margin:0 0 0 6px;
     padding:.2em 1.2em .2em !important;
     position:relative;
     top:-2px;
 }
 #referOverlay #referContent .li_logo{
     background-image:url(images/li_logo_small.gif);
     background-repeat:no-repeat;
     background-position:right top;
 }
 #referOverlay #referContent table{
     width:100%;
     margin-top:10px;
 }
 #referOverlay #referContent td{
     vertical-align:top;
     padding:4px;
 }
 #referOverlay #referContent td.leftcol{
     width:100px;
     font-size:13px;
     font-weight:bold;
     text-align:right;
     vertical-align:middle;
 }
 #referOverlay #referContent td.rightcol{
     text-align:left;
     font-size:12px;
     vertical-align:middle;
 }
 #referOverlay #referContent td.rightcol textarea, #referOverlay #referContent td.rightcol input[type=text]{
     width:90%;
     font-size:13px;
     padding:5px;
     border: 1px solid #333;
     border-radius:5px;
     font-family: Arial, Helvetica, sans-serif;
 }
 #referOverlay #referContent td.rightcol textarea{
     height:100px;
 }
 #referOverlay #referContent .smalltext{
     font-size:10px;
     margin-top:3px;
 }
 
 #referOverlay .refercontent .scrollingJobDesc{
     height: 350px;
     overflow-y:auto;
     overflow-x:hidden;
 }
 
 #jobDetailsOverlay .close{
     position:absolute;
     top:10px; right:10px;
 }
 
 #breadcrumbs{
     background:#fff;
     border-radius:6px;
     -webkit-border-radius:6px;
     -moz-border-radius:6px;
     border: 1px solid #ddd;
     overflow:hidden;
     margin: 0 0 8px 0;
 }
 #breadcrumbs .crumb{
     line-height:26px;
     height:28px;
     padding:0 8px;
     background:#f4f4f4;
     position:relative;
     float:left;
     cursor:pointer;
 }
 #breadcrumbs .crumb .crumbarrow{
     position:absolute;
     top:0;
     right:-15px;
     background:url(images/breadcrumb_corner.gif) no-repeat;
     width:15px;
     height:28px;
 }
 #breadcrumbs .extra{
     padding-left:23px !important;
 }
 #breadcrumbs .first {
     border-top-left-radius: 6px;
     border-bottom-left-radius: 6px;
     -webkit-border-top-left-radius: 6px;
     -webkit-border-bottom-left-radius: 6px;
 }
 #breadcrumbs .crumb:hover, #breadcrumbs .active{
     background:#e9e9e9;
 }
 #breadcrumbs .crumb:hover .crumbarrow, #breadcrumbs .active .crumbarrow{
     background:url(images/breadcrumb_corner_active.gif) no-repeat;
 }
 .emailField{
     width:150px;
     height:25px;
     border:1px solid #aaa;
     border-radius:3px;
     -webkit-border-radius:3px;
     -moz-border-radius:3px;
     position:relative;
     top:2px;
     padding:0 3px;
     margin:0 2px 0 0;
 }
 
 
 .floatfix {
     clear:both;
 }
 
/******* END ********* sjm-page.cfm ************** END **************/


/********************* sjm-plugin.cfm **********************************/

/* BEGIN CSS RESET */

#sjm-root div, #sjm-root span, #sjm-root applet, #sjm-root object, #sjm-root iframe,
#sjm-root h1, #sjm-root h2, #sjm-root h3, #sjm-root h4, #sjm-root h5, #sjm-root h6, #sjm-root p, #sjm-root blockquote, #sjm-root pre,
#sjm-root a, #sjm-root abbr, #sjm-root acronym, #sjm-root address, #sjm-root big, #sjm-root cite, #sjm-root code,
#sjm-root del, #sjm-root dfn, #sjm-root em, #sjm-root font, #sjm-root img, #sjm-root ins, #sjm-root kbd, #sjm-root q, #sjm-root s, #sjm-root samp,
#sjm-root small, #sjm-root strike, #sjm-root strong, #sjm-root sub, #sjm-root sup, #sjm-root tt, #sjm-root var,
#sjm-root b, #sjm-root u, #sjm-root i, #sjm-root center,
#sjm-root dl, #sjm-root dt, #sjm-root dd, #sjm-root ol, #sjm-root ul, #sjm-root li,
#sjm-root fieldset, #sjm-root form, #sjm-root label, #sjm-root legend,
#sjm-root table, #sjm-root caption, #sjm-root tbody, #sjm-root tfoot, #sjm-root thead, #sjm-root tr, #sjm-root th, #sjm-root td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
        position:static;
        top:auto;
        left:auto;
        right:auto;
        bottom:auto;
        line-height:normal;
}

#sjm-root img{
    border:0;
    padding:0;
    margin:0;
}
#sjm-root ol,#sjm-root ul {
    list-style: none;
}
#sjm-root table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* END CSS RESET */
#sjm-root{
    position:relative;
    outline:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#000;
    text-align:left;
    text-transform:none;
}
#sjm-root a:link {
    color: #444444;
    text-decoration: none;
}
#sjm-root a:visited {
    text-decoration: none;
    color:#444444;
}
#sjm-root a:hover {
    text-decoration: underline;
}
#sjm-root a:active {
    text-decoration: none;
}
#sjm-root .area a{
    font-weight:normal;
}
#sjm-root .area{
    position:absolute;
    background-color:#FFF;
    font-size:11px;
    font-weight:normal;
    color:#666;
    bottom:0px;
    cursor:default;
    left:0;
    /*display:none;*/
    width:224px;
    padding:0;
    z-index: 9999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 2px 2px 7px rgba(0,0,0,.4);
    -webkit-box-shadow: 2px 2px 7px rgba(0,0,0,.4);
    box-shadow: 2px 2px 7px rgba(0,0,0,.4);
}
#sjm-root a.mainlink
{
    color:dimGray;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding:5px 0 5px 0;
    font-size:12px;
    line-height:normal;
}
#sjm-root a.mainlink:link, #sjm-root a.mainlink:active, #sjm-root a.mainlink:visited, #sjm-root a.mainlink:hover
{
    color:dimGray;
    text-decoration:none;
}
#sjm-root a.mainlink:hover, #sjm-root a.mainlink:active
{
    color:#639EC8;
}
#sjm-root a{
    text-decoration:none;
    margin:0;
    padding:0;
}
#sjm-root .scHeader{
    padding:12px;
}
#sjm-root .loginbtns img{
    margin: 5px;
    padding-left:25px;
}
#sjm-root p{
    margin: 10px 0;
}
#sjm-root .content{
    position:relative;
    padding:12px;
}
#sjm-root .content .loadingImg{
    margin-top:10px;
}
#sjm-root .picarea{
    height:auto;
}
#sjm-root .largertext{ 
font-size:12px; 
color:#639EC8; 
padding:0; 
margin:0; 
break-word:break-all;
min-height:50px;
}
#sjm-root .infoarea a{
    font-size:10px;
    font-weight:normal;
}
#sjm-root .infoarea ul{
    padding:0 0 0 28px;
    background-repeat:no-repeat;
    list-style:none;
	 position:relative;
    color:#333;
    margin:10px 0 2px 0;
}
#sjm-root .infoarea ul li{
    display:block;
    font-size:10px;
    font-weight:normal;
    margin:0;
    padding:6px 0 0 0;
    color:#000;
}
#sjm-root .tabs{
    padding:0;
}
#sjm-root .tabs li{
    float:left;
    width:112px;
    font-size:10px;
    font-weight:bold;
    text-align:center;
    margin:0;
    padding:10px 0;
    cursor:pointer;
    color:#639EC8;
    position:relative;
	border:0;
}
#sjm-root .tabs .active{
    background-color:#FFF;
    background-image:none;
}
#sjm-root .tabs .right{
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}
#sjm-root .tabs .left{
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
#sjm-root .tabs a{
    font-size: 10px;
    font-weight:bold;
}
#sjm-root .friendHeader b{
    font-size: 11px;
    color:#639EC8;
    font-weight:bold;
}
#sjm-root .progressBar {
    width: 140px;
    height:20px;
    background-color:#FFF;
    border: 1px #039 solid;
    margin:5px 0 5px 30px;
}
#sjm-root .loadingBar {
    width: 1px;
    height: 20px;
    background-color:#06C;
}
#sjm-root .loadingText {
    font-size:10px;
    color:#666;
    font-weight:normal;
    margin-top:5px;
    padding-left:30px;
}
#sjm-root .listedFriend{
    position:relative;
    margin-bottom:10px;
}
#sjm-root .listedFriend .shareBtnArea{
    position:relative;
    float:right;
}
#sjm-root #whitetxtshare{
    font-size:9px;
    color:#FFF;
    padding:2px 4px;
    border:1px solid #4C8D36;
}
#sjm-root .listedFriend .shareBtnArea a{
    color: #fff;
}
#sjm-root .listedFriend .friendlisttext{
    font-size:11px;
    font-weight:normal;
    color:#666;
    height:34px;
    /*width:160px;*/
}
#sjm-root .listedFriend .friendlisttext a{
    font-size:11px;
    font-weight:normal;
    color:#666;
}
#sjm-root .listedFriend .friendlisttext a:hover{
    text-decoration:underline;
}
#sjm-root .listedFriend b{
    font-size:11px;
    color:#333;
    font-weight:bold;
}
#sjm-root .listedFriend img{
    margin-right:6px;
    border:1px #999 solid;
}
#sjm-root .listedFriend .joblink{
    position:relative;
    top: 3px;
}
#sjm-root iframe{
    width:200px;
    border:0px #fff solid;
    height:60px;
    overflow:hidden;
}
#sjm-root .showmore{
    text-align:right;
    margin-top:7px;
    font-size:11px;
    font-weight:normal;
}
#sjm-root .showmore a
{
    color:#666;
    font-size:11px;
    font-weight:normal;
    display:block;
}
#sjm-root #liForm{
    width:200px;
    margin:2px 0 6px;
}
#sjm-root #liForm textarea{
    width:190px;
    height:50px;
    margin:3px 0 5px;
}
#sjm-root #liForm .button{
    float:right;
}
#sjm-root .floatfix{
    clear:both;
}
#sjm-root .button {
    display: inline-block;
    zoom: 1; /* ie7 hack */
    *display: inline; /* ie7 hack */
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight:bold;
    font-size:9px;
    padding: 2px 4px;
    line-height:150%;
    /*text-shadow: 0 -1px 1px rgba(0,0,0,.6);*/
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    /*
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0px 1px 0 rgba(255,255,255,0.4) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0px 1px 0 rgba(255,255,255,0.4) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.4), 0px 1px 0 rgba(255,255,255,0.4) inset;
	*/
}
#sjm-root .button:hover {
    text-decoration: none;
}
#sjm-root .mainColor {
    color: #FFFFFF !important;
    border: solid 1px #639EC8;
    background: #b24759;
    background: -webkit-gradient(linear, left top, left bottom, from(#b24759), to(#639EC8));
    background: -moz-linear-gradient(top,  #b24759,  #639EC8);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b24759', endColorstr='#639EC8');
}
#sjm-root .mainColor:hover {
    background: #e17d8e;
    background: -webkit-gradient(linear, left top, left bottom, from(#e17d8e), to(#639EC8));
    background: -moz-linear-gradient(top,  #e17d8e,  #639EC8);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e17d8e', endColorstr='#639EC8');
}
#sjm-root .mainColor:active {
    background: #407b37;
    background: -webkit-gradient(linear, left top, left bottom, from(#639EC8), to(#e17d8e));
    background: -moz-linear-gradient(top,  #639EC8,  #e17d8e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#639EC8', endColorstr='#e17d8e');
}
#sjm-root .white {
    color: #444444;
    border: solid 1px #b2b2b2;
    text-shadow: 0 -1px 1px rgba(255,255,255,.6);
    background: #f3f4f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f3f5), to(#e2e2e2));
    background: -moz-linear-gradient(top,  #f2f3f5,  #e2e2e2);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f3f5', endColorstr='#e2e2e2');
}
#sjm-root .white:hover {
    background: #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#d0d0d0));
    background: -moz-linear-gradient(top,  #FFFFFF,  #d0d0d0);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#d0d0d0');
}
#sjm-root .white:active {
    background: #f3f4f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#f3f4f6));
    background: -moz-linear-gradient(top,  #d0d0d0,  #f3f4f6);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#f3f4f6');
}
#sjm-root .percent-bars, .percent-bars-full {
margin-right: 2px !important;
width: 4px;
float: left;
}

#sjm-root .percent-bars {
background-color: #17A99C;
}


body.MODE_JOBS #loginbadge a,
body.MODE_JOBSI #loginbadge a{
	color : #79AADE;
}

body.MODE_JOBS #loginbadge ,
body.MODE_JOBSI #loginbadge {
	padding-top:20px;
}

body.MODE_JOBS #recommendationTitle ,
body.MODE_JOBSI #recommendationTitle {
	padding-top:10px;
	color:#85827D;
	font-weight:bold;
}
#sjm-message ,
 #sjm-message {
	font-family : Arial;
	font-size : 12px;
	border : 1px solid #C6C6C6;
}
 #sjm-message-msg ,
 #sjm-message-msg {
	width : 365px;
	height : 100px;
}

 #sjm-message-subj ,
 #sjm-message-subj {
	width : 365px;
}
/******* END ********* sjm-plugin.cfm ************** END **************/


/********************* tm-element.cfm **********************************/

	/* ************ _base ***************** */
	.tm-element {
		position : relative;
		margin-bottom: 0px !important; 
	}
	
	.ui-widget-header.tm-element-header {
		height:33px;
		background-image : none;
		background-color : white;
		border-bottom:0;
		clear:both;
	}
	.ui-widget-header.tm-element-header .title { 
		background-repeat: repeat-x;
		height:18px;
		line-height:18px;
		padding-left:1px;
		padding-top: 1px;
		white-space: nowrap;
		float:left;
	}
	.ui-widget-header.tm-element-header .title .text {
		font-size :13px;
		height:19px;
		color:#383838;
		padding-left:0;
	}
	
	.ui-widget-header.tm-element-header .title .ui-icon.ui-icon-triangle-1-s{
		float:left;
	}
	.ui-widget-header.tm-element-header .title .ui-icon.ui-icon-triangle-1-e{
		float:left;
	}
	
	.ui-widget-header.tm-element-header .option
	{
		float:right;
	}
	
	.ui-widget-header.tm-element-menu-header.ui-corner-bottom
	{
		background-color: #fff;
	}
	
	.ui-widget-header.tm-element-menu-header.ui-corner-bottom ul
	{
		height:auto;
	}
	
	.tm-element .tm-element-content-main
	{	
		width:100%;
		display: inline-block;
		overflow-x:auto;
		overflow-y:hidden;
		position:relative;
		padding:0 5px 5px 5px;
	}
	
	.ui-widget-content.tm-element-content 
	{
		border-top: none;
		border-bottom:#aaaaaa 1px solid;
		background-image : none;	
		background-color : #FFFFFF;
		clear:both;
	}
	
	.tm-element-footer {
		height : 16px;
	}
	.ui-widget-footer-closed {
		border-top : solid #AAA 1px;
	}
	
	
	/* _base : MENUS */
	.ui-widget-header.tm-element-menu-header {
		background-color:#EFEFEF;
		background-image:none;
		border:none;
	}
	
	.ui-widget-header.tm-element-menu-header ul
	{
		margin: 0; 
		padding: 0;
		list-style-type: none; 
		height:20px;
	}
	
	.ui-widget-header.tm-element-menu-header li
	{
		display:block;
		white-space:nowrap;
		float:left;
		border-right:1px solid white;
	}
	
	.ui-widget-header.tm-element-menu-header li.last
	{
		border-right:0px solid white;
		border-left:1px solid white;
		float:right;
	}
	
	.tm-element-menu-header li a
	{
		background-color:transparent;
		line-height:20px;
		font-size: 12px;
		padding: 0 10px;
		height: 20px;
	}
	
	
/******* END ********* tm-element.cfm ************** END **************/


/********************* jobguide.cfm **********************************/
/* Cartographie */
body.JOBGUIDE #tableMainContainer{
    width: 100%;
    table-layout: fixed;
}

body.JOBGUIDE #tableMainContainer .leftSection{
    width: 800px;
    vertical-align: top;
}
body.JOBGUIDE #tableMainContainer .centerSpace{
    width: 1px;
}
body.JOBGUIDE #tableMainContainer .rightSection{
    width: 300px;
    vertical-align: top;
    min-width: 200px;
}

body.JOBGUIDE #v6_arianne{
    border-bottom: none;
}

body.JOBGUIDE .divSpace{
    height: 9px;
}

body.JOBGUIDE .divSpaceFilter{
    height: 5px;
}
body.JOBGUIDE .titlebox{
    color: #383838;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 4px;
    padding-top: 5px;
    padding-left: 2px;
}

body.JOBGUIDE .filterbutton{
    margin-top: 0px !important;
    margin-bottom: 8px !important;
}

body.JOBGUIDE #TM_SEARCH_METIER_LBL{
    padding-top: 4px;
    padding-left: 7px;
}


body.JOBGUIDE .ui-widget-header{
    border: none;
}

body.JOBGUIDE #TM_SEARCH_METIER_FLD{
    width: 150px;
    height: 20px;
}

#JOBGUIDE_GLOBAL_CONTAINER .cartographieBox{
    min-height: 90px;
    padding-right: 1px;
    margin: 2px;
    float: left;
}

#JOBGUIDE_GLOBAL_CONTAINER .cartographieBox0{
    padding-right: 1px;
}

#JOBGUIDE_GLOBAL_CONTAINER .cartographieBox .TM-ELEMENT-WIDGET{
    background-color: yellow;
}

#JOBGUIDE_GLOBAL_CONTAINER .jobguide-element {
    height: 97px !important;
}
#JOBGUIDE_GLOBAL_CONTAINER .jobguide-element .title .textElement {
    left: 3px !important;
    width: 150px;
    text-transform: uppercase;
    overflow: hidden !important;
    height: 95px;
    text-align: center;
    color: black;
    font-weight: bold;
}
#JOBGUIDE_GLOBAL_CONTAINER .jobguide-element .title{
    white-space:normal !important;
    display: table-cell;
    vertical-align: middle;
    height: 95px !important;
    padding-top: 4px;
    line-height: 17px !important;
}

#JOBGUIDE_GLOBAL_CONTAINER .tm-element-footer {
    height: 10px !important;
}

#JOBGUIDE_GLOBAL_CONTAINER span.jobtypeitem {
    cursor: pointer;
    cursor: hand;
}

#JOBGUIDE_GLOBAL_CONTAINER #JOBGUIDE_MIDDLE{
    position: relative; 
    overflow: scroll; 
    height: 600px;
}
#rightFonctionAffiche .fonctionaffichebox{
    height: 110px;
}

#rightFonctionAffiche .picAffiche{
    padding: 5px;
    float: left;
}

#rightFonctionAffiche .imgAffiche{
    height: 80px;
    width: 80px;
}
#rightFonctionAffiche .FonctionAfficheTitle{
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 26px;
    overflow: hidden;
}

#rightFonctionAffiche .fonctionAfficheProfile{
    font-size: 16px;
    font-weight: bold;
    color: #FF7D27;
    height: 60px;
    overflow: hidden;
}

#rightFonctionAffiche .fonctionAfficheLink{
    text-align: center;
}

#rightFonctionAffiche .fonction-next {
    position: absolute;
    right: 0;
    top: 100px;
}

body.JOBGUIDE #leftcartographie{
    position: relative;
}

body.JOBGUIDE #linkOpenCartographie, body.JOBGUIDE #linkCloseCartographie{
    right: 8px;
    top: 7px;
    position: absolute;
}


/* Fiche de poste*/
#JOBGUIDE_FICHE .jobtile{
    color: #363636;
    font-size: 20px;
    font-weight: lighter;
    line-height: 35px;
    letter-spacing: -1px;
}

#JOBGUIDE_FICHE .sectiontitle{
    color: #363636;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

#JOBGUIDE_FICHE #tableMain{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

#JOBGUIDE_FICHE #tableMain .leftSection{
    vertical-align: top;
    padding-right: 10px;
}
#JOBGUIDE_FICHE #tableMain .centerSpace{
    width:1px;
    background-color: #DCDCDC;
}
#JOBGUIDE_FICHE #tableMain .rightSection{
    vertical-align: top;
    padding-left: 5px;
    padding-bottom: 3px;
}

#JOBGUIDE_FICHE .sectionlabel {
    white-space: normal;
    margin-left: 10px;
    padding-left: 3px;
}

#JOBGUIDE_FICHE .sectionlabel li {
    margin-bottom: 3px;
}

#JOBGUIDE_FICHE span.jobtypeitem {
    cursor: pointer;
    cursor: hand;
}

#JOBGUIDE_FICHE div.jobtypedescr {
    visibility: hidden;
    display: none;
    color: dimgray;
}

#JOB_GUIDE_INDICATEUR .toolbar-indicateur {
    float:right;
    padding-right:10px;
}

#JOB_GUIDE_INDICATEUR .ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

#JOB_GUIDE_INDICATEUR .ui-widget-header{
    border: none;
    background: transparent;
}

#JOB_GUIDE_INDICATEUR #tab-indicateur{
    width:100%;
}

#JOB_GUIDE_INDICATEUR .div-indicateur-graph-title{
    font-size:16px;
}

#JOB_GUIDE_INDICATEUR .div-indicateur-graph{
    padding-top: 5px;
    padding-bottom: 5px;
}

#JOB_GUIDE_INDICATEUR .div-indicateur-graph .graph{
    padding-top: 10px;
    padding-bottom: 5px;
}

.tm-element-popup .cartographieBox .cartographieButton {
    display: none;
}

.tm-element-popup .cartographieBox .tm-element-header {
    border: none;
}

#HOMEPAGE_GLOBAL_CONTAINER .cartographieButton {
    float: right;
}

/******* END ********** jobguide.cfm ************** END **************/



/*************************************************************************************************************************************************************************************/

/*************************************************************************************************************************************************************************************/

/********************* catalog_scroll.cfm **********************************/
body.CATALOG_SCROLL #v6_headermenu #JOBSEARCH span.reMiniloupe{
    padding-top : 3px;
    padding-right :20px;
    height : 17px;
    border-top : #000000 1px solid;
    border-bottom : #000000 1px solid;
    border-right : #000000 1px solid;
    border-left : #000000 1px solid;
    z-index : 30;
  }
  
  body.CATALOG_SCROLL #outputMainContainer {
    width: 950px;
    padding-top:9px;
  }
  body.CATALOG_SCROLL #outputContentLeft{
    width: 712px;
    top: auto;
    left: auto;
  }
  
  body.CATALOG_SCROLL .boxButton{
    height: 22px;
    margin: 0 !important;
    width: auto !important;
  }
  
  body.CATALOG_SCROLL .ctg-picture-thumb{
    width:90px;
  }
  
  body.CATALOG_SCROLL #outputContentRight{
    width: 228px;
  }
  
  body.CATALOG_SCROLL #outputContent img {
    height: auto;
    padding: 0 15px 10px 0;
  }
  
  body.CATALOG_SCROLL .boxRight{
    padding: 10px;
    border:1px solid #aaaaaa;
  }
  
  body.CATALOG_SCROLL .news-single{
    padding-bottom:0px;
  }
  
  body.CATALOG_SCROLL .titleBox{
    color: #383838;
    font-size: 13px;
    font-weight:bold;
    margin: 0 0 4px;
  }
  
  
  
  
  body.CATALOG_SCROLL .divSpace{
    height:9px;
  }
  
  body.CATALOG_SCROLL #CTG_CATALOG_SCROLL_NAME {
    height: auto;
  }
  
  
  body.CATALOG_SCROLL #tabSpecFiles ul li{ text-indent:-10px; }
  
  
  
  /* pour avoir la ligne en haut du titre de la page */
  body.CATALOG_SCROLL #v6_arianne {
    background-color:#FFFFFF;
    border-bottom:1px solid #CCCCCC;
  }
  
  
  body.CATALOG_SCROLL .ctg-picture-caroussel {
    width:220px !important;
    height:150px;
    border-top:#B7B7B7 1px solid;
    border-bottom:#B7B7B7 1px solid;
    border-right:#B7B7B7 1px solid;
    border-left:#B7B7B7 1px solid;
  }
  
  body.CATALOG_SCROLL .carouselcoursename{
    height:42px;
    width:230px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color:#7C7C7C;
  }
  
  body.CATALOG_SCROLL .carouselcoursename a:hover{
    color:#6180d6;
  }
  
  body.CATALOG_SCROLL .carouseldiffusionMode{
    color:#0E2F5E;
    font-size: 11px;
    font-family: Arial;
    width:230px;
  }
  body.CATALOG_SCROLL .carouseldescription{
      color:#000000;
    width:230px;
    font-size: 10px;
    font-family: Arial;
  }
  
  body.CATALOG_SCROLL span.specfilepuce{
    color:#006990;
  }
  
  UL.TM_LISTING_SPEC_FILE{
    margin: 0px 0px 2px;
    padding-left:20px;
    list-style-type:none;
  }
  
  
  body.CATALOG_SCROLL .CTG_CATALOG_SCROLL_TOP10_TD {
    padding: 0 10px 10px !important
  }
  
  body.CATALOG_SCROLL .ui-clearable {
    clear: both;
  
  }
  
  body.CATALOG_SCROLL #outputContent H1.TM_titlePage {
    color: #0E2F5E;
    font-family: Arial;
    font-size: 14px;
    padding:0px;
  }
  
  body.CATALOG_SCROLL .diffusionMode.ui-floatable {
    font-size: 11px;
    font-weight: bold;
  }
  
  body.CATALOG_SCROLL #tabSearchByTags {
    padding-left:1px;
    padding-bottom: 0px;
  }
  
  body.CATALOG_SCROLL #tabSearchByTags .titleBox, body.CATALOG_SCROLL #tabMostViewed .titleBox {
    padding-top:5px;
    padding-left:2px;
  }
  
  body.CATALOG_SCROLL #outputMainContainer .news-table .news-header{
    padding:0px;
  }
  
  body.CATALOG_SCROLL #outputMainContainer H1.TM_titlePage{
    line-height:14px;
  }
  
  body.CATALOG_SCROLL #outputMainContainer #tabMostViewed, body.CATALOG_SCROLL #outputMainContainer #tabSearchByTags  {
    background-color:#f8f8f8;
  }
  
  /*
  jqcloud
  */
  div.jqcloud {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  line-height: normal;
  }
  
  div.jqcloud a {
  font-size: inherit;
  text-decoration: none;
  }
  
  div.jqcloud span.w10 { font-size: 230%; }
  div.jqcloud span.w9 { font-size: 220%; }
  div.jqcloud span.w8 { font-size: 190%; }
  div.jqcloud span.w7 { font-size: 185%; }
  div.jqcloud span.w6 { font-size: 175%; }
  div.jqcloud span.w5 { font-size: 160%; }
  div.jqcloud span.w4 { font-size: 140%; }
  div.jqcloud span.w3 { font-size: 120%; }
  div.jqcloud span.w2 { font-size: 115%; }
  div.jqcloud span.w1 { font-size: 100%; }
  
  /* colors */
  
  div.jqcloud { color: #09f; font-family: Arial; }
  div.jqcloud a { color: inherit; }
  div.jqcloud a:hover { color: #0F284B; }
  div.jqcloud a:hover { color: #0F284B; }
  div.jqcloud span.w10 { color: #0F284B; }
  div.jqcloud span.w9 { color: #0F284B; }
  div.jqcloud span.w8 { color: #0F284B; }
  div.jqcloud span.w7 { color: #0F284B; }
  div.jqcloud span.w6 { color: #0F284B; }
  div.jqcloud span.w5 { color: #0F284B; }
  div.jqcloud span.w4 { color: #0F284B; }
  div.jqcloud span.w3 { color: #0F284B; }
  div.jqcloud span.w2 { color: #0F284B; }
  div.jqcloud span.w1 { color: #0F284B; }
  
  /* layout */
  
  div.jqcloud {
  overflow: hidden;
  position: relative;
  }
  
  div.jqcloud span { padding: 0; }
  
  
  /*
  ______________________________________________________________________________________________________________
  //¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
    HOMEPAGE EMPLOYEE
  \\_____________________________________________________________________________________________________________//
  ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  */
  body.EMPLOYEE_HOMEPAGE .clsWelcome {
    font-size:20px;
    font-weight:bold;
    padding-bottom:4px;
    line-height:16px;
  }
  
  body.EMPLOYEE_HOMEPAGE .clsInfo{
    font-size:12px;
    font-weight:bold;
  }
  
  body.EMPLOYEE_HOMEPAGE .clsNormal{
    font-size:10px;
  }
  
  body.EMPLOYEE_HOMEPAGE #infoEmp{
    background-color:#ffffff;
  
  }
  body.EMPLOYEE_HOMEPAGE .subheader{
    color:#a4a4a4;
    font-size:20px;
    font-weight:bold;
    padding-top:10px;
  }
  
  body.EMPLOYEE_HOMEPAGE #leftCol{
    float:left;
    left:10px;
    width:69%;
  }
  body.EMPLOYEE_HOMEPAGE  #rightcol{
    float:right;
    right:10px;
    width:30%;
  }
  body.EMPLOYEE_HOMEPAGE .tmpclear{ clear:both;}
  
  
  body.EMPLOYEE_HOMEPAGE .clsSection{
    padding:8px;
    border:1px solid #DFDFDF;
  }
  
  body.EMPLOYEE_HOMEPAGE #photo{
    float:left;
    margin-right:5px;
  }
  body.EMPLOYEE_HOMEPAGE #MessageContentShowall, body.EMPLOYEE_HOMEPAGE #careerpathShowall{
    padding-top: 15px;
    padding-right: 5px;
  }
  
  body.EMPLOYEE_HOMEPAGE #mails, #todoemp, #catalog, #careerpath{
    border:1px solid #DFDFDF;
    padding-left:10px;
    padding-bottom:10px;
    padding-right:10px;
  }
  
  body.EMPLOYEE_HOMEPAGE .learningactivitypicture{
    border-top:#B7B7B7 1px solid;
    border-bottom:#B7B7B7 1px solid;
    border-right:#B7B7B7 1px solid;
    border-left:#B7B7B7 1px solid;
    margin-right:5px;
  }
  
  body.EMPLOYEE_HOMEPAGE .learningactivitycoursename{
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color:#7C7C7C;
  }
  
  body.EMPLOYEE_HOMEPAGE .learningactivitycoursename a{
    color:#7C7C7C;
  }
  
  body.EMPLOYEE_HOMEPAGE .learningactivitycoursename a:hover{
    color:#6180d6;
  }
  
  body.EMPLOYEE_HOMEPAGE .learningactivitycoursedesc{
    color:#000000;
    font-size: 10px;
    font-family: Arial;
  }
  
  body.EMPLOYEE_HOMEPAGE .divSpace{
    height:12px;
  }
  
  body.EMPLOYEE_HOMEPAGE .clsMsgFrom{
    font-size: 9px;
    color: #0E2F5E;
  }
  body.EMPLOYEE_HOMEPAGE .clsMsgFromDate{
    color: #7C7C7C;
  }
  body.EMPLOYEE_HOMEPAGE .clsMailSubject a{
    color: #000000;
  }
  
  body.EMPLOYEE_HOMEPAGE .clsMailSubject a:hover{
    color:#6180d6;
  }
  body.EMPLOYEE_HOMEPAGE .clsMailContent a{
    font-size:10px;
    color: #000000;
  }
  
  body.EMPLOYEE_HOMEPAGE .clsMailContent a:hover{
    color:#6180d6;
  }
  
  body.EMPLOYEE_HOMEPAGE #trainingHeader, #goalsHeader{
    color: #0E2F5E;
  }
  
  
  body.EMPLOYEE_HOMEPAGE TABLE.tblGen TR.tblStripingOdd TD{
    background-color : transparent;
  }
  
  body.EMPLOYEE_HOMEPAGE TABLE.tblGen TR.tblStripingEven TD{
    background-color : transparent;
  }
  
  body.EMPLOYEE_HOMEPAGE .news-details-float{
    padding-right:15px;
  }
  
  body.EMPLOYEE_HOMEPAGE .news-table{
    padding-left: 10px; padding-top: 10px;
  }
  
  body.EMPLOYEE_HOMEPAGE .news-header{
    padding-top: 10px;
  }
  
  
  body.EMPLOYEE_HOMEPAGE #catalogNewHeader{
    color:#a4a4a4;
    font-size:13px;
    font-weight:bold;
  }
  
  body.EMPLOYEE_HOMEPAGE .boxButton{
    padding-top:0px;
    padding-bottom:0px;
  }
  
  body.EMPLOYEE_HOMEPAGE span.specfilepuce{
    color:#6180d6;
  }
  
  body.EMPLOYEE_HOMEPAGE .learningactivitydiffusion{
    color:#0E2F5E;
    font-size: 11px;
    font-family: Arial;
  }
  
  body.EMPLOYEE_HOMEPAGE #newEmployee{
    padding:0px;
  }
  
  body.EMPLOYEE_HOMEPAGE .trainingModif, .trainingComment, .trainingSession{
    width:1%
  }
  
  body.EMPLOYEE_HOMEPAGE .news-next{
    right:13px;
  }
  
  body.EMPLOYEE_HOMEPAGE .clsGoalPercent{
    background-color:#D2D2D2;
    padding-left:3px;
    padding-right:3px;
  }
  
  /* resultat de recherche */
  #tblResults .learningactivitypicture{
    width:92px;
    border: 1px;
    border-color:#D2D2D2;
    margin-right:5px;
  }
  #tblResults .ctg-picture-thumb{
    width:92px !important;
    border: 1px;
    border-color:#D2D2D2;
  }
  
  #tblResults .learningactivitycoursedesc{
    font-family: Arial;
    font-size: 10px;
    line-height:18px;
  }
  
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_CURRICULUM UL UL{
    display:block;
    visibility:visible;
    background-color: white;
    width:100%;
  }
  
  #RESULT_CATALOG_SCROOL{
    border:#B7B7B7 1px solid;
  }
  
  
  #RESULT_CATALOG_SCROOL .search_keyword_option_label{
    padding-top: 4px;
    font-family: Arial;
    font-size: 12px;
  }
  
  #RESULT_CATALOG_SCROOL .divSpace{
    height:8px;
  }
  
  #RESULT_CATALOG_SCROOL .divSpaceFilter{
    height:4px;
  }
  #RESULT_CATALOG_SCROOL .titleBox{
    color: #383838;
    font-size: 13px;
    font-weight:bold;
    margin: 0 0 4px;
  }
  
  
  
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_OPTION{
    padding-top:5px;
    padding-left:5px;
  }
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_KEYWORD_OPTION{
    padding-left:2px;
  }
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_CURRICULUM {
    font-size: 12px;
    font-weight: normal;
    color:#0E2F5E;
  }
  
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_OTHER {
    padding:5px;
  }
  
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_OTHER .ui-button {
    width:200px;
    text-align:left;
  }
  
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_OTHER .ui-icon {
    left:95%;
  }
  
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_OTHER .ui-icon-wrench {
    background-position: -65px -16px
  }
  
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_KEYWORD button.ui-state-default{
    border:#FFFFFF;
  }
  
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_CURRICULUM ul.TM_CTG_LISTING li.HAS_CHILD_NODE_OPEN{
    line-height: 18px;
  }
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_CURRICULUM ul.TM_CTG_LISTING li.HAS_CHILD_NODE_CLOSE{
    line-height: 18px;
  }
  
  
  
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_CURRICULUM ul.TM_CTG_LISTING li.HAS_CHILD_NODE_CLOSE a:hover{
    color:#6180d6;
    background-color: white;
  }
  
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_CURRICULUM ul.TM_CTG_LISTING li.CHILD_NODE_NONE a:hover{
    color:#6180d6;
  }
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_CURRICULUM ul.TM_CTG_LISTING li.CHILD_NODE_NONE{
    padding-left:0px;
  }
  
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_CURRICULUM ul.TM_CTG_LISTING{
    border-top:none;
  }
  
  
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_CURRICULUM .ctg-filter-header{
    color: #383838;
    font-size: 13px;
    font-weight: bold;
    padding-left:5px;
    padding-top:5px;
  }
  
  #RESULT_CATALOG_SCROOL #CTG_SCROOL_SEARCH_BY_CURRICULUM a{
    padding-left: 15px;
  }
  
  
  
  
  #RESULT_CATALOG_SCROOL #fldKeywords {
    border: 1px solid #7E9DB9 !important;
  }
  
  /* fiche de cours*/
  
  body.CATALOG_FICHE #outputContentLeft{
    width: 100%;
  }
  
  body.CATALOG_FICHE #leftCol{
    float:left;
    left:10px;
    width:80%;
  }
  body.CATALOG_FICHE  #rightcol{
    float:right;
    right:10px;
    width:18%;
  }
  
  
  body.CATALOG_FICHE .divSpace{
    height:12px;
  }
  
  body.CATALOG_FICHE  #coursegeneralinfo{
    min-height: 150px;
    overflow: hidden;
    padding: 17px;
  }
  
  body.CATALOG_FICHE  #coursediffusionmodes{
    color: #0E2F5E;
    font-size: 14px;
    font-family: Arial;
    margin-bottom:8px;
  }
  
  body.CATALOG_FICHE .learningactivitycoursedesc{
     font-size: 14px;
     line-height:18px;
    color:#7C7C7C;
  }
  
  body.CATALOG_FICHE .learningactivitycourseprice{
     font-size: 14px;
     line-height:16px;
  }
  
  body.CATALOG_FICHE #activitycoursedesc{
    padding-top:5px;
  }
  
  body.CATALOG_FICHE .learningactivitycoursename{
    font-size: 25px;
    font-family: Arial;
    font-weight: bold;
    color:#7C7C7C;
    padding-bottom:5px;
  }
  body.CATALOG_FICHE .ttlHeader{
    color:#a4a4a4;
    font-size:20px;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
  }
  
  
  body.CATALOG_FICHE #courseoutil{
    padding-top:5px;
  }
  
  body.CATALOG_FICHE #courseoutillink{
    padding-left:11px;
  }
  
  body.CATALOG_FICHE #courseoutillink ul.TM_titlePage-Link{
    margin-bottom: 0px;
  }
  body.CATALOG_FICHE #courseoutillink ul.v6_link_zone > li{
    width: 211px;
    text-align: center;
    float: none;
  }
  
  body.CATALOG_FICHE #CTG_COURSE_DESC_DETAIL {
    width:auto;
  }
  body.CATALOG_FICHE #leftCol .ctg-picture {
    border-color: #B7B7B7;
    border-style: solid;
    border-width: 1px;
    display: block;
    margin-right: 20px;
    width: 250px;
  }
  body.CATALOG_FICHE #course_info, body.CATALOG_FICHE #courseoutil {
    width:234px;
    padding-bottom:10px;
  }
  body.CATALOG_FICHE .tn_session_periods {
    width:100%;
  }
  body.CATALOG_FICHE .tn_session_periods_th_date{
    width:30%;
    border-top:#B7B7B7 1px solid !important;
    border-left:#B7B7B7 1px solid !important;
    border-bottom:#B7B7B7 1px solid !important;
  }
  body.CATALOG_FICHE .tn_session_periods_th_heure {
    width:30%;
    border-top:#B7B7B7 1px solid !important;
    border-bottom:#B7B7B7 1px solid !important;
  }
  body.CATALOG_FICHE .tn_session_periods_th_salle {
    border-top:#B7B7B7 1px solid !important;
    border-right:#B7B7B7 1px solid !important;
    border-bottom:#B7B7B7 1px solid !important;
  }
  
  body.CATALOG_FICHE .tn_session_periods_td_date{
    border-left:#B7B7B7 1px solid !important;
    border-bottom:#B7B7B7 1px solid !important;
  }
  body.CATALOG_FICHE .tn_session_periods_td_heure {
    border-bottom:#B7B7B7 1px solid !important;
  }
  body.CATALOG_FICHE .tn_session_periods_td_salle {
    border-right:#B7B7B7 1px solid !important;
    border-bottom:#B7B7B7 1px solid !important;
  }
  
  
  body.CATALOG_FICHE .tn_session_periods th   {
    background-color:rgb(248,248,248);
    border:0px
  }
  
  body.CATALOG_FICHE .ctg-info-block   {
    padding-top:5px;
    background-color:transparent;
  }
  
  body.CATALOG_FICHE .tn_session_periods td   {
    background-color:#FFFFFF;
    border:0px
  }
  
  body.CATALOG_FICHE #CTG_COURSE_DESC_DETAIL .ui-accordion-header {
    margin-top:10px;
    font-size: 14px;
    color:#0E2F5E;
    font-family: Arial;
    font-weight: bold;
  }
  
  
  body.CATALOG_FICHE .ui-state-default{
    background : none;
  
  }
  
  
  body.CATALOG_FICHE #CTG_COURSE_DESC_DETAIL .ui-accordion .ui-accordion-content {
    padding: 0em 2.5em 2em;
  }
  
  body.CATALOG_FICHE #CTG_COURSE_DESC_DETAIL .ui-state-active, body.CATALOG_FICHE #CTG_COURSE_DESC_DETAIL .ui-state-default, body.CATALOG_FICHE #CTG_COURSE_DESC_DETAIL .ui-widget-content{
    border:0px;
  }
  
  body.CATALOG_FICHE #CTG_COURSE_DESC_DETAIL .ui-accordion .ui-accordion-content-active {
    min-height: 60px !important;
    display: block;
  }
  
  
  body.CATALOG_FICHE .pointille{
    width: 234px;
  }
  body.CATALOG_FICHE #ttlcourseoutillink{
    padding-left:10px;
  }
  
  body.CATALOG_FICHE .tblGen{
    background-color:#FFFFFF;
  }
  
  body.CATALOG_FICHE .bigheader2{
    background-color:#F8F8F8
  }
  
  body.CATALOG_FICHE #tabviewcalendar{
    width:222px;
  }
  
  body.CATALOG_FICHE #intMonthSelected, body.CATALOG_FICHE  #intYearSelected{
    background-color:#B0AEAE;
  }
  
  body.CATALOG_FICHE #intMonthSelected > option, body.CATALOG_FICHE  #intYearSelected > option{
    background-color:#FFFFFF;
  }
  
  body.CATALOG_FICHE #div-calendar-right{
    position: absolute;
    right:30px;
    border-color:#B7B7B7;
    border-style:solid;
    border-width:1px;
  }
  
  body.CATALOG_FICHE .dayofweek{
    text-align:center;
    background-color:#FFFFFF;
  }
  
  body.CATALOG_FICHE .tab-calendar-info{
    padding-right:220px;
  }
  
  body.CATALOG_FICHE .linkBlack{
    text-decoration:none;
    font-size:11px;
    font-weight:normal;
    color:#000000;
    padding:5px;
  }
  
  body.CATALOG_FICHE .header4 {
    background-color:#FFFFFF;
    color:rgb(0,0,0);
    font-size:11px;
  }
  
  body.CATALOG_FICHE #CTG_COURSE_DESC_DETAIL .dayhasevent {
    color:#0E2F5E;
    text-decoration:none;
    background-color:#D0D0D0;
  }
  
  body.CATALOG_FICHE .calendarlink {
    color:#000000;
    font-size:11px;
    font-weight:bold;
    background-color:#FFFFFF;
  }
  
  body.CATALOG_FICHE #CTG_COURSE_DESC_DETAIL .ui-accordion .ui-accordion-content-active {
    min-height:60px !important;
    display:block;
    overflow:hidden;
  }
  
  body.CATALOG_FICHE input[type="text"], body.CATALOG_FICHE input[type="file"], body.CATALOG_FICHE input[type="password"], body.CATALOG_FICHE select, body.CATALOG_FICHE textarea {
    border:1px solid #B0AEAE;
  }
  
  body.CATALOG_FICHE .weekCalendar-weekend{
    background-color:#FFFFFF;
  }
  
  body.CATALOG_FICHE #dayhaseventcalender{
    background-color: #D0D0D0;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border:#0E2F5E 1px solid;
  }
  body.CATALOG_FICHE .calendarstatusperiod{
    color: #0E2F5E;
  }
  
  body.CATALOG_FICHE .calendarstatusperiodhours{
    padding-left:15px;
    padding-top:5px;
  }
  
  body.CATALOG_FICHE #CTG_CALENDAR{
    background-image: none !important;
  }
  
  
  
  /* fin Fiche de cours */
  
  /* debut salle de cours */
  
  #classroomOutputContent .classroomactivitypicture{
    margin-right:5px;
  }
  
  #classroomOutputContent #leftCol .ctg-picture {
    border-color: #B7B7B7;
    border-style: solid;
    border-width: 1px;
    display: block;
    margin-right: 20px;
    width: 250px;
  }
  
  #classroomOutputContent #classroomdiffusionmodes{
    color: #0073b2;
    font-size: 14px;
    font-family: Arial;
    margin-bottom:8px;
  }
  
  #classroomOutputContent .classroomcoursename{
    font-size: 25px;
    font-family: Arial;
    font-weight: bold;
    color:#7C7C7C;
    padding-bottom:8px;
  }
  
  
  #classroomOutputContent #classroomdescriptionId{
    padding-top:5px;
  }
  #classroomOutputContent .classroomdescriptiondesc{
     font-size: 14px;
     line-height:18px;
  }
  
  
  #classroomOutputContent{
    width:100%;
  }
  
  #classroomOutputContent #leftCol{
    float:left;
    left:10px;
    width:80%;
  }
  #classroomOutputContent  #rightcol{
    float:right;
    right:10px;
    width:18%;
  }
  
  #classroomOutputContent #rightcoloption{
    width:234px;
    border:1px solid #aaaaaa;
  }
  
  #classroomOutputContent .classroomrightsection{
    padding-top:5px;
    padding-left:10px;
    padding-bottom:10px;
    padding-right:10px;
  }
  
  #classroomOutputContent #classroomoutillink{
    text-align: center;
  }
  
  #classroomOutputContent .classroomrightboxNextElement{
    border-top:1px solid #aaaaaa;
  }
  #classroomOutputContent .subheader{
    color:#a4a4a4;
    font-size:20px;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:10px;
  }
  
  #classroomOutputContent #courseoutillink{
    padding-left:40px;
  }
  
  #classroomOutputContent #coursesList .coursListBox{
    margin:0px;
  }
  
  #classroomOutputContent .sessioncomment, .coursListBox.ui-clearable{
    font-size:14px;
    line-height: 18px;
  }
  
  
  #classroomOutputContent .tm-element-menu-header.ui-widget-header{
    background-color:#f8f8f8;
  }
  
  #classroomOutputContent .tm-element-menu-header.ui-widget-header a{
    height:auto;
    color:#000000;
  }
  
  #classroomOutputContent .tm-element-menu-header.ui-widget-header a:hover{
    background-color:#d9d9d9;
  }
  
  #classroomOutputContent .tm-element-menu-header.ui-widget-header li:hover{
    background-color:#d9d9d9;
  }
  
  #classroomOutputContent .tm-element-menu-header.ui-widget-header ul{
    height:auto;
  }
  
  
  #classroomOutputContent #classroomAnnoncelink .news-message{
    padding:0px;
  }
  
  #classroomOutputContent #classroomAnnoncelink .news-single{
    padding:0px;
  }
  
  #classroomOutputContent #classroomAnnoncelink table{
    border-spacing: 0px;
    border-collapse: collapse;
  }
  
  #classroomOutputContent #coursesList .inscriptionaction{
    margin-right:0px;
  }
  
  #classroomOutputContent #classroomToolsTabs ul{
    border-left:1px solid #b7b7b7;
    border-right:1px solid #b7b7b7;
    border-bottom:1px solid #b7b7b7;
  }
  #classroomOutputContent #coursesList #classroomToolsTabs{
    height:31px;
  }
  
  #courseinfo_event .showmore{
    color: #9b9b9b;
    font-size:10px;
    letter-spacing:2px;
    text-transform:uppercase;
  }
  
  #courseinfo_event .showmore img{
    border:0px
  }
  
  
  
  #leftCol .ui-tn-widget-li-selected{
    background-color:#d9d9d9;
  }
  
  #leftCol .ui-tn-widget-li-selected a{
    color:#000000 !important;
  }
  
  #leftCol .ui-tn-widget-li{
    border-right:1px solid #aaaaaa;
    padding-right:0px;
    padding-bottom:6px;
  }
  
  #leftCol .ui-tabs-nav A {
    background : transparent;
    padding-right:0px;
  }
  
  #leftCol .ui-tabs-nav A SPAN {
    background : transparent;
    padding-top:0px;
    padding-left:3px;
    line-height:20px;
  }
  
  #bufContent #frmClassroom .news-scroller{
    padding-bottom:0px;
  }
  
  #bufContent #frmClassroom .news-single{
    padding-bottom:0px;
  }
  
  #bufContent #divUsers{
    background-color:#f8f8f8;
    margin-left:10px;
    padding:5px;
    min-height:370px;
    width:225px;
  }
  
  /* fin salle de cours */
  
  .borderbox{
    border:1px solid #B7B7B7;
  }
  
  .newsH1{
  font-weight:bold;
  font-size:32px;
  }
  .newsH2{
  font-weight:bold;
  font-size:24px;
  }
  .newsH3{
  font-weight:bold;
  font-size:18px;
  }
  .newsH4{
  font-weight:bold;
  font-size:16px;
  }
  .newsH5{
  font-weight:bold;
  font-size:13px;
  }
  .newsH6{
  font-weight:bold;
  font-size:10px;
	}
	
	.btnDelete {
  	color: rgba(0,0,0,.54);
  	border-radius:24px;
		padding:4px;
		margin-top: 40px;
  }
  .btnDelete:hover {
  	color: rgba(0,0,0,.54);
  	background-color:#EBEBEB;
	}
	.btnDelete:focus,
	.btnDelete:active {
  	background-color:#E0E0E0;
  }

/******* END ********** catalog_scroll.cfm ************** END **************/





/********************* guidemetier.cfm **********************************/
body.PDF_1 .menu00{
	font-weight: bold;
}

body.PDF_1 .menu01{
	text-decoration : underline;
	font-weight: bold;
}

#DefinitionDefaut{
	border: 1px solid silver;
	padding-left: 5px;
	background-color: #FFECC4;
}


.Definition{
	border: 1px solid silver;
	padding-left: 5px;
	background-color: #FFECC4;
	margin:50px 20px;
}

ul.menuvert{
	list-style:none; 
	margin:0px; 
	padding:0px;
}
ul.menuvert li{
	display:inline; 
	border-left:solid 1px #009467; 
	padding:0px 10px 0px 10px; 
	margin:0px;
}

#TtlDomaineEmploi {
	color: #009467;
	text-decoration: none;
	font-family: verdana;
	font-size: 11pt;
	font-style : normal;
	font-weight: bold;
}

.guideListe{
	padding:20px 0px 20px 20px;
}

.Definition h2{
	font-size:12pt;
}
.Definition p{
	font-weight:normal; 
	line-height:13pt;
}

ul.responsabilites li{
	border-bottom: solid 1px #009467; 
	line-height: 11pt; 
	padding: 5px; 
	margin: 0px;
}

#TABLE_LEFT_MENU_TD_CONTENT{
	width: 100%;
}
/******* END ********** guidemetier.cfm ************** END **************/






/******************************************************************************************/
/*********************************** FONT ****************************************/
/******************************************************************************************/
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
 @font-face {
    font-family: 'FontAwesome';
    src: url("../font/fontawesome-webfont.eot?v=3.2.1");
    src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"),
        url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"),
        url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"),
        url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../font/montserrat-bold-webfont.eot");
    src: url("../font/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/montserrat-bold-webfont.woff") format("woff"), url("../font/montserrat-bold-webfont.ttf") format("truetype"), url("../font/montserrat-bold-webfont.svg#montserratbold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../font/montserrat-regular-webfont.eot");
    src: url("../font/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/montserrat-regular-webfont.woff") format("woff"), url("../font/montserrat-regular-webfont.ttf") format("truetype"), url("../font/montserrat-regular-webfont.svg#montserratregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.tmui{font-family:"tmui" !important;} /* Correctif icone qui disparaissent IE8. Laisser en haut du fichier */


@font-face {
    font-family: 'robotoregular';
    src: url('../font/roboto-regular-webfont.eot');
    src: url('../font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-regular-webfont.woff') format('woff'),
         url('../font/roboto-regular-webfont.ttf') format('truetype'),
         url('../font/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'roboto';
	src: url('../font/roboto-light-webfont.eot');
	src: url('../font/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../font/roboto-light-webfont.woff') format('woff'),
			 url('../font/roboto-light-webfont.ttf') format('truetype'),
			 url('../font/roboto-light-webfont.svg#robotolight') format('svg');
	font-weight: 300;
	font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url('../font/roboto-regular-webfont.eot');
    src: url('../font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-regular-webfont.woff') format('woff'),
         url('../font/roboto-regular-webfont.ttf') format('truetype'),
         url('../font/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url('../font/roboto-medium-webfont.eot');
    src: url('../font/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-medium-webfont.woff') format('woff'),
         url('../font/roboto-medium-webfont.ttf') format('truetype'),
         url('../font/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url('../font/roboto-bold-webfont.eot');
    src: url('../font/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-bold-webfont.woff') format('woff'),
         url('../font/roboto-bold-webfont.ttf') format('truetype'),
         url('../font/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;

}

/******************************************************************************************/
/************************************* GENERAL *********************************************/
/******************************************************************************************/

code {
    background-color: #fae8e8;
    color: #f35551;
}

pre {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-color: #dddddd;
    background-color: #fbfbfb;
}

html {
    width: 100%;
    height: 100%;
}

ul ul, ul ol, ol ul, ol ol {
    list-style: none;
}

.divfielddate { width: 125px !important;}

.tm_row_separator {margin-top:10px;}

@media (min-width: 420px) {
  .tm_row_separator_media  {margin-top:10px;}
}

.TM_TEXTPLUS_DIV > ul ul, .TM_TEXTPLUS_DIV > ol ul,
#reJobPostingDescriptionContent > ul ul, #reJobPostingDescriptionContent > ol ul,
#reJobPostingAttributionContent > ul ul, #reJobPostingAttributionContent > ol ul,
#reJobPostingProfileTitle + div > ul ul, #reJobPostingProfileTitle + div > ol ul,
.re_portal_search_Header2 + div > ul ul, .re_portal_search_Header2 + div > ol ul{
  list-style: circle;
}
.TM_TEXTPLUS_DIV > ol ol, .TM_TEXTPLUS_DIV > ul ol,
#reJobPostingDescriptionContent > ol ol, #reJobPostingDescriptionContent > ul ol,
#reJobPostingAttributionContent > ol ol, #reJobPostingAttributionContent > ul ol,
#reJobPostingProfileTitle + div > ol ol, #reJobPostingProfileTitle + div > ul ol,
.re_portal_search_Header2 + div > ol ol, .re_portal_search_Header2 + div > ul ol{
  list-style: decimal;
}

#reJobPostingDescriptionContent ul > ul,
#c001-tab-content .quizzTable .div_directive ul,
.TM_TEXTPLUS_DIV ul > ul,
form[name="frmFile"] .container ul ul > li {
    list-style: circle;
}

#reJobPostingDescriptionContent ul > ul > ul,
.TM_TEXTPLUS_DIV ul > ul > ul,
form[name="frmFile"] .container ul > ul > ul {
    list-style: square;
}

#reJobPostingDescriptionContent ul > li > ul > li > ul > li,
.TM_TEXTPLUS_DIV ul > li > ul > li > ul > li,
form[name="frmFile"] .container ul > li > ul > li > ul > li {
    list-style: square;
}

ul.nobullet {
    list-style: none;
}

ul>li.nobullet {
    list-style: none;
}

th label{
    font-weight:600

}

iframe {
    border:none;
}

@-ms-viewport {
    width: device-width;
}
.container {
    background-color: transparent;
}
.clear{ clear:both; }

.pointer{ cursor:pointer; }

.error{ color:red;}

.caret {
    margin-bottom: 5px;
    margin-left: 5px !important;
    border-bottom: 0 dotted;
    content: "";
}

.caretWhite {
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}

.mandatory{
    font-size : 11px;
    color : #FF0000;
}

.clearBox {
    clear: both;
}

.inline-block{
    display:inline-block;
}

.card {
    box-shadow: none;
}
.ui-tabs-panel {
    background-color: #F0EFEF;
    border: 1px solid #F0EFEF;
}

.breadcrumb
{
    background: transparent;
    padding: 8px 0px!important;
    margin-bottom: 0px;
}

.noscroll {
    overflow: hidden!important;
    -ms-overflow-style: none!important;
}

.breadcrumb > li + li:before
{
    display: inherit;
}

.breadcrumb>li.visible-xs-inline-block+li:before {
    content: "";
    padding: 0;
}

.isHidden {
	display:none;
}

.textCenter{
    text-align:center;
}

.textLeft{
    text-align:left;
}

.textRight{
    text-align:right;
}

.form-control {
    font-size: 14px;
    line-height: 1.42857143;
}

.btn {
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

@media (max-width: 767px) {
    /*.pull-right-xs {
        float: right;
    }
    .pull-left-xs {
        float: left;
    }*/
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 768px) {
    /*.pull-right-sm {
        float: right;
    }
    .pull-left-sm {
        float: left;
    }*/
}
@media (min-width: 992px) {
    /*.pull-right-md {
        float: right;
    }
    .pull-left-md {
        float: left;
    }*/
}
@media (min-width: 1200px) {
    /*.pull-right-lg {
        float: right;
    }
    .pull-left-lg {
        float: left;
    }*/
}

@media print{

    a[href]:after {
        content: none !important;
    }

    a:link:after
    ,a:visited:after
    {
        content:"";
    }

    footer
    ,header
    ,.navbar-brand .logo
    ,input[type=button]
    ,input[type=submit]
    ,button
    ,#btmCopyRight
    ,.btn
    ,.re-job-tools
    {
        display:none !important;
    }

    .SIMWarning
    {
        display: none;
    }

    body.modal-opened .middle-container,
    body.modal-opened #wrapper  {
        display:none !important;
    }

    div.card{
      margin:0 !important;
        float:none !important;
      page-break-inside: avoid;
    }
    script, #_fctUpdateSelectionLabel,#_selectjob,#arianne, .re-bottom-navigation-row, .re-job-tools, .re-bottom-navigation-row > .row,
    #reToolPrint, #dialog-modal-recommand, #timerDiv, #divPopWindow, #outputFooter, #skipnav, body > .container{
      display:none!important;
    }
    #TM_USERINFO{
      visibility:hidden;
      display:none;
    }
    div.card div, div:not(#_fctUpdateSelectionLabel):not(#_selectjob):not(#arianne):not(.re-bottom-navigation-row):not(.row):not(#reToolPrint):not(#dialog-modal-recommand):not(#timerDiv):not(#divPopWindow):not(#v6_leftmenu):not(.re-job-tools):not(#outputFooter):not(#skipnav):not(body > .container), span, p, form{
      margin:0 !important;
      padding:0 !important;
	  width: auto;
      word-wrap:break-word;
      overflow:visible;

    }

	form > table > tbody > tr,
	form > table > tbody > tr > td > table > tbody > tr {
		page-break-inside: auto !important;
	}
	
	select[multiple] > option:checked {
		background:#d3d3d3 !important;
	}

    html, body{
        margin: 0 !important;
      padding:0 !important;
        float:none !important;
    }

    body:not(.modal-opened) #wrapper{
        display:block !important;
    }

}

/******************************************************************************************/
/*********************************** BODY ****************************************/
/******************************************************************************************/
body {
    font-size: 12px;
    -ms-overflow-style: scrollbar;
    min-height: 100%;
    position: relative;
    background: #fbfbfb;
}

@media print{
    body { zoom:90%;}
}

/******************************************************************************************/
/*********************************** HEADINGS ****************************************/
/******************************************************************************************/

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #222222;
}

h1 {
    font-size: 23px;
}

h2 {
    font-size: 24.5px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 10.5px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 24.5px;
    }

    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 17.5px;
    }

    h6 {
        font-size: 7px;
    }
}

/******************************************************************************************/
/*********************************** THEMATIC BREAK ****************************************/
/******************************************************************************************/

hr {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

hr.hr-normal {
    margin-left: 0;
    margin-right: 0;
}

hr.hr-top {
    margin-top: 0;
}

hr.hr-bottom {
    margin-bottom: 0;
}

hr.hr-double {
    margin-top: 40px;
    margin-bottom: 40px;
}
.ui-widget-content a,
a, a:hover, .btn-link, .btn-link:hover, .btn-link:focus {
    color: #00acec;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a.TM_LINK {
    color: #00acec!important;
    text-decoration: none;
}

.textbox-alignement {
    margin:6px 12px;
}

/******************************************************************************************/
/*********************************** LINK ****************************************/
/******************************************************************************************/

a:active, a:hover, a:hover:active, a:hover:hover, .btn-link:active, .btn-link:hover, .btn-link:hover:active, .btn-link:hover:hover, .btn-link:focus:active, .btn-link:focus:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #00acec;
}

a.disabled:hover, a[disabled]:hover, a:hover.disabled:hover, a:hover[disabled]:hover, .btn-link.disabled:hover, .btn-link[disabled]:hover, .btn-link:hover.disabled:hover, .btn-link:hover[disabled]:hover, .btn-link:focus.disabled:hover, .btn-link:focus[disabled]:hover {
    background-color: #e6e6e6;
}

.btn-link:focus, .btn-link, .btn-link:hover, .btn-link:active {
    background-color: transparent;
    border-color: transparent;
}

.btn-link {
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
}

.btn-link:hover {
    color: #333333;
    background-color: transparent;
    text-decoration: none;
    padding: 5px;
}

/******************************************************************************************/
/*********************************** PAGE ****************************************/
/******************************************************************************************/

.MASTERPAGE_DEFAULT #wrapper, .MASTERPAGE_DEFAULT #content{
    background-color: #ffffff;
}

#wrapper {
    /*min-height: 100%;*/
    display: inline-block;
    width: 100%;
}

#content-wrapper {
    padding-bottom: 20px;
}

#content {
    min-width: 250px;
}

body.fixed-header #wrapper {
    padding-top: 80px;
    padding-bottom: 19px;
    height:100%;
}

@media (max-width: 991px)
{
    #wrapper
    {
        overflow: visible;
    }
}

@media print{
	body.fixed-header #wrapper {
		padding-top: 0px;
	}
}


/******************************************************************************************/
/*********************************** TITLE ****************************************/
/******************************************************************************************/

body.login H1.TM_titlePage {
    font-size: 18px!important;
}
div.TM_titlepage-m1 {
    margin-left: 0px;
}
.mainTitlePerformance {
    font-weight:600 !important;
    color:black !important;
    border-bottom: 1px solid #919191 !important;
}
.subTitlePerformance, .subTitleFiche {
        font-size:18px;

    border-bottom: 1px solid #e5e5e5 !important;
}
.subTitlePerformance > a {
    font-size:12px;
}
.subTitlePerformance > a:hover {
    cursor:pointer;
}
.TM_titlePage-container > h1.mainTitlePerformance,
.TM_titlePage-container > h2.mainTitlePerformance,
.TM_titlePage-container > h3.mainTitlePerformance,
.TM_titlePage-container > h4.mainTitlePerformance,
.TM_titlePage-container > h5.mainTitlePerformance,
.TM_titlePage-container > h6.mainTitlePerformance,
.TM_titlePage-container > h1.subTitlePerformance,
.TM_titlePage-container > h2.subTitlePerformance,
.TM_titlePage-container > h3.subTitlePerformance,
.TM_titlePage-container > h4.subTitlePerformance,
.TM_titlePage-container > h5.subTitlePerformance,
.TM_titlePage-container > h6.subTitlePerformance,
.TM_titlePage-container > h1.TM_DYN_TITLE_WITH_BTN,
.TM_titlePage-container > h2.TM_DYN_TITLE_WITH_BTN,
.TM_titlePage-container > h3.TM_DYN_TITLE_WITH_BTN,
.TM_titlePage-container > h4.TM_DYN_TITLE_WITH_BTN,
.TM_titlePage-container > h5.TM_DYN_TITLE_WITH_BTN,
.TM_titlePage-container > h6.TM_DYN_TITLE_WITH_BTN{
  padding: 0 0 0 5px;
  line-height: 30px;
}
.TM_titlePage-container > h2.mainTitlePerformance,
.TM_titlePage-container > h2.subTitlePerformance,
.TM_titlePage-container > h2.TM_DYN_TITLE_WITH_BTN{
  margin-top:10px;
}
.TM_titlePage-container > h3.mainTitlePerformance,
.TM_titlePage-container > h3.subTitlePerformance,
.TM_titlePage-container > h3.TM_DYN_TITLE_WITH_BTN{
  margin-top: 0;
}
.titleFichierJoint{
    padding:0 !important;
    font-weight:bold !important;
    color: black !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

H1.TM_titlePage {
    FONT-FAMILY: Verdana, Arial!important;
    color: #363636;
    font-size: 25px!important;
    font-weight: lighter;
    line-height: 32px;
    letter-spacing: -1px;
    margin-top:5px;
    Padding: 0px 0px 5px 0px;
}
H2.TM_titlePage {
    FONT-FAMILY: Arial;
    color: #6C6C6C;
    font-size: 20px;
    font-weight: lighter;
    line-height: 26px;
    letter-spacing: 0px;
    Padding: 0px 0px 3px 0px;
    border-bottom: 1px solid #adadad;
    width: 100%;
    -webkit-margin-before: 0em;
    -webkit-padding-before: 20px;
}

.card-header H3.TM_titlePage {
    border:none;
}

BODY H1.TM_titlePage a:hover{ COLOR: #000000; }
BODY H2.TM_titlePage a:hover{ COLOR: #000000; }
BODY H3.TM_titlePage a:hover{ COLOR: #000000; }
BODY H4.TM_titlePage a:hover{ COLOR: #000000; }
BODY H5.TM_titlePage a:hover{ COLOR: #000000; }

.card-title {
    font-size: 14px;
}
.card-title> a {
    color: #00acec;
}
#left-sidebar .TM_titlePage {
    font-size : 13px!important;
    margin-top: 5px;
    font-weight : bold;
}

.card-header .TM_titlePage-icon-link {
    display:none;
}

.TM_titlePage .TM_titlepage-icon{
    margin-right: 10px;
}

@media print {
    div.TM_titlePage-container a.link {
        display:none !important;
    }
}
@media screen, print {
    div.TM_titlePage-directive{/*Added to override because it was only in allcss-migration*/
        border-top: 0px solid rgb(221, 221, 221) !important;
        border-bottom: 0px solid rgb(221, 221, 221) !important;
        word-wrap:normal;
    }
    div.TM_titlepage-m2{/*Added to override because it was only in allcss-migration*/
        margin-left: 0px !important;
    }
}

.opSectionHeader{
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
}
.opSectionHeader > .title{
    position: absolute;
    bottom: 0;
    padding-left: 10px;
    color: #00acec;
}
.opSectionHeader > .opSectionHeaderNumber{
    color: white;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 6px 14px;
    border-radius: 2px;
}

/******************************************************************************************/
/*********************************** FORMTRANSFORMER ****************************************/
/******************************************************************************************/


.tm_span_textplus > ul > ul  {
     list-style:circle outside none;
}

.tm_span_textplus > ol > ul  {
     list-style:disc outside none;
}

.tm_span_textplus > ul > ol, .tm_span_textplus > ol > ol  {
     list-style:decimal outside none;
}


/******************************************************************************************/
/*********************************** FULLSCREEN ****************************************/
/******************************************************************************************/

.fullscreen.fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.box.fullscreen.fullscreen-active > .box-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

[data-toggle=fullscreen] .icon-resize-small {
    display: none;
}

.fullscreen-active [data-toggle=fullscreen] .icon-resize-small {
    display: inline;
}

.fullscreen-active [data-toggle=fullscreen] .icon-fullscreen {
    display: none;
}

/******************************************************************************************/
/****************************** IFRAME NAVIGATION ***********************************************/
/******************************************************************************************/

body.MODE_JOBS .iframe-header,
body.MODE_JOBS .iframe-footer {
    display:inline-block;
    width: 100%;
}

body.MODE_JOBS .navbar-iframe {
    margin-top: 20px;
    min-height: initial;
	flex-flow: column;
}

body.MODE_JOBS .iframe-header .navbar-iframe > ul {
    text-align:right;
}

body.MODE_JOBS .iframe-footer .navbar-iframe > ul {
    text-align:center;
}

body.MODE_JOBS .navbar-iframe > ul > li {
    display: inline;
    list-style: none;

    /* retire lespace superflu sans float les elements */
    font-size: 0;
}

body.MODE_JOBS .navbar-iframe > ul > li > a,
body.MODE_JOBS .navbar-iframe > ul > li > div,
body.MODE_JOBS .navbar-iframe > ul > li > a#JobSelection {
    display: inline;
    font-size: 12px;
    padding: 0 10px;
    border-right: 1px solid #000;
    float: none;
    text-transform: none;
}

body.MODE_JOBS .navbar-iframe > ul > li:last-child > * {
    border-right: none;
}

body.MODE_JOBS .navbar-iframe #loginidentification {
    margin-left: 0;
}

body.MODE_JOBS .navbar-iframe > ul a,
body.MODE_JOBS .navbar-iframe > ul #JobSelection,
body.MODE_JOBS .navbar-iframe > ul #loginidentification a {
    color: #000!important;
    line-height: 12px;
}

body.MODE_JOBS .navbar-iframe > ul #loginidentification a {
    padding: 0!important;
}

body.MODE_JOBS .navbar-iframe #loginidentification .glyphicon,
body.MODE_JOBS .navbar-iframe #JobSelection .fa,
body.MODE_JOBS .navbar-iframe #JobSelection .far,
body.MODE_JOBS .navbar-iframe #JobSelection .fas {
    padding-left: 0;
    color: #000!important;
    display: inline!important;
}

body.MODE_JOBS .navbar-iframe #loginidentification a {
    text-transform: none;
}

/******************************************************************************************/
/****************************** fullCalendar ***********************************************/
/******************************************************************************************/

.fc-header .fc-header-left .fc-button {
    padding: 0px 12px;
    background-color: #ffffff;
}

.fc-header .fc-header-left .fc-button.fc-state-active, .fc-header .fc-header-left .fc-button:hover {
    background-color: #dddddd;
}

.fc-header .fc-header-right {
    padding-top: 5px;
}

.fc-header .fc-header-center {
    text-align: left;
}

.fc-content .fc-event .fc-event-inner {
    border-color: #f34541;
    background-color: #f34541;
}

.fc-content .fc-event .ui-resizable-handle.ui-resizable-e {
    background: #ffffff;
    cursor: col-resize;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

.fc-content .fc-event.label-important .fc-event-inner {
    background-color: #f34541;
}

.fc-content .fc-event.label-important[href].fc-event-inner {
    background-color: #f01611;
}

.fc-content .fc-event.label-warning .fc-event-inner {
    background-color: #f8a326;
}

.fc-content .fc-event.label-warning[href] .fc-event-inner {
    background-color: #e48a07;
}

.fc-content .fc-event.label-success .fc-event-inner {
    background-color: #49bf67;
}

.fc-content .fc-event.label-success[href] .fc-event-inner {
    background-color: #379e51;
}

.fc-content .fc-event.label-info .fc-event-inner {
    background-color: #5BC0DE;
}

.fc-content .fc-event.label-info[href] .fc-event-inner {
    background-color: #7839da;
}

.fc-content .fc-event.label-inverse .fc-event-inner {
    background-color: #3c3c3c;
}

.fc-content .fc-event.label-inverse[href] .fc-event-inner {
    background-color: #232323;
}

.fc-header-right .icon-chevron-right, .fc-header-right .icon-chevron-left {
    position: relative;
    top: 1px;
}

.fc-header-center .fc-button {
    padding-top: 5px !important;
}

.fc-header-center .fc-state-default, .fc-header-center .fc-button {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fc-event {
    border: none;
}

.fc-event .fc-event-inner {
    padding: 2px -2px 2px 2px;
    color: #ffffff;
}

.fc-header .fc-header-left {
    /*position: absolute;*/ /*Cause misalignment with the header elements*/
    /*width: 100%;*/ /* Cause sizing issue */
    text-align: left;
    /*right: -10px;*//* This misalign the buttons */
    top: 16px;
}
.fc-header-title {
    position: absolute;
    top: -9px;
    /*left: 10px;*/ /* Cause alignment issue with the title */
    font-size: 0.7em;
}

.event-contrast .fc-event-inner, .label-contrast .fc-event-inner {
    background-color: #f34541 !important;
}

.event-orange .fc-event-inner, .label-orange .fc-event-inner {
    background-color: #f8a326 !important;
}

.event-blue .fc-event-inner, .label-blue .fc-event-inner {
    background-color: #00acec !important;
}

.event-purple .fc-event-inner, .label-purple .fc-event-inner {
    background-color: #9564e2 !important;
}

.event-green .fc-event-inner, .label-green .fc-event-inner {
    background-color: #49bf67 !important;
}

.event-red .fc-event-inner, .label-red .fc-event-inner {
    background-color: #f34541 !important;
}

.event-muted .fc-event-inner, .label-muted .fc-event-inner {
    background-color: #999999 !important;
}

.event-fb .fc-event-inner, .label-fb .fc-event-inner {
    background-color: #3d579d !important;
}

.event-dark .fc-event-inner, .label-dark .fc-event-inner {
    background-color: #2b2d30 !important;
}

.event-pink .fc-event-inner, .label-pink .fc-event-inner {
    background-color: #c44a83 !important;
}

.event-grass-green .fc-event-inner, .label-grass-green .fc-event-inner {
    background-color: #5daf2b !important;
}

.event-sea-blue .fc-event-inner, .label-sea-blue .fc-event-inner {
    background-color: #00acec !important;
}

.event-banana .fc-event-inner, .label-banana .fc-event-inner {
    background-color: #fcd052 !important;
}

.event-dark-orange .fc-event-inner, .label-dark-orange .fc-event-inner {
    background-color: #f56e00 !important;
}

.event-brown .fc-event-inner, .label-brown .fc-event-inner {
    background-color: #924e31 !important;
}

/**********************************************************************************************************/
/**************************************** CALENDAR ********************************************************/
/**********************************************************************************************************/
#div-calendar #tabcalendar {
    width: 248px!important;
}
#planningCalendar .fc-view {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: 374px;
}
#planningCalendarFullscreen .fc-view {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
/**********************************************************************************************************/
/**************************************** COLLAPSE LIST ***************************************************/
/**********************************************************************************************************/
/*#vjob-accordeon a.accordion-toggle.collapsed.form-group:after,
#vjob-accordeon .job-search-heading .accordion-toggle:after,
#vjob-accordeonf a.accordion-toggle.collapsed.form-group:after,
#vjob-accordeonf .job-search-heading .accordion-toggle:after {
    content: '\e9a4';
    font-family: tmui!important;
    font-size: 18px;
    position:relative;
    top:-2px;
    width:10px;
    color:#2b2d30;
}*/
#vjob-accordeon #dateFields,
#vjob-accordeonf #dateFields2 { width:100%;}
/* #vjob-accordeon a.accordion-toggle.form-group, #vjob-accordeonf a.accordion-toggle.form-group { color:#2b2d30;} */
#vjob-accordeon a.accordion-toggle.form-group:hover, #vjob-accordeonf a.accordion-toggle.form-group:hover { text-decoration:none;}

/**********************************************************************************************************/
/**************************************** TEAM MEMBER ********************************************************/
/**********************************************************************************************************/

.box-team-member {
    background-color: #ffffff;
    -webkit-box-shadow:0px 0px 8px 0px #333333;
    -moz-box-shadow:0px 0px 8px 0px #333333;
    -o-box-shadow:0px 0px 8px 0px #333333;
    -ms-box-shadow:0px 0px 8px 0px #333333;
    box-shadow:0px 0px 8px 0px #333333;
}

.team-member {
    position: relative;
    display: inline-block;
    min-height: 1px;
    margin: 0.5px;
    overflow: hidden;
    float: left;
}

.team-member > a::before {
    content: '';
    border-bottom: 4px solid transparent;
    opacity: 1;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.team-member.online > a::before {
    border-bottom: 4px solid #228B22;
}
.team-member.offline > a::before {
    border-bottom: 4px solid #FF0000;
}

.team-member > a {
    display: block;
    height: 28px;
}

.team-member > a > img {
    vertical-align: bottom;
    height: 50px;
}
.team-member .dropdown-menu li [class^="icon-"] {
    display: inline-block;
    width: 13px;
    margin-left: 5px;
    margin-right: 3px;
}

.team-member .dropdown-menu:after, .team-member .dropdown-menu:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.team-member .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 8px;
    left: 15px;
}
.team-member .dropdown-menu:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #cccccc;
    border-width: 9px;
    left: 15px;
    margin-left: -1px;
}
.team-member .dropdown-menu.float-right:after {
    right: 15px;
    left:auto;
}
.team-member .dropdown-menu.float-right:before {
    right: 15px;
    left:auto;
}
.team-member-profile > div > .tabbable{
    background: #eeeeee;
    padding:15px;
    border: 1px solid #cccccc;
    -webkit-box-shadow:0px 18px 15px rgba(0, 0, 0, 0.6);
    box-shadow:0px 18px 15px rgba(0, 0, 0, 0.6);
    background-clip: padding-box;
}

.team-member-profile .close {
    position: absolute;
    right: 18px;
    top: -2px;
}

.team-member-profile li.profile {
    padding:15px;
    margin-right:15px;
    border: 1px solid #cccccc;
    background: #ffffff;
}
.team-member-profile .nav-pills {
    margin-bottom: 5px;
    margin-left: -12px;
}

.team-member-profile li.profile img {
    display: block;
    float:left;
    margin-right:15px;
}
@media (max-width: 768px) {
    .team-member-profile li.profile,
    .team-member-profile li.actions
    {
        width:100%
    }
    .team-member-profile .profile-sections {
        margin-bottom: 0;
        position: relative;
    }

}
.team-member-profile .tab-pane {
    height:450px;
    overflow-y: auto;
    padding: 15px;
    background: #ffffff;
}
@media (min-width: 769px) {

    .team-member-profile .nav-tabs {
        float: none;
        margin-right: 19px;
        border-right: 1px solid #dddddd;
        display: table-cell;
        min-width: 320px;
        border-bottom: 0;
        vertical-align: top;
    }
    .team-member-profile .profile-sections {
        padding-top: 160px;
    }
    .team-member-profile .profile-header {
        position:absolute;
    }
    .team-member-profile .tab-content {
        background: #ffffff;
        display: table-cell;
        vertical-align: top;
        width:100%;
        border: 1px solid #cccccc;
        border-left-width: 0;
        padding: 15px;
    }
    .team-member-profile .nav-tabs > li {
        float:none;
    }

    .team-member-profile .nav-tabs > li > a {
        font-size: 1.2em;
        font-weight: bold;
        margin-right: -1px;
        min-width: 74px;
        margin-bottom: 3px;
    }
    .team-member-profile .nav-tabs > li > a:hover,
    .team-member-profile .nav-tabs > li > a:hover {
        border-bottom: 1px solid transparent;
    }

    .team-member-profile .nav-tabs > li.active > a,
    .team-member-profile .nav-tabs > li.active > a:hover,
    .team-member-profile .nav-tabs > li.active > a:focus {
        border-color: #dddddd transparent #dddddd #dddddd;
        *border-right-color: #ffffff;
    }

    .team-member-profile .nav-tabs > li.active > a {
        border-color: #dddddd transparent #dddddd #dddddd;
    }
}

.team-member-profile li.profile dl {
    margin: 0;
    padding: 0;
    font-size: 90%;
    min-height: 75px;
}
.team-member-profile li.profile dd {
    line-height: 1.1em;
}
.team-member-profile {
    display: none;
    position: absolute;
    left: -5px;
    right: -5px;
    z-index: 50;
    bottom: 75px;
}
.show-profile .team-member-profile {
    display: block;
}

.media.team-member-info-container{
	display:flex;
	flex-direction:column
}
/**********************************************************************************************************/
/**************************************** MY FEED ********************************************************/
/**********************************************************************************************************/

.contentMyFeed{
    width:100%;
}

.backgroundMyFeed{
    background-color: #F9F9F9 !important;
}

.feedIcon {
    margin-left: 0;
    font-size: 35px;
}
.feedIconSmall {
    margin-left: 0px;
    font-size: 1.5em;
}

/**********************************************************************************************************/
/**************************************** LOAD MORE ********************************************************/
/**********************************************************************************************************/

.loadMore .manual {
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    background-color: #FBFBFB;
    border: 1px solid #dddddd;
    line-height: 30px;
}
.loadMore .manual:hover {
    font-weight:bold;
}

/**********************************************************************************************************/
/**************************************** RIGHT COLUMN ********************************************************/
/**********************************************************************************************************/

#rightColumn.fixed {
    position:fixed;
    bottom: 15px;
    right:0px;
}

/**********************************************************************************************************/
/**************************************** CIRCLE MASK ********************************************************/
/**********************************************************************************************************/

.circleMask {
    width: 45px;
    height: 45px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-box-shadow:2px 2px 5px 0px #333333;
    -moz-box-shadow:2px 2px 5px 0px #333333;
    -o-box-shadow:2px 2px 5px 0px #333333;
    -ms-box-shadow:2px 2px 5px 0px #333333;
    box-shadow:2px 2px 5px 0px #333333;
    margin-left: 0;
}
.circleMaskSmall {
     width: 37px;
     height: 37px;
     border: 2px solid #ffffff;
     border-radius: 25px;
     -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
     -webkit-box-shadow:2px 2px 5px 0px #333333;
     -moz-box-shadow:2px 2px 5px 0px #333333;
     -o-box-shadow:2px 2px 5px 0px #333333;
     -ms-box-shadow:2px 2px 5px 0px #333333;
     box-shadow:2px 2px 5px 0px #333333;
     margin-left: 1px;
 }
.circleMaskComment {
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-box-shadow:2px 2px 5px 0px #333333;
    -moz-box-shadow:2px 2px 5px 0px #333333;
    -o-box-shadow:2px 2px 5px 0px #333333;
    -ms-box-shadow:2px 2px 5px 0px #333333;
    box-shadow:2px 2px 5px 0px #333333;
    margin-left: -5px;
    margin-right: 10px;
    float: left;
}
.rectangleMaskComment {
    max-width: 40px;
    max-height: 50px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow:2px 2px 5px 0px #333333;
    -moz-box-shadow:2px 2px 5px 0px #333333;
    -o-box-shadow:2px 2px 5px 0px #333333;
    -ms-box-shadow:2px 2px 5px 0px #333333;
    box-shadow:2px 2px 5px 0px #333333;
    margin-left: -5px;
    margin-right: 10px;
    float: left;
}

/**********************************************************************************************************/
/**************************************** JQUERY DIALOG ********************************************************/
/**********************************************************************************************************/

.ui-dialog-titlebar-close{
    border: 0px solid  !important;
    background-image: url('../img/common/jquery_ui/x_close.png') !important;
    background-repeat: no-repeat !important;
    opacity:1 !important;
}

/**********************************************************************************************************/
/**************************************** tab (nouveau design) ********************************************************/
/**********************************************************************************************************/
.tm-tab > ul > li.active{
	border-top: 2px solid #428bca;
}

.tblGen > thead > tr > th > a:focus,
.tblGen > tbody > tr > td > a:focus,
.tblGen > tbody > tr > td > span > a:focus,
.tblGen > tbody > tr .card-action-column-group-b a:focus,
.tblGen > tbody > tr > td .media-body .empInfo .side-content-container a:focus,
.tblGen > tbody > tr a[class='card-action']:focus{
  border-bottom: dotted 1px;
}

.tblGen > thead > tr > th > input[type='checkbox']:focus,
.tblGen > tbody > tr > td a.employee-select-checkbox:focus > i,
.tblGen > tbody > tr > td > input[type='checkbox']:focus{
  outline : 5px auto -webkit-focus-ring-color !important;
}

#p010-types .nav.nav-tabs,
#tabCatalogSearch .nav.nav-tabs,
.nav-tabs.custom-tabs,
.custom-tabs .nav-tabs {
    margin: 0;
    border: none;
}

/* chaque tab */
#p010-types .nav.nav-tabs > li > a,
#p010-types .nav.nav-tabs > li > a > span.dropdown-title,
#tabCatalogSearch .nav.nav-tabs > li > a,
.nav-tabs.custom-tabs > li > a,
.custom-tabs .nav-tabs > li > a,
a.cke_dialog_tab
 {
    padding: 25px 25px 25px 5px;
}

#p010-types .nav.nav-tabs > li > a,
#p010-types .nav.nav-tabs > li > a > span.dropdown-title,
#p010-types .nav.nav-tabs > li ul.dropdown-menu > li > a,
#tabCatalogSearch .nav.nav-tabs > li > a,
.nav-tabs.custom-tabs > li > a,
.custom-tabs .nav-tabs > li > a,
a.cke_dialog_tab{
    background-color: white;
    color: #555;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: none !important;
    font-size: 1.2em;
    margin-right: 0px;
    cursor: pointer;
}

#action-option-list li ul.dropdown-menu > li > a { white-space: normal;}

.box-footer.nav-tabs.custom-tabs > li > a, .box-footer.custom-tabs .nav-tabs > li > a,
.custom-tabs.box-footer .nav-tabs > li.tab-more.tab-last > a,
.custom-tabs.box-footer.nav-tabs > li.tab-more.tab-last > a {
    padding: 0px 6px 0px 2px;
}
.custom-tabs.nav-tabs > li.tab-more.tab-last > a,
.custom-tabs .nav-tabs > li.tab-more.tab-last > a {
    padding: 25px 15px 25px 15px;
}

#p010-types .tm-tab .dropdown-menu > li > a:hover,
#p010-types .tm-tab .dropdown-menu > li > a:hover > span.custom-tabs-icon {
      color: #fff!important;
      background-color: #2b2d30 !important;
}

/* nombre d'éléments dans le tab*/
#p010-types .nav.nav-tabs > li > a > span.custom-tabs-icon,
#p010-types .nav.nav-tabs > li > a > span.dropdown-title > span.custom-tabs-icon,
#p010-types .nav.nav-tabs > li ul.dropdown-menu > li > a > span.custom-tabs-icon,
#tabCatalogSearch .nav.nav-tabs > li > a > span,
.nav-tabs.custom-tabs > li > a > .custom-tabs-icon,
.custom-tabs .nav-tabs > li > a > .custom-tabs-icon {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 5px;
    line-height: 0;
}

/* chaque résultat */
#p010-types .nav.nav-tabs > li.active > a > span.custom-tabs-icon,
#p010-types .nav.nav-tabs > li.active > a > span.dropdown-title > span.custom-tabs-icon,
#p010-types .nav.nav-tabs > li.active ul.dropdown-menu > li.active > a > span.custom-tabs-icon,
#tabCatalogSearch .nav.nav-tabs > li.active > a > span,
.nav-tabs.custom-tabs > li.active > a > .custom-tabs-icon,
.custom-tabs .nav-tabs > li.active > a > .custom-tabs-icon {
    color: #0163ac ;
}
#p010-types .nav.nav-tabs > li.active > a,
#p010-types .nav.nav-tabs > li.active > a > span.dropdown-title,
#tabCatalogSearch .nav.nav-tabs > li.active > a,
.nav-tabs.custom-tabs > li.active > a,
.custom-tabs .nav-tabs > li.active > a {
    color: #0163ac;
}
.custom-tabs.nav.nav-tabs .tab-more.dropdown ul.dropdown-menu > li a .custom-tabs-icon,
.custom-tabs .nav.nav-tabs .tab-more.dropdown ul.dropdown-menu > li a .custom-tabs-icon {
    color: #0163ac ;
    padding-right: 4px;
}

.tab-content.custom-tab-content {
    border: none;
    margin-top: 0px;
    padding: 0px;
}
#_SUB_MENU_HEADER.custom-tabs .nav-tabs > li > a.tab-link {
  font-size: 12px;
  color: #00acec;
}

/* chaque panneau */
.tab-content.custom-tab-content > div {
    background-color: #e8e8e8;
    padding: 5px 11px 5px 11px;
    overflow: auto;
}

.tab-content.custom-tab-content > div.row {
    padding: 0;
}

.custom-tabs-container.action-option-tab-container {
}

.custom-tabs-container.action-option-tab-container .custom-tabs {
    width: 100%;
    float: left;
}
.custom-tabs-container.action-option-tab-container .action-option-tab {
    width: auto;
    float: left;
    position: absolute;
}
.list-group-item.tab {
    padding: 15px 10px 26px 10px;
    /*SOK*/
}
.action-option-tab > ul {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}
.action-option-tab ul.dropdown-menu {
    right: 0;
    width: 300%;
	/* padding: 10px; */
    margin-top: 0px;
    border-radius: 0px!important;
    overflow-x: auto; /* Mantis 939071 : permettre de s'ajuster à du contenu d'un SELECT très long */
}
.action-option-tab li[data-toggle="dropdown"] > a {
    white-space: normal;
    vertical-align: middle;
	font-size: 1.2em;
	position:relative; 
	top:0;
	display:block; 
	height:45px;
}
.action-option-tab .badge {
    font-size: 25px;
    border-right: 0;
    cursor: default;
    border-radius: 50%;
    font-weight: normal;
    background-color: #fff;
    margin-top: -6px;
    min-width: 30px;
    min-height: 30px;
    cursor: pointer;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.action-option-tab .list-group-item:last-child {
    border-radius: 0px;
}
.action-option-tab .action-option {
    white-space: nowrap;
    height: 70px;
    padding: 26px 10px 26px 10px;
}
.action-option-tab:not(#actionsc205) .action-option {
    height: 74px;
}
@media(max-width: 768px) {
    .action-option-tab:not(#actionsc205) .action-option {
            padding: 12px 10px 30px 10px;
            height: 60px;
        }
}
.action-option-tab:not("#") .action-option .action-line {
    white-space: normal;
}
.action-option > a:hover {
    color: #fff;
}
.action-line {
    display: table;
}
.action-line span {
    padding-left: 3px;
}
.action-line input,
.action-line span:not([class^="cke"]){
    display: inline;
}
.action-option-tab ul.dropdown-menu input[type=radio] {
    margin-right: 5px;
}

.action-option-tab .action-option,
.action-option-tab .action-option.tab-default {background-color: #cccccc;}
.action-option-tab .action-option.tab-primary {background-color: #00acec;}
.action-option-tab .action-option.tab-info {background-color: #cccccc;}
.action-option-tab .action-option.tab-warning {background-color: #f8a326;}
.action-option-tab .action-option.tab-danger {background-color: #d43f3a;}

.action-option-tab .action-option .badge,
.action-option-tab .action-option.tab-default .badge {color: #cccccc;}
.action-option-tab .action-option.tab-primary .badge {color: #00acec;}
.action-option-tab .action-option.tab-info .badge {color: #cccccc;}
.action-option-tab .action-option.tab-warning .badge {color: #f8a326;}
.action-option-tab .action-option.tab-danger .badge {color: #d43f3a;}

.action-option-tab .action-option ul.dropdown-menu,
.action-option-tab .action-option.tab-default ul.dropdown-menu {border-top: 3px solid #cccccc;}
.action-option-tab .action-option.tab-primary ul.dropdown-menu {border-top: 3px solid #00acec;}
.action-option-tab .action-option.tab-info ul.dropdown-menu {border-top: 3px solid #cccccc;}
.action-option-tab .action-option.tab-warning ul.dropdown-menu {border-top: 3px solid #f8a326;}
.action-option-tab .action-option.tab-danger ul.dropdown-menu {border-top: 3px solid #d43f3a;}

.nav-tabs li.disabled a {
    color: #999;
}
.nav-tabs li.disabled:hover {
    cursor: not-allowed;
}

@media(max-width: 991px) {
    .custom-tabs-container.action-option-tab-container .action-option-tab {
      width: auto;
    }
    .list-group-item.tab {
        padding: 25px 10px 43px 10px;
    }
    .action-option-tab ul.dropdown-menu {
        width: 250px;
    }
}

/**********************************************************************************************************/
/**************************************** MODAL ********************************************************/
/**********************************************************************************************************/
body.modal-appendto { overflow:inherit;}

body.modal-opened:not(.modal-alert-opened) { position:fixed; }
body.IE11.modal-opened:not(.modal-alert-opened) { position:static; }

.iDevice body.modal-opened { position:static; }

.modal {
    overflow-y: hidden;
    position: fixed;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
}

.modal-backdrop.in {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.modal.in {
   top: 20px;
}

.appended-modal > .modal {
    position:static;
}

.modal.in.fullscreen {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
[id^="searchpopup"].modal.fullscreen:not(.modalInPage),
body > div[role="dialog"].modal.show.fullscreen.modal-ajusted:not(.modalInPage) {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -15px;
    width: auto;
	height: auto;
    margin: 0;
	padding:0!important;
	overflow-y: scroll;
}
.modal.fullscreen.modalInPage {
    top: 0px;
    bottom: 0px;
}
.modal .user-form .col-form-label {
    text-align: left;
    overflow: visible;
}

.modal-header {
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 45px;
}
#searchpopupSCH_COMPANY .modal-header,
#searchpopupSCH_COMPANY .modal-header,
#searchpopupSCH_JOBOFFERS .modal-header,
#searchpopupSCH_CRITICALJOB .modal-header,
#searchpopupSCH_USER .modal-header {
    border-bottom: 0;
    padding-bottom: 5px;
}
#searchpopupSCH_COMPANY #form_SCH_JOBOFFERS,
#searchpopupSCH_COMPANY #form_SCH_JOBOFFERS,
#searchpopupSCH_JOBOFFERS #form_SCH_JOBOFFERS,
#searchpopupSCH_CRITICALJOB #form_SCH_CRITICALJOB,
#searchpopupSCH_USER #form_SCH_USER {
    display: block!important;
}
#searchpopupSCH_COMPANY .modal-header .close,
#searchpopupSCH_COMPANY .modal-header .close,
#searchpopupSCH_JOBOFFERS .modal-header .close,
#searchpopupSCH_CRITICALJOB .modal-header .close,
#searchpopupSCH_USER .modal-header .close {
    margin-top: 4px;
}
#searchpopupSCH_COMPANY .modal-body,
#searchpopupSCH_COMPANY .modal-body,
#searchpopupSCH_JOBOFFERS .modal-body,
#searchpopupSCH_CRITICALJOB .modal-body {
  margin-top: 2px;
}
#searchmenuj130 .glyphicon-list,
.modal-header i.glyphicon-list {
color: #FFFFFF !important;
    text-decoration: none;
    font-size: 16px;
    color: #000!important;
    padding: 7px;
    border: 1px solid #ddd!important;
    -moz-border-radius: 5px !important;
    vertical-align: top;
}

.modal-body {
    padding: 15px;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.modal-footer {
    margin-top: 0px;
    padding-left:15px;
    padding-right:15px;
    padding-top:14px;
    padding-bottom: 15px!important;
}

.modal-footer .btn-more .binded
{
    text-align:left;
}

.modal-footer a[disabled=disabled]
{
    opacity:0.4;
    filter:alpha(opacity=40);
    cursor:not-allowed;
}
.modal-footer-button .p100-footer-button,
.btn-group a:hover .p100-footer-button {
    color: #ffffff!important;
}

.modal-footer img {display: none;}

.modal-body-framed {
    overflow: hidden;
    padding-bottom: 30px;
}

.modal-body-noheader
{
    padding-top:0px;
}

.modal-dialog-fullscreen{
    margin:0px auto!important;
    max-width: 100vw;
    /*height:100vh;*/
	display: block;
}

.modal-content {
	display: block;
}

#searchpopupSCH_USER .modal-dialog-fullscreen .modal-content {
	min-height: 100vh;
}

.modal-header-employee-search{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
}
.modal-header-buttons{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
	top:-8px!important;
}
/*--- mantis 2056614 / modification style filtres recherche ---*/
/*
.TM_cSearchField_label_open label,
.TM_cSearchField_label label {
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.TM_cSearchField_label_open,
.TM_cSearchField_label {
    padding: 5px 0 0 5px;
    background-image: none;
}
.TM_cSearchField_label:before {
    position: relative;
    top: 1px;
    color: #666;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    padding-left: 1px;
    padding-right: 2px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\2b";
}
.TM_cSearchField_label_open:before {
    position: relative;
    top: 1px;
    color: #666;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\2212";
    margin-right: 1px;
}*/

.TM_SearchTabledv {
    margin: 0;
}
.TM_cSearchField_label,
.TM_cSearchField_label_open,
.TM_SearchTable {
    background-color: #fff;
}
.TM_cSearchField_open,
.TM_cSearchField_open > td,
.TM_cSearchField_sub_open,
.TM_cSearchField_label_sub_open {
    background-color: rgba(243, 243, 243, .75)!important;
}
.TM_cSearchField_open > td{
    padding:10px 0 10px 10px;
    border-bottom:0;
}
.TM_cSearchField_sub_open td{
    padding:0px 0 5px 10px;
    border-bottom:0;
}
.TM_cSearchField_label_sub_open {
    padding:10px 0 0 10px;
}
.TM_SearchTable { 
    margin-left:10px;
}
.TM_cSearchField_label_open label,
.TM_cSearchField_label label {
    font-weight:normal!important;
    cursor: pointer;
}
.TM_cSearchField_label_open,
.TM_cSearchField_label {
    background-image: none;
    border-bottom:0px;
    font-size:16px;
    letter-spacing: -.5px;
    color: #1ca8dd;
    line-height: 24px!important;
    font-weight:normal;
    padding: 2px 0 2px 0px;
}
.TM_cSearchField_label:after {
    font-size: 14px;
    color: #999;
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: 'tmui';
    font-style: normal;
    font-weight: 400;
    padding-left: 5px;
    padding-right: 2px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e99d';
}
.TM_cSearchField_label_open:after {
    font-size: 14px;
    position: relative;
    top: 0px;
    color: #999;
    display: inline-block;
    font-family: 'tmui';
    font-style: normal;
    font-weight: 400;
    padding-left: 5px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e99c'; 
    margin-right: 1px;
}
.TM_cSearchField_open label {
    color: #514b4b;
    font-size:14px;
    font-weight:normal!important;
}
.TM_cSearchField_open table td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}
.TM_cSearchField_open table.TM_ENTREPRISE_LIST_FORM td {
    padding: 0;
}
.TM_cSearchField_open table.TM_ENTREPRISE_LIST_FORM td #EntSearch_fldEntreprises {
    padding-left:12px;
}
.TM_cSearchField_open table.TM_ENTREPRISE_LIST_FORM td #divOutput_fldEntreprises {
    padding-top:7px;
}
.TM_SearchTable .displayPeriod .internalFromDateRadioLabel,
.TM_SearchTable .displayPeriod .externalToDateRadioLabel,
.TM_SearchTable .displayPeriod .externalToDateLabel,
.TM_SearchTable .displayPeriod .internalToDateLabel  {
    line-height:30px;
}
.TM_SearchTable .displayPeriod .externalToDateLabel,
.TM_SearchTable .displayPeriod .internalToDateLabel { 
    padding-left:35px;
    padding-right:35px;
}
.TM_SearchTable .internalFromDateField,
.TM_SearchTable .internalToDateField,
.TM_SearchTable .externalFromDateField,
.TM_SearchTable .externalToDateField { padding-bottom:10px;}

@media(max-width:767px){
    .TM_SearchTable .displayPeriod .externalToDateLabel,
    .TM_SearchTable .displayPeriod .internalToDateLabel { 
        top: 12px;
    }
}

/*---------- fin mantis 2056614 ------------------------*/

.flexigrid a.fx_accessAs {
    background: none!important;
    width: auto;
    height: auto;
    font-size: 17px;
}
.flexigrid a.fx_accessAs:before {
    display: inline-block;
    font-family: FontAwesome;
    color: #666;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
}
.flexigrid div.bDiv td div {
    border-top: 0px solid #fff;
    line-height: 25px;
    padding: 0 0 0 0;
}
.flexigrid div.bDiv table {
    margin-bottom: 0px;
}
.modal-title {
    /*padding-left: 15px;*/ /*Mantis 0964865 */
}
.modal-title #arianne {
    display: inline-block;
}
body.MASTERPAGE_FRAME.MODULE_MN_USER > #wrapper > #content > .container {
    padding: 0;
}
@media(max-width: 464px) {
    .modal-dialog {
        width: auto!important;
    }
}
@media(max-width: 522px) {
    .modal-title {
        padding-left: 5px;
    }
    .modal {
        top: 0!important;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 768px)
{
    .modal-dialog.session:not(.modal-dialog-fullscreen)
    {
        margin: 0px auto;
		max-width: 650px;
		width: 650px;
    }
	.modal-dialog:not(.modal-dialog-fullscreen)
    {
        margin: 0px auto;
		max-width: 600px;
		width: 600px;
    }
}

/**********************************************************************************************************/
/**************************************** AUTOCOMPLETE ****************************************************/
/**********************************************************************************************************/

.autocomplete-suggestions { border: 1px solid #999999; background: #ffffff; cursor: default; overflow: auto; left:35px; text-align: left; }
.autocomplete-suggestion { white-space: nowrap; overflow: hidden; padding-left: 10px;}
.autocomplete-selected { background: #f0f0f0; }
.autocomplete-suggestions strong { font-weight: normal; color: #00acec; }

/**********************************************************************************************************/
/**************************************** JQUERY WIDGET ***************************************************/
/**********************************************************************************************************/

.ui-widget-more {
    position: absolute;
    text-align: right;
    width: 96%;
    z-index: 1;
    margin-top: 15px;
    float: right;
}

.ui-widget-more-button {
    font-size: 18px !important;
    margin: 5px;
    cursor: pointer;
    color: #4d4d4d;
}

.ui-widget-more-dropdown {
    margin: 2px;
    margin-top:-12px;
    text-align: left;
}

.ui-widget-more-dropdown > li > a > .dropdown-icon {
    /*float: left;*/
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
}


.ui-widget-header {
    border: 0px solid #aaaaaa;
    background: none!important;
    color: #222222;
    font-weight: bold;
    margin-top:8px;
    margin-bottom:10px;
}


.cartographieBox .ui-widget-header {
    text-align: center;
}

.cartographieBox .ui-widget-header > .title {
    width: 100%;
}

.cartographieBox .title {
  word-wrap: break-word;
}

#JOBGUIDE_GLOBAL_CONTAINER .jobguide-header .jobGuideBox_Emploi .title {
    width: 100%;
    display: table-cell;
}

#JOBGUIDE_GLOBAL_CONTAINER .jobguide-element.jobguide-header .jobGuideBox_Emploi .textElement {
    width: 100%;
}

#JOBGUIDE_GLOBAL_CONTAINER .classe {
    background-color: #9A0000;
}
/* mantis 1083349 */
#JOBGUIDE_GLOBAL_CONTAINER .jobguide-element .title { text-align: center;}
#JOBGUIDE_GLOBAL_CONTAINER .jobguide-element .title .textElement { display: inline-block;}
#JOBGUIDE_GLOBAL_CONTAINER .jobguide-header .jobGuideBox_Emploi,
#JOBGUIDE_GLOBAL_CONTAINER .jobguide-header .jobGuideBox_SousFam { display: table;}

.pdf-radio-o {
    display: none !important;
}

.pdf-label-o {
    opacity: 0.1;
    border: 1px solid black;
    text-align: center;
    font-size: 30px;
}

#pdf-portrait-o+.pdf-label-o {
    width: 55px;
    height: 80px;
    margin: 30px;
}

#pdf-landscape-o+.pdf-label-o {
    width: 80px;
    height: 55px;
    margin: 30px;
}

.pdf-radio-o:checked+.pdf-label-o {
    opacity: 1;
}

.pdf-export-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}

/* Override border: none; in allcss */
.ui-widget .ui-widget-content.tm-element-content {
    border: 1px solid #aaaaaa;
}

.ui-widget-header.tm-element-menu-header li {
    display: block;
    white-space: nowrap;
    float: left;
    border-right: none;
}

.ui-widget-header.tm-element-menu-header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #F7F7F7;
    background-image: none !important;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .bootstrap-select .dropdown-menu ul.dropdown-menu > li > a
{
    background-color: #fff;
    color: #333;
	font-weight: 400;
	white-space:nowrap;
    font-size: .8em;	
   
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .bootstrap-select .dropdown-menu ul.dropdown-menu > li > a:hover
{
	color: #00acec;
	background-color:#e3f5fb!important;
   
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .bootstrap-select .dropdown-menu ul.dropdown-menu > li > a.selected
{
	color: #fff!important;
    text-decoration: none;
    background-color: #00acec!important;
   
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title :hover
{
	color: #137499;
	background-color:#e3f5fb!important;
}
/**********************************************************************************************************/
/**************************************** JQUERY DIALOG ********************************************************/
/**********************************************************************************************************/

.ui-dialog
{
    z-index:10000;
}

/**********************************************************************************************************/
/**************************************** JQUERY DATEPICKER ********************************************************/
/**********************************************************************************************************/

.ui-datepicker {
    z-index: 9999 !important;
    width:auto !important;
}

.ui-datepicker .ui-widget-header, .ui-datepicker .ui-widget-header .ui-state-hover{
    background:none;
    border:none;
}

button.ui-datepicker-trigger
{
    border: none;
    padding: 0;
    background-color: inherit;
}

/**********************************************************************************************************/
/**************************************** JQUERY AUTOCOMPLETE ********************************************************/
/**********************************************************************************************************/

.ui-autocomplete.inputselect-select-search {
    max-height: 210px;
    overflow-y: auto;
    overflow-x: hidden;
}

/**********************************************************************************************************/
/**************************************** CONTEXT MENU ********************************************************/
/**********************************************************************************************************/

/* debut layout.cfm */
#contextmenu .ui-accordion-content {
    padding: 0px;
    border-left-color: #CBCBCB;
    border-right-color: #CBCBCB;
    overflow: hidden;
}
#contextmenu .ui-accordion-content ul {
    border: none;
}
#contextmenu .ui-accordion-content ul li {
    line-height: 20px;
    border: none;
    color: #7d7d7d;
    white-space: normal;
    background-color: #FFFFFF;
    font-size: 13px;
    padding: 0px 10px;
    cursor:pointer;
}
#contextmenu .ui-accordion-content ul li:hover,
#contextmenu .ui-accordion-content ul li.contextmenu-selected {
    color: #ffffff;
    background-color: #353535;
}

#contextmenu h3.ui-accordion-header {
    margin:0px;
    border: 1px solid #CBCBCB;
    background:none;
    background-color: #E6E6E6;
}

#contextmenu h3.ui-accordion-header a{
    margin-left:20px;
}

#contextmenu div.ui-accordion-content {
    margin-bottom: 0px;
}

#contextmenu h3.contextmenu-selected {
    background: url('../img/common/layoutv6/fond-contextmenu_bg.png');
}

@media print{
    #contextmenu{display:none;}
}

/**********************************************************************************************************/
/**************************************** V6 ********************************************************/
/**********************************************************************************************************/

body #v6_arianne, body #v6_arianne_onboarding {
background-color: inherit;
border-bottom: none;
}

#v6_subcontent .slidermenu-title {
    height: 52px;
}

#v6_bigContainer table
{
    border-collapse: inherit;
}

div#v6_arianne {
    height:auto;
}

#v6_subcontentScroll
{
    position:static !important;
    overflow:inherit !important;
}

#v6_leftmenu
{
    position:absolute !important;
    z-index:200;
}
#v6_leftmenu.v6_leftmenu-show
{
    display:block;
}
#v6_leftmenu.v6_leftmenu-hide
{
    display:none;
}

#v6_content
{
    overflow:inherit !important;
    position:relative !important;
    left:0 !important;
    z-index:99;
}
#v6_content.v6_content-withmenu
{
    margin-left: 300px;

}
#v6_content.v6_content-withoutmenu
{
    padding-left: 0px;
}

#v6_leftmenu ul {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #c8c8c8;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#v6_leftmenu .showEMPCODE {
    white-space: normal;
}

#v6_contentHeader   { background-color: #f2f2f2; border-top:1px solid #ffffff; border-bottom:1px solid #d7d7d7;display: table; width: 100%; Height:36px; }
#v6_contentHeader * { color:black; }

.v6_contentHeader_left  {
    float: left;
    font-family:arial;
    font-weight:bold;
    font-size:16px;
    line-height:35px;
    letter-spacing:1px;
    padding-left:15px;
    line-height: 36px;
}
.v6_contentHeader_right {
    float: right;
    font-family:arial;
    line-height:32px;
    font-size:12px;
    letter-spacing:0px;
    padding: 0px 10px;
    line-height: 36px;
}

.v6_contentHeader_right a:hover {
    text-decoration:none;
}

#v6_subcontentHeader{
    clear:both;
}

#v6_subcontentHeader tr {
    background-color:#ffffff;
}
.succession-plan-table td {
    background-color: #fff;
}

span.successor_status_img,
a.successor_status_img,
#t337_img_status {
    font-size: 18px;
    margin-right: 5px;
}
.successor_status_img.fa-circle,
#t337_img_status.fa-circle {color: #79BB12;}
.successor_status_img.glyphicon-triangle-top,
#t337_img_status.glyphicon-triangle-top {color: #FDC014;}
.successor_status_img.fa-exclamation-triangle,
#t337_img_status.fa-exclamation-triangle {color: #953222; vertical-align: bottom;}

.successor_status_img.fa-exclamation-triangle {
    margin-right: 0;
}
.successor_status_img.fa-star {
    font-size: 10px;
    margin-right: 0px;
}
.successor_status_img.far-copy {
    font-size: 18px;
}
.successor_status_img.fa-exclamation.poste_desynchro {
    background-color: #FFC338;
    color: #fff;
    font-size: 15px;
    padding: 3px 7px;
    vertical-align: top;
    border: 1px solid #999;
}
.successor_status_img.fa-files-o.other_job_holder_multiple {color: #7092BE;}
.successor_status_img.fa-star.other_job_successor {color: #3333CC;}
.successor_status_img.fa-star.other_job_holder {color: #FAA81D;}
.successor_status_img.fa-star.external_candidate {color: #FF0000;}
.successor_status_img.glyphicon-fire.added_to_active_people_review {color: #0597D1;}
.successor_status_img.glyphicon-stop.job_created_outside_of_mag_domain {
    color: #932F8D;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
html.ie8 .successor_status_img.glyphicon-stop.job_created_outside_of_mag_domain {-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";}

a.priority_changing_button {
    display:inline-block;
    height: 10px;
    width: 16px;
    vertical-align: middle;
}

.priority_changing_button span.glyphicon.glyphicon-menu-up {
    line-height: 0px;
}
html.ie .priority_changing_button span.glyphicon.glyphicon-menu-up {
    line-height: 7px;
}
.priority_changing_button[data-priority] span {
    display: none;
}
.priority_changing_button[data-priority="1"] span {color: #00D45B;}
.priority_changing_button[data-priority="2"] span {color: #FDC014;}
.priority_changing_button[data-priority="3"] span {color: #FE1515;}


.priority_changing_button[data-priority="3"] span.glyphicon-menu-up.third,
.priority_changing_button[data-priority="2"] span.glyphicon-menu-up.second,
.priority_changing_button[data-priority="3"] span.glyphicon-menu-up.second,
.priority_changing_button[data-priority="1"] span.glyphicon-menu-up.first,
.priority_changing_button[data-priority="2"] span.glyphicon-menu-up.first,
.priority_changing_button[data-priority="3"] span.glyphicon-menu-up.first {
    display: table;
    text-shadow: 0px 1px 1px #444;
    filter: dropshadow(color=#000000, offx=0, offy=0);
    font-size: 13px;
}




@media print
{
    #v6_leftmenu
    {
        display:none !important;
    }

    #v6_content
    {
        width:100%;
    }

    #v6_content.v6_content-withmenu
    {
        padding-left:0px;
    }

    #TM_USERINFO
    {
        display:none !important;
    }
}

/* fin layout.cfm */

/******************************************************************************************/
/*********************** DYNAFORM *********************************************/
/******************************************************************************************/

#dynMasterTable .card-body
{
  /*  position:relative;*/
}

div.TM_DYN_LVL_1
{
    /*padding-left:30px;*/
    padding-left:0 !important;
}

span.checkboxAlignment{
	line-height: 17px;
	margin-left:-7px;
	float: left;
}

span.checkboxAlignmentCenter{
    line-height: 30px;
    margin-left: 20px;
    float: left;
}

label.checkboxAlignment{
	line-height: 20px;
	float: left;
}



span.checkboxIcon {
    cursor:pointer;
}

input[type=checkbox]:checked + span.checkboxIcon::before {
    content: '\e982';
    color: #70d279;
}
input[type=checkbox]:not(:checked) + span.checkboxIcon::before {
    content: '\e990';
    color: #000;
}
input[type=checkbox]:checked + span.checkboxIcon:focus::before{
  content: '\e982';
    color: #66AFE9;
}
input[type=checkbox]:not(:checked) + span.checkboxIcon:focus::before {
    content: '\e990';
    color: #66AFE9;
}

input[type=radio]:checked + span.radio-dyn::before {
    content: '\e983';
}
input[type=radio]:not(:checked) + span.radio-dyn::before {
    content: '\e98a';
}
input[type=radio]:not(:enabled) + span.radio-dyn::before {
    cursor: not-allowed;
}

label.radioGroup {
    margin-left: 0px !important;
}

.radioGroup > input{ /* Cacher le radio tout en gardant la navigation clavier */
    position: absolute;
    opacity: 0;
}

.radioGroup > input + span{
    cursor:pointer;
    border:2px solid transparent;
}

.radioGroup>input:focus+span {
	outline-color: -webkit-focus-ring-color;
	outline-color: #017ede;
	outline-width: 1px;
	outline-offset: 0px;
	outline-style: solid;
}

.radioGroup > span{
    color:#AAA;
}

.radioGroup {
  display: inline;
}

.radioLabel, .checkboxLabel{
    cursor:pointer;
    display:table-cell;
    vertical-align:middle;
}

.dateRequired{
    position:absolute;
    right:-10px;
}
span.TM_DYN_CAT_NAME,
span.TM_DYN_NUMBER {
	font-weight:bold;
	font-size: 15px;
	margin-right: 0px !important;
}
span.TM_DYN_NUMBER
{
	float:none;
}

.card-body .list-group span.TM_DYN_DELETE_LINK
{
    text-align:inherit;
    float:inherit;
}

.card-body .list-group span.TM_DYN_DELETE_LINK .TM_DIVDELETE
{
    display: inline;
    padding-left: 10px;
}

.TM_DIVDELETE > a:hover{
    color:white;/*Fix d'un bug de hover qui devient bleu dans Chrome*/
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0px;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fileUpload.btn span {
  margin-top: -2px;
}
.input-group .form-control:last-child, 
.input-group-append:last-child, 
.input-group-append:last-child>.btn, 
.input-group-append:last-child>.btn-group>.btn, 
.input-group-append:last-child>.dropdown-toggle, 
.input-group-append:first-child>.btn:not(:first-child), 
.input-group-append:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0!important;
  border-top-left-radius: 0!important;
}
.fileUpload.btn {
  position: relative;
  overflow: hidden;
  /*height: 23px!important;*//* Mantis 0964863 */
  margin-top: 0px;
  padding-top: 0px;
}
.fileUpload.btn:hover {
  border-color:#0087b9 !important;
}
.fld-upload-file-filled {
  background-color: white;
  color: black;
}
#dynMasterTable .input-group .btn{
/*#dynMasterTable .input-group .form-control*//* Commenté pour Mantis 0964863 */
    /*height: 23px;*//* Commenté pour Mantis 0964863 */
    padding: 6px 20px !important;/* Ajouté pour Mantis 0964863 */
    border-radius: 2px !important; /* Ajouté pour Mantis 0964863 */
    font-size: 14px; /* Ajouté pour Mantis 1178009 */
    text-transform: none; /* Ajouté pour Mantis 1178009 */
}
#dynMasterTable .input-group .btn-calendar{
    height: auto !important;/* Ajouté pour Mantis 0964863 */
    color: #00acec;/* Ajouté pour Mantis 0964863 */
}
#dynMasterTable .input-group button.btn .glyphicon {
    font-size: 10px;
    top: -4px;
}
#dynMasterTable .input-group {
    width: 50%;
}
#dynMasterTable .input-group.captcha_fld_container {
    width: 100%;
}

#dynMasterTable .form-group{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#dynMasterTable .input-group input[type="text"] {
    /*padding: 0 0 0 5px;*//* Mantis 0964863 */
    border-radius: 2px !important;/* Ajouté pour Mantis 0964863 */
}

#dynMasterTable .right-inner-addon {
    width: 100%;
    padding-right: 33px;
}

@media(max-width: 767px) {
    #dynMasterTable .input-group {
        width: 100%;
    }
}
@media(min-width: 768px) {
  #dynMasterTable .col-form-label + .form-field {
      padding-top: 7px;
      line-height: 35px;
  }
  #dynMasterTable .col-form-label + .form-field input[type="text"] {
      height: 39px;
  }
  #dynMasterTable .form-group {
      padding-top: 5px;
      line-height: 35px;
  }

  #dynMasterTable .form-group label {
      line-height: normal;
  }
}

#dynMasterTable .form-group div label {
      line-height: 15px!important;
  }

.PDF_1 .sr-only { display: none; }

.tm-inputselect-item .text-right { text-align: right; }
.tm-inputselect-item a, .tm-inputselect-item a:hover { color: black; }
.tm-inputselect-item .ui-state-focus {
    border: 0;
    background: #f5f5f5;
    border-radius: 0;
}

.tcjSearchService {
    min-height: 50px;
    min-width: 400px;
}

.tcjSearchService .critJobHolder { width: 180px; }
.tcjSearchService .critJobHolderNameContainer { line-height: 50px; }
.tcjSearchService .critJobTitle { font-weight:bold; }
.tcjSearchService .critJobPop { color: #bcbcbb; }
.tcjSearchService .critJobIsVacant { color: #09a938; }
.tcjSearchService .critJobHolder .critJobIsVacant { padding-left: 50px; }
.tcjSearchService .critJobHolder .critJobIsFilled .critJobHolderName { width: 130px; }

.tcjSearchService .critJobHolder .critJobHolderName {
    padding-left: 5px;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.tcjSearchService .critJobHolder .critJobHolderImageWrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}


/****************************************/
/********** SUMMARY ERROR REPORT ***********/
/*******************************************/
.summary-line .alert-link{
	text-decoration:none !important;
	padding-left: 10px !important;
	font-weight: lighter !important;
	color: #000;
}

#summary-error-report .dropdown-item .dropdown-menu
{
    left: -4px !important;
}
.summary-error-report
{
    position:fixed;
    right:15px;
    top:100px;
    z-index: 10;
    padding-right: 0px;
    padding-left: 0px;
}

.summary-error-report .summary-warning,
.summary-error-report .summary-error,
.summary-error-report .summary-information
{
    background-color: #428bca;
	height: 28px;
    padding-top: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.summary-error-report .summary-warning > a,
.summary-error-report .summary-error > a,
.summary-error-report .summary-information > a
{
    color: #ffffff;
}

.summary-error-report .badge
{
    background-color : #ffffff;
	padding-left: .7em;
	padding-right: .7em;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
}

.summary-error-report > ul
{
    list-style-type: circle;
    padding-left: 0;
    float:inherit;
}

.summary-error-report .dropdown-menu
{
    overflow-y:auto;
    overflow-x:auto;
    font-size: 12px;
    padding: 5px;
    width:100%;
    max-height:200px;
}

.summary-error-report .dropdown-menu > li > a
{
    white-space: inherit;
}

.summary-error-report > ul > li > a
{
    width: 51%;
    display: block;
}

.card-body .summary-error-report
{
    display:none;
}

/******************************************************************************************/
/*********************** MODULE *********************************************/
/******************************************************************************************/

/* icones de module sur la hp */
.modulepicture .mx-auto {
    width : 50px;
}
.modulepicture .block-image {
    width : 76px;
}
.modulepicture .mx-auto .icon {
    font-size : 50px;
}

/* used to force consistent item size. to calculate text width */
.tab-fixItemWidth .tab-item {
    display: inline-block !important;
}

/******************************************************************************************/
/*********************** Couleur performance sorties des modules **********************/
/******************************************************************************************/

.op-statusG { color: #999999; }
.op-statusB { color: #00acec; }
.op-statusV { color: #49bf67; }
.op-statusJ { color: #f8a326; }
.op-statusR { color: #f34541; }

.tm-statusG { color: #999999; }
.tm-statusB { color: #00acec; }
.tm-statusV { color: #49bf67; }
.tm-statusJ { color: #f8a326; }

/******************************************************************************************/
/***************************************** BLOCK *********************************************/
/******************************************************************************************/

.TM_block {
    width: 16px;
    height: 16px;
    text-align: center;
    font-weight: bold;
}

#divLegend .TM_block { cursor: default;}

.TM_block_D {
    color: #000000;
    background-color: #999999;
    cursor: pointer;
}

.TM_block_G {
    color: #000000;
    background-color: #dddddd;
    cursor: pointer;
}

.TM_block_V {
    color: #ffffff;
    background-color: #01df01;
    cursor: pointer;
}

.TM_block_J {
    color: #ffffff;
    background-color: #fe9a2e;
    cursor: pointer;
}
.TM_block_R {
    color: #ffffff;
    background-color: #ff0000;
    cursor: pointer;
}

.TM_block_P {
    color: #000000;
    background-color: #dddddd;
    cursor: pointer;
}

.TM_block_A {
    color: #000000;
    background-color: #dddddd;
    cursor: pointer;
}

.TM_block_N {
    color: #000000;
    background-color: #999999;
    cursor: pointer;
}

.TM_block_C {
    color: #000000;
    background-color: #C8AD7F;
    cursor: pointer;
}

.TM_block_M {
    color: #000000;
    background-color: #C8AD7F;
    cursor: pointer;
}

.TM_block_O {
    color: #000000;
    background-color: #C8AD7F;
    cursor: pointer;
}

.TM_block_F {
    color: #000000;
    background-color: #C8AD7F;
    cursor: pointer;
}

.TM_block_S {
    color: #000000;
    background-color: #dddddd;
    cursor: pointer;
}

.TM_block_So {
    color: #000000;
    background-color: #dddddd;
    cursor: pointer;
}

/* Blocs utilisés dans l'ancien GUI du workflow */

.TM_block_G a {
    width: 10px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

.TM_block_V a {
    width: 10px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.TM_block_J a {
    width: 10px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.TM_block_R a {
    width: 10px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}

/******************************************************************************************/
/***************************************** TM TAB *********************************************/
/******************************************************************************************/

@media print {
    div.tm-tab > ul > li.tab-item { display:none !important; }
    div.tm-tab > ul > li.tab-item.active { display:inline !important; }
    div.tm-tab > ul > li.tab-item.active > a { border:0px none #ffffff; }
}

/* Couleurs tabs */
.tm-tab .dropdown-menu > li > a:hover { background-color:#2b2d30 !important;}

li.tab-item {
    position: relative;
}

/******************************************************************************************/
/***************************************** ARIANNE *********************************************/
/******************************************************************************************/

#arianne {
    background-color:transparent!important;
}
#arianne .breadcrumb {
    background-color:transparent!important;
}
#arianne .breadcrumb  li {  
	font-size:13px!important; 
	line-height: 23px;
}

#arianne .arianne-icon {
    margin-right: 5px;
    font-size: 20px;
    text-decoration: none;
}
#arianne li.active a,
#arianne li.active {
    font-size: 17.5px!important;
    color: #000;
}

@media print {
    #arianne {
        display:none !important;
    }
}

/******************************************************************************************/
/***************************************** HOMEPAGE *********************************************/
/******************************************************************************************/

/* Début modifications homepage 672951 */

/* Homepage - background gris */
/*.PAGE_C_HOMEPAGE #content, .PAGE_C_HOMEPAGE #wrapper, .PAGE_C_HOMEPAGE .container {
    background: #E5E5E5;
}*/

.MASTERPAGE_HOMEPAGE  #content {
    background: #E5E5E5;
	overflow: visible;
	display: block;
	position: static;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Homepage - hide fil arianne*/
.PAGE_C_HOMEPAGE #arianne {
    display: none;
}

/* Homepage - responsive full width (on ne touche pas aux versions non-desktop) */
@media (min-width: 1200px) {
    .PAGE_C_HOMEPAGE .container {
        padding-left: 0;
    }

    /* Homepage - bootstrap gutter mince */
    .PAGE_C_HOMEPAGE .col-1, .PAGE_C_HOMEPAGE .col-md-1, .PAGE_C_HOMEPAGE .col-lg-1, .PAGE_C_HOMEPAGE .col-xl-1, .PAGE_C_HOMEPAGE .col-xxl-1, 
	.PAGE_C_HOMEPAGE .col-2, .PAGE_C_HOMEPAGE .col-md-2, .PAGE_C_HOMEPAGE .col-lg-2, .PAGE_C_HOMEPAGE .col-xl-2, .PAGE_C_HOMEPAGE .col-xxl-2, 
	.PAGE_C_HOMEPAGE .col-3, .PAGE_C_HOMEPAGE .col-md-3, .PAGE_C_HOMEPAGE .col-lg-3, .PAGE_C_HOMEPAGE .col-xl-3, .PAGE_C_HOMEPAGE .col-xxl-3, 
	.PAGE_C_HOMEPAGE .col-4, .PAGE_C_HOMEPAGE .col-md-4, .PAGE_C_HOMEPAGE .col-lg-4, .PAGE_C_HOMEPAGE .col-xl-4, .PAGE_C_HOMEPAGE .col-xxl-4, 
	.PAGE_C_HOMEPAGE .col-5, .PAGE_C_HOMEPAGE .col-md-5, .PAGE_C_HOMEPAGE .col-lg-5, .PAGE_C_HOMEPAGE .col-xl-5, .PAGE_C_HOMEPAGE .col-xxl-5, 
	.PAGE_C_HOMEPAGE .col-6, .PAGE_C_HOMEPAGE .col-md-6, .PAGE_C_HOMEPAGE .col-lg-6, .PAGE_C_HOMEPAGE .col-xl-6, .PAGE_C_HOMEPAGE .col-xxl-6, 
	.PAGE_C_HOMEPAGE .col-7, .PAGE_C_HOMEPAGE .col-md-7, .PAGE_C_HOMEPAGE .col-lg-7, .PAGE_C_HOMEPAGE .col-xl-7, .PAGE_C_HOMEPAGE .col-xxl-7, 
	.PAGE_C_HOMEPAGE .col-8, .PAGE_C_HOMEPAGE .col-md-8, .PAGE_C_HOMEPAGE .col-lg-8, .PAGE_C_HOMEPAGE .col-xl-8, .PAGE_C_HOMEPAGE .col-xxl-8,
	.PAGE_C_HOMEPAGE .col-9, .PAGE_C_HOMEPAGE .col-md-9, .PAGE_C_HOMEPAGE .col-lg-9, .PAGE_C_HOMEPAGE .col-xl-9, .PAGE_C_HOMEPAGE .col-xxl-9,
	.PAGE_C_HOMEPAGE .col-10, .PAGE_C_HOMEPAGE .col-md-10, .PAGE_C_HOMEPAGE .col-lg-10, .PAGE_C_HOMEPAGE .col-xl-10, .PAGE_C_HOMEPAGE .col-xxl-10, 
	.PAGE_C_HOMEPAGE .col-11, .PAGE_C_HOMEPAGE .col-md-11, .PAGE_C_HOMEPAGE .col-lg-11, .PAGE_C_HOMEPAGE .col-xl-11, .PAGE_C_HOMEPAGE .col-xxl-11,
	.PAGE_C_HOMEPAGE .col-12, .PAGE_C_HOMEPAGE .col-md-12, .PAGE_C_HOMEPAGE .col-lg-12, .PAGE_C_HOMEPAGE .col-xl-12, .PAGE_C_HOMEPAGE .col-xxl-12 {
        padding-left: 7px;
        padding-right: 7px;
    }
}

/* correction pour news video en mode mobile */
@media (max-width: 425px){
    body.PAGE_C_HOMEPAGE table.news-table {
        white-space:normal;
    }

    body.PAGE_C_HOMEPAGE table.news-table video {
        width: 100%;
    }
}

/******************************************************************************************/
/************************ WEBPARTS / SMARTASSISTANTS ***************************/
/******************************************************************************************/

.card-collapse {
    clear: both;
}

.webpart  [data-dismiss="modal"],
.smartassistant [data-dismiss="modal"] {
    display:none;
}

.webpart .container {
    background-color: transparent!important;
}

/* styles des webparts / smartassistants de la HP */
.webpart.box > .box-content,
.smartassistant.card-group > .card {
    background-color: #F3F3F3;
    border: 0 none;
    box-shadow: none;
}
.webpart.box > .box-header .title{
  font-size: 18px;
}
.webpart.box > .box-header .title,
.smartassistant.card-group .card-title {
    color: #999;
    float: left;
    position: relative;
}
.webpart > .box-header .row {
    margin-top: 10px;
}

.smartassistant.card-group .glyphicon,
.smartassistant.card-group i {
    color: #3C3C3C;
}

.smartassistant.card-group .card-header + .card-collapse .card-body {
    border: 0 none;
    /*background: -moz-linear-gradient(top,  rgba(221,221,221,0.25) 0%,  rgba(255,255,255,1) 5px);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,0.65)), color-stop(22%,rgba(255,255,255,1)));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  rgba(221,221,221,0.25) 0%,rgba(255,255,255,1) 5px);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  rgba(221,221,221,0.25) 0%,rgba(255,255,255,1) 5px);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  rgba(221,221,221,0.25) 0%,rgba(255,255,255,1) 5px);*/ /* IE10+ */
    /*background: linear-gradient(to bottom,  rgba(221,221,221,0.25) 0%,rgba(255,255,255,1) 5px);*/ /* W3C */
}

.webpart.box > .box-header .actions a.btn-link {
    color: #3C3C3C;
    border: 0 none;
    position:absolute;
    right:0px;
    top: -1px;
    z-index: 2;
}
.webpart.box > .box-header .actions a.btn-link:hover {
    background-color: transparent;
}
.webpart.box > .box-header .actions .btn-link:hover {
    color: #3C3C3C;
    background-color: #F3F3F3;
}
.webpart.box > .box-header .actions .btn-link i {
    color: #C4C4C4;
}
.webpart.box > .box-header .actions .btn-link i:hover {
    color: #999999;
}

#_ONBMESSAGE {
    background-color: rgba(255,255,255,.85);
}
#_ONBMESSAGE .box-header, #_ONBMESSAGE .box-content {
    background-color:transparent!important;
}
#_ONBMESSAGE { 
  padding-top: 5px; 
  padding-bottom: 5px;
}
#_ONBMESSAGE .box-header > .title { margin-top:3px!important; padding-left:15px;}

#_ONBMESSAGE .box-content {display: flex;}
#_ONBMESSAGE .box-content .box-content{display: block;}


#MyFeed .feed-header{
	width: 100%;
	justify-content: space-between;
}

#MyFeed .feed-body{
	width: 100%;
}

#MyFeed .picture-container, #MyFeed .box-content-detailed{
	margin-top: 10px;
}

#MyFeed .shareCommentSection, #MyFeed .comments-container {
	display: block;
}

#MyFeed .actionButtonsContainer {
	display: contents;
}

#MyFeed .shareComment .fileinputcontainer .btn, #MyFeed .statusShare a div.btn{
	padding-top:10px !important;
}



.webpart .box-header button.btn.dropdown-toggle:focus,
.webpart .box-header button.btn.dropdown-toggle,
.webpart .box-header button.btn[data-toggle="dropdown"],
.webpart .box-header button.btn[data-toggle="dropdown"]:focus {
    background-color: #fff!important;
    border-color: #fff!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.webpart-card-actions {
    position: absolute;
    right: 5px;
    top: 0px;
    z-index: 2;
}
.webpart-card-actions a i {
    color: #666;
    font-size: 12px;
}

/* Fin modifications homepage 672951 */

/* mantis 1022851 - 1082433*/
body.PAGE_C_HOMEPAGE #content > .container-fluid .webpart:not(.cockpitrh),
body.PAGE_C_HOMEPAGE #content > .container-fluid .webpart-performance:not(.cockpitrh) {
    margin-top: 15px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 0;
}

body.PAGE_C_HOMEPAGE #content > .container-fluid > .row {
    margin-left: 0;
    margin-right: 0;
}

body.PAGE_C_HOMEPAGE:not(.FROMCRH) #content > .container-fluid > div:not(.PAGE_C_C900) *[class^="col"]:not(.USINGCRH) {
    padding-left: 0;
    padding-right: 0;
}
body.PAGE_C_HOMEPAGE.FROMCRH #content > .container-fluid *[class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
}
body.ITEM-component-controller-jobposting-candidates-c_c200.IFRAMENAVIGATION {
	padding: 0!important;
	background-image: none!important;
}

body.PAGE_C_HOMEPAGE #content > .container-fluid > .webpart:not(.cockpitrh),
body.PAGE_C_HOMEPAGE #content > .container-fluid > .ajaxloader .webpart:not(.cockpitrh),
body.PAGE_C_HOMEPAGE #content > .container-fluid > .ajaxloader .webpart-performance:not(.cockpitrh) {
    margin-left: 15px;
    margin-right: 15px;
}

body.PAGE_C_HOMEPAGE #content > .container-fluid .row > *[class^="col-"]:first-child > .webpart,
body.PAGE_C_HOMEPAGE #content > .container-fluid .row > *[class^="col-"]:first-child > .ajaxloader > .webpart-performance {
    margin-left: 15px;
}

body.PAGE_C_HOMEPAGE #content > .container-fluid .row > *[class^="col-"]:last-child > .webpart,
body.PAGE_C_HOMEPAGE #content > .container-fluid .row > *[class^="col-"]:last-child > .ajaxloader > .webpart-performance {
    margin-right: 15px;
}

body.PAGE_C_HOMEPAGE #content > .container-fluid .webpart-performance .box-nomargin {
    margin:0px;
}

body.PAGE_C_HOMEPAGE #content .cockpitrh div [data-type=v_sqlfilterlist] >.row > *[class^="col"] {
    padding-left:15px;
    padding-right:15px;
}
body.PAGE_C_HOMEPAGE #content > .container-fluid > div:not(.cockpitrh):last-child { padding-bottom:35px;}

@media (max-width: 991px) {
    body.PAGE_C_HOMEPAGE #content > .container-fluid .webpart:not(.cockpitrh) {
        margin-left: 15px;
        margin-right: 15px;
     }
}

/* fin mantis 1022851 */

/* Modifications homepage mantis 0975171 */

/* Homepage - background */
/*.PAGE_C_HOMEPAGE #content, .PAGE_C_HOMEPAGE #wrapper, .PAGE_C_HOMEPAGE .container {
    background: #E5E5E5;
}*/
/* Homepage - Calendrier */
.PAGE_C_HOMEPAGE #p010f-content .container,
.PAGE_C_HOMEPAGE #p010-tab-content .tab-pane {
    background: #ffffff!important;
}

/* Homepage - suppression box-shadow*/
.PAGE_C_HOMEPAGE .smartassistant.card-group > .card,
.PAGE_C_HOMEPAGE .smartassistant, .PAGE_C_HOMEPAGE .webpart,
.PAGE_C_HOMEPAGE .box.card-shadow, .PAGE_C_HOMEPAGE #content .box {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-box-shadow: none!important;
}

/* Homepage - Performance */
.PAGE_C_HOMEPAGE #p010-types .tab-item.active a,
.PAGE_C_HOMEPAGE #p010-types .tab-item.active {
    background-color: #cccccc!important;
}
.PAGE_C_HOMEPAGE #p010-sectionTabs {
    background-color: #cccccc!important;
}
.PAGE_C_HOMEPAGE #p010-tab-content {
    background-color:#ffffff!important;
}

/* Fin des modifications homepage mantis 0975171 */

/* Homepage - Team-member -- mantis 1388728*/
.PAGE_C_HOMEPAGE #team-member-container > .box-content {
    background-color: #fff;
}

.PAGE_C_HOMEPAGE .p010d-evalDetails-headings-element .headingelement { /*--mantis 1405382--*/
    padding-left: 5px!important;
}
.PAGE_C_HOMEPAGE .p010-periodType-P #p010d-spanDisplayMode {
    padding-left: 15px!important;
}

/******************************************************************************************/
/***************************************** GENERAL GRID *********************************************/
/******************************************************************************************/

.container {
    max-width: 100% !important;
}
section#content .container {
    max-width: 500px;
}
section#content > .container {
    padding-bottom:24px;
}

@media (min-width: 768px) {
    .container { width: auto;   }
    #footer .container.col-md-2 { width: 16.66666667%; }
    #footer .container.col-md-10 { width: 83.33333333%; }
}

body.IFRAMENAVIGATION .container {
    width:100%;
}

html.iDevice.iPhone .IFRAMENAVIGATION #wrapper,
html.iDevice.iPad .IFRAMENAVIGATION #wrapper {
		height: 100%;
		overflow-y: scroll;
}
html.iDevice.iPhone #wrapper::-webkit-scrollbar,
html.iDevice.iPad #wrapper::-webkit-scrollbar {
		width: 0px;
		height: 0px;
}

body.MASTERPAGE_FRAME div.container
{
    width:100%;
}

body.PORTAL_HANDLED > #wrapper > section > .container
{
    width:100%;
}

body.MASTERPAGE_CONTEXTMENU > #wrapper > section > .container {
    width:100%;
}

body.MASTERPAGE_FRAME div.container > .row
,body.MASTERPAGE_FRAME div.container > form > .row
,.modal-body > .row
,.modal-body > form > .row
,.modal-footer > .row
,.modal-footer > form > .row
{
    margin-right: 0px;
    margin-left: 0px;
}

/* ============== !!!!BUG WITH SELECT IN IFRAME =================== */
/*
.container > .row > div:first-child,
.container > form > .row > div:first-child,
.modal-body > .row > div:first-child,
.modal-body > form >.row > div:first-child,
.modal-footer > .row > div:first-child,
.modal-footer > form >.row > div:first-child
{
    padding-left:0px;
}
.container > .row > div:last-child,
.container > form > .row > div:last-child,
.modal-body > .row > div:last-child,
.modal-body > form >.row > div:last-child,
.modal-footer > .row > div:last-child,
.modal-footer > form >.row > div:last-child
{
    padding-right:0px;
}
*/
/* ============== !!!!BUG WITH SELECT IN IFRAME =================== */

*:focus {
    outline:0!important;
    text-decoration:none!important;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.PAGE_C_HOMEPAGE .dropdown-menu.v_header .container {
    background-color: #fff;
}

/*.PAGE_C_HOMEPAGE #content, .PAGE_C_HOMEPAGE #wrapper, .PAGE_C_HOMEPAGE .container {
    background: #F9F9F9;
}*/
/************************ TABLE ******************************/
.table thead > tr > th, .table thead > tr > td, .table tbody > tr > th, .table tbody > tr > td, .table tfoot > tr > th, .table tfoot > tr > td {
    padding: 2px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: none;
}
#p110-list .table thead > tr > th, #p110-list .table thead > tr > td, #p110-list .table tbody > tr > th, #p110-list .table tbody > tr > td, #p110-list .table tfoot > tr > th, #p110-list .table tfoot > tr > td {
    
    border-top: 1px solid #dee2e6!important;
}
.table-sm>thead>tr>th,.table-sm>tbody>tr>th,.table-sm>tfoot>tr>th { padding:5px 5px 5px 5px;}
.table-sm>thead>tr>td,.table-sm>tbody>tr>td,.table-sm>tfoot>tr>td {padding:8px 5px 5px 5px;}
.table-striped>tbody>tr:nth-child(odd)>td  {  background-color: #F7F7F7;}

thead { font-size:12px; color:#666666!important; }
tbody { font-size:12px; }

.td-xxs { width:2%; }
.td-xs { width:5%;}
.td-sm { width:10%; }
.td-md { width:20%;}
.td-lg { width:40%;}

.learning-activity-access-table-names {
    padding-right: 10px;
    padding-top: 2px;
    margin-bottom: 3px;
    color: #666666;
    margin-left: 38px;
}

/* Colonne XL pour écran > 1600px */
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width:1600px) {
    .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      float: left;
    }
	.col-xxl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xxl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.333333%
    }

    .offset-xxl-2 {
        margin-left: 16.666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.333333%
    }

    .offset-xxl-5 {
        margin-left: 41.666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.333333%
    }

    .offset-xxl-8 {
        margin-left: 66.666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.333333%
    }

    .offset-xxl-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl-2-5 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1025px) {
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (max-width: 1024px) {
    .row {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (max-width: 425px){

  .container > #v6_content > #v6_subcontent > #reCandidateFile {
    display:block;
}

.container > #v6_content > #v6_subcontent > #dvNavigation  {
    display:inline-block;
    width:155px;
}

  body.MODE_NORMAL table{

    max-width: 100%;
    /*white-space: nowrap;*/

  }


    div#reCandidateFile {

      display: inline-block;

    }
    #wotctable{

    max-width: 100%;
    white-space: normal !important;

  }

}

html.iDevice div.modal-body-framed>iframe.frame-loaded {
	width: 1px !important;
	min-width: 100% !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .container > .row > div:first-child, .container > form > .row > div:first-child, .modal-body > .row > div:first-child, .modal-body > form > .row > div:first-child, .modal-footer > .row > div:first-child, .modal-footer > form > .row > div:first-child {
        padding-left : 15px;
    }
    .container > .row > div:last-child, .container > form > .row > div:last-child, .modal-body > .row > div:last-child, .modal-body > form > .row > div:last-child, .modal-footer > .row > div:last-child, .modal-footer > form > .row > div:last-child {
        padding-right : 15px;
    }

    #CandidateFileOverviewRight {
      padding-left: 0px;
    }
}

@media (max-width: 768px)
{
    .container > .row > div,
    .container > form > .row > div,
    .modal-body > .row > div,
    .modal-body > form > .row > div,
    .modal-footer > .row > div,
    .modal-footer > form > .row > div
    {
        padding-left:0px;
        padding-right:0px;
    }
}

@media (max-width: 450px)
{
    .col-xxs-12
    {
        width:100%;
    }

    .container
    {
        padding-left: 5px;
        padding-right: 5px;
    }

}

.tmui-table.container-fluid {
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}

.tmui-table .rowLine.header > div[class*=col] {
  background-color: #f8f8f8;
  font-weight: bold;
}

.tmui-table .rowLine > div[class*=col] {
  padding: 5px;

  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;

  padding-bottom: 9999px;
  margin-bottom: -9994px; /* 9999px - 5px de padding */

  /* Ajustements pour les mots trop longs */
  font-size: 12px;
  word-break: keep-all;
  overflow-x: hidden;
  padding-left: 1px;
  padding-right: 1px;
  text-overflow: ellipsis;
}

.tmui-table .rowLine {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;

  overflow: hidden;

  position: relative;
}

@media (min-width: 768px) {

  .tmui-table .rowLine {
      margin-top: -1px;
  }
}

@media (max-width: 767px) {
  .tmui-table .rowLine.header {
    display: none;
  }

  .tmui-table .rowLine {
    margin-bottom: 15px;
  }

  .tmui-table .rowLine > div[class*=col] {
    padding-left: calc( 35% + 5px );
  }

  /* Affichage des titres */
  .tmui-table div[data-title]::before {
    content: attr(data-title);

    position: absolute;
    display: inline-block;
    left: 0;
    right: 65%; /* 100% - 35% */
    top: 0;
    bottom: 0;

    padding: 5px;
    font-weight: bold;

    background-color: #f8f8f8;
    border-right: 1px solid #d9d9d9;

    /* Ajustements pour les textes trop longs */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 400px) {

  .tmui-table .rowLine > div[class*=col] {
      padding-top: 35px; /* 30px + 5px */
      padding-left: 5px;
  }

  .tmui-table div[data-title]::before {

      right: 0;
      bottom: auto;
      height: 30px;

      border-right: 0;
      border-bottom: 1px solid #d9d9d9;

  }
}

/******************************************************************************************/
/*********************************** SPLASH SCREEN ****************************************/
/******************************************************************************************/

/* Splashscreen fixed, scroll */
#splash-mobile-homepage {
    margin-top: 0 !important;
    position: fixed;
    top: 80px; /* Header */
    right: 0;
    bottom: 19px; /* Footer */
    left: 0;
    overflow-y: auto;
    background-color:#11131B;
    background-image: url("../img/common/splash-background.jpg");
    background-position:top center;
    background-repeat:no-repeat;
    background-attachment: fixed;
}

/* Assurer aucun margin dans le 1er élément */
#splash-mobile-homepage h1 {
    margin-top: 0;
}


#splash-title{
    margin:auto;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align:center;
}
#splash-title h1 {
    font-weight:200!important;
    font-size:22px;
    color:#ffffff!important;
}

#splash-menu{
    width: 800px;
    position:relative;
    min-height: 150px;
    color:#ffffff;
    margin:auto;
    margin-top:60px;
    text-align:center;

}
#splash-menu i[class*="text-"] { color: #ffffff !important; }

#splash-menu a {
    color:#ffffff;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif!important;
    font-size: 10px;
    text-decoration:none;
}
#splash-menu a:hover .splash-menu-icon{
    border:3px solid #ffffff;
}
.splash-menu-icon{
    text-align:left;
    width:90px;
    height:90px;
    font-size:34px;
    text-align:center;
    padding:17px 1px 1px 1px;
    border:3px solid #00acec;
    border-radius:45px;
    margin: auto;
}
.splash-menu-notification {
    position:absolute;
    width:25px;
    height:25px;
    padding-top:2px;
    font-size:14px!important;
    text-align:center;
    background-color: #00acec!important;
    color: #ffffff!important;
    border-radius:45px;
    right:24%;
    z-index:99;
}

.splash-menu-label {
    margin-top: 8px;
    line-height: 14px;
    font-size:12px;
    text-align:center;
    margin-bottom: 0px;
    min-height: 47px;
}
.menu-box {
    width: 100px;
    margin-left: 2%;
    text-align: center;
    display: inline-table;
}

/* Soulignement de la bonne couleur */
.menu-box a:hover, .menu-box a:focus { color: #0099D3; }
.menu-icon{
    text-align:left;
    width: 50px;
    height: 50px;
    font-size: 22px!important;
    text-align:center;
    padding: 7px 1px 1px 1px;
    border:3px solid #00acec;
    color:#00acec!important;
    border-radius:45px;
    margin: auto;
}
.menu-notification {
    position:absolute;
    width:20px;
    height:20px;
    padding-top:2px;
    text-align:center;
    background-color:#00acec!important;
    border-radius:45px;
    right:28%;
    z-index:99;
}

.menu-label {
    margin-top: 5px;
    line-height: 13px;
    text-align:center;
    font-size: 12px;
    color: #00ACEC;
    margin-bottom: 0px;
    min-height: 61px;
}

/* Module picture réintégrée */
.row.modulepicture {
    margin: 0 0 12px 0;
}

/************* MOBILE *****************/
@media (max-width:767px) {
    #splash-title{
        margin-top:30px;
        margin-bottom: 20px;
        text-align:center;
    }
    #splash-title h1 {
        font-weight:200!important;
        font-size:18px;
        color:#ffffff!important;
    }
    #splash-menu {
        width: 306px;
        margin-top: 30px;
    }
    .splash-menu-icon{
        width:60px;
        height:60px;
        font-size:20px;
        padding:14px 1px 1px 1px;

    }
    .splash-menu-notification {
        width:22px;
        height:22px;
        padding-top:0px;
        font-size:14px!important;
        right:14%;
    }
    .splash-menu-label {
        min-height: 42px;
        margin-left: -5px!important;
        margin-right: -5px!important;
        line-height:10px;
        font-size:10px;
    }
    .TM_cSearchField_open td {
        /*padding: 0 0 5px 0px;*/
    }
    .TM_cSearchField_open > td > .container {
        margin-left: 0;
    }
    .modal-dialog {
        margin: 0;
    }
    .webpart.box > .box-header .actions a.btn-link {
        right: 10px;
    }
}

/******************************************************************************************/
/*************************************** LOGIN ********************************************/
/******************************************************************************************/
/**************** default classes **********************/
body.login {
    width: 100%;
    height: 100%;
}
/*--modifie pour login vertical
body.login .container { padding:0px; background-color:transparent;   width: auto;}*/
body.login .middle-container {
    overflow: visible;
    display: table;
    position: static;
    width: 100%;
    height: 100%;
    background-position: center;
    background-image: url("../img/common/bg_login_page2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #242424;
}
@media (max-width: 768px) {
    body.login .middle-container {
        background-size: auto 100%;
    }
}
/* IE ajoute un bouton pour découvrir le mot de passe automatiquement. Nous devons donc déplacer notre lien. */
html.ie body.login .lnkForgetPassword {
    right : 35px;
}
body.login .lnkForgetPassword {
    color: #00acec;
    font-size: 12px;
}
body.login .middle-container .middle-row {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: static;
    height: 100%;
}
/*--modifie pour login vertical
body.login .middle-container .middle-row .middle-wrapper {
    position: static;
    margin-top: 50px;
}*/

body.login .login-container-header {
    padding: 30px 0 40px 0;
}

@media (min-width: 768px) {
    body.login .login-container-header {
        padding: 10px 0 40px 0;
    }
}

/********** LOW RES **********/
@media (min-width: 768px) {
    body.login .login-container {
    position: relative;
    padding: 0;

    }
}

body.login .login-container:before {
   /* content: "";*/
    position: absolute;
    margin-left: -10px;
    left: 50%;
    top: -10px;
    border-bottom: 10px solid #ffffff;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

body.login .login-container .title {
    margin: 0;
    margin-bottom: 20px;
}

body.login .login-container .with-icon-over-input {
    position: relative;
}

body.login .login-container .with-icon-over-input [class^="icon-"] {
    position: absolute;
    right: 10px;
    top: 9px;
}

body.login .login-container .with-icon-over-input input[type="text"] {
    padding-right: 28px;
}

body.login .login-container-footer {
    padding: 20px 0;
}

body.login .login-container-footer a {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
/*--modifie pour login vertical
/*body.login #back-login-panel {
     opacity: 0.7;
     filter: alpha(opacity=60); /* For IE8 and earlier *//*
    background-color:#ffffff;
    position:absolute;
    height:280px;
    width:100%;
}*/
@media (min-width:415px) and (max-width: 768px) {
    body.login #back-login-panel {
        height:490px;
    }
}

body.login #news-panel {
    padding:40px;
}
body.login #login-panel{
    padding:20px 40px 20px 40px;
}
body.PAGE_C_LOGINSMS .left-inner-addon input {
    padding-left: 12px;
}

/********* override default classe in other screen size **************/
/********** LOW RES **********/
@media (max-width: 768px) {
    #news-panel .title {
        /*text-align:center;*/
    }
    body.login #login-panel {
        padding-left:0px;
        padding-right:0px;
    }
    body.login #news-panel {
        padding-left:20px;
        padding-right:20px;
    }

}
/********** MOBILE **********/
@media (max-width: 415px) {
    #news-panel {
        display:none;
    }

}


/************** Lost password *********************************************/
/******mantis 0997517, 1251575  ****/
.MASTERPAGE_LOGIN.PAGE_RUNEVENT.login .middle-container .middle-row .middle-wrapper {
  margin-top:0px!important;
}
.MASTERPAGE_LOGIN.PAGE_RUNEVENT #v6_contentHeader {
  display: block!important;
}

.MASTERPAGE_LOGIN.PAGE_RUNEVENT #v6_contentHeader   {
    opacity: 0.85!important;
  filter: alpha(opacity=85);
  background-color: #ffffff!important;
  position: absolute!important;
  height: 100%!important;
  width: 100%!important;
}
.MASTERPAGE_LOGIN.PAGE_RUNEVENT #v6_subcontent {
  padding: 80px 20px 0px 20px!important;
}
.MASTERPAGE_LOGIN.PAGE_RUNEVENT #v6_subcontent .TM_titlePage-container {
  padding-left: 15px!important;
}
.MASTERPAGE_LOGIN.PAGE_RUNEVENT #Button-Box {
    margin-top: 0px!important;
    padding-top:0px!important;
}
/************************/
.MASTERPAGE_LOGIN.PAGE_RUNEVENT #lbl_fldPassword,
.MASTERPAGE_LOGIN.PAGE_RUNEVENT #lbl_fldReType {
  width:100%;
}
.MASTERPAGE_LOGIN.PAGE_RUNEVENT #lbl_fldPassword + span,
.MASTERPAGE_LOGIN.PAGE_RUNEVENT #lbl_fldReType + span {
  width:100%;
}
.MASTERPAGE_LOGIN.PAGE_RUNEVENT .container .row .rulesBox {
  margin-left: 0;
}
.CONNECT_0.PAGE_RUNEVENT.fixed-header #wrapper {
    padding-bottom: 0;
}
.CONNECT_0.PAGE_RUNEVENT.fixed-header:not(.MASTERPAGE_JOBS-FRAME):not(.MODE_JOBS) #wrapper > #content {
    height: 100%;
    max-width: 90%;
    margin: auto 0 0 60px;
    min-width: 250px;
    background-color: rgba(255,255,255,.85);
    padding-bottom: 0;
}
.CONNECT_0.PAGE_RUNEVENT.fixed-header:not(.MASTERPAGE_JOBS-FRAME):not(.MODE_JOBS) #wrapper > #content #v6_subcontent .TM_titlePage-container {
    margin-left:25px;
    padding-bottom:20px!important;
}
@media (max-width: 1600px) {
  .MASTERPAGE_LOGIN.PAGE_RUNEVENT .container .row div,
  .CONNECT_0.PAGE_RUNEVENT.fixed-header:not(.MASTERPAGE_JOBS-FRAME):not(.MODE_JOBS) .container .row div  {
    width:100%;
  }
}
@media (max-width:997px) {
   .CONNECT_0.PAGE_RUNEVENT.fixed-header:not(.MASTERPAGE_JOBS-FRAME):not(.MODE_JOBS) #wrapper > #content {
       max-width:100%;
       margin: auto 0 0 0;
    }
}

/*************************** Log out page *************************************************/
.PAGE_ENDSESSION .middle-container .middle-row .middle-wrapper {
  margin-top:0px!important;
}
.PAGE_ENDSESSION #v6_contentHeader {
  display: block!important;
}
.PAGE_ENDSESSION #v6_contentHeader   {
  opacity: 0.85!important;
  filter: alpha(opacity=85);
  background-color: #ffffff!important;
  position: absolute!important;
  height: 100%!important;
  width: 100%!important;
}
.PAGE_ENDSESSION #v6_subcontent {
  padding: 80px 20px 0px 20px!important;
}
.PAGE_ENDSESSION #v6_subcontent .TM_titlePage-container {
  padding-left: 15px!important;
}
@media (max-width:1024px) {
  .PAGE_ENDSESSION #v6_subcontent .TM_titlePage-container {
    padding-left: 0px!important;
  }
}

/******************************************************************************************/
/*************************************** NEW VERTICAL LOGIN *******************************/
/******************************************************************************************/
/*-- masquage header background --*/
body.login > header .navbar {
  background-color:transparent!important;
  border-bottom:0px!important;
  position: absolute!important;
}
/*--positionnement languages--*/
body.login > header .navbar > .nav {
	margin-right: 60%; 
	position: relative;
}
/*--style liste langues--*/
body.login ul.dropdown-menu {
    overflow-y: auto!important;
    top: 35px;
    border-radius: 5px!important;
    min-width: 110px!important;
}
body.login .nav .dropdown-toggle::after,
body.login .nav a:hover .dropdown-toggle::after {
    border-top-color: #000!important;
    border-bottom-color: #000!important;
}
body.login header .navbar > .nav > li { border-color:transparent!important;}

/*--Position Logo--*/
body.login > header > nav > .navbar-brand > span {margin-left:65px;}

body.login #back-login-panel {
    background-color: #ffffff;
  position:absolute;
    width: 100%;
    height: 100%;
    opacity:.85;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
body.login .container  {
  padding:0px;
  background-color:transparent;
    width: inherit;
    width: 100% !important;
    }
body.login .middle-container .middle-row .middle-wrapper{
    margin-top:0px;
    height:100%!important;
    position: relative;
  }
/*-- mise en page News ---*/
body.login #news-panel .news-single { padding-bottom: 0px!important;}
body.login #news-panel { padding-top:80px; padding-bottom: 0px!important;}
body.login #news-panel table.news-table { word-break: normal;}
body.login #news-panel table.news-table a { word-break: break-all;}
/*-- mise en page sous-news--*/
body.login.PAGE_C_N001 .container {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: .85;
}
body.login.PAGE_C_N001 .container > div  {
    padding: 80px 40px 0px 40px!important;
}

/*-- mise en page Login --*/
body.login .login-container {
  height:100%;
  max-width: 40%;
  margin:auto 0 0 60px;
}
body.login #login-panel > div.row > div {width:100%!important; padding: 0;}

/*--- autres resolutions---*/
@media (max-width: 1024px) {
  body.login .login-container { height:100%;max-width: 50%;}
  body.login #login-panel {padding:20px;}
  body.login #login-panel .row {margin:0;}
  body.login #news-panel { padding-left:20px; padding-right:20px;}
  body.login > header .navbar > .nav {margin-right: 48%;}
  body.login > header > nav > .navbar-brand > span { padding-left:0px; margin-left:60px;}
}

@media (max-width:767px){
    body.login .login-container {
    height:100%;
    max-width: initial;
    margin:auto 0 0 0;
  }
    body.login .container  { margin-left:0px;}

  body.login > header .navbar > .nav { margin-right: 20px;}

  body.login > header > nav > .navbar-brand > span { margin-left:0px; padding-left:0px;}
}
@media (max-width:760px){
  body.login > header > nav > .navbar-brand > span { margin-left:0px; padding-left:0px;}
}

@media (max-width:615px){
    body.login header .navbar > .nav > li { border:0px!important;}
}

@media (max-width:430px){
    body.login > #v_header nav.navbar > ul {float:right!important; padding-right: 10px!important; margin-right:0px !important; }
}

@media (max-width:415px){
    body.login #login-panel {padding:10px; padding-top: 130px; }
    body.login #login-panel > .row {
        padding-top:20px;
        padding-bottom:20px;
        }
}

/********* Layout lostPassword**********/
body.login .modal-body > #lp_form > #frmLP > div.col-lg-8 { width:100%; padding:0px;}

/******************************************************************************************/
/*************************************** HEADER *******************************************/
/******************************************************************************************/
.navbar-brand {
    overflow: hidden;
    max-height: 80px;
    margin-left: 20px;
}

.logo-xs {
    font-weight: bold;
    height: 50px;
    top: -11px;
    left: -10px;
    padding: 10px;
    position: relative;
    display: inline-block;
}

.logo-xs img {
    vertical-align: baseline;
}

.brand-alt {
    margin-left: 10px;
}

.navbar .settings {
    padding: 2px 10px;
}

.navbar .settings li * {
    padding: 2px 4px;
    font-size: 95%;
}

.navbar .settings li {
    white-space: nowrap;
}

.user .dropdown-menu > li {
    min-width: 290px;
}

.user .widget-label {
    line-height: 20px;
    padding-left: 4px;
}

.user .widget-label * {
    line-height: 24px;
    display: inline-block;
    min-width: 20px;
}

.user .search {
    position: relative;
}

.user .search button {
    position: absolute;
    right: -5px;
    font-size: 12px;
}

.user-completion {
    display: inline-block;
    margin-top: -8px;
    padding: 0 6px 0 0;
}

.user-completion small {
    display: block;
    height: 12px;
    font-size: 10px;
}

.user-completion .completion-percent {
    font-weight: bold;
    letter-spacing: 1px;
}

/************************************/
/******** LANGUAGE BAR **********/
/***************************/

/* CSS Sign Up Page */
.selectLanguageHome {
    right: -30px !important;
}
body.login .selectLanguageLogin {
    padding: 0px 0px 0 0;
}

.selectLanguageLogin {
    padding: 0px 67px 0 0;
    background-color: transparent;
}
.selectLanguageLogin:hover {
    padding: 0px 67px 0 0;
    background-color: transparent;
    border: none;
}
.selectLanguageLoginTitleHref {
    background-color: transparent !important;
    padding-bottom: 1px !important;
}
li.selectLanguageLogin > ul.dropdown-menu {
	position: absolute;
}
/* END Sign Up Page */

.dropdownLanguage {
    max-height: 200px;
    overflow-y: scroll;
}
.liLanguage:hover {
    background-color: #00acec;
    cursor: pointer;
}

.liLanguage:hover, .liLanguage:hover a, .liLanguage a:hover {
    color: #FFFFFF !important;
}

.liLanguage:hover .linkLanguage, .linkLanguage:hover {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

/**************************************/
/***************** USER MENU ***********/
/************************************/
.profile.edit .image-wrapper > img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

.profile.edit .upload-avatar {
  z-index: 10;
}

.image-wrapper {
    display:inline-block;
    overflow: hidden;
    position: relative;
}

.image-wrapper > img {
    width: 100%!important;
    height: initial!important;

    position: absolute;
    margin: auto;
    display: inline-block;
    top: -9999px;
    left: -9999px;
    bottom: -9999px;
    right: -9999px;

    z-index: 5;
}

#profile-header-dropdown {
    background-color: #ffffff;
	padding:0;
}

#profile-header-dropdown .image-wrapper,
#trINFOPICTURE > div.form-group > div.form-field > div.attachedFile > div.photo-wrapper,
.message-list div[class^="mailitem"] .image-wrapper{
    width: 69px;
    height: 69px;
    margin-left: 10px!important;
    top: 5px;
    overflow: hidden;
    border-radius: 50%!important;
}

#profile-header-dropdown > * {
    float: left;
}

#profile-header-dropdown .user-name-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    width:200px;
}

#v_header .profile {
    padding-left: 15px;
    padding-bottom: 10px;
    display: inline-block;
    float: left;
}
#v_header i.icon-camera {
    font-size: 22px!important;
}

#v_header .fa-globe,
#v_header .icon-user,
#v_header .icon-signin,
#v_header .glyphicon-screenshot
{
    font-size: 28px!important;
}

#v_header i.icon-camera + span,
#v_header .fa-globe + span,
#v_header .icon-user + span,
#v_header .icon-signin + span,
#v_header .glyphicon-screenshot + span
 {
    line-height: 28px;
    display:inline-block;
    float: right;
}


@media (min-width: 992px) {
    #v_header #menu-sub-tab-right .row-language.small {
        width: 60%;
        margin-left: 40%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #v_header #menu-sub-tab-right .row-language.small {
        width: 50%;
    }
}

.user-name-container {
    line-height: 12px;
}


.user-menu .progress-container {
    display:none;
}

.user-menu.show .user-name-container,
#profile-header-dropdown:hover .user-name-container {
    /*padding-top: 0 !important;--mantis 1467936*/
}

.user-menu.show .user-name,
.user-menu.show .user-position,
#profile-header-dropdown:hover .user-name,
#profile-header-dropdown:hover .user-position {
    display:none!important;
}

.user-menu.show .progress-container,
#profile-header-dropdown:hover .progress-container {
    display:block;
    line-height: 12px;
    font-size: 10px;
}

.user-menu.show .dropdown-toggle,
#profile-header-dropdown:hover.nav-link {
    background-color: #f0f5fa!important;
    color: #7b879c!important;
}

.user-name-container .user-name {
    display: block !important;
    font-weight: bold;
    font-size: 12px;
}

@media(max-width:615px) {
    .user-name-container,
    .toggle-user-menu {
        display:none;
    }
    #profile-header-dropdown .image-wrapper {margin-left: 0!important;border: 2px solid white;}
    .profile > #profile-img-container { height: 130px; width: 130px; }
    #v_header .profile { padding-left:0;text-align: center; }
    .navbar .nav .dropdown-menu #menu-sub-tab-right > .row.small > ul { padding-left: 5px; }
    #menu-sub-tab-right .row.small li { padding-bottom:5px; }
}

#v_header .entrepriselist_container > ul li > .TM_LINK > img {
    display: none;
}

#v_header .entrepriselist_container > ul li > .TM_LINK > img[src $= "plus.gif"] + span::before {
    content: "\e080";
}

#v_header .entrepriselist_container > ul li > .TM_LINK > img[src $= "minus.gif"] + span::before {
    content: "\2212";
}

#v_header .entrepriselist_container > ul li > .TM_LINK > img[src $= "indicator.gif"] + span::before {
    content: "\e031";
}


#v_header .entrepriselist_container > ul li > .TM_LINK > span {
    display:inline!important;
    font-size: 12px;
    color: #000;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
}

#v_header .search-wrapper button {
    background-color: transparent!important;
    border: none;
    color: #aaa !important;
    height: 27px;
    margin-top: 4px;
    margin-bottom: 3px;
    border-left: 1px solid #aaa;
}

#v_header .search-wrapper button:active {
    box-shadow: none;
}

#v_header .search-wrapper button:hover {
    color: #00acec !important;
}

.user-menu .profilpicture-small {
    width : 24px; /* corrige bug IE10 si width:100% */
}

.contrast-dark header#v_header .navbar > .nav > li.dark.dropdown > a:hover .user-name-container .user-name,
.contrast-dark header#v_header .navbar > .nav > li.dark.dropdown > a:hover .user-name-container .user-position,
.contrast-dark header#v_header .navbar > .nav > li.dark.dropdown.show > a .user-name-container .user-name,
.contrast-dark header#v_header .navbar > .nav > li.dark.dropdown.show > a .user-name-container .user-position
{
    visibility:inherit !important;
}

.user-name-container .user-position {
    font-size: 12px;
}

.toggle-user-menu {
   font-size:15px;
   padding-right:15px;
}



#profile-header-dropdown > span.user-name-container > div
{   /* On s'assure qu'il y a assez d'espace pour afficher tout le texte */
    /*  quand les noms d'entités sont très longs */
    line-height: 11px;
    padding-top: 0.35em;
}

.user-menu.show .user-position, .user-menu.show .user-name, .user-menu:hover .user-position, .user-menu:hover .user-name {
    /*color: #ffffff !important;*/
}

.nav > li.user-menu {
    position: inherit;
}

.nav > li.user-menu .dropdown-menu {
    position: fixed;
    left: 5px;
    right: 5px;
    border-top-width: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100% - 58px);
}

@media (max-width:768px){
    .nav>li.user-menu .dropdown-menu{
        max-height: calc(100% - 88px);
    }
}

.user-menu fieldset {
    border: 1px solid #eeeeee;
    padding: 6px 6px 0 6px;
    margin-top: 15px;
}

.user-menu legend {
    border: 0;
    width: auto;
    font-size: 14px;
    padding: 6px;
    font-weight: bold;
    color: #000000;
}

.user-menu .downloads {
    margin-bottom: 6px;
}
.user-menu .downloads .btn {
    padding: 3px 5px 1px 5px;
    font-size: 10px;
    min-width: 190px;
    text-align: left;
}
.user-menu .downloads .btn span {
    display: inline-block;
    text-align: left;
    padding-left: 5px;
}

.user-menu .tab-content {
    border:1px solid #dddddd; border-top: 0; padding:15px 6px
}


.user-menu .slide-title {
    font-size: 14px;
    color: #888888;
    font-weight: bold;
}
.user-menu .list-dotted li::before {
    content: "? ";
    color: #2a6496;
    margin-right: 12px;
}

.user-menu .slide-link-list {
    margin-left : 0;
    padding-left: 0;
    list-style: none;
}
.user-menu .slide-link-list li {
    margin-left: 0;
    padding-left: 0;
}
.user-menu .slide-link-list li a {
    font-size: 12px;
    color: #2a6496;
}

#myCareerChart {
    width:100%;
    height:165px;
}


/************* DROPDOWN OPENED *********************/
.navbar .nav .dropdown-menu.v_header .widget-body label span {
    color: #888888 !important;
}

@media (max-width: 991px) {
    .navbar .nav .dropdown-menu #menu-sub-tab-right > .row { margin-left:1px!important;}
    .navbar .nav .dropdown-menu #menu-sub-tab-right > .row > ul,
    .navbar .nav .dropdown-menu #menu-sub-tab-right > .row > form#frmChangeAccess > ul { padding-left: 5px; }
    .navbar .nav .dropdown-menu #menu-sub-tab-right > .row > ul i,
    .navbar .nav .dropdown-menu #menu-sub-tab-right > .row > form#frmChangeAccess > ul i {padding-right: 0px;margin-right: 12px;}
}
@media (max-width: 768px) {
    .navbar .nav .dropdown-menu #menu-sub-tab-right > .row > ul,
    .navbar .nav .dropdown-menu #menu-sub-tab-right > .row > form#frmChangeAccess > ul { padding-left: 20px; 
        padding-bottom: 20px;
    }
}


/*********************/
/**** COMMUNITIES *****/
/********************/

#tabCommunities h5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-left: 30px;
    margin-bottom: 21px;
}
#tabCommunities h5 small {
    color: #333333;
    font-size: 14px;
}
#tabCommunities h5 a {
    font-size: 18px;
    margin-left:12px;
}
#tabCommunities .carousel-inner {
    height: 100px;
}
#tabCommunities .carousel-inner [class^=col-] {
    padding-top:6px;
    height: 50px;
}
#tabCommunities .community-member {
    height: 100%;
    border-bottom: 1px solid #dddddd;
}
#tabCommunities .community-member > div {
    display: table-cell;
    vertical-align: middle;
}
#tabCommunities .community-member .avatar {
    width:40px;
    max-height: 40px;
    overflow: hidden;
}
#tabCommunities .community-member .names {
    padding-left: 12px;
    width:100%;
}
#tabCommunities .community-member .name {
    color: #2a6496;
    font-size: 12px;
    font-weight: bold;
    margin:0
}

#reJobPostingContentContainer_v1 .news-message{
    padding-left:0px;
 }

@media (max-width: 767px) {
    .user-menu .carousel-inner, .user-menu .carousel-inner .carousel-item {
        height: 300px;
    }
    #tabCommunities .carousel-inner, #tabCommunities .carousel-inner .carousel-item {
        height: 250px;
    }
    .user-menu .nav-justified > li {
        float:left;
        width:50%
    }
}
/****************************************/

/***************************************/
/****** PROFILE *************************/
/***************************************/
.profile h5 {
    margin-bottom: 3px;
}
.profile.edit .upload-avatar, .profile.edit .update-status {
    display:block;
}
.profile .upload-avatar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    padding:6px;
    text-align: center;
}

.profile .update-status {
    display: none;
    position: absolute;
    top:35px;
    left:3px;
    right:3px;
    bottom:-3px;
    font-style: normal;
}
.profile .update-status textarea {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:25px;
    height:calc(100% - 25px);
    width:100%;
}
.profile .update-status .box-footer {
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding-right: 0;
}
.profile .update-status .btn {
    font-size: 12px;
    padding-top:1px;
    padding-bottom: 2px;
}

.profile .status {
    display:block;
    max-height: 100%;
    overflow: hidden;
}

#profile-img-container {
    margin-right:5px;
    position:relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.profilpicture-small {
    max-width: 50px !important;
    max-height: 50px !important;
}

.profilpicture-normal {
    /*width:100%;*/
    max-width: 65px !important;
    max-height: 65px !important;
}
.profilpicture-normal.circle {
    border-radius: 40px;
}
td .profilpicture-normal {
    max-height: 200px !important;
    margin-right:10px;
    margin-bottom:5px;
}

/* Mantis 1609868 */
html:not(.iDevice) .profilpicture-large.orientation-3{
	-moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

html:not(.iDevice) .profilpicture-large.orientation-6{
	-moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

html:not(.iDevice) .profilpicture-large.orientation-8{
	-moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* Mantis 1609868 FIN */

.profile.expanded {
    padding:0;
}
.profile .name, .profile .position  {
    color: #888888;
    margin:0;
}
.profile .name {
    font-size: 18px;
    font-weight: bold;
}
.profile .position {
    font-size: 12px;
}

.profile dl {
    font-size: 12px;
    white-space: nowrap;
}
.profile dt {
    width:inherit;
    padding-right: 5px;
}
.profile dd {
    margin-left:inherit;
}

.profile .box {
    margin-bottom: 0;
}

.profile .box .box-header {
    font-size: 14px;
    padding: 6px 10px;
    line-height: 21px;
}

.profile .box-content {
    background: #eeeeee;
    color: #888888;
    font-style: italic;
    font-size: 21px;
    border: 0;
    height: 170px;
}
.profile .box-footer {
    margin:0;
    background-color: transparent;
}
.card-quantity {
    font-size: 35px;
    color: #444;
    line-height: 45px;
}
.card-unit {
    font-size: 13px;
    font-weight: 600;
    color: #888;
    line-height: 10px;
}
.row.splitted-panel>div::after {
    content: '';
    border-right: 2px solid #666;
    opacity: 0.25;
    position: absolute;
    height: 60%;
    right: 0;
    top: 10%;
}
.team-member-manager {
    margin-right: 10px;
}
#team-member-container .row.splitted-panel {
    margin-bottom: 10px;
}
.row.splitted-panel>div:last-child::after {
    border-right: 0px;
}
@media (max-width: 1250px) {

}
@media (max-width: 992px) {
    .profile-tabs {
        clear:both;
    }

    .profile .box-content {
        height: 126px;
    }
}
@media (max-width: 990px) {

}
@media (max-width: 767px) {
    .row.splitted-panel>div::after {
        border-right: 0px;
    }
}
@media (min-width: 992px) {
    .row.splitted-panel>div::after {
        border-right: 0px;
    }
}
/*******************************************/

header {
    z-index:1;
}

.login header .navbar {
    border-bottom: 1px solid #dfe7ed;
}


header .navbar {
    height:80px;
    margin: 0;
    padding: 0;  /*--mantis 1023238--*/
    background-color: #ffffff;
    border: none;
    min-height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

header .navbar .dropdown-menu {
    right: 0;
    left: auto;
}

header .navbar .user-menu > a {
    height: 80px;
    line-height: 80px;
}

header .navbar .user-menu .dropdown-toggle {
    padding: 0px 15px 0px 0px;
}

header .navbar .user-menu .dropdown-toggle > img {
    margin-right: 5px;
    height:100%;
    width:100%;
}

header .navbar .user-menu .dropdown-toggle > span {
}


header .navbar .widget .dropdown-menu {
    padding: 0;
}

header .navbar .widget .dropdown-menu > li {
    min-width: 270px;
}

header .navbar .widget .dropdown-menu > li > a {
    padding: 0;
    white-space: normal;
}

header .navbar .widget .dropdown-menu > li > a:hover [class*="icon"] {
    color: #ffffff !important;
}

header .navbar .widget .dropdown-menu > li > a:hover small {
    color: #ffffff !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

header .navbar .widget .dropdown-menu > li .widget-body {
    padding: 5px;
    overflow: hidden;
}

header .navbar .widget .dropdown-menu > li .widget-body .icon {
    width: 25px;
}

header .navbar .widget .dropdown-menu > li .widget-body .text {
    width: 230px;
}

header .navbar .widget .dropdown-menu > li .widget-body .text small {
    white-space: nowrap;
}

header .navbar .widget .dropdown-menu > li.widget-footer a {
    padding: 10px 0;
    background: #f4f4f4;
    text-align: center;
}

header .navbar .widget .dropdown-menu > li.widget-footer a:hover {
    background: #f34541;
}

header .navbar .widget .dropdown-menu p,
header .navbar .widget .dropdown-menu .dropdown-divider {
    margin: 0;
}

header .navbar > .nav > li.light > a {
    background: #f01611;
}

header .navbar > .nav > li.light > a .label {
    color: #da120e;
}

header .navbar > .nav > li.light > a:hover, header .navbar > .nav > li.light > a:active, header .navbar > .nav > li.light > a:focus {
    background-color: #da120e;
}

header .navbar > .nav > li.medium > a {
    background: #da120e;
}

header .navbar > .nav > li.medium > a .label {
    color: #c2100c;
}

header .navbar > .nav > li.medium > a:hover, header .navbar > .nav > li.medium > a:active, header .navbar > .nav > li.medium > a:focus {
    background-color: #c2100c;
}
.contrast-dark header .navbar > .nav > li.dark > a {
    background: #4E4E4E;
}

header .navbar > .nav > li.dark > a {
    background: #c2100c;
}

header .navbar > .nav > li.dark > a .label {
    color: #aa0e0b;
}

header .navbar > .nav > li.dark > a:hover, header .navbar > .nav > li.dark > a:active, header .navbar > .nav > li.dark > a:focus {
    background-color: #4A4848;
}

header .navbar > .nav {
    float: right;
    margin: 0;
}

header .navbar > .nav > li {
    float: left;
    border-left: 1px solid #dfe7ed;
}

header .navbar > .nav > li > a:hover,
header .navbar > .nav > li > a:focus,
header .navbar > .nav > li > a:active,
header .navbar > .nav > li.show > a,
header .navbar > .nav > li.show > a:focus,
header .navbar > .nav > li.show > a:active {
    background-color: #f0f5fa;
}

header .navbar > .nav > li .label {
    background: #ffffff;
    color: #f34541;
}

.nav .dropdown-toggle::after, .nav a:hover .dropdown-toggle::after {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.nav .show > a, .nav .show > a:hover, .nav .show > a:focus {
    border-color: transparent;
}

header .navbar > .nav > li.dropdown > .dropdown-toggle .dropdown-toggle::after {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

header .navbar > .nav > li.dropdown > a:hover .dropdown-toggle::after, header .navbar > .nav > li.dropdown > a:focus .dropdown-toggle::after {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

header .navbar > .nav > li.dropdown.show > .dropdown-toggle {
    color: #ffffff;
}

header .navbar > .nav > li.dropdown.show > .dropdown-toggle .dropdown-toggle::after {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

header .navbar .navbar-brand {
    color: #ffffff;
    font-size: 20px;
    text-shadow: none;
    font-weight: 200;
    line-height: 80px;
    height : 80px;
    padding: 0;
    vertical-align: middle;
}

header .navbar .navbar-brand img {
    margin-top: -12px;
}

header .navbar .navbar-brand:hover, header .navbar .navbar-brand:focus {
    color: #ffffff;
}

header .navbar .navbar-brand .logo
{
    display: inline-block;
    position: absolute;
}

header .navbar .navbar-brand .logo-xs {
    display: inline-block;
}

/*
bootstrap.css
=============
*/
.no-padding-left-right {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.no-padding-left {
    padding-left: 0px!important;
}
.no-padding-right {
    padding-right: 0px!important;
}
.padding-bottom {
    padding-bottom: 10px!important;
}
header .dropdown-menu {
  top: 78px;
}

header .navbar > .nav > li > a {
    height: 79px;
    padding-top: 18px;
    color: #7b879c;
    text-shadow: none;
    padding-bottom: 2px;
    margin-top: 0px;
}

header .navbar .navbar-light .navbar-fixed-top .dark-background {
    background-color:#999999!important;
}

.brand-alt, .logo {
    padding: 10px 0px 0px 0px;
    font-weight: bold;
    height: 80px;
    top: -5px;
    padding: 10px;
    position: relative;
    display: inline-block;
}
#map_canvas .infowindow img.logo {
    height: auto;
}
.widget-map .infowindow h1 {
    white-space: normal!important;
}
header .navbar .toggle-nav {
    margin-top: 0px;
    background-color: #ffffff !important; /*--mantis 1023238--*/
    color: #6D7072; /*--mantis 1023238--*/
    font-size:28px;
    text-shadow: none;
    vertical-align: middle;
    padding: 19px;
    box-shadow: none!important;
    border-left:0 !important;
    border-top:0 !important;
    border-bottom:0 !important;
    border-radius: 0 !important;
    border-right: 1px solid #dfe7ed;
    /*--mantis 1023238--*/
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    width: 80px;
}

header .navbar .toggle-nav:hover { /*--mantis 1023238--*/
    background-color: #f0f5fa !important;
    color:#7b879c !important;
}

header .navbar .toggle-nav:focus {
    /*--mantis 1023238--*/
    /*outline: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;*/
}

header .navbar .toggle-nav:active, header .navbar .toggle-nav.active {
  /*--mantis 1023238--*/
  /*  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #f01611;*/
}

header .navbar .navbar-form {
    margin: 5px 10px 0 0;
    padding: 0;
    position: relative;
    border: none;
}

header .navbar .navbar-form button {
    position: absolute;
    color: #f34541;
    right: 10px;
    top: 6px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    z-index: 1031;
    text-shadow: none;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}

header .navbar .navbar-form button:hover {
    color: #aa0e0b;
}

header .navbar .navbar-form input {
    border-color: #f01611;
    padding-left: 7px;
    padding-right: 25px;
    color: #aa0e0b;
    height: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

header .navbar .navbar-form input:-moz-placeholder,
header .navbar .navbar-form input:-ms-input-placeholder,
header .navbar .navbar-form input::-webkit-input-placeholder {
    color: #f67471;
}

header .navbar .navbar-form input:hover, header .navbar .navbar-form input:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

header .navbar .navbar-form input:hover:-moz-placeholder,
header .navbar .navbar-form input:hover:-ms-input-placeholder,
header .navbar .navbar-form input:hover::-webkit-input-placeholder {
    color: #f9a3a1;
}

header .navbar .navbar-form input:focus {
    border-color: #c2100c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

header .navbar .navbar-form input:focus:-moz-placeholder,
header .navbar .navbar-form input:focus:-ms-input-placeholder,
header .navbar .navbar-form input:focus::-webkit-input-placeholder {
    color: #f88b89;
}

header .navbar .navbar-form:hover input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* http://www.minimit.com/demos/bootstrap-3-responsive-columns-of-same-height */
/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-2 col-height col-middle">
      <div class="inside"></div>
    </div>
    <div class="col-4 col-xl-5 col-height col-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  /*background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);*/
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.row-height .inside .content {
  padding: 12px 3px;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.row-height > div {
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}
.row-height > div:first-child {
    border-left: 1px solid #D9D9D9;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    vertical-align: top;
	padding-right: 15px !important;
	padding-left: 0px !important;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-prepend):not(.input-group-append):not(.ui-datepicker-month):not(.ui-datepicker-year) {
    min-width: 110px;
	width: auto;
}
.bootstrap-select.btn-group .dropdown-menu dt .text { white-space: nowrap; }
.jobsearchdivmargin .bootstrap-select{
    min-width:auto !important;
}

.btn-group.bootstrap-select.show-tick.Langu {
    width: 220px !important;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-top {
    vertical-align: top;
  }
  .col-middle {
    vertical-align: middle;
  }
  .col-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 799px) {
    .row-height > div {
        border-left: 1px solid #D9D9D9;
    }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xl-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xl-top {
    vertical-align: top;
  }
  .col-xl-middle {
    vertical-align: middle;
  }
  .col-xl-bottom {
    vertical-align: bottom;
  }
}


/* xs */
.col-no-padding-xs {
    padding: 0;
}
.col-normal-padding-xs {
    padding: 0 15px;
}
.row-no-margin-xs {
    margin: 0;
}
.row-normal-margin-xs {
    margin: 0 5px;
}
/* sm */
@media(min-width: 768px) {
    .col-no-padding-sm {
        padding: 0;
    }
    .col-normal-padding-sm {
        padding: 0 15px;
    }
    .row-no-margin-sm {
        margin: 0;
    }
    .row-normal-margin-sm {
        margin: 0 5px;
    }
}
/* md */
@media(min-width: 992px) {
    .col-no-padding-md {
        padding: 0;
    }
    .col-normal-padding-md {
        padding: 0 15px;
    }
    .row-no-margin-md {
        margin: 0;
    }
    .row-normal-margin-md {
        margin: 0 5px;
    }
}
@media(max-width: 1024px) {
    .row-no-margin-md {
        margin: 0;
    }
    .row-normal-margin-md {
        margin: 0 15px;
    }
}
/* lg */
@media(min-width: 1200px) {
    .col-no-padding-lg {
        padding: 0;
    }
    .col-normal-padding-lg {
        padding: 0 15px;
    }
    .row-no-margin-lg {
        margin: 0;
    }
    .row-normal-margin-lg {
        margin: 0 15px;
    }
}

/********** MOBILE **********/
@media (min-width: 768px) {
    header .navbar .navbar-brand .logo-xs {
        display: none;
    }
}

@media (max-width: 760px) {
    header .navbar {
        /*padding: 0 5px; -- retiré pour mantis 1061607 --*/
    }
    header .nav > li > a {
        padding: 10px 6px;
    }
    header .navbar .user-menu .dropdown-toggle {
        padding: 0 5px 0 0;
    }
    header .navbar > .nav > li > a {
        /*background: transparent !important;  -- retiré pour mantis 1061607 --*/
    }
}

header #signout,
header #hpedit {
    font-size: 20px;
    line-height: 80px;
    width: 80px;
    text-align: center;
    padding: 0;

}
header #hpedit { padding-top: 2px; font-size: 24px; }  /* padding-left: 18px;*/
header #hpedit .hpeditopen { display: none; }
header .navbar .nav li.only-icon a#hpedit.show { background-color: rgba(255, 255, 255, 0.5) !important; }
header #hpedit.show .hpeditclose { display: none; }
header #hpedit.show .hpeditopen { display: inline-block; }
header .hpedit-container { display: none!important; }

@media (max-width: 615px) {
    header .navbar {
        /*padding: 0 10px;-- retiré pour mantis 1061607 --*/
    }
    header .navbar > .nav > li > a {
        /*height: 50px;-- retiré pour mantis 1061607 --*/
        padding-top: 10px;
    }
    header .navbar .navbar-brand img {
        margin-top: -12px;
        height:auto;
    }

    header .user {
        margin-right:5px;
    }

    header .navbar > .nav > li.user > a {
        padding-top: 14px;
    }

    header .icon-user {
        font-size:20px;
    }
    header .navbar .user-menu .dropdown-toggle {
        padding:0;
    }
    .selectLanguageLoginLI  {
        border:1px solid #ffffff;
        height:38px;
        margin-top:5px;
        padding:0px 0px 0px 0px;
        -webkit-border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        border-radius:8px 8px 8px 8px;
    }
    header .navbar .toggle-nav {
        width:60px;
    }
    header #signout,
    header #hpedit {
        width:60px;
    }
}

@media (max-width: 460px) {
    header .navbar .only-icon .dropdown-menu {
        position: fixed;
        top: 40px;
        left: 5px;
        right: 5px;
        max-height: 90%;
        overflow: auto;
    }

    header .navbar .widget .dropdown-menu > li {
        width: 100%;
    }
    .breadcrumb>li+li:before {
        padding: 0;
    }
}

@media (max-width: 340px) {
    header .navbar .navbar-brand img {
        margin-top: -12px;
        height:auto;
    }
}

@media print {
    header {
        display: none;
    }
}

/******************************************************************************************/
/*********************************** FOOTER ****************************************/
/******************************************************************************************/

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 19px;
    background: #fbfbfb;
    padding-top: 0;
    z-index: 1025;
    border-top: 1px solid #808080;
}
#footer > .box {
    margin-bottom: 0;
}

#footer .nav-tabs a {
    color: #808080;
    font-weight: normal;
    font-size: 10px;
    line-height: 18px;
    padding: 0 5px;
}

/* LivePerson link (mantis 408110) */
#footer .nav-tabs a span span a.lpChatTextLink span span {
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 10px !important;
}

#footer .copyright {
    color: #808080;
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
}

#footer .foldable {
    margin-left: 130px;
    margin-right: 280px;
}

#footer .nav-tabs a:hover, #footer .nav-tabs .active a {
    background: lightgray;
}
#footer  .nav .show > a, #footer  .nav .show > a:hover, #footer  .nav .show > a:focus {
    background-color: lightgray;
}

#footer .nav-tabs a i {
    font-size: 14px;
    vertical-align: top;
    line-height: 7px;
}

#footer .nav-tabs {
    margin-bottom: 0;
    border: 0;
    position: relative;
}

#footer .box-quick-link {
    text-align: center;
    margin-bottom: 20px;
    height: 30px;
}
#footer .box-quick-link a .content {
    font-size: 75%;
}
#footer .box-quick-link a .header {
    height: 30px;
    line-height: 30px;
    padding-bottom: 2px; }
#footer .col-lg-3 {
    margin-top: 10px;
}

#footer .box-quick-link a .header [class^="icon-"]
{
    font-size: 20px;
}

#footer-footlinks > .tm-tab > .nav > .tab-item > a:focus{
  background-color:#bebebe;
}

body.without-footer #footer {
    display: none;
}

/**************************/
/**********  DATE **********/
/***************************/
#datenow_hour
{
    padding-left:5px;
}

/**************************/
/**********  HELP **********/
/***************************/
.modal.tm-help
{
    z-index:2002;
}

.modal.tm-help .modal-body
{
    padding:1px;
}
.modal.tm-help .modal-footer
{
    position:relative;
}

@media (max-width: 760px) {
    #footer .nav-tabs li a {
        padding: 0 4px;
    }
    #footer ul.foldable {
        margin-right: 245px;
        margin-left:10px;
    }
}

/******************************************************************************************/
/************************************* NAVIGATION *****************************************/
/******************************************************************************************/

.txtNav {
    color:#333333;
}

#main-nav-toggler {
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    width: 10px;
    opacity: 0;
    z-index:2;
}


#main-nav .navigation .nav ul {
    padding-left: 0px;
}

#main-nav .navigation .nav ul > li > .toggle-submenu {
    position:absolute;
    left:0px;
    top:0px;
}

#main-nav .navigation > .nav > li:hover > a span,
#main-nav .navigation > .nav > li:focus > a span,
#main-nav .navigation > .nav > li.active > a span
{
    color: #222222 !important;
    padding-left: 0px !important;
}

#main-nav .navigation > .nav > li > a > span.item-icon,
#main-nav .navigation > .nav > li > a > span.item-text
{
    display:table-cell !important;
    vertical-align:middle;
    text-shadow:none;
    color:inherit !important;
    font-size:inherit !important;
}

#main-nav .navigation > .nav > li > a > span.item-icon
{
    width:40px;
}

#main-nav .navigation > .nav > li > a > span.item-text
{
    width:200px;
    line-height:1.2em;

}



#main-nav .navigation .nav .subnav-menu .subnav > a{
    padding:0;
    padding-left:20px;
}

#main-nav .navigation .nav .subnav-menu .subnav > a > i{
    position:absolute;
    left:0;
    top:0;
}

.main-nav-closed #main-nav-bg {
    opacity: 0;
    display: none;
}
.main-nav-opened #main-nav-bg {
    display:block;
    opacity: 0.7;
    -webkit-transition: opacity .5s;
}

.main-nav-opened #main-nav { height:91.5335%;}

#main-nav {
    width: 300px;
    position: absolute;
    left: -300px;
    top: 80px;
    z-index: 2001;
    -webkit-transition: left .5s;
    /*height:100%;*/
}

body.fixed-header #main-nav.main-nav-fixed {
    position: fixed;
    top: 40px;
    left: 0;
}

#main-nav.main-nav-fixed {
    top: 40px;
    left: 0;
    z-index: 900;
}

#main-nav.main-nav-fixed.affix {
    position: fixed;
    top: 0;
}

#main-nav.main-nav-fixed.affix-top {
    top: 40px !important;
}

#main-nav.main-nav-fixed.affix-bottom {
    position: fixed;
}

.main-nav-opened #main-nav {
    display: block;
    width: 100%;
    overflow: visible;
    left:0;
}

#main-nav .divider {
    height: 0px;
    border-top: 0;
    border-bottom: 1px solid #ffffff;
}
#main-nav .navigation > .nav > li.search {
    border-bottom: dotted #cccccc 1px;
    border-top: dotted #cccccc 1px;
	width: 100%;
}
#main-nav .navigation > .nav > li.divider {
    border-bottom: 0;
}
#main-nav li.lnkroot {
    margin-left: 24px;
}
#main-nav li.lnkroot>a {
    padding:0;
}
#main-nav li.lnkroot>a:hover,
#main-nav li.lnkroot>a:focus {
    text-decoration : underline;
}

#main-nav > .navigation > .nav > .subnav > ul > li > ul > li > a:focus{
  text-decoration : underline !important;
}

#main-nav .navigation {
    width: 100%;
    height: 100%;
	background-color: #ffffff;
}

#main-nav .navigation .nav {
    margin-bottom: 0;
}

/* interface menu blanc */
#main-nav .navigation > .nav {
    background: #ffffff;
    width: 300px;
}

.main-nav-opened #main-nav .navigation > .nav > li i.angle-down, .main-nav-opened #main-nav .navigation > .nav > li span {
    display: inline !important;
}

.subnav-menu {
    list-style-type: none;
    padding-left: 25px;
}

.subnav-menu > li > ul > li > a:first-of-type {
    width:18px;
}

.subnav-3-ul  > li > a,
.subnav-4-ul  > li > a,
.subnav-5-ul  > li > a {
    display: table-cell;
    padding-top: 10px;
    line-height: 15px;
}
.subnav-3-ul > li > a:first-of-type,
.subnav-4-ul > li > a:first-of-type,
.subnav-5-ul > li > a:first-of-type {
    width: 18px;
}

.subnav-3-header, .subnav-4-header, .subnav-5-header {
    display: inline-block;
    margin-bottom:20px;
    padding-bottom:5px;
    padding-top:8px;
    border-bottom: none;
}
.subnav-3-header a span:first-of-type, .subnav-4-header a span:first-of-type, .subnav-5-header a span:first-of-type {
    font-weight: bold;
    font-size: 12px;
}
.subnav-3-header span, .subnav-4-header span, .subnav-5-header span {
    padding: 6px 0px 6px 2px;
    font-size: 12px;
}
.subnav-3-header a span:hover, .subnav-4-header a span:hover, .subnav-5-header a span:hover {
    text-decoration:underline;
}
#main-nav .navigation > .nav > li {
    border-bottom:dotted #cccccc 1px;
    position:static;
    display: block;
    margin: 0;
}
/* Enlever le back du premier niveau */
#main-nav .navigation > .nav > li:first-child {
    display:none;
}


#main-nav .navigation .search form {
    margin: 0px 0;
}
#main-nav .navigation > .nav > li > a [class^="icon-"], 
#main-nav .navigation > .nav > li > a [class*=" icon-"],
#main-nav .navigation > .nav > li > a [class^="fa-"] {
    background-color: transparent;
    color: #999;
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    width: 30px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    padding-right: 2px;
    padding-top: 4px;
    height: 30px;
}

#main-nav .navigation .nav li .item-icon .icon-bookmarks {
    background-color: transparent!important;

}

#main-nav .navigation .nav li .back-button > a [class^=icon-] {
    color: #999999;
    background: transparent;
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    width: 30px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    padding-right: 2px;
    padding-top: 4px;
    height: 30px;
}

#main-nav .navigation .nav li #theform{
    padding:15px;

}

#main-nav .navigation .nav .subnav-menu ul > li {
    position: relative;
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 8px;
}

#main-nav .navigation .nav .subnav-menu .subnav > i {
    position:relative;
    left:auto;
    top:auto;
}

.main-nav-opened .navigation > .nav > .subnav > .subnav-menu i {
    margin-right: 0px;
}

.navigation > .nav > .subnav > .subnav-menu > li >  ul {

    margin-left:-4px;

}
#main-nav .navigation .nav .subnav-menu .subnav > ul {
    padding-top:15px;
    margin-bottom: 10px;
    padding-left:10px;
}

#main-nav .navigation .nav ul > li  {
    padding-left: 0px;
    margin-top: 20px;
    position:relative;
}
#main-nav .navigation > .nav > li > a {
    padding-left:15px;
    display:table;
    min-height:42px;
    width:100%;
    height: 42px;
    line-height: 45px;
    padding: 0 30px;
    overflow: visible !important;
    background:transparent;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.navigation > .nav > .subnav > .subnav-menu > li  {
    padding: 10px 0px 0px 1px;
    float: left;
    width: 215px;
    margin-left: 20px;
    margin-top: 40px;
}

.subnav-container {
  margin-left:8px;
  position:relative;
}

.subnav [data-toggle="subnav"] {
    font-size: 14px;
}

.subnav [data-toggle="subnav"] > i{
    font-size: 20px;
}

.subnav div.subnav-3, .subnav div.subnav-4, .subnav div.subnav-5{
    padding:20px 20px 20px 20px;

}
.subnav div.subnav-3:focus, .subnav div.subnav-4:focus, .subnav div.subnav-5:focus {
    outline: 0;
}

.subnav div.subnav-3 {
    display: none;
    position:absolute;
    background: #eeeeee;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.subnav div.subnav-3.active,
.subnav div.subnav-4.active,
.subnav div.subnav-5.active {
    display:block;
}

.subnav-3-header a:hover,
.subnav-4-header a:hover,
.subnav-5-header a:hover {
    text-decoration: none;
}

.subnav div.subnav-4,
.subnav div.subnav-5 {
    display: none;
    position:absolute;
    background: #eeeeee;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding:40px;
}

.navigation > .nav > .subnav > .subnav-menu > li .search {
    margin-left: -20px;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}


#main-nav li .search {
    min-height:45px;
}

#main-nav .navigation .nav .subnav-menu .subnav > span {
    padding-left: 0px;
    display: inline !important;
}
#main-nav .navigation .nav .subnav-menu .subnav > .txtNav {
    font-weight:600;
    color:#666666!important;

}

#main-nav .navigation > .nav > li:hover > a, #main-nav .navigation > .nav > li > a:focus, #main-nav .navigation > .nav > li.active > a {
    outline:none;
    background-color: #eeeeee;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
#main-nav .navigation .nav ul > li > .toggle-bookmark {
    top:auto;
    margin-left:-4px;
    position:absolute;
    left:0px;
}
#main-nav .navigation .lnkroot{
    padding-left:30px!important;
}
#main-nav .navigation .lnkroot > .toggle-bookmark {
    left:15px!important;
}

.main-nav-closed .navigation > .nav > .subnav > .subnav-menu {
    display:none;
}

.main-nav-opened .navigation > .nav > .subnav > .subnav-menu [class^="icon-star"] {
    color: yellow;
    font-size: 13px;
}
.main-nav-opened .navigation > .nav a.form-control-feedback:hover {
    cursor:pointer;
    color:#00a5e2 !important;
}
.main-nav-opened .navigation > .nav a {
    color: #666666;
    font-size: 12px;
}
.main-nav-opened .navigation > .nav > .subnav > .subnav-menu {
    position: absolute;
    top: 0;
    left: 300px;
    right: 0;
    min-height: 100%;
    overflow: visible;
    background: #eeeeee;
    opacity: 0;
    display:none;
    -webkit-transition: all 150ms ease;
       -moz-transition: all 150ms ease;
         -o-transition: all 150ms ease;
            transition: all 150ms ease;
}

.main-nav-opened .navigation > .nav > .subnav.active > .subnav-menu {
    display:block;
    opacity: 1;
    -webkit-transition: all 150ms ease;
       -moz-transition: all 150ms ease;
         -o-transition: all 150ms ease;
            transition: all 150ms ease;
    z-index:4;
}

#main-nav .navigation > .nav > li > a > [class^="icon-"] {
    background-color:red;
    color:#ffffff;
    display: inline-block;
    height: 25px;
    width:25px;
}

#main-nav .navigation > .nav > li > a.in [class^="icon-"], #main-nav .navigation > .nav > li > a.in [class*=" icon-"] {
    color: #f34541;
}

#main-nav .navigation > .nav > li > a.in span {
    color: #222222;
}

#main-nav .navigation > .nav > li > a.in.collapsed [class^="icon-"], #main-nav .navigation > .nav > li > a.in.collapsed [class*=" icon-"] {
    color: #6e6e6e;
}

#main-nav .navigation > .nav > li > a.in.collapsed span {
    color: #3c3c3c;
}

#main-nav .navigation > .nav > li > a [class^="icon-"].angle-down, #main-nav .navigation > .nav > li > a [class*=" icon-"].angle-down {
    width: auto !important;
}

#main-nav .navigation > .nav > li > a .icon-angle-down {
    float: right;
    line-height: 40px;
    margin-right: 0;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

#main-nav .navigation > .nav > li > a span {
    color: #3c3c3c;
    text-shadow: 1px 1px 1px #ececec;
    position: relative;
    top: -2px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

#main-nav .navigation .search form .search-wrapper button:hover {
    color: #2f2f2f;
}

#main-nav .navigation .search form .search-wrapper input:focus {
    border: 1px solid #ffffff;
}

#main-nav .navigation .search form .search-wrapper:hover input {
    background: #fcfcfc;
}

#main-nav .navigation .search form .search-wrapper input:-moz-placeholder,
#main-nav .navigation .search form .search-wrapper input:-ms-input-placeholder,
#main-nav .navigation .search form .search-wrapper input::-webkit-input-placeholder {
    color: #2f2f2f;
}

#main-nav .navigation .search form .search-wrapper input:focus:-moz-placeholder,
#main-nav .navigation .search form .search-wrapper input:focus:-ms-input-placeholder,
#main-nav .navigation .search form .search-wrapper input:focus::-webkit-input-placeholder {
    color: #3c3c3c;
}

.back-button {
    display: none;
}

.subnav.active .back-button {
    display: block;
}

@media (min-width: 769px) {
    .subnav.active .back-button {
        display: none;
    }
}
.back-button > a {
    height: 42px;
    display: block;
    line-height: 45px;
    padding: 0 30px;
    background: #ffffff;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
.back-button > a:hover {
    text-decoration: none;
    background: #eeeeee;
}
.back-button > a [class^=icon-] {
    color: #ffffff;
    background: red;
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    width: 30px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    padding-right: 2px;
    padding-top: 4px;
    height: 30px;
}
.back-button > a:hover [class^=icon-] {
    background: transparent;
    color: #2b2d30;
}

/********** LOW RES **********/
@media (max-width: 768px) {

    #main-nav {
        width: 0;
        overflow: hidden;
    }

    .subnav-menu {
        display:none;
    }

    .subnav.active > .subnav-menu {
        display:block;
        position:relative !important;
        left:0 !important;
    }

    .subnav.active .subnav.active {
        z-index: 11
    }
    .subnav.active .subnav.active .subnav.active {
        z-index: 12
    }

    .main-nav-opened .subnav.active {
        display: block;
        position: absolute !important;
        top: 0;
        left:0 !important;
        right:0;
        z-index:10;
        background-color: #777777;
        min-height: 100%;
    }

    .main-nav-opened #main-nav .navigation .search {
        display: block;
    }

    .main-nav-opened #main-nav .navigation > .nav {
        width:100%;
    }

    .main-nav-opened .navigation > .nav > .subnav > .subnav-menu > li {
        margin-top: 5px;
        margin-left: 32px;
        float: none;
    }

    #main-nav .navigation > .nav > li > a > span.item-icon, #main-nav .navigation > .nav > li  > a > span.item-text {
         display:inline!important;
    }

    #main-nav .navigation .active> a > span.item-text, #main-nav .navigation .active> a > span.item-icon {
         top:10px!important;
         font-weight:400!important;
    }

    #main-nav .navigation .active> a  {
         color:#00acec!important;
         font-size:16px;
         padding-left:10px!important;
    }

    .navigation > .nav > .subnav > .subnav-menu > li {
        width: 90%!important;
        margin-right: 20px!important;
        margin-left: 15px!important;
    }

    .subnav.active .back-button {
        width: 100%;
        float: left;
    }
    .subnav.active .back-button a {
        padding-left:8px!important;
    }
    .subnav div.subnav-3.active {
        top: 0px;
        padding-top: 18px;
        padding-left: 15px;
    }

    .subnav div.subnav-4.active,
    .subnav div.subnav-5.active {
        top: -42px;
        padding-top:12px;
        padding-left:52px;
    }
}

@media (max-width: 991px) {
    .main-nav-opened #main-nav .navigation > .nav > li ul.in {
        display: block !important;
    }

    #main-nav .navigation > .nav > li span, #main-nav .navigation > .nav > li i.angle-down {
        display: none !important;
    }
}

@media print {
    #main-nav {
        display: none;
    }
}

/******************************************************************************************/
/************************************ EMPLOYEE SEARCH *************************************/
/******************************************************************************************/

/* hide scrollbars zone 1 */

.smallsearch .results {
    visibility: hidden;
    margin-right: -17px;
}

.smallsearch .results .list-group-item {
    padding-right:17px!important;
}

.smallsearch .results:hover {
    visibility: visible;
    margin-right:0;
}

.smallsearch .results:hover .list-group-item {
    padding-right:0!important;
}

.smallsearch .results > * {
    visibility: visible;
}

/* hide scrollbars zone 2 */
.employee-datas .menu .list-group {
    visibility: hidden;
    margin-right: -17px!important;
}

.employee-datas .menu .list-group .list-group-item {
    padding-right: 27px!important;
}

.employee-datas .menu .list-group:hover {
    visibility: visible;
    margin-right: 0!important;
}

.employee-datas .menu .list-group:hover .list-group-item {
    padding-right: 10px!important;
}

.employee-datas .menu .list-group > * {
    visibility: visible;
}
/*Sok scrollbar style*/
::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #808080;
}
::-webkit-scrollbar-thumb:active {
  background: #666666;
}
::-webkit-scrollbar-track {
  background: #e9e9e9;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #e9e9e9;
}
::-webkit-scrollbar-track:active {
  background: #e9e9e9;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/*SOK End modif*/
/* hide scrollbars zone 3 */
body.SCH_USER_SUB_MENU {
    overflow:hidden;
}

body.SCH_USER_SUB_MENU > #wrapper {
    overflow: auto;
    height: 100%;
    visibility: hidden;
}

body.SCH_USER_SUB_MENU:hover > #wrapper {
    visibility: visible;
}

body.SCH_USER_SUB_MENU > #wrapper > * {
    visibility: visible;
}

/* summary */
body.SCH_USER_SUB_MENU.PAGE_C_SUMMARY .list-group-item {
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

body.SCH_USER_SUB_MENU.PAGE_C_SUMMARY .list-group > .list-group-item:hover:not(.active) {
    background-color: #f0f5fa;
    color: #222222;
    font-weight: bold;
}


body.SCH_USER_SUB_MENU.PAGE_C_SUMMARY .list-group-item + .list-group-item {
    border-top: solid 1px #e6ecf2;
}

body.SCH_USER_SUB_MENU.PAGE_C_SUMMARY .list-group > .list-group-item .row-fluid > span.fa ~ span,
body.SCH_USER_SUB_MENU.PAGE_C_SUMMARY .list-group > .list-group-item .row-fluid > span.far ~ span,
body.SCH_USER_SUB_MENU.PAGE_C_SUMMARY .list-group > .list-group-item .row-fluid > span.fas ~ span {
    font-weight: bold;
}

/******************************************************************************************/
/************************************ PERFORMANCE *****************************************/
/******************************************************************************************/

.floatable {
    float: left;
    margin: 0px 2px 0px 0px;
}

#TM_SEARCH_METIER_FLD,
#TM_SEARCH_METIER_LBL {
    width: inherit!important;
    height: inherit!important;
    white-space: nowrap;
}

body.JOBGUIDE #TM_SEARCH_METIER_LBL{
    padding-top: 4px;
    padding-left: 7px;
}

.full-width-comp {
    width: 100%!important;
}
.referential-result-text {
    padding-top: 6px;
    padding-bottom: 6px;
    white-space: nowrap;
    margin-left: 0px;
}
.details-popover-icon {
    -webkit-border-radius: 25px!important;
    -moz-border-radius: 25px!important;
    border-radius: 25px!important;
    border: #00acec 1px solid!important;
    background-color: #ffffff;
    font-size: 10px;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    padding: 2px 3px 0px 2px;
    text-align: center;
    text-decoration: none!important;
    color: #666666;
    vertical-align: inherit;
}
.details-popover-icon:focus,
.details-popover-icon:hover {
    color: #0087b9;
}

.top-buffer{
    margin-top:20px;
}

/* New CSS for ONESINGLEPAGE form */
div.opSectionTitle span.title,  div.tmSectionTitle span.title{
    padding: 0px;
    padding-bottom: 2px;
    border: 1px solid #ddd;
    border-bottom: 0;
    margin-left: 0;
    background-color: white;
    min-width:308px;

}
div.opSectionTitle span.title p.titleText,  div.tmSectionTitle span.title p.titleText{
    margin:10px;
}
div.opSectionTitle, div.tmSectionTitle{
    color:#00acec;
    padding-bottom: 25px;
}
div.opSection, div.tmSection{
    margin: 30px 0px !important;
}
div.opSectionCodeStatus, div.tmSectionCodeStatus {
    height: 3px;
}
.long-textplus-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
}

.TM_block .glyphicon-envelope{
    font-size: 1.6em;
    cursor:pointer;
}
.header2 {
    background-color: #F5F5F5;
}
#div_tmSectionsAndButtons {
    display: inline-block;
    width: 100%;
}

div.tmSectionTitle span.title {
    padding: 12px!important;
}

/*-- mantis 0949426 --*/
form[name="frmApproveDevPlan"] .header4 { font-size: 12px; }

/* Calendar */
table.ui-datepicker-calendar th,
table.ui-datepicker-calendar td {
    min-width: auto;
}
/* Performance evaluation */
.attached-line-highlight{
    background-color: #ddd;
}
.op-file-attachment-text{
    font-size:16px;
    word-wrap:break-word;
    word-break: break-all;
    padding: 10px;
    display:inline-block;
}
.divObjAttachments .row{
    margin:0;
    padding:5px 0;
    border-bottom:1px solid #D9D9D9;
}
#div_opSectionsAndButtons {
    display: inline-block;
    width: 100%;
}
#div_opSectionsAndButtons::before,
#div_opSectionsAndButtons::after {
    content: '';
    clear: both;
}
#div_opSectionsAndButtons .TM_titlePage-container > h3 {
    padding-left: 0;
}
/*-- mantis 1155903--*/
#opCurrentSectionsContent div.TM_titlePage-directive {
    word-break: normal;
}
#opCurrentSectionsContent .tm-displayScaleLegend > ul.breadcrumb > li:nth-child(2):before { display:none;}
#div_opSectionsAndButtons.container { background-color: transparent;}

/*-- mantis 1477612 --*/
#opCurrentSectionsContent #div_container_body_obj_eval .obj-table label.col-form-label {
    font-weight:normal;
}
#opCurrentSectionsContent #div_container_body_obj_eval .obj-table textarea,
#opCurrentSectionsContent #div_container_body_obj_eval .obj-table input[type="text"],
#opCurrentSectionsContent #div_container_body_obj_eval .obj-table .form-control {
    border-color:#ccc!important;
}
#opCurrentSectionsContent #div_container_body_obj_eval .obj-table .row.p130c {
    background-color:#fff!important;
}
#opCurrentSectionsContent #div_container_body_obj_eval .obj-table .TM_DYN_DELETE_LINK { margin-top:2px;}
#opCurrentSectionsContent #div_container_body_obj_eval .obj-table .TM_DYN_DELETE_LINK .deleted-button { vertical-align: text-bottom;}

/*-- mantis 975537--*/

/************* MOBILE Affichage en onepage *****************/
.opSectionHeader > .opSectionHeaderNumber.mobileOnePageSectionHeaderNumber {
  display: table-cell;
}
.opSectionHeader > .title.mobileOnePageTitle {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.opSectionHeaderNumber.overNine {padding: 6px 7px;}

.mobileOnePageLegend {
  margin-left :15px;
  padding-bottom: 10px;
}

.mobileOnePageLegend .v6_navbar_legend_cell_desc {
  font-size:11px!important;
  line-height: 12px;
}

.mobileOnePageContent {
  margin-left :15px;
}
.mobileOnePageContent .TM_titlePage-container {
  display :none;
}
/************* DESKTOP  Affichage normal *****************/
.onePageLegend {
  margin-left :60px;
  padding-bottom: 10px;
}
.onePageContent {
  margin-left :60px;
}

@media(max-width:414px) {

  .PAGE_C_P010 .modal-title #arianne { display:none!important;}

  .PAGE_C_P010 H4.modal-title { font-size:15px;}

  .opSectionHeader > .opSectionHeaderNumber.mobileOnePageSectionHeaderNumber {
    display: table-cell;
    font-size: 22px;
    padding: 5px 12px;
  }
  .opSectionHeader > .title.mobileOnePageTitle {
    position: relative;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: -.7px;
    display: table-cell;
    vertical-align: middle;
  }
}
/*-- fin mantis 975537--*/

/*******************************************************************************************/
/*************************************** BOXES ********************************************/
/******************************************************************************************/

.box {
    margin-bottom: 20px;
    position: relative;
}

.box .row {
    margin-left: 0;
    margin-right: 0;
}

.box .box-header {
    line-height: 26px;
    overflow: visible;
    min-height: 31px;
    font-size: 21px;
    font-weight: 200;
    padding: 10px 15px;
    /*zoom: 1;*/
}

.box .box-header.box-header-small {
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 200;
}

.box .box-header .title {
    float: left;
    color: #3c3c3c;
}

.box .box-header .actions .dropdown-toggle {
    position: relative;
    top: 5px;
}

.box .box-header .actions .btn-link {
    color: #c4c4c4;
    text-decoration: none;
    text-shadow: none;
}

.box .box-header .actions .btn-link:hover {
    color: #f34541;
}

.box .box-header .actions .box-collapse i {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

.box .box-header .actions .box-collapse i:before {
    content: "\f077";
}

.box .box-header.box-header-small .actions {
    margin-top: 5px;
}
.box .box-header > .container {
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 0px;
}
.box-header .title .fa,
.box-header .title .glyphicon,
#calendarappointment .fa,
#calendarappointment .icon-move,
.box-header .title .tmui {
    font-size: 20px;
    background-color: transparent !important;
    overflow: visible;
    color: #444;
    padding: 9px 5px 1px 0px;
    border-radius: 0px 0px 0px 0px!important;
    margin-right: 5px;
    display: inline-block;
    height: 32px;
    width: 20px;

}

.box-header a.tools-modal-link {

    font-size:11px;
}
.box .box-header .actions {
    margin-top: -3px;
    float: right;
    padding: 3px 20px 0px 10px;
    margin-bottom: -10px;
}

.box .box-content {
    padding: 10px;
    background: #ffffff;
    display: block;
}
.box.card-shadow,
.PAGE_C_HOMEPAGE .box {
    box-shadow: 1px 1px 5px #ccc!important;
    -webkit-box-shadow: 1px 1px 5px #ccc!important;
    -moz-box-box-shadow: 1px 1px 5px #ccc!important;
}
.box .box-header .title.title-large span {
    display: table-cell;
}
.box .box-header .title.title-large {
    font-size: 18px;
    display: table;
}
/* Classe d'exclusion des shadows */
#frmParamSalaryScales .box {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-box-shadow: none!important;
}
/* ^^^Classe d'exclusion des shadows^^^ */
.box-footer {
    margin: 0;
    margin-top: 15px;
    min-height: 20px;
    background: #f9f9f9;
    padding: 0 6px;
    font-size: 12px;
    font-weight: bold;
    border-top: 1px solid #f7f7f7;
}
.box-footer ul {
    margin-left: 0;
}

.box-footer a {
    color: #00acec;
    display: inline-block;
}

.box-footer a > i {
    margin-right: .6em;
    text-decoration: none!important;
}

.box-footer .nav-tabs {
    margin-bottom: 0;
    border: 0;
    position: relative;
}

.box-footer .nav > li > a {
    padding: 0px 6px 0px 2px;
}

.webpart.box > .box-header, .smartassistant.card-group > .card > .card-header {
    background-color: #fff;
    border-radius: 0px 0px 0px 0px!important;
    /*box-shadow:  1px 1px 5px #cccccc;   */
    height:auto;
    font-size:20px;
    border:0px #cccccc solid;
}

.webpart.box > .box-header {
    padding:0px!important;
}

.webpart.box > .box-content {
    background-color: #FFFFFF;
    border: 1 none;
    /*box-shadow:  1px 1px 5px #cccccc;*/
    border-radius: 0px 0px 0px 0px!important;
    border-left:0px #cccccc solid;
    border-right:0px #cccccc solid;
    border-bottom:0px #cccccc solid;
    /*background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(255,255,255,1) 5px);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(22%,rgba(255,255,255,1)));*/ /* Chrome,Safari4+ */
   /* background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 5px);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 5px);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 5px);*/ /* IE10+ */
    /*background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 5px);*/ /* W3C */



}
.card-header {
    border-radius: 6px 6px 0px 0px!important;
    padding: 7px 15px;
    border-bottom: 1px solid transparent;
    height:45px; 
    overflow:hidden
}
.card.d-collab>.card-header{
  background-color: white;
  border-color: white;
}
.card.d-collab{
  overflow: visible;
  box-shadow: none;
  border: none;
  background-color: #ffffff;
  margin-bottom: 20px;
}
form .card-header  { height:inherit!important; }
form .card-header a { font-size:13px!important; }

.boxRight {
    float: right;
    padding: 0px 5px;
    white-space: nowrap;
    margin-top: -2px;
}
.boxRight > .form-control {
    width:auto;
    display: inline;
    padding: 2px;
    height:26px;
    font-size:11px;
    vertical-align: middle;
}
.boxRight >  .input-group  {
    max-width: 90px;
    display: inline-table;
    vertical-align: top;
}
.boxRight > .input-group > .form-control {
    padding: 2px;
    height: 26px;
    font-size:11px;
}
.boxRight >  .input-group > .input-group-prepend,
.boxRight >  .input-group > .input-group-append {
    padding: 0px;
    height:27px;
}
 .boxRight >  .input-group > .input-group-prepend > .btn,
 .boxRight >  .input-group > .input-group-append > .btn {
    height:27px;
    padding: 2px 3px;
    font-size: 11px;
}


.card {
    border-radius: 0px 0px 0px 0px!important;
}


/* Fix KTT - double shadow dans le catalogue de cours */
.smartassistant.card-group > .card {
    border-left:0px #cccccc solid!important;
    border-right:0px #cccccc solid!important;
    border-bottom:0px #cccccc solid!important;
    box-shadow:  1px 1px 5px #cccccc!important;
    border-radius: 0px 0px 0px 0px!important;
}

.card-header  i.tmui,  .card-header i.glyphicon {
    background-color:transparent!important;
    overflow: visible;
    color:#444!important;
    margin-top:-11px;
    margin-left: -10px;
    padding: 9px 0px 11px 0px;
    border-radius: 0px 0px 0px 0px!important;
    margin-right:5px;

}

.box.box-collapsed .box-header .actions .box-collapse i:before {
    content: "\f078";
}

.box.box-collapsed .box-content {
    display: none;
}

.box .box-header.contrast-background {
    color: #ffffff;
}

.box .box-header.contrast-background .title {
    color: #ffffff;
}

.box .box-header.contrast-background .actions .btn-link {
    color: #ffffff;
}

.box .box-header.contrast-background .actions .btn-link:hover {
    color: #f34541 !important;
    background-color: transparent;
}

.box .box-header.orange-background {
    color: #ffffff;
}

.box .box-header.orange-background .title {
    color: #ffffff;
}

.box .box-header.orange-background .actions .btn-link {
    color: #ffffff;
}

.box .box-header.orange-background .actions .btn-link:hover {
    color: #f8a326 !important;
    background-color: #ffffff;
}

.box .box-header.blue-background {
    color: #ffffff;
}

.box .box-header.blue-background .title {
    color: #ffffff;
}

.box .box-header.blue-background .actions .btn-link {
    color: #ffffff;
}

.box .box-header.blue-background .actions .btn-link:hover {
    color: #00acec !important;
    background-color: #ffffff;
}

.box .box-header.purple-background {
    color: #ffffff;
}

.box .box-header.purple-background .title {
    color: #ffffff;
}

.box .box-header.purple-background .actions .btn-link {
    color: #ffffff;
}

.box .box-header.purple-background .actions .btn-link:hover {
    color: #9564e2 !important;
    background-color: #ffffff;
}

.box .box-header.green-background {
    color: #ffffff;
}

.box .box-header.green-background .title {
    color: #ffffff;
}

.box .box-header.green-background .actions .btn-link {
    color: #ffffff;
}

.box .box-header.green-background .actions .btn-link:hover {
    color: #49bf67 !important;
    background-color: #ffffff;
}

.box .box-header.red-background {
    color: #ffffff;
}

.box .box-header.red-background .title {
    color: #ffffff;
}

.box .box-header.red-background .actions .btn-link {
    color: #ffffff;
}

.box .box-header.red-background .actions .btn-link:hover {
    color: #f34541 !important;
    background-color: #ffffff;
}

.box .box-header.muted-background {
    color: #ffffff;
}

.box .box-header.muted-background .title {
    color: #ffffff;
}

.box .box-header.muted-background .actions .btn-link {
    color: #ffffff;
}

.box .box-header.muted-background .actions .btn-link:hover {
    color: #999999 !important;
    background-color: #ffffff;
}

.box .box-header.fb-background {
    color: #ffffff;
}

.box .box-header.fb-background .title {
    color: #ffffff;
}

.box .box-header.fb-background .actions .btn-link {
    color: #ffffff;
}

.box .box-header.fb-background .actions .btn-link:hover {
    color: #3d579d !important;
    background-color: #ffffff;
}

.box .box-header.dark-background {
    color: #ffffff;
}

.box .box-header.dark-background .title {
    color: #ffffff;
}

.box .box-header.dark-background .actions .btn-link {
    color: #ffffff;
}

.box .box-header.dark-background .actions .btn-link:hover {
    color: #2b2d30 !important;
    background-color: #ffffff;
}

.box .box-header.pink-background {
    color: #ffffff;
}

.box .box-header.pink-background .title {
    color: #ffffff;
}
small label{
	font-weight:700!important;
}
.box .box-header.pink-background .actions .btn-link {
    color: #ffffff;
}

.box .box-header.pink-background .actions .btn-link:hover {
    color: #c44a83 !important;
    background-color: #ffffff;
}

.box .box-header.grass-green-background {
    color: #ffffff;
}

.box .box-header.grass-green-background .title {
    color: #ffffff;
}

.box .box-header.grass-green-background .actions .btn-link {
    color: #ffffff;
}

.box .box-header.grass-green-background .actions .btn-link:hover {
    color: #5daf2b !important;
    background-color: #ffffff;
}

.box .box-header.sea-blue-background {
    color: #ffffff;
}

.box .box-header.sea-blue-background .title {
    color: #ffffff;
}

.box .box-header.sea-blue-background .actions .btn-link {
    color: #ffffff;
}

.box .box-header.sea-blue-background .actions .btn-link:hover {
    color: #00acec !important;
    background-color: #ffffff;
}

.box .box-header.banana-background {
    color: #ffffff;
}

.box .box-header.banana-background .title {
    color: #ffffff;
}

.box .box-header.banana-background .actions .btn-link {
    color: #ffffff;
}

.box .box-header.banana-background .actions .btn-link:hover {
    color: #fcd052 !important;
    background-color: #ffffff;
}

.box .box-header.dark-orange-background {
    color: #ffffff;
}

.box .box-header.dark-orange-background .title {
    color: #ffffff;
}

.box .box-header.dark-orange-background .actions .btn-link {
    color: #ffffff;
}

.box .box-header.dark-orange-background .actions .btn-link:hover {
    color: #f56e00 !important;
    background-color: #ffffff;
}

.box .box-header.brown-background {
    color: #ffffff;
}

.box .box-header.brown-background .title {
    color: #ffffff;
}

.box .box-header.brown-background .actions .btn-link {
    color: #ffffff;
}

.box .box-header.brown-background .actions .btn-link:hover {
    color: #924e31 !important;
    background-color: #ffffff;
}

.box .box-content .box-toolbox {
    overflow: hidden;
    *zoom: 1;
    background-color: #f4f4f4;
    padding: 5px;
}

.box .box-content .box-toolbox.box-toolbox-top {
    margin: -10px -10px 10px -10px;
    border-bottom: 1px solid #dddddd;
}

.box .box-content .box-toolbox.box-toolbox-bottom {
    margin: 10px -10px -10px -10px;
    border-top: 1px solid #dddddd;
}
.no-padding {
    padding: 0px!important;
}
.box .box-content.box-no-padding {
    padding: 0;
}

.box .box-content.box-no-padding form {
    margin-bottom: 0;
}

.box .box-content.box-padding {
    padding: 10px;
}
.box .box-content.box-no-padding {
    padding: 0px;
}

.box .box-content.box-padding .box-toolbox {
    padding: 10px;
    position: relative;
}

.box .box-content.box-padding .box-toolbox.box-toolbox-top {
    margin: -20px -20px 20px -20px;
}

.box .box-content.box-padding .box-toolbox.box-toolbox-bottom {
    margin: 20px -20px -20px -20px;
}

.box .box-content.box-double-padding {
    padding: 40px;
}

.box .box-content.box-double-padding .box-toolbox {
    padding: 20px;
}

.box .box-content.box-double-padding .box-toolbox.box-toolbox-top {
    margin: -40px -40px 40px -40px;
}

.box .box-content.box-double-padding .box-toolbox.box-toolbox-bottom {
    margin: 40px -40px -40px -40px;
}

.box-content.box-no-padding .table-striped th:first-child, .box-content.box-no-padding .table-striped td:first-child {
    border-left: none;
}

.box-content.box-no-padding .table-striped th:last-child, .box-content.box-no-padding .table-striped td:last-child {
    border-right: none;
}

.box.box-transparent {
    background: none;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.box.box-transparent .box-content {
    background: transparent;
    border: none;
    border-top: 1px solid #dddddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.box.box-bordered {
    border-style: solid;
    border-width: 2px;
    border-color: #dddddd;
}

.box.box-bordered .box-content {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.box-quick-link {
    text-align: center;
    margin-bottom: 20px;
}

.box-quick-link a {
    text-decoration: none;
}

.box-quick-link a .header {
    height: 60px;
    line-height: 60px;
    padding-bottom: 2px;
}

.box-quick-link a .header [class^="icon-"], .box-quick-link a .header [class*=" icon-"] {
    color: #ffffff;
    font-size: 30px;
    vertical-align: middle;
}

.box-quick-link a .header [class*=" icon-"]
{
    font-size: 20px;
}

.box-quick-link a .content {
    text-transform: uppercase;
    font-size: 75%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #5b5b5b;
    background-color: #dbdbdb;
    border-bottom: 1px solid #cecece;
    padding: 5px;
}

.box-quick-link a:hover .header [class^="icon-"], .box-quick-link a:hover .header [class*=" icon-"] {
    font-size: 40px;
}

.box-quick-link a:hover .content {
    text-decoration: underline;
    border-bottom-color: #c1c1c1;
    background-color: #cecece;
}

.box-quick-link.contrast-background a:active .header {
    background: #f01611;
}

.box-quick-link.contrast-background:hover .header {
    background: #f12e29;
}

.box-quick-link.orange-background a:active .header {
    background: #e48a07;
}

.box-quick-link.orange-background:hover .header {
    background: #f7990d;
}

.box-quick-link.blue-background a:active .header {
    background: #0087b9;
}

.box-quick-link.blue-background:hover .header {
    background: #0099d3;
}

.box-quick-link.purple-background a:active .header {
    background: #7839da;
}

.box-quick-link.purple-background:hover .header {
    background: #864fde;
}

.box-quick-link.green-background a:active .header {
    background: #379e51;
}

.box-quick-link.green-background:hover .header {
    background: #3eb05b;
}

.box-quick-link.red-background a:active .header {
    background: #f01611;
}

.box-quick-link.red-background:hover .header {
    background: #f12e29;
}

.box-quick-link.muted-background a:active .header {
    background: #808080;
}

.box-quick-link.muted-background:hover .header {
    background: #8c8c8c;
}

.box-quick-link.fb-background a:active .header {
    background: #2f4378;
}

.box-quick-link.fb-background:hover .header {
    background: #364d8b;
}

.box-quick-link.dark-background a:active .header {
    background: #131415;
}

.box-quick-link.dark-background:hover .header {
    background: #1f2023;
}

.box-quick-link.pink-background a:active .header {
    background: #a5366a;
}

.box-quick-link.pink-background:hover .header {
    background: #b83c76;
}

.box-quick-link.grass-green-background a:active .header {
    background: #478621;
}

.box-quick-link.grass-green-background:hover .header {
    background: #529b26;
}

.box-quick-link.sea-blue-background a:active .header {
    background: #014679;
}

.box-quick-link.sea-blue-background:hover .header {
    background: #015493;
}

.box-quick-link.banana-background a:active .header {
    background: #fbc220;
}

.box-quick-link.banana-background:hover .header {
    background: #fcc939;
}

.box-quick-link.dark-orange-background a:active .header {
    background: #c25700;
}

.box-quick-link.dark-orange-background:hover .header {
    background: #dc6300;
}

.box-quick-link.brown-background a:active .header {
    background: #6c3a24;
}

.box-quick-link.brown-background:hover .header {
    background: #7f442b;
}

/*
bootstrap-responsive.css
=============
*/

@media (min-width: 768px) and (max-width: 979px) {
    .same-height .box-content p.subcontent {
        height : auto !important;
    }
}

@media (max-width: 767px) {
    .same-height .box-content p.subcontent {
        height : auto !important;
    }
}

@media (min-width: 450px) and (max-width: 700px) {
  #dynMasterTable .readOnlyLabel { width:50%; padding-bottom: 5px;}
  #dynMasterTable .readOnlyContent { width:50%; padding-bottom: 5px;}
}
@media (min-width: 701px) {
  #dynMasterTable .readOnlyLabel { width:33.33333333%; padding-bottom: 5px;}
  #dynMasterTable .readOnlyContent { width:66.66666667%; padding-bottom: 5px;}
}

@media (max-width: 1280px) {
    .t700e {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      overflow-x: scroll;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
      -webkit-overflow-scrolling: touch;
    }
}

/*************************************************************************************************************/
/******************************************WEBPART CALENDAR****************************************************/
/*************************************************************************************************************/

.smartassistant .headingOne .card-title {
    margin-left:16px;
    font-size:18px;

}
.smartassistant,
.webpart {
    box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    -moz-box-box-shadow: 1px 1px 5px #ccc;
}
#_ONBMESSAGE.webpart, #_ONBMESSAGE.webpart .box { /* Remove box shadow for welcoming message */
    box-shadow: 1px 1px 10px transparent!important;
    -webkit-box-shadow: 1px 1px 10px transparent!important;
    -moz-box-box-shadow: 1px 1px 10px transparent!important;
}
.smartassistant.card-group > .card {
    background-color: #FFFFFF;
    box-shadow:  1px 1px 5px #cccccc;
    border-radius: 0px 0px 0px 0px!important;
}
.hr-cal {
    border-bottom:1px solid #cccccc!important;
    border-top:1px solid #cccccc!important;
    border-right:1px solid #cccccc!important;
    min-height:180px;

}

.hr-cal-top {
    margin-bottom:5px;
    padding:4px;

}
@media (max-width: 991px) {
    .hr-cal, .hr-cal:last-of-type {
        border-left:1px solid #cccccc!important;
        border-top-left-radius: 6px!important;
    }

}

.hr-cal:first-of-type {
    border-left:1px solid #cccccc!important;
    border-radius: 6px 0px 0px 6px!important;
}
.hr-cal:last-of-type {
    border-radius: 0px 6px 6px 0px!important;
}


.hr-color-sep-en-cours {
    background-color: #00acec!important;
    color:#333333!important;
    font-size:12px!important;
}
.hr-color-sep {
    height: 3px;
}
.entretien-emp-name {
    color: #00acec!important;
    padding-top: 5px;
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 12px!important;
    line-height: 15px!important;
    display: block;
}
.entretien-emp-name span {
    text-transform:capitalize;

}
.entretien-date {
    font-size: 12px!important;
    font-weight: normal!important;
    text-align: left;
    color:#666666!important;
    background-color:transparent!important;
}
.imgEmppic {
    width:50px!important;
    border-radius:6px 6px 6px 6px;
    margin-top:6px;
    border:1px solid #cccccc
}
.smartassistant .news-message td {
    vertical-align:top;
    padding:5px;
}

.news-table {
    width: 100%;
}
/*************************************************************************************************************/
/******************************************WEBPART ONBORDING****************************************************/
/*************************************************************************************************************/

.badge-lg {
  display: inline-block;
  min-width: 35px;
  min-height: 35px;
  padding: 11px 2px 2px 2px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 40px;
}
.badge-sm {
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  padding: 5px 2px 2px 2px;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 40px;
}
/* Larger icons on iPad */
@media (max-width: 1024px) {
    #divContent .badge-sm {
        font-size: 21px;
        height: 30px;
        width: 30px;
    }
}
.onboarding-status-complement {
    padding-left: 40px;
}
table.tblGen tr.tblStripingEven td {
    vertical-align: middle;
    padding:5px;
}
table.tblGen tr.tblStripingOdd td {
    vertical-align: middle;
    padding: 5px;
}
table.tblGen.fixed {
    table-layout: fixed;
    background-color: transparent;
    /*pointer-events: none;*/
    z-index: 500;
    position: fixed;
}
table.tblGen.fixed tbody,
table.tblGen.fixed tbody *,
table.tblGen.fixed tbody tr * {
    visibility: hidden!important;
    line-height: 0!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
    pointer-events: none;
    border: 0!important;

}


/******************************************************************************************/
/************************************* FIELDS *********************************************/
/******************************************************************************************/

#Button-Box input[type="text"], #button-Box input[type="text"]{
    margin: 0;
    padding: 5px 15px 5px 15px!important;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif!important;
    font-size: 11px!important;
    border-radius: 5px;
    white-space: nowrap;
    cursor: auto;
    color: #000000;
}
.accessibility-label {
    position: absolute!important;
    right: 99999px!important;
}

.form-accessibility-hidden {
    visibility: visible;
    display: none;
}

#fldLMSearchKeyword, #fldSearch {
    background-image:none!important;
}

input[type="text"], input[type="file"], input[type="password"], select, textarea {
    border: 1px solid #cccccc !important;
    margin: 0;
}
input[type=radio], input[type=checkbox] {
    margin: 4px 0 4px;
    vertical-align: middle;
}
input[type="file"]::-webkit-file-upload-button { cursor:pointer; }
input[type="button"]:disabled { background-color:#DDDDDD!important; border-color:#DDDDDD!important;}

.input-group-append, .form-control, .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle, .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child, .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child, .input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    /*-webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;*//* Commenté pour Mantis 0964863 */
    -webkit-border-radius: 2px !important;/* Ajouté pour Mantis 0964863 */
    -moz-border-radius: 2px !important;/* Ajouté pour Mantis 0964863 */
    border-radius: 2px !important;/* Ajouté pour Mantis 0964863 */
}
.input-group-append:not(:first-child):not(:last-child) {
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
}
.input-group-append > a {
    cursor: pointer;
}
#catalog_v1_filter .btn.dropdown-toggle{
    background-color: #ffffff;
    height: 34px;
}
#catalog_v1_filter .btn-group{
    margin-right: 10px;
    margin-left: 0px;
}
#catalog_v1_filter .dropdown-menu {
    top: 100%;
}
#content button.choice{
    white-space: nowrap;
}
#catalog_v1_filter .bootstrap-select.btn-group .btn .filter-option{
    white-space: nowrap;
}


#frmAdvancedSearch_c500c #filteradv .row.filter{
	background-color:#FFFFFF;
	margin-top:15px;
	margin-bottom:10px;
}
/*--affichage en mode modal --*/
.IFRAMENAVIGATION #frmAdvancedSearch_c500c #filteradv .row.filter {
    border: 1px solid #cecece;
}/*----*/

#frmAdvancedSearch_c500c .c500-fiter-keyword,
#frmAdvancedSearch_c500c .c500-filter-reset {
	margin-top:15px;
}

#contentCatalogSearch .course-option-list {
    max-height: 96px;
    line-height: 16px;
}

#filteradv .bootstrap-select-searchbox, #filteradv .bootstrap-select .bs-actionsbox {
    padding: 4px 15px 4px 18px;
}

.form-inline .input-group-append, .form-inline .input-group-prepend, .form-inline .input-group-append, .form-inline .input-group .form-control {
     display: block;
}
#main-nav .navigation .search form .search-wrapper input, #main-nav .navigation .search form .search-wrapper button {
    border: 1px solid #cccccc;
    height: 30px;
    font-size: 12px;

}

.search form .search-wrapper input:focus {
    border: 1px solid #cccccc;
}
.search form .search-wrapper input {
    -webkit-border-radius: 5px 0px 0px 5px !important;
    -moz-border-radius: 5px 0px 0px 5px !important;
     border-radius: 5px 0px 0px 5px !important;

}
.search-wrapper input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
}

.search-wrapper input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

.search-wrapper input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

.search-wrapper input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
}
.search-wrapper  input {
    height: 34px;
}
.search-wrapper  button.btn {
    -webkit-border-radius: 0px 2px 2px 0px !important;
    -moz-border-radius: 0px 2px 2px 0px !important;
    border-radius: 0px 2px 2px 0px !important;
    background-color:#00acec !important;
    color:#ffffff;
    font-size:12px!important;
    height: 34px;
}
.search-wrapper button.btn:hover {
    -webkit-border-radius: 0px 2px 2px 0px !important;
    -moz-border-radius: 0px 2px 2px 0px !important;

    border-radius: 0px 2px 2px 0px !important;
    background-color: #0087b9!important;
    color:#ffffff!important;
    font-size:12px!important;
}

/* Champ de Recherche */
.form-control-feedback {
    pointer-events:auto;
    text-decoration:none !important;
    right:1px !important;
    color:#000;
    border-left: none;
    height:70% !important;
    top: 15% !important;
    line-height:100%!important;
  background-color: transparent;
}
.form-control-feedback::before {
    vertical-align: middle;
}

.has-feedback  {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 30px;
	font-size: 0.875rem;
}

.has-feedback .form-control-feedback {
    position: absolute;
    display: block;
    width: 34px;
    text-align: center;
}

/* pour centrer verticalement */
.form-control-feedback::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

a.form-control-feedback:focus {
    color: #00acec;
}

.vInputRequired {
    color: #EE0000;
    font-size: 12px;
    font-weight: normal;
}

.no-mg-t{margin-top:0 !important;}

.no-mg-b{margin-bottom:0 !important;}

.input-xsm {
    min-width: 150px;
    height: 24px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 1.5;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;
}
.right-inner-addon span {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}
.right-inner-addon span.icon-search {
    background-color:#00acec;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    height:34px;
    color:#ffffff;
}
/*--- Bootstrap update to be removed 
.btn-sm, .btn-group-sm>.btn {
    padding: 2px 8px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}
---*/

/*--- Pour l'affichage correct des caractères des langues asiatiques dans les SELECT ---*/
select {
	font-family: "Arial Unicode MS", "Arial"; 
}

.btn.selectpicker {
    white-space: nowrap;
}
.bootstrap-select button.btn.dropdown-toggle.selectpicker-list-button {
    width: auto;
    border: 1px solid #ddd;
    border-radius: 0px!important;
    background-color: #fff!important;
    font-size: 18px;
    padding: 5px 9px 6px 3px;
}

/****** MANTIS 1053524 --- Redéfinition du style des champs bootstrap-select sans à avoir à modifier le fichier bootstrap-select.js ******/

.btn.dropdown-toggle.selectpicker.btn-secondary{
	border-radius: 2px !important;
	border-color: #aaaaaa!important;
	background-color: white;
	padding-right: 24px;
}

.btn.dropdown-toggle.selectpicker.btn-secondary > .dropdown-toggle::after{
	border: 0;
	font-size: 18px;
	margin-top: 0px;
	position: absolute;
	display: block;
	/*width: 34px;*/
	width: 25px; /* WS : mantis 1567337 */
	text-align: center;
	pointer-events: auto;
	text-decoration: none !important;
	right: 0 !important;
	color: #000;
	border-left: none;
	height: 80% !important;
	top: 3.5px !important;
	line-height: 30.5px !important;
	font-family: tmui;
}
.btn.dropdown-toggle.selectpicker.btn-secondary > .caret:before{
	content: '\e9a4';
}

/****** FIN MANTIS 1053524 ******/
/* .well {
    border: 1px solid #dddddd;
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
} */

a.dropdown-toggle:focus
{
    outline:5px auto -webkit-focus-ring-color;
}

.nav-tabs > li {
   margin-bottom: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      border-bottom-width: 1px;
}

.nav > li > a,
.nav > li > label
{
    padding: 10px 10px;
}

.card, .nav-pills > li > a, .navbar-inner, .breadcrumb, .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a, .accordion-group, input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input, .modal-content, .tooltip .tooltip-inner, .popover, .popover-header, .progress, .alert, .label, .dropdown-menu {
    /*-webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;*//* Commenté pour Mantis 0964863 */
    -webkit-border-radius: 2px !important;/* Ajouté pour Mantis 0964863 */
    -moz-border-radius: 2px !important;/* Ajouté pour Mantis 0964863 */
    border-radius: 2px !important;/* Ajouté pour Mantis 0964863 */
}
/* .thumbnail {
    display: inline-block;
} */
.popover-header,
.popover {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.PAGE_C_P100 .popover {
    max-width: 700px;
}
@media(max-width: 1024px) {
    .PAGE_C_P100 .popover {
        max-height: 580px;
        overflow-y: auto;
    }
}
@media(max-width: 768) {
    .PAGE_C_P100 .popover {
        max-width: 500px;
    }
}
@media(max-width: 414px) {
    .PAGE_C_P100 .popover {
        max-width: 200px;
        max-height: 500px;
    }
}
.popover-header {
    background-color: transparent;
    border-bottom: 0px;
    font-weight: 600;
    color: #999;
}
.popover-header span {
    font-size: 20px;
    color: #00ACEC;
    padding: 5px;
    vertical-align: middle;
}

.inline .form-control {
    width: auto;
    display: inline;
}

.form-group .counter {
    float:left;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
    color: #737373;
}

.form-group .required:after {
    content: " *";
    color:red;
}

#dynMasterTable #dynMasterTable .form-group {
  margin-bottom: 0px;
}

.btn, .btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
     border-radius: 5px !important;
     background-clip: padding-box;
}

input[type=checkbox] + span.checkboxIcon {
    font-family: "tmui";
    font-weight: normal;
    font-size: 30px;
    color: #70d279;
}

input[type=checkbox]:not(:enabled) + span.checkboxIcon::before {
    cursor: not-allowed;
    color:lightgray;
}


.deleteIconStyle{
    margin-left:10px;
    font-size: 20px;
    color: white !important;
    padding:0px !important;
    border-radius:1px !important;
    border:none;
}
.d-collab .TM_DYN_DELETE_LINK > a.btn.btn-danger.deleteIconStyle { color: #fff!important;}
.d-collab .TM_DYN_DELETE_LINK > a:hover {color: red!important;}

.plusIconStyle{
    background-color: #00acec;
    font-size: 30px;
    color: white !important;
    padding:0px;
    border-radius:1px!important;
    border:none;
    margin-left: -5px;
}

.ui-widget button.plusIconStyle{
  font-size: 30px;
}

.TM_DYN_TITLE a span.title-text {
    line-height: 30px;
}
.btn-group>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*margin-right: 10px; casse le responsive !*/
    margin-left: 5px;
    /* height: 30px; */
}
.webpart.box > .box-header .actions .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-prepend):not(.input-group-append) {
    max-width: 62px;
    margin-right: 3px;
}
/*--- Bootstrap update to be removed 
.btn.dropdown-toggle {
    height:34px;
    font-size:12px;
}
---*/

.btn > input[type="checkbox"] {
    pointer-events: none!important;
    margin: -1px 4px 0px 0px!important;
}

.webpart.box > .box-header .actions .btn.dropdown-toggle {
    height: 25px;
    font-size:12px;
    margin-top:2px;
}


.webpart.box > .box-header .actions .btn-link {
    font-size:12px;
    color: #666666;
    height:25px!important;
}
@media screen, print, projection {
    input.searchLoupeButton {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
         border-radius: 0px !important;
    }
}

.fieldRow label {
    /* font-weight: bold; */
    width: 145px;
}

h2 label {
    font-weight: 400;
}

.select2-container.form-control, .select2-container-multi .select2-choices, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control, .uneditable-input {
    color: #3c3c3c;
    background-color: #ffffff;
    font-weight: 400;
    -moz-border-radius: 5px !important;
    border-color: #aaaaaa!important;
	min-width:10%;
}

.select2-container.form-control:focus,
.select2-container-multi .select2-choices:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus,
.uneditable-input:focus {
    border-color: #66afe9 !important;
    -webkit-box-shadow: 0 0 8px #dce1e5;
    -moz-box-shadow: 0 0 8px #dce1e5;
    box-shadow: 0 0 8px #dce1e5;
}

.is-invalid .form-control:focus {

    border-color: #843534 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .table-bordered {
        border-collapse: separate;
        border-spacing: 0;
    }
}

.table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child,
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child,
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child,
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child,
.table, .table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block!important;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar-inner, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .btn {
    background-image: none !important;
    filter: none !important;
}

.form-control.tm-form-control-time {
    float: left;
    width: 6em;
}

.divRules{
    margin-top: 0!important;
    float: left;
    border: none !important;
    background-color: #efefef;
}

/********** LOW RES **********/
@media (max-width: 414px) {
    textarea, select, input[type="text"] { width:100%; }
}
@media (max-width:767px) {
    .text-center-xs{text-align:center;}
    .no-mg-t-xs{margin-top:0 !important;}
}

@media (min-width:768px) {
    /* .img-responsive-sm{display:block;height:auto;max-width:100%;} */

    .user-form .col-form-label {
        text-align: left;
    }
}

.selectBox {
    padding: 0;
    margin: 0;
    background-color: white;
    border-radius: 3px;
    overflow: hidden;
}

.selectBox select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.selectBox select::-ms-expand {
    display: none;
}

.selectBox select:hover +span{
    color: #00acec;
}

html.ie9 .selectBox {
    position: relative;
    z-index: 0;
}
html.ie9 .selectBox select {
    z-index: 1;
}

html.ie9 .selectBox:before {
    display: block;
    position: absolute;
    content: '';
    right: 37px;
    top: 4px;
    height: 2em;
    width: 2em;
    margin-top: 1px;
    background: white;
    z-index: 5;
}
html.ie9 .selectBox .form-control-feedback.icon-caret-down-slim:hover{
    color: #00acec;
    cursor: default;
}

/******************************************************************************************/
/************************************* DROPDOWN-MENU *********************************************/
/******************************************************************************************/

.actions .dropdown-menu {
    top : 30px;
}

.bootstrap-select.btn-group .dropdown-menu li > a:hover,
.bootstrap-select.btn-group .dropdown-menu li > a:focus { background-color:#2b2d30; color:#ffffff;}

.bootstrap-select.btn-group .dropdown-menu li > a:hover > i,
.bootstrap-select.btn-group .dropdown-menu li > a:focus > i { color:#ffffff;}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-image: none;
    filter: none;
}

/******************************************************************************************/
/************************************* LIST *********************************************/
/******************************************************************************************/

/* Remplace bullet_2.gif */
.list-bullet {
    color: #666666;
    font-size: 9px;
    vertical-align: text-top;
    padding-top: 1px;
}
.holiday-bullet {
    color: #00acec;
    font-size: 9px;
    vertical-align: text-top;
    padding-top: 1px;
}
.list-group {
  margin-bottom: 20px;
	margin-top:5px;
  padding-left: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border-radius:0px;
}
.list-group-inline {
  margin-bottom: 20px;
  padding-left: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border-radius:0px;
}
.list-group-item:first-child, .list-group-item:last-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #ffffff;
  border:1px dotted #cccccc;
}
.list-group-inline .list-group-item  {
  border-right:1px dotted #cccccc;
  border-left:1px dotted #cccccc;
  margin-left:-1px;
}
/*.list-group-inline .list-group-item:first-child, .list-group-inline  .list-group-item:last-child {}*/
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  border-color: #3278b3;
  color: #000;
}

/************************************************************************************************/
/***************************************** PROGRESS BAR *****************************************/
/************************************************************************************************/
.progress {
    margin-bottom: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    filter: none;
}

.progress .progress-bar {
    background-image: none;
    background-color: #00acec;
    padding-top: 2px;
}

.progress.progress-small {
    height: 10px;
    line-height: 10px;
}

.progress.progress-small .progress-bar {
    font-size: 10px;
    padding-top: 0;
}

.progress.progress-mini {
    height: 5px;
    line-height: 5px;
}

.progress.progress-mini .progress-bar {
    font-size: 5px;
    padding-top: 0;
}

.progress.progress-danger .progress-bar, .progress.progress .bg-danger {
    background-image: none;
    background-color: #f34541;
}

.progress.progress-success .progress-bar, .progress.progress .bg-success {
    background-image: none;
    background-color: #49bf67;
}

.progress.progress-success .progress-bar, .progress.progress .progress-bar-success-performance {
    background-image: none;
    background-color: #77B544;
}

.progress.progress-warning .progress-bar, .progress.progress .bg-warning {
    background-image: none;
    background-color: #f8a326;
}

.progress.progress-info .progress-bar, .progress.progress .bg-info {
    background-image: none;
    background-color: #5BC0DE;
}

.progress-pwstrength {
    margin-bottom: 0;
}

/************************************************************************************************/
/***************************************** PAGE-HEADER (but it has never been used) *************/
/************************************************************************************************/

.page-header {
    border-bottom-color: #dddddd;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    color: #222222;
    background: #ffffff;
    min-height: 85px;
    padding: 20px;
    overflow: hidden;
    *zoom: 1;
}

@media (min-width: 768px) {
    .page-header {
        padding: 0 15px;
    }
}

.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
    margin: 0;
    color: #222222;
    vertical-align: middle;
}

.page-header .breadcrumb {
    margin-bottom: 0;
    line-height: 10px;
}

@media (min-width: 768px) {
    .page-header .breadcrumb {
        padding: 10px 0;
    }
}

.page-header .breadcrumb li:first-child > a {
    text-decoration: none;
    -webkit-transition: color 100ms ease;
    -moz-transition: color 100ms ease;
    -o-transition: color 100ms ease;
    transition: color 100ms ease;
}

.page-header .breadcrumb li:first-child > a:hover {
    color: #f34541;
}

@media (min-width: 768px) {
    .page-header h1.float-left {
        margin-top: 27px;
    }
}

.page-header .float-right {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .page-header .float-right {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .page-header {
        text-align: center;
    }

    .page-header > .float-right, .page-header > .float-left {
        float: none !important;
    }
}

/******************************************************************************************/
/************************************* BUTTONS ********************************************/
/******************************************************************************************/

/* BOOTSRAP */
.btn-group.show .btn-primary.dropdown-toggle, .btn.btn-primary {
    background-color: #0046fe;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.show .btn-primary.dropdown-toggle, #Button-Box .btn.btn-primary, .btn.btn-primary{
    background-color: #0046fe;
}
.input-group .form-control:last-child, .input-group-append:last-child, .input-group-append:last-child>.btn, .input-group-append:last-child>.btn-group>.btn, .input-group-append:last-child>.dropdown-toggle, .input-group-append:first-child>.btn:not(:first-child), .input-group-append:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
}

.btn-group.show .btn-primary.dropdown-toggle:active, .btn-group.show .btn-primary.dropdown-toggle.active, .btn.btn-primary:active, .btn.btn-primary.active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #0046fe;
}

.btn-group.show .btn-primary.dropdown-toggle:focus, .btn-group.show .btn-primary.dropdown-toggle.disabled, .btn-group.show .btn-primary.dropdown-toggle[disabled], .btn.btn-primary:focus, .btn.btn-primary.disabled, .btn.btn-primary[disabled] {
    background-color: #0046fe;
}

.btn-group.show .btn-primary.dropdown-toggle.disabled:hover, .btn-group.show .btn-primary.dropdown-toggle[disabled]:hover, .btn.btn-primary.disabled:hover, .btn.btn-primary[disabled]:hover {
    background-color: #0046fe;
}

.btn-group.show .btn-primary.dropdown-toggle:hover, .btn.btn-primary:hover {
    background-color: #0046fe;
    color:#ffffff;
}

.btn-group.show .btn-warning.dropdown-toggle, .btn.btn-warning {
    background-color: #f8a326;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.show .btn-warning.dropdown-toggle:active, .btn-group.show .btn-warning.dropdown-toggle.active, .btn.btn-warning:active, .btn.btn-warning.active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #e48a07;
}

.btn-group.show .btn-warning.dropdown-toggle:focus, .btn-group.show .btn-warning.dropdown-toggle.disabled, .btn-group.show .btn-warning.dropdown-toggle[disabled], .btn.btn-warning:focus, .btn.btn-warning.disabled, .btn.btn-warning[disabled] {
    background-color: #f8a326;
}

.btn-group.show .btn-warning.dropdown-toggle.disabled:hover, .btn-group.show .btn-warning.dropdown-toggle[disabled]:hover, .btn.btn-warning.disabled:hover, .btn.btn-warning[disabled]:hover {
    background-color: #f8a326;
}

.btn-group.show .btn-warning.dropdown-toggle:hover, .btn.btn-warning:hover {
    background-color: #e48a07;
}

.btn-group.show .btn-danger.dropdown-toggle, .btn.btn-danger {
    background-color: #f34541;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.show .btn-danger.dropdown-toggle:active, .btn-group.show .btn-danger.dropdown-toggle.active, .btn.btn-danger:active, .btn.btn-danger.active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #f01611;
}

.btn-group.show .btn-danger.dropdown-toggle:focus, .btn-group.show .btn-danger.dropdown-toggle.disabled, .btn-group.show .btn-danger.dropdown-toggle[disabled], .btn.btn-danger:focus, .btn.btn-danger.disabled, .btn.btn-danger[disabled] {
    background-color: #f34541;
}

.btn-group.show .btn-danger.dropdown-toggle.disabled:hover, .btn-group.show .btn-danger.dropdown-toggle[disabled]:hover, .btn.btn-danger.disabled:hover, .btn.btn-danger[disabled]:hover {
    background-color: #f34541;
}

.btn-group.show .btn-danger.dropdown-toggle:hover, .btn.btn-danger:hover {
    background-color: #f01611;
}
.button-box .btn.btn-danger {
    font-size: 11px;
    text-transform: uppercase;
    color: white!important;
    padding: 4px 12px;
    border-color:#F34541!important;
}
.button-box .btn.btn-danger:hover {
  font-size: 11px;
  text-transform: uppercase;
  background-color: #f01611!important;
  border-color:#f01611!important;
}
.btn-group.show .btn-success.dropdown-toggle, .btn.btn-success {
    background-color: #49bf67;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.show .btn-success.dropdown-toggle:active, .btn-group.show .btn-success.dropdown-toggle.active, .btn.btn-success:active, .btn.btn-success.active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #379e51;
}

.btn-group.show .btn-success.dropdown-toggle:focus, .btn-group.show .btn-success.dropdown-toggle.disabled, .btn-group.show .btn-success.dropdown-toggle[disabled], .btn.btn-success:focus, .btn.btn-success.disabled, .btn.btn-success[disabled] {
    background-color: #49bf67;
}

.btn-group.show .btn-success.dropdown-toggle.disabled:hover, .btn-group.show .btn-success.dropdown-toggle[disabled]:hover, .btn.btn-success.disabled:hover, .btn.btn-success[disabled]:hover {
    background-color: #49bf67;
}

.btn-group.show .btn-success.dropdown-toggle:hover, .btn.btn-success:hover {
    background-color: #379e51;
}

.btn-group.show .btn.dropdown-toggle.btn-white, .btn.btn-white {
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.show .btn.dropdown-toggle.btn-white:active, .btn-group.show .btn.dropdown-toggle.btn-white.active, .btn.btn-white:active, .btn.btn-white.active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.btn-group.show .btn.dropdown-toggle.btn-white:focus, .btn-group.show .btn.dropdown-toggle.btn-white.disabled, .btn-group.show .btn.dropdown-toggle.btn-white[disabled], .btn.btn-white:focus, .btn.btn-white.disabled, .btn.btn-white[disabled] {
    background-color: #ffffff;
}

.btn-group.show .btn.dropdown-toggle.btn-white.disabled:hover, .btn-group.show .btn.dropdown-toggle.btn-white[disabled]:hover, .btn.btn-white.disabled:hover, .btn.btn-white[disabled]:hover {
    background-color: #ffffff;
}

.btn-group.show .btn.dropdown-toggle.btn-white:hover, .btn.btn-white:hover {
    background-color: #e6e6e6;
}

.btn-group.show .btn-inverse.dropdown-toggle, .btn.btn-inverse {
    background-color: #363636;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.show .btn-inverse.dropdown-toggle:active, .btn-group.show .btn-inverse.dropdown-toggle.active, .btn.btn-inverse:active, .btn.btn-inverse.active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #1c1c1c;
}

.btn-group.show .btn-inverse.dropdown-toggle:focus, .btn-group.show .btn-inverse.dropdown-toggle.disabled, .btn-group.show .btn-inverse.dropdown-toggle[disabled], .btn.btn-inverse:focus, .btn.btn-inverse.disabled, .btn.btn-inverse[disabled] {
    background-color: #363636;
}

.btn-group.show .btn-inverse.dropdown-toggle.disabled:hover, .btn-group.show .btn-inverse.dropdown-toggle[disabled]:hover, .btn.btn-inverse.disabled:hover, .btn.btn-inverse[disabled]:hover {
    background-color: #363636;
}

.btn-group.show .btn-inverse.dropdown-toggle:hover, .btn.btn-inverse:hover {
    background-color: #1c1c1c;
}

.btn-group.show .btn-inverse.dropdown-toggle .dropdown-toggle::after, .btn.btn-inverse .dropdown-toggle::after {
    border-top-color: #ffffff;
}

.dropup .btn-inverse .dropdown-toggle::after {
    border-bottom-color: #ffffff;
}

.btn-group.show .btn-info.dropdown-toggle, .btn.btn-info {
    background-color: #5BC0DE;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.show .btn-info.dropdown-toggle:active, .btn-group.show .btn-info.dropdown-toggle.active, .btn.btn-info:active, .btn.btn-info.active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #7839da;
}

.btn-group.show .btn-info.dropdown-toggle:focus, .btn-group.show .btn-info.dropdown-toggle.disabled, .btn-group.show .btn-info.dropdown-toggle[disabled], .btn.btn-info:focus, .btn.btn-info.disabled, .btn.btn-info[disabled] {
    background-color: #5BC0DE;
}

.btn-group.show .btn-info.dropdown-toggle.disabled:hover, .btn-group.show .btn-info.dropdown-toggle[disabled]:hover, .btn.btn-info.disabled:hover, .btn.btn-info[disabled]:hover {
    background-color: #5BC0DE;
}

.btn-group.show .btn-info.dropdown-toggle:hover, .btn.btn-info:hover {
    background-color: #7839da;
}

.btn-group.show .btn-primary.dropdown-toggle:hover, #Button-Box .btn.btn-primary:hover, .btn.btn-primary:hover {
    background-color: #0046fe;
    color:#ffffff;
}

.btn-group.show .btn.dropdown-toggle {
    background-color: #F5F5F5;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.show .btn.dropdown-toggle:active, .btn-group.show .btn.dropdown-toggle.active, .btn:active, .btn.active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #DCDCDC;
}
.btn-primary:focus {
    background-color:#0099d3 !important;
}
.btn-group.show .btn.dropdown-toggle:focus, .btn-group.show .btn.dropdown-toggle.disabled, .btn-group.show .btn.dropdown-toggle[disabled], .btn:active, .btn.disabled, .btn[disabled] {
    background-color:#DDDDDD!important;
    border-color:#DDDDDD!important;
}

.btn-group.show .btn.dropdown-toggle.disabled:hover, .btn-group.show .btn.dropdown-toggle[disabled]:hover, .btn.disabled:hover, .btn[disabled]:hover {
    background-color:#DDDDDD!important;
    border-color:#DDDDDD!important;
}
.btn.dropdown-toggle {
    border-radius: 0px !important;
    background-color: rgb(255, 255, 255);
    border-color: rgb(170, 170, 170);
}

.btn-group.show .btn.dropdown-toggle:hover, .btn:hover {
    background-color: #DCDCDC;
}

#coursefollowup .btn-current-formation {
    /*float: right;*/
}

#courseavancement .inscriptionaction > .btn {
    margin-top: 0px !important;
    float: left;
}

/* OLD VERSION */
.btn-file:hover {
    text-decoration: underline;
}
.v6_link_zone a.link {
    padding: 5px 15px;
    background-color: #00acec!important;
    border-color: #00acec!important;
    color:#ffffff!important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    margin-bottom: 15px;
    padding: 5px 15px!important;
}

.v6_link_zone a.link:hover {
    background-color: #0087b9!important;
    border: 1px solid #808080;
    text-decoration: none;
    color: #FFFFFF;
    padding: 5px 15px!important;
}

#Button-Box {
    margin: 20px 0px 20px 0px;
    text-align:left;
    padding-top:15px;
}

#Button-Box input {
    margin:0;
    padding:0 15px 0 15px;
    cursor:pointer;
    overflow: visible;
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}

body.USERTYPE_E #Button-Box,
body.USERTYPE_M #Button-Box{
    border: 0px solid #000000;
}

#Button-Box button {
    color: #000000;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0;
    overflow: visible;
    padding: 0 15px;
}

#Button-Box button.btn  {
    background-color : #353535;
    color : #ffffff;
    text-decoration: none;
}
#Button-Box button.btn:hover {
    background-color : #000000;
    border: 1px solid #808080;
    text-decoration: none;
}

#Button-Box input[disabled],
#Button-Box button[disabled]
{
    opacity:0.4;
    filter:alpha(opacity=40);
    cursor:not-allowed;
}

#Button-Box input.disabled {
    cursor: not-allowed;
}

#Button-Box input[type="button"],
#button-Box input[type="button"],
#Button-Box input[type="submit"],
#button-Box input[type="submit"],
#Button-Box input[type="reset"],
#button-Box input[type="reset"],
#Button-Box .btn, #button-Box .btn,
.input-button{
    background-color: #00acec;
    margin: 1px;
    padding: 5px 15px 5px 15px!important;
    cursor: pointer!important;
    overflow: visible;
    vertical-align: middle;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif!important;
    font-size: 11px!important;
    border-radius: 5px;
    border: 1px solid #00acec;
    white-space: normal;
}
#Button-Box input[type="button"]:hover, #Button-Box input[type="submit"]:hover, #Button-Box input[type="reset"]:hover, #Button-Box .btn:hover, .input-button:hover {
    background-color: #0087b9;
}
#Button-Box input[type="button"] .btn.btn-secondary ,
#Button-Box input[type="submit"] .btn.btn-secondary ,
#Button-Box input[type="reset"] .btn.btn-secondary ,
#Button-Box .btn.btn-secondary {  background-color: #cccccc!important; }
#Button-Box input[type="button"] .btn.btn-primary ,
#Button-Box input[type="submit"] .btn.btn-primary ,
#Button-Box input[type="reset"] .btn.btn-primary ,
#Button-Box .btn.btn-primary {  background-color: #00acec!important; }
#Button-Box input[type="button"] .btn.btn-warning,
#Button-Box input[type="submit"] .btn.btn-warning,
#Button-Box input[type="reset"] .btn.btn-warning,
#Button-Box .btn.btn-warning {  background-color: #f8a326!important; }
#Button-Box input[type="button"] .btn.btn-danger,
#Button-Box input[type="submit"] .btn.btn-danger,
#Button-Box input[type="reset"] .btn.btn-danger,
#Button-Box .btn.btn-danger {   background-color: #d43f3a!important; }

.button-box input[type="button"] { /* mantis 1423678 */
    font-size: 14px;
    padding: 6px 12px;
}

@media print
{
    #Button-Box
    {
        display:none !important;
    }
}

.input-group .form-control:first-child, .input-group-append:first-child, .input-group-append:first-child>.btn, .input-group-append:first-child>.btn-group>.btn, .input-group-append:first-child>.dropdown-toggle, .input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-append:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0046fe;
    font-size: 11px;
    border-color: #0046fe!important;
    border:1px solid #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
     border-radius: 5px !important;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing:1px;
    padding:2px 5px;
    margin:1px;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: #0046fe;
    border:1px solid #808080;
    text-decoration:none;
    color:#FFFFFF;

}

.btn:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.btn-blue  {
    background-color: #0046fe;
    color: #FFFFFF;
}
.btn.btn-blue:hover, .btn-blue.plusIconStyle:hover {
    background-color: #0046fe;
    color: #FFFFFF;
}

.btn.btn-circle-lg {
    -webkit-border-radius: 45px !important;
    -moz-border-radius: 45px !important;
    border-radius: 45px !important;
    border:#00acec 1px solid!important;
    background-color:#ffffff;
    font-size:11px;
    width:40px;
    height:40px;
    margin-top:-5px;
    padding:2px 2px 2px 2px;
    text-align:center;
}
.btn.btn-circle-lg:hover {
    background-color:#ffffff;
    font-size:14px;
}
.btn.btn-circle-sm {
    -webkit-border-radius: 25px!important;
    -moz-border-radius: 25px!important;
    border-radius: 25px!important;
    border: #00acec 1px solid!important;
    background-color: #ffffff;
    font-size: 11px;
    width: 25px;
    height: 25px;
    margin-top: -2px;
    padding: 5px 2px 2px 2px;
    text-align: center;
}
.btn.btn-circle-sm:hover {
    padding-top: 4px;
    font-size:14px;
}
.btn.btn-border-square-lg {
    -webkit-border-radius: 25px!important;
    -moz-border-radius: 25px!important;
    border-radius: 5px!important;
    border: #00acec 1px solid!important;
    background-color: #ffffff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    margin-top: -5px;
    padding: 12px 2px 2px 2px;
    text-align: center;
}
.btn.btn-border-square-lg:hover {
    padding-top: 11px;
    font-size:17px;
}
.btn.btn-border-square-sm {
    -webkit-border-radius: 25px!important;
    -moz-border-radius: 25px!important;
    border-radius: 25px!important;
    border: #00acec 1px solid!important;
    background-color: #ffffff;
    font-size: 11px;
    width: 25px;
    height: 25px;
    margin-top: -2px;
    padding: 5px 2px 2px 2px;
    text-align: center;
}
.btn.btn-border-square-sm:hover {
    padding-top: 4px;
    font-size:14px;
}
.jobPostingContainer .btn.btn-secondary {
    background-color: #999999;
    margin: 0;
    width: 100%;
    padding: 5px 10px 5px 10px;
    overflow: visible;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-radius: 5px;
    white-space: normal;
}
.jobPostingContainer .btn.btn-secondary:hover {
    background-color: #777777;
}

.btn.full-width-button {
    width: 100%;
}

#searchadvanced_SCH_USER, #advancedSearchIcon, #searchadvanced_SCH_CRITICALJOB, #searchadvanced_SCH_JOBOFFERS, #searchadvanced_SCH_COMPANY  {
    padding:6px 12px;
    height:29px;
    border:2px #00acec solid;
}

#frmSearchCandidate #Button-Box2 > #btnCont {
  margin-bottom: 30px;
}

/******************************************************************************************/
/************************************* ICONS *********************************************/
/******************************************************************************************/
/* FONT AWESOME CORE
 * -------------------------- */
.icon, .awesome { font-family: FontAwesome; }

[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
    display: inline;
}

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.4285714285714286em;
}

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

.icons-ul > li {
    position: relative;
}

.icons-ul .icon-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit;
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none;
}

.icon-muted {
    color: #eeeeee;
}

.icon-light {
    color: #ffffff;
}

.icon-dark {
    color: #333333;
}

.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-double { display: inline-block;  padding: 2px 2px 2px 0px; margin-right: 8px;}
.icon-double i:last-of-type { position:absolute;  margin-left: -4px; margin-top: -2px!important; }

.icon-2x {
    font-size: 2em;
}

.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.icon-3x {
    font-size: 3em;
}

.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.icon-4x {
    font-size: 4em;
}

.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.icon-5x {
    font-size: 5em;
}

.icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

[class^="icon-"].float-left,
[class*=" icon-"].float-left {
    margin-right: .3em;
}

[class^="icon-"].float-right,
[class*=" icon-"].float-right {
    margin-left: .3em;
}

.fa.fa-rotate-90.fa-flip-horizontal {
    transform : rotate(90deg) scale(-1, 1);
    -webkit-transform : rotate(90deg) scale(-1, 1);
    -ms-transform : rotate(90deg) scale(-1, 1);
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].float-left.icon-2x,
.btn [class*=" icon-"].float-left.icon-2x,
.btn [class^="icon-"].float-right.icon-2x,
.btn [class*=" icon-"].float-right.icon-2x {
    margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

.btn.btn-sm [class^="icon-"].float-left.icon-2x,
.btn.btn-sm [class*=" icon-"].float-left.icon-2x,
.btn.btn-sm [class^="icon-"].float-right.icon-2x,
.btn.btn-sm [class*=" icon-"].float-right.icon-2x {
    margin-top: .25em;
}

.btn.btn-lg [class^="icon-"],
.btn.btn-lg [class*=" icon-"] {
    margin-top: 0;
}

.btn.btn-lg [class^="icon-"].float-left.icon-2x,
.btn.btn-lg [class*=" icon-"].float-left.icon-2x,
.btn.btn-lg [class^="icon-"].float-right.icon-2x,
.btn.btn-lg [class*=" icon-"].float-right.icon-2x {
    margin-top: .05em;
}

.btn.btn-lg [class^="icon-"].float-left.icon-2x,
.btn.btn-lg [class*=" icon-"].float-left.icon-2x {
    margin-right: .2em;
}

.btn.btn-lg [class^="icon-"].float-right.icon-2x,
.btn.btn-lg [class*=" icon-"].float-right.icon-2x {
    margin-left: .2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    line-height: inherit;
}

h1 [class^="icon-"] {
    color: #f34541;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em;
}

.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em;
}

/* Animated rotating icon */
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

/* Icon rotations and mirroring */
.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope-alt:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-empty:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-zoom-in:before {
    content: "\f00e";
}

.icon-zoom-out:before {
    content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
    content: "\f013";
}

.icon-trash:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file-alt:before {
    content: "\f016";
}

.icon-time:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download-alt:before {
    content: "\f019";
}

.icon-download:before {
    content: "\f01a";
}

.icon-upload:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle:before {
    content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-indent-left:before {
    content: "\f03b";
}

.icon-indent-right:before {
    content: "\f03c";
}

.icon-facetime-video:before {
    content: "\f03d";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-share:before {
    content: "\f045";
}

.icon-check:before {
    content: "\f046";
}

.icon-move:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-sign:before {
    content: "\f055";
}

.icon-minus-sign:before {
    content: "\f056";
}

.icon-remove-sign:before {
    content: "\f057";
}

.icon-ok-sign:before {
    content: "\f058";
}

.icon-question-sign:before {
    content: "\f059";
}

.icon-info-sign:before {
    content: "\f05a";
}

.icon-screenshot:before {
    content: "\f05b";
}

.icon-remove-circle:before {
    content: "\f05c";
}

.icon-ok-circle:before {
    content: "\f05d";
}

.icon-ban-circle:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
    content: "\f064";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-resize-small:before {
    content: "\f066";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-sign:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-eye-close:before {
    content: "\f070";
}

.icon-warning-sign:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder-close:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-resize-vertical:before {
    content: "\f07d";
}

.icon-resize-horizontal:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-twitter-sign:before {
    content: "\f081";
}

.icon-facebook-sign:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key:before {
    content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-up-alt:before {
    content: "\f087";
}

.icon-thumbs-down-alt:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-empty:before {
    content: "\f08a";
}

.icon-signout:before {
    content: "\f08b";
}

.icon-linkedin-sign:before {
    content: "\f08c";
}

.icon-pushpin:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-signin:before {
    content: "\f090";
}

.icon-trophy:before {
    content: "\f091";
}

.icon-github-sign:before {
    content: "\f092";
}

.icon-upload-alt:before {
    content: "\f093";
}

.icon-lemon:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
    content: "\f096";
}

.icon-bookmark-empty:before {
    content: "\f097";
}

.icon-phone-sign:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-right:before {
    content: "\f0a4";
}

.icon-hand-left:before {
    content: "\f0a5";
}

.icon-hand-up:before {
    content: "\f0a6";
}

.icon-hand-down:before {
    content: "\f0a7";
}

.icon-circle-arrow-left:before {
    content: "\f0a8";
}

.icon-circle-arrow-right:before {
    content: "\f0a9";
}

.icon-circle-arrow-up:before {
    content: "\f0aa";
}

.icon-circle-arrow-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-beaker:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
    content: "\f0c6";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-sign-blank:before {
    content: "\f0c8";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-sign:before {
    content: "\f0d3";
}

.icon-google-plus-sign:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-alt:before {
    content: "\f0e5";
}

.icon-comments-alt:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell-alt:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-food:before {
    content: "\f0f5";
}

.icon-file-text-alt:before {
    content: "\f0f6";
}

.icon-building:before {
    content: "\f0f7";
}

.icon-hospital:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-sign:before {
    content: "\f0fd";
}

.icon-plus-sign-alt:before {
    content: "\f0fe";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.icon-double-angle-up:before {
    content: "\f102";
}

.icon-double-angle-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-blank:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-close-alt:before {
    content: "\f114";
}

.icon-folder-open-alt:before {
    content: "\f115";
}

.icon-expand-alt:before {
    content: "\f116";
}

.icon-collapse-alt:before {
    content: "\f117";
}

.icon-smile:before {
    content: "\f118";
}

.icon-frown:before {
    content: "\f119";
}

.icon-meh:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard:before {
    content: "\f11c";
}

.icon-flag-alt:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-reply-all:before {
    content: "\f122";
}

.icon-mail-reply-all:before {
    content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-unlink:before {
    content: "\f127";
}

.icon-question:before {
    content: "\f128";
}

.icon-info:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-off:before {
    content: "\f131";
}

.icon-shield:before {
    content: "\f132";
}

.icon-calendar-empty:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-sign-left:before {
    content: "\f137";
}

.icon-chevron-sign-right:before {
    content: "\f138";
}

.icon-chevron-sign-up:before {
    content: "\f139";
}

.icon-chevron-sign-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-horizontal:before {
    content: "\f141";
}

.icon-ellipsis-vertical:before {
    content: "\f142";
}

.icon-rss-sign:before {
    content: "\f143";
}

.icon-play-sign:before {
    content: "\f144";
}

.icon-ticket:before {
    content: "\f145";
}

.icon-minus-sign-alt:before {
    content: "\f146";
}

.icon-check-minus:before {
    content: "\f147";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-sign:before {
    content: "\f14a";
}

.icon-edit-sign:before {
    content: "\f14b";
}

.icon-external-link-sign:before {
    content: "\f14c";
}

.icon-share-sign:before {
    content: "\f14d";
}

.icon-compass:before {
    content: "\f14e";
}

.icon-collapse:before {
    content: "\f150";
}

.icon-collapse-top:before {
    content: "\f151";
}

.icon-expand:before {
    content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
    content: "\f153";
}

.icon-gbp:before {
    content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
    content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
    content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
    content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
    content: "\f158";
}

.icon-won:before,
.icon-krw:before {
    content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a";
}

.icon-file:before {
    content: "\f15b";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-sort-by-alphabet:before {
    content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

.icon-sort-by-attributes:before {
    content: "\f160";
}

.icon-sort-by-attributes-alt:before {
    content: "\f161";
}

.icon-sort-by-order:before {
    content: "\f162";
}

.icon-sort-by-order-alt:before {
    content: "\f163";
}

.icon-thumbs-up:before {
    content: "\f164";
}

.icon-thumbs-down:before {
    content: "\f165";
}

.icon-youtube-sign:before {
    content: "\f166";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-xing:before {
    content: "\f168";
}

.icon-xing-sign:before {
    content: "\f169";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-dropbox:before {
    content: "\f16b";
}

.icon-stackexchange:before {
    content: "\f16c";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-adn:before {
    content: "\f170";
}

.icon-bitbucket:before {
    content: "\f171";
}

.icon-bitbucket-sign:before {
    content: "\f172";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-tumblr-sign:before {
    content: "\f174";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-apple:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-android:before {
    content: "\f17b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-dribbble:before {
    content: "\f17d";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-foursquare:before {
    content: "\f180";
}

.icon-trello:before {
    content: "\f181";
}

.icon-female:before {
    content: "\f182";
}

.icon-male:before {
    content: "\f183";
}

.icon-gittip:before {
    content: "\f184";
}

.icon-sun:before {
    content: "\f185";
}

.icon-moon:before {
    content: "\f186";
}

.icon-archive:before {
    content: "\f187";
}

.icon-bug:before {
    content: "\f188";
}

.icon-vk:before {
    content: "\f189";
}

.icon-weibo:before {
    content: "\f18a";
}

.icon-renren:before {
    content: "\f18b";
}

.icons-sm {     font-size:14px; margin-top:-1px; margin-right:4px;height: 18px; }
.icons-sm-md {     font-size:16px  !important; margin-top:-1px; margin-right:4px;height: 18px; }
.icons-md {     font-size:18px; margin-top:-2px; margin-right:4px;height: 22px; }
.icons-lg {     font-size: 34px;    margin-right: 6px;  /* height: 22px; */     vertical-align: middle;     /* float: left; */}

#main-nav .text-management, .modulepicture  .text-management {  color: #666666 !important; }
#main-nav .text-performance, .modulepicture .text-performance { color: #666666 !important;  }
#main-nav .text-training, .modulepicture    .text-training {    color: #666666 !important;  }
#main-nav .text-career, .modulepicture      .text-career {      color: #666666 !important;  }
#main-nav .text-communities, .modulepicture .text-communities { color: #666666 !important;  }
#main-nav .text-onboarding, .modulepicture  .text-onboarding {  color: #666666 !important;  }
#main-nav .text-recruitment, .modulepicture .text-recruitment { color: #666666 !important;  }
#main-nav .text-analytics, .modulepicture   .text-analytics {   color: #666666 !important;  }
#main-nav .text-bookmarks, .modulepicture   .text-bookmarks {   color: #666666 !important;  }
#main-nav .text-history, .modulepicture     .text-history {     color: #666666 !important;  }
#main-nav .text-generic, .modulepicture     .text-generic {     color: #666666 !important;  }

.text-banana { color: #00acec !important; }
.subnav-3-header i,.subnav-4-header i,.subnav-5-header i { color: #666666; font-size: 18px; }
.icon-bookmarks .tmui{  background-color:#666666!important; }


.label-success {background-color: #00acec!important; }
.bg-success {background-color: #00acec!important; }

/* Activity status icons */
#coursefollowup .status-sign{
    font-size: 25px;
    padding: 23px;
    padding-left: 0px;
    vertical-align: middle;
}

/********** LOW RES **********/

    .box-content i[class^="icon-"] {
        /************* PROBLEM GÉNÉRAL ********************/
        /* font-size: 17px!important; */
    }

.text-compensation { color: #666666 !important; }

/******************************************************************************************/
/************************************* JSTREE *******************************/
/******************************************************************************************/

.jstree-default > .jstree-container-ul .jstree-icon.rootIcon {
    color: #999999;
    border-width: 1px;
    padding:2px;
}

/* Couleurs icônes JSTree spécifiques */
.jstree-icon.jstree-themeicon.glyphicon.glyphicon-folder-open,
.jstree-icon.jstree-themeicon.glyphicon.glyphicon-folder-close,
.jstree-icon.jstree-themeicon.colorProjets,
.jstree-icon.jstree-themeicon.colorSettings,
.jstree-icon.jstree-themeicon.colorReports {
    color:#666666!important;
}

.jstree-default .jstree-checkbox.jstree-icon { background-image: none;}
.jstree-default .jstree-checkbox.jstree-icon:before { content:'\e990';color:#000;font-family:"tmui";font-style: initial;font-size:30px;}
.jstree-default .jstree-clicked>.jstree-checkbox.jstree-icon:before { content:'\e982';color: #70d279; }
.jstree-default .jstree-icon.fa-level-down {color: #70d279; }

#sectionJstree .dropdown-menu {
	top:140px!important;	
}

/******************************************************************************************/
/************************************* FUELUX ********************/
/******************************************************************************************/

.fuelux .wizard {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
}

.fuelux .wizard .actions {
    padding: 0;
}

.fuelux .wizard ul li {
    background-color: #dddddd;
    margin-right: 30px;
    padding: 0 20px;
    color: #424242;
    font-family: Montserrat;
    font-size: 20px;
    position: relative;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}

.fuelux .wizard ul li.active {
    background-color: #f34541;
    color: #ffffff;
}

.fuelux .wizard ul li.complete {
    background-color: #49bf67;
    color: #ffffff;
}

.fuelux .wizard ul li.complete:hover {
    background-color: #3eb05b;
}

.fuelux .wizard ul li.complete:before {
    background-color: #49bf67;
}

.fuelux .wizard ul li:before {
    content: "";
    width: 30px;
    height: 4px;
    background-color: #dddddd;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -30px;
}

.fuelux .wizard ul li:first-child:before {
    display: none;
}

@media print {
    .fuelux .step-content .step-pane {
        display: block !important;
        opacity: 1 !important;
    }
}

/******************************************************************************************/
/****************************** bootstrap-daterangepicker, datepicker *********************/
/******************************************************************************************/

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    color: #ffffff;
    background: #f34541;
    border-color: transparent;
}

.daterangepicker .ranges li {
    color: #222222;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background: #f34541;
}

.datepicker td span.active:hover, .datepicker td span.active:hover:hover, .datepicker td span.active.disabled:hover, .datepicker td span.active.disabled:hover:hover, .datepicker td span.active:active, .datepicker td span.active:hover:active, .datepicker td span.active.disabled:active, .datepicker td span.active.disabled:hover:active, .datepicker td span.active.active, .datepicker td span.active:hover.active, .datepicker td span.active.disabled.active, .datepicker td span.active.disabled:hover.active, .datepicker td span.active.disabled, .datepicker td span.active:hover.disabled, .datepicker td span.active.disabled.disabled, .datepicker td span.active.disabled:hover.disabled, .datepicker td span.active[disabled], .datepicker td span.active:hover[disabled], .datepicker td span.active.disabled[disabled], .datepicker td span.active.disabled:hover[disabled], .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active.disabled:hover, .datepicker td.active.disabled:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.disabled:active, .datepicker td.active.disabled:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled.active, .datepicker td.active.disabled:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active.disabled.disabled, .datepicker td.active.disabled:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled], .datepicker td.active.disabled[disabled], .datepicker td.active.disabled:hover[disabled] {
    background: #f34541;
}

.daterangepicker .calendar-date, .daterangepicker .ranges li, .daterangepicker td, .daterangepicker th, .datepicker td span, .datepicker td, .datepicker th {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.input-group .inputGroupAddonDate a:hover  {
    text-decoration: none;
    color: #0087b9;
}

@media (max-width: 768px) {
    input[type="text"].hasDatepicker,
    .form-group input[type="text"]#fldDateFrom,
    .form-group input[type="text"]#fldDateTo {
        width: 80%!important;
    }
    .input-group input[type="text"].hasDatepicker {
        width: 100%!important;
    }
    #fldOrangeGraduateDatePromotion  {
        width: 10%!important;
    }
}

/******************************************************************************************/
/****************************** SLIMSCROLL *************************************************/
/******************************************************************************************/

.slimScrollBar {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/******************************************************************************************/
/****************************** DATATABLES *************************************************/
/******************************************************************************************/

.dataTables_wrapper {
    overflow: hidden;
    *zoom: 1;
}
/********************* PATCH ********************************/
/******************SUIVI DE RECRUTEMENT *********************/

.dataTables_wrapper .datatables-top, .dataTables_wrapper .datatables-bottom {
    padding: 5px;
}

@media (max-width: 767px) {
    .dataTables_wrapper .datatables-top, .dataTables_wrapper .datatables-bottom {
        text-align: center;
    }

    .dataTables_wrapper .datatables-top .dataTables_filter, .dataTables_wrapper .datatables-bottom .dataTables_filter {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .datatables-top .dataTables_filter label, .dataTables_wrapper .datatables-bottom .dataTables_filter label {
        float: none;
    }

    .dataTables_wrapper .datatables-top .dataTables_paginate, .dataTables_wrapper .datatables-bottom .dataTables_paginate {
        text-align: center;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .dataTables_wrapper .datatables-top .dataTables_length, .dataTables_wrapper .datatables-bottom .dataTables_length {
        text-align: center;
        display: inline-block;
        float: none;
    }
}

.dataTables_wrapper .dataTables_length {
    margin: 13px 10px 5px 10px;
    float: left;
}

.dataTables_wrapper .dataTables_filter {
    margin: 10px 10px 5px 10px;
    float: right;
}

.dataTables_wrapper .dataTables_info {
    padding: 0;
    margin: 4px 10px 10px 10px;
}

.dataTables_wrapper .dataTables_paginate {
    margin-right: 10px;
}
/********************* RECRUTEMENT ***********************/

#frmSummary .tab-pane.tab-menu-pane {
    border-top: 1px solid #F0EFEF;
    border-collapse: collapse;
}
.input-group.file-upload-container input {
    padding: 0;
    padding-left: 5px;
    margin-bottom: 5px;
}
#v6_leftmenu .candidate-list-button a.TM_LINK:hover {
    border-bottom: 0!important;
}

.TM_titlePage .TM_LINK:focus{
  border-bottom: dotted 1px;
}

#candidatesearcharea .dropdown > button#searchmenuj130:focus{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#v6_leftmenu .candidate-list-button:hover,
#v6_leftmenu #candidatelist a:hover {
    border-bottom: 0!important;
    background-color: #F2F2F2!important;
}
#v6_leftmenu .candidate-list-button a,
#v6_leftmenu #candidatelist .item-text {
    color: #7d7d7d!important;
    padding-left: 10px;
    line-height: 20px;
}
#v6_leftmenu ul {
    border-top: 0!important;
    border-bottom: 0!important;
}
#contextmenu .ui-widget-content {
    border: 0;
}
#contextmenu .ui-accordion-content ul li:hover, #contextmenu .ui-accordion-content ul li.contextmenu-selected {
    background-color: #F2F2F2!important;
    color:#7d7d7d!important;
}
#v6_leftmenu .candidate-list-button a.TM_LINK,
#candidatelist a span.item-text,
#contextmenu .ui-accordion-content ul li {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
#contextmenu h3.ui-accordion-header {
    border: 0!important;
    border-bottom: 1px dotted #7d7d7d!important;
    border-top: 1px dotted #7d7d7d!important;
}
#contextmenu .ui-corner-all, #contextmenu .ui-corner-top, #contextmenu .ui-corner-right, #contextmenu .ui-corner-tr {
    border-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}
#contextmenu .ui-accordion-header-icon {
    display: none!important;
}
#contextmenu.ui-accordion .ui-accordion-icons {
    padding-left: 0px!important;
}
#contextmenu h3.ui-accordion-header a {
    margin-left: 0px!important;
    text-transform: uppercase!important;
    font-weight: 600;
    font-size: 13px;
}
#contextmenu h3.ui-accordion-header {
    background-color: transparent!important;
}
#contextmenu h3 {
    margin-top: -1px!important;
}
#contextmenu h3:first-child {
    margin-top: 0px!important;
}
#v6_leftmenu {
    overflow-y: auto!important;
    overflow-x: hidden!important;
}
#contextmenu .ui-state-default a, #contextmenu .ui-state-default a:link, #contextmenu .ui-state-default a:visited {
    color: #777!important;
}
#contextmenu .ui-state-active a, #contextmenu .ui-state-active a:link, #contextmenu .ui-state-active a:visited {
    color: #212121!important;
}
#v6_leftmenu {
    padding-bottom: 60px;
}
form[name="frmLeftMenuJObOffer"] .ui-accordion-content {
    border: 0!important;
}
tbody#tbodyCanddidates span.badge {
    height: 40px;
    width: 40px;
    border-radius: 36px;
    padding: 13px 1px 9px 1px;
}
tbody#tbodyCanddidates img.progressArc {
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: border-box;
    border-radius: 50px;
    width: 38px!important;
    height: auto;
    display: inline-block;
    margin-bottom: 1px;
    margin-left: -30px;
}
tbody#tbodyCanddidates .progressText {
    font-size: 10px;
    display: inline-block;
    color: #777;
    position: relative;
    line-height: 29px;
    border-radius: 35px;
    z-index: 5;
    width: 21px;
}
html.ie8 tbody#tbodyCanddidates a.progressText {
    background-color: transparent;
}
body.ITEM-admin-jobposting-j130 table#candidateList .summary-card {
    margin-bottom: 0px;
}

.online_interview_icon {
    color: #444;
    font-size: 17px;
    vertical-align: sub;
}
form[name="frmLeftMenuJObOffer"] .ui-accordion-content > table {
    table-layout: fixed;
    width: 100%;
}



form[name="frmLeftMenuJObOffer"] .ui-accordion-content > table td.candidate-option-tr-right {
    width: 50px;
    min-width:50px;
}
form[name="frmLeftMenuJObOffer"] .ui-accordion-content > table td.candidate-option-label .filter-option {
    text-overflow: bb;
}
form[name="frmLeftMenuJObOffer"] .ui-accordion-content > table td.candidate-option-label .filter-option > span {
    white-space: normal;
    text-overflow: ellipsis;
}

.re_socialmedia .li-root,
.re_socialmedia .fb-root {
    width: 100%;
    float: none;

    font-size: 12px;
}

.re_socialmedia .li-root:hover,
.re_socialmedia .fb-root:hover {
    text-decoration: underline;
}

#relogoBlock{
    overflow:hidden;
    position:relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* News de l'entreprise'*/
#reJobPostingLogoIdentificationSheets{
    background-color:#FFFFFF;
    float:left;
    top:32px;
    padding-right: 5px;
    padding-left: 5px;
}

#reJobPostingLogoIdentificationSheets p{
    text-align:left !important;
    margin-top:0px;
    margin-bottom:0px;
}

#myOfferFollowUpContentDiv .jobPostingContainer #jobPostingDate{
  -ms-word-wrap:break-word;
  word-wrap: break-word;
}

/******* icones recrutement *******/

span.tmui.icon-currently-display-in-our-latest-job-posting,
span.tmui.icon-currently-for-external-candidates-only,
span.tmui.icon-currently-for-internal-and-external-candidates-only,
span.tmui.icon-currently-for-internal-candidates-only,
span.tmui.icon-the-process-is-currently-being-validated-read-only,
span.tmui.icon-external-candidate,
span.tmui.icon-left-a-message,
span.tmui.icon-internal-candidate,
span.tmui.icon-external-candidate,
span.tmui.icon-incomplete-file,
span.tmui.icon-candidate-for-multiple-job-reqs,
span.tmui.icon-follow-up,
span.tmui.icon-update-history,
span.tmui.icon-candidate-has-not-provided-all-required-supporting-docs,
span.tmui.icon-priority-placement-candidate-opt1,
span.tmui.icon-candidate-automatically-excluded,
span.tmui.icon-recalculation-of-eligibility-percentage-locked,
span.tmui.icon-referrals,
span.tmui.icon-candidate-sent-for-review,
span.tmui.icon-flagged-candidate-source,
span.tmui.icon-flagged-candidate,
span.tmui.icon-revert-to-previous-status,
span.tmui.icon-send-auto-emails-opt1,
span.tmui.icon-review-and-send-emails,
span.far.fa-file-alt,
span.tmui.icon-rec-referrals,
span.tmui.icon-added-by-and-external-recruiter-opt2,
span.tmui.icon-cand-file-text,
span.tmui.icon-cand-text-warning
 {
    font-size: 20px;
    padding: 0;
    line-height: 30px;
}

span.far.fa-file-alt {
    font-size:18px;
}

span.tmui.icon-left-a-message { color:#D9BB4C; }
span.tmui.icon-internal-candidate {color:#2E8FD4;}
span.tmui.icon-external-candidate,
span.tmui.icon-rec-referrals {color:#515151;}
span.tmui.icon-incomplete-file {color:red;}
span.tmui.icon-candidate-for-multiple-job-reqs {color:red;}
span.tmui.icon-follow-up {color:#2E8FD4;}
span.tmui.icon-update-history {}
span.tmui.icon-candidate-has-not-provided-all-required-supporting-docs { color:red;}
span.tmui.icon-priority-placement-candidate-opt1 {}
span.tmui.icon-candidate-automatically-excluded { color:red;}
span.tmui.icon-recalculation-of-eligibility-percentage-locked {}
span.tmui.icon-referrals {}
span.tmui.icon-candidate-sent-for-review { color:#2E8FD4;}
span.tmui.icon-flagged-candidate-source { color:#29A470;}
span.tmui.icon-flagged-candidate { color:#F9C918;}
span.tmui.icon-revert-to-previous-status {}
span.tmui.icon-send-auto-emails-opt1 {}
span.tmui.icon-review-and-send-emails {}
span.tmui.icon-added-by-and-external-recruiter-opt2 { color:#666;}
span.far.fa-file-alt,
span.tmui.icon-cand-file-text { color:#2E8FD4;}
span.tmui.icon-cand-text-warning {color: #f8a326 !important;}

/********************* END RECRUTEMENT ***********************/

.dataTables_wrapper .dataTables_paginate .pagination {
    margin: 0;
}

.dataTables_wrapper .filter_column input[type="text"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dataTables_wrapper .sorting:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    content: "\f0dc";
    float: right;
}

.dataTables_wrapper .sorting_asc:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    content: "\f0de";
    float: right;
}

.dataTables_wrapper .sorting_desc:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    content: "\f0dd";
    float: right;
}



/******************************************************************************************/
/****************************** DYNATREE **************************************************/
/******************************************************************************************/

ul.dynatree-container {
    border: none;
}

/******************************************************************************************/
/****************************** NESTABLE **************************************************/
/******************************************************************************************/

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 10px 10px;
    color: #3c3c3c;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #dddddd;
    background: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-handle:hover {
    color: #f34541;
    cursor: move;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    line-height: 1;
    padding-top: 7px;
    text-align: center;
    font-weight: bold;
}

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
    content: '-';
}

.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f7f7f7;
    border: 1px dashed #f34541;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

/******************************************************************************************/
/****************************** SELECT2 **************************************************/
/******************************************************************************************/

.select2-container.form-control .select2-choice {
    line-height: 32px;
    height: auto;
}

.select2-container.form-control .select2-choice .select2-arrow b {
    margin-top: 2px;
}

.select2-container.form-control.form-control-lg .select2-choice {
    line-height: 43px;
}

.select2-container.form-control.form-control-lg .select2-choice .select2-arrow b {
    margin-top: 7px;
}

.select2-container.form-control.form-control-sm .select2-choice {
    line-height: 28px;
}

.select2-container.form-control.form-control-sm .select2-choice .select2-arrow b {
    margin-top: 0;
}

.select2-container.select2-container-active.form-control, .select2-container-active .select2-choice,
.select2-container-active .select2-choices, .select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi.select2-container-active .select2-choices,
.form-control.select2-container.select2-dropdown-open, .select2-container .select2-choice, .select2-drop-active, .select2-drop.select2-drop-above.select2-drop-active {
    border-color: #aaaaaa !important;
}

.select2-container.select2-container-active.form-control:focus, .select2-container-active .select2-choice:focus,
.select2-container-active .select2-choices:focus, .select2-dropdown-open.select2-drop-above .select2-choice:focus,
.select2-dropdown-open.select2-drop-above .select2-choices:focus, .select2-container-multi.select2-container-active .select2-choices:focus,
.form-control.select2-container.select2-dropdown-open:focus, .select2-container .select2-choice:focus, .select2-drop-active:focus, .select2-drop.select2-drop-above.select2-drop-active:focus {
    border-color: #aaaaaa !important;
    -webkit-box-shadow: 0 0 8px #dce1e5 !important;
    -moz-box-shadow: 0 0 8px #dce1e5 !important;
    box-shadow: 0 0 8px #dce1e5 !important;
}

.select2-container a:focus {
    outline: none;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border-color: #aaaaaa !important;
    -webkit-box-shadow: 0 0 8px #dce1e5 !important;
    -moz-box-shadow: 0 0 8px #dce1e5 !important;
    box-shadow: 0 0 8px #dce1e5 !important;
}

.form-control.select2-container {
    margin: 0;
    padding: 0;
}

.form-control .select2-choice {
    border: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.form-control.select2-container.select2-dropdown-open {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.form-control.select2-container .select2-choices {
    border: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.select2-results .select2-highlighted {
    background-color: #f34541;
}


/******************************************************************************************/
/****************************** TABS **************************************************/
/******************************************************************************************/

.nav-tabs-centered {
    text-align: center;
}

.nav-tabs-centered > li {
    float: none;
    display: inline-block;
}

.tabs-right .nav-tabs-simple > li > a {
    border-color: transparent !important;
}

.tabs-right .nav-tabs-simple > .active > a, .tabs-right .nav-tabs-simple > .active > a:hover, .tabs-right .nav-tabs-simple > .active > a:focus {
    border-color: transparent !important;
    border-left-color: #f34541 !important;
}

.tabs-right .nav-tabs-simple > .active > a.contrast-border, .tabs-right .nav-tabs-simple > .active > a:hover.contrast-border, .tabs-right .nav-tabs-simple > .active > a:focus.contrast-border {
    border-left-color: #f34541 !important;
}

.tabs-right .nav-tabs-simple > .active > a.orange-border, .tabs-right .nav-tabs-simple > .active > a:hover.orange-border, .tabs-right .nav-tabs-simple > .active > a:focus.orange-border {
    border-left-color: #f8a326 !important;
}

.tabs-right .nav-tabs-simple > .active > a.blue-border, .tabs-right .nav-tabs-simple > .active > a:hover.blue-border, .tabs-right .nav-tabs-simple > .active > a:focus.blue-border {
    border-left-color: #00acec !important;
}

.tabs-right .nav-tabs-simple > .active > a.purple-border, .tabs-right .nav-tabs-simple > .active > a:hover.purple-border, .tabs-right .nav-tabs-simple > .active > a:focus.purple-border {
    border-left-color: #9564e2 !important;
}

.tabs-right .nav-tabs-simple > .active > a.green-border, .tabs-right .nav-tabs-simple > .active > a:hover.green-border, .tabs-right .nav-tabs-simple > .active > a:focus.green-border {
    border-left-color: #49bf67 !important;
}

.tabs-right .nav-tabs-simple > .active > a.red-border, .tabs-right .nav-tabs-simple > .active > a:hover.red-border, .tabs-right .nav-tabs-simple > .active > a:focus.red-border {
    border-left-color: #f34541 !important;
}

.tabs-right .nav-tabs-simple > .active > a.muted-border, .tabs-right .nav-tabs-simple > .active > a:hover.muted-border, .tabs-right .nav-tabs-simple > .active > a:focus.muted-border {
    border-left-color: #999999 !important;
}

.tabs-right .nav-tabs-simple > .active > a.fb-border, .tabs-right .nav-tabs-simple > .active > a:hover.fb-border, .tabs-right .nav-tabs-simple > .active > a:focus.fb-border {
    border-left-color: #3d579d !important;
}

.tabs-right .nav-tabs-simple > .active > a.dark-border, .tabs-right .nav-tabs-simple > .active > a:hover.dark-border, .tabs-right .nav-tabs-simple > .active > a:focus.dark-border {
    border-left-color: #2b2d30 !important;
}

.tabs-right .nav-tabs-simple > .active > a.pink-border, .tabs-right .nav-tabs-simple > .active > a:hover.pink-border, .tabs-right .nav-tabs-simple > .active > a:focus.pink-border {
    border-left-color: #c44a83 !important;
}

.tabs-right .nav-tabs-simple > .active > a.grass-green-border, .tabs-right .nav-tabs-simple > .active > a:hover.grass-green-border, .tabs-right .nav-tabs-simple > .active > a:focus.grass-green-border {
    border-left-color: #5daf2b !important;
}

.tabs-right .nav-tabs-simple > .active > a.sea-blue-border, .tabs-right .nav-tabs-simple > .active > a:hover.sea-blue-border, .tabs-right .nav-tabs-simple > .active > a:focus.sea-blue-border {
    border-left-color: #00acec !important;
}

.tabs-right .nav-tabs-simple > .active > a.banana-border, .tabs-right .nav-tabs-simple > .active > a:hover.banana-border, .tabs-right .nav-tabs-simple > .active > a:focus.banana-border {
    border-left-color: #fcd052 !important;
}

.tabs-right .nav-tabs-simple > .active > a.dark-orange-border, .tabs-right .nav-tabs-simple > .active > a:hover.dark-orange-border, .tabs-right .nav-tabs-simple > .active > a:focus.dark-orange-border {
    border-left-color: #f56e00 !important;
}

.tabs-right .nav-tabs-simple > .active > a.brown-border, .tabs-right .nav-tabs-simple > .active > a:hover.brown-border, .tabs-right .nav-tabs-simple > .active > a:focus.brown-border {
    border-left-color: #924e31 !important;
}

.tabs-left .nav-tabs-simple > li > a {
    border-color: transparent !important;
}

.tabs-left .nav-tabs-simple > .active > a, .tabs-left .nav-tabs-simple > .active > a:hover, .tabs-left .nav-tabs-simple > .active > a:focus {
    border-color: transparent !important;
    border-right-color: #f34541 !important;
}

.tabs-left .nav-tabs-simple > .active > a.contrast-border, .tabs-left .nav-tabs-simple > .active > a:hover.contrast-border, .tabs-left .nav-tabs-simple > .active > a:focus.contrast-border {
    border-right-color: #f34541 !important;
}

.tabs-left .nav-tabs-simple > .active > a.orange-border, .tabs-left .nav-tabs-simple > .active > a:hover.orange-border, .tabs-left .nav-tabs-simple > .active > a:focus.orange-border {
    border-right-color: #f8a326 !important;
}

.tabs-left .nav-tabs-simple > .active > a.blue-border, .tabs-left .nav-tabs-simple > .active > a:hover.blue-border, .tabs-left .nav-tabs-simple > .active > a:focus.blue-border {
    border-right-color: #00acec !important;
}

.tabs-left .nav-tabs-simple > .active > a.purple-border, .tabs-left .nav-tabs-simple > .active > a:hover.purple-border, .tabs-left .nav-tabs-simple > .active > a:focus.purple-border {
    border-right-color: #9564e2 !important;
}

.tabs-left .nav-tabs-simple > .active > a.green-border, .tabs-left .nav-tabs-simple > .active > a:hover.green-border, .tabs-left .nav-tabs-simple > .active > a:focus.green-border {
    border-right-color: #49bf67 !important;
}

.tabs-left .nav-tabs-simple > .active > a.red-border, .tabs-left .nav-tabs-simple > .active > a:hover.red-border, .tabs-left .nav-tabs-simple > .active > a:focus.red-border {
    border-right-color: #f34541 !important;
}

.tabs-left .nav-tabs-simple > .active > a.muted-border, .tabs-left .nav-tabs-simple > .active > a:hover.muted-border, .tabs-left .nav-tabs-simple > .active > a:focus.muted-border {
    border-right-color: #999999 !important;
}

.tabs-left .nav-tabs-simple > .active > a.fb-border, .tabs-left .nav-tabs-simple > .active > a:hover.fb-border, .tabs-left .nav-tabs-simple > .active > a:focus.fb-border {
    border-right-color: #3d579d !important;
}

.tabs-left .nav-tabs-simple > .active > a.dark-border, .tabs-left .nav-tabs-simple > .active > a:hover.dark-border, .tabs-left .nav-tabs-simple > .active > a:focus.dark-border {
    border-right-color: #2b2d30 !important;
}

.tabs-left .nav-tabs-simple > .active > a.pink-border, .tabs-left .nav-tabs-simple > .active > a:hover.pink-border, .tabs-left .nav-tabs-simple > .active > a:focus.pink-border {
    border-right-color: #c44a83 !important;
}

.tabs-left .nav-tabs-simple > .active > a.grass-green-border, .tabs-left .nav-tabs-simple > .active > a:hover.grass-green-border, .tabs-left .nav-tabs-simple > .active > a:focus.grass-green-border {
    border-right-color: #5daf2b !important;
}

.tabs-left .nav-tabs-simple > .active > a.sea-blue-border, .tabs-left .nav-tabs-simple > .active > a:hover.sea-blue-border, .tabs-left .nav-tabs-simple > .active > a:focus.sea-blue-border {
    border-right-color: #00acec !important;
}

.tabs-left .nav-tabs-simple > .active > a.banana-border, .tabs-left .nav-tabs-simple > .active > a:hover.banana-border, .tabs-left .nav-tabs-simple > .active > a:focus.banana-border {
    border-right-color: #fcd052 !important;
}

.tabs-left .nav-tabs-simple > .active > a.dark-orange-border, .tabs-left .nav-tabs-simple > .active > a:hover.dark-orange-border, .tabs-left .nav-tabs-simple > .active > a:focus.dark-orange-border {
    border-right-color: #f56e00 !important;
}

.tabs-left .nav-tabs-simple > .active > a.brown-border, .tabs-left .nav-tabs-simple > .active > a:hover.brown-border, .tabs-left .nav-tabs-simple > .active > a:focus.brown-border {
    border-right-color: #924e31 !important;
}

.tabs-below .nav-tabs-simple > li > a {
    border-color: transparent !important;
}

.tabs-below .nav-tabs-simple > .active > a, .tabs-below .nav-tabs-simple > .active > a:hover, .tabs-below .nav-tabs-simple > .active > a:focus {
    border-color: transparent !important;
    border-top-color: #f34541 !important;
}

.tabs-below .nav-tabs-simple > .active > a.contrast-border, .tabs-below .nav-tabs-simple > .active > a:hover.contrast-border, .tabs-below .nav-tabs-simple > .active > a:focus.contrast-border {
    border-top-color: #f34541 !important;
}

.tabs-below .nav-tabs-simple > .active > a.orange-border, .tabs-below .nav-tabs-simple > .active > a:hover.orange-border, .tabs-below .nav-tabs-simple > .active > a:focus.orange-border {
    border-top-color: #f8a326 !important;
}

.tabs-below .nav-tabs-simple > .active > a.blue-border, .tabs-below .nav-tabs-simple > .active > a:hover.blue-border, .tabs-below .nav-tabs-simple > .active > a:focus.blue-border {
    border-top-color: #00acec !important;
}

.tabs-below .nav-tabs-simple > .active > a.purple-border, .tabs-below .nav-tabs-simple > .active > a:hover.purple-border, .tabs-below .nav-tabs-simple > .active > a:focus.purple-border {
    border-top-color: #9564e2 !important;
}

.tabs-below .nav-tabs-simple > .active > a.green-border, .tabs-below .nav-tabs-simple > .active > a:hover.green-border, .tabs-below .nav-tabs-simple > .active > a:focus.green-border {
    border-top-color: #49bf67 !important;
}

.tabs-below .nav-tabs-simple > .active > a.red-border, .tabs-below .nav-tabs-simple > .active > a:hover.red-border, .tabs-below .nav-tabs-simple > .active > a:focus.red-border {
    border-top-color: #f34541 !important;
}

.tabs-below .nav-tabs-simple > .active > a.muted-border, .tabs-below .nav-tabs-simple > .active > a:hover.muted-border, .tabs-below .nav-tabs-simple > .active > a:focus.muted-border {
    border-top-color: #999999 !important;
}

.tabs-below .nav-tabs-simple > .active > a.fb-border, .tabs-below .nav-tabs-simple > .active > a:hover.fb-border, .tabs-below .nav-tabs-simple > .active > a:focus.fb-border {
    border-top-color: #3d579d !important;
}

.tabs-below .nav-tabs-simple > .active > a.dark-border, .tabs-below .nav-tabs-simple > .active > a:hover.dark-border, .tabs-below .nav-tabs-simple > .active > a:focus.dark-border {
    border-top-color: #2b2d30 !important;
}

.tabs-below .nav-tabs-simple > .active > a.pink-border, .tabs-below .nav-tabs-simple > .active > a:hover.pink-border, .tabs-below .nav-tabs-simple > .active > a:focus.pink-border {
    border-top-color: #c44a83 !important;
}

.tabs-below .nav-tabs-simple > .active > a.grass-green-border, .tabs-below .nav-tabs-simple > .active > a:hover.grass-green-border, .tabs-below .nav-tabs-simple > .active > a:focus.grass-green-border {
    border-top-color: #5daf2b !important;
}

.tabs-below .nav-tabs-simple > .active > a.sea-blue-border, .tabs-below .nav-tabs-simple > .active > a:hover.sea-blue-border, .tabs-below .nav-tabs-simple > .active > a:focus.sea-blue-border {
    border-top-color: #00acec !important;
}

.tabs-below .nav-tabs-simple > .active > a.banana-border, .tabs-below .nav-tabs-simple > .active > a:hover.banana-border, .tabs-below .nav-tabs-simple > .active > a:focus.banana-border {
    border-top-color: #fcd052 !important;
}

.tabs-below .nav-tabs-simple > .active > a.dark-orange-border, .tabs-below .nav-tabs-simple > .active > a:hover.dark-orange-border, .tabs-below .nav-tabs-simple > .active > a:focus.dark-orange-border {
    border-top-color: #f56e00 !important;
}

.tabs-below .nav-tabs-simple > .active > a.brown-border, .tabs-below .nav-tabs-simple > .active > a:hover.brown-border, .tabs-below .nav-tabs-simple > .active > a:focus.brown-border {
    border-top-color: #924e31 !important;
}

.nav-tabs-simple > li > a {
    border-color: transparent !important;
}

.nav-tabs-simple > .active > a, .nav-tabs-simple > .active > a:hover, .nav-tabs-simple > .active > a:focus {
    border-color: transparent !important;
    border-bottom-color: #f34541 !important;
}

.nav-tabs-simple > .active > a.contrast-border, .nav-tabs-simple > .active > a:hover.contrast-border, .nav-tabs-simple > .active > a:focus.contrast-border {
    border-bottom-color: #f34541 !important;
}

.nav-tabs-simple > .active > a.orange-border, .nav-tabs-simple > .active > a:hover.orange-border, .nav-tabs-simple > .active > a:focus.orange-border {
    border-bottom-color: #f8a326 !important;
}

.nav-tabs-simple > .active > a.blue-border, .nav-tabs-simple > .active > a:hover.blue-border, .nav-tabs-simple > .active > a:focus.blue-border {
    border-bottom-color: #00acec !important;
}

.nav-tabs-simple > .active > a.purple-border, .nav-tabs-simple > .active > a:hover.purple-border, .nav-tabs-simple > .active > a:focus.purple-border {
    border-bottom-color: #9564e2 !important;
}

.nav-tabs-simple > .active > a.green-border, .nav-tabs-simple > .active > a:hover.green-border, .nav-tabs-simple > .active > a:focus.green-border {
    border-bottom-color: #49bf67 !important;
}

.nav-tabs-simple > .active > a.red-border, .nav-tabs-simple > .active > a:hover.red-border, .nav-tabs-simple > .active > a:focus.red-border {
    border-bottom-color: #f34541 !important;
}

.nav-tabs-simple > .active > a.muted-border, .nav-tabs-simple > .active > a:hover.muted-border, .nav-tabs-simple > .active > a:focus.muted-border {
    border-bottom-color: #999999 !important;
}

.nav-tabs-simple > .active > a.fb-border, .nav-tabs-simple > .active > a:hover.fb-border, .nav-tabs-simple > .active > a:focus.fb-border {
    border-bottom-color: #3d579d !important;
}

.nav-tabs-simple > .active > a.dark-border, .nav-tabs-simple > .active > a:hover.dark-border, .nav-tabs-simple > .active > a:focus.dark-border {
    border-bottom-color: #2b2d30 !important;
}

.nav-tabs-simple > .active > a.pink-border, .nav-tabs-simple > .active > a:hover.pink-border, .nav-tabs-simple > .active > a:focus.pink-border {
    border-bottom-color: #c44a83 !important;
}

.nav-tabs-simple > .active > a.grass-green-border, .nav-tabs-simple > .active > a:hover.grass-green-border, .nav-tabs-simple > .active > a:focus.grass-green-border {
    border-bottom-color: #5daf2b !important;
}

.nav-tabs-simple > .active > a.sea-blue-border, .nav-tabs-simple > .active > a:hover.sea-blue-border, .nav-tabs-simple > .active > a:focus.sea-blue-border {
    border-bottom-color: #00acec !important;
}

.nav-tabs-simple > .active > a.banana-border, .nav-tabs-simple > .active > a:hover.banana-border, .nav-tabs-simple > .active > a:focus.banana-border {
    border-bottom-color: #fcd052 !important;
}

.nav-tabs-simple > .active > a.dark-orange-border, .nav-tabs-simple > .active > a:hover.dark-orange-border, .nav-tabs-simple > .active > a:focus.dark-orange-border {
    border-bottom-color: #f56e00 !important;
}

.nav-tabs-simple > .active > a.brown-border, .nav-tabs-simple > .active > a:hover.brown-border, .nav-tabs-simple > .active > a:focus.brown-border {
    border-bottom-color: #924e31 !important;
}

.nav-tabs, .nav-pills {
    margin-bottom: 10px;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content {
    border:1px solid #dddddd;
    margin-top:0px;
    padding:12px;
}
#t313-tab-content.tab-content {
    border: 0;
    padding: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #dddddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #dddddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #dddddd #dddddd #dddddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #dddddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #dddddd transparent #dddddd #dddddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #dddddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #dddddd #dddddd #dddddd transparent;
    *border-left-color: #ffffff;
}

@media print {
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
    }
}

/******************************************************************************************/
/****************************** SLIDER **************************************************/
/******************************************************************************************/

.ui-slider {
    background-color: transparent;
    border: 1px solid #333333;
}

.ui-slider .ui-slider-range {
    background-color: #3c3c3c;
}

.slider-content ul ul li a:hover {
    background: #f4f4f4;
}

.slider-content .title {
    background: #dddddd;
    color: #3c3c3c;
}

.slider .slider-nav {
    background: #dddddd;
}

.slider .slider-nav li a {
    color: #3c3c3c;
}

.slider .slide-up, .slider .slide-down {
    background: #dddddd;
}

/******************************************************************************************/
/******************************* PAGINATION ***********************************************/
/******************************************************************************************/

.pager li > a, .pager li > span, ul.pagination > li:first-child > a, ul.pagination > li:first-child > span,
ul.pagination-large > li:last-child > a, ul.pagination-large > li:last-child > span,
ul.pagination-large > li:first-child > a, ul.pagination-large > li:first-child > span, ul.pagination > li:last-child > a, ul.pagination > li:last-child > span {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.pager li > a, .pager li > span {
    border-width: 2px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #F5F5F5;
    border: 1px solid #dddddd;
    color: #222222;
}

/************************************* RECHERCHE COLLABORATEURS ********************************************/
#form_SCH_USER {
    width:100%;
}

/************************************* RECHERCHE REMPLACEMENT ********************************************/
#TblKeywordsDetails .no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

#TblKeywordsDetails .row.labelMargeTop {
    margin-left: 5px;
    margin-right: 5px;
}

/************************************* COMPETENCES ********************************************/

.TM_searchResult2 {
    font-weight:400;
    border-bottom: 0!important;
}

/******************************************************************************************/
/****************************** PEOPLE REVIEW *********************************************/
/******************************************************************************************/
.nav-tabs li.tab-item[data-id="p010-ad-archived-toggle"] a,
.nav-tabs li.tab-item[data-id="t110-ad-archived-toggle"] a {
    font-weight: 600;
    pointer-events: none;
    display: inline-block;
    width: 100%;
    cursor: default;
}
.nav-tabs li.tab-item[data-id="divider"] a {
    margin: 0;
    padding: 1px 0;
    pointer-events: none;
    cursor: default;
    background-color: #444;
}
.nav-tabs li.tab-item[data-id="p010-tab0"] ul.dropdown-menu,
.nav-tabs li.tab-item[data-id="t110-tab0"] ul.dropdown-menu {
    max-height: 600px;
    overflow-y: auto;
}

.nav-tabs li.tab-item[data-id="s800-tab-tab0"] ul.dropdown-menu,
.nav-tabs li.tab-item[data-id="s800-tab-tab0"] ul.dropdown-menu {
    max-height: 600px;
    overflow-y: auto;
}

li[data-id=p010-tab0] ul.dropdown-menu li a.archived,
li[data-id=t110-tab0] ul.dropdown-menu li a.archived {
    display: none;
}

/************************************* MON EQUIPE ********************************************/

#dvOfferContainer .tm_scrollbox2.tm_scrollboxMediumHeight {
     width: 100%!important;
}

#dvOfferContainer .TM_treeview > table {
    width:100%!important;
}

#dvOfferContainer #dvjobOfferFollowUp {
    min-width: 380px!important;
}
#dvOfferContainer .rightDiv {
    width: 300px!important;
    float: left!important;
}
#dvOfferContainer  #dvcreateOffer, #dvOfferContainer #dvjobOfferRecruitmentIndicators{
    width: 300px!important;
    float:left!important;
    height: auto;
    margin-top: 45px;
    vertical-align: top;
    padding:0px 5px 5px 5px;
    border:#cccccc 1px solid;
    min-height: 145px;
    background-color: #FCFCFC;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
#dvOfferContainer #dvjobOfferRecruitmentIndicators{
    margin-top: 15px;
}
#dvOfferContainer  #dvcreateOffer .tm-element-header.ui-corner-top h5, #dvOfferContainer #dvjobOfferRecruitmentIndicators .tm-element-header.ui-corner-top h5  {
    font-weight:600!important;
    color:#e48a07!important;

}

#dvOfferContainer .tblGen {
    width:280px;
}
#dvOfferContainer .tblGen td {
    width:280px;
    border-top:none; border-left:none; border-right:none;
    border-bottom:1px #cccccc solid;
}
#dvOfferContainer .tblGen td:last-of-type {
    text-align:right;
}
/************************************* OFFRES D'EMPLOIS' ********************************************/

#RE_CANDIDATEFILE_FOLLOWUP_CONTENT #lbl_chkpProof, #RE_CANDIDATEFILE_FOLLOWUP_CONTENT #lbl_chkNote{
    font-weight:normal;
    /*margin-left:5px;*/
}

#dvHeader .clsuserstatus {
    width: 100px;
    text-align: left;
}
#dvHeader .ui-widget table tr td:first-child label {
    margin-right: 20px;
}
#candidateFileContent .ui-widget-header.tm-element-menu-header {
    background-color: transparent!important;
    margin-bottom: 0px!important;
}

#tblPreHiredCoteGlobal{
    margin-top:20px;
}
#tblPreHiredCoteGlobal th{
    vertical-align:top;
    width:80px;
}

#divOutput_fldEntreprises .tm_scrollbox2.tm_scrollboxMediumHeight {
     width:100%!important;
}
#divOutput_fldEntreprises .TM_treeview > table {
    width:100%!important;
}
#dvReference .v6_link_zone {
    display: inline!important;
    float: right!important;
    margin-top: 12px!important;
    margin-bottom: 0px;
}

#dvCandidates table {
    margin:6px;
}
#re_multiposting  {
    right:20px;
    position:relative;
	top:0px;
	float:right;
}
table.tblGen thead tr th.tblSortUpDown a {
    font-size: 12px;
    color: #000000!important;
}
.TM_treeview .glyphicon  { font-family: 'Glyphicons Halflings';} 

@media print
{
    #dvNavigation
    {
        display:none !important;
    }

    #CandidateFileOverviewRight
    {
        display:none !important;
    }

    #CandidateFileOverviewCenter
    {
        margin:0px !important;
        position:inherit !important;
    }
}

/******************************** DOSSIER DE CANDIDATURE *********************************/
#navigation_buttons #liensCVF a[style*="block"],
#navigation_buttons #liensCVE a[style*="block"],
#navigation_buttons #liensAllFiles a[style*="block"]
{
    display: inline-block!important;
    margin-left: 38px;
    position: relative;
    line-height: 15px;
    white-space:normal;
}

#navigation_buttons #changeCandidateL  {
    margin-left: 4px;
}
#navigation_buttons #changeCandidateL span {
    left: -4px;
}

#navigation_buttons #liensCVF a[style*="block"]::before,
#navigation_buttons #liensCVE a[style*="block"]::before,
#navigation_buttons #liensAllFiles a[style*="block"]::before{
    content:'\e025';
    font-family: 'Glyphicons Halflings';
    border: #999 1px solid!important;
    border-radius: 25px;
    padding: 5px 2px 2px 6px;
    position: absolute;
    left: -33px;
    top: -4px;
    float: left;
    height: 25px;
    width: 25px;
    font-size: 11px;
    line-height: 12px;
    text-decoration: none;
}

#navigation_buttons #liensCVF a[style*="block"]:hover::before,
#navigation_buttons #liensCVE a[style*="block"]:hover::before,
#navigation_buttons #liensAllFiles a[style*="block"]:hover::before {
        text-decoration: none!important;
        font-size: 13px;
        color:#222;
        padding: 5px 2px 2px 5px;
}
#navigation_buttons .CANDIDATEPREVLINK,
#navigation_buttons .CANDIDATENEXTLINK  {color:#999!important; }

#navigation_buttons #changeCandidateL .btn.btn-border-square-sm,
#navigation_buttons .CANDIDATEPREVLINK .btn.btn-border-square-sm,
#navigation_buttons .CANDIDATENEXTLINK .btn.btn-border-square-sm { border-color: #999!important;}

#navigation_buttons #changeCandidateL .glyphicon-list::before,
#navigation_buttons #liensCVF a::before,
#navigation_buttons #liensCVE a::before { color: #999;}

#navigation_buttons #changeCandidateL .glyphicon-list:hover::before,
#navigation_buttons #changeCandidateL:hover .glyphicon-list::before {
        color:#222 !important;
        font-size: 13px;
        padding: 5px 2px 2px 2px;
}

#navigation_buttons #liensCVF a:hover {border-bottom: solid 0px; text-decoration:underline;}

#navigation_buttons #liensAllFiles a::before { color: #999;}
#navigation_buttons #liensAllFiles a:hover {border-bottom: solid 0px; text-decoration:underline;}

body:not(.FROMCRH) #navigation_buttons { width:200px;}

@media (max-width: 768px) {
    body:not(.FROMCRH) #navigation_buttons { float:left !important;}
}

/*********************************** FORMATION *******************************************/
.resp_insc_status{
    text-align: center;
}

.resp_coursestatusavancement{
    font-size: 14px;
    color:#00acec;
    font-weight: bold;
}

.resp_coursestatus span.option:not(:last-of-type)::after
 {
  content: " / ";
 }

 .resp_coursestatus .glyphicon{
  color:#666666
 }

 .ctg-picture-thumb-responsive{
    width: 100%;
    max-height: 125px;
    max-width: 185px;
}

.resp_oneboxcourse{
    border: 1px solid #DDDDDD;
    margin-bottom: 15px;
    height:320px;
    padding-top:10px;
    padding-left:15px;
    padding-right:15px;
    border-radius:4px;
}


div#ctg-course-result .coursListBox{
    border: 1px solid #DDDDDD;
    border-radius:4px;
    margin-bottom: 15px;
}

div#ctg-course-result .course-option-list{
    /* height: 70px; */
}

div#ctg-course-result .course-action > div{
    padding-top: 5px !important;
}

div#ctg-course-result .course-action i{
    font-size: 22px;
    vertical-align: middle;
}

div#ctg-course-result .course-action a{
    display: table-cell
}
div#ctg-course-result .course-action span {
    padding-left: 4px;
    vertical-align: middle;
}

            #ctg-course-result .resp_learningactivitypicture {
                width: 100%;
                height: 100%;
                overflow: hidden;
                position: relative;
                text-align: center;
                max-height:165px;
            }

            #ctg-course-result .resp_learningactivitypicture h2 {
                text-transform: uppercase;
                color: #fff !important;
                text-align: center;
                position: relative;
                font-size: 14px;
                overflow: hidden;
                padding: 10px;
                margin-bottom: 0!important;
                background: rgba(0, 0, 0, 0.5);
            }
            #ctg-course-result .resp_learningactivitypicture .overlay {
              width: 100%;
              /*height: 100%;*/
              position: absolute;
              overflow: hidden;
              /*top: 0;*/
              bottom:0;
              left: 0;
              padding: 0;
            }

            #ctg-course-result .resp_learningactivitypicture img {
                filter: brightness(0.95);
                -webkit-filter: brightness(0.95);
                -webkit-transition:all .2s linear;
                transition:all .2s linear;
            }
            
            #ctg-course-result .resp_learningactivitypicture:hover img {
                filter: brightness(1);
                -webkit-filter: brightness(1);
                -ms-transform:scale(1.1);
                -webkit-transform:scale(1.1);
                transform:scale(1.1);
            }

.resp_diffusion_mode{
    font-size: 15px;
    height: 22px;
    overflow: hidden;
    text-align: center;
    color:#6C6C6C;
    font-weight:lighter;
}
div.search-wrapper button.btn.btnSCH {
    border: 1px solid #aaa;
}
div.search-wrapper button.btn.btnSCH.search-add-on {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 12px 5px 12px;
    border: 1px solid #aaa;
}
.course-mandatory{
    background-color: red;
    color: white;
    font-size: 13px;
    margin-bottom: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.course-not-mandatory{
    font-size: 13px;
    margin-bottom: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
}
/************************************* COURSE ********************************************/
.linkloadcourse {
    /*margin-left: 20px;*/
    display:block;
}

.ctg-all-star-small-emp img {
    margin-right:5px;
}

#ctg-course-result,
#coursecontent {
    overflow: auto;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    min-width: 230px;
}

#coursecontent, #coursecontenttab{
    display: table-cell;
}
#coursecontent {
   margin-right: 15px;
}

#coursecontenttab .tab-content{
   border:none;
}
#coursecontent, #coursecontenttab{
   float:left;
}

#coursecontent .coursListBox  {
   width: 218px;
}

.coursebox-container {
    padding-left: 15px;
    padding-right: 15px;
	min-height: 145px;
}
#mandatorycourses .coursebox-container {
	min-height: 55px;
}

#coursecontent  .course-option.text-muted, #ctg-course-result .course-option.text-muted {
    margin:5px 0px 10px 0px;
}

#coursecontent.box {
    overflow: auto;
}

#ctg-course-result .course-option.text-muted .option.course-rating {
    display:table;
    border:0px
}

.coursedescription {
    margin-top: 8px;
}

.icon-reg-completed{
    color:#757575;    
}

.course-rating {
    display:block;
}

.ctg-course-one,
.course {
    margin-top: 5px;
    margin-bottom: 5px;
}

.course-panel {
    background: white;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.course-panel .course-picture {
    padding: 0px;
}

.course-panel .course-action span {
    vertical-align: middle;
    padding-left: 8px;
}

.coursListBox .course-action {
    margin-bottom: 10px;
    bottom: 15px;
    display: block !important;
    left: 10px;
    position: absolute;
    right: 10px;
}

.coursListBox .course-action-plus {
    padding-top: 5px;
    display: inline-block;
}

.course-panel .course-name {
    font-size: 1.1em;
}

.course-panel .course-action a {
    display: block;
    margin-bottom: 5px;
    color: #eee;
    white-space: nowrap;
}

.course-panel .coursedescription {
    margin-top: 5px;
}

.course-panel .course-action a i.glyphicon {
    font-size: 1.6em;
    vertical-align: middle;
}

.course-panel .course-option > div {
    padding: 0px;
}

.course-panel .course-action > a,
.course-panel .course-action > a i {
    color: #00acec !important;
}

.course-panel .course-action > a {
    margin-right: 20px;
}

.nopadding {
    padding-right: 0px;
    padding-left: 0px;
}

.course-panel .course-picture img {
    width: auto;
    height: 100%;
}

.course-panel .coursedescription {
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ctg-course-one,
.course {
    padding: 0px 5px;
}

.course-panel,
.course-panel .course-picture {
    height: 150px;
}

.course-option-list{
    /* max-height: 70px; */
    overflow-y: hidden;
}

.course-panel .courseinfo {
    padding-top: 15px;
}

.course-panel .option {
    margin-bottom:4px;
    text-align:left!important;
    white-space : nowrap;
    padding: 0 2px;
}

.smartassistant .card-title {
    padding-right: 75px!important;
}

#tabSearchByTags .smartassistant {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
}

.course-action .btn.btn-circle-lg {
    padding-top: 11px!important;
    font-size: 16px;
    margin-bottom: 5px;

}

 .course-action .btn.btn-secondary.btn-circle-lg {
    border: 1px solid #0087b9!important;
    padding: 12px 2px 2px 2px;
    font-size: 14px;
    margin-bottom: 5px;
}

.smallsearch .isremoved, #Legend-Box .isremoved{
    color:red;
}

.smallsearch .isremoved h4{
    color:red !important;
}

@media (max-width: 768px) {
    .course-panel .course-action a {
        margin-right: 10px;
        display: inline-block;
    }

    .course-panel .course-action {
        margin-top: 10px;
    }

    .course-panel,
    .course-panel .course-picture {
        width: 100%;
        height: auto;
    }

    .course-panel .course-picture img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .course-panel,
    .course-panel .course-picture {
        height: 190px;
    }

    .course-panel .course-picture img {
        height: 100%;
        width: auto;
    }
}

@media (min-width: 992px) {
    .course-panel,
    .course-panel .course-picture {
        height: 150px;
    }
}

#coursecontent .option {
    text-align: left!important;
    margin-top: 5px
}

#divDevPlan .tblGen.dev-plan-activites {
    margin-bottom: 10px;
}

#divDevPlan .card-header{
	padding-left:5px;
}

.tm-questioneval-section .div_answer select {
    width:100%;
}
.resp_course_name a {
    color:#666666!important;
}
.resp_eval_score {
    margin-bottom:15px!important;
}
.resp_eval_score i[class*="fas fa-star"] {
    font-size:14px;
    color:#999999;
}
.resp_eval_score i[class="fas fa-star"] {
    color:#FECB01;
}

.resp_course_name  {
    color:#666666;
    font-size: 12px;
    padding-top:5px;
    overflow: hidden;
    height: 53px;
    margin-bottom:10px;
}
.myfile_graph coursestatusparent {

}

#coursefollowup .text-status {
    vertical-align: middle;
    margin-left: -15px;
}

#coursefollowup .table-formation-stats {
    padding-left: 10px;
}

#coursecontent .leftbox{
    float:left;
    padding-bottom:5px;
}

#coursecontent .CTG_NEW_COURSE{
    color:#008C53;
    font-weight:bold;
}

#coursecontent .myFeedComment {
    background-color: #FBFBFB;
    border: 1px solid #dddddd;
    margin-bottom: 5px;
    padding: 8px 10px 10px 15px;
}

#coursecontent .linkmodifcourse, #coursecontent .linkmodifcoursegroup {
    display: none;
}

#coursefollowup .box-class{
    padding: 5px;
    background: #f5f5f5;
    border: 1px solid #cccccc;
}

#coursefollowup .box-msg1{
    font-size:18px;
    color:#660000;
    font-weight:bold;
    line-height: 0px;
    margin-left: 0px;
}

#coursefollowup .header2Question, #coursefollowup label{
    font-weight:normal;
}

#coursefollowup .inscriptionaction-title{
    margin-left: 19px;
    height: 25px;
    padding-top:4px;
    padding-bottom:4px;
    padding-right: 10px;
    padding-left: 10px;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
}

#coursefollowup .inscriptionaction-title a{
    color:#00acec;
}

#coursefollowup div.inscriptionaction-un{
    position:relative;
    float: right;
    height: 25px;
    margin-left: 19px;
    margin-top: 6px;
}

#coursefollowup .quizzTable ul{
    list-style-type: none;
    padding-left: 0px;
}

#coursefollowup .block-course-files{
	padding: 15px;
	font-size: 14px;
	margin-bottom: 15px;
}

#coursefollowup .block-course-files .iconfile{
	float:left;
	padding-right:15px;
}



#coursefollowup .block-course-files .icon{
	font-size:60px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#coursefollowup .block-course-files .btn.btn-secondary{
	margin-top: 10px;
}

#coursefollowup .block-course-files .caption{
	color: #0b2d77;
    font-size: 20px;
	height:54px;
	overflow-y: hidden;
}



#COURSE_CLASSROOM_INFO.row, #coursecontent.row, #courseavancement.row{
    margin-left: 0px;
    margin-right: 0px;
}

/**************************** QUESTIONNAIRE TYPE TEST *****************************/
#content #autodiag-box {
    font-size: 12px;
}

/***************************** TEST GRAPHIC *********************************/
.PAGE_T160 .test-emp {font-size: 18px; font-weight:bold; line-height: 20px;}
.PAGE_T160 .test-date { font-size: 16px; font-weight:bold; line-height: 20px; }
.PAGE_T160 .test-result-title { font-size: 18px; font-weight:bold; color: #0087b9; line-height: 20px; }
   
/************************************* RECHERCHE GÉNÉRAL **************************/
.IFRAMENAVIGATION .tm_scrollboxMediumHeight {
    height:auto!important;
}

#bufEmploymentSCHUSER_content #btnCloseEmploymentList,
#bufEmploymentSCHUSER_content .iconSelect {
  margin-right: 5px;
}

.TM_ENTREPRISE_LIST_FORM .glyphicon {
      font-family: 'Glyphicons Halflings';
}
#divOutput_fldEntreprises input[type=checkbox],
#divOutput_fldEntreprises input[type=radio],
.TM_ENTREPRISE_LIST_FORM input[type=checkbox],
.TM_ENTREPRISE_LIST_FORM input[type=radio] {
    margin-right: 5px;
}
.TM_ENTREPRISE_LIST_FORM * {
    padding-left: 0px;
}
.tm_scrollbox2 {
    border: 0;
    overflow:auto;
}
.fa.fa-spin {
    width: 15px;
    font-size: 18px;
    line-height: 0;
}
table.tblGen {
    background-color: #fff;
}

/************************************* FORMATION RECHERCHE AVANCÉE **************************/

#frmAdvancedSearch_c500c select {
    width:100%;
}

#v6_subcontent > #outputContentLeft {
     -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
     border-radius: 8px !important;
     border: 1px solid #cccccc!important;
     box-shadow:  1px 1px 5px #cccccc;
     background-image:none!important;
     background-color:#ffffff!important;
}
/******************************************** CARRIERE ****************************************/
#rightFonctionAffiche .fonctionAfficheLink {
    text-align: right!important;
}
/********************************************* EMPLOIS ****************************************/
.jobsearchdivmargin .form-control {
    width: 100%;
}
.re_improveSearch div.dropdown-menu {
    overflow-y: auto!important;
    overflow-x: hidden!important
}
.re_improveSearch ul.dropdown-menu {
    overflow: visible!important;
}
.dropdown-menu {
    float: none;
}
.jobsearchdivmargin .dropdown-menu {
    top: 100%;
}
.j160title #lbl_fldkeyword, .j160title #lbl_fldMail {
    margin-left: 0px!important;
}
#v6_subcontent > #outputContentLeft .re_jobsearch_title {
    font-weight:600!important;
    margin-top:10px;
    margin-bottom:0px;
}
#outputContentLeft .jobsearchdivmargin div {
    margin-top: 2px!important;
    margin-bottom: 4px!important;
}
#outputContentLeft .re_jobsearch_subtitle {
    display: none!important;
}
#outputContentLeft .jobsearchdivmargin .form-control {
    width: 180px!important;
}
#outputContentLeft #textsearchButton_1 input {
    margin-top:10px;
    width:176px!important;
    margin-right:15px!important;
}
#rejobpostingNavbar{
    position: relative!important;
    bottom: auto!important;
    right: auto!important;
    left: auto!important;
    top: auto!important;
    display: table!important;
}
#jobNavBar {
    position: relative!important;
}
.jobsearchdivmargin div.bootstrap-select.dropup div.dropdown-menu {
    top: auto!important;
}
#jobalert .selectpicker  button{
    overflow-y: hidden!important;
}
/******************************************** CANDIDATURES *******************************************/
.job-application {

     border: 1px solid #cccccc!important;
     box-shadow:  1px 1px 5px #cccccc;
     background-image:none!important;
     background-color:#ffffff!important;
     margin-bottom:25px;
}

.job-application .header {
    background-color:#F9F9F9!important;
    border-bottom: 1px solid #cccccc!important;
    padding:5px 5px 5px 10px!important;
     -webkit-border-radius: 8px 8px 0px 0px !important;
    -moz-border-radius: 8px 8px 0px 0px  !important;
     border-radius:8px 8px 0px 0px  !important;
}
.job-application .header .date {
    font-size:12px!important;
}
.job-application .header .status {
    font-size:12px!important;
    margin-right:5px;
}

.job-application .job-application-body {
    font-size:12px;
    margin-bottom: 10px;
}
.job-application .job-application-body .icon {
    text-align:left;
    width:24px;
    height:24px;
    font-size:13px!important;
    text-align:center;
    color:#333333;
    margin-left:0px!important;
    padding: 4px 1px 1px 1px;
    border:1px solid #cccccc;
    border-radius:45px;
    margin: auto;
    margin-right: 4px;
}

.job-application .job-application-body .section-title {
    font-weight:600!important;
    margin-bottom:10px!important;
    font-size:14px;
}

.job-application .job-application-body .bold {
    font-weight:400!important;
}
.job-application .job-application-body .exam-icon {
    width:31px;
}
.job-application .job-application-body .clsSessionAddress {
    margin-left:30px;
}

.job-application .job-application-body .message-list .row {
     margin-left: -15px;
}

.mailitem-profile-image,
.mailitem-desc {
  display: inline-block;
  float: left;
}

.mailitem-profile-image {
  width: 50px;
  height: 50px;
}

.mailitem-desc {
  width: calc(100% - 50px);
}


.tab-item.disabled a {
    pointer-events: none!important;
}

#divBtnDownload #btnDownload {
    font-family: Arial, Helvetica, sans-serif;
}
#divBtnDownload #btnDownload:before {
    font-family: 'Glyphicons Halflings';
    margin-right:5px;
}

/******************************************* DOSSIER DE CANDIDATURE ******************************************/
#candidateFileContent .ui-widget .ui-widget-content.tm-element-content {
    border: none;
}
#candidateFileContent .ui-widget.tm-element {
    box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    -moz-box-box-shadow: 1px 1px 5px #ccc;
    border-radius: 0px;
    margin-bottom: 10px!important;
}
#candidateFileContent .ui-widget-header.tm-element-header .title .text {
    font-size: 18px;
    color: #999;
}
#candidateFileContent .ui-widget-header.tm-element-header .title .card-title-icon {
    font-size: 20px;
    background-color: transparent !important;
    overflow: visible;
    color: #444;
    padding: 9px 5px 1px 0px;
    margin-right: 5px;
    display: inline-block;
    height: 32px;
    width: 20px;
}
#candidateFileContent .ui-widget-footer-closed {
    border: none;
}
#candidateFileContent .tm-element-header {
    padding-left: 5px;
}
#candidateFileContent .title .glyphicon {
    -webkit-transition: all 0.15s ease-in; /* Safari */
    transition: all 0.15s ease-in;
}
#candidateFileContent .title .glyphicon.open {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
}
.PAGE_J027 .summarycard .content img.pic {
    border-radius: 40px;
}
div#contextmenuSummaryCard_v1 {
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.455);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.455);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.455);
}
div#contextmenuSummaryCard_v1 .content {
    border: none;
}
div#contextmenuSummaryCard_v1 .bottom,
div#contextmenuSummaryCard_v1 .bottomleft,
div#contextmenuSummaryCard_v1 .bottomright,
div#contextmenuSummaryCard_v1 .top,
div#contextmenuSummaryCard_v1 .topleft,
div#contextmenuSummaryCard_v1 .topright {
    height: auto;
}
div#contextmenuSummaryCard_v1 .topright,
div#contextmenuSummaryCard_v1 .topleft,
div#contextmenuSummaryCard_v1 .top {
    background-image: none;
    background-repeat: no-repeat;
}
div#contextmenuSummaryCard_v1 label {
    color: #767676;
    font-weight: 600;
    margin-bottom: 0px;
}
#divSelCandidateStatus .btn.dropdown-toggle {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0px 24px 0px 3px;
    overflow: hidden;
}
#divSelCandidateStatus .btn.dropdown-toggle.selectpicker.btn-secondary > .dropdown-toggle::after { width : 22px;}
#divSelCandidateStatus .btn.dropdown-toggle .icon-undo,
#divSelCandidateStatus .btn.dropdown-toggle .fa,
#divSelCandidateStatus .btn.dropdown-toggle .glyphicon,
#divSelCandidateStatus .btn.dropdown-toggle .tmui {
    padding-right: 5px;
}
#divSelCandidateStatus .btn.dropdown-toggle:focus {
    background-color: transparent!important;
    border-color: transparent!important;
}
#candidateFileContent #dvHeader {
    width: 100%!important;
}
#candidateFileContent .ui-widget.tm-element {
    padding: 5px;
}
#contextmenu #tab-candidate-option td.candidate-option-label {
    padding-left: 0px;
}
#contextmenu #tab-candidate-option td.candidate-option-tr-right {
    padding-right: 0px;
}
#candidateFileContent .tm-element .tm-element-content-main {
    padding: 0;
}
body.PAGE_O100.PORTAL_HANDLED #wrapper #content > div.container,
body.PAGE_J027.PORTAL_HANDLED #wrapper #content > div.container {
    /*padding-left: 0;*/
}
/******************************************** SUIVI DES ENTRETIENS *******************************************/
#p010d-employeesList .box-content.box-padding.media,
.course-panel {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.455);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.455);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.455);
    border-radius: 0px;
}
#p010d-employeesList .box-content.box-padding.media .media-body .row>div {
    padding-left: 3px;
    padding-right: 3px;
}
.display-mode-menu ul.dropdown-menu{
    position: absolute;
    left: 0;
}
#p010-tab-content{
    background-color: #e8e8e8;
    padding-left: 0px;
    padding-right: 0px;
    border: 0!important;
}
#p010d-employeesList .box-content.box-padding.media {
    border: 0!important;
}
.p010d-employeeEvaluated.media {
	overflow: hidden;
}
#p010-types .tab-item.active a {
    border-top: 0!important;
}
#p010-types .tab-item a {
    border: 0!important;
    padding: 16px 10px;
    color: #555!important;
}
#p010-types .tab-item {
    background-color: transparent;
}
#p010-currentPeriodTab .nav-tabs,
#p010-types .nav-tabs {
    margin-bottom: 0px;
}

#p010-sectionTabs .tm-tab > ul > li.active{
	border:none;
}

@media(max-width: 464px) {
    .tm-tab > ul {
        width: auto;
    }
}
#p010-currentPeriodTab .nav-tabs>li>a:hover,
#p010-sectionTabs .nav-tabs>li>a:hover {
    border-left: 0!important;
    border-right: 0!important;
    border-bottom: 0!important;
}
#p010-tab-type-content.tab-content {
    border: 0!important;
    background-color: #fff!important;
}
#p010-currentPeriodTab {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    background-color: #f5f5f5;
}
#p010-sectionTabs .tm-tab > ul > li > a {
    background-color: transparent;
}
#p010-sectionTabs {
    background-color: #e8e8e8;
}
#p010-sectionTabs .tm-tab > ul > li.active > a,
#p010-sectionTabs .tm-tab > ul > li.active > a:hover,
#p010-sectionTabs .tm-tab > ul > li.active > a:focus
{
    border-left: 0!important;
    border-right: 0!important;
    border-bottom: 0!important;
}
#p010-currentPeriodTab .tm-tab > ul > li > a {
    padding: 0!important;
    margin: 10px 10px;
    border: 0!important;
    background-color: white;
}
#p010-sectionTabs .tm-tab > ul > li > a {
    border-left: 0!important;
    border-right: 0!important;
    border-bottom: 0!important;
}
#p010-sectionTabs .tab-last .dropdown-menu.float-right {
    right: 0!important;
    left: auto!important;
}
#p010-sectionTabs .tm-tab li.tab-more > ul.dropdown-menu {
    left: 0;
    right: 0;
}
#p010-sectionTabs .tm-tab .dropdown-menu > li > a {
    overflow-x: hidden;
}
#p010-sectionTabs li a span {
    padding: 5px;
}
.p010d-inlineList.splitted-list li>a {
    padding: 0px 2px;
}
.p010d-inlineList.splitted-list li>a {
    border-left: 1px solid #666;
}
.p010d-inlineList.splitted-list li:first-child>a {
    border-left: 0;
}
.split-list ul{
  float: left;
}
.sub-list {
    padding-left: 5px;
    padding-right: 5px;
}

@media(max-width: 991px) {

}
@media(max-width: 464px) {

}

.p110-large-icon{
    font-size:30px;
}
/****************************************** END SUIVI DES ENTRETIENS *****************************************/

/******************************************** SUIVI DE RECRUTEMENT *******************************************/
#frmAdvancedSearch_j2000 #sortby, #frmAdvancedSearch_j2000 #searchresultlabel, #jobOfferValidationDiv1 #sortby, #jobOfferValidationDiv1 #searchresultlabel {
    margin-top:5px;
    font-size:12px;

}
#frmAdvancedSearch_j2000  ul, #jobOfferValidationDiv1 ul {
    padding-bottom: 10px!important;
}
.tblGen .selectpicker {
    font-weight:bold;
    font-size:12px;
    border:#cccccc solid 1px!important;
    margin-top:5px;
    margin-bottom:-5px;
}
#dvOfferContainer #myOfferFollowUpContentDiv, #dvOfferContainer #advancedSearch {
    margin-top:10px;
}
#dvOfferContainer .leftDiv {
     width:65%!important;
     margin-top:4px;
}

#dvOfferContainer .rightDiv {
     width:200px!important;
}
#dvOfferContainer .jobPostingContainer {
    width:auto;
    margin:0px;
    background-color: #FCFCFC;
    padding:5px;
    border:#cccccc 1px solid;
    margin-bottom:10px!important;
}
.TM_cSearchField_open table {
    margin-bottom:15px;
}
#divOutput_fldEntreprises table tr {
    height:25px;
}
#divOutput_fldEntreprises table tr td img {
    height:15px;
    margin-right:10px
}
.publicationIconContainer>span,
.publicationIconContainer>span:hover {
    color: #777777;
}
.jobPostingTitle a {
    color: #00acec;
}


/* 690685 : styles reportés et modifiés de portal.jobposting.j130i */

.tm-questioneval-section label.label_infobulle {
    text-decoration:underline;
}
.tm-questioneval-section div.div_directive {
    margin-bottom:15px;
    margin-top:10px;
    margin-left:10px;
}

.tm-questioneval-section .div_directive ul{
    list-style-type:disc;
    margin-bottom:10px;
    margin-left:15px;
    padding:0px;
}

.tm-questioneval-section div.header2Question {
    font-size: 15px;
    color: #707070;
    margin-left: 0px;
    margin-top: 0px;
}
.tm-questioneval-section div.div_answer {
    font-size: 15px;
    color: #00acec;
    margin-left: 0px;
}
.tm-questioneval-section div.calendar {
    margin-left: 12px;
}

.glyphicon.hand-starring-job{
    color: #666666;
    top:3px;
    font-size:15px;
}

.table thead > tr > th.valign-middle, .table thead > tr > td.valign-middle, .table tbody > tr > th.valign-middle, .table tbody > tr > td.valign-middle, .table tfoot > tr > th.valign-middle, .table tfoot > tr > td.valign-middle {
    vertical-align: middle;
}

/* Option flottant*/
.action-option-list{
  /*CV menu have been aligned properly
    mantis 1424232 */
    position:fixed;
    right: 0%;
    top: 90px;
    z-index: 52;
}
body.IFRAMENAVIGATION .action-option-list { top: 0; }

.action-option {
    background-color: #00acec;
}
.action-option .dropdown-divider{
    margin: 0px;
}
.action-option > a {
    color: #ffffff;
	padding-right: 10px;
	float: right;
}

.action-option-list .badge
{
    background-color : #ffffff;
    color:#F34541;
}

#action-option-list .action-line{
    padding-left: 7px;
}
#action-option-list .dropdown-menu > li label {
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
#action-option-list .dropdown-menu > li select:first-child {
    margin: 3px 0px 3px 20px;
}

#directiveStatusRights.TM_titlePage-directive {
	white-space: normal;
}

/* Fin Option flottant */
.tm-search-wrapper {width: 170px;}
.tm-search-wrapper input[type="text"].form-control
{
    height: 22px;
    padding: 0;
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
}
.tm-search-wrapper button[type="button"].btn {height: 22px; padding: 2px 5px; width: 25px;}
.tm-badge-container {margin: 3px 0;}

@media (max-width: 1024px) {
    .tm-badge {
        padding: 5px 8px 5px 12px!important;
    }
    .tm-badge i {font-size:15px;}

    /*Larger icon on iPad and smaller*/
    .details-popover-icon{
        font-size: 18px;
        width: 20px;
        height: 20px;
        margin-top: -2px;
        margin-left: 2px;
        padding: 0px 4px 0px 2px;
    }
}
.tm-badge
{
    background-color: #FFFFFF;
    border-bottom: 1px solid #999;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 2px 4px;
    float: left;
    margin-right: 7px;
    margin-bottom: 2px;
}
.tm-badge i {color: #999; cursor: pointer; margin-left:5px;}

.publicationIconContainer{
    height: 12px;
    min-width: 110px;
    margin-top : 3px;
    margin-bottom : 3px;
    padding-right:27px;
    min-height:22px;
    display:inline;
    float:right;
    position:relative;
    height:26px;
}

.publicationIconContainer .o210Linkedin{
    width:26px;
    height:26px;
    margin-top:0px;
    margin-left: 1px;
    display:inline-block;
    vertical-align:top;
    position:absolute;
    top:0px;
    cursor:pointer;
	right:0px;
}

.publicationIconContainer .o210Linkedin img{
    margin-left:-2px;
    display:inline;
}

.publicationIconContainer .linkedinLink{
    margin-left : 2px;
    margin-bottom : 2px;
}

.publicationIconContainer .linkedinLink img
{
    border : 0px;
    padding-top :1px;
}

.publicationIconContainer .histIcon {
    display:inline-block;
    cursor: pointer;
}

.publicationIconContainer .candidateScoutIcon {
    display:inline-block;
    cursor: pointer;
}

.publicationIconContainer .candidateSearchIcon{
    display:inline-block;
    cursor: pointer;
}

#bufSearch .container{
    padding-left: 0px;
}
#bufSearch.ui-tabs-panel {
    padding: 0;
}
.bufSearchInContainer .btn-group.bootstrap-select {
    width: auto;
}
.bufSearchInContainer button.btn-group.dropdown-toggle {
    background-color: #fff;
    border-radius: 0px!important;
}

#bufTabs > ul > li > a{
    height: 70px;
    background: none;
}
#bufTabs > ul > li > a > span{
    line-height: 70px;
    color: #0046ad !important;
    font-size: 14px;
  background-position: 20% 100%
}

/***********************************************************************************************************/
/************************************************** COLORS *************************************************/
/***********************************************************************************************************/
.text-nowrap {
    white-space: nowrap;
}
.medium-dark {
    background: #cf0505;
}

.bg-default { background-color: #666666; }
.bg-primary { background-color: #00acec; }

.background-contrast {
    background: #f34541 !important;
}

.text-contrast, .contrast {
    color: #f34541 !important;
}

.text-error {
    color: #f34541 !important;
}

.text-success {
    color: #49bf67 !important;
}

.text-primary {
    color: #00acec !important;
}

.text-warning {
    color: #f8a326 !important;
}

.text-info {
    color: #5BC0DE !important;
}

.text-muted {
    color: #999999 !important;
}

.text-contrast {
    color: #f34541 !important;
}

body.login.contrast-background {
background: #ffffff!important;

}

.contrast-border {
    border-color: #f34541 !important;
}

.text-orange {
    color: #f8a326 !important;
}

.orange-background {
    background-color: #f8a326 !important;
}

.orange-border {
    border-color: #f8a326 !important;
}

.text-blue {
    color: #00acec !important;
}

.blue-background {
    background-color: #00acec !important;
}

.blue-border {
    border-color: #00acec !important;
}

.text-purple {
    color: #9564e2 !important;
}

.purple-background {
    background-color: #9564e2 !important;
}

.purple-border {
    border-color: #9564e2 !important;
}

.text-green {
    color: #49bf67 !important;
}

.green-background {
    background-color: #49bf67 !important;
}

.green-border {
    border-color: #49bf67 !important;
}

.text-red {
    color: #00acec !important;
}

.red-background {
    background-color: #f34541 !important;
}

.red-border {
    border-color: #f34541 !important;
}

.muted-background {
    background-color: #999999 !important;
}

.muted-border {
    border-color: #999999 !important;
}

.text-fb {
    color: #3d579d !important;
}

.fb-background {
    background-color: #3d579d !important;
}

.fb-border {
    border-color: #3d579d !important;
}

.text-dark {
    color: #2b2d30 !important;
}

.dark-background {
    background-color: #2b2d30;
}

.dark-border {
    border-color: #2b2d30 !important;
}

.text-pink {
    color: #c44a83 !important;
}

.pink-background {
    background-color: #c44a83 !important;
}

.pink-border {
    border-color: #c44a83 !important;
}

.text-grass-green {
    color: #5daf2b !important;
}

.grass-green-background {
    background-color: #5daf2b !important;
}

.grass-green-border {
    border-color: #5daf2b !important;
}

.text-sea-blue {
    color: #00acec !important;
}

.sea-blue-background {
    background-color: #00acec !important;
}

.sea-blue-border {
    border-color: #00acec !important;
}

.banana-background {
    background-color: #fcd052 !important;
}

.banana-border {
    border-color: #fcd052 !important;
}

.text-dark-orange {
    color: #f56e00 !important;
}

.dark-orange-background {
    background-color: #f56e00 !important;
}

.dark-orange-border {
    border-color: #f56e00 !important;
}

.text-brown {
    color: #924e31 !important;
}

.brown-background {
    background-color: #924e31 !important;
}

.brown-border {
    border-color: #924e31 !important;
}

/***********************************************************************************************************/
/************************************************** COLORS (LABEL) *************************************************/
/***********************************************************************************************************/

.label-important {
    background-color: #f34541;
}

.label-important[href] {
    background-color: #f01611;
}

.label-warning {
    background-color: #f8a326;
}

.label-warning[href] {
    background-color: #e48a07;
}

.label-success[href] {
    background-color: #379e51;
}

.label-info {
    background-color: #5BC0DE;
}

.label-info[href] {
    background-color: #7839da;
}

.label-inverse {
    background-color: #3c3c3c;
}

.label-inverse[href] {
    background-color: #232323;
}

/***********************************************************************************************************/
/***************************************** COLORS STATUS ***************************************************/
/***********************************************************************************************************/
.status-code-A {
  color: #FAA81D !important;
}
.status-code-C {
  color: #DBD31C !important;
}
.status-code-D {
  color: #6699FF !important;
}
.status-code-E {
  color: #79BB13 !important;
}
.status-code-F {
  color: #FF5C17 !important;
}
.status-code-L {
  color: #FFCC00 !important;
}
.status-code-N {
  color: #5384E2 !important;
}
.status-code-R {
  color: #FF0000 !important;
}
.status-code-U {
  color: #9966CC !important;
}
.status-code-V {
  color: #79BB13 !important;
}
.status-code-w {
  color: #6699FF !important;
}
.status-code-X {
  color: #3333CC !important;
}
.status-code-ExpenseApproval {
  color: #FF0000 !important;
}

/***********************************************************************************************************/
/************************************************** BADGE *************************************************/
/***********************************************************************************************************/

.badge-important {
    background-color: #f34541;
}

.badge-important[href] {
    background-color: #f01611;
}

.badge-warning {
    background-color: #f8a326;
}

.badge-warning[href] {
    background-color: #e48a07;
}

.badge-success {
    background-color: #49bf67;
}

.badge-success[href] {
    background-color: #379e51;
}

.badge-info {
    background-color: #5BC0DE;
}

.badge-info[href] {
    background-color: #7839da;
}

.badge-inverse {
    background-color: #3c3c3c;
}

.badge-inverse[href] {
    background-color: #232323;
}

.badge-required {
    background-color: #999999;
    border: 2px solid #999999 !important;
    border-radius : 15px;
}

.badge-selected {
    background-color: #5BC0DE;
    border: 2px solid #5BC0DE !important;
    border-radius : 15px;
}

.badge-unselected {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #5BC0DE !important;
    border-radius : 15px;
}

/***********************************************************************************************************/
/************************************ SOCIAL BRANDS ICONS COLORS **********************************************/
/***********************************************************************************************************/

.fa-facebook-square { color:#3b5998;}
.fa-twitter-square { color:#1da1f2;}
.fa-google-plus-square { color:#dd4b39;}
.fa-linkedin { color:#007bb5;}
.fa-xing-square { color:#026466;}

/***********************************************************************************************************/
/*********************************************** JOBS (MODAL) **********************************************/
/***********************************************************************************************************/
body.MODE_JOBS .news-header, body.MODE_JOBSI .news-header {
    background-color: transparent!important;
}
.action-option-list input[type="submit"] {
    text-align: left!important;
    min-width: 200px;
    line-height: 20px;
}
body.MODE_JOBS.PAGE_J300 .action-option-list>span.badge {
    top: 6px!important;
    right: 7px!important;
}
.PAGE_J300 .action-option-list>span.badge {
    position: absolute;
    top: 5px;
    right: 19px;
    pointer-events: none;
    cursor: pointer;
}
body.MODE_JOBS .action-option-list {
    right: 0px;
}
body.MODE_JOBS a,body.MODE_JOBS a:hover,body.MODE_JOBS .btn-link,body.MODE_JOBS .btn-link:hover,body.MODE_JOBS .btn-link:focus {
    color: #00acec;
}


/***************************************************************************************************************/
/************************************** JOBS FOOTER ************************************************************/
/***************************************************************************************************************/
body.MODE_JOBS div#outputFooter {
    display:inline-block;
    width:100%;
}

/********************************************************************************************/
/************************************** TRAINING WEBPART ************************************/
/********************************************************************************************/
#_TRAINING_REPORT #r002-followup-yearmonth-filters {
    position:relative!important;
    padding:0px 0px 5px 0px!important;
    top:0px!important;
    margin-bottom:0px;
}
#_TRAINING_REPORT #r002-followup-webpart-filters-drop-close {
    display:none;
}
form[name=frmTrainingPlan] {
    overflow:auto;
}

/********************************************************************************************/
/************************************** LCMS ************************************************/
/********************************************************************************************/
.progressTD { background-color: #cccccc!important; color:#666666!important;}





/********************************************************************************************/
/************************************** GA PROCESS ******************************************/
/********************************************************************************************/
.hiddenbygacontrol
{
    display: none;
}

.dpc-message{
    padding-left:30px;
}
#divCandidateFileNavBarContent #tbodyFiles span.TM_DYN_DELETE_LINK .TM_IMGDELETE{
    padding-left:14px;
    margin-left:10px !important;
}

#divCandidateFileNavBarContent #tbodyFiles span.TM_DYN_DELETE_LINK {
  float: left;
  padding-left: 10px;
}

.clsDirective{
    font-weight:normal;
}

/********************************************************************************************/
/************************************** PROFILE FORM *****************************************/
/********************************************************************************************/
#preLoadEntreprise{
    width:220px;
    margin-bottom:11px;
    text-align:left;
}
#preLoadEntreprise .caret{
    float:right;
    margin-top:6px;
}


/********************************************************************************************/
/************************************** OBJECTIVES ******************************************/
/********************************************************************************************/

.objective-body > .row {
    margin-bottom: 15px;
}

.panel-objective .row {
    margin-left:  -15px;
    margin-right: -15px;
}

.panel-objective {
    margin-top: 10px;
    position: relative;
}

.panel-objective > .card-header {
    overflow: visible;
}

.objective-long-data {
    overflow-x: auto;
}

.objective-long-data .tm_span_textplus {
    display: inline-block;
    width: 100%;
}

.objective-long-data .TM_TEXTPLUS_EDITOR {
    width: 100%;
}

.objective-long-data .TM_TEXTPLUS_DIV {
    overflow-x: auto;
}

.objective-long-data .TM_TEXTPLUS_DIV_ANCHOR {
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

 .objective-long-input input[type="text"],
 .objective-long-input select {
    width: 100%;
 }

.objective-header-buttons {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.objective-header-buttons > .clickable {
    display: inline-block;
    margin-left: 5px;
}

/* ie8 workaround */
.objective-body > .row > div:first-child > label {
    width: 100%;
}

#dialog_p130b #bufKeywords-button {
    pointer-events: auto !important;
}

#dialog_p130b .code {
    font-style: italic;
}

#dialog_p130b

#dialog_p130b #divContainer {
    padding-top: 15px;
}

#dialog_p130b .table {
    margin-top: 15px;
}

#dialog_p130b .table .cell {
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding-top:5px;
    padding-bottom:  999999px;
    margin-bottom:  -999994px;
    word-wrap: break-word;
}

#dialog_p130b .table .cell .objCascadeBox{
    margin:0;
}

#dialog_p130b .table .row {
    margin: 0;
    overflow: hidden;
}

#dialog_p130b .table .header .cell {
    background-color: #f8f8f8;
    font-weight: bold;
}

#dialog_p130b .table {
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

#dialog_p130b .dropdown-menu {
    left: inherit;
    right: 0;
}

#divGoals > .row,
.objective-legend > .TM_legend {
    background-color: #fff;
    border-color: #d9d9d9;

    margin-right: 20px;
    margin-left: 20px;

    overflow: hidden;
}

#divGoals .objective-category > div {
    font-weight: bold;
    padding-left: 20px;
}

#divGoals .row > div {
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;

    word-wrap: break-word;

    padding-top:    5px;
    padding-left:   5px;
    padding-right:  5px;
    padding-bottom: 99999px;

    margin-bottom: -99994px;
}

#divGoals .row > div:first-child {
    border-left: 1px solid #d9d9d9;
}

#divGoals .row:last-child {
    border-bottom: 1px solid #d9d9d9;
}

#divGoals .table-header {
    background-color: #f8f8f8;
}

#divGoals .table-header > div {
    font-weight: bold;
}

#divGoals .ui-icon {
    display: inline-block;
}

#divGoals .objective.row {
    min-height: 50px;
}

#divGoals .objective-source {
    margin-top: 10px;
    font-style: italic;
}

/* affichage mobile */
@media (max-width: 767px) {

    #divGoals .table-header {
        display: none;
    }

    #divGoals .objective-category {
        margin-bottom: 15px;
    }

    #divGoals .objective-category.row > div {
        border: none;
    }

    #divGoals .objective {
        margin-bottom: 15px;
        border-bottom: 1px solid #d9d9d9;
    }

    #divGoals .objective > div {
        border-top: none;
        border-right: 1px solid #d9d9d9;
    }

    #divGoals .objective > div:first-child {
        border-top: 1px solid #d9d9d9;
    }

    #divGoals .objective-cell {
        padding-top: 20px;
    }

    #divGoals .objective-cell::before {
        content: attr(data-header);
        display: block;
        font-weight: bold;
        margin-top:    10px;
        margin-bottom: 5px;

        padding-right: 15px;
        padding-left:  15px;
    }

    #divGoals .objective-cell > div {
        display: block;

        padding-right: 15px;
        padding-left:  15px;
    }

}

/**************** SUMMARY-CARD v1 *******************/ /*GCR*/
.summary-card.box.card-shadow {
    background-color: #fff;
}
.summary-card.box .box-content > .media-body > div.row:first-child {
    background-color: #fbfbfb;
    transition: all 200ms;
    min-height: 96px;
}
.summary-card.noheight .box-content > .media-body > div.row:first-child {
    background-color: #fbfbfb;
    transition: all 200ms;
    min-height: 21px;
}
.summary-card.box .emp-job-info {
    word-break: break-all;

}

.summary-card.box .card-action-column .p010d-evalComment {
    color: #000;
    overflow: hidden;
}
.summary-card.box .card-action-column {
    width: 24px;
    left: 7px;
    position: absolute;
    height: 100%;
    background-color: #ccc;

    display: -webkit-box;
    display: -moz-box;
    display: box;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

}
.summary-card.box .card-action-column-block-a {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
.summary-card.box .card-action-column-block-b {
    position: absolute;
    bottom: 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
.summary-card.box .card-action-column > div > ul > li {
    position: absolute;
    color: #fff;
    z-index: 2;
    display: block;
    background-color: #ccc;
    line-height: 24px;
    white-space: nowrap;
    width: 0px;
    opacity: 0;
    overflow: hidden;
    /*-webkit-transition: all 150ms; /* Safari */
    /*transition: all 150ms;*/
    box-shadow: #555 7px 0px 15px;
}
.summary-card.box .card-action-column a {
    color: #444;
    cursor: pointer;
}
.summary-card.box .card-action-column a:hover {
    color: #444;

}
.summary-card.box .card-action-column div > ul {
    white-space: nowrap;
    height: 0px;
    padding: 0 0 0 24px;
    margin: 0;
}
.summary-card.box .card-action.text-muted i{
    color: #999;
    pointer-events: none;
}
.summary-card.box {
    transition: all 250ms ;
    overflow: visible;
    min-height: 96px;
}
.summary-card.box.shrink {
    min-height: 0!important;
}
.summary-card.box .emp-name {
    transition: all 250ms;
}
.summary-card.box.shrink .emp-name,
.summary-card.box.shrink a {
    font-size: 14px;
    vertical-align: text-top;
}
.summary-card.box .card-action-column {
    left: 0;
    top: 0;

    display: -webkit-box;
    display: -moz-box;
    display: box;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

}
.summary-card.box .card-action-column-group-a {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
.summary-card.box.shrink .card-action-column-group-b {
    display: none;
}
.summary-card.box .card-action-column-group-b {
    position: absolute;
    bottom: 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
.summary-card.box .emp-profile-picture-container {
  background-size: cover!important;
  width: 68px;
  height: 68px;
  overflow: hidden;
  transition: opacity 250ms;
  position: absolute;
  left: 32px;
  top: 5px!important;
  border-radius: 50%!important;
}

.tmocItem .summary-card.box .box-content > .media-body > .row {
    padding-left: 92px;
}
.tmocItem.hidden-emp-profile-picture-container .summary-card.box .box-content > .media-body > .row {
    padding-left: 24px !important;
}
.summary-card.box .employee-select-checkbox.selected i.select-employee {
  background-color: #E66B1A;
  width: 100%;
  margin: 0;
  background-clip: border-box;
  height: 100%;
  padding: 6px;
  border-radius: 0px;
}
.summary-card.box .emp-name-container {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}
.summary-card.box.shrink .emp-name-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 21px;
    vertical-align: text-top;
}
.summary-card.box .card-action-column a i{
    color: #fff;
    font-size: 12px;
    width: 24px;
    padding: 6px;
    vertical-align: middle;
    text-shadow: 1px 0px 1px #444;
}
.summary-card.box .employee-select-checkbox i.select-employee {
  color: #444;
  font-size: 15px;
  margin: 6px;
  padding: 0px 0px 2px 0px;
  width: 11px;
  line-height: 13px;
  height: 13px;
  background-color: #fff;
  background-clip: content-box;
  border-radius: 3px;
  text-shadow: none;
}
.summary-card.box .card-action-column ul li.linkedin-dropdown a,
.summary-card.box .card-action-column ul li.twitter-dropdown a,
.summary-card.box .card-action-column ul li.fb-dropdown a,
.summary-card.box .card-action-column ul li.gplus-dropdown a{color: #fff;}
.summary-card.box .card-action-column ul li.skype-dropdown,
.summary-card.box .card-action-column a i.fa-skype {background-color: #00AFF0;}
.summary-card.box .card-action-column ul li.linkedin-dropdown,
.summary-card.box .card-action-column a i.fa-linkedin {background-color: #0077B5;}
.summary-card.box .card-action-column ul li.fb-dropdown,
.summary-card.box .card-action-column a i.fa-facebook {background-color: #3A5795;}
.summary-card.box .card-action-column ul li.gplus-dropdown,
.summary-card.box .card-action-column a i.fa-google-plus {background-color: #d73d32;}
.summary-card.box .card-action-column ul li.twitter-dropdown,
.summary-card.box .card-action-column a i.fa-twitter {background-color: #3AAAE1;}
.summary-card.box li.skype-dropdown p a img {
    margin: 0!important;
    vertical-align: baseline!important;
    height: 20px;
}
.summary-card.box li.skype-dropdown p {
    margin: 0;
}
.summary-card.box li.skype-dropdown ul {
    height: auto;
    width: auto!important;
    margin: 0!important;
    background-color: #00AFF0!important;
    box-shadow: #555 7px 0px 15px;
}
.summary-card.box li.skype-dropdown ul li {
    opacity: 1!important;
    line-height: 20px;
}
.summary-card.box li.skype-dropdown ul li a {
    opacity: 1!important;
    color: #fff!important;
    font-size: 12px!important;
    vertical-align: middle;
    white-space: nowrap;
}
.summary-card.box li.skype-dropdown ul li a span {
    display: inline;
    padding-right: 5px;
}
.summary-card.box li.skype-dropdown > p > a {
    cursor: default!important;
}
.summary-card.box .card-action-column > div > ul > li.skype-dropdown {
    overflow: visible;
}
.summary-card.box .force-display {
    display: block!important;
}
.summary-card.shrink,
.summary-card.box .card-action-column.shrink {
    overflow: hidden;
    height: 24px!important;
}

.summarycard.v1 {
    width: 300px;
}
.summarycard.v1 .box {
    margin-bottom: 0;
}
.summarycard.v1 .topleft,
.summarycard.v1 .bottomleft {
    display: none;
}
#v6_leftmenu .summarycard.v1 .listitems label > span { display: inline;}
.summarycard.v1 .bottomleft, .summarycard.v1 .bottomright, .summarycard.v1 .bottom {
    overflow: visible;
}
.summarycard .popover.bottom {
    height: auto;
}
.summarycard .popover.bs-popover-bottom .popover-body {
    padding: 5px;
}
.summary-card .popover-header {
    padding: 5px;
}
.summary-card .emp-name-container a,
.summary-card a[data-toggle="popover"] {
    color: #00acec!important;
}
*[data-toggle="popover"]:hover,
.summary-card a[data-toggle="popover"]:hover,
.summary-card .emp-name-container a:hover {
    text-decoration: underline!important;
    cursor: pointer;
}
.summarycard.v1 {
    display: block;
}
.summarycard.v1 .bottom {
    background-image: none;
    background-repeat: no-repeat;
}
.summarycard.v1 .summary-card.box .emp-name-container {
    margin-left: 10px;
    word-wrap: break-word;
    padding-right: 10px!important;
}
.summarycard.v1 .side-content-container .listitems {
    text-align: left;
    padding-left:0px;
    margin-left: 10px;
}
#v6_leftmenu .summarycard.v1 .card-action-column ul {
    border-bottom: 0;
    border-top: 0;
    list-style-type: none;
    margin: auto;
    padding: 0 0 0 24px;
}
#v6_leftmenu .summarycard.v1 .card-action-column ul li a {
    display: inline;
}
#v6_leftmenu ul ul.force-display {
    visibility: visible;
}
#v6_leftmenu .summarycard.v1 ul.listitems {
    padding-left: 5px;
    font-size: 12px;
    
}
/************ BOOTSTRAP 3.2.0 VISIBILITY ************/

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-menu-up:before {
    content: "\e260";
}
/************ END BOOTSTRAP 3.2.0 VISIBILITY ************/

i.fa-check {
    color:#71be00;
}

i.icon-comp_valid_await_confirmation {
    color:#0597d1;
}

i.icon-comp_conf_aw_send_to_payroll {
    color:#FBB029
}

i.icon-comp_sent_to_payroll {
    color:#4f4e4e
}

i.fa-circle {
    color:#e5dc19
}

i.glyphicon-remove-circle {
    color:#ff0000
}

i.icon-comp_cancelled {
    color:#862d1f
}

#performance.box.webpart .dropdown-menu {
    min-width: 190px;
}

div.action-right{
	text-align: right;
}



/********************************************************************************************/
/******************************** Circular Percentage ***************************************/
/********************************************************************************************/
.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #9EC979;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: right;
  margin: 6px 4px 4px 4px;
  background-color: #EDEDED;
}

#p110-evalList .c100.small { 
    float:left;
    margin-top:0;
}

@media (max-width: 768px){
    .c100 {float: left;}
}

.c100 *, .c100 *:before, .c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.c100.small {
  font-size: 50px;
}
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 4em;
  line-height: 4.2em;
  font-size: 0.24em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);

  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}

.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.c100:hover {
  cursor: default;
}
.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #000000;
}
.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}

BODY.SCH_USER_SUB_MENU #Button-Box,
BODY.SCH_USER_SUB_MENU .button-box
{
    display:none;
}

.table-responsive
{
    padding-bottom:15px;
    overflow-x: auto;
	display: table;
}
.table-responsive > .table-bordered {
  border: 1px solid #DEE2E6;
}

.typeahead.dropdown-menu a.dropdown-item { background-color:#ffffff; }

.modal-body #frmg240 > #g240-matrix {
  -ms-overflow-style: scrollbar;
}

/*On focus social-api button*/
input.ui-socialapi-signin:focus{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (min-width: 768px) {
  #divLibelleDateFin > label {
    margin-left: 10px;
  }

  #divDateDebut > div {
    margin-right: 10px;
  }
}

#skipLink {
    position:absolute;
    visibility:hidden;
}
.vialert {
    display:inline-block;
}

/* pages ouvertes par peoplevision */
BODY.FROMCRH #content > .container { padding:0;}
BODY.FROMCRH #v6_leftmenu { padding-left: 0 !important;margin-top: 0; border: 1px solid #ebebeb; border-top:0;border-bottom:0;border-left:0;padding-bottom: 0;}
BODY.FROMCRH #v6_leftmenu #contextmenu h3.ui-accordion-header { display: none;}
BODY.FROMCRH #v6_leftmenu #contextmenu .ui-accordion-content ul { display: table; width:100%;}
BODY.FROMCRH #v6_leftmenu #contextmenu .ui-accordion-content ul > li { height: 40px;display: table-row;}
BODY.FROMCRH #v6_leftmenu #contextmenu .ui-accordion-content ul > li > span { vertical-align: middle; display: table-cell;font-size: 14px; padding: 0 20px 0 10px;border: 1px solid #ebebeb; border-top:0;border-right:0;border-left:0;}
BODY.FROMCRH #v6_leftmenu #contextmenu .ui-accordion-content ul > li:first-child > span {border: 1px solid #ebebeb; border-left: 0;border-right: 0;}
BODY.FROMCRH #v6_leftmenu #contextmenu .ui-accordion-content ul > li:hover, BODY.FROMCRH #v6_leftmenu #contextmenu .ui-accordion-content ul > li.contextmenu-selected { color:#137499 !important;background-color: #e3f5fb; }
BODY.FROMCRH #v6_leftmenu .ui-widget-content {border:0px;}
BODY.FROMCRH #v6_leftmenu .header-resume td { height: 28px; color: #7d7d7d;padding-left: 10px;}
BODY.FROMCRH #v6_leftmenu #contextmenu { margin-bottom: 0;}
BODY.FROMCRH #v6_leftmenu #contextmenu .ui-accordion-content ul > li.contextmenu-selected:after,
BODY.FROMCRH #v6_leftmenu #contextmenu .ui-accordion-content ul > li:hover:after { color:#137499;}
BODY.FROMCRH #v6_leftmenu #contextmenu .ui-accordion-content ul > li:after {font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;content: "\f054";position: absolute;right: 10px;padding-top: 14px;color: #ebebeb;}
BODY.FROMCRH #v6_leftmenu #contextmenu #divSelCandidateStatus button, BODY.FROMCRH #v6_leftmenu #fld_job_status { border-color:#ebebeb !important;}
BODY.FROMCRH.IFRAMENAVIGATION { padding: 0 5px;}

BODY.PAGE_C_C200.IFRAMENAVIGATION #content { background-color: transparent; }

html.ie .grid-stack .grid-stack-item.ui-draggable-handle .grid-stack-item-content.ui-draggable-handle { overflow: hidden; }

/* iDevice scroll fix mantis 1607212 */
html.iDevice div.grid-stack-item-content{
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position:relative;
}

html.iDevice body.main-nav-opened #main-nav-bg{
	opacity:0.7;
}
html.iDevice:not(.iDesktop) div.modal-body.modal-body-framed{
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
/* fin iDevice scroll fix mantis 1607212 */

/***********************************************************************************************************/
/** Case a cocher TM**/
.tm-checkbox > input[type=checkbox] { position: absolute; left: -9999px;}
.tm-checkbox > label:before{
    display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 10;
  content: "\f096";
  font-size: 1.5em;
  opacity: 1;
  margin-right: 5px;
  top: 2px;
}
.tm-checkbox > [type=checkbox]:checked + label:before { content: "\f046";margin-right: 2px; }
.tm-checkbox > label { cursor: pointer;}
.tm-checkbox { padding-left:0px;}
/** End --- Case a cocher TM --- End**/
/***********************************************************************************************************/

body.MODE_JOBS .navbar-nav button.btn.btnSCH, body.MODE_JOBS .search form .search-wrapper input{
    border-radius:0px !important;
}

body.MODE_JOBS.PAGE_C_J130 #maincontent .tm-questioneval-section label{
	color:#666666 !important;
	font-size:15px !important;
	font-family: "droid_sansregular", Arial, Helvetica, sans-serif !important;
}

body.MODE_JOBS #maincontent .tm-questioneval-section .card-header .TM_titlePage-container  h3.TM_titlePage span {
	color:#666666!important;
	font-size:27px!important;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/***********************************************************************************************************/
BODY.FROMCRH #candidateFileContent .ui-widget.tm-element { border: 1px solid #ebebeb;box-shadow:none;-webkit-box-shadow:none;-moz-box-box-shadow:none; }
BODY.FROMCRH #candidates_brief_infos .information-block {background-color: white; padding:0;font-size: 14px;color:#01B9FF;}
BODY.FROMCRH #candidates_brief_infos .information-block:before {background-color:#FFFFFF; position:absolute;height:100%; left:0; content:''; width:3px;}
BODY.FROMCRH #candidates_brief_infos .information-block:after {background-color:white;position:absolute;height:100%;right:0;content:'';width:10px;top: 0; }
BODY.FROMCRH #candidates_brief_infos .information-block > div { border:1px solid #ebebeb;}
BODY.FROMCRH #candidates_brief_infos .information-block label { color:#7d7d7d !important; font-weight: normal; }
BODY.FROMCRH #candidates_brief_infos .information-block .c100 > span { color:#01B9FF;}
BODY.FROMCRH #candidates_brief_infos .information-block .badge { background-color:#01B9FF;margin-top: 8px;}
BODY.FROMCRH #navigation_buttons #liensCVF a[style*="block"]::before, BODY.FROMCRH #navigation_buttons #liensCVE a[style*="block"]::before { border-color: #ebebeb !important;}
BODY.FROMCRH #candidateFileContent .ui-widget-header.tm-element-header .title .card-title-icon { color:#00D8FF;}
BODY.FROMCRH #wrapper {padding-top:0;}
BODY.FROMCRH:not(.IFRAMENAVIGATION) #wrapper {padding-left:10px;}
BODY.FROMCRH.ITEM-admin-jobposting-j027 #wrapper,BODY.FROMCRH.ITEM-admin-jobposting-offer-o100 #wrapper { padding-left: 0;}
BODY.FROMCRH #v6_contentHeader {background-color:transparent;border:none;height: auto;}
BODY.FROMCRH .v6_contentHeader_left {padding-right:20px;padding-top: 15px;line-height: inherit;color:#666666; font-family:"droid_sansbold", Arial, Helvetica, sans-serif;text-transform: uppercase;letter-spacing: -.5px}
BODY.FROMCRH #dvLeftMenuSummarycard .card-action-column { background-color: #ebebeb;}
BODY.FROMCRH #dvLeftMenuSummarycard .emp-profile-picture-container { height: 55px;width: 55px;left: 33px;top: 6px;border-radius: 50%;}
BODY.FROMCRH #dvLeftMenuSummarycard .listitems label > span {color:#00BCFF;text-transform: capitalize;}
BODY.FROMCRH #dvLeftMenuSummarycard .listitems label > span:first-child {margin-top: 6px;display: block !important;font-size: 18px;line-height: 10px;letter-spacing: -1px;}
BODY.FROMCRH #dvLeftMenuSummarycard .listitems label > span:last-child {display: inline-block !important;font-size: 26px;line-height: 28px;letter-spacing: -2px;}
BODY.FROMCRH.ITEM-admin-jobposting-j027 #v6_content > br:first-child { display: none; }
BODY.FROMCRH #v6_leftmenu #contextmenu #tab-candidate-option .candidate-option-label { padding-left: 10px;}
BODY.FROMCRH.ITEM-admin-jobposting-offer-o100 #dvAfter { height: 60px;border-bottom: 1px solid #ebebeb;padding-top: 20px;font-size: 14px;padding-left: 8px;}
BODY.FROMCRH.ITEM-admin-jobposting-offer-o100 #dvAfter a:hover { text-decoration: none;}
BODY.FROMCRH.ITEM-admin-jobposting-offer-o100 #dvAfter .glyphicon-download { float: right;padding-right: 11px;}
BODY.FROMCRH #v6_leftmenu .selectBox.has-feedback { margin-left: 5px; }
BODY.FROMCRH #v6_leftmenu .summary-card.box .box-content > .media-body > div.row:first-child { background-color: white;}
.candidate-option-tr-right a span.fa-check-circle{font-size: 24px;color: #49bf67}
div[data-linkcode=jobpostingview] .crh-bt-back-commander span.fa-chevron-left{padding-top:13px;}

@media (max-width: 768px){
    BODY.FROMCRH:not(.IFRAMENAVIGATION) #wrapper {padding-left:0;}
}

/* Filtre de recherche avancé - catalog/Consolidation du plan */
#filteradv .dropdown-menu{
	display:block;
}

#filteradv button.selectpicker {
	display:none;
}

#filteradv ul.selectpicker{
	height: 156px;
	overflow-y: auto;
	width: 100%;
}

#filteradv .btn-group.hasdatalive ul.selectpicker{
	height: 114px;
	padding-top: 5px;
}

#filteradv .dropdown-menu.selectpicker { overflow: hidden; }
#filteradv .dropdown-menu.selectpicker:hover { overflow: auto; }


/* Fin Filtre de recherche avancé - catalog/Consolidation du plan */

/* CK Editor */
a.cke_dialog_tab_selected {
    color: #0163ac !important;
}
.cke_dialog_ui_button {
  color: #fff !important;
  font-family: "roboto_condensedregular", Arial, Helvetica, sans-serif!important;
  font-size:13px !important;
  background-color: #FFA800 !important;
  border-color: #FFA800 !important;
  text-shadow:none!important;
  border-radius:0!important;
  text-transform:uppercase !important;
  letter-spacing: 1px;
  box-shadow: none!important;
}
.cke_dialog_ui_button:hover {
  color: #fff !important;
  font-family: "roboto_condensedregular", Arial, Helvetica, sans-serif!important;
  font-size:13px !important;
  background-color: #FF9500 !important;
  border-color: #FF9500 !important;
  text-shadow:none!important;
  border-radius:0!important;
  text-transform:uppercase !important;
  letter-spacing: 1px;
  box-shadow: none!important;
}
span.cke_combo_text {
    padding-left: 10px;
    overflow: hidden;
    width: 40px;
}
.cke_dialog div.ImagePreviewBox {
	overflow: hidden;
}
.cke_editable {
	border: thin solid #C3C5C8;
    min-width: 284px;
    word-break:normal; /* Mantis: 1544367 */
}
.cke_editable table {
    word-break:break-word; /* Mantis: 1544367 */
}
.cke_editable:not(.cke_focus):hover {
    border: 1px solid blue;
	background: url('../img/common/sel_bleu.gif');

}
.cke_editable:not(.cke_focus) {
	background: url('../img/common/transparent.gif');
}
a.cke_dialog_tab_selected {
    color: #00acec !important;
	border-top: 2px solid #FFA800 !important;
}

a.cke_dialog_tab{
	font-size: 1.2em;
}
div.cke_placeholder{
	width:100%;
	height:100%;
	z-index:999;
	background-color:transparent;
	position:absolute;
	top:0px;
	left:0px;
}
.cke_editable.ckeToggle {
	background-color: white;
}

/* FIN CK Editor */


/* page d'acceuil CATALOGUE */
/* suppression box-shadow*/
.PAGE_C_C800  .smartassistant.card-group > .card,
.PAGE_C_C800  .smartassistant, .PAGE_C_C800 .webpart,
.PAGE_C_C800  .box.card-shadow, .PAGE_C_C800 #content .box {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-box-shadow: none!important;
}

.PAGE_C_C800  {
    color:#000000;
}

.PAGE_C_C800  .box {
    margin-bottom: 0px;
}

.PAGE_C_C800 .v_col, .PAGE_C_C800 .container{
	padding-left: 0px;
    padding-right: 0px;
}

.PAGE_C_C800  #_QUICKSEARCH  .quicksearch-keyword{
	padding-top: 10px;
	padding-bottom: 10px;
}

.PAGE_C_C800  #_COURSESLIST .courseslist-button{
	text-align: center;
}

/* Forcer la taille minimun des widgets */
.PAGE_C_C800:not(.modal-opened)  .box-content{
    min-height:400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#_QUICKSEARCH .box-content{
    background-image: url("../img/common/training/webpart/quicksearch-keyword.jpeg");
}

#_COURSESLIST .box-content{
	background-image: url("../img/common/background-login.jpg");
}

#_COURSENEWS .box-content{
    background-image: url("../img/common/background-login.jpg");
}

#_MANDATORYCOURSES .box-content{
    background-image: url("../img/common/background-login.jpg");
}

#_INTERESTS .box-content{
    background-image: url("../img/common/background-login.jpg");
}

#_CATEGORY .box-content{
    background-color: #60697d;
}

#_ACTIVITYTYPES .box-content{
    background-image: url("../img/common/background-login.jpg");
}

#_TOPRATED .box-content{
	background-color: #2163ab;
}

#_COURSESLIST .box-content{
    background-image: url("../img/common/bg_login_page.jpg");
}

.PAGE_C_C800  #_CATEGORY .picture-box,
.PAGE_C_C800  #_ACTIVITYTYPES .picture-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.flex-center{
	display:flex;
	justify-content: center !important;
	align-items: center !important;
}

.PAGE_C_C800  #_CATEGORY .col-centered{
    padding-bottom:15px;
}

.PAGE_C_C800  #_CATEGORY  .picture-box h2,
.PAGE_C_C800  #_ACTIVITYTYPES  .picture-box h2  {
	text-transform: uppercase;
	color: #fff !important;
	text-align: center;
	position: relative;
	font-size: 14px;
	overflow: hidden;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
  margin-bottom:0!important;
}

.PAGE_C_C800  #_CATEGORY .picture-box .overlay,
.PAGE_C_C800  #_ACTIVITYTYPES .picture-box .overlay  {
	width: 100%;
	/*height: 100%;*/
	position: absolute;
	overflow: hidden;
	/*top: 0;*/
	bottom:0;
	left: 0;
	padding: 0;
}

.PAGE_C_C800  #_CATEGORY .picture-box img,
.PAGE_C_C800  #_ACTIVITYTYPES .picture-box img  {
	filter: brightness(0.95);
	-webkit-filter: brightness(0.95);
	-webkit-transition:all .2s linear;
	transition:all .2s linear;
}

.PAGE_C_C800  #_CATEGORY .picture-box:hover img,
.PAGE_C_C800  #_ACTIVITYTYPES .picture-box:hover img{
	cursor:pointer;
	filter: brightness(1);
	-webkit-filter: brightness(1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}

.PAGE_C_C800  #_ACTIVITYTYPES .div-image{
    padding-bottom:15px;
}

.PAGE_C_C800  .div-image{
	min-width: 220px;
}

.PAGE_C_C800  #_COURSESLIST .wp-titlepage,
.PAGE_C_C800  #_MANDATORYCOURSES .wp-titlepage,
.PAGE_C_C800  #_INTERESTS .wp-titlepage,
.PAGE_C_C800  #_CATEGORY .wp-titlepage,
.PAGE_C_C800  #_TOPRATED .wp-titlepage,
.PAGE_C_C800  #_SUGGESTIONS .wp-titlepage,
.PAGE_C_C800  #_ONLINECONTENT .wp-titlepage,
.PAGE_C_C800  #_ACTIVITYTYPES .wp-titlepage,
.PAGE_C_C800  #_CATEGORYLIST .wp-titlepage,
.PAGE_C_C800  #_COURSEREVIEWS .wp-titlepage
{
	text-align:center;
	font-size:x-large;
	padding: 10px;
}

.PAGE_C_C800  #_INTERESTS .wp-directive,
.PAGE_C_C800  #_MANDATORYCOURSES .wp-directive,
.PAGE_C_C800  #_INTERESTS .wp-directive,
.PAGE_C_C800  #_CATEGORY .wp-directive,
.PAGE_C_C800  #_TOPRATED .wp-directive,
.PAGE_C_C800  #_SUGGESTIONS .wp-directive,
.PAGE_C_C800  #_ONLINECONTENT .wp-directive,
.PAGE_C_C800  #_ACTIVITYTYPES .wp-directive,
.PAGE_C_C800  #_COURSEREVIEWS .wp-directive
{
	text-align:center;
	font-size:medium;
	padding-bottom: 10px;
}

#_COURSESLIST .wp-directive{
	text-align:center;
	padding-top: 130px;
	font-size:x-large;
	padding-bottom: 25px;
}

#_QUICKSEARCH .wp-directive{
	padding-bottom: 10px;
	padding-top: 125px;
	text-align:center;
	font-size:x-large;
}


.PAGE_C_C800  #_COURSESLIST .btnSearchAll{
	text-transform: uppercase;
}

#courseheader, .coursemoduleheader{
    padding-bottom:15px;
    margin-bottom:15px;
    background-color: rgba(131, 182, 237, .85);
}

#course-info-card, .course-info-card {
    padding-top:15px;
}

#course-info-card .course-name{
    font-size:x-large;
    color:#FFFFFF;
}

.course-info-card .course-name{
    font-size:large;
    color:#FFFFFF;
}

#course-info-card .course-info-extra{
    font-size:large;
    color:#FFFFFF;
}

.course-info-card .course-info-extra{
    font-size:medium;
    color:#FFFFFF;
}

#course-detail-box{
    background-color:#E8E8E8;
    padding: 10px;
}

#course-detail-box .option{
    padding-top: 5px;
    padding-bottom: 5px;
    color:#555;
}

#course-detail-box i.option{
    float:right;
}

#course-detail-box .course-action.row{
    text-align:center;
}


#catalog-content #Button-Box{
    margin-left:10px;
}

#filteradv h2 small{
	color:#666;
	padding-left: 20px;
}

.PAGE_C_C800  .ctg-course-result .resp_learningactivitypicture {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.PAGE_C_C800  .ctg-course-result  .resp_learningactivitypicture h2 {
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 0!important;
}
.PAGE_C_C800  .ctg-course-result  .resp_learningactivitypicture .overlay {
  width: 100%;
  /*height: 100%;*/
  position: absolute;
  overflow: hidden;
  /*top: 0;*/
  left: 0;
  bottom:0;
  padding: 0;
}

.PAGE_C_C800  .ctg-course-result  .resp_learningactivitypicture img {
    filter: brightness(0.95);
    -webkit-filter: brightness(0.95);
    -webkit-transition:all .2s linear;
    transition:all .2s linear;
}

.PAGE_C_C800  .ctg-course-result  .resp_learningactivitypicture:hover img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}

.PAGE_C_C800 div.ctg-course-result .coursListBox{
    border: 1px solid #DDDDDD;
    border-radius:4px;
    margin-bottom: 15px;
}

.PAGE_C_C800 div.ctg-course-result .course-option.text-muted, .PAGE_C_C800 div.ctg-course-result .course-option.text-muted {
    margin:5px 0px 10px 0px;
}

/* fin page d'acceuil Catalogue */


/*--- Modifications styles calendrier---*/
#ui-datepicker-div {
    background-color:#ffffff!important;
    -webkit-box-shadow: 0px 10px 35px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 35px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 35px 5px rgba(0,0,0,0.15);
    border-radius:0px!important;
    border:0;
    padding:0;
    min-width: 260px;
}
#ui-datepicker-div .bootstrap-select.ui-datepicker-month,
#ui-datepicker-div .bootstrap-select.ui-datepicker-year {
    width: auto;
}
/*-- listes mois et années --*/
#ui-datepicker-div .bootstrap-select .btn.dropdown-toggle.selectpicker.btn-secondary,
#ui-datepicker-div .ui-datepicker-month, #ui-datepicker-div .ui-datepicker-year {
  border-color:transparent !important;
  background-color:transparent;
  color:#ffffff;
  border:0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ui-datepicker-div .bootstrap-select .btn.dropdown-toggle.selectpicker.btn-secondary span.caret {
  color:#ffffff;
}
#ui-datepicker-div .bootstrap-select .btn.dropdown-toggle.selectpicker.btn-secondary span.caret:before {
  vertical-align:top;
  content: '\e99c';
  font-size:10px;
}
#ui-datepicker-div .bootstrap-select .btn.dropdown-toggle.selectpicker.btn:active,
#ui-datepicker-div .bootstrap-select .btn.dropdown-toggle.selectpicker.btn:hover {
  background-color:#e3f5fb!important;
}
#ui-datepicker-div .bootstrap-select .btn.dropdown-toggle.selectpicker.btn:active .caret,
#ui-datepicker-div .bootstrap-select .btn.dropdown-toggle.selectpicker.btn:hover .caret,
#ui-datepicker-div .ui-datepicker-title .bootstrap-select .btn.dropdown-toggle.selectpicker.btn:active,
#ui-datepicker-div .ui-datepicker-title .bootstrap-select .btn.dropdown-toggle.selectpicker.btn:hover {
  background-color:#e3f5fb!important;
  color:#137499;
}

#ui-datepicker-div .bootstrap-select.btn-group .dropdown-menu li > a:focus {
  color:#ffffff!important;
  background-color:#00ACEC!important;
}
#ui-datepicker-div .bootstrap-select.btn-group .dropdown-menu li > a:hover {
  color:#137499!important;
  background-color:#e3f5fb!important;
}
#ui-datepicker-div .bootstrap-select.btn-group {margin-bottom: 0px;}
#ui-datepicker-div .bootstrap-select.btn-group.bootstrap-select.ui-datepicker-month { margin-right:0px;}
#ui-datepicker-div .bootstrap-select.btn-group.bootstrap-select.ui-datepicker-year { margin-right:15px;}

#ui-datepicker-div select.ui-datepicker-month,
#ui-datepicker-div ui-datepicker-year { height:32px;}
/*-- fin liste mois années--*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-color:#ffffff;
    border:0;
    color:#00acec;
}

#Zoombar .ui-state-default,
#customZoom .ui-state-default	{
	background-color:#00acec;
	border-radius:50%;
}

#Zoombar .ui-state-default:hover,
#customZoom .ui-state-default:hover{
	background-color:#0087b9;
}

.ui-datepicker-today .ui-state-highlight{
    background-color: transparent;
    border: 1px solid #00ACEB;
    border-radius: 11px;
    color: #00ACEB;
}
.ui-datepicker-today .ui-state-highlight:hover{
    background-color:#e3f5fb!important;
    border:0px;
    border-radius: 11px;
    color:#137499;
}

.ui-datepicker-current-day a.ui-state-active {
    background-color:#00acec;
    border:0px;
    border-radius: 11px;
    color:#ffffff;
}
a.ui-state-default:hover {
    background-color:#e3f5fb;
    border:0px;
    border-radius: 11px;
    color:#137499;
}

.ui-datepicker td span,
.ui-datepicker td a {
    font-size:12px;
    text-align:center;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    line-height: 19px;
}
.ui-datepicker td  {padding:0 4px;}
.ui-datepicker th { font-weight:normal; color:#7b879c;}

.ui-datepicker .ui-datepicker-header {
    background-color:#00acec!important;
    border-radius:0;
    margin: 0;
    padding: 7px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background-color:#00acec;
    border: 1px solid rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    border-radius:0;
    width:24px;
    height:24px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background-color:#00acec;
    border: 1px solid rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255,.7);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    border-radius:0;
    width:24px;
    height:24px;
}

.ui-widget-header .ui-icon { display:none!important; }

a.ui-datepicker-prev:before {
    font-family: 'FontAwesome'!important;
    content: "\f104";
    width:24px!important;
    height:24px!important;
    margin-top:3px!important;
    display:inline-block!important;
    color:#fff!important;
    font-size:12px;
    text-align:center;
}

a.ui-datepicker-next:before {
    font-family: 'FontAwesome'!important;
    content: "\f105";
    width:24px!important;
    height:24px!important;
    margin-top:3px!important;
    display:inline-block!important;
    color:#fff!important;
    font-size:12px;
    text-align:center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next { top:12px;}
.ui-datepicker .ui-datepicker-prev { right: 35px; left: auto; cursor: pointer;}
.ui-datepicker .ui-datepicker-next { right: 7px; cursor: pointer;}

.ui-datepicker .ui-datepicker-title { margin:0 40px 0 0; text-align: left;}

.ui-datepicker-calendar > thead tr th { padding: 10px 10px 6px 10px; }
.ui-datepicker-calendar > tbody tr td { padding:2px 6px}

/*-- Calendrier autre style --*/
#div-calendar {
  background-color:#ffffff!important;
  -webkit-box-shadow: 0px 10px 35px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 10px 35px 5px rgba(0,0,0,0.15);
  box-shadow: 0px 10px 35px 5px rgba(0,0,0,0.15);
  border-color:transparent;
}
#div-calendar #tabcalendarheader .bootstrap-select,
#div-calendar #tabcalendarheader .bootstrap-select > .btn { width:auto;}

#div-calendar #tabcalendarheader .bootstrap-select { margin-bottom:5px;}

#div-calendar #tabcalendarheader {
  background: #00acec;
}
#div-calendar #tabcalendar .CalendarDateCell {
  color: #999!important;
  padding: 5px 0px;
  text-align: center;
}

#div-calendar #tabcalendar .CalendarDateCell a {
  text-align:center!important;
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  padding:0;
  border-radius:50%;
}
#div-calendar #tabcalendar .CalendarDateCell a:hover {
  background-color:#E3F5FB;
  color:#137499 !important;
}

#div-calendar #tabcalendar .CalendarDateCell.CalendarWeekCell a:hover,
#div-calendar #tabcalendar .CalendarDateCell.CalendarWeekCellSelected a:hover {
  background-color:transparent;
}
#div-calendar #tabcalendar tr.header4 { background-color:#fff;}
#div-calendar #tabcalendar a.calendarlink.dayhasevent,
#div-calendar #tabcalendar #dayhaseventcalender a  {
    background-color: #fff;
    color:#0072b5;
    text-align:center!important;
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 22px;
    padding:0;
    border-radius:50%;
    font-size: 11px;
    border:1px solid #00acec;
}
#div-calendar #tabcalendar a.calendarlink.dayhasevent:hover,
#div-calendar #tabcalendar #dayhaseventcalender a:hover {
  background-color:#00acec;
  color:#fff !important;
  border:1px solid #00acec;
}

#div-calendar #tabcalendarheader .btn.dropdown-toggle.selectpicker.btn-secondary {
  background-color:transparent;
  color:#ffffff;
  border:0px;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#div-calendar #tabcalendarheader .btn.dropdown-toggle.selectpicker.btn-secondary span.caret {
  color:#ffffff;
}

#div-calendar #tabcalendarheader .btn.dropdown-toggle.selectpicker.btn-secondary span.caret:before {
  vertical-align:top;
  content: '\e99c';
  font-size:10px;
}
#div-calendar #tabcalendarheader .btn.dropdown-toggle.selectpicker.btn:active,
#div-calendar #tabcalendarheader .btn.dropdown-toggle.selectpicker.btn:hover {
  background-color:#e3f5fb !important;
}

#div-calendar #tabcalendarheader .btn.dropdown-toggle.selectpicker.btn:active .caret,
#div-calendar #tabcalendarheader .btn.dropdown-toggle.selectpicker.btn:hover .caret,
#div-calendar #tabcalendarheader .btn.dropdown-toggle.selectpicker.btn:active,
#div-calendar #tabcalendarheader .btn.dropdown-toggle.selectpicker.btn:hover {
  background-color:#e3f5fb !important;
  color:#137499;
}
#div-calendar #tabcalendarheader .bootstrap-select.btn-group .dropdown-menu li > a:focus {
  color:#ffffff !important;
  background-color:#00ACEC !important;
}
#div-calendar #tabcalendarheader .bootstrap-select.btn-group .dropdown-menu li > a:hover {
  color:#137499 !important;
  background-color:#e3f5fb !important;
}
#div-calendar #tabcalendarheader .bootstrap-select { margin-bottom:5px;}
#div-calendar #tabcalendar .CalendarDateCell a:not(.TM_LINK_IMG) img{
    width:8px;
    height:8px;
}
/***********************  ACTION MENU TRAITER LES CANDIDATS **********************/
.cockpitrh .tabcontainer.is_mactiontab { background-color: #f0f5fa;}
.cockpitrh .tabcontainer.is_mactiontab .mastertab.mactiontab { padding:0!important;}
.cockpitrh .tabcontainer.is_mactiontab .mastertab.mactiontab .action-option-list { padding: 0!important;}
.cockpitrh .tabcontainer.is_mactiontab .mastertab.mactiontab .action-option-list .actionmenu { border:none;}

/*-- Section fermee --*/
.cockpitrh #dasboard_jobwidget .action-option-list li.dropdown-divider { background-color:#fff!important;}
.cockpitrh #dasboard_jobwidget .action-option-list .action-line { background-color:#fff!important; }
.cockpitrh #dasboard_jobwidget .action-option-list .action-line:last-child { background-color:transparent!important; }
.cockpitrh #dasboard_jobwidget .action-option-list .action-line label {
  color:#666;
  font-weight:normal!important;
  font-size: 16px;
  line-height: 15px;
}
/*********************** FIN ACTION MENU TRAITER LES CANDIDATS **********************/

/****************** CRH Recherche **********************/
/*-- Champs de recherche --*/
.dashboard-master .searchbar p.title span,
.dashboard-master .searchbar,
.dashboard-master .crh-table.qsoptions .btn {
  font-family: "droid_sansregular", Arial, Helvetica, sans-serif;
	text-transform:initial;
	font-weight:normal;
}
.dashboard-master .searchbar,
.dashboard-master .crh-table.qsoptions .btn {
	color:#333333!important;
}
/************************* ACTIONS BLOC ************************************/
/*
.action-option-tab .actionmenu { background-color: rgba(0, 0, 0, 0.7);}

.action-option-tab .actionmenu .action-line { color:#fff; }
.action-option-tab .actionmenu .action-line > label { font-weight:normal; }
.action-option-tab .actionmenu .action-line:hover { background-color:transparent!important;}
.action-option-tab .dropdown-menu.actionmenu .dropdown-divider { background-color: rgba(255,255,255,.5)!important; }*/

/***************************************************************************/

/********************* TRANSPARENCE MODULES *********************************************************/
/****************************************************************************************************/

/*-- HEADER--*/
body.fixed-header #wrapper { padding-top:0px;}
body #v_header + #wrapper #content, body iframe + #wrapper #content  { padding-top:80px !important;}
@media print{body #v_header + #wrapper #content { padding-top:0px !important;}}

body.contrast-dark header .navbar { border-color: transparent !important; }

body header .navbar .toggle-nav { border-color: transparent !important;}
body .contrast-dark header .navbar { border-color: transparent !important;}
body .navbar .nav li.only-icon a#signout,
body .navbar .nav li.only-icon a#hpedit,
body header .navbar > .nav > li,
body user-menu  { border-color: transparent !important;}

body header .navbar .toggle-nav,
body header .navbar .toggle-nav:hover,
body .navbar .nav li.only-icon a#signout,
body .navbar .nav li.only-icon a#hpedit { background-color:transparent!important;}

/*- ICONS MENU BUTTON and QUIT -*/
.contrast-dark header .navbar .toggle-nav i.icon-reorder,
.navbar .nav li.only-icon a#signout,
.navbar .nav li.only-icon a#hpedit  { color:#333 !important;}
.contrast-dark header .navbar .toggle-nav:hover i.icon-reorder,
.navbar .nav li.only-icon a#signout:hover,
.navbar .nav li.only-icon a#hpedit:hover { color:#666 !important;}
/*- infos zone --*/
#profile-header-dropdown.nav-link{ background-color:transparent!important; color:#333!important;}
#profile-header-dropdown:hover.nav-link { background-color:rgba(255,255,255,0.8)!important; color:#333!important;}

/*-- menu ouvert--*/
body.main-nav-opened #main-nav-bg {
    opacity:0;
    -webkit-transition: none!important;
}
/*------------------------------------------------------------------------*/

/*-- BACKGROND --*/
.MODE_NORMAL.MASTERPAGE_DEFAULT #wrapper, .MODE_NORMAL.MASTERPAGE_DEFAULT #content { background-color:transparent;}
/*-------------------------------*/

.CONNECT_1:not(.IFRAMENAVIGATION):not(.MASTERPAGE_FRAME):not(.PAGE_C_C200):not(.PAGE_C_DASHBOARD):not(.PAGE_C_P010) #v6_subcontent {background-color:rgba(255,255,255,.9); padding:15px 15px 5px 15px; }
@media print{.CONNECT_1:not(.IFRAMENAVIGATION):not(.MASTERPAGE_FRAME):not(.PAGE_C_C200):not(.PAGE_C_DASHBOARD) #v6_subcontent {padding:0px 0px 0px 0px; }}

/*-- fil ariane --*/
#arianne {background-color:rgba(255,255,255,.85)!important;padding: 0px 15px 0px 15px;}
#v6_content #arianne {padding: 0px;}

/*-- MODULE DOSSIER --*/
.MODULE_MN_USER:not(.PAGE_C_HOMEPAGE) #content > .container > form,
.MODULE_MN_USER:not(.PAGE_C_HOMEPAGE) #content > .container > .row { 	background-color:#ffffff;}
.MODULE_MN_USER:not(.PAGE_C_HOMEPAGE) #content > .container > form { padding:1px 15px 5px 15px;}
.MODE_NORMAL.PAGE_C_P600 section#content > .container > .row.messages { background-color:#fff;}

/*-- MODULE DOSSIER/MOT DE PASSE --*/
.MODULE_MN_USER.PAGE_C_P800 #content > .container > form > .container {padding-top:25px;}

/*-- MODULE DOSSIER/SUIVI --*/
.MODULE_MN_USER.PAGE_C_G700 #content .container.no-padding { background-color:#ffffff!important;}

/*-- MODULE DOSSIER - ORGANIGRAME --*/
.PAGE_O400 section#content #arianne.container { padding-bottom:5px;}
#orgchartleft #contextmenu div#options label { vertical-align: text-bottom;}

/*-- MODULE PERFORMANCE --*/
/*
.MODULE_OP.PAGE_C_P100 section#content >.container {
  background-color: transparent;
}

body.PAGE_C_P100.IFRAMENAVIGATION,
body.PAGE_C_P100.IFRAMENAVIGATION #content {
    background-color: transparent!important;
}
*/
.MODULE_OP.PAGE_C_P010 #wrapper #content { padding-top: 20px!important;}
.MODULE_OP.PAGE_C_P010 #content .container.no-padding {background-color:rgba(255,255,255,.85); }
.MODULE_OP.PAGE_C_P010 #content > .container > .container #p010-types { padding-left: 0;}
.MODULE_OP.PAGE_C_O020 #content .container .table-responsive { background-color:#ffffff!important; padding:15px 15px 50px 15px}

.MODULE_OP.PAGE_C_O021 section#content > .container #arianne { margin-left:-15px; margin-right:-15px; margin-bottom:15px;}
.MODULE_OP.PAGE_C_O021 section#content > .container  {
	background-color:rgba(255,255,255,.85);
    margin-left:15px;
    margin-right:15px;
 }
.MODULE_OP.PAGE_C_O021 #wrapper { min-width:100%; width:auto;}
.MODULE_OP.PAGE_C_O021 #o021-tab-configurations,
.MODULE_OP.PAGE_C_O021 #o021-tab-filter { background-color: #fff; padding-top:24px; }

.MODULE_OP.PAGE_C_O021 #o021-sectionTabs { padding: 0;}
.MODULE_OP.PAGE_C_O021 #o021-tab-profil { background-color: #fff; }

/*-calendrier -*/
.MODULE_OP.PAGE_C_P010 #tab-p010f .fc-content table { background-color:#ffffff;}

.MODULE_CP.PAGE_C_D002 #content .container form#frmSearchCmc { margin-top: 15px!important; margin-bottom: 15px!important;}
.MODULE_CP.PAGE_C_D002 #content .container{ background-color:#ffffff!important; margin:0px 15px; padding:15px 5px 15px 5px;}

/*-- FIN MODULE PERFORMANCE --*/

/*-- MODULE FEEDBACK 360 --*/
.MODULE_CP360.PAGE_C_E730 section#content > .container #arianne { margin-left:-15px; margin-right:-15px; margin-bottom:15px;}
.MODULE_CP360.PAGE_C_E730 section#content > .container  {
  background-color:rgba(255,255,255,.85);
  margin-left:15px;
  margin-right:15px;
}
.MODULE_MN_USER.PAGE_C_E730 .tm-cmcBox.tm-cmcHeader {
  border: 0px;
}
@media (max-width: 768px){
    .MODULE_CP360.PAGE_C_E730 section#content > .container #arianne {display:none;}
}
/*-- FIN MODULE FEEDBACK 360 --*/


/*-- MODULE FORMATION --*/
.PAGE_C_C800 #content .container {/* background-color:#ffffff!important;*/ }
.PAGE_C_C800 #ctg-course-result .coursListBox.ui-corner-all { background-color:#fff; }

.MODULE_TN #v6_leftmenu {
	width: 280px!important;
	background-color:#ffffff!important;
	padding: 10px!important;
}
.MODULE_TN .v6_content-withmenu {
	background-color:#ffffff!important;
	padding: 10px 20px 15px 20px!important;
}
.MODULE_TN .v6_content-withmenu #v6_subcontent { padding:10px 10px 30px 10px;}

.MODULE_TN.PAGE_C004 #v6_subcontentHeader td,
.MODULE_TN.PAGE_C004 #v6_subcontentHeader th  { border-top:1px solid #fff!important;}

body.MODULE_TN.TM_top_training_panel { background-image: none!important;}

body.MODULE_TN.PAGE_C_S016 #content .container form { background-color:#ffffff!important;  padding:15px;}
body.MODULE_TN.PAGE_C_S016 #content .TM_titlePage-directive { margin: 15px 0 0px 0;}

body.PAGE_C500 #v6_subcontent { padding:25px 15px; }

/*body.MODULE_.PAGE_C_C002:not(.classroom)  #content .container .row { background-color:#fff!important; }*/
body.MODULE_.PAGE_C_C002  #content .container #c001-tab-content,
body.MODULE_.PAGE_C_C002  #content .container #Button-Box { margin-left:15px;}

body.MODULE_.PAGE_C_C010 section#content .container,
body.MODULE_.PAGE_C_I005 #content .container { background-color:#fff!important; margin-left:15px;  margin-right:15px; }

body.MODULE_.PAGE_C_T402 #_MYTRAINING_NEWNEED { background-color:#fff!important; padding-top:25px;}

body.PAGE_C_T020_MANAGER section#content >.container,
body.PAGE_C_I001 section#content >.container,
body.PAGE_C_I005 section#content >.container,
body.PAGE_C_R002 section#content >.container {
  background-color:rgba(255,255,255,.85);
  margin-left:15px;
  margin-right:15px;
}
body.PAGE_C_T020_MANAGER section#content > .container > #arianne,
body.PAGE_C_I005 section#content > .container > #arianne { margin-left:-15px; margin-right:-15px; margin-bottom:25px;}

/*-- MODULE CARRIERE --*/
.MODE_NORMAL.MODULE_RE_CANDIDATES section#content .container > div#arianne,
.MODE_NORMAL.MODULE_MN_USER section#content .container > div#arianne {  margin-bottom:15px!important;}

.MODE_NORMAL.MODULE_RE_CANDIDATES section#content .container > div:not(#TM_USERINFO):not(#arianne) { padding-top:15px;}

.MODE_NORMAL.MODULE_RE_CANDIDATES.PAGE_C_J120 #j120PageContent { padding-left:15px!important;}

.MODE_NORMAL.MODULE_RE_CANDIDATES.PAGE_C_J300 section#content >.container,
.MODE_NORMAL.MODULE_MN_USER.PAGE_C_J300 section#content >.container {
    background-color:rgba(255,255,255,.85);
    margin-left:15px;
    margin-right:15px;
}
body.MODE_NORMAL.MODULE_RE_CANDIDATES.PAGE_C_J300 section#content >.container > #arianne {
    margin-left:-15px!important;
    margin-right:-15px!important;
}
body.MODE_NORMAL.MODULE_RE_CANDIDATES.PAGE_C_J300 section#content .container > div:not(#TM_USERINFO):not(#arianne) { background-color:transparent!important;}
body.MODE_NORMAL.MODULE_RE_CANDIDATES.PAGE_C_J300 section#content .container > div.col-md-3 { padding:0;}
body.MODE_NORMAL.MODULE_RE_CANDIDATES.PAGE_C_J300 section#content .container > div.col-md-9 { padding-right:0; padding-left:15px; }

.MODULE_TN_CATALOG.classroom #content > .container .v6_content-withmenu {
    background-color: rgba(2555,255,255,.85)!important;
    padding: 0 15px 15px 15px;
}
.MODULE_TN_CATALOG #content > .container #arianne { padding-left:15px;}
.MODULE_TN_CATALOG.classroom #content > .container #arianne { margin-left:-15px; margin-right:-15px; padding-left:15px;}
.MODULE_TN_CATALOG #content > .container #courseheader { margin-left:-15px; margin-right:-15px;}

/*-- MODULE RECRUTEMENT --*/
@media(min-width:1601px){ .MODE_NORMAL.MODULE_RE.PAGE_J110 .custom-tabs-container,.MODE_NORMAL.MODULE_RE.PAGE_C_J720 .custom-tabs-container { max-width:1500px;} }
@media(max-width:1600px){ .MODE_NORMAL.MODULE_RE.PAGE_J110 .custom-tabs-container, .MODE_NORMAL.MODULE_RE.PAGE_C_J720 .custom-tabs-container { max-width:1400px;} }
@media(max-width:1024px){ .MODE_NORMAL.MODULE_RE.PAGE_J110 .custom-tabs-container, .MODE_NORMAL.MODULE_RE.PAGE_C_J720 .custom-tabs-container { max-width:800px;} }
@media(max-width:767px){ .MODE_NORMAL.MODULE_RE.PAGE_J110 .custom-tabs-container, .MODE_NORMAL.MODULE_RE.PAGE_C_J720 .custom-tabs-container { max-width:500px;} }
@media(max-width:380px){ .MODE_NORMAL.MODULE_RE.PAGE_J110 .custom-tabs-container, .MODE_NORMAL.MODULE_RE.PAGE_C_J720 .custom-tabs-container { max-width:300px;} }
/*-- Temporaire, il faut revoir l'affichage fullscreen lorsqu'on est dans le dossier candidat --*/
#dvRE_SECTION_PUBLISHING .cke_maximized {
    left: 0px!important;
    top: -80px!important;
}
#dvRE_SECTION_PUBLISHING .in-modal .cke_maximized {
    top: -65px!important;
}

.MODE_NORMAL.MODULE_RE.PAGE_J110 #wrapper,.MODE_NORMAL.MODULE_RE.PAGE_C_J720 #wrapper { min-width:100%; width:auto;}
.MODE_NORMAL.MODULE_RE.PAGE_J110 #v6_subcontent,.MODE_NORMAL.MODULE_RE.PAGE_C_J720 #v6_subcontent {padding:1px 15px 15px 15px;}

.MODE_NORMAL.MODULE_RE #dvOfferContainer {padding:15px 0px 15px 0px;}
.MODE_NORMAL.MODULE_RE.PAGE_O100 #content > .container > form[name="frmLeftMenuJObOffer"] > table {
	background-color:#ffffff;
	padding:10px 10px 0px 10px;
	margin-bottom:10px;
}
.MODE_NORMAL.MODULE_RE.PAGE_O100 #v6_leftmenu {
	width: 280px!important;
	background-color:#ffffff!important;
	padding: 10px!important;
}
.MODE_NORMAL.MODULE_RE.PAGE_O100 .v6_content-withmenu {
	background-color:#ffffff!important;
	padding: 10px!important;
}
.MODE_NORMAL.MODULE_RE.PAGE_O100 .v6_content-withmenu #v6_subcontent { padding:10px;}

.MODE_NORMAL.MODULE_RE.PAGE_C_J160 #content > .container > .container { background-color:#fff; margin-top:15px; padding-top:20px;}

.MODE_NORMAL.PAGE_C_J120 section#content > .container > div#j120PageContent  { background-color:rgba(255,255,255,.85); padding:15px; }
.MODE_NORMAL.PAGE_C_J127 section#content > .container,
.MODE_NORMAL.PAGE_C_J125 section#content > .container {
	background-color:rgba(255,255,255,.85);
	margin-left:15px;
	margin-right:15px;
	padding-top:20px;
}
.MODE_NORMAL.PAGE_C_J127 section#content > .container > form { padding-left:0; background-color:transparent;}
.MODE_NORMAL #jobalert {background-color:rgba(255,255,255,.85); }

/*-- REMUNERATION --*/
.MODULE_RM #v6_subcontent #content { padding-top:0!important;}
.MODULE_RM #arianne { margin-bottom:15px;}

/*-- SOCIAL MEDIA--*/
.MODULE_CM #arianne { margin-bottom:15px;}
.MODULE_CM section#content .container > div:not(#arianne):not(#v6_subcontent) { background-color:#ffffff!important;}

/*-- MODULE ANALYTICS --*/
.MODULE_RP #content .container > div > .row {
	background-color:#ffffff!important;
	padding: 0px 10px 15px 15px!important;
}

/*-- GESTION ADMIN --*/
.MODULE_MN_USER.PAGE_C_T001 #arianne,
.MODULE_MN_SETTINGS_SYSTEM #arianne { margin-bottom:15px;}
.MODULE_MN_USER.PAGE_C_T001 #event_result,
.MODULE_MN_SETTINGS_SYSTEM #event_result { background-color:#ffffff!important; padding:15px;}

.MODULE_MN_USER.PAGE_C_T001 #arianne,
.MODULE_.PAGE_C_T001 #arianne,
.MODULE_.PAGE_C_H010 #arianne,
.MODULE_.PAGE_C_H020 #arianne,
.MODULE_.PAGE_C_G400 #arianne,
.MODULE_.PAGE_C_G110 #arianne { margin: 5px -15px 15px -15px!important;}

.MODULE_MN_SETTINGS_SYSTEM.MASTERPAGE_DEFAULT section#content > .container,
.MODULE_MN_USER.PAGE_C_T001.MASTERPAGE_DEFAULT section#content > .container,
.MODULE_.PAGE_C_G300.MASTERPAGE_DEFAULT section#content > .container,
.MODULE_.PAGE_C_G400.MASTERPAGE_DEFAULT section#content > .container,
.MODULE_.PAGE_C_T001.MASTERPAGE_DEFAULT section#content > .container-left,
.MODULE_.PAGE_C_H010.MASTERPAGE_DEFAULT section#content > .container,
.MODULE_.PAGE_C_H020.MASTERPAGE_DEFAULT section#content > .container,
.MODULE_.PAGE_C_G100.MASTERPAGE_DEFAULT section#content > .container,
.MODULE_.PAGE_C_G110.MASTERPAGE_DEFAULT section#content > .container {
	background-color:rgba(255,255,255,.85);
	margin-left:15px;
	margin-right:15px;
}
.MODULE_.PAGE_C_T001.MASTERPAGE_DEFAULT section#content >.container-left {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.MODULE_.PAGE_C_G300.MASTERPAGE_DEFAULT section#content >.container,
.MODULE_.PAGE_C_G100.MASTERPAGE_DEFAULT section#content >.container { padding-left:0; padding-right:0;}
.MODULE_.PAGE_C_G300 #arianne,
.MODULE_.PAGE_C_G100 #arianne { margin: 0px 0px 15px 0px!important;}

.MODULE_.PAGE_C_G100 #g100-datacontrolsList .table,
.MODULE_.PAGE_C_G300 #g301-templateList .table,
.MODULE_MN_SETTINGS_SYSTEM.MASTERPAGE_DEFAULT section#content > .container table.table,
.MODULE_MN_USER.PAGE_C_T001.MASTERPAGE_DEFAULT section#content > .container table.table { background-color: #fff;}

.MODULE_.PAGE_C_G400 #g400-tab-configurations { padding-top: 15px;}


/*-- MODULE RESSOURCES --*/
.MODULE_MF_REFERENCE.PAGE_C_I130 section#content > .container #arianne,
.MODULE_MF_REFERENCE.PAGE_C_F001 section#content > .container #arianne,
.MODULE_MF_REFERENCE.PAGE_C_I1100 section#content > .container #arianne { margin-left:-15px; margin-right:-15px; margin-bottom:15px;}
.MODULE_MF_REFERENCE.PAGE_C_I130 section#content > .container,
.MODULE_MF_REFERENCE.PAGE_C_F001 section#content > .container,
.MODULE_MF_REFERENCE.PAGE_C_I1100 section#content > .container  {
  background-color:rgba(255,255,255,.85);
  margin-left:15px;
  margin-right:15px;
}

/*-- MODULE REFERENTIELS --*/
.MODE_NORMAL.PAGE_C_E001 section#content >.container {
  background-color:rgba(255,255,255,.85);
  margin-left:15px;
  margin-right:15px;
}
.MODE_NORMAL.PAGE_C_E001 section#content >.container > #arianne {
  margin-left:-15px!important;
  margin-right:-15px!important;
}
.MODE_NORMAL.PAGE_C_E001 section#content #etl {
	padding-bottom:15px;
	padding-top: 15px;
}
.MODE_NORMAL.PAGE_C_E001 section#content #etl .tab-menu-pane {
    padding: 0;
}
.MODE_NORMAL.PAGE_C_E001 section#content #tabetl .button-box {
    margin-top: 15px;
}
.MODE_NORMAL.PAGE_C_E001 section#content #table-result {
	background-color:#fff;
}

/***************** ENTETES TABLEAUX ********************************/
/*******************************************************************/
.PAGE_A001 table.tblGen thead tr td,
.PAGE_A001 table.tblGen thead th td { color: #fff; font-weight:normal;}

table.tblGen thead tr,
table.tblGen thead th { background-color: #666; color:#fff; font-weight:normal; }
table.tblGen thead th label { font-weight:normal; }

table.tblGen thead tr td { color: #666; font-weight:normal;}
table.tblGen thead th td { color: #fff; font-weight:normal;}
table.tblGen thead th td span.charlefttextarea { color: #fff !important; font-weight:normal;}

table.tblGen thead th.tblSortUp,
table.tblGen thead td.tblSortUp,
table.tblGen thead th.tblSortDown { background-color: #666; color:#fff; font-weight:normal; }
table.tblGen thead th.tblSortUpDown { background-color: #666; color:#fff; font-weight:normal; }

table.tblGen thead th.tblSortDownSelected,
table.tblGen thead td.tblSortDownSelected { background-color: #666; color:#fff; font-weight:normal; }

table.tblGen thead tr th.tblSortUpDown a,
table.tblGen thead a,
table.tblGen thead a.TM_LINK { color:#fff!important;  font-weight:normal;}

table.tblGen th > input[type="checkbox"] {  margin: 5px 5px 5px 2px;}
/********************* FIN TRANSPARENCE MODULES *****************************************************/
/****************************************************************************************************/


/**************** NOUVEAU DESIGN PARCOURS FORMATION *****************/

/*--- HEADER --*/
.PAGE_C_C002.classroom  div#courseheader,
.PAGE_C_HOMEPAGE.classroom  div#courseheader {
  background-color: rgba(131, 182, 237, .85)!important;
  margin-bottom:15px;
  background-image:none;
}
.PAGE_C_HOMEPAGE.classroom  div#courseheader #course-info-card .box.box-course *[class^="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
/*----- LEFT PART ----------------------------------------------------------------------------*/
/*--TABS--*/
.PAGE_C_C002.classroom .custom-tabs .nav-tabs > li > a.tab-link  { padding-right:5px!important;}
.PAGE_C_C002.classroom  .nav.nav-tabs > li > a { background-color:transparent;}

.PAGE_C_C002.classroom  #c001-tabs .nav-tabs li:not(.active) { border-bottom: 1px solid #cdcdcd;}
.PAGE_C_C002.classroom  #c001-tabs .nav-tabs li { background-color: transparent;}
.PAGE_C_C002.classroom  #c001-tabs .nav-tabs li.active {
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}
/*- TABS ICONS --*/
.PAGE_C_C002.classroom  .nav.nav-tabs > li > a > div.tab-icon { font-size:35px!important; display: table-cell;}
.PAGE_C_C002.classroom  .nav.nav-tabs > li > a > div.tab-name { font-size:16px!important; display: table-cell;  vertical-align:middle;}
.PAGE_C_C002.classroom  .nav.nav-tabs > li.tab-more > a.dropdown-toggle > i.icon-reorder { display: table-cell; line-height:50px;}
.PAGE_C_C002.classroom  .nav.nav-tabs > li.tab-item > a  { display: table-cell;  line-height:50px;}

/*--SUB-TABS--*/
.PAGE_C_C002.classroom #c001-tabs { padding-bottom: 0;}
.PAGE_C_C002.classroom #c001b-tabs .nav-tabs > li > a { padding: 0;}
.PAGE_C_C002.classroom #c001b-tabs .nav-tabs > li.active { border-top: 0;}
.PAGE_C_C002.classroom #c001b-tabs .nav-tabs > li > a > i { padding: 0 15px; color:#ff8800;}

/*--CONTENT --*/
.PAGE_C_C002.classroom  #content > .container > .row:not(#courseheader) {  padding:15px;}
.PAGE_C_C002.classroom  #c001-tab-content { padding-top:15px;}

/*-- TITLE PARCOURS --*/
.PAGE_C_C002.classroom  #c001-content-COURSE_CLASSROOM_PARCOURS .classroom-parcours-title,
.PAGE_C_C002.classroom H2.TM_titlePage {
	font-size: 20px;
	font-weight:normal!important;
	color: #0b2d77 !important;
	letter-spacing: 0px;
	text-transform:uppercase;
}

/*-- COURSE --*/
.PAGE_C_C002.classroom  .coursemoduleheader .course-name a { color:#0b2d77 !important; font-size:20px;}
.PAGE_C_C002.classroom  .coursemoduleheader .course-info-extra { color:#202c3a !important; font-size:14px;}
.PAGE_C_C002.classroom  .coursemoduleheader .course-info-extra .material-icons { font-size:14px; vertical-align: middle;}

.PAGE_C_C002.classroom  #workgroup-members{color:white;}

.PAGE_C_C002.classroom  .coursemoduleheader {
    background-color: rgba(131, 182, 237, .4)!important;
    background-image: none;
}
.PAGE_C_C002.classroom  .coursemoduleheader .course-name { color:#0b2d77; }
.PAGE_C_C002.classroom  .coursemoduleheader div { padding-left:0px;}
.PAGE_C_C002.classroom  #c001-tab-content .course-info-card { margin-left:60px;}

/*--Video Download btn --*/
#coursefollowup .videoDownloadBtn { padding: 2px 15px 2px 15px}
#coursefollowup span.glyphicon-download > span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left:4px;
    vertical-align: bottom;
}
/*---------------- END LEFT PART ------------------------------------------------------------*/

/*----------------- RIGHT PART --------------------------------------------------------------*/
.PAGE_C_C002.classroom  #rightPart .webpart.box { border:1px solid #cdcdcd!important;}
.PAGE_C_C002.classroom  #rightPart .webpart.box > .box-header,
.PAGE_C_C002.classroom  #rightPart .webpart.box > .box-content { background-color:transparent!important; }

.PAGE_C_C002.classroom  #rightPart .box .box-content { background-color:transparent!important; }
.PAGE_C_C002.classroom  #rightPart .box-content-detailed { background-color:#fff!important; }
.PAGE_C_C002.classroom  #rightPart .webpart.box > .box-header .title i {font-size:35px!important; padding-right:10px;}
/*--------------------- END RIGHT PART ------------------------------------------------------*/

.PAGE_C_C002.classroom  .v6_content-withmenu div#courseheader { margin-bottom: 0px;}
.PAGE_C_C002.classroom  .v6_content-withmenu > .row { 
    background-color: rgba(255,255,255, .80);
    padding:15px 15px 15px 0
}
.PAGE_C_C002.classroom  .v6_content-withmenu > #Button-Box {
    background-color: rgba(255,255,255, .80);
    margin: 0px;
    padding: 15px 10px;
}
.v6_content-withmenu .breadcrumb {  padding: 8px 10px!important;}

/**************** FIN NOUVEAU DESIGN PARCOURS *****************/

/************** MES FORMATIONS EN COURS ******************/
.MODULE_.PAGE_C100 #v6_subcontent { background-color: rgba(255,255,255, .85);}
.MODULE_.PAGE_C100 #v6_subcontent .coursListBox { background-color:#fff;}

/************* OFFRE DE FORMATION *************************/
.classroom.PAGE_C_C800.PAGE_C_C500 #content > .container { background-color:transparent; }
.classroom.PAGE_C_C800 #content > .container > form { background-color:rgba(255,255,255,.85); padding: 1px 0px; }

/*.classroom.PAGE_C_C800 #content .container { margin-left:15px; margin-right:15px; padding-right: 30px; }*/
body:not(.IFRAMENAVIGATION).classroom.PAGE_C_C800 #content .container { margin-left:15px; margin-right:15px; padding-right: 30px; }
body:not(.IFRAMENAVIGATION).classroom.PAGE_C_C800.PAGE_C_F001 #content .container { padding-right: 0px; }
body:not(.IFRAMENAVIGATION).classroom.PAGE_C_C800.PAGE_C_F001 #content .container > #v6_subcontent { padding: 10px 0px; }
.classroom.PAGE_C_C800 #content > .container { background-color:rgba(255,255,255,.85);}
.classroom.PAGE_C_C800 #TrainingCalendar .fc-content { background-color:#fff;}
.classroom.PAGE_C_C800 #_MYTRAINING_SA_COURSE_TAGS { background-color: #fff;}

.classroom.PAGE_C_C800 .ctg-course-result .coursListBox {background-color: rgba(255,255,255,.85);}
.classroom.PAGE_C_C800 #catalog_v1_course #courseheader,
.classroom.PAGE_C_C800 #catalog-content #courseheader,
.MODULE_.PAGE_C_C002 #content > .container #courseheader {
	background-color: rgba(131, 182, 237, .85)!important;
  margin-bottom:15px;
	background-image:none;
}
.classroom.PAGE_C_C800 #catalog-content > .row { padding-left:15px; padding-right: 15px;}

.classroom.PAGE_C_C800 #coursecontenttab #c001-tabs.container { margin-left:0; margin-right:0; padding-right: 30px; }

.classroom.PAGE_C_C800 #coursecontenttab #c001-tabs.container .nav-tabs li:not(.active) { border-bottom: 1px solid #cdcdcd;}
.classroom.PAGE_C_C800 #coursecontenttab #c001-tabs.container .nav-tabs li.active {
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}
.classroom.PAGE_C_C800 #coursecontenttab #c001-tabs.container .nav-tabs li > a  { line-height:15px;}

.classroom.PAGE_C_C800 #coursecontenttab #c001-tabs.container .nav.nav-tabs > li > a > div.tab-icon {font-size:35px!important; line-height:50px; float: left;}
.classroom.PAGE_C_C800 #coursecontenttab #c001-tabs.container .nav.nav-tabs > li > a > div.tab-name {font-size:16px!important; line-height:50px; float: left;}
.classroom.PAGE_C_C800 #coursecontenttab #c001-tabs.container .nav.nav-tabs > li.tab-more > a.dropdown-toggle > i.icon-reorder { display: table-cell; line-height:50px;}
.classroom.PAGE_C_C800 #coursecontenttab #c001-tabs.container .nav.nav-tabs > li.tab-item > a  {display: table-cell;background-color:transparent; line-height:50px;}
.classroom.PAGE_C_C800 #coursecontenttab #c001-tabs.container .nav.nav-tabs > li.tab-item   { }
.classroom.PAGE_C_C800 #coursecontenttab #c001-tabs.custom-tabs .nav.nav-tabs > li > a {padding: 25px 10px;}

.MODULE_.PAGE_C_C002  #content > .container { background-color:rgba(255,255,255,.85); margin-left:15px; margin-right:15px;}

/*-- COURSE DETAILS BLOC RIGHT--*/
.PAGE_C_C800.classroom #coursedetails .course-detail-info > .option { font-size:16px!important;  }
.PAGE_C_C800.classroom #coursedetails .course-detail-info > .option > i {  color:#555; }

/*--Creation action formation --*/
.PAGE_C006 #v6_subcontent {  background-color:rgba(255,255,255,.85);}

/*--- RECHERCHE OFFRE FORMATION ----*/
#ctg-course-result .resp_learningactivitypicture h2 { color:#fff!important;}

/*-- Planning de formation --*/
.PAGE_C100 #calendar-box #divContent { background-color:#fff;}
.PAGE_C_C002.classroom section#content > .container > #courseheader { margin-bottom:0;}
.PAGE_C_C002.classroom section#content > .container > .row  {  background-color:rgba(255,255,255,.85); }
.PAGE_C_C002.classroom section#content > .container > .row #c001-tabs { padding-left:0;}
.PAGE_C_C002.classroom section#content > .container > .row #leftPart #coursefollowup { background-color:rgba(255,255,255,.85);}
.PAGE_C_C002.classroom section#content > .container > .row #leftPart #coursefollowup #Button-Box {  margin-left:15px;}
.PAGE_C_C002.classroom section#content > .container > .row #rightPart #classroomattachment { background-color:rgba(255,255,255,.85);}

/*-- SUIVI DES INSCRIPTIONS --*/
/*--bg--*/
.PAGE_I003.MODULE_ #v6_subcontent {background-color:rgba(255,255,255,.85);}
/*--tab--*/
.PAGE_I003.MODULE_ #bufTabs {background-color:#fff; }
.PAGE_I003.MODULE_ .ui-tabs-nav > li > a > span {font-size:16px!important; }

/*-filtres recherche-*/
.PAGE_I003.MODULE_ #bufSearch .TM_SearchTabledv .TM_SearchTable > tbody > tr > td,
.PAGE_I003.MODULE_ #bufSearch .TM_SearchTabledv .TM_SearchTable > tbody > tr > th { padding-left:10px;}
.PAGE_I003.MODULE_ #v6_subcontent  form#frm_reg { background-color:#fff; padding-left:15px; padding-right:15px; margin-bottom:15px }

.PAGE_I003.MODULE_ #v6_subcontent form#frm_reg #bufTabs{margin-left:-10px;}

/*--contenu résultat recherche, Prise de présence --*/
.PAGE_C_I005.MODULE_ #content > .container,
.PAGE_C_I001.MODULE_ #content > .container,
.PAGE_C_I001.MODULE_TN #content > .container { background-color:rgba(255,255,255,.85); margin-left:15px; margin-right:15px;}

.PAGE_C_I005.MODULE_ #content > .container #arianne,
.PAGE_C_I001.MODULE_ #content > .container #arianne,
.PAGE_C_I001.MODULE_TN #content > .container #arianne  { margin-left:-15px; margin-right:-15px; margin-bottom:15px;}

/*-- INSCRIPTIONS DES CONTACTS --*/
.PAGE_I015.MODULE_ #v6_subcontent #bufSearch .TM_SearchTable tr > td {padding-left:15px;padding-right:15px;}
.PAGE_I015.MODULE_ #v6_subcontent tr#bufPFCompany_content.TM_cSearchField_open td {
    padding-left: 15px !important;
}
.PAGE_I015.MODULE_ #v6_subcontent tr#bufPFCompany_content.TM_cSearchField_open td table td{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*---tinymce--*/
.mceEditor.defaultSkin table.mceLayout { background-color:#fff;}

/*-- TABS --*/
#tabRegistration .nav.nav-tabs > li > a { background-color:#fff; padding-left:10px; padding-right:10px;}
#tabRegistration .nav.nav-tabs > li > a:hover { background-color:#E8E8E8; }

#tabRegistration .nav.nav-tabs li.active,
#t020a-sectionTabs .nav.nav-tabs li.active {
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}

#frmTNFollowUp .open > ul > li:hover{
  background-color: #FFF;
}
.CONNECT_1:not(.IFRAMENAVIGATION) #browse_user_form-sectionTabs .nav-tabs > li.active > a,
.CONNECT_1:not(.IFRAMENAVIGATION) #t020a-sectionTabs .nav-tabs > li.active > a { background-color:#fff; }

#browse_user_form-sectionTabs .nav-tabs > li > a {  padding-left:10px; padding-right:10px;}
#browse_user_form-sectionTabs .nav-tabs > li > a:hover,
#t020a-sectionTabs .nav-tabs > li > a:hover { background-color:#E8E8E8;}

/*-- CONSULTER DOSSIER FORMATION INDIV / Prise de presence --*/
.PAGE_H001.MODULE_ #browse_user_form-tab-content,
.PAGE_I017.MODULE_ #browse_user_form-tab-content { background-color:#fff;}

/*-- CALENDRIER DES INSCRIPTIONS --*/
.PAGE_C100.MODULE_ #browse_user_form-tab-content { background-color:#fff;}

/*---- MES FORMATION EN COURS WIDGET ---*/
.PAGE_C_C800 div.ctg-course-result .coursListBox {  background-color:#fff; }


/*-------------------------QUESTIONNAIRES ------------------------------*/
/*--chrono--*/
body.ITEM-portal-training-classroom-tests-t100n #testForm .chrono img { display:none;}
body.ITEM-portal-training-classroom-tests-t100n #testForm p.chrono i.icon-time {
	font-size:35px;
	width:40px!important;
	font-family: 'FontAwesome';
	content: "\f017";
	color:#555;
	position:absolute;
	margin-left:10px;
}

body.ITEM-portal-training-classroom-tests-t100n #testForm p.chrono i.icon-exclamation-sign {
	font-size:35px;
	width:40px!important;
	font-family: 'FontAwesome';
	content: "\f017";
	color:red;
	position:absolute;
	margin-left:10px;
}

body.ITEM-portal-training-classroom-tests-t100n #testForm p.info-test-remaining{
	font-size:15px;
}

body.ITEM-portal-training-classroom-tests-t100n #testForm p.info-test-remaining i.icon-train-complete-feedback-evalution{
	padding-left:30px;
}



body.ITEM-portal-training-classroom-tests-t100n #testForm .chrono { font-size:15px; }
body.ITEM-portal-training-classroom-tests-t100n #testForm .chrono input[type="text"] { border:0!important; padding: 15px 15px 15px 50px; left:50px;}
/*-- libelle question --*/
body.ITEM-portal-training-classroom-tests-t100n #testForm .quest { font-size:15px; }
/*-- navigation --*/
body.ITEM-portal-training-classroom-tests-t100n #testForm #test-pages-box a {font-size:15px;}
/*-- choix --*/
body.ITEM-portal-training-classroom-tests-t100n #testForm .propos  {margin-left: 15px;}
body.ITEM-portal-training-classroom-tests-t100n #testForm .propos > tbody > tr > td:last-child {font-size:15px; padding-left: 10px; line-height:20px;}
body.ITEM-portal-training-classroom-tests-t100n #testForm .propos > tbody > tr > td > p { font-size:15px;  line-height:20px; margin-bottom:0;}
/*-- navigation --*/
body.ITEM-portal-training-classroom-tests-t100n #testForm #test-pages-box a span.test-navigation {display:none;}
body.ITEM-portal-training-classroom-tests-t100n #testForm #test-pages-box a { font-size:15px;  text-transform:uppercase; }

body.ITEM-portal-training-classroom-tests-t100n #testForm #test-pages-box i.fa-arrow-circle-left,
body.ITEM-portal-training-classroom-tests-t100n #testForm #test-pages-box i.fa-arrow-circle-right {
	padding-left:5px;
	padding-right:5px;
	font-size:25px;
  vertical-align: bottom;
}

/*------------------------------------------------------------------------*/
/***************************************************************************/


/**************** NOUVEAU DESIGN REMUNERATION *****************/
.MODULE_RM #content .container.no-padding { background-color:rgba(255,255,255,.85)!important;}
.MODULE_RM #s100-sectionTabs {background-color:rgba(255,255,255,.85)!important;}
.MODULE_RM #s100-datacontrolsTabs {background-color:rgba(255,255,255,.85)!important;}
.MODULE_RM #s110-sectionTabs {background-color:rgba(255,255,255,.85)!important;}
.MODULE_RM #s110-configurationTab {background-color:rgba(255,255,255,.85)!important;}

/*-- TABS--*/
.MODULE_RM section#content > .container { padding-bottom: 24px;}
.MODULE_RM section#content .container { padding-bottom: 0;}

.MODULE_RM #action-option-list .list-group-item.tab { padding: 23px 10px 23px 10px;}
.MODULE_RM #s800d-action-option-warn a { color:red;}
.MODULE_RM #s800d-action-option-warn.list-group-item,
.MODULE_RM #s800d-action-option-legend.list-group-item { border-color:transparent;}
.MODULE_RM #s800d-action-option-warn.list-group-item.open > ul > li.disabled:hover,
.MODULE_RM #s800d-action-option-legend.list-group-item.open > ul > li.disabled:hover { background-color: transparent;}
/*-- summaryCard --*/
.MODULE_RM #s800d-employeesList .tdSummaryCardLeft { border: 0px!important;}
.MODULE_RM #s800d-employeesList .tdSummaryCardLeft > div { background-color:#fbfbfb;}
.MODULE_RM #s800d-employeesList .tdSummaryCardLeft .s800-brief-sections-container { background-color: transparent;}
.MODULE_RM #s800d-employeesList .tdSummaryCardLeft .emp-profile-picture-container {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 50%!important;
}
.MODULE_RM #s800d-employeesList .tdSummaryCardLeft .emp-profile-picture-container > img,
#ctg-course-result .resp_learningactivitypicture img {
  width: 100%!important;
  height: initial!important;
  margin: auto;
  display: inline-block;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
}
.MODULE_RM #s800d-employeesList .noScrollTableContainer:not(.fixed-column) .tdSummaryCardLeft .emp-profile-picture-container {margin-left: 10px!important; }
.MODULE_RM #s800d-employeesList .noScrollTableContainer.fixed-column .tdSummaryCardLeft .emp-profile-picture-container {margin-left: 15px!important;}

.MODULE_RM #s800d-employeesList .tdSummaryCardLeft .s800d-empInfo { padding-left:0px;}
.MODULE_RM #s800d-employeesList .tdSummaryCardLeft .summarycard ul.listicons span {
	color:#555!important;
	font-size: 1.5em;
}
.MODULE_RM #s800d-employeesList .comment-block .shareComment .btn-primary { padding:2px 10px; }
.MODULE_RM #s800d-employeesList .comment-block .shareComment {margin-bottom:5px;}

/*-- summaryCard icons --*/
.MODULE_RM #s800d-employeesList .tdSummaryCardLeft .card-action-column a span {
    width: 24px;
    color:#FFF;
    padding: 5px 6px 4px 6px;
    vertical-align: middle;
}
.MODULE_RM #s800d-employeesList .tdSummaryCardLeft .card-action-column i.fa.fa-skype {
    font-size: 16px;
}
/*-- Commentaires --*/
.MODULE_RM #s800d-employeesList .comment-description{ padding-left: 55px; padding-right:10px;}
.MODULE_RM #s800d-employeesList .s800d-evalComment.img {
     background-size: cover!important;
     width: 55px;
     height: 55px;
     overflow: hidden;
     position: absolute;
     left: 5px;
     top: 5px!important;
     border-radius: 50%!important;
}
.MODULE_RM #s800d-employeesList .comment-block {
    max-height: 300px;
    overflow-y: auto;
}

/*-- Tableau--*/
.MODULE_RM #content tbody#scrollBody td { background-color: #fff;}
.MODULE_RM #s800d-employeesList .fixed {top: 78px!important;}
.MODULE_RM #s800d-employeesList table.synthese-table > tbody > tr > td { border-color:transparent!important;}
.MODULE_RM #s800d-employeesList table.noScrollTableContainer > thead > tr:first-child > td { font-size:16px; padding:10px 0; border:0;}
.MODULE_RM #s800d-employeesList table.noScrollTableContainer > thead > tr > td#header0  { background-color:#1ca8dd; color:#fff;}
.MODULE_RM #s800d-employeesList table.noScrollTableContainer > thead > tr > td#headerDonneeCollab  { background-color:#9f86ff; color:#fff;}
.MODULE_RM #s800d-employeesList table.noScrollTableContainer > thead > tr > td#headerDonneesRemu  { background-color:#1bc98e; color:#fff;}
.MODULE_RM #s800d-employeesList table.noScrollTableContainer > thead > tr:not(:first-child) > td:not(.tdSummary):not(.empty-col)  {
  font-size:13px!important;
  color:#fff!important;
  border-color:#cecece!important;
  background-color:#666!important;
  border-right:0!important;
  border-top:0!important;
  border-bottom:0!important;
  vertical-align: middle!important;
  padding: 2px 5px;
  line-height: 16px!important;
}
.MODULE_RM #s800d-employeesList table { border-color:transparent!important;}
.MODULE_RM #s800d-employeesList table .tr-empty { height: 15px;}
.MODULE_RM #s800d-employeesList table.noScrollTableContainer .tr-empty > td,
.MODULE_RM #s800d-employeesList table.noScrollTableContainer.fixed-column .tr-empty { border:0!important; background-color:transparent!important;}
.MODULE_RM #s800d-employeesList table.noScrollTableContainer td {
  border-right:0!important;
  border-color: #dadada!important;
}
/*.MODULE_RM #s800d-employeesList table.noScrollTableContainer { border-collapse: collapse!important;}*/
.MODULE_RM #s800d-employeesList table.noScrollTableContainer td.subcell {border-top: 1px solid #dadada!important; border-right:1px solid #dadada!important; }

.MODULE_RM #s800d-employeesList table.noScrollTableContainer.fixed-column { background-color:rgba(255,255,255,.85)!important;}
.MODULE_RM #s800d-employeesList table.noScrollTableContainer.fixed-column thead { height: 95px!important; background-color: #fff!important;}

.MODULE_RM #s800d-employeesList table.noScrollTableContainer td.empty-col { background-color:transparent!important; border-color:transparent!important; padding-left:15px;}

.MODULE_OP #divP010EmpEval .modal-content{background-color:rgba(255,255,255,.99);}

/*---- mantis 1512038 ---
.ITEM-component-controller-performance-c_p100,
.ITEM-component-controller-performance-c_p100 #content,
.ITEM-component-controller-performance-c_p100 #content .container{ background-color:transparent !important;} */

.modalInPage { position: static;display: inline;left:0;right:0;}
.modalInPage .modal-content { border:0;box-shadow: none;}
.modalInPage .modal-body { padding:0;}
.main-nav-opened .modalInPage {display: none;}
.main-nav-closed .modalInPage {display: inline;}

/*-- champs editables dans tableau --*/
.MODULE_RM #s800d-employeesList table.noScrollTableContainer .form-control.AmountPercent {display: inline-block;width: 78%; margin-right:0px;}

.MODULE_RM #s800d-employeesList .table-overview {border:0px;}

/*-- Formulaire Remuneration --*/
#frmFicheIndividuelle a.link_bl:hover {  color:gray;}
#frmFicheIndividuelle .col-12.content .table-responsive { padding-bottom:5px;}
#frmFicheIndividuelle .link_bl h2.TM_titlePage { padding-top:0px;}
#frmFicheIndividuelle .date-effet,
#frmFicheIndividuelle .salary-montant,
#frmFicheIndividuelle .pct_augmentation { width:180px;}

#frmFicheIndividuelle .form-control.amount,
#frmFicheIndividuelle .form-control.AmountPercent { display: inline-block; width:85%; margin-right:10px;}

/*-- Filtres recherche --*/
.MODULE_RM.compensation-c800c .TM_cSearchField_label:before,
.MODULE_RM.compensation-c800c .TM_cSearchField_label_open:before { display:none;}
.MODULE_RM.compensation-c800c .TM_cSearchField_label label,
.MODULE_RM.compensation-c800c .TM_cSearchField_label_open label {
      font-family: "roboto_condensedbold", Arial, Helvetica, sans-serif!important;
      font-size: 16px;
      font-weight: normal!important;
      color: #666666!important;
      letter-spacing: 0px;
      line-height: 24px;
}
.MODULE_RM.compensation-c800c .TM_cSearchField_label {padding-top: 15px!important;}
.MODULE_RM.compensation-c800c .TM_cSearchField_open { border-bottom:0px!important; }
.MODULE_RM.compensation-c800c .TM_cSearchField_open > td {
  border-bottom:0px!important;
  border-top:1px solid #d9d9d9!important;
  padding-top:15px!important;
  padding-bottom:15px!important;
}


/**************** Recruitment Follow-up *****************/
table#workflowTable thead a {
	color: #000000!important;
    text-decoration: none;
}

table#workflowTable thead tr th> div:not(.show-tick) ul li.selected a {
	color:#fff!important;
}

table#workflowTable thead a:hover {
	color:#fff!important;
    text-decoration: none;
}
/**************** Recruitment Follow-up *****************/






/**************** Fiche collaborateur *******************/
body.MASTERPAGE_FRAME.MODULE_MN_USER.SCH_USER_SUB_MENU > #wrapper > #content > .container,
body.MASTERPAGE_FRAME.ITEM-admin-management-dynaform-d001 > #wrapper > #content > .container {
	background-color: #f0f5fa;
}

body #dynMasterTable .form-group .col-12 > label.col-form-label {
   /* padding-top:15px!important; */
    padding-bottom:2px;
}

body.MASTERPAGE_FRAME.MODULE_MN_USER.SCH_USER_SUB_MENU:not(.PAGE_D001) > #wrapper > #content > .container {
  padding-left: 15px;
  padding-right: 15px;
}

#dynMasterTable H3.TM_titlePage a .title-text {
	font-size: 18px;
}

/*-- entetes --*/
#dynMasterTable H3.TM_titlePage a .title-text span { font-size:15px; margin-right:5px;  }
body.MASTERPAGE_FRAME.MODULE_MN_USER.SCH_USER_SUB_MENU DIV.TM_titlePage-directive { font-size:13px; margin-bottom:15px; padding-left:5px;}
#dynMasterTable H3.TM_titlePage .plusIconStyle { margin-top: 10px;}
#dynMasterTable H3.TM_titlePage .glyphicon-play-circle { display: none;}

#v6_subcontent > #employeeFileSection > .container {
	padding-left: 5px;
}

/*--profil--*/
#C110Portal .card >.card-header {
	background-color:#fff;
	border:0;
    padding: 1px 0px;
}

#C110Portal .card { border:0;}

#C110Portal .card >.card-header H4.TM_titlePage a:first-child span {
	font-size: 18px;
	line-height: 35px;
  margin-left: 15px;
}

#C110Portal .card >.card-header H4.TM_titlePage a:last-child  {
	margin:5px;
}


#dynMasterTable .TM_titlePage .title-text .glyphicon-play-circle.instance{
	display:inline-block;
	transform:initial;
}

/*
#dynMasterTable .TM_titlePage {
	border-bottom: 1px solid #e5e5e5 !important;
}
*/

#dynMasterTable .card-body{
	border-color: #ddd;

}
/*
#dynMasterTable .TM_DYN_CONTAINER{
	border: 1px solid #ddd;
	line-height: 30px;
	height:44px;
	padding: 7px;
}

#dynMasterTable span.TM_DYN_DELETE_LINK{
	float:right;
}

#dynMasterTable .list-group-item .section_fields{
	border-left: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
	padding-top: 10px !important;
}
*/
#dynMasterTable .list-group-item{
	padding:0px;
}

#dynMasterTable .deleted-button, .TM_DYN_DELETE_LINK .deleted-button{
	color:#f34541;
}

#dynMasterTable .d001-panel-heading{
	border: 1px solid #ddd !important;
	background-color: #f5f5f5;
}

#divCareer #dynMasterTable .section_fields {
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
}

#dynMasterTable .section_fields.no-padding{
	padding-top:15px !important;
}

#dynMasterTable H3.TM_titlePage{
	border-bottom:none;
}

#dynMasterTable .d001-panel-heading H3.TM_titlePage a .title-text{
	margin-left:0px;
}

#dynMasterTable  .d001-panel-title .TM_DYN_DELETE_LINK{
	line-height:55px;
	white-space: nowrap;
}

#dynMasterTable .d001-bloc-separator{
	margin-bottom:15px;
}

#div-no-info-training-wish, #div-no-info-action-plan{
	padding-top: 10px;
    padding-bottom: 20px;
}



#dynMasterTable  h3.TM_DYN_TITLE {
	border-bottom: 1px solid #e5e5e5 !important;
}

body.MODE_NORMAL.PAGE_J410 #dynMasterTable [id^=trINFOCV] .form-field > div > div {
  text-align:left!important;
}

/*file upload button*/
body.MODE_NORMAL .d-collab .file-upload-container .fileUpload{
	margin-left:10px;
}
body.MODE_NORMAL .d-collab .attachmentfile_row{
	margin-left:0px;
}

body.MODE_NORMAL .d-collab .card-body .col-12.col-md-4,
.d-collab .card-body .col-12.col-md-8.form-field {
    padding-left:5px;
}

body.MODE_NORMAL .d-collab .card-body {
    padding-left:0px
}

#opCurrentSectionsContent {
    background-color: #f0f5fa;
	padding: 15px;
}

#opCurrentSectionsContent #divEmployeeProfile
, #opCurrentSectionsContent .TM_titlePage-container
, #opCurrentSectionContent
, #divCmcEval{
	margin-top: 10px;
}

#divObjEval .card >.card-header
, #div_container_body_obj_eval .card >.card-header
, #divFuturObj .card >.card-header{
	background-color: #FFF;
	border-bottom-color: #FFF;
}

.div_op_category_body .p130c .cke_chrome
, .div_op_category_body .p130c  .form-control{
	border-color:#FFF !important;
}

.div_op_category_body .row.p130c {
    background-color: #f0f5fa !important;
}

#div_container_body_obj_eval .obj-table .header,
#div_container_body_future_obj .obj-table .header {
    background-color: #666 !important;
    color: #fff !important;
}
#div_container_body_obj_eval .obj-table .header label,
#div_container_body_future_obj .obj-table .header label {
    font-weight:normal;
}

#opCurrentSectionsContent .container{
	padding-left:15px !important;
	padding-right:15px !important;
}

/*
#opCurrentSectionsContent div.clearfix.container { 
  padding-left:0!important; 
  padding-right:0!important;
}*/

#divCareer .d-collab.card {
    padding-right: 10px;
}

#opCurrentSectionsContent a.tmui.icon-close.btn.btn-danger.deleteIconStyle {
    font-size: 20px !important;
}

#divDevPlan .TM_DYN_DELETE_LINK{
	white-space: nowrap;
	padding-top: 7px;
}


.p130.op-file-attachment-text, .attachment.TM_DYN_DELETE_LINK{
	padding-top: 14px;
    float: left;
}

#action-plan-container, #training-wish-container{
	margin-bottom:15px;
	margin-top:15px;
}

#divCareer .card-body .list-group span.TM_DYN_DELETE_LINK{
	float:right;
}

body.PAGE_J027.FROMCRH #v6_subcontent { padding-left:0px;padding-right:0px;}
body.PAGE_J027.FROMCRH #v6_subcontent #C110Portal H4.TM_titlePage { margin-left:15px;}

body.PAGE_J027.FROMCRH #v6_subcontent #dvNavigation { margin:10px 0px 15px 0px!important; width:100%;}
body.PAGE_J027.FROMCRH #v6_subcontent #dvNavigation .tm-element-content-main { padding:8px 15px 5px 0px!important;}

body.PAGE_J027.FROMCRH #v6_subcontent #dvC110BeforeButton-box,
body.PAGE_J027.FROMCRH #v6_subcontent #dvcandidateHistoric { background-color:#fff; padding:0px 15px 15px 15px;}

body.PAGE_J027.FROMCRH #v6_subcontent #RE_CANDIDATEFILE_FOLLOWUP_CONTENT { background-color:#fff; padding:15px 15px 15px 0px;}

button.cmcSelectbtn {
    background-color: transparent!important;
    border-color: transparent!important;
}

button.cmcSelectbtn:hover {
    text-decoration: underline;
}

#frm_dynamic .button-box {  padding-bottom: 30px;}

/**************** Fin fiche collaborateur ***************/

/*************** Site Carrière interne ******************/
body.MODE_NORMAL.PAGE_C_J300 .smartassistant.card-group > .card,
body.MODE_NORMAL.PAGE_C_J300 #jobrecommendation {
	border:none!important;
	border-radius:0!important;
	box-shadow: none!important;
	border-color:transparent!important;
}
body.MODE_NORMAL.PAGE_C_J300 #_jobsearch {
	box-shadow: none!important;
}
body.MODE_NORMAL.PAGE_C_J300 #joblistresult {
  padding-right: 15px;
}
body.MODE_NORMAL.PAGE_C_J300 .jobmapTitle .listheader {padding-bottom:15px;}

body.MODE_JOBS.PAGE_C_J160 #frmCMC label,#jobalert small label  {
    font-family: 'montserrat_regular', Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    line-height: 46px;
    font-weight:normal;
}
body.MODE_JOBS.PAGE_C_J160 #frmCMC label[for=chkJob] {
    font-size: 15px!important;
    line-height: 24px!important;
    padding: 10px 0 10px 0;
}

#g520Content .ga_step{
    padding: 4px;
    margin-bottom: 10px;
}

#g520Content .ga_step-active{
    padding: 4px;
    margin-bottom: 10px;
    border-color: lightgreen;
    border-width: 3px;
    border-style: double;
    border-radius: 10px;
}

body.IFRAMENAVIGATION.MASTERPAGE_FRAME.GUIVERSION_1.SCH_USER_SUB_MENU #arianne { display:none;}

.JobListchkJob{
    display:inline;
}

.disawait_padding
{
   padding-right:5px;
}
.disawait_padding:empty
{
    display:none;
}
#reInactiveInfo{
    background-color:#fff;   
    text-align:center;
    display: block;   
    padding-top: 0px;
    padding-bottom: 10px;
              
}
#reInactiveInfo #reInactiveInfoMSG1 #reInactiveInfoMSGIcon{
    position:relative;
    font-size:30px;
    top:15px;
} 
#divResultsJ300 table.tblGen tr.tblStripingEven td, 
#divResultsJ300 table.tblGen tr.tblStripingOdd td {
    height: 45px!important;
}








/******************************************************************************************/
/********************************** RECHERCHE AVANCEE PV **********************************/
/******************************************************************************************/

/*-- SEARCH BAR --*/


/*-- INPUT TXT FIELD CLEAR CROSS FOR IE10+ --*/
input[type=text]::-ms-clear {
	display: block!important;
}

body .cockpitrh .dashboard-master .searchbar p.title span { color:#999999; font-size:16px;} 
body .cockpitrh .dashboard-master .searchbar button.btn.msearchdd {color: #666!important;} 
body .cockpitrh .dashboard-master .searchbar button.btn.msearch {color: #fff!important; background-color:#666!important;} 
body .cockpitrh .dashboard-master .searchbar button.btn.msearch:active,
body .cockpitrh .dashboard-master .searchbar button.btn.msearchdd:active,
body .cockpitrh .dashboard-master .searchbar button.btn.msearch:hover, 
body .cockpitrh .dashboard-master .searchbar button.btn.msearchdd:hover {color: #666!important; background-color:#ddd!important;} 
body .cockpitrh .dashboard-master .sortmenu { color:#999999; font-size: 11px;padding: 5px 5px 0 5px;}
body .cockpitrh .dashboard-master .sortmenu label { font-weight: normal;margin-bottom: 0; }
body .cockpitrh .dashboard-master .sortmenu .sortmenu-selected { color:#000000; }
body .cockpitrh .dashboard-master .msearchdd .searchoptions > .fa,
body .cockpitrh .dashboard-master .msearchdd .searchoptions > .far,
body .cockpitrh .dashboard-master .msearchdd .searchoptions > .fas { color:#FFFFFF; }

/*-- SEARCH BAR / button bar --*/
body .cockpitrh .dashboard-master > .row > div:last-child { padding: 0;}

/*-- MODE IFRAME -- Recherche Collaborateur / Suppression bordure et padding --*/ 
body #searchpopupSCH_USER.fullscreen .modal-body-framed { padding-top: 0;padding-bottom: 0; }

body.IFRAMENAVIGATION.PAGE_C_GETINTERFACE { overflow: hidden; }
body.IFRAMENAVIGATION .cockpitrh .dashboard-master .searchbar {border: 1px solid #dfe7ed !important;}
body.IFRAMENAVIGATION .webpart.cockpitrh { box-shadow: none; }

/************************** SECTION FILTRES RECHERCHE AVANCEE *****************************/
/******************************************************************************************/
body .webpart.cockpitrh .dashboard-container div[data-widgetcode='c_sqlfilterlist'] .grid-stack-item-content { margin-left:0!important;}
body:not(.IFRAMENAVIGATION) .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .navbar-light {
	background-color: #fff!important;
	border-top: 3px solid #FFB400!important;
}
body.IFRAMENAVIGATION .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .navbar-light {
	margin:0px!important;
}
/*-- Correction couleur placeholder du bloc de recherche --*/
body .webpart.cockpitrh .dashboard-container .list-group[data-type='v_sqlfiltersaved'] input.searchinput:-moz-placeholder,
body .webpart.cockpitrh .dashboard-container .list-group[data-type='v_sqlfilterview'] input.searchinput:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff !important;
}
body .webpart.cockpitrh .dashboard-container .list-group[data-type='v_sqlfiltersaved'] input.searchinput::-moz-placeholder,
body .webpart.cockpitrh .dashboard-container .list-group[data-type='v_sqlfilterview'] input.searchinput::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff !important;
}
body .webpart.cockpitrh .dashboard-container .list-group[data-type='v_sqlfiltersaved'] input.searchinput:-ms-input-placeholder,
body .webpart.cockpitrh .dashboard-container .list-group[data-type='v_sqlfilterview'] input.searchinput:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff !important;
}
body .webpart.cockpitrh .dashboard-container .list-group[data-type='v_sqlfiltersaved'] input.searchinput::-webkit-input-placeholder,
body .webpart.cockpitrh .dashboard-container .list-group[data-type='v_sqlfilterview'] input.searchinput::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff !important;
}

/*-- zone titre et icones --*/
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .navbar-light .crh-padding-w.crh-cell { padding-left:20px;}
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .navbar-light .title{
	font-size: 28px!important;
	font-weight:normal!important;
	color: #313131!important;
	letter-spacing: 0px;
	text-transform:none!important;
	line-height: 30px;
	padding-top: 12px!important;
	/* padding-bottom: 15px; */
}
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] #navbarsqlfilterlist > .navbar-right .bttitle {line-height: 20px;padding-top: 17px;}
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] #navbarsqlfilterlist > .navbar-right .bttitle .subtitle {
    font-size:14px!important;
}
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] #navbarsqlfilterlist > .navbar-right .bttitle:not(.subtitle) {
   font-size:20px!important; 
}
@media(max-width:991px){
    body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .navbar-light .title .crh-bt-back-mobile p {margin-top: -10px;margin-left: 5px;}
    body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .navbar-light .title { padding-top: 8px!important;}
}
@media(max-width:767px){
    body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] #navbarsqlfilterlist {
        text-align: left;
        margin-left: 20px;
    }
}
@media(max-width:430px){
    body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .navbar-light .title{ font-size: 20px!important;   }
    body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .navbar-light .title .crh-bt-back-mobile p {margin-top: -3px;}
    body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .navbar-light .crh-padding-w.crh-cell { padding-left:0;}
}
/*-- zone filtres --*/
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content >.row { margin-top:10px!important; margin-left:10px!important;}

/*- titres -*/
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .panel-category > .card-header:first-child { margin-bottom:5px;}

body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .panel-category > .card-header:first-child h3.card-title {
	font-family: "droid_sansbold", Arial, Helvetica, sans-serif!important;
	font-size: 19px!important;
	font-weight:normal!important;
	color: #313131!important;
	letter-spacing: 0px;
	text-transform:none!important;
	text-align: left;
}

body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .panel-category > .card-body .card-header { padding-top:0!important;}
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .panel-category > .card-body .card-header > .card-title .loadrefdata { margin-left:10px;}

body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .panel-category > .card-body .card-header .tmui { font-size: 14px!important; color: #999!important;}

body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .panel-category > .card-body .card-header .card-title:not(.tmui) { font-size: 16px!important;}
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .panel-category > .card-body .card-header .card-title .loadrefdata > span { font-size:16px!important;}


/*--- Elements selectionnes --*/
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .panel-category > .filterloaded .form-group .alert-selected {
  background-color: #fff!important;
  border: 1px solid #dadada!important;
  color: #999!important;
}

body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .panel-category > .filterloaded .form-group .alert-selected .close {
	position:absolute;
	top:-7px;
	right:-16px;
}

.datetimepicker{
 position:relative;
}
.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour{
 position: absolute;
 left:100%;
 transform:translateX(-105%);
 transition: all ease 2s;
}
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .card:not(.formtype_TEXT) > .card-body.animfadein.collapse.in, 
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .card:not(.formtype_TEXT) > .card-body.animfadein.collapsing {
    background-color: #F3F3F3!important;
    padding:10px 10px 5px 10px!important;
}
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .formcontainer .input-group.datetimepicker .form-control,
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .formcontainer .input-group.timepicker .form-control,
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .formcontainer .input-group.datetimepicker .input-group-append,
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .formcontainer .input-group.timepicker .input-group-append,
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .formcontainer input[type=text].form-control,
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .formcontainer input[type=number].form-control { 
    background-color:#fff!important;
    border:0;
}
/*--- Checkbox --*/
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .card-body .form-check-inline label.checkboxAlignment { font-weight:normal; margin-bottom:0; }

body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-lg-4 .card-body .form-check-inline:first-child { padding-left: 0;}
/*--- Liste collaborateur ---*/

/*-- SEARCH BAR / TRI --*/
body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .dashboard-master > .row > div.sortmenu { padding: 4px 0px 2px 0px;}
body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .dashboard-master > .row > div.sortmenu label { margin-bottom:5px;}


body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_jplist'] .crh-item-def {
    background-color:#f0f5fa!important;
}

body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_jplist'] .crh-item-def:hover,
body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_jplist'] .crh-item-def.active,
body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_jplist'] .crh-item-def.focus {
    background-color:#fff!important; 
} 

body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_jplist'] .crh-item-def .list-group[data-type='v_jplist'] .crh-item-def {
    background-color:#fff!important;
	color:#000;
}

body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_jplist'] .crh-item-def .list-group[data-type='v_jplist'] .crh-item-def:hover,
body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_jplist'] .crh-item-def .list-group[data-type='v_jplist'] .crh-item-def:active,
body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_jplist'] .crh-item-def .list-group[data-type='v_jplist'] .crh-item-def:focus,
body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_timeline'] .crh-item-header,
body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_keyvalue'] .crh-item-header,
body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_timeline'] .widget,
body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_keyvalue'] .widget,
body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_chart2'] .crh-item-header,
body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_chart'] .crh-item-header,
body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_jplist'] .crh-item-def .list-group[data-type='v_jplist'] .crh-item-def.active {
    background-color:#f0f5fa!important;
}

body .webpart.cockpitrh .dashboard-master-container[data-code='sch_user'] .grid-stack-item[data-widgetcode='c_jplist'] .crh-item-def .list-group[data-type='v_jplist'] .crh-item-def.formenu .fa-chevron-right:before {
    content: '\f054';
    display: inline-flex;
    height: auto;
    width: auto;
    border: 0px;
    border-top: none;
    border-right: none;
    margin-right: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

body .webpart.cockpitrh .dashboard-master-container[data-code="CAND"] .widget[data-linkcode='c200j'] .cart .subbreperage .flagged { vertical-align: top; margin-top: -1px;}
body .webpart.cockpitrh .dashboard-master-container[data-code="CAND"] .widget[data-linkcode='c200j'] .cart > div { padding-left: 0;}

body .webpart.cockpitrh .dashboard-master-container[data-code="CAND_KBR"] .widget[data-linkcode='c200j'] .cart .subbreperage .flagged { vertical-align: top; margin-top: -1px;}
body .webpart.cockpitrh .dashboard-master-container[data-code="CAND_KBR"] .widget[data-linkcode='c200j'] .cart > div { padding-left: 0;}

/********* recherche avancee / filtres **********/
.dashboard-container .crh-item-but .btnreset,
.dashboard-container .crh-item-but .btnsavefilteras,
.dashboard-container .crh-item-but .btnapply,
.dashboard-container .crh-item-but .btnAddFilter,
.dashboard-container .crh-item-but .btnsavefilter,
.dashboard-container .crh-item-but .btnUndoAddFilter,
.dashboard-container .crh-item-but .btnConfirmAddFilter,
.dashboard-container .crh-item-but .btnDeleteFilter {
	background-color: #FFA800 !important;
  	border-color: #FFA800 !important;
  	border-radius:0!important;
  	height:30px!important;
}
.dashboard-container .crh-item-but .btnreset:hover,
.dashboard-container .crh-item-but .btnsavefilteras:hover,
.dashboard-container .crh-item-but .btnapply:hover,
.dashboard-container .crh-item-but .btnAddFilter:hover,
.dashboard-container .crh-item-but .btnsavefilter:hover,
.dashboard-container .crh-item-but .btnUndoAddFilter:hover,
.dashboard-container .crh-item-but .btnConfirmAddFilter:hover,
.dashboard-container .crh-item-but .btnDeleteFilter:hover {
	background-color: #FF9500 !important;
  	border-color: #FF9500 !important;
  	border-radius:0!important;
  	height:30px!important;
}
.dashboard-container .crh-item-but .btnreset .crh-row .crh-cell span,
.dashboard-container .crh-item-but .btnsavefilteras .crh-row .crh-cell span,
.dashboard-container .crh-item-but .btnapply .crh-row .crh-cell span,
.dashboard-container .crh-item-but .btnAddFilter .crh-row .crh-cell span,
.dashboard-container .crh-item-but .btnsavefilter .crh-row .crh-cell span,
.dashboard-container .crh-item-but .btnUndoAddFilter .crh-row .crh-cell span,
.dashboard-container .crh-item-but .btnConfirmAddFilter .crh-row .crh-cell span,
.dashboard-container .crh-item-but .btnDeleteFilter .crh-row .crh-cell span {
	color: #fff !important;
  font-family: "roboto_condensedregular", Arial, Helvetica, sans-serif!important;
  font-size:13px !important;
  text-transform:uppercase !important;
  letter-spacing: 1px;
}
.dashboard-container .crh-item-but .btnreset .crh-row .crh-cell,
.dashboard-container .crh-item-but .btnsavefilteras .crh-row .crh-cell,
.dashboard-container .crh-item-but .btnapply .crh-row .crh-cell,
.dashboard-container .crh-item-but .btnAddFilter .crh-row .crh-cell,
.dashboard-container .crh-item-but .btnsavefilter .crh-row .crh-cell,
.dashboard-container .crh-item-but .btnUndoAddFilter .crh-row .crh-cell,
.dashboard-container .crh-item-but .btnConfirmAddFilter .crh-row .crh-cell,
.dashboard-container .crh-item-but .btnDeleteFilter .crh-row .crh-cell { padding-top:6px!important; padding-bottom:6px!important; }

/**************************************************************************/
/*--- mantis 1914537 // Correction mise en page entretien ---*/
#opCurrentSectionsContent #divCareer #dynMasterTable > .row > [class^=col-] > .d-collab.card { 
    padding-left: 15px!important; 
    padding-right: 0px!important;
}		
#opCurrentSectionsContent div.clearfix.container { padding-left:15px!important; padding-right:15px!important;}	
#opCurrentSectionsContent #divCareer #dynMasterTable > .row > [class^=col-] > .d-collab.card .section_fields { padding-left:15px!important; }
#opCurrentSectionsContent #divObjEval div.clearfix.container { padding-left:0px!important; padding-right:0px!important;}
	
#opCurrentSectionsContent #divGlobalPerf .op_global_perf_scale,
#opCurrentSectionsContent #divGlobalPerf .global_perf {margin-top: 0;}
/*#opCurrentSectionsContent #divGlobalPerf .global_perf+.op_global_perf_scale {margin-top:0px;}*/

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}
.tm-mail-action-status{
	font-family: Arial, Helvetica, sans-serif !important;
}


/*-- mantis 1958963-*/
#opCurrentSectionsContent .row .col-12.col-md-3.col-lg-2 + .col-12.col-md-9.col-lg-10 { padding-top:  7px;} 
/*--fin mantis 1958963-*/

/******************* VIDEO RECORDER ********************/
.quizzTable [id^="videoinput_"] > img { width: 100%;}
.quizzTable [id^="videoinput_"] > .errorMessage { color: red;} 
.quizzTable .videoPlayer, 
.quizzTable [id^="videoinput_"] > div > video {
		width:100%;
		height:100%;
		border-radius: 5px;
		box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.2), 0px 5px 14px 1px rgba(0,0,0,0.14), 0px 4px 18px 3px rgba(0,0,0,0.12);
}

.quizzTable .videoPlayerAudio{
    display: none;
}

.quizzTable .playBtnContainer {
    position: absolute;
    width: calc(100% - 15px);
    height: calc(100% - 21px);
    top: 0px;
    border-radius: 5px;
}
.quizzTable .playBtnContainer:hover,
.quizzTable .div_answer .recordBtnContainerElement {
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 1%, rgba(0,0,0,0) 27%, rgba(0,0,0,0) 76%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0) 27%,rgba(0,0,0,0) 76%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0) 27%,rgba(0,0,0,0) 76%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

}
.quizzTable .playBtn {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
}
.quizzTable .playIconBtnContainer {
    width: 90px;
    height: 90px;
    line-height: 96px;
}
.quizzTable .playBtn > span i.fa-circle-thin {
    color: rgba(255,255,255,.8);
    font-size: 96px;
}
.quizzTable .playBtnContainer:hover .playBtn > span i.fa-circle-thin {
    color: rgba(255,255,255,.25);
}

.quizzTable .playBtn > span i.fa-play{
    font-size: 40px;
    margin-left: 3px;
    color: white;
}
.quizzTable .row div[class*="col-"].div_answer {
	padding-left: 0;
	margin-left: 15px;
}
.quizzTable .div_answer > div > div.videoPlayerContainer,
.quizzTable .div_answer .pleaseWaitContainer,
.quizzTable .div_answer .recordBtnContainerElement {
	width:100%;
	height:100%;
	
}
.quizzTable .div_answer .pleaseWaitContainer {
	width: calc(100% - 15px);
	height: calc(100% - 21px);
	background-color: rgba(0,0,0,.8);
	position: absolute;
	top: 0px;
	border: 1px solid #ccc;
	text-align: center;
}
.quizzTable .div_answer .pleaseWaitContainer > span{
	color: white;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.quizzTable .recordBtnContainer {
    padding-top: 15px;
}
.quizzTable .placeholderContainer img {
	width:100%;
	height:100%;
	border-radius: 5px;
  overflow: hidden;
}
.quizzTable .div_answer .recordBtnContainerElement {
	background-color: rgba(0,0,0,.8);
	position: absolute;
	width: calc(100% - 15px);
	height: 50px;
	top: calc(100% - 72px);
}
.quizzTable .div_answer .recordBtnContainerElement > button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
	outline: none;
	margin: auto;
	width: 100%;
	height: 100%;
	text-align: center;
}
.quizzTable .div_answer .recordBtnContainerElement > button > .fa-stack {
	margin-top:-5px;
}
.quizzTable .div_answer .recordBtnContainerElement > button  > span i.fa-circle {
	color: red;
	font-size: 20px;
	margin-left: 1px;
	margin-top: 4px;
}
.quizzTable .div_answer .recordBtnContainerElement > button  > span i.fa-stop {
	color: white;
	font-size: 16px;
	margin-left: 1px;
	margin-top: 3px;
}

.quizzTable .div_answer .recordBtnContainerElement > button  > span i.fa-circle-thin {
  color: rgba(255,255,255,.25);
  font-size: 38px;
}
.quizzTable .div_answer .recordBtnContainerElement .timeLeft {
	color: white;
	margin: auto;
	width: 100%;
	height: 100%;
	text-align: right;
	position: absolute;
	pointer-events:none;
	top: 0;
	left:0;
	padding-right: 20px;
	padding-top:15px;
}
/****************** END VIDEO RECORDER *****************/
.tm-mail-action-status{
	font-family: Arial, Helvetica, sans-serif;
}

/*--- mantis 2145417 / Ajout des styles manquants étant définits auparavant dans allcss-migration ---*/
.newsH1{
font-weight:bold;
font-size:32px;
}
.newsH2{
font-weight:bold;
font-size:24px;
}
.newsH3{
font-weight:bold;
font-size:18px;
}
.newsH4{
font-weight:bold;
font-size:16px;
}
.newsH5{
font-weight:bold;
font-size:13px;
}
.newsH6{
font-weight:bold;
font-size:10px;
}
/*--- fin mantis 2145417 ---*/

/*--- mantis 2166985 - Recruiter Supporting Documents History (wrap long words)---*/
table.tblGen.tblHistoric {
	background-color: #fff;
	table-layout: fixed;
}

table.tblGen.tblHistoric tbody td {
	word-wrap: break-word;	
}
/*--- fin mantis 2166985 ---*/

.simpleList {
    list-style-type:none;
    margin: 0;
    padding: 0;
}
.simpleList li{
    height: 25px;
}
#lblchkMLEmployeeStatus{
    padding-left:10px;
}

#tabNeedToTraited select#header_sel_decision,
#tabNeedToTraited select[id^=sel_decision_],
#tabNeedToTraitedColl select#header_sel_decision,
#tabNeedToTraitedColl select[id^=sel_decision_] {
    max-width: 200px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
#msgie { 
	width:100%;
	text-align:center;
	background-color: #F6B409;
	font-family: Roboto,sans-serif;
	padding:6px;
}
#msgie i { 
	float:right;
	margin-top: -3px;
	cursor: pointer;
}

/*-- AJUSTEMENT NOUVEAU CATALOGUE--*/
body.PAGE_C_C900 header .navbar, 
body.PAGE_C_C900 header .user-menu a { border-bottom: 1px solid #E4E4E4 !important; }

body.PAGE_C_C900.MASTERPAGE_DEFAULT #wrapper,
body.PAGE_C_C900.MASTERPAGE_CONTEXTMENU #wrapper { background-color: #fff;}
body.PAGE_C_C900.MASTERPAGE_DEFAULT section#content > .container, 
body.PAGE_C_C900.MASTERPAGE_CONTEXTMENU section#content > .container { padding-left: 0; padding-right:0;}
body.PAGE_C_C900.MASTERPAGE_DEFAULT section#content, 
body.PAGE_C_C900.MASTERPAGE_CONTEXTMENU section#content { margin-top:0 !important;}

body.PAGE_C_C900.MASTERPAGE_DEFAULT section#content .v6_content-withmenu, 
body.PAGE_C_C900.MASTERPAGE_CONTEXTMENU section#content .v6_content-withmenu { background-color:#fff;}

body.PAGE_C_C900.CONNECT_1:not(.IFRAMENAVIGATION):not(.MASTERPAGE_FRAME):not(.PAGE_C_C200):not(.PAGE_C_DASHBOARD) section#content > .container > #v6_subcontent { padding:0;}

/**** homepage widget ***/
body.PAGE_C_HOMEPAGE #searchnewcatalog .box-content { padding: 10px 0;}
body.PAGE_C_HOMEPAGE #_MYTRAINING_SA_NOUVEAUTEcarousel .media { margin-bottom:12px;}
body.PAGE_C_HOMEPAGE #_MYTRAINING_SA_NOUVEAUTEcarousel .media img.profilpicture-normal {
	margin: 0 16px 0 8px;
	width: auto;
    height: auto;
}
/*-------------------------------*/


/*--- CORRECTIONS MIGRATION BOOTSTRAP --*/

#main-nav .subnav-menu .nav-link,
li.selectLanguageLogin > ul.dropdown-menu > li.liLanguage,
span#p010d-spanDisplayMode > ul.dropdown-menu > li.dropdown-item {
    padding: 0px;
}

.modal-dialog.modal-dialog-fullscreen {
	display: flex;
	height: 100%;
}

.form-check-label input[type=checkbox]{
	margin-left:-1.1rem;
	margin-top:0.2rem;
}

.form-check input.form-check-input[type=radio], 
.form-check input.form-check-input[type=checkbox] {
    margin: 0;
	margin-left:-1.25rem;
	margin-top:0.1rem;
}

#footer .tm-tab .nav {
	-ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

div#p010-types.tab-menu-pane.custom-tabs.container > div.tm-tab > ul.nav {
	width: 101%; /* 1% de plus empêche que le menu hamburger tombe sur la rangée suivante */
}

:not(th)[class=col],
:not(th)[class*=col-sm-],:not(th)[class*=col-md-],:not(th)[class*=col-lg-],:not(th)[class*=col-xl-],:not(th)[class*=col-xxl-],
:not(th)[class*=col-1],:not(th)[class*=col-2],:not(th)[class*=col-3],:not(th)[class*=col-4],:not(th)[class*=col-5],:not(th)[class*=col-6],
:not(th)[class*=col-7],:not(th)[class*=col-8],:not(th)[class*=col-9],:not(th)[class*=col-10],:not(th)[class*=col-11],:not(th)[class*=col-12] {
	float:left;
}

#bufKeywordsDetails_content .labelMargeTop .col-form-label {
	padding-top : 0px;
}
#bufKeywordsDetails_content .form-group.row {
	display:inline;
}
#bufKeywordsDetails_content .row.labelMargeTop {
	display:block;
}

@media (min-width: 1200px) {
    .PAGE_C_HOMEPAGE #footer .container.custom-tabs {
		padding-left: 15px;
	}
}

.nav-link.dropdown-toggle:after {
	content: none;
}

.dropdown-menu {
	font-size: 14px;
}
.dropdown-menu > li > a {
	padding-top: 3px;
    padding-right: 20px;
    padding-bottom: 3px;
    padding-left: 20px;
}

#MyFeed .dropdown-menu > li.dropdown-item.active > a,
#MyFeed .dropdown-menu > li.dropdown-item.active > a:hover { 
	background-color:transparent !important;
}

body.ITEM-component-controller-management-menuparam-c_m001 div#sectionJstree div.dropdown-menu.show {
	position: unset!important;
	transform: unset!important;
}

body.PAGE_C_DASHBOARD.ITEM-component-controller-section-webpart-c_dashboard.OFFERSEARCH_0.FROMCRH
	div.cockpitrh 
		div[data-code=GA_PROCESSUS] 
			div.list-group-item.crh-item-def.crh-align-left.gaprocess.appended-modal > div.modal.show.fullscreen.modal-ajusted 
{
	display: inline!important;
}

body.PAGE_C_C004 div.mdc-select > label.mdc-floating-label.mdc-floating-label--float-above {
	margin-bottom: 0px;
}

body.PAGE_C_J120 #j120PageContent div.re-bottom-navigation-row div.row,
body.PAGE_O400 #v6_subcontent {
	display: flow-root;
}

body.PAGE_C_P140 div.op-radio-button-list div.list-group {
	display: block!important;
}

body.PAGE_C_I005 div#action-option-list.action-option-tab > ul > li > ul.dropdown-menu {
	top: 30px!important;
}

#user-menu .dropdown-menu.v_header.show {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

#dynMasterTable .d001-panel-title h3.TM_titlePage {
    padding-top: 17px;
    padding-bottom: 17px;
    margin: 0;
}

.dropdown-menu  li.nav-item a.nav-link:hover {
	color:#fff;
}


.fa-twitter-square:before {
	content: "\00a0\00a0\00a0\00a0" !important;
	white-space: nowrap !important;
	background-image: url(../img/common/twitter-x.svg) !important;
	background-repeat: no-repeat !important;
}
fa-twitter-square:hover:before {
	content: "\00a0\00a0\00a0\00a0" !important;
	white-space: nowrap !important;
	background-image: url(../img/common/twitter-x.svg) !important;
	background-repeat: no-repeat !important;
}

.fa-twitter:before {
	content: "\00a0\00a0\00a0\00a0" !important;
	white-space: nowrap !important;
	background-image: url(../img/common/x-twitter-brands-solid.svg) !important;
	background-repeat: no-repeat !important;
}
.fa-twitter:hover:before {
	content: "\00a0\00a0\00a0\00a0" !important;
	white-space: nowrap !important;
	background-image: url(../img/common/x-twitter-brands-solid.svg) !important;
	background-repeat: no-repeat !important;
}

