.frozen-header-table-wrapper {
	display: block;
	border: 1px solid #ddd;
	border-width: 1px 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
}

/* .frozen-header-table-wrapper .ng-table-pager { */
/* 	display: none; */
/* } */

.frozen-header-table-head {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	right: 0;
	height: 26px;
	z-index: 1;
}

.frozen-header-table-head > table {
	z-index: 1;
}

.frozen-header-table-body {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: auto;
}

.frozen-header-table-body > table {
	position: static;
	margin-top: 26px;
}

.frozen-header-table {
	font-size: 12px;
	width: 0px;
	white-space: nowrap;
	background-color: #fff;
	table-layout: fixed;
}

.frozen-header-table-wrapper:not(.resizing-column) .frozen-header-table.data-table th {
	transition: color 200ms ease;
}

.frozen-header-table-wrapper:not(.resizing-column) .frozen-header-table.data-table th:hover {
	color: #000;
	text-shadow: 0px 0px 3px rgba(177,177,177, .3);
}

.frozen-header-table-wrapper:not(.resizing-column) .frozen-header-table.data-table th:active {
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
}

.frozen-header-table.data-table td:not(:first-child),
.frozen-header-table.data-table th:not(:first-child) {
	padding-left: 7px;
}

.frozen-header-table.data-table td,
.frozen-header-table.data-table th {
	padding-right: 14px;
}

.resizing-column .frozen-header-table th,
.resizing-column .frozen-header-table td {
	cursor: ew-resize;
}

.frozen-header-table .data-table-sorted::after {
	right: 4px;
}

.data-table.frozen-header-table th .sizer-handle {
	right: -2px;
}

.data-table.frozen-header-table th .sizer-handle:before {
	right: 5px;
	background: linear-gradient(180deg, #ccc 20%, #fff 95%);
}

.frozen-header-table-wrapper[column-autosizer] {
	table-layout: auto;
}

[column-autosizer] .frozen-header-table {
	width: auto;
}

[column-autosizer] .frozen-header-table-body > table {
	margin-top: 0px !important;
}