.validation-error {
	color: red;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.multiselect-error button, .multiselect-error:FOCUS button{
    border-color: #ff4848 !important;
    box-shadow: none !important;
}

.has-error, .has-error:FOCUS{
    border-color: #ff4848 !important;
    box-shadow: none !important;    
}

.has-success, .has-success:FOCUS{
    box-shadow: none !important;
	border-color: #009c69 !important;
}

.alert:first-letter, label:first-letter,
.dropdown-menu li:first-letter,
.dropdown-toggle:first-letter, h3:first-letter,
.validation-error:first-letter, h4:first-letter {
	text-transform: uppercase;
}

.medium-margin-right{
	margin-right: 15px;
}


/*Gestione caricamento applicazione*/
#appContent{
	display: none;
}
.appLoading{
	
	text-align:center;
	margin-top: 100px;
}

.appLoadingText{
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0px;
}

.appLoadingSpinner{
    font-size: 5em;
    -webkit-animation: spin2 1.0s infinite linear !important;
}
/* end Gestione caricamento applicazione*/
