/* Add here all your CSS customizations */
form label {
    font-weight: inherit;
}

@media only screen and (max-width: 767px){
	.notifications.logoutSingleBtn {
		float: left;
	}
}

.notifications.logoutSingleBtn {
	margin: 10px !important;
}

.notifications.logoutSingleBtn > li .notification-icon{
	background: #dc3545;
}

.notifications.logoutSingleBtn > li .notification-icon i{
	color: #fff;
}


/*Changes requested by Vanessa Phoa*/
.sidebar-left{
	width: 225px;
}

.sidebar-left .sidebar-header .sidebar-title{
	color: #ffffff;
}

@media only screen and (min-width: 768px) {
	html.fixed .content-body{
		margin-left: 225px;
	}
	html.fixed .page-header{
		left: 225px;
	}
	html.sidebar-left-collapsed .sidebar-left .nano.hovered {
		width: 225px;
	}
}

.select-8-container--open{
	z-index: 10001;
}

/* input type submit with icons */
.icon-input-btn{
	display: inline-block;
	position: relative;
}
.icon-input-btn input[type="submit"]{
	padding-left: 2em;
}
.icon-input-btn .fas{
	display: inline-block;
	position: absolute;
	left: 0.65em;
	top: 40%;
}