.z-window-content {
	padding: 0px;
	background: #FFFFFF;
	/*background: transparent !important;*/
	color: rgba(0, 0, 0, 0.9);
	overflow: hidden;
	zoom: 1;
}

.z-tabpanel {
	border-top: 1px solid #D9D9D9;
	padding: 0px;
	zoom: 1;
	color: rgba(0, 0, 0, 0.9);
}

.z-window {
	overflow: hidden;
	zoom: 1;
	border: 1px solid #A8A8A8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 0px;
	background-color: #F9FCFF;
}

.z-north-body, .z-south-body, .z-west-body, .z-center-body, .z-east-body
	{
	line-height: 16px;
	padding: 0px;
	color: rgba(0, 0, 0, 0.9);
}

.z-borderlayout {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.northFunction {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: rgba(0, 0, 0, 0.57);
	height: 47px;
	background: #FFFFFF;
	border-bottom: 1px solid #D9D9D9;
	padding: 5px 10px;
	overflow: hidden;
	cursor: default;
	white-space: nowrap;
	text-align: left;
}

.my-form-table {
	width: 100%;
	border-collapse: separate;
	/* o collapse, ma senza bordi non cambia molto */
	border-spacing: 0;
}

.my-form-table td, .my-form-table th {
	text-align: left;
	padding: 8px 12px;
	vertical-align: middle;
	border: 1px solid; /* niente bordi */
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: transparent; /* sfondo trasparente */
}

.my-form-table tr:hover {
	background-color: transparent; /* nessun hover */
}

.form-label {
	text-align: left !important;
	color: #1c1c1c !important;
	font-size: 11px;
	font-weight: bold !important;
}

.form-label .z-label, .z-radio-content, .z-checkbox-content, .z-loading
	{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.form-item {
	text-align: left;
}

.no-highlight .z-grid {
	background: #FFFFFF;
	border: 0px;
	overflow: hidden;
	zoom: 1;
  border-collapse:collapse !important;
}

.no-highlight .z-grid-body .z-cell {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: rgba(0, 0, 0, 0.9);
	padding: 5px 8px;
	line-height: 15px;
	overflow: hidden;
}

.no-highlight .z-row .z-cell {
	border-top: 0px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.no-highlight tr.z-row td.z-row-inner, tr.z-grid-odd .z-cell, tr.z-grid-odd,
	.no-highlight tr.z-row-over>td.z-row-inner {
	background: white;
}

.z-row:hover>.z-row-inner, .z-row:hover>.z-cell {
	background: white;
}

.footer-buttons {
	height: 40px;
	width: 120px;
	background-color: #ffffff;
	text-align: center;
	padding-top: 2px;
}

.z-listheader-content, .z-listcell-content, .z-listgroup-content,
	.z-listgroupfoot-content, .z-listfooter-content {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	overflow: hidden;
	padding: 4px 4px;
}

.z-panelchildren {
	position: relative;
	padding: 0px;
	overflow: hidden;
	zoom: 1;
}

.z-tabbox .z-tabs {
	border-bottom: 2px solid #ccc;
}

.z-tabbox .z-tab {
	font-size: 11px;
	padding: 6px 24px;
	border: 1px solid #ddd;
	border-bottom: none;
	background-color: #f8f9fa;
	border-radius: 6px 6px 0 0;
	height: 40px;
}

.z-tabbox .z-tab:hover {
	background-color: #e9ecef;
	cursor: pointer;
}

.z-tabbox .z-tab-selected {
	font-weight: bold;
	background-color: #ffffff;
	border-color: #007bff #007bff transparent #007bff;
	color: #007bff;
}

.z-tabbox .z-tabpanel {
	border: 1px solid #ccc;
	background-color: #fff;
}

.no-highlight .z-row .z-row-inner, .z-row .z-cell {
	border-top: 0px solid #F2F2F2;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.z-grid {
	background: #FFFFFF;
	border: 0px solid #D9D9D9;
	overflow: hidden;
	zoom: 1;
}

.z-panel-icon {
	background: transparent;
	color: #ffffff;
	margin: auto 1px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	cursor: pointer;
	font-size: 11px;
	display: inline-block;
	width: 28px;
	height: 24px;
	line-height: 24px;
	border: none;
}

.z-listbox-autopaging .z-listcell-content {
	height: 32px;
	padding: 4px 4px !important;
	line-height: 22px;
	overflow: hidden;
	border: 1px solid #f3f3f3;
}

.modal-window {
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.3);
	padding: 30px;
	border-radius: 10px;
	backdrop-filter: blur(10px);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.modal-window-error .z-window-content {
	background-color: #8B0000 !important;
}

/*
.modal-window {
	background: rgba(255, 255, 255, 0.3) !important;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-align:center; 
	padding: 30px; 
}
*/
.modal-window-error {
	background: rgba(255, 255, 255, 0.3) !important;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	padding: 30px;
}

.modal-window-error .z-window-header {
	font-size: 16px !important;
	font-weight: bold;
	background-color: #8B0000 !important;
}

.z-caption-content {
	padding: 4px 2px;
	width: 100%;
}

.z-label, .z-radio-content, .z-checkbox-content, .z-loading {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.z-button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	min-height: 24px;
	border: 2px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 16px;
	line-height: normal;
	background-color: #0093F9;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	-o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	cursor: pointer;
	white-space: nowrap;
}

.z-caption .z-button {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	padding: 6px 12px;
	font-size: 11px;
}

.z-paging-text {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: rgba(0, 0, 0, 0.9);
	margin-right: 6px;
}

.z-paging-info {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: rgba(0, 0, 0, 0.34);
}

.z-comboitem, .z-comboitem a, .z-comboitem a:visited {
	font-size: 11px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.9);
}

.z-datebox-input {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 34px;
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
	padding: 0 4px;
	padding-right: 8px;
	padding-right: 48px;
	line-height: 16px;
	background: #FFFFFF;
}

.z-textbox, .z-decimalbox, .z-intbox, .z-longbox, .z-doublebox {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: rgba(0, 0, 0, 0.9);
	height: 34px;
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 4px;
	line-height: 16px;
	background: #FFFFFF;
}

.z-menu-text, .z-menuitem-text {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}

.truncate-cell>div {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.truncate-cell2 {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.z-combobox-input {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 34px;
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
	padding: 4px 4px;
	padding-right: 8px;
	padding-right: 48px;
	line-height: 16px;
	background: #FFFFFF;
}

.z-column-content, .z-row-content, .z-group-content,
	.z-groupfoot-content, .z-footer-content {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: rgba(0, 0, 0, 0.9);
	line-height: 1.3em;
	overflow: hidden;
	padding: 8px 8px;
}

.panel-1 {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px solid #CFCFCF;
	padding: 0px 0px 0px;
}

.navbar .z-listcell-content {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #002b46;
	line-height: 1.3em;
	overflow: hidden;
	padding: 0px;
}

.navbar .z-panelchildren {
	position: relative;
	padding: 0px;
	overflow: hidden;
	zoom: 1;
}

.z-panel-header {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #002b46;
	border: 0;
	padding: 4px 4px;
	line-height: 24px;
	overflow: hidden;
	zoom: 1;
	text-align: left;
}

.panel-1 .z-panel-icon {
	background-color: white !important;
	border-radius: 4px; /* Opzionale: arrotonda i bordi */
}

.panel-menu {
	background-color: #cfcfcf;
}

/* Rimuove lo sfondo e i bordi quando un elemento è selezionato */
.navbar .z-listitem-selected, .navbar  .z-listitem-selected>.z-listcell
	{
	background: transparent !important;
	color: inherit !important;
	border: none !important;
	box-shadow: none !important;
}

/* Rimuove lo sfondo e i bordi quando si passa sopra un elemento */
.navbar .z-listitem:hover, .navbar .z-listitem:hover>.z-listcell {
	background: transparent !important;
	color: inherit !important;
	border: none !important;
	box-shadow: none !important;
}

/* Rimuove il focus evidenziato */
.z-listitem:focus, .z-listcell:focus {
	outline: none !important;
	box-shadow: none !important;
}

.z-panel-icon:hover {
	color: #cccccc;
}

.groupbox-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.z-groupbox-3d.groupbox-menu>.z-groupbox-header {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: auto;
	min-height: 40px;
	border-bottom: 2px solid #999;
	padding: 4px 4px;
	background-color: #f1f1f1;
}

.z-groupbox-3d.groupbox-menu>.z-groupbox-header .z-caption,
	.z-groupbox-3d.groupbox-menu>.z-groupbox-header .z-groupbox-title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0px 16px;
	line-height: 24px;
	background: none;
	top: 0;
}

.z-groupbox-3d.groupbox-menu>.z-groupbox-header .z-caption-content,
	.z-groupbox-3d.groupbox-menu>.z-groupbox-header .z-groupbox-title-content
	{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #7f7f7f;
	padding: 0;
}

.z-groupbox-3d.groupbox-menu>.z-groupbox-content {
	padding: 3px;
}

.z-groupbox-3d.groupbox-menu .z-label, .z-groupbox-3d.groupbox-menu .z-radio-content,
	.z-groupbox-3d.groupbox-menu .z-checkbox-content, .z-groupbox-3d.groupbox-menu .z-loading
	{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.z-caption .z-label {
	padding: 0px;
	font-weight: bold;
}

.banner {
	background-color: #002b46;
	color: white;
	padding: 5px;
	text-align: center;
	vertical-align: center;
}

.footer {
	background-color: #002b46;
	color: white;
	padding: 10px;
	text-align: center;
	vertical-align: center;
	font-size: 10px
}

.label-footer {
	font-size: 12px;
}

.vetro-box {
	background: rgba(255, 255, 255, 1);
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

.custom-input {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
}

.custom-input-icon-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.eye-icon {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.custom-button {
	background: #0099ff;
	color: white;
	font-weight: bold;
	border: none;
	border-radius: 6px;
	padding: 10px 0;
	cursor: pointer;
	width: 100%;
	transition: background 0.3s;
}

.custom-button:hover {
	background: #007acc;
}

.bold-label {
	font-weight: bold;
	display: block;
	margin: 10px 0 5px 0;
}

/* X di chiusura bianca e posizionata a destra */
.z-window-close {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.z-window-icon {
	font-size: 18px;
	color: white;
	display: block;
	width: 28px;
	height: 24px;
	margin: auto 1px;
	padding: 4px 2px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	border: none;
	background: transparent;
}

/* Titolo centrato */
.z-window-title {
	margin: 0 auto;
}

.z-window-icon:hover {
	color: white;
}

.z-icon-times {
	display: block;
	font-weight: 900;
}

.z-window-header {
	background-color: #002b46 !important;
	color: white !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 11px;
	height: 42px;
	position: relative;
	padding: 0 40px; /* spazio laterale per la X */
	box-sizing: border-box;
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.7);
	background-image: url('/img/loader.gif'); /* spinner o altro */
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10000;
}

.form-label-error {
	text-align: left !important;
	color: red !important;
	font-size: 11px;
	font-weight: bold !important;
}

.attach-button {
	padding: 0px 0px;
	font-size: 11px;
}

.z-timebox-input {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 34px;
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
	padding: 0 8px;
	padding-right: 8px;
	padding-right: 48px;
	line-height: 16px;
	background: #FFFFFF;
}

.z-bandbox-input {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 34px;
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
	padding: 0 8px;
	padding-right: 8px;
	padding-right: 48px;
	line-height: 16px;
	background: #FFFFFF;
}

.z-auxheader-content {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	padding: 4px 4px;
	line-height: 1.3em;
	overflow: hidden;
}

.z-listheader {
	border-left: 1px solid #0064ED;
	border-bottom: 1px solid #0064ED;
	padding: 4px 4px;
	background: #3089c7;
	background-clip: border-box;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.z-listhead-bar {
	border-left: 1px solid #0064ED;
	border-bottom: 1px solid #0064ED;
	padding: 4px 4px;
	background: #3089c7;
	background-clip: border-box;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.z-treecol {
	background: #3089c7;
	background-clip: border-box;
	border-left: 1px solid #0064ED;
	border-bottom: 1px solid #0064ED;
	padding: 0;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.z-treecol-content, .z-treecell-content, .z-treefooter-content {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: rgba(0, 0, 0, 0.9);
	padding: 8px 5px;
	line-height: 1.3em;
	overflow: hidden;
}

.z-auxheader {
	border-left: 1px solid #0064ED;
	border-bottom: 1px solid #0064ED;
	padding: 4px 4px;
	background-color: #3089c7;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.z-auxhead-bar {
	border-left: 1px solid #0064ED;
	border-bottom: 1px solid #0064ED;
	padding: 4px 4px;
	background-color: #3089c7;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.z-treecols-bar {
	border-left: 1px solid #0064ED;
	border-bottom: 1px solid #0064ED;
	padding: 4px 4px;
	background-color: #3089c7;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

textarea.z-textbox {
	height: auto;
	padding-top: 5px;
}

.z-tabs-content {
	min-height: 46px;
}

.z-tabs {
	min-height: 40px;
	height: 40px;
}

.button-allegati {
	background-color: #1ab2fe;
	color: white;
	border-radius: 0;
	padding: 6px 16px;
	font-weight: 600;
	border: 0;
	cursor: pointer;
}

.button-allegati:hover {
	background-color: #1ab2fe;
}

.form-label-det {
	text-align: left !important;
	color: #1c1c1c !important;
	font-size: 11px;
	font-weight: bold !important;
	border: 1px solid #e2e2e2;
}

.form-label-det .z-label, .z-radio-content, .z-checkbox-content,
	.z-loading {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.form-item-det {
	text-align: left;
	font-weight: normal;
	border: 1px solid #e2e2e2;
}

.form-label-det-value {
	border: 1px solid #e2e2e2;
}


.footer-button{
	margin-top: 1px !important;
}
