.company-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-controller {
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: Helvetica;
    font-size: 16px;
    color: rgba(75,84,97,0.45);
    letter-spacing: 0;
    font-weight: 700;

    margin-bottom: 5px;
}

#page-prev {
    cursor: pointer;
    margin-right: 12px;
    height: 18px;
}

#page-prev[disabled] {
    opacity: 0;
    cursor: default;
}

#page-next {
    cursor: pointer;
    margin-left: 12px;
    height: 18px;
}

#page-next[disabled] {
    opacity: 0;
    cursor: default;
}

.bpb-table {
    text-align: center;
}

tr {
    min-height: 50px;
}

td, th {
    min-height: 50px;
    padding: 10px;
    box-sizing: border-box;
}


#company-list-root > tr > td:nth-child(1) {
    text-align: left;
}


tbody {
    font-family: Helvetica;
    font-size: 12px;
    color: #3C474B;
    letter-spacing: 0;
    font-weight: 400;
}

thead {
    height: 51px;
    font-family: Helvetica;
    font-size: 14px;
    color: #3C474B;
    letter-spacing: 0;
    font-weight: 700;
}

thead th > div {
    display: flex;
    justify-content: center;
    align-items: center;
}


tbody tr:hover {
    background: #95c3d3;
    cursor: pointer;
}
#company-list-thead > tr > th:nth-child(1) {
    max-width: calc(1170 / 180); /* specs_table_width / spec_col_w */
    min-width: 180;
}

#company-list-thead > tr > th:nth-child(2) {
    min-width: 103px;
}

#company-list-thead > tr > th:nth-child(3) {
    min-width: 100px;
}

#company-list-thead > tr > th:nth-child(4) {
    min-width: 100px;
}

#company-list-thead > tr > th:nth-child(5) {
    min-width: 120px;
}

#company-list-thead > tr > th:nth-child(6) {
    min-width: 100px;
}

#company-list-thead > tr > th:nth-child(7) {
    min-width: 100px;
}

@media screen and (max-width: 900px) {
    .table-collaspe-900 {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .table-collaspe-800 {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .table-collaspe-700 {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .table-collaspe-600 {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .table-collaspe-500 {
        display: none;
    }
}

.bpb-list-sort-btn[order="1"] {
    transform: rotate(180deg);
}

.category-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category-list-buttons {
    display: flex;
    
}

.bpb-list-checkbox {
    border: 1px solid #2A93B9;
    border-radius: 5px;
    height: 20px;
    width: 20px;
}

.bpb-list-checkbox[selected] {
    background: #2A93B9;
}

#account-list-thead {
    font-size: 10px;
}

#account-list-root {
    font-size: 10px;
}