
.k-grid .k-master-row.row-bg-success {
    background-color: #90ee90;
}

    .k-grid .k-master-row.row-bg-success.k-alt {
        background-color: rgba(144, 238, 144, 0.6);
    }

.k-grid .k-master-row.row-bg-warning {
    background-color: #fc6;
}

    .k-grid .k-master-row.row-bg-warning.k-alt {
        background-color: rgba(255, 204, 102, 0.6);
    }

.k-grid .k-master-row.row-bg-error {
    background-color: #ff4400;
}

    .k-grid .k-master-row.row-bg-error.k-alt {
        background-color: rgba(255, 68, 0, 0.6);
    }


.k-table-tbody > .k-table-row:hover,
.k-table-tbody > .k-table-row.k-hover {
    font-style: italic;
}


/* template */
div.custom-ellipsis,
/* OnCellRender */
.k-grid td.custom-ellipsis,
/* OnRowRender */
.k-grid tr.custom-ellipsis .k-table-td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.lastEditRow {
    font-style: italic;
    font-weight: bold;
}
