@import url("css-checkbox.css");
/*@import url("/font/roboto.css");*/
@import url("/awsm/css/font-awesome.min.css");
.blue{
	background:#3095C1;
	color:#FFF;
}
.bgred{
	background:red;
	color:#FFF;
}
.bggreen{
	background:green;
	color:#FFF;
}
.bgorange{
	background:orange;
	color:#FFF;
}
.textred{
	color:red;
}
.textgreen{
	color:green;
}
body, html{
	overflow:hidden;
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
div.without_elimina .i_multi_ac_element{/*fa sparire gli elimina sul readonly*/
	display:none;
}
.print{
	width:100%;
	min-height:400px;
}
.show_details_img{
	color:green;
	font-size:10px;
}
div{
	-webkit-tap-highlight-color:transparent;
}
table.noHeader thead{
	display:none;
}
img.bg{
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: -5000;
}

.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
::-webkit-input-placeholder { color:#333; opacity:1.0;}
::-moz-placeholder { color:#333; opacity:1.0; } /* firefox 19+ */
:-ms-input-placeholder { color:#333; opacity:1.0; } /* ie */
input:-moz-placeholder { color:#333; opacity:1.0; }
#chat_div{
	width:320px;
	height:450px;
	position:fixed;
	right:10px;
	bottom:-472px;
	background:#FFF;
	border:1px solid #DDD;
	padding:10px;
}
#chat_div li{
	width:90%;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	background:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	margin-bottom:10px;
}
#chat_ct{
	width:300px;
	height:367px;
	overflow-y:scroll;
	border:1px solid #DDD;
	padding:10px;
	background:#F4F4F4;
	position:absolute;
	top:46px;
	left:10px;
}
#chat_placeholder{
	width:300px;
	height:367px;
	overflow-y:scroll;
	border:1px solid #FFF;
	padding:10px;
	background:transparent;
}
.chat_private{
	width:300px;
	height:367px;
	overflow-y:scroll;
	border:1px solid #DDD;
	padding:10px;
	background:#E9DADB;
	position:absolute;
	top:46px;
	left:10px;
}
#chat_general{
	z-index:9999;
}
#chat_users{
	width:300px;
	height:430px;
	overflow-y:scroll;
	border:1px solid #DDD;
	padding:10px;
	background:#F4F4F4;
	z-index:9998;
}
#chat_users_hid{
	width:261px;
	min-height:371px;
	border:1px solid #DDD;
	padding:10px;
	display:none;
	background:#F4F4F4;
	z-index:9999;
	position:absolute;
	top:58px;
	left:21px;
}
.chat_td_dx div.ctn{
	min-height:20px;
	position:relative;
	/*padding-bottom:20px;*/
	min-width:100px;
}
.chat_td_dx div.ctn div.nmm{
	position:inline-block;
	padding-top:10px;
	/*position:absolute;
	bottom:2px;
	left:0px;*/
}
.chat_td_sx img{
	margin-right:-1px;
	border-left:1px solid #DDD;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.chat_td_dx{
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	background:#FFF;
}
#chat_input{
	width:230px;
}
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt {
	height:25px;
	margin-bottom:-25px;
}
.ui-timepicker-div dl dd {
	margin:0 8px 10px 50px;
}
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

span{
	font-family:Arial, Helvetica, sans-serif;
}

iframe{
	border:0 none;
}
a.b
utton{
	background-repeat:no-repeat;
}

a, a:link, a:visited{
	color:inherit;
	text-decoration:none !important;
	cursor:pointer;
}

a:focus{
	outline:1px dotted #888;
}

a img{
	border:0;
}

.top{
	vertical-align:top !important;
}

button{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.button:focus {outline:#FFC184 solid 2px;}

ol,ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
div.contenuto ol,div.contenuto ul{
	list-style:disc inside !important;
	padding:0px;
	margin:0px;
}
.jqte_editor ol,.jqte_editor ul{
	list-style:inside !important;
}
input{
	outline:none !important;
}

input, select{
	padding:1px;
	border:1px solid #6E6E6E;
	color:#464646;
	outline:none;
}

.s_div input, .s_div_internal input{
	color:#1F1F1F;
}

input[type=text]:not(#search_input){
	min-width:20px;
	/*width:60px;*/
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #6E6E6E;
	font-size:12px;
	color:#464646;
	padding:1px;
	margin:0;
	resize:none !important;
}

input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus{
	outline:none !important;
}

input[type=checkbox]:focus{
	outline:2px solid #FFC184 !important;
}

input[type=radio]:focus{
	outline:1px dotted #333333 !important;
}

.s_div input[type=text]{
	width:110px !important;
	margin-bottom:5px;
	border-top:0px !important;
	border-right:0px !important;
}

.s_div select{
	width:130px !important;
	margin-bottom:5px;
}

.s_div_internal{
	float:left;
	padding-right:4px;
}
.s_div_internal input{
	width:110px !important;
}
/*
.select_search{
	width:130px !important;
	margin-bottom:5px;
}

.input_search{
	width:110px !important;
	margin-bottom:5px;
}
*/
input.autocomplete{
	padding-right:20px;
	background-image:url('/img/magnif.png') !important;
	background-position:right;
	background-repeat:no-repeat;
}

input.colorpicker_campo{
	padding:2px 20px 2px 2px;;
	background:url('/img/colorpicker.png') 99% center no-repeat #FFF;
	float:left;
}

.autocomplete.strict{
	background-image:url('/img/magnif_blu.png') !important;
	background-repeat:no-repeat;
}

input[disabled=disabled], textarea[disabled=disabled], select[disabled=disabled]{
	background-color:#EBEBE4 !important;
	background-repeat:no-repeat;
	color:#868686 !important;
}

.single_assoc{
	background-color:#FFF !important;
	background-repeat:no-repeat;
	color:#464646 !important;
}

input[readonly=readonly], textarea[readonly=readonly], select[readonly=readonly]{
	background-color:#EBEBE4;
	background-repeat:no-repeat;
	color:#868686;
	
}

input[type=text]:focus,input[type=password]:focus,select:focus,textarea:focus{
	background-color:#FFC184 !important;
}


table input[type=checkbox]{
	position:static;
	margin:0 6px;
}

.richiesto{
	background-color:#FFFFCC;
}

.obb_assente{
	border-left:3px solid #FF0000 !important;
}

/*404*/
#page_404{
	position:absolute;
	top:30%;
	left:50%;
	width:900px;
	margin-left:-450px;
}

#page_404_img{
	margin-top:30px;
	float:left;
}

#page_404_text{
	padding-left:10px;
	border-left:2px solid #999;
	float:left;
}
/*END*/

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#menu_logo{
	border:0mm solid #090;
	float:left;
	height:54px;
	text-align: center;
	margin-top:-10px;
	margin-right:10px;
	z-index:1000;
	position:relative;
	margin-left:5px;
}

#menu_logo img{
    vertical-align: middle;
    max-height: 50px;
}

/*VARIE CLASSI*/
.gbg{
	background:#C9DFAF;
	border-top:1px solid #F08B3B;
	border-bottom:1px solid #F08B3B;
}

.gbg.gright{
	border-right:1px solid #F08B3B;
}

.gbg.gleft{
	border-left:1px solid #F08B3B;
}

.dborder-left{
	border-top:1px solid red;
	border-bottom:1px solid red;
	border-left:1px solid red;
}

.dborder-right{
	border-top:1px solid red;
	border-bottom:1px solid red;
	border-right:1px solid red;
}

.dborder{
	border-top:1px solid red;
	border-bottom:1px solid red;
}

.caps{
	text-transform:uppercase;
}

.obberror{
	border:2px solid #F00 !important
}

.clear{
	clear:both;
}

.check_p{
	background-color:orange !important;
	color:#FFF !important;
}
.check_c{
	background-color:#147D27 !important;
	color:#FFF !important;
}
.check_both{
	background-color:#006192 !important;
	color:#FFF !important;
}

.box_quot{
	width:99.9%;
	background-color:red;
	padding:5px 0px 5px 0px;
	border:1px dotted yellow;
	color: yellow;
	text-align:center;
	display:none;
}

/*END*/
.dy{
	background:#FFEE8A;
}
.sy{
	background:#FFFF80;
}
.red{
	color:red;
	font-weight:bold;
}
#map_canvas{
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

#map_menu{
	position:relative;
	float:right;
	margin:0;
	padding:0;
	top:50px;
	z-index:1;
}

.button{
	cursor:pointer;
	text-align:center;
	padding:7px 10px 7px 10px;
	position:relative;
	float:left;
	margin-bottom:5px;
	/*margin-right:7px;*/
	min-width:40px;
}

.button_dialog{
	cursor:pointer;
	text-align:center;
	padding:4px 11px;
	position:relative;
	float:left;
	/*margin-right:7px;
	min-width:40px;*/
}

.button_dialog:focus {
	/*outline:#FFC184 solid 2px;*/
	color:#FFF;
	background:#D14836 !important;
	border:1px solid #D14836 !important;
}

.button_dialog_2{
	cursor:pointer;
	text-align:center;
	position:relative;
	/*padding:2px 6px 1px;*/
	/*margin-right:7px;
	min-width:40px;*/
	height:21px;
}

.button_dialog_2 img{
	margin-bottom:-2px;
}


.button_dialog_2:focus {
	color:#FFF;
	background:#D14836 !important;
	border:1px solid #D14836 !important;
}

.button img{
	margin-right:5px;
	vertical-align:middle;
}

.button_dialog img{
	margin-top:-2px;
	vertical-align:middle;
}

.b_white{
	color:#414141;
	background:#FFF;
	border:1px solid #999;
}

.b_white:hover{
	background:#F8F8F8;
}

.b_green{
	color:#FFF;
	background:#77933C;
	min-width:60px;
	border:1px solid #77933C;
}
.force_green{
	color:#FFF !important;
	background:#77933C !important;
	border:1px solid #77933C !important;
}

.b_red{
	color:yellow;
	background:red;
	min-width:60px;
	border:1px solid yellow;
}

.b_arancio{
	color:#FFF;
	background:orange;
	min-width:60px;
	border:1px solid #77933C;
}

.b_green:hover{
	background:#006600;
}

.b_blue{
	color:#FFF;
	background:#3E9EFF;
	border:1px solid #3E9EFF;
	margin-right:7px;
}
.b_black{
	color:#FFF;
	background:#000;
	border:1px solid #000;
}
.b_red2{
	color:#FFF;
	background:#d82d2d;
	border:1px solid #d82d2d;
	margin-right:7px;
}

.b_blue:hover{
	background:#4480BA;
}

.b_orange{
	color:#414141;
	background:#FFC;
	border:1px solid #FFB366;
}

.b_orange:hover{
	background:#FFDBB7;
}

#container{
	border:0px dotted #CC6600;
	display: block;
    /*position:absolute;*/
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin:7px 0 25px;
}

#loading{
	background:url('/img/loading.png') top left repeat-x;
	height:8px;
}

.load_small{
	position:absolute;
	background:url('/img/load_small.gif') top left;
	height:16px;
	width:16px;
	top:8px;
	left:-25px;
	display:none;
}


/*ALERT BOX*/
#alert_box_text{
	color:#FF0;
}

#alert_box{
	display:none;
	z-index:9997;
	position:absolute;
    top:0;
    left:50%;
	width:500px;
	margin-left:-280px;
	border-left:2px solid #CE0000;
	border-bottom:2px solid #CE0000;
	border-right:2px solid #CE0000;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background-color:#FF2D2D;
	padding:7px 20px;
	line-height:20px;
}

#alert_box_close{
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	right:5px;
	bottom:2px;
}
/*END*/

/*SUCCESS BOX*/
#success_box_text{
	color:#FFF;
}

#success_box{
	display:none;
	z-index:9997;
	position:absolute;
    top:0;
    left:50%;
	width:500px;
	margin-left:-280px;
	border-left:2px solid #029204;
	border-bottom:2px solid #029204;
	border-right:2px solid #029204;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background-color:#00C400;
	padding:7px 20px;
	line-height:20px;
}

#success_box_close{
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	right:5px;
	bottom:2px;
}
/*END*/

.loadingdiv{
	display:none;
}

.loadingdiv_bg{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:9998;
}

.loadingdiv_load{
	position:absolute;
	text-align:center;
	left:50%;
	top:40%;
	z-index:9999;
	width:100px;
}

/*USERPANEL START*/
.notify_number{
	background-color:#f03d25;
	color:#FFF;
	text-align:center;
	margin-top:-9px;
	margin-left:10px;
	float:left;
	padding:0.2px 2px;
	border-radius:3px;
	font-size:11.5px;
}

#userpanel-hover{
	font-size:12px;
	background-color:#FFF;
	border:0px solid #093;
	color:#666;
	display:none;
	position:absolute;
	right:13px;
	top:35px;
	z-index:1;
	-webkit-border-radius:9px;
	border-radius:9px;
	-webkit-box-shadow: 1px 1px 3px 0px #000;
	box-shadow: 1px 1px 3px 0px #000;
	min-width:250px;
}

.userpanel_label_top{
	font-size:14px;
	background-color:#f2f7f7;
	padding:8px 14px 8px 8px;
	-webkit-border-top-left-radius:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	border-top-right-radius:9px;
}

.userpanel_label_center{
	padding:5px 8px;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

.userpanel_label_bottom{
	background-color:#f2f7f7;
	padding:5px 8px;
	-webkit-border-bottom-left-radius:9px;
	border-bottom-left-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-right-radius:9px;
}

#userpanel_alert{
	display:none;
	background-color:#FFFF82;
	border:2px dashed #FF9900;
	float:right;
	cursor:pointer;
	margin:0px 15px 0px 0px;
	padding:3px 10px 3px 10px;
}

#userpanel_icons{
	float:right;
	cursor:pointer;
	margin:2px 12px 0px 0px;
}

.userpanel_icon{
	width:16px;
	height:16px;
	float:right;
	background-position: top center !important;
	background-repeat:no-repeat !important;
	margin-right:4px;
}

.userpanel_logout{
	width:16px;
	height:16px;
	float:right;
	background-size:16px 16px !important;
	background-position: top center !important;
	background-repeat:no-repeat !important;
	margin-right:6px;
	cursor:pointer;
}

.userpanel_icon_disabled{
	opacity:.2;
	cursor:default !important;
}

#userpanel_welcome{
	float:right;
	color:#FFF;
	text-align:right;
	font-size:13px;
	cursor:pointer;
}

#userpanel{
	position:absolute;
	right:12px;
	top:20px;
	text-align:right;
	font-size:13px;
}

#userpanel-link{
	outline: none;
}

/*USERPANEL END*/


/*TOP MENU START*/
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.nav-item_hover{
	background-color:#0f2139;
	/*background: none repeat scroll 0 0 #333333;*/
   /* border-radius: 4px;*/
    box-shadow: 0 0 1px 0 #000000 inset;
}
 
.nav a {
	text-decoration: none;
}
 
.nav li {
	list-style: none;
}

.nav {
    display:block;
	/* display: inline-block;*/
    position: relative;
    cursor: default;
	z-index:500;
	margin-top:9px;
	margin-left:0px;
	border:0px solid #060;
}
 
.nav > li {
    display: block;
    float: left;
}

.nav > li > a {
    position: relative;
    display: block;
    z-index: 510;
	
    height: 34px;
	line-height: 35px;
    padding: 0 20px;
	text-transform:uppercase;
    
 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color:#fcfcfc;
    /*text-shadow: 0 0 1px rgba(0,0,0,.35);*/
   text-shadow: 0 1px 1px rgba(0,0,0,.8);
    /*background: #372f2b;
    border-left: 1px solid #4b4441;
    border-right: 1px solid #312a27;
 	*/
	
	
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
	
	z-index:500;
}

.nav > li > a:focus{
	background:#738BA5;
	outline:1px solid #4B5F78;
}

.nav > li:hover > a {
	background:#738BA5;
}
 
.nav > li:first-child > a {
    border-left: none;
}

.nav > li.nav-search > form {
    position: relative;
    width: inherit;
    height: 40px;
    z-index: 500;
}

.nav > li.nav-search #search_input {
	display: block;
	float: left;
	height: 40px;
	width: 0px;
	padding: 0px 0px;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    color:#FFF;
    text-shadow: 0 0 1px rgba(0,0,0,.35);
    background:#0F2139;
	 -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
}
 
.nav > li.nav-search  #search_input:focus {  }/*testo quando scrivo dentro*/
 
.nav > li.nav-search  #search_input::-moz-placeholder{color:#738BA5;}
.nav > li.nav-search  #search_input::-webkit-input-placeholder { color:#738BA5;}
.nav > li.nav-search  #search_input::-moz-placeholder { color:#738BA5; } /* firefox 19+ */
.nav > li.nav-search  #search_input:-ms-input-placeholder { color:#738BA5; } /* ie */

.nav > li.nav-search #search_input:focus,
.nav > li.nav-search:hover #search_input {
    width: 160px;
    padding: 0px 0px 0px 5px;
    -webkit-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
}

.nav > li.nav-search button {
    display: block;
    float: left;
    width: 20px;
    height: 40px;
    padding: 0 15px;
    cursor: pointer;
	
    background: url(../img/search_icon.png) no-repeat center 7px;
	border:0px solid #0F0;
 
 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
 
.nav > li.nav-search button:hover{
	background-color:#738BA5;
}


.nav > li.nav-search button:focus {outline:none;}
.nav > li.nav-search button::-moz-focus-inner {border:0;}


.nav > li > div {
    
    /*
	width: 100%;
	display: block;
	top: 50px;
    left: 0;
 	*/
	
	/*
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
	-webkit-transition: all .1s ease .15s;
    -moz-transition: all .1s ease .15s;
    -o-transition: all .1s ease .15s;
    -ms-transition: all .1s ease .15s;
    transition: all .1s ease .15s;
	*/
	
    visibility: hidden;
    overflow: hidden;
	
	position: absolute;
	display:inline-flex;
	
    background: #ffffff;
 
 	
    
	
	box-shadow:0px 1px 2px 0 #666666;
	z-index:501;
	padding:4px 0px 6px 5px;
	/*top:40px;*/
}

.nav > li:hover > div {
	/*
    opacity: 1;
    visibility: visible;
    overflow: visible;
	*/
}

.nav .nav-column {
    float: left;
    /*width: 20%;*/
    padding: 0px 15px 0px 0px;
}
 
.nav .nav-column h3 {
	/*
    margin: 20px 0 10px 0;
    line-height: 18px;
	*/
	margin:6px 0px 2px 4px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
	line-height:20px;
    color: #372f2b;
    text-transform: uppercase;
	border-bottom:1px solid #DDD;
}
 
.nav .nav-column h3.orange{
	color: #ff722b;
}
 
.nav .nav-column li a {
    display: block;
    line-height: 26px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
	white-space:nowrap;
}
.nav .nav-column li {
	padding:0px 5px 0px 5px;
	 color:#333333;
}

.nav .nav-column li:hover {
	background-color:#738BA5;
	color:#FFF !important;
}

#top_menu{
	border:0px solid #0F0;
	position:relative;
	/*white-space:nowrap;*/
}
/*


#nav{
	border:0px solid #F00;
	margin-bottom:3px;
	display: table;
}

#top-nav{
	border:0px solid #F00;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.nav-item{
	float: left;
	margin-left:10px;
	display: table-cell;
}

.nav-item a{
	text-transform:uppercase;
	color:#F5F5F5;
	display:block;
	padding:7px 12px 7px 12px;
	position:relative;
}

.nav-item:hover, .nav-item.hover{
	background:#333;
	border-radius:4px;
	-webkit-box-shadow: inset 0px 0px 1px 0px #000;
	box-shadow: inset 0px 0px 1px 0px #000; 
}

.nav-item_hover{
	background:#333;
	border-radius:4px;
	-webkit-box-shadow: inset 0px 0px 1px 0px #000;
	box-shadow: inset 0px 0px 1px 0px #000; 
}

.sub-nav a img{
	border-left:1px solid #FBFBFB;
	padding:7px;
	background-color:#EEEEEE;
	vertical-align:middle;
}

.sub-nav a{
	cursor:pointer;
	color:#333;
	text-transform:none;
	padding:5px 10px 5px 28px;
	background-position:6px 5px;
	background-repeat:no-repeat;
}

.sub-nav a:hover{
	background-color:#E0E0E0;
}

.sub-nav{
	border:0px solid #545454;
	background:#FBFBFB;
	display: none;
	position:absolute;
	z-index: 9999;
	-webkit-box-shadow: 1px 1px 3px 0px #000;
	box-shadow: 1px 1px 3px 0px #000; 
}
*/
/*TOP MENU END*/

/*SUB MENU START*/
/*
#sub_menu_left{
	display:none;
	z-index:20;
	top:32px;
	left:-6px;
	position:absolute;
	background-color:#F4F4F4;
	cursor:pointer;
	color:#333;
	padding:0px 5px 3px 5px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-weight:bold;
	font-size:16px;
}

#sub_menu_right{
	display:none;
	z-index:20;
	top:32px;
	right:-7px;
	position:absolute;
	background-color:#F4F4F4;
	cursor:pointer;
	color:#333;
	padding:0px 5px 3px 5px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-weight:bold;
	font-size:16px;
}

#sub_menu_right:hover, #sub_menu_left:hover{
	color:#F4F4F4;
	background-color:#333;
}


#sub_menu{
	margin-top:3px;
	margin-left:5px;
	color:#F5F5F5;
	border:0px solid #C3C;
	position:relative;
	overflow-x: auto;
    overflow-y: hidden;
	width:2200px;
}

#sub_menu_width{
	border:0px solid #0F0;
	display:inline-block;
	margin-left:5px;
}

.sub_menu_tab{
	float:left;
	cursor:pointer;
	background:#545454;
	padding:4px 12px 4px 12px;
	margin:0px 3px 0px 3px;
}

.sub_menu_tab:hover{
	color:#3E3E3E;
	background:#F4F4F4;
}

.sub_menu_tab_active{
	cursor:pointer;
	float:left;
	padding:4px 12px 4px 12px;
	margin:0px 3px 0px 3px;
	color:#3E3E3E !important;
	background:#F4F4F4;
}
*/
/*SUB MENU END*/

/*CONTENT START*/
#content{
	z-index:0;
	position:absolute;
	margin:0;
	bottom:25px;
	/*top:61px;*/
	top:0;
	left:0;
	right:0;
	background:#fff;
	/*background:#F4F4F4;*/
	border:0px solid #069;
	-webkit-box-shadow: 0 -1px 10px 0 #000000;
	box-shadow: 0 -1px 10px 0 #000000;
}
/*CONTENT END*/

/*LEFT BOX START*/
#left_box{
	position:absolute;
	bottom:5px;
	top:5px;
	right:0;
	left:5px;
	width:200px;
	background:#FFF;
	/*background:#F4F4F4;*/
	border:0px solid #F90;
	min-height:200px;
	color:#3E3E3E;
}

#left_box_top{
	position: absolute;
    top:0px;
	bottom: 0;
	width:200px;
	margin-bottom:250px;
	border:0px solid #090;
}

#left_box_top_label{
	/*background:url('/img/arrow_black.png') center left no-repeat;*/
	color:#374961;
	font-size:14px;
	text-transform:uppercase;
	/*font-weight:bold;*/
	margin-bottom:10px;
	padding-bottom:5px;
	/*padding-left:13px;*/
	margin-left:13px;
	margin-top:5px;
	margin-right:8px;
	border-bottom:1px solid #374961;
}

#left_box_top_content{
	padding:4px 0px 5px 0px;
}

#left_box_top_search{
	position: relative;
	margin-left:13px;
	overflow:hidden;
}

#left_box_bottom{
	border:0px solid #0C0;
	width:100%;
	position: absolute;
    bottom: 0;
}

.left_box_bottom_div{
	margin-bottom:7px;
}

.left_box_bottom_value_val{
	text-align:right;
	font-size:23px;
}

.left_box_bottom_value{
	padding:7px;
	color:#F8F8F8;
	background:#604A7B;
}

#left_box_bottom_logo{
	border:1px solid #CCCCCC;
	color:#F8F8F8;
	background:#FFF;
	text-align:center;
	cursor:pointer;
	padding-top:4px;
}

#left_box_bottom_tools{
	/*border:1px solid #CCCCCC;*/
	padding:4px 0px 4px 3px;
	/*background:#FFF url('/img/bg_grey.gif') top left repeat-y;
	line-height:18px;*/
}

#left_box_bottom_tools a{
	cursor:pointer;
	color:#333;
	text-transform:none;
	padding:5px 10px 5px 28px;
	background-position:6px 5px;
	background-repeat:no-repeat;
}

#left_box_bottom_tools a:hover{
	text-decoration:underline !important;
}

/*LEFT BOX END*/

/*DASHBOARD WIDGETS*/
#widgets_dash{
	margin-top:7px;
	margin-left:7px;
	padding:0;
	border:0px solid #060;
	/*margin-top:10px;*/
}

.widget_div{
	float:left;
	width:200px;
	height:177px;
	position:relative;
}
.widget_dialog{
	width:210px;
	display:inline-block;
	border:1px solid #D7D7D7;
	margin-right:7px;
	margin-bottom:7px;
	background:url(../img/loading.gif) 50% 50% no-repeat;
}

.widget_empty{
	width:210px;
	height:157px;
	float:left;
	/*border:1px solid #D7D7D7;*/
	margin-right:7px;
	margin-bottom:7px;
	background:url(../img/loading.gif) 50% 50% no-repeat;
}
.widget_empty_small{
	width:198px;
	min-height:70px;
	border:1px solid #D7D7D7;
	margin-right:7px;
	margin-bottom:7px;
	background:url(../img/loading.gif) 50% 50% no-repeat #FFF;
}

.timbratura{
	padding-top:5px;
	height:152px;
	background-image: linear-gradient(left , #FFA500 0%, #E1725F 100%);
	background-image: -o-linear-gradient(left , #FFA500 0%, #E1725F 100%);
	background-image: -moz-linear-gradient(left , #FFA500 0%, #E1725F 100%);
	background-image: -webkit-linear-gradient(left , #FFA500 0%, #E1725F 100%);
	background-image: -ms-linear-gradient(left , #FFA500 0%, #E1725F 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFA500), color-stop(1, #E1725F));
	text-align:center;
	cursor:pointer;
	margin-right:7px;
}

.cambidog{
	padding-top:5px;
	height:182px;
	background-image: linear-gradient(left , #FFA500 0%, #E1725F 100%);
	background-image: -o-linear-gradient(left , #FFA500 0%, #E1725F 100%);
	background-image: -moz-linear-gradient(left , #FFA500 0%, #E1725F 100%);
	background-image: -webkit-linear-gradient(left , #FFA500 0%, #E1725F 100%);
	background-image: -ms-linear-gradient(left , #FFA500 0%, #E1725F 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFA500), color-stop(1, #E1725F));
	text-align:center;
	cursor:pointer;
	margin-right:7px;
}

.welcome_widget{
	padding-top:5px;
	height:182px;
	background-image: linear-gradient(left , #FFFF9D 0%, #FFF 100%);
	background-image: -o-linear-gradient(left , #FFFF9D 0%, #FFF 100%);
	background-image: -moz-linear-gradient(left , #FFFF9D 0%, #FFF 100%);
	background-image: -webkit-linear-gradient(left , #FFFF9D 0%, #FFF 100%);
	background-image: -ms-linear-gradient(left , #FFFF9D 0%, #FFF 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFF9D), color-stop(1, #FFF));
	text-align:center;
	margin-right:7px;
}

.widget_value_val{
	position:absolute;
	left:50%;
	width:200px;
	margin-left:-100px;
	text-align:center;
}

.widget_value_link{
	position:absolute;
	top:50%;
	left:50%;
	width:120px;
	height:120px;
	margin-left:-60px;
	margin-top:-50px;
	text-align:center;
}
/*END*/

/*RIGHT BOX START*/
#right_box{
	float:right;
	position:absolute;
	bottom:5px;
	top:0px;
	right:5px;
	left:215px;
	background:#FFF;
	/*border:1px solid #CCCCCC;*/
}

#right_box_content{
	padding:0px 5px 5px 5px;
	position:relative;
}
/*RIGHT BOX END*/

/*CLASSI DI SCALE DI GRIGIO*/
.sx{
	text-align:left;
	background-color:#EEE;
	padding-right:1px;
	padding-left:5px;
}

.dx{
	text-align:left;
	background-color:#DDD;
	padding-right:1px;
	padding-left:3px;
	border-left:2px solid #CCC;
	border-right:2px solid #CCC;
}
/*
.dx{
	text-align:left;
	background-color:#CCC;
	padding-right:1px;
	padding-left:1px
}
*/

.sx.y{
	background-color:#FFFFB0;
}

.dx.y{
	background-color:#FEF992;
}

.sx.b{
	background-color:#D2E9FF;
}

.g0{
	background-color:#FFF
}

.g1{
	background-color:#EEE
}

.g2{
	/*background-color:#DDD*/
}

.g3{
	/*background-color:#CCC*/
}

.g4{
	/*background-color:#BBB*/
}

.g5{
	/*background-color:#AAA*/
}

.clearfix{
	clear:both;
}
/*END*/

/*DATATABLE*/
div.innerDetails{
	display: none;
	border:1px solid #666;
	background-color:#EAEAEA;
}

.innerDetails table{
	border:0;
	border-collapse:collapse;
}

.innerDetails table td{
	padding-right:10px;
}

.innerDetails table th{
	background-color:#828282;
	color:#FFF;
	padding-right:10px;
}

table.datatable{
	background: none repeat scroll 0 0 #FFF;
	border-radius: 0px;
	clear: both;
	margin: 0 auto;
	padding: 0px 0 0px;
	width: 100%;
	border-collapse:collapse;
}

.datatable th{
	border-bottom: 1px solid #CCC;
	padding: 4px 3px 2px 3px;
	text-align: left;
	vertical-align: middle;
	color:#3E3E3E;
}

.internal{
	margin-top:2px !important;
	width:100%;
}

.internal th{
	border-bottom: 1px solid #CCC;
	padding: 4px 3px 2px 3px;
	text-align: left;
	vertical-align: middle;
	background-color:#545454;
	color:#FFF;
}

.datatable td {
	border-bottom: 1px solid #CCC;
	padding: 2px 3px 2px 3px;
	text-align: left;
	vertical-align: middle;
}

table.datatable thead th {
	cursor: pointer;
	font-size:12px;
	font-weight:normal;
	padding-bottom:4px;
}

.datatable tbody{
/*border-top:1px solid;
border-bottom:1px solid*/
}

.datatable td{
	border-top:0 none;
}

.datatable th.sorting, th.sorting_asc, th.sorting_desc{
	padding-left:13px !important
}

.datatable tr{
padding:4px 5px 4px 4px;
}

.datatable td a{
	color:#666;
}

.datatable:not(.avoidhover) tr.even:hover th,
.datatable:not(.avoidhover) tr.odd:hover th,
.datatable:not(.avoidhover) tr.even:hover td,
.datatable:not(.avoidhover) tr.odd:hover td,
.datatable:not(.avoidhover) tr.even:hover,
.datatable:not(.avoidhover) tr.odd:hover{
/*background-color:#3E4955 !important;
color:#FFF !important;*/
	cursor: pointer;
    background-color: #828282;
    color:#FFF;
    
	/*
	text-shadow: rgba(0,0,0,.7) 0 1px 0;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
    background-image: -ie-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
    background-image: linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
	*/
}

.datatable:not(.avoidhover) tr.even:hover th a,
.datatable:not(.avoidhover) tr.odd:hover th a,
.datatable:not(.avoidhover) tr.even:hover td a,
.datatable:not(.avoidhover) tr.odd:hover td a,
.datatable:not(.avoidhover) tr.even:hover a,
.datatable:not(.avoidhover) tr.odd:hover a{
color:#FFF !important;
}


table.datatable th.center,table.datatable td.center{
	text-align:center;
	padding-left:4px !important;
}
.center{
	text-align:center;
}

tr.odd td.sorting_1{
	background-color:#D3D6FF;
}

tr.even td.sorting_1{
	background-color:#EAEBFF;
}

tr.odd{
	background-color:#E2E2E2;
}

tr.even{
	background-color:#FFF;
}

.tr_active{
	background-color:#FFFFB7  !important;
	color:#000 !important;
}

.tr_active_2{
	background-color:#D2FFD2  !important;
	color:#000 !important;
}

.sorting_asc{
	font-weight:bold  !important;
	background:url('/img/datatable/sort_asc.png') no-repeat  0% 7px;
}

.sorting_desc{
	font-weight:bold  !important;
	background:url('/img/datatable/sort_desc.png') no-repeat 0% 7px;
}

.sorting{
	background:url('/img/datatable/sort_both.png') no-repeat 0% 7px;
}

.sorting_asc_disabled{
	background:url('/img/datatable/sort_asc_disabled.png') no-repeat center right
}

.sorting_desc_disabled{
	background:url('/img/datatable/sort_desc_disabled.png') no-repeat center right
}

.dataTables_empty{
	text-align:center !important;
}

.dataTables_wrapper{
	/*left:0px;
	top:0px;
	right:0px;
	bottom:0px;*/
	clear:both;
	/*height:100%;*/
	zoom:1;
	overflow:hidden;
	
}

.dataTables_processing{
	position:absolute;
	top:50%;
	left:50%;
	width:250px;
	height:30px;
	margin-left:-125px;
	margin-top:-15px;
	padding:14px 0 2px;
	border:1px solid #ddd;
	text-align:center;
	color:#999;
	font-size:14px;
	background-color:#fff
}

.article-tag{
	height:28px;
	padding-bottom:0;
	margin-bottom:0;
	margin-top:0;
}

.header-tag{
	padding:4px 10px 2px 10px;
	position:relative;
	margin:0;
}

.header-tag input[type=text]{
	height:21px !important;
}

.header-tag select{
	height:23px !important;
}

.tdright{
	text-align:right !important;
}

.formins table td{
	/*padding-top:1px;
	padding-bottom:1px;*/
	padding-top:0px;
	padding-bottom:0px;
}
/*END*/

/*DATATABLE PAGINAZIONE*/
.dataTables_length{
	margin-bottom:15px;
	overflow:hidden
}

.dataTables_filter{
	margin-bottom:9px;
	padding-left:10px;
	overflow:hidden
}

.dataTables_length{
	width:38.5%;
	float:left;
	margin-top:4px;
	color:#666;
	margin-left:10px
}

.dataTables_info{
	margin-top:8px;
	width:60%;
	float:left;
	color:#666
}

.dataTables_paginate{
	margin-top:-19px;
	float:right;
	text-align:right;
	margin-bottom:10px;
	color:#666
}

.paging_full_numbers{
	width:400px;
	height:22px;
	line-height:22px
}

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active, .paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_active{
	padding:2px 5px;
	margin:0 3px;
	cursor:pointer;
	*cursor:hand
}

.paging_full_numbers a.paginate_button:hover, .paging_full_numbers span.paginate_button:hover{
	background-color:#ccc
}

.paging_full_numbers a.current, .paging_full_numbers span.paginate_active{
	background-color:#333;
	color:#FFF
}
/*END*/

/*DATATABLE TOOLBOX*/
.tool_box_link{
	background:url('/img/icons/icon_menu.png') 50% top no-repeat;
	height:14px;
	width:100%;
}

.tool_box{
	z-index:9999;
	display:none;
	position:absolute;
	top:0;
	left:0;
	color:#000 !important;
	background:#FFF url('/img/bg_grey.gif') top left repeat-y;
	height:auto;
	min-width:160px;
	-webkit-box-shadow: 1px 1px 2px 0 #666666;
	-moz-box-shadow: 1px 1px 2px 0 #666666;
	box-shadow: 1px 1px 2px 0 #666666;
	cursor:pointer;
}

.tool_box > div{
	border:0px solid #0C0;
	padding:4px 7px 4px 28px;
	background-position:5px 5px;
	background-repeat:no-repeat;
}

.tool_box > div:hover{
	background-color:#828282;
	color:#F4F4F4;
}

div.tool_box_sub{
	position:relative;
	background-color:#EAF4FF;
}

div.tool_box_sub div{
	right:0;
	left:auto;
}

div.tool_box_sub:hover > div/*, div.tool_box_sub div.tool_box:hover*/{
	display:block !important;
}
/*END*/

/*DATATABLE TOOLTIP HOVER*/
/*
a.tooltip {
	outline:none;
	text-decoration:none;
}
a.tooltip strong {
	line-height:30px;
}
a.tooltip > span {
	width:200px;
	padding: 7px;
	margin-top: 15px;
	margin-left: -230px;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	position: fixed;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	-webkit-box-shadow: 1px 1px 2px 0 #666666;
	-moz-box-shadow: 1px 1px 2px 0 #666666;
	box-shadow: 1px 1px 2px 0 #666666;
	-webkit-transition-property:opacity, margin-top, visibility, margin-left;
	-webkit-transition-duration:0.4s, 0.3s, 0.4s, 0.3s;
	-webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	-moz-transition-property:opacity, margin-top, visibility, margin-left;
	-moz-transition-duration:0.4s, 0.3s, 0.4s, 0.3s;
	-moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	-o-transition-property:opacity, margin-top, visibility, margin-left;
	-o-transition-duration:0.4s, 0.3s, 0.4s, 0.3s;
	-o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	transition-property:opacity, margin-top, visibility, margin-left;
	transition-duration:0.4s, 0.3s, 0.4s, 0.3s;
	transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}

a.tooltip:hover > span {
	opacity: 1;
	text-decoration:none;
	visibility: visible;
	overflow: visible;
	display: inline;
}
a.tooltip > span {
	color: #000000;
	background: #FFFFFF;
	background: -moz-linear-gradient(center top , #FFFFFF 40%, #CCCCCC 130%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#FFFFFF), color-stop(130%,#CCCCCC));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CCCCCC',GradientType=0 );
}
*/
/*END*/


/*ICONS*/
.little_icon{
	width:13px;
	height:13px;
	background-position:50% top !important;
	background-repeat:no-repeat !important;
	float:left;
}

.plus{
	background:url('/img/icons/icon_plus.png');
}
.view{
	background:url('/img/icons/icon_zoom.png');
}
.check{
	background:url('/img/icons/icon_check.png');
}
.question{
	background:url('/img/icons/icon_question.png');
}
.edit{
	background:url('/img/icons/icon_pencil.png');
}
.edit_dis{
	background:url('/img/icons/icon_pencil_disabled.png');
}
.trash{
	background:url('/img/icons/icon_trash.png');
}
.euro{
	background:url('/img/icons/icon_euro.png');
}
.fax{
	background:url('/img/icons/icon_fax.png');
}
.mail{
	background:url('/img/icons/icon_mail.png');
}
.mail_dis{
	background:url('/img/icons/icon_mail_disabled.png');
}
.download{
	background:url('/img/icons/icon_download.png');
}
.upload{
	background:url('/img/icons/icon_upload.png');
}
.zoom{
	background:url('/img/icons/icon_zoom.png');
}
.qrcode{
	background:url('/img/icons/icon_qrcode.png');
}
.addressbook{
	background:url('/img/icons/icon_addressbook.png');
}
.friends{
	background:url('/img/icons/icon_friend.png');
}
.message{
	background:url('/img/icons/icon_messages.png');
}
.marker{
	background:url('/img/icons/icon_marker.png');
}
.calendar{
	background:url('/img/icons/icon_calendar.png');
}
.menu{
	background:url('/img/icons/icon_menu.png');
}
.ban{
	background:url('/img/icons/icon_ban.png');
}
.ban_dis{
	background:url('/img/icons/icon_ban_disabled.png');
}
.ship{
	background:url('/img/icons/icon_ship.png');
}
.info{
	background:url('/img/icons/icon_info.png');
}
.clock{
	background:url('/img/icon_clock.png');
}
.calc{
	background:url('/img/icons/icon_calc.png');
}
.documents{
	background:url('/img/icons/icon_documents.png');
}
.map{
	background:url('/img/icons/icon_map.png');
}
.truck{
	background:url('/img/icons/icon_truck.png');
}
.social{
	background:url('/img/icons/icon_social.png');
}
.graffetta{
	background:url('/img/icons/icon_graffetta.png');
}
.percent{
	background:url('/img/icons/icon_percent.png');
}
.coins{
	background:url('/img/icons/icon_coins.png');
}
.gear{
	background:url('/img/icons/icon_gear.png');
}
.clam{
	background:url('/img/icons/icon_clam.png');
}
.excel{
	background:url('/img/icons/icon_excel.png');
}
.logout{
	background:url('/img/icons/icon_logout.png');
}
.balloon{
	background:url('/img/icons/icon_balloon.png');
}
.sms{
	background:url('/img/icons/icon_sms.png');
}
.cal_mese{
	background:url('/img/icons/icon_mese.png');
}
.java{
	background:url('/img/icons/icon_java.png');
}
.refresh{
	background:url('/img/icons/icon_refresh.png');
}
.a_left{
	background:url('/img/icons/icon_left.png');
}
.a_right{
	background:url('/img/icons/icon_right.png');
}
.refresh{
	background:url('/img/icons/icon_refresh.png');
}
.star_e{
	background:url('/img/icons/icon_star_e.png');
}
.star_f{
	background:url('/img/icons/icon_star_f.png');
}
.star_w{
	background:url('/img/icons/icon_star_w.png');
}

.dis{
	opacity:0.3;
}
/*END*/

/*PREFERITI*/
.preferito{
	border:0px solid red;
	width:20px;
	height:20px;
	float:left;
	background-repeat:no-repeat;
	cursor:pointer;
}

.pref_menu{
	background-repeat:no-repeat;
	background-position:0% 50%;
	width:18px;
	height:32px;
	margin: auto -10px !important;
}
/*END*/
/*TABS SCHEDE*/
#tabs,#tabs2{
	padding:0;
}

#tabs ul.ui-tabs-nav,#tabs2 ul.ui-tabs-nav,#tabs3 ul.ui-tabs-nav,.ui-tabs ul.ui-tabs-nav,#hometabs ul.ui-tabs-nav{
	/*background:#738BA5*/;
	/*background:#FFF;*/
	/*background:url('/img/gtop.png') repeat-x;*/
	/*border-bottom:1px solid #333;*/
	/*border-top:1px solid #5F5F5F;*/
	background:#E87C31;
	display:block;
	padding:0 22px 0 22px !important;
	list-style:none outside none;
	/*border:0 none;*/
	font:inherit !important;
	/*margin:0 !important;*/
	height:38px !important;
	vertical-align:baseline;
}

#tabs3 ul.ui-tabs-nav li,#tabs ul.ui-tabs-nav li,#tabs2 ul.ui-tabs-nav li,.ui-tabs ul.ui-tabs-nav li,#hometabs ul.ui-tabs-nav li{
	margin-bottom:-1px !important;
	float:left;
	list-style:none outside none !important;
	border-right:1px solid /*#586D89*/#D56A00  !important;
	border-left:1px solid /*#92A1B1*/#FA5 !important ;
	border-top:0 !important;
	border-bottom:0 !important;
	font:inherit !important;
	padding:0px 10px 0px 10px; !important;
	vertical-align:baseline !important;
	margin-left:0px !important;
	margin-right:0px !important;
	margin-top:5px !important;
 	background:transparent  !important/*repeat scroll 0 0 #3B3B3B*/;
}
#tabs3 ul.ui-tabs-nav li:first-child,#tabs ul.ui-tabs-nav li:first-child,#tabs2 ul.ui-tabs-nav li:first-child,.ui-tabs ul.ui-tabs-nav li:first-child,#hometabs ul.ui-tabs-nav li:first-child{
	border-left:0 !important;
}
#tabs3 ul.ui-tabs-nav li:last-child,#tabs ul.ui-tabs-nav li:last-child,#tabs2 ul.ui-tabs-nav li:last-child,.ui-tabs ul.ui-tabs-nav li:last-child,#hometabs ul.ui-tabs-nav li:last-child{
	border-right:0 !important;
}
#hometabs li.ui-state-active a,
#tabs li.ui-state-active a,
#tabs2 li.ui-state-active a,
#tabs3 li.ui-state-active a,
.ui-tabs li.ui-state-active a{
	/*background:none repeat scroll 0 0 #F4F4F4;*/
	background-color:transparent !important;
	color:#FFF !important;
	/*text-shadow:0 1px 0 #FFF;*/
	display:block;
	border-bottom:3px solid /*#3C4F67*/#E80000 !important;
	text-decoration:none;
	margin-top:0
}
#hometabs li.ui-state-hover a,
#tabs li.ui-state-hover a,
#tabs2 li.ui-state-hover a,
#tabs3 li.ui-state-hover a,
.ui-tabs li.ui-state-hover a{
	/*background:none repeat scroll 0 0 #F4F4F4;*/
	/*background-color:#FFF;*/
	background-color:transparent !important;
	color:#FFF !important;
	/*text-shadow:0 1px 0 #FFF;*/
	display:block;
	border-bottom:3px solid #DDDDDD;
	text-decoration:none;
	margin-top:0
}

#hometabs li a,#tabs li a,#tabs2 li a,#tabs3 li a,.ui-tabs li a{
	/*border-top-left-radius:4px;
	border-top-right-radius:4px;
	*/
	padding:8px 20px 8px 20px !important;
	text-decoration:none;
	/*background-color:#545454;*/
	/*background-color:#FFF;*/
	background-color:transparent !important;
	/*color:#F4F4F4 !important;*/
	color:#FFF !important;
	text-transform:uppercase;
	display:block;
	/*margin-top:-1px;*/
	/*text-shadow:0 -1px 0 #282828*/
	/*text-shadow: 0 1px 1px rgba(0,0,0,.8);*/
}



/*scrollable tabs css*/
.ui-scrollable-tabs { overflow:hidden; position:relative;}

.ui-scrollable-tabs .ui-tabs-nav {
	width:1000000px;
	padding:0 20px;
	border-left:none;
	border-right:none;
	position:relative;
}

.ui-scrollable-tabs .ui-tabs .ui-tabs-closable li a {
	padding-right:5px;
}

.ui-scrollable-tabs .ui-tabs-nav-arrows {
	left: 0;
	margin: 0;
	margin:0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/*IE7 fix*/
*:first-child+html .ui-scrollable-tabs .ui-tabs-nav-arrows {
	z-index:1;
}

.ui-scrollable-tabs .ui-tabs .ui-tabs-nav li {
	margin:0 1px 0;
}

.ui-tabs-nav li .ui-tabs-close {
	float:left;
	margin-top:8px;
	margin-right:4px;
	border:none;
	cursor:pointer;
}

.ui-scrollable-tabs .ui-tabs-nav-arrows .ui-tabs-arrow-next { float:right; display:list-item !important;margin:2px 0px 2px 0px;}

.ui-scrollable-tabs .ui-tabs-nav-arrows .ui-tabs-arrow-previous { float:left; display:list-item !important;margin:2px 0px 2px 0px;}

.ui-scrollable-tabs .ui-tabs-nav-arrows li {
    list-style:none;
    position:relative;
    cursor:pointer;
    margin:0;
    padding:0;
	display:list-item;
	z-index:1;
}

.ui-scrollable-tabs .ui-tabs-nav-arrows li a {
    display: block;
	padding:8px 2px 8px;
}
  
  
/*tab in extractor pageends*/


/*END*/

/*SIMPLE BUTTON*/
.colorbutton{
	background-image: url("/img/shade.png") !important;
    background-position: center bottom !important;
    border-radius: 4px !important;
    color: #FFFFFF !important;
}

.colorbutton:focus{
	background:#D14836 !important;
	border:1px solid #D14836 !important;
}
/*END*/


/*UPLOADIFY*/
.uploadify{
	position:relative;
	cursor:pointer !important;
}

.uploadify-button{
	cursor:pointer !important;
	text-align:center;
	/*margin-bottom:5px;*/
	/*margin-right:7px;*/
	color:#FFF;
	background:#77933C;
	line-height:0px !important;
	height:0px !important;
	padding:11px 0px 12px 0px;
	border:1px solid #77933C;
	margin-left:-2px;
}

.swfupload{
	cursor:pointer !important;
}

/*UPLOADIFY
.uploadify{
	position:relative;
	width:122px !important;
	height: 27px !important;
	cursor:pointer;
}

.swfupload{
	width:122px;
	height: 27px;
	border:1px solid #F00;
	cursor:pointer;
	padding-left:1px;
}

.uploadify-button{
	cursor:pointer;
	text-align:center;
	margin-bottom:5px;
	margin-right:7px;
	color:#FFF;
	background:#77933C;
	min-width:115px !important;
	border:1px solid #77933C;
	line-height:0px !important;
	height:0px !important;
	padding:13px 0px 12px 0px;
}
*/


.uploadify:hover .uploadify-button{
	background-color:#060;
	cursor:pointer !important;
}

.uploadify-button.disabled{
	background-color:#D0D0D0;
	color:gray;
}

.uploadify-queue{
	margin-bottom:1em
}

.uploadify-queue-item{
	background-color:#F5F5F5;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font:11px Verdana, Geneva, sans-serif;
	margin-top:5px;
	max-width:350px;
	padding:10px
}

.uploadify-error{
	background-color:#FDE5DD !important
}

.uploadify-queue-item .cancel a{
	background:url('/img/uploadify-cancel.png') 0 0 no-repeat;
	float:right;
	height:16px;
	text-indent:-9999px;
	width:16px
}


.uploadify-queue-item.completed{
	background-color:#E5E5E5
}

.uploadify-progress{
	background-color:#E5E5E5;
	margin-top:10px;
	width:100%
}

.uploadify-progress-bar{
	background-color:#09F;
	height:3px;
	width:1px
}
/*END*/

/*MESSAGGIO TOAST*/
.toast-container{
	width:280px;
	z-index:9999;
}

* html .toast-container{
	position:absolute;
}

.toast-item{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid #999999;
	border-radius:7px;
	color: #1A1A1A;
	display: block;
	height: auto;
	margin: 0 0 12px;
	opacity: 1;
	padding: 2px 7px;
	position: relative;
}

.toast-item p{
	text-align:left;
	margin-left:40px;
	/*margin-top:8px;*/
	color:#333;
	font-family:sans-serif !important;
	font-size:12px !important;
}

.toast-item-close{
	background:none;
	width:22px;
	height:22px;
	position:absolute;
	top:7px;
	right:7px;
}

.toast-item-image{
	position:absolute;
	width:16px;
	height:16px;
	top:50%;
	float:left;
	margin-top:-8px;
	margin-left:5px;
}

.toast-item-image-success{
	background:url(/img/success.png);
}

.toast-item-image-error{
	background:url(/img/error.png);
}
.toast-item-image-notice{
	background:url(/img/chat.png);
	background-size:15px;
	background-repeat:no-repeat;
}
.toast-type-success{
	border:2px solid #A0D016;
}
  
.toast-type-error{
	border:2px solid #B32B2B;
}

.toast-position-top-left{
position:fixed;
left:20px;
top:20px
}

.toast-position-top-center{
position:fixed;
top:20px;
left:50%;
margin-left:-140px
}

.toast-position-top-right{
position:fixed;
top:20px;
right:20px;
}

.toast-position-middle-left{
position:fixed;
left:20px;
top:50%;
margin-top:-40px
}

.toast-position-middle-center{
position:fixed;
left:50%;
margin-left:-140px;
margin-top:-40px;
top:50%
}

.toast-position-middle-right{
position:fixed;
right:20px;
margin-left:-140px;
margin-top:-40px;
top:50%
}
/*END*/

/*HELPER*/
.helper_icon{
	background:url('/img/info.png') center center no-repeat;
	width:27px;
	height:26px;
	cursor:pointer;
	border:0px solid #090;
}

#helper_button{
	float:left;
	margin:3px 0px 3px 3px;
	cursor:pointer;
}

#helper_title{
	float:left;
	font-size:17px;
	font-weight:bold;
	margin-left:6px;
	margin-top:10px;
}

#helper_expand{
	float:right;
	margin:5px 5px 0px 0px;
	cursor:pointer;
}

#helper_cont{
	border:0px solid #090;
	color:#1B1B1B;
	height:88%;
	width:100%;
}

#helper_box{
	display:none;
	z-index:100000;
	opacity:0;
	width:400px;
	height:450px;
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:-260px;
	margin-right:-357px;
	background-color:#FFF;
	border-top-left-radius:10px;
	border:2px solid #3E3E3E;
}
.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }
/*END*/
/*calcolatrice*/
#calcolatrice{
	position:fixed;
	bottom:10px;
	left:10px;
	height:20px;
	text-align:center;
	padding:5px 5px 0px 5px;
	cursor:pointer;
	width:150px;
	background:#525252;
	border:1px solid #005D8C;
	color:#FFF;
	z-index:9999;
}
#calcolatrice_div{
	position:fixed;
	left:10px;
	bottom:10px;
	height:381px;
	width:210px;
	background:#EAEAEA;
	border:1px solid #FFF;
	padding:5px;
	display:none;
	border-radius:5px;
	z-index:9999;
}

#headcalc input{
	padding:5px;
}

.number_container td.num{
	padding:10px;
	background:#FFF;
	vertical-align:middle;
	text-align:center;
	width:25px;
	margin:3px !important;;
	height:25px;
	border:1px solid #999;
	color:#3A3A3A;
	font-size:18px;
	cursor:pointer;
	border-radius:3px;
}

.number_container td.num.op{
	background:#CCC !important;
}

.number_container td.num.spec{
	background:#F2863B !important;
	font-weight:bold;
}
#calc_upper{
	width:100%;
	height:20px;
}
#calc_content{
	width:200px;
	height:60px;
	background:#FFF;
	position:relative;
	-webkit-box-shadow: inset 0px 5px 3px 0px #999, inset 0px -5px 3px 0px #999;
	box-shadow: inset 0px 5px 3px 0px #999,inset 0px -5px 3px 0px #999; 
	overflow:hidden;
	z-index:9999;
}
#calc_inner{
	width:220px;
	padding:0px 5px 0px 5px;
	height:53px;
	text-align:right;
	background:transparent;
	position:absolute;
	right:-16px;
	top:0px;
	overflow-y:scroll;
	overflow-x:hidden;
	
}
#operation{
	text-align:right;
}
#calc_bottom{
	width:100%;
	height:10px;
}
div.allegati_mail{
	padding:10px 10px 10px 20px;
	border:1px solid #333;
	background-image:url('/img/graffetta.png');
	background-repeat:no-repeat;
	background-position:3px 50%;
	display:inline-block;
	margin:5px;
	background-color:#F8F8F8;
	position:relative;
}
div.allegati_mail div{
	position:absolute;
	top:-5px;
	right:-5px;
	width:13px;
	height:13px;
	background-repeat:no-repeat;
	cursor:pointer;
}

.tabella_errori_formali{
	background:red;
	color:yellow;
}
.tabella_errori_formali td{
	background:red !important;
}
.tabella_errori_sostanziali{
	background:#FF6A6A;
	color:white;
}
.tabella_errori_sostanziali td{
	background:#FF6A6A !important;
}
.left_square{
	width:37px;
	margin-right:1px;
	height:35px;
	float:left;
	text-align:center;
	backgroung-repeat:no-repeat;
	cursor:pointer;
}
.left_square.blue{
	background-color:#3D9EFF;
}
.left_square.green{
	background-color:#77933C;
}
.left_square.purple{
	background-color:#604A7B;
}
.left_square.white{
	background-color:#FFF;
	/*outline:1px solid #CECECE;*/
}
.left_square.last{
	margin-right:0 !important;
}
.left_tv{
	/*background:url('/img/teamviewer.png') no-repeat 50% 50%;*/
	background:url('/img/left_teamviewer.png') no-repeat 50% 50%;
}
.left_mail{
	/*background:url('/img/mail_new.png') no-repeat 50% 50%;*/
	background:url('/img/left_mail_new.png') no-repeat 50% 50%;
}
.left_message{
	/*background:url('/img/chat.png') no-repeat 50% 50%;*/
	background:url('/img/left_chat.png') no-repeat 50% 50%;
}
.left_marker{
	background:url('/img/left_directions.png') no-repeat 50% 50%;
}
.left_info{
	/*background:url('/img/info_new.png') no-repeat 50% 50%;*/
	background:url('/img/left_info_new.png') no-repeat 50% 50%;
}
.left_calc{
	background:url('/img/icons/icon_calc.png') no-repeat 50% 50%;
}
.left_sms{
	/*background:url('/img/wha.png') no-repeat 50% 50%;*/
	background:url('/img/left_wha.png') no-repeat 50% 50%;
}
.button_dialog_img{
	cursor:pointer;
	position:relative;
	height:45px;
	width:140px;
	margin-right:2px !important;
}
.button_dialog_img img{
	margin-right:10px;
	position: absolute;
	top:5px;
	left:5px;
}
.button_dialog_img div.riga{
	text-align:center;
	position: absolute;
	top:14px;
	right:5px;
	width:100px;
	height:24px;
}
.button_dialog_img div.righe{
	text-align:center;
	position: absolute;
	top:7px;
	right:5px;
	width:100px;
	height:31px;
}
.mopre_widget{
	
	width:100%;
	height:85px;
	text-align:center;
	color:#FFF;
	cursor:pointer;
}
.mopre_widget_header{
	
	padding:3px;
	text-transform:uppercase;
}
.mopre_widget_body{
	padding:0px 6px;
	font-size:35px;
	white-space:nowrap;
}
.mopre_widget_footer{
	padding:3px;
	color:#DDD;
}
.mopre_widget.green{
	background:#78B937;
}
.mopre_widget.green .mopre_widget_header{
	background:#92CD57;
}
.mopre_widget.red{
	background:#DF0000;
}
.mopre_widget.red .mopre_widget_header{
	background:#FF8080;
}
.mopre_widget.blue{
	/*background:#778997;*/
	background:#55F;
}
.mopre_widget.blue .mopre_widget_header{
	background:#9D9DFF;
}
/*new_dash_widget*/
.new_dash_widget{
	position:relative;
	width:210px;
	height:158px;
	text-align:center;
	color:#FFF;
	cursor:pointer;
}
.new_dash_widget div[rel=head]{
	font-size:13px;
	text-align:center;
	padding:5px;
	height:15px;
	text-transform:uppercase;
}
.new_dash_widget div[rel=body]{
	font-size:55px;
	text-align:center;
	position:absolute;
	bottom:20px;
	left:0px;
	right:0px;
	padding-bottom:30px;
	white-space:nowrap;
}
.nowrap{
	white-space:nowrap;
}
.new_dash_widget div[rel=foot]{
	padding:5px;
	color:#DDD;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	font-size:11px;
	height:15px;
}
.new_dash_widget div[rel=tri_white]{
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-right:10px solid #FFF; 
	position:absolute;
	bottom:0px;
	right:0px;
}
.new_dash_widget div[rel=tri_darker]{
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-right:10px solid #FFF; 
	position:absolute;
	bottom:0px;
	right:0px;
}

.color_pick{
	width:15px;
	height:15px;
	cursor:pointer;
	margin:4px 3px;
	float:left;
	border:1px solid #CCCCCC;
	color:#333;
	text-align:center;
}

.color_pick:hover{
	border:1px solid #333 !important;
}

/*O2ACCORDION START*/
.o2accordion_title{
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	padding:4px 0px 4px 6px;
	font-weight:bold;
	cursor:pointer;
	/*background:url("/img/details_open.png") no-repeat scroll 5px 5px #CCCCCC;*/
}

.accordion_title_error{
	color:yellow !important;
	background-color:red !important;
}


/*O2ACCORDION END*/
.has_autosize{
	background-image:url("/img/resize.gif");
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size:14px auto;
}
.box_dati{border:1px solid #333;background-color:#EEEEEE;overflow:auto;padding:3px;}
/*EMAIL NOTIFIER*/
#notifica_email_cont{ border:3px solid #324D5B; background:#fff; overflow:hidden; position:absolute; top:10px; right:10px; min-height:100px; width:320px; padding:0px 0px 0; display:none; z-index:9999;}
.icon_notifica{ float:left; width:50px; margin:0 10px;}
.content_notifica{margin-left: 50px;    overflow: hidden;    padding: 0 5px 0 0;}
.icon_notifica img{ max-width:50px;}
.titolo_notifica{ font-weight:bold; font-size:14px; margin-bottom: 10px;}
a.item_notifica{ margin-bottom: 10px; display:block; text-decoration:none; overflow:hidden;} 
#notifica_email_cluster{ background:#324D5B; color:#fff; padding:8px 3px 3px; text-align:center; }
#notifica_email_header{ background:#324D5B; color:#fff; padding:3px 3px 8px; text-align:right; margin-bottom:10px; }

input.button_allegato{ background:#77933c; color:#fff; border:none; padding:5px 10px; cursor:pointer; }
input.button_allegato:hover{ background:#006600;  }
br.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*END*/
/*UPLOADIFIVE*/
.uploadifive-button{
	position:relative;
}
.uploadifive-button input{
	cursor:pointer !important;
}

.uploadifive-button{
	cursor:pointer !important;
	text-align:center;
	/*margin-bottom:5px;*/
	/*margin-right:7px;*/
	color:#FFF;
	background:#77933C;
	line-height:0px !important;
	height:0px !important;
	padding:11px 0px 12px 0px;
	border:1px solid #77933C;
	margin-left:-2px;
	display: inline-block;
}
.uploadifive:hover .uploadifive-button{
	background-color:#060;
	cursor:pointer !important;
}

.uploadifive-button.disabled{
	background-color:#D0D0D0;
	color:gray;
}

.uploadifive-queue{
	margin-bottom:1em;
	position:absolute;
	top:20px;
	right:20px;
}

.uploadifive-queue-item{
	background-color:#F5F5F5;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font:11px Verdana, Geneva, sans-serif;
	margin-top:5px;
	max-width:350px;
	padding:10px
}

.uploadifive-error{
	background-color:#FDE5DD !important
}

.uploadifive-queue-item a.close{
	background:url('/img/uploadify-cancel.png') 0 0 no-repeat;
	float:right;
	height:16px;
	text-indent:-9999px;
	width:16px
}


.uploadifive-queue-item.completed{
	background-color:#E5E5E5
}

.uploadifive-progress{
	background-color:#E5E5E5;
	margin-top:10px;
	width:100%
}

.uploadifive-progress-bar{
	background-color:#09F;
	height:3px;
	width:1px
}
.disp_viaggio{
	padding:3px;
	border:1px solid #03C;
	margin:2px;
	overflow:hidden;
	white-space:nowrap;
	float:left;
}
.disp_viaggio.completo{
	background:#2B95FF;
	color:#FFF;
}
.disp_viaggio.ldv{
	background:#DF7000;
	color:#FFF;
}
.disp_viaggio.vuoto{
	background:transparent !important;
	border:0 !important;
}
img.scegli_autista{
	float:right;
	cursor:pointer;
}
/*END*/
.iltesto{
	max-width:1200px;
	overflow-x:hidden;
}

.multi_ac_box{
	background-color: #fff;
  	border: 1px solid #ccc;
	overflow:auto;
	padding:2px;
	min-height: 100px;
	max-height:200px;
}

.multi_ac_element {
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  display: block;
  margin: 0 0 3px;
  padding:2px;
  text-align: center;
  text-overflow: ellipsis;
}

.box_calcoli_azienda {
	margin-top:10px;
    position:relative;
	clear: both;
    height:30px;
    position:relative;
	padding-left: 10px;
}

.box_calcoli_azienda_left {
	display: inline-block;
	font-size:26px;
    color:#6E7275;
	margin-left:10px;
    position:absolute;
    left:0px;
    bottom:0px;
	width:50%;
}
.box_calcoli_azienda_right {
	display: inline-block;
    color:#6E7275;
    position:absolute;
    right:10px;
    bottom:0px;
	width:50%;

}

.box_calcoli_categorie_linea {
    border: 1px solid #CECECE;
}

.box_calcoli_categorie {
	margin-right:10px;
	color:white;
	font-size:15px;
	background-color:#CECECE;
    width:200px;
    height:20px;
    text-align:center;
	clear:both;
	margin-top: -6px;
	margin-bottom: 15px;
}

.box_calcoli_dati {
	font-weight: bold;
	width:200px;
	float:left;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:7px;
	background-size: 50px;
}

.box_calcoli_empty {
	width:200px;
	height:75px;
	background:url(../img/loading.gif) 50% 75% no-repeat;
	background-size: 50px;
	min-height:105px;
}

.box_calcoli_full {
	min-height:110px;
}


.box_calcoli_hr {
	height: 1px;
	color: #D3D3D3;
	background-color:#D3D3D3;
	border: 0;
}

/*DATEPICKER*/
.hasDatepicker{/*classe dei campi che hanno la data*/
	width:85px;
	background:#FFF url("/img/cal/cal_1.png") no-repeat 98% center;
} 

.ui-datepicker{
	width:17em;
	padding:.2em .2em 0;
	display:none;
}

.ui-datepicker .ui-datepicker-header{
	position:relative;
	padding:.2em 0
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{
	position:absolute;
	top:2px;
	width:1.8em;
	height:1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{
	top:1px
}

.ui-datepicker .ui-datepicker-prev{
	left:2px
}

.ui-datepicker .ui-datepicker-next{
	right:2px
}

.ui-datepicker .ui-datepicker-prev-hover{
	left:1px
}

.ui-datepicker .ui-datepicker-next-hover{
	right:1px
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{
	display:block;
	position:absolute;
	left:50%;
	margin-left:-8px;
	top:50%;
	margin-top:-8px
}

.ui-datepicker .ui-datepicker-title{
	margin:0 2.3em;
	line-height:1.8em;
	text-align:center
}

.ui-datepicker .ui-datepicker-title select{
	font-size:12px;
	margin:1px 0
}

.ui-datepicker select.ui-datepicker-month-year,.ui-accordion,.mywidget table{
	width:100%
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{
	width:49%
}

.ui-datepicker table{
	width:100%;
	font-size:12px;
	border-collapse:collapse;
	margin:0 0 .4em
}

.ui-datepicker th{
	padding:.7em .3em;
	text-align:center;
	font-weight:700;
	border:0
}

.ui-datepicker td{
	border:0;
	padding:1px
}

.ui-datepicker td span,.ui-datepicker td a{
	display:block;
	padding:.2em;
	text-align:right;
	text-decoration:none
}

.ui-datepicker .ui-datepicker-buttonpane{
	background-image:none;
	margin:.7em 0 0;
	padding:0 .2em;
	border-left:0;
	border-right:0;
	border-bottom:0
}

.ui-datepicker .ui-datepicker-buttonpane button{
	float:right;
	margin:.5em .2em .4em;
	cursor:pointer;
	padding:.2em .6em .3em;
	width:auto;
	overflow:visible
}

.ui-datepicker.ui-datepicker-multi{
	width:auto
}

.ui-datepicker-multi .ui-datepicker-group table{
	width:95%;
	margin:0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group{
	width:50%
}

.ui-datepicker-multi-3 .ui-datepicker-group{
	width:33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group{
	width:25%
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{
	border-left-width:0
}

.ui-datepicker-multi .ui-datepicker-buttonpane{
	clear:left
}

.ui-datepicker-row-break{
	clear:both;
	width:100%;
	font-size:0
}

.ui-datepicker-rtl{
	direction:rtl
}

.ui-datepicker-rtl .ui-datepicker-prev{
	right:2px;
	left:auto
}

.ui-datepicker-rtl .ui-datepicker-next{
	left:2px;
	right:auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover{
	right:1px;
	left:auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover{
	left:1px;
	right:auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane{
	clear:right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.left{
	float:left
}

.ui-datepicker-rtl .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset,.sidebar .button-link,.right{
	float:right
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{
	border-right-width:0;
	border-left-width:1px
}

.ui-datepicker-cover{
	display:block;
	position:absolute;
	z-index:-1;
	filter:mask();
	top:-4px;
	left:-4px;
	width:200px;
	height:200px
}

/*END*/

/*OVVIAMENTE TEMPORANEO, POI SPOSTIAMO TUTTO in style e style_new*/
table.riepilogo{
	/*width:100%;*/
	/*height:100px;*/
	border-collapse:collapse;
}
table.riepilogo th{
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	width:50px;
}
table.riepilogo td{
	border-bottom:1px solid #DDD;
	/*outline:2px solid #C5D6C6;*/
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	width:100px;
	height:50px;
	text-align:left;
}
table.riepilogo td.actual{
	background:#DFFEDF;
	box-shadow:inset 0px -3px 0px 0px #009724;
}
table.riepilogo td.first,table.riepilogo td.last,table.riepilogo th.first,table.riepilogo th.last{
	width:50% !important;
	border-left:0 !important;
	border-right:0 !important;
	border-bottom:1px solid #DDD !important;
}
table.riepilogo td div{
	width:85px;
	white-space:nowrap;
	cursor:pointer;
}
table.riepilogo td span{
	font-size:16px;
	color:#365363;
}
.beam_me_up{
	color:red;
}
.beam_me_down{
	color:green;
}
.beam_me_up, .beam_me_down{
	cursor:pointer;
	font-size:16px;
	margin-left:4px;
}
img.beam_me_up, img.beam_me_down{
	cursor:pointer;
}
td:hover img{
	/*opacity:0.8 !important;*/
}
.riepilogo th.first{
	color:#8D8D8D;
	text-align:left !important;
}
