#header {
	background-color: #253654;
	box-shadow: none;
}

#htms {
	cursor: pointer;
}

.htms_list {
	/*display:none;*/
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	text-align: left !important;
}

.htms_list li {
	padding: 7px;
	background: #dcdee3;
	margin-bottom: 3px;
}

.htms_list li a {
	text-decoration: none
}

.htms_list li:hover {
	background: #b0b2b7;
}

#vms {
	/*margin-top:3px;*/
}

.htms_list li.active {
	background: #253654;
}

.htms_list li.active a {
	color: #fff;
}

#bellicon {
	color: #fff;
	padding: 6px;
	text-align: center;
	position: relative;
	display: inline-block;
}
#bellicon a {
	color: #fff;
}

#bellicon i {
	font-size: 18px;
    margin-right: 5px;
}

/* Badge styles */
.badge {
	position: absolute;
	top: 0;
	right: 0;
	background-color: red;
	color: white;
	border-radius: 50%;
	padding: 2px 0px;
	min-width: 10px!important;
}

.alert {
	position: fixed;
	top: 20px;
	right: 20px;
	background-color: #f44336;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	display: none; /* Initially hide the alert */
	z-index: 999; /* Ensure the alert is on top */
}