/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'TeXGyreAdventorRegular';
    letter-spacing: 0.02em;
}
ol, ul {
    list-style: none;
}
.green {
	color:#00b98d;
}
.purple {
	color: #FF7F74;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* sticky footer */
html, body, #hidden_div {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -62px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
	height: 40px; /* '.push' must be the same height as 'footer' */
        width:940px;
    margin:0 auto;
    line-height:40px;
    font-family:Arial, sans-serif;
    font-size:13px;
    margin-top:20px;
}
footer {
    border-top: 1px solid #DDD; 
    padding:0 20px;
    width:900px;
    
}
footer a {
    color: #00B98D;
}
footer a:hover {
    color: #00B98D;
    
}

/* GLOBAL */
a[name]:not([href]){
    display: block;    
    position: relative;     
    top: -110px;
    visibility: hidden;
}
a[name="sommario"]:not([href]) {
display: block;
position: relative;
top: -400px;
visibility: hidden;
}
.show {
    display:block!important;
}
.none {
    display:none!important;
}
div.center_content {
    width:940px;
    margin:0 auto;
}
.clear {
	clear:both;
}
.clearfix:after {
    content: â€œ.â€�;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.MT {
    margin-top:40px;
}
.MB0 {
   margin-bottom: 0!important;
}
.MT10 {
   margin-top: 10px!important;
}
.MT15 {
   margin-top: 15px!important;
}
.MT20 {
   margin-top: 20px!important;
}
.MB10 {
   margin-bottom: 10px!important;
   
}
.MB20 {
   margin-bottom: 20px!important;
}
strong {
    font-weight:bold;
}
input[type=button]:disabled {
    opacity:0.2 !important;
}
.left {
    float:left;
}
.right {
    float:right;
}
.text-warning {
	color:#c71c22;
}
strong {
	font-weight:normal;
	font-family: 'TeXGyreAdventorBold';
}
.text-yellow {
	color:#ffbf59 !important;
}
/* OVERWRITEE BOOTSTRAP */
.btn-primary {
    background-color: #00B98D;
    background-image: linear-gradient(to bottom, #00B98D, #00B98D);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #00B98D;
  *background-color: #00B98D;
}
.link-as-btn {
	background-color: #00B98D;
	font-family: "TeXGyreAdventorBold";
	text-decoration: none;
	color: #FFF;
	border-radius: 5px;
	padding: 0px 15px;
	float: left;
	height: 30px;
	line-height: 30px;
	display: block;
	transition: all 0.2s linear 0s;
	letter-spacing: 0.08em;
}
.link-as-btn:hover,
.link-as-btn:focus,
.link-as-btn:active,
.link-as-btn.active,
.link-as-btn.disabled,
.link-as-btn[disabled] {
    background-color: #007F61;	
    text-decoration: none;
    color: #FFF;
}

.btn-link, .btn-link:hover {
    color: #00B98D;
}
.btn-block {
	width: 40%;
	height: 53px;
	margin: 50px auto 0;
}
.btn-block2 {
	width: 120px!important;
	height: 53px;
	font-size:16px;
	margin-top:15px;
    float:left;
    margin-right:20px;
}
.btn-block3 {
    width: 220px!important;
    height: 53px;
    font-size:16px;
    margin-top:15px;
    float:left;
    margin-right:20px;
}
.btn-block-auto {
    height: 53px;
    font-size:16px;
    margin-top:15px;
    float:left;
    margin-right:20px;
}
section#content_page p.text-success {
    float:left;
    margin-top: 23px;
    margin-bottom: 0;
    text-transform: uppercase;
    background-color: #eee;
    padding: 6px 15px;
}
.form-1-3 {
	width:33.3%; 
	float:left; 
	margin-top:0 !important;
}
.form-2-3 {
    width:66.6%; 
    float:left; 
    margin-top:0 !important;
}
input[type=checkbox].css-checkbox {
	display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:33px;
	height:28px; 
	display:inline-block;
	line-height:28px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -28px;
}
label.css-label {
	background-image:url(../img/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* FONTS */
@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
        url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
        url('../fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'texgyreadventoritalic';
    src: url('../fonts/texgyreadventor-italic-webfont.eot');
    src: url('../fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-italic-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-italic-webfont.svg#texgyreadventoritalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {	
	font-family: 'TeXGyreAdventorBold';
    src: url('../fonts/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
        url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
        url('../fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'texgyreadventorbold_italic';
    src: url('../fonts/texgyreadventor-bolditalic-webfont.eot');
    src: url('../fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bolditalic-webfont.svg#texgyreadventorbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('../fonts/Chunkfive-webfont.eot');
    src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Chunkfive-webfont.woff') format('woff'),
        url('../fonts/Chunkfive-webfont.ttf') format('truetype'),
        url('../fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "Flaticon";
	src: url("../fonts/flaticon.eot");
	src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("../fonts/flaticon.woff") format("woff"),
	url("../fonts/flaticon.ttf") format("truetype"),
	url("../fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Flaticon2";
    src: url("../fonts/flaticon2.eot");
    src: url("../fonts/flaticon2.eot#iefix") format("embedded-opentype"),
    url("../fonts/flaticon2.woff") format("woff"),
    url("../fonts/flaticon2.ttf") format("truetype"),
    url("../fonts/flaticon2.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="flaticon2-"]:before, [class*=" flaticon2-"]:before,
[class^="flaticon2-"]:after, [class*=" flaticon2-"]:after {   
    font-family: Flaticon2;
        font-size: 14px;
font-style: normal;
}
.flaticon2-magic4:before {
    content: "\e000"; 
    font-size:18px;
    color:#fff06e;
}


[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
        font-size: 14px;
font-style: normal;
}
.flaticon-arrow:before {
	content: "\e000";
}
.flaticon-blocked:before {
	content: "\e001";
}
.flaticon-bust:before {
	content: "\e002";
}
.flaticon-earth16:before {
	content: "\e003";
}
.flaticon-extract:before {
	content: "\e004";
}
.flaticon-file1:before {
	content: "\e005";
}
.flaticon-letter19:before {
	content: "\e006";
}
.flaticon-machine2:before {
	content: "\e007";
}
.flaticon-note16:before {
	content: "\e008";
}
.flaticon-pin28:before {
	content: "\e009";
}
.flaticon-question30:before {
	content: "\e00a";
}


.flaticon-note16:before {
	margin-right:7px;
	font-size:16px;
}
.flaticon-blocked:before {
	margin-right:7px;
	font-size:16px;
}
.flaticon-earth16:before {
	margin-right:7px;
	font-size:17px;
}
.flaticon-extract:before {
	margin-right:7px;
}
.flaticon-letter19:before {
	font-size:22px;
	margin-right:7px;
}
.flaticon-question30:before {
	font-size:22px;
}



/* SPRITES*/
.sprite-applica_traduzioni{ background-position: 0 0; width: 218px; height: 218px; } 
.sprite-desc_back{ background-position: 0 -268px; width: 217px; height: 122px; } 
.sprite-estrai_i_testi{ background-position: 0 -440px; width: 217px; height: 217px; } 
.sprite-freccetta_giu{ background-position: 0 -707px; width: 12px; height: 10px; } 
.sprite-importa_i_testi{ background-position: 0 -767px; width: 217px; height: 217px; } 

/* HEADER */
header {
	position:relative;
	height:110px;
}
.header-top {
    width:100%;
    height:80px;
	background-color: #fff;
    position:fixed;
    z-index:100;
}
.header-bottom {
    width:100%;
    height:40px;
    background-color: #007F61;
    position:fixed;
    top:30px;
    z-index:90;
      -webkit-transition: top 0.15s ease;
    -moz-transition: top 0.15s ease;
    -ms-transition: top 0.15s ease;
    -o-transition: top 0.15s ease;
    transition: top 0.15s ease;
}
.header-bottom.open {
    top:80px;
}

header h1 {
    padding-top:5px;
    float:left;
}
header h1 a.sprite-logo {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    display:block;
    font: 0/0;
    text-shadow: none;
    color: transparent;
    width:300px;
    height:79px;
	margin-top:6px;
}
section#login {
    width:680px;
    height:40px;
    float:right;
    border-right: 1px solid #009972;
    -moz-box-shadow: 1px 0px 0px #00684e; 
    -webkit-box-shadow: 1px 0px 0px #00684e;
    box-shadow: 1px 0px 0px #00684e;
}
section#login .dropdown {
    border-left: 1px solid #009972;
    -moz-box-shadow: -1px 0px 0px #00684e; 
    -webkit-box-shadow: -1px 0px 0px #00684e;
    box-shadow: -1px 0px 0px #00684e;
    height:100%;
    float:right;
}
section#login img {
    float:right; 
}
section#login a {  
    font-family: 'TeXGyreAdventorRegular';
    font-size:12px;
    color:#FFF;
    text-decoration:none;
    cursor:pointer !important;
}
section#login a:hover {  
    cursor:pointer !important;
}
section#login .icon-user {  
    margin-right:8px;
}
section#login a.dropdown-toggle {
    float:left;
    height: 13px;
    font-family: 'TeXGyreAdventorRegular';
    font-size:13px;
    color:#FFF;
    text-decoration:none;
    margin-top:11px;
    cursor:pointer;
}
section#login a.dropdown-toggle#user-icon {
    margin-top:13px;
}
section#login a.dropdown-toggle#guida-icon {
    margin-top: 0;
width: 70px;
display: block;
height: 40px;
line-height: 40px;
}
section#login a.dropdown-toggle.icon {
    width:50px;
    text-align:center;
}


section#login .ambiti {
    width:auto;
    padding: 0 10px;
}
section#login .ambiti > ul{
   min-width:100% !important;
}
.dropdown_header>li>a{
    width:auto;
    -moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box; 
}
.dropdown_header>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{
    text-decoration:none;
    color: #007F61!important;
    background-color:#FFF;
    background-image:none;
    width:auto;
}
.dropdown_header {
    background-clip: padding-box;
    background-color:  #007F61;
    border: none;
    border-radius:0;
    box-shadow: none;
    color: #FFFFFF;
    display: none;
    float: left;
    left: -1px;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: inherit;
    padding: 5px 0;
    position: absolute;
    top: 39px;
    z-index: 9999;
}
.dropdown-menu {
	min-width:inherit !important;
}
.dropdown .caret { 
    border-top: 6px solid #fff;   
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: 6px;
    margin-top: 3px;
}
#guida-dd {
	left:0;
}
.more_attr a {
    display:block;
    float:right;
    line-height:40px;
    height:40px;
    border-left: 1px solid #009972;
    -moz-box-shadow: -1px 0px 0px #00684e; 
    -webkit-box-shadow: -1px 0px 0px #00684e;
    box-shadow: -1px 0px 0px #00684e;
    width:100px;
     -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    width:50px;
}
.more_attr a:last-of-type{
    margin-right:0;
}
#dl_all {
    background-color:rgba(255,255,255,0.15);
    padding:0;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.more_attr a:hover {
    background-color:#00B98D;
}
.more_attr a span {
	display:block;
	width:100%;
}
.more_attr a span i {
	display: block;
	text-align: center;
}
#dl_all a {
    display:block;
    padding:20px 20px 24px;
}

#login .tooltip {
    z-index:1000;
    top:40px !important;
    opacity:1;
}
#login .tooltip-inner{color:#ffffff;background-color:#007F61;font-family: 'TeXGyreAdventorRegular';}
#login .tooltip.bottom .tooltip-arrow{border-bottom-color:#007F61;}

i[class^="icon-"] {
    opacity: 1;
}
#header-top-right {
	float:right;
	height:70px;
	line-height:70px;
	color:#007F61;
	font-size:12px;
}
#pagine-rimanenti {
	font-family: 'TeXGyreAdventorBold';
	float:left;
}
#richiedi-pagine {
	background-color:#00b98d;
/* 	modifica settembre background-color:#fff; */
    font-family: 'TeXGyreAdventorBold';
    color:#fff;
/*  modifica settembre color:#007F61; */
    -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
	padding:0 15px;
	margin-left:15px;
	float:left;
	height:40px;
	line-height:40px;
	display:block;
	margin-top:15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;  
    transition: all 0.2s linear;
    letter-spacing: 0.08em;
}

#richiedi-pagine:hover {
	background-color:#007F61;
    color:#fff;
    text-decoration: none;
}
#richiedi-pagine.more {
	width:40px;
	height:40px;
	line-height:40px;
	padding:0;
	display:table;
	text-align:center;
	margin-left:10px;
}
.more span {
width: 0;
height: 0;
border-top: 12px solid #fff;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
margin:14px auto 0;
display:block;
}
.more span.rotate {
	transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
    -moz-transform: rotate(180deg); /* Firefox */
}

/* MAIN CONTENT */
section#main_content {
    margin:60px 0 0px;
    height:550px;
}
section#main_content ul#operations > li {
    width:200px;
    float:left;
    margin-right:46px;
}
section#main_content ul#operations > li:last-child {
    margin-right:0px;
}
section#main_content ul#operations li#central_item {
    margin:0 83px;
}
section#main_content ul#operations li img{
    margin-bottom:15px;
    -webkit-transition: all 0.10s ease-out;  
    -moz-transition: all 0.10s ease-out;  
    -o-transition: all 0.10s ease-out;   
    -ms-transition: all 0.10s ease-out;  
    transition:all 0.10s ease-out;  
}
section#main_content ul#operations li > a {
    font-family: 'ChunkFiveRegular';
    font-size:28px;
    color:#ff7f74;
    text-decoration:none;
    text-align:center;
    display:block;
    letter-spacing:0.04em;
    line-height:1.1em;
    cursor:pointer;
}
section#main_content ul#operations li > a span {
	text-shadow: 0px 1px 0px rgba(150, 150, 150, 0.3);
}

div.sprite-desc_back {
    background-image: url(../img/tab-back.jpg);
    background-repeat: no-repeat;
    background-position: 0 0; 
    background-size:cover;
    width: 160px; 
    height: 147px; 
    font-family: 'TeXGyreAdventorRegular';
    color:#FFF;
    text-align:center;
    padding:0 20px;
    font-size:14px;
    line-height:21px;
    display: table;
    opacity:0;
    margin-top:5px;
    -webkit-transition:all 0.15s ease-out;  
    -moz-transition:all 0.15s ease-out;  
    -o-transition:all 0.15s ease-out;  
    transition:all 0.15s ease-out;  
}
section#main_content ul li:hover div.sprite-desc_back {
    opacity:1;
    margin-top:20px;
}
section#main_content ul li:hover img {

    transform: rotate(15deg);
    -ms-transform: rotate(15deg); /* IE 9 */
    -webkit-transform: rotate(15deg); /* Safari and Chrome */
    -o-transform: rotate(15deg); /* Opera */
    -moz-transform: rotate(15deg); /* Firefox */
}
div.sprite-desc_back p {
    display: table-cell;
    vertical-align: middle;
    letter-spacing:0.08em;
    font-size:15px;
}
.progress {
    margin:15px 0;
}
.progress-striped .bar {
    background-color: #00B98D;
}
/* IE HACK */
* html div.sprite-desc_back p {
    display: inline-block;
}
.alert-info {
    background-color: transparent;
    border-color: #ddd;
    color: #666;
    font-family: 'TeXGyreAdventorRegular';
    font-size: 14px;
    line-height: 20px;
}
div#choices {
    margin:15px 0;
    font-size:13px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 2px 0 0;
}


/** Formattazione generale pagine di contenuti **/
section#content_page {
    padding:0 60px;
    color:#666;
}
section#content_page thead {
    letter-spacing:0.04em;
}
section#content_page td {
    font-size:14px;
}
section#content_page h3 {
    border-bottom: 1px solid #DDD;
    color: #FF7F74;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 20px 0;
    position:relative;
    line-height:1.4em;
}
section#content_page h3 small {
    float: right;
    font-size: 13px;
    padding-top: 8px;
    letter-spacing:0.07em;
}
section#content_page h3 small a {
    color: #FF7F74;
    -webkit-transition:all 0.15s ease-out;  
    -moz-transition:all 0.15s ease-out;  
    -o-transition:all 0.15s ease-out;  
    transition:all 0.15s ease-out;  
}
section#content_page h3 small a:hover {
   text-decoration:none;
   color:#666;
}
section#pricing h3 {
    border-bottom: 1px solid #DDD;
    color: #FF7F74;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 20px 0;
    position:relative;
    margin-bottom:30px;
}
section#pricing h3 small {
    float: right;
    font-size: 13px;
    padding-top: 8px;
    letter-spacing:0.07em;
}
section#pricing h3 small a {
    color: #FF7F74;
    -webkit-transition:all 0.15s ease-out;  
    -moz-transition:all 0.15s ease-out;  
    -o-transition:all 0.15s ease-out;  
    transition:all 0.15s ease-out;  
}
section#pricing h3 small a:hover {
   text-decoration:none;
   color:#666;
}
section#pricing .highlight ul  {
    transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -moz-box-shadow: 0px 0px 4px #aaa;
-webkit-box-shadow: 0px 0px 4px #aaa;
box-shadow: 0px 0px 4px #aaa;
}
#preventivatore form {
    margin-top:20px;
    overflow:hidden;
}
#preventivatore form div {
    width:25%;
    float:left;
    margin-bottom:30px;
}
#preventivatore form div input[type=number] { 
    margin-top:10px;
    width:50%;
}
#preventivatore form div select {
    margin-top:10px;
    width:100%;
}
#preventivatore form div .btn-custom {
    margin:0;
    text-align:center;
    height:56px;
    line-height:56px;
    width:92%;
    float:right;
    border:0;
    padding:0;
    font-size:16px;
}
#preventivatore #numero-crediti {
    font-size: 20px;
    padding-bottom: 30px;
    color: #00B98D;
}
#preventivatore #numero-crediti a {
    color: #00B98D;
    text-decoration: underline;
    display:inline-block;
    margin-top:10px;
}
#preventivatore #numero-crediti a:hover {
    text-decoration:none;
}
section#content_page h4.section-title {
   line-height: 40px;
background-color: #f7f7f7;
padding-left: 20px;
color: #777;
margin-top:0;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
font-family: 'TeXGyreAdventorBold';
}
section#content_page h4.section-title:first-child {
margin-top:20px;
}

section#content_page form {
   margin-top: 30px;
   margin-bottom: 30px;
}
section#content_page p {
   margin-top: 20px;
   margin-bottom: 20px;
   line-height:1.5em;
}
div.long_editor {
    font-family:arial, sans-serif;
}
section#content_page div.long_editor h4 {
    margin-top:30px;
    font-size: 18px;
    color: #FF7F74;
}
section#content_page div.long_editor.changelog h4 {
    margin-left:0;
}
section#content_page div.long_editor {
   margin-top: 20px;
   margin-bottom: 20px;
   line-height:1.7em;
   font-size:14px;
}

section#content_page div.long_editor ul {
   line-height:1.7em;
   font-size:14px;
}
section#content_page div.long_editor ul li {
   list-style:disc;
   margin-left:17px;
}
section#content_page div.long_editor em {
   font-style: italic;
}
section#content_page div.long_editor h5 {
    margin-top:20px;
    color:#666;
    font-size:15px;
    margin-bottom:0;
    font-weight:bold;
}
section#content_page div.long_editor h6 {
    margin-top:20px;
    color:#999;
    font-size:15px;
    margin-bottom:0;
}
section#content_page div.long_editor blockquote {
    margin-top: 0;
   margin-bottom: 20px;
   line-height:1.7em;
   font-size:14px;
   font-family: courier, serif;
}
section#content_page div.long_editor .subtitle {
   font-size:18px;
   color:#aaa;
   margin-bottom:10px;
}
section#content_page div.long_editor ol {
   margin-left:20px;
   list-style: decimal;
}
section#content_page div.long_editor ol ol {
   list-style:lower-latin;
}
ol#sommario {
   margin-top:20px;
   margin-left:40px;
   margin-bottom:40px;
   list-style: decimal;
   color:#00B98D;
   line-height:1.7em;
   font-size:18px;
}
ol#sommario a,
ol#sommario a:hover {
   color:#00B98D;
}
div.esempio {
    padding-left:20px;
    border-left:1px solid #ddd;
}

/********* LOGIN PAGE ************/
section#login_container {
    width:592px;
    height:592px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-2px;
    margin-left:-296px;
/*     background:url(../img/back_login.jpg) 0 0 no-repeat; */
    background:url(../img/back_login_2.png) 0 0 no-repeat;
}
section#login_container h1 {
    margin:121px 0 19px 116px;
    width:358px;
    height:140px;
}
div#login_form {
	height: 100px;
	margin: 305px 185px;
	width: 245px;
}
/*
div#login_form p#username_field {
    width:346px;
    height:49px;
    border-bottom:1px solid #e1e1e1;
    background: url(../img/login_user_icon.gif) 36px 14px no-repeat;
    position:relative;
}
div#login_form input.input_login{
    position:absolute;
    width:246px;
    height:49px;
    border:0;
    background:transparent;
    padding:0 25px 0 75px;;
    color:#959595;
    font-size:15px;
    font-family: 'TeXGyreAdventorRegular';
    letter-spacing:0.08em;
}
*/
.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
    margin-bottom: 4px;
}
.left-inner-addon i {
    position: absolute;
    margin: 7px 10px;
    pointer-events: none;
}
.form_field_img_text {
    position:relative;
    padding:0;
    margin:0;
/*     background:#ddd; */
}
.form_field_img_text input {
    height:20px;
    width: 100%;
    margin:0;
    border: medium none;
    box-shadow: none;
    padding: 0px;
}
.form_field_img_text img {
}
::-moz-focus-inner {
    border: 0;
    padding: 0;
}
::-webkit-input-placeholder { 
    color:#959595;
    opacity:1;
}
::-moz-placeholder { 
    color:#959595;
    opacity:1;
} /* firefox 19+ */
:-ms-input-placeholder { 
    color:#959595;
    opacity:1;
} /* ie */
input:-moz-placeholder { 
    color:#959595;
    opacity:1;
}

div#login_form p#password_field {
    width:346px;
    height:49px;
    background: url(../img/login_pass_icon.gif) 36px 12px no-repeat;
    position:relative;
}

div#login_form p#username_field input[type="text"]:focus,
div#login_form p#password_field input[type="password"]:focus{
    border-color: transparent;
    outline: 0;
    /* IE6-9 */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
div#login_form input[type="submit"],
div#login_form input[type="submit"]:active{
	height: 30px;
	width: 100%;
	background: #00A887;
	border: 0px none;
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border:0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow:  0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow:  0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    font-weight:bold;
    letter-spacing:3px;
    filter: dropshadow(color=#fff, offx=0, offy=1); 
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    text-align: center;
    padding:0;
}

div#login_form input[type="submit"]:hover {
    background: #00f5c4;
}
p.login_links {
    text-align:center;
    font-size:10px;
    float: left;
}
p.login_links_divider {
	float: left;
	padding: 0px 2px;
}
p.login_links a {
    color:#00a887;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
p.login_links a:hover {
	text-decoration:none;
	color:#00f5c4;
}
.message_login {
    height:30px;
}
#message_login {
    width:100%;
    height:30px;
    line-height:30px;
    text-align:center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color:#C21A01;
    font-size:13px;
    display:none;
}
#login_psw_txt {
    margin: 5px auto;
    line-height: 1.4em;
    text-align: center;
    font-size: 11px;
}
div#login_form.form_psw_forget {
    height:50px;
}
div#login_form.form_psw_forget p#username_field {
    border-bottom:0;
}
#back_to_login {
	text-align: center;
	font-size: 10px;
	float: left;
	position: absolute;
	top: 270px;
	left: 170px;	
}
#popupTerms p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 25px;	
}
.backdrop-white {
	background-color: white;
	z-index: 1040;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: fixed;
}

/********* WAITING PAGE ************/
#work_in_progress {
	width: 126px;
	height: 20px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

/* PAGINE CONFIGURAZIONE */
.back_to_home {
    position:absolute;
    right:0;
    top:27px;
    font-size:13px;
    color:#00B98D;
    FONT-WEIGHT:NORMAL;
    LETTER-SPACING:0;
}
.modal {
	line-height: 22px;
	border: none;
}
.dynamic-input input:disabled {
	background-color: inherit;
	outline: none;
	border: none;
	box-shadow: none;
}
nav#menu-impostazioni {
	margin-top:20px;
	color:#666;
}
.nav-pills > li > a {
padding-top: 8px;
padding-bottom: 8px;
margin-top: 2px;
margin-bottom: 2px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius:0;
color:#00B98D;
font-size:14px;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
color: #ffffff;
background-color: #00B98D;
}
.nav-pills > a:hover {
  color: #ffffff;
  background-color: #f7f7f7;
}
.form-horizontal .control-label {
float: none;
width: 100%;
padding: 5px 0 5px;
text-align: left;
}
.save-div {
	clear: both;
    margin-top: 15px;
    margin-bottom:30px; 
    border-top: 0;
    padding-top: 0;
    overflow:hidden;
}

/*** PRICING ***/
section#pricing {
	margin-top:40px;
}
section#pricing .tooltip {
    z-index:1000;
    opacity:1 !important;
}
section#pricing .tooltip-inner{
    color:#fff;
    background-color:#FF7F74;
    font-family: 'TeXGyreAdventorRegular';
    font-size:13px;
    line-height:1.5em;
    letter-spacing:0.1em;
}
section#pricing .tooltip-arrow{
    border-left-color:#FF7F74;
}
.flat .plan {
  border-radius: 6px;
  list-style: none;
  padding: 0 0 20px;
  margin: 0 0 15px;
  background: #fff;
  text-align: center;
  width:210px;
  float:left;
  margin-right:20px;
   background-color:#f5f5f5;
}
.flat > div:last-child .plan {
  margin-right:0;
}
.flat .plan li {
  padding: 10px 5px;
  border-top: 1px solid #d9d9d9;
  -webkit-transition: 300ms;
  transition: 300ms;
 
}
.flat .plan li.light {
  line-height:1.4em;
  color:#888;
  font-size:13px;
}
.flat .plan li.light.last {
  border-bottom:1px solid #d9d9d9;
  margin-bottom:18px;
}
.flat .plan li.plan-price {
  border-top: 0;
  font-size:20px;
  padding:16px 0;
}
.flat .plan li.plan-price.title {
    border-top: 1px solid #d9d9d9;
    padding: 15px 0 18px;
    font-size: 14px;
font-weight: 400;
background-color:#dbdbdb;
letter-spacing: 1px;
}
.flat .plan li.plan-name {
  border-radius: 6px 6px 0 0;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  background:#FF7F74;
  border-top: 0;
  letter-spacing:0.02em;
}
.flat .plan.more li.plan-name {
  border-radius: 6px 6px 0 0;
  padding: 15px;
  font-size: 20px;
  line-height: 20px;
  border-top: 0;
  letter-spacing:0.02em;
  color:white;
  background-color:#00B98D;
}
.flat .plan.more {
  border-radius: 0;
  list-style: none;
  padding: 0 0 20px;
  margin: 0 0 15px;
  text-align: center;
  margin-right:20px;
   height:358px;
   position:relative;
}
.flat .plan.more li {
  border-top: 0;
  line-height:1.4em;
  color:#888;
  padding-top:21px;
  position:relative;
}
.flat .plan li > strong {
  color: #e74c3c;
  color:#FF7F74;
  
}
.flat .plan li.plan-action {
  margin-top: 10px;
  border-top: 0;
  padding:0;
}
.flat .plan.featured {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.flat .plan.featured li.plan-name {
  background: #000;
}
.flat .plan.featured:hover li.plan-name {
  background: #c0392b;
}
#pricing-questions {
    text-align:center;
    margin:20px 0;
    font-size:19px;
    line-height:1.5em;
    font-family: 'texgyreadventoritalic';
}
#pricing-questions strong {
        font-family: 'texgyreadventorbold_italic';
}
.btn-custom {
background-color: #00B98D;
height: 40px;
line-height: 40px;
display: block;
margin:0 auto;
width:70%;
color:white;
-webkit-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
border-radius: 5px;
}
.btn-custom:hover {
background-color: #00644C;
text-decoration:none;
color:white;
cursor:pointer;
}
.flat .plan.more .plan-action {
	position: absolute;
	bottom: 20px;
	height: 40px;
	width: 170px;
	display: block;
}
.sectiontitle {
   color: #FF7F74;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px 0 30px;
	font-family:TeXGyreAdventorBold;
}
#nota-fondo {
	padding:5 5 5 5;
	line-height:1.4em;
	text-align:left;
	font-size:1.1em;
	margin-top:40px;
	margin-bottom:40px;
	color:#999999;
	 font-family: 'texgyreadventoritalic';
}
#button-pricing {
	margin-bottom:80px;
}
#button-pricing a {
	font-size:19px;
	line-height:50px;
	height:50px;
	border:1px solid #d9d9d9;
	width:300px;
	margin:0 auto;
	display:block;
	text-align:center;
	color:#00B98D;  
	border-radius: 6px;
    font-family: 'TeXGyreAdventorBold';

}
#button-pricing a:hover {
	text-decoration:none;
    color:#FF7F74;
}
/*** MODALE ***/
.modal-header h3 {
	font-family:TeXGyreAdventorBold;
	color: #FF7F74;
	font-size: 20px;
}
.modal .fa {
	position: absolute;
	top: 30px;
	right: 32px;
	font-size: 30px;
	color: #FF7F74;
	-webkit-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.modal .fa:hover {
	cursor:pointer;
	color:#D96C63;
}

/*** WIZARD ***/
.modal-body-wizard {
	padding-bottom: 0;
	height: 410px;
	padding: 90px 50px 0;
}
.modal.wizard {
	width:700px;
	height:500px;
	top:50% !important;
	left:50% !important;
	margin-top:-250px !important;
	margin-left:-350px !important;
}
.wizard .modal-header {
padding: 15px 30px;
display:none;
}
.wizard h3 {
	font-size: 24px;
}
.wizard h2 {
	font-family: TeXGyreAdventorRegular;
	color:#00b98d;
	font-size: 20px;
	margin-bottom:5px;
	margin-top:10px;
	
}
.wizard h4 {
	font-family: TeXGyreAdventorRegular;
	color: #FF7F74;
	font-size: 20px;
	margin-bottom:15px;
	margin-top:5px;
	
}
.wizard .half-left {
	width:40%;
	float:left;
}
.wizard .btn-block2 {
	height: 45px;
	position: absolute;
	bottom: 0;
	right: 0;
	}
.wizard .steps-indicator {
	top: 40px;
}

.wizard .steps-indicator li a:before {
	background-color: #808080;
}

.wizard .steps-indicator li.current a,.wizard .steps-indicator li.editing a {
	pointer-events: none;
	color: #FF7F74;
}

.wizard .steps-indicator li.current a:before,.wizard .steps-indicator li.editing a:before {
	background-color: #FF7F74;
}

.wizard .steps-indicator li.done a:before {
	background-color: #00b98d;
}

.wizard .steps-indicator li.done a {
	color: #00b98d !important;
}
.wizard ol li {
	list-style-type:decimal;
	padding-bottom:5px;
	margin-left:20px;
}
.wizard ol {
	border-left: 4px solid #FF7F74;
	padding-left: 15px;
	margin-top:15px;
}
.wizard ol.green-border {
	border-left: 4px solid #00b98d;
}
.wizard label {
	margin-bottom:6px;
}
#img-wizard-template {
	width:140px;
	float:left;
	margin: 10px 5px 0 0;
}
.wizard #step3 .control-group {
	margin-bottom:0;
}


.wizard ol#list-4  {
	margin-top:45px;	
}
.wizard ol#list-4 li {
	padding-bottom:18px;
}
#step5-content {
	width:340px;
	float:left;
	margin-left:30px;
}
#img-wizard-template-6 {
	width:350px;
	float:right;
	padding-top:30px;
/* 	margin: 0px 0 0 0; */
}
#step6-content {
/* 	width:250px; */
 	float:left; 
}
#step6-content img {
	height:20px;
	margin-left:-6px !important;
}
.step-example {
	margin:10px 0;
	padding:10px;
	background-color:#efefef;	

}
section.step {
	position:relative;
	min-height:300px;
	padding-bottom:70px;
}
.wizard small {
	font-size:13px;
	color:#888;
}
.wizard #go-to-guida-btn {
	height: 35px;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 35px;
	width: 170px !important;
}

.wizard #step-last img {
	width:100px;
	margin-right:15px;
	float:left;
}
.wizard #step-last p {
	width:170px;
	float:left;
	font-size:14px;
	line-height:1.3em;
}
.start-wizard .steplast-cont {
	margin-top:20px;
}


/*** GUIDA BREVE MODALE ***/
.short-guide .steps-indicator {
	display: none;
}

.modal-body-short-guide {
	padding-bottom: 0;
	height: 450px;
	max-height: 500px;
	padding: 30px 50px 20px;
}

.modal-body-short-guide section.step {
	position: relative;
	min-height: 350px;
	padding-bottom: 70px;
}

.modal-body-short-guide #go-to-guida-btn {
	height: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 35px;
	width: 170px !important;
}

.modal-body-short-guide #step-last img {
	width:100px;
	margin-right:15px;
	float:left;
}
.modal-body-short-guide #step-last p {
	width:170px;
	float:left;
	font-size:14px;
	line-height:1.3em;
}
.steplast-cont {
	width:50%;
	float:left;
	margin:25px 0 -5px;
	height:100px;
}
.btn-viola,.btn-viola:hover {
	background-image: linear-gradient(to bottom, #FF7F74, #FF7F74);
	background-color:#FF7F74;
}

.company-table span{
	font-weight: bold;
}

.table-total {
	border-top: 2px solid #333;
	font-weight: bold;
	font-size: 22pt;
}

.unknownTexts {
	margin-top: 10px;	
}

.unknownTextsScroll {
	max-height: 150px;
	overflow: auto;
	font-size: 9pt;
	line-height: 12px;
}
.sicurezza p {
    margin-top:5px;
}

.column-right {
	text-align: right !important;
}

.credit-log-link {
	color: #007F61;
	text-decoration: underline;
}

.credit-log-link:hover {
	color: #007F61;
	text-decoration: underline;
}

/* Payment confirmation */
/* Turn on a 13x13 scrollbar */
::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}
 
::-webkit-scrollbar-button:vertical {
    background-color: red;
    /*border: 1px dashed blue;*/
}
 
/* Turn on single button up on top, and down on bottom */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}
 
/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}
 
/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:vertical:increment {
    /*background-color: black;*/
    /*border: 1px dashed blue;*/
}
 
/* Place The scroll up button at the up */
::-webkit-scrollbar-button:vertical:decrement {
    /*background-color: purple;
    border: 1px dashed blue;*/
}
 
::-webkit-scrollbar-track:vertical {
    background-color: rgb(250, 250, 250);
    /*border: 1px dashed pink;*/
    border: 1px solid rgb(232, 232, 232);
}
 
/* Top area above thumb and below up button */
::-webkit-scrollbar-track-piece:vertical:start {
    /*border: 1px solid #000;*/
}
 
/* Bottom area below thumb and down button */
::-webkit-scrollbar-track-piece:vertical:end {
    /*border: 1px dashed pink;*/
}
 
/* Track below and above */
::-webkit-scrollbar-track-piece {
    /*background-color: green;*/
}
 
/* The thumb itself */
::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: rgb(184, 184, 184);
    /*border-radius: 5px;*/
    background-clip: padding-box;
    border: 4px solid transparent;
    -webkit-border-radius: 8px;
}
 
/* Corner */
::-webkit-scrollbar-corner:vertical {
    background-color: black;
}
 
/* Resizer */
::-webkit-scrollbar-resizer:vertical {
    background-color: gray;
}

#uvTab {
	position: absolute;
	right: 0px !important;
    bottom: 200px !important;
	height: 200px;
    width: 70px;
	background: transparent url(../img/support.png) !important;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

#uvTab a {
	height: 100%;
}

#uvTab img {
	display: none !important;
}
