/**
 * This file contains the CSS Styles for Dashboard.
 * Other parts of that are dynamically created within the tt.
 *
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.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 {
    padding-top: 3px;
    clear: both;
}

.DashboardUserOnline .UserRow a:first-child,
.DashboardUserOnline .UserRow span:first-child,
.DashboardUser .UserRow span:first-child {
    float: left;
    width: 80%;
    padding-bottom: 3px;
}

.DashboardUserOnline .UserRow a.DashboardUserOnlineChatStart {
    float: right;
    padding-bottom: 0px;
}
.DashboardUserOnline  .Participant.Active i {
    color: #0a0;
}
.DashboardUserOnline  .Participant.Offline i {
    color: #000000;
}
.DashboardUserOnline  .Participant.Unavailable i {
    color: #d00;
}
.DashboardUserOnline  .Participant.Away i {
    color: #fb0;
}

#RefreshUsers {
    margin-top: 5px;
}

} /* end @media */
