.status-type-number {
    padding-left: 15px;
    font-size: 12px;
    /*margin-top: -8px;*/
}

.comment-list {
    color: #999;
    padding-left: 2%;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.quick-button {
    border-color: #0b97c4;
}

.quick-button-active {
    background-color: #3C8DBC;
    color: white;
}

.quick-button:hover {
    background-color: #3C8DBC;
    color: white;
}

.quick-status {
    color: green;
}

.quick-status-active {
    color: green;
}

.quick-status:hover {
    color: green;
}

.table-striped>tbody>tr:nth-of-type(odd){
    background-color:#ececec;
}

.table-hover > tbody > tr:hover {
    background-color: #e1e4e3;
}
