/**
 * 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_bundle_advancedObjectSearch_saveAndShare {
    background: url("/bundles/pimcoreadmin/img/flat-color-icons/collaboration.svg") center center no-repeat !important;
}

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

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

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

.pimcore_bundle_nav_icon_advancedObjectSearch {
    background: url("/bundles/pimcoreadmin/img/flat-white-icons/binoculars.svg") center center no-repeat !important;
}

#pimcore_bundle_advancedObjectSearch_toolbar {
    background-image: url(/bundles/pimcoreadmin/img/flat-color-icons/binoculars.svg) !important;
    filter: grayscale(0%) !important;
    -webkit-filter: grayscale(0%) !important;
    position: relative;
}

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