[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon-Icons-Revert::before {
    content: '\e9cd';
}
.icon-Icons-Upload::before {
    content: '\e9ca';
}
.icon-Icons-Dnr::before {
    content: '\e9cc';
}
.revert-icon {
    color: #e87308;
    font-size: 24px;
}
.dnr-icon {
    color: #c80000;
    font-size: 24px;
}
.upload-icon {
    color: #3cb4e5;
    font-size: 24px;
}
.disabled-icon > i {
    color: #bdbdbd;
}
