/**
    #F0F0F0: gris, couleur de fond
    #D2D6DE: gris, actionbar
    #0073b7: bleu
    #80B5D3: bleu clair, elements readonly
    #00a65a: vert
    #dd4b39: rouge
    #f39c12: orange (plus clair)  tabs|
 */

#toast {                                                    /**  TOAST  **/
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 2000 !important;
    left: 50%;
    top: 10px;
}
#toast.confirm {
    background-color: #00a65a;
}
#toast.alert {
    background-color: #dd4b39;
}
#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
#toast.hide {
    visibility: hidden;
    -webkit-animation: fadeout 0.5s;
    animation: fadeout 0.5s;
}
@-webkit-keyframes fadein {
    from {top:0; opacity:0;}
    to {top:10px; opacity:1;}
}
@keyframes fadein {
    from {top:0; opacity:0;}
    to {top:10px; opacity:1;}
}
@-webkit-keyframes fadeout {
    from {top: 10px; opacity: 1;}
    to {top: 0; opacity: 0;}
}
@keyframes fadeout {
    from {top: 10px; opacity: 1;}
    to {top: 0; opacity: 0;}
}


.actionbar {                                                            /**  ACTIONBAR  **/
    background: #D2D6DE;
    margin: 12px 0 12px 0;
    vertical-align: middle;
    text-align: right;
    padding: 0 5px 0 5px;
}
.action-bar {
    display: inline-block;
    height: 28px;
    color: black;
    margin-left: 8px;
    margin-bottom: 0;
}
.action-bar:hover {
    color: #0073b7;
}
.action-bar > a {
    color: black;
}
.action-bar > a:hover {
    color: #0073b7;
}


.bn-action {                                                            /**  BOUTONS D'ACTION  **/
    background:transparent;
    font-weight:bold;
    margin-top:-10px;
    font-size: larger;
    color: black;
}
.bn-action:hover {
    color: #0073b7;
}
.info-box .bn-action {
    padding-top: 16px;
}

.txt {
    background: #ECECEC;
    border: 0;
}
.separateur {
    height: 12px;
}
.requis {
    color: red;
    margin-right: 5px;
}
.btn-icon {
    margin-right: 6px;
}
.bg-fond {
    background-color: #F0F0F0 !important;
}
.bg-readonly {
    background: #80B5D3 !important;
}
.custo-title {
    margin: 10px 0 20px 0;
    font-size: 22px;
    color: #10565C;
}
.soustitre {
    margin: 10px 0 20px 0;
    font-size: 9px;
    font-weight: bold;
    color: #000;
}
input {
    font-weight: bold;
}
fieldset.groupe-composants {
    border: 1px groove silver !important;
    padding: 1em 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}
legend.groupe-composants {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    color: #007A87;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    margin-bottom:0;
}
.pipe-title {
    background:#10565C;
    color:white;
    padding: 5px 0px;
    text-align: center;
}
.pipe-box {
    background:white;
    margin-top:12px;
    border-left:4px solid silver;
    padding:4px;
}
.pipe-box h4 {
    font-weight:bold;
}


.main-header {                                                              /**  ENTETE  **/
    position: relative;
    max-height: 80px;
    z-index: 1030;
}


.content-header {                                                           /**  CONTENU  **/
    padding: 15px 0px 15px 0px;
}
.content-wrapper {
    min-height: 100%;
    background-color: #F0F0F0; /* couleur de fond */
    z-index: 800;
}


.form-control {                                                             /*** CONTROLES CHAMPS ***/
    height: 28px;
    padding: 3px 6px;
}
.form-control[readonly] {
    background: #F2FBFF;
    font-weight: bold;
    opacity: 1;
}
.control-label {
    text-align: right;
    color: #3B4E56;
    padding: 4px 0px 0px 0px; /*4px 0px 0px 0px*/
    font-weight: normal;
}


table.dataTable {                                                       /*** TABLE ***/
    border:1px solid #D2D6DE;
}
table.dataTable thead tr {
    background-color: #D2D6DE;
    color: black;
}
table.dataTable tbody tr td {
    padding: 5px;
}
table.dataTable thead tr th {
    padding: 5px;
}

.dropdown-menu {                                                        /*** MENU ***/
    box-shadow: none;
    background:#F2FBFF;
    border:1px solid #10565C;
}
.dropdown-menu > li > a {
    color: black;
    background: transparent;
}
.dropdown-menu > li > a:hover {
    background: transparent;
    color: red;
}


.timeline > li > .timeline-item > .timeline-header,                     /** TIMELINE **/
.timeline > li > .timeline-item > .timeline-body {
    background: #F2FBFF;
}
.timeline > li > .timeline-item > .time {
    font-size: 16px;
}


.nav-tabs-custom {                                                              /** TAB  **/
    margin-bottom: 14px;
    background: #F0F0F0;
    box-shadow: none;
    border-radius: 0px;
}
.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #F0F0F0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.nav-tabs-custom > .nav-tabs > li {
    border-top: none;
    margin-bottom: -2px;
    margin-right: 1px;
}
.nav-tabs-custom > .nav-tabs > li.disabled > a {
    color: #007A87;
}
.nav-tabs-custom > .nav-tabs > li > a {                                             /*  TAB - ENTETE INACTIF  */
    color: #0073b7;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
    color: #999;
}
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover,
.nav-tabs-custom > .nav-tabs > li > a:focus {
    background: transparent;
    margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
    color: #999;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
    border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #367fa9;
    color: #FFF;
}
.nav-tabs-custom > .nav-tabs > li.active > a {                                          /*  TAB - ENTETE ACTIVE  */
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
    margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
    border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs.pull-right {
    float: none !important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
    float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
    margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
    border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
    border-left-color: #f4f4f4;
    border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
    margin-right: 5px;
}
.nav-tabs-custom > .tab-content {                                           /*  TAB - ENTETE  */
    background: #F0F0F0;
    padding: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top: 1px solid #367fa9;
    margin: 0;
}
.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
    background: transparent;
    color: #999;
}
.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
    border-top-color: #0073b7;
}
.nav-tabs-custom.tab-info > .nav-tabs > li.active {
    border-top-color: #00c0ef;
}
.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
    border-top-color: #dd4b39;
}
.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
    border-top-color: #f39c12;
}
.nav-tabs-custom.tab-success > .nav-tabs > li.active {
    border-top-color: #00a65a;
}
.nav-tabs-custom.tab-default > .nav-tabs > li.active {
    border-top-color: #d2d6de;
}
.tab-count {
    background-color: #f39c12;
    color: #FFF;
    margin-left: 5px;
    border-radius: 6px;
    padding-left: 4px;
    padding-right: 4px;
}


.fixed .main-header,                                                        /**  FIXED LAYOUT  **/
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}
.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}
.fixed .content-wrapper,                                                    /**  ESPACE CONTENU  **/
.fixed .right-side {
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
}
/*@media (max-width: 767px) {*/
    /*.fixed .content-wrapper,*/
    /*.fixed .right-side {*/
        /*padding-top: 80px;*/
    /*}*/
/*}*/
.fixed.layout-boxed .wrapper {
    max-width: 100%;
}
.fixed .wrapper {
    overflow: hidden;
}
.hold-transition .content-wrapper,
.hold-transition .right-side,
.hold-transition .main-footer,
.hold-transition .main-sidebar,
.hold-transition .left-side,
.hold-transition .main-header .navbar,
.hold-transition .main-header .logo,
.hold-transition .menu-open .fa-angle-left {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}


.main-sidebar {                                                             /**  SIDEBAR  **/
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 80px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
    border-right: 1px solid lightgray; /*#367fa9;*/
}
@media (max-width: 767px) {
    .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
        padding-top: 80px;
    }
}
@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}
@media (max-width: 767px) {
    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.sidebar {
    padding-bottom: 10px;
}
.sidebar-form input:focus {
    border-color: transparent;
}
.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}
.user-panel:before,
.user-panel:after {
    content: " ";
    display: table;
}
.user-panel:after {
    clear: both;
}
.user-panel > .image > img {
    width: 100%;
    max-width: 45px;
    height: auto;
}
.user-panel > .info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px;
}
.user-panel > .info > p {
    font-weight: 600;
    margin-bottom: 9px;
}
.user-panel > .info > a {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
    margin-right: 3px;
}
.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}
.sidebar-menu > li > a {
    padding: 12px 5px 12px 15px;
    display: block;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    width: 20px;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
    margin-right: 5px;
}
.sidebar-menu > li .badge {
    margin-top: 3px;
}
.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}
.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.sidebar-menu li > a > .fa-angle-left {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}
.sidebar-menu .menu-open > a > .fa-angle-left,
.sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sidebar-menu .active > .treeview-menu {
    display: block;
}


.skin-blue .main-header .navbar {                                       /*  ENTETE - COULEUR FOND  */
    background-color: #F0F0F0;
}
.skin-blue .main-header .navbar .nav > li > a {                         /*  ENTETE - COULEUR LIEN  */
    color: #000;
}
.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a {                                        /*  ENTETE - HOVER LIEN  */
    background: #F0F0F0;
    color: #0073b7;
}
.skin-blue .main-header .navbar .sidebar-toggle {                                           /*  ENTETE - TOGGLE BUTTON  */
    color: #000;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {                                     /*  ENTETE - TOGGLE BUTTON HOVER  */
    color: #007fff;
    background: #F0F0F0;
}
@media (max-width: 767px) {
    .skin-blue .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }
    .skin-blue .main-header .navbar .dropdown-menu li a:hover {
        background: #367fa9;
    }
}
.skin-blue .main-header .logo {                                                                         /**  SIDEBAR - LOGO  **/
    background-color: #D2D6DE; /*#367fa9;*/
    color: #000; /*#ffffff;*/
    border-bottom: 0 solid transparent;
    height: 80px;
    font-size: 46px;
    padding-top:16px;
}
.skin-blue .main-header .logo:hover {
    background-color: #D2D6DE;
    color: #357ca5;
}
@media (max-width: 767px) {
    .skin-blue .main-header .logo {
        display:none;
    }
}
.skin-blue .main-header li.user-header {
    background-color: #3c8dbc;
}
.skin-blue .content-header {
    background: transparent;
}
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: #D2D6DE; /* #F0F0F0; /* bleu = #367fa9; !* 123F6D; !* #222d32; *!                    !*  COULEUR SIDEBAR  */
}
.skin-blue .user-panel > .info,
.skin-blue .user-panel > .info > a {
    color: #fff;
}
.skin-blue .sidebar-menu > li.header {
    color: #4b646f;
    background: #3c8dbc; /* #1a2226; */
}
.skin-blue .sidebar-menu > li > a {
    border-left: 3px solid transparent;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {                               /*  TITRE MENU  */
    color: #000; /* b8c7ce; !* ffffff; */
    background: #D2D6DE; /* #F0F0F0; /* bleu = #367fa9; !* 123F6D; !* #1e282c; */
    /*+*/
    font-size: larger;
}
.skin-blue .sidebar-menu > li.active > a {                                  /* INDICATEUR GAUCHE TITRE MENU  */
    border-left-color: #D2D6DE; /*#F0F0F0; /* bleu = #367fa9; !* 123F6D; */
}
.skin-blue .sidebar-menu > li > .treeview-menu {                            /*  MENU  */
    margin: 0 0px;
    background: #D2D6DE; /*#F0F0F0; /* bleu = #367fa9; !* 3c8dbc; !* 123F6D; !* #2c3b41; */
}
.skin-blue .sidebar a {
    color: #b8c7ce;
}
.skin-blue .sidebar a:hover {
    text-decoration: none;
}
.skin-blue .sidebar-menu .treeview-menu > li > a {                          /*  SIDEBAR - COULEUR MENU  */
    color: #006dcc; /* bleu = fff; !* #8aa4af; */
    margin-left: 16px;
}
.skin-blue .sidebar-menu .treeview-menu > li.active > a,                    /*  SIDEBAR - MENU HOVER  */
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
    color: #dd4b39; /* bleu = yellow; !*#80B5D3; !* ffffff; */
}
.skin-blue .sidebar-form {
    border-radius: 5px;
    border: 1px solid lightgrey; /*#374850;*/
    margin: 10px 16px;
}
.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
    box-shadow: none;
    background-color: #fff; /*374850;*/
    border: 1px solid transparent;
    height: 30px; /*35px*/
}
.skin-blue .sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
}
.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    background-color: #fff;
    color: #666;
}
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    border-left-color: #fff;
}
.skin-blue .sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
}
.skin-blue.layout-top-nav .main-header > .logo {
    background-color: transparent; /*#3c8dbc;*/
    color: #ffffff;
    border-bottom: 0 solid transparent;
}
.skin-blue.layout-top-nav .main-header > .logo:hover {
    background-color: #3b8ab8;
}

#maintab {                                                              /**  MAINTAB  **/
    margin-top: 49px;
    margin-left: 16px;
}
#maintab > li > a {
    background: #F0F0F0;
    border: 0;
    height: 32px;
    padding-top: 6px;
}
#maintab > li.active > a {
    background: #367fa9;
    color: #FFF;
}
#maintab__footer_ {
    margin:0px 16px 0px 246px;
}
@media (max-width: 767px) {
    #maintab__footer_ {
        margin:0px 16px 0px 16px;
    }
    #maintab_home {
        margin-left:-27px;
    }
}
.maintab > a {
    background: #D2D6DE;
}
.maintab-close {                                                        /**  MAINTAB-CLOSE  **/
    color:lightgray;
    padding:6px 8px 6px 8px;
    margin:-6px -12px 0px 0px;
}
.maintab-close:hover {
    color:tomato;
    background:white;
}

#entete-logo-xs {                                                       /** LOGO XS  **/
    font-size: 24px;
    padding-top: 13px;
}

#pipeline-frame {                                                       /**  PIPELINE  **/
    overflow:auto;
    border:1px solid lightgray;
}
.pipeline-col {
    display:inline-block;
    width:245px;
    margin-right:5px;
    vertical-align:top;
}
.pipeline-title {
    display:inline-block;
    width:245px;
    background:lightgray;
}
.pipeline-item {
    display:inline-block;
    width:245px;
    background:#fff;
    border:1px solid lightgray;
    margin-top:8px;
}
.pipeline-action {
    float:right;
    padding-top:8px;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {       /**  SELECT2  **/
    color: #000;
}