

/* Workaround for showbusy bug */
#zk_showBusy .z-modal-mask {
	z-index: 30999 !important;
}
/* --------------------------*/

.llink {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.llinkLight {
	color: lightblue;
	text-decoration: underline;
	cursor: pointer;
}

.infoBarGray {
	padding: 4px;
	background: #EBEBEB;
}

.ordGridRowBusy {
	background: #DDFDFD;
}

.offGridRowBusy {
	background: #FEEEEE;
}

.artInOfferta {
	background: #FFAA88;
}

.artInOrdine {
	background: #AAFFAA;
}

.artInOff_Ord {
	background: lightyellow;
}

.artInOrdineForn {
	background: #FFAAAA;
}

.artInDDTV {
	background: #99EEEE;
}

.artInFORN {
	background: #FAEBD7;
}

.artInFATTV {
	background: #AAAAFF;
}

.artInStorico {
	background: #C2C2C2;
}

.artInTabPrezzi {
	background: #B0B0FF;
}

div.whodiv:hover {
	background: #72b8e1;
}

div.whodiv {
	background: #62a8d1;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer
}

a.notifyaon:hover {
	color: white;
	background: #539ec9;
	border: 0px;
}

a.notifyaoff:hover {
	color: lightgray;
	background: #539ec9;
	border: 0px;
}

a.notifyaon {
	color: white;
	border: 0px;
}

a.notifyaoff {
	color: gray;
	border: 0px;
}

.AppuntiTAB .z-tab-text {
	color: #FF0000;
	font-weight: bold;
}


/* Workaround for tab orientation in 8.6.4.1 */
.z-tabbox-left>.z-tabs .z-tab,
	.z-tabbox-right>.z-tabs
			.z-tab {
	display: block;
}


/* Workaround for color and background on 8.6.4.1>9.5.1*/
.z-row .z-cell {
	background-color: initial;
	color: initial;
}

.z-row .z-row-inner {
	background-color: initial;
	color: initial;
}

.z-listitem .z-listcell {
	background-color: initial;
}

.z-combobox-disabled, .z-bandbox-disabled, .z-datebox-disabled,
	.z-timebox-disabled, .z-spinner-disabled, .z-doublespinner-disabled {
	opacity: 0.8;
	filter: alpha(opacity = 80)
}

.z-combobox-disabled *, .z-bandbox-disabled
			*, .z-datebox-disabled *, .z-timebox-disabled
			*, .z-spinner-disabled *, .z-doublespinner-disabled * {
	color: #000 !important;
	background: #f0f0f0 !important;
	cursor: default !important
}