/*
Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
Copyright (C) 2021-2022 Znuny GmbH, https://znuny.org/

This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
*/

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

@media screen,projection,tv,handheld {

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

#Logo {
    opacity: 0.6;
}

/**
 * @subsection  Toolbar
 */
#ToolBar {
    top: 22px;
    left: auto;
    right: 14px;
    z-index: 10;
}

#ToolBar li.UserAvatar {
    margin-top: -6px;
    float: right;
}

#ToolBar li.UserAvatar div {
    right: -25px;
    left: auto;
}

#ToolBar li.UserAvatar div:after {
    left: auto;
    right: 15px;
}

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

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

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

#NavigationContainer {
    top: 17px;
}

} /* end @media */
