root {
/*	PROVAFONT*/ 
    /*font-size: 12px;*/
  font-family: Titillium Web, sans-serif !important;
  /*font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v9/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKI8.woff) format('woff');*/
}

/* utilizzo carattere Titillium Web per tutto PF*/
.ui-widget, .ui-widget .ui-widget { 
  font-family: Titillium Web, sans-serif !important;
}
.ui-widget-content  {
 color: #1D5987 !important;
}
.ui-widget-content a {
 color: #1D5987 !important;
}

html, body
{
    background-color: #c7dcf4;
    background-image: url(../images/background.jpg);
    background-repeat: repeat;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Titillium Web', sans-serif;
    color: #333333;
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
}

*
{
    margin: 0;
    padding: 0;
}

img {border: none}

legend
{
    color: #3F68AB;
    font-size: 1.2em;
    margin: 6px;
}

.clearer
{
    clear: both;
    }
    
.page_in
{
    padding: 20px;
    }    

/* CONTENITORI */
.mainform {
    padding-top: 35px;
    max-width: 70%;
  	/*autoadatamento alla pagina*/
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.container
{
    background-color: #ffffff;
    width: auto;
/*     width: 970px;  */
    height: auto !important; 
    margin: 0 auto;
}
.container a{
	border-style: none;
	text-decoration: none;
}

.container label {
	font-size:20px; 
	color: #1D5987;
}

.container h3 {
	font-size:28px; 
	color: #1D5987;
}


.header
{
    width: auto;
    min-height: 112px;
    height: auto !important;
    height: 112px;
    margin: 0 auto;
    padding-top: 10px;
    text-align:center;
}

.main
{
    width: auto;
    margin: 0 auto;
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 10px;
    clear: left;
    color: #1D5987;
}
.mainMenu{
    width: auto;
    margin: 0 auto;
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 10px;
    clear: left;
    color: #1D5987;
}

.mainlogin
{
    width: 970px;
    min-height: 360px;
    margin: 0 auto;
    background-image: url(Images/bgLoginComplete.gif);
    background-repeat: no-repeat;
    background-color: #ffffff;
    float: left;
    
}



.bottom
{
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}


/* SUB CONTENITORI */
.subheaderright
{
    clear: right;
    float: right;
    color: #333333;
    margin: 0;
    font-size: 0.7em;
}

.subheaderleft
{
    clear: both;
    float: left;
    color: #999999;
    margin: 0;
    font-size: 2em;
    padding-top: 20px;
}

.submainlogin
{
    margin: 100px 0px 0px 0px;
    font-size: 1em;
    padding: 10px;
}



.cellrow
{
    padding: 6px;
    float: left;
}

.cellrowd
{
    padding: 6px 6px 6px 50px;
    float: left;
}

.cellrownew
{
    clear: both;
}

.PanelVerbale
{
    padding: 5px 20px 5px 20px;
}

.PanelAccessibilita
{
    padding: 5px 20px 5px 20px;
}

.InfoVerbale
{
    font-size: 12px;
    font-weight: bold;
}


/* POSIZIONAMENTI */
.numeroverbale
{
    position: relative;
    left: 357px;
    top: 132px;
    height: auto;
    width: 200px;
}

.targa
{
    position: relative;
    left: 357px;
    top: 131px;
    height: auto;
    width: 200px;
}

.helpnumeroverbale
{
    position: relative;
    left: 600px;
    top: 96px;
    width: 48px;
}

.helptarga
{
    position: relative;
    left: 600px;
    top: 94px;
    width: 48px;
}

.login
{
    position: relative;
    left: 455px;
    top: 110px;
    width: 48px;
}

.ErrorLogin
{
    position: relative;
    top: 112px;
    text-align: center;
    left: 250px;
    color: #FFFF00;
    background-color: #CC0000;
    font-weight: bold;
    padding-top: 6px;
}

/* OGGETTI */
hr
{
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #CCCCCC;
    margin-top: 5px;
    margin-bottom: 8px;
}

.logo
{
    margin-top: 30px;
    margin-bottom: 10px;
    float: left;
}

.ArrowGoTo
{
    padding-left: 10px;
}

.TextBoxLogin
{
    border-style: none;
    font-size: 1.3em;
    background-color: #eeeeee;
}



/* TESTI */
.ValoreVerbale
{
    font-weight: bold;
}

.GVRVAltRow
{
    background-color: #DFDFDF;
    height: 30px;
}

.GVRVRow
{
    height: 30px;
}

.GVRV
{
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    border: none;
    margin-bottom: 20px;
}

.ErrorLoginAuth
{
    text-align: center;
    color: #FFFF00;
    background-color: #CC0000;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
}

.verybig
{
    font-size: 3.6em;
    color: #666666;
}

/*.smallbig
{
    font-size: 1.6em;
    color: #555555;
}*/

.left{
	text-align:left;
}
.right{
	text-align:right;
}

.center{
	text-align:center;
}
.table_top1{
	width: 25%;
 	vertical-align: top;
 	padding-bottom: 5px;
 	text-align:right;
 	padding-right: 10px;
 }
.table_bottom1{
 	width: 25%;
 	text-align:left;
 	vertical-align: bottom;
 	padding-bottom: 5px;
 	padding-left: 10px;
 }
.table_top2{
 	width: 25%;
 	vertical-align: top;
 	padding-bottom: 5px;
 	text-align:right;
 	padding-right: 10px;
 }
.table_bottom2{
 	width: 25%;
 	text-align:left;
 	vertical-align: bottom;
 	padding-bottom: 5px;
 	padding-left: 10px;
 }
.table_topleft2{
	width: 25%;
 	text-align:left;
 	vertical-align: top;
 	padding-bottom: 5px;
 	padding-left: 10px;
}  
.table_top{
 	width: 25%;
 	vertical-align: top;
 	padding-bottom: 5px;
 	text-align:right;
 	padding-right: 10px;
 }
.table_bottom{
 	text-align:left;
 	vertical-align: bottom;
 	padding-bottom: 5px;
 	padding-left: 10px;
 }
.image_table1{
 	width: 20%;
	vertical-align: middle;
 }
.image_table2{
 	width: 80%;
	vertical-align: middle;
 }
 .table100{
 	width: 100%;
 	min-width: 100%;
 }
 .table3_right{
	width: 3%;
 	vertical-align: top;
 	padding-bottom: 5px;
 	text-align:right;
 	padding-right: 10px;
 }
 .table25{
 	width: 25%;
 	min-width: 50%;
}
.table20_left{
 	width: 20%;
 	text-align:left;
	min-width: 50%;
 	vertical-align: bottom;
 	padding-bottom: 5px;
 	padding-left: 10px;
}
.table20_right{
 	width: 20%;
 	text-align:right;
	min-width: 50%;
 	vertical-align: bottom;
 	padding-bottom: 5px;
 	padding-left: 10px;
}
.table25_left{
 	width: 25%;
 	text-align:left;
	min-width: 50%;
 	vertical-align: bottom;
 	padding-bottom: 5px;
 	padding-left: 10px;
}
.table40{
 	width: 40%;
 	min-width: 50%;
 }
.table50{
 	width: 50%;
 	min-width: 50%;
 }
.height8{
    height: 2px;
}
.height0 tr td{
    height: 0%
}
 .table50_left{
	width: 50%;
 	vertical-align: top;
 	padding-bottom: 5px;
 	text-align:left;
 	padding-right: 10px;
 }
 .table50_left_c{
	width: 50%;
 	vertical-align: center;
	padding-bottom: 5px;
 	text-align:left;
 	padding-right: 10px;
 }
.table50_right{
	width: 50%;
 	vertical-align: top;
 	padding-bottom: 5px;
 	text-align:right;
 	padding-right: 10px;
 }
.table75_left{
	width: 75%;
 	vertical-align: top;
 	padding-bottom: 5px;
 	text-align:left;
 	padding-right: 10px;
 }
.row_gray{
 	background-color: gray;
 }
 .row_white{
 	background-color: white;
 }
 .table33{
 	width: 33%;
}
 .table10{
 	width: 10%;
}
 .table15{
 	width: 15%;
}
.table20{
 	width: 20%;
}
 .table25{
 	width: 25%;
}
.table30{
 	width: 30%;
}
.table80{
 	width: 80%;
}
.SMP
{
    font-size: 0.7em;
}

.paddingleft10{
	padding-left: 10px;
}

.noBorderPanel .ui-widget-content{
	border: none;
}

.waitCursor{
     cursor: wait; 
}

.container.titleH1 {
	font-size:xx-large; 
	font-weight:bold;
	padding-left: 10px;
    padding-right: 10px;
}

.container.titleH2 {
	font-size:28px; /*sipotrebbe utilizzzare x-large*/
	font-weight:bold;
	padding-left: 10px;
    padding-right: 10px;
}

.container .boldRed{
	font-weight:bold; 
	color: red;
}

.helpIconSize{
	width: 30px;
    height: 30px;
}

.helpIconSize23valtb{
	width: 23px;
    height: 23px;
    vertical-align: text-bottom;
}

.textAlignLeft{
	text-align: left;
}
.textAlignCenter{
	text-align: center;
}

/*
* DICHIARAZIONE CONDUCENTE 
*/
.containerDicCond
{
    background-color: #ffffff;
/*     width: 970px;  */
    height: auto !important; /*height: 				100%;*/
    margin: 0 auto;
}
.containerDicCond a{
	border-style: none;
	text-decoration: none;
}

/*
* personalizzazione label dei widget per dichiarazione conducenti
*/
.containerDicCond .ui-widget-content {
	color:#1D5987;  !important;
}
/* Sostitituito da .containerDicCond .ui-widget-content */
/* .containerDicCond label { */
/* 	font-size:20px;  */
/* 	color: #1D5987; */
/* } */

.containerDicCond .boldRed{
	font-weight:bold; 
	color: red;
}
.containerDicCond .red{
	color: red;
}

.containerDicCond .boldNormal{
	font-weight:bold; 
}

.ui-widget .ui-widget .boldSmall{
	font-weight: bold;
    font-size: small;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .90;    
    background: #d9edf7;
}


/*  decommentare in produzione e per le visure
    tenere commentato per vedere se funziona il javascript 
    UPPERCASE SUI CAMPI IN INPUT*/
.containerDicCond .ui-inputfield {
	text-transform: uppercase;
}

/* per avero dimensioni pi� ritodde interfaccia primefaces*/
.containerDicCond .ui-widget, .containerDicCond .ui-widget .ui-widget {
	font-size: 98% !important;
}

/*
* p:panelGrid si applica alle table html
Es. Contenuto delle tabelle centrato al posto di <div align=center
*/
.panelGridAllineatoAlCentro {
	margin: 0px auto;	
}

.panelGridAllineatoAlCentroNew {
  margin-left: auto;
  margin-right: auto;
}
/*
* per centrare il contenuto della tabella
*/
.containerDicCond .myPanelGridCenter {
	margin: 0 auto;
}

.containerDicCond table.nopadding td {
   padding: 1px 1px;
}

/*
* per rendere i file upload contenuti in tabelle con una dimensione minima
*/
.containerDicCond .myPanelGridUpload td:nth-child(1) {
/*     width: 1Px; */
    font-size: 100%;
}
.containerDicCond .myPanelGridUpload td:nth-child(2) {
/*     width: 1Px; */
    font-size: 50%;
}
.containerDicCond .myPanelGridUpload td:nth-child(3) {
/*     width: 1Px; */
    font-size: 80%;
}
.containerDicCond .myPanelGridUpload td:nth-child(4) {
/*     width: 1Px; */
    font-size: 80%;
}

.myVAlignTop {
	vertical-align: top;
}
.ui-button.ui-widget.pulsante70_100{
	 font-size:70%;   /*text-decoration: none!important;*/
}

.ui-button.pulsanteNav{
	font-size:15px; border-style: none; font-weight: normal; /*text-decoration: none!important;*/
}
/* .ui-button.pulsante15{ */
/* 	padding: 02px 02px 02px 02px; font-size:15px; border-style: none; text-decoration: none!important; */
/* } */
.ui-button.pulsante20{
	padding: 02px 02px 02px 02px; font-size:20px; border-style: none; /*text-decoration: none!important;*/;
}
.ui-button.pulsante15{
	padding: 02px 02px 02px 02px; font-size:15px !important; border-style: none; /*text-decoration: none!important;*/;
}
/* N.B deve  .ui-selectonemenu-label definisce tutte le label delle select PF */
.mySelectLanguage .ui-selectonemenu-label{
  	font-size:14px;
}
.mySelectLanguage .ui-selectonemenu-item {
	font-size:14px; 
}
.myCountryImg{
	vertical-align: text-bottom;
}
.myMenuOption .myCountryImg {
	padding-top: 5px;
}

/* elimino spazio in altezza attorno alla select lingua del menu
mySelectLanguage .ui-helper-reset {
  line-height: 0;
}
*/
.mySelectLanguage .ui-inputfield {
  padding-top: 0px;
  padding-bottom: 0px;
}


/* N.B deve  .ui-selectonemenu-label definisce tutte le label delle select PF */
.mySelectImportoPag{
	display: inline-block;
	vertical-align: middle;
}
.mySelectImportoPag .ui-selectonemenu-label{
	font-size: 100%;
    font-weight: bold;
}
.mySelectImportoPag .ui-selectonemenu-item {
	font-size: 100%;
    font-weight: bold;
}
.mySelectImportoPag .ui-inputfield {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* distanza tra controllo radiobutton e descrizione */
.myRadioButton .ui-radiobutton {
	margin-right: 10px;
}
/* distanza tra controllo radiobutton e descrizione nel caso di visualizzazione su sola riga*/
.myRadioInlineButton .ui-radiobutton {
	margin-right: 5px;
	margin-left: 5px;
}

/* menu bar*/
.ui-menubar.myMenubar {
	border: none; 
	font-size: 15px; 
	padding-left: 145px;
}
/* icone menu con spazio dopo*/
.myMenubar .ui-menuitem-icon {
	padding-right: 1px;
}

/*
* Plusante pagamento PagoPa
*/
.myCssButtonPagoPa {
	-moz-box-shadow: 0px 0px 6px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 6px 2px #9fb4f2;
	box-shadow: 0px 0px 6px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2796d6), color-stop(1, #326cb3));
	background:-moz-linear-gradient(top, #2796d6 5%, #326cb3 100%);
	background:-webkit-linear-gradient(top, #2796d6 5%, #326cb3 100%);
	background:-o-linear-gradient(top, #2796d6 5%, #326cb3 100%);
	background:-ms-linear-gradient(top, #2796d6 5%, #326cb3 100%);
	background:linear-gradient(to bottom, #2796d6 5%, #326cb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2796d6', endColorstr='#326cb3',GradientType=0);
	background-color:#2796d6;
	-moz-border-radius:19px;
	-webkit-border-radius:19px;
	border-radius:19px;
	border:1px solid #f0f1f5;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	/*font-family:Arial;*/
	font-size:24px;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #283966;
	text-align: center;
}

.myCssButtonPagoPa img{
	padding-right: 15px;
}

/* NON PUOI INSERIRE UN ELEMENTO <label> dentro uno <a>
W3C validatore The element label must not appear as a descendant of the a element.*/

/* .myCssButtonPagoPa label{ */
/* 	color: #ffffff !important; */
/* 	font-size: 28px; */
/*     font-weight: bold; */
/*     cursor: pointer; */
/* } */
a.myCssButtonPagoPa span{ 
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 110px;
    background: url(../images/new_pagopa.png) no-repeat left center;
    background-size: 100px 100px;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff !important;
	font-size: 28px;
    font-weight: bold;
    cursor: pointer;   
}

.myCssButtonPagoPa:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #326cb3), color-stop(1, #2796d6));
	background:-moz-linear-gradient(top, #326cb3 5%, #2796d6 100%);
	background:-webkit-linear-gradient(top, #326cb3 5%, #2796d6 100%);
	background:-o-linear-gradient(top, #326cb3 5%, #2796d6 100%);
	background:-ms-linear-gradient(top, #326cb3 5%, #2796d6 100%);
	background:linear-gradient(to bottom, #326cb3 5%, #2796d6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#326cb3', endColorstr='#2796d6',GradientType=0);
	background-color:#326cb3;
}
.myCssButtonPagoPa:active {
	position:relative;
	top:1px;
}

/*
* Pulsanti con css
* codice iniziale generato con http://www.bestcssbuttongenerator.com
*/
.myCssButton {
	-moz-box-shadow: 0px 0px 6px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 6px 2px #9fb4f2;
	box-shadow: 0px 0px 6px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2796d6), color-stop(1, #326cb3));
	background:-moz-linear-gradient(top, #2796d6 5%, #326cb3 100%);
	background:-webkit-linear-gradient(top, #2796d6 5%, #326cb3 100%);
	background:-o-linear-gradient(top, #2796d6 5%, #326cb3 100%);
	background:-ms-linear-gradient(top, #2796d6 5%, #326cb3 100%);
	background:linear-gradient(to bottom, #2796d6 5%, #326cb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2796d6', endColorstr='#326cb3',GradientType=0);
	background-color:#2796d6;
	-moz-border-radius:19px;
	-webkit-border-radius:19px;
	border-radius:19px;
	border:1px solid #f0f1f5;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	/*font-family:Arial;*/
	font-size:20px;
	padding:15px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #283966;
	text-align: center;
}

.myCssButtonRC {
	-moz-box-shadow: 0px 0px 6px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 6px 2px #9fb4f2;
	box-shadow: 0px 0px 6px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2796d6), color-stop(1, #326cb3));
	background:-moz-linear-gradient(top, #2796d6 5%, #326cb3 100%);
	background:-webkit-linear-gradient(top, #2796d6 5%, #326cb3 100%);
	background:-o-linear-gradient(top, #2796d6 5%, #326cb3 100%);
	background:-ms-linear-gradient(top, #2796d6 5%, #326cb3 100%);
	background:linear-gradient(to bottom, #2796d6 5%, #326cb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2796d6', endColorstr='#326cb3',GradientType=0);
	background-color:#2796d6;
	-moz-border-radius:19px;
	-webkit-border-radius:19px;
	border-radius:19px;
	border:1px solid #f0f1f5;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	/*font-family:Arial;*/
	font-size:20px;
	padding:15px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #283966;
	text-align: center;
}

.myCssButton img{
	padding-right: 15px;
}
.myCssButtonRC img{
	padding-right: 15px;
}
/* NON PUOI INSERIRE UN ELEMENTO <label> dentro uno <a>
W3C validatore The element label must not appear as a descendant of the a element.*/
/* .myCssButton label{ */
/* 	color: #ffffff !important; */
/* 	cursor: pointer; */
/* } */

a.myCssButton span{
   padding-top:2px;
   padding-bottom:2px;
   padding-left: 65px;
   background: url(../images/lente50.png) no-repeat left center;
   background-size: 50px 50px;
   display: table-cell;
   vertical-align: middle;
   color: #ffffff !important;
   cursor: pointer;
   font-size: 20px;
}
a.myCssButton.width220 span{
   width: 220px;
}
.myCssButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #326cb3), color-stop(1, #2796d6));
	background:-moz-linear-gradient(top, #326cb3 5%, #2796d6 100%);
	background:-webkit-linear-gradient(top, #326cb3 5%, #2796d6 100%);
	background:-o-linear-gradient(top, #326cb3 5%, #2796d6 100%);
	background:-ms-linear-gradient(top, #326cb3 5%, #2796d6 100%);
	background:linear-gradient(to bottom, #326cb3 5%, #2796d6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#326cb3', endColorstr='#2796d6',GradientType=0);
	background-color:#326cb3;
}
a.myCssButtonRC span{
   padding-top:2px;
   padding-bottom:2px;
   padding-left: 65px;
   background: url(../images/lente50.png) no-repeat left center;
   background-size: 50px 50px;
   display: table-cell;
   vertical-align: middle;
   color: #ffffff !important;
   cursor: pointer;
   font-size: 20px;
}
a.myCssButtonRC.width220 span{
   width: 220px;
}
.myCssButtonRC:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #326cb3), color-stop(1, #2796d6));
	background:-moz-linear-gradient(top, #326cb3 5%, #2796d6 100%);
	background:-webkit-linear-gradient(top, #326cb3 5%, #2796d6 100%);
	background:-o-linear-gradient(top, #326cb3 5%, #2796d6 100%);
	background:-ms-linear-gradient(top, #326cb3 5%, #2796d6 100%);
	background:linear-gradient(to bottom, #326cb3 5%, #2796d6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#326cb3', endColorstr='#2796d6',GradientType=0);
	background-color:#326cb3;
}

.myCssButton:active {
	position:relative;
	top:1px;
}

.myCssButtonRC:active {
	position:relative;
	top:1px;
}

.paddingBottom {
	padding-bottom: 10px !important;
}

/* colore icone font awesome*/
.fa{
	color:#449adc;
}
/*
* Per colorare le icone fa uso:
* styleClass="fa fa-check faColorGreen"
*/

.fa.faColorRed{
	color:red;
}
.fa.faColorGreen{
	color:green;
}
.fa.faColorRedxxLarge{
	color:red;
	font-size:xx-large;
}
.fa.faColorGreenxxLarge{
	color:green;
	font-size:xx-large;
}

.fa.faColorGreenLarge{
	color:green;
	font-size:large;
}
.fa.faColorRedLarge{
	color:red;
	font-size:large;
}

.fa.faColorGreenSmall{
	color:green;
	font-size:small;
}
.fa.faColorRedSmall{
	color:red;
	font-size:small;
}

.fa.faColorGreenXSmall{
	color:green;
	font-size:x-small;
}
.fa.faColorRedXSmall{
	color:red;
	font-size:x-small;
}


/*p:panelGrid tabella con minima occupazione spazio delle celle applica tableminspace a p:panelGrid */ 
.ui-panelgrid .tableminspace .ui-panelgrid-cell  {
	padding: 0px 0px;
}


/* forzo il layout errore sul calendar, su input contenuto dal calendar p.s. applicare solo iu-state-error non ha effetto su input del calendar*/
span.myErrorCalendar input{
    border: 1px solid #cd0a0a !important;
    background: #fef1ec url(/PmguServiziCittadinoTemplate/javax.faces.resource/images/ui-bg_glass_95_fef1ec_1x400.png.xhtml?ln=primefaces-redmond) 50% 50% repeat-x !important;
    color: #cd0a0a !important;
}

/*
Per gestire testopreformattato con ritorni a capo \n ecc...
*/
.preformatted {
    white-space: pre-wrap;
}

/* Stile caption area slideshow immagini di Help Verbale multiple*/
div.ui-galleria-caption{
    padding-left: unset;
}

/* FILE UPLOAD MENO INVASIVA INIZIO*/
/* anscondi puilsanti advanced buttons e la progress bar */
.myFileupload .ui-fileupload-upload, .myFileupload .ui-fileupload-cancel, .myFileupload .ui-fileupload-progress{
    display: none;
}
/*il nome del file e la dimensione sulla stessa lineea*/
.myFileupload .ui-fileupload-buttonbar, .myFileupload .ui-fileupload-content{
    float: left;
}
/*Elimina i margini dal nome del file x allineamento corretto*/
.myFileupload .ui-fileupload-files{
    margin: 0;
}
/* FILE UPLOAD MENO INVASIVA FINE*/

/*test giustificato */
.txtjustify {
	text-align: justify; 
	display: block;	
}
.txtcenter{
	margin: auto;	
	width: 80%;
}
/* messaggi notifica rossi o importanti*/
 label.msgImpbold120 {
	font-weight:bold; 
	color: #1D5987; 
	/* color:red; */
	font-size:120%;
}

/*
Firenze vuole la dicitura  
Anche se il verbale non � stato ancora caricato nel sistema � comunque possibile eseguire il pagamento della sanzione, evitando cos� ....
in bold
*/
#divnotverbale label:nth-of-type(3) {
    font-weight: bold !important;
}

/*
* Titolo header pagina help pdf minimo (/common/help.xhtml)
*/
.headerHelp .ui-dialog-titlebar {
  padding: 0px 0px 0px 10px !important;
}

.panelGridValignTop td, td * {
    vertical-align: top;
 } 

.width10-percent {
	width: 10%;
}
.width5-percent {
	width: 5%;
}

/*
 * note tipo p:card
 */
.notaInfojustify80 {
	margin: auto; 
	text-align: justify; 
	width: 80%;
}
.notaInfojustify {
	margin: auto; 
	text-align: justify; 
}


/*
* con il tema redmond la growl info è su sfongo giallo ... la metto azzurra come i message
* TODO: cambianre thema ed usrareun nuovo tema di PF.
*/ 
.ui-growl .ui-growl-info {
  color: #3a87ad;
  background: #d9edf7;
  border: #bce8f1;
}

.ui-galleria-item{
	height: revert-layer !important;
}