﻿.divWaiting {
    position: fixed;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 40%;
}

.tdLabelReg {
    width: 100px;
    text-align: right;
}

.item-css {
    padding-top: 15px !important;
}

.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 0px;
    width: 130%;
    height: 220%;
    background-color: #ccc;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    background-image: url("Images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}

#footer-container {
    position: relative;
    padding: 5px 0 0;
    width: 100%;
    height: 30px;
    background: url(Images/top_bar.png) repeat-x;
}

.groups ul{list-style: none;padding: 0px;}
.groups ul>li{
    padding:5px 5px 10px 10px;border-bottom: 1px solid gainsboro;cursor:pointer;
}
.groups ul>li a{
    text-decoration :none;
    display:block;
    padding-top: 5px;
}
.groups ul>li:hover
{
    background-color:#0072CF;
}
.groups ul>li:hover >a
{
    background-color:#0072CF;
    color:#ffffff;
}
.groups ul>li.active
{
    background-color:#0072CF;
}
.groups ul>li.active >a
{
     color:#ffffff;
}
/*.groups .row.active {
    background-color:#0072CF;
}
.groups .row.active .link{
    color:#ffffff;
}
.groups .row:hover
{
    background-color:#0072CF;
}*/