﻿div#container #header {
    background: #ffffff repeat-x !important;
    min-width: 968px !important;
}

div#container {
    background: #EDF0F9 !important;
}

body.login, body.login div#container {
    background: white !important;
}

    body.login div#container div#wrapper {
        background: url(../img/rzd/login_sm.png) no-repeat !important;
    }

#header #menu ul li {
        display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 20px 10px;
		gap: 10px;
		min-width: 90px;
		height: 50px;
		/* Inside auto layout */
		background: transparent;
		flex: none;
		order: 0;
		align-self: stretch;
		flex-grow: 0;
		margin: 0;
		border: none;
		border-radius: initial;
		text-decoration: none;
		transition: border-bottom 0.2s ease;
        border-bottom: 2px solid transparent;
}

#header #menu {
    top: 0;
    left: 0px;
}

    #header #menu ul li.menuselected {
        font-style: normal;
			font-weight: 800;
			font-size: 14px;
			line-height: 19px;
			color: black;
			background: transparent;
			border-bottom: 2px solid #ff4123;
    }
@media(max-width: 1260px) {
    .userData2WithoutIcon a span {
        color:black !important;
    }
}