.csav { }	/* vuota, ma non togliere: serve per raggruppare gli oggetti da salvare nel cookie */
.nascosto {
	display: none!important;
}

/* ---------------------------------------------------------------------- */

html {
    /*font-family: 'PT Serif', serif;*/
	font-family: serif;
    color: #000;
	font-size: 1.07em;
}

#wrapper {
    position: realtive;
    width: 842px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#wrap {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f0f0f0;
    border-top: 1px solid #d4d4d4;
    -webkit-box-shadow: 0px -2px 7px 1px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px -2px 7px 1px rgba(50, 50, 50, 0.3);
    box-shadow: 0px -2px 7px 1px rgba(50, 50, 50, 0.3);
}

#wrap-footer {
    width: 750px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.inline {
    display: inline-block;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.pb0 {
    padding-bottom: 0px;
}

.mb0 {
    margin-bottom: 0px;
}

.mt0 {
    margin-top: 0px;
}

.pt0 {
    padding-top: 0px;
}

.hr2 {
    height: 2px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    color: #000; /* old IE */
    background-color: #000; /* Modern Browsers */
}

.hr1 {
    height: 1px;
    margin-top: 1px;
    padding-top: 0px;
    text-align: center;
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}

.form {
	border: none;
    border-bottom: thin dashed #666666;
    padding-bottom: 0;
    outline: none;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    display: inline!important;
    min-height: 20px!important;
	/*
	line-height: 1px!important;
	*/
}
.form-span {
	border: none;
    border-bottom: thin dashed #666666;
    padding-bottom: 0;
    outline: none;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block!important;
    min-height: 20px!important;
	/*
	line-height: 1px!important;
	*/
}

.form-pdf {
	font-weight: bold;
	display: inline!important;
}

[contenteditable="true"]:hover {
    background-color: #f0f0f0;
}

.button {
    display: inline-block;
    border-radius: 4px;
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 12px;
    width: 250px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    cursor: pointer;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

.button2 {
    display: inline-block;
    border-radius: 4px;
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 12px;
    width: 170px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    cursor: pointer;
}

.button3 {
    border-radius: 4px;
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 12px;
    width: 50px;
    transition: all 0.5s;
    cursor: pointer;
    margin-left: 5px;
    cursor: pointer;
}

.color1 {
    background-color: #f44336;
    color: white;
}

.color2 {
    background-color: #008cba;
    color: white;
}

.color3 {
    background-color: #4caf50;
    color: white;
}

.loading {
    padding: 20px;
    font-size: 30px;
    color: #008bba;
}

.msg {
    padding: 20px;
    font-size: 30px;
    color: #008bba;
}

.alert {
    padding: 18px;
    opacity: 1;
    transition: opacity 0.8s;
    margin-bottom: 15px;
    width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    border-radius: 4px;
    border: none;
    text-align: center;
    font-size: 20px;
}

.alert a {
    color: white;
    text-decoration: none;
}

.alert a:hover {
    color: black;
    text-decoration: none;
    transition: 0.4s;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.tooltip {
    color: #000;
    outline: none;
    /* cursor: help; */
    text-decoration: none;
    position: relative;
    font-weight: bold;
    line-height: 15px!important;
}

.tooltip span {
	font-weight: normal;
    margin-left: -999em;
    position: absolute;
}

.tooltip:hover span {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    left: 1em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: 230px;
}

.tooltip:hover em {
    font-size: 1.2em;
    display: block;
    padding: 0.2em 0 0.6em 0;
}

.classic {
    padding: 0.8em 1em;
    font-size: 12px!important;
    color: #000;
}

.custom {
    padding: 0.5em 0.8em 0.8em 2em;
}

* html a:hover {
    background: transparent;
}

.classic {
    background: #e6e6e6;
    border: 1px solid #ccc;
}

.box-dashed {
	font-size:.8em; 
	background-color: #efefef; 
	margin-top:10px;
	border: 1px dashed #ababab; 
	padding:15px; 
	border-radius: 15px;
}

/* carica e salva */


.boxsalva {
	margin-left: 150px;
	margin-top: 20px;
    width: 420px;  
    height: 120px; 
    border: 1px solid #aaaaaa; 
	padding: 5px;
}
.boxcarica {
	margin-left: 150px;
	margin-top: 20px;
    width: 420px;  
    height: 120px; 
    border: 1px solid #aaaaaa; 
	padding: 5px;
}
.boxsalva-inner {
    width: 410px;  
    height: 84px;  
    overflow: auto;
	background-color: #ffffff;
	padding: 4px;
	border: 1px solid #dddddd; 
}
.boxcarica-inner {
    width: 410px;  
    height: 84px;  
    overflow: auto;
	background-color: #ffffff;
	padding: 4px;
	border: 1px solid #dddddd; 
}
.boxmessaggio {
	margin-left: 170px;
	margin-top: 20px;
    width: 400px;  
    height: 120px; 
    border: 1px solid #aaaaaa; 
	padding: 5px;
}
.boxmessaggio-inner {
    width: 388px;  
    height: 84px;  
    overflow: auto;
	background-color: #ffffff;
	padding: 4px;
	border: 1px solid #dddddd; 
}
.riga-carica {
	width: 100%;
    text-decoration: none;  
   	font-size: 12px;
	display: block;
	margin: 0px;
	padding-top:1px;
	padding-bottom:1px;
	border-bottom: 1px solid #efefef;
	cursor: pointer;
	cursor: hand;	
}
.riga-carica:hover {
    background-color: #efefef;
}
.tasto-chiudi {
	border: none;
	width: 24px;
	height: 24px;
	background-image: url('../img/remove.png'); 
	background-repeat: no-repeat;  
	background-position: 5px 5px;
	padding:3px!important;
	cursor: pointer;
	border-radius: 4px;
}

/* -------------- */