/*
Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
Copyright (C) 2021-2022 Znuny GmbH, https://znuny.org/

This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
*/

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

@media screen,projection,tv,handheld {

/**
 * @subsubsection     General
 */

.GridView {
    text-align: center;
}

.ItemListGrid {
    display: inline-block;
}

.ItemListGrid > li {
    border: 1px solid #ccc;
    min-width: 300px;
}

.ItemListGrid.WithIcons > li span.Icons i {
    font-size: 20px;
}
.ItemListGrid.WithIcons > li span.Title {
    color: #666;
}

.ItemListGrid.WithIcons > li.Successful span.Title,
.ItemListGrid.WithIcons > li.Successful span.Icons i.Icon,
.ItemListGrid.WithIcons > li.Successful span.Icons i.Icon2 {
    color: #069d07;
}

.ItemListGrid.WithIcons > li.Warning span.Title,
.ItemListGrid.WithIcons > li.Warning span.Icons i.Icon,
.ItemListGrid.WithIcons > li.Warning span.Icons i.Icon2 {
    color: #ff9050;
}


.ItemListGrid.WithIcons > li.Failed span.Title,
.ItemListGrid.WithIcons > li.Failed span.Icons i.Icon,
.ItemListGrid.WithIcons > li.Failed span.Icons i.Icon2 {
    color: #ff505e;
}

td.Edit,
td.Direction,
td.Priority,
td.Status {
    width: 30px;
}

td.StartTime,
td.EndTime {
    white-space: nowrap;
}

#CommunicationList > .Content > .ControlRow {
    margin: -8px -8px 0 -8px;
}

#AccountList {
    border-top: 1px solid #ccc;
}

#ObjectListTable tr,
#AccountsTable tr {
    cursor: pointer;
}

.ControlRow {
    background: #E8E8E8;
}

.ControlRow li > a {
    color: #888;
}

} /* end @media print*/
