/* corregir modal */
.modal.fade.in {
	opacity: 1;
}
.modal.in .modal-dialog {
	transform: translate(0, 0);
}
.modal-backdrop.in {
	opacity: 0.5;
	/* opacity: $modal-backdrop-opacity; (SCSS) */
}

.error {
    font-size: 14px;
    color: red;
	display: block;
	clear: both;
	margin: 0px auto
}
.hrColor {
	background-color: #4e73df;
}

.select2 {
	width: 100% !important;
}

.select2-selection--single {
	height: 2.3rem !important;
}