.lists-table td .loop-1{
    padding:0;
    max-height: 40px;
    overflow-x: hidden;
    overflow-y: auto;
    text-overflow: ellipsis;
}
.lists-table td .loop-1 li{
    list-style: none;
}
.lists-table td .loop-1:hover,
.lists-table td .loop-1.active{
    max-height: none;
}
.sortMark-asc,
.sortMark-1{
    overflow: hidden;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-position: center center;
    background-image: url(/assets/img/icon_ascend.svg);
    background-size: cover;
}

.sortMark-desc,
.sortMark--1{
    overflow: hidden;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-position: center center;
    background-image: url(/assets/img/icon_descend.svg);
    background-size: cover;
}

.sortMark-avalible{
    overflow: hidden;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-position: center center;
    background-image: url(/assets/img/sort.svg);
    background-size: cover;
}

.table>thead>tr>th {
    text-wrap: nowrap;
}

.table>thead>tr>th label{
    font-size: 1.5rem;
    font-weight: 700;
}