﻿

.k-grid > table > thead > tr {
    background-color: var(--ih-dark-blue);
    color: white;
}

.k-grid > table > thead > tr > th {
    background-color: var(--ih-dark-blue);
    background-image:none;
    color:white;
}

.k-grid-header .k-header > .k-link, .k-header, .k-treemap-title {
    color:white;
}

.k-grid > table > tbody > tr {
}

.k-grid > table > tbody > tr:hover {
    background-color:var(--ih-light-blue);
}


.k-grid > table > tbody > tr:nth-child(odd) {
    background-color:white;
}

.k-grid > table > tbody > tr:nth-child(even) {
    background-color:var(--ih-grey);
}

    .k-grid > table > tbody > tr.k-state-selected > td {
        background-color: var(--ih-light-blue);
    } 

