
body {
	top: 0px;
	margin: 0px auto; /*auto aggiunto successivamente*/
	padding: 0px;
	border: 0px;
	height: 100%;
	width:100%;		
	background-image:url(../img/bg_login.gif);
	/*da qui*/
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	/*a qui aggiunti successivamente*/
}

.headerStyle {
	background-color: #084191;
	background-image: none;
	margin: 0px;
	height: 50px;
}

 .head2{
        background-color:red;
        background-image: none;
    }
.size-13 {
	font-size: 13px;
}
.footerStyle {	
	height: 15px;
	margin-left: 0px;
	border: 0px;
}

 .rf-p {
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.rf-msgs {
	font-size: 14px;
}

/* .rf-msgs-err{
	border-bottom:1px solid #4A75B5;
}

.rf-msgs-wrn{
	border-bottom:1px solid #4A75B5;
}

.rf-msgs-inf
{		
	border-bottom:1px solid #4A75B5;	
} */

 
.footer {
  position:relative;
  bottom:0;
  left:0;
  width:100%;
  overflow: auto;

}

.cols1 {
	border-right: thick solid #084191;
	left:0;
	height:100%;
	position:relative;
}

 .content {
	width:80%;
	height:auto;	
	margin: auto auto;	
} 

.conteiner {
	margin: 0 0;
	/*overflow: auto;*/ 
	width:100%;
	height: 100%;    
}

.left-sidebar{
  position:absolute;
  border-right: thick solid #084191;  
  left:0;
  width:20%;
  height:100%;
 }

.rivalutazioneContainer{
	width: 100%;
	padding-left: 10px;
}

.elegibilitaContainer{
	width: 100%;	
	margin-top: auto;
	padding-top: auto;
}


.rivalutazioneDomande
{	
	width: 100%;
}

.colsI {
	width:35%;
	position:relative;
}

.colsII {
	width:45%;
	position:relative;
}

.colsIII {
	width:10%;
	position:relative;
}
.colsIV {
	width:45%;
	position:relative;
}
.colsV {
	width:55%;
	position:relative;
}

.formOutput{
	margin-left:50px;
			}
			
.formInput, #dataNascitaInputDate, #dataCompilazioneInputDate{
	margin-left:50px;
	width:300px;
}

.formInputRicerca{
	margin-left:50px;
	width:500px;
}

#seDiversaChek{
	margin-left:50px;
}

input[type='submit']{
	height:30px;
	width:200px;
}

select[disabled='disabled']{
	background-image:none;
}

.formInputTextLarge{
	width:250px;
	margin-left:2px;
}

.error {
	margin: auto auto; /*auto aggiunto successivamente*/
	margin-top:auto;
	border: 0px;
	height: 600px;
	width:100%;
}



/* styles rich autocomplete */
.rf-au {
	width: 100%;
	border-style:solid;
	border-width:1px;
}
.rf-au-fld-btn{
	width: 100%;
	border-width:10px;
}
input.rf-au-fnt{
	width: 100%;
}
input.rf-au-inp{
	width: 100%;
}
.rf-au-lst-cord .rf-au-shdw .rf-au-lst-dcrtn .rf-au-lst-scrl {
    width: 100%; 
}
.rf-au-lst-ul{
	width: 700px;
}



.panelGridHeader {
	padding-top: 20px;
}

.all-width {
	width:100%;
} 

.all-width-center {
	width:100%;
/* 			margin-left: auto; */
/* 			margin-right: auto; */
	margin: 0 auto;
}

.all-center {
	margin: 0 auto;
}

.my-border {
	border: 1px solid #4A75B5;
}
.text-center {
	text-align:center;
}
.padding-right-20 {
	padding-right: 20%;
}
.red {
	color: red;
}

.ridimensionaCaratteri{
	font-size:0.75em;
}