#ajax-spinner{display:block;content:" ";width:0;height:5px;background:#337ab7;position:fixed;top:0;left:0;z-index:99999999;-webkit-animation:spinner 30s cubic-bezier(.1,.5,0,1) both;-o-animation:spinner 30s cubic-bezier(.1,.5,0,1) both;animation:spinner 30s cubic-bezier(.1,.5,0,1) both}.spinner-animation 0%{width:0}.spinner-animation 100%{width:100%}@-webkit-keyframes spinner{0%{width:0}100%{width:100%}}@keyframes spinner{0%{width:0}100%{width:100%}}/*# sourceMappingURL=spinner.css.map */