//@import "../../../abstracts/abstracts";

#classlist {
	&[data-top-class-list-mode="0"],
	&[data-top-class-list-mode="4"] {
		.classlist-window {
			&:first-child {
				#classlist-dbq-tree-grid {
					//z-index: 5; // Frenk: Used so that the #classlist-filters won't fall begind the list
					position: relative;
				}
			}
			&:last-child {
				#classlist-dbq-tree-grid {
					//z-index: 3; // Frenk: Used so that the #classlist-filters won't fall begind the list
					position: relative;
				}
			}
		}
		
	}
}

.classlist-container,
.classlist-filters,
.classlist-dashboard-header {
	clear: both;
	width: 100%;
	margin: 0;
	padding: ($padding-default / 2) $padding-default;
	border-radius: $border-radius-default;
}

.classlist-window {
	.classlist-window-content {
		#classlist-knowledge-base {
			margin-top: -$padding-default;
		}
	}
}