.listFilter{
	--height:40px;
	height:var(--height);
	background-color: #fff;
	border-radius: var(--themeRadius);
}
.listFilter input:not([type='checkbox']){
	height:var(--height);
	border-top-left-radius: var(--themeRadius) !important;
	border-bottom-left-radius: var(--themeRadius) !important;
}
.listFilter button{
	height:var(--height);
	color: var(--themeColor_grey);
	border-top-right-radius: var(--themeRadius) !important;
	border-bottom-right-radius: var(--themeRadius) !important;
}
.listFilter button:hover{
	color: #fff;
}

.view-header .listFilter{
	--height:33px;
}

tr.listFilter_hidden td{
    height: 0px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0.01px;
    border: none;
    opacity: 0.0;
}