div.usr-tpl-field {
    margin-top: 5px;
}

div.usr-tpl-field:first-child {
    margin-top: none;
}

.action-overdue .x-grid-cell {
    background-color: #fcc;
}

.action-overdue.x-grid-row-selected .x-grid-cell {
    background-color: #f99;
}

.action-deadline .x-grid-cell {
    background-color: #ffc;
}

.action-deadline.x-grid-row-selected .x-grid-cell {
    background-color: #ff9;
}

.action-appointed .x-grid-cell {
    background-color: #ccf;
}

.action-appointed.x-grid-row-selected .x-grid-cell {
    background-color: #99f;
}

.action-processing .x-grid-cell {
    background-color: #cfc;
}

.action-processing.x-grid-row-selected .x-grid-cell {
    background-color: #9f9;
}

tr.row-locked>td {
	color: grey;
}
