.header-top-content .layout-region-inner.header {
	max-width: 90% !important;
	padding: 0px 5% !important;
}

.content {
	width: 100%;
	margin: 0;
}

.aras-header {
	width: 100%;
	height: 44px;
	position: relative;
	z-index: 3;
	background-color: #333333;
}

#_h_layout, .header-fragments .layout .header-top-content .layout-region.header {
    background-color: #333333 !important;
}

.header-fragments .layout .header-top-content .layout-region.header {
    border-bottom: none !important;
}

.aras-logo {
	float: left;
}

.view-as-banner {
	width: 1250px;
	height: 120px;
	background-color: #000000;
	position: fixed;
	opacity: 0.7;
	margin-left: -100px;
	margin-top: 5px;
}

.view-as-banner-close {
	color: #ffffff;
	font-weight: 800;
	font-family: Arial, sans-serif;
	height: 20px;
	font-size: 20px;
	float: right;
	width: 20px;
}

.view-as-label {
	font-size: 20px;
	font-weight: 800;
	color: #ffffff;
	padding-top: 15px;
	margin-left: 15px;
}

.view-as-message {
	font-size: 16px;
	color: #ffffff;
	margin-left: 15px;
}

.aras-profile {
	float: right;
	display: flex;
	justify-content: right;
	align-items: center;
	height: 44px;
}

.view-as-yourself-link {
	color: #ffffff;
	text-decoration: underline;
	margin-left: 15px;
}

.layout-region content {
	position: static;
}

.layout-region header {
	position: relative;
}

.aras-profile.hide {
	display: none;
}

.aras-logo img {
	display: block;
	height: 44px;
}

.aras-profile .si-icon {
	color: #bdc3c7;
	background-color: #ffffff;
	border-radius: 16px;
	margin: 4px;
}

.menu-profile {
	cursor: pointer;
	height: 20px;
	margin-left: 4px;
}

.menu-profile.active {
	background-color: #cc1c1c;
}

.aras-menu-profile {
	position: fixed;
	background-color: #ffffff;
	border: 1px solid #d2dce2;
	z-index: 9999;
	display: none;
	min-width: 160px;
	max-width: 300px;
	overflow: hidden;
}

.aras-menu-profile.show {
	display: block;
}

.header-user-profile {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 8px;
	border-bottom: 1px solid #d2dce2;
}

.avatar {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.info {
	margin-left: 8px;
}

.header-user-profile p {
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
	padding: 2px 0;
}

.nav-list-menu ul {
	padding: 6px 0;
}

.nav-list-menu li {
	padding: 2px 8px;
	font-size: 14.4px;
}

.fullname {
	color: #cc1c1c;
}

.email {
	color: gray;
}

.user.with-icon:before {
	text-align: center;
	color: black;
	width: 20px;
	height: 20px;
	content: '\e80a';
	font-family: Entypo;
	font-size: 20px;
	line-height: 20px;
}

.profile-first-name {
	margin-bottom: 1px !important;
	color:#fff;
}

.next-button {
	display: flex;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: 0;
}

.select-account-form {
	height: 400px;
}

#select_account_next {
	border: 1px solid white;
	border-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 80px;
	padding-left: 80px;
	margin: 20px;
	color: white;
	background-color: #cc1c1c;
	position: absolute;
	right: 0;
	bottom: 0;
}

#select_account_next:disabled {
	background-color: #b3c5cd;
}

.select-account span.uiselect {
	width: 95%;
	height: 35px;
	overflow: hidden;
}

#search_name {
	width: 84%;
	height: 35px;
	padding: 0 5px;
	position: absolute;
	left: 20px;
	z-index: 1;
	border: 1px solid #b3c5cd;
	border-radius: 3px 0 0 3px;
}

#search_name:hover,
#search_name:focus {
	border-color: #cc1c1c;
}

.uiselect.account-ui-select.options {
	max-height: 298px;
}

.hidden {
	display: none;
}

.confirm-account-form p {
	font-weight: bold;
}

.confirm-buttons {
	border-top: 1px solid #c3d1d8;
	padding-top: 12px;
	margin-top: 146px;
	text-align: end;
}

.reminder-label {
	margin-top: 60px;
}

.submit-view-as {
	background-color: #cc1c1c;
	border-radius: 4px;
	color: white;
	border: none;
	height: 36px;
	padding: 0 12px;
	outline: none;
	display: inline-block;
	width: 280px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}

.back-button {
	border-radius: 4px;
	border: 2px solid #c3d1d8;
	height: 36px;
	width: 80px;
	margin-right: 12px;
	outline: none;
}