@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../Content/webfonts/fa-brands-400.eot");
    src: url("../Content/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab::before {
    font-family: "Font Awesome 5 Brands", !important, sans-serif;

}

@font-face {
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../Content/webfonts/fa-regular-400.eot");
    src: url("../Content/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far::before {
    font-family: "Font Awesome 5 Free", !important, sans-serif;
    font-weight: 400 !important;
}


@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../Content/webfonts/fa-solid-900.eot");
    src: url("../Content/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fas::before {
    font-family: "Font Awesome 5 Free", !important, sans-serif;
    font-weight: 900 !important;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/*Structure Generale*/
* {
    padding: 0;
    margin: 0;
}

.spacer {
    clear: both;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
    font-size: 14px;
    color: #464241;
}

#container {
    width: 100%;
    min-width: 1200px;
}

body.home #container {
    position: fixed;
    height: 100%;
}

strong, b {
    font-weight: normal;
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
}

h1, h2, h3, h4 {
    display: inline;
    font-weight: normal;
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
    padding: 0;
    margin: 0;
}

.tag {
    width: 100px !important;
    background: #dc0a18;
    border-radius: 10px;
    font-size: 15px !important;
    text-align: center !important;
    color: White;
    margin: 0px !important;
}

/*Footer*/
#container_footer {
    display: block;
    width: 100%;
    height: 40px;
    padding: 30px 0 20px 0;
    bottom: 0;
    z-index: 100;
}

    #container_footer.home {
        position: fixed;
        height: 55px;
        padding: 30px 0 20px 0;
    }

#footer {
    width: 1050px;
    margin: auto;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}

    #footer img {
        margin: -10px 15px 0 0;
    }

    #footer a {
        color: #ffffff;
        text-decoration: none;
    }

        #footer a:hover {
            text-decoration: underline;
        }


/*Header*/
#header {
    width: 100%;
    height: 70px;
}

#entete {
    float: left;
    width: 29%;
    margin: 23px 0 0 29%;
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 18px;
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
}

#utilisateur {
    float: right;
    width: 37%;
    margin: 28px 5% 0 0;
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
    text-align: right;
}

    #utilisateur span {
        float: right;
        padding: 10px 10px 10px 30px;
        color: #ffffff;
        background: url(../charte/structure-generale/picto.png) -10px -208px no-repeat #363130;
        font-size: 11px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        font-style: normal;
        margin: -10px 0 0 10px;
    }

        #utilisateur span:hover {
            background: url(../charte/structure-generale/picto.png) -10px -258px no-repeat #ffffff;
            color: #363130;
        }

        #utilisateur span a {
            margin: -10px -10px -10px -30px;
            padding: 10px 10px 10px 30px;
            display: block;
            text-decoration: none;
            color: white;
        }

            #utilisateur span a:hover {
                color: #363130;
            }


.lds-ring {
    display: none;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #cef;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #cef transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Menu*/
#menu {
    float: left;
    width: 20%;
    min-width: 220px;
    /*color: #ffffff;*/
    margin: 130px 0 0 0;
}

#container.hidden {
    background: #ffffff;
}

    #container.hidden #menu {
        float: left;
        /*position: fixed;*/
        width: 50px;
        min-width: 50px;
        left: 0;
        padding: 50px 0 0 0;
        margin: 50px 0 50px 0;
        overflow: visible;
    }

        #container.hidden #menu ul li a span {
            margin: -8px 12px 0 0;
        }

    #container.hidden #contenu {
        width: 90%;
        padding: 2%;
    }


#menu ul {
    padding: 0;
    margin: 0;
}

    #menu ul li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #menu ul li a {
            display: block;
            height: 28px;
            padding: 12px 0 10px 50px;
            color: #ffffff;
            text-decoration: none;
            border-bottom: 1px solid #555150;
            background-image: url(../charte/menu/picto.png);
            background-repeat: no-repeat;
        }

        #menu ul li.dashboard a {
            background-position: 0 0;
        }

        #menu ul li.planning a {
            background-position: 0 -50px;
        }


        #menu ul li.suivi_tournees a {
            background-position: 0 -100px;
        }

        #menu ul li.synthese a {
            background-position: 0 -950px;
        }


        #menu ul li.map a {
            background-position: 0 -150px;
        }

        #menu ul li.reporting a {
            background-position: 0 -200px;
        }

        #menu ul li.message a {
            background-position: 0 -250px
        }

        #menu ul li.alert a {
            background-position: 0 -300px;
        }

        #menu ul li.ressources a {
            background-position: 0 -350px;
        }

        #menu ul li.setting a {
            background-position: 0 -400px;
        }

        #menu ul li.log a {
            background-position: 0 -450px;
        }

        #menu ul li.terminal a {
            background-position: 0 -500px;
        }

        #menu ul li.evenement a {
            background-position: 0 -550px;
        }

        #menu ul li.site a {
            background-position: 0 -600px;
        }

        #menu ul li.utilisateur a {
            background-position: 0 -650px;
        }

        #menu ul li.vehicule a {
            background-position: 0 -700px;
        }

        #menu ul li.client a {
            background-position: 0 -750px;
        }

        #menu ul li.planTransport a {
            background-position: 0 -850px;
        }

        #menu ul li.pdpTemplate a {
            background-position: 0 -900px;
        }

        #menu ul li.typeSupport a {
            background-position: 0 -950px;
        }

        #menu ul li.contenantTemplate a {
            background-position: 0 -1000px;
        }

        #menu ul li.pilotageTournee a {
            background-position: 0 -1050px;
        }

        #menu ul li.admin a {
            background-position: 0 -1100px;
        }

        #menu ul li.supervision a {
            background-position: 0 -1150px;
        }

        #menu ul li.anonyme a {
            background-position: 0 -1200px;
        }

        #menu ul li.evenement a:hover, #menu ul li.evenement a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -300px;
        }

        #menu ul li.terminal a:hover, #menu ul li.terminal a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -350px;
        }

        #menu ul li.log a:hover, #menu ul li.log a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -400px;
        }

        #menu ul li.dashboard a:hover, #menu ul li.dashboard a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -450px;
        }

        #menu ul li.planning a:hover, #menu ul li.planning a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -500px;
        }

        #menu ul li.suivi_tournees a:hover, #menu ul li.suivi_tournees a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -550px;
        }

        #menu ul li.synthese a:hover, #menu ul li.synthese a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -1250px;
        }


        #menu ul li.map a:hover, #menu ul li.map a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -600px;
        }

        #menu ul li.reporting a:hover, #menu ul li.reporting a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -650px;
        }

        #menu ul li.message a:hover, #menu ul li.message a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -700px;
        }

        #menu ul li.alert a:hover, #menu ul li.alert a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -750px;
        }

        #menu ul li.ressources a:hover, #menu ul li.ressources a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -800px;
        }

        #menu ul li.setting a:hover, #menu ul li.setting a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -850px;
        }

        #menu ul li.site a:hover, #menu ul li.site a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -900px;
        }

        #menu ul li.utilisateur a:hover, #menu ul li.utilisateur a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -950px;
        }

        #menu ul li.vehicule a:hover, #menu ul li.vehicule a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -1000px;
        }

        #menu ul li.client a:hover, #menu ul li.client a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -1050px;
        }

        #menu ul li.planTransport a:hover, #menu ul li.planTransport a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -1150px;
        }

        #menu ul li.pdpTemplate a:hover, #menu ul li.pdpTemplate a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -1200px;
        }

        #menu ul li.typeSupport a:hover, #menu ul li.typeSupport a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -1250px;
        }

        #menu ul li.contenantTemplate a:hover, #menu ul li.contenantTemplate a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -1300px;
        }

        #menu ul li.pilotageTournee a:hover, #menu ul li.pilotageTournee a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -1350px;
        }

        #menu ul li.admin a:hover, #menu ul li.admin a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -1400px;
        }

        #menu ul li.supervision a:hover, #menu ul li.supervision a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -1450px;
        }

        #menu ul li.anonyme a:hover, #menu ul li.anonyme a.select {
            background-image: url(../charte/menu/picto_over.png);
            background-position: 0 -1500px;
        }

        #menu ul li a span {
            float: right;
            height: 21px;
            text-align: center;
            margin: 0 20px 0 0;
            padding: -3px 0 0 0;
            padding: 3px 0 0 0\9;
            font-size: 12px;
        }

#menu .smenu {
    background: url(../charte/structure-generale/fond.jpg) 0 0 repeat #3f3a39;
    width: 300px;
}

#menu ul #b_menu {
    float: right;
    width: 50px;
    height: 50px;
    margin: -50px 0 0 0;
    cursor: pointer;
}

.RadMenu {
    z-index: 100 !important;
}


#container.hidden #menu ul #b_menu {
    float: left;
    width: 50px;
    height: 50px;
    margin: -50px 0 0 0;
    cursor: pointer;
}

/*Contenu*/
#contenu {
    float: left;
    width: 70%;
    min-height: 700px;
    margin: 0;
    padding: 2% 5%;
    background: #ffffff;
}

.ss_titre {
    display: block;
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
    font-style: italic;
    font-size: 18px;
    margin: 10px 0 0 0;
}

    .ss_titre.center {
        text-align: center;
    }

#titre {
    display: block;
    font-size: 24px;
    line-height: 40px;
    padding: 0;
    margin: 0 auto;
    font-style: italic;
    width: 40%;
}

    #titre h1 {
        display: inline;
        font-size: 24px;
        padding: 0;
        margin: 0;
        font-weight: normal;
        font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
    }

    #titre .picto {
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        margin: 3px 0 0 -50px;
        background-image: url(../charte/menu/picto.png);
        /*transform: scale(1.3);*/
    }

    /*#titre.dashboard {
        width: 190px;
    }*/

    #titre.planning {
        width: 260px;
    }

    #titre.synthese {
        width: 260px;
    }

    #titre.suivi_tournees {
        width: 260px;
    }

    #titre.map {
        width: 165px;
    }

    #titre.reporting {
        width: 230px;
    }

    #titre.message {
        width: 120px;
    }

    #titre.alert {
        width: 90px;
    }

    #titre.ressources {
        width: 135px;
    }

    #titre.setting {
        width: 140px;
    }

    #titre.dashboard .picto {
        background-position: 0 -5px;
    }

    #titre.planning .picto {
        background-position: 0 -55px;
    }

    #titre.map .picto {
        background-position: 0 -105px;
    }

    #titre.reporting .picto {
        background-position: 0 -205px;
    }

    #titre.message .picto {
        background-position: 0 -205px;
    }

    #titre.alert .picto {
        background-position: 0 -305px;
    }

    #titre.suivi_tournees .picto {
        background-position: 0 -105px;
    }

    #titre.synthese .picto {
        background-position: 0 -550px;
    }

    #titre.ressources .picto {
        background-position: 0 -357px;
    }

    #titre.anomalies .picto {
        background-image: url(../charte/menu/picto_settings_pages.png);
        background-position: 0 -5px;
    }

    #titre.roles .picto {
        background-image: url(../charte/menu/picto_settings_pages.png);
        background-position: 0 -105px;
    }

    #titre.setting .picto {
        background-position: 0 -355px;
    }

#titre, .new, #entete {
    font-style: normal;
    font-weight: 700;
    font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
}

#entete {
    line-height: 20px;
}

a[rel=tooltip].aideD {
    float: right;
    font-size: 12px;
    margin: 10px 0 0 0;
    font-style: italic;
    display: none; /* Masquage du bouton 'Aide' sur tous les écrans du back-office et de l'extranet */
}

hr {
    clear: both;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #cccccc;
    margin: 10px 0;
}

.colonne100 {
    width: 98%;
    margin: 0 2% 0 0;
    padding: 0;
}

.colonne90 {
    float: left;
    width: 88%;
    margin: 0 2% 0 0;
    padding: 0;
}

.colonne50Left {
    float: left;
    width: 45%;
    text-align: center;
    padding: 0;
    margin: 0 2% 0 0;
}

.colonne100Bis {
    width: 100%;
    margin: 0;
    padding: 0;
}

.colonne5Left {
    float: left;
    width: 5%;
    text-align: center;
    padding: 0px;
    margin: 0;
}

.colonne95Right {
    float: right;
    width: 95%;
    text-align: center;
    padding: 0px;
    margin: 0 0 0 0;
}

.tileMe ul li {
    float: left;
}

.colonne50Right {
    float: right;
    width: 45%;
    text-align: center;
    padding: 0;
    margin: 2%;
}

.tableIcon {
    display: table;
    width: 100%;
}

.colonneIcon {
    display: table-cell;
    padding-right: 2px;
    text-align: center;
    vertical-align: top;
}

    .colonneIcon.visible {
        display: block;
    }

    .colonneIcon.hide {
        display: none;
    }

.colonne10 {
    float: left;
    width: 8%;
    text-align: center;
    padding: 0;
    margin: 0 2% 0 0;
}

.bloc_gris {
    width: 94%;
    background: #363130;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 3%;
    margin: 0 0 10px 0;
    color: #ffffff;
    font-size: 13px;
}

.t_bloc {
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
    font-style: italic;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
}

    .t_bloc a {
        float: right;
        padding: 5px 10px;
        font-size: 12px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        font-style: normal;
        margin: -5px 0 0 10px;
        text-decoration: none;
        font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
    }

    .t_bloc span {
        float: left;
        width: 45px;
        height: 40px;
        background-image: url(../charte/menu/picto.png);
        background-repeat: no-repeat;
        margin: -5px 0 0 0;
    }

        .t_bloc span.dashboard {
            background-position: -10px -10px;
        }

        .t_bloc span.planning {
            background-position: 0 -60px;
        }

        .t_bloc span.map {
            background-position: 0 -210px;
        }

        .t_bloc span.reporting {
            background-position: 0 -160px;
        }

        .t_bloc span.message {
            background-position: 0 -260px;
        }

        .t_bloc span.alert {
            background-position: 0 -310px;
        }

        .t_bloc span.ressources {
            background-position: 0 -310px;
        }

        .t_bloc span.setting {
            background-position: 0 -360px;
        }

.b_detail a {
    width: 40px;
    padding: 3px 10px 3px 35px;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-style: normal;
    margin: -5px 0 0 0;
    text-decoration: none;
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
}

.table_tournees {
    max-height: 350px;
    overflow: auto;
    margin: 0 0 10px 0;
}

    .table_tournees table {
        color: #ffffff;
        font-size: 14px;
    }

        .table_tournees table tr td {
            height: 25px;
        }

.chauffeur {
    background: url(../charte/structure-generale/picto.png) -10px -360px no-repeat;
    background-color: #363130;
    padding: 0 0 0 30px;
}

.livraison_ok {
    background: url(../charte/structure-generale/picto.png) 0 -416px no-repeat;
    background-color: #363130;
    padding: 0 0 0 47px;
}

.livraison_ko {
    background: url(../charte/structure-generale/picto.png) 0 -466px no-repeat;
    background-color: #363130;
    padding: 0 0 0 47px;
}

.livraison {
    background-color: #363130;
}


.table_tournees span.livraison {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin: 0 !important;
    background: url(../charte/structure-generale/picto.png) 0 -416px no-repeat;
}

.table_ressources tr th span.livraison_ok, .table_ressources tr th span.livraison_ko {
    display: block;
    float: none;
    width: 50px;
    height: 25px;
    padding: 0;
    margin: auto;
}

.table_ressources tr th span.livraison {
    display: inline-block;
    float: none;
    width: 30px;
    height: 20px;
    padding: 0;
    margin: 0 !important;
    background: url(../charte/structure-generale/picto.png) 0 -414px no-repeat;
}

.table_ressources .nom {
    display: inline-block;
    background: #363130;
    color: #ffffff;
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
    font-size: 14px;
    padding: 5px 10px;
}

.bloc_gris select {
    width: 100%;
    padding: 5px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    margin: 20px 0;
    font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
    font-size: 12px;
}

.bloc_gris textarea, .tchat_repondre textarea {
    float: left;
    width: 75%;
    height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 5px;
    margin: 0;
    background: #ffffff;
    font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
}

.bloc_gris input.submit, .tchat_repondre input.submit {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    float: left;
    width: 18%;
    height: 60px;
    height: 70px\9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
    margin-left: 2%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.bloc_gris_clair .tchat_repondre input.submit {
    position: relative;
    transform: scale(1);
    top: 0px;
    left: 0px;
    margin-left: 2%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

a.b_reporting {
    display: block;
    width: 80%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 20px 5% 20px 15%;
    margin: 0;
    cursor: pointer;
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
    font-style: italic;
    font-size: 15px;
    text-align: center;
}

    a.b_reporting span {
        position: absolute;
        width: 40px;
        height: 40px;
        margin: -10px 0 0 -45px;
    }

.bloc_notes {
    width: 100%;
    padding: 10px 0;
    background: #fff0b0;
    background: -webkit-radial-gradient( center, circle, #fff0b0, #f9d580);
    background: -moz-radial-gradient( center, circle, #fff0b0, #f9d580);
    background: -ms-radial-gradient( center, circle, #fff0b0, #f9d580);
    background: -o-radial-gradient( center, circle, #fff0b0, #f9d580);
    background: radial-gradient( circle at center, #fff0b0, #f9d580);
}

    .bloc_notes textarea {
        display: block;
        width: 92%;
        height: 149px;
        background: none;
        border: none;
        margin: auto;
        font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
        font-size: 16px;
        font-style: italic;
        color: #2d5582;
    }

    .bloc_notes span {
        float: right;
        width: 15px;
        height: 12px;
        background: url(../charte/structure-generale/bec_notes.jpg) 0 0 no-repeat;
        margin: -10px 0 0 0;
    }

.liste {
    width: 100%;
    color: #464241;
    height: 150px;
    overflow: auto;
}

    .liste ul {
        padding: 0;
        margin: 0;
    }

        .liste ul li {
            height: 25px;
            padding: 3px 5px 3px 25px;
            margin: 0;
            list-style: none;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: pre;
            background: url(../charte/structure-generale/picto.png) -12px -510px no-repeat;
            font-style: italic;
        }

    .liste#liste_alert, .liste#liste_message {
        background-color: #ffffff;
    }

        .liste#liste_alert ul li {
            font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        }

            .liste#liste_alert ul li.read {
                font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
            }

    .liste ul li.read {
        background: url(../charte/structure-generale/picto.png) -12px -560px no-repeat;
        font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
    }

    .liste ul li.gris {
        background-color: #e5e5e5;
    }

    .liste ul li span {
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        margin: 0 15px 0 0;
        font-size: 14px;
    }

    .liste ul li.read span {
        font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
    }

    .liste ul li a {
        text-decoration: none;
    }

        .liste ul li a:hover {
            text-decoration: underline;
        }

/*Filtres*/
.filtres {
    width: 100%;
    background: #ecf0f1;
    padding: 20px 0;
    text-align: center;
    border-radius: 4px;
}

    .filtres ul {
        display: inline-block;
    }

        .filtres ul li {
            list-style: none;
            display: inline-block;
            margin: 0 8px;
            padding: 5px 0;
            line-height: 30px;
            /* vertical-align: bottom; */
        }

            .filtres ul li span {
                vertical-align: middle;
                float: inherit;
                width: 40px;
                height: 27px;
                display: inline-block;
                margin: 0 5px 0 -5px;
                background-repeat: no-repeat;
                background-image: url(../charte/structure-generale/picto.png);
            }

                .filtres ul li span.site {
                    background-position: 0 -615px;
                    margin: 0;
                }

                .filtres ul li span.tournee {
                    background-position: 0 -660px;
                }

                .filtres ul li span.journee {
                    background-position: 0 -715px;
                    margin: 0 -25px 0 10px;
                }

                .filtres ul li span.journee2 {
                    background-position: 0 -715px;
                    margin: 0 0 0 -10px;
                }

                .filtres ul li span.messages {
                    background-position: 0 -1115px;
                }

                .filtres ul li span.expediteur {
                    background-position: 0 -364px;
                    margin: 0 0px 0 -14px;
                }

                .filtres ul li span.pdpTemplate {
                    background-position: 0px -716px;
                    margin: 0 5px 0 -18px;
                }

            .filtres ul li select {
                min-width: 80px;
                clear: both;
                margin: 5px 0 0 0;
                padding: 5px 10px;
            }

            .filtres ul li input[type="text"] {
                min-width: 80px;
                clear: both;
                margin: 5px 0 0 0;
                padding: 5px 10px;
            }

    .bloc_gris_clair a.b_reporting, .filtres a.b_reporting, .filtres a.b_refresh, .filtres a.b_afficher {
        display: inline-block;
        width: auto;
        padding: 10px 25px;
        margin: -20px 20px 0 20px;
        font-size: 14px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-style: italic;
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        cursor: pointer;
    }

    .bloc_gris_clair a.b_reporting, .filtres a.b_reporting {
        margin: -10px 20px 0 20px;
    }

    .filtres .tout a.b_refresh {
        margin: -5px 0 0 10px;
    }

    .bloc_gris_clair a.b_reporting span, .filtres a.b_reporting span {
        /* transform: scale(0.8); */
        position: relative;
        float: left;
        width: 40px;
        height: 25px;
        margin: 0px 0 0 0;
        background: url(../charte/menu/picto.png) -12px -560px no-repeat;
    }

    .filtres a.b_refresh span {
        float: left;
        width: 40px;
        height: 20px;
        margin: 2px 0 0 0;
        background: url(../charte/structure-generale/picto.png) -10px -766px no-repeat;
    }

    .filtres a.b_afficher span {
        float: left;
        width: 40px;
        height: 36px;
        margin: -8px 0 0 0;
        background: url(../charte/structure-generale/picto.png) -10px -1005px no-repeat;
    }

    .filtres ul li ul {
        border-left: 1px solid #cccccc;
        padding: 0;
        margin: 0;
    }

        .filtres ul li ul li {
            display: block;
            clear: both;
            text-align: left;
            font-style: italic;
            font-size: 11px;
        }

            .filtres ul li ul li span {
                float: left;
                width: 15px;
                height: 15px;
                margin: 0 5px 5px 0;
                background: #615b59;
            }

            .filtres ul li ul li.encours span, .table_ressources tr td.encours, .table_ressources tr td span.encours, .table_planning tr td table tr td.encours, .table_planning tr td table tr.gris td.encours {
                background: #199016;
            }

            .filtres ul li ul li.retard3 span, .table_ressources tr td.retard3, .table_ressources tr td span.retard3, .table_planning tr td table tr.gris td.retard3 {
                background: rgb(255, 31, 31);
            }

            .filtres ul li ul li.retard2 span, .table_ressources tr td.retard2, .table_ressources tr td span.retard2, .table_planning tr td table tr.gris td.retard2 {
                background: rgb(255, 119, 0);
            }

            .filtres ul li ul li.retard1 span, .table_ressources tr td.retard1, .table_ressources tr td span.retard1, .table_planning tr td table tr.gris td.retard1 {
                background: rgb(255, 179, 0);
            }

            .filtres ul li ul li.retard span, .table_ressources tr td.retard, .table_ressources tr td span.retard, .table_planning tr td table tr.gris td.retard {
                background: #dc0a18;
            }

            .filtres ul li ul li.retardee span, .table_ressources tr td.retardee, .table_ressources tr td span.retardee, .table_planning tr td table tr.gris td.retardee {
                background: #f28100;
            }

            .filtres ul li ul li.attente span, .table_ressources tr td.attente, .table_ressources tr td span.attente, .table_planning tr td table tr.gris td.attente {
                background: #2c3e50;
            }

.table_ressources tr td.encours, .table_ressources tr td.retard3, .table_ressources tr td.retard2, .table_ressources tr td.retard1, .table_ressources tr td.retard, .table_ressources tr td.retardee {
    color: #ffffff;
}

.filtres ul li ul li.conforme span p {
    display: block;
    width: 30px;
    height: 30px;
    transform: scale(0.5);
    margin: -5px 0 0 -7px;
    background: url(../charte/structure-generale/picto.png) center -1215px no-repeat;
}

.filtres ul li ul li.litige span p {
    display: block;
    width: 30px;
    height: 30px;
    transform: scale(0.5);
    margin: -6px 0 0 -8px;
    background: url(../charte/structure-generale/picto.png) center -1264px no-repeat;
}

.filtres ul li ul li.non span p {
    display: block;
    width: 30px;
    height: 30px;
    transform: scale(0.5);
    margin: -6px 0 0 -8px;
    background: url(../charte/structure-generale/picto.png) center -1314px no-repeat;
}

.bloc_gris_clair {
    margin: 10px 0;
    padding: 20px;
    background: #ecf0f1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inherit;
}

    .bloc_gris_clair .liste {
        height: inherit;
    }

        .bloc_gris_clair .liste ul li {
            height: 25px;
            padding: 15px 15px 15px 45px;
            margin: 0;
            list-style: none;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: pre;
            background-image: none;
            font-style: italic;
        }

    .bloc_gris_clair table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .bloc_gris_clair td {
        border-bottom: 1px solid #b1afaf;
        margin: 0;
        padding: 10px 0 10px 0;
    }

    .bloc_gris_clair th {
        border-bottom: 1px solid #b1afaf;
        margin: 0;
        padding: 10px 0 10px 0;
    }

    .bloc_gris_clair .noline {
        border-bottom: none;
        margin: 0;
        padding: 10px 0 10px 0;
    }

a.btn {
    float: right;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
    text-decoration: none;
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
    font-style: italic;
}

    a.btn.center {
        float: none;
        display: block;
        margin: auto;
        text-align: center;
    }

.bloc_gris_clair .liste ul li a:hover {
    text-decoration: none;
}

.bloc_gris_clair .liste#liste_alert, .bloc_gris_clair .liste#liste_message, .bloc_gris_clair .liste#liste_reporting {
    background-color: #ececec;
}

    .bloc_gris_clair .liste#liste_alert ul li, .bloc_gris_clair .liste#liste_message ul li {
        background-image: url(../charte/structure-generale/picto.png);
        background-position: 30px -495px;
        background-repeat: no-repeat;
        padding: 15px 15px 15px 70px;
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
    }

    .bloc_gris_clair .liste#liste_message ul li {
        font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
    }

        .bloc_gris_clair .liste#liste_alert ul li.read, .bloc_gris_clair .liste#liste_message ul li.read {
            background-position: 30px -545px;
            font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
        }

        .bloc_gris_clair .liste#liste_alert ul li input, .bloc_gris_clair .liste#liste_message ul li input {
            margin: 5px 0 0 -50px;
        }

.tout {
    clear: both;
    padding: 0 0 0 45px;
    margin: 15px auto;
    font-size: 14px;
    font-style: italic;
    height: 15px;
}

    .tout.ressources {
        height: auto;
    }

    .tout.center {
        display: inline-block;
        padding: 0;
    }

    .tout a, .tout a.supp, .tout a.suppG {
        padding: 8px 20px;
        margin: -5px 0 0 10px;
        font-size: 14px;
    }

    .tout.center a, .tout.center a.supp {
        padding: 8px 40px;
    }

        .tout.center a.b_refresh {
            padding: 8px 30px 8px 20px;
        }

    .tout a.suppG {
        clear: both;
        float: left;
        margin: 0 0 0 -45px;
    }

.bloc_gris_clair form {
    width: 250px;
    margin: auto;
}

.bloc_gris_clair label {
    display: inline-block;
    width: 110px;
    margin: 0 10px 5px 0;
}

.bloc_gris_clair select {
    display: inline-block;
    width: 110px;
    padding: 5px;
    margin: 0 0 5px 0;
}

.new {
    margin: 15px 0;
    text-align: center;
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
    font-style: italic;
    font-size: 20px;
}

    .new a {
        display: inline-block;
        width: auto;
        padding: 10px 30px 5px 20px;
        margin: 10px 0 0 50px;
        font-size: 14px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-style: italic;
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        cursor: pointer;
        text-decoration: none;
    }

        .new a span {
            position: relative;
            float: left;
            width: 40px;
            height: 40px;
            margin: -8px 0 0 0;
            background: url(../charte/structure-generale/picto.png) -10px -905px no-repeat;
        }


.table_anomalies #contenu_pop_up .gris_clair input {
    float: left;
}

.checkBoxSiblingAnomalie {
    text-align: center !important;
}

.checkBoxChildAnomalie {
    text-align: center !important;
}

.table_ressources {
    font-size: 13px;
    background: #ececec;
}

    .table_ressources a:hover {
        text-decoration: none;
    }

    .table_ressources tr th, .table_messages tr th, .table_anomalies tr th, .table_fleet_alert tr th {
        background: #363130;
        color: #ffffff;
        font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
        font-weight: normal;
        padding: 5px 0;
    }

        .table_ressources tr th span {
            float: right;
            width: 12px;
            height: 7px;
            background-image: url(../charte/structure-generale/picto.png);
            background-repeat: no-repeat;
            cursor: pointer;
            margin: 0 3px 0 1px;
        }

            .table_ressources tr th span.top {
                background-position: -12px -966px;
            }

            .table_ressources tr th span.bottom {
                margin: 12px 3px 0 -15px;
                background-position: -12px -977px;
            }

            .table_ressources tr th span:hover.top, .table_ressources tr th span.select.top {
                background-position: -25px -966px;
            }

            .table_ressources tr th span:hover.bottom, .table_ressources tr th span.select.bottom {
                background-position: -25px -977px;
            }

    .table_ressources tr td, .table_messages tr td {
        text-align: center;
        padding: 5px 0;
    }

    .table_ressources tr.gris td {
        background-color: #e5e5e5;
    }

.actif, .inactif {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../charte/structure-generale/picto.png) !important;
    background-repeat: no-repeat;
    margin: auto;
    cursor: pointer;
}

.actif {
    background-position: -10px -810px !important;
}

.inactif {
    background-position: -10px -860px !important;
}

.table_messages {
    display: block;
    width: 100%;
    font-size: 12px;
    background-color: #ececec;
    height: 440px;
    overflow: auto;
}

    .table_messages tr td {
        font-style: italic;
        line-height: 18px;
    }

        .table_messages tr td a {
            text-decoration: none;
        }

        .table_messages tr td .puce {
            display: block;
            width: 20px;
            height: 21px;
            margin: -7px 0 0 0;
            background-image: url(../charte/structure-generale/picto.png);
            background-position: -14px -510px;
            background-repeat: no-repeat;
            cursor: pointer;
        }

        .table_messages tr td.chf {
            font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        }

    .table_messages tr.read td .puce {
        background-position: -14px -560px;
    }

    .table_messages tr.read td.chf {
        font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
    }

    .table_messages tr.gris td {
        background-color: #e5e5e5;
    }

    .table_messages tr td .msg {
        display: block;
        width: 98%;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        white-space: -moz-pre-wrap;
        white-space: pre-wrap;
    }

    .table_messages tr td .nb_msg {
        display: block;
        width: 20px;
        height: 21px;
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: #ffffff;
    }

        .table_messages tr td .nb_msg a {
            color: #ffffff;
        }

.tchat {
    display: block;
    background: #ffffff;
    font-size: 12px;
    height: 300px;
    overflow: auto;
}

p.t_tchat {
    width: 100%;
    text-align: center;
    color: #ffffff;
    background: #adadad;
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
    padding: 5px 0;
    font-style: italic;
}

.tchat ul li {
    float: left;
    width: 100%;
    list-style: none;
    font-size: 12px;
    margin: 10px 0;
}

    .tchat ul li span {
        position: relative;
        float: left;
        display: inline-block;
        width: 10px;
        height: 12px;
        word-wrap: break-word;
        background: url(../charte/structure-generale/picto.png) -20px -1165px no-repeat;
        margin: 20px 0 0 0;
    }

    .tchat ul li.reponse span {
        position: relative;
        float: right;
        display: inline-block;
        right: 2px;
        word-wrap: break-word;
        background: url(../charte/structure-generale/picto.png) -21px -1177px no-repeat;
    }

    .tchat ul li em {
        float: left;
        width: 90%;
        border: 2px solid #cacaca;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #f7f7f7;
        padding: 5px;
        word-wrap: break-word;
        margin: 0 0 0 -2px;
    }

    .tchat ul li.reponse em {
        float: right;
        background: #e8e8e8;
        margin: 0;
    }

.table_planning_th tr th {
    font-size: 10px;
    background: #363130;
    color: #ffffff;
    font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
    font-weight: normal;
    padding: 5px 0;
}

    .table_planning_th tr th.no {
        background: #ffffff;
        border-left: 5px solid #ffffff;
    }

.TableOverflow {
    /*display: block;
    width: 100%;
    height: 450px;
    overflow: auto;*/
}

.table_planning {
    background-color: #ececec;
}

    .table_planning td {
        width: 4.5%;
        max-width: 30px;
        overflow: hidden;
        font-size: 12px;
        border-bottom: 1px solid #ffffff;
        text-overflow: ellipsis;
        word-wrap: break-word;
        white-space: -moz-no-wrap;
        white-space: nowrap;
    }

        .table_planning td p {
            display: inline-block;
            padding: 0;
            margin: 0;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 60%;
        }

        .table_planning td.gris {
            background-color: #e5e5e5;
        }

    .table_planning tr td.nom {
        width: 15%;
        background: #363130;
        color: #ffffff;
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        font-style: italic;
        padding: 5px 0;
        font-size: 22px;
        border-left: 5px solid #363130;
        cursor: pointer;
    }

        .table_planning tr td.nom ul {
            /*float: right;*/
            display: inline-block;
            margin-right: 10px;
        }

            .table_planning tr td.nom ul li {
                width: 30px;
                font-weight: normal;
                list-style: none;
                font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
                font-size: 12px;
                padding: 3px;
                margin: 0;
                text-align: right;
            }

                .table_planning tr td.nom ul li.livraison_ok {
                    background: url(../charte/structure-generale/picto.png) -30px -414px no-repeat;
                }

                .table_planning tr td.nom ul li.livraison_ko {
                    background: url(../charte/structure-generale/picto.png) -30px -464px no-repeat;
                }

    .table_planning td.nom.encours {
        border-left: 5px solid #199016;
    }

    .table_planning tr td.nom.retard {
        border-left: 5px solid #dc0a18;
    }

    .table_planning tr td.nom.retard1 {
        border-left: 5px solid rgb(255, 179, 0);
    }

    .table_planning tr td.nom.retard2 {
        border-left: 5px solid rgb(255, 119, 0);
    }

    .table_planning tr td.nom.retard3 {
        border-left: 5px solid rgb(255, 31, 31);
    }

    .table_planning tr td.nom.retardee {
        border-left: 5px solid #f28100;
    }

    .table_planning tr td.nom.attente {
        border-left: 5px solid #2c3e50;
    }

    .table_planning .livree {
        background: #615b59;
        color: #ffffff;
        padding: 5px;
        margin: 0;
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        font-style: italic;
        border-left: 1px solid #ffffff;
        cursor: pointer;
    }

    .table_planning .retardee {
        background: #f28100;
        color: #ffffff;
        padding: 5px;
        margin: 0;
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        font-style: italic;
        border-left: 1px solid #ffffff;
        cursor: pointer;
    }

    .table_planning .encours {
        background: #199016;
        color: #ffffff;
        padding: 5px;
        margin: 0;
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        font-style: italic;
        border-left: 1px solid #ffffff;
        cursor: pointer;
    }

    .table_planning .retard {
        background: #dc0a18;
        color: #ffffff;
        padding: 5px;
        margin: 0;
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        font-style: italic;
        border-left: 1px solid #ffffff;
        cursor: pointer;
    }

    .table_planning .retard1 {
        background: rgb(255, 179, 0);
        color: #ffffff;
        padding: 5px;
        margin: 0;
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        font-style: italic;
        border-left: 1px solid #ffffff;
        cursor: pointer;
    }

    .table_planning .retard2 {
        background: rgb(255, 119, 0);
        color: #ffffff;
        padding: 5px;
        margin: 0;
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        font-style: italic;
        border-left: 1px solid #ffffff;
        cursor: pointer;
    }

    .table_planning .retard3 {
        background: rgb(255, 31, 31);
        color: #ffffff;
        padding: 5px;
        margin: 0;
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        font-style: italic;
        border-left: 1px solid #ffffff;
        cursor: pointer;
    }

    .table_planning .attente {
        background: #2c3e50;
        color: #ffffff;
        padding: 5px;
        margin: 0;
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        font-style: italic;
        border-left: 1px solid #ffffff;
        cursor: pointer;
    }

    .table_planning .livree span, .table_planning span.litige, .table_planning span.non {
        float: left;
        width: 24px;
        height: 24px;
        margin: 8px 5px 0 0;
    }

#contenu_pop_up .statut span.livree, #contenu_pop_up .statut span.litige, #contenu_pop_up .statut span.non {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
}

.table_planning .livree span, #contenu_pop_up .statut .livree {
    background: url(../charte/structure-generale/picto.png) center -1214px no-repeat;
}

.table_planning span.litige, #contenu_pop_up .statut .litige {
    background: url(../charte/structure-generale/picto.png) center -1264px no-repeat;
}

.table_planning span.non, #contenu_pop_up .statut .non {
    background: url(../charte/structure-generale/picto.png) center -1314px no-repeat;
}

.divTask {
    padding-bottom: 10px !important;
}

.icoTask {
    background-color: white;
}

.backgroundIco {
    border-radius: 20px;
    background-color: white;
}

.textTask {
    padding-left: 5px !important;
}

.table_planning span.depot {
    float: left;
    width: 24px;
    height: 24px;
    background: url(../charte/structure-generale/picto.png) center -1364px no-repeat;
    margin: 8px 5px 0 0;
}

.table_planning span.retrait {
    float: left;
    width: 24px;
    height: 24px;
    background: url(../charte/structure-generale/picto.png) center -1414px no-repeat;
    margin: 8px 5px 0 0;
}

.table_planning span.transport {
    float: left;
    width: 24px;
    height: 24px;
    background: url(../charte/structure-generale/picto.png) center -1464px no-repeat;
    margin: 8px 5px 0 0;
}

.table_planning span.nonrealisable {
    float: left;
    width: 24px;
    height: 24px;
    background: url(../charte/structure-generale/picto.png) center -1514px no-repeat;
    margin: 8px 5px 0 0;
}

.table_planning .infobulle {
    position: absolute;
    display: inline-block;
    background: #ffffff;
    width: 280px;
    padding: 10px;
    color: #464241;
    z-index: 100;
    margin: -10px 0 0 0;
}

    .table_planning .infobulle#infobulle {
        display: none;
    }

    .table_planning .infobulle span.fleche {
        position: absolute;
        display: block;
        width: 21px;
        height: 32px;
        background: url(../charte/structure-generale/fleche_blc.png) 0 0 no-repeat;
        margin: 8px 0 0 -35px;
    }

    .table_planning .infobulle table {
        clear: both;
        width: 100%;
        padding: 0;
        margin: 0;
        font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
        background: #f2f2f2;
    }

        .table_planning .infobulle table tr.th {
            text-align: left;
            background: #363130;
            color: #ffffff;
        }

        .table_planning .infobulle table tr.gris td {
            background-color: #e5e5e5;
        }

        .table_planning .infobulle table tr td {
            padding: 5px;
        }

            .table_planning .infobulle table tr td p {
                font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
                font-style: italic;
                font-size: 16px;
                line-height: 18px;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
            }

                .table_planning .infobulle table tr td p span {
                    font-size: 22px;
                }

            .table_planning .infobulle table tr td .detail {
                float: right;
                width: 40px;
                padding: 3px 10px 3px 35px;
                font-size: 12px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                cursor: pointer;
                font-style: normal;
                margin: 5px 0 0 0;
                text-decoration: none;
            }

            .table_planning .infobulle table tr td.right {
                text-align: right;
                font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
                font-size: 14px;
                font-style: italic;
            }

.table_planning td div.container div.reticule {
    width: 3px;
    position: absolute;
    height: 100%;
    background-color: #2c3e50;
}

#vehicules, .vehicules {
    display: none;
}

.table_ressources tr td span.conforme {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: url(../charte/structure-generale/picto.png) center -1210px no-repeat #615b59;
}

.table_ressources tr td span.litiges {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: url(../charte/structure-generale/picto.png) center -1260px no-repeat #615b59;
}

.table_ressources tr td span.non {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: url(../charte/structure-generale/picto.png) center -1311px no-repeat #615b59;
}

.table_ressources tr td span.encours, .table_ressources tr td span.retardee, .table_ressources tr td span.retard, .table_ressources tr td span.attente {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.table_ressources.hover tr:hover td, .table_ressources.hover tr:hover.gris td, .table_messages.hover tr:hover td, .table_messages.hover tr:hover.gris td {
    cursor: pointer;
    background: #cacaca !important;
}

.blocDetailPointDePassage {
    border: 3px solid #F2F2F2;
    margin-bottom: 20px;
}

    .blocDetailPointDePassage a.btn {
        float: inherit;
    }

.table_commande {
    font-size: 12px;
}

    .table_commande tr td {
        padding: 10px;
        vertical-align: top;
    }

        .table_commande tr td.no {
            border: none;
        }

        .table_commande tr td.client {
            border: 1px solid #cccccc;
        }

    .table_commande tr th {
        background: #f2f2f2;
        padding: 10px 0;
        font-size: 14px;
        font-style: italic;
    }

    .table_commande tr td.photo img {
        float: left;
        margin: 0 8px 8px 0;
    }

/*Home*/
#home {
    width: 1050px;
    margin: 145px auto 0 auto;
}

#login {
    float: left;
    width: 390px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 5px solid #ffffff;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 70%, #dadada 100%);
    background: -moz-linear-gradient(top, #ffffff 70%, #dadada 100%);
    background: -ms-linear-gradient(top, #ffffff 70%, #dadada 100%);
    background: -o-linear-gradient(top, #ffffff 70%, #dadada 100%);
    background: linear-gradient(to top, #ffffff 70%, #dadada 100%);
    padding: 40px 15px 15px 15px;
    margin: 0;
    text-align: center;
}

    #login input {
        width: 250px;
        height: 50px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #d8d8d8;
        background: #ffffff;
        margin: 0 0 12px 0;
        padding: 10px 10px 10px 45px;
    }

        #login input.submit {
            padding: 0;
            font-size: 20px;
            font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
            cursor: pointer;
        }

    #login .picto_id, #login .picto_mdp {
        position: absolute;
        width: 24px;
        height: 24px;
        margin: 12px 0 0 15px;
        margin: 12px 0 0 85px\0;
        z-index: 10;
    }

    #login .picto_id {
        background: url(../charte/structure-generale/picto.png) -12px -12px no-repeat;
    }

    #login .picto_mdp {
        background: url(../charte/structure-generale/picto.png) -12px -62px no-repeat;
    }

#home .titre {
    float: left;
    width: 620px;
    height: 660px;
    text-align: center;
    background: url(../charte/home/spirale.png) top center no-repeat;
    margin: -110px 0 0 0;
}

    #home .titre h1 {
        display: block;
        color: #ffffff;
        text-align: center;
        margin: 300px 0 0 0;
        font-size: 25px;
    }

/*Tooltip*/
a[rel=tooltip] span {
    position: absolute;
    width: 26px;
    height: 24px;
    background: url(../charte/structure-generale/picto.png) -12px -112px no-repeat;
    margin: -3px 0 0 -30px;
}

#login a {
    font-size: 12px;
}

#tooltip {
    display: block;
    position: absolute;
    background: #e8e7e7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 5px solid #ffffff;
    padding: 10px;
    z-index: 200;
    text-decoration: none !important;
    -moz-box-shadow: 0px 0px 6px 3px #e1e1e1;
    -webkit-box-shadow: 0px 0px 6px 3px #e1e1e1;
    -o-box-shadow: 0px 0px 6px 3px #e1e1e1;
    box-shadow: 0px 0px 6px 3px #e1e1e1;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#e1e1e1, Direction=135, Strength=10);
}

/*Info Bulle*/
.infobulle {
    display: none;
    /*display:block;*/
    position: absolute;
    background: #e8e7e7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 5px solid #ffffff;
    padding: 5px 30px 20px 30px;
    z-index: 200;
    text-decoration: none !important;
    -moz-box-shadow: 0px 0px 6px 3px #e1e1e1;
    -webkit-box-shadow: 0px 0px 6px 3px #e1e1e1;
    -o-box-shadow: 0px 0px 6px 3px #e1e1e1;
    box-shadow: 0px 0px 6px 3px #e1e1e1;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#e1e1e1, Direction=135, Strength=10);
    margin: -70px 0 0 350px;
}

.infobulleVisible {
    display: block;
    position: absolute;
    background: #e8e7e7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 5px solid #ffffff;
    padding: 5px 30px 20px 30px;
    z-index: 200;
    text-decoration: none !important;
    -moz-box-shadow: 0px 0px 6px 3px #e1e1e1;
    -webkit-box-shadow: 0px 0px 6px 3px #e1e1e1;
    -o-box-shadow: 0px 0px 6px 3px #e1e1e1;
    box-shadow: 0px 0px 6px 3px #e1e1e1;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#e1e1e1, Direction=135, Strength=10);
    margin: -70px 0 0 350px;
}

.infobulle span.fleche {
    position: absolute;
    display: block;
    width: 21px;
    height: 32px;
    background: url(../charte/structure-generale/fleche_blc.png) 0 0 no-repeat;
    margin: 40px 0 0 -56px;
}

.infobulle span.error {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../charte/structure-generale/picto.png) 0 -150px no-repeat;
    margin: auto;
}

/*Pop up*/
#pop_up {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 500;
}

#voile {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-filter: "alpha(opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
    opacity: 0.6;
    top: 0;
}

#contenu_pop_up {
    position: absolute;
    width: 60%;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5% 2%;
    padding: 30px 0;
    z-index: 110;
    top: 0px;
}

#contenu_form {
    position: absolute;
    width: 60%;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5% 1%;
    padding: 30px 0;
    z-index: 20;
    top: 0px;
}

.gris_clair > input {
    display: inline-block;
}

.gris_clair > div {
    display: inline-block;
}

.gris_clair > .panel {
    width: 100%;
}


.label_popup {
    width: 20% !important;
}

.label_validite {
    width: 30% !important;
}

.checkBoxDay {
    width: 10% !important;
    font-size: 5px !important;
}


#lblMissionDateToDate {
    width: 10% !important;
}

.checkBox_Popup {
    width: 20% !important;
    margin: 0px !important;
}

#contenu_pop_up .gris_clair {
    text-align: left;
}

#contenu_pop_up p span, #contenu_pop_up .inscriptions p span {
    text-align: center;
}

#contenu_pop_up p span {
    display: inline;
}

#contenu_pop_up .RadTabStrip li {
    width: auto;
}

#contenu_pop_up li {
    list-style: none;
    display: inline-block;
    width: 43%;
}


#contenu_pop_up ol {
    /* clear: both; */
    width: 42%;
    display: inline-block;
    vertical-align: top;
}

#contenu_pop_up input[type="checkbox"] + label {
    font-size: 12px;
    display: inline;
    clear: inherit;
    padding: 5px 0;
    margin: 2px;
    text-align: left;
}

.home #contenu_pop_up {
    position: absolute;
    width: 600px;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    margin-left: -300px;
    padding: 30px 0;
    z-index: 110;
    top: 100px;
}

#pop_up.pt #contenu_pop_up {
    width: 60%;
    margin: 0 20%;
}

.tournees, .commandes {
    display: none;
}

#contenu_pop_up p {
    font-size: 30px;
    text-align: center;
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
    padding: 0 100px 0 100px;
    box-sizing: border-box;
    width: 100%;
}

.gris_clair {
    width: 100%;
    padding: 10px 20%;
    margin: 10px 0;
    background: #f7f7f7;
    box-sizing: border-box;
}

.gris_clair_color {
    background: #f7f7f7;
}

.padding_edit {
    width: 100%;
    padding: 10px 22%;
    margin: 10px 0;
}

.textSearch{
    height: 32px;
}

.popup_Scrollable {
    max-height: 600px;
    width: 100%;
    overflow: auto;
}

#contenu_pop_up .inscriptions .gris_clair {
    width: 100%;
    padding: 10px 10%;
    margin: 10px 0;
    background: #f7f7f7;
    box-sizing: border-box;
}

#contenu_pop_up label {
    clear: both;
    width: 45%;
    font-size: 18px;
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
    font-style: italic;
    margin: 10px 5% 10px 0;
}

#contenu_pop_up input, #contenu_pop_up select {
    width: 45%;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    margin: 10px 0;
    box-sizing: border-box;
}

    #contenu_pop_up input.submit {
        float: inherit;
        width: auto;
        padding: 5px 50px;
        margin: 20px auto 0 auto;
        font-size: 18px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-style: italic;
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        cursor: pointer;
        text-decoration: none;
        border: none;
    }

#contenu_pop_up .fermer {
    float: right;
    display: block;
    padding: 10px 50px 10px 0;
    margin: -10px 0 0 0;
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
    font-style: italic;
    color: #818181;
    font-size: 14px;
    line-height: 14px;
    background: url(../charte/structure-generale/picto.png) right -1058px no-repeat;
    cursor: pointer;
}

#contenu_pop_up textarea {
    float: left;
    width: 80%;
    height: 60px;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    margin: 10px 37px 10px 37px;
}

#contenu_pop_up .statut {
    font-size: 16px;
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
    font-style: italic;
    padding: 0 20px 0 0;
    margin: 0 auto 20px auto;
    text-align: center;
}

    #contenu_pop_up .statut span {
        display: inline-block;
        margin-top: 0 !important;
        float: none !important;
    }

#contenu_pop_up table {
    margin: auto;
}

/*Multi Select*/
#contenu_pop_up .multiselect {
    float: right;
    width: 50%;
}

    #contenu_pop_up .multiselect input {
        float: left;
        width: 30px;
        margin: 0;
        clear: inherit;
    }

    #contenu_pop_up .multiselect label {
        float: left;
        width: inherit;
        font-family: 'nobileregular', 'Trebuchet MS', Arial, sans-serif;
        font-style: normal;
        font-size: 12px;
        margin: 0;
        clear: inherit;
    }

#contenu_pop_up .selectBox select {
    position: relative;
    width: 100%;
    margin: 10px 0 0 0;
}

#contenu_pop_up .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
}

#contenu_pop_up #checkboxes {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 10px;
    width: 188px;
    height: 150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
}

    #contenu_pop_up #checkboxes label {
        display: block;
        padding: 2px 0;
    }

        #contenu_pop_up #checkboxes label:hover {
            background-color: #1e90ff;
            color: #ffffff;
        }

.alerte, #contenu_pop_up .alerte {
    padding: 10px;
    position: relative;
    border-radius: 5px;
    margin: 5px auto;
    clear: both;
}

    .alerte p, #contenu_pop_up .alerte p {
        width: 200px !important;
        margin: 0 0 0 30px;
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        width: inherit;
        text-align: left;
    }

        .alerte p:before {
            font-family: 'Font Awesome 5 Free', sans-serif;
            height: 50px;
            width: 50px;
            display: inline-block;
            position: absolute;
            top: 50%;
            font-size: 20px;
            margin-top: -10px;
            left: 10px;
        }

.info p:before {
    content: "\f05a";
    font-weight: 900;
}

.info {
    background-color: #3498db;
}

.succes p:before {
    content: "\f164";
}

.succes {
    background-color: #1abc9c;
}

.attention p:before {
    content: "\f071";
}

.attention {
    background-color: #e67e22;
}

.erreur p:before {
    content: "\f06a";
}

.erreur {
    background-color: #e74c3c;
}

#login .info {
    width: 230px;
}

.table_planning td div.container div.divpdp {
    position: absolute;
    overflow: hidden;
}

.FrmBTPopup {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: none;
}

    .FrmBTPopup > .GridModal_Default {
        height: 100%;
        width: 100%;
        position: fixed;
    }

div.Destinataire {
    text-align: center;
}

.bontransport .b_OldBT {
    float: none;
    display: inline-block;
    margin: 0px auto 30px;
}

.bontransport .divExsCount {
    display: block;
    padding-bottom: 5px;
}

.bontransport .ddlDest, .bontransport .txtExsCount {
    width: 20%;
    margin: 0px 11px;
}

.bontransport .b_SelectDest {
    float: none;
}

.bontransport .lstDest {
    display: block;
    width: 95%;
    margin: 10px auto;
}

.bontransport .b_ClearDests {
    float: none;
    display: inline-block;
}

.FrmBTPopup .filtres > ul {
    display: inline;
}

.FrmBTPopup #contenu_pop_up .filtres > ul li {
    width: auto;
}

.FrmBTPopup #contenu_pop_up .filtres > ul span {
    width: 40px;
}

.FrmBTPopup #contenu_pop_up .filtres ul li span.client {
    background-position: 0 -364px;
    margin: 0 0px 0 -8px;
}

.FrmBTPopup #contenu_pop_up .RadGrid input[type="checkbox"] {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    margin: 0px;
}

.FrmBTPopup .bloc_gris_clair {
    margin: 30px 20px 0px;
}

    .FrmBTPopup .bloc_gris_clair > div:last-child {
        padding-bottom: 25px;
        margin-top: 10px;
    }

.FrmBTPopup .divExsCount {
    margin-bottom: -27px;
}

.FrmBTPopup #contenu_pop_up .divExsCount input {
    margin: 0px;
}

.FrmMap-leaflet-div-icon-pdp {
    font-size: 50px;
    line-height: 50px;
}

.leaflet-control-layers-base {
    text-align: left !important;
}

.leaflet-control-layers-overlays {
    text-align: left !important;
}

#container .FrmBT .divErrorMessage {
    width: 100%;
}

#container .FrmBTPopup .divErrorMessage {
    width: 100%;
}

#contenu_pop_up .tournee_detail .RadTreeList_Default .rtlPager input {
    width: 25px;
    height: 25px;
    margin: 0px;
}

#contenu_pop_up td input[type="checkbox"] + label {
    padding: 15px 0px 0px;
}

.RadTreeList_Default .rtlPager input.rtlPageFirst {
    background: url('../Images/Fleche_rond_gris_gauche_25x25.png');
}

.RadTreeList_Default .rtlPager input.rtlPagePrev {
    background: url('../Images/Fleche_simple_rond_gris_gauche_25x25.png');
}

.RadTreeList_Default .rtlPager input.rtlPageNext {
    background: url('../Images/Fleche_simple_rond_gris_droit_25x25.png');
}

.RadTreeList_Default .rtlPager input.rtlPageLast {
    background: url('../Images/Fleche_rond_gris_droit_25x25.png');
}

.validation_error {
    color: red;
    font-size: small;
}


/********************/
.PnlIndicateurAvancement table {
    width: 100%;
}

    .PnlIndicateurAvancement table td {
        width: auto;
        padding: 5px;
        text-align: center;
        font-weight: bolder;
    }

.TruckTermineeSurSite {
    color: black;
}

.TruckTermineeHorsSite {
    color: blue;
}

.TruckEnCours {
    color: grey;
}

.TruckDansDelais {
    color: green;
}

.TruckRetard1 {
    color: #FAD400;
}

.TruckRetard2 {
    color: orange;
}

.TruckRetard3 {
    color: red;
}

.TruckAttente {
    color: #2c3e50;
}
/********************/
.RadDropDownTreeCSS {
    color: red !important;
    width: 500px;
}

.goldColor {
    color: gold;
}

.RadTreeView {
    color: blue;
}

.MsgBtn {
    background-color: #dc0a18;
    color: White;
    border-color: #dc0a18;
    border-radius: .21428571em;
    font-family: "nobilebold","Trebuchet MS",Arial,sans-serif;
    font-size: 1.1em;
    line-height: 1.2em;
    font-style: italic;
    border-width: 1px;
    border-style: solid;
    text-align: center !important;
    margin: 1px;
    vertical-align: initial !important;
    padding: 5px;
}


/* FIX Pour afficher la RadDropDownTree des filtres correctement sans impacter le reste des filtres. */

.filtres .RadDropDownTree.RadDropDownTree_Default.ddlSitesFix span {
    font-family: 'Glyphicons Halflings',Arial,sans-serif;
    height: auto;
    width: auto;
    background-color: #e8e8e8;
    background-image: -moz-linear-gradient(top, #faf9f9 0px, #e8e8e8 100%);
}

.filtres .RadDropDownTree.RadDropDownTree_Default.ddlSitesFix .rddtIcon {
    background: rgba(0, 0, 0, 0) none no-repeat scroll 0 center;
    border: 0 none;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    background-image: url("WebResource.axd?imgid=7GAzqkZupYlRY3y_KaPjgt_OJQNIljbVBOU4oLH7OPksdjoqcffJvc9pVjwa9i5NQsUZORBwSo7-6zll0fF1zL0lnyaJK_NForVKyz2kBqLUBe_LgehjxNIlXnEZLHRif3aGXUJ4h22ngF8I-OQgGdzP2JPETNQW5aRek8KhlNg1&t=635417037040000000");
    background-position: -1px -20px;
}

/* Fin Fix Pour afficher la RadDropDownTree des filtres correctement sans impacter le reste des filtres. */

/* Css Zones Interdites */
.filterContainer {
    width: 100%;
    background-color: #ecf0f1;
    border-radius: 4px;
    padding: 20px 0;
}

.ziMapContainer {
    display: inline-block;
    width: 66%;
    height: 500px;
    padding: 10px;
}

.ziDefZone {
    padding: 10px;
    color: #464241;
    font-family: "nobileregular","Trebuchet MS",Arial,sans-serif;
    font-size: 14px;
}

    .ziDefZone legend {
        padding: 0 20px;
        font-weight: bold;
    }

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.formContainer, .formRow {
    width: 100%;
}

.formRow {
    margin-top: 10px;
}

.formCol {
    display: inline-block;
    max-width: 100%;
}

    .formCol.half {
        width: 49%;
    }

    .formCol.full {
        width: 99%;
    }

.ziRapDefZone {
    vertical-align: top;
    display: inline-block;
    width: 30%;
}

.vAlign-Middle {
    vertical-align: middle;
}

.vAlign-Top {
    vertical-align: top;
}

.editModeContainer {
    background-color: orange;
    height: 31px;
    line-height: 31px;
}

/* Fin Css Zones Interdites */

/* Ddl Site Popup Fix */
#contenu_pop_up .ddlSitesFix.ddlPopup span.rddlInner,
#contenu_pop_up .ddlSitesFix.ddlPopup span.rddtInner {
    display: inline-block;
    margin: 0px;
    width: 100%;
    line-height: 20px;
    vertical-align: middle;
    height: 40px;
}

#contenu_pop_up .ddlSitesFix.ddlPopup span.rddlIcon,
#contenu_pop_up .ddlSitesFix.ddlPopup span.rddtIcon {
    width: 20px;
    line-height: 20px;
    vertical-align: middle;
    height: 20px;
}

/* Suivi tournée */
.RadGrid.RadGrid_HubDelivery tbody td .iconAvancement,
.RadGrid.RadGrid_HubDelivery tbody td .iconPdpFini,
.RadGrid.RadGrid_HubDelivery tbody td .iconPdpRestant,
.RadGrid.RadGrid_HubDelivery tbody td .iconChauffeur {
    white-space: nowrap;
}

    .RadGrid.RadGrid_HubDelivery tbody td .iconAvancement:before,
    .RadGrid.RadGrid_HubDelivery tbody td .iconChauffeur:before,
    .RadGrid.RadGrid_HubDelivery tbody td .iconPdpFini:before,
    .RadGrid.RadGrid_HubDelivery tbody td .iconPdpRestant:before {
        content: "";
        display: inline-block;
        height: 28px;
        width: 50px;
        vertical-align: middle;
        margin-right: 10px;
    }


    .RadGrid.RadGrid_HubDelivery tbody td .iconChauffeur:before {
        background: #363130 url("../charte/structure-generale/picto.png") no-repeat scroll -10px -360px;
        width: 28px;
    }

    .RadGrid.RadGrid_HubDelivery tbody td .iconPdpFini:before {
        background: #363130 url("../charte/structure-generale/picto.png") no-repeat scroll 0 -414px;
    }

    .RadGrid.RadGrid_HubDelivery tbody td .iconPdpRestant:before {
        background: #363130 url("../charte/structure-generale/picto.png") no-repeat scroll 0 -464px;
    }

    .RadGrid.RadGrid_HubDelivery tbody td .iconAvancement:before {
        background: #363130 url("../charte/structure-generale/picto.png") no-repeat scroll -3px -464px;
        width: 28px;
    }

.RadProgressBar.RadProgressBar_Default.rpbHorizontal .rpbLabelWrapper {
    text-align: center;
}

.RadGrid.RadGrid_HubDelivery tbody .fs-24 {
    font-size: 24px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    vertical-align: middle;
    left: 0;
    top: 5px;
}




.RadGrid.RadGrid_HubDelivery tbody tr.livree {
    background: #615b59;
    color: white;
}

.RadGrid.RadGrid_HubDelivery tbody tr.retardee {
    background: #f28100;
}

.RadGrid.RadGrid_HubDelivery tbody tr.encours {
    background: #199016;
}

.RadGrid.RadGrid_HubDelivery tbody tr.retard {
    background: #dc0a18;
}

.RadGrid.RadGrid_HubDelivery tbody tr.retard1 {
    background: rgb(255, 179, 0);
}

.RadGrid.RadGrid_HubDelivery tbody tr.retard2 {
    background: rgb(255, 119, 0);
}

.RadGrid.RadGrid_HubDelivery tbody tr.retard3 {
    background: rgb(255, 31, 31);
}

.RadGrid.RadGrid_HubDelivery tbody tr.attente {
    background: #2c3e50;
    color: white;
}


.bloc.gris.clair {
    padding: 20px;
    background: #ecf0f1 none repeat scroll 0 0;
    border-radius: 4px;
}



.mapColorCSSClasslivree {
    color: #615b59;
    stroke: #615b59;
}

.mapColorCSSClassretardee {
    color: #f28100;
    stroke: #f28100;
}

.mapColorCSSClassencours {
    color: #199016;
    stroke: #199016;
}

.mapColorCSSClassretard {
    color: #dc0a18;
    stroke: #dc0a18;
}

.mapColorCSSClassretard1 {
    color: rgb(255, 179, 0);
    stroke: rgb(255, 179, 0);
}

.mapColorCSSClassretard2 {
    color: rgb(255, 119, 0);
    stroke: rgb(255, 119, 0);
}

.mapColorCSSClassretard3 {
    color: rgb(255, 31, 31);
    stroke: rgb(255, 31, 31);
}

.mapColorCSSClassattente {
    color: #2c3e50;
    stroke: #2c3e50;
}

.popupTourneeTitle {
    color: #17678b;
    font-family: "nobilebold","Trebuchet MS",Arial,sans-serif;
    font-size: 30px;
    font-weight: normal;
}

/*Css_EtatPlanification_EnAttente
Css_EtatPlanification_DansLesDelais
Css_EtatPlanification_RetardPossible
Css_EtatPlanification_EnRetard
Css_EtatPlanification_Retard1
Css_EtatPlanification_Retard2
Css_EtatPlanification_Retard3
Css_EtatPlanification_Termine*/

.popupSectionTitle {
    font-family: "nobilebold","Trebuchet MS",Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
}

#rgStatutPdp .nom,
#rgStatut .nom {
    background: #363130 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: "nobilebold","Trebuchet MS",Arial,sans-serif;
    font-size: 14px;
    padding: 5px 10px;
}

.positionAbsolute {
    position: absolute;
}

span.pdpIcon {
    width: 30px;
    height: 30px;
    display: block;
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight:900;
    font-size: 20px;
}

    span.pdpIcon.litige::before {
        font-family: "Font Awesome 5 Free",Arial,sans-serif;
        content: "\f071";
        font-weight: 900;
        background-color: #615b59;
        color: darkorange;
    }

    span.pdpIcon.conforme::before {
        font-family: "Font Awesome 5 Free",Arial,sans-serif;
        font-weight: 900;
        content: "\f058";
        color: yellowgreen;
    }

    span.pdpIcon.non::before {
        font-family: "Font Awesome 5 Free",Arial,sans-serif;
        font-weight: 900;
        content: "\f057";
        background-color: #615b59;
        color: orangered;
    }

    span.pdpIcon.depot::before {
        font-family: "Font Awesome 5 Free",Arial,sans-serif;
        font-weight: 900;
        content: "\f30b";
        color: #ffffff;
    }

    span.pdpIcon.retrait::before {
        font-family: "Font Awesome 5 Free",Arial,sans-serif;
        font-weight: 900;
        content: "\f30a";
        color: #ffffff;
    }

    span.pdpIcon.transport::before {
        font-family: "Font Awesome 5 Free",Arial,sans-serif;
        font-weight: 900;
        content: "\f362";
        color: #ffffff;
    }

    span.pdpIcon.livree {
        background-color: #615b59;
    }

    span.pdpIcon.retardee {
        background-color: #f28100;
    }

    span.pdpIcon.encours {
        background-color: #199016;
    }

    span.pdpIcon.retard {
        background-color: #dc0a18;
    }

    span.pdpIcon.retard1 {
        background-color: rgb(255, 179, 0);
    }

    span.pdpIcon.retard2 {
        background-color: rgb(255, 119, 0);
    }

    span.pdpIcon.retard3 {
        background-color: rgb(255, 31, 31);
    }

    span.pdpIcon.attente {
        background-color: #2c3e50;
    }


div.EtatPdp {
    height: 40px;
    line-height: 40px;
}

    div.EtatPdp.livree {
        background-color: #615b59;
        color: white;
    }

    div.EtatPdp.attente {
        background-color: #34495e;
        color: white;
    }

    .mapColorCSSClassCss_EtatPlanification_EnAttente,
    div.EtatPdp.retardee {
        background-color: #f28100;
        color: white;
    }

    div.EtatPdp.encours {
        background-color: #199016;
        color: white;
    }

    div.EtatPdp.retard {
        background-color: #dc0a18;
        color: white;
    }

    div.EtatPdp.retard1 {
        background-color: rgb(255, 179, 0);
    }

    div.EtatPdp.retard2 {
        background-color: rgb(255, 119, 0);
        color: white;
    }

    div.EtatPdp.retard3 {
        background-color: rgb(255, 31, 31);
        color: white;
    }



.IconCarto.EtatPdp.livree {
    background-color: transparent;
    color: #615b59;
}

.IconCarto.EtatPdp.attente {
    background-color: transparent;
    color: #b3b3b3;
}

.IconCarto.EtatPdp.retardee {
    background-color: transparent;
    color: #ffff80;
}

.IconCarto.EtatPdp.encours {
    background-color: transparent;
    color: #b8b894;
}

.IconCarto.EtatPdp.retard {
    background-color: transparent;
    color: #f86d76;
}

.IconCarto.EtatPdp.retard1 {
    background-color: transparent;
    color: rgb(255, 179, 0);
}

.IconCarto.EtatPdp.retard2 {
    background-color: transparent;
    color: rgb(255, 119, 0);
}

.IconCarto.EtatPdp.retard3 {
    background-color: transparent;
    color: rgb(255, 31, 31);
}

.IconCarto.EtatPdp.non {
    background-color: transparent;
    color: rgb(255, 0, 0);
}

.IconCarto.EtatPdp.litige {
    background-color: transparent;
    color: #f2b700;
}

.IconCarto.EtatPdp.danslesdelais {
    background-color: transparent;
    color: #b8b894;
}

.IconCarto.EtatPdp.conforme {
    background-color: transparent;
    color: #0039e6;
}

.IconCarto.EtatPdp.arriveedepart {
    background-color: transparent;
    color: #1a53ff;
}

.IconCarto.EtatPdp.arrivee {
    background-color: transparent;
    color: #dc0a18;
}

.IconCarto.EtatPdp.depart {
    background-color: transparent;
    color: #199016;
}

div.EtatTournee {
    height: 40px;
    line-height: 40px;
}

.EtatTournee.livree {
    background-color: #615b59;
    color: white;
}

.EtatTournee.retardee {
    background-color: #f28100;
}

.EtatTournee.encours {
    background-color: #199016;
}

.EtatTournee.retard {
    background-color: #dc0a18;
    color: white;
}

.EtatTournee.retard1 {
    background-color: rgb(255, 179, 0);
}

.EtatTournee.retard2 {
    background-color: rgb(255, 119, 0);
}

.EtatTournee.retard3 {
    background-color: rgb(255, 31, 31);
}

.EtatTournee.attente {
    background-color: #2c3e50;
    color: white;
}

fieldset.HubDelivery {
    /*border: 3px solid #363130;*/
    border: none;
    /*padding: 20px;*/
    background-color: #e5e5e5;
    border-radius: 4px;
    width: 100%;
}

    fieldset.HubDelivery legend {
        color: white;
        background-color: #363130;
        width: 100%;
    }

        fieldset.HubDelivery legend .fieldsetTitle {
            padding-left: 10px;
            font-size: 14px;
            font-weight: 900;
        }

    fieldset.HubDelivery .fieldsetContent {
        padding: 20px;
    }


.FooterPopupPointPassage > td{
    padding-bottom: 2px;
}

fieldset.fsPanel {
    /*width: 100%;*/
    border: none;
}

fieldset .rgDataDiv {
    height: auto !important;
}

fieldset.fsPanel legend {
    background-color: #f2f2f2;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    font-family: "nobileregular","Trebuchet MS",Arial,sans-serif;
}

.statutPdp {
    font-family: "nobilebold","Trebuchet MS",Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

/*fieldset.fsPanel.withBorder legend,*/
fieldset.fsPanel.withBorder .fieldsetContent {
    border: 4px solid #f2f2f2;
    padding: 10px;
}


.filterPnl {
    background-color: #ecf0f1;
    border-radius: 4px;
    text-align: center;
}

    .filterPnl .toggleFilterWrapper {
        color: white;
        cursor: pointer;
    }

    .filterPnl .filterContent {
        padding: 10px;
    }

.filterPnll {
    background-color: #ecf0f1;
    border-radius: 4px;
    /*text-align: center;*/
    padding: 0.5em;
}

    .filterPnll .toggleFilterWrapper {
        color: white;
        cursor: pointer;
    }

    .filterPnll .filterContentt {
        padding: 10px;
    }

.rowFilter {
    display: flex;
}

    .rowFilter .rowFilterItem {
        -webkit-flex: auto;
        -ms-flex: auto;
        -o-flex: auto;
        flex: auto;
    }

.lblList:before,
.lblClient:before,
.lblLookup:before,
.lblWrite:before,
.lblSite:before,
.lblPreferences:before,
.lblUtilisateurs:before,
.lblVehicule:before,
.lblCalendar:before {
    font-family: 'Font Awesome 5 Free',sans-serif;
    font-size: 20px;
    font-weight:900;
    margin-right: 5px;
    margin-left: 5px;
    color: #B6B6B6;
}

.lblClient:before {
    content: '\f007';
}

.lblCalendar:before {
    content: '\f073';
}

.lblSite:before {
    content: '\f015';
}

.lblPreferences:before {
    content: '\f085';
}

.lblLookup:before {
    content: '\f002';
}

.lblWrite:before {
    content: '\f044';
}

.lblList:before {
    content: '\f03a';
}

.lblUtilisateurs:before {
    content: '\f0c0';
}

.lblVehicule:before {
    content: '\f0d1';
}

.lblList,
.lblClient,
.lblLookup,
.lblWrite,
.lblSite,
.lblVehicule,
.lblCalendar {
    font-family: "nobileregular","Trebuchet MS",Arial,sans-serif;
    font-size: 14px;
}

.inlBlock {
    display: inline-block;
}

.pdpIconBefore:before {
    width: 30px;
    height: 30px;
    background: url(../charte/structure-generale/picto.png);
    background-position: 0px;
    display: inline-block;
    vertical-align: middle;
    content: '';
}

.pdpIconBefore.litige:before {
    background-position: center -1260px;
}

.pdpIconBefore.conforme:before {
    background-position: center -1210px;
}

.pdpIconBefore.non:before {
    background-position: center -1311px;
}

.pdpIconBefore.depot:before {
    background-position: center -1361px;
}

.pdpIconBefore.retrait:before {
    background-position: center -1411px;
}

.pdpIconBefore.transport:before {
    background-position: center -1461px;
}

.pdpIconBefore.nonrealisable:before {
    background-position: center -1514px;
}

.RadScheduler.RadScheduler_HubDelivery .planningAptTitle,
.RadScheduler.RadScheduler_HubDelivery .planningResTitle {
    font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.planningResTitle {
    font-size: 22px;
}

.planningAptTitle {
    white-space: nowrap;
    text-align: right;
    display: inline-block;
}

    .planningAptTitle:before {
        vertical-align: middle;
    }


.bdLeft.livree {
    border-left: 5px solid #615b59;
}

.bdLeft.retardee {
    border-left: 5px solid #f28100;
}

.bdLeft.encours {
    border-left: 5px solid #199016;
}

.bdLeft.retard {
    border-left: 5px solid #615b59;
}

.bdLeft.retard1 {
    border-left: 5px solid rgb(255, 179, 0);
}

.bdLeft.retard2 {
    border-left: 5px solid rgb(255, 119, 0);
}

.bdLeft.retard3 {
    border-left: 5px solid rgb(255, 31, 31);
}

.bdLeft.attente {
    border-left: 5px solid #2c3e50;
}


.iconPdpRestant:before,
.iconPdpLivre:before {
    width: 30px;
    height: 30px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}


.iconPdpLivre:before {
    background: url(../charte/structure-generale/picto.png) -30px -414px no-repeat;
}

.iconPdpRestant:before {
    background: url(../charte/structure-generale/picto.png) -30px -464px no-repeat;
}

.mainBlackColor {
    background-color: #363130;
    color: white;
}

.formRowColor {
    background-color: #f2f2f2;
}

.formRowAltColor {
    background-color: #e5e5e5;
}

    .mainBlackColor td,
    .formRowColor td,
    .formRowAltColor td {
        padding: 10px 10px;
    }

.formContainer.ttTournee .formRow {
    height: 40px;
    line-height: 40px;
    margin: 0px;
    /*padding-left : 10px;*/
}

    .formContainer.ttTournee .formRow .formCol {
        vertical-align: middle;
    }


/*.ttContentPanel{
    margin: 10px;
}*/



.truck-text {
    margin-top: -.5em;
    margin-left: 0.6em;
    color: white;
    font-size: 0.6em;
}

.mPointer:hover {
    cursor: pointer;
}


.DashPanel {
    background-color: rgb(54, 49, 48);
    padding: 10px;
    border-radius: 4px;
}

    .DashPanel .PanelTitle {
        color: white;
    }

    .DashPanel .PanelTitle {
        color: white;
        font-family: "nobilebold","Trebuchet MS",Arial,sans-serif;
        font-style: italic;
        margin: 0px;
        font-size: 16px;
        padding-left: 10px;
    }

    .DashPanel .PanelContent {
        margin-top: 10px;
        padding: 10px;
        border-radius: 4px;
        background-color: rgb(236, 240, 241);
        overflow: hidden;
    }

.truck-icon {
    margin-right: 4px;
    margin-top: 10px;
    font-size: 1.5em !important;
}

.mRight-10 {
    margin-right: 10px;
}

.dashboard-dropzone {
    border: 5px dashed #f7f7f7;
}

.siteHeader {
    height: 70px;
    line-height: 70px;
}

    .siteHeader .pageTitle {
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        font-size: 24px;
        color: white;
    }

    .siteHeader .logoutBtn {
        vertical-align: middle;
        border-radius: 4px;
        font-size: 14px;
        font-weight: normal;
    }

    .siteHeader .LabelDate {
        font-family: 'nobilebold', 'Trebuchet MS', Arial, sans-serif;
        font-size: 14px;
        color: white;
        vertical-align: middle;
    }

.bStrap .btn.btn-custom.bg-black {
}

.bStrap .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    

}

#btnSearch {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bStrap .logOutBtn {
    background-color: #363130;
    border-color: #363130;
}

    .bStrap .logOutBtn:hover {
        background-color: white;
        color: #363130;
    }

.bStrap.siteHeader .imgContainer {
    max-width: 80%;
    height: 120px;
    line-height: 80px;
    border-radius: 4px;
    background-color: white;
    margin: auto;
    margin-top: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px #333;
}

a.link:hover,
a.link {
    cursor: pointer;
    text-decoration: none;
}

    a.link.link-white:hover,
    a.link.link-white {
        color: white;
    }

.bStrap {
    background-color: transparent;
}


.margin-right-10 {
    margin-right: 10px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}


.bg-black-stripped {
    background: url(../charte/structure-generale/fond.jpg) 0 0 repeat #3f3a39;
    color: white;
}

.bg-grey {
    background-color: #dddddd;
}

.no-padding {
    padding: 0px !important;
}

.color-white {
    color: white;
}


.nbRegular {
    font-family: "nobileregular","Trebuchet MS",Arial,sans-serif;
}


.DefautlCheckedColor {
    color: #338e62;
}

.DefautlUnCheckedColor {
    color: #dc0a18;
}

.anomalieColor {
    color: #F28100;
}

.envelopeOpen {
    color: #464241;
}

.envelopeUnOpen {
    color: #0fc217;
}

/***** ProgressBar With Icon                            */
/***** Affiche une valeur en notification sur un cercle */
/*****  
*/
.RadProgessBar .PBWithIcon {
    float: left;
    height: 15px;
}

ul.dots * {
    /* disable border-box from bootstrap */
    box-sizing: content-box;
    float: left;
    height: 15px;
    margin-left: 2px;
    list-style-type: none;
}


.PBWithIcon ~ ul.dots {
    padding-left: 0px;
}


ul.dots a {
    text-decoration: none;
    font-size: 13px;
    color: #34495e;
}

    ul.dots a:hover {
        text-decoration: none;
        font-size: 13px;
        color: #bdc3c7;
    }

ul.dots li {
    display: box;
    position: relative;
    width: 100%;
    padding: 0px 0;
}

    ul.dots li span {
        display: block;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        background-color: #ff9a00;
        color: #ffffff;
        border-radius: 30px;
        -webkit-box-shadow: 1px 1px 5px #808080;
        -moz-box-shadow: 1px 1px 5px #808080;
        box-shadow: 1px 1px 5px #808080;
        padding: 5px;
        width: 15px;
        height: 15px;
        margin: 0 auto;
        line-height: 15px;
        text-align: center;
        position: relative;
    }

    ul.dots li mark {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        border: 2px solid #FFF;
        width: 15px;
        height: 15px;
        background-color: #ff9a00;
        position: absolute;
        top: -5px;
        left: -5px;
        font-size: 10px;
        line-height: 15px;
        color: #FFF;
        font-weight: 700;
    }

        ul.dots li mark.small {
            background-color: rgb(255, 31, 31);
            width: 15px;
            height: 15px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            line-height: 15px;
            font-size: 11px;
            top: -5px;
            left: -10px;
        }

ul.dots > li > a > span > mark {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

ul.dots > li:hover > a > span > mark {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

    ul.dots > li:hover > a > span > mark.rubberBand {
        -webkit-animation-name: rubberBand;
        animation-name: rubberBand;
    }

    ul.dots > li:hover > a > span > mark.swing {
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-animation-name: swing;
        animation-name: swing;
    }

    ul.dots > li:hover > a > span > mark.tada {
        -webkit-animation-name: tada;
        animation-name: tada;
    }

    ul.dots > li:hover > a > span > mark.wobble {
        -webkit-animation-name: wobble;
        animation-name: wobble;
    }

li.dots {
    list-style-type: circle;
}

.SearchLabelTitle {
    font-size: 12px;
    font-weight: bold;
}

.SearchLabel {
    font-size: 12px;
}

tr.rgFilterRow {
    background: url(../charte/structure-generale/fond.jpg) 0 0 repeat #3f3a39;
}

span.colisIcon {
    width: 30px;
    height: 30px;
    display: block;
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    font-size: 20px;
}

    span.colisIcon.none:before {
    }

    span.colisIcon.alivrer:before {
        content: "\f30b";
    }

    span.colisIcon.charger:before {
        content: "\f019";
    }

    span.colisIcon.chargerlitige:before {
        content: "\f071";
    }

    span.colisIcon.decharger:before {
        content: "\f093";
    }

    span.colisIcon.dechargerlitige:before {
        content: "\f093";
    }

    span.colisIcon.collecte:before {
        content: "\f30a";
    }

    span.colisIcon.retard:before {
        content: "\f362";
    }

    span.colisIcon.refuse:before {
        content: "\f362";
    }

    span.colisIcon.attente:before {
        content: "\f017";
    }

    span.colisIcon.livrer:before {
        content: "\f30b";
    }

    span.colisIcon.livrerlitige:before {
        content: "\f30b";
    }

div.EtatColis {
    height: 40px;
    line-height: 40px;
}

    div.EtatColis.none {
        background-color: #dc0a18;
        color: #ffffff;
    }

    div.EtatColis.alivrer {
        background-color: #615b59;
        color: #ffffff;
    }

    div.EtatColis.charger {
        background-color: #199016;
        color: #ffffff;
    }

    div.EtatColis.chargerlitige {
        background-color: #f28100;
        color: #ffffff;
    }

    div.EtatColis.decharger {
        background-color: #199016;
        color: #ffffff;
    }

    div.EtatColis.dechargerlitige {
        background-color: #f28100;
        color: #ffffff;
    }

    div.EtatColis.collecte {
        background-color: #199016;
        color: #ffffff;
    }

    div.EtatColis.refuse {
        background-color: #F20000;
        color: #ffffff;
    }

    div.EtatColis.attente {
        background-color: #615b59;
        color: #ffffff;
    }

    div.EtatColis.retard {
        background-color: #f28100;
        color: #ffffff;
    }

    div.EtatColis.livrer {
        background-color: #199016;
        color: #ffffff;
    }

    div.EtatColis.livrerlitige {
        background-color: #f28100;
        color: #ffffff;
    }



span.colisIcon {
    width: 30px;
    height: 30px;
    display: block;
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    font-size: 20px;
}

    span.colisIcon.none:before {
    }

    span.colisIcon.alivrer:before {
        content: "\f30b";
    }

    span.colisIcon.charger:before {
        content: "\f019";
    }

    span.colisIcon.chargerlitige:before {
        content: "\f071";
    }

    span.colisIcon.decharger:before {
        content: "\f093";
    }

    span.colisIcon.dechargerlitige:before {
        content: "\f093";
    }

    span.colisIcon.collecte:before {
        content: "\f30a";
    }

    span.colisIcon.retard:before {
        content: "\f362";
    }

    span.colisIcon.refuse:before {
        content: "\f362";
    }

    span.colisIcon.attente:before {
        content: "\f017";
    }

    span.colisIcon.livrer:before {
        content: "\f30b";
    }

    span.colisIcon.livrerlitige:before {
        content: "\f30b";
    }

div.EtatColis {
    height: 40px;
    line-height: 40px;
}

    div.EtatColis.none {
        background-color: #dc0a18;
        color: #ffffff;
    }

    div.EtatColis.alivrer {
        background-color: #615b59;
        color: #ffffff;
    }

    div.EtatColis.charger {
        background-color: #199016;
        color: #ffffff;
    }

    div.EtatColis.chargerlitige {
        background-color: #f28100;
        color: #ffffff;
    }

    div.EtatColis.decharger {
        background-color: #199016;
        color: #ffffff;
    }

    div.EtatColis.dechargerlitige {
        background-color: #f28100;
        color: #ffffff;
    }

    div.EtatColis.collecte {
        background-color: #199016;
        color: #ffffff;
    }

    div.EtatColis.refuse {
        background-color: #F20000;
        color: #ffffff;
    }

    div.EtatColis.attente {
        background-color: #615b59;
        color: #ffffff;
    }

    div.EtatColis.retard {
        background-color: #f28100;
        color: #ffffff;
    }

    div.EtatColis.livrer {
        background-color: #199016;
        color: #ffffff;
    }

    div.EtatColis.livrerlitige {
        background-color: #f28100;
        color: #ffffff;
    }


/******************************/
/** DEBRIEF CHAUFFEUR  ********/
/******************************/

.EstSensible {
    color: #f20000;
}

div.RadGrid .rgAltRow .EstSensible {
    color: #f20000;
}

    div.RadGrid .rgAltRow .EstSensible td {
        color: #dc0a18;
    }

div.RadGrid .rgSelectedRow .EstSensible {
    color: #dc0a18;
}

div.RadGrid .rgHoveredRow .EstSensible {
    color: #dc0a18;
}

/* Avancement */
.NbPointPassageRestantsCssIcon:before {
    color: #000000;
    content: "\f252"; /* fa fa fa-hourglass */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
}

.NbPointPassageTerminesCssIcon:before {
    color: #27AE60;
    content: "\f00c"; /* fa fa fa-check */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
}

.NbPointPassageTermineAvecLitigeCssIcon:before {
    color: #f28100;
    content: "\f071"; /* fa fa-exclamation-triangle */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    width: 25px;
    height: 25px;
}

.NbPointPassageTermineNonAboutisCssIcon:before {
    color: #f20000;
    content: "\f057"; /* fa fa-times-circle */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    width: 25px;
    height: 25px;
}

/* Alerte */
.NbAlertesArretZoneInterditesCssIcon:before {
    color: #f20000;
    content: "\f041"; /* fa fa-map-marker */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    width: 25px;
    height: 25px;
}

.NbAlertesTemperaturesCssIcon:before {
    color: #f20000;
    content: "\f2cb"; /* fa fa-thermometer-empty */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    width: 25px;
    height: 25px;
}


#anomaliesList > li > span > .type-anomalie {
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    width: 20px;
    height: 20px;
    display: block !important;
    margin-right: 1px;
    margin-bottom: 1px;
}

    #anomaliesList > li > span > .type-anomalie::before {
        margin-right: 1px;
        font-size: 0.8em;
        margin-bottom: 2px;
        padding-bottom: 2px;
    }

#anomaliesList > li > span {
    padding-left: 3px;
    padding-bottom: 7px;
}

.NbAlertesOuverturePorteCssIcon:before {
    color: #f20000;
    content: "\f084"; /* fa-key */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    width: 25px;
    height: 25px;
}

.NbAlertesAnomalieVehiculeCssIcon:before {
    color: #f20000;
    content: "\f0d1"; /* fa-truck */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    width: 25px;
    height: 25px;
}

.DebriefChauffeurLivraisonTermineNonAbouti:before {
    content: "\f061"; /* fa fa fa-arrow-right */
    color: #f20000; /* Rouge */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    width: 25px;
    height: 25px;
    font-size: 16px;
}

.DebriefChauffeurLivraisonTermineEnAttente:before {
    content: "\f061"; /* fa fa fa-arrow-right */
    color: #615b59; /* Gris */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    width: 25px;
    height: 25px;
    font-size: 16px;
}

.DebriefChauffeurLivraisonTermine:before {
    content: "\f061"; /* fa fa fa-arrow-right */
    color: #27AE60; /* Vert */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    width: 25px;
    height: 25px;
    font-size: 16px;
}

.DebriefChauffeurCollecteRamassageEnAttente:before {
    content: "\f060"; /* fa fa fa-arrow-left */
    color: #615b59; /* Gris */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    width: 25px;
    height: 25px;
    font-size: 16px;
}

.DebriefChauffeurCollecteRamassageValide:before {
    content: "\f060"; /* fa fa fa-arrow-left */
    color: #27AE60; /* Vert */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    width: 25px;
    height: 25px;
    font-size: 16px;
}

.DebriefChauffeurCollecteRamassageNonValide:before {
    content: "\f060"; /* fa fa fa-arrow-left */
    color: #f20000; /* Gris */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    width: 25px;
    height: 25px;
    font-size: 16px;
}

.DebriefChauffeurCollecteRamassageTermineNonAbouti:before {
    content: "\f061"; /* fa fa fa-arrow-right */
    color: #f20000; /* Rouge */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    width: 25px;
    height: 25px;
    font-size: 16px;
}

.DebriefChauffeurLivraisonCollecteTermineNonAbouti:before {
    content: "\f061"; /* fa fa fa-arrow-right */
    color: #f20000; /* Rouge */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    position: absolute;
    top: -15px;
    font-size: 16px;
    width: 25px;
    height: 25px;
}

.DebriefChauffeurLivraisonCollecteEnAttente:before {
    content: "\f061"; /* fa fa fa-arrow-right */
    color: #615b59; /* Gris */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    position: absolute;
    top: -15px;
    font-size: 16px;
    width: 25px;
    height: 25px;
}

.DebriefChauffeurLivraisonCollecteTermine:before {
    content: "\f061"; /* fa fa fa-arrow-right */
    color: #27AE60; /* Vert */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    position: absolute;
    top: -15px;
    font-size: 16px;
    width: 25px;
    height: 25px;
}

.DebriefChauffeurCollecteLivraisonTermineValide:before {
    content: "\f060"; /* fa fa fa-arrow-left */
    color: #27AE60; /* Gris */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    width: 25px;
    height: 25px;
}

.DebriefChauffeurCollecteLivraisonTermineNonValide:before {
    content: "\f060"; /* fa fa fa-arrow-left */
    color: #f20000; /* Rouge */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    position: absolute;
    width: 25px;
    height: 25px;
    font-size: 16px;
}

.DebriefChauffeurCollecteLivraisonEnAttente:before {
    content: "\f060"; /* fa fa fa-arrow-left */
    color: #615b59; /* Gris */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    position: absolute;
    width: 25px;
    height: 25px;
    font-size: 16px;
}

/* Gestion de la balance Supprt */
.DebriefChauffeurBalanceSupportNegative {
    color: #f20000; /* Rouge */
}

.DebriefChauffeurBalanceSupportPositive {
    color: #199016; /* 27AE60 */
}

.DebriefChauffeurTauxRespectDuCreneauCss_Plus50Percent,
table td.Green{
    background-color: #27AE60; /* Vert */
    color: #FFFFFF;
}

.DebriefChauffeurTauxRespectDuCreneauCss_Moins50Percent,
table td.Orange {
    background-color: #f2b700; /* Orange */
    color: #FFFFFF;
}

table td.Yellow {
    background-color: #FFFF00; /* Yellow */
    color: #000;
}

table td.Red {
    background-color: #FF0000; /* Red */
    color: #FFFFFF;
}

.DebriefChauffeurTauxRespectOrdreDespdpsCss_Plus50Percent {
    background-color: #27AE60; /* Vert */
    color: #FFFFFF;
}

.DebriefChauffeurTauxRespectOrdreDespdpsCss_Moins50Percent {
    background-color: #f2b700; /* Orange */
    color: #FFFFFF;
}

.DebriefChauffeurRespectCreneau_Plus30Minutes:before {
    color: #f20000; /* Rouge */
    content: "\f017"; /* fa fa-clock-o */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    font-size: 13px;
}

.DebriefChauffeurRespectCreneau_Moins1Minutes:before {
    color: #f2b700; /* Orange */
    content: "\f017"; /* fa fa-clock-o */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    font-size: 13px;
}

.DebriefChauffeurSignatureElectroniqueManquanteCssIcon:before {
    color: #f20000;
    content: "\f044"; /*  fa-pencil-square-o */
    font-family: "Font Awesome 5 Free",Arial,sans-serif;
    font-weight: 900;
    width: 25px;
    height: 25px;
}

.bStrap .legendBtn {
    background-color: #363130;
    border-color: #363130;
}

    .bStrap .legendBtn:hover {
        background-color: white;
        color: #615b59;
    }

/******************************/
/** GENERIC AWESOME FONTS *****/
/******************************/

/* Gestion d'un image awesomefont avec une valeur en exposant (dans un cercle) */

ul.AwesomeFontWithImage * {
    /* disable border-box from bootstrap */
    box-sizing: content-box;
    float: left;
    height: 15px;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}

ul.AwesomeFontWithImage a {
    text-decoration: none;
    font-size: 13px;
    color: #34495e;
}

    ul.AwesomeFontWithImage a:hover {
        text-decoration: none;
        font-size: 13px;
        color: #bdc3c7;
    }

ul.AwesomeFontWithImage li {
    padding: 0px 3px;
    display: inline;
}

    ul.AwesomeFontWithImage li span {
        display: block;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        color: #ffffff;
        border-radius: 30px;
        -webkit-box-shadow: 1px 1px 5px #808080;
        -moz-box-shadow: 1px 1px 5px #808080;
        box-shadow: 1px 1px 5px #808080;
        padding: 5px;
        width: 15px;
        height: 15px;
        margin: 0 auto;
        line-height: 15px;
        text-align: center;
        position: relative;
    }

    ul.AwesomeFontWithImage li mark {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        border: 2px solid #FFF;
        width: 15px;
        height: 15px;
        position: absolute;
        top: -5px;
        left: -5px;
        font-size: 10px;
        line-height: 15px;
        color: #FFF;
        font-weight: 700;
    }

        ul.AwesomeFontWithImage li mark.small {
            background-color: rgb(255, 31, 31);
            width: 12px;
            height: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            border-radius: 30px;
            line-height: 12px;
            font-size: 10px;
            top: -8px;
            left: 15px;
        }

ul.AwesomeFontWithImage > li > a > span > mark {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

ul.AwesomeFontWithImage > li:hover > a > span > mark {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

    ul.AwesomeFontWithImage > li:hover > a > span > mark.rubberBand {
        -webkit-animation-name: rubberBand;
        animation-name: rubberBand;
    }

    ul.AwesomeFontWithImage > li:hover > a > span > mark.swing {
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        -o-transform-origin: top center;
        transform-origin: top center;
        -webkit-animation-name: swing;
        animation-name: swing;
    }

    ul.AwesomeFontWithImage > li:hover > a > span > mark.tada {
        -webkit-animation-name: tada;
        animation-name: tada;
    }

    ul.AwesomeFontWithImage > li:hover > a > span > mark.wobble {
        -webkit-animation-name: wobble;
        animation-name: wobble;
    }

li.AwesomeFontWithImage {
    list-style-type: circle;
}


.AwesomeFontWithImage > li {
    margin: 2px;
    margin-bottom: 6px;
    margin-top: 6px;
}
/*
    Style appliqué sur les points de passage dans la cartographie pour afficher 
    l'ordre de passage dans le 'marker' et non à coté.
*/
.numberCircle {
    border-radius: 50%;
    width: 21px;
    height: 16px;
    background: #fff;
    border: 2px solid #fff;
    color: #000;
    text-align: center;
    font: bold 10px Arial, sans-serif;
    margin-top: -39px;
    margin-left: 8px;
}

.carto > table > thead > tr > th,
.carto > table > thead > tr > td,
.carto > table > tfoot > tr > td {
    border: 0px;
}

.carto > table > tbody > tr > td {
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px dotted #a1a1a1;
    vertical-align: middle;
}


.lblIconAnomalie {
    display: inline-block;
    margin-right: 10px;
}

div.iconSelect {
    display: flex;
    width: 51%;
    height: 50px;
    float: right;
    margin-right: 10px;
}

#GetIconPicker {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    width:35px;
}

.iconpicker-popover {
    left: 400px !important;
}

.iconpicker-search {
    width: 100% !important;
}

.input-group-addon {
    width: 20% !important;
}

.iconpicker-input {
    width: 63% !important;
}

.anomalie {
    height: 1000px !important;
}

.isBlocking {
    color: red;
}

.isNotBlocking {
    color: #FFB200;
}

.anomalieSpace {
    width: 150px !important;
}


.rcCalPopup {
    padding-right: 8px !important;
    font-size: 1.2em;
}

iframe {
    border: none;
}


.RadButton .rbToggleRadio + span.rbText, .RadButton .rbToggleRadioChecked + span.rbText, .RadButton .rbToggleCheckboxFilled + span.rbText, .RadButton .rbIcon + span.rbText, .RadButton .rbText {
    display: inline;
    font-size: 10px;
}

.RadButton .rbToggleCheckbox + span.rbText, .RadButton .rbToggleCheckboxChecked + span.rbText {
    display: inline;
    font-size: 14px;
}

.templatenotification textarea {
    margin: 0 !important;
    width: 100% !important;
}

.lbdescriptionTemplateNotification {
    width: auto !important;
    font-size: 10px !important;
    margin: 5px !important;
    align-self: center;
}

textarea.messageTextArea {
    margin: 0px !important;
    width: 90% !important;
    min-height: 55px;
}

button.NewButtonRessources{
    padding-bottom:7px !important;
    padding-top: 2px !important;
}


.headerResearch {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;

}

.resultTitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
}

.cardResult {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}


.badge {
    font-size: 13px;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    
}

    .badge.bg-primary {
        background-color: #337ab7;
    }

.link-search {
    color: #337ab7;
}

.delete-button {
    border: none;
    color: #dc0a18;
    margin-left: 20px;
    background: none;
}

.multiple-choice-panel{
    margin-top: 2px;
    background: #fdfdfd;
    padding-left: 10px;
}

.multiple-choice-panel span{
    font-size: 14px !important;
}

    .multiple-choice-panel input {
        margin: 5px !important;
        font-size: 14px;
    }

#addResponsePanel {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}

span#TextBoxCollection1{
    width: 100% !important;
    margin-bottom: 0px!important;
}

#btnAddChoice{
    text-decoration: none;
}
#btnAddChoice:hover {
    background: none;
    color: #666;
}

table.fit td,
table.fit th{
    white-space: nowrap !important;
    width: 1% !important;
    padding: 10px;
    text-align: center;
}

    table.fit td ul.AwesomeFontWithImage{
        width: 200px;
    }

#pnlContent .pageTitle {
    font-family: "nobilebold","Trebuchet MS",Arial,sans-serif;
    font-size: 30px;
    text-align: center;
    color: #17678b;
    display: block;
    padding: 20px;
}
table th.right-separator,
table td.right-separator{
    border-right: 3px solid white;
}

table th.bottom-separator,
table td.bottom-separator{
    border-bottom: 3px solid white;
}