.cell{
	padding: 5px;
	text-align: center;
	cursor: pointer;
}
.cell.container{
	width: calc(100% / 10);
	border: 1px solid #ddd;
	padding: 0;
}
.judul.cell{
	background: #ccc;
}
.cell:hover{
	background: #eee !important;
}

.isi.cell {
	padding: 5px;
	text-align: center;
	cursor: pointer;
}

.w110px {
	width: 110px;
}

.active {
	background: #bbfdbb;
}

.nonactive {
	background: #f2f2f2;
}

.bg-red {
	background: #fd9090 !important;
}

.filter-wrapper{
	width: 120px;
}
.filter-wrapper .filter-title{
	width: 100%;
	background-color: #ddd;
}
.filter-wrapper .filter-item * {
	width: 100%;
}