#navHeaderTable td {
	padding: 3px;
}

#navHeaderTableInner {
	min-height: 3.0rem;
}

.navHeaderDesktopTableMF {
	display: none;
}

@media (min-width: 768px) {
	.navHeaderDesktopTableMF {
		display: table;
	}
}

.navHeaderDesktopTableNMF {
	display: table;
}

.navbar-toggler {
 	position: absolute; 
 	transform: translateY(-50%); 
 	right: 0; 
}

#navHeaderTableInner > tbody {
	min-height: 3.0rem;
	height: 100%;
}

#navHeaderTableInner > tbody > tr {
	height: 100%;
}

#navHeaderTableInner > tbody > tr > td {
	height: 100%;
}

#proxy_logout_link {
    text-decoration: none !important;
}

#navHeaderLogoutDiv {
	text-align: right;
	margin-top: 4px;
}

.proxy {
	background-color: #C41230;
	padding: 5px 15px 5px 15px;
}

.maxWidth1456 {
	max-width: 1456px;
	margin: auto;
}

.row-height-nav-header-table {
	height: 100%;
}

.row-line-height-nav-header-table-wo-proxy {
	height: 72px;
}

.margin-top-nav-header-wo-proxy {
	margin-top: 4.2rem !important;
}

.row-line-height-nav-header-table-with-proxy {
	height: 90px;
}

.margin-top-nav-header-with-proxy {
	margin-top: 5.5rem !important;
}

.text-size-16 {
	font-size: 1rem;
}

.loginbarRow * i {
	font-size: 20px;
}

.align-middle {
	vertical-align: middle !important;
}

#navHeaderTableInner #linkUserActivator {
	align-items: center;
	margin-right: 8px;
	vertical-align: middle;
	text-align: center;
}

#navHeaderTableInner .turnOffCompanyUserLink-profile-image,
#navHeaderTableInner #linkUserActivator img[src*="profile_icon.svg"] {
	width: 20px;
	height: 20px;
	vertical-align: text-bottom !important;
	margin-top: 0 !important;
}

.navHeaderRoleDropdownContainer {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-left: auto;
	text-align: left;
}

.navHeaderRoleDropdown {
	flex: 0 0 auto;
	width: auto;
	min-width: 0;
	max-width: none;
	align-self: center;
	position: relative;
	text-align: left;
}

.navHeaderRoleDropdownToggle {
	display: inline-block;
	position: relative;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0.5rem;
	padding-right: 2.20rem;
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	line-height: 1.2;
	white-space: nowrap;
}

.navHeaderRoleDropdownToggle > span {
	display: inline-block;
	text-align: left;
}

.navHeaderRoleDropdownToggle > i {
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
}

#navHeaderRoleDropdownMenu {
	background-color: #FFFFFF;
	position: fixed;
	top: 100%;
	bottom: auto;
	z-index: 20000;
	display: none;
	float: left;
	width: max-content;
	min-width: 100%;
	max-width: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	left: 0 !important;
	right: auto !important;
	border: 0.75px solid #474747 !important;
	border-radius: 0 !important;
	box-sizing: border-box;
	white-space: nowrap;
	text-align: left;
}

#navHeaderRoleDropdownMenu.show {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

#navHeaderRoleDropdownMenu .dropdown-item {
	display: block;
	width: auto;
	min-width: 100%;
	max-width: none;
	clear: both;
	background-color: #FFFFFF !important;
	padding: 4px 0.5rem !important;
	box-sizing: border-box;
	line-height: 1.4;
	text-align: left;
	color: #000000 !important;
}

#navHeaderRoleDropdown:hover {
	color: #0052C2 !important;	
}

#navHeaderRoleDropdownMenu .dropdown-item:hover,
#navHeaderRoleDropdownMenu .dropdown-item:focus,
#navHeaderRoleDropdownMenu .dropdown-item:active {
	background-color: #CCEBF8 !important;
}

#navHeaderIcons {
	align-items: center;
	vertical-align: middle;
}

.appLinks {
	color: #000 !important;
	font-size: 14px;
	margin-left: 12px;
	margin-right: 16px;
	top: 2px;
	position: relative;
	text-decoration: none !important;
	white-space: nowrap;
}

.appLinksItem:hover {
	text-decoration: none !important;
}

.border-bottom-underline {
	border-bottom: 2px solid;
}

.linkbarHidden {
	height: 0px !important;
}

.sidebar-role {
	font-weight: bold;
	color: #000 !important;
}

