.table-filter {
	padding-bottom: 1em;
	width: 100%;
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex; 
}

.table-filter-tools {
	float: left;
	width: 100%;
	height: auto;
}

.table-filter-tools-tools {
	float: left;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.form-filter-control {
}

.button-pad {
	margin-top: -0.5em;
}

.filter-table-header-sort {
	float: left;
}

.filter-table-header-sort-up {
	margin-top: 5px;
}

.filter-table-header-sort-down {
}




.filter-toolbar-button {
	height: 2.5em;
}


.filter-toolbar-input {
	float: left;	
	margin-right: 1em;
}

.filter-toolbar-datepicker {
	width: 8em;
	text-indent: 1em;
    height: 34px;
    margin-top: 0.1em;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}

.filter-toolbar-select {
	width: 10em;
}

.input-group .filter-toolbar-number {
	width: 3.5em;
	margin-right: 0;
}


.filter-toolbar-search {
	margin-right: 0;
    flex-grow: 1;
}
