::placeholder {  /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0.5 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.5 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    opacity: 0.5 !important;
}
[v-cloak] > * { display:none }
[v-cloak]::before { content: "" }
a.nav-link {
	color: rgb(0, 184, 203) !important;
	background-color: transparent;
	text-decoration: none;
}
a.nav-link.active {
    color: black !important;
    background-color: transparent;
    text-decoration: none;
}
a.nav-link.disabled {
    color: #999999 !important;
    background-color: transparent;
    text-decoration: none;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
	font-weight: bold;
}
form .required legend:after {
	color: #e32;
	content: '*';
	display:inline;
	font-weight: bold;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}