/**
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     Time Accounting Default CSS
 */

@media screen,projection,tv,handheld {

/**
 * @subsection  left and right arrows
 */

.Arrow {
    display: block;
    width: 10px;
    height: 12px;
    float: left;
    margin-top: -2px;
    margin-right: 4px;
}

.Arrow i {
    font-size: 16px;
    color: #555;
}

/**
 * @subsection  special settings: reporting
 */

div.MonthSelection {
    line-height: 24px;
    margin-bottom: 10px;
}

.MonthSelection .Arrow {
    margin-top: 1px;
}

/**
 * @subsection  IncompleteWorkingDays select
 */
#IncompleteWorkingDaysList option[selected=selected] {
    font-weight: bold;
}

/**
 * @subsection  project and action dropdowns
 */
.ProjectSelection {
    width: 300px;
}

.ActionSelection {
    width: 300px;
}

} /* end @media */