.loading{background-color:rgba(133,129,129,.7);position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;overflow:hidden;outline:0;overflow-x:hidden;overflow-y:auto;width:100%;height:100%}.spinner{width:40px;height:40px;z-index:9999;margin:0 auto;top:50%;position:relative}.double-bounce1,.double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s ease-in-out infinite;animation:sk-bounce 2s ease-in-out infinite}.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-bounce{0%,to{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}