
/**
 * sticky table headers
 */
.table-container {
	position: relative;
	padding: 1px;
}

.table-container > table > tbody > tr.filtered,
.table-container > table > tbody > tr.not_in_page {
	display: none;
}

/**
 * widget - date search
 */
.search_container > .date_search {
	width: 50%;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
	padding: 10px;
	border: 1px solid #eee;
	background-color: #eee;
}

.search_container > .date_search > .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	padding: 10px 0 10px 0;
}

.search_container > .date_search > .row .button {
	border:            0px;
	padding:           5px;
	background-color: #046a38;
	color:            #fff;
	text-decoration: none;
}

.search_container > .date_search > .row > .date_input > input{ 
	padding: 7px;
	width: 200px;
	border: 1px solid #046a38;
}

.ord a {
	background: #0a1a14;
	color: #fff;
	padding: 6px 12px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 13px;
	display: inline-block;
}
.ord a:hover {
	background: #062e1a;
}
