/**
 * 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: 1.13 $
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

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

@media screen,projection,tv,handheld {

#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 a i.icon-small {
    font-size: 12px !important;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -3px;
    width: 15px;
    display: none !important;
}

#Header #Logo {
    top: 40px;
}

#UserInfo {
    padding: 4px 50px 0 0;
    color: #BBB;
    top: 60px;
}

#UserInfo a.SwitchButton {
    position:       absolute;
    top:            1px;
    right:          25px;
    height:         20px;
    font-size:      18px;
}

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

} /* end @media */