/**
 * This software is part of the OFORK project, https://ofork.de/
 *  Modified version of the work: Copyright (C) 2010-2021 OFORK, https://ofork.de/
 *  based on the original work of:
 *  Copyright (C) 2001-2018 OTRS AG, http://otrs.com/
 *  --
 * @project OTRS (http://www.otrs.org) <http://www.otrs.org> - Agent Frontend
 * @copyright OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     Customer User Open Ticket Icon
 */

@media screen,projection,tv,handheld {

.ItemRow i.OpenTicket {
    color: red;
}

.ItemRow i.NoOpenTicket {
    color: green;
}

.ItemRow i.fa-power-off {
	color: #333;
}

} /* end @media */
