.has-error {

}

.help-block {
    color: red;
    font-size: 16px;
}

.mia {
    font-size: 30px!important;
}

.etichetta {
    width: 80px;
}


label {
    color: deepskyblue;
    font-size: 12px;
}


.form-control {
    font-size: 14px;
    font-weight: 400;
    color: rgb(0, 0, 0); 
	border:  1px solid #ccc;	
	
	
		height: 45px;
		padding-right: 0px;
		padding-left: 8px;
		border-radius: 5px;
		font-size: 15px;
		font-weight: 300;
		text-align: left;	
}


.div-action {
    border: 1px solid lightsteelblue;
    border-radius: 12px;
    padding: 8px;
    margin-bottom: 6px;
    background-color:#c6e5ff;
}

.ascolta_audio {
    min-width: 160px;
    background-color: #00bcd4;
}

.crea_audio {
    min-width: 160px;
    background-color: #00bcd4;    
}

.crea_audio_azione {
    min-width: 200px;
    background-color: #00bcd4;    
}

.ascolta_audio_azione  {
    min-width: 200px;
    background-color: #00bcd4;    
}


.label-fissa {
    display:inline-block;
    width: 130px;
}

.valore-fissa {
    display:inline-block;  
    width: 500px;  
    border: 1px solid red;
}