/**
 * Projet Name : Dynamic Form Processing with PHP
 * URL: http://techstream.org/Web-Development/PHP/Dynamic-Form-Processing-with-PHP
 *
 * Licensed under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * Copyright 2013, Tech Stream
 * http://techstream.org
 */
*/** Set's border, padding and margin to 0 for all values*/
{
    padding: 0;
    margin: 0;
    border: 0;
}
body, html {
    color: #373C40;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    height: auto;
    background-color: #A1C7ED;
	background-image: url('../images/background-i.png');
	background-repeat: repeat;
	background-size: auto auto;
	background-attachment: fixed;
	
}
body {
    font-size: 70%;
	height: 100%!important;
	width: 100%;
}
/* On screens that are 700px or less, set the body */
@media screen and (max-width: 700px) {
	body {
    font-size: 70%;
	height: 100%!important;
	width: fit-content;
	}
	form.register{
	width: fit-content!important;
	margin: 0px 20px 0px 0px!important;
	}
	p {
	margin: 0px 20px 0px 0px!important;
	}
}
body>#container{
    height: auto;
    min-height: 100%;
}
p {
    padding: 7px 0 7px 0;
    font-weight: 500;
    font-size: 10pt;
}
a {
    color: #656565;
    text-decoration:none;
}
a:link{
    color: #656565;
    text-decoration:none;
}
a:hover{
    color: #4C99CC;
    text-decoration: none;
}
h1 {
    font-weight:200;
    color: #888888;
    font-size:16pt!important;
    padding-left:33px;
    margin:8px ;
}
h2 {
    font-weight:200;
    color: #888888;
    font-size:14pt!important;
    padding-left:33px;
    margin:8px ;
}
h3 {
    font-weight:200;
    color: #888888;
    font-size:12pt!important;
    padding-left:33px;
    margin:8px ;
}
h4 {
    font-weight:200;
    color: #888888;
    font-size:12pt!important;
    padding-left:33px;
    margin:8px ;
	font-style: italic;
}
.clear{
	width:100%;
	float:none;
	clear:both;
}
form.register{
	min-height: 800px;
	height: 100%;
	width: -moz-fit-content;
	width: min-content;
	min-width: 100%;
    margin: 0px auto 0px auto;
	background: rgba(255,255,255, 0.8); 
    filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
/*    background-color:#fff;
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    padding:5px;
}
form.scelta{
	min-height: 100px;
	height: 100%;
	width:100%;
    margin: 0px auto 0px auto;
	background: rgba(255,255,255, 0.8); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
/*    background-color:#fff;
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    padding:5px;
}
form.xxl{
	width:2100px;
}
form p{
    font-size: 8pt;
    clear:both;
    margin: 0;
    color:gray;
    padding:4px;
}
fieldset.row1{
    width:100%;
    padding:5px;
    float:left;
    border-top:1px solid #F5F5F5;
    margin-bottom:15px;
}
fieldset.row2s{
    border-top:1px solid #F1F1F1;
    border-right:1px solid #F1F1F1;
    padding:5px;
    float:left;
	width:80%;
	background: rgba(255,255,255, 0.3); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}
fieldset.row2{
    border-top:1px solid #F1F1F1;
    border-right:1px solid #F1F1F1;
    padding:5px;
    float:left;
	width:75%;
	min-height:220px;
	background: rgba(255,255,255, 0.3); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}
fieldset.row2xl{
    border-top:1px solid #F1F1F1;
    border-right:1px solid #F1F1F1;
    padding:5px;
    float:left;
	width:100%;
	min-height:220px;
	background: rgba(255,255,255, 0.3); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}
fieldset.row3{
	border-top: 1px solid #F1F1F1;
	padding: 5px;
	float: left;
/*	margin-bottom: 15px;	*/
	width: 240px;
	background: rgba(255,255,255, 0.3); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}
fieldset.row4,fieldset.row5{
    border-top:1px solid #F1F1F1;
    border-right:1px solid #F1F1F1;
    padding:5px;
/*    float:left;	*/
    clear:both;
	background: rgba(255,255,255, 0.3); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}
fieldset.row5{
	width:100%;
	background: rgba(255,255,255, 0.3); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}
fieldset.row6{
    border-top:1px solid #F1F1F1;
    border-right:1px solid #F1F1F1;
    padding:5px;
    float:left;
	width:100%;
	min-height:220px;
	background: rgba(255,255,255, 0.3); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}
fieldset.row7{
	border-top: 1px solid #F1F1F1;
	padding: 5px;
	float: left;
/*	margin-bottom: 15px;	*/
	width: 55%;
	min-width: 350px;
	min-height:400px;	
	background: rgba(255,255,255, 0.3); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}

/* On screens that are 700px or less, set the background color to olive */
@media screen and (max-width: 700px) {
  fieldset.row7{
	border-top: 1px solid #F1F1F1;
	padding: 5px;
	float: left;
/*	margin-bottom: 15px;	*/
	width: 100%;
	min-height:400px;	
	background: rgba(255,255,255, 0.3); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
	}
	textarea{
		height: 75px;
		width: 350px;
	}
	.jumbotron{
		padding:0px!important;
	}
	fieldset.row9{
		border-top: 1px solid #F1F1F1;
		padding: 5px;
		float: left;
	/*	margin-bottom: 15px;	*/
		width: 100%;
		height: auto;	
		background: rgba(255,255,255, 0.3); 
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
	}
	.fc-time-grid-container{
		height: 550px!important;
	}

	.fc-day-grid-container{
		height: 400px!important;
	}
}

fieldset.row8{
    border-top:1px solid #F1F1F1;
    border-right:1px solid #F1F1F1;
    padding:5px;
    float:left;
	width: 40%;
    clear:both;
	background: rgba(255,255,255, 0.3); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}
fieldset.row9{
	border-top: 1px solid #F1F1F1;
	padding: 5px;
	float: left;
/*	margin-bottom: 15px;	*/
	width: 45%;
	min-width: 350px;
/*	min-height:400px;	*/
	background: rgba(255,255,255, 0.3); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}
.register .form label{
    float: left;
    text-align: left;
    margin-right: 5px;
    margin-top:2px;
    width:auto;
}
.register .form input{
	width:100%; /* era 100px*/
}
.form td{
/*	border-right:1px solid #F1F1F1;
	border-top:1px solid #F1F1F1;
	border-bottom:1px solid #F1F1F1;
	border-left:0px solid #F1F1F1;*/
	margin:0;
/*	min-width: 150px;*/
	padding:2px;
}
.form td.big{
	min-width: 150px;
	}
.register legend{
    color: #4C99CC;
    padding:2px;
    margin-left: 14px;
    font-weight:bold;
    font-size: 14px;
    font-weight:100;
}
.register label{
    color:#444;
/*    width:100px;	*/
    float: left;
    text-align: right;
    margin-right: 5px;
/*    margin-top:2px;	*/
}
.register label.m{
    color:#444;
    width:230px;
    float: left;
    text-align: right;
    margin-right: 6px;
/*    margin-top:2px;	*/
}
.register label.xxxl{
	width:550px;
	text-align: left;
	}
.form_tab td{
    border: 1px solid #E1E1E1;
/*    height: 18px;	*/
	padding:2px;
	margin:0;
	background-color:#ffffff;
}
.register label.longcek{
    color:#444;
    width:150px;
    float: left;
    text-align: left;
    margin-right: 6px;
    margin-top:2px;
}
form.register label.optional{
    float: left;
    text-align: right;
    margin-right: 6px;
    margin-top:2px;
    color: #A3A3A3;
}
form.register label.obinfo{
    float:right;
    padding:3px;
    font-style:italic;
}
form.register input{
    width: 140px;
    color: #505050;
    float: left;
    margin-right: 5px;
}
form.register input.long{
    width: 250px;
    color: #505050;
}
form.register input.xxl{
    width: 393px;
    color: #505050;
}
form.register input.xs{
	max-width: 40px;
    color: #505050;
}
form.register input.s{
	min-width: 40px;
	max-width: 60px;
    color: #505050;
}
form.register input.short{
    min-width: 40px;
	max-width: 75px;
    color: #505050;
}
}
form.register input.m{
	min-width: 40px;
	max-width: 90px;
    color: #505050;
}
form.register input.DISABLE{
    color: #F0F0F0;
}
form.register input[type=radio]{
    float:left;
    width:15px;
}
form.register input[type=radio].disable{
	background-color:#f1f1f1;
	}
form.register input[type=radio].enable{	
	border: 1px solid rgba(0,0,255,1);
	}
form.register input[type=checkbox].disable{
	background-color:#f1f1f1;
	}
form.register input[type=checkbox].enable{	
	border: 1px solid rgba(0,0,255,1);
	}
form.register input[type=file].disable{
	background-color:#f1f1f1;
	}
form.register input[type=file].enable{	
	border: 1px solid rgba(0,0,255,1);
	}
form.register label.gender{
    margin-top:-1px;
    margin-bottom:2px;
    width:34px;
    float:left;
    text-align:left;
    line-height:19px;
}
form.register input[type=text]{
    border: 1px solid #E1E1E1;
    height: 18px;
}
form.register input[type=text].l{
    border: 1px solid #E1E1E1;
    height: 18px;
	min-width: 60px;
}
form.register input[type="number"] {
    border: 1px solid #e1e1e1;
    height: 18px;
	text-align:right;
}
form.register input[type=number].disable{
	background-color:#f1f1f1;
	}
form.register input[type=number].enable{	
	border: 1px solid rgba(0,0,255,1);
	}
input[type="number"] {
    border: 1px solid #e1e1e1;
    height: 18px;
	text-align:right;
}
form.register input[type=submit]{
    border: 1px solid #E1E1E1;
    height: 20px;
	min-width: 60px;
	font-size: 100%;
	background: #4C99CC;
	color: #FFFFFF;
	background-image: linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -o-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -moz-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -ms-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0, 0, 0, 0.1)),color-stop(1,rgba(255, 255, 255, 0.1)));
}
form.register input[type=submit]:hover{
	cursor:pointer;
	background:#505050;
}
form.register input[type=submit].big{
    border: 1px solid #E1E1E1;
    height: 30px;
	min-width: 60px;
	font-size: 100%;
	background: #4C99CC;
	color: #FFFFFF;
	background-image: linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -o-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -moz-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -ms-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0, 0, 0, 0.1)),color-stop(1,rgba(255, 255, 255, 0.1)));
}
form.register input[type=submit].big:hover{
	cursor:pointer;
	background:#505050;
}
form.scelta input[type=submit].big{
    border: 1px solid #E1E1E1;
    height: 30px;
	min-width: 60px;
	font-size: 100%;
	background: #4C99CC;
	color: #FFFFFF;
	background-image: linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -o-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -moz-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -ms-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0, 0, 0, 0.1)),color-stop(1,rgba(255, 255, 255, 0.1)));
}
form.scelta input[type=submit].big:hover{
	cursor:pointer;
	background:#505050;
}
form.register input[type=reset].big{
    border: 1px solid #E1E1E1;
    height: 30px;
	min-width: 60px;
	font-size: 100%;
	background: #4C99CC;
	color: #FFFFFF;
	background-image: linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -o-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -moz-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -ms-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0, 0, 0, 0.1)),color-stop(1,rgba(255, 255, 255, 0.1)));
}
form.register input[type=reset].big:hover{
	cursor:pointer;
	background:#505050;
}
form.register input[type=text].disable{
	background-color:#f1f1f1;
	}
form.register input[type=text].enable{	
	border: 1px solid rgba(0,0,255,1);
	}
form.register input[type=date]{
    border: 1px solid #E1E1E1 !important;
    height: 18px;
	background-color:#e7e7e7;
	min-width: 60px;
	max-width: 140px;
	margin-right: 5px;
}
form.register input.disable[type=date]{
	background-color:#f1f1f1;
	}
form.register input.enable[type=date]{	
	border: 1px solid rgba(0,0,255,1)!important;
	}
form.register input[type=date].s{
    border: 1px solid #E1E1E1 !important;
    height: 18px;
	background-color:#e7e7e7;
	min-width: 50px;
	max-width: 130px;
	margin: 0;
}
form.register input[type=password]{
    border: 1px solid #E1E1E1;
    height: 18px;
}
/* inizio nuovo button */
form.register input[type=button]{
    border: 1px solid #E1E1E1;
    height: 20px;
	min-width: 60px;
	font-size: 100%;
	background: #4C99CC;
	color: #FFFFFF;
	background-image: linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -o-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -moz-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -ms-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0, 0, 0, 0.1)),color-stop(1,rgba(255, 255, 255, 0.1)));
}
form.register input[type=button]:hover{
	cursor:pointer;
	background:#505050;
}
form.register input[type=button].big{
    border: 1px solid #E1E1E1;
    height: 30px;
	min-width: 60px;
	font-size: 100%;
	background: #4C99CC;
	color: #FFFFFF;
	background-image: linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -o-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -moz-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -ms-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0, 0, 0, 0.1)),color-stop(1,rgba(255, 255, 255, 0.1)));
}
form.register input[type=button].big:hover{
	cursor:pointer;
	background:#505050;
}
form.register input[type=button].tr_clone_add{
    border: 1px solid #E1E1E1;
    height: 20px;
	max-width: 40px;
	font-size: 100%;
	background: #4C99CC;
	color: #FFFFFF;
	background-image: linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -o-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -moz-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -ms-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0, 0, 0, 0.1)),color-stop(1,rgba(255, 255, 255, 0.1)));
}
form.register input[type=button].tr_clone_add:hover{
	cursor:pointer;
	background:#505050;
}
/* fine nuovo button */
form.register  .submit{
    color: #fff;
    cursor: pointer;
    float:left;
    margin:10px;
	padding:5px;
	background: #4C99CC;
	background-image: linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -o-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -moz-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -ms-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0, 0, 0, 0.1)),color-stop(1,rgba(255, 255, 255, 0.1)));
}
form.register  .submit:hover{
	background:#505050;
}
form.register  .submit:active{
	background:#ccc;
		color: #000;
}
form.register input[type=text].readonly{
    background:#eee;
}
form.register input[type=text].small{
    border: 1px solid #E1E1E1;
    height: 18px;
    width:30px;
}
form.register input[type=text].medium{
    border: 1px solid #E1E1E1;
    height: 18px;
    width:50px;
}
form.register input[type=text].big{
    border: 1px solid #E1E1E1;
    height: 18px;
    width:80px;
}
form.register input[type=text].XXL{
    border: 1px solid #E1E1E1;
    height: 18px;
    width:250px;
}
form.register input[type=email].XXL{
    border: 1px solid #E1E1E1;
    height: 18px;
    width:250px;
}form.register input[type=tel].XXL{
    border: 1px solid #E1E1E1;
    height: 18px;
    width:250px;
}
form.register input[type=checkbox] {
    width:14px;
    margin-top:4px;
}
form.register select{
    border: 1px solid #E1E1E1;
    float:left;
    margin-bottom:0;
    color: #505050;
    margin-right:5px;
	width: 98%;
	max-width: 315px;
}
form.register select.disable{
	background-color:#f1f1f1;
}
form.register select.enable{	
	border: 1px solid rgba(0,0,255,1)!important;
}
td.flessibile{
	max-width: 650px !important;
	min-width: 160px;
}
select.s{
	max-width: 80px;
}
input:focus, select:focus{
    background-color: #F1F1F1;
}
p.info{
    font-size:7pt;
    color: gray;
}
p.agreement{
    margin-left:15px;
}
p.agreement label{
    width:390px;
    text-align:left;
    margin-top:3px;
}
p.lingua label{
    width:60px;
    text-align:left !important;
    margin-top:3px;
}
.side_selectors label{
    color: #444;
    float: left;
    margin-right: 6px;
    margin-top: 2px;
    text-align: left;
    width: 240px;
}
.dati{
	width:50%;
}
.dati_biglietto{
	text-align: left;
	float:left;
}
.fl{
	float:left;
	min-width:210px;
	text-align: left;
}
div.shop{
	height: 95%;
    width:95%;
	background-image:url(../images/background-i.png);
}
div.biglietto{
	border: 1px solid #E1E1E1;
	}
label.s{
	width:20px;
}
label.m{
	width:100px;
}
label.big{
	width:120px;
}
label.l{
	width:148px;
	text-align: left;
}
label.xl{
	width:300px;
	text-align: left;
}
label.xxl{
	width:350px;
	font-size: 12px;
}
label.xxxl{
	width:450px;
	font-size: 12px;
}
label.xxll{
	width:350px;
	font-size: 12px;
	text-align: left;
}
hr{
	size:1;
	color:#F1F1F1;
	}
hr.art{
	size:1;
	color:#C6C6C6;
	border: 1 none;
	}
table{
	font-size: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	}
tr.basso{
	background-color: #f0f0f0 !important;
	}
td.numero input.text{
	text-align: right!important;
	}
h8	{
		color: #ff0000;
		background-color: #ffff00;
		font-weight: bold;
		font-style: italic;
		font-size: 14px;
	}
td.articolo{
	width:258px;
	text-align: left;
	}
td.impiego{
	width:130px;
	text-align: left;
	}
td.qualita{
	width:124px;
	text-align: left;
	}
td.stato{
	width:184px;
	text-align: left;
	}
th{
	background-color: #71BFE8;/*#f0f0f0;*/
	}
.accesso {
	border: 1px solid #f1f1f1;
	width:350px;
	}
textarea {
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	}
table.form {
	border: 1px solid #CBCBCB;;
	}
table.form thead,th,td {
	border: 1px solid #CBCBCB;
	padding:0!important;
	}
form.register label.left {
	text-align: left;
	}
form.register label.leftbig {
	text-align: left;
	width:280px;
	}
form.register label.leftsmoll {
	text-align: left;
	width:5px;
	}
form.register label.leftmed {
	text-align: left;
	width:80px;
	margin-right: 0px;
	}
	form.register label.leftxmed {
	text-align: left;
	width:110px;
	margin-right: 0px;
	}
form.register select.m {
	width:250px;
	margin: 0px;
	}
form.register select.s {
	width:70px;
	margin: 0px;
	}
form.register select.sm {
	width:142px;
	margin: 0px;
	}
form.register select.l {
	width:600px;
	margin: 0px;
	}
.login p{
	text-align: center;
	color:red;
	background-color: yellow;
	font-weight: bold;
	font-style: italic;
	font-size: 16pt;
    font-weight: 200;
	}
img.thumbs{
	width: 100px;
	padding:1px;
	border:1px solid #021a40;
	background-color:#ddd; 
	}
textarea.disable{
	background-color:#f1f1f1;
	}
textarea.enable{	
	border: 1px solid rgba(0,0,255,1)!important;
	}
/* checkbox innovazione}*/ 
input#check {
	display:block; 
}
label[for="check"] {
	cursor: pointer;
	color: red;
	font-weight: bold;
	font-size: 10pt;
	background-color: yellow;
	width: 130px;
    float: left;
    text-align: center;
}
#demo{
	display: none;
}
/*#demo p{
	visibility: hidden;
}*/
input#check:checked {
	display:block; 
}
input#check:checked ~ #demo  {
	display: inline;
}
input#check:checked ~ #demos{
	background-color: blue;
	color: green;
}
label[for="check"]~ #demos{
	color: blue;
	background-color: #f1f1f1;
}
input#fatcheck {
	display:block; 
}
label[for="fatcheck"] {
	cursor: pointer;
	color: red;
	font-weight: bold;
	font-size: 10pt;
	background-color: yellow;
	width: 130px;
    float: left;
    text-align: center;
}
#demof{
	display: none;
}
/*#demof p{
	visibility: hidden;
}*/
input#fatcheck:checked ~ #demof  {
	display: inline;
}
input#fatcheck:checked ~ #demosf{
	background-color: blue;
	color: green;
}
label[for="check"]~ #demosf{
	color: blue;
	background-color: #f1f1f1;
}
/*--------------- nascondere tr matrici---------------*/
input#matcheck {
	display:block; 
}
label[for="matcheck"] {
	cursor: pointer;
	color: red;
	font-weight: bold;
	font-size: 10pt;
	background-color: yellow;
	width: 130px;
    float: left;
    text-align: center;
}
tr#matr{
	display: none;
}
/*#demof p{
	visibility: hidden;
}*/
#matcheck:checked ~ table.TF tr#matr  {
	display: inline;
}
input#matcheck:checked ~ #matrm{
	background-color: blue;
	color: green;
}
label[for="check"]~ #matrm{
	color: blue;
	background-color: #f1f1f1;
}
/*--------------- nascondere tr fatture---------------*/
input#fattcheck {
	display:block; 
}
label[for="fattcheck"] {
	cursor: pointer;
	color: red;
	font-weight: bold;
	font-size: 10pt;
	background-color: yellow;
	width: 130px;
    float: left;
    text-align: center;
}
table#table-3{
	display: none;
}
/*#demof p{
	visibility: hidden;
}*/
#fattcheck:checked ~ table#table-3  {
	display: inline;
}
input#fattcheck:checked ~ #fattf{
	background-color: blue;
	color: green;
}
label[for="fattcheck"]~ #fattf{
	color: blue;
	background-color: #f1f1f1;
}
/*--------------- nascondi opzioni ---------------*/
div.nascosto{
	display: none;
}
tr#cont_nascosto{
	display: none;
}
tr#matr_nascosto{
	display: none;
}
/*---------------td come bottone---------------*/
table.form td.botton{
    border: 1px solid #E1E1E1;
    height: 20px;
	min-width: 60px;
	font-size: 100%;
	background: #4C99CC;
	color: #FFFFFF;
	background-image: linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -o-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -moz-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -ms-linear-gradient(bottom,rgba(0, 0, 0, 0.1) 0,rgba(255, 255, 255, 0.1) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0, 0, 0, 0.1)),color-stop(1,rgba(255, 255, 255, 0.1)));
}
table.form td.botton a{
	color: #FFFFFF;
}
.pgInp{
	width: 35px !important;
	height: 35px !important;
}
.mdiv {
	width: 35% !important;
	height: 35px !important;
	float: center !Important
}
select.pgSlc {
	width: 50px !important;
	height: 35px !important;
}
.nbpg {
	font-size: 100%;
	height: 16px !important;
	float: inherit;
	margin-top: 10px;
	font-weight: bold;
}
.rdiv{
	width: 30% !important;
	height: 35px !important;
}
.ldiv{
	    width: 30% !Important;
}
select.rspg{
	width: 60px !important;
	height: 35px !important;
}
input.reset{
	width: 35px !important;
	height: 35px !important;
	background: transparent url(../js/tablefilter/style/themes/btn_clear_filters.png) center center no-repeat !important;
}
.helpCont{
	width: 35px !important;
	height: 35px !important;
}
.helpBtn{
	width: 35px !important;
	height: 35px !important;
}
.rspgSpan{
	width: 60px !important;
	height: 35px !important;
	float: left;
	margin-top: 10px;
	font-weight: bold;	
}
div.colVisCont {
    display: inline;
    width: 110px;
}
div.tot span {
    font-weight: bold !important;
}
form.register input[type=image] {
    width: 30px;
}
div.vis p{
	font-size: 10pt!important;
}
tfoot tr{
	background-color:#d1e5fe;
	font-weight: bold !important;
}
table.TF td.negative {
	color : red!important; 
}
form.register input[type=button].pgInp{
	min-width: 35px !important;
}
svg {
	min-height:400px !important;
}

/*percalendarionuovo*/
 .table-bordered th, .table-bordered td {
    border-width: 1px!important;
    border-style: solid;
    border-color: #0275d880!important;
    border-image: initial;
	background-color: transparent!important;
}
.btn{
	padding:8px!important;
}
.fc-toolbar h2{
	font-size: 1.2rem!important;
	text-align: center!important;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.0em!important;
}
ul.changelog{
	font-size: 1.5rem!important;
	margin-left:5px;
	margin-bottom: 2px;
}
ul.changelog li{
	margin-left:10px;
	margin-bottom: 2px;
}
ul.changelog ul{
	margin-left:10px;
	margin-bottom: 2px;
}