.sidebar.toggled h3, .sidebar.toggled p{
	display:none;
}

.side-img-profile{
	width:160px;
	height:auto;
}
.navbar-nav.toggled .side-img-profile{
	width:50px !important;
	height:auto !important;
}
.status-pending{
	border-radius: 20px;
	display:block;
	background:orange;
	color:#fff;
	padding:5px 15px;
	text-align: center;
}
.status-complete{
	border-radius: 20px;
	display:block;
	background:green;
	color:#fff;
	padding:5px 15px;
	text-align: center;
}
table th{
	text-align: center !important;
	vertical-align: middle !important;
	background:#edf6ff !important;
}
.transcl p{
	margin-top:5px !important;
	margin-bottom:5px !important;
}
#login-image{
    background: url(../img/login-banner.jpg) !important;
    background-position: center;
    background-size: cover !important;
    background-repeat:no-repeat !important;
}