﻿.k-grid a {
    color: var(--mainColor);
    font-weight: 500;
    cursor: pointer;
}

    .k-grid a:hover {
        text-decoration: underline;
    }

    th a:link, th span, th span:hover, th a:visited, th a:active, th a:hover {
        color: #333;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

span.k-link {
    color: rgba(0,0,0,0.87);
}

a#btnEdit:hover {
    color: var(--mainColor);
    text-decoration: underline;
}