/**
 * Custom css modifications of Nextras datagrid
 * @package Avast
 * @author Šimon Rozsíval
 */ 
 
.datagrid table tr td.cell-green {
    background-color: #d0e9c6;
}

.datagrid table tr td.cell-red {
    background-color: #f2dede;
}

.datagrid table tr td.cell-yellow {
    background-color: #fcf8e3;
}

.datagrid table tr td.cell-blue {
    background-color: #d9edf7;
}
