/**
 * @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 {
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 5px;
    margin-right: 4px;
}

.Arrow.Left {
    background-image: url(../img/arrow_leftright.png);
}

.Arrow.Right {
    background-image: url(../img/arrow_leftright.png);
    background-position: -12px 0px;
}

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

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

/**
 * @subsection  special overwriting settings for autocompletion button
 */

table#InsertWorkingHours tbody td {
    white-space: nowrap;
    padding-top: 5px;
}

.ui-button-icon-only .ui-button-text {
    padding: 0 !important;
    height: 18px !important;
}

.ui-button .ui-button-text {
    line-height: 0 !important;
}

button.ui-button-icon-only {
    width: 24px !important;
    top: -9px;
}

.ui-autocomplete .ui-menu-ietm {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
}

.HorizontalScroll {
    overflow-x: scroll;
}

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

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

.ActionSelection {
    width: 300px;
}

ul.ui-autocomplete.ui-menu {
    max-height: 300px;
    overflow-y: auto;
}

} /* end @media */