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

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

@media screen,projection,tv,handheld {

/**
 * @subsection  Control Row
 */
.ControlRow {
    background: #bbbbbb;
    background: -moz-linear-gradient(top, #ededed 0%, #bbbbbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#bbbbbb));
    background: -webkit-linear-gradient(top, #ededed 0%,#bbbbbb 100%);
    background: -o-linear-gradient(top, #ededed 0%,#bbbbbb 100%);
    background: -ms-linear-gradient(top, #ededed 0%,#bbbbbb 100%);
    background: linear-gradient(top, #ededed 0%,#bbbbbb 100%);
    position: relative;
    overflow: hidden;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    border-top: 1px solid #F8F8F8;
    border-bottom: 1px solid #999999;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    min-height: 24px;
}

.ControlRow a {
    color: #555;
}

.ControlRow a:hover {
    color: #333;
}

/**
 * @subsection  Control Row Tabs
 */
.RTL .ControlRow .Tabs {
    float: right;
}

.ControlRow li,
.ControlRow li:hover > a,
.ControlRow li.Active > a,
.ControlRow li:active > a {
    background: url(../img/controlrow_sprite.png) no-repeat;
}

.ControlRow li {
    margin-left: -3px;
    padding-left: 2px;
    background-position: 0 25px;
    float: left;
    position: relative;
}

.RTL .ControlRow li {
    margin-left: 0;
    margin-right: -3px;
    float: right;
}

.ControlRow li:first-child {
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
}

.RTL .ControlRow li:first-child {
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
}

.ControlRow li:hover {
    background-position: 0 0;
}

.ControlRow li.Active,
.ControlRow li.Active:hover,
.ControlRow li.Active:active {
    padding-left: 2px;
    background-position: 0 -50px;
}

.ControlRow li > a {
    padding: 7px 12px 7px 11px;
    color: #111;
    font-size: 11px;
    background: url(../img/controlrow_isolator.png) no-repeat center right;
    display: block;
}

.RTL .ControlRow li > a {
    padding: 7px 11px 7px 12px;
    background-position: left center;
}

.ControlRow li.Last > a {
    background-position: 50px 50px; /* hide it, but dont set it to none */
}

.ControlRow li:last-child > a {
    background-position: 50px 50px; /* hide it, but dont set it to none */
}

.ControlRow li.Last:hover > a {
    background-position: right 0;
}

.ControlRow li:last-child:hover > a {
    background-position: right 0;
}

.ControlRow li:hover > a {
    background-position: right 0;
    color: #000;
}

.RTL .ControlRow li:hover > a {
    background-position: left 0;
}

.ControlRow li.Active > a,
.ControlRow li.Active:hover > a,
.ControlRow li.Active:active > a {
    color: #FFF;
    background-position: right -50px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
}

.ControlRow li:active {
    background-position: 0 -25px;
}

.ControlRow li:active > a {
    background-position: right -25px;
}

.ControlRow li > a > span {
    padding-left: 4px;
}

/**
 * @subsection  Context Functions
 */
ul.ContextFunctions {
    position: absolute;
    right: 0;
    top: 0;
}

.RTL ul.ContextFunctions {
    right: auto;
    left: 0;
}

h1 ul.ContextFunctions {
    top: -4px;
}

ul.ContextFunctions li {
    padding-left: 3px;
}

ul.ContextFunctions li span {
    text-indent: -9999px;
}

.RTL ul.ContextFunctions li {
    float: right;
}

ul.ContextFunctions li.ContextHelp a,
ul.ContextFunctions li.ContextSettings a {
    display: block;
    width: 22px;
    height: 24px;
    padding: 0;
}

ul.ContextFunctions li.ContextHelp a span,
ul.ContextFunctions li.ContextSettings a span {
    display: block;
    width: 19px;
    height: 24px;
}
ul.ContextFunctions li.ContextHelp a span {
    background: transparent url(../img/contexthelp.png) no-repeat 6px center;
}

ul.ContextFunctions li.ContextSettings a span {
    background: url(../img/arrow_outlined_right.png) no-repeat center center;
}

.RTL ul.ContextFunctions li.ContextSettings a span {
    background-image: url(../img/arrow_outlined_left.png);
}

ul.ContextFunctions li.Last:hover > a {
    background-position: 50px 50px;
}

ul.ContextFunctions li:last-child:hover > a {
    background-position: 50px 50px;
}


/**
 * @subsection  Control Row DataSet Navigation (Previous / Next)
 */
.RTL .DataSetNavigation {
    float: right;
}

.DataSetNavigation li {
    float: left;
    width: 26px;
    height: 24px;
    margin-left: -2px;
}

.DataSetNavigation li a{
    display: block;
    width: 26px;
    height: 24px;
    text-indent: -9999px;
}

.DataSetNavigation li a span{
    margin: 9px 7px;
    display: block;
    width: 11px;
    height: 9px;
    background: transparent url(../img/arrows.png) no-repeat;
}

.DataSetNavigation li.Previous a span {
    background-position: left top;
}

.DataSetNavigation li.Next a span {
    background-position: right top;
}

.DataSetNavigation li:first-child {
    background: transparent url(../img/tab_isolator.png) no-repeat 22px 6px;
    margin-left: 0;
    width: 24px;
}

.RTL .DataSetNavigation li:first-child {
    margin-right: 0;
}

.DataSetNavigation li:first-child a {
    width: 24px;
}

/**
 * @subsection  Control Row Headline
 */
.ControlRow h2 {
    padding-top: 1px;
    margin-left: 8px;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    text-shadow: 0 1px 0 #D4D4D4;
}

.ControlRow .DataSetNavigation + h2 {
    margin-left: 60px;
}

.RTL .ControlRow .DataSetNavigation + h2 {
    margin-left: 0;
    margin-right: 60px;
}

/**
 * @subsection  Control Row Additional Information
 */
.AdditionalInformation {
    right: 0;
    top: 0;
    margin-right: 8px;
    font-size: 13px;
    line-height: 25px;
    text-shadow: 0 1px 0 #D4D4D4;
    position: absolute;
}

.AdditionalInformation.SpacingLoader {
    margin-left: 0px;
    margin-right: 23px;
}

.RTL .AdditionalInformation.SpacingLoader {
    margin-left: 23px;
    margin-right: 0px;
}

.RTL .AdditionalInformation {
    right: auto;
    left: 0;
}

/**
 * @subsection  Control Row Action Row
 */
.ActionRow {
    background: #AAA url("../img/gradient_light.png") repeat-x;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #666;
    position: relative;
    overflow: hidden;
}

.Actions {
    margin-top: -1px;
    padding: 0;
    float: left;
}

.RTL .Actions {
    float: right;
}

.Actions li {
    padding: 0 1px 0 3px;
    margin-left: -3px;
    line-height: 13px;
    font-size: 11px;
    background: url("../img/tab_isolator.png") no-repeat right center;
    float: left;
}

.RTL .Actions li {
    margin-right: 0;
    margin-left: -3px;
    padding: 0 3px 0 1px;
    float: right;
}

.Actions li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.RTL .Actions li:first-child {
    margin-right: 0;
    padding-right: 0;
    background: none;
}

.Actions li:last-child {
    background: none;
}
.Actions li.Last {
    background: none;
}

.Actions li a,
.Actions li span {
    height: 13px;
    padding: 7px 5px 8px;
    color: #000;
    display: block;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.Actions li a:hover,
.Actions li span:hover,
.OverviewZoom a:hover {
    background: url("../img/action_hover.png") repeat-x 0 center;
    background: -moz-linear-gradient(top, #FFE7BD, #FDC053 5px, #F6AD3E 50%, #F3980D 50%, #E77E06 95%, #DF6D05);
    border-left: 1px solid #F6AE2C;
    border-right: 1px solid #E2AD51;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.46);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.46);
    box-shadow: 0 1px 0 rgba(0,0,0,0.46);
}

.Actions li.NoHover:hover a {
    background: none;
}

.Actions li input#SelectAllTickets {
    margin: 0 1px 0 3px;
}

.RTL .Actions li input#SelectAllTickets {
    margin: 0 3px 0 1px;
}

.RTL .Actions li:first-child a {
    background-image: none;
}

.Actions li.Inactive a {
    color: #999;
    text-shadow: 1px 1px #FFF;
    cursor: default;
}

.Actions li.Inactive:hover a {
    background: none;
    border-color: transparent;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.Actions form {
    padding: 4px 8px;
}

.Actions li select {
    font-size: 11px;
}

.Tab.Actions li {
    height: auto;
    padding: 0;
    background: url(../img/tab_isolator_light.png) no-repeat right 5px;
}

.Tab.Actions li:first-child a {
    padding-left: 3px;
}

.RTL .Tab.Actions li:first-child a {
    padding: 3px 3px 4px 8px;
}

.Tab.Actions li a {
    padding: 3px 8px 5px;
    color: #999;
}

.Tab.Actions li a:hover {
    color: #777;
    background: none;
    border-color: transparent;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.Tab.Actions li.Last {
    background: none;
}

.Tab.Actions li:last-child {
    background: none;
}

.Tab.Actions li.Selected a {
    color: #474747;
    font-weight: bold;
}

/**
 * @subsection  LightRow
 */

.LightRow {
    background: #999 url("../img/gradient_light.png") repeat-x;
    border: 1px solid #C6C5C4;
    border-bottom: 1px solid #7C7C7C;
}

.LightRow.Header {
    padding-right: 5px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    position: relative;
    -moz-box-shadow: inset 0 -1px 0 #FFF;
    -webkit-box-shadow: inset 0 -1px 0 #FFF;
    box-shadow: inset 0 -1px 0 #FFF;
}

.RTL .LightRow.Header {
    padding-right: 0;
    padding-left: 5px;
}

.Collapsed .LightRow.Header {
    border-bottom-color: #C6C5C4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.LightRow.Bottom {
    background-position: 0 -26px;
    border-top: 1px solid #F5F5F5;
    border-bottom: none;
    border-bottom: 1px solid #636363;
}

.Collapsed .LightRow.Bottom {
    display: none;
}

.LightRow h2 {
    margin: 0;
    padding: 4px 0 5px;
    font-weight: normal;
    color: #171717;
}

.Collapsed .LightRow.Header {
    -moz-box-shadow: 0 -1px 0 #DDD inset;
    -webkit-box-shadow: 0 -1px 0 #DDD inset;
    box-shadow: 0 -1px 0 #DDD inset;
    border-bottom-color: #AAA;
}

.LightRow .WidgetAction.Toggle {
    margin-left: 7px;
}

.RTL .LightRow .WidgetAction.Toggle {
    margin-left: 6px;
    margin-right: 7px;
}

.LightRow #AJAXImageDestQueueID {
    display: none;
}

.LightRow select {
    margin-top: 1px;
}

.LightRow.Bottom .Actions li span input[type="checkbox"] {
    margin-top: 0;
}

/**
 * @subsection  Filter settings
 */
.Filter {
    padding-top: 3px;
    margin-left: 6px;
    float: left;
}

.RTL .Filter {
    margin-left: 0;
    margin-right: 6px;
    float: right;
}

.Filter select {
    font-size: 11px;
}

.Filter .Concat {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    font-weight: bold;
    font-size: 14px;
}

/*
 * @subsection  Dashboard Ticket Filter
 */
.TicketFilter > a.Selected,
.UserFilter > a.Selected {
    text-decoration: underline;
}

/**
 * @subsection  Control Row Pagination
 */
/*
 * form.Pagination is the new style pagination, div.Pagination the old style
 * Both should work with this CSS
 */
.Pagination {
    float: right;
    margin-right: 0;
    font-size: 11px;
}

span.Pagination {
    padding: 8px 10px;
}

.RTL .Pagination {
    float: left;
}

form.Pagination > * {
    float: left;
}

.RTL .Pagination > * {
    float: right;
}

.Pagination > span {
    margin-top: 3px;
}

form.Pagination a {
    height: 24px;
    width: 24px;
    display: block;
}

span.Pagination a {
    color: #000;
}

span.Pagination a:hover {
    color: #F92;
}

span.Pagination a.Selected {
    font-weight: bold;
}

span.Pagination span.PaginationLimit {
    color: #FF0000;
}

.Pagination a span {
    margin: 7px 6px;
    height: 9px;
    width: 11px;
    text-indent: -9999px;
    background: url(../img/arrows.png) no-repeat;
    display: block;
}

.Pagination .ArrowLeft span {
    background-position: left top;
}

.RTL .Pagination .ArrowLeft span {
    background-position: right top;
}

.Pagination .ArrowRight span {
    background-position: right top;
}

.RTL .Pagination .ArrowRight span {
    background-position: left top;
}

.Pagination input {
    width: 16px;
    margin-right: 2px;
    padding: 1px 3px;
    font-size: 11px;
    font-family: inherit;
    text-align: right;
}


} /* end @media */
