@media only screen and (max-width: 500px) {
    #back-to-top {
        width: 40px;
        height: 40px;
    }

    #addModal_clients {
        padding-bottom: 60px;
    }
    #addModal_chantiers {
        padding-bottom: 60px;
    }
    #addModal_chefs {
        padding-bottom: 60px;
    }
    #addModal_conducteurs {
        padding-bottom: 60px;
    }
    #addModal_utilisateurs {
        padding-bottom: 60px;
    }
    #addModal_fournisseurs {
        padding-bottom: 60px;
    }
    #addModal_salaries {
        padding-bottom: 60px;
    }

    .row > * {
        padding-right: 0%;
        padding-left: 0%;
    }

    .panel-primary {
        padding: 15px;
    }
}

.nav.panel-tabs a:hover {
    color: var(--primary-bg-color);
}

.ms-choice span {
    overflow: hidden;
    width: 90%;
}

th, td{
    border: 1px solid #54595F !important;
    border-radius: 0px !important;
    vertical-align: middle !important;
}

.dropdown{
    width : 100% !important;
}
