#user_table > tbody > tr {
	height: 40px;
}
.canvas-background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
}
body.login {
	background-image: url(../images/bg4.jpg);
	background-position: center;
	background-size: cover;
}
.messages-list .messages-item.active {
	background-color: #e6e8e8;
}
.navbar .navbar-header .menu-toggler {
	margin-right: 0px;
}
.ml-5 {
	margin-left: 5px !important;
}
.borderless td, .borderless th {
    border: none !important;
}
#transaction_table .odd {
    background: none;
}
.dataTables_scrollHeadInner{
	width: 100% !important;
}
.dataTables_scrollHeadInner table{
	width: 100% !important;
}
.bootstrap-tagsinput {
    width: 100%;
}