/**
 * Pimcore
 *
 * This source file is available under two different licenses:
 * - GNU General Public License version 3 (GPLv3)
 * - Pimcore Commercial License (PCL)
 * Full copyright and license information is available in
 * LICENSE.md which is distributed with this source code.
 *
 *  @copyright  Copyright (c) Pimcore GmbH (http://www.pimcore.org)
 *  @license    http://www.pimcore.org/license     GPLv3 and PCL
 */


.pimcore_icon_operator_group {
    background: url("/bundles/pimcoreadmin/img/flat-color-icons/multiple_inputs.svg") center center no-repeat !important;
}
.pimcore_icon_operator_concatenator {
    background: url("/bundles/pimcoreadmin/img/flat-color-icons/capacitor.svg") center center no-repeat !important;
}

.bundle_outputdataconfig_icon {
    background: url("/bundles/pimcoreadmin/img/flat-color-icons/grid.svg") center center no-repeat !important;
}

.bundle_outputdataconfig_icon_material {
    background: url("/bundles/outputdataconfigtoolkit/img/outline-chrome_reader_mode-24px.svg") center center no-repeat;
}

.bundle_outputdataconfig_icon:before {
    position: absolute;
    width: 12px;
    height: 12px;
    bottom: 0px;
    right: 0px;
    content: "";
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/go.svg) center center no-repeat !important;
}




.pimcore_icon_operator_text {
    background: url("/bundles/pimcoreadmin/img/flat-color-icons/text.svg") center center no-repeat !important;
}

.pimcore_icon_operator_table {
    background: url("/bundles/pimcoreadmin/img/flat-color-icons/data_sheet.svg") center center no-repeat !important;
}

.pimcore_icon_operator_tablerow {
    background: url("/bundles/pimcoreadmin/img/flat-color-icons/table-row.svg") center center no-repeat !important;
}

.pimcore_icon_operator_tablecol {
    background: url("/bundles/pimcoreadmin/img/flat-color-icons/table-column.svg") center center no-repeat !important;
}

.pimcore_icon_operator_cell_formater {
    background: url("/bundles/pimcoreadmin/img/icon/style_edit.png") no-repeat scroll left center transparent !important;
}

.pimcore_icon_operator_textaddon {
    background: url("/bundles/pimcoreadmin/img/icon/font_add.png") no-repeat scroll left center transparent !important;
}
