.content-table {
	display: block;
	height: 480px;
	/* overflow: scroll; */
}

.header {
	z-index: 9990;
}

.section-data {
	position: fixed;
	top: 92px;
	left: 0;
	bottom: 0;
	right: 0;
}

.section-data .data-sidebar {
	position: absolute;
	top: -26px;
	left: 0;
	bottom: 0;
	width: 260px;
	overflow: auto;
}

.section-data .data-content {
	position: absolute;
	top: 0;
	left: 260px;
	bottom: 0;
	right: 0;
	/* overflow: scroll; */
	margin: 0 !important;
}

.section-data .data-content .pane {
	width: 100% !important;
}

td {
	word-wrap: break-word;
}

#table-view-grid thead {
	position: sticky;
	top: 0;
}

#pjax-table {
	height: 61vh;
}

@media (max-width:768px) {
	.section-data {
		position: relative;
		inset: auto;
	}

	.section-data .data-sidebar {
		position: relative;
		inset: auto;
		float: none;
		width: auto;
		margin-top: -74px;
	}

	.section-data .data-content {
		position: relative;
		inset: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.modal-content.tes {
		width: 105%;
	}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
	.pane {
		position: absolute;
	}

	.modal-content.tes {
		width: 105%;
	}
}