div.view div.ajax-progress {
  background: rgba(255,255,255,0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}

div.view div.throbber {
  background: url("https://bueso.de/sites/default/files/views_sexy_throbber/image_1183491.gif") no-repeat scroll 50% 50%;
  background-color: transparent;
  border-radius: 16px;
  height: 64px;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  padding: 10px;
  position: fixed;
  top: 50%;
  width: 64px;
  z-index: 9999;
}
