.header {
	display: table;
	width: 100%;
	margin: 10px 0;
	position: relative;
}
.header .header-left {
	display: table-cell;
	vertical-align: middle;
}
.header .header-right {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.header .main-menu {
    border: 1px solid transparent;
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
}
.header .main-menu ol {
	list-style-type: none;
	display: block;
}
.header .main-menu ol li{
	float: left;
	margin-right: 30px;
}
.header .main-menu ol li a{
	text-decoration: none;
	color: #999;
	font-weight: bold;
    font-size: 15px;
    padding: 0 !important;
    border: none;
}
.header .main-menu ol li a,
.header .main-menu ol li a:focus,
.header .main-menu ol li a:hover  {
	border: none;
	outline: none;
	background: none;
	-webkit-box-shadow: none;
    box-shadow: none;
	color: #999;
	font-weight: bold;
    font-size: 15px;
    padding: 0;
}
.header .main-menu ol li.active a,
.header .main-menu ol li.active a:focus,
.header .main-menu ol li.active a:hover{
	color: black;
}
.header .header-item {
	display: inline-block;
}
.header .header-item.right-border {
	border-right: 1px solid #666;
}
.header .site-logo {
	max-width: 270px;
	overflow: hidden;
	display: table-cell;
}
.header .site-logo img {
	height: 80px;
}
/**
	Top user info dropdown
*/
.dnet3-user-info-dropdown {
	display: inline-block;
}
.dnet3-user-info-dropdown.open>.dropdown-toggle.btn-default {
	background: none;
}
.dnet3-user-info-dropdown .dropdown-toggle,
.dnet3-user-info-dropdown .dropdown-toggle:focus,
.dnet3-user-info-dropdown .dropdown-toggle:hover  {
	border: none;
	outline: none;
	background: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.dnet3-user-info-dropdown .dropdown-menu {
	right: 0;
	left: auto;
}
.dnet3-user-info-dropdown #name-initials,
.dnet3-user-info-dropdown #user-info {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.dnet3-user-info-dropdown #name-initials {
	border: 1px solid black;
    border-radius: 10px;
    width: auto;
    height: 40px;
    font-size: 25px;
    margin-right: 5px;
	text-align: center;
	display: inline-block;
    padding: 0 5px;
    padding-top: 2px;
}
.dnet3-user-info-dropdown  #profile-photo {
	border: 1px solid black;
    border-radius: 10px;
    width: auto;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 5px;
	max-width: 50px;
}
.dnet3-user-info-dropdown  #profile-photo img {
    height: 40px;
}
.dnet3-user-info-dropdown #user-info {
	font-size: 14px;
}
.dnet3-user-info-dropdown #user-name {
	font-weight: bold;
}
.dnet3-user-info-dropdown #user-name,
.dnet3-user-info-dropdown #company-name {
	line-height: 14px;
}
.dnet3-user-info-dropdown #company-info{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
}
.organization-dropdown {
	display: inline-block;	
}
.organization-dropdown .dropdown-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
.organization-dropdown.open>.dropdown-toggle.btn-default {
	background: none;
}
.organization-dropdown .dropdown-toggle,
.organization-dropdown .dropdown-toggle:focus,
.organization-dropdown .dropdown-toggle:hover {
	border: none;
	outline: none;
	background: none;
	padding: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.organization-dropdown .dnet3-icon {
    background-size: 25px;
    width: 25px;
}

#global-search-button {
	margin: 0 5px;
	background: url("../images/home_assets/search_icon_grey_c01.svg") no-repeat;
	background-size: 25px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
}
#global-help-button {
	margin: 0 5px;
	background: url("../images/login_assets/question_yellow_c01.svg") no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
}