﻿.fullscreen-lock{
    background: rgba(0,0,0,0.7);
    filter:opacity(alpha=60);
    -moz-opacity:0.8;
    opacity:0.8;
    position: fixed;
    top: -20px;
    left: 0;
    right: 0;
    bottom: -1000px;
    z-index: 100;
    display: none;
}
.hide-ajax-feedback{
    display: none;
}
.LoadingMessage {
    color: white;
    margin: 190px auto;
    width: 40%;
    height: auto;
    /*text-align: center;*/
    font-size: 18px;
    /*margin-left: -10px;*/
    margin-left: -20px;
}

.positiononcenterscreen{

    position:fixed;
    left: 50%;
    top: 20%;


}
.positiononcenterpopup{

    position:fixed;
    left: 50%;
   
  


}