.stickyHeaderTable {
	position: sticky;
	top: 0;
	z-index: 1020;
	background-color: #f8f9fa;
	border: 0px !important;
}

.sticky-header-top-custom {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
}

.sticky-header-top-partner {
	position: -webkit-sticky;
	position: sticky;
}