﻿.users .pagination-wrap {
    background: #2196f3;
    padding: 0px 10px;
    min-height: 31px;
}

    .users .pagination-wrap .total-info {
        color: #cceeeb;
    }
.users .stick-header{
    z-index: 2;
    height: 10px;
    position: relative;
}
.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;
}
.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;
}

.users 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;
    opacity: .65;
}