/**
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @version     $Revision: 1.4 $
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     Application
 * @subsection  AgentTicketQueue
 */

@media screen,projection,tv,handheld {

/**
 * @subsubsection     General
 */

.QueueOverview {
    font-size: 12px;
    margin: 0 16px 0px 8px;
    padding: 0 0 4px 0;
    color: gray;
}

.RTL .QueueOverview {
    margin: 0 8px 10px 16px;
}

.QueueOverviewSeparator {
    height: 10px;
    min-height: 10px;
}

.QueueOverviewList {
    clear: both;
    float: none;
}

.QueueOverviewList li {
    float: left;
    list-style: none;
    padding: 2px 5px;
    height: 14px;
    white-space:nowrap;
}

.RTL .QueueOverviewList li {
    float: right;
}

.QueueOverview .OlderLevel1 {
    color: orange;
}

.QueueOverview .OlderLevel2 {
    color: #ff4766;
}

.QueueOverview .Oldest {
    color: red;
}

.QueueOverview .Active {
    font-weight: bold;
}

} /* end @media */
