label.error {
    color: red;
    font-weight: 400 !important;
    margin-bottom: 0px;
}

table.table-js-1 thead th {
    vertical-align: middle;
    text-align: center;
}

table.table-js-1 tbody tr td:first-child,
table.table-js-1 tbody tr td:last-child {
    text-align: center;
}

table.table-js-1 .btn-action {
    margin-right: 5px;
    margin-bottom: 5px;
}

table.table-js-1 td.child {
    text-align: left !important;
}

.img-1 {
    width: 25px;
    height: 25px;
}

.img-2 {
    width: 50px;
    height: 50px;
}

.img-3 {
    width: 150px;
    height: 150px;
}

.cursor-pointer {
    cursor: pointer;
}

.text-line-through {
    text-decoration: line-through;
}

.ui-front {
    z-index: 1051;
}

#sidebar-data-table-list {
    max-height: 300px;
    overflow: auto;
}