
.logobar {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -22px;
	margin-bottom: 15px;
	min-height: 140px;
	display: flex;
	align-items: center;
	background-color: #2a4a6b;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.logobar::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.72) 45%, rgba(0,0,0,0) 80%);
	z-index: 1;
}

.logobar-inner {
	position: relative;
	z-index: 2;
	padding: 20px 30px;
	max-width: 65%;
}

.logobar-inner .welcomearea {
	color: #dde8f0;
	margin: 0 0 4px;
	font-size: 14px;
}

.logobar-inner .merchname {
	color: white;
	text-shadow: 0 1px 4px rgba(0,0,0,0.6);
	margin: 0;
	font-size: 22px;
}


#welcomename {
	font-weight:bold;
}
.namecval {
	font-size:80%;
}

#managesecurity {
	padding:10px 20px;
	border:1px solid #444;
	margin-bottom:20px;
	text-align:center;
	/* position:absolute; 
	right:0;
	top:0;
	*/
	z-index:5;
}
