﻿#divOverlay {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}

#tbDisplayBox {
    background-color: #ffffff;
    background-image: url("../../images/resv-icon-white.png");
    background-repeat: repeat;
    position: relative;
    top: 45%;
    margin: 0px auto;
    border-radius: 5px;
    font-size: 14px;
}

#tbDisplayBox th {
    background-color: #0094AE;
    padding: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#tbDisplayBox td {
    padding: 5px;
}

/* This is the validation style for div overlay validations */
.custom-validation-style {
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #ff8c19;
}
