
#pimcore_notification {
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 48px;
    background: #009ee3 !important;
    bottom: 144px;
    display: none;
}

.pimcore_main_toolbar .pimcore_save_button {
    background: #009ee3 !important;
    /*text-transform: uppercase;*/
}

.pimcore_main_toolbar .pimcore_save_button.x-btn-over, .pimcore_save_button.x-btn-pressed, .pimcore_save_button.x-btn-menu-active, .pimcore_save_button.x-btn-focus {
    background: #009ee3cf !important;
}

.objectlayout_element_text .alert-primary {
    color: #FFFFFF;
    background-color: #ec008c !important;
    border-color: #ff64c0 !important;
}

.x-tab.x-tab-active.x-tab-default {
    border-color: #009ee3  !important;
}

.x-tab-default-top {
    border-top: 2px solid transparent !important;
}