﻿.edit-mode { }
.edit-user{}
.edit-user display-mode{}
.save-user edit-mode{}
.display-mode{}
.cancel-user{}
.webgrid-table
{
    color: #333333;
    border-spacing: 0px;
    border-collapse: separate;
    width: 100%;
    /*font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    width: 650px;
    display: table;
    border-collapse: collapse;
    border: solid 0px #C5C5C5;
    background-color: white;*/
}

/*.webgrid-table thead, tbody { display: block; }

.webgrid-table tbody {
    max-height: 265px;
    overflow-y: auto;
    overflow-x: hidden;
}*/

.webgrid-table td, th
{
    padding: 4px;
    /*border: 1px solid #C5C5C5;
    padding: 3px 7px 2px;*/
}
.webgrid-header, .webgrid-header a
{
    color: White;
    background-color: #5D7B9D;
    font-weight: bold;

    /*background-color: #E3E3E3;
    color: black;
    text-align: left;
    text-decoration:none;*/
}
.webgrid-footer
{
}
.webgrid-row-style
{
    color: #333333;
    background-color: #F7F6F3;

    /*padding: 3px 7px 2px;*/
}
.webgrid-alternating-row
{
    color: #284775;
    background-color: White;
    /*background-color: #F5F5F5;
    padding: 3px 7px 2px;*/
}

.ChkBoxCol
{
    width: 50px ! important;
    height: 38px ! important;
    /*padding: 4px ! important;*/
}
.col1Width, .col2Width
{
    width: auto;
    padding: 4px ! important;
}

.PendingRecRow
{
    /*background-color: yellow ! important;*/
    background: linear-gradient(#EFDC42, #CA8C03) repeat scroll 0 0 rgba(0, 0, 0, 0) ! important;
}

.ApprovedRecRow
{
    /*background-color: green ! important;*/
    background: linear-gradient(#72a0ba, #267ba4) repeat scroll 0 0 rgba(0, 0, 0, 0) ! important;
}
/*.ApprovedRecRow td span label
{
    color: wheat ! important;
}*/

.RejectedRecRow
{
    /*background-color: red ! important;*/
    background: linear-gradient(#FF7373, #D90000) repeat scroll 0 0 rgba(0, 0, 0, 0) ! important;
}

.DeActivatedRecRow
{
    /*background-color: gray ! important;*/
    background: linear-gradient(#ACACAC, #63666D) repeat scroll 0 0 rgba(0, 0, 0, 0) ! important;
}

.NewRecRow
{
    /*background-color: white ! important;*/
    /*background: linear-gradient(#F5F5F5, #A1D684) repeat scroll 0 0 rgba(0, 0, 0, 0) ! important;*/
    //background: linear-gradient(#A1D684, green) repeat scroll 0 0 rgba(0, 0, 0, 0) ! important;
}

.WebGridContainer{

    width: 100%;
    /*height: 500px;*/
    max-height:265px;
    background-color: #f3f3f3;
    border:1px solid #DDDDDD;
    overflow-y:auto;
    overflow-x:hidden;    
}