.admin__menu .level-0.item-magecomp-extensions > a:before{
    content: url("../images/magecomp.svg") !important;
}
.magecomp .uio .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    -webkit-transition: width 1s ease;
    -o-transition: width .6s ease;
    transition: width 1s ease;
}
.magecomp .uio.progress-bar {
    height: 35px;
    width: 100%;
    margin-bottom: 25px;
    background-color: #e6e6e6;
}
.magecomp .uio .progress-bar-success {
    background-color: #4caf50;
}

.magecomp .uio .progress-bar-pending {
    background-color: #ffc200;
}

.magecomp .uio .progress-bar-error {
    background-color: #ed4f2e;
}
.magecomp #imageoptimizer-modal-content {
    max-height: 300px;
    overflow-y: auto;
}

.magecomp .imageoptimizer-modal-content-processing {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.grid-severity {
    display: block;
    font-weight: bold;
    line-height: 17px;
    padding: 0 3px;
    text-align: center;
    text-transform: uppercase;
}

.grid-severity-pending {
    background: #fff7dd none repeat scroll 0 0;
    border: #ffc200 1px solid;
    color: #ffc200;
}

.grid-severity-success {
    background: #d0e5a9 none repeat scroll 0 0;
    border: #5b8116 1px solid;
    color: #185b00;
}

.grid-severity-error {
    background: #feeee1 none repeat scroll 0 0;
    border: #ed4f2e 1px solid;
    color: #ed4f2e;
}
