/* Logo del sidebar alineado con los ítems del menú (íconos en left: 20px) */
.left-side-bar .brand-logo.sidebar-brand {
	width: 250px;
	/*height: 58px;*/
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 8px 15px 8px 20px;
	box-sizing: border-box;
}

.left-side-bar .brand-logo.sidebar-brand a {
	display: flex;
	align-items: center;
	padding: 0;
	text-align: left;
	line-height: 1;
}

.left-side-bar .brand-logo.sidebar-brand a img {
	max-width: 110px;
	max-height: 46px;
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}

.left-side-bar .brand-logo.sidebar-brand + .menu-block {
	height: calc(100vh - 58px);
}

/* Recursos que faltan tras la limpieza del proyecto (evita 404 en consola) */
.pre-loader {
	background-color: #fffef2 !important;
	background-image: none !important;
}

.pre-loader::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	border: 3px solid #487729;
	border-top-color: transparent;
	border-radius: 50%;
	animation: eeaoc-spin 0.8s linear infinite;
}

@keyframes eeaoc-spin {
	to {
		transform: rotate(360deg);
	}
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	background-image: none !important;
}
