.dae-filter-body{
	display: none;
}
.dae-filter-body.dae-opened{
	display: block;
}
.dae-column-labels-wrapper{
	padding: 12px 12px 0 12px;
}
label.dae-filter-label {
	display: block;
	font-weight: bold;
	margin: 0 0 3px;
	padding: 0;
}
.dae-filter-label-td .dae-field-description {
	font-style: normal;
	font-size: 12px;
	color: #666666;
	margin: 0;
}
.dae-field-exclude-tr .dae-field-wrap{
	position: relative;
}
.dae-column-labels-wrapper{
	padding: 12px 12px 0 12px;
}
.dae-filter-item {
	clear: both;
	margin-bottom: 10px;
}
.dae-column-labels{
	font-weight: 600;
}
.dae-column-labels,
.dae-filter-title{
	margin-right: 60px;
}
.dae-custom-row{
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
}
.dae-custom-row li{
	padding: 8px 12px;
	margin: 0;
	box-sizing: border-box;
}
.dae-filter-sortable-handle{
	width: 14px;
	height: 14px;
	font-size: 14px;
}
.dae-title-action .dae-action{
	padding: 10px;
	color: #555d66;
	border: 0;
	margin: 0;
	background: 0 0;
	cursor: pointer;
	outline: none;
}
.dae-title-action .dae-action:hover{
	background: #ffffff;
}
.dae-title-action .dae-action .toggle-indicator{
	color: #787c82;
}
.dae-sorting-widget-shortcode{
	background: #f1f1f1;
}
.dae-title-action .dae-action .toggle-indicator:before {
	padding: 1px 2px 1px 0;
	border-radius: 50%;
}
.dae-title-action .dae-action:focus .toggle-indicator:before{
	box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30,140,190,.8);
}
.dae-title-action .dae-action .toggle-indicator:before {
	content: "\f140";
	font: normal 20px/1 dashicons;
	speak: none;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
}
.dae-opened .dae-title-action .dae-action .toggle-indicator:before{
	content: "\f142";
}
.dae-title-action{
	float: right;
	position: relative;
}
.dae-filter-item-labels li{
	padding: 12px;
	box-sizing: border-box;
	overflow: hidden;
}
.dae-filter-item-labels li.dae-filter-order,
.dae-column-labels .dae-filter-order{
    min-width: 51px;
    text-align: center;
}
.dae-filter-item-labels li.dae-filter-order{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
    /*border-right: 1px solid #ccd0d4;*/
    justify-content: center;
}
.dae-filter-item .dae-filter-order:hover{
	cursor: move;
	background: #ffffff;
}
li.dae-filter-label,
li.dae-filter-entity,
li.dae-filter-view,
li.dae-filter-delete{
    width: 24%;
}
.dae-filter-delete .spinner{
	margin: 0;
}
.dae-custom-row:before,
.dae-custom-row:after {
    content: "";
    display: block;
    line-height: 0;
}
.dae-custom-row:after{
    clear: both;
}
.dae-filters-list{
	padding: 0 12px;
}
.dae-add-filter-wrapper{
	padding: 12px;
}
.dae-add-filter-wrapper {
	background: #f5f5f5;
	border-top: #dddddd solid 1px;
}
.dae-add-filter-wrapper:after{
	clear: both;
	display: block;
	content: "";
}
.dae-add-filter-div {
	float: right;
}
.dae-filter-head{
	font-size: 13px;
	background: #f9f9f9;
	border: 1px solid #e3e3e3;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.dae-filter-item.ui-sortable-helper .dae-filter-head{
	background: #fbfbfb;
}
.dae-filter-head:hover{
	border-color: #cbcbcb;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.postbox .inside table.dae-form-fields-table td.dae-filter-label-td,
.postbox .inside table.dae-fields-table td.dae-filter-label-td,
.dae-filter-label-td {
    padding: 15px 30px 15px 12px;
    margin: 0;
    background: #F9F9F9;
    width: 20%;
    border-color: #EDEDED;
    border-width: 1px 0 0 1px;
    box-sizing: border-box;
    position: relative;
    min-width: 160px;
}

.dae-new-filter-item .dae-field-entity-tr{
	display: table-row;
}
.dae-filter-field-td {
	padding: 15px 12px 15px 12px;
	margin: 0;
	border-left-color: #E1E1E1;
	box-sizing: border-box;
}
.dae-field-ename-tr{
	display: none;
}
.dae-no-filters {
	display: none;
	padding: 12px;
}