﻿.panelHeader
{
    background: #367fa9;
    font: bold 12px arial;
    color: #ffffff;
    height: 30px;
}
.paneltdHeader
{
    padding-left: 10px;
}
.LodingPanelImageStyle
{
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 35px;
    position: fixed;
    top: 45%;
    left: 42%;
}
.LoadingMainDiv
{
    /*position: absolute;*/
    position: fixed;
    background-color: #000000;
    z-index: 2147483647 !important;
    opacity: 0.7;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}
.LoadingInnerDiv
{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; /*-webkit-box-shadow: #CCCCCC 5px 5px 5px;     -moz-box-shadow: #CCCCCC 5px 5px 5px;     box-shadow: #CCCCCC 5px 5px 5px;*/
    position: fixed;
    text-align: center;
    height: 60px;
    width: 210px;
    background-color: #FAFAFA;
    top: 45%;
    left: 42%;
}
.dxgvBatchEditModifiedCell
{
    background-color: transparent !important;
}
.statusBar a
{
    display: none;
}
.gridRow-static-height
{
    height: 1px;
    overflow: hidden;
}
