/* UI Blocking (Progress Indicator) */

.ui_blocker
{
  position : absolute;
  z-index : 29001;
  top : 0px;
  left : 0px;
  right : 0px;
  bottom : 0px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.ui_popup
{
  position : absolute;
  z-index : 28902;
  top : 0px;
  left : 0px;
  right : 0px;
  bottom : 0px;
}

.ui_blocker_msg
{
  position: absolute;
  top: 20mm;
  background: rgba(0,0,0,0.8);
  color: white;
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  left: 50px;
  border-radius: 5px;
  right: 50px;
  font-size: 24pt;
    
}

