#intestazioneUtente{
    
    font-size: 10px;
    font-weight: bold;
}
#intestazioneUtente label{
    color:#A0A0A0;
    
}

#datiUtente label{
    display: inline;
}
#logout a{
    float:right;
    display:block;
    margin-top: -25px;
    
}

#logout a img{
    position:relative;
    left: 10px;
    
}
#loginErrors{
    color:red;
    font-size: 11px;
    margin:0;
    padding: 5px 0 0 0;
   /* width:170px; */
}
#tableLogin{
    padding:0;
}

#login{
    width: 300px;
}

#datiUtente{
    display: block ;
   
}

/* Css usato per  tabella di Jquery Ui Autocomplete
*/

.ui-front {
    z-index: 100;
}

.ui-widget-content {
    color: #000;
    background-color: #fff;
}
.ui-widget {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    z-index: 4;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    max-height: 400px;
    max-width: 650px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
