/* Determinados fijos */
textarea{
	resize: vertical;
}

/* Clases asitentes */
.pointer{
	cursor: pointer;
}
.nowrap{
	white-space: nowrap;
}

.mt-10{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}
.mt-25{
	margin-top: 25px;
}

.mb-10{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-25{
	margin-bottom: 25px;
}

.span_red{
	color: red;
}

/* clases mejoradores */
.progress-big{
	height: 40px;
}
.progress-big > div{
	font-size: 30px;
	line-height: 37px;
}

.modal-xlg {
    width: 90%;
}

.alert_eliminar{
	text-align: center;
}

@media (min-width: 768px) {
	.alert_eliminar{
		width: calc(100% - 104px);
		display: inline-block;
		height: 34px;
		padding: 5px 13px;
		margin-right: 6px;
		vertical-align: middle;
		margin-bottom: 0;
		text-align: right;
	}
}

.bootstrap-select .dropdown-menu > li > a{
	white-space: normal;
}