/*loading page*/
/* Ecran de chargement */
#loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
}

/* Voiture */
#loading-car {
    width: 30%;
    height: auto;
    position: relative;
    left: 0;
    transition: left 0.1s linear;
}

/* Texte de pourcentage */
#loading-percentage {
    position: relative;
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #284962;
    text-align: center;
}

/*body {*/
/*    margin: 0 5% 5% 5%;*/
/*}*/
.login-page {
    background-color: #eee;
}

a {
    text-decoration: none;
}
a:hover {
    color: #bd9d70!important;
}

/* navbar */
@media (max-width: 991px) {
    .li-header {
        margin-left: 50px;
    }
}
.li-current{
   font-weight: bold;
}
.nav-item a:hover{
    font-size: 20px;
}

/* bouton */
.btn.btn-primary {
    background-color: #bd9d70;
    border: none;
}

.btn.action {
    padding: 0;
}

.action {
    margin-top: 5px;
}

/* template/data/show */
.logo {
    margin-bottom: 20px;
}

.bg-img {
    background-image: url("../images/autre/driver-37d34e5cc255dd0e2311dd4d15495d9d.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    width: 500px;
}

/* template/data/show */
.client {
    padding-left: 10px;
}

.card-body h4 {
    margin-top: 5px;
}

/* template/data/edit */
.form-group label {
    font-weight: bold;
    text-transform: capitalize;
}

/* tableau */
/*table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}*/
/* Filtre data tableau */
div.dt-container select.dt-input {
    margin-right: 3px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after {
    padding-top: 2px;
}

@media screen and (max-width: 767px) {
    div.dt-container div.dt-layout-row:not(.dt-layout-table) {
        display: flex;
    }
}

/*div.dt-container .dt-paging .dt-paging-button.current {
    border-radius: 50%;
    background-color: #bd9d70;
    border: none;
}*/

/*pagination*/
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    border-radius: 50%;
    color: white;
}

div.dt-container .dt-paging .dt-paging-button {
    border-radius: 50%;
}

div.dt-container .dt-paging .dt-paging-button:hover:not(.active) {
    background-color: #ddd;
}
