.x-body .sf-minitoolbar {
    bottom: 244px;
}

#pimcore_status {
    bottom: 306px;
}

#pimcore_loading.loaded {
    bottom: 248px;
}

#pimcore_enterprise_subscription {
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 48px;
    background: #ff0000; /* #279F4F;*/
    bottom: 192px;
    display: none;
}

#pimcore_enterprise_subscription.green {
    background: #279F4F;
}
#pimcore_enterprise_subscription.green > div.icon {
    content: url("/bundles/pimcoreadmin/img/flat-white-icons/webcam.svg");
}
#pimcore_enterprise_subscription.green.developer {
    background: #ffb100;
}


#pimcore_enterprise_subscription > div.icon {
    content: url("/bundles/pimcoreadmin/img/flat-white-icons/overlay-error.svg");
    position: absolute;
    width: 30px;
    height: 30px;
    top: 8px;
    left: 15px;
}