
.tfp-grid-searchbox {
	position: absolute;
	z-index: 1;
	left: 10px;
	right: 10px;
	top: 10px;
	height: 30px;
	border: solid #cccccc 1px;
	border-radius: 6px;
}
.tfp-grid-searchbox img {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	width: 20px;
	height: 20px;
}
.tfp-grid-searchbox input {
	float: left;
	height: 28px;
	width: calc(100% - 90px);
	margin-left: 10px;
	border: 0;
}
.tfp-grid-searchbox label {
	float: right;
	margin-right: 10px;
	line-height: 30px;
}
.tfp-grid-datalist {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 50px;
	overflow: auto;
}
.tfp-griddatarow {
}
.tfp-griddatarow-template {
	display: none;
}
.tfp-grid-footer {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 10px;
	height: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}
.tfp-grid-footer div {
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 5px;
	border: 1px solid #3399FF;
}