a.disabled {
    color: gray;
    cursor: not-allowed;
    text-decoration: underline;
    pointer-events: none;
}

.grid-header-warning{
    background-color: white;
}
.grid-error-span{
     color: #ff0000
}