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

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

@media screen,projection,tv,handheld {

#Header #Logo {
    background-position: center;
    height: 62px;
    opacity: 0.53;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=53)";
    top: 0px !important;
}

/**
 * @subsection  Header
 */
#Header {
    height: 42px;
    background-position: bottom;
}

/**
 * @subsection  Logo
 */
#Logo {
    right: 246px;
}

.RTL #Logo {
    right: auto;
    left: 246px;
}

/**
 * @subsection  Toolbar
 */
#ToolBar {
    top: 32px;
    left: auto;
    right: 14px;
}

#ToolBar a {
    margin-top: -7px;
}

.RTL #ToolBar {
    right: auto;
    left: 14px;
}

/**
 * @subsection  UserInfo
 */
#UserInfo {
    top: 2px;
}

/**
 * @subsection      Navigation Level-0
 */

#NavigationContainer {
    top: 27px;
}

} /* end @media */