/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.upunzipper-status{
    width: 100%
}

.upunzipper-processing, 
.upunzipper-status-loading, 
.upunzipper-status-progress {
    display: none;
}

.upunzipper-status-progress .progress-bar {
    width: 100%;
    height: 22px;
    border-radius: 10px;
    border-radius: 5px;
    background-color: #fff; 
}
.upunzipper-status-progress .progress-bar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; 
    width: 0;
    background-color: #0074a2;
    border-radius: 5px;
}
