#acs-search-form-wrap .tablenav.top,
#acs-search-form-wrap p.search-box {
  display: none;
}

#acs-wrap {
	margin: 0;
	padding: 8px 20px 12px;
	position: relative;
}

#acs-link-wrap {
	float: right;
	height: 28px;
	margin: 0 0 0 6px;
	border: 1px solid #ddd;
	border-top: none;
	background: #fff;
	-webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
}

.acs-groups {
	margin: 0 -10px;
}

fieldset.acs-filters {
	margin: 0 0 10px 0;
}
	fieldset.acs-filters legend {
		font-weight: bold;
		padding: 0 10px;
	}

.acs-filter {
	padding: 0 10px 10px 10px;
	box-sizing: border-box;
	position: relative;
	display: block;
	height: 70px;
	float: left;
	width: 14%;
}
	.acs-filter label {
		display: block;
	}
	.acs-filter input,
	.acs-filter select {
		width: 100%;
	}
	.acs-filter input[type="number"] {
		padding-bottom: 5px;
		margin-bottom: 0;
	}

	.acs-filter button {
		box-shadow: none !important;
		position: relative;
		top: 1px;
	}
	.acs-filter .button-with-glyph {
		padding: 4px 3px 4px 4px !important;
	}

	.acs-filter .input-prepend {
		background-color: #f1f1f1;
		text-align: center;
		margin-right: -2px;
		position: relative;
		line-height: 28px;
		cursor: pointer;
		z-index: 1000;
		color: black;
		height: 28px;
		float: left;
		width: 44px;
	}
	.acs-filter .input-appended,
	.acs-filter .input-prepended {
		width: calc(100% - 45px);
		line-height: 28px;
		height: 28px;
	}
	.acs-filter .input-prepended.input-appended {
		width: calc(100% - 83px);
	}
	.acs-filter .input-append {
		background-color: #f1f1f1;
		text-align: center;
		margin-left: -2px;
		position: relative;
		cursor: pointer;
		z-index: 1000;
		color: black;
		float: right;
		width: 39px;
	}

	.acs-filter .options-dropdown {
		position: absolute;
		display: none;
		z-index: 1500;
		width: 39px;
		left: 11px;
		top: 46px;
	}
		.acs-filter .options-dropdown > li {
			margin: 0;
		}
			.acs-filter .options-dropdown > li > a {
				background-color: #f1f1f1;
				border: 1px solid #dddddd;
				text-decoration: none;
				border-top-width: 0;
				text-align: center;
				line-height: 25px;
				display: block;
				height: 25px;
				color: black;
			}
			.acs-filter .options-dropdown > li > a:hover {
				background-color: #0073aa;
				color: white;
			}

.acs-filter .field-joiner {
	border-bottom: 1px solid rgb(220, 220, 220);
	border-top: 1px solid rgb(220, 220, 220);
	background-color: rgb(252, 252, 252);
	position: absolute;
	text-align: center;
	line-height: 26px;
	font-size: 10px;
	height: 26px;
	right: -11px;
	width: 22px;
	top: 31px;
}

.acs-filter.field-file .input-prepended,
.acs-filter.field-image .input-prepended,
.acs-filter.field-gallery .input-prepended,
.acs-filter.field-page_link .input-prepended,
.acs-filter.field-post_object .input-prepended,
.acs-filter.field-relationship .input-prepended {
	width: calc(100% - 78px);
	background-color: white;
}

.ui-autocomplete {
	overflow-y: scroll;
	max-height: 300px;
}

.acs-post-selection {
	padding-bottom: 5px;
	margin-top: 10px;
}
	.acs-post-selection input[type="text"] {
		width: 100%;
	}
	.acs-post-selection .post-list {
		border: 1px solid lightgray;
		box-sizing: border-box;
		margin: 13px 0 0 1px;
		overflow: scroll;
		height: 346px;
		width: 100%;
	}
	.acs-post-selection .post-list li {
		cursor: pointer;
		padding: 5px 0;
		margin: 0;
	}
	.acs-post-selection .post-list li:nth-child(2n + 1) {
		background-color: #f9f9f9;
	}
	.acs-post-selection .post-list li:hover {
		background-color: #eaf2fa;
	}
	.acs-post-selection .post-list .title {
		width: calc(100% - 120px);
		text-overflow: ellipsis;
		box-sizing: border-box;
		white-space: nowrap;
		overflow: hidden;
		padding: 3px 5px;
		float: left;
	}
	.acs-post-selection .post-list .date {
		box-sizing: border-box;
		font-style: italic;
		text-align: right;
		padding: 3px 5px;
		width: 120px;
		float: left;
	}

.acs-filter .wp-color-result {
	box-shadow: none !important;
	position: relative;
	height: 28px;
	margin: 0;
	top: 1px;
}
.acs-filter .wp-color-result:after {
	line-height: 28px;
}

.acs-filter .color-preview {
	background: transparent url('../images/color-preview.png') repeat center center;
	line-height: 28px;
	height: 28px;
}
.acs-filter .color-preview[style] {
	background-image: none;
}
.acs-ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 100%;
}
