 .state_logo{
	  position: fixed;
	  top: 8px;
	  left:30px;
	  width:100px;
	  height: 100px;
	  z-index:9998;
	  background: url(portal/img/logo_perak.png) no-repeat ;
	  background-position: left;
	  background-size: 100px 100px;
}

 .company_logo{
	  position: fixed;
	  top: 8px;
	  left:130px;
	  width:200px;
	  height: 100px;
	  z-index:9999;
	  background: url(portal/img/logo.png) no-repeat ;
	  background-position: left;
}

span[id$=errors], em{
	color : red;
}

.float{
	position:fixed;
	width:100px;
	height:80px;
	bottom:90px;
	right:10px;
	background-color:#FFF;
	color:#FFF;
	border-radius:0px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:22px;
}

.modal {
	z-index: 10000;
}

New Style

.sidebar-menu {
    background-color: #343a40 !important;
}

.sidebar-header {
    background: #343a40 !important;
}

.metismenu >li:hover>a,
.metismenu >li.active>a {
    background: #105d9f !important;
}

.user-profile {
    background: -webkit-linear-gradient(left, #105d9f 0%, #105d9f 100%) !important;
    background: linear-gradient(to right, #105d9f 0%, #105d9f 100%) !important;
}

.bg-info {
	background-color: #105d9f !important;
}