/*#EVIDENCECONTENITORE
{
    width:750px;
}
*/

#EVIDENCETOTALCONTENT {
    display: flex;
    flex-flow: row;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

#EVIDENCELEFTCONTENT {
    width: 400px;
}

#EVIDENCERIGHTCONTENT {
    width: 350px;
    margin-left: 5px;
}


#EVIDENCECONTENITORE textarea {
	display:block;
	padding: 0;
	/*padding-left: 3px;*/
	margin: 0;
	color: #000000;
	background-color: #f3f3f3;
	float: left;
	border:1px solid #8b8b8b;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 12px;
	/*line-height:21px;*/
	font-family: 'Roboto', sans-serif;
}

#EVIDENCECONTENITORE textarea:focus {
	background-color: #fef0d8;
	color: #000000;
}

#EVIDENCECONTENITORE input[type="button"], label span.ui-button-text {
    color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    cursor: pointer;
    background-color: #1c7eaf;
    outline: none;
    width: 100px;
    height: 35px;
}

    #EVIDENCECONTENITORE input[type="button"]:hover, label span.ui-button-text:hover {
        border: 1px solid #1c7eaf;
        border-radius: 4px;
        cursor: pointer;
        background-color: #fff;
        color: #1c7eaf !important;
    }


.userInfoRow {
    align-items: center;
    margin-top: 20px;
}
#userInfoDiv { 
    margin-left: 10px;
}
.codUser{
    font-weight: bold;
}

