/******************************************************************************************/
/*********************************** 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-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#robotoregular') 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#robotoregular') 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,
.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;
}

.panel {
    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;
}

@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.panel{

      display:inline-block !important;
      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.panel 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{
      display:block !important;
      margin:0 !important;
      padding:0 !important;
      width: 100%;
      height:99%;
      word-wrap:break-word;
      overflow:visible;

    }

    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;
}

.panel-heading 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; }

.panel-title {
    font-size: 14px;
}
.panel-title> a {
    color: #00acec;
}
#left-sidebar .TM_titlePage {
    font-size : 13px!important;
    margin-top: 5px;
    font-weight : bold;
}

.panel-heading .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;
}

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 {
    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.pull-right:after {
    right: 15px;
    left:auto;
}
.team-member .dropdown-menu.pull-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;
}

/**********************************************************************************************************/
/**************************************** 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 a[data-toggle="dropdown"] {
    white-space: normal;
    vertical-align: middle;
	font-size: 1.2em;
    /*padding: 26px 134px 27px 0px;*/
}
.action-option-tab .badge {
    font-size: 25px;
    border-right: 0;
    cursor: default;
    border-radius: 50px;
    font-weight: normal;
    background-color: #fff;
    margin-top: -6px;
    min-width: 30px;
    min-height: 30px;
    cursor: pointer;
	float: right;
}
.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;
}

.modal .form-horizontal .control-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;
    width: 100%;
    height:100%;
}
.modal-dialog-fullscreen .modal-content {
    height:100%;
}

/*--- 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
    {
        margin: 0px auto;
    }
}

/**********************************************************************************************************/
/**************************************** 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;
}

/**********************************************************************************************************/
/**************************************** 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.fa-files-o {
    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 .panel-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;
}

.panel-body .list-group span.TM_DYN_DELETE_LINK
{
    text-align:inherit;
    float:inherit;
}

.panel-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-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn: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 .control-label + .form-field {
      padding-top: 7px;
      line-height: 35px;
  }
  #dynMasterTable .control-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-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;
}

.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;
}

.panel-body .summary-error-report
{
    display:none;
}

/******************************************************************************************/
/*********************** MODULE *********************************************/
/******************************************************************************************/

/* icones de module sur la hp */
.modulepicture .center-block {
    width : 50px;
}
.modulepicture .block-image {
    width : 76px;
}
.modulepicture .center-block .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; }

#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-xs-1, .PAGE_C_HOMEPAGE .col-sm-1, .PAGE_C_HOMEPAGE .col-md-1, .PAGE_C_HOMEPAGE .col-lg-1, .PAGE_C_HOMEPAGE .col-xs-2, .PAGE_C_HOMEPAGE .col-sm-2, .PAGE_C_HOMEPAGE .col-md-2, .PAGE_C_HOMEPAGE .col-lg-2, .PAGE_C_HOMEPAGE .col-xs-3, .PAGE_C_HOMEPAGE .col-sm-3, .PAGE_C_HOMEPAGE .col-md-3, .PAGE_C_HOMEPAGE .col-lg-3, .PAGE_C_HOMEPAGE .col-xs-4, .PAGE_C_HOMEPAGE .col-sm-4, .PAGE_C_HOMEPAGE .col-md-4, .PAGE_C_HOMEPAGE .col-lg-4, .PAGE_C_HOMEPAGE .col-xs-5, .PAGE_C_HOMEPAGE .col-sm-5, .PAGE_C_HOMEPAGE .col-md-5, .PAGE_C_HOMEPAGE .col-lg-5, .PAGE_C_HOMEPAGE .col-xs-6, .PAGE_C_HOMEPAGE .col-sm-6, .PAGE_C_HOMEPAGE .col-md-6, .PAGE_C_HOMEPAGE .col-lg-6, .PAGE_C_HOMEPAGE .col-xs-7, .PAGE_C_HOMEPAGE .col-sm-7, .PAGE_C_HOMEPAGE .col-md-7, .PAGE_C_HOMEPAGE .col-lg-7, .PAGE_C_HOMEPAGE .col-xs-8, .PAGE_C_HOMEPAGE .col-sm-8, .PAGE_C_HOMEPAGE .col-md-8, .PAGE_C_HOMEPAGE .col-lg-8, .PAGE_C_HOMEPAGE .col-xs-9, .PAGE_C_HOMEPAGE .col-sm-9, .PAGE_C_HOMEPAGE .col-md-9, .PAGE_C_HOMEPAGE .col-lg-9, .PAGE_C_HOMEPAGE .col-xs-10, .PAGE_C_HOMEPAGE .col-sm-10, .PAGE_C_HOMEPAGE .col-md-10, .PAGE_C_HOMEPAGE .col-lg-10, .PAGE_C_HOMEPAGE .col-xs-11, .PAGE_C_HOMEPAGE .col-sm-11, .PAGE_C_HOMEPAGE .col-md-11, .PAGE_C_HOMEPAGE .col-lg-11, .PAGE_C_HOMEPAGE .col-xs-12, .PAGE_C_HOMEPAGE .col-sm-12, .PAGE_C_HOMEPAGE .col-md-12, .PAGE_C_HOMEPAGE .col-lg-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 ***************************/
/******************************************************************************************/

.panel-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.panel-group > .panel-default {
    background-color: #F3F3F3;
    border: 0 none;
    box-shadow: none;
}
.webpart.box > .box-header .title{
  font-size: 18px;
}
.webpart.box > .box-header .title,
.smartassistant.panel-group .panel-title {
    color: #999;
    float: left;
    position: relative;
}
.webpart > .box-header .row {
    margin-top: 10px;
}

.smartassistant.panel-group .glyphicon,
.smartassistant.panel-group i {
    color: #3C3C3C;
}

.smartassistant.panel-group .panel-heading + .panel-collapse .panel-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;}

.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 *[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.panel-group > .panel-default,
.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-sm-2 { width: 16.66666667%; }
    #footer .container.col-sm-10 { width: 83.33333333%; }
}

body.IFRAMENAVIGATION .container {
    width:100%;
}

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;
}
.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th { padding:5px 5px 5px 5px;}
.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>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-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width:1600px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      float: left;
    }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
    .col-lg-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_page.jpg");
    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;
}
/********* 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: 40%;
    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%;}
/*--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 .caret,
body.login .nav a:hover .caret {
    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-md-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;
}

/* 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;
}

#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 {
    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 {
    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.open .user-name-container,
#profile-header-dropdown:hover .user-name-container {
    /*padding-top: 0 !important;--mantis 1467936*/
}

.user-menu.open .user-name,
.user-menu.open .user-position,
#profile-header-dropdown:hover .user-name,
#profile-header-dropdown:hover .user-position {
    display:none!important;
}

.user-menu.open .progress-container,
#profile-header-dropdown:hover .progress-container {
    display:block;
    line-height: 12px;
    font-size: 10px;
}

.user-menu.open .dropdown-toggle,
#profile-header-dropdown:hover.dropdown-toggle {
    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.open > a .user-name-container .user-name,
.contrast-dark header#v_header .navbar > .nav > li.dark.dropdown.open > a .user-name-container .user-position
{
    visibility:inherit !important;
}

.user-name-container .user-position {
    font-size: 12px;
}

.toggle-user-menu {
   font-size: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.open .user-position, .user-menu.open .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 .item {
        height: 300px;
    }
    #tabCommunities .carousel-inner, #tabCommunities .carousel-inner .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 .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.open > a,
header .navbar > .nav > li.open > a:focus,
header .navbar > .nav > li.open > a:active {
    background-color: #f0f5fa;
}

header .navbar > .nav > li .label {
    background: #ffffff;
    color: #f34541;
}

.nav .caret, .nav a:hover .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: transparent;
}

header .navbar > .nav > li.dropdown > .dropdown-toggle .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

header .navbar > .nav > li.dropdown > a:hover .caret, header .navbar > .nav > li.dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

header .navbar > .nav > li.dropdown.open > .dropdown-toggle {
    color: #ffffff;
}

header .navbar > .nav > li.dropdown.open > .dropdown-toggle .caret {
    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-default .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-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-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-btn):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-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-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-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 (min-width: 1200px) {
  .row-lg-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;
  }
}


/* 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.open { background-color: rgba(255, 255, 255, 0.5) !important; }
header #hpedit.open .hpeditclose { display: none; }
header #hpedit.open .hpeditopen { display: inline-block; }
header .hpedit-container { display: none; }

@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:40px;
    }

    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:30px;
    }
}

@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 .open > a, #footer  .nav .open > a:hover, #footer  .nav .open > 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-md-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-bg {
    opacity: 0;
    position: fixed;
    background: rgb(0, 0, 0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1005;
}

#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;
}
#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%;
}

#main-nav .navigation .nav {
    margin-bottom: 0;
}

/* interface menu blanc */
#main-nav .navigation > .nav {
    background: #ffffff;
    width: 300px;
    height: auto;
    min-height: 100%;
}

.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-"] {
    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:-3px;
    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: 10px;
}
.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 {
    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: 13px;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    padding: 0px 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.control-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.panel-group > .panel-default > .panel-heading {
    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 */



}
.panel-heading {
    border-radius: 6px 6px 0px 0px!important;
    padding: 7px 15px;
    border-bottom: 1px solid transparent;
    height:45px; 
    overflow:hidden
}
.panel.panel-default.d-collab>.panel-heading{
  background-color: white;
  border-color: white;
}
.panel.panel-default.d-collab{
  overflow: visible;
  box-shadow: none;
  border: none;
  background-color: #ffffff;
}
form .panel-heading  { height:inherit!important; }
form .panel-heading 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-btn {
    padding: 0px;
    height:27px;
}
 .boxRight >  .input-group > .input-group-btn > .btn {
    height:27px;
    padding: 2px 3px;
    font-size: 11px;
}


.panel-default {
    border-radius: 0px 0px 0px 0px!important;
}


/* Fix KTT - double shadow dans le catalogue de cours */
.smartassistant.panel-group > .panel-default {
    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;
}

.panel-heading  i.tmui,  .panel-heading 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;
}

.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 .panel-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.panel-group > .panel-default {
    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-addon, .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-addon:not(:first-child):not(:last-child) {
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
}
.input-group-addon > 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{
	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-addon, .form-inline .input-group-btn, .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 .form-control {
    padding-right: 30px;
}

/* 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;
}

.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-default{
		border-radius: 2px !important;
		border-color: #aaaaaa!important;
		background-color: white;
        padding-right: 24px;
}

.btn.dropdown-toggle.selectpicker.btn-default > .caret{
		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-default > .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;
}

.well, .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-title, .progress, .alert, .label, .thumbnail, .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-title,
.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-title {
    background-color: transparent;
    border-bottom: 0px;
    font-weight: 600;
    color: #999;
}
.popover-title 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-btn) {
    max-width: 62px;
    margin-right: 3px;
}
.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;
}

.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;
}

.has-error .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%;}

    .form-horizontal .control-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;
}

/************************************************************************************************/
/***************************************** 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 .progress-bar-danger {
    background-image: none;
    background-color: #f34541;
}

.progress.progress-success .progress-bar, .progress.progress .progress-bar-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 .progress-bar-warning {
    background-image: none;
    background-color: #f8a326;
}

.progress.progress-info .progress-bar, .progress.progress .progress-bar-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.pull-left {
        margin-top: 27px;
    }
}

.page-header .pull-right {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .page-header .pull-right {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .page-header {
        text-align: center;
    }

    .page-header > .pull-right, .page-header > .pull-left {
        float: none !important;
    }
}

/******************************************************************************************/
/************************************* BUTTONS ********************************************/
/******************************************************************************************/

/* BOOTSRAP */
.btn-group.open .btn-primary.dropdown-toggle, .btn.btn-primary {
    background-color: #00acec;
    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.open .btn-primary.dropdown-toggle, #Button-Box .btn.btn-primary, .btn.btn-primary{
    background-color: #00acec;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
}

.btn-group.open .btn-primary.dropdown-toggle:active, .btn-group.open .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: #0087b9;
}

.btn-group.open .btn-primary.dropdown-toggle:focus, .btn-group.open .btn-primary.dropdown-toggle.disabled, .btn-group.open .btn-primary.dropdown-toggle[disabled], .btn.btn-primary:focus, .btn.btn-primary.disabled, .btn.btn-primary[disabled] {
    background-color: #00acec;
}

.btn-group.open .btn-primary.dropdown-toggle.disabled:hover, .btn-group.open .btn-primary.dropdown-toggle[disabled]:hover, .btn.btn-primary.disabled:hover, .btn.btn-primary[disabled]:hover {
    background-color: #00acec;
}

.btn-group.open .btn-primary.dropdown-toggle:hover, .btn.btn-primary:hover {
    background-color: #0087b9;
    color:#ffffff;
}

.btn-group.open .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.open .btn-warning.dropdown-toggle:active, .btn-group.open .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.open .btn-warning.dropdown-toggle:focus, .btn-group.open .btn-warning.dropdown-toggle.disabled, .btn-group.open .btn-warning.dropdown-toggle[disabled], .btn.btn-warning:focus, .btn.btn-warning.disabled, .btn.btn-warning[disabled] {
    background-color: #f8a326;
}

.btn-group.open .btn-warning.dropdown-toggle.disabled:hover, .btn-group.open .btn-warning.dropdown-toggle[disabled]:hover, .btn.btn-warning.disabled:hover, .btn.btn-warning[disabled]:hover {
    background-color: #f8a326;
}

.btn-group.open .btn-warning.dropdown-toggle:hover, .btn.btn-warning:hover {
    background-color: #e48a07;
}

.btn-group.open .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.open .btn-danger.dropdown-toggle:active, .btn-group.open .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.open .btn-danger.dropdown-toggle:focus, .btn-group.open .btn-danger.dropdown-toggle.disabled, .btn-group.open .btn-danger.dropdown-toggle[disabled], .btn.btn-danger:focus, .btn.btn-danger.disabled, .btn.btn-danger[disabled] {
    background-color: #f34541;
}

.btn-group.open .btn-danger.dropdown-toggle.disabled:hover, .btn-group.open .btn-danger.dropdown-toggle[disabled]:hover, .btn.btn-danger.disabled:hover, .btn.btn-danger[disabled]:hover {
    background-color: #f34541;
}

.btn-group.open .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.open .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.open .btn-success.dropdown-toggle:active, .btn-group.open .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.open .btn-success.dropdown-toggle:focus, .btn-group.open .btn-success.dropdown-toggle.disabled, .btn-group.open .btn-success.dropdown-toggle[disabled], .btn.btn-success:focus, .btn.btn-success.disabled, .btn.btn-success[disabled] {
    background-color: #49bf67;
}

.btn-group.open .btn-success.dropdown-toggle.disabled:hover, .btn-group.open .btn-success.dropdown-toggle[disabled]:hover, .btn.btn-success.disabled:hover, .btn.btn-success[disabled]:hover {
    background-color: #49bf67;
}

.btn-group.open .btn-success.dropdown-toggle:hover, .btn.btn-success:hover {
    background-color: #379e51;
}

.btn-group.open .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.open .btn.dropdown-toggle.btn-white:active, .btn-group.open .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.open .btn.dropdown-toggle.btn-white:focus, .btn-group.open .btn.dropdown-toggle.btn-white.disabled, .btn-group.open .btn.dropdown-toggle.btn-white[disabled], .btn.btn-white:focus, .btn.btn-white.disabled, .btn.btn-white[disabled] {
    background-color: #ffffff;
}

.btn-group.open .btn.dropdown-toggle.btn-white.disabled:hover, .btn-group.open .btn.dropdown-toggle.btn-white[disabled]:hover, .btn.btn-white.disabled:hover, .btn.btn-white[disabled]:hover {
    background-color: #ffffff;
}

.btn-group.open .btn.dropdown-toggle.btn-white:hover, .btn.btn-white:hover {
    background-color: #e6e6e6;
}

.btn-group.open .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.open .btn-inverse.dropdown-toggle:active, .btn-group.open .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.open .btn-inverse.dropdown-toggle:focus, .btn-group.open .btn-inverse.dropdown-toggle.disabled, .btn-group.open .btn-inverse.dropdown-toggle[disabled], .btn.btn-inverse:focus, .btn.btn-inverse.disabled, .btn.btn-inverse[disabled] {
    background-color: #363636;
}

.btn-group.open .btn-inverse.dropdown-toggle.disabled:hover, .btn-group.open .btn-inverse.dropdown-toggle[disabled]:hover, .btn.btn-inverse.disabled:hover, .btn.btn-inverse[disabled]:hover {
    background-color: #363636;
}

.btn-group.open .btn-inverse.dropdown-toggle:hover, .btn.btn-inverse:hover {
    background-color: #1c1c1c;
}

.btn-group.open .btn-inverse.dropdown-toggle .caret, .btn.btn-inverse .caret {
    border-top-color: #ffffff;
}

.dropup .btn-inverse .caret {
    border-bottom-color: #ffffff;
}

.btn-group.open .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.open .btn-info.dropdown-toggle:active, .btn-group.open .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.open .btn-info.dropdown-toggle:focus, .btn-group.open .btn-info.dropdown-toggle.disabled, .btn-group.open .btn-info.dropdown-toggle[disabled], .btn.btn-info:focus, .btn.btn-info.disabled, .btn.btn-info[disabled] {
    background-color: #5BC0DE;
}

.btn-group.open .btn-info.dropdown-toggle.disabled:hover, .btn-group.open .btn-info.dropdown-toggle[disabled]:hover, .btn.btn-info.disabled:hover, .btn.btn-info[disabled]:hover {
    background-color: #5BC0DE;
}

.btn-group.open .btn-info.dropdown-toggle:hover, .btn.btn-info:hover {
    background-color: #7839da;
}

.btn-group.open .btn-primary.dropdown-toggle:hover, #Button-Box .btn.btn-primary:hover, .btn.btn-primary:hover {
    background-color: #0087b9;
    color:#ffffff;
}

.btn-group.open .btn.dropdown-toggle, .btn {
    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.open .btn.dropdown-toggle:active, .btn-group.open .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.open .btn.dropdown-toggle:focus, .btn-group.open .btn.dropdown-toggle.disabled, .btn-group.open .btn.dropdown-toggle[disabled], .btn:active, .btn.disabled, .btn[disabled] {
    background-color:#DDDDDD!important;
    border-color:#DDDDDD!important;
}

.btn-group.open .btn.dropdown-toggle.disabled:hover, .btn-group.open .btn.dropdown-toggle[disabled]:hover, .btn.disabled:hover, .btn[disabled]:hover {
    background-color:#DDDDDD!important;
    border-color:#DDDDDD!important;
}

.btn-group.open .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-default ,
#Button-Box input[type="submit"] .btn.btn-default ,
#Button-Box input[type="reset"] .btn.btn-default ,
#Button-Box .btn.btn-default {  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-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn: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: #00acec;
    font-size: 11px;
    border-color: #00acec!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: #0087b9;
    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: #00acec;
    color: #FFFFFF;
}
.btn.btn-blue:hover, .btn-blue.plusIconStyle:hover {
    background-color: #0087b9;
    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-default {
    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-default: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-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-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-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-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-"].pull-left.icon-2x,
.btn.btn-sm [class*=" icon-"].pull-left.icon-2x,
.btn.btn-sm [class^="icon-"].pull-right.icon-2x,
.btn.btn-sm [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

.btn.btn-lg [class^="icon-"],
.btn.btn-lg [class*=" icon-"] {
    margin-top: 0;
}

.btn.btn-lg [class^="icon-"].pull-left.icon-2x,
.btn.btn-lg [class*=" icon-"].pull-left.icon-2x,
.btn.btn-lg [class^="icon-"].pull-right.icon-2x,
.btn.btn-lg [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em;
}

.btn.btn-lg [class^="icon-"].pull-left.icon-2x,
.btn.btn-lg [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em;
}

.btn.btn-lg [class^="icon-"].pull-right.icon-2x,
.btn.btn-lg [class*=" icon-"].pull-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; }
.progress-bar-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; }

/******************************************************************************************/
/************************************* 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.fa.fa-file-text-o,
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.fa.fa-file-text-o {
    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.fa.fa-file-text-o,
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.input-lg .select2-choice {
    line-height: 43px;
}

.select2-container.form-control.input-lg .select2-choice .select2-arrow b {
    margin-top: 7px;
}

.select2-container.form-control.input-sm .select2-choice {
    line-height: 28px;
}

.select2-container.form-control.input-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 .panel-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-default.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 .panel-heading{
	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*="fa fa-star"] {
    font-size:14px;
    color:#999999;
}
.resp_eval_score i[class="fa 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-default{
	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 button.selectpicker {
    overflow-y: hidden!important;
}
#jobalert div.dropup .dropdown-menu {
    top: auto!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-default > .caret { 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;
}
#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.pull-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 .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;
}


/* 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: 24px;
        width: 25px;
        height: 25px;
        margin-top: -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-square { 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 > .panel-heading {
    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.bottom .popover-content {
    padding: 5px;
}
.summary-card .popover-title {
    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 ************/

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@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 (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !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;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !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;
  }
}
@media print {
  .hidden-print {
    display: none !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;
}
.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;
    vertical-align: top;
}
td > div.vialert {
    vertical-align: middle;
}



/* 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 .panel-heading .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;
}

/* FIN CK Editor */


/* page d'acceuil CATALOGUE */
/* suppression box-shadow*/
.PAGE_C_C800  .smartassistant.panel-group > .panel-default,
.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;
}

.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-default,
#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-default span.caret {
  color:#ffffff;
}
#ui-datepicker-div .bootstrap-select .btn.dropdown-toggle.selectpicker.btn-default 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 .bootstrap-select .btn.dropdown-toggle.selectpicker.btn:active,
#ui-datepicker-div .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 {
	background-color:#00acec;
}

.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-default {
  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-default span.caret {
  color:#ffffff;
}

#div-calendar #tabcalendarheader .btn.dropdown-toggle.selectpicker.btn-default 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.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 .divider { background-color: rgba(255,255,255,.5)!important; }*/

/***************************************************************************/

/********************* TRANSPARENCE MODULES *********************************************************/
/****************************************************************************************************/

/*-- HEADER--*/
body.fixed-header #wrapper { padding-top:0px;}
body #v_header + #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.dropdown-toggle{ background-color:transparent!important; color:#333!important;}
#profile-header-dropdown:hover.dropdown-toggle { 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) #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-sm-3 { padding:0;}
body.MODE_NORMAL.MODULE_RE_CANDIDATES.PAGE_C_J300 section#content .container > div.col-sm-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 0px 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; }

.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-xs-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-xs-12 > label.control-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 .panel-default>.panel-heading {
	background-color:#fff;
	border:0;
    padding: 1px 0px;
}

#C110Portal .panel-default { border:0;}

#C110Portal .panel-default>.panel-heading H4.TM_titlePage a:first-child span {
	font-size: 18px;
	line-height: 35px;
  margin-left: 15px;
}

#C110Portal .panel-default>.panel-heading 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 .panel-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 .panel-body .col-xs-12.col-sm-4,
.d-collab .panel-body .col-xs-12.col-sm-8.form-field {
    padding-left:5px;
}

body.MODE_NORMAL .d-collab .panel-body {
    padding-left:0px
}

#opCurrentSectionsContent {
    background-color: #f0f5fa;
	padding: 15px;
}

#opCurrentSectionsContent #divEmployeeProfile
, #opCurrentSectionsContent .TM_titlePage-container
, #opCurrentSectionContent
, #divCmcEval{
	margin-top: 10px;
}

#divObjEval .panel-default>.panel-heading
, #div_container_body_obj_eval .panel-default>.panel-heading
, #divFuturObj .panel-default>.panel-heading{
	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.panel.panel-default {
    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 .panel-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.panel-group > .panel-default,
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 { 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-default {
	background-color: #fff!important;
	border-top: 3px solid #FFB400!important;
}
body.IFRAMENAVIGATION .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .navbar-default {
	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-default .crh-padding-w.crh-cell { padding-left:20px;}
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .navbar-default .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-default .title .crh-bt-back-mobile p {margin-top: -10px;margin-left: 5px;}
    body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .navbar-default .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-default .title{ font-size: 20px!important;   }
    body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .navbar-default .title .crh-bt-back-mobile p {margin-top: -3px;}
    body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .navbar-default .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-md-4 .panel-category > .panel-heading:first-child { margin-bottom:5px;}

body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-md-4 .panel-category > .panel-heading:first-child h3.panel-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-md-4 .panel-category > .panel-body .panel-heading { padding-top:0!important;}
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-md-4 .panel-category > .panel-body .panel-heading > .panel-title .loadrefdata { margin-left:10px;}

body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-md-4 .panel-category > .panel-body .panel-heading .tmui { font-size: 14px!important; color: #999!important;}

body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-md-4 .panel-category > .panel-body .panel-heading .panel-title:not(.tmui) { font-size: 16px!important;}
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-md-4 .panel-category > .panel-body .panel-heading .panel-title .loadrefdata > span { font-size:16px!important;}


/*--- Elements selectionnes --*/
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-md-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-md-4 .panel:not(.formtype_TEXT) > .panel-body.animfadein.collapse.in, 
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-md-4 .panel:not(.formtype_TEXT) > .panel-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-md-4 .formcontainer .input-group.datetimepicker .form-control,
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-md-4 .formcontainer .input-group.timepicker .form-control,
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-md-4 .formcontainer .input-group.datetimepicker .input-group-addon,
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-md-4 .formcontainer .input-group.timepicker .input-group-addon,
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-md-4 .formcontainer input[type=text].form-control,
body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-md-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-md-4 .panel-body .checkbox-inline label.checkboxAlignment { font-weight:normal; margin-bottom:0; }

body .webpart.cockpitrh .dashboard-container div[data-type='v_sqlfilterlist'] .scrollable-content .col-md-4 .panel-body .checkbox-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;
}

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.panel.panel-default { 
    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.panel.panel-default .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-xs-12.col-sm-3.col-md-2 + .col-xs-12.col-sm-9.col-md-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 ---*/



