.text-right {
    text-align: right;
} 

.text-center {
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

/* Style pour les listes de véhicules */
.vehicle-list {
    max-height: 70vh;
    overflow-y: auto;
}

/* Styles pour les formulaires */
.filter-form .form-control {
    margin-bottom: 1rem;
} 


tr.defaut-invalide td, td.defaut-invalide {
    background-color: #f0f0f0;
    color: #6c757d;
}


.dataTables_wrapper .dataTables_filter, .dataTables_filter {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

div.dataTables_filter label {
    font-weight: 400;
    float: right;
}

div.dataTables_filter label > input.form-control {
    margin-left: 8px;
}

.dataTables_filter .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

