/*! SavaPage | (c) 2020 Datraverse B.V. | GNU Affero General Public License */

/*
 * This file is part of the SavaPage project <https://www.savapage.org>.
 * Copyright (c) 2020 Datraverse B.V.
 * Author: Rijk Ravestein.
 *
 * SPDX-FileCopyrightText: © 2020 Datraverse B.V. <info@datraverse.com>
 * SPDX-License-Identifier: AGPL-3.0-or-later
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 *
 * For more information, please contact Datraverse B.V. at this
 * address: info@datraverse.com
 */

/* ------------------------------------------------------ */
.ui-icon-sp-file-type-pdf:after {
	background: url(/images/filetype/pdf-32.png) 100% 100% no-repeat;
	background-size: 21px 21px;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	opacity: .7;
}

.ui-icon-sp-file-type-csv:after {
	background: url(/images/filetype/csv-32.png) 100% 100% no-repeat;
	background-size: 21px 21px;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	opacity: .7;
}

.ui-icon-sp-eu-flag:after {
	background: url(/images/thirdparty/eu-flag-34x34-bw.png) 100% 100%
		no-repeat;
	background-size: 21px 21px;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	opacity: .6;
}

.ui-icon-sp-papercut:after {
	background: url(/images/thirdparty/papercut-logo.png) 100% 100%
		no-repeat;
	background-size: 16px 21px;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	filter: grayscale(100%);
	opacity: .7;
	margin-right: 3px;
}

.ui-icon-sp-savapage:after {
	background: url(/images/ext-supplier/savapage.png) 100% 100% no-repeat;
	background-size: 21px 21px;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	filter: grayscale(100%);
	opacity: .6;
}

.ui-icon-mini-preferred-on:after {
	background: url(/famfamfam-silk/star.png) 50% 50% no-repeat;
	background-size: 12px 12px;
}

.ui-icon-mini-preferred-off:after {
	background: url(/famfamfam-silk/star_gray.png) 50% 50% no-repeat;
	background-size: 12px 12px;
}

.ui-icon-mini-select-all-on:after {
	background: url(/images/selected-green-16x16.png) 50% 50% no-repeat;
	background-size: 12px 12px;
}

.ui-icon-mini-select-all-off:after {
	background: url(/images/unselected-16x16.png) 50% 50% no-repeat;
	background-size: 12px 12px;
}

/* end-of-file */