﻿.blockUI.blockOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
  background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
  background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
  background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
  background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
  z-index: 9999; }

.blockUI.blockMsg .loading-message-boxed {
  color: #3c3c3c;
  display: inline-block;
  position: relative;
  font-size: 13px;
  padding: 12px;
  border: 1px solid #AFAEAE;
  background-color: #eee;
  border-radius: 2px; }
  .blockUI.blockMsg .loading-message-boxed .loading {
    min-width: 22px;
    min-height: 22px;
    background: url(Attached/Images/loading-spinner-grey.gif) no-repeat !important;
    background: background;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent !important;
    width: initial;
    height: initial; }
  .blockUI.blockMsg .loading-message-boxed span {
    font-weight: 400;
    color: #3c3c3c;
    display: inline-block;
    position: relative;
    top: inherit;
    font-size: 13px; }
