.mb-4 {
	margin-bottom: 15px;
}

.badge {
	display: inline-block;
	padding: 0 .8rem;
	border-radius: 2rem;
	background: #f1f1f1;
	border: 1px solid #ddd;
	margin-left: 5px;
}

.table {
	border: 1px solid #ddd;
}

.table th {
	background: #f5f5f5;
}


table thead input {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
	border: 0;
	border-radius: 4px;
}

table thead th {
	background: #1f4fa2;
	color: #fff;
	min-width: 140px;
}

#product_table_filter {
	display: none;
}