.tb-realisasi td {
	padding: 0 10px !important;
}

.hover_none:hover {
	text-decoration: none;
}

.hover-light:hover {
	text-decoration: none;
	background-color: rgba(248,249,250,0.5);
}

.hover-success:hover {
	text-decoration: none;
	background-color: #88f47326;
}

.hover-warning:hover {
	text-decoration: none;
	background-color: #f2a55726;
}

.hover-danger:hover {
	text-decoration: none;
	background-color: #f6777726;
}

.item-filter {
	padding: 5px 10px;
}