/**
 * /user/assets/styles/spinner.css
 */

.spinner {
  position: absolute;
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 800;
  background: #ffffff;
}

.spinner-msg {
  text-align: center;
  font-weight: bold;
}

.spinner-img {
  background-image: url('../images/spinner.gif');
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
