body {
    font-size: 14px;
}

#infoposition {
    display: none;
}


#revoir {
    margin-top: -15px;
    float: right;
}


/* Commentaire et bouton info en orange / gras */
.txtcom {
    color: orange;
    font-weight: bold;
}



/* Début loader ajax */

.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;

}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    /* margin: 5% auto; */
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;

    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Fin loader ajax */

.hide-table-cheque {
    display: none;
}

/* Surcharge de l'opacité des modal pour assombrir encore plus */
.modal-backdrop {
    opacity: 0.9 !important;
}

.signature {
    border: 1px solid;
}

.signatures {
    text-align: left !important;
    font-size: 14px;
}

.signatures span {
    float: right;
}

.signatureValide {
    color: green !important;
}

.signatureInvalide {
    color: lightgray !important;
}


/* Boostrap 5 */

.bg-carte {
    background-color: #f5f5f5;
}

/* Aligne l'icone 'i' à droite */
#infosupp {
    float: right;
}

#menu-du-bas {
    height: 60px;
}

.fa-flip-horizontal {
    color: #bdbdbd !important;
}

.fa-toggle-on {
  color: #198754;
}

.toggle-gauche {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
    color: #bdbdbd !important;
  }

#canvasSignatureChauffeur {
    margin: 0px;
}

.signature-ko {
    color: lightgray !important;
}

.signature-ok {
    color: #198754 !important;
}


.container-flex {
    display: flex;
    /* or inline-flex */
    justify-content: space-around;
}

.item {
    flex-grow: 4;
    /* default 0 */
    /* display: table-cell !important; */
    text-align: center;
    padding-top: 20px;
    /* vertical-align: middle; */
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

/* .btn {
    margin-bottom: 10px;
} */

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    background-color: black
}

#logo-spinner {
    position: absolute;
    top: 50%;
}

#toast-container>#liveToast,
#toastError {
    margin: 5px;
    width: 300px;
}

article {
    width: 80%;
    margin: auto;
    margin-top: 10px;
}


.thumbnail {
    height: 100px;
    margin: 10px;
}

.paddingSignature {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.logo-commentaire {
    text-align: center !important;
    vertical-align: middle !important;
}

#tableau {
    font-size: 12px !important;
}

.colProduit {
    text-align: left;
}

.cadrePDF {
    width: 100% !important;
    max-width: 100%!important;
    height: 100vh !important;
}

.centre-colonne {
    vertical-align: middle;
    text-align: center;
}

.centre-colonne-lieu {
    vertical-align: middle;
}

.centre-colonne-button {
    vertical-align: middle;
    text-align: center;
}

.taille-bouton {
    width: 40px;
}

.ligne-pointe {
    display: none;
}

.boutonModifierRemorque {
   font-weight: bold;
   cursor: pointer;
}

.logoHeader {
    margin-right:5px
}

.cadreHeader {
    margin-left: -15px;
    margin-right: -15px;
}

.btn-pres {
    margin-bottom: 0px !important;
}

/* dashboard questionnaire */
.messageErreur {
    color:red;
}

/* Navigation dashboard questionnaire */
.page-item.active .page-link {  
    background-color: #212529 !important;  
    border-color: #212529 !important;  
}

/* Couleur de la liste des étapes */
.etape-validee {
    border-left: 6px solid #00d42e;
}

.etape-en-cours {
    border-left: 6px solid #1e59ff;
}

.etape-non-concerne {
    border-left: 6px solid #949494;
}


/* Design heure d'arrivée / départ dans les détails de l'étape */
.h-etape {
    border-bottom: dashed;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    height: 20px;
    border-color: gray;
}

.h-arr {
    float: right;
    border-top-color: #fa6679 !important;
}

.h-dep {
    float: left;
    border-top-color: #50e3c2 !important;
}

.horaire {
    background-color: ghostwhite;
    border-radius: 6px;
    padding: 5px;
    border-color: lightgrey;
    border-top: 5px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-bottom-color: white;
    border-right-color: white;
    border-left-color: white;
    box-shadow: -3px 4px rgb(0 0 0 / 6%);
} 