/**
 * This file containts the CSS Styles for the header
 * with it's toolbar, the userbar and the whole main navigation
 *
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @version     $Revision$
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

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

@media screen,projection,tv,handheld {

#NavigationContainer {
    width: 93%;
}

#ToolBar .ToDoView a {
  background-position: -336px 0px;
}

#ToolBar .ToDoView a .Gloss  {
  background-position: -336px -20px;
}

#ToolBar a i {
    display: block !important;
    font-size: 18px;
    font-style: normal;
    font-weight: normal !important;
    padding: 0;
    text-align: center;
    text-indent: 0;
    text-shadow: 1px 1px 0 #000000;
    width: 24px;
    position: relative;
    top: -9px;
}


#ToolBar li.Extended a.InputField_ClearSearch {
    position: absolute;
    top: 5px;
    color: #0A6491;
}

#ToolBar a i.fa i.fa-small {
    font-size: 12px !important;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -3px;
    width: 15px;
    display: none !important;
}

#ToolBar a i.fa-times-circle {
    font-size: 12px;
    top: auto;
}

#ToolBar li.Extended form * {
    top: 0px;
}

#SwitchButton {
    top: 12px;
}

#Header #Logo {
    top: 40px;
}

#UserInfo {
    padding: 4px 115px 0 0;
    top: 60px;
    right: 17px;
    color: #BBB;
    font-size: 11px;
    position: absolute;
    cursor: default;
    z-index: 999;
}

.RTL #UserInfo {
    right: auto;
    left: 17px;
    padding: 4px 0 0 25px;
}

#UserInfo a {
    top: 0px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    color: #555;
}

#UserInfo a:hover {
    color: #FFCC65;
}

.RTL #UserInfo a.LogoutButton {
    right: auto;
    left: 0;
}

#UserInfo a.LogoutButton {
    right: -4px;
}

#UserInfo a.KIXHelp {
    right: 25px;
}

#UserInfo a.SwitchButton {
    right: 54px;
}

#UserInfo a.PreferencesButton {
    right: 83px;
}

#SearchProfileForm a {
    height: 16px;
    width: 16px;
}

li.SearchProfile a.ShowTreeSelection {
    color: #F58500;
}

} /* end @media */