table{margin-bottom: 0 !important;}

.table-view .table th,
.table-view .table td {
	position: relative;
	white-space: nowrap;
	padding: 0 3px !important;
	height: 20px;
	line-height: 20px !important;
	vertical-align: middle; !important;
	min-width: 69px;
}

.table-view {
	position: relative;
	overflow: auto;
	box-shadow: 0px 1px 1px #dad8d8;
	max-height: 700px;
	min-height: 300px;
	max-width: 100%;
}

.table-head-fixed {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.table-head-fixed table, .table-head table {
	background-color: var(--head-bgcolor);
	color: var(--head-color);
}

.table-head {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.table-fixed::-webkit-scrollbar {
	display: none;
}

.table-fixed {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 2;
	overflow-y: auto;
	box-shadow: rgb(205, 205, 205) 1px 1px 5px;
}
