/* Margen para todas las páginas */
html { min-height: 100%; }
body { min-height: 100%; }

/* Cambiar los colores de los enlaces del menú */
.color-enlace-menu { color: #ffffff !important;}

/* Fondo del menú */
.fondo-menu {
	height: 140px; 
	width: 100%; 
	position: absolute;
}

/* Menú lateral */
.menu-lateral {
	background-color: #ffffff;
	z-index: 999;
	position: fixed;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 280px !important;
	padding: 20px 40px 20px 40px;
	overflow: auto;
}

/* Contenido */
@media (min-width: 960px) {
	.contenido {
		padding-left: 300px; /* 20px más que el width de .menu-lateral */
	}
}

/* Listado */
.uk-leader-fill-content:before { content: ; }
:root { --uk-leader-fill-content: ; }

/* Tramos resumen */
.primer-tramo {
	background-color: #3498db !important;
}
.primer-tramo-aux {
	background-color: #196f3d !important;
}
.segundo-tramo {
	background-color: #2e86c1 !important;
}
.segundo-tramo-aux {
	background-color: #196f3d !important;
}
.tercer-tramo {
	background-color: #2874a6 !important;
}
.tercer-tramo-aux {
	background-color: #196f3d !important;
}
.cuarto-tramo {
	background-color: #21618c !important;
}
.cuarto-tramo-aux {
	background-color: #196f3d !important;
}

/* Cambiar los estilos del select2 */
.select2-selection__rendered {
	line-height: 30px !important;
}
.select2-container .select2-selection--single {
	height: 30px !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 0px !important;
}
.select2-selection__arrow {
	height: 30px !important;
}

/* Cambiar los estilos del SumoSelect */
.SumoSelect {
	width: 100%;
}
.SumoSelect > .CaptionCont {
	border: 1px solid #e5e5e5;
}
.SumoSelect > .CaptionCont > label {
	visibility: hidden;
}
.SelectBox {
	padding: inherit;
}
.SumoSelect.open .search-txt {
	font-size: 1rem;
	padding: 4px 8px;
}
