/* here you can put your own css to customize and override the theme */


/*  ProgressBar */
.progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

.processMessage
{
    position: fixed;
    text-align: center;
    width: auto;
    height: auto;
    top: 43%;
    bottom: 43%;
    left: 40%;
    right: 40%;
    padding: 0px;
    z-index: 1001;
    background-color: #FFF;
    overflow: hidden;
}
/***for showing i frame in the master page ***/
.sessionIFrame
{
    /*   position: fixed;     bottom: 0px;    */
    visibility: hidden;
    width: 100px;
    height: 25px;
    overflow: hidden !important;
    margin: 0px;
}