/* FIX per editor */
#u-content-wrapper .Bootstrap .reToolbar::after {
    float:left;
}

.content-core li.rtsLI {
    background-image: none;
}

.reConfirmCancelButtonsTblLight .reAllPropertiesLight {
    display: none;
}
.reControlsLayout tr:nth-child(3){
    display: none;
}

/* spinner */
.spinner {
    background-image: url("../img/bar_loading.gif");
    background-position: center 70%;
    background-repeat: no-repeat;
    display: block;
    height: 44px;
    left: 0;
    margin: auto;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

.modified {
    background-color: #faf0e6;
}