﻿.split-panel-left {
	min-width: 1rem;
}

.dropdown-menu.above {
	bottom: 100%;
	top: revert;
}

.quick-access-menu {
	top: 1.5rem;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
	position: absolute;
	z-index: 2000;
	max-height: calc(60vh);
	max-width: calc(30vw);
	width: calc(30vw);
}

.cell-sticky-0 {
	position: sticky;
	left: 0px;
	background-color: var(--module-background-color);
	z-index: 99;
	min-width: 125px;
	max-width: 125px;
	width: 125px;
}

.cell-sticky-1 {
	position: sticky;
	left: 125px; /* This value needs to match the width property of cell-sticky-0 */
	background-color: var(--module-background-color);
	z-index: 99;
}

.table-fixed-header {
	position: sticky;
	top: 0px;
	z-index: 100; /* 1 more than cell-sticky-0 so that they work together*/
}