﻿.fullscreen-lock{
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: -20px;
    left: 0;
    right: 0;
    bottom: -1000px;
    z-index: 100;
    display: none;
}
.hide-ajax-feedback{
    display: none;
}
.LoadingMessage {
  margin: 20px auto;
  width: 40%;
  height: auto;
  text-align: center;
  font-size: 18px;
  color: white;
}

.table-preview {
    border: 2px solid #BBB;
    font-size:11px;   
}

.cell-preview {
    background-color:#BBB; 
    color:white; 
    padding: 0 5px;    
}