﻿
.whpage
{
    background-color:#f1f3f4;
    min-height:100%;
    height:100%;
}

.k-grid .link {
    color: steelblue;
    text-decoration: underline;
}

.k-grid .k-button {
    background-color: lightgray;
    color: black !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

