:root{
	--ae-azul: #001f59;
	--ae-rojo: #d32011;
}

body{
	padding-top: 70px;
	color: var(--ae-azul);
	font-family: 'Roboto', sans-serif;
}

.text-ae-rojo{
	color: var(--ae-rojo);
}
.bg-blue{
	background-color: var(--ae-azul);
}
.form-login{
	max-width: 300px;
	margin: 0 auto;
}
.btn-primary{
	background-color: var(--ae-azul);
	border-color: var(--ae-azul);
}
.loading{
	z-index: 100;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
}
.loading > div.spinner-border{
	width: 5rem;
	height: 5rem;
}
.hand{
	cursor: pointer;
}
.invisible{
	display: none;
}
body.dragging, body.dragging * {
	cursor: move !important;
}
.dragged {
	position: absolute;
	/*opacity: 0.5;*/
	z-index: 2000;
	border: 1px solid;
	border-color: var(--ae-azul);
	background-color: #ffffff;
}
ol.example li.placeholder {
	position: relative;
}
ol.example li.placeholder:before {
	position: absolute;
}
.grupo{
	max-height: 300px;
	overflow-x: auto;
}
.fondo-rojo{
	background-color: #9c3535 !important;
	color: #ffffff;
}

.spacer-15px{
	height: 15px;
}
.spacer-25px{
	height: 25px;
}