.sticky {
	top: 0;
	position: sticky;
	background: #ececec;
	z-index: 100;
}

.sticky-left>tbody:first-child>tr>td:first-child {
	left: 0;
	position: sticky;
	background-color: white;
}

.sticky-left-uprawnienia>tbody>tr>td:first-child {
	left: 0;
	position: sticky;
	z-index: 150;
	background-color: #f5f5f5;
}

.sticky-top-uprawnienia>tbody>tr:first-child>td {
	top: 0;
	position: sticky;
	z-index: 100;
	background-color: #f5f5f5;
}

.sticky-blok-uprawnienia>tbody>tr:first-child>td:first-child {
	z-index: 200;
}