.busy-modal{display:none;position:fixed;z-index:29999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#c8c8c8;background-color:rgba(200,200,200,.5)}.busy-modal-content{background-color:#fefefe;margin:30% auto;margin-left:40%;margin-right:30%;padding:20px;border:2px solid #888;width:30%;text-align:center;display:inline-block}.busy-label{margin-left:10px;display:inline-block;vertical-align:super}.busy-box{-webkit-animation:box-wobble 1.4s infinite ease-in-out;animation:box-wobble 1.4s infinite ease-in-out;background-color:#369;height:15px;width:4px;border:1px;margin-left:-1px;display:inline-block}.busy-box-1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.busy-box-2{-webkit-animation-delay:-1s;animation-delay:-1s}.busy-box-3{-webkit-animation-delay:-.8s;animation-delay:-.8s}.busy-box-4{-webkit-animation-delay:-.6s;animation-delay:-.6s}@-webkit-keyframes box-wobble{0%,100%,50%{-webkit-transform:scaleY(.5)}25%{-webkit-transform:scaleY(1)}}@keyframes box-wobble{0%,100%,50%{transform:scaleY(.5);-webkit-transform:scaleY(.5)}25%{transform:scaleY(1);-webkit-transform:scaleY(1)}}
