/*# sourceMappingURL=user.min.css.map */
.ngx-datatable.bootstrap .datatable-body .datatable-body-row.active {
	/*background-color: #1483ff;*/
	background-color: #b3d6ff;
	color: #000;
}

.navbar-vertical .toggle-icon-wrapper {
	margin-right: 0.5rem !important
}

.ngx-col-right, .ngx-col-right > .datatable-body-cell-label {
	text-align: right;
}

.ngx-col-center, .ngx-col-center > .datatable-body-cell-label {
	text-align: center;
}

.colorDarkRed {
	color: darkred !important;
}

.btn-reveal-trigger-white:hover .btn-reveal-white:hover {
	color: white !important;
}

.btn-no-outline-secondary {
	color: #748194;
}

.btn-no-outline-secondary:hover {
	color: #fff;
	background-color: #748194;
	border-color: #748194
}

.btn-check:focus + .btn-no-outline-secondary, .btn-no-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 0 rgba(116, 129, 148, .5);
	box-shadow: 0 0 0 0 rgba(116, 129, 148, .5)
}

.btn-check:checked + .btn-no-outline-secondary, .btn-check:active + .btn-no-outline-secondary, .btn-no-outline-secondary:active, .btn-no-outline-secondary.active, .btn-no-outline-secondary.dropdown-toggle.show {
	color: #fff;
	background-color: #748194;
	border-color: #748194
}

.btn-check:checked + .btn-no-outline-secondary:focus, .btn-check:active + .btn-no-outline-secondary:focus, .btn-no-outline-secondary:active:focus, .btn-no-outline-secondary.active:focus, .btn-no-outline-secondary.dropdown-toggle.show:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(116, 129, 148, .5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(116, 129, 148, .5)
}

.btn-no-outline-secondary:disabled, .btn-no-outline-secondary.disabled {
	color: #748194;
	background-color: transparent
}


.toast-top-full-width {
	margin-top: 1.5em;
	max-width: 1000px;
}

.dropdown-item {
	cursor: pointer;
}

.formio-component-submit {
	margin-top: 20px;
}

.formio-drag-button {
	padding: 0 !important;
}
