html{
    height: 100vh;
    width: 100vw;
}

*{
    margin: 0;
    padding: 0;
}

body{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}


.cardCustom{
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    text-align: center;
}

.divPdfContent{
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: blue;
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.8);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imgModal{
    height: 460px;
    width: 760px;
}

.modal-wrapper{
    overflow: auto;
    width: 95vw;
    height: 75vh;
    max-width: calc(95vw - 20px);
    max-height: calc(75vh - 20px);
    /*padding: 20px;*/
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
}

.buttonDiv{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 2vh;
    top: 0;
    width: 100%;
    vertical-align: middle;
}

.btnModal{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1vw;
}

/*label.required:before {*/
/*    content: "* ";*/
/*    color: red;*/
/*}*/

#ticketModal{
    margin: 5vh;
}

#rowAccueilAdmin{
    margin: 2vh;
}

.custom-file-label::after{
    content: '' !important;
}

.custom-file-input{
    opacity: 100;
}

#form-check .form-check-label
{
    margin-left: 20px!important;
}

label{
    color: black !important;
    font-size: 1.2rem!important;
    text-align: center!important;
}
input, select{
    color: grey !important;
    opacity: 1;
}

input::placeholder{
    color: grey !important;
    opacity: 1;
}

#rowAccueilAdminStatGlobal{
    position: fixed;
    bottom: 5vh;
    right: 2.5vh;
    left: 0;
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: flex-end;
}

#rowIndexLettreChauffeur{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.colFormulaireLettre{
    color: black;
    display: inline-flex !important;
    vertical-align: middle !important;
}

.form-input-container{
    margin: 10% 2%;
}

.form-input-label{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.form-input-field{
    text-align: center!important;
}

.divFormulaireLettre{
    margin-top: 5vh!important;
}

#benneRemorqueNone, #descriptionProductNone, #destinataireStringNone, #expediteurStringNone, #donneurOrdreStringNone{
    display: none;
    flex-direction: column;
}

#lettre_benneRemorque, .select2.select2-container.select2-container--default{
    width: 100% !important;
}


/*Responsive*/

/*@media (max-width: 737px) {
    #rowAccueilAdminStatGlobal {
        display: none;
    }

    #navAdmin{
        display: flex;
        flex-direction: column-reverse;
    }

    #sidebarFooterAdmin{
        display: none;
    }

    #letterAdminResponsive{
        display: flex;
        flex-direction: column-reverse;
    }
}*/

.content{
    min-height: 100vh !important;
}

.form-group input[type=file]{
    opacity: inherit !important;
    z-index: 1!important;
}

.btnAcceuilChauffeur{
    width: 100% !important;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
}

.ticketCheckbox{
    height: 100%!important;
    width: 1.5vh!important;
    opacity: 100%!important;
    z-index: 100!important;
}

.cardAccueilChauffeur, #containerAccueilChauffeur{
    height: 90%;
    text-align: center;
}


#ticket_chauffeur_decouche, #ticket_chauffeur_nigthLunch, #ticket_chauffeur_lunch{
    transform: scale(2.5);
}

.rowFormAdmin{
    margin-bottom: 2.5vh;
}

.sidebar .nav li a, .sidebar .nav li .dropdown-menu a{
    text-transform: none!important;
}
