@CHARSET "UTF-8";

/* --- TOOLBAR --- */
.toolbar {
	font-size: 13px !important;
	height: 28px;
	margin: 10px 0;
}
.toolbar a {font-size: 13px !important}

.tb-left {border-left: 1px solid #ddd}
.tb-right {border-right: 1px solid #ddd}
.tb-center {text-align: center}

	.toolbar a, .toolbar a:link, .toolbar a:visited {
		background-color: #f9f9f9;
		display: block;
		position: relative;
		padding-top: 5px;
		padding-bottom: 5px;
		text-decoration: none;
	}
	
	.toolbar a:hover {
		background-color: #e2e2e2;
		text-decoration: none;
	}
	
	/* colori personalizzati per i pulsanti */
	/*
	.toolbar a.draft:hover {background-color: #ffea86}
	.toolbar a.work:hover {background-color: #dbf2fb}
	.toolbar a.close:hover {background-color: #d7fcbc}
	*/
	
	.toolbar ul {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.tb-left li {
		list-style-type: none;
		margin: 0 !important;
		padding: 0 !important;
		float: left;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	
	.tb-right li {
		list-style-type: none;
		margin: 0 !important;
		padding: 0 !important;
		float: right;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	
	.tb-center li {
		display: inline-block;
		list-style-type: none;
		margin: 0 auto !important;
		padding: 0 !important;
		border: 1px solid #ddd;
	}
	
	.toolbar .tb-cursor_def {cursor: default}

/* --- ICONE --- */
.tb-add,
.tb-back,
.tb-calculate,
.tb-cancel,
.tb-chart,
.tb-chart-pie,
.tb-chart-up,
.tb-confirm,
.tb-copy,
.tb-confirmred,
.tb-del,
.tb-doc-search,
.tb-edit,
.tb-excel,
.tb-exit,
.tb-fill,
.tb-go-ahead,
.tb-list,
.tb-list_archived,
.tb-list_deleted,
.tb-pay,
.tb-pdf,
.tb-print,
.tb-save,
.tb-sign,
.tb-upload
{
	font-size: 1em;
	font-weight: bold;
	padding: 3px 3px 3px 22px;
}

.tb-add_icon,
.tb-back_icon,
.tb-calculate_icon,
.tb-cancel_icon,
.tb-chart_icon,
.tb-chart-pie_icon,
.tb-chart-up_icon,
.tb-confirm_icon,
.tb-copy_icon,
.tb-confirmred_icon,
.tb-del_icon,
.tb-doc-search_icon,
.tb-edit_icon,
.tb-excel_icon,
.tb-exit_icon,
.tb-fill_icon,
.tb-go-ahead_icon,
.tb-list_icon,
.tb-list_archived_icon,
.tb-list_deleted_icon,
.tb-pay_icon,
.tb-pdf_icon,
.tb-print_icon,
.tb-save_icon,
.tb-sign_icon,
.tb-upload_icon
{width: 23px}


.tb-add {background: url('https://static.cnpadc.it/shared/img/fugue/toggle-expand.png') 3px center no-repeat}
.tb-add_icon {background: url('https://static.cnpadc.it/shared/img/fugue/toggle-expand.png') 50% 50% no-repeat}

.tb-back {background: url('https://static.cnpadc.it/shared/img/fugue/arrow-curve-180.png') 3px center no-repeat}
.tb-back_icon {background: url('https://static.cnpadc.it/shared/img/fugue/arrow-curve-180.png') 50% 50% no-repeat}

.tb-calculate {background: url('https://static.cnpadc.it/shared/img/fugue/calculator.png') 3px center no-repeat}
.tb-calculate_icon {background: url('https://static.cnpadc.it/shared/img/fugue/calculator.png') 50% 50% no-repeat}

.tb-cancel {background: url('https://static.cnpadc.it/shared/img/fugue/cross-circle.png') 3px center no-repeat}
.tb-cancel_icon {background: url('https://static.cnpadc.it/shared/img/fugue/cross-circle.png') 50% 50% no-repeat}

.tb-chart {background: url('https://static.cnpadc.it/shared/img/fugue/chart.png') 3px center no-repeat}
.tb-chart_icon {background: url('https://static.cnpadc.it/shared/img/fugue/chart.png') 50% 50% no-repeat}

.tb-chart-pie {background: url('https://static.cnpadc.it/shared/img/fugue/chart-pie-separate.png') 3px center no-repeat}
.tb-chart-pie_icon {background: url('https://static.cnpadc.it/shared/img/fugue/chart-pie-separate.png') 50% 50% no-repeat}

.tb-chart-up {background: url('https://static.cnpadc.it/shared/img/fugue/chart-up.png') 3px center no-repeat}
.tb-chart-up_icon {background: url('https://static.cnpadc.it/shared/img/fugue/chart-up.png') 50% 50% no-repeat}

.tb-confirm {background: url('https://static.cnpadc.it/shared/img/fugue/tick.png') 3px center no-repeat}
.tb-confirm_icon {background: url('https://static.cnpadc.it/shared/img/fugue/tick.png') 50% 50% no-repeat}

.tb-copy {background: url('https://static.cnpadc.it/shared/img/fugue/blue-document-copy.png') 3px center no-repeat}
.tb-copy_icon {background: url('https://static.cnpadc.it/shared/img/fugue/blue-document-copy.png') 50% 50% no-repeat}

.tb-confirmred {background: url('https://static.cnpadc.it/shared/img/fugue/tick-red.png') 3px center no-repeat}
.tb-confirmred_icon {background: url('https://static.cnpadc.it/shared/img/fugue/tick-red.png') 50% 50% no-repeat}

.tb-del {background: url('https://static.cnpadc.it/shared/img/fugue/cross.png') 3px center no-repeat}
.tb-del_icon {background: url('https://static.cnpadc.it/shared/img/fugue/cross.png') 50% 50% no-repeat}

.tb-doc-search {background: url('https://static.cnpadc.it/shared/img/fugue/document-search-result.png') 3px center no-repeat}
.tb-doc-search_icon {background: url('https://static.cnpadc.it/shared/img/fugue/document-search-result.png') 50% 50% no-repeat}

.tb-edit {background: url('https://static.cnpadc.it/shared/img/fugue/pencil.png') 3px center no-repeat}
.tb-edit_icon {background: url('https://static.cnpadc.it/shared/img/fugue/pencil.png') 50% 50% no-repeat}

.tb-excel {background: url('https://static.cnpadc.it/shared/img/fugue/document-excel.png') 3px center no-repeat}
.tb-excel_icon {background: url('https://static.cnpadc.it/shared/img/fugue/document-excel.png') 50% 50% no-repeat}

.tb-exit {background: url('https://static.cnpadc.it/shared/img/fugue/door--arrow.png') 3px center no-repeat}
.tb-exit_icon {background: url('https://static.cnpadc.it/shared/img/fugue/door--arrow.png') 50% 50% no-repeat}

.tb-fill {background: url('https://static.cnpadc.it/shared/img/fugue/fill.png') 3px center no-repeat}
.tb-fill_icon {background: url('https://static.cnpadc.it/shared/img/fugue/fill.png') 50% 50% no-repeat}

.tb-go-ahead {background: url('https://static.cnpadc.it/shared/img/fugue/arrow-000-medium.png') 3px center no-repeat}
.tb-go-ahead_icon {background: url('https://static.cnpadc.it/shared/img/fugue/arrow-000-medium.png') 50% 50% no-repeat}

.tb-list {background: url('https://static.cnpadc.it/shared/img/fugue/blue-document.png') 3px center no-repeat}
.tb-list_icon {background: url('https://static.cnpadc.it/shared/img/fugue/blue-document.png') 50% 50% no-repeat}

.tb-list_archived {background: url('https://static.cnpadc.it/shared/img/fugue/documents-stack.png') 3px center no-repeat}
.tb-list_archived_icon {background: url('https://static.cnpadc.it/shared/img/fugue/documents-stack.png') 50% 50% no-repeat}

.tb-list_deleted {background: url('https://static.cnpadc.it/shared/img/fugue/bin.png') 3px center no-repeat}
.tb-list_deleted_icon {background: url('https://static.cnpadc.it/shared/img/fugue/bin.png') 50% 50% no-repeat}

.tb-pay {background: url('https://static.cnpadc.it/shared/img/fugue/money.png') 3px center no-repeat}
.tb-pay_icon {background: url('https://static.cnpadc.it/shared/img/fugue/money.png') 50% 50% no-repeat}

.tb-pdf {background: url('https://static.cnpadc.it/shared/img/fugue/document-pdf.png') 3px center no-repeat}
.tb-pdf_icon {background: url('https://static.cnpadc.it/shared/img/fugue/document-pdf.png') 50% 50% no-repeat}

.tb-print {background: url('https://static.cnpadc.it/shared/img/fugue/printer.png') 3px center no-repeat}
.tb-print_icon {background: url('https://static.cnpadc.it/shared/img/fugue/printer.png') 50% 50% no-repeat}

.tb-save {background: url('https://static.cnpadc.it/shared/img/fugue/disk-black.png') 3px center no-repeat}
.tb-save_icon {background: url('https://static.cnpadc.it/shared/img/fugue/disk-black.png') 50% 50% no-repeat}

.tb-sign {background: url('https://static.cnpadc.it/shared/img/fugue/cheque-pen.png') 3px center no-repeat}
.tb-sign_icon {background: url('https://static.cnpadc.it/shared/img/fugue/cheque-pen.png') 50% 50% no-repeat}

.tb-upload {background: url('https://static.cnpadc.it/shared/img/fugue/folder--plus.png') 3px center no-repeat}
.tb-upload_icon {background: url('https://static.cnpadc.it/shared/img/fugue/folder--plus.png') 50% 50% no-repeat}