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

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

@media screen,projection,tv,handheld {

/**
 * @subsection  Overview Control General
 */
.OverviewControl {
    position: absolute;
    width: 100%;
    background-color: #FFF;
    z-index: 15;
}

 /**
 * @bugfix      Flicker when element is position:fixed
 * @css-for     FF3.5
 * @see         https://bugzilla.mozilla.org/show_bug.cgi?id=492052
 */
.OverviewControl {
    overflow: hidden;
}

.OverviewBox > .Fixed {
    position: fixed;
    top: 0;
}

.OverviewControl > div {
    padding: 0 16px 0 8px;
}

.RTL .OverviewControl > div {
    padding: 0 8px 0 16px;
}

/**
 * @subsection  Control Row View Zoom
 */
.OverviewZoom {
    margin-top: -1px;
    float: right;
}

.RTL .OverviewZoom {
    float: left;
}

.OverviewZoom li {
    float: left;
}

.RTL .OverviewZoom li {
    float: right;
}

.OverviewZoom li:first-child {
    padding-left: 5px;
}

.RTL .OverviewZoom li:first-child {
    padding-left: 0;
    padding-right: 5px;
}

.OverviewZoom li.Last {
    padding-right: 5px;
}

.OverviewZoom li:last-child {
    padding-right: 5px;
}

.RTL .OverviewZoom li.Last {
    padding-right: 0;
    padding-left: 5px;
}

.RTL .OverviewZoom li:last-child {
    padding-right: 0;
    padding-left: 5px;
}

.OverviewZoom li.Active a:hover {
    background: none;
    border-color: transparent;
}

.OverviewZoom a {
    padding: 5px 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    display: block;
}

.OverviewZoom .ImageMode span.NameLong{
    display:none;
}

.OverviewZoom a .ImageMode {
    width: 18px;
    height: 18px;
    background: url(../img/zoom_sprite.png) no-repeat 0 0;
    display: block;
}

.OverviewZoom span.Name{
    display:none;
}

.OverviewZoom .NameShort {
    display:none;
}

.OverviewZoom .Active .Small .ImageMode {
    background-position: 0 -36px;
}

.OverviewZoom .Medium .ImageMode {
    background-position: -18px 0;
}

.OverviewZoom .Active .Medium .ImageMode {
    background-position: -18px -36px;
}

.OverviewZoom .Preview .ImageMode {
    background-position: -36px 0;
}

.OverviewZoom .Active .Preview .ImageMode {
    background-position: -36px -36px;
}

.OverviewZoom + .Pagination {
    background: transparent url(../img/tab_isolator.png) no-repeat center right;
}

.RTL .OverviewZoom + .Pagination {
    background-position: center left;
}

/**
 * @subsection  Control Row Overview Header for Medium and Large View
 */
.OverviewHeaderMediumLarge div.IconContainer {
    float: left;
    width: 40px;
    height: 30px;
    padding-left: 4px;
    background: transparent url(../img/overviewcontrol_line.png) no-repeat bottom right;
}

.RTL .OverviewHeaderMediumLarge div.IconContainer {
    float: right;
    padding-left: 0;
    padding-right: 4px;
    background-position: bottom left;
}

.OverviewHeaderMediumLarge div.IconContainer span.Checkbox {
    display: block;
    height: 14px;
    width: 40px;
    background: transparent url(../img/overviewcontrol_checkbox.png) no-repeat center;
}

.OverviewHeaderMediumLarge div.IconContainer span.Flag {
    display: block;
    height: 9px;
    width: 16px;
    margin-left: 10px;
    margin-top: 3px;
    background-color: #999;
}

.RTL .OverviewHeaderMediumLarge div.IconContainer span.Flag {
    margin-left: 0;
    margin-right: 13px;
}

.OverviewHeaderMediumLarge div.Filter {
    height: 25px;
    padding-top: 5px;
}

.RTL .OverviewHeaderMediumLarge div.Filter {
    margin-left: 0;
    margin-right: 55px;
}

/**
 * @subsection  Control Row Overview Header for Small View
 */
.OverviewHeaderSmall {
    margin-left: 8px;
    margin-right: 8px;
}


} /* end @media */
