/*
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     OverviewSmall
 */

@media screen,projection,tv,handheld {

/**
 * @subsection  Overview Holder
 */

#OverviewBody {
    margin: 10px 16px 8px 8px;
}

.RTL #OverviewBody {
    margin-right: 8px;
    margin-left: 16px;
}

#EmptyMessageSmall {
    padding: 7px;
    border: 1px solid #DDD;
    border-left: 0px;
}

.Overview thead tr {
    background: #eaeaea;
    z-index: 15;
}

.Overview thead tr th {
    height: 19px;
    padding-top: 0;
}

.Overview table tbody tr {
    cursor: pointer;
}

.Overview table tbody tr td.Checkbox{
    cursor: default  !important;
}


} /* end @media */
