﻿/* main style for index page */

body {
    font-family: "wf_segoe-ui_semilight", "Segoe UI Semilight", "Segoe WP Semilight", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif !important;
    font-weight: 600;
}

/*
 * Glyphicons
 *
 * Special styles for displaying the icons and their classes in the docs.
 */

.is-disabled-perm {
    opacity: .5;
    pointer-events: none;
    color: graytext;
}

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.tab-content > div {
    min-height: 150px;
}

.is-disabled {
    opacity: .5;
    pointer-events: none;
    color: graytext;
}

.cke_bottom {
    background-color: #4caf50 !important;
}

.cke_chrome {
    border: 1px solid #4caf50 !important;
}

.bs-admin {
    margin: 0 -10px 20px;
    overflow: hidden;
}

.bs-admin-list {
    padding-left: 0;
    list-style: none;
}

.bs-admin li {
    float: left;
    width: 25%;
    min-height: 100px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
}

.bs-admin .fa {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 26px;
}

.bs-admin .admin-class {
    display: block;
    text-align: center;
    word-wrap: break-word; /* Help out IE10+ with class names */
}

.bs-admin li:hover {
    color: #fff !important;
    background-color: #3498db;
}

@media (min-width: 768px) {
    .bs-admin {
        margin-right: 0;
        margin-left: 0;
    }

        .bs-admin li {
            width: 25%;
            font-size: 12px;
        }
}

.divContent {
    min-height: 150px
}

ul.ui-autocomplete {
    z-index: 9999999 !important;
}

.ui-autocomplete-loading {
    background: transparent url("/assets/img/ui-anim_basic_16x16.gif") right center no-repeat;
    z-index: 9999999 !important;
}

.tokenfield {
    background-color: transparent !important;
    padding-right: 20px !important;
}

.tokenfield {
    white-space: nowrap;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

* html .ui-autocomplete {
    height: 200px;
}

.ace-nav > li {
    line-height: 45px;
    height: 50px !important;
}

a, button {
    cursor: pointer;
}

.LinkMenuAjax {
    cursor: pointer;
}

.alert-danger {
    background-color: #eaeaea !important;
    border-color: red !important;
    color: red !important;
}

.alert-danger-Zl {
    background-color: #eaeaea;
    border-color: red;
    color: red;
}

.lbl-table-title {
    width: 25%;
    font-weight: 800;
    font-size: 14px
}

.lbl-table-content {
    font-size: 14px
}

.title-h3 {
    padding-top: 20px;
    margin-bottom: 10px;
    /*border-bottom : 2px solid #000;*/
}

.divShowConteneur {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.table-content thead, .table-content tbody, .table-content tr {
    border-bottom: 1px solid #000 !important;
}

.table-content thead, .table-content tbody, .table-content tr, .table-content td {
    border: 0px solid #fff !important;
}

.table_liste tr, td {
    padding: 8px;
}

.list-item__last-accessed {
    margin-bottom: 10px !important;
}

._ph_G7 {
    padding: 10px !important;
    margin-bottom: 10px !important;
}

*:focus {
    outline: none;
}

html {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.navigation-bar, .navigation-bar .navbox-tiles, .navbox-trigger, .navbox-tiles .tile, .navbox-tiles .tile .icon .fa, .navbox-tiles .tile .icon .fas, .navbox-tiles .tile .title {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.navbox-tiles:after {
    content: '';
    display: table;
    clear: both;
}

.navigation-bar {
    height: 50px;
    position: relative;
    z-index: 1000;
}

    .navigation-bar .bar {
        background-color: #252525;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
    }

    .navigation-bar .navbox {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .navigation-bar .navbox-tiles {
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
    }

    .navigation-bar.navbox-open .navbox-trigger {
        background-color: #484747;
    }

    .navigation-bar.navbox-open .navbox {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, transform .3s;
    }

    .navigation-bar.navbox-open .navbox-tiles {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.navbox-trigger {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .navbox-trigger .fa {
        font-size: 20px;
        color: #fff;
    }

    .navbox-trigger:hover {
        background-color: #484747;
    }

.navbox {
    background-color: #484747;
    width: 100%;
    max-width: 430px;
    -webkit-backface-visibility: initial;
    backface-visibility: initial;
}

.navbox-tiles {
    width: 100%;
    padding: 25px;
}

    .navbox-tiles .tile {
        display: block;
        background-color: #087f23;
        width: 30.3030303030303%;
        height: 0;
        padding-bottom: 29%;
        float: left;
        border: 2px solid transparent;
        color: #fff;
        position: relative;
    }

        .navbox-tiles .tile .icon {
            width: 100%;
            height: 100%;
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
        }

            .navbox-tiles .tile .icon .fa, .navbox-tiles .tile .icon .fas {
                font-size: 45px;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -webkit-backface-visibility: initial;
                backface-visibility: initial;
            }

        .navbox-tiles .tile .title {
            padding: 5px;
            font-size: 12px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .navbox-tiles .tile:hover {
            border-color: #fff;
            text-decoration: none;
        }

    .navbox-tiles .tile100 {
        display: block;
        background-color: #484747;
        width: 100%;
        /*height: 0;*/
        /*padding-bottom: 29%;*/
        float: left;
        border: 2px solid transparent;
        color: #fff !important;
        position: relative;
        border-top: 3px solid #3498db;
    }

#nav-tabs_menu {
    border-bottom: 1px solid #484747 !important;
}

    #nav-tabs_menu > li > a.active, .nav-tabs #nav-tabs_menu > li > a.active :focus, #nav-tabs_menu > li > a.active :hover {
        border-width: 0;
    }

    #nav-tabs_menu > li > a {
        border: none;
        color: #fff;
        background: #484747 !important;
    }

        #nav-tabs_menu > li > a.active, #nav-tabs_menu > li > a:hover {
            border: none;
            color: #fff !important;
            font-weight: bolder;
            background: #484747 !important;
        }

        #nav-tabs_menu > li > a::after {
            content: "";
            background: #4285F4;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

        #nav-tabs_menu > li > a.active::after, #nav-tabs_menu > li:hover > a::after {
            transform: scale(1);
        }

        #nav-tabs_menu > li, #nav-tabs_menu > li > a::after {
            background: #3498db none repeat scroll 0% 0% !important;
            color: #fff;
        }

#tab-content_menu {
    border: none !important
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.navbox-tiles .tile:not(:nth-child(3n+3)) {
    margin-right: 4.54545454545455%;
}

.navbox-tiles .tile:nth-child(n+4) {
    margin-top: 15px;
}

@media screen and (max-width: 370px) {
    .navbox-tiles .tile .icon .fa, .navbox-tiles .tile .icon .fas {
        font-size: 25px;
    }

    .navbox-tiles .tile .title {
        padding: 3px;
        font-size: 11px;
    }
}

/* test */

.form-group input {
    width: 100%;
    /*height: 25px;*/
}

.form-group select {
    width: 100%;
    height: 25px;
}

div .col-md-12 {
    margin-bottom: 15px;
}

label {
    font-size: 12.5px;
    font-weight: bolder;
    /*padding-bottom: 20px;*/
}

.btn {
    color: white;
    font-weight: bolder;
    cursor: pointer;
    /*height:35px*/
}

.smessage {
    height: 25px;
    padding: 8px;
    font-size: 15px;
    color: white;
}

#divContent {
    margin-bottom: 35px;
}

.ms-bg-color-neutralLighter {
    background-color: #f4f4f4;
    border-bottom: solid 3px #005a9e;
}

.fcard {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 30%;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #7f8c8d;
    border-top: 4px solid #2c3e50;
    margin-left: 5px;
    margin-right: 6px;
    cursor: pointer;
}

    .fcard:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.fcard_container {
    padding: 2px 16px;
}

.label {
    display: inline !important;
}

.ace-nav-user {
    list-style: none;
}

.ace-nav-user {
    max-height: 100%;
    margin: 0 !important
}

    .ace-nav-user > li {
        line-height: 50px;
        height: 50px;
        border-top: 2px solid #E1E1E1;
        padding: 0;
        width: 100%; /*position:relative;float:left*/
    }

        .ace-nav-user > li:first-child {
            border-top-width: 0
        }

        .ace-nav-user > li > a {
            background-color: #2E6589;
            color: #FFF;
            display: block;
            line-height: inherit; /*text-align:center;*/
            height: 100%;
            width: auto;
            min-width: 50px;
            padding: 0 8px;
            position: relative
        }

            .ace-nav-user > li > a > .ace-icon {
                display: inline-block;
                font-size: 16px;
                color: #FFF;
                text-align: center;
                width: 20px
            }

            .ace-nav-user > li > a > .badge {
                position: relative;
                top: -4px;
                left: 2px;
                padding-right: 5px;
                padding-left: 5px
            }

            .ace-nav-user > li.open > a, .ace-nav-user > li > a:focus, .ace-nav-user > li > a:hover {
                background-color: #2c5976;
                color: #FFF
            }

        .ace-nav-user > li.blue > a {
            background-color: #2E6589
        }

            .ace-nav-user > li.blue > a:focus, .ace-nav-user > li.blue > a:hover, .ace-nav-user > li.open.blue > a {
                background-color: #2c5976
            }

        .ace-nav-user > li.grey > a {
            background-color: #555
        }

            .ace-nav-user > li.grey > a:focus, .ace-nav-user > li.grey > a:hover, .ace-nav-user > li.open.grey > a {
                background-color: #4b4b4b
            }

        .ace-nav-user > li.green > a {
            background-color: #2E8965
        }

            .ace-nav-user > li.green > a:focus, .ace-nav-user > li.green > a:hover, .ace-nav-user > li.open.green > a {
                background-color: #2c7659
            }

        .ace-nav-user > li.margin-4 {
            margin-left: 4px
        }

        .ace-nav-user > li.margin-3 {
            margin-left: 3px
        }

        .ace-nav-user > li.margin-2 {
            margin-left: 2px
        }

        .ace-nav-user > li.margin-1 {
            margin-left: 1px
        }

        .ace-nav-user > li.no-border {
            border-width: 0 !important
        }

        .ace-nav-user > li .dropdown-menu {
            z-index: 1031
        }

    .ace-nav-user .nav-user-photo {
        margin: -4px 8px 0 0;
        border-radius: 100%;
        border: 2px solid #FFF;
        max-width: 40px
    }

    .ace-nav-user li.dropdown-footer a .ace-icon {
        display: inline-block;
        width: 1.25em;
        text-align: center
    }

@media only screen and (max-height:540px) {
    .ace-nav-user > li.dropdown-modal > .dropdown-menu {
        position: fixed;
        margin-top: auto;
        z-index: 1052
    }

        .ace-nav-user > li.dropdown-modal > .dropdown-menu:after, .ace-nav-user > li.dropdown-modal > .dropdown-menu:before {
            display: none
        }

    .ace-nav-user > li.dropdown-modal > .user-menu > li > a {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .ace-nav-user > li.dropdown-modal.open:before {
        background-color: #000;
        opacity: .5;
        border-width: 0;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        display: block;
        height: 2000px;
        width: auto;
        z-index: 1051
    }
}

@media only screen and (max-width:767px) {
    .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right {
        right: -100px
    }

        .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:before {
            right: 120px
        }

    .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        right: -80px
    }

        .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before {
            right: 100px
        }

    .user-menu.dropdown-close.dropdown-menu-right {
        right: 0 !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .navbar.navbar-collapse .ace-nav-user > li:nth-last-child(2):nth-child(1) > .dropdown-menu.dropdown-menu-right, .navbar.navbar-collapse .ace-nav-user > li:nth-last-child(2):nth-child(2) > .dropdown-menu.dropdown-menu-right {
        left: auto;
        right: -60px
    }

        .navbar.navbar-collapse .ace-nav-user > li:nth-last-child(2):nth-child(1) > .dropdown-menu.dropdown-menu-right:after, .navbar.navbar-collapse .ace-nav-user > li:nth-last-child(2):nth-child(1) > .dropdown-menu.dropdown-menu-right:before, .navbar.navbar-collapse .ace-nav-user > li:nth-last-child(2):nth-child(2) > .dropdown-menu.dropdown-menu-right:after, .navbar.navbar-collapse .ace-nav-user > li:nth-last-child(2):nth-child(2) > .dropdown-menu.dropdown-menu-right:before {
            right: 80px;
            left: auto
        }
}

@media only screen and (max-width:480px) {
    .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right {
        right: -120px
    }

        .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:before {
            right: 140px
        }

    .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        right: -90px
    }

        .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before {
            right: 110px
        }

    .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        right: -50px
    }

        .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before {
            right: 70px
        }
}

@media only screen and (max-width:479px) {
    .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right {
        left: -10px;
        right: auto
    }

        .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:before {
            right: auto;
            left: 30px
        }

    .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        left: -50px;
        right: auto
    }

        .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before {
            left: 75px;
            right: auto
        }

    .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -70px;
        right: auto
    }

        .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before {
            left: 90px;
            right: auto
        }

    .navbar:not(.navbar-collapse) .navbar-header {
        float: none !important;
        display: block
    }

    .navbar:not(.navbar-collapse) .ace-nav-user {
        display: block;
        float: none !important;
        text-align: center;
        background-color: rgba(0,0,0,.15);
        border: 1px solid rgba(0,0,0,.1);
        border-width: 1px 0 0;
        letter-spacing: -3px
    }

        .navbar:not(.navbar-collapse) .ace-nav-user > li {
            display: inline-block;
            float: none !important;
            text-align: left;
            letter-spacing: normal
        }

            .navbar:not(.navbar-collapse) .ace-nav-user > li:first-child {
                border-left: 1px solid rgba(255,255,255,.4)
            }

            .navbar:not(.navbar-collapse) .ace-nav-user > li:last-child {
                border-right: 1px solid rgba(255,255,255,.4)
            }
}

@media only screen and (max-width:319px) {
    .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -110px;
        right: auto
    }

        .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before {
            left: 130px;
            right: auto
        }

    .ace-nav-user > li:nth-child(2):nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -85px;
        right: auto
    }

        .ace-nav-user > li:nth-child(2):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-child(2):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before {
            left: 105px;
            right: auto
        }

    .ace-nav-user > li:nth-child(1):nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        left: -35px;
        right: auto
    }

        .ace-nav-user > li:nth-child(1):nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-child(1):nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before {
            left: 55px;
            right: auto
        }

    .ace-nav-user > li:nth-child(1):nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -60px;
        right: auto
    }

        .ace-nav-user > li:nth-child(1):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-child(1):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before {
            left: 75px;
            right: auto
        }

    .ace-nav-user > li > a {
        padding: 0 5px !important
    }
}
/* The switch - the box around the slider */

.zl_lg {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.scroll_page_large_screen {
    width: 95% !important;
}

.label-transparente {
    background: none;
    color: #000 !important;
    font-weight: 700 !important;
    padding-bottom: 1px !important;
    border-bottom: #fa3905 1px dotted;
}

.person_context_link span {
    margin-left: 10px;
}

.list_Hide_Task {
    display: none;
}

.task_title {
    font-size: 14px;
    border-bottom: 1px solid #005a9e;
    margin-bottom: 5px;
    font-weight: bolder;
    color: #005a9e;
}

.tooltip_templates {
    display: none;
}

.modal.fade {
    opacity: 1;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }

.modal-lg {
    max-width: 90% !important;
}

#tile100_Task .list-item__secondary {
    color: #fff !important;
}

#tile100_Task .expandable-list__item:hover {
    background-color: transparent !important;
}

    #tile100_Task .expandable-list__item:hover .list-item__text--large {
        font-weight: bolder
    }

#tile100_Task .list-item__text--large {
    font-size: 14px !important;
}

.hvr-grow {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        transform: scale(0.9);
    }

.card-title .news-title {
    border-bottom: 3px solid #000000
}

.card-shadow {
    overflow: hidden;
    position: relative;
    border: 1px solid #dbdbdb;
    padding: 6px 12px;
    box-shadow: 0 2px 5px #e8e8e8;
    margin-bottom: 10px;
}

.mru-list-header.mru-list-border-left {
    border-left: 80px solid #f4f4f4;
}

.border-left-red {
    border-left-color: red !important;
}

.border-left-green {
    border-left-color: green !important;
}

.border-left-blue {
    border-left-color: blue !important;
}

.border-left-orange {
    border-left-color: orange !important;
}

.mru-list-header.mru-list-border-left span.TaskPercentage {
    margin-left: -77px;
    margin-top: 6px;
    position: absolute;
    font-size: 25px;
    color: white;
    font-weight: bolder;
}

.card-shadow.border-green {
    border: 2px solid green;
}

.card-shadow.border-red {
    border: 2px solid red;
}

.card-shadow.border-orange {
    border: 2px solid orange;
}

.card-shadow.border-blue {
    border: 2px solid blue;
}

.card-shadow.card-border-left {
    border-left: 10px solid white;
}

.card-shadow .card-body {
    padding: 0px !important;
}

.card-shadow .media-body {
    padding-top: 15px
}

._cx_f2 {
    display: inline;
    /*width: 100% !important;*/
}

.widget-header > .widget-title {
    display: inline-block !important;
}

.nav-tabs.background-green {
    padding-top: 6px;
    background-color: #087f23;
    border: 1px solid #087f23;
}

.nav-tabs.tab-color-green {
    border-bottom-color: #087f23;
}

    .nav-tabs.tab-color-green > li > a, .nav-tabs.tab-color-green > li > a:focus {
        background-color: #80e27e;
    }

.ui-slider-range {
    background-color: #338a3e;
}

.ui-slider-handle {
    border-color: #338a3e !important;
}

.hero-container__content--modern {
    padding: 2px 0;
}

.tree .tree-branch .tree-branch-header {
    height: auto !important;
}

.divDetailContent {
    background-image: url('../img/arrow.png');
    background-color: #fff;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 110px;
    width: 100%;
    padding: 5px 5px 5px 115px;
}

[id^=TB_ChoixType_] .row:first-child {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #ffffff;
}

[id^=TB_ChoixType] > thead > tr {
    color: #707070;
    font-weight: 400;
    background: none;
}

[id^=TB_ChoixType] [type=text] {
    height: 20px; /*!important;*/
}

.table-green > thead > tr {
    color: #000 !important;
    font-weight: 400;
    background: repeat-x #4caf50 !important;
}

.profile-activity_inactive {
    border-bottom: 1px solid #1a237e !important;
    background-color: #e9e7e7 !important;
}

.txtTable {
    width: 105px;
    padding: 0 2px 0 2px;
    height: 22px;
    border: 1px solid #19227c;
    margin-left: 5px;
}

.widget-header > .widget-title {
    line-height: 36px;
    padding: 0;
    /*display: inline;*/
    width: 95%;
}

.table-detail {
    background-color: #fff;
    border: 1px solid #dcebf7;
    width: 100% !important;
    padding: 5px !important;
}

.form-card {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin: 10px 5px 10px 5px !important;
    z-index: 999999;
}

.selected {
    background-color: #00600f;
    color: #eaeaea !important;
}

    .selected:hover {
        background-color: #81c784;
    }

    .selected a {
        color: #eaeaea !important;
    }

.dropdown-preview {
    margin: 0 5px;
    display: inline-block;
}

    .dropdown-preview > .dropdown-menu {
        display: block;
        position: static;
        margin-bottom: 5px;
    }

#Tbl_ChargeInternet td, #Tbl_ProduitInternet td, #Tbl_Remplois td, #Tbl_Ressources td {
    padding: 1px !important;
}

    #Tbl_ChargeInternet td input, #Tbl_ProduitInternet td input, #Tbl_Remplois td input, #Tbl_Ressources td input {
        background-color: transparent !important;
        color: #000;
        width: 70px !important;
    }

.listItemOk {
    background-color: #3498db !important;
}

.group--collabo, .group--lecture, .group--editeur, .group--admin {
    display: none;
}

#BtnRetours {
    font-size: 15px;
}

.input_sans_cadre {
    border: 1px solid #fff !important;
}

.title {
    background-color: #19750E;
    color: #EAF8E8;
    padding: 5px 3px 5px 3px;
}

    .title:hover {
        background-color: #0B3C04;
        color: #EAF8E8;
        padding: 5px 3px 5px 3px;
    }

    .title.active:hover {
        background-color: #0B3C04;
        color: #EAF8E8;
        padding: 5px 3px 5px 3px;
    }

.customScrollBar {
    min-height: 450px;
}

.status_new {
    border-bottom: 2px solid #E5F44F;
}

.status_in_progress {
    border-bottom: 2px solid #49F6FC;
}

.status_canceled {
    border-bottom: 2px solid #828889;
}

.status_archived {
    border-bottom: 2px solid #000;
}

.status_closed {
    border-bottom: 2px solid #E91111;
}

.status_rejected {
    border-bottom: 2px solid #E29696;
}

.status_validated {
    border-bottom: 2px solid #1F8023;
}

.status_waiting {
    border-bottom: 2px solid #F19835;
}

.box-part.active {
    background-color: #08270b !important;
    color: #eaeaea !important;
    border-bottom: 3px solid #e55c0d !important;
}

.dt-button-collection .dropdown-menu > li > a {
    color: #000 !important;
    text-decoration: none !important;
}

/** Rajout depuis Am2*/

/*.nav-tabs_AM { border-bottom: 1px solid #484747 !important; }*/

.nav-tabs_AM > li > a.active,
.nav-tabs .nav-tabs_AM > li > a.active :focus,
.nav-tabs_AM > li > a.active :hover {
    border-width: 0;
}

.nav-tabs_AM > li > a {
    border: none;
    color: graytext;
    background: transparent !important;
}

    .nav-tabs_AM > li > a.active,
    .nav-tabs_AM > li.active > a,
    .nav-tabs_AM > li > a:hover {
        border: none;
        color: #000 !important;
        font-weight: bolder;
        background: transparent !important;
    }

    .nav-tabs_AM > li > a::after {
        content: "";
        background: #4285F4;
        height: 2px;
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: -1px;
        transition: all 250ms ease 0s;
        transform: scale(0);
    }

    .nav-tabs_AM > li > a.active::after,
    .nav-tabs_AM > li.active > a::after,
    .nav-tabs_AM > li:hover > a::after {
        transform: scale(1)
    }

/*.nav-tabs_AM  > li , .nav-tabs_AM  > li > a::after { background: #3498db none repeat scroll 0% 0% !important; color: #fff; }*/

/*.nav-tabs_AM{
    margin-top:30px;
}*/

.tab-content_AM {
    border: none !important
}

.nav {
    display: flex;
}

/*.tab-pane{ padding: 15px 0; }*/

/*.tab-content{padding:20px}*/

/* main style for index page */

@import url('app.css');

body {
    font-family: "wf_segoe-ui_semilight", "Segoe UI Semilight", "Segoe WP Semilight", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif !important;
}

/*
 * Glyphicons
 *
 * Special styles for displaying the icons and their classes in the docs.
 */

.is-disabled-perm {
    opacity: .5;
    pointer-events: none;
    color: #faa103 graytext;
}

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.tab-content > div {
    min-height: 150px;
}

.is-disabled {
    opacity: .5;
    pointer-events: none;
    color: graytext;
}

.cke_bottom {
    background-color: #4caf50 !important;
}

.cke_chrome {
    border: 1px solid #4caf50 !important;
}

.bs-admin {
    margin: 0 -10px 20px;
    overflow: hidden;
}

.bs-admin-list {
    padding-left: 0;
    list-style: none;
}

.bs-admin li {
    float: left;
    width: 25%;
    min-height: 100px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
}

.bs-admin .fa {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 26px;
}

.bs-admin .admin-class {
    display: block;
    text-align: center;
    word-wrap: break-word; /* Help out IE10+ with class names */
}

.bs-admin li:hover {
    color: #fff !important;
    background-color: #3498db;
}

@media (min-width: 768px) {
    .bs-admin {
        margin-right: 0;
        margin-left: 0;
    }

        .bs-admin li {
            width: 25%;
            font-size: 12px;
        }
}

.divContent {
    min-height: 150px
}

ul.ui-autocomplete {
    z-index: 9999999 !important;
}

.ui-autocomplete-loading {
    background: transparent url("/assets/img/ui-anim_basic_16x16.gif") right center no-repeat;
    z-index: 9999999 !important;
}

.tokenfield {
    background-color: transparent !important;
    padding-right: 20px !important;
}

.tokenfield {
    white-space: nowrap;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

* html .ui-autocomplete {
    height: 200px;
}

.ace-nav > li {
    line-height: 45px;
    height: 50px !important;
}

a, button {
    cursor: pointer;
}

.LinkMenuAjax {
    cursor: pointer;
}

.alert-danger {
    background-color: #eaeaea !important;
    border-color: red !important;
    color: red !important;
}

.alert-danger-Zl {
    background-color: #eaeaea;
    border-color: red;
    color: red;
}

.lbl-table-title {
    width: 25%;
    font-weight: 800;
    font-size: 14px
}

.lbl-table-content {
    font-size: 14px
}

.title-h3 {
    padding-top: 20px;
    margin-bottom: 10px;
    /*border-bottom : 2px solid #000;*/
}

.divShowConteneur {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.table-content thead, .table-content tbody, .table-content tr {
    border-bottom: 1px solid #000 !important;
}

.table-content thead, .table-content tbody, .table-content tr, .table-content td {
    border: 0px solid #fff !important;
}

.table_liste tr, td {
    padding: 8px;
}

.list-item__last-accessed {
    margin-bottom: 10px !important;
}

._ph_G7 {
    padding: 10px !important;
    margin-bottom: 10px !important;
}

*:focus {
    outline: none;
}

html {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.navigation-bar, .navigation-bar .navbox-tiles, .navbox-trigger, .navbox-tiles .tile, .navbox-tiles .tile .icon .fa, .navbox-tiles .tile .icon .fas, .navbox-tiles .tile .title {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.navbox-tiles:after {
    content: '';
    display: table;
    clear: both;
}

.navigation-bar {
    height: 50px;
    position: relative;
    z-index: 1000;
}

    .navigation-bar .bar {
        background-color: #252525;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
    }

    .navigation-bar .navbox {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .navigation-bar .navbox-tiles {
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
    }

    .navigation-bar.navbox-open .navbox-trigger {
        background-color: #484747;
    }

    .navigation-bar.navbox-open .navbox {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, transform .3s;
    }

    .navigation-bar.navbox-open .navbox-tiles {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.navbox-trigger {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .navbox-trigger .fa {
        font-size: 20px;
        color: #fff;
    }

    .navbox-trigger:hover {
        background-color: #484747;
    }

.navbox {
    background-color: #484747;
    width: 100%;
    max-width: 430px;
    -webkit-backface-visibility: initial;
    backface-visibility: initial;
}

.navbox-tiles {
    width: 100%;
    padding: 25px;
}

    .navbox-tiles .tile {
        display: block;
        background-color: #087f23;
        width: 30.3030303030303%;
        height: 0;
        padding-bottom: 29%;
        float: left;
        border: 2px solid transparent;
        color: #fff;
        position: relative;
    }

        .navbox-tiles .tile .icon {
            width: 100%;
            height: 100%;
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            font-size: 45px;
        }

            .navbox-tiles .tile .icon .fa, .navbox-tiles .tile .icon .fas {
                font-size: 45px;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -webkit-backface-visibility: initial;
                backface-visibility: initial;
            }

        .navbox-tiles .tile .title {
            padding: 5px;
            font-size: 12px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .navbox-tiles .tile:hover {
            border-color: #fff;
            text-decoration: none;
        }

    .navbox-tiles .tile100 {
        display: block;
        background-color: #484747;
        width: 100%;
        /*height: 0;*/
        /*padding-bottom: 29%;*/
        float: left;
        border: 2px solid transparent;
        color: #fff !important;
        position: relative;
        border-top: 3px solid #3498db;
    }

#nav-tabs_menu {
    border-bottom: 1px solid #484747 !important;
}

    #nav-tabs_menu > li > a.active, .nav-tabs #nav-tabs_menu > li > a.active :focus, #nav-tabs_menu > li > a.active :hover {
        border-width: 0;
    }

    #nav-tabs_menu > li > a {
        border: none;
        color: #fff;
        background: #484747 !important;
    }

        #nav-tabs_menu > li > a.active, #nav-tabs_menu > li > a:hover {
            border: none;
            color: #fff !important;
            font-weight: bolder;
            background: #484747 !important;
        }

        #nav-tabs_menu > li > a::after {
            content: "";
            background: #4285F4;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

        #nav-tabs_menu > li > a.active::after, #nav-tabs_menu > li:hover > a::after {
            transform: scale(1);
        }

        #nav-tabs_menu > li, #nav-tabs_menu > li > a::after {
            background: #3498db none repeat scroll 0% 0% !important;
            color: #fff;
        }

#tab-content_menu {
    border: none !important
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.navbox-tiles .tile:not(:nth-child(3n+3)) {
    margin-right: 4.54545454545455%;
}

.navbox-tiles .tile:nth-child(n+4) {
    margin-top: 15px;
}

@media screen and (max-width: 370px) {
    .navbox-tiles .tile .icon .fa, .navbox-tiles .tile .icon .fas {
        font-size: 25px;
    }

    .navbox-tiles .tile .title {
        padding: 3px;
        font-size: 11px;
    }
}

/* test */

.form-group input {
    width: 100%;
    /*height: 25px;*/
}

.form-group select {
    width: 100%;
    height: 25px;
}

div .col-md-12 {
    margin-bottom: 15px;
}

label {
    font-size: 12.5px;
    font-weight: bolder;
    /*padding-bottom: 20px;*/
}

.btn {
    color: white;
    font-weight: bolder;
    cursor: pointer;
    /*height:35px*/
}

.smessage {
    height: 25px;
    padding: 8px;
    font-size: 15px;
    color: white;
}

#divContent {
    margin-bottom: 35px;
}

.ms-bg-color-neutralLighter {
    background-color: #f4f4f4;
    border-bottom: solid 3px #005a9e;
}

.fcard {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 30%;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #7f8c8d;
    border-top: 4px solid #2c3e50;
    margin-left: 5px;
    margin-right: 6px;
    cursor: pointer;
}

    .fcard:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.fcard_container {
    padding: 2px 16px;
}

.label {
    display: inline !important;
}

.ace-nav-user {
    list-style: none;
}

.ace-nav-user {
    max-height: 100%;
    margin: 0 !important
}

    .ace-nav-user > li {
        line-height: 50px;
        height: 50px;
        border-top: 2px solid #E1E1E1;
        padding: 0;
        width: 100%; /*position:relative;float:left*/
    }

        .ace-nav-user > li:first-child {
            border-top-width: 0
        }

        .ace-nav-user > li > a {
            background-color: #2E6589;
            color: #FFF;
            display: block;
            line-height: inherit; /*text-align:center;*/
            height: 100%;
            width: auto;
            min-width: 50px;
            padding: 0 8px;
            position: relative
        }

            .ace-nav-user > li > a > .ace-icon {
                display: inline-block;
                font-size: 16px;
                color: #FFF;
                text-align: center;
                width: 20px
            }

            .ace-nav-user > li > a > .badge {
                position: relative;
                top: -4px;
                left: 2px;
                padding-right: 5px;
                padding-left: 5px
            }

            .ace-nav-user > li.open > a, .ace-nav-user > li > a:focus, .ace-nav-user > li > a:hover {
                background-color: #2c5976;
                color: #FFF
            }

        .ace-nav-user > li.blue > a {
            background-color: #2E6589
        }

            .ace-nav-user > li.blue > a:focus, .ace-nav-user > li.blue > a:hover, .ace-nav-user > li.open.blue > a {
                background-color: #2c5976
            }

        .ace-nav-user > li.grey > a {
            background-color: #555
        }

            .ace-nav-user > li.grey > a:focus, .ace-nav-user > li.grey > a:hover, .ace-nav-user > li.open.grey > a {
                background-color: #4b4b4b
            }

        .ace-nav-user > li.green > a {
            background-color: #2E8965
        }

            .ace-nav-user > li.green > a:focus, .ace-nav-user > li.green > a:hover, .ace-nav-user > li.open.green > a {
                background-color: #2c7659
            }

        .ace-nav-user > li.margin-4 {
            margin-left: 4px
        }

        .ace-nav-user > li.margin-3 {
            margin-left: 3px
        }

        .ace-nav-user > li.margin-2 {
            margin-left: 2px
        }

        .ace-nav-user > li.margin-1 {
            margin-left: 1px
        }

        .ace-nav-user > li.no-border {
            border-width: 0 !important
        }

        .ace-nav-user > li .dropdown-menu {
            z-index: 1031
        }

    .ace-nav-user .nav-user-photo {
        margin: -4px 8px 0 0;
        border-radius: 100%;
        border: 2px solid #FFF;
        max-width: 40px
    }

    .ace-nav-user li.dropdown-footer a .ace-icon {
        display: inline-block;
        width: 1.25em;
        text-align: center
    }

@media only screen and (max-height:540px) {
    .ace-nav-user > li.dropdown-modal > .dropdown-menu {
        position: fixed;
        margin-top: auto;
        z-index: 1052
    }

        .ace-nav-user > li.dropdown-modal > .dropdown-menu:after, .ace-nav-user > li.dropdown-modal > .dropdown-menu:before {
            display: none
        }

    .ace-nav-user > li.dropdown-modal > .user-menu > li > a {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .ace-nav-user > li.dropdown-modal.open:before {
        background-color: #000;
        opacity: .5;
        border-width: 0;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        display: block;
        height: 2000px;
        width: auto;
        z-index: 1051
    }
}

@media only screen and (max-width:767px) {
    .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right {
        right: -100px
    }

        .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:before {
            right: 120px
        }

    .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        right: -80px
    }

        .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before {
            right: 100px
        }

    .user-menu.dropdown-close.dropdown-menu-right {
        right: 0 !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .navbar.navbar-collapse .ace-nav-user > li:nth-last-child(2):nth-child(1) > .dropdown-menu.dropdown-menu-right, .navbar.navbar-collapse .ace-nav-user > li:nth-last-child(2):nth-child(2) > .dropdown-menu.dropdown-menu-right {
        left: auto;
        right: -60px
    }

        .navbar.navbar-collapse .ace-nav-user > li:nth-last-child(2):nth-child(1) > .dropdown-menu.dropdown-menu-right:after, .navbar.navbar-collapse .ace-nav-user > li:nth-last-child(2):nth-child(1) > .dropdown-menu.dropdown-menu-right:before, .navbar.navbar-collapse .ace-nav-user > li:nth-last-child(2):nth-child(2) > .dropdown-menu.dropdown-menu-right:after, .navbar.navbar-collapse .ace-nav-user > li:nth-last-child(2):nth-child(2) > .dropdown-menu.dropdown-menu-right:before {
            right: 80px;
            left: auto
        }
}

@media only screen and (max-width:480px) {
    .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right {
        right: -120px
    }

        .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:before {
            right: 140px
        }

    .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        right: -90px
    }

        .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before {
            right: 110px
        }

    .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        right: -50px
    }

        .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before {
            right: 70px
        }
}

@media only screen and (max-width:479px) {
    .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right {
        left: -10px;
        right: auto
    }

        .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:before {
            right: auto;
            left: 30px
        }

    .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        left: -50px;
        right: auto
    }

        .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before {
            left: 75px;
            right: auto
        }

    .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -70px;
        right: auto
    }

        .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before {
            left: 90px;
            right: auto
        }

    .navbar:not(.navbar-collapse) .navbar-header {
        float: none !important;
        display: block
    }

    .navbar:not(.navbar-collapse) .ace-nav-user {
        display: block;
        float: none !important;
        text-align: center;
        background-color: rgba(0,0,0,.15);
        border: 1px solid rgba(0,0,0,.1);
        border-width: 1px 0 0;
        letter-spacing: -3px
    }

        .navbar:not(.navbar-collapse) .ace-nav-user > li {
            display: inline-block;
            float: none !important;
            text-align: left;
            letter-spacing: normal
        }

            .navbar:not(.navbar-collapse) .ace-nav-user > li:first-child {
                border-left: 1px solid rgba(255,255,255,.4)
            }

            .navbar:not(.navbar-collapse) .ace-nav-user > li:last-child {
                border-right: 1px solid rgba(255,255,255,.4)
            }
}

@media only screen and (max-width:319px) {
    .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -110px;
        right: auto
    }

        .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before {
            left: 130px;
            right: auto
        }

    .ace-nav-user > li:nth-child(2):nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -85px;
        right: auto
    }

        .ace-nav-user > li:nth-child(2):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-child(2):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before {
            left: 105px;
            right: auto
        }

    .ace-nav-user > li:nth-child(1):nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        left: -35px;
        right: auto
    }

        .ace-nav-user > li:nth-child(1):nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-child(1):nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before {
            left: 55px;
            right: auto
        }

    .ace-nav-user > li:nth-child(1):nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -60px;
        right: auto
    }

        .ace-nav-user > li:nth-child(1):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after, .ace-nav-user > li:nth-child(1):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before {
            left: 75px;
            right: auto
        }

    .ace-nav-user > li > a {
        padding: 0 5px !important
    }
}
/* The switch - the box around the slider */

.zl_lg {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.scroll_page_large_screen {
    width: 95% !important;
}

.label-transparente {
    background: none;
    color: #000 !important;
    font-weight: 700 !important;
    padding-bottom: 1px !important;
    border-bottom: #fa3905 1px dotted;
}

.person_context_link span {
    margin-left: 10px;
}

.list_Hide_Task {
    display: none;
}

.task_title {
    font-size: 14px;
    border-bottom: 1px solid #005a9e;
    margin-bottom: 5px;
    font-weight: bolder;
    color: #005a9e;
}

.tooltip_templates {
    display: none;
}

.modal.fade {
    opacity: 1;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }

.modal-lg {
    max-width: 90% !important;
}

#tile100_Task .list-item__secondary {
    color: #fff !important;
}

#tile100_Task .expandable-list__item:hover {
    background-color: transparent !important;
}

    #tile100_Task .expandable-list__item:hover .list-item__text--large {
        font-weight: bolder
    }

#tile100_Task .list-item__text--large {
    font-size: 14px !important;
}

.hvr-grow {
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        transform: scale(0.9);
    }

.card-title .news-title {
    border-bottom: 3px solid #000000
}

.card-shadow {
    overflow: hidden;
    position: relative;
    border: 1px solid #dbdbdb;
    padding: 6px 12px;
    box-shadow: 0 2px 5px #e8e8e8;
    margin-bottom: 10px;
}

.mru-list-header.mru-list-border-left {
    border-left: 80px solid #f4f4f4;
}

.border-left-red {
    border-left-color: red !important;
}

.border-left-green {
    border-left-color: green !important;
}

.border-left-blue {
    border-left-color: blue !important;
}

.border-left-orange {
    border-left-color: orange !important;
}

.mru-list-header.mru-list-border-left span.TaskPercentage {
    margin-left: -77px;
    margin-top: 6px;
    position: absolute;
    font-size: 25px;
    color: white;
    font-weight: bolder;
}

.card-shadow.border-green {
    border: 2px solid green;
}

.card-shadow.border-red {
    border: 2px solid red;
}

.card-shadow.border-orange {
    border: 2px solid orange;
}

.card-shadow.border-blue {
    border: 2px solid blue;
}

.card-shadow.card-border-left {
    border-left: 10px solid white;
}

.card-shadow .card-body {
    padding: 0px !important;
}

.card-shadow .media-body {
    padding-top: 15px
}

._cx_f2 {
    display: inline;
    /*width: 100% !important;*/
}

.widget-header > .widget-title {
    display: inline-block !important;
}

.nav-tabs.background-green {
    padding-top: 6px;
    background-color: #087f23;
    border: 1px solid #087f23;
}

.nav-tabs.tab-color-green {
    border-bottom-color: #087f23;
}

    .nav-tabs.tab-color-green > li > a, .nav-tabs.tab-color-green > li > a:focus {
        background-color: #80e27e;
    }

.ui-slider-range {
    background-color: #338a3e;
}

.ui-slider-handle {
    border-color: #338a3e !important;
}

.hero-container__content--modern {
    padding: 2px 0;
}

.tree .tree-branch .tree-branch-header {
    height: auto !important;
}

.divDetailContent {
    background-image: url('../img/arrow.png');
    background-color: #fff;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 110px;
    width: 100%;
    padding: 5px 5px 5px 115px;
}

[id^=TB_ChoixType_] .row:first-child {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #ffffff;
}

[id^=TB_ChoixType] > thead > tr {
    color: #707070;
    font-weight: 400;
    background: none;
}

[id^=TB_ChoixType] [type=text] {
    height: 20px !important;
}

[id^=TB_ChoixType] [type=text] {
    display: block;
    width: 100%;
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}

.table-green > thead > tr {
    color: #000 !important;
    font-weight: 400;
    background: repeat-x #4caf50 !important;
}

.profile-activity_inactive {
    border-bottom: 1px solid #1a237e !important;
    background-color: #e9e7e7 !important;
}

.txtTable {
    width: 105px;
    padding: 0 2px 0 2px;
    height: 22px;
    border: 1px solid #19227c;
    margin-left: 5px;
}

.widget-header > .widget-title {
    line-height: 36px;
    padding: 0;
    /*display: inline;*/
    width: 95%;
}

.table-detail {
    background-color: #fff;
    border: 1px solid #dcebf7;
    width: 100% !important;
    padding: 5px !important;
}

.form-card {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin: 10px 5px 10px 5px !important;
    z-index: 999999;
}

.selected {
    background-color: #00600f;
    color: #eaeaea !important;
}

    .selected:hover {
        background-color: #81c784;
    }

    .selected a {
        color: #eaeaea !important;
    }

.dropdown-preview {
    margin: 0 5px;
    display: inline-block;
}

    .dropdown-preview > .dropdown-menu {
        display: block;
        position: static;
        margin-bottom: 5px;
    }

#Tbl_ChargeInternet td, #Tbl_ProduitInternet td, #Tbl_Remplois td, #Tbl_Ressources td {
    padding: 1px !important;
}

    #Tbl_ChargeInternet td input, #Tbl_ProduitInternet td input, #Tbl_Remplois td input, #Tbl_Ressources td input {
        background-color: transparent !important;
        color: #000;
        width: 70px !important;
    }

.listItemOk {
    background-color: #3498db !important;
}

.group--collabo, .group--lecture, .group--editeur, .group--admin {
    display: none;
}

#BtnRetours {
    font-size: 15px;
}

.input_sans_cadre {
    border: 1px solid #fff !important;
}

.title {
    background-color: #19750E;
    color: #EAF8E8;
    padding: 5px 3px 5px 3px;
}

    .title:hover {
        background-color: #0B3C04;
        color: #EAF8E8;
        padding: 5px 3px 5px 3px;
    }

    .title.active:hover {
        background-color: #0B3C04;
        color: #EAF8E8;
        padding: 5px 3px 5px 3px;
    }

.customScrollBar {
    min-height: 450px;
}

.status_new {
    border-bottom: 2px solid #E5F44F;
}

.status_in_progress {
    border-bottom: 2px solid #49F6FC;
}

.status_canceled {
    border-bottom: 2px solid #828889;
}

.status_archived {
    border-bottom: 2px solid #000;
}

.status_closed {
    border-bottom: 2px solid #E91111;
}

.status_rejected {
    border-bottom: 2px solid #E29696;
}

.status_validated {
    border-bottom: 2px solid #1F8023;
}

.status_waiting {
    border-bottom: 2px solid #F19835;
}

.box-part.active {
    background-color: #08270b !important;
    color: #eaeaea !important;
    border-bottom: 3px solid #e55c0d !important;
}

.imp-card {
    border: 1px solid rgb(2,0,96);
    padding: 6px;
    width: 100%;
    font-weight: 500;
    color: rgb(2,0,96);
}

    .imp-card .bold {
        font-weight: 700;
    }

.dataTables_wrapper .row:first-child {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #ffffff;
}

.dataTables_wrapper .row:last-child {
    border-bottom: 0px solid #ffffff;
    padding-top: 5px;
    padding-bottom: 2px;
    background-color: #ffffff;
}

.border-left-primary {
    border-left: .25rem solid #4e73df !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.h-100 {
    height: 100% !important;
}

.shadow {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.align-items-center {
    align-items: center !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

*, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

/* NOTIFY */

[data-notify="container"][class*="alert-sx-"] {
    background-color: rgb(184, 231, 184);
    border-width: 0px;
    border-left: 15px solid rgb(255, 240, 106);
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
    /*font-family: 'Old Standard TT', serif; */
    letter-spacing: 1px;
}

[data-notify="container"].alert-sx-success {
    border-left-color: rgb(81, 185, 20);
}

[data-notify="container"].alert-sx-info {
    border-left-color: rgb(255, 179, 40);
}

[data-notify="container"].alert-sx-danger {
    border-left-color: rgb(255, 103, 76);
}

[data-notify="container"][class*="alert-sx-"] > [data-notify="title"] {
    color: rgb(80, 80, 57);
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

[data-notify="container"][class*="alert-sx-"] > [data-notify="message"] {
    font-weight: 400;
}

/* END NOTIFY  */

._ph_G7 .btn-inverse {
    font-size: 15px;
    margin-left: 3px;
}

.FrmDataTableSearch {
    font-weight: 400 !important;
    margin-left: 14%;
}