.users .pagination-wrap {
    background: #2196f3;
    padding: 0px 10px;
    min-height: 31px;
}
.users .pagination-wrap .total-info {
    color: #cceeeb;
}

.users table.dc-table {
    font-size: 12px;
    padding: 0 5px;
}

    .users table.dc-table .customer-nr {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 26px;
        align-items: center;
        background-color: #c55a11;
        color: #fff;
        font-size: 12px;
        min-width: 60px;
        max-width: 80px;
    }

    .backoffice .user-type-wrap .user-type.estimator {
        background: #FFA000;
    }

    .users table.dc-table tbody > tr > td,
    .users table.dc-table tbody > tr > td:first-child {
        padding: 0;
        border-top: solid 1px #e6e7ef;
        border-bottom: solid 1px #e6e7ef;
        border-right: 0;
    }

table.dc-table tbody > tr > td span.secondary {
    font-size: 11px;
}

.users table.dc-table tbody > tr > td:first-child {
    border-left: solid 1px #e6e7ef;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.users table.dc-table tbody > tr > td:last-child {
    border-right: solid 1px #e6e7ef;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.users table.dc-table tbody > tr.user-unconfirmed td {
    border-color: rgb(212,59,0);
    background-color: #fff3ef;
}

.users table.dc-table tbody > tr.line-disabled td {
    border-color: #607d8b;
    background: #cad7dd;
}
