/*
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     Ticket Dashboard
 */

@media screen,projection,tv,handheld {

/**
 * @subsection  Event Graph
 */

.MessageBox + #calendar {
    margin-top: 10px !important;
}

div.EventDetails {
    z-index: 5;
    width: 400px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #CCC;
    background-color: #EEE;
    padding: 6px;
}

.EventDetails > fieldset.TableLike > label,
.EventDetails > fieldset.TableLike > .Value {
    line-height: 1em;
}

.FilterInputContainer {
    width: 98%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #eee;
}

.FilterInputContainer input {
    width: 95%;
    display: block;
    margin: 7px auto;
}

.SettingsWidget label {
    position: relative;
    display: block;
    padding: 2px 2px 2px 25px;
    margin-bottom: 3px;
    line-height: 150%;
    -webkit-border-radius-: 3px;
     -moz-border-radius-: 3px;
     -ms-border-radius-: 3px;
     -o-border-radius-: 3px;
     border-radius-: 3px;
     color: #777;
}

.SettingsWidget label.Checked {
    color: #000;
}

.SettingsWidget label:hover {
    background-color: #ddd;
    border-color: #ccc;
    color: #000;
    border: 1px solid #ccc;
    padding: 1px 1px 1px 24px;
}

.SettingsWidget label input {
    position: absolute;
    left: 1px;
    top: 1px;
}

.SettingsWidget label:hover input {
    left: 0px;
    top: 0px;
}

.WidgetSimple svg text {
    font: 11px Arial !important;
}

/* User lists, DashboardUserOnline */

.DashboardUser .UserRow,
.DashboardUserOnline .UserRow p {
    padding-top: 3px;
    clear: both;
}

.DashboardUserOnline .UserRow p {
    display: inline;
    padding-bottom: 3px;
}

#RefreshUsers {
    margin-top: 5px;
}

} /* end @media */
