tr.k-alt.k-table-row.k-table-alt-row.k-master-row {
    background-color: #ebf5fb;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: transparent !important;
}

.table-striped tbody tr:nth-of-type(even):hover {
    background-color: #aed6f1 !important;
}

tr.k-alt.k-table-row.k-table-alt-row.k-master-row:hover {
    background-color: #aed6f1 !important;
    background-image: none;
    color: #fff !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ebf5fb;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: aliceblue;
}

/* .table-striped tbody tr:nth-of-type(odd) td {
    color: #fff;
} */

#orders {
    border: 1px solid #eaeaea !important;

}

.table-striped tr:hover {
    background-color: #aed6f1 !important;
    background-image: none;
    color: #fff !important;
}

.k-grid .k-grouping-row p {
    color: #aed6f1;
}

.k-grid td,
.k-grid-header th.k-header,
div.k-grid-header,
.k-grid-header-wrap,
.k-widget {
    border-style: none;
}

.k-grid-pager {
    display: flex !important;
}

.k-pager-numbers-wrap {
    justify-content: center;
    align-items: center;
}

.k-grid-pager {
    justify-content: center;
    display: flex !important;
    align-items: center;
}

thead.k-table-thead tr:hover {
    background-color: transparent !important;
    background-image: none;
    color: #000 !important;
}
