﻿.k-table,
.k-grid > table {
    table-layout: fixed;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: gray;
    border-color: darkgray;
}
.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover {
    background-color: gray;
    background-image: none;
}

.k-detail-row, .k-detail-row:hover {
    background-color: unset !important;
}
.k-grid td {
    border-top-width: 1px;
}
    .k-grid tr:hover {
        background-color: #f7f8fa;
    }

.k-pager-wrap .k-link.k-state-selected {
    border-color: #b6b6b6;
    color: #2e2e2e;
    background-color: #bcb4b0;
}

