.custom-count {
	margin: 10px 0px;
}

.custom-search {
	background-color: #f8f8f8;
   	padding: 6px 10px 0px 40px;
	margin: 10px 0px;
	background-image: url('/admin/images/search.png');
	background-position: left 16px top 10px;
	background-size: 16px;
	background-repeat: no-repeat;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
}

.custom-search > form,
.custom-search > form > div > div,
.custom-search > form > div > div > div {
	display: flex;
	align-items: center;
}

.custom-search > form {
	flex-wrap: wrap;
}

.custom-search .row-category{
	min-width: 250px;
}

.custom-search > form label {
	margin: 0px 10px;
}

.custom-search > form button {
	margin: 0px 0px 5px 10px;
}

.custom-search > form input.date {
	width: 75px;
	margin: 0px 5px;
}

.custom-search > form input.datetime {
	width: 85px;
	margin: 0px 5px;
}

.admin-division-menu.custom-category {
	width: max-content;
}

.custom-items form label {
	display: none;
}

.custom-items form {
	text-align: center;
}