.topnav {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 5px;
}

.logo img {
	width: 150px;
	height: auto;
}

.navright {}

#menubar {
	display: flex;
	width: 100%;
	margin: 10px 5px 10px 0px;
	padding: 0;
	list-style: none;
	/* background-color: #b5d4f1; */
	border-bottom: 1px solid #151617;
}

#menubar li {
	font-size: 12pt;
}

#menubar li a {
	display: block;
	color: #151617;
	font-weight: 500;
	padding: 7px 15px;
}

#menubar li:hover,
#menubar li.active {
	color: #FFF;
	background: #1c2342;
}

#menubar li:active {
	Background-color: #333;
}

#menubar li:hover a,
#menubar li.active a {
	color: #FFF;
	text-decoration: none;
}

.info_box_header {
	background-color: #b5d4f1;
	font-size: 10pt;
	font-weight: 600;
	color: #1a4860;
	text-align: center;
}

.user_login_details {
	vertical-align: middle;
	font-size: 12px;
	color: #666;
}

.right {
	float: right;
}

.btmRight_Header {
	margin: 12px 0 0 0;
	/* float:right; */
	/* height: 23px; */
	vertical-align: top;
	text-align: right;
}

.btmRight_Header a {
	display: inline-block;
	text-align: center;
}

.navi {
	/* height:13px;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat; */
}

.textfield_box {
	margin-right: 5px;
}

.searchbtn {
	background-image: url(../images/search.png);
	width: 84px;
	height: 31px;
	background-position: top;
	margin-left: 4px;
	Display: inline-block;
	text-indent: -9999px;
}

.searchbtn:hover {
	opacity: 0.8;
}

.searchbtn:active {
	background-position: bottom;
}

.settings {
	background-image: url(../images/settings.png);
	width: 93px;
	height: 31px;
	position: relative;
	background-color: transparent;
	cursor: pointer;
	background-position: top;
	margin-left: 4px;
	Display: inline-block;
	text-indent: -9999px;
}

.settings:hover {
	border: none;
	outline: none;
	opacity: 0.8;
}

.settings:active {
	border: none;
	outline: none;
	background-position: bottom;
}

.logout {
	background-image: url(../images/logout.png);
	width: 93px;
	height: 31px;
	background-color: transparent;
	cursor: pointer;
	background-position: top;
	margin-left: 4px;
	Display: inline-block;
	text-indent: -9999px;
	position: relative;
}

.logout:hover {
	border: none;
	outline: none;
	opacity: 0.8;
}

.logout:active {
	border: none;
	outline: none;
	background-position: bottom;
}

.usrtitle {
	text-align: right;
}

.welcome {
	color: #266ca8;
}

.login_date {
	color: #b01c1c;
}

.credentials {
	color: #266ca8;
}

#timer {
	color: #1C3353;
}

.timer_desc {
	color: #666;
	text-align: right;
	float: right;
}

#butt {
	margin: 0 4px 4px 5px;
	vertical-align: middle;
}