﻿/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #f00;
    display: block;
    margin-top: 8px;
    text-align: center;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid
{
    display: none;
}

.ajax-loader
{
    top: 50%;
    left: 50%;
    border: 0;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    position: fixed;
    z-index: 9999999;
    background: url(../Content/images/ajax-loader.gif) no-repeat;
}

.fixed-table-container1 {
        width: 100%;
        border: 0px solid black;
        /* above is decorative or flexible */
        position: relative; /* could be absolute or relative */
        padding-top: 60px; /* height of header */
        margin:0px;
    }
.fixed-table-container-inner1 {
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
}     
.header-background1 {
        background:#30C0FF;color:#FBFBFB;
        height: 60px; /* height of header */
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
}
.th-inner1 {
        text-align: center;
        position: absolute;
        top: 0;
        line-height: 30px; /* height of header */             
        border-left: 0px solid black;
        padding-left: 5px;
        margin-left: -5px;       
    }
