/****************
 * User Management
******************/
.user-row {
    margin-bottom: 14px;
}

.user-row:last-child {
    margin-bottom: 0;
}

.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    height: 100%;
}

.dropdown-user:hover {
    cursor: pointer;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}

.noDataTable div.rt-noData {
    display: none;
}

.noHeaderTable .rt-thead div.rt-th {
    display: none;
}

.ui.selection.dropdown {
    min-width: 250px !important;
}

.formulaireTableau {
}

.formulaireTableauCase {
    margin-right: 5px;
    display: inline;
}

.saisie {
    margin-left: 10px !important;
}

.dropdownDashboard {
    margin: 15px;
}

.cardDashboard .content{
    min-height: 100px !important;
}

.titreProjet {
    padding-top: 10px;
}

.dashboard {
    margin-top: 15px;
}

.boutonAjoutUtilisateur {
    margin-left: 15px !important;
}

.dropdownProjet {
    margin-left: 15px !important;
    margin-bottom: 10px !important;
}

.ui.modal {
    position: relative !important;
}


