.board-connect .board-connect {
	padding: 0 25px;
	background: #e9e9ec;
}

/* Hide the admin cookie setter */
.board-section-content:has(.component:only-child):has(
		iframe#adminCookieReceiver
	) {
	display: none;
}
.board-section-content
	> .component-collection
	> .component:has(iframe#adminCookieReceiver) {
	display: none;
}

@media screen and (min-width: 1024px) {
	.sidebar {
		width: 320px;
	}

	.sidebar.mod-main + .board {
		margin-left: 320px;
	}
}

.sidebar-entry-link.channel-destinationfolder {
	padding-left: 54px;
}
.sidebar-entry-link.channel-destinationfolder:before {
	position: absolute;
	font: normal normal normal 21px/1 'Material-Design-Iconic-Font';
	content: '\f228';
	display: block;
	left: 20px;
	top: 11px;
}
.sidebar-entry-link.channel-redirect {
	padding-left: 54px;
}
.sidebar-entry-link.channel-redirect:before {
	position: absolute;
	font: normal normal normal 21px/1 'Material-Design-Iconic-Font';
	content: '\f39f';
	display: block;
	left: 20px;
	top: 11px;
}
.explorer-overview .occluder-wrapper {
	min-height: 100%;
}
.explorer-overview .occluder-wrapper .occluder-item {
	height: auto !important;
	padding: 10px 10px 0 10px;
}
.explorer-overview .occluder-wrapper .occluder-item .explorer-image {
	height: 200px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: relative;
}
.explorer-overview
	.occluder-wrapper
	.occluder-item
	.explorer-image.mod-uploader {
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	position: absolute;
}
.explorer-overview .explorer-file {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	display: inline-block;
	width: 100%;
	line-height: 38px;
}
.explorer-overview .explorer-file .explorer-file-name {
	height: 38px;
	white-space: nowrap;
}

/** Disable CMS config
.CodeMirror > div:first-of-type {
	display: none;
}
.CodeMirror textarea {
	width: 1px !important;
	height: 1px !important;
	pointer-events: none !important;
}
.CodeMirror .CodeMirror-cursors {
	display: none;
}
 **/
