/**
 * @file
 * Ajax progress throbber styles - override Drupal core styles
 */

/* Override core throbber styles */
.ajax-progress-throbber {
  background-image: url(/themes/custom/soznanie_d11/images/preloader.gif) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  background-color: transparent !important;
  width: 24px !important;
  height: 24px !important;
}

.ajax-progress-throbber .throbber {
  display: none !important;
}

/* Fullscreen ajax progress throbber (used in views) */
.ajax-progress-fullscreen {
  background-image: url(/themes/custom/soznanie_d11/images/preloader.gif) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  background-color: transparent !important;
}

