﻿.field-validation-error {
    color: red;
}
.input-validation-error {
    border-color: red !important;
}
.displaynone {
    display: none;
    width: 1px;
}
#divOverlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}