

table.dataTable tbody tr:hover {
	background: #FEFFDF;
}

table .dropdown-menu {
	overflow:visible !important;
	position: relative !important;
	transform: none !important;
}

.modal.fade {
	background:rgba(0,0,0,0.5);
}
.modal-backdro.fade {
	opacity:0;
}

.loading {
	background: transparent url('/images/spinner.gif') center no-repeat;
}

@media screen and (max-width: 992px) {
	.card {
		padding: 0px;
	}
}

