:root {
    --grid-bg-color: #dfe9ee;
}

html, body {
    /*padding-top: 50px;*/
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    /*font-family: 'Myriad', sans-serif !important;*/
}

@font-face {
    font-family: Myriad;
    src: url("../font/myriad.ttf")
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

#lstProducts tbody tr {
    cursor: pointer;
}

    #lstProducts tbody tr:hover {
        background-color: #D9DFE7 !important;
    }

#lstQuestions tbody tr {
    cursor: pointer;
}

    #lstQuestions tbody tr:hover {
        background-color: #D9DFE7 !important;
    }

#lstRemontes tbody tr {
    cursor: pointer;
}

#gridExpenseMileage tbody tr {
    cursor: pointer;
}

#lstRemontes tbody tr:hover {
    background-color: #D9DFE7 !important;
}

.ulMultiColumn {
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 3;
    list-style-position: inside;
}

.disabledRayon {
    pointer-events: none;
    opacity: 0.6;
}

.hideInput .k-checkbox-wrapper {
    display: none;
}

.hideA a {
    display: none;
}

.client {
    color: black;
    font-style: italic;
}

.feature span {
    font-weight: bold;
    font-size: 15px;
}

.manager {
    font-weight: bold;
}

.iframe-container {
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .iframe-container iframe,
    .iframe-container object,
    .iframe-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.modal.in .modal-dialog {
    transform: none; /*translate(0px, 0px);*/
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
    height: 80%;
    max-height: 800px;
}

img.modal-content {
    width: auto;
}

.k-pager-wrap .k-link:hover, .k-pager-wrap .k-state-selected {
    z-index: 1 !important;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 0.7;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.text-box, .image {
    display: table-cell;
    vertical-align: top;
}

.cyanBand {
    background-color: #eee;
}

.black {
    color: black;
}

.circle {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin: auto;
}

.inlineEdit {
    width: 200px;
    height: 30px;
}

.puce-title {
    font-size: 16px;
    padding-bottom: 20px;
}

    .puce-title img {
        padding-right: 10px;
    }

.puce-text img {
    padding-right: 10px;
}

.parametrageActif {
    height: 80%;
    background-color: #FAFAFA;
    text-align: center;
    line-height: 140px;
}

    .parametrageActif > img {
        opacity: 1;
    }

    .parametrageActif > a {
        display: initial;
    }

.parametrageInactif {
    height: 80%;
    background-color: #EEEEEE;
    text-align: center;
    line-height: 140px;
}

    .parametrageInactif > img {
        opacity: 0.3;
    }

    .parametrageInactif > a {
        display: none;
    }

/*.imgInactif {
    opacity: 0.3;
}

.imgActif {
    opacity: 1;
}*/

.bleu, .rouge, .jaune, .gris, .gris1, .gris2, .gris3 {
    width: 100%;
    height: 50px;
    border: 1px solid rgb(221, 221, 221);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin: 1px;
}

.bleu-item, .rouge-item, .gris-item, .blanc-item, .jaune-item {
    height: 50px;
    border: 1px solid rgb(221, 221, 221);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}

.bleu-item {
    background-color: #DEF3F6;
}

.rouge-item {
    background-color: #FBA09F;
}

.gris-item {
    background-color: #A6B9C7;
}

.blanc-item {
    background-color: #F1F1F1;
}

.jaune-item {
    background-color: #FFE36D;
}

.blanc {
    width: 198px;
    padding-top: 10px;
    height: 245px;
    border: 1px solid rgb(221, 221, 221);
    display: inline-block;
    margin: 1px;
}

#leftArea p, #rightArea p {
    font-size: 14px;
    font-weight: bold;
}

.highlight {
    box-shadow: 0 0 0 99999px rgba(0, 0, 0, .3);
    position: relative;
    z-index: 9999;
    pointer-events: auto;
    transition: all 0.5s ease;
}

#ZoneKPI1234 {
    position: absolute;
    top: 119px;
    left: 87px;
    height: 331px;
    width: 476px;
    margin: 5px;
    line-height: 148px;
    font-weight: bold;
}

#ZoneKPI1, #ZoneKPI2, #ZoneKPI3, #ZoneKPI4 {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #FBA09F;
    border: 1px solid rgb(221, 221, 221);
    height: 165px;
    width: 235px;
    border: 1px solid rgb(221, 221, 221);
    line-height: 148px;
    font-weight: bold;
    margin-right: -2px;
}

#ZoneKPI5 {
    position: absolute;
    top: 118px;
    left: 560px;
    text-align: center;
    background-color: #A6B9C7;
    height: 135px;
    width: 319px;
    border: 1px solid rgb(221, 221, 221);
    margin: 5px;
    line-height: 135px;
    font-weight: bold;
}

#ZoneIndicateur1 {
    position: absolute;
    top: 69px;
    left: 331px;
    background-color: #DEF3F6;
    height: 100px;
    width: 150px;
    border: 1px solid rgb(221, 221, 221);
    margin: 5px;
    line-height: 100px;
    font-weight: bold;
    text-align: center;
}

#ZoneIndicateur2 {
    position: absolute;
    top: 171px;
    left: 331px;
    background-color: #FBA09F;
    height: 148px;
    width: 150px;
    border: 1px solid rgb(221, 221, 221);
    margin: 5px;
    line-height: 148px;
    font-weight: bold;
    text-align: center;
}

#ZoneIndicateur345 {
    position: absolute;
    top: 321px;
    left: 88px;
    height: 129px;
    width: 393px;
    margin: 5px;
    line-height: 148px;
    font-weight: bold;
    text-align: center;
}

#ZoneIndicateur3 {
    position: relative;
    display: inline-block;
    background-color: #FFE36D;
    border: 1px solid rgb(221, 221, 221);
    height: 129px;
    width: 128px;
    border: 1px solid rgb(221, 221, 221);
    margin-right: 1px;
    line-height: 148px;
    font-weight: bold;
    text-align: center;
}

#ZoneIndicateur4 {
    position: relative;
    display: inline-block;
    background-color: #FFE36D;
    border: 1px solid rgb(221, 221, 221);
    height: 129px;
    width: 128px;
    border: 1px solid rgb(221, 221, 221);
    margin-right: 1px;
    line-height: 148px;
    font-weight: bold;
    text-align: center;
}

#ZoneIndicateur5 {
    position: relative;
    display: inline-block;
    background-color: #FFE36D;
    border: 1px solid rgb(221, 221, 221);
    height: 129px;
    width: 128px;
    line-height: 148px;
    font-weight: bold;
    text-align: center;
}

#ZoneIndicateur6 {
    position: absolute;
    top: 69px;
    left: 482px;
    background-color: #A6B9C7;
    height: 217px;
    width: 398px;
    border: 1px solid rgb(221, 221, 221);
    margin: 5px;
    line-height: 217px;
    font-weight: bold;
    text-align: center;
}

#ZoneIndicateur7 {
    position: absolute;
    top: 288px;
    left: 482px;
    background-color: #F1F1F1;
    padding: 20px;
    height: 162px;
    width: 398px;
    border: 1px solid rgb(221, 221, 221);
    margin: 5px;
    font-weight: bold;
    text-align: left;
}

.logoEtText {
    padding: 5px;
    /*display: inline-block;*/
    float: left;
    height: 48px;
    border: 1px solid #849EB7;
    width: 94%;
    text-align: center;
}

.imgTop > img {
    height: 10%;
    width: 32px;
    margin-top: -4px;
}

.editInline {
    float: right;
}

.ligneGris {
    color: grey;
}

.k-filtercell .k-widget, .k-filtercell .k-block, .k-filtercell .k-filtercell-wrapper > .k-textbox {
    display: flex;
    flex: auto !important;
}

#Missions .k-command-cell .k-button {
    background: none;
    border: none;
    width: 12px;
    margin-right: 8px;
}

.k-dialog {
    /*left: 660px !important;*/
    width: 900px;
}

#lstUsers .k-command-cell .k-button {
    background: none;
    border: none;
    width: 12px;
    margin-right: 8px;
}

#lstTarifs .k-command-cell .k-button {
    background: none;
    border: none;
    width: 12px;
    margin-right: 8px;
}

#lstClientsGrid .k-command-cell .k-button {
    background: none;
    border: none;
    width: 12px;
    margin-right: 8px;
}

#lstClientsGrid td .k-button {
    background: none;
    border: none;
    width: 12px;
    margin-right: 8px;
}

#MissionsUsers .k-command-cell .k-button {
    background: none;
    border: none;
    width: 12px;
    margin-right: 8px;
}

#lstDocuments .k-command-cell .k-button {
    background: none;
    border: none;
    width: 25px;
    height: 25px;
    margin-right: 0px;
    color: rgb(0, 63, 89) !important;
}

    #lstDocuments .k-command-cell .k-button:hover {
        color: rgb(0, 63, 89) !important;
    }

.noBorderButton .k-command-cell .k-button {
    background: none;
    border: none;
    width: 25px;
    height: 25px;
    margin-right: 0px;
    color: rgb(0, 63, 89) !important;
}

    .noBorderButton .k-command-cell .k-button:hover {
        color: rgb(0, 63, 89) !important;
    }

#segmentationTreeView {
    font-size: 15px
}

span.k-in > span.highlight {
    background: yellow
}

.miniImg {
    text-align: right;
    padding-left: 10px;
}

    .miniImg a img {
        width: 23px;
        /*padding-left: 5px;*/
        text-align: right;
        cursor: pointer;
    }

.moyImg {
    padding-left: 10px;
}

    .moyImg a img {
        width: 47%;
        padding-left: 5px;
        cursor: pointer;
    }

.k-header .k-button {
    background-color: #68809e;
    background-image: none;
    color: white;
}

    .k-header .k-button:hover {
        text-decoration: underline;
    }

.k-checkbox-label::before {
    border-color: grey !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.CibleMenuItem {
    width: 11.1857%;
    float: left;
    border-bottom: 1px solid #849EB7;
}

.CibleMenuItem2 {
    width: 10.8501%;
    float: left;
}

.CibleMenuItemPlanning {
    width: 12.5%;
    float: left;
}
/*button qui a aucune raison de pas s afficher mais qui s affiche pas quand meme*/
.k-filtercell > span > .k-button:not(.k-clear-button-visible), .k-filtercell .k-filtercell-operator > .k-button:not(.k-clear-button-visible) {
    visibility: visible !important;
    pointer-events: visible !important;
}

.k-i-close {
    padding-left: 0px !important;
}

.pastille0 {
    content: url("/images/averag_0.png");
}

.pastille1 {
    content: url("/images/averag_1.png");
}

.pastille2 {
    content: url("/images/averag_2.png");
}

.pastille3 {
    content: url("/images/averag_3.png");
}

.etat0:after {
    content: url("/images/picto_etat_0.png");
}

.etat1:after {
    content: url("/images/picto_etat_1.png");
}

.etat2:after {
    content: url("/images/picto_etat_2.png");
}

.k-i-edit {
    padding-left: 5px;
}

.k-i-close {
    padding-left: 5px;
}

.k-i-check {
    padding-left: 5px;
}

.k-i-cancel {
    padding-left: 5px;
}

.CibleMenuItemDroits {
    width: 20%;
    float: left;
    height: 90px;
}

.CibleMenuItemDroitsEspace {
    width: 40%;
    float: left;
}

.CibleMenuItemReleve {
    width: 15%;
    float: left;
    height: 90px;
}

.CibleMenuItemReleveEspace {
    width: 70%;
    float: left;
}

.CibleMenuItemProduit {
    width: 15%;
    float: left;
    height: 90px;
}

.CibleMenuItemProduitEspace {
    width: 85%;
    float: left;
}

.CibleMenuItemProduits {
    width: 14%;
    float: left;
    height: 90px;
}

.CibleMenuItemProduitsEspace {
    width: 2%;
    float: left;
}

.CibleMenuItemQuestionnaire {
    width: 20%;
    float: left;
    height: 90px;
}

.CibleMenuItemQuestionnaireEspace {
    width: 40%;
    float: left;
}

.CibleMenuItemRemonte {
    width: 20%;
    float: left;
    height: 90px;
}

.CibleMenuItemRemonteEspace {
    width: 60%;
    float: left;
}

.CibleMenuItemObjEspace {
    width: 74%;
    float: left;
}

.CibleMenuIndicObjEspace {
    width: 60%;
    float: left;
}

#segmentationTreeView .k-in.k-state-hover {
    background-color: transparent;
    border-color: transparent;
    color: #003f59;
}

#segmentationTreeView .k-in.k-state-selected {
    background-color: transparent;
    border-color: transparent;
}

#segmentationTreeView .k-in.k-state-focused {
    box-shadow: none;
}

.borderBottom {
    height: 48px;
    float: left;
    width: 3%;
    border-bottom: 1px solid #849EB7;
}

.ZoneGlobale .k-input {
    background-color: white !important;
}

    .ZoneGlobale .k-input:hover {
        color: #003f59 !important;
    }

.borderBottomActif {
    border-bottom: 1px solid #E5EAF0;
}

.textBot {
    margin-top: -3px;
    font-style: italic;
    color: black;
}

.ZoneParametrage {
    border: 1px solid #DEC800;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.ZoneParametrageBleu {
    margin-top: 20px;
    height: 100%;
    border: 1px solid #136fb2;
    padding-bottom: 0px;
    padding-top: 20px;
    padding-left: 25px;
}

    .ZoneParametrageBleu label {
        font-size: 14px;
        font-weight: 100;
    }

.ZoneParametrageRouge label {
    font-size: 14px;
    font-weight: 100;
}

.ZoneParametrageRouge .row {
    padding-bottom: 5px;
}

.backgroundRouge {
    padding-top: 5px;
    background-color: #fbe5e8;
}

.noRouge {
    background-color: none;
}

.ZoneParametrageBleu .row {
    padding-bottom: 10px;
}

.ZoneParametrageRouge {
    margin-top: 20px;
    border: 1px solid #df2d29;
    padding: 10px;
    padding-top: 20px;
    padding-left: 25px;
}

.ZoneGlobale {
    position: relative;
    text-align: center;
    background-color: #E5EAF0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid #849EB7;
    border-bottom: 1px solid #849EB7;
    border-right: 1px solid #849EB7;
}

.logoEtTextActif {
    background-color: #E5EAF0;
    border-bottom: 1px solid #E5EAF0;
}

.logoEtTextInactif div {
    opacity: 0.4;
    pointer-events: none;
}

.logoEtText:hover {
    text-decoration: underline;
}

.bleu {
    background-color: #DEF3F6;
}

.rouge {
    background-color: #FBA09F;
}

.jaune {
    background-color: #FFE36D;
    width: 49%;
}

.gris {
    background-color: #A6B9C7;
}

.gris1 {
    background-color: #A6B9C7;
}

.gris2 {
    background-color: #A6B9C7;
}

.gris3 {
    background-color: #A6B9C7;
}

.blanc {
    background-color: #F1F1F1;
}

    .blanc table {
        border-left: none;
        border-right: none;
    }

#GroupeIndicateur1, #GroupeIndicateur2, #GroupeIndicateur345 {
    border: 1px solid rgb(221, 221, 221);
    padding: 15px;
    text-align: center;
}

#GroupeIndicateur6 {
    border: 1px solid rgb(221, 221, 221);
    padding: 15px;
    text-align: center;
}

#GroupeIndicateur7 {
    border: 1px solid rgb(221, 221, 221);
    padding: 15px;
    text-align: center;
    float: left;
    margin-right: 10px;
    width: 45%
}

#GroupeKPI1234, #GroupeKPI5 {
    border: 1px solid rgb(221, 221, 221);
    padding: 15px;
    text-align: center;
}

    #GroupeIndicateur1 p, #GroupeIndicateur2 p, #GroupeIndicateur345 p, #GroupeIndicateur6 p, #GroupeIndicateur7 p, #GroupeKPI1234 p, #GroupeKPI5 p {
        font-weight: bold;
    }

#GroupeIndicateur1, #GroupeIndicateur2, #GroupeIndicateur6 {
    margin-right: 10px;
}

#GroupeIndicateur1, #GroupeIndicateur6 {
    margin-left: 10px;
}

.col-md-6-1 {
    width: 51% !important;
}

p > .k-switch {
    float: right;
}

.k-switch {
    width: 4.6em !important;
}

.k-switch-handle {
    width: 1.8em !important;
    height: 1.8em !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
}

.jour {
    float: left;
    font-size: 20px;
    padding-top: 14px;
    color: #0068b0;
    font-weight: bold;
    padding-left: 15px;
}

background-gris {
    background-color: lightgrey;
}

form img {
    padding-right: 0px;
}

.widthMax {
    width: 70%;
}

.form-control {
    height: 27px;
}

.form-group > .form-control {
    height: 34px;
}

form label {
    font-weight: 100;
    padding-right: 0px;
}

.moisAnnee {
    float: left;
    font-size: 12px;
    color: #0068b0;
    margin-left: 15px;
}

#heures {
    font-size: 22px;
    color: grey;
    padding-top: 5px;
}

.nav {
    padding-left: 15px !important;
}

.sigle {
    font-size: 9px;
    margin-right: -5px;
}

.hrTemps {
    border-top: 1px solid #ccc;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 3px !important;
    margin-bottom: 4px !important;
}

.hrTrait {
    display: block;
    margin-top: 13em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-top: 1px solid rgb(221, 221, 221) !important;
}

#cadreAvatar {
    height: 200px;
    width: 90%;
    border: 1px solid rgb(221, 221, 221);
}

.avatar {
    height: 70%;
    width: 70%;
}

.image-upload > input {
    display: none;
}

.image-upload img {
    cursor: pointer;
}

/*table td input {
    width:100%;
}*/

/*td {
    word-wrap: break-word;
    word-break: break-all;
}*/

/*table {
    display:table-cell;
}

table td label {
    font-weight:bold;
}*/

.editUser tr {
    line-height: 2.5;
    font-size: 14px;
}

.editUser .k-textbox {
    width: 100%
}

.editUser label {
    font-weight: 100;
}

.noPadding {
    padding: 0;
}

#minutes {
    font-size: 22px;
    color: grey;
}

.black:hover {
    color: black;
}

.white {
    color: white;
}

    .white:hover {
        color: white;
    }

.headerAriane {
    position: relative;
    height: 25px;
    background-color: #FF6F4D;
}

.btn-connexion {
    width: 100%;
}

.breadcrumbs {
    position: absolute;
    padding-top: 3px;
    padding-left: 5px;
}

.finContent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn-custom {
    background-color: #385674;
    color: white;
}

.orangeBand {
    background-color: #FF6F4D;
}

.whiteBand {
    height: 200px;
    background-color: white;
}

.greyBand {
    width: 100%;
    background-color: #FCE480;
    height: 38px;
}

.arrow-up {
    border-bottom: 16px solid white;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    height: 0;
    margin: auto;
    margin-top: -16px;
    width: 0;
}

#footer {
    width: 100%;
    position: relative;
}

.stickFooter {
    height: 333px;
    position: absolute !important;
    bottom: 0;
    left: 0;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

.sideBar {
    height: 100%;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0;
}

.sideBarcontent {
    padding-right: 0px;
    padding-left: 0px;
}

#page {
    /*border: 1px solid rgb(221, 221, 221);*/
    color: #3F3F3F;
}

.menuLeft {
    /*float: left;*/
    /*width: 260px;*/
    min-height: 50px;
    margin-right: -20px;
}

.transitionWidth {
    transition: width 0.5s;
}

.menuLeft.collapsed {
    margin-right: 0px !important;
}

.formRecherche span {
    /*float: left;
    padding: 5px 14px 0 0px;*/
}

.k-multiselect {
    width: 75% !important;
}

.label-span {
    float: left;
    padding: 5px 14px 0 0px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #385674;
    border-color: #385674;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/*table a {
    color: #385674;
}*/

.pagination > li > a, .pagination > li > span {
    color: #385674;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.feature {
    height: 295px;
    text-align: center;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.panel-default > .panel-heading-arrow a {
    display: block;
    color: #337ab7;
    padding: 4px 0px;
    font-size: 14px;
}

.panel-default > .panel-heading-cross a {
    display: block;
    color: black;
    padding: 4px 0px;
    font-size: 12px;
    font-weight: bold;
}

.panel-default > .panel-heading a:hover {
    color: #385674;
    text-decoration: none;
}

.panel-default > .panel-heading a:focus {
    color: #385674;
    text-decoration: none;
}

.panel-default > .panel-heading-arrow a[aria-expanded="true"]:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent grey transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading-arrow a[aria-expanded="false"]:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #385674 transparent;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 20px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading-cross a:after {
    top: 7px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: white;
    border-color: none;
}

    .panel-default > .panel-heading a > span {
        padding-left: 10px;
    }

    .panel-default > .panel-heading a > img {
        max-height: 100px;
        max-width: 100%;
    }

.list-group-item-heure {
    margin: -1px;
    vertical-align: middle;
    border-top: 0;
    margin: -1px;
    text-align: center;
    padding: 0;
    /*padding-top:30px;*/
    /*line-height:100px;*/
}

#journumeric {
    position: absolute;
    top: 17px;
    left: 23px;
    font-size: 30px;
    color: white;
}

.list-group-item-compte {
    margin: -1px;
}

.expandSideBar {
    /*margin-top: 40vh; /* poussé de la moitié de hauteur de viewport
    transform: translateY(-40%);
    */ position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.expandSideBarHover:hover {
    background-color: #e2eaf0;
    cursor: pointer;
}

    .expandSideBarHover:hover span {
        transform: rotate(180deg);
    }

.expandSideBarHover span {
    transition: transform 0.5s;
}

.expandSideBarHover {
    margin-bottom: 10px;
    width: 15px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.list-group-item-heure:last-child {
    margin-bottom: -1px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item-heure:first-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel-default > .panel-heading-cross a[aria-expanded="true"]:after {
    content: "\2212";
    color: grey;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading-cross a[aria-expanded="false"]:after {
    content: "\002b";
    color: #e8d100;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-group .panel + .panel {
    margin-top: 0px
}

.panel-body {
    background-color: #F1F1F1;
}

.btn {
    transition-duration: 0.4s !important;
}

    .btn:hover, .btn:focus, .btn.focus {
        /*color: white;*/
        /*text-decoration: underline;*/
        background-color:
    }

.nav > li > a {
    background-color: #849EB7;
    color: white;
    border-radius: 13px 45px 0px 0px;
    font-style: italic;
}

.nav-tabs > li.active > a {
    border-radius: 13px 45px 0px 0px;
    color: black;
}

    .nav-tabs > li.active > a > span {
        color: red;
    }

.nav li a {
    line-height: 25px;
    height: 25px;
    padding-top: 0;
}

ul > li > a {
    color: black;
}

    ul > li > a > span {
        color: black;
        font-weight: bold;
        margin-left: -10px;
        margin-right: 5px;
    }

.k-listbox-toolbar > ul > li > a > span {
    margin-left: 0px;
    margin-right: 0px;
}

.candlestick-wrapper .candlestick-bg.off, .candlestick-wrapper .candlestick-bg.off .candlestick-off:before, .candlestick-wrapper .candlestick-bg.off .candlestick-on:after {
    background-color: grey !important;
}

.nav-tabs > li > a:hover {
    background-color: white;
    color: black;
}

    .nav-tabs > li > a:hover span {
        color: Red;
    }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    /*border: none;*/
    border-top: none;
}

.panel-group {
    margin-bottom: 0px;
}

.firstpanel {
    border-top: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 0px;
    border-left-width: thin;
}

.list-group-item-color {
    border-left-width: medium !important;
    line-height: 10px;
}

.list-group-item-vert {
    border-left: 3px solid limegreen;
}

.list-group-item-blue {
    border-left: 3px solid cyan;
}

.list-group-item-rouge {
    border-left: 3px solid indianred;
}

.list-group > a {
    font-weight: bold;
    font-size: 12px;
    color: black;
}

    .list-group > a > .heure {
        float: left;
    }

.titrePage {
    text-transform: uppercase;
    font-weight: bold;
    color: #3F3F3F;
    font-size: 18px;
    padding-top: 10px;
}

    .titrePage span {
        padding-left: 10px;
    }

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px;
}

    .toggle.ios .toggle-handle {
        border-radius: 20px;
    }

.list-group > a > img {
    padding-left: 10px;
    max-height: 10px;
}

option {
    /* Whatever color  you want */
    background-color: white;
    color: black;
}

@media (min-width: 1200px) {
    .container {
        width: 1248px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1600px;
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1800px;
    }
}

.puce-title {
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: bold;
}

    .puce-title img {
        padding-right: 10px;
    }

.grid-no-icon-button tbody span.k-icon {
    display: none;
}

/*.k-grid-toolbar span.k-icon {
    display: none;
}

.k-grid-toolbar {
    border-right: 1px solid rgb(221, 221, 221) !important;
    border-left: 1px solid rgb(221, 221, 221) !important;
}

.k-grid {
    border: 1px solid rgb(221, 221, 221) !important;
}*/

.logoMission {
    /*border: 1px solid rgb(221, 221, 221);*/
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}

.k-switch-container, .k-switch-wrapper {
    border-color: rgba(0, 0, 0, 0.50) !important;
}

.k-dropdown-wrap:hover > k-input {
    color: black;
}

.section .section-title {
    padding-top: 15px;
    padding-left: 70px;
    font-weight: bold;
    color: #385674;
}

.section .section-description {
    padding-left: 70px;
    font-style: italic;
    color: grey;
}

.section {
    margin-top: 15px;
    margin-bottom: 15px;
}

.bordered-panel {
    border: 1px solid;
    border-color: lightgray;
}

.leaflet-bar button,
.leaflet-bar button:hover {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar button {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
}

    .leaflet-bar button:hover {
        background-color: #f4f4f4;
    }

    .leaflet-bar button:first-of-type {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .leaflet-bar button:last-of-type {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom: none;
    }

    .leaflet-bar.disabled,
    .leaflet-bar button.disabled {
        cursor: default;
        pointer-events: none;
        opacity: .4;
    }

.easy-button-button .button-state {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.leaflet-touch .leaflet-bar button {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

leaflet-control-layers-toggle {
    max-width: 30px;
    max-height: 30px;
}

.title-toolbar-map {
    margin-top: 7px;
    font-weight: bold;
    padding-right: 15px;
}

.button-no-border {
    border: none;
    background-color: transparent;
    padding: 0;
}

#tableSecteurs span.k-select {
    display: none;
}

#tableSecteurs tr[aria-selected="true"] {
    background-color: #E2EAF0;
}

.k-switch-off .k-switch-container, .k-switch-off .k-switch-wrapper {
    border-color: rgba(0, 0, 0, 0.5) !important;
}

.k-grid tr.k-alt.k-state-selected {
    background-color: #D1D7DF !important;
}

.k-grid tr.k-state-selected, .k-grid td.k-state-selected {
    background-color: #D9DFE7 !important;
}

.inactif {
    pointer-events: none;
    cursor: default;
}

.buttonTransparent {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.leaflet-control-layers-toggle {
    width: 30px !important;
    height: 30px !important;
}

.leaflet-control-attribution.leaflet-control {
    display: none !important;
}

.collapsing.collapse-width {
    transition: width 0.3s ease;
}

.field-validation-error {
    color: red;
}

#zoneDrop1 {
    position: absolute;
    top: 104px;
    left: 87px;
    height: 205px;
    width: 393px;
    margin: 5px;
    line-height: 148px;
    font-weight: bold;
}

#zoneDrop2 {
    position: absolute;
    top: 104px;
    left: 487px;
    height: 205px;
    width: 393px;
    margin: 5px;
    line-height: 148px;
    font-weight: bold;
}

#zoneDrop34 {
    position: absolute;
    top: 318px;
    left: 667px;
}

#zoneDrop3 {
    position: relative;
    height: 58px;
    width: 215px;
    line-height: 148px;
    font-weight: bold;
}

#zoneDrop4 {
    position: relative;
    height: 72px;
    width: 215px;
    line-height: 148px;
    font-weight: bold;
    margin-top: 5px;
}

#zoneDrop5678 {
    position: absolute;
    top: 319px;
    left: 95px;
}

#zoneDrop5 {
    position: relative;
    height: 30px;
    width: 104px;
    line-height: 148px;
    font-weight: bold;
}

#zoneDrop6 {
    position: relative;
    height: 30px;
    width: 104px;
    line-height: 148px;
    font-weight: bold;
    margin-top: 5px;
}

#zoneDrop7 {
    position: relative;
    height: 30px;
    width: 104px;
    line-height: 148px;
    font-weight: bold;
    margin-top: 5px;
}

#zoneDrop8 {
    position: relative;
    height: 30px;
    width: 104px;
    line-height: 148px;
    font-weight: bold;
    margin-top: 5px;
}

#zoneDrop9101112 {
    position: absolute;
    top: 334px;
    left: 207px;
}

#zoneDrop9 {
    float: left;
    position: relative;
    height: 60px;
    width: 67px;
    line-height: 148px;
    font-weight: bold;
}

#zoneDrop10 {
    left: 70px;
    position: relative;
    height: 60px;
    width: 67px;
    line-height: 148px;
    font-weight: bold;
}

#zoneDrop11 {
    margin-top: 3px;
    float: left;
    position: relative;
    height: 56px;
    width: 67px;
    line-height: 148px;
    font-weight: bold;
}

#zoneDrop12 {
    margin-top: 3px;
    left: 70px;
    position: relative;
    height: 56px;
    width: 67px;
    line-height: 148px;
    font-weight: bold;
}

.round {
    border-radius: 50%;
}

.k-dropdown-wrap {
    width: auto !important;
}

.k-autocomplete {
    width: 100% !important;
}

.text-box, single-line {
    width: 100% !important;
}

.notImplemantedYet {
    display: none;
}

.k-dropdown-wrap {
    background-color: white !important;
    background-image: none !important;
}

.k-select {
    /*background-color: #b0b0b0;*/
    background-color: var(--grid-bg-color);
}

.k-dropdowntree, .k-dropdown {
    width: auto !important;
}

.btn-choix-mission {
    background-color: #FF6F4D;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    outline: none;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #FF6F4D;
}

    .btn-choix-mission:hover {
        background-color: rgba(255,111,77, 0.8);
    }

    .btn-choix-mission:active {
        position: relative;
        top: 1px;
    }

.btn-validation {
    background-color: black !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    /*border: 1px solid #ffffff !important;*/
    outline: none !important;
    display: inline-block !important;
    cursor: pointer !important;
    color: #ffffff !important;
    /*padding: 4px 15px !important;*/
    text-decoration: none !important;
    text-shadow: 0px 1px 0px black !important;
}

.btn-choix-mission:active {
    position: relative;
    top: 1px;
}

.btn-validation:hover {
    background: rgba(0,0,0,0.8) !important;
    text-decoration: none !important;
    /*margin: 1px 1px 1px 1px !important;*/
    /*border-style: none !important;*/
}

.contentFilter {
    padding: 10px;
}

.filterDiv {
    border: 1px solid rgb(221, 221, 221);
}

.k-multiselect {
    width: 200px !important;
}

.headerFilter {
    cursor: pointer;
    background-color: var(--grid-bg-color);
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    padding-left: 15px;
    height: 35px;
    font-size: 15px;
    /*border-bottom: 1px solid lightgrey;*/
}

.miniaturePicture {
    max-height: 50px;
    min-height: 50px;
    max-width: 50px;
    min-width: 50px;
}

.k-listview > .k-state-selected {
    color: inherit;
    background-color: #d4d4d4 !important;
}

.picThumbnail {
    display: inline-table;
    width: 33%;
    height: 400px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #F4F4F4;
}

.imgActions {
    cursor: pointer;
    margin-right: 5px !important
}

.customPicture {
    max-height: 300px;
    min-height: 300px;
}

.customThumbnail {
    padding: 0;
    border: none;
}

.customCaption {
    /*background-color: #F4F4F4;*/
}

.icon-export-excel {
    background-image: url("../images/common_exportexcel.png");
    background-size: 40px 30px;
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
}

.k-header.k-grid-toolbar {
    text-align: right !important;
    background: white !important;
    border-style: none !important;
    margin-left: -1px;
    margin-top: -1px;
    margin-right: -1px;
}

.k-chart,
.k-stockchart {
    height: 250px !important;
}

.grid-questionnaire {
    height: 250px !important;
}

.labelFilter {
    background-color: #E9E9E9;
    margin-left: 10px;
    margin-right: 10px;
    width: 50px;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    padding-top: 5px;
}

.labelPourcentage {
    color: #FF6F4D;
    margin-right: 10px;
    font-size: large;
}

.k-dropdown-wrap {
                width: 100% !important
            }

            .navbar-global {
                background-color: indigo;
            }

                .navbar-global .navbar-brand {
                    color: white;
                }

                .navbar-global .navbar-user > li > a {
                    color: white;
                }

            .navbar-primary {
                background-color: white;
                /*left: 0px;
                position: absolute;
                top: 0px;*/
                z-index: 8;
                overflow: hidden;
                -webkit-transition: all 0.1s ease-in-out;
                -moz-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
            }

                /*.navbar-primary.collapsed {
                    width: 80px;
                }*/

                .navbar-primary.collapsed .glyphicon {
                    /*font-size: 22px;*/
                }

                .navbar-primary.collapsed .nav-label, .navbar-primary.collapsed span, .navbar-primary.collapsed .hideWhenCollapsed {
                    display: none;
                }

                .navbar-primary.collapsed .centerImg {
                    text-align: center;
                }

                .navbar-primary.collapsed .buttonMenu {
                    text-align: center;
                }

                .navbar-primary.collapsed .centerImg img {
                    float: none !important;
                }

                .navbar-primary.collapsed .panel-default > .panel-heading-arrow a[aria-expanded="false"]:after {
                    display: none;
                }

            .btn-expand-collapse {
                /*position: absolute;
                display: block;
                left: 0px;
                bottom: 0;*/
                width: 100%;
                padding: 8px 0;
                border-top: solid 1px #666;
                color: grey;
                font-size: 20px;
                text-align: center;
            }

                /*.btn-expand-collapse:hover,*/
                .btn-expand-collapse:focus {
                    background-color: #222;
                    color: white;
                }

                .btn-expand-collapse:active {
                    background-color: #111;
                }

            .navbar-primary-menu,
            .navbar-primary-menu li {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                .navbar-primary-menu li a {
                    display: block;
                    /*padding: 10px 18px;*/
                    text-align: left;
                    /*border-bottom: solid 1px #444;*/
                }

                    /*.navbar-primary-menu li a:hover {
                        background-color: #000;
                        text-decoration: none;
                        color: white;
                    }*/

                    .navbar-primary-menu li a .glyphicon {
                        margin-right: 6px;
                    }

            /*.navbar-primary-menu li a:hover .glyphicon {
                        color: orchid;
                    }*/

            .main-content {
                margin-top: 60px;
                margin-left: 200px;
                padding: 20px;
            }

            .collapsed + .main-content {
                margin-left: 60px;
            }


.k-popup, .k-menu-group, .k-menu.k-context-menu {
    background-color : #d5e0e6;
}

.waitingClass {
    background-image: url("/images/Dan_pictos/ico_donnees_en_chargement.png");
    background-repeat: no-repeat;
    background-position: center;
}

.waitingSentence {
    position: relative;
    top: 70%;
    text-align: center;
}
.dashBoardContainer .k-detail-cell {
    padding-right: 0px !important;
}
.customFooter {
    background-color: #DFE9EE;
    font-weight: bold;
}