/**
* This source file is available under the terms of the
* Pimcore Open Core License (POCL)
* 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.com)
*  @license    Pimcore Open Core License (POCL)
*/


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