
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;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
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;
}
::-webkit-scrollbar{width: 5px;background: #fff;}
::-webkit-scrollbar-thumb{background: #f48f30;}
/**/
/*
*,
: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;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;}

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;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;
}

.in_x {width:90px;}

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;}
.monospace {font-family:monospace;}
/* TINYMCE p*/
.mceContentBody p, .mce-edit-area p {margin:0px !important;}
.mce-edit-area {padding:10px !important;}
.mce-branding {display:none !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:#fff; 
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 {border:0;height:auto;max-width:100%;}
img.img_borderyes {border:1px solid #e0e0e0;}
img.i {margin:5px;}

a {
background: transparent;
text-decoration:underline;
color:#000;/*#f48f30;*/
text-decoration-color:#aaa;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
a:hover {
color:#555;
text-decoration:underline;
text-decoration-color:#ccc;
}
.no_underline {text-decoration:none;}

.upper {text-transform:uppercase}
.lower {text-transform:lowercase !important}
.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;
}

.absolute {position:absolute}
.absolute_right {position:absolute;right:0}

.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:16px;
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:500px;
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.toolbar_msg_h1 {
padding:10px;
height:36px;
line-height:16px;
color:#000;
border-bottom:1px solid #ddd;
text-transform: uppercase;
background:#f0f0f0;
}
div.toolbar_msg_h .fa,div.toolbar_msg_h1 .fa {
font-size:1em;
color:#000;
float:right;
}
div.tbl_msg {
height:500px;
overflow:auto;
}
table.tbl_msg,table.tbl_msg_nb {
border-collapse: collapse;
border-spacing:0;
table-layout: fixed;
width:100%;
}
table.tbl_msg td {
padding:10px;
border:1px solid #ddd;
}
table.tbl_msg_nb td {
vertical-align: top;
padding:10px;
}

div#msg_c {
text-align:center;
padding:20px;
color:#000;
font-size:1.1667em;
}

.msg_footer {
	
}

/**/
.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;
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:#000;
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;
border-radius:5px;
-webkit-box-shadow:0px 4px 5px #999;
-moz-box-shadow:0px 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;
}

.white {color:#fff !important;}
.black {color:#000 !important;}
.orange {color:#ff9c00 !important;}
.yellow {color:#FFDB00 !important;}
.yellow2 {color:#FFD300 !important;}
.orange1 {color:#89898c !important;}
.red {color:#ff0000 !important;}
.green {color:#009900 !important;}
.blue {color:#5bb4ff !important;}

.gray,.grey,td.gray,td.grey {color:#333 !important;}
.gray2,.grey2,td.gray2,td.grey2 {color:#555 !important;}
.minigray {font-size:9px;color:#b0b0b0 !important;}
.gray3,.grey3 {font-size:1em;color:#b0b0b0 !important;}

.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;}
.f22 {font-size:22px !important;}
.f24 {font-size:24px !important;}

.b,.bold {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_black {background:#000 !important;}
.bg_red {background:#ff0000 !important;}
.bg_red2 {background:#cc0000 !important;}
.bg_gray {background:#f0f0f0 !important;}
.bg_gray1 {background:#fafafa !important;}
.bg_gray2 {background:#ccc !important;}
.bg_gray1w {background:#fafafa !important;color:#000 !important;}
.bg_green {/*background:#02CA0B !important;*/background:green  !important;}
.bg_green1 {background:#74fc7a !important;}
.bg_green2 {background-color:#71dbab !important;}
.bg_orange {background:#FFDB00 !important;}
.bg_orange1 {background:#ff9c00 !important;}
.bg_orange2 {background:#FF7F00 !important}
.bg_orange3 {background:#FF4F00 !important;}
.bg_az {background:#eaf6fa !important;}
.bg_lightblue {background-color:#00C3FE !important}
.bg_blue {background-color:#087efb !important}
.bg_blue1 {background-color:#0b57b5 !important;color:#fff !important;}
.bg_blue2 {background-color:#003C83 !important;color:#fff !important;}
.bg_delete {background-color:#785104 !important;color:#fff !important;}

.cl_green {color:#009900 !important;}
.fcblack {color:#000 !important;}
.fcwhite {color:#000 !important;}

.linethrough {text-decoration:line-through;}
.inline {display:inline-block;}
.block {display:block !important;}
.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;	
}

.square {display:inline-block;height:28px;width:28px;}
.circle {display:inline-block;height:22px;width:22px;border-radius:50%;}

.nowrap { white-space:nowrap; }
.m_mng { margin-top:34px !important;}
.m0 { margin:0px !important; }
.mb { margin-bottom:0px !important; }
.mb0 { 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; }
.mt0 { margin-top:0 !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; }

.mr5m { margin-right:-5px !important; }
.mr10m { margin-right:-10px !important; }

.sepb {height:15px;}
.pt0 { padding-top:0 !important; }
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pb0 { padding-bottom:0px !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pl { padding-left:20px !important; }
.pl0 { padding-left:0 !important; }
.pl5 { padding-left:5px !important; }
.pl10 { padding-left:10px !important; }
.pl20 { padding-left:20px !important; }
.pr0 { padding-right:0 !important; }
.pr5 { padding-right:5px !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; }

.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,.conf_tx,.neutro_tx{display:inline-block;line-height:32px;height:32px;padding:0 10px;border-radius:16px;color:#000;margin-bottom:5px;text-decoration:none;}
.yes_tx {background-color:#02CA0B;color:#fff;}
.conf_tx {background-color:darkorange;color:#fff;}
.neutro_tx {background-color:#ddd;}
.yes_tx:hover,.conf_tx:hover,.neutro_tx:hover {
background:#000;
color:#fff;
text-decoration:none;
}

.nodec {text-decoration:none;}
.nodech:hover {text-decoration:none;}

.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;
}
table.t {
border-collapse: collapse;
border-spacing:0;
}
.brdbx {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
table.clps,table.w100,table.wh100,table.w100border1 {
border-collapse: collapse;
border-spacing:0;
}

.lb {
color:#666;
text-transform: uppercase;
font-size:11px;
line-height:12px;
padding:0 !important;
margin:0 0 2px 0 !important;
}

/**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: 8px;
z-index: 897;
display: none;
	
width: 45px;
height: 45px;

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

/*-webkit-opacity:0.5;
-moz-opacity:0.5;
opacity:0.5;*/
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius:50%;

-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
transition: all ease 0.5s;
}

.atop i {
line-height: 44px;
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:58px;
height:100%;
background:#fff;
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);*/
}

.h_wide {
/*width:300px !important;VIA JS*/ 
}
.c_wide {
/*padding-left:300px !important;VIA JS*/ 
}

.menu-wide {
position:absolute;
background:#fafafa;
color:#333;
width:15px;
height:30px;
line-height:30px;
top:14px;
left:50px;
text-align: center;
cursor: pointer;
pointer-events: all;
border-radius: 7px;
}
div#header .w100 {
height:100%;	
}
div#header td {
vertical-align: top;
padding:0;
}
.h_menu_0 {
background:#f48f30;
width:58px;
position: relative;
z-index: 2;
}
.h_menu_1 {
background:#fff;/*fff8f1;*/
border-right:1px solid #e6e6e6;
width:220px !important;
height:100%;
position: absolute;
left:-220px;
z-index: 1;
padding-top:0 !important;
pointer-events:auto;
}
.h_menu_1 .logo_h {
height:60px;
background:#fafafa;
}
.h_menu_1 .logo_h img {
height:82px;
margin-top:-6px;
margin-left:10px;
}

/*.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:58px;

/*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:60% !important;
max-height:60% !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;
text-decoration: none;
color:#fff;
text-transform: uppercase;
font-size: 1.2em;
pointer-events:all;
cursor: pointer;
width:58px;
background:#000;
}
.m_logout:hover {
text-decoration: none;
color:#000;
background:#fff;
}

.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;
}
#page_title {
padding-left:58px;
}

/*******************/
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:58px;/*80px*/
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,
div.content_s0_bx {
font-size:1em;
text-align:left;
padding:0;

margin-bottom:10px;
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: 10px;
padding-right: 15px;
position: relative;
}
div.content_s50 {
display:inline-block;
width:50%;
vertical-align: top;
-webkit-transition: all 1.5s;
transition: all .5s;
}
div.content_s50 td.tbc1 {
-webkit-transition: all 1.5s;
transition: all .5s;
}
.content_s50_1 {
padding-right:5px !important;
}
.content_s50_2 {
padding-left:5px !important;
}

@media (max-width: 1220px) {
    div.content_s50 td.tbc1 {
    width: 15% !important;
    min-width:150px !important;
    }
}
@media (max-width: 900px) {
    div.content_s50 {
    display:block;
    width:100%;
    vertical-align: auto;
    }
    div.content_s50 td.tbc1 {
    width: 15% !important;
    min-width:150px !important;
    }
    .content_s50_1,.content_s50_2 {
    padding: 10px !important;
    padding-right: 15px !important;
    }
}
@media (max-height: 816px) {
	div.content_s {
	padding:15px;
	}
}
div.content_s0_m20 {
margin-top:-20px;
}
div.content_s0_m {
margin-top:-20px;
}

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;
}
.content_norad_mb .content_s0 {
margin-bottom:10px !important;
}
.content_norad_mb {
background:transparent !important
}

.content_s_bg div.content_s0 {
background:#f0f0f0;
}
.content_import div.content_s0 {
margin-bottom:2px;
}

.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;
vertical-align:top;
margin-right:-3px;
}
.fr_m {
display:inline-block;
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;
}
/******/


/*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:0;
padding:0;
line-height:60px;
font-size:18px;
}
div.menu_boxP ul li a{position:relative;color:#666;text-decoration:none;display:block;padding:0 10px;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 10px;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;background:#f0f0f0;}
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:70px;
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;
}
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;*/
margin-top:-1px;
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;
}

.count_msg {
float:left;
height:42px;
}
@media (max-width: 767px) {
    .count_msg {
    float:none;
    }
    .num_perpg {
    float:right;
    padding-right:10px;
    }
    div.contapagine { padding:10px; }
    div.count_pages {
    display: block;
    height: auto;
    text-align: left;
    }
    .changepages_spacer {
    width:16px !important;
    font-size:8px;
    }
}

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

.cpgt:before {
font-family: Font Awesome\ 6 Pro;
content: "\f105";
font-weight:600;
}
.cpraquo:before {
font-family: Font Awesome\ 6 Pro;
content: "\f101";
font-weight:600;
}
.cplt:before {
font-family: Font Awesome\ 6 Pro;
content: "\f104";
font-weight:600;
}
.cplaquo:before {
font-family: Font Awesome\ 6 Pro;
content: "\f100";
font-weight:600;
}
/********************/
.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.testo_gen_box {
font-size:1.2em;
line-height: 2em;
color:#313131;
width:100%;
min-height:67px;
padding:15px 20px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
div.testo_gen_box .combo-select {
position:absolute;
z-index: 2;
width:600px;
margin-bottom: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 {
padding:15px 20px;
padding-top:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
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,div.testo_gen_box 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;
text-transform:uppercase;
text-decoration:none;

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

padding:0 12px;
font-size:1em !important;
white-space:nowrap;
text-align:center;
color:#fff;
}
a.btnX:hover {
color:#fff;
text-decoration:none;
background-color: #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;
}
/*a.btnX_continue:hover {
}*/

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

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:202px;
}
.btnX_w {
display:inline-block !important;
}
@media (max-width: 480px) {
	.btnX2_w {
	width:124px;	
	}
}
a.btnX2INL {
display:inline-block;
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: 400;
margin-right:0;
font-size: 1em;
line-height: 32px;
height: 32px;
padding:0 8px !important;
text-align: center;
text-decoration: none;
margin-bottom: 2px;
border: 1px solid #d0d0d0;
color: #888 !important;
text-transform: uppercase;
background: #ddd;
}
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;
	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;
	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.btnX4,span.btnX4,a.btnX5,span.btnX5,a.btnX6,span.btnX6 {
display:inline-block;
height:32px;
width:auto;
line-height:32px;
color:#fff;
padding:0 12px;
font-size:14px;
text-decoration:none;
text-transform:uppercase;
background-color:#00a259;/*2e9526*/
text-align:center;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
cursor:pointer;
}
a.btnX5:hover, a.btnX6:hover {
color: #f0f0f0;
text-decoration:none !important;
-webkit-box-shadow:0 0px 2px #666;
-moz-box-shadow:0 0 2px #666;
box-shadow:0 0 2px #666;
}
.btnX5_br_r {
-moz-border-top-left-radius:0 !important;
-webkit-border-top-left-radius:0 !important;
border-top-left-radius:0 !important;
-moz-border-bottom-left-radius:0 !important;
-webkit-border-bottom-left-radius:0 !important;
border-bottom-left-radius:0 !important;
}

.btnX5_big {
height:52px !important;
line-height:52px !important;
padding:0 20px !important;
font-size:22px !important;
-moz-border-radius:8px !important;
-webkit-border-radius:8px !important;
border-radius:8px !important;
}
.btn_wfix {width:120px !important}
.btn_fnt {font-size:12px !important}
/*.btnX5 i {
margin-right:10px;
}*/
.btnX6_a {
background-color:#cc0000 !important;
}
.btnX6_a1 {
background-color:#ff0000 !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;
}
a.btnX5m {
background-color:#EFBF0D;
}

.btnX5_dk1 {
background-color:#000 !important;
color:#fff !important;
}
.btnX5_dk2 {
background-color:#fff !important;
color:#000 !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;
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:400;
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:78px;
}
.h1t .btnX5 {
font-size:16px !important;
margin-top:12px;
}
/*.h1t .btnX5 i {
margin-left:10px;  
}*/ 

/*.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;
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;
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 {
height:26px;
line-height:26px;
color:#000;
padding:0 12px;
font-size:1em !important;
background-color:#8dcfb1;
}
/********/
.bggray {
background:#f0f0f0 !important;
}
/******/
div.toolbar_oby2 {
position:relative;
padding:8px 20px;
background: #fafafa;
border-bottom:1px solid #e6e6e6;
}
.toolbar_oby2 .combo-select {
position:relative;
width:224px;
float:left;
margin-right:0px;
z-index:1;
}
.toolbar_oby2_block {
display:inline-block;
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;
}

.toolbar_oby .btnX5 {
font-size:16px !important;
margin-top:3px;
}
.toolbar_oby .btnX5 i {
margin-left:0px;   
}
.toolbar_oby_txt {
font-size:16px !important;
margin-top:3px;
line-height:36px;
}

.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_t, .srch_date {
display:inline-block;
margin-right:40px;
margin-bottom:16px;
margin-top:2px;
}
.srch_tr {
background:#f3f3f3;
border-bottom:1px dotted #ddd;
padding:0 10px;
}
.srch_t a.btnX5 {
margin-top:2px;
}

.srch_tr a.btnX5 {
height:32px;
background-color:#f3f3f3 !important;
color:#888 !important;
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
}
.srch_tr a.btnX5:hover {
background-color:#f3f3f3 !important;
color:#cc0000 !important;
-webkit-box-shadow:0 0 0 #666;
-moz-box-shadow:0 0 0 #666;
box-shadow:0 0 0 #666;
}

.srch_t a.ct .fa {
font-size:1.7em;
}
.srch_t .ctc {
height:32px;
margin-top: 3px;
}
.srch_t a.ct {
color:#888;
display:inline-block;
height:32px;
line-height:37px;
width:32px;
text-align: center;
margin-right:10px;
position: relative;
}
.srch_t a.ct:hover {
color:#000;
}

.srch_t a.ct1 {
/*background:green;
border-radius:50%;*/
color:green;/*#fff;*/
}
.srch_t a.ct1:hover {
color:#000;
}
.srch_t a.ct_x {
/*border-radius:50%;
border:1px solid #d9d9d9;*/
color:#d9d9d9;
}
.srch_t a.ct_x:hover {
background:#888;
color:#fff;
}

.srch_t>span {
display:inline-block;
height:33px;
/*line-height:33px;*/
color:#999;
margin-right:10px;	
}
.srch_t span input {
margin-right:10px;	
}
.srch_t_s .combo-select {
max-width:75px;
}

.srch_date div:nth-child(2),
.srch_date div:nth-child(3) {
display:inline-block;	
}
.srch_date span {
margin-right:5px;
font-size: .7em;
color: #999;
}
.srch_date div:nth-child(3) span {
margin-left:5px;	
}

.srch_date .in_x,.srch_t .in_x {
height:35px;
line-height:35px;
padding:0 6px !important;
border:1px solid #ccc !important;
}
.in_x1 {
width:150px !important;
}
.in_x_m {
width:35px !important;
text-align:center;
}
.in_x_y {
width:50px !important;
text-align:center;
}
.in_x_d {
width:150px !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;
}
.src_t_btn {
padding:0;
margin-bottom:10px;
}




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\ 6 Pro;
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;
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;
background:#f0f0f0;
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;
border-spacing:0;
}
table.tbc1 td {
vertical-align:top;
}
td.tbc0 {
border-right:1px solid #e0e0e0;
width:130px;
}
td.tbc0 i {
font-size:22px;   
}
.tdsep {
width:20px;
}
td.tbc1 {
border-right:1px dotted #e0e0e0;
width:20%;
min-width:200px;
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;
}

.tbc1_brd {
margin-top: -1px;
border-bottom: 1px solid #666 !important;
}
.tbc1_h {
background: #d7d7d7;
}

.tbc_lb1 {
padding:10px 0 !important;
}
.tbc_bg1 {
background:#fafafa;
border-top:1px dotted #ddd;
padding:10px 20px !important;
}
td.tbc2 {
line-height:1.2em;
padding:5px;
padding-left:20px;
}
td.tbc2 b,td.tbc2 strong {
font-weight:700;
}

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

div.tbc2overf {
height:200px;
overflow:auto;
}
.tbc2_redux1 {
width:300px; /*200*/
}
.tbc2_redux2 {
border-left: 1px solid #e0e0e0
}
.lineheight_btn {
line-height:32px;
}
.tbc1_AB tr {
border-top:1px dashed #e0e0e0;
}
.tbc1_AB tr:nth-child(1) {
border-top:0 dashed #e0e0e0;
}
.tbc1_AB .tbc0 {
vertical-align:middle !important;
}
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:0 0 5px 0 !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:collapse;
table-layout:fixed;
}
table.tbc3 td,
table.tbc3 th {
padding:5px 10px;
vertical-align:middle;
}
table.tbc3 th {
background:#f0f0f0;
vertical-align:middle;
font-size:12px;
}

.tb3_chk {
width:35px;
background:#ddd;
text-align:center;
}

.tbc3_cod {
/*width:180px;*/
width:150px;
}
.tbc3_cod1 {
width:80px;
}
.tbc3_cod2 {
width:170px;
}
.tbc3_data {
width:120px;
}
.tbc3_data1 {
width:90px;
}
.tbc3_cc1 {
width:150px;
}
.tbc3_cc1b {
width:160px;
}
.tbc3_cc2 {
width:70px;
}
.tbc3_cc3 {
width:50px;
}
.tbc3_cc4 {
width:100px;
}
.tbc3_desc {
width:200px;
}
.tbc3_auto {
width:auto;
}

.ft_brd_scad {
border-left:10px solid red;
}
.ft_brd_today {
border-left:10px solid orange;
}

.tbc3_prosegui,
.tbc3_cancella,
.tbc3_add {
width:32px;
height:32px;
padding:0 !important;
}

.tb3_det {
text-align:right;
line-height:20px;
}
.tb3_det i {
font-size:20px;
color:#2894F5;
}
.tb3_det_w {
width:80px;
}
.tb3_det1_w {
width:50px;
}

.tbc3_nws td {
white-space: nowrap;
}
.ov_auto {
overflow:auto;
}

.tbc3_moddel {
width:50px;
height:32px;
padding:0 !important;
background:red;
}
.tbc3_moddel a {
display:inline-block;
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_th {
border-bottom:2px solid orange;
}
.tbrt_th {
color:orange;
}


.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;
-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);
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;
}
.back2 {
height:40px;
line-height:40px;
margin-right:20px;
float:left;
font-size:18px;
color:#666 !important;
text-decoration: none !important;
}

h3.titleh3 {
padding:0px;
margin:0px;
margin-bottom:4px;
}
h2.titleh2 {
text-transform:uppercase;
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;
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;
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;
width:40px;
float:left;
line-height:28px;
}


.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;

-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);
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;

-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);
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;}

.f_ico {display:inline-block;padding-top:0;}
.f_ico img {border:0;height:16px;}

.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;
-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;
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\ 6 Pro;
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 {
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\ 6 Pro;
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;
}

.kbox_c2 {
padding:5px;
font-size:12px;
padding-bottom:10px;
}
.kbox_c2 p {
margin:0;
}
.kbox_c2 .content_s0 {
margin-bottom:3px;
}
.kbox_c2 .content_s {
padding: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:18px;
background:#f9f9f9;/*cc1a39*/
line-height:50px;
border-bottom:1px dashed #999;
text-transform: uppercase;
border-left:20px solid #ddd;
/*-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;*/
}
div.boxheader1 {
border-left:0;
}
div.boxheader_n {
display:inline-block;
width:50px;
text-align: center;
background:#333;
color: #fff;
font-weight: 900;
}
.boxheader_n_err .boxheader_n {
background:#ff0000;
}

div.boxheader2 {
font-size:1em;
background:#f9f9f9;/*cc1a39*/
line-height:50px;
border-bottom:1px dashed #999;
padding:0 20px;
}
div.boxheader3 {
background:#f9f9f9;/*cc1a39*/
border-bottom:0 dashed #999;
border-left:20px solid #fff;
}
div.border_cc {
border-left:20px solid #fff;
}

/*.kbox .boxheader {
font-size:1.4em;
}*/
.bx_bb {border-bottom:1px solid #ddd !important;}

div.boxheader b {
color:#666;
padding:0 15px;
font-weight:400;
}
div.boxheader1b b {
color:#000;
}
div.boxheader a {
display: inline-block;
width:50px;
height:50px;
line-height:50px;
text-align:center;
color:#333;
float:left;
margin-right:-15px;
}
div.boxheader a:hover {
color:#f48f30;
}
.kbox div.boxheader {
border-bottom:0;
}
.boxheader_alert {
border-left:20px solid red !important;
}

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;
}
.ashc_btn {
width:200px;
text-align: right;
}
.ash {
font-size:2.4em;
color:#00a259;
}

.box_x {
margin-right:10px;
padding:3px 8px;
background:#f0f0f0;
text-transform: uppercase;
white-space: nowrap;
display:inline-block;
margin-bottom:2px;
}
.box_x_pd {
padding:3px 12px;
}
.box_x1 {
display:inline-block;
margin-right:10px;
padding:5px 12px;
background:#f0f0f0;
}
.box_x2 {
display:inline-block;
height:32px;
width:auto;
line-height:32px;
color:#000;
padding:0 12px;
font-size:1.2em !important;
text-decoration:none;
text-transform:uppercase;
background-color:#ddd;
text-align:center;
}
.box_x_no {
color:#fff !important;
background:red !important;
}
.box_x_yes {
color:#fff !important;
background:green !important;
}

.box_x a {
text-decoration-color:#aaa;
}
.box_x a:hover {
text-decoration-color:#ccc;
}

.msg_contratto {
color:#000;
font-size:14px;
padding:10px 20px;
}
.msg_contratto b {
font-weight:400;	
}
.msg_2 {
background:#f0f0f0;
}

/*.msg_2:before {
font-family: Font Awesome\ 6 Pro;
content:"\f252";hourglass
cursor:pointer;
font-weight:600;
    margin-right:15px;
    color:#999;/*== orange -- #fff;
    vertical-align: top;
    float:left;
}*/

.ticket_msg .content_s0 {
padding:0;
margin-bottom:20px;
background:transparent;
border:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}
.tkt_1 {
width:70px;
vertical-align:top;
padding-top:40px;
text-align:center;
}
.tkt_2 {
width:auto;
vertical-align:top;
padding-top:10px;
}
.tkt_lg1 {height:40px;}
.tkt_lg2 {color:#ccc;font-size:40px;}

.tkt_di {
font-size:12px;margin-bottom:5px;color:#999;padding:0;
}



/* MEDIA MOBILE*/
@media (max-width:812px) { /*767*/
.tkt_1 {
width:40px;
}
.tkt_lg1{height:25px;}
.tkt_lg2 {font-size:25px;}


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_mn {
pointer-events:all;
display:inline-block;
line-height:49px;
height:49px;
padding:0 10px;
font-size:20px;
text-decoration: none;
color:#fff;
}
.general_btn_mn:hover {
color:#fff;
text-decoration: none;
}
.general_btn_abs {
position:absolute;
left:0;
top:49px;

width:60px;
background: #f48f30;
}
.general_btn a {
/*display:inline-block;*/
height:50px;
width:50px;
text-align:center;
}

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

div#home {
display:inline-block;
/*float:left;*/
line-height:50px;
height:50px;
margin-top:-2px;
width:50px;
position:absolute;
left:50%;
margin-left:-25px;
}

.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:14px;
height:50px;
line-height:50px;
padding:0 20px;
background:#fff;
border-bottom:1px solid #e6e6e6;
position:relative;
width:100%;
top:0;
padding-right:10px;
}
.h1t .btnX5 {
font-size: 14px !important;
margin-top: 8px;
}
div.toolbar_oby {
padding: 5px 20px;
min-height: 50px;
height: auto;
}
.s_incl, div.search input, .s_incl input {
float:none;
}
.s_incl {
margin-bottom:5px;
}

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;
}

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;
}
.cr { 
position:fixed;
padding:20px;
height:100%;
overflow: scroll;
padding-bottom:100px;
padding-top:80px;
}
	
div.boxheader {
border-left-width:10px;
font-size:14px;
}

	.nofl_mob {
	float:none !important;
	}
	.mb1_mob {
	margin-bottom:5px;
	}
/*td.tbc1 {
width:120px;
}
*/
table.tbc1 .tbc1 {
display:block;
width:100%;
border-right:0;
padding-bottom:0;

text-transform: uppercase;
font-size:11px;
}
table.tbc1 .tbc2 {
display:block;
padding-left:0;
padding-bottom:10px;
}

#page_title {
padding-left:0;
}
	.toolbar_oby {
	border-bottom-width: 1px;
	}
	.toolbar_oby .fllt {
	float:none !important;
	}
	.toolbar_oby .ml20,.toolbar_oby .ml5 {
	margin-left:0 !important;
	}
	.toolbar_oby .inline {
	display:block !important;
	}
	.tbo_ico {
	margin-bottom:5px;
	float:none;
	}
	.toolbar_oby .btnX5 {
	margin-bottom:5px;
	}
	.toolbar_oby .btnX6_d {
    margin-left:0px;
	}
	/*****/
	.back1 {
    height: 50px;
    line-height: 50px;
	}
	div.menu_boxP {
	
	}
	div.menu_boxP ul {
	display:block;
	}
	div.menu_boxP ul li{
	display:block;
	float:none;
	font-size:16px;
	line-height: 40px;
	}
	
	div.menu_boxP ul li a,div.menu_boxP ul li span {
    padding-left: 20px;
    text-align: left;
	}
	div.nump{display:inline-block;float:none;height:50px;line-height:50px;font-size:16px;text-align:left;color:#fff;}

	div.ins2 {padding:10px 10px;}
	div.ins2 .btnX5 {margin-bottom:3px;}
	div.ins2 .flrt {float:none !important;}
	div.ins2 .ml10 {margin-left:0 !important;margin-right:10px;}
	.srch_date .ml5 {display:inline-block;text-align:center;min-width:30px;margin-right:5px;}
	.srch_date input {margin-bottom:5px;}
	
	td.tbc0 {
    border-right:0 solid #e0e0e0;
	width: 80px;
	}
	
	table.tbc3 td,
	table.tbc3 th {
	display:inline-block;
	width:50%;
	text-align: left !important;
	}

}

@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;
    }
}


.rm_del {width:60px;border-left:1px dotted #999;text-align:right;padding-right:5px !important;}
.rm_del img {
height:13px;
width:13px;
border:0;
}

.xxx {background:#fff;}
.xxx td{padding:5px 8px;border:1px solid #ddd;}
.xxx_e {height:5px;font-size:5px;background:#edeff5;border:0 !important;padding:0 !important;}
.fcx1 {width:70px;background:#666;color:#fff;}
.fcx2 {width:70px;text-align:right;}
.fcx3 {width:120px;text-align:right;}
.fcx2A {color:green;background:#aff5a5;}
.fcx2B {color:lightgreen;background:#000;}

.fcxlb {color:#aaa;}

/*NEWSLETTER*/
table.nwsl {
width:100%;
border-collapse:collapse;
border-spacing:0;
}
table.nwsl th {
padding:10px;
background:#f0f0f0;
}
table.nwsl td {
vertical-align:top;
padding:10px;
}

.cntt_brd {
border:1px solid #e0e0e0;
padding:10px 15px;
margin-bottom:10px;
}
.error_msg_over {max-width:800px;overflow: auto;}
@media (max-width:800px) {
    .error_msg_over {max-width:400px;overflow: auto;}
}

.provv_s {
background:#fffdb3;
color:#000;
}
.provv_s a {
color:#000;
}