tfoot {
    position: absolute;
    left: 15px;
    top: -42px;
    width: 350px;
}

tfoot th.wpf_visible {
    display: inline-block;
    color: #fff;
}

tfoot th {
    border-top: medium none !important;
    display: none;
    padding: 0 !important;
}
tfoot tr {
	float: right;
}
#date_filter input {
    height: 32px;
}

#date_filter {
	width: 100%;
	float: right !important;
	text-align: right !important;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
	padding: 10px;
	background: #8c8c8d;
}

#ui-datepicker-div.ui-datepicker {
    font-size: 1em !important;
    width: auto !important;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 0.9em !important;
}

.wpf_visible > input {
    height: 32px !important;
}

.top {
    background: #8c8c8d none repeat scroll 0 0;
    overflow: hidden;
    padding: 15px;
}

#member-orders-table {
    width: 96% !important;
}

#member-orders.panel-body {
    padding: 0;
}

.panel-heading {
    border-bottom: 0 none !important;
}
.dataTables_length {
    float: right !important;
    color: #fff !important
}
.dataTables_filter {
    float: left !important;
    width: 350px;
    color: #fff !important;
}
.dataTables_length select {
    color: #000 !important;
}
.date_range_filter {
    text-align: center;
}
.bottom {
    margin: 0 auto;
    width: 96%;
}