﻿/* css applied to clicked row in grid */
.row-clicked {
    background-color: #ffffff !important;
    color: #0d9489;
}
