.uk-progress{height:20px;overflow:hidden;margin-bottom:15px;box-sizing:border-box;background:#eee;line-height:20px}*+.uk-progress{margin-top:15px}.uk-progress-bar{height:100%;font-size:12px;color:#fff;-webkit-transition:width .6s ease;transition:width .6s ease;text-align:center;background:#00a8e6;width:0;float:left}.uk-progress-mini{height:6px}.uk-progress-small{height:12px}.uk-progress-success .uk-progress-bar{background-color:#8cc14c}.uk-progress-warning .uk-progress-bar{background-color:#faa732}.uk-progress-danger .uk-progress-bar{background-color:#da314b}.uk-progress-striped .uk-progress-bar{background-size:30px 30px;background-image:-webkit-linear-gradient(-45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.uk-progress-striped.uk-active .uk-progress-bar{-webkit-animation:uk-progress-bar-stripes 2s linear infinite;animation:uk-progress-bar-stripes 2s linear infinite}@-webkit-keyframes uk-progress-bar-stripes{0%{background-position:0 0}to{background-position:30px 0}}@keyframes uk-progress-bar-stripes{0%{background-position:0 0}to{background-position:30px 0}}