/* OTOBO is a web-based ticketing system for service organisations.

Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
Copyright (C) 2019-2026 Rother OSS GmbH, https://otobo.io/

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

/**
 * @package     Skin "Default"
 * @section     OverviewSmall
 */

@media screen,projection,tv,handheld {

/**
 * @subsection  Overview Holder
 */

#OverviewBody {
    margin: 10px 16px 8px 8px;
    border-left: 1px solid var(--colBGMediumDark);
    border-right: 1px solid var(--colBGMediumDark);
}

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

#EmptyMessageSmall {
    padding: 7px;
    border: 1px solid var(--colBGMediumDark);
    border-left: 0px;
}

.Overview thead tr {
    background: var(--colBGMedium);
    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 */
