h1 span.mdi, h3 span.mdi {
	opacity: 0.8;
}
label.required::after, label.required-help::before {
	font-size: 10px;
	color: red;
}

label.required::after {
	content: ' *';
}

label.required-help::before {
	content: '* ';
}

table th {
	font-size: 12px;
}

.grid-filter-select-query .grid-filter-select-query-from {
	width: 100%;
}

blockquote.quote-ba{
	border-color: #9aca3c;
}

.popover {
	max-width: 100%;
}

.divPresupuestoDisponible {
	/*background-color: rgba(98, 217, 108, 0.59);*/
	background-color: mediumseagreen;
	color: white;
}
.divPresupuestoActual {
	background-color: rgba(56, 112, 152, 0.78);
	color: white;
}
.divPresupuestoIncrementado {
	background-color: seagreen;
	color: white;
}
.divPresupuestoAsignado {
	/*background-color: #4A92CD;*/
	background-color: steelblue;
	color: white;
}
.divPresupuestoUtilizado {
	background-color: cadetblue;
	color: white;
}
.divPresupuestoReducido {
	background-color: #D66A5E;
	color: white;
}


