html, body {
    height: 100%;
  /*  background-color: #1985D0*/
}

.x-mask-overlay {
  background-image: url('../images/loading.gif') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: rgba(200, 200, 200, 0.5) !important;
}

#loading {
  position: absolute;
  left:     50%;
  top:      50%;
  padding:  2px;
  z-index:  20001;
  height:   auto;
  margin:   -35px 0 0 -30px;
}

#loading .loading-indicator {
  background: url(../images/loading.gif) no-repeat;
  color:      #555;
  font:       bold 13px tahoma,arial,helvetica;
  padding:    16px 52px;
  margin:     0;
  text-align: center;
  height:     auto;
}
