/**
 * 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
 */


.portal_engine_collection_tree_close .x-tool-img.x-tool-close {
    background-image: none;
    color: rgb(147, 150, 153);
}
.portal-engine_admin_collections {
    background: url(/bundles/pimcoreadmin/img/flat-white-icons/library.svg) center center no-repeat;
    background-size: 30px 30px;
}

.portal-engine_admin_collections_permission-radio {
    text-align: center;
}

.portal-engine_admin_collections_permission-radio .x-form-radio-default {
    width: 100%;
}

.portal_engine_menu {
    background: url(/bundles/pimcoreadmin/img/flat-white-icons/tv.svg) center center no-repeat;
}
.portal_engine_index-management {
    background: url(/bundles/pimcoreadmin/img/flat-white-icons/data_recovery.svg) center center no-repeat;
}
.portal_engine_index-management_re-index {
    background: url(/bundles/pimcoreadmin/img/flat-white-icons/redo.svg) center center no-repeat;
}
.portal_engine_index-management_index-update {
    background: url(/bundles/pimcoreadmin/img/flat-white-icons/refresh.svg) center center no-repeat;
}
.portal_engine_wizard {
    background: url(/bundles/pimcoreadmin/img/flat-white-icons/automatic.svg) center center no-repeat;
    background-size: 30px 30px;
}
.portal_engine_wizard_tab {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/automatic.svg) center center no-repeat;
}

.portal_engine_wizard_icon_preview {
    margin-top: -7px;
    position: absolute;
    left: 270px;
}

.portal_engine_wizard_icon_preview svg {
    height: 30px;
}

.portal_engine_apply_wizard_button {
    background: #28a050 !important;
    text-transform: uppercase;
}

.portal_engine_wizard_tab_panel .x-box-scroller {
    color: #fff !important;
}

.portal_engine_icon_frontend_build {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/automatic.svg) center center no-repeat;
}

.portal_engine_frontend_build_loading_icon {
    position: absolute;
    top: 2px;
}

.portal_engine_frontend_build_loading_text {
    margin-left: 20px;
}