/* CSS personalizado */

.startHidden {display: none;}
#toast {
	position: fixed; top: 20px; right: 20px;
	border-radius: 5px;
	color: white;
}

#toast.toast-ok {
	background: #070;
}

#toast.toast-error {
	background: #700;
}

.mySpinner {
	top: 8px;
	position: relative;
	margin-top: -8px;
}

body { background: rgb(25, 61, 99) !important;}