/**
 * Pimcore
 *
 * This source file is available under following license:
 * - Pimcore Commercial License (PCL)
 *
 *  @copyright  Copyright (c) Pimcore GmbH (http://www.pimcore.org)
 *  @license    http://www.pimcore.org/license     PCL
 */


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

#pimcore_sidebar.with-notifications #pimcore_status {
    bottom: 306px;
}

#pimcore_loading.with-notifications.loaded {
    bottom: 248px;
}

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

#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;
}