/* layout forms */

.paytas-form {
	margin-top: 15px;
}

.form-actions .paytas-cancel, .form-actions .paytas-back {
	margin-left: 5px;
}

.paytas-form legend .title  {
	margin-left: 30px;
}

.paytas-form legend .pull-right  {
	margin-right: 30px;
	font-size: 12px;
}

.control-group  {
	margin-left: 30px;
	margin-right: 30px;
}


.paytas-form .form-actions .pull-right {
	margin-right: 30px;
}

.paytas-form .control-group .controls {
	padding-top: 5px;
}

.paytas-form .paytas-results {
	width: 90%;'
}

.paytas-form .thumbnail {
	margin-bottom: 5px;
}

.paytas-form .form-actions {
	padding-left: 30px;
}


/* date picker */
.datepicker th {
	background: transparent;
}

/* override rule "#paytas-page label" */
#paytas-page .radioTable label {
	width: 100%;
	display: inline;
}

#paytas-page table.data td.amount {
	/*background-color: grey; */
}

/* editing rules : special cases  */
.codiceFiscale {
	text-transform: uppercase;
	width: 12em;
}

.targa {
	text-transform: uppercase;
	width: 12em;
}

/* stile per il tag inputFile in upload bolli - START */
.uploadBolli {
	margin-right: 300px;
	padding-right: 0px;
	padding-left: 20px;
}

.uploadBolli.error {
	margin-right: 45px !important;
	padding-right: 0px !important;
	width: 229px !important;
}

.errorUploadBolli {
	padding-right: 30px;
	padding-left: 15px;
}
/* stile per il tag inputFile in upload bolli - END */

/* didascalie */
.footnote {
	border: 0;
	margin: 0;
	font-style: italic;
	font-size: .8em;
	width: 15em;
}

.formnote {
	border: 0;
	margin-top: 2em;
	font-style: italic;
	font-size: .8em;
	width: 15em;
	line-height: 1em;	
	float: right;
	text-align: right
}

.buttons {
	margin-top: 2em;
}

.required_field {
    background: #F8F8F8 url('../images/required_field.png') no-repeat top right;
    padding-right:10px;
}



form input:required, input:required, textarea:required {
    background: #F8F8F8 url('../images/required_field.png') no-repeat top right;
    padding-right:10px;
}


/* error handling for input fields, only recent browsers */
textarea:invalid, input:invalid {
	color: red;
	border-color: #e9322d;
	font-weight: bold;
}


/* begin : ticket sanitario */
th.tributo {
  width: 10em;
}
th.informazioni {
  width: 2em;
}
/* end : ticket sanitario */



/* alternative style for errors */
/*
#paytas-page .errorMessage {
	float: left;
	opacity : .1;
	border: 1px solid #696;
	padding: 5px 0;
	color: beige;
	text-align: center; width: 200px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #890B1A;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#890B1A), to(#EB1C05));
	background: -webkit-linear-gradient(#890B1A, #EB1C05);
	background: -moz-linear-gradient(#890B1A, #EB1C05);
	background: -ms-linear-gradient(#890B1A, #EB1C05);
	background: -o-linear-gradient(#890B1A, #EB1C05);
	background: linear-gradient(#890B1A, #EB1C05);	
	-webkit-transition: opacity 1s linear;
	transition: opacity 1s linear;
	/*
	-pie-background: linear-gradient(#890B1A, #EB1C05);
	behavior: url("#{resource['css:PIE.htc']}");	
}*/ 

/* editing error handling */
/*#paytas-page .errorMessage {
	border: 1px;
	float: left;
	height: 100%;
	border-radius: 5px;
	color: beige;
	background-color: rgb(226,0,26);
	padding: 5px; 
	opacity: .5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	-webkit-transition: opacity 1s linear;
}

#paytas-page .errorMessage:hover {
	opacity:1;
	-webkit-transform : scale(1.2);
	-webkit-transition : .5s;
}

	#paytas-page .enlight {
	       opacity:1;
	}

@media screen and (max-width: 800px) {
	#paytas-page .errorMessage {
			position: relative;
			height: 2em;
			width: 20em;
			right: 5em;
			top: 2em;
			left: -20em;		
	}
	
	#paytas-page .enlight {
	       opacity:.5;
	}
}
*/


.flowBox {
	margin-top: 10px;
    background-color: transparent;
    /* width:90%; */
    color: #E2001A;
    -webkit-transition: all 1s linear; 
	-webkit-animation: bounceIn 1s;
	opacity:0;
    visibility: hidden;
}

.flowbox ul {
	margin: 0;
} 
.flowbox li {
	margin-bottom: 3;
} 
      
.flowBox .globalMessage {
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	border-color: #E01D18;
	color: beige;
	background-color: #E2001A;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-transition: all 2s linear;
}

.flowBox .infoMessage {
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	color: green;
	background-color: beige;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-transition: all 2s linear;
}

.flowBox .warnMessage {
	border: 1px solid #fae1c6;
	border-radius: 10px;
	color: #eca918;
	background-color: #fcefd4;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-transition: all 2s linear;
}



.flowBox .fatalMessage {
        border: 1px solid red;
        border-radius: 10px;
        color: red;
        background-color: #FFF0F0;
        padding: 8px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        -webkit-transition: all 2s linear;
}


/* error handling in errorDisplay.jsf */
.exceptionTextArea {
	color: red;
	border-style: solid;
	-webkit-border-radius: 15px;
	background: orangeRed;
	white-space: nowrap; /* horizontal scroll */
}



/* horizonal lines */
hr {
	margin:0;
	padding:0;
}

.redLine {
	background-color: #DE1F26;
	height: 2px;
	margin:0;
	padding: 0;
}

.container-debitore {
 display: flex;
 flex-direction: row;

}
.container-debitore > div{
 width: 50%;
 margin-left: 2rem;
}
/*
}
ul.grey a:active {
	color: red;
}

#paytas-page table.condizioni td.col1 {
 width: 2em; 	
}

#paytas-page table.condizioni td.col2 {
  	
}

#paytas-page table.condizioni td.col3 {
	
}
*/

/* la parte seguente � per la sezione dei contatti help desk ancora da ottimizzare */
/*
#userPanel span.noAngleImageContacts {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#userPanel img.phone {
	height: 20px;
	width: 20px;
}
*/

/* la parte seguente è dall'ex paytas style ancora da ottimizzare */
/*
#userPanel {
	width: 100%;
	padding: 0;
	margin: 0
}

#userPanel span.roundAngle,#userPanel span.noAngle,#userPanel span.noAngleImage
	{
	color: #000;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
	background: url("#{resource['images:sfumaturagrigiaUserPanel.gif']}") repeat-x;	
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
	font-size: 8pt;
	position: relative;
}

#userPanel li {
	list-style-type: none;
	float: left;
	margin: 0;
}

#userPanel li.utente {
	margin-top: 81px;
	background: url("#{resource['images:sfumaturagrigiaUserPanel.gif']}") repeat-x;
	float: right;
}

#userPanel span.roundAngle
{
background: url("#{resource['images:bordoLogout.png']}") left top no-repeat;
}

#topUserPanel
{
	position:relative;
	float:left;
	margin-left:0;
	width:100%;
	background-color: white;
}



img {
	border: 0px;
}

#userPanel span.noAngleImage {
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.imageTDHeader{
	width:6%;
}

.testoattivo
{
    COLOR: #808080;
    FONT-FAMILY: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt
}

.servizioScelto
{
    color: #808080;
    font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.514em;
	font-weight: bold;
	color: #555969;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 3px 0px;
	line-height: 1.3em;	
}

h1.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.514em;
	font-weight: bold;
	color: #555969;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 3px 0px;
	line-height: 1.3em;
}

table.paytasHeader {
	background: white;
}
*/

/* home page style */
/*
.blockLink {
	float:left;
	overflow: hidden;
	margin: 10px; 
	width: 200px; 
}

.blockLink img {
	width:200px; 
	height:160px; 
}


div#news  a:link {
  text-decoration: none;
  color:red;
}



div.blockLink .bar p {
  color: white;
  width: 200px;	
}

div.blockLink .bar a:link {
  text-decoration: none;
  font-size: .85em;
}

div.blockLink .bar {
	height: 30px;
	background-color: gray;
	position: relative;
	top: -170px;		
	text-align: center;
}

.breakAll {
	word-break: break-all;
}
*/