﻿@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #000000;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color: #E6E6E6;
	color:Black;	
  font-family:verdana;	
  text-decoration: none;
}

a img {
	border: none 0;
}

form {
	margin: 0;
	padding: 0;
}

.fullframe {
	width:100%;
	height:100%;
}

.fullwidth {
	width:100%;
}

.hidden {
	display:none !important;
}

.strong {
	font-weight: bold;
}

input.error, select.error, textarea.error {
	border-color: #CC0000;
}

label.error {
	color: #CC0000;
	margin-left: 5px;
}

span.error {
	color: #CC0000;
}
label.disabled {
	color:#CCC;
}

.border-left {
	border-left: 1px solid #CCC;
}

.border-top {
	border-top:solid 1px #CCC !important;
}

.border-bottom {
	border-bottom:solid 1px #CCC !important;
}

.form, .formNumber {
	border: solid 1px #CCC;
	background-color: #EEE;
}

input[type="checkbox"], label {
	display: inline-block;
	vertical-align: baseline;
}

.formNumber {
	text-align:right;
}

.hasDatepicker {
	width:90px !important;
	background-image: url(../immagini/calendar.png);
	background-repeat: no-repeat;
	background-position: 99% center;
}

.pull-right {
	float:right;
}

.placeholder {
	color: #aaa;
}

a.link {
	color:#003399;
	text-decoration:underline;
}

/***/

#default-body {
	font-size:12px;
	background-color:#FFF;
}

/***/

#mainbar {
}

#mainbar-logo {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#mainbar-box {
	float: left;
	margin-right: 10px;
}

/* tzz
.box-msg {
	color:#900;
	background-color:#FFAEAE;
	border: 1px solid #900;
	background-image: url(../images/icone/msg.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding: 8px 8px 8px 36px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
}
.box-msg ul {
	list-style-type:none;
}
*/

/*

#mainbar-menu {
	position:absolute;
	top:7px;
	height:50px;
	margin-left:120px;
	margin-right:150px;
	vertical-align:middle;
}

#mainbar-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	vertical-align:middle;
}

#mainbar-menu ul li {
	float: left;
}


#mainbar-menu ul li a {

	padding-right: 8px;
	padding-left: 8px;
	color: #FFFFFF;
	font-size:18px;
	font-weight:bold;
	border-right:solid 2px #FFFFFF
}

#mainbar-menu ul li a:hover{

	text-decoration:underline;
}

*/

.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
	top:0px;
	height:50px;
	margin-left:120px;
	margin-right:220px;
  /* Add scroll-bars */
  overflow: auto;
}
.sc_menu ul {
  display: block;
  height: 50px;
  /* Max width here, for users without Javascript */
  width: 2500px;
  padding: 7px 0 0 5px;
  /* Remove default margin */
  margin: 0;
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0px 0px;
}
.sc_menu li:last-child a {
	padding-right: 200px;
}

.sc_menu a {
  display: block;
  text-decoration: none;
  font-size:16px;
	font-weight:bold;
	padding-right: 8px;
	padding-left: 8px;
	position:relative;
}

.sc_menu a:hover {
}

.sc_menu span {
  display: block;
  margin-top: 0px;
  text-align: left;
  font-size: 12px;
	position:absolute;
	top:20px;
	left:-2000px;
	width: 1000px;
}
.sc_menu a:hover span {
	left:8px;
}

.sc_menu a.active span {
	left:8px;
}

.sc_menu a.scrolling span {
	left:-2000px;
}

/***/

#mainbar-user {
	float:right;
	margin-top: 4px;
	margin-right: 10px;
	clear:right;
	position:relative;
}

#mainbar-user .user {
	padding:3px 7px;
	background-image: url(../Immagini/rev/expand.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#mainbar-user:hover .user {
	border-color:#CCC;
	border-bottom-style:none;
	background-color:#FFF;
	background-image:none;
}

#mainbar-user:hover .user a{
	color:#000;
}

#mainbar-user .menu {
	display:none;
	position:absolute;
	top:24px;
	width:160px;
	right:0px;
	background-color:#FFF;
	border:1px solid #CCC;
	padding:4px;
}

#mainbar-user:hover .menu {
	display:block;
}

#mainbar-user ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#mainbar-user li {
	border-top:1px solid #FFF;
}
#mainbar-user li:first-child {
	border-top: 0 none;
}
#mainbar-user a {
	color:#000;
	padding: 2px 5px;
	display:block;
}
#mainbar-user a:hover {
	color:#333;
}

#mainbar-user a img{
	margin-right:5px;
	vertical-align:text-top;
}

/*+*/

#leftbar {
}

#leftbar-menu {
	/*width:240px;*/
	/*height:300px;*/
	/*overflow:auto;*/
	background-color:#FFF;
}

#leftbar-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#leftbar-menu ul ul ul{
	padding-left: 12px;
}

#leftbar-menu li {
}

#leftbar-menu a {
	display: block;
	padding: 3px 6px;
}

#leftbar-menu a:first-letter {
	font-weight:bold;
}

#leftbar-menu a:active {
  outline: none;
}

#leftbar-menu li.area a {
}

#leftbar-menu a.a1 {
	background-color:#DDD;
	color:#000;
	display:none;	
}
#leftbar-menu a.a1.active {
	background-color:#666;
	color:#FFF;
}

#leftbar-menu li.gruppo {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #CCC;
}

#leftbar-menu li.gruppo.active {
	padding-top:5px;
	padding-bottom:5px;
	border-top:solid 1px #666666;
	border-bottom:solid 1px #999999;
	border-left:solid 2px #F00;
	background-color:#CCC;
	font-weight:bold;
}

#leftbar-menu li.gruppo:hover {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #CCC;
	background-color:#CCC;
	font-weight:bold;
	border-left:solid 2px #F00;
}

#leftbar-menu a.a2 {
	/* 
	background-color:#D31900;
	color:#FFF;
	*/
}

#leftbar-menu li.sezione {
	margin-top:2px;
	font-weight:100;
}

#leftbar-menu a.a3 {
/* 
	background-color:#DDD;
	color:#000;
		*/
}

#leftbar-menu a.a3 {
/* 
	background-color:#DDD;
	color:#000;
		*/
}

#leftbar-menu a.a3:hover,
#leftbar-menu a.a3.active,
#leftbar-menu .jstree a:hover,
#leftbar-menu .jstree a.active {
	text-decoration:underline;
}

/***/

#home-menu {
	width:70%;
	float:left;
}

#home-menu-comunicazioni {
	width:33%;
	float:left;
}

#home-menu > div {
	padding:10px;
}

#home-menu > div > ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float:left;
	width:33%;
}

#home-area > #home-menu > div > ul {
	width:100%;
}

#home-area > #home-menu  {
	width:33%;
}

#home-menu > div > ul > li{
	text-decoration:none;
	font-size:18px;
	clear:both;
	margin-bottom:10px;
}

#home-menu a {
	text-decoration:none;
	color:#000;
}

#home-menu a:hover {
	text-decoration:underline;
	color:#000;
}

#home-menu > div > ul > li span.commento{
	font-size:10px;
	margin-top:-10px;
}

#home-menu > div > ul > li ul {
	margin: 0px;
	padding: 0px;
	clear:both;
}

#home-menu > div > ul > li ul li {
	font-size:14px;
	margin-bottom:5px;
	margin-left:20px;
}

#home-menu > div > ul > li ul li span.commento {
	text-decoration:none;
	font-size:10px;
	font-style:italic;
}

/***/

.sidemenu {
}

.sidemenu ul {
	margin:0;
	padding:0;
}

.sidemenu ul ul {
	padding-left: 10px;
}

.sidemenu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sidemenu a {
	display: block;
	padding: 3px 6px;
}

.sidemenu a:hover,
.sidemenu a.active {
	background-color:#EEE;
}

.sidemenu .a1 {
	font-weight:bold;
}

/***/

#chiusure div.titolo, #home-new {
	font-size:18px;
}

#chiusure div.chiusure, #home-new {
	font-size:14px;
}

/***/

/***/

#comunicazioni div.titolo, #home-new {
	font-size:18px;
}

#comunicazioni div.comunicazioni, #home-new {
	font-size:14px;
}

#comunicazioni ul, #home-new {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}
#comunicazioni ul li, #home-new {
	padding-left: 0px;
	padding-bottom:3px;
	list-style-type: none;
	text-transform:lowercase;
	list-style-image:none;
	margin-left:0px ;
}

#comunicazioni ul li:first-letter, #home-new {
  text-transform:uppercase;
	padding-bottom:3px;
	margin-left:0px;
}

#comunicazioni a:hover, #home-new {
	text-decoration:underline;
}

/***/

#corpo-body {
	color:#000;
	background-color:#FFF;
	font-family:verdana;	
	font-size:10px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#corpo-body td {
	font-family:verdana;	
	font-size:10px;
}

#corpo-body .ui-layout-pane {
	border: none 0;
}

#corpo-body .tabs-panels > div {
	height: 99.5%;
}

#corpo-body-frame {
	display:table;
	padding: 10px;
}

/***/

.south-buttons {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.south-buttons li {
	float: left;
	margin-right: 4px;
}

.south-buttons a {
	display: block;
	padding: 2px 8px;
	color: #000000;
	text-decoration:none;
	border: 1px solid #CCCCCC;
}

.south-buttons a:hover {
	color:#666666,
	text-decoration:none;
}

/***/
.lista-header {
	border-bottom:solid 1px #999999;
}

.lista-header .number {
	text-align: right;
}

.lista {
	font-size:12px;
}

.lista td {
	padding:0px;
}

.lista td table td.lista-dettaglio{
	background-color:#FFF;
}

.lista span.alert{
	font-size:22px;
	color:#F00;
}

.lista .number {
	text-align: right;
}

.lista .changed {
	color:#FF0000;
	font-weight:bold;
}

.lista tr.danger {
	background-color:#f2dede;
}

.lista tr.info {
	background-color:#d9edf7;
}


/***/

.elenco {
}

.elenco p {
	margin: 0px;
}


#frCenter {
	padding-top:5px;
	padding-left:3px;
}

.pulsante {
	-moz-box-shadow:inset 0px 1px 0px 0px #FFF;
	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF;
	box-shadow:inset 0px 1px 0px 0px #FFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:0px none; /*border:1px solid #dcdcdc;*/
	display:inline-block;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #FFF; */
	text-wrap:none;
	margin:5px 5px 5px 5px;
	text-align:center;
	cursor:pointer;
	height:auto;
	width:auto;
}
	
.pulsante:hover {
}

.pulsante:active {
	position:relative;
	top:1px;
}

.pulsante[disabled] {
	background-color:#999;
	color:#666;
}

.pulsante[disabled]:hover {
	background-color:#999;
	color:#666;
}


ul.pulsantelista {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  list-style: none;
	clear:both;
}

ul.pulsantelista li{
  float: left;
	display: block;
  padding: 0px 0px;
}

.pulsantino {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px none; 
	display:inline-block;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	padding:2px 3px 3px 3px;
	text-decoration:none;
	text-wrap:none;
	text-align:center;
	cursor:pointer;
	height:auto;
	width:auto;
}
	
.pulsantino:hover {
}

.pulsante-giallo {
	background-color:#FFCC00 !important;
	color:#000 !important;
}

.pulsante-giallo:hover {
	background-color:#dfdfdf !important;
	color:#000 !important;
}

.pulsante-practor {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px none; 
	display:inline-block;
	padding:2px 3px 3px 3px;
	text-decoration:none;
	text-wrap:none;
	text-align:center;
	cursor:pointer;
	height:auto;
	width:auto;
	background-color:#6CF;
	color:#000;
}

.pulsante-practor:hover {
	background-color:#dfdfdf !important;
	color:#000 !important;
	font-size:inherit !important;
}

.pulsante-jabber {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px none; 
	display:inline-block;
	padding:2px 3px 3px 3px;
	text-decoration:none;
	text-wrap:none;
	text-align:center;
	cursor:pointer;
	height:auto;
	width:auto;
	background-color:#A0CE00;
	color:#000;
}

.pulsante-jabber:hover {
	background-color:#dfdfdf !important;
	color:#000 !important;
	font-size:inherit !important;
}

/***/

div.login {
	margin:5px;
	width:380px;
	margin:10px;
	border-radius:12px;
	border:1px solid #FFF;
	background-color:#FFF;
	padding:3px;
	color:#D31900;
	height:150px;
	font-size:12px;
}

div.login > form > span {
	margin-left:12px;
}

div.login div.credenziali {
	position:relative;
	top:5px;
	left:8px;
	border-radius:12px;
	padding:10px 10px 10px 10px;
	color:#FFF;
	width:200px;
	height:95px;
}

div.login div.credenziali > div {
	margin-top:5px;
}

div.login div.credenziali > div > span{
	display:block;
	margin-top:3px;
}

div.login div.credenziali input {
	width:150px;
}

div.login div.lingua {
	position:relative;
	top:-115px;
	left:230px;
	width:160px;
}

div.login div.lingua > span {
	margin-left:15px;
}
div.login div.lingua > ul > li {
	list-style-type:square;
}
div.login div.lingua > ul > li:hover {
	text-decoration:underline;
}

div.login_err {
	font-size:10px;
	margin-left:20px;
	margin-top:10px;
	width: 380px;
}


div.login_500 {
	padding: 8px;
}

div.login_500 h1 {
	margin-top:0;
	font-size:18px;
}

div.login_500 p {
	margin:1em 0;
}

/***/

#configuratore {
}

#configuratore .readonly {
	font-style:italic;
}

#configuratore td {
	vertical-align:top;
	border-top:1px solid #CCC;
	padding: 8px;
}

#configuratore tr:first-child td {
	border-top:0px none;
}

#configuratore .title{
	font-weight: bold;
}
#configuratore .note{
	margin-top: 5px;
	font-style:italic,
}

#configuratore ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#configuratore li {
	padding:2px 0px;
	display:block;
}

#configuratore li.selected {
	background-color:#DDD;
}

#configuratore .header td {
	vertical-align: bottom;
	font-weight: bold;
}

#configuratore .header table {
	width: 100%;
}

#configuratore .header td {
	vertical-align: bottom;
	font-weight: bold;
}

#configuratore .header td td {
	padding: 0px;
}

#configuratore li span, #configuratore .header span {
	float: right;
	margin-left:10px;
	width: 85px;
	text-align: right;
}

#configuratore input {
	height: auto;
	margin: 0px 5px 0px 0px;
	vertical-align:text-bottom;
}

#configuratore-cart {
	padding: 8px;
}

#configuratore-cart .title {
	font-weight:bold;
	margin-bottom: 4px;
}

#configuratore-cart ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#configuratore-cart li {
	padding:0px;
	display:block;
	border-top: solid 1px #eee;
	margin-top: 2px;
	padding-top: 2px;
}
#configuratore-cart li span {
	float: right;
}

#configuratore-cart .totale {
	border-top: solid 1px #ccc;
	font-weight:bold;
	margin-top: 4px;
	padding-top: 4px;
}

#configuratore-cart .totale span {
	float:right;
}

#configuratore-totale {
	padding: 10px;
	float:right;
	font-size: 13px;
}

#configuratore-totale span {
	font-weight:bold;
}

/***/

#iveic-modelli ul {
	float:left;
}

#iveic-modelli .gruppo {
	clear:both;
}

#iveic-modelli .icona {
	float: left;
	width: 160px;
	height: 107px;
}

/***/

#iveic-modelli .z-serie {
	clear: both;
	margin: 20px 0 10px 0;
}

#iveic-modelli .z-tipo {
	clear: both;
	margin: 10px 0;
}

#iveic-modelli .z-modello {
	float: left;
	width: 200px;
	margin: 16px;
    font-size:large;
    text-align:center;
}

#iveic-modelli .z-modello select {
	width: 200px;
}

#iveic-modelli .z-modello-img {
	width: 200px;
	height: 100px;
	margin: 10px 0;
}

#iveic-modelli .z-variante {
}


#filtro td table {
	margin-left:10px;	
}

/***/

.dati {
	margin-top: 5px;
	border-bottom: 1px solid #CCC;
}
.dati .datititle {
	margin-left:5px;
	margin-top:10px;
	margin-bottom:5px;
	width:120px;
}
.dati .dativalue {
	padding-top:5px;
}
.dati td.value {
	vertical-align:top;
	padding: 2px;
	/**/
	min-height: 20px;
	height:auto !important;
	margin-top:10px;
}
.dati table td td {
	width: auto !important;
	line-height: normal !important;
}

/***/

.riepilogo {
}

.riepilogo td {
	vertical-align: top;
	padding: 0px 10px;
}
.riepilogo td:first-child{
	/*padding-left:0px;*/
}
.riepilogo td:last-child{
	/*padding-left:0px;*/
}
.riepilogo .pulsanti{
	width:220px;
	text-align:right;
}

.riepilogo .label {
}

.riepilogo .value-big {
	font-weight:bold;
	font-size:20px;
}

.riepilogo .value {
	font-weight:bold;
	font-size:16px;
}

.riepilogo .value-note {
	font-size:12px;
}

.riepilogo td table td {
	padding: 0;
}

.riepilogo td table td:first-child:not(:last-child) {
	padding-right: 10px;
}

.riepilogo td table td:last-child:not(:first-child) {
	padding-left: 10px;
}

/***/

.infoedit {
	width:100%;
	margin-top:8px;
}
.infoedit > tbody > tr > td {
	vertical-align:top;
	padding: 10px 10px;
	padding: 10px 10px;
	margin: 0;
	border-bottom:solid 1px #CCC;
}
.infoedit > tbody > tr > td:first-child{
	width:10%;
	white-space:nowrap;
	line-height:20px;
}
.infoedit > tbody > tr:last-child > td{
	border-bottom: none 0;
}

.infoedit .label {
	font-weight:bold;
	margin-top: 4px;	
}

.infoedit .value {
}

.infoedit td.info-input {
	padding-top:2px;
	padding-bottom:2px;	
}

.infoedit .infoedit-inner > tbody > tr > td{
	vertical-align:top;
	padding: 0px 5px;
	margin: 0;
	line-height:20px;
}
.infoedit .infoedit-inner > tbody > tr > td:first-child{
	padding-left:0px;
}


/***/

.lista2 table {
	margin-top: 5px;
	font-size: 11px;
}
.lista2 .lista2title {
	margin-left:5px;
	margin-top:10px;
	margin-bottom:5px;
	width:120px;
}

.lista2 table th {
	vertical-align: bottom;
	text-align:left;
}
.lista2 table td {
	border-top: 1px solid #CCC;
	vertical-align: top;
}
.lista2 table th, .lista2 td {
	padding: 4px 5px;
}
.lista2 table th {
	border-top: 1px solid #CCC;
}
.lista2 table th:first-child, .lista2 td:first-child{
	padding-left:0px;
}
.lista2 table th:last-child, .lista2 td:last-child{
	padding-right:0px;
}

.lista2 .number {
	text-align: right;
}

.lista2 .totale td {
	border-top: 1px solid #AAA;
	font-weight: bold
}

/***/

.lista3 {
	/*margin-top: 10px;*/
	font-size: 11px;
}

.lista3 thead{
	background-color:#FFF;
}

.lista3 th {
	vertical-align: bottom;
	text-align:left;
	border-bottom: 1px solid #CCC;
}
.lista3 td {
	border-top: 1px solid #CCC;
	vertical-align: top;
}
.lista3 tr:first-child td {
	border-top: none 0;
}

.lista3 th, .lista3 td {
	padding: 4px 5px;
}
.lista3 th {
	/*border-top: 1px solid #CCC;*/
}
.lista3 th:first-child, .lista3 td:first-child{
	padding-left:0px;
}
.lista3 th:last-child, .lista3 td:last-child{
	padding-right:0px;
}

.lista3 .number {
	text-align: right;
}

.lista3 .center {
	text-align: center;
}

.lista3 .totale td {
	border-top: 1px solid #AAA;
	font-weight: bold
}

.lista3 .variazioni td {
	background-color:#F2F2F2;
	color:#333333;
}

.lista3 .variazioni td:first-child {
	background-color:#FFF;
}

.lista3 .variazioni td:last-child {
	border-right:solid 1px #CCC;
	padding-right: 5px;
}

.lista3 .changed {
	color:#FF0000;
	font-weight:bold;
}

.lista3 .descr a {
	color:#FFF;
	background-color:#666;
	padding:0px 2px;
	font-size:9px;
	font-weight:bold;
}

.lista3 .row {
	cursor:pointer;
}

.lista3 .header-group > td {
	background-color:#DDD;
	border-bottom: 1px solid #BBB;	
	padding:0;
}

.lista3 .footer-group > td {
	padding:0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #BBB;
}

.lista3 .footer-group td tr:first-child td {
	border-top: none;
}

.lista3 .grigio > td {
	background-color:#F2F2F2;
}

.lista3 .blu > td {
	background-color:#B3D1E8;
}

.lista3 tr.danger {
	background-color:#f2dede;
}

.lista3 tr.info {
	background-color:#d9edf7;
}

.lista3 .td-pulsante .pulsante {
	margin:0;
}

/***/
.lista-spaziata {
	width: 100%;
}
.lista-spaziata th {
	text-align:left;
}
.lista-spaziata td, .lista-spaziata th{
	padding: 3px 4px;
	height:20px;
}
/*
.lista-spaziata td:first-child, .lista-spaziata th:first-child{
	padding-left:0px;
}
.lista-spaziata td:last-child, .lista-spaziata th:last-child{
	padding-right:0px;
}
*/

/***/

.box-error, .box-note, box-ok, .box-msg {
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding: 6px 4px 6px 36px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box-error .title, .box-note .title, box-ok .title, .box-msg .title {
	font-weight: bold;
}
.box-error ul, .box-note ul, box-ok ul, .box-msg ul {
	margin-bottom: 0px;
	margin-top: 4px;
}

.box-error {
	color: #CC0000;
	background-color: #FFEAEA;
	border: 1px solid #CC0000;
	background-image: url(../Applicazioni/Produzione/Kindle/Images/icone/error.png);
}
.box-note {
	color: #666666;
	background-color: #FFFFCC;
	border: 1px solid #666666;
	background-image: url(../Applicazioni/Produzione/Kindle/Images/icone/note.png);
}
.box-ok {
	color: #009933;
	background-color: #EEF7DD;
	padding-left: 8px;
	border: 1px solid #339933;
}
.box-msg {
	color: #006699;
	background-color: #ECF9FF;
	border: 1px solid #006699;
	background-image: url(../Applicazioni/Produzione/Kindle/Images/icone/msg.png);
}
.box-loading {
	filter:alpha(opacity='85');
	opacity: 0.5;
	text-align:center;
	color:#FFF;
	font-size:18px;
	background-color:#999;
	border: 1px solid #666;
	position:absolute;
	top:0px;
	left:0px;
}

.loading {
	background-image: url(../Immagini/loading16.gif);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 4px;
}

/***/

.fancybox-skin {
	background-color:#FFF;
}

.tabs-padder {
	padding-top: 28px;
}

.panel-form {
	padding: 8px;
	margin: 0;
	border-bottom: solid 1px #CCC;
}

.panel-text {
	padding: 8px;
}

.panel-text h2 {
	font-size: 120%;
}

.text-danger {
	color:#F00;
}

.text-success {
	color:#5CB85C;
}

.text-info {
	color:#5BC0DE;
}

.td-text {
	padding: 5px 2px;
	vertical-align:top;
}

/***/

.header-content {
	padding-top:10px;
}

.pager {
	padding:6px 0px;
}

.ui-autocomplete {
	overflow: auto;
}

.htmlcontent {
	margin: 5px 0px;
}

/***/

.select2-container .select2-choice {
	color: #000;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px; 
  border-radius: 2px;
  height: 22px;
  line-height: 22px;
}

.select2-container-multi .select2-choices {
	min-height: 22px;
}

.select2-container .select2-choice .select2-arrow b {
	background-position: 0 -1px;
}

.select2-input {
	height:14px;
}

.select2-container .select2-choice abbr {
	top: 5px;
}

/***/

.amchart a {
    display:none !important;
}

/***/

.table-form {
	border-spacing: 0;
	border-collapse: collapse;
}

.table-form td {
	padding:3px;
}

.table-form .td-pulsante {
	padding:0;
}

/***/

#calendario {
}

#calendario ul {
	margin:14px 0 0 0;
	padding:5px;
}

#calendario ul li {
	list-style-type: none;
}

#calendario a {
	color:#003399;
}

#calendario a:hover {
	color:#000;
	text-decoration:underline;
}

#calendario td.cella {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	vertical-align:top;
	max-width: 100px;
	position:relative;
}

#calendario td.cella:hover {
	background-color:#F4F4F4;
}

#calendario td.cella li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display:block;
}

#calendario .jq-dropdown-menu {
	margin-top:0;
}

.disPdf {
    background-color: #666;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    padding: 0 2px;
    font-family: verdana;
    text-decoration: none;
}

/***/

.table-edit {
	border-spacing: 4px;
}
.table-edit > tbody > tr > td  {
	border-left: solid 1px #CCC;
	padding-left: 4px;
	vertical-align:top;
}
.table-edit > tbody > tr > td:first-child {
	border-left:none 0;
	padding-left:0;
}
.table-edit > tbody > tr > td > table {
	border-spacing: 0px;
}
.table-edit > tbody > tr > td > table > tbody > tr > td {
	padding: 1px;	
}
.table-edit > tbody > tr > td > table > tbody > tr > td:first-child {
	vertical-align:top;
	white-space:nowrap;
	padding: 5px 6px 5px 1px;
}
.table-edit .pulsante {
	margin: 0 2px 0 0;
}

.table-edit input[type=text],
.table-edit select,
.table-edit textarea {
	background-color: #f1f1f1;
	border: 1px solid #ccc;
}

/***/

.dispo {
  display:inline-block;
}

.dispo .ico {
  /*margin-right:5px;*/
	vertical-align: middle;
	width: 34px;
	height: 16px;
  display:inline-block;
	background-image:url(../immagini/dispo2.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.dispo-none .ico {
	background-position: 0px -20px;
}
.dispo-partial .ico {
	background-position: 0px -40px;
}
.dispo-full .ico {
	background-position: 0px -60px;
}

.dispo-0 .ico {
	background-position: 0px -20px;
}
.dispo-1 .ico {
	background-position: 0px -40px;
}
.dispo-2 .ico {
	background-position: 0px -60px;
}
.dispo-3 .ico {
	background-position: 0px -80px;
}

.dispo .text {
  display:inline-block;
	vertical-align: middle;
	color: #999999;
  min-width: 35px;
	text-align:left;
}

.dispo-none .text {
	color: #CC0000;
}
.dispo-partial .text {
	color: #FF9900;
}
.dispo-full .text {
	color: #009900;
}

.dispo-0 .text {
	color: #CC0000;
}
.dispo-1 .text {
	color: #FF6600;
}
.dispo-2 .text {
	color: #FF9900;
}
.dispo-3 .text {
	color: #009900;
}

.dispo-loading .ico {
	background-position: 0px 4px;
	background-image:url(../immagini/dispo-loading.gif);
}

.dispo-loading .text {
	color:#999999;
}

/***/

@media print {
	.no-print, .no-print * {
		display: none !important;
	}
}

.nowrap {
	white-space: nowrap;
}

.mt-3 {
	margin-top: 3px;
}

.mt-5 {
	margin-top: 5px;
}