.table-list-select-2 thead > tr > th {     
    color: #fff;     
    background-color: #3e7eb3;     
    font-weight: 400;     
} 
.table-list-select-2 tbody > tr > td {     
    color: #555555;     
    background-color: #fff;     
    font-size: 12px;
} 

.tb-statuslbl {
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    /* margin-right: .5em; */
}
.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.checkbox label input[type="checkbox"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr {
    opacity: .5;
}
.vertical-middle {
    vertical-align: middle;
}
.table-vertical-middle thead>tr>td,
.table-vertical-middle thead>tr>th,
.table-vertical-middle tbody>tr>td,
.table-vertical-middle tbody>tr>th,
.table-vertical-middle {
    vertical-align: middle;
}

.no-margin {
    margin: 0px;
}

.test {
    background-color: #abbac3!important;
    color: white;
}