/* quicksand-300 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/quicksand-v7-latin/quicksand-v7-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Light'), local('Quicksand-Light'),
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-300.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/quicksand-v7-latin/quicksand-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Regular'), local('Quicksand-Regular'),
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/quicksand-v7-latin/quicksand-v7-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Medium'), local('Quicksand-Medium'),
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-700 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/quicksand-v7-latin/quicksand-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Bold'), local('Quicksand-Bold'),
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/quicksand-v7-latin/quicksand-v7-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/***********************/
html {
height: 100%;
width: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-family: 'Quicksand', Helvetica, Arial, Verdana, sans-serif;
color:#000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
html, body {
width: 100%;
overflow-x: hidden; /* Stops horizontal scrolling. */
}
body {
min-height: 100%;
height: 100%;
position: relative;
margin:0;
padding:0;
font-size: 75%;
line-height: 1.4;
font-weight:400;
}

body.body {
margin-top:0px;
margin-bottom:0px;

background-color: #fff;
color:#000;
}
body.body_manage {
margin-top:0;
margin-bottom:0;
background-color: #fff;
color:#000;
}
body.b1 {
margin:20px;
background:#fff;
color:#000;
}

::-moz-selection {
background: #777;
color: white;
text-shadow: none;
}
::selection {
background: #777;
color: white;
text-shadow: none;
}
/**/
/*
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
.clearfix {
zoom: 1;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/**/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
display: block;
}
audio,canvas,progress,video {
display:inline-block;
zoom:1;*display:inline;
vertical-align:baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],template {
display: none;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
h5 { font-size:1.2em;margin: 0.67em 0;}
mark {
background: #ff0;
color: #000;
}
small, .small {
font-size: 80%;
}

sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,kbd,pre,samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,input,optgroup,select,textarea {
color: inherit;
font: inherit;
margin: 0;
outline: 0;
border-radius: 0;
}
button {
overflow: visible;
}
button,select {
text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
-webkit-appearance: none;
line-height: normal;
}
input[type="checkbox"],input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
audio,canvas,img,svg,video {
vertical-align: middle;
}
/* TINYMCE p*/
.mceContentBody p, .mce-edit-area p {
margin:0px !important;
}
.mce-edit-area {
padding:10px !important;	
}
/******/
/* --- overlay / loader ---*/
div#overlaybox_bg {
position:absolute; 
left:0px; 
right:0px; 
top: 0px;
bottom: 0px;
z-index: 1100; 
color:#fff;
display:inline-block;
background-color:#000; 
opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);
}
div#overlaybox_content { 
position: absolute; 
left:0px; 
right:0px; 
top:0px;
bottom:0px;
z-index:1101; 
color:#fff;
display:inline-block;
padding-top:200px;
text-align:center;
}
div#overlaybox_content_loading {
position: absolute; 
left:0px; 
right:0px; 
top:0px;
bottom:0px;
z-index:1101; 
color:#fff;
display:inline-block;
padding-top:200px;
text-align:center;
background-image:url("../i/loadingbg.gif");
background-position:center 156px;
background-repeat:no-repeat;
}
/* --- overlay ---*/
img {
height: auto;
max-width: 100%;
}
img.img_borderyes {
border:1px solid #e0e0e0;
}
img.i {
margin:5px;
}

a {
background: transparent;
text-decoration:underline;
color:#f48f30;

-webkit-transition: all 0.5s;
transition: all 0.5s;
}
a:hover {
text-decoration:underline;
color:#333;
}

.upper { text-transform:uppercase }
.mouse { cursor:pointer; }
li { margin-bottom:0px; }
ul {
margin:0px;
padding:0px;
}
.fixed {position:fixed !important;}

.float_left, .fllt { float:left !important; }
.clear_left, .cllt { clear:left !important; }
.float_right, .flrt { float:right !important; }
.clear_right, .clrt { clear:right !important; }
.float_center, .flct {
position:absolute;
width:100%;
margin-left:auto;
margin-right:auto;
text-align:center;
}

.clear_both, .clbt { clear:both !important; }
.aleft { text-align:left !important; }
.aright { text-align:right !important; }
.acenter { text-align:center !important; }
.acenter1 { margin-left:auto;margin-right:auto !important; }
.ajustify { text-align:justify !important; }

.display_none, .dn { display:none; }
.dn-imp { display:none !important; }

.brdt1 { border-top:1px solid #c0c0c0; }
.brdb1 { border-bottom:1px solid #c0c0c0; }
.brd1 { border:1px solid #c0c0c0; }
.brdb2 { border-bottom:2px dotted #666; }

td {
font-size:1em;
}

input, textarea, select {
font-family: 'Quicksand', Helvetica, Arial, Verdana, sans-serif;
font-size:1em;
border:1px solid #ddd;
}
input {
margin-left:0px;	
margin-right:0px;	
}
input:focus{
outline: 0;
}
input.sel, textarea.sel, select.sel {
font-family: 'Quicksand', Helvetica, Arial, Verdana, sans-serif;
font-size:1em;
border:1px solid #999;
background:#6c7f4e;
}

.op3 {
opacity:0.3;
-moz-opacity:0.3;
filter:alpha(opacity=30);
}
/*MSG*/
div.msg_container {
text-align:center;
color:#fff;
}
div.msg_container .msg {
display:block;
font-weight:bold;
color:#fff;
margin-bottom:0px !important;
/*padding:0px !important;*/
}
div#msg_alert {
font-size:1em;
width:100%;
color:#000 !important;
/*padding:10px;*/
}
div#msg_alert img {
border-width:0px;
}

div#msg_container_bg {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;

z-index: 996; 
color:#fff;
background-color:#666; 

opacity:0.7;
-moz-opacity:0.7;
filter:alpha(opacity=70);
}
div#msg_container {
color:#848586;
width:400px;
margin-left:auto;
margin-right:auto;
/*margin-top:300px;*/

position: absolute;
z-index: 997; 

background-color:#fff;
/*border:1px solid #89898c; */

-webkit-box-shadow: 0px 0px 1.1667em #89898c; 
-moz-box-shadow: 0px 0px 1.1667em #89898c; 
box-shadow: 0px 0px 1.1667em #89898c;

/*-webkit-border-radius: 5px; 
-moz-border-radius: 5px;
border-radius: 5px;*/
}
@media (max-width:480px) {
	div#msg_container {
	width:97%;	
	}
}

div.toolbar_msg_h {
float:left;
padding:5px;
height:30px;
color:#848586 !important;
}

div#msg_c {
text-align:center;
padding:20px;
color:#000;
font-size:1.1667em;
}
/**/
.brd_err {
border:1px solid red !important;
}

span.msg, div.msg {
display:block;
color:#fff;
background:#ff0000;
padding:10px;
margin-bottom:5px;
}
div.msg_fixed {
width:208px;
color:#fff;
background:#ff0000;
padding:5px 10px;
margin-bottom:5px;
margin-left:auto;
margin-right:auto;
}
div.msg_fixed1 {
width:150px;
color:#fff;
background:#ff0000;
padding:5px 10px;
margin-bottom:5px;
}
div.msg_fixed2 {
display:inline-block;
zoom:1;*display:inline;
color:#fff;
background:#ff0000;
padding:5px 10px;
}

span.msgB, div.msgB {
display:block;
color:#fff;
background:#ff0000;
padding:5px;
padding-left:10px;
padding-right:10px;
text-align:center;
}
span.msgok, div.msgok {
color:#fff;
background:#02CA0B;
padding:5px;
padding-left:10px;
padding-right:10px;
font-size:1em;
}
span.msgno, div.msgno {
display:block;
width:200px;
color:#fff;
background:#ff0000;
padding:5px;
padding-left:10px;
padding-right:10px;
font-size:1em;
}
.msg_stock {
width:142px;
text-align:center !important;
text-transform:uppercase !important;	
}
.msgokm {
font-weight:bold;
color:#fff;
background:#02CA0B;
padding:5px;
padding-left:10px;
padding-right:10px;
margin-left:10px;
font-size:1em;
line-height:18px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-webkit-box-shadow: 0 4px 5px #999;
-moz-box-shadow: 0 4px 5px #999;
box-shadow: 0px 4px 5px #999;
text-transform:lowercase;
}

span.msgbg, div.msgbg {
display:block;
font-weight:bold;
color:#fff;
background-color:#ff0000;
padding-top:4px;
padding-left:5px;
height:20px;
}
span.msgokbg, div.msgokbg {
display:block;
font-weight:bold;
color:#fff;
background-color:#02CA0B;
padding-top:4px;
padding-left:5px;
height:20px;
}

.orange {
color:#ff9c00;
}
.orange1 {
color:#89898c;
}
.red {
color:#ff0000 !important;
}
.green {
color:#009900;
}
.gray {
color:#333;
}
.gray2 {
color:#555;
}
.minigray {
font-size:9px;
color:#b0b0b0;
}
.gray3 {
font-size:1em;
color:#b0b0b0;
}

.f8 {
font-size:8px !important;
}
.f10 {
font-size:10px !important;
}
.f11 {
font-size:11px !important;
}
.f12 {
font-size:1em !important;
}
.f13 {
font-size:13px !important;
}
.f16 {
font-size:16px !important;
}

.b {
font-weight:bold !important;
}
.italic {
font-style:italic !important;
}
.strike {
text-decoration:line-through !important;
}

.no_border {
border-width:0px !important;
}
.border_gray {
border:1px solid #999 !important;
}
.border_red {
border:1px solid #ff0000 !important;
}
.bg_white {
background:#fff !important;
}
.bg_red {
background:#ff0000 !important;
}
.bg_gray {
background:#f0f0f0 !important;
}
.bg_green {
background:#02CA0B !important;
}
.bg_green1 {
background:#74fc7a !important;
}
.cl_green {
color:#009900 !important;
}
.bg_az {
background:#eaf6fa !important;
}
.fcblack {
color:#000 !important;
}
.fcwhite {
color:#000 !important;
}

.linethrough {
text-decoration:line-through;
}
.inline {
display:inline-block;
zoom:1;*display:inline;
}
.wt100 { width:100px; }
.wt150 { width:150px; }
.wt200 { width:200px; }

.vam { vertical-align:middle !important; }
.vat { vertical-align:top !important; }
.vab { vertical-align:bottom !important; }
.brdot { border-style:dotted !important; }
.brsol { border-style:solid !important; }

h3 {
/*color:#707070;*/
font-size:1.1667em;
padding:0px;
margin:0px;
}
h2 {
/*color:#707070;*/
font-size:1.3333em;
padding:0px;
margin:0px;
}

hr {
color:#e0e0e0;
font-size:10px;
border:1px solid #e0e0e0;
}
hr.hr1 {
color:#000;
font-size:1em;
border:1px solid #000;
}

.p_mg0 p {
margin:0px;	
margin-right:5px;
}

#sb-body-inner p {
margin:0px;	
}

.nowrap { white-space:nowrap; }
.m_mng { margin-top:34px !important;}
.mb { margin-bottom:0px !important; }
.mb1 { margin-bottom:1px !important; }
.mb3 { margin-bottom:3px !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mt1 { margin-top:1px !important; }
.mt2 { margin-top:2px !important; }
.mt3 { margin-top:3px !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.ml0 { margin-left:0px !important; }
.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml40 { margin-left:40px !important; }
.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr30 { margin-right:30px !important; }
.mtb5 { margin-top:5px;margin-bottom:5px !important; }
.mtb10 { margin-top:10px;margin-bottom:10px !important; }

.sepb {height:15px;}
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pl { padding-left:20px !important; }
.pl5 { padding-left:5px !important; }
.pl10 { padding-left:10px !important; }
.pl20 { padding-left:20px !important; }
.pr10 { padding-right:10px !important; }
.pr20 { padding-right:20px !important; }
.p0 { padding:0 !important; }
.p3 { padding:3px !important; }
.p5 { padding:5px !important; }
.p10 { padding:10px !important; }
.p20 { padding:20px !important; }
.pt20 { padding-top:20px !important; }
.pb0 { padding-bottom:0 !important; }

.p_p0 p { margin:0 !important; }

.no_result1 {
text-align:center;
font-weight:bold;
margin-top:40px;
margin-bottom:40px;
}
.placeholder {
color:#c0c0c0;	
}

.no {color:#ff0000;}
.yes {color:#02CA0B;}
.inprog {color:#ffa200;}
.neutro {color:#fafafa;}
.yes_tx {display:inline-block;line-height:32px;height:32px;padding:0 10px;background-color:#02CA0B;border-radius:16px;color:#fff;margin-bottom:5px;}
.neutro_tx {display:inline-block;line-height:32px;height:32px;padding:0 10px;background-color:#f0f0f0;border-radius:16px;color:#000;margin-bottom:5px;}

.notuse {
border:1px solid #FFEC00 !important;
background:#f0f0f0 !important;	
}
.notuse1 {
border:1px solid #FFA100 !important;
background:#f0f0f0 !important;	
}
.notuse2 {
border:1px solid #cc0000 !important;
background:#f0f0f0 !important;	
}

div.w100 {
width:100% !important;
}
table.w100 {
width:100%;
}
table.wh100 {
width:100%;
height:100%;
}
table.w100top {
width:100%;
}
table.w100top td {
vertical-align:top;
}
table.w100border {
width:100%;
border-collapse:collapse;
}
table.w100border td {
border:1px solid #999;
}
table.w100border1 {
width:100%;
border-collapse:collapse;
background-color:#f0f0f0;
}
table.w100border1 td {
border:1px solid #999 !important;
padding:4px;
vertical-align:middle !important;
}
table.tblfix {
table-layout: fixed;
}
.brdbx {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
/**FOOTER*****************************/
#footer {
text-align:center;
color:#fff;
background-color:#f48f30;
padding:20px 0;
position: relative;
/*background-color:#f48f30;
background-image:url('../img/footer_bg.png');
background-repeat:no-repeat;
background-position:90% 0;*/
}
.footer1 {
padding:5px;
margin:0 10%;
}

/*#footer td {
padding:20px;
}*/
#footer a {
color:#fff;
}
#footer a:hover {
color:#fff;
}
.footer_t {width:100%;}
.footer_t td {width:50%;vertical-align: top;text-align: left;}
#footer .ftit {
font-size:1.6em;
text-transform: uppercase;
color:#fff;
padding-bottom:5px;
font-weight: 300;
margin-bottom:5px;
}
.menu_f1 a,.menu_f1 span {
display:block;
line-height:2em;
}
.footer2 {
position:absolute;
left:50%;
}
/**/
.atop {
position: fixed;
/*bottom: 50px;
right: 30px;*/
bottom: 130px;
left: 15px;
z-index: 897;
display: none;
	
width: 50px;
height: 50px;

text-align: center;
color: #999;
font-size: 25px;
background: #fff;

/*-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;*/
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;

-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.atop i {
line-height: 48px;
font-size: 24px;
vertical-align: middle;
}
.atop:hover {
/*-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;*/
background: #000;
}
.atop:hover i {
text-decoration: none;
/*color: #fafafa;*/
color: #fff;
outline: none;
}
/**HEADER**************************/
div#header {
position:fixed;
top:0;
width:80px;
height:100%;
background:#f48f30;
margin:0;
z-index: 880;
pointer-events: none;
border-right:1px solid #edeff5;
/*-webkit-backdrop-filter: saturate(180%) blur(4px);
backdrop-filter: saturate(180%) blur(4px);*/
}
/*.header-bbot {
height:80px !important;
border-bottom:1px solid #e1e1e1;
background:rgba(255,255,255,.98);
z-index:895 !important;
}*/
/*.header-w {
background:rgba(255,255,255,.8);
}*/
/*#header::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
background-color:rgba(255,255,255,.9);
}*/

/*.header-blur-backdrop {
-webkit-backdrop-filter: saturate(180%) blur(4px);
backdrop-filter: saturate(180%) blur(4px);
}
.header-blur {
}
.header-blur::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
background:rgba(255,255,255,.8);
margin:-35px;
filter: blur(10px);
-webkit-transition: all 1.5s;
transition: all 1.5s;
}*/

.sep {
margin:4% auto;
height:50px;
background:url("../img/sep.png") no-repeat center;
/*
width:15px;
height:15px;
background:#f48f30;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;*/
}

/*.header_fx {
position:fixed !important;
width:100%;
z-index:897;
}*/
/*div.header_c1 {
height:250px;
line-height:250px;
}
div.header_c11 {
max-width:1121px;
margin:0 auto;
}
@media (max-width: 768px) {
	div.header_c {width:100%;}
}*/
div#header img {
border-width:0;
}
div.msgs_tit {
padding:3px;
background:#e0e0e0;
border-bottom:2px solid #333;
color:#000;
} 
div.msgs_b {
padding:3px;
padding-bottom:7px;
}
.elover_el_over {
cursor:pointer;
}
/*##LANG##*/
div.langs {
float:right;
height:30px;
line-height:30px;
width:auto;
margin-right:-10px;
}
div.langs ul {
position:relative;
clear:both;
list-style:none;
padding:0;
}
div.langs ul li {
display:block;
text-align:center;
padding:0 10px;
}
div.langs ul li span.lang_l {
display:block;
color:#fff;
font-size:1em;
text-decoration:none;
cursor:pointer;
}
div.langs ul li a.lang_l {
display: inline-block;
font-size:1em;
text-decoration:none;
cursor:pointer;
height:30px;
line-height:30px;
margin-left:3px;
}
div.langs ul li img {
width:23px;
border:0;
margin:0;
margin-bottom:1px;
filter:none !important;
}
div.langs a {
color:#fff !important;
text-decoration:none !important;
}
div.langs a:hover {
color:#000 !important;
text-decoration:none !important;
background:transparent !important;
}
div.langs h2:hover {
text-shadow: 0 !important;
}
/*#####*/
div#home {
position:relative;
/*position:absolute;*/
/*margin-top:0px;
left:0;
z-index: 896;*/
line-height:54px;
height:60px;
width:80px;

/*margin:0 auto;*/
text-align: center;
/*padding-top:24px;*/
pointer-events: all;
cursor:pointer;
/*margin-left:-200px;*/
}

/*.home_mini {
position:fixed !important;
height:90px !important;
padding-top:0px !important;
margin-top:0 !important;
}*/
div#home h1 {
font-size: inherit;
font-weight: inherit;
margin:inherit;
}
div#home img {
max-width: 75% !important;
max-height: 75% !important;
}
/*div.home_bg {
display:none;
background:rgba(255,255,255,.3);
width:250px;
height:500px;
position:absolute;
top:0;
left:50%;
margin-left:-125px;
z-index:1
}
*/
/*@media (max-width: 320px) {
	div#home {
	height:85px;
	line-height:85px;
	font-size:2.5em;
	text-align:right;
	padding-left:60px;
	padding-right:20px;
	}
}*/

#header_foto,.header_foto {
padding-top:0 !important;
position: fixed !important;
z-index: -3 !important;
width:100% !important;
top:0 !important;
height:500px;
overflow: hidden !important;
}
.flexmod {
/*position:absolute;*/
z-index: 999;
width:100%;
padding:20px 0;
top:0;
/*background:rgba(255,255,255,.85);*/
}
.flexmod .btnX5 {
color: #fff !important;
height: auto;
line-height:20px !important;
padding: 6px 8px;
}
#header_foto img {
width:100%;
}

@media (max-width: 710px) {
	#header_foto,.header_foto {
	top:80px !important;
	height:auto;
	}

	/*div#header {
	height:80px !important;
	border-bottom:1px solid #e1e1e1;
	background:rgba(255,255,255,.98);
	z-index:895 !important;
	}
	div#home {
	height:85px !important;
	margin-top:0 !important;
	padding-top:5px !important;
	width:180px;
	margin-left:-90px;
	}*/
}
/*@media (min-width: 711px) and (max-width: 768px) {
	div#home {
	margin-top:230px;
	left:50%;
	height:150px;
	width:320px;
	margin-left:-160px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	div#home {
	margin-top:310px;
	}
}*/
.m_logout {
position:absolute;
bottom:0;
left:0;

display:block;
text-align:center;
line-height:54px;
height:54px;
width:100%;
text-decoration: none;
color:#fff;
text-transform: uppercase;
font-size: 1.2em;
pointer-events:all;
cursor: pointer;
}
.m_logout:hover {
text-decoration: none;
color:#fff;
background:#000;
}

.m_logout_mng {
bottom:34px;
}

/*@media (max-width: 768px) {
	.content_pad_1 {
	padding-top:0 !important;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.content_pad_1 {
	padding-top:0 !important;
	}
}
@media (max-width: 414px) {
	#header_foto {
	margin-top:80px;
	height:140px !important;
	overflow:hidden;
	}
	div#content_c, div.content_c {
	padding-top:0 !important;	
	}
	.content_pad_1 {
	padding-top:0 !important;
	}
}
@media (max-width: 413px) {
	#header_foto img {
	width:auto;
	height:100%;
	position:absolute;
	}
}*/

div#home a {
text-decoration:none;
color:#444;
}
div#home a:hover {
color:#444;	
}
div#home span {
color:#f48f30;	
}

.social {
line-height:34px;
font-size:1em;
text-align:right;
margin-right:0px;
margin-bottom:10px;
position: absolute;
right:5%;
top:55px;
pointer-events: all;
}
.social a {
color:#666;
font-size:2.2em;
text-decoration: none;
}
.social_b {
top:28px !important;
}

.social_b a,.social_c a {
color:#666;
}
.social a:hover {
text-decoration: none;
}
@media (max-width:710px) {
.social {
right:24px;
top:27px;
}
.social a {
color:#666;
}

}
/*.social img {
border-width:0px;
height:24px;
width:24px;
margin-left:20px;
}
@media (max-width:480px) {
	.social {
	text-align:center;
	}
}*/

div.payoff {
position:absolute;
z-index:5;
right:20px;
top:40px;
display:block;
}
div.payoff div {
color:#fff;
font-size:1.3333em;
text-align:right;
letter-spacing:1px;
}
h1.payoff {
position:absolute;
z-index:5;
right:20px;
top:58px;
color:#fff;
font-weight:normal;
font-size:1.3333em;
text-align:right;
letter-spacing:1px;
}

/*######################*/
/*.container-pusher {
background:url(../img/bg/footer2.png) repeat-x bottom center;
}*/
/*.scroller {
background:url(../img/bg/piuma_3x.png) no-repeat 60% -20%;
}*/
#container0 {
position:relative;
min-height:100%;
height:100%;
width:100%;
overflow:hidden;
}
#container0_manage {
position:relative;
min-height:100%;
height:100%;
width:100%;
overflow:hidden;
}
/***Tabella container ***/
div#container,div.container {
position: relative;
height:100%;
width:100%;
overflow:hidden;
}
div#container_manage,div.container_manage {
position: relative;
height:100%;
width:100%;
overflow:hidden;
margin-top:34px;
}
div#wrapper {
position: relative;
height:100%;
margin:0 auto;
overflow:hidden;
}

.container_bg {
background:#fff;
}
.container_bg .content_s0 {
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

div#container1 {
position:relative;
margin:0 auto;
height:100%;
z-index:1;
}
.container-tb {
width:100%;
height:100%;
border-spacing: 0;
border-collapse: collapse;
}
.body-tb {
vertical-align: top;
padding:0;
height:100%;
}
.footer-tb {
vertical-align: bottom;
padding:0;
/*padding-top:50px;*/
height:0;
background:#fff;
}

/* COLUMN LEFT */
/*div#column_left_prodotti {
position:relative;
display:inline-block;
*diplay:inline;zoom:1;
margin:0;
width:200px;
text-align:left;
clear:both;
margin-right:20px;
vertical-align:top;
}*/
/* COLUMN RIGHT */
/*div#column_right { 
margin:0px;
float:right;
width:200px;
text-align:left;
min-height:350px;
height:auto !important;
height:350px;
background:#e0e0e0;
}*/
/* COLUMN RIGHT */
.column_right { 
vertical-align: top;
padding: 0;
height: 100%;

/*min-width:400px;*/
width:400px;

text-align:left;
background:#f3f4f6;
}
.cr_pd {
padding:0 10px;
}
/*.column_right-mw { 
min-width:400px;
}*/
.cr { 
position:fixed;
padding:20px;
height:100%;
overflow: scroll;
padding-bottom:100px;
padding-top:80px;
}
.cr_mngm { 
top:34px;
}
.cr_mngm_c { 
top:94px;
}
.cr_min {
width:60px;
height:100%;
background:#f48f30;
}
/*.column_right-w {
min-width:50px;
}*/
.h1t_cr {
position:fixed !important;
min-width:400px;
width:20%;
text-align: right;
}

/*******************/
div.maintenance {
text-align:center;
font-size:1.3333em;	
}
/**CONTENT*************************/
div#content_c,div.content_c {
/*max-width:1121px;*/
width:100%;
margin-left: auto;
margin-right: auto;
min-height:auto;
height:100%;

padding:0 ;/*20px*/
padding-left:80px;/*100px*/
position: relative;
z-index: 153;
background:#edeff5;
}
.content_pad_0 {
/*padding-top:500px;*/
}
.content_pad_1 {
/*margin-top:500px;
-webkit-box-shadow: 0 -5px 8px 0 rgba(217, 34, 40, 0.31);
-moz-box-shadow: 0 -5px 8px 0 rgba(217, 34, 40, 0.31);
box-shadow: 0 -5px 8px 0 rgba(217, 34, 40, .31);*/
}

div#content0,div.content0 {
width:100%;
max-width:100%;
height:100%;

position:relative;
margin:0 auto;
/*padding:10%;
padding-top:8%;*/
}
div#content0prd,div.content0prd {
display:inline-block;
*diplay:inline;zoom:1;
width:900px;
margin-bottom:20px;
}

div#content, div.content {
margin-left:0;
margin-right:0;
margin-bottom:30px;
width:100%;
min-height:auto;
height:auto !important;
}
/*@media (max-width: 768px) {
	div#content_c,div.content_c {
	padding:0;
	padding-top:20px !important;
	}
	.content_pad_0 {
	padding-top:250px !important;
	}
	.content_pad_1 {
	padding-top:100px !important;
	}
	
}
@media (max-width: 1024px) {
	div#content0,div.content0 {
	padding:3%;
	padding-top:4%;
	}
	.content_pad_1 {
	padding-top:80px !important;
	}
}*/
/*@media (max-width: 768px) {
div#content, div.content,
div#content_c,div.content_c {
min-height:auto;
height:auto !important;
}
div#content0, div.content0 {
width:100%;
}
/*div#content0 .testo_gen .c, 
div.content0 .testo_gen .c, 
div#content0 .tree_desc, 
div.content0 .tree_desc {
padding:10px 20px;
}
}*/
/*div#content, div#content0, div#content_c { padding-bottom: 150px; }*/
/**BODY*************************/
div#content_body,div.content_body {
text-align:left;
vertical-align:top;
padding:0;height:100%;
/*padding-bottom:30px;*/
}
div#content_body1,div.content_body1 {
font-size:1em;
color:#444;height:100%;
padding-top:60px;
}
/*
@media (max-width: 768px) {
div#content_body,div.content_body {
padding-bottom:10px;
}
}*/
/**********************/
.content_inside {
/*position:relative;
/*background:#fff;	
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);*/
}

div.content_s0 {
font-size:1em;
text-align:left;
padding:0;

margin-bottom:20px;
background:rgba(255,255,255,1);
	
border: 1px solid #dddfe2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	
overflow: hidden;
/*background:rgba(255,255,255,0.3);*/
/*-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
*/
	
}
div.content_s {
padding:20px;
}
div.content_s0_m20 {
margin-top:-40px;
}
div.content_s1 {
display:block;
}
.content_norad div.content_s0 {
margin:0;
border:0;
border-bottom: 1px solid #dddfe2;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.content_norad div.content_s {
padding:0;
}


.ccl_frow .content_s0 {
margin-right:6px;	
}
.ccr_frow .content_s0 {
margin-left:6px;	
}
.ccc_frow .content_s0 {
margin-left:6px;	
margin-right:6px;	
}
/*
.fr {
display:inline-block;
vertical-align:top;
margin-right:-3px;
zoom:1;
zoom:1;*display:inline;
}
*/
.fr {
display:inline-block;
zoom:1;*display:inline;
vertical-align:top;
margin-right:-3px;
}
.fr_m {
display:inline-block;
zoom:1;*display:inline;
vertical-align:top;
direction: ltr;
}
.fr_all {
width:49%;
margin-right:10px;
}

.fr_prd {
width:292px;
margin-right:10px;
}
.fr_prd_v {
width:138px;
margin-right:14px;
}

.fr_bk {
width:160px;
margin:5px;
}
.fr_who {
/*width:286px;*/
width:33%;
/*margin:2px;*/
}

/*.fr_news, .fr_evento {
width:25em;
margin-right:0.5em;
margin-bottom:0.5em;
}
.fr_prd {
width:186px;
margin-right:0.5em;
}
.fr_prd_h {
width:191px;
margin-right:0.58em;
margin-bottom:0;
}*/
/*.fr_news_obid, .fr_evento_obid {
width:60%;
}*/

.fr_c_rc {
width:140px;
/*height:56px;*/
margin:0.25em !important;
margin-bottom:0.5em;
margin-top:0;
overflow:hidden;
cursor:pointer;

-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}


/*.fr_mr0 { margin-right:0 !important; }*/
.fr_c { text-align:left;}
.fr_c_c { text-align:center; }

@media (max-width: 942px) {
	.fr_mr0 { /*margin-right:0.833333em !important;*/ }
	.fr_c { text-align:center; }
	.fr_who {
	width:50%;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	/*.fr_news_obid, .fr_evento_obid { width:100%; }*/
	.fr_c { text-align:center; }
	/*.fr_prd, .fr_prd_h { width:30%;margin:0 0.4em !important; }*/
	.fr_mr0 { /*margin-right:0.7em !important;*/ }
}
@media (max-width: 480px) {
	/*.fr_news_obid, .fr_evento_obid { width:100%; }*/
	.fr_c { text-align:center; }
	/*.fr_prd, .fr_prd_h { width:45%;margin:0 0.3em !important; }*/
	.fr_mr0 { /*margin-right:0.7em;*/ }
	.fr_who {
	width:100%;
	}
}
/***/
/* MENUS *******************/
a.menu1_logout {
float:right;
text-decoration:none;
text-transform:uppercase;
cursor:pointer;
color:#fff;
font-size:1.3em;
}
a.menu1_logout:hover {
color:#000;
}
a.menu1_user {
text-transform:capitalize !important;
}

a.menu_logout {
background:#111;
text-decoration:none;
text-transform:uppercase;
cursor:pointer;
}
a.menu_logout:hover {
color:#000;
background:#fff !important;
}
.menu1bO {
background:#a0c5df !important;
color:#333 !important;
}
/******/
.general_btn {
pointer-events:auto;
text-align: center;
}

.general_btn a,.general_btn div.gb {
position:relative;
display:block;
height:79px;
width:79px;
color:#fff;
text-decoration: none;
}


.general_btn a i {
display:block;
font-size:2.1em;
line-height:79px;
}
.general_btn a:hover {
text-decoration: none;
background-color:#fff;
color:#f48f30;
}
.gbh {
background-color:#fff;
color:#f48f30 !important;	
}


.general_btn div.gb {
display:block;
font-size:2.1em;
}
.general_btn div.gb div {
font-size: .6em;
}
.general_btn_bott {
position:absolute;
bottom:120px;
}


/*ul.menu_box1 {
float:left;
height:42px;
}
ul.menu_box1 li, ul.menu_box1R li {
display:inline-block;
padding: 0 2em;
list-style:none;
}
ul.menu_box1 li:first-child {
padding:0 !important;
padding-right:2em !important;
}
ul.menu_box1 li img, ul.menu_box1R li img {
margin-left:1em;
margin-right:1em;
margin-top:8px;
border-width:0px;
}*/
/*****************/
/*ul.menu_box1 li a.menu1 {
display:block;
height:42px;
line-height:42px;
color:#aaa;
font-size:1.1667em;
font-weight:300 !important;
text-decoration:none;
text-transform:uppercase;
cursor:pointer;
white-space:nowrap;
}
ul.menu_box1 li a.menu1:hover {
color:#fff;
text-decoration:none;
}

ul.menu_box1 li span.menu1 {
position: relative;
display:block;
height:42px;
line-height:42px;

font-size:1.1667em;
text-decoration:none;
text-transform:uppercase;
white-space:nowrap;
color:#fff;
}
ul.menu_box1 li span.menu1:after {
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-top: none;
height: 0;
width: 0;
bottom:0;
content:"";
left:50%;
margin-left:-5px;
position:absolute;
}*/

div.menu_box3 {
margin:0px;
padding:0;
}
div.menu_box3_0 {
padding-top:0;
}

div.menu_box3a {
margin-top:58px;

-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}

div.menu_box3a mt_b3a {
margin-top:110px;
}
div.menu_box3a mt_b3a_o {
margin-top:58px;
}

div.menu_box3a ul {
position:relative;
clear:both;
list-style:none;
}
div.menu_box3a ul li {
display:block;
list-style-type:none;
}
div.menu_box3a ul li ul a,
div.menu_box3a ul li ul span {
padding-left:15px;
background:#ccc;
}
div.menu_box3a ul li ul i {
margin-right:5px;
}
div.menu_box3a ul li a {
padding-left:12px;
padding-right:5px;
padding-top:8px;
padding-bottom:8px;
cursor:pointer;
font-weight:400;
font-size:1.2em;
text-align:left;
display:block;
text-decoration:none;
background:#999;
color:#fff;
border-bottom:1px dotted #f0f0f0;
}
div.menu_box3a ul li h2 {
margin:0;
font-size:inherit;
font-weight:400;
}
.menu30H {
background:rgba(139,187,35,1) !important;
}
.menu3H {
background:rgba(139,187,35,.7) !important;
}
/*****************/

div.menu_boxP {
position:relative;
margin:0;
padding:0;
}
div.menu_boxP ul {
position:relative;
list-style:none;
display:inline-block;margin:0;
padding:0;
}
div.menu_boxP ul li{
position:relative;
display:inline-block;
float:left;
list-style-type:none;
margin:0;
margin-top:0px;
padding: 0;
line-height:60px;
font-size:.8em;
}
div.menu_boxP ul li a{position:relative;color:#666;text-decoration:none;display:block;padding:0 20px;text-align:center;border-bottom:2px solid transparent;}
div.menu_boxP ul li span{position:relative;color:#666;text-decoration:none;display:block;padding:0 20px;text-align:center;border-bottom:2px solid #f48f30;}
div.menu_boxP ul li a:hover{color:#000 !important;text-decoration:none;border-bottom:2px solid #000;}
div.menu_boxP ul li:not(.selected) a{color:#666}
div.menu_boxP ul li:not(.selected) span{color:#666}
div.menu_boxP ul li:not(.selected) a:hover{color:#f48f30}
div.menu_boxP ul div{position:absolute;background:red;height:27px;width:27px;}/*background:url('../img/tabs.png') 0 -135px no-repeat*/
div.menu_boxP ul li.selected a{color:#f48f30;border-bottom:2px solid #f48f30;}
div.menu_boxP ul li.selected span{color:#f48f30;border-bottom:2px solid #f48f30;}

div.menu_boxP div.nump{float:right;height:60px;line-height:60px;font-size:.8em;text-align:right;color:#666;}

div.favourite_btns {
height:25px;
float:right;
display:inline-block;
margin-left:10px;
margin-right:5px;
}
/******/
#oh, #oh table, #oh td {
curson:hand;
cursor:pointer;	
}
/* CHANGEPAGES contapagine ***************/
.num_perpg {
text-align:left !important;
font-size:.75em;
color: #666;
float:left;
margin-left:20px;
}
.num_perpg .combo-select {
width:50px;
position:relative;
display:inline-block;
margin-right:10px;
}
div.count_pages {
display:inline-block;
height:32px;
}
div.contapagine {
display:block;
min-height:32px;
padding:20px;
text-align:right;
font-size:1.1em;
clear:both;
	background:#f6f7f7;
}
/*@media (max-width: 767px) {
	div.contapagine { text-align:center; }
}*/
div.contapagine a, div.contapagine span {
display:inline-block;
height:32px;
width:32px;
line-height:32px;
text-align: center;
}
span.changepages {
color:#fff;
background:#999;
}
span.changepages_spacer {
color:#000;
}
a.changepages {
font-weight:400;
color:#555;
text-decoration:none;
}
a.changepages:hover {
text-decoration:none;
color:#000;
background:#c6c6c6;
}
span.changepages1 {
display:inline;
font-size: .9em;
color:#666;
float:left;
line-height:32px;
width:auto !important;
}
.cpbt {
margin-top:15px;
border-top: 1px solid #e6e6e6;
}
.cpbb {
/*margin-top:15px;	*/
border-bottom: 1px solid #e6e6e6;
}
.cpbb_no_npg {
padding:0 20px !important;
}
.cpbt .combo-dropdown {
bottom: 100%;
top:auto;
}

.cpraquo,.cplaquo {
background:#fe991a;
color:#fff !important;
}
.cplt,.cpgt {
background:#f48f30;
color:#fff !important;
}

.cpgt:before {
font-family: Font Awesome\ 5 Free;
content: "\f105"
}
.cpraquo:before {
font-family: Font Awesome\ 5 Free;
content: "\f101"
}
.cplt:before {
font-family: Font Awesome\ 5 Free;
content: "\f104"
}
.cplaquo:before {
font-family: Font Awesome\ 5 Free;
content: "\f100"
}
/********************/
.bold {
font-weight:bold;
}
.bold1 {
display:block;
color:#000;
width:100%;
border-bottom:2px solid #666;
margin-bottom:4px;
margin-top:8px;
}
.meta_box {
background:#f0f0f0;
border:1px dashed #ddd;
padding: 10px;
}
.meta_box_t {
background:#ddd;
border:1px dashed #ddd;
border-bottom:0;
margin-top:10px;
padding:10px 20px;
}
.meta_box_t a {
color:#444;
text-decoration: none;
}
.meta_box_t a:hover {
color:#999;
text-decoration: none;
}

/********************/
div#testo_gen, div.testo_gen {
/*display:inline-block;*/
padding:0px;
font-size:1.2em;
/*line-height:1.2em;*/
line-height: 2em;
color:#313131;
width:100%;
}
div#testo_gen1,div.testo_gen1 {
/*display:inline-block;*/
padding:0px;
font-size:1.2em;
color:#313131;
width:100%;
margin-bottom:10px;
}
div#testo_gen10,div.testo_gen10 {
font-size:10px;
color:#313131;
}
div#testo_gen11,div.testo_gen11 {
font-size:11px;
color:#313131;
}
div.testo_gen_th {
display:inline-block;
padding:0px;
font-size:13px;
color:#313131;
width:100%;
text-align:center;
margin-top:20px;
}
div#m1 {
margin:0px;
margin-bottom:0px;
}
div#c,div.c,
div.cpm10 {
padding:15px 20px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
min-height:58px;
}
div.c10 {
padding:10px;
}
/*@media (max-width: 767px) {
	div#c,div.c {
		width:94%;margin:0 auto;
	}	
}
*/
div#c0,div.c0 {
padding:0px;
}
div#c0t,div.c0t {
padding:0px;
padding-top:10px;
}
div#c1,div.c1 {
padding:0px;
padding-bottom:15px;
}
div.c1fr,div.c1fr {
padding:0px;
}

div#c2,div.c2 {
padding:0px;
padding-bottom:5px;
padding-right:10px;
}
div#c5,div.c5 {
padding:5px;
}
div#c5t,div.c5t {
padding:0px;
padding-top:5px;
}
div#c_border {/*,div.c_border*/
padding:0px;
padding-bottom:5px;
border-bottom:1px solid #999;
}
div.c_border {
padding:0px;
border:1px solid #c0c0c0;
border-top:0px solid #c0c0c0;
}
div#c_border1,div.c_border1 {
padding:5px;
border:1px solid #e0e0e0;
border-top:1px dashed #e0e0e0;
}
div#c_border2,div.c_border2 {
padding:10px;
border:1px solid #e0e0e0;
}
div#c_border3,div.c_border3 {
padding:15px;
border-bottom:1px solid #c0c0c0;
background:#e0e0e0;
}
div#c_border4,div.c_border4 {
padding:0px;
border:2px solid #cc0000;
}
div#c10,div.c10 {
padding:10px;
}
div#cb,div.cb {
padding:5px;
background:#e0e0e0;
color:#999;
border:1px solid #c0c0c0;
border-top:0px solid;
}
div#c_disattiva,div.c_disattiva {
padding:15px;
background:#e0e0e0;
color:#999;
border:1px solid #c0c0c0;
}
div.cb2 {
color:#666;
}

div#c_left {
padding:0;
padding-left:8px;
}
div#c p,div#c0 p,div#c0t p,div#c1 p,div.c1fr p,div#c5 p,div#c2 p,div#c_border p, div#c_left p, div#c_border1 p, div#c_border2 p, div#c_border3 p, div#c_border4 p,div#c10 p,div#c101 p,div.cdisatt p,div.csc p {
padding:0;
margin:0;
}
div.cpm10 {
padding:0;
margin:0;
margin-bottom:10px;
}
div#c p img {
border-width:0px;
}
div.testo_gen p {
padding:0px;
margin:0px;
}
div.testo_gen ul {
padding-left:18px;
}
/*****************/
.tx_tb_c {
margin:20px 0;
}
.tx_tb {
width:100%;
border-collapse: collapse;
border-spacing:0;
}
.tx_tb td {
padding:0;
padding-right:5px;
width:50%;
vertical-align: top;
}
.tx_tb td:last-child {
text-align:right;	
padding-right:0px;
padding-left:5px;
}
@media (max-width: 480px) {
.tx_tb td {
display:block;
width:100%;
padding-bottom:10px;
text-align:center;
}
}
/**********************/
div#testo_gen ul:not(.sbOptions) {
margin-left:15px;
}
div#testo_gen li:not(.sbOptions) {
margin-left:5px;
}
div#testo_gen .sbOptions li {
margin-left:0px;
}
div#testo_gen h1, div#testo_gen h2, div#testo_gen h3 {
/*font-weight:normal;*/
}
.r_selected {
font-weight:bold;
color:#cc0000;
}
/**********************/
.testo_bg1 {
/*padding:5px;
padding-left:10px;
padding-right:10px;*/
padding:10px;
font-size:1.1667em;
color:#000;
background:url("../img/boxbg.png");
}
.testo_bg2 {
padding:10px;
padding-left:15px;
padding-right:15px;
font-size:1em;
/*color:#fff;*/
background:#f0f0f0;
text-align:left;
}
/**********************/
a.btnX {
display:inline-block;
zoom:1;*display:inline;
text-transform:uppercase;
text-decoration:none;

height:26px;
line-height:26px;
background-color:#2e9526;
border:1px solid #2e9526;

font-weight:bold;
padding:0 10px;
font-size:1em !important;
white-space:nowrap;
text-align:center;
color:#fff;
-moz-border-radius:1px;
-webkit-border-radius:1px;
}
a.btnX:hover {
color:#fff !important;
text-decoration:none;
border:1px solid #21751b;
-webkit-box-shadow: 0px 0px 4px #666;
-moz-box-shadow: 0px 0px 4px #666;
box-shadow: 0px 0px 4px #666;
}
a.btnX_continue {
background-color:#F7A412;
border:1px solid #F7A412;
}
a.btnX_continue:hover {
border:1px solid #F7A412;
}

a.btnXA {
display:inline-block;
zoom:1;*display:inline;
text-transform:uppercase;
text-decoration:none;

height:1.3333em;
line-height:1.3333em;
background-color:#2e9526;
border:1px solid #2e9526;

margin-right:5px;
height:22px;
line-height:22px;

font-weight:300;
padding:0 8px;
font-size:1em !important;
white-space:nowrap;
text-align:center;
color:#fff;
/*-moz-border-radius:2px;
-webkit-border-radius:2px;*/
}
a.btnXA:hover {
color:#fff !important;
text-decoration:none;
border:1px solid #21751b;
-webkit-box-shadow: 0px 0px 4px #666;
-moz-box-shadow: 0px 0px 4px #666;
box-shadow: 0px 0px 4px #666;
}
a.btnXA img {
height:16px;
}
a.btnXA_del {
background:#cc0000;
border:1px solid #cc0000;
}
a.btnXA_del:hover {
border:1px solid #cc0000;
}
a.btnX2 {
display:block;
font-weight:300;
margin-right:0px !important;
text-transform:uppercase;
font-size:1em;
line-height:25px;
height:25px;
padding:0 8px;
text-align:center;
text-decoration:none;
margin-bottom:2px;

color:#fff !important;
background:#2e9526;

-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:1px;
}
a.btnX2:hover {
text-decoration:none;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
.btnX2_w {
width:157px;
}
.btnX_w {
display:inline-block !important;
zoom:1;*display:inline;
}
@media (max-width: 480px) {
	.btnX2_w {
	width:124px;	
	}
}
a.btnX2INL {
display:inline-block;
zoom:1;*display:inline;
font-weight:400;
margin-right:0 !important;
text-transform:uppercase;
font-size:1em;
line-height:27px;
height:25px;
padding:0 8px;
text-align:center;
text-decoration:none;
margin-bottom:2px;
border:1px solid #2e9526;
color:#fff !important;
background:#2e9526;

-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:1px;
}
a.btnX2INL:hover {
text-decoration:none;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

a.btnX2A {
display:block;
font-weight:300;
text-transform:uppercase;
font-size:1em;
line-height:26px;
height:28px;
padding:0 8px;
text-align:center;
text-decoration:none;
margin-bottom:2px;
color:#fff !important;
background:#89898c;
}
a.btnX2A:hover {
text-decoration:none;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
.btnX2A_w {
width:200px;
}

a.btnX2G {
display:block;
font-weight:300;
margin-right:0px;
font-size:1em;
line-height:25px;
height:25px;
text-align:center;
text-decoration:none;
margin-bottom:2px;
border:1px solid #d0d0d0;
color:#888 !important;
text-transform:uppercase;
background:#e0e0e0;

-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:1px;
}
a.btnX2G:hover {
text-decoration:none;
border:1px solid #a0a0a0;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
.btnX2G_pad {
padding:0 8px !important;
}

.years_select {
min-height:24px;
padding:10px;
background:#f0f0f0;
-webkit-box-shadow: 0px 1px 2px #666;
-moz-box-shadow: 0px 1px 2px #666;
box-shadow: 0px 1px 2px #666;
}
a.btnX2Y {
display:block;
font-size:13px;
line-height:22px;
padding-left:7px;
padding-right:7px;
margin-right:7px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
font-weight:300;
background:#fff;
border:1px solid #999;
color:#000 !important;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnX2Y:hover {
text-decoration:none;
background:#777;
color:#fff !important;
}
a.btnX2YH {
display:block;
font-size:13px;
line-height:22px;
padding-left:7px;
padding-right:7px;
margin-right:7px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
font-weight:300;
background:#999;
border:1px solid #999;
color:#fff !important;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnX2YH:hover {
text-decoration:none;
background:#999;
color:#fff !important;
}

a.btnX21 {
display:block;
width:140px;
font-weight:normal;
padding:5px 10px;
font-size:1em;
text-align:center;
text-decoration:none;
text-transform:uppercase;
background:#f48f30;
color:#fff;
-webkit-transition: none;
transition: none;
}
a.btnX21:hover {
text-decoration:none;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
.btnX21_w {
width:100% !important;
white-space: nowrap;
}
@media (max-width: 768px) {
	a.btnX21 {
	margin:0 auto ;	
	}
}

/*.btnX21.btng {
background:#2e9526 !important;
border:1px solid #2e9526 !important;
}
a.btnX21.btng:hover {
border:1px solid #2e9526 !important;
background:#2e9526 !important;
}*/

a.btnX21a {
width:130px;
font-weight:bold;
height:24px;
line-height:24px;
padding:5px;
padding-left:1em;
padding-right:1em;
font-size:1.1667em;
text-align:center;
text-decoration:none;
margin-left:5px;
margin-right:5px;
text-transform:uppercase;

background:#89898c;
border:1px solid #89898c;
color:#fff !important;

-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnX21a:hover {
border:1px solid #89898c;
background:#89898c;
text-decoration:none;
color:#000;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

a.btnX22 {
display:block;
color:#fff;
font-weight:bold;
padding-left:5px;
padding-right:5px;
background-color:#a0a0a0;
font-size:1em;
line-height:23px;
text-decoration:none;
margin-right:3px;
margin-left:3px;
text-align:center;
width:180px;
text-transform:uppercase;
}
a.btnX22:hover {
text-decoration:none;
color:#fff;
background-color:#89898c;
}

a.btnX24 {
display:block;
width:130px;
font-weight:bold;
padding:5px;
padding-left:7px;
padding-right:7px;
font-size:1em;
text-align:center;
text-decoration:none;
margin-bottom:4px;
margin-left:auto;
margin-right:auto;
text-transform:uppercase;

background:#89898c;
border:1px solid #89898c;
color:#fff !important;

-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnX24:hover {
border:1px solid #89898c;
background:#89898c;
text-decoration:none;
color:#000;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

/*a.btnX41 {
display:inline-block;
color:#fff;
height:22px;
line-height:23px;
padding-left:8px;
padding-right:8px;
font-size:1em;
text-decoration:none;
margin-right:0px;
background-color:#c6c6c6;
border:1px solid #c0c0c0;
text-align:center;
}
a.btnX41:hover {
border:1px solid #89898c;
background:#89898c;
text-decoration:none;
color:#fff;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}*/



	a.btnX51 {
	display:inline-block;
	zoom:1;*display:inline;
	color:#333;
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	font-size:11px;
	text-decoration:none;
	margin-right:5px;
	margin-top:5px;
	background-color:#c6c6c6;
	border:1px solid #a0a0a0;
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}
	a.btnX51:hover {
	background:#ffcc00;
	border:1px solid #444;
	color:#333;
	}
	span.btnX51 {
	display:inline-block;
	zoom:1;*display:inline;
	color:#333;
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	font-size:11px;
	text-decoration:none;
	margin-right:5px;
	margin-top:5px;
	background:#ffcc00;
	border:1px solid #444;
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}

a.btnX5, a.btnX6, span.btnX6 {
display:inline-block;
zoom:1;*display:inline;
height:32px;
width:auto;
line-height:32px;
color:#fff;
padding:0 12px;
font-size:1.2em !important;
text-decoration:none;
text-transform:uppercase;
background-color:#00a259;/*2e9526*/
text-align:center;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
}
a.btnX5:hover, a.btnX6:hover {
text-decoration:none !important;
-webkit-box-shadow: 0 0px 2px #666;
-moz-box-shadow: 0 0 2px #666;
box-shadow: 0 0 2px #666;
}
.btnX6_a {
background-color:#cc0000 !important;
}
.btnX6_b {
background-color:#f48f30 !important;
}
.btnX6_c {
background-color:#FFB507 !important;
}
.btnX6_d {
background-color:#aaa !important;
margin-left:10px;
}
.btnX6_d1 {
background-color:#aaa !important;
margin-left:0;
	
-moz-border-top-left-radius:0 !important;
-moz-border-bottom-left-radius:0 !important;
-webkit-border-top-left-radius:0 !important;
-webkit-border-bottom-left-radius:0 !important;
border-top-left-radius:0 !important;
border-bottom-left-radius:0 !important;
}
.btnX6_dx {
background-color:#aaa !important;
border-right:1px dotted #fff;
margin-left:10px;
	
-moz-border-top-right-radius:0 !important;
-moz-border-bottom-right-radius:0 !important;
-webkit-border-top-right-radius:0 !important;
-webkit-border-bottom-right-radius:0 !important;
border-top-right-radius:0 !important;
border-bottom-right-radius:0 !important;

}

.btnX6_e {
background-color:#aaa !important;
margin-left:10px;
-moz-border-top-left-radius:0 !important;
-moz-border-bottom-left-radius:0 !important;
-webkit-border-top-left-radius:0 !important;
-webkit-border-bottom-left-radius:0 !important;
border-top-left-radius:0 !important;
border-bottom-left-radius:0 !important;
}

.noradius_l {
background-color:#000 !important;
-moz-border-bottom-left-radius:0px !important;
-webkit-border-bottom-left-radius:0px !important;
border-bottom-left-radius:0px !important;
-moz-border-top-left-radius:0px !important;
-webkit-border-top-left-radius:0px !important;
border-top-left-radius:0px !important;
}
a.btnX7 {
display:inline-block;
zoom:1;*display:inline;
height:26px;
line-height:26px;
color:#666;
padding-left:10px;
padding-right:10px;
font-size:1em !important;
text-decoration:none;
text-transform:uppercase;
background-color:#e0e0e0;
border:1px solid #e0e0e0;
text-align:center;
}
a.btnX7:hover {
text-decoration:none !important;
border:1px solid #aaa;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

/*#################################*/
div#home0t {
height:60px;
margin-bottom:10px;
}
div#home0t div {
font-size:1.8em;
color:#000;
padding-top:35px;
padding-left:1em;
text-align:left;
}

div#home1t,div.home1t {
padding:0 20px;
text-align:left;
font-weight:300;
text-transform:uppercase;
background:#fff;
border-bottom:1px solid #e6e6e6;
}
div#home1t div,div.home1t div {
width:100%;
font-size:2em;
line-height:60px;
}
/*h1.h1t,div.h1t {
position:relative;
font-size:2.2em;
height:48px;
line-height:49px;
font-weight:300 !important;
text-transform:uppercase;
text-align:center;
padding:0;

background:#fff;
margin:5px 0;
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}*/
.h1t {
text-transform:uppercase;
font-size:2em;
/*padding:2% 0;*/
font-weight: 300;
color:#000;
margin:0;
height:60px;
line-height:60px;
padding:0 20px;
background:#fff;
border-bottom:1px solid #e6e6e6;
position:fixed;
width:100%;
top:0;
z-index: 2;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
padding-right:100px;
}
/*.h1t a {
float:left;
background:#f48f30;
color:#fff;
width:33px;
height:33px;
line-height:29px;
position:absolute;
left:0;
}*/
.h1t1 {
font-size:1.6em;
margin:0;
padding:4% 0;
font-weight:300;
text-transform:uppercase;
text-align:center;
color:#888;
}

@media (max-width: 787px) {
	.h1t1 {
	font-size:1.4em;
	padding:20px 0;
	}
}
h1.h1t2, div.h1t2 {
font-size:1.5em;
margin:0;
margin-bottom:10px;
font-weight:normal;
}
h1.h1t3, div.h1t3 {
font-size:1.5em;
margin:0px;
font-weight:normal;
margin-top:10px;
}
h1.h1t4, div.h1t4 {
font-size:1.8333em;
line-height:50px;
margin:0px;
font-weight:300;
text-transform:uppercase;
}
h1.h1t5, div.h1t5 {
font-size:1.5em;
line-height:32px;
margin:0px;
padding-left:10px;
font-weight:normal;
background:#f0f0f0;
}
h1.h1t6, div.h1t6 {
font-size:1.8333em;
line-height:32px;
margin:0px;
font-weight:300;
text-transform:uppercase;
}
h2.h2t {
font-size:22px;
line-height:22px;
margin:0px;
margin-bottom:10px;
font-weight:300;
/*text-transform:uppercase;*/
}
h3.h3t3 {
font-size:18px;
line-height:22px;
margin:5px 0;
font-weight:300;
}
/***********************/
img.i_left {
margin:5px;
margin-right:5px;
margin-top:3px;
margin-bottom:2px;
margin-left:0px;
}
img.i_border {
margin:0px;
border:1px solid #999;
margin-bottom:8px;
}
#selected_h {
border:4px solid #fff;
padding:3px;
}
/*********************/
/**CERCA SEARCH**********************/
.s_incl {
float:right;
/**position:absolute;
*right:10px;*/
}
div.search input, .s_incl input {
font-size:1em;
padding-left:7px;
border:1px solid #ddd;
border-right:0;
margin:0px;
float:left;
height:33px;
line-height:33px;
margin-top:3px;
}
.inp_ok {
border-left:10px solid #00a259 !important;
}
a.btn_search {
margin:0px;
display:inline-block;
float:right;
/*font-size:12px;*/
text-align:center;
text-decoration:none;
text-transform:uppercase;
color:#fff;
background:#fff;
border:1px solid #ddd;
border-left:1px dashed #ddd;
height:33px;
width:33px;
margin-top:3px;
}
a.btn_search:hover {
background:#00a259;
color:#fff;
border:1px solid #00a259;
}
a.btn_search i, a.btn_search1 i {
line-height:30px;
font-size:14px;
}
a.btn_search i {
color:#999;
}
a.btn_search1 i {
color:#999;
}
a.btn_search:hover i {
color:#fff;
}
a.btn_search1:hover {
background:#fff;
border:1px solid #ddd;
}
a.btn_search1:hover i {
color:#c00c00 !important;
}

a.btn_search img {
margin-top:5px;
width:24px;
}
a.btn_search1 img {
margin-top:2px;
}
a.btn_search1 {
border-right:0px solid;
}
a.btn_search:hover {
text-decoration:none;
}
/**/
div#search_mono {
display:inline-block;
float:right;
width:350px;
height:42px;
}

div#search_mono form, div#search_mono1 form {
margin:0px;
padding:0px;
}
div#search_mono span.s1, div#search_mono span.s {
color:#000;
font-weight:300;
text-align:left;
border-left:1px solid #ddd;
height:42px;
float:left;
margin:0px !important;
background:#fff;
}
div#search_mono span.s1 input, div#search_mono span.s input {
margin-top:0px;
float:left;
height:42px;
line-height:42px;
font-size:1.3333em;
border-width:0px;
background-color:#f0f0f0;
padding:0 10px;
}
@media (max-width: 479px) {
	div#search_mono {
	width:273px;
	}
	div#search_mono span.s1 input, div#search_mono span.s input {
	background-image:url('../i/search_dn_m.png');
	background-position:right top;
	background-repeat:no-repeat;
	}
}

table.search_t {
width:100%;
margin-top:0;
border-top:2px solid #f48f30;
}
table.search_t td {
padding:10px;
width:33%;
text-align:center;
}
table.search_t td input {
margin-left:10px;
}

a.btnXS {
float:left;
display:inline-block;
zoom:1;*display:inline;
text-decoration:none;
background-color:#444;
height:42px;
width:42px;
margin:0px !important;
}
a.btnXS:hover {
text-decoration:none;
background:#006500;
}
a.btnXSC {
float:left;
display:inline-block;
zoom:1;*display:inline;
text-decoration:none;
background-color:#999;
height:42px;
width:42px;
margin:0px !important;
}
a.btnXSC:hover {
text-decoration:none;
background:#89898c;
}
a.btnXS img, a.btnXSC img {
border-width:0px;
height:32px;
width:32px;
padding:5px;
}

a.btnX4 {
*position:absolute;
display:block;
width:100%;
color:#fff;
font-weight:bold;
background-color:#6c7f4e;
border-top:2px solid #6c7f4e;
font-size:15px;
text-decoration:none;
text-align:center;
text-transform:uppercase;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
}
a.btnX4 div {	
display:inline-block;
zoom:1;*display:inline;
padding:8px;
padding-top:5px;
}
a.btnX4:hover {
text-decoration:none;
background-color:#2b5ca9;
}
/********/
.bggray {
background:#f0f0f0 !important;
}
/******/
div.toolbar_oby2 {
position:relative;
padding:8px;
background:#fff;
/*border:1px solid #000;*/

-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}
.toolbar_oby2 .combo-select {
position:relative;
width:224px;
float:left;
margin-right:0px;
z-index:1;
}
.toolbar_oby2_block {
display:inline-block;
zoom:1;*display:inline;
height:28px;
width:32px;
}


div.toolbar_oby3 {
padding-left: 10px;
}
div.toolbar_oby {
padding: 10px 20px;
min-height: 60px;
height: 60px;
background:#fafafa;
border-bottom:1px solid #e6e6e6;
}
.toolbar_oby .combo-select,.toolbar_oby2 .combo-select{
position:relative;
margin-top:3px;
}
.tbo_blk {
display:inline-block;
float:left;
margin-left:10px;
height:40px;
line-height:40px;
font-size:1.2em;
}
.tbo_ico {
display:inline-block;
float:left;
margin-right:5px;
height:40px;
line-height:40px;
font-size:1.4em;
color:#999;
}
.srch_date {
float:left;
padding:0 10px;
background:#fafafa;
height:33px;
margin-top:3px;
/*border:1px solid #ddd;
padding-top:1px;*/
}
.srch_date .in_x {
height:31px;
line-height:31px;
padding:0 6px !important; 	
}
.srch_date img {
height:28px;	
margin-top:2px;
margin-bottom: 0;
}
img.ui-datepicker-trigger {
vertical-align: middle;
margin-bottom: 5px;
margin-left: 2px;
cursor: pointer;
}

table.toolbar_oby {
width:100%;
}
div.toolbar_oby1 {
padding-top:5px;
}
div.to2 {
border-top:0px solid;
}
div.to3 {
margin-bottom:5px;
}
div.to4 {
margin-bottom:5px;
margin-top:5px;
}
td.tbo1 {
width:50%;
text-align:center;
background:url("../img/boxbg.png");
padding:5px;
}
td.tbo2 {
padding-bottom:5px;
}

/*INSERT*/
/*div.ins2 {
font-size:1em;
padding:5px 10px;
text-align:left;
background-color:#d3f3d0;
color:#000;
margin-bottom:10px;

-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}*/
div.ins2 {
font-size:1em;
padding:10px 20px;
text-align:left;
color:#000;
background-color:#fff;
border-bottom: 1px solid #e6e6e6;
/*-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);*/
}
.ins2_box {
padding:10px !important;
}
div.ins2a {
font-size:1em;
padding:5px;
text-align:left;
background-color:#f0f0f0;
color:#000;
margin-bottom:10px;
}
div.ins3 {
font-size:1em;
padding:5px 0;
text-align:left;
/*background-color:#d3f3d0;*/
color:#000;
}
div.ins_search {
background-color:#f0f0f0;
color:#000;
border-bottom:1px solid #bababa;
font-size: 1.4em;

}
.ins_search a.btnX41 {
display:block;
color:#333;
text-decoration:none;
font-weight:bold;
padding:10px 15px;
text-transform: uppercase;
}
.ins_search a.btnX41:hover {
text-decoration:none !important;
background:#ffcc00;
}

div.ins_bgH { 
background-color:#f48f30;
}
div.ins_bgH1 { 
background-color:#ddd;
}
div.ins_bgH1 a:before { 
font-family: Font Awesome\ 5 Free;
font-weight: 900;
content:"\f077";
color:#000;
margin-right:10px;
float:left;
height:100%;
}
div.ins_bgH1 a { color:#000 !important; }
div.ins_bgH a { 
color:#fff !important;
}
div.ins_search_btn {
text-align:left;
padding:0 20px;
margin-top:-20px;
}

input.inp1 {
font-size:13px;
font-weight:300;
text-align:left;
padding:4px;
border:1px solid #c0c0c0;
width:250px;
text-align:center;
}

.bgsf {
padding:8px;
background:url("../img/boxbg.png");
}

.wdt100 {
width:100px;	
}

td.bp1 {
font-weight:bold;
}
td.bp2 {
border-top:3px solid #999 !important;
font-weight:bold;
}
td.bp3 {
font-weight:bold;
}
table.w100bp {
width:100%;
border-collapse:collapse;
background-color:#fff;
border:1px solid #999;
}
table.w100bp td {
border:1px solid #e0e0e0;
padding:4px;
vertical-align:top;
}

td.bp2t {
background-color:#e0e0e0;
font-weight:bold;
}
.intd1, .intd2 {
padding:20px;	
background:url("../img/boxbg.png");
}
.bx {
font-size:1.333em;
font-weight:500;	
}
/* FORM_GROUPS*/
div.form_g {
padding:10px;
color:#666 !important;
/*border-top:1px solid #e0e0e0;*/
/*background:url("../img/boxbg.png");*/
background:url("../img/boxbg.png");
font-size:1.3333em;
}
div.form_g_n {
padding:5px;
padding-left:10px;
padding-right:10px;
color:#666 !important;
/*border-bottom:1px solid #e0e0e0;*/
background-color:#f0f0f0;
font-size:1em;
}
div.form_g_n p {
margin:0px;
}


/*******/
.tbc1_row_h {
padding-bottom:10px;
margin-bottom:10px;
border-bottom:1px dotted #ccc;
}
table.tbc1_row {
width:100%;
border-collapse:collapse;
table-layout: fixed;
}
table.tbc1_row td {
position:relative;
vertical-align:top;
/*width:80px;*/
line-height:1.3em;
padding-right:8px;
overflow:hidden;
}
.tbc1_row_br {

}
.tbc1_row_th {
font-weight: bold;
}
.tbc1_row_lf {
display:none;
}
@media (max-width:1400px) {
.tbc1_row_lf {
display:block;
width:25px;
height:100%;
position:absolute;
top:0;
right:0;
background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}
}

table.tbc1_row i {
display:block;
margin:3px 0;
}
/*******/
table.tbc1 {
width:100%;
border-collapse:collapse;
}
table.tbc1 td {
vertical-align:top;
}
td.tbc1 {
border-right:1px dotted #e0e0e0;
width:20%;
color:#888;
padding:5px;
padding-left:0;
line-height:1.2em;
}
td.tbc1_v {
color:#888;
padding:5px;
padding-left:0;
line-height:1.2em;
}
td.tbc1c {
border-right:1px dotted #d0d0d0;
width:100px;
color:#666;
padding:5px;
padding-left:0;
line-height:1.2em;
}
td.tbc1c_v {
color:rgba(77, 170, 230,1);
padding:5px;
padding-left:0;
line-height:1.2em;
}

td.tbc2 {
line-height:1.2em;
padding:5px;
padding-left:20px;
}
td.tbc2_v {
line-height:1.2em;
padding:0;
padding-bottom:10px;
}

div.tbc2overf {
height:200px;
overflow:auto;
}

td.tbc1b {
/*background:#f0f0f0;*/
padding:10px 0;
padding-bottom:4px;
padding-top:30px;
font-weight:300;
font-size:1.3em;
color:#000;/*#f48f30;*/
text-transform: uppercase;
	border-bottom:1px dotted #f0f0f0;
}
div.tbc1b {
/*background:#f0f0f0;*/
padding:10px !important;
font-weight:bold;
font-size:1em;
margin-top:2px;
}
td.tbc1b_1 {
padding-top:3px;
}
td.tbc1b_n {
padding:4px !important;
}



table.tbc1_r {
width:100%;
border-collapse:collapse;
background:#fff;
}
table.tbc1_r td {
vertical-align:top;
padding:10px 15px !important;
font-size:1.2em;
}
td.tbc1_r {
border-right:1px dotted #e0e0e0;
width:20%;
color:#888;
padding:5px;
padding-left:0;
line-height:1.2em;
}
td.tbc1_r_v {
color:#888;
padding:5px;
padding-left:0;
line-height:1.2em;
}
table.tbc1_r th {
background:#d0d0d0;
border-bottom:1px solid #ccc;
padding:10px 15px !important;
font-size:1.2em;
}

td.tbc1c_r {
border-right:1px dotted #d0d0d0;
width:100px;
color:#666;
padding:5px;
padding-left:0;
line-height:1.2em;
}
td.tbc1c_r_v {
color:rgba(77, 170, 230,1);
padding:5px;
padding-left:0;
line-height:1.2em;
}
td.tbc1d_r {
border-right:1px dotted #e0e0e0;
width:60px;
color:#666;
padding-left:5px !important;
}

td.tbc2_r {
line-height:1.2em;
padding:5px;
padding-left:20px;
}
td.tbc2_r_v {
line-height:1.2em;
padding:0;
padding-bottom:10px;
}

div.tbc2_roverf {
height:200px;
overflow:auto;
}
/*td.tbc1b {
background:#e0e0e0;
padding:6px !important;
font-weight:bold;
}*/

td.tbc1b_r {
/*background:#f0f0f0;*/
padding:10px 0;
padding-bottom:4px;
padding-top:30px;
font-weight:300;
font-size:1.3em;
color:#000;/*#f48f30;*/
text-transform: uppercase;
	border-bottom:1px dotted #f0f0f0;
}
div.tbc1b_r {
/*background:#f0f0f0;*/
padding:10px !important;
font-weight:bold;
font-size:1em;
margin-top:2px;
}
td.tbc1b_r_1 {
padding-top:3px;
}
td.tbc1b_r_n {
background:#f0f0f0;
padding:10px 20px !important;
}


/***/
.bz { border-left:10px solid #FFB000; }
.ar { border-left:10px solid #FFE400; }
.ar_p { border-left:10px solid #009900; }
.ar_nc { border-left:10px solid #ff0000; }

/***/
table.tbc3 {
width:100%;
border-spacing:0;
border-collapse:separate;
table-layout:fixed;
}
table.tbc3 td,
table.tbc3 th {
padding:5px 10px;
vertical-align:middle;
}
.tbc3_nr_fattura,
.tbc3_nr_documento {
width:80px;
}
.tbc3_nr_fatturah {
padding-left:20px !important;
}

.tbc3_data_ft,
.tbc3_periodo_dal,
.tbc3_periodo_al,
.tbc3_scadenza_ft,
.tbc3_tipologia_fattura,

.tbc3_data_pagamento_ft {
width:65px;
}
.tbc3_tipo_fatt {
width:40px;	
}
.tbc3_totale_imponibile_ft,
.tbc3_totale_ft,
.tbc3_residuo,
.tbc3_pagato,

.tbc3_importo_pagamento_ft {
width:80px;
text-align:right;
}

.tbc3_rife_fattura {
text-align:right;
width:70px;
}
.tbc3_residuo {
color:#c00c00;
}
.tbc3_pagato {
color:#009900;
}
.tbc3_prosegui,
.tbc3_cancella,
.tbc3_add,
.tbc3_pagamenti_ft {
width:32px;
height:32px;
padding:0 !important;
}
.tbc3_rife_cliente1 {
width:120px;
text-align:right;
}

.tbc3_moddel {
width:50px;
height:32px;
padding:0 !important;
background:red;
}
.tbc3_moddel a {
display:inline-block;
zoom:1;édisplay:inline;
background:blue;
padding:0 10px;
}

.tbc3_prosegui a {
display:block;
background:#009900;
}
.tbc3_prosegui a:hover {
background:#000;
}
.tbc3_cancella a {
display:block;
background:#cc0000;
}
.tbc3_prosegui a:hover {
background:#000;
}

.tbc3_prosegui img,
.tbc3_cancella img {
height:32px;
width:32px;
}
.tbc3_add a {
display:block;
width:32px;
height:32px;
line-height:32px;
volor:#fff;
font-size:1.4em;
text-decoration:none;
background:#000;
text-align:center;
color:#fff;
}
.tbc3_add a:hover {
background:#009900;
}
.tbc3_pagamenti_ft a {
display:block;
width:32px;
height:32px;
line-height:32px;
volor:#fff;
font-size:1.4em;
text-decoration:none;
background:#888;
text-align:center;
color:#fff;
}
.tbc3_pagamenti_ft a:hover {
background:#444;
}


.bg_shd {
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}

/*.documenti_c .content_s0:nth-child(even) {
background:#f0f0f0 !important;	
}
.documenti_c .content_s0 {
margin-bottom:3px;
}*/
/***/
div.spacer {
height:20px;
}
/***/

.ok {
background:#cffed0;
}
.done {
/*font-style:italic !important;*/
color:#aaa !important;
background:#f0f0f0 !important;
}
.done a {
color:#aaa !important;
}
.done .tbc1c {
color:#aaa !important;
}

.inprogress {
/*font-style:italic !important;*/
color:#999 !important;
}

table.tbrt {
width:100%;
height:100%;
border-spacing:0;
border-collapse:separate;
table-layout:fixed;
}
table.tbrt1 {
margin-bottom:0;
}

.tbrt_mm {
background:#f0f0f0;
margin-bottom:5px !important;
border-bottom:1px dashed #ddd;
font-weight:bold;
}
table.tbrt td {
padding:0 10px;
}
table.tbrtpd td {
padding:10px 0 !important;
text-align:center;
}

table.tbrt td input {
padding:6px;
background:#F0FFF0;
border:1px solid #ddd !important;
text-align:right;
box-shadow: inset 0px 4px 10px -10px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0px 4px 10px -10px rgba(0,0,0,0.5);
-o-box-shadow: inset 0px 4px 10px -10px rgba(0,0,0,0.5);
}
table.tbrt td .sv {
display:inline-block;
margin-top:-4px;
height:26px;
width:26px;
border:1px solid #ddd;
border-left:0;
background:#f0f0f0;
}
table.tbrt td .sv img {
height:28px;
width:28px;
}
/**/
.news {
display: table;
width:100%;
}
.news_title {
font-size:2em;
padding-top:5px;
padding-bottom:20px;
font-weight:300;
margin:0;
margin-bottom:10px;
color:#f48f30;
}


.news_insdate {
color:#888;
text-align:right;
}
.news_breve {
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px dotted #ddd;	
}
.news_breve1 {
font-size:1em;
font-weight:normal;
margin-bottom:20px;
}
div.news_foto {
display: table-cell;
vertical-align: top;
padding-right: 40px;
width: 188px;
position: relative;
}

div.news_foto img {
width: 100%;
/*border-radius: 50%;*/
}
.news_foto1 img {
/*-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;*/
width:188px !important;
text-align:center;
/*margin-top:24px;*/
}


div.news_testo {
display: table-cell;
vertical-align: top;
text-align: left;
padding-bottom:10px;
width:auto;
}

.news_pub {
border:1px dotted #c0c0c0;
padding:10px;
background:#f0f0f0;
margin:10px 0px;
height:auto;
line-height:1em;
}

.news_pub div {
display:inline-block;
width:33%;
vertical-align:top;
}

.pubblica_scaduta {
border-left:5px solid #FFAB00;
}
.pubblica_home {
border-left:5px solid #22E600;
}
.non_pubblicare {
border-left:5px solid #cc0000;
}
.data_fine_today {
color:#FFAB00;	
}
.data_past {
color:#FFAB00;
text-decoration:line-through;	
}

.news_pub1,.news_pub2 {
font-size:.85em;
color:#999;
}

@media (max-width: 768px) {
	div.news_foto {
	display: block;
	padding-right: 0;
	margin:0 auto;
	margin-bottom:30px;
	}
	div.news_testo {
	display: block;
	}
	.news_pub1, .news_title,.news_breve1 {text-align:center;}
}

/** FAQ ***********/
.faq_q {
font-size:1.3em;
margin-top:4px;
margin-bottom:4px;
color:#022e6f;
font-weight: bold;
}
.faq_d {
font-size:.9em;
font-style:italic;
color:#888;
margin-bottom:6px;
	float:right;
}
.faq_a {
display:block;

margin-bottom:4px;
color:#000;
/*padding:10px;
border:1px solid #ddd;
background:#fafafa;*/
}


.back {
height:32px;
line-height:32px;
margin-right:10px;
}
.back1 {
height:60px;
line-height:60px;
margin-right:20px;
float:left;
}

h3.titleh3 {
padding:0px;
margin:0px;
margin-bottom:4px;
}
h2.titleh2 {
text-transform:uppercase;
padding:0px;
margin:7px;
margin-left:0px;
margin-right:0px;
background:#022e6f;
color:#000;
padding:4px;
}


.orari {
width:320px;
margin:0 auto;	
text-align:center;
}
.orari_hr {
width:280px;
height:20px;
border-top:1px solid #000;
margin:0 auto;	
}
/**/
.link_news table {
width:100%;
border-spacing:0;
border-collapse: separate;
}
.link_news td:first-child {
width:100px;
}
.link_news td:nth-child(2) {
text-align:right;
}

/**/
.all_list {
width:100%;
border:1px dotted #c0c0c0;
}
.all_list table {
width:100%;
border-spacing:0;
border-collapse:separate;
}
.all_list td {
vertical-align:top;
line-height:40px;
padding:0 20px;
}
.all_list .all_ml:nth-child(odd) {
background-color:#f9f9f9;
}
.all_list a {
color:#111;
}
.all_tit {
background-color:#eee;
line-height:2.2em;
padding:0 20px;
}
.alsc {
width:20%;
text-align: right;
}
@media (max-width:768px) {
	.f_list {
	float:none !important;
	margin-left:37px;
	line-height:2em;
	}
	.alsc {
	float:right;
	text-align: right;
	}
}
.not_exists {
border-left:5px solid #ff0000 !important;
}
img.icon_dwnl {
width:25px;
height:25px;
margin-right:10px;
}
.uw_1 {
font-size:1.333em;
background:#ddd;
line-height:3em;	
padding:0 1em;
}
.uw_2 {
font-size:1.2em;
padding:1em;
}

div.prd_albero_desc {
margin:10px;
background:#e0e0e0;
border:1px solid #999;
padding:10px;
}

div.path {
height:45px;
line-height:45px;
padding:0;
font-size:1.2em;
padding:0 10px;
}
div.path h1,div.path h2 {
margin:0;
font-size:inherit;
font-weight:inherit;
display:inline;
}
div.path a {
color:#555;
}
div.path a:hover {
color:#f48f30;
}
div.path i {
margin: 0 8px;	
}
/*****************/
div.prd_albero_desc {
margin:10px;
background:#eee;
padding:20px;
}
/*****************/
.tit_gen {
line-height:3em;
background:#f0f0f0;
padding:0 1em;
font-size:1.4em;	
}

.h1t_inside {
display:inline-block;
margin:0 auto;
}
.h1t_a {
color:#000;
text-decoration:none;
float:none !important;
}
.ard,.ard1 {
display:inline-block;
line-height:inherit;
background-image:url("../i/arrow_d.png");
background-repeat:no-repeat;
background-position:center;
margin-left:5px;
width:20px;
height:20px;
margin-top:16px;
float:right;
}
.ard1 {
margin-top:12px;
}

.totale_fattura {
line-height:1em;
padding:0 1em;
background:#8ec4ef;
border:1px solid #f48f30;
text-transform:uppercase;
font-size:2.2em;
}
.totale_fattura div {
display:inline-block;
font-weight:bold;
margin-left:50px;	
}

.scd2 {
width:50px;
}
.scd3 {
width:100px;
text-align:right;
}

.mod_del {text-align:right;width:60px;padding-right:5px !important;}
/**/
.c_rc,
.c_rc1 {
border:1px solid #ccc;
height:78px;
}

.c_rc div,
.c_rc1 div {
padding:5px;
}
.c_rc div:first-child,
.c_rc1 div:first-child {
margin-bottom:0;
background:#f0f0f0;
}

.c_rc_fr:hover {
border:1px solid #f69a00;
}
.c_rc_fr:hover div:first-child  {
background:#ffbe52 !important;
}
.c_rc1:hover {
border:1px solid #ccc;
}
.c_rc1:hover div:first-child  {
background:#f0f0f0 !important;
}

.c_rc_s0 {
border:1px solid #f48f30;
}
.c_rc_s {
background:#a2ccee !important;
}
.c_rc_s01:hover {
border:1px solid #f48f30;
}
.c_rc_s01:hover div:first-child  {
background:#a2ccee !important;
}

.c_rc1, c_rc_s01 {
cursor:default !important;	
}

.c_rc_sX0 {
border:1px solid #c00c00;
}
.c_rc_in span {
display:inline-block;
zoom:1;*display:inline;
width:20px;
}

.c_rc_loc {
height:24px;
/*border-bottom:1px dotted #ddd;*/
}
.c_rc_sm3 {
border-top:1px dashed #ddd;
}
.c_rc2_cprm {
background:#ff0000;
text-align:right;
}
.c_rc2_cprm input{
margin-bottom:-1px;
}
.c_rc2_lb1 {
display:inline-block;
zoom:1;*display:inline;
width:40px;
float:left;
line-height:28px;
}

.in_x {
width:90px;	
}

.c_rc ul {
padding:0 !important;	
}
/*no for_row*/
.c_rc2 {
height:auto !important;
margin-bottom:5px;	
}

.c_rc2 .c_rc_loc {
line-height:14px;
}


.c_rc_tbl {
width:100%;	
border-collapse: separate;
border-spacing:0 0;
table-layout:fixed;
padding:0;
}
.c_rc_tbl input {
background:#f0f0f0 !important;
}

.c_rc_tbl div {
padding:0 10px;	
}
.c_rc_tbl span {
height:43px !important;	
line-height:43px;
}

/*.c_rc_tbl .c_rc_s {
border-right:1px solid #f48f30;
}*/
.c_rc_tbl td {
padding:0;
vertical-align:middle;
height:44px !important;	
line-height:46px;
}
.c_rc_td1 {
width:75px;	
cursor:pointer;
}

.c_rc_td1:hover div  {
background:#ffbe52 !important;
}
.c_rc_td1b {
width:75px;	
}

.c_rc_td2 div,
.c_rc_td3 div,
.c_rc_td4 div,
.c_rc_td41 div {
background:#fff !important;
}
.c_rc_td2 {
padding:0 10px !important;	
line-height:13px !important;
}
.c_rc_td3,
.c_rc_td31 {
width:150px;	
}
.c_rc_td3 div {
padding:0 !important;
}
.c_rc_td4 {
width:250px;	
}
.c_rc_td5 {
width:60px;	
}
.c_rc_td5b {
width:50px;	
}

.c_rc_td41 {
width:150px;	
}
.c_rc_td51 {
width:200px;	
}

.c_rc_td4 input,
.c_rc_td41 input {
width:70px !important;
}


.c_rc .combo-select {
padding:0px;
line-height:13px;
width:200px;
position:relative;
}

.c_rc_td5 div {
width:60px !important;
line-height:12px !important;
height:23px !important;
font-size:11px;
background:transparent !important;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.c_rc_td5b div {
width:50px !important;
line-height:12px !important;
height:23px !important;
font-size:11px;
background:transparent !important;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.c_rc_td5 div.cp1 {
color:#009900;
padding-top:11px;
}
.c_rc_td5 div.cp2 {
color:#c00c00;
padding-top:2px;
}
.c_rc_td5b div.cp3 {
color:#333;
padding-top:11px;
}
.c_rc_td5b div.cp4 {
color:#333;
padding-top:2px;
}


.c_rc_td_sv {
width:40px;
text-align:center;
background:#f0f0f0;
}
.c_rc_td_svd {
background:#00cc00;
}
.c_rc_td_sv img {
width:23px;	
}

/*REMI capacità*/
.rife_remi{
width:50px;
}
.rife_cliente_d {
width:150px;
}
.capacita_rm {
width:auto;
}

/*FATT VOCI*/
.unita_misura_fv {
width:50px;
}
.prezzo_unitario_fv {
width:120px;
}
.tipo_fattura_fv {
width:70px;
}
/***/
.vft,.vft1 {
width:100%;
border-spacing:0;
border-collapse:collapse;
table-layout:fixed;
}
.vft td {
padding:10px;
}
.vft1 th {
padding:5px 10px;
}
.vft1 td {
vertical-align:top;
padding-top:12px;
}
.vft1_d1 {
vertical-align:middle !important;
}


.vft td.nop {
padding:0;
}

.vtf_rm td {
background:#f0f0f0;
font-size:1.3em;	
border-top:1px solid #ddd;
border-bottom:1px dashed #ccc;
}
.vtf_rm td:first-child,
.vtf_nor1 {
width:120px;
}
.vtf_rm td:nth-last-child(2) {
text-align:right;
}
.vtf_rm td.add_voce {
font-size:1em !important;	
width: 248px !important;	
border-left:1px dotted #999;
padding-right:0 !important;	
}
.vtf_rm td.add_voce .combo-select {
position: relative;
width: 240px;
float: left;
margin-right: 0px;
z-index: 1;
}

.vft1 input.inf {
width:90%;
text-align:right;
line-height:30px;
padding:0 7px;
background:#f0f0f0;

box-shadow: inset 0px 4px 10px -10px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0px 4px 10px -10px rgba(0,0,0,0.5);
-o-box-shadow: inset 0px 4px 10px -10px rgba(0,0,0,0.5);
}
.vft1 div.dvf {
margin-top:8px;	
}

.vft1 tr {
border-bottom:1px solid #ddd;
}
.vft tr:nth-last-child(2) .vft1 tr:last-child,
.vft1agg tr:last-child {
border-width:0px;
}
.vft1 th {
border-bottom:1px dotted #ddd;
background:#fafafa;
text-align:left;
font-weight:normal;
}
.vft1_d {
width:25%;	
}
.vft1_iva {
width:170px;	
}
.vft1_um {
width:50px;	
}

.vft1_tp {
text-align:right;
font-style:italic;
color:#333;
}
.vft1_tp_ok {
font-weight:bold;
font-style:normal;
color:#000;
}
.vft1_save {
padding:0 !important;
width:40px;
text-align:center;
vertical-align:middle !important;
border-left:1px dashed #ddd;
background:#f0f0f0;
}
.vft1_saved {
background:#32C600;
}
.vft1_save a {
display:block;
width:100%;
}
.vft1_save img {
width:24px;	
}

.vft1_del {
width:20px;
text-align:center;
}
.vft1_del img {
width:16px;	
}

.vft1_canc {
background:#fff;
text-align:right;
vertical-align:middle;
}
.vft1_canc a {
display:block;
width:100%;
}
.vft1_canc img {
width:20px;	
}

.vft1 .combo-select {
position: relative;
width:150px !important;	
}

/*RIEPILOGO*/
.vftr {
width:100%;
border-spacing: 0;
border-collapse: collapse;
table-layout:fixed;
}
.vftr tr {
border-bottom:1px solid #ddd;
}
.vftr tr:last-child {
border-width:0px;
}
.vftr th {
border-bottom:1px dotted #ddd;
background:#fafafa;
text-align:left;
font-weight:bold;
}
.vftr td {
padding:10px;
}
.vftr th {
padding:5px 10px;
}

.vft_r_q {
width:120px;
text-align:right !important;
}
.vft_r_iva {
width:120px;
text-align:right !important;
}
.vft_r_tot {
width:150px;
text-align:right !important;
}
.vft_rt1,
.vft_rt2,
.vft_rt3 {
line-height:1em;
padding:0 1em;
background:#8ec4ef;
border-top:1px solid #f48f30;
border-bottom:1px solid #f48f30;
text-transform:uppercase;
font-size:2.2em;
}
.vft_rt2,
.vft_rt3 {
text-align:right;	
}

.vft_rt1_0,
.vft_rt2_0,
.vft_rt3_0 {
line-height:1em;
padding:0 .6em;
background:#ddd;
border-top:1px solid #999;
border-bottom:1px solid #999;
text-transform:uppercase;
font-size:1.6em;
}
.vft_rt2_0,
.vft_rt3_0 {
text-align:right;	
}


.vft_r_iva_al {
width:50px;
}
.vft_r_iva_im {
text-align:right !important;
width:120px;
}
.vft_r_iva_tot {
width:120px;
text-align:right !important;
}
/***/

.fanr {
height:48px;
float:left;
text-align:center;
}
.fanr a {
float:left;
display:block;
width:48px;
height:48px;
text-decoration:none;
border-right:1px solid #ddd;
color:#444;
}
.fanr a:hover {
background:#000;
color:#fff;
}
.fanr_sel, .fanr_sel:hover {
background:#f48f30 !important;
color:#fff !important;
}
.fanr_no, .fanr_no:hover {
cursor:default;
background:#ddd !important;
color:#ccc !important;
}

.h1t_back{
/*float:left;*/
display:inline-block;
width:32px;
height:32px;
text-decoration:none;
color:#999;
padding-right:3px;
	padding-top:-2px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

/*background-image:url("../img/back.png");
background-position:top left;
background-repeat:no-repeat;
background-color:#000;*/
margin-right:0;
font-size:.8em;
}
/*.h1t_back_nm {
margin-left:-8px;	
margin-top:-8px;	
}*/
.h1t_back:hover{
text-decoration:none;
background-color:#f48f30 !important;
color:#fff !important;
}
.srch_cli {
margin-left:10px;
}
.srch_cli .combo-select{
position:relative;	
}
.note_cli {
padding:10px;	
}
.note_cli textarea {
display:block;
width:100%;
height:200px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;

padding:10px;	
background:#fafafa;
border:1px solid #ddd;
font-size:1.1em;
line-height:1.3em;

box-shadow: inset 0px 4px 10px -10px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0px 4px 10px -10px rgba(0,0,0,0.5);
-o-box-shadow: inset 0px 4px 10px -10px rgba(0,0,0,0.5);
}
.msg_e0 {
margin-top:10px;background:#f0f0f0;border:1px solid #ddd;
}
.msg_et {
margin-top:10px;text-transform:uppercase;margin-left:10px;
}

.msg_e1 {
margin-top:10px;
height:32px;
padding-left:10px;
}
/*********/

.blk {
height:26px;
width:26px;
float:left;
margin-right:10px;
}
.blk-or {
background:#FFB000;
}
.blk-rd {
background:#ff0000;
}
.blk-yl {
background:#FFE400;
}
.blk-gn {
background:#009900;
}
/*PDF*/
.dp_page {
margin-top:96px;
}
.page_break {
page-break-after: always;
}

.dp_h {
position:fixed;
top:0;
padding:0px;

background-image:url("../img/pdf_doc_hbg.png");
background-repeat:repeat-x;
background-position:left bottom;
height:66px;
}
.dp_h img {
border-width:0px;
/*height:101px;*/
width:200px;
}
.dp_h1 {
width:100%;	
}
.dp_h1 td {
}
.dp_h1_a b {
vertical-align:middle;
}
.dp_h1_a {
width:60%;
vertical-align:bottom;
}
.dp_h1_ax {
padding-top:20px;
}
.dp_h1_bd1 {
/*background:#f0f0f0;
padding:10px;*/
}

.dp_h1_a1 {
width:30%;
}
.dp_h1_a2 {
padding-left:0 !important;
padding-right:70px;
}


.dp_h1_b {
vertical-align:top;
width:40%;
padding-left:20px;
}
.dp_h1_b1 {
text-transform:uppercase;
}
.dp_cli0 {
margin-bottom:8px;
}
.dp_cli1 {
text-transform:uppercase;
}
.dp_cli2 {
margin-top:10px;
}
.dp_cli3 {
margin-top:15px;
}


.dp_h2 {
margin-top:100px;
width:100%;
border:0.5px solid #000;	
}
span.dp_h2_sp {
margin-right:5px;
vertical-align:middle;
}
.dp_h2_a {
width:65%;
padding:10px;
background:#e6f3fd;
font-size:14px;
}
.dp_h2_b {
width:35%;
padding:10px;
background:#e6f3fd;
font-size:18px;
text-align:right;
}
.dp_h2_a *,
.dp_h2_b * {
vertical-align:middle;
}

.dp_h3 {
width:100%;
}
.dp_h3_a {
padding:10px;
font-size:11px;
text-align:right;
}
.dp_h3_a * {
vertical-align:middle;
}
.dp_h3_sp {
margin-right:2px;
vertical-align:middle;
}

.dp_h4 {
margin-top:50px;
border:0.5px dashed #666;
padding:10px;
vertical-align:middle;
}
.dp_h4 * {
vertical-align:middle;
}

.dp_h5 {
width:100%;
table-layout:fixed;	
}
.dp_h5 td {
padding:5px;
vertical-align:middle;
}
.dp_h5 td:nth-child(odd) {
width:15%;
padding-left:0;	
}
.dp_h5 td:nth-child(even) {
width:35%;	
}

.dp_r {
width:100%;
border-spacing: 0;
border-collapse: collapse;
}
.dp_r tr {
border-bottom:0.5px solid #ddd;
}
.dp_r tr:last-child {
border-width:0;
}
.dp_r th {
border-bottom:0.5px dotted #ddd;
background:#f9f9f9;
text-align:left;
font-weight:bold;
font-size:10px;
}
.dp_r td {
padding:5px;
}
.dp_r th {
padding:5px;
}
.dp_r_q {
width:90px;
text-align:right !important;
}
.dp_r_iva {
width:40px;
text-align:right !important;
}

.dp_r_iva_al {
width:50px;
}
.dp_r_iva_im {
text-align:right !important;
width:90px;
}
.dp_r_iva_tot {
width:30px;
text-align:right !important;
}
.dp_r_tot {
width:90px;
text-align:right !important;
}
.dp_rt1_0,
.dp_rt2_0,
.dp_rt3_0 {
padding:5px;
background:#f0f0f0;
text-transform:uppercase;
}
.dp_rt2_0,
.dp_rt3_0 {
text-align:right;	
}


.dp_footer { 
position: fixed; 
bottom: 0px; 
border-top:0.5px solid #ddd;
height:60px; 
font-size:10px;
}
.dp_f {
width:100%;
}
.dp_f p {
margin:0;
}
.dp_f_1 {
vertical-align:bottom;
}
.dp_f_2 {
vertical-align:bottom;
width:30px;	
text-align:right;
}

.dp_pagenum:before { 
content: counter(page); 
}

.dp_h1t {
margin:0;
text-transform:uppercase;
text-align:left;
padding:5px 10px;
border-bottom:0.5px dashed #333;
background:#e6f3fd;
}

.cli_email {
display:inline-block;
zoom:1;*display:inline;
-webkit-border-radius:4px;
-moz-border-radius:3px;
border-radius:3px;
background:#D7E9F0;
padding:4px;
margin-left:2px;
}
.sent_email {
background:#54CB00;
padding:15px;
text-align:center;
color:#fff;
font-size:1.5em;	
}
.noa {
opacity:0.4;
-moz-opacity:0.4;
filter:alpha(opacity=40);
}
.noa:hover {
text-decoration:none !important;
-webkit-box-shadow: 0 0 0 #666 !important;
-moz-box-shadow: 0 0 0 #666 !important;
box-shadow: 0 0 0 #666 !important;
}

.c_bg {
border-top:5px solid #06F;	
}

.pg_sep {
padding:10px 0;
border-top:1px dotted #ddd;
}
.testata_pg {
display:inline-block;
zoom:1;*display:inline;
margin:5px;
width:49%;
}
/*.testata_pg img {
width:50%;
}*/
.testata_n {
padding-bottom:10px;
}
.testata_n1 {
font-size:1.3em;
font-weight: bold;
line-height: 1.3em;
}
.testata_ns {
width:50px;
font-size:1.3em;
line-height: 1.3em;
float:left;
color:#999;
}
.pg_payoff {
padding:10px 0;
font-size: 1.3em;
border-bottom: 1px dotted #ddd;
}
/*.pg_box {
margin-top:10px;
padding:10px;
border: 1px dotted #ddd;
background:#f9f9f9;
}*/

.fgll {
margin:40px auto;
max-width:994px;
text-align:left;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
}
.fgll1 {
margin:0 auto;
margin-bottom:20px;
}
.fgll_center {
text-align:center;
}
.fgll_catalogo a {
border:1px solid #f48f30;
margin:5px;
}
/*.fgll a {
display:inline-block;
zoom:1;*display:inline;
height:119px;62px
width:119px;
margin-bottom:0px;
text-align:center;
}
*/
.fgll a {
display:inline-block;
padding:2px;
/*float:left;*/
width: 16.6666666%;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
}
@media only screen and (min-width: 641px) and (max-width: 983px){
	.fgll a {
        width: 19.999999%;
		/*
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		*/
    }
}
@media only screen and (min-width: 481px) and (max-width: 640px){
	.fgll a {
        width: 24.999999%;
    }
}
@media only screen and (min-width: 321px) and (max-width: 480px){
	.fgll a {
        width: 33.333333%;
    }
}
@media only screen and (max-width: 320px){
	.fgll a {
        width: 49.9999999%;
    }
}

/*.fgll .fgm0 {
margin-left:4px;
margin-right:4px;
background:#fff;
border:1px solid #dab254;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
}
.fgll .fgm1 {
margin-left:4px;
margin-right:4px;
background:#fff;
border:1px solid #dab254;
text-align:center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
}*/
/*.fgll table {
height:119px;
width:119px;
border-width:0;
}
.fgll table td {
text-align:center;
vertical-align:middle;
overflow:hidden;
padding:0;
border-width:0;
}*/
.fgll img {
/*height:62px;*/
border-width:0px;
}
.fgll a:hover {
/*border:1px solid #f0f0f0;*/
/*-webkit-box-shadow: 0px 0px 4px #f48f30;
-moz-box-shadow: 0px 0px 4px #f48f30;
box-shadow: 0px 0px 4px #f48f30;*/
}
.fgll .selected {
/*border:1px solid #000;*/
}
.pagina_c_tit {
font-size:1.4em;
margin-bottom:20px;
}
.pagina_c_t {
display:inline-block;
zoom:1;*display:inline;
vertical-align: top;
width:50%;
padding-right:10px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
}
.pagina_c_t1 {
padding-left:10px;
padding-right:0 !important;
text-align: right;
}


.rwd-video {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
padding-top: 30px;
position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
}

.tx h1,.h1t_x {
position:relative;
font-size:2em;
line-height: 1em;
padding:1% 0;
font-weight: 100;
color:#000;
margin:0;
text-transform: uppercase;
}
/*.tx h1:after,.h1t_x:after {
content: ' \25CF';
color:#f48f30;
margin-top:20px;
display:block;
}*/
.tx h2,.h2t_x {
position:relative;
font-size:1.6em;
font-weight: 400;
color:#8d8d8d;
margin:0;
}
.tx h3 {
position:relative;
font-size:1.3em;
font-weight: 400;
color:#f48f30;
margin:0;
}


/*.h1t_x,.h2t_x {
text-align:center;
margin-bottom:5%;
padding-top:0 !important;
}*/

/* CHI SIAMO / EVENTI */
.ddspace {
height:250px;
}
.evno {
opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);
}
.dd {
position:relative;
text-align:center;
}
.dd .fa-home, .dd_ob .fa-home {
margin-right:20px;
color:#00970D;
/*border:2px solid #000;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
padding:10px;*/
}
.dd h2 {
text-align:center;
font-weight: 900;
color:#f48f30;
font-size:1.8em;
padding:30px 10px;
margin:0;
}
.dd h3 {
text-align:center;
margin:0;
font-size:1.2em;
font-weight: normal;
padding:0 10px;
}

.dd_ob .dd_foto {
width:280px;
height:280px;
margin:0 auto;
text-align: center;
position:relative;
}
.dd_foto {
position:relative;
margin-bottom:20px !important;
}

.dd_foto img {
/*-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;*/
width:85%;/*:85%;*/
}

.dd_ob .no_img {
height:120px;
}
.dd_no_i {
/*border:1px solid #f48f30;*/
}
.dd_foto1 {
width:100%;
position:relative;
margin-bottom:20px !important;
}
.dd_foto1 img {
width:100%;
}

.gobtn {
display:block;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
border:1px solid #f48f30;
height:50px;
width:50px;
color:#f48f30;
text-align:center;
line-height:50px;
margin:20px auto;
font-size:28px;
z-index:10;
background:#fff;
text-decoration: none;
-webkit-transition: none;
transition: none;
}
.gobtn::before {
padding-left:11px;
font-weight:normal;
}
.gobtn:hover {
color:#fff;
background:#f48f30;
text-decoration: none;
}
.gobtn1 {
position:absolute;
left:40px;
top:20px;
font-size:16px;
}
.gobtn1::before {
padding-left:9px;	
}


.crcl {
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
width:30px;
height:30px;
background:#f48f30;
color:#fff;
text-align:center;
}
.crcl1 {
background:rgba(243,153,161,.85) !important;
}
.crcl_chi {
position:absolute;
bottom:-15px;
margin:0 auto;
left:50%;
margin-left:-15px;
}
.crcl_ev {
position:absolute;
bottom:-40px;
margin:0 auto;
left:50%;
margin-left:-40px;
width:80px;
height:80px;
}
.crcl_ev2 {
/*position:absolute;
margin:0 auto;
left:50%;
top:-52px;
margin-left:-52px;*/
width:80px;
height:80px;
	
position:relative;
bottom:auto;
left:30px;
}

.crcl_ev_o {
position:relative;
bottom:auto;
left:30px;
}
.ev_data_o {
position:relative;
}
.evH_o {
position:absolute;
left:100px;
top:25px;
float:left;
}


.crcl_evH {
position:absolute;
top:42px;
margin:0 auto;
left:50%;
margin-left:-35px;
width:70px;
height:70px;
}
.crcl_evH1 {
top:32px;
}
.evd1 {
font-weight: 900;
font-size:22px;
line-height:16px;
padding-top: 24px;
}
.evd1b {
padding-top:10px;
}
.evd1H {
padding-top:16px;
line-height:16px;
}
.crcl_ev2v .evd1 {
padding-top:16px;
}
.crcl_ev2v .evd1b {
padding-top:4px;
}
@media (max-width: 768px) {
.tx h1,.h1t_x {
font-size:1.8em;
padding:4% 0;
}
.tx h2,.h2t_x {
font-size:1.4em;
}
.gobtn1 {
margin:0 auto;
margin-left:-30px;
margin-top:-33px;
}

.crcl_ev2 .evd1 {
font-size:18px;
line-height:15px;
padding-top:15px;
}
.crcl_ev2 .evd1b {
padding-top:3px;
}
.crcl_evH {
position:absolute;
top:auto;
bottom:-22px;

margin:0 auto;
left:auto;
right:-35px;
margin-left:auto;
width:70px;
height:70px;
}
.dd_ob {
margin-top:5px;
}
}
@media (max-width: 320px) and  (max-width: 767px) {
.dd_foto img {
width:250px;
}
.dd_ob .dd_foto {
width:250px;
height:250px;
margin:0 auto;
text-align: center;
position:relative;
}
}

/*CONTATTI*/
.contacts1 {
background:#fafafa;
margin-bottom:20px;
}
.contacts_t {
text-align:center;
padding:20px 0;
}
/*.contacts_t a {
font-size:1.4em;
text-decoration: none;
display:block;
padding:20px;
text-transform: uppercase;
font-weight: 300;
}
.contacts_t a:hover {
color:#fff;
background:#f48f30;
text-decoration: none;
}*/



.contacts_tit {
font-size:1.4em;
display:block;
padding:20px;
text-transform: uppercase;
font-weight: 300;
color:#fff;
background:#009e49;
text-align: center;
}
.contacts_a {
font-size:1.2em;
text-decoration: none;
display:block;
margin:0 auto;
width:200px;
padding:10px;
text-transform: uppercase;
font-weight: 300;
color:#000;
background:#fff;
border:1px solid #000;
text-align: center;
	border-radius: 2px;
}
.contacts_a:before {
font-family: Font Awesome\ 5 Free;
font-weight: 400;
content:"\f0e0";
color:#000;
margin-right:10px;
}
.contacts_a:hover:before {
color:#fff;
}
.contacts_a:hover {
color:#fff;
background:#f48f30;
text-decoration: none;
}
.contacts1_B {
color:#fff !important;
border:1px solid #f48f30 !important;
background:#f48f30 !important;
cursor:default;
}
.contacts1_B:before {
color:#fff;
}
.contacts1 .insform {

}
.contacts_tx {
padding-bottom:20px;
}
/***/
.gm-style-mtc {
margin-top:195px !important;
}
.map_canvas_a {
border:10px solid #999;
width:100%;	
height:640px;
}

.map_canvas_v {
border:1px dashed #333;
width:100%;	
height:400px;
margin-top:10px;
}
.map_canvas_b0 {
}
.gmap_b img {
max-width: none !important
}
.gmap_b {
height: auto;
overflow: hidden;
position: relative;
margin: 0 auto;
width: 100%;
height:500px;
}
.gmap_b:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.map_canvas_b {
width:100%;
height:0;
padding-bottom: 50%;
overflow:hidden;
position:relative
}
@media screen and (max-width:767px) {
	.map_canvas_b {
		padding-bottom: -100%
	}
}
@media screen and (max-height:700px) {
    .map_canvas_b {
        padding-bottom: 150px
    }
}

/**/
.read_more_0 {
text-align:right;
margin-top:20px;
}
.read_more {
text-decoration: none;
padding:10px 12px;
margin-top:10px 12px;
text-transform: uppercase;
background:#009e49;
color:#fff;
-webkit-border-radius:18px;
-moz-border-radius:18px;
border-radius:18px;
}
.read_more:hover {
color:#fff;
background:#000;
text-decoration: none;
}
.read_more:after {
font-family: Font Awesome\ 5 Free;
font-weight: 400;
content:"\f105";
margin-left:10px;
}
/***/
/* KBOX */
.kbox {
position:relative;
color:#000 !important;
width:100%;
margin-bottom:20px;
min-width:320px;
background:#fff;
border: 1px solid #dddfe2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow: hidden;
}
.mt {
margin-top:22px;
}
.kbox_arrw {
position:absolute;
top:3px;
right:194px;
display:none;
}
.kbox_close {
position:relative;
right:0;
float:right;
}
.kbox_close img {
height:24px;
width:24px;
}

.kbox .kbox_c {
background:#fff;
}
.kbox .kbox_cr {
background:#f0f0f0;
border:1px solid #ccc;
border-left:2px solid #0a7ac9;
max-height:308px;
overflow:auto;
}
.kbox .kbox_cr div {
/*background:#fff;
border-bottom:1px solid #ccc;*/
}

.kbox_of {
overflow:auto;
/*max-height:300px;*/
}
.kbox_of1 {
overflow:auto;
max-height:500px;
border-bottom:1px solid #c0c0c0;
}
.kbox_c {
padding:0;
}
.kbox_c_hf {
height:250px;
overflow:auto;
}

.kbox_c .content_s0 {
margin:0;
border-left:0;
border-right:0;
border-bottom:0;
}
.kbox_c p {
margin:2px;
}
.kbox_c1 {
padding:5px;
font-size:12px;
padding-bottom:10px;
}
.kbox_c1 p {
margin:2px;
}
.kbox_c .content_s {
padding:0;
}
.kbox_c  div.content_s0 {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
/*div.boxheader {
font-size:1.2em;
background:#f48f30;
line-height:50px;
}
.kbox .boxheader, .boxheader1 {
font-size:1.4em !important;
}

div.boxheader b {
color:#fff !important;
padding:0 15px;
font-weight:normal;
}
div.boxheader a {
display: inline-block;
width:50px;
height:50px;
line-height:50px;
float:right;
text-align:center;
color:#fff;
}
div.boxheader a:hover {
color:#fafafa;
}*/


div.boxheader {
font-size:1.4em;
background:#fff;/*cc1a39*/
line-height:50px;
border-bottom:1px solid #ddd;
/*-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;*/
}
/*.kbox .boxheader {
font-size:1.4em;
}*/
.bx_bb {border-bottom:1px solid #ddd !important;}

div.boxheader b {
color:#666;
padding:0 15px;
font-weight:900;
}
div.boxheader a {
display: inline-block;
width:50px;
height:50px;
line-height:50px;
float:right;
text-align:center;
color:#333;
}
div.boxheader a:hover {
color:#f48f30;
}
.kbox div.boxheader {
border-bottom:0;
}


img.st {
margin-top:15px;
margin-right:10px;
width:12px;
border-width:0px;
}
img.st1 {
margin-top:5px;
margin-right:20px;
width:12px;
border-width:0px;
}
div.boxfooter {
height:0px;
display:block;
font-size:11px;
}

/* LOG */
table.log {
width:100%;
border:1px solid #d0d0d0 !important;
border-collapse:collapse;
margin-bottom:4px;
}
table.log td {
padding:4px !important;
border:1px solid #d0d0d0 !important;
}
td.logt1 {
background:#e0e0e0;
font-weight:bold;
}
td.logt2 {
background:#e3e3e3;
font-weight:400;
width:50%;
}
td.logc1 {
vertical-align:top;
color:#666;
}
td.logc2 {
vertical-align:top;
}

div.log_btn {
display:inline-block;
margin-top:2px;
float:left;
margin-right:40px;
}
div.log_btn a {
color:#ccc !important;
text-decoration:none;
display:inline-block !important;
float:none !important;
line-height:29px;
background:#000 !important;
padding-left:0px !important;
padding-right:0px !important;
}
div.log_r {
position:absolute;
margin-left:40px;
margin-right:40px;
height:500px;
overflow:auto;
background:#fff;
border-top:1px solid #bbb;
border-bottom:1px solid #bbb;
border:1px solid #bbb;
}
div.log_title {
border-left:1px solid #bbb;
border-right:1px solid #bbb;
background:#9DCCEF;
height:21px;
}
div.log_temp {
text-align:center;
padding-top:100px;
height:379px;
border:1px solid #bbb;
}
/***/
.rinnovo {
display:inline-block;
height:20px;
line-height:17px;
width:20px;
background:#FF6600;
color:#fff;
padding:2px;
padding-left:5px;
padding-right:5px;
margin-left:10px;
font-style: normal;
}
.rinnovo_bg {
background:#FF6600 !important;
}
/***/
.bgp {
border-left:8px solid #ffda00;
}
table.tbl_est {
margin-top:10px;
width:100%;
border:2px solid #FF9900;
background:#FFD87D; 
}
table.tbl_est td {
padding:10px;
vertical-align:top;
}
div.est {
margin:10px;
font-size:12px;
}
b.in {
border:1px solid #999;
background:#f0f0f0;
font-size:12px;
padding:3px;
}

.pr_wiz {
background:#f0f0f0;
padding:20px;
text-align:left;
border-bottom:5px solid #f48f30;
}
a.btnX3 {
display: inline-block;
min-width: 200px;
font-weight: bold;
padding: 10px;
font-size: 1.6em;
text-align: center;
text-decoration: none;
margin:10px ;
background: #ffcc00;
color: #333 !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
a.btnX3:hover {
/*background-image:url("../img/general/btn1_hover.jpg");*/
background:#f48f30;
text-decoration:none;
color:#fff !important;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;

}

div.bg3 {
font-size:1.2em;
padding:10px;
text-align:left;
background-color:#e6e6e6;
color:#000;
border-top:2px solid #000;
margin-top:2px;
}
div.boxhome {
overflow:auto;
max-height:355px;
}
div.boxhome div.contapagine {
padding:5px;
padding-left:15px;
}

.esito_p {
width:100%;
background:#e4e4e4;
border-bottom-width:0px;
}
.esito_p td {
width:25%;
padding:10px 15px;
font-size:1.6em;
}
.esito_p i {
margin-right:10px;	
}
.ashc {
width:120px;
text-align: right;
}
.ash {
font-size:2.4em;
color:#00a259;
}

/* MEDIA MOBILE*/
@media (max-width:767px) {
div#header {
position:fixed;
top:0;
width:100%;
height:49px;
border-right:0;
border-bottom:0;
}
.general_btn {
display:inline-block;
text-align: left;
}

.general_btn a {
display:inline-block;
height:49px;
width:49px;
text-align:center;
}

.general_btn a i {
display:block;
font-size:1.8em;
line-height:49px;
}

div#home {
display:inline-block;
float:left;
line-height:50px;
height:50px;
margin-top:-2px;
}
	
.m_logout {
position:absolute;
top:0;
bottom:auto;
left:auto;
right:0;

display:block;
line-height:50px;
height:50px;
width:50px;
}
.m_logout:hover {
text-decoration: none;
color:#fff;
background:#000;
}
.m_logout_mng {
bottom:auto;
}
div#content_c,div.content_c {
padding-left:0;
}
div#content_body1,div.content_body1 {
padding-top:50px;
}
div.content_s {
padding:10px;
}
div.content_s0 {
margin-bottom:10px;	
}
div.content_s0_m20 {
margin-top:-20px;
}
.h1t {
text-transform:uppercase;
font-size:1.4em;
height:40px;
line-height:40px;
padding:0 20px;
background:#fff;
border-bottom:1px solid #e6e6e6;
position:relative;
width:100%;
top:0;
padding-right:20px;
}
div.toolbar_oby {
padding: 5px 20px;
min-height: 50px;
height: auto;
}
.s_incl, div.search input, .s_incl input {
float:none;
}
div.search input, .s_incl input {
width:200px;
}
a.btn_search {
float:none;
}

.tbc1_row td {
padding-bottom:10px;
}
.ashc {
width:30px;
}
.ash {
font-size:1.6em;
}
.atop {
position: fixed;
bottom: 20px;
right: 20px;
left: auto;
background: rgba(0,0,0,.3);
color:#fff;
}

div.ins_search_btn {
text-align:center;
padding:0 11px;
margin-top:-10px;
}

table.search_t {
width:100%;
margin-top:0;
}
table.search_t td {
text-align:left;
line-height:22px;
}
table.search_t td input {
display:block;
margin:10px;
}
.column_right { 
padding: 0;
height: auto;

/*min-width:400px;*/
width:100%;

text-align:left;
background:#f3f4f6;
}
td.tbc1 {
width:120px;
}
.cr { 
position:fixed;
padding:20px;
height:100%;
overflow: scroll;
padding-bottom:100px;
padding-top:80px;
}

}
@media (max-width:374px) {
div.content_s0 {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
div.content_s {
padding:0;
}
td.tbc1,td.tbc1c {
width:60px;
}
.cr_pd {
padding:0 0;
}
.kbox {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

}


