#user-table_filter {
    float: right;
}

#user-table_length, #user-table_filter, #collegi-table-table_length, #collegi-table-table_filter {
    line-height: 35px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.user-table-logo {
    text-align: center;
}

#user-table {
    border: 1px solid var(--nxt-grey);
}

.odd {
    background-color:#f7fbff !important;
}

.user-table-name {
    font-weight: bold;
}

.form-control {
    margin-left: 0px!important;
}

.attiva-disattiva-utente-bottone {
    cursor: pointer;
}

/*** PROPRIETA' PER MODIFICARE LA TABELLA ***/

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: white!important;
    background-color: white!important;
    border: 1px solid white!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: white!important;
    background-color: white!important;
    border: 1px solid white!important;
    box-shadow: inset 0 0 3px #fcf8e3!important;
}

#searchboxLabelModicata {
    float: left;
    margin-bottom: 0px;
    padding: 7px 10px;
}

#searchboxInputModificata {
    width: auto;
}

#mostraRisultatiModificato {
    padding: 7px 10px 7px 0px;
    float: left;
    display: block;
    max-width: 100%;
    font-weight: 700;
}

#mostraRisulatiSelectModificata {
    float: right;
    width: 75px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-top: 0px!important;
    border-right: 1px solid #ddd!important;
    border-bottom: 1px solid #ddd!important;
    border-left: 0px!important
}

/*** PAGINA DI DETTAGLIO UTENTE ***/

.edit-profile-form {
    margin-top: 10px;
    margin-bottom: 10px;
}

.dettaglio-utente-bottone {
    cursor: pointer;
}

.edit-profile-content {
    background-color: white;
    margin-top: 105px;
}

#active-user-button {
    float: right;
    display: none;
}

#disactive-user-button {
    float: right;
    display: none;
}

.nxtk-sub-header-right {
    padding: 12px 10px;
    float: right;
}

.user-management-content {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.dataTables_filter label {
    display: flex !important;
}

.dataTables_filter input {
    margin-left: 15px !important;
}

.sub-header-left-gestione-utenti, .sub-header-left-gestione-collegi {
    float: left;
    width: 630px;
    padding: 10px 15px;
    color: var(--main-color);
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
}

.pagination>.active>a {
    background-color: var(--main-color)!important;
    border-color: var(--main-color)!important;
    outline-color: var(--main-color)!important;
}

#new-user-pw {
    top:unset !important;
}

#collegi-table .table.dataTable.no-footer {
    border: 1px solid var(--main-color);
}
