﻿/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

.lt-ie8 audio, .lt-ie8 canvas, .lt-ie8 video {
    display: inline;
    -ms-zoom: 1;
    zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

.clear {
    clear: both;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.nowrap {
    white-space: nowrap;
}


/* ========== */
/* = LAYOUT = */
/* ========== */
html {
}

html, body, button, input, select, textarea {
    font-family: Calibri, Verdana, Arial, sans-serif;
    color: #000;
}

button, input, select, textarea {
    border: solid 1px #777777;
}

body {
    width: 100%;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background-color: #ccc;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

#after-header {
    margin: 0 auto;
}

input[type=radio] {
    margin-right: 0;
    vertical-align: top !important;
}

label[for] {
    padding-left: 3px;
    margin-left: 0;
    vertical-align: top !important;
}
/* = END = */

/* ======== */
/* = BASE = */
/* ======== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    text-transform: none;
    margin: 0;
    padding: 0;
    color: #000;
}

h1 {
    font-size: 22px;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    font-size: 20px;
    margin: 0 0 18px 0;
    text-align: left;
}

h3 {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 16px 0;
}

h4 {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 12px 0;
}

h5 {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 12px 0;
}

h6 {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 12px 0;
}

p {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 12px 0;
    padding: 0;
}

a {
    font-size: 13px;
    /*line-height: 16px;*/
    color: #BD0013;
    text-decoration: none;
    text-transform: none;
}

    a:visited {
        color: #BD0013;
    }

    a:hover {
        color: #BD0013;
        text-decoration: underline;
    }

    a:focus {
        outline: 0 none;
    }

    a.active {
        color: #BD0013;
    }

    a * {
        cursor: pointer;
    }

    a:hover, a:active {
        outline: 0;
    }

div.more-link {
    margin: 0;
    padding: 10px 0 0 0;
    overflow: hidden;
}

    div.more-link a {
        display: block;
        float: right;
        padding: 0 14px 0 0;
        background: url('../images/blue_small_arrow.png') no-repeat scroll 98% 50%;
    }

ul,
ul.inline,
ol,
ol.inline,
.item-list ul,
.item-list ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul li,
    ul.inline li,
    ol li,
    ol.inline li,
    ul li.leaf,
    ol li.leaf,
    .item-list ul li,
    .item-list ol li {
        font-size: 12px;
        line-height: 15px;
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-image: none;
    }

        ul li a,
        ol li a {
        }

            ul li a.active,
            ol li a.active {
                color: #BD0013;
            }

    ul.checklist,
    ol.checklist {
        margin: 0 0 12px 0;
    }

        ul.checklist li,
        ol.checklist li {
            margin: 0 0 2px 0;
            padding: 2px 0 2px 26px;
            background: url('../images/puce_check.png') left top no-repeat;
        }

.hidden,
.element-invisible,
input[type="hidden"] {
    display: none;
}
/* = END = */




/* =============================================================================
   Forms
   ========================================================================== */
input {
}

    input[type="text"], input[type="password"], select, textarea {
        vertical-align: baseline;
        color: #181818;
        -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .25);
        -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, .25);
        box-shadow: inset 0 0 4px rgba(0, 0, 0, .25);
        width: 100%;
        padding: 8px;
        border: 1px solid #E5E5E5;
        background: #fff;
        font-size: 13px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 2px;
        margin-bottom: 2px;
    }

.select {
    width: 100%;
    padding: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
}

    .select select {
        border: none;
        height: 28px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

input.form-text {
    width: 215px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #4d4f53;
    margin: 0;
    padding: 0 6px;
    border: 1px solid #E5E5E5;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) inset;
}

input.form-submit {
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0 20px 0 6px;
    cursor: pointer;
    overflow: hidden;
    border: none !important;
    background: url('../images/input_white_arrow.png') right center no-repeat #008ebd;
}

select {
    width: 100%;
    padding: 6px;
    border: 1px solid #E5E5E5;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) inset;
    font-size: 13px;
}

img {
    border-style: none;
}
/* Forms */



/* En-tête */
header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    background-color: #f29400;
    transition: ease-in-out 250ms;
    -webkit-transition: ease-in-out 250ms;
    -moz-transition: ease-in-out 250ms;
    -ms-transition: ease-in-out 250ms;
    -o-transition: ease-in-out 250ms;
}

    header .bandeauHaut {
        height: 35px;
        color: white;
    }

        header .bandeauHaut h2 {
            color: #fff;
            height: 35px;
            line-height: 35px;
            display: inline-block;
            margin: 0;
            padding: 0;
        }

        header .bandeauHaut .bandeauHaut-deconnexion {
            width: 25px;
            height: 100%;
            float: right;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 20px;
            background-image: url(../Images/deconnexion.png);
        }

            header .bandeauHaut .bandeauHaut-deconnexion:hover {
                background-color: rgba(255, 255, 255, 0.15);
            }

            header .bandeauHaut .bandeauHaut-deconnexion .bandeauHaut-deconnexion-a {
                width: 100%;
                height: 100%;
                display: block;
            }

    header a {
        color: white;
    }

        header a:visited {
            color: white;
        }

    header table {
        width: 100%;
        position: relative;
        border-collapse: collapse;
        border-spacing: 0px;
    }

    header td {
        padding: 0;
        height: 35px;
    }

        header td.logos {
            /*width: auto;*/
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            header td.logos .titreMenu {
                font-size: 20px;
                text-transform: uppercase;
                padding-left: 100px;
                background-image: url(../Images/fba-menu-fleche.png);
                background-repeat: no-repeat;
                background-position: left center;
                display: inline-block;
                height: 35px;
                line-height: 33px;
                font-style: italic;
                width: auto;
            }

        header td.menu {
            text-align: center;
        }

        header td.infosUtilisateur {
            width: auto;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        header td.titre {
            font-size: 22px;
            text-align: center;
            text-transform: uppercase;
        }

    header .titreMenu {
        text-align: center;
        color: white;
        line-height: 35px;
        font-size: 28px;
    }

    header .nomUtilisateur, header .profil {
        font-size: 12px;
        font-weight: normal;
        display: block;
        white-space: nowrap;
        text-align: right;
        line-height: 14px;
        width: 270px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        cursor: default;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    header .entite {
        float: right;
    }

    header .infos {
        float: right;
        margin-right: 8px;
        text-align: right;
    }


    header .nomUtilisateur {
        color: #fff;
    }

    header .profil {
        color: #000000;
    }

        header .profil .idLfn {
            color: #fff;
            height: 17px;
            line-height: 17px;
            display: inline-block;
            padding: 0;
            margin: 0;
            vertical-align: baseline;
        }

        header .profil select.idLfn {
            width: 100px;
            border: solid 1px #f29400;
            background-color: #f29400;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
        }

            header .profil select.idLfn:hover,
            header .profil select.idLfn:focus {
                border-color: #fff;
            }


@media screen and (max-width: 1200px) {
    nav li {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

        nav li span {
            font-size: 12px !important;
        }

    header td.logos,
    header td.infosUtilisateur {
        width: 240px;
    }

    header .nomUtilisateur,
    header .profil {
        font-size: 10px !important;
        width: 210px;
    }
}

@media screen and (min-width: 1700px) {
    header td.logos,
    header td.infosUtilisateur {
        width: 570px;
    }

    header .nomUtilisateur,
    header .profil {
        width: auto;
    }

        header .profil select.idLfn {
            width: auto;
        }
}
/* En-tête */


/* Page */
#page {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ccc;
}

    #page .conteneurPrincipal {
        padding: 15px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }

        #page .conteneurPrincipal .conteneurHistoriqueNavigationPrincipal, #page .conteneurPrincipal .conteneurHistoriqueNavigation {
            padding-right: 15px;
        }

    #page table {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #page > section {
        min-height: 450px;
    }
/* Page */





/* Sous-titre */
h2.sousTitre {
    margin-top: 2px;
    margin-bottom: 0px;
    padding-left: 2px;
}

    h2.sousTitre a {
        float: left;
        margin-right: 10px;
    }

    h2.sousTitre img {
        width: 30px;
    }

    h2.sousTitre span {
        float: left;
        line-height: 30px;
        margin-top: 2px;
    }

    h2.sousTitre .libelleTitre {
    }
/* Sous-titre */


/* Footer */
footer {
    color: #a7a7a7;
    background-color: #4b4a4a;
    z-index: 10;
    white-space: nowrap;
    font-size: 11px;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}

    footer > div {
        padding-left: 5px;
        padding-right: 5px;
        text-align: right;
    }

    footer .environnement {
        padding-right: 10px;
        border-right: solid 1px #696969;
    }

    footer span {
        display: inline-block;
        padding-left: 10px;
    }

    footer a {
        color: #a7a7a7 !important;
        white-space: nowrap;
        font-size: 11px;
    }
/* Footer */


/* Menu */
nav {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

    nav > ul {
        cursor: default;
        border-left: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
    }

    nav li {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        position: relative;
    }

        nav li.sep {
            border-right: solid 1px #ffffff;
        }

        nav li a, nav li span {
            font-size: 16px;
            color: #fff !important;
            -moz-transition: all 400ms ease-in-out;
            -o-transition: all 400ms ease-in-out;
            -webkit-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
            text-transform: uppercase;
        }

            nav li a:hover, nav li span:hover, nav li.actif > a, nav li.actif > span {
                color: #000000 !important;
                text-decoration: none;
                -moz-transition: none;
                -o-transition: none;
                -webkit-transition: none;
                transition: none;
            }

        nav li.nonImplemente, nav li.nonImplemente a img, nav li.nonImplemente span img {
        }

            nav li.nonImplemente a, nav li.nonImplemente span {
                color: #c55 !important;
            }

        nav li.actif > a, nav li.actif > span, nav li.actif > a img {
            cursor: default !important;
        }

        nav li > ul {
            display: none;
            position: absolute;
            top: 15px;
            left: 0;
            background-color: #004489;
            padding-top: 7px;
            padding-bottom: 3px;
            z-index: 100;
        }

        nav li:hover > ul {
            display: block;
        }

        nav li > ul > li {
            display: block;
            margin-top: 3px;
            text-align: left;
            white-space: nowrap;
        }

        nav li ul {
            background-color: #f29400
        }
/* Menu */


/* Page d'authentification */
#Authentification {
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    #Authentification .formulaireLogin {
        padding: 20px;
        padding-top: 0px;
        width: 620px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

        #Authentification .formulaireLogin .titre {
            text-align: center;
            margin-top: 10px;
        }

            #Authentification .formulaireLogin .titre h1 {
                font-size: 38px;
            }

        #Authentification .formulaireLogin .logo {
            text-align: center;
            margin-top: 50px;
        }

            #Authentification .formulaireLogin .logo img {
                width: 200px;
            }

        #Authentification .formulaireLogin .contenu {
            margin: 0;
            font-size: 13px;
            background-color: #ddd;
            margin-top: 70px;
            padding-top: 10px;
            padding-left: 20px;
            padding-right: 20px;
        }

            #Authentification .formulaireLogin .contenu h2 {
                font-size: 22px;
                margin: 0;
                line-height: 30px;
                text-align: center;
                border-bottom: 1px dotted #777;
                padding-bottom: 5px;
            }

            #Authentification .formulaireLogin .contenu > div {
                padding-top: 17px;
                padding-bottom: 17px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

                #Authentification .formulaireLogin .contenu > div > label {
                    font-weight: bold;
                    display: inline-block;
                }

            #Authentification .formulaireLogin .contenu form {
            }

                #Authentification .formulaireLogin .contenu form label {
                    display: inline-block;
                    width: 220px;
                    text-align: right;
                    margin-right: 10px;
                }

                #Authentification .formulaireLogin .contenu form input {
                    font-weight: bold;
                    display: inline-block;
                    width: 200px;
                }


            #Authentification .formulaireLogin .contenu .formulaireLogin-reinitmdp {
                margin-top: 15px;
                text-align: center;
            }

                #Authentification .formulaireLogin .contenu .formulaireLogin-reinitmdp .formulaireLogin-reinitmdp-a {
                    font-weight: 400;
                    font-size: 12px;
                    color: #000;
                    text-decoration: underline;
                }

                    #Authentification .formulaireLogin .contenu .formulaireLogin-reinitmdp .formulaireLogin-reinitmdp-a:hover {
                        text-decoration: none;
                    }

/* Page d'authentification */


/* Liste des tournées */
#Tournee {
}

    #Tournee .t-grid {
    }

        #Tournee .t-grid .cIdTournee {
            width: 80px;
            box-sizing: border-box;
        }

        #Tournee .t-grid .cIdSap {
            width: 80px;
            box-sizing: border-box;
        }

        #Tournee .t-grid .cDepot {
            width: 65px;
            box-sizing: border-box;
        }

        #Tournee .t-grid .cDate {
            width: 75px;
            box-sizing: border-box;
        }

        #Tournee .t-grid .cCha {
            width: 55px;
            box-sizing: border-box;
        }

        #Tournee .t-grid .cChauffeur {
            box-sizing: border-box;
        }

        #Tournee .t-grid .cImmat {
            width: 90px;
            box-sizing: border-box;
        }

        #Tournee .t-grid .cStatut {
            width: 135px;
            box-sizing: border-box;
        }

        #Tournee .t-grid .cDepart {
            width: 65px;
            box-sizing: border-box;
        }

        #Tournee .t-grid .cProgression {
            box-sizing: border-box;
        }

        #Tournee .t-grid .cAnomalies {
            width: 65px;
            box-sizing: border-box;
        }

        #Tournee .t-grid .cArticles {
            width: 65px;
            box-sizing: border-box;
        }

        #Tournee .t-grid .cFin {
            width: 65px;
            box-sizing: border-box;
        }

        #Tournee .t-grid .cDuree {
            width: 65px;
            box-sizing: border-box;
        }

        #Tournee .t-grid .cPhotos {
            width: 65px;
            box-sizing: border-box;
        }

@media screen and (min-width: 1600px) {
    #Tournee .t-grid .cProgression {
        width: 500px;
    }
}
/* Liste des tournées */


/* Pop-up */
.popUpBase {
    border: Solid 1px #777777 !important;
    border-radius: 0px !important;
}

    .popUpBase #Titre {
        color: #fff !important;
        background-color: #000 !important;
        border-radius: 0px !important;
    }

    .popUpBase #Contenu {
    }

    .popUpBase input[type=button] {
        background-color: #000 !important;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

        .popUpBase input[type=button]:hover {
            background-color: #3D9D29 !important;
        }
/* Pop-up */


/* Pop-up latéral */
.popUpLateral {
    border-left: solid 1px #333 !important;
    border-top: solid 1px #333 !important;
    border-bottom: solid 1px #333 !important;
}
/* Pop-up latéral */


/* Erreur */
.erreur .titre {
    font-size: large;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 20px;
}

.erreur .message {
    color: red;
    font-size: larger;
    display: inline-block;
    margin-bottom: 10px;
}

.erreur .infos {
    color: red;
    display: block;
    margin-bottom: 10px;
}

.erreur .trace {
    display: block;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
/* Erreur */





/* Ligne sélectionnée */
.ligneSelectionnee {
    background-color: #9adbf8 !important;
}
/* Ligne sélectionnée */





.t-grid .cEdition a {
    display: block;
    width: 22px;
    height: 22px;
}

    .t-grid .cEdition a img {
        width: 22px;
        height: 22px;
    }


/* Fieldset Accordéon */
fieldset.accordeon {
}

    fieldset.accordeon legend {
        background-position: 10px center;
        background-image: url('../Images/accordeon-ouvert.png');
        background-repeat: no-repeat;
        -moz-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        -webkit-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

    fieldset.accordeon .contenuAccordeon {
        overflow: hidden;
        -moz-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        -webkit-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

    fieldset.accordeon.replie legend {
        cursor: pointer;
        color: #999;
        background-color: #f5f5f5;
        background-image: url('../Images/accordeon-ferme.png');
    }
/* Fieldset Accordéon */


/* Pagination pop-up */
.popUpBase #Contenu, .popUpBase #Titre {
    position: relative;
}

.popUpBase .indicateurPagination {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.popUpBase .boutonPagination {
    position: absolute;
    bottom: 5px;
    background-position: center center;
    background-repeat: no-repeat;
}

    .popUpBase .boutonPagination.boutonPrec {
        left: 5px;
        background-image: url('../Images/bouton-precedent.png');
    }

    .popUpBase .boutonPagination.boutonSuivant {
        right: 5px;
        background-image: url('../Images/bouton-suivant.png');
    }
/* Pagination pop-up */


/* Mode édition */
.modeEdition {
}

    .modeEdition .consultation {
        display: none;
    }

    .modeEdition .consultationH {
        visibility: hidden;
    }

    .modeEdition input[type="text"], .modeEdition select, .modeEdition textarea, .modeEdition span, .modeEdition a {
        margin: 0;
        padding: 3px !important;
        border: solid 1px #f7f7f7;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        font-size: 12px;
        display: inline-block;
        background-color: #fff;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .modeEdition td, .modeEdition td.valeur span, .modeEdition td.valeur a {
        background-color: #f7f7f7;
    }

        .modeEdition td.valeur {
            padding: 0 !important;
        }

    .modeEdition input[type="text"], .modeEdition select, .modeEdition textarea {
        -webkit-box-shadow: 0px 0px 6px #bbb inset;
        box-shadow: 0px 0px 6px #bbb inset;
    }

    .modeEdition select {
        padding: 2px !important;
        padding-left: 0px !important;
    }

    .modeEdition textarea {
        height: 86px !important;
    }

    .modeEdition a.lienReaffectation, .modeEdition a.lienSelection {
        visibility: visible;
        background-color: #f7f7f7;
    }


.modeConsultation {
}

    .modeConsultation .edition {
        display: none;
    }

    .modeConsultation .editionH {
        visibility: hidden;
    }

    .modeConsultation .consultation.zoneTexte {
        display: inline-block;
    }

    .modeConsultation .valeur span {
        border: solid 1px #fff;
        font-size: 12px;
        display: inline-block;
        background-color: #fff;
        height: 16px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .modeConsultation a.lienReaffectation {
        visibility: hidden;
    }
/* Mode édition */


/* Boutons */
input[type="submit"] {
    display: inline-block;
    background-color: #000;
    height: 36px;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0 13px 0 13px;
    cursor: default;
    overflow: hidden;
    border: none !important;
    outline: none;
}

    input[type="submit"]:hover {
        background-color: #3D9D29;
    }

input[type="button"], a.btn {
    display: inline-block;
    background-color: #000;
    height: 36px !important;
    font-size: 14px !important;
    line-height: 28px !important;
    font-weight: normal !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-align: center;
    margin: 0;
    padding: 0 13px 0 13px !important;
    cursor: default !important;
    overflow: hidden !important;
    border: none !important;
    min-width: 36px !important;
    outline: none;
}

    input[type="button"].right {
        float: right;
    }

    input[type="button"].grid {
        height: 23px !important;
        text-align: center;
        vertical-align: bottom;
        line-height: 23px !important;
    }


    input[type="button"]:hover, a.btn:hover {
        background-color: #3D9D29;
        text-decoration: none;
    }

    input[type="button"].important, input[type="submit"].important, a.btn.important {
        background-color: #008EDB !important;
    }

        input[type="button"].important:hover, input[type="submit"].important:hover, a.btn.important:hover {
            background-color: #57aad7 !important;
        }

    input[type="button"].importantRouge, input[type="submit"].importantRouge, a.btn.importantRouge {
        background-color: #BD0013 !important;
    }

        input[type="button"].importantRouge:hover, input[type="submit"].importantRouge:hover, a.btn.importantRouge:hover {
            background-color: #d50116 !important;
        }

    input[type="button"]:disabled, input[type="submit"]:disabled, a.btn:disabled, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover, a.btn:disabled:hover {
        cursor: default !important;
        background-color: #ccc !important;
    }

a.btn {
    line-height: 36px !important;
}



.actions {
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}

    .actions input[type=button] {
        margin-left: 10px;
        margin-right: 10px;
        min-width: 130px !important;
    }
/* Boutons */



/* Barre de progression */
.cProgression table {
    width: 100%;
    border-collapse: separate;
}

    .cProgression table td {
        height: 19px; /* 31px */
        border-style: solid !important;
        border-width: 1px !important;
        margin: 1px;
        padding: 0px;
        cursor: pointer;
        border-color: transparent !important;
        transition: ease-in-out 250ms;
        -webkit-transition: ease-in-out 250ms;
        -moz-transition: ease-in-out 250ms;
        -ms-transition: ease-in-out 250ms;
        -o-transition: ease-in-out 250ms;
    }

        .cProgression table td:hover {
            border-color: #008edb !important;
            transition: none;
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
        }

        .cProgression table td.suivantProgression {
            cursor: default;
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
        }

            .cProgression table td.suivantProgression:hover {
                border-color: transparent !important;
            }

td.suivantProgression {
    width: 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../Images/suivant-26x29.png);
}

.progressionPdl {
    height: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}

    .progressionPdl > div {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; /* 15px */
        font-size: 11px;
        line-height: 19px; /* 15px */
        color: #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .progressionPdl > div:first-child {
            top: 0;
            bottom: auto;
        }

        .progressionPdl > div.nonCommencee {
            border-color: #999;
            background-color: #999;
        }

        .progressionPdl > div.nonLivre {
            border-color: #000;
            background-color: #000;
        }


        .progressionPdl > div.ecartLivraison {
            border-color: #c79904;
            background-color: #c79904;
        }

        .progressionPdl > div.livraisonOk {
            border-color: #0a0;
            background-color: #0a0;
        }

        .progressionPdl > div.clientferme {
            border-color: #BD0013;
            background-color: #BD0013;
        }

        .progressionPdl > div.nonPrevu {
            background-color: #ccc;
        }

    .progressionPdl.grandFormat > div {
        padding-left: 15px;
        padding-right: 15px;
    }

        .progressionPdl.grandFormat > div > span {
            display: block;
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.detailsPointDePassage .progressionPdl.grandFormat {
    cursor: default;
}

.detailsPointDePassage hr {
    border: none;
    border-top: solid 1px #000;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
}

.detailsPointDePassage .lCumul {
    font-style: italic;
    margin-left: 3px;
    font-weight: normal;
}
/* Barre de progression */

/* anomalies */

.cLienArticles {
    cursor: pointer !important;
}


.tooltipAnomalie .anomalieLivraison {
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}

.tooltipAnomalie .anomalieArticles {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 15px;
}

.tooltipAnomalie .anomalieInventaire {
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 20px;
}


/* anomalies */

/* Tooltip PointDeLivraison */
.tooltipPdl {
    border-left-style: solid;
    border-left-width: 8px;
    padding-left: 8px;
    min-width: 350px;
    font-size: 11px;
}

    .tooltipPdl.nonCommencee {
        border-left-color: #999;
    }

    .tooltipPdl.nonLivre {
        border-left-color: #000;
    }

    .tooltipPdl.ecartLivraison {
        border-left-color: #c79904;
    }

    .tooltipPdl.livraisonOk {
        border-left-color: #0a0;
    }

    .tooltipPdl.clientferme {
        border-left-color: #BD0013;
    }



    .tooltipPdl > div {
        white-space: nowrap;
        margin-top: 3px;
    }

        .tooltipPdl > div.pdl {
            font-weight: bold;
            font-size: 12px;
            white-space: nowrap;
            padding-right: 175px;
            background-position: top right;
            background-repeat: no-repeat;
            line-height: 15px;
        }


        .tooltipPdl > div.ville {
            text-align: center;
            font-style: italic;
            white-space: nowrap;
            margin-top: 5px;
        }

        .tooltipPdl > div.etat {
            text-align: center;
            font-weight: bold;
            margin-top: 15px;
        }

            .tooltipPdl > div.etat span {
                color: #008edb;
                font-weight: bold;
            }

        .tooltipPdl > div.motif {
            text-align: center;
            font-weight: bold;
            margin-top: 15px;
        }

            .tooltipPdl > div.motif span {
                color: #BD0013;
                font-weight: bold;
            }

        .tooltipPdl > div.motifarticle {
            text-align: match-parent;
            font-weight: bold;
            margin-top: 15px;
        }

            .tooltipPdl > div.motifarticle span {
                text-align: left;
                color: #008EDB;
            }




        .tooltipPdl > div.photo {
            height: 25px;
            /* cursor: pointer; */
            background-image: url(../Images/photo-20x20.png);
            /*background-position: center center;*/
            background-repeat: no-repeat;
            padding-left: 30px;
            padding-top: 5px;
            font-weight: bold;
        }

        .tooltipPdl > div.photolibelle {
        }

        .tooltipPdl > div.arr {
            font-weight: bold;
            margin-top: 15px;
        }

            .tooltipPdl > div.arr span {
                color: #008edb;
                font-weight: bold;
            }

        .tooltipPdl > div.dep {
            font-weight: bold;
        }

            .tooltipPdl > div.dep span {
                color: #008edb;
                font-weight: bold;
            }

        .tooltipPdl > div.dur {
            font-weight: bold;
        }

        .tooltipPdl > div.pal {
            margin-top: 15px;
        }

            .tooltipPdl > div.pal span {
                color: #008edb;
                font-weight: bold;
            }

        .tooltipPdl > div.cai {
        }

            .tooltipPdl > div.cai span {
                color: #008edb;
                font-weight: bold;
            }

        .tooltipPdl > div .avertissement {
            font-weight: bold;
            color: red !important;
        }
/* Tooltip PointDeLivraison */


/* Controles */

span.vert {
    color: #96bf31;
}

span.rouge {
    color: #BD0013;
}

span.bleu {
    color: #004489;
}

/* Fin controles*/


/* Details d'un élément */
.ficheDetails {
}

    .ficheDetails .sep {
        width: 2%;
        height: 20px;
    }

    .ficheDetails .anomalie {
        /*margin-top: 10px;*/
        margin-bottom: 20px;
    }

    .ficheDetails fieldset {
        width: 750px;
        display: table;
        margin-left: auto;
        margin-right: auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        border: none;
    }

        .ficheDetails fieldset legend {
            background-color: #000;
            width: 100%;
            margin: 0;
            padding: 0;
            text-align: center;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 15px;
            line-height: 25px;
            border: solid 2px #000;
            border-bottom: none;
            color: #fff;
            cursor: default;
        }

        .ficheDetails fieldset table {
            width: 100%;
            border: solid 2px #000;
        }

    .ficheDetails .panel {
        border: solid 2px #000;
        cursor: default;
    }




        .ficheDetails .panel .titre {
            margin: 0;
            padding: 0;
            text-align: center;
            font-size: 15px;
            line-height: 23px;
            height: 26px;
            border: solid 2px #000;
            border-bottom: none;
            color: #fff;
            cursor: default;
            background-color: #000;
        }

        .ficheDetails .panel .contenu {
            padding: 10px;
        }

            .ficheDetails .panel .contenu select {
                /*height: 200px;*/
            }

    .ficheDetails .details {
    }

    .ficheDetails .panel.panelRouge {
        border-color: #BD0013;
    }

        .ficheDetails .panel.panelRouge .titre {
            border-color: #BD0013;
            background-color: #BD0013;
        }

    .ficheDetails .panel.panelBleu {
        border-color: #087bba;
    }

        .ficheDetails .panel.panelBleu .titre {
            border-color: #087bba;
            background-color: #087bba;
        }

    .ficheDetails .details td {
        vertical-align: top;
        text-align: left;
        padding: 3px;
        border-bottom: solid 1px #e5e5e5;
    }



    .ficheDetails .detailsTop {
        vertical-align: top;
    }


    .ficheDetails .details .message {
        border-bottom: hidden;
    }

        .ficheDetails .details .message select {
            height: 200px;
            width: 250px;
        }


    .ficheDetails .details .libelle {
        white-space: nowrap;
        width: auto;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .ficheDetails .details .valeur {
        font-weight: bold;
        text-align: justify;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .ficheDetails .details .valeur.wrap {
            white-space: normal;
        }

        .ficheDetails .details .valeur a {
            color: #000;
            text-decoration: underline;
        }

            .ficheDetails .details .valeur a:hover {
                text-decoration: none;
            }

        .ficheDetails .details .valeur span.nowrap {
            width: 100%;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

    .ficheDetails .details select {
        margin: 0;
        padding: 2px;
    }

    .ficheDetails .details textarea, .ficheDetails .details .zoneTexte {
        width: 100%;
        height: 80px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-y: auto;
        white-space: normal;
    }


    .ficheDetails .panel .contenu .details .zoneTexteMessage textarea {
        height: 200px;
    }

    .ficheDetails .panel .contenu .details .ddlist select {
        height: 25px;
        width: auto;
    }

/* Details d'un élément */


/* Historique de navigation */
.historiqueNavigation > div {
    background-color: #000 !important;
    color: #fff !important;
}
/* Historique de navigation */


.lienVide {
    text-decoration: none !important;
    font-style: italic;
    cursor: default;
}

    .lienVide:hover {
        text-decoration: none !important;
    }






/* PopUpLibellePersonnalise */
#PopUpLibellePersonnalise {
}

    #PopUpLibellePersonnalise .formulaire {
        margin-top: 10px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

        #PopUpLibellePersonnalise .formulaire input[type=text] {
            width: 400px;
            font-size: 18px;
            font-weight: bold;
            margin-left: 5px;
        }
/* PopUpLibellePersonnalise */





/* Utilisateurs PDA */
.utilisateursPda {
}

    .utilisateursPda tr.inactif td {
        color: #949494;
        font-style: italic;
    }

    .utilisateursPda .boutons {
        margin-top: 15px;
        margin-bottom: 5px;
        text-align: center;
    }

#PopUpEditionUtilisateurPda {
}

    #PopUpEditionUtilisateurPda .nonExistant {
        display: none;
    }

    #PopUpEditionUtilisateurPda.nouveau .existant {
        display: none;
    }

    #PopUpEditionUtilisateurPda.nouveau .nonExistant {
        display: block;
    }
/* Utilisateurs PDA */







span.resultatRecherche {
    color: #BD0013;
}

/* Monitoring */
.monitoring {
}

    .monitoring .panel {
        margin-bottom: 20px;
    }

        .monitoring .panel .libelle {
            width: 220px;
        }

        .monitoring .panel tr:hover {
            background-color: #aaa;
        }

        .monitoring .panel span.lien {
            margin-left: 5px;
        }

            .monitoring .panel span.lien a {
                margin-left: 5px;
                font-style: italic;
            }
/* Monitoring */


/* Contenu table */
.contenuTable {
}

    .contenuTable .t-grid td {
        white-space: nowrap;
    }
/* Contenu table */


.libelleTiers {
    white-space: nowrap;
    text-align: center;
}

.adresseTiers {
    margin-top: 10px;
    white-space: nowrap;
    text-align: center;
}

.telephoneTiers {
    margin-top: 10px;
    font-size: 15px;
    white-space: nowrap;
    text-align: center;
}

/* Surcharges Styles Telerik */
.t-grid td.cImportant {
    font-weight: bold;
    background-color: #e0e0e0;
}

.t-grid tr:hover td.cImportant {
    background-color: #e0e0e0;
}

.t-grid tr.t-alt td.cImportant {
    background-color: #d0d0d0;
}

.t-grid td .ko {
    color: #BD0013;
}

.t-grid td .ok {
    color: green;
}

.t-grid td.couleur {
    color: #008EDB;
}

.important {
    color: #008EDB !important;
    font-weight: bold !important;
}

.importantRouge {
    color: #BD0013 !important;
    font-weight: bold !important;
}

.importantVert {
    color: green !important;
    font-weight: bold !important;
}

div.t-grid .t-header, div.t-grid .t-last-header {
    white-space: normal;
}

    div.t-grid .t-header .t-link {
        height: auto;
        line-height: normal;
    }


.t-widget,
.t-widget .t-grid-header a.t-link {
    font-size: 12px !important;
}

.t-grid .t-toolbar {
    color: black;
    background-color: #f0f0f0;
}

    .t-grid .t-toolbar h2 {
        font-weight: bold;
        text-align: center;
        margin-top: 2px;
        margin-bottom: 3px;
    }

.t-grid th.t-header {
    color: black;
    background-color: #f0f0f0;
    border-color: #e5e5e5;
}

    .t-grid th.t-header span {
        color: black;
    }

.t-grid th {
    font-weight: bold !important;
}

.t-grid-header, .t-header {
    background-color: #f0f0f0 !important;
    border-color: #e5e5e5 !important;
}

    .t-grid-header .t-grid-header-wrap {
        border-color: #e5e5e5 !important;
    }

    .t-grid-header a, .t-header a {
        color: black !important;
        white-space: nowrap;
    }

    .t-grid-header a, .t-grid-header span {
        line-height: 25px !important;
        white-space: nowrap;
    }

    .t-grid-header .t-header .t-link {
        padding-right: 20px !important;
    }

.t-grid .t-grid-filter {
    height: 19px !important;
    margin-top: -28px !important;
    padding-top: 8px !important;
}

    .t-grid .t-grid-filter .t-filter {
        background-position: 0px -240px !important;
    }

.t-grid .t-active-filter {
    background-color: #BD0013;
}

    .t-grid .t-active-filter.t-state-hover {
        background-color: #cb505c !important;
    }

.t-arrow-down {
    background-position: -16px -176px !important;
}

.t-arrow-up {
    background-position: -16px -160px !important;
}

.t-calendar .t-arrow-prev {
    background-position: -16px -224px !important;
}

.t-calendar .t-arrow-next {
    background-position: -32px -224px !important;
}


.t-grid td.nopadding {
    padding: 0;
}

.t-grid td.centre {
    text-align: center;
}

.t-grid span.prev {
    color: #9b9b9b;
    font-style: italic;
}

.t-grid span.anomalie {
    color: #BD0013;
    font-weight: bold;
}

.t-grid span.ok {
    color: #3D9D29;
    font-weight: bold;
}

.t-grid td.cLienImage {
    text-align: center;
    padding: 0;
}

    .t-grid td.cLienImage > div {
        height: 25px;
        cursor: pointer;
        background-image: url(../Images/Loupe-20x20.png);
        background-position: center center;
        background-repeat: no-repeat;
    }

    .t-grid td.cLienImage.cLienCarto > div {
        background-image: url(../Images/position-25x25.png) !important;
        background-position: center center !important;
    }

        .t-grid td.cLienImage.cLienCarto > div:not(.lienVisible) {
            display: none;
        }


    .t-grid td.cLienImage.cLienAnnulerTournee > div {
        background-image: url(../Images/annulee-27x27.png) !important;
        background-position: center center !important;
    }

        .t-grid td.cLienImage.cLienAnnulerTournee > div:not(.lienVisible) {
            display: none;
        }

.photos .infosPhoto .photoCarto {
    background-image: url(../Images/position-25x25.png) !important;
    background-repeat: no-repeat;
    height:20px;
}

.t-grid td.detailArticlesLivraison > div {
    height: 25px;
    cursor: pointer;
    background-image: url(../Images/truck-delivery-20x20.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.t-grid td.detailArticlesTournee > div {
    height: 25px;
    cursor: pointer;
    background-image: url(../Images/truck-delivery-20x20.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/*.t-grid td.detailArticlesTourneeAnomalie > div.detailArticlesTourneeAnomalie
    {
        height: 25px;
        cursor: pointer;
        background-image: url(../Images/anomalie-20x20.png);
        background-position: center center;
        background-repeat: no-repeat;
    }*/

.t-grid div.anomaliesTournee {
    height: 25px;
    cursor: pointer;
    background-image: url(../Images/anomalie-20x20.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.t-grid div.anomaliesLivraison {
    height: 25px;
    background-image: url(../Images/anomalie-20x20.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.t-grid td.cPdfImage > div {
    height: 25px;
    cursor: pointer;
    background-image: url(../Images/pdf-27x27.png);
    background-position: center center;
    background-repeat: no-repeat;
}


.t-grid td > div.photo {
    height: 25px;
    /*cursor: pointer;*/
    background-image: url(../Images/photo-20x20.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.t-grid td > div.aucunephoto {
    height: 25px;
    /*cursor: pointer;*/
    background-image: url(../Images/photo0-20x20.png);
    background-position: center center;
    background-repeat: no-repeat;
}



.t-grid td.cPdfImage {
    text-align: center;
    padding: 0;
}

    .t-grid td.cPdfImage > div {
        height: 25px;
        cursor: pointer;
        background-image: url(../Images/pdf-27x27.png);
        background-position: center center;
        background-repeat: no-repeat;
    }

.t-grid tbody tr {
    background-color: #fff;
}

    .t-grid tbody tr.t-alt {
        background-color: #ddd;
    }

    .t-grid tbody tr:not(.t-no-data):hover, .t-grid tbody tr:not(.t-no-data):hover td {
        background-color: #c0c0c7 !important;
    }


.t-grid tbody td {
    border-color: #ccc;
    border-top: solid 1px #ccc;
}




    .t-grid tbody td a {
        text-decoration: underline;
    }

        .t-grid tbody td a:hover {
            text-decoration: none;
        }

.t-filter-options input[type="text"], .t-filter-options select {
    width: 100% !important;
    padding: 8px !important;
}

.t-numerictextbox {
    width: 100% !important;
}

    .t-numerictextbox input {
        margin-bottom: 4px !important;
    }

.t-grid td, .t-grid td a {
    font-size: 12px;
    cursor: default;
}

    .t-grid td a {
        cursor: pointer;
    }

    .t-grid td.cFigee {
        max-width: 190px;
    }

        .t-grid td.cFigee span {
            max-width: 180px;
            display: block;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

.t-state-hover, .t-state-hover:hover {
    background-color: #ccc !important;
    border-color: #888 !important;
}

.t-button:hover {
    background-color: #ccc !important;
}

.t-link, .t-link:link, .t-link:active, .t-link:visited {
    color: #000 !important;
}

.t-grid .t-grid-bottom {
    text-align: center;
}

    .t-grid .t-grid-bottom .t-status {
        width: 31px;
        border-right: none;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .t-grid .t-grid-bottom div.indicateurDateMaj {
        width: 45px;
        line-height: 23px;
        margin-right: 25px;
        text-align: left;
        border-right: solid 1px #aaa;
        padding-right: 5px;
    }

    .t-grid .t-grid-bottom .t-reset {
        width: 360px;
        text-align: left;
    }

    .t-grid .t-grid-bottom .t-status-text {
        width: 470px;
        text-align: right;
    }

    .t-grid .t-grid-bottom a.btn {
        display: inline !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        line-height: 23px !important;
        margin-right: 10px !important;
    }

.centerH {
    text-align: center !important;
}
/* Surcharges Styles Telerik */



/* Surcharges Styles qTip */
.qtip {
    font-size: 13px;
    /*background-color: #ddd;
    border: solid 1px #888;*/
    background-color: #fff;
    border: solid 3px #333;
    max-width: none;
    box-shadow: 0px 5px 15px #000;
}

    .qtip .qtip-content {
        color: #000;
    }
/* Surcharges Styles qTip */


/* Gestion des petits écrans */
@media screen and (max-height: 700px) {
    .ficheDetails .details textarea, .ficheDetails .details .zoneTexte {
        height: 40px;
    }

    .modeEdition textarea {
        height: 43px !important;
    }
}
/* Gestion des petits écrans */




/* icones */
.iconeEtat .photo,
.iconeEtat .pdf,
.iconeEtat .signature {
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.iconeEtat .signature {
    background-image: url(../Images/signature-27x27.png);
}

.iconeEtat .pdf {
    background-image: url(../Images/pdf-27x27.png);
}

.iconeEtat .photo.oui {
    background-image: url(../Images/photo-20x20.png);
}

.iconeEtat .photo.non {
    background-image: url(../Images/photo0-20x20.png);
}

/* icones*/

/* popupphotos*/

div.photos img {
    left: 70px !important;
    top: 70px !important;
    padding: 20px !important;
    width: auto !important;
    max-height: 300px;
    cursor: pointer;
}


div.popup-contenu img {
    top: 70px !important;
    padding: 0px !important;
    max-height: 800px;
    width: 550px !important;
}

/* popupphotos*/


div.aucuneImage {
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../Images/x.png);
}




/* Entete Grid*/
.entete {
    padding-bottom: 20px;
}

    .entete .t-grid div.t-grid-pager.t-grid-bottom {
        display: none;
    }

/* Entete Grid*/

/*Détails articles tournées*/
div.controleur {
    text-align: center;
    font-size: 20px !important;
    font-style: italic;
    font-weight: bold;
    /*margin-top: 5px;*/
    margin-bottom: 5px;
}
/*Détails articles tournées*/



/* Carto tournée */
.cartoTournee {
}

    .cartoTournee .cartoTournee-carte {
        width: 100%;
        height: 800px;
        box-sizing: border-box;
        padding-top: 150px;
        font-size: 24px;
        font-weight: 100;
        text-align: center;
    }
/* Carto tournée */



/* Impression */
@media print {
    header,
    footer,
    .historiqueNavigation {
        display: none;
    }

    body, html, #wrapper {
        width: 100%;
    }

    #page {
        padding: 0 !important;
        padding-top: 0 !important;
        overflow: visible;
    }

    .conteneurPrincipal {
        height: auto !important;
        padding: 0 !important;
        overflow: visible;
    }

    .conteneurHistoriqueNavigationPrincipal {
        overflow: visible;
        padding-right: 0 !important
    }

    .actions {
        margin: 0 !important;
    }
}
/* Impression */


/* QRcodes*/
.conteneur {
    overflow: hidden
}

    .conteneur .listeQRcodes {
        float: left;
        margin: 20px;
        padding: 0;
        box-sizing: border-box;
        text-align: center
    }

        .conteneur .Immatriculation {
            font-size: 15px;
        }
.ficheDetails .panel .contenu .details .libelleQRcodes {
    width: 5%;
}
.ficheDetails .panel .contenu .details .txtBoxQRcodes {
    width: 20%;
}
/* Fin QRcodes*/


/*   Gestion des photos */

.photo {
    width:150px;
    height:150px;
}

.popup-photo {
    width: 400px;
    height: 400px;
}

.tooltipPhotos {
    font-size: 1.2em;
    color: green;
}

/*  fin Gestion des photos*/

/* les infos sous les infos */

.infosPhoto {
    font-size: 1.2em;
    margin: 10px;
    padding: 5px;
    Font-Weight: Bold;
    float : left;
}

div.photos .positionPhotos {
     width: 400px;
    height: 400px;
}

.libellePhotos {
    Font-Weight: Bold;
}

.clientImageNoPosition {
    background-image: url(../Images/position-25x25.png) !important;
    background-position: center center !important;
    height: 25px;
    background-image: url(../Images/Loupe-20x20.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor : unset !important;
    opacity:0.1;
}

.diff
{
    background-color: #FFD700;
}

.cbInfosClient
{
    padding-left: 26px;
    height: 24px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 1.0 !important;
}
/*  fin infos sous les infos*/