@CHARSET "UTF-8";

body {
	margin: 10px 10px 0 0;
	padding: 0;
	font-family: "Myriad Web Pro", Myriad, Verdana, Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 0.8em;
	background-color:  #fff;
}

img, div, ul, td {
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.4em;
}

input[type="radio"], input[type="checkbox"] {
	margin-left: 0;
}

div#logo-tupla {
	position: absolute;
	bottom: 20px;
	left: 10px;
}

div#logo-tupla img {
	width: 106px;
	height: 57px;
	position: absolute;
	display: block;
	bottom: -12px;
	left: 0;
}

.left_tools_container {
	font-size: 12px;
	height: 100%;
	z-index: 10;
	padding: 10px;

	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.85);  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DA000000,endColorstr=#DA000000); 
	zoom: 1;

}

.left_tools_container>div {
	margin-top: 20px;
}

.ui-slider {
	margin-top: 2px;
	width: 122px; /*width: 180px;*/
}


#logoCompany {
	width: 170px;
	height: 140px;
	background: transparent url('../res') center left no-repeat;
	position: relative; 
	margin: 0;
}

#logoCompany span {
	position: relative;
	z-index: -1;
	text-indent: -500em;
}


div.menu {
	position: relative;
	margin: 64px 0 10px;
	width: 179px;
	padding: 1px 1px 1px 0;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-color: #fff;
}

div.menu a {
	text-decoration: none;
	color: #fff;
	display: block;
	height: 12px;
	padding: 6px 8px;
}


ul.menu {
	width: 179px;
	background-color: "transparent";
}

ul.menu li {
	border-bottom: 1px solid #fff;
	height: 24px;
	color: white;
	font-size: 0.9em;
}
ul.menu li:hover {
	background-color: #666;
} 

ul.menu .selected {
	background-color: #38aad9 !important; /*#508CB9*/
}

#innermenu {
	width: 179px;
	border: none;
	background-color: #404042;
}

#menubutton {
	position: absolute;
	left: 30px;
	top: -50px;
	width: 79px;
	background: transparent url('../img/menu-button.png') top left no-repeat;
}
div.menubuttonborder { height: 51px; }


div.container {
	padding: 1px;
	border: 2px solid black;
	background-color: #fff;
}

div.innercontainer {
	background-color: #404042;
	color: #fff;
	width: 100%;
	height: 100%;
}

div.containertab {
	display: table;
	height: 30px;
	width: 100%;
}

div.innercontainertab {
	background-color: #CA522E;
	display: table-cell;
	vertical-align: middle;
	padding: 2px 10px 0; /* adjustment */
	color: #fff;
	white-space: nowrap;
}


div.innercontainertabbottom
{
	background-color: #000;
	display: table-cell;
	vertical-align: middle;
	padding: 2px 10px 0; /* adjustment */
	color: #fff;
	white-space: nowrap;
	/*font-size: 0.9em;*/
}


div.listcontainer {
	background-color: #000;
	padding: 6px 10px;
	margin-bottom: 10px; /* leo: stacco dal fondo pagina */
}

div.listcontainer li {
	color: #fff;
	margin-top: 2px;
	/*height: 19px;*/
	line-height: 19px;
	white-space: nowrap;
	overflow: hidden;
	list-style: none;
	font-size: 0.9em;
}

div.listcontainer span {
	white-space: nowrap;
	color: #fff;
}

i.arrow {
  border: solid black;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
}
 
i.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/*
i.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

i.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

i.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
*/

i.color1 {
	border-color: yellow;
}

i.color2 {
	border-color: fuchsia;
}

i.color3 {
	border-color: #3fff00; /* verde brillante */
}

i.color4 {
	border-color: cyan;
}

div.listcontainer td, 
div.listcontainer th {
	white-space: nowrap;
	color: #fff;
	padding-right: 15px;
	padding-bottom: 5px;
}

div.listcontainer .channel {
	display: inline-block;
	width: 20px;
	margin-right: 8px;
	font-size: 0.85em;
}

div.listcontainer .channel label {
	border: 1px solid #292f23;
	border-radius: 2px;
	padding: 2px; 
}


.documentstatus img {
	vertical-align: middle;
	margin-right: 8px;
}


div.helpcontainer {
	background-color: #B3B7AE;
	padding: 6px 10px;
}

div.helpcontainer li {
	margin: 4px;
	list-style: none;
	font-size: 0.9em;
	height: 19px;
	display: table-row;
}

div.helpcontainer li span {
	display: table-cell;
}




div.dialogcontainer {
	padding: 6px 10px;
	background-color: #000;
	color: #fff;
}

div.dialogcontainer .timer {
	text-align: center;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	background-color: #404040;
	color: #fff;
	font-size: 32px;
	margin: 0 -10px;
	padding: 10px 0 6px;
}

div.dialogcontainer .timer .refresh {
	background-color: #000;
	vertical-align: text-bottom;
	padding: 5px 6px 0;
}

div.dialogbuttons {
	padding-top: 2px;
	width: 130px;
	height: 14px;
	text-align: center;
	cursor: pointer;
}
div.confirmbutton {
	background-color: #69A8D7;
}
div.escapebutton {
	background-color: #CA522E;
}





div.genericfield {
	display: table;
	width: 100%;
}

div.innergenericfield {
	display: table-cell;
	vertical-align: middle;
	height: 38px;
	padding: 0 10px;
}



div.button {
	width: 130px;
	height: 22px;
	cursor: pointer;
}

div.innerbutton {
	padding-top: 6px;
	width: 130px;
	height: 16px;
	text-align: center;
}

div.buttondisable {
	border-color: #818181;
}

div.innerbuttondisable {
	background-color: #a2a2a2;
}



div.loginform {
	width: 400px;
	height: 120px;
}

div.loginform table {
	width: 394px;
	padding: 5px 10px;
}

div.loginform td {
	white-space: nowrap;
}

div.loginform input[type=text], div.loginform input[type=password]
{
	margin: 4px 0;
	padding: 0 0 1px 2px;
	border: #000 1px solid;
	height: 15px;
	width: 100%;
	font-size: 1em; /* leo : oppure togliere height=15px, perchè 'taglia' le lettere dello username*/
}

div.loginform input[type=submit]
{
	border: 0;
	padding: 0;
	font-size: 0;
	width: 79px;
	height: 45px;
	margin-top: -7px;
	margin-left: 321px;
	background-image: url('../img/login-button.png');
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
}



div.uploadedItem {
	font-size: 0.9em;
	border: 2px solid #000;
	margin-top: 5px;
	padding: 8px 5px 4px;
	/* width: 95%; leo: tolto così il lato sx si adatta alla pagina come tutti gli altri elementi.. */
	/* height: 18px; leo: tolto così il div si 'adatta' alla lunghezza della scritta da contenere.. */
	color: white;
}
div.uploadedOK { background-color: #B2B9AF; }

div.uploadedErr { background-color: #404040; }

div.uploadedItem .inspectbutton { float: right; }



table.calendar {
	width: 392px;
	border: none;
	border-spacing: 2px;
	border-collapse: separate;
}

table.calendar tbody {
	border: #000 1px solid;
}

table.calendar .navigator {
	text-transform: uppercase;
	font-size: 16px;
}

table.calendar th {
	height: 20px;
	color: #555;
	vertical-align: middle;
	font-size: 9px;
	font-weight: normal;
}

table.calendar td {
	width: 53px;
	height: 53px;
	padding: 2px;
	border: #000 1px solid;
	vertical-align: top;
	font-size: 10px;
	position: relative;
}

table.calendar td.calendarToday {
	border: #ff552e 1px solid;
}

table.calendar td.calendarSelectedDay {
	border: #ff552e 4px solid !important;
	width: 47px !important;
	height: 47px !important;
	/*	background-color:#ffc812 !important;
		color: black !important;*/
	cursor: pointer;
}

table.calendar td.calendarDue {
	background-color: #000;
	color: white;
}

table.calendar td.calendarDueOld {
	background-color: #ccc;
	border: #000 1px solid;
	color: black;
}

table.calendar td.calendarOuterMonth {
	border: #aaa 1px solid;
	color: #aaa;
}

table.calendar .documentiAcquisiti {
	color: #69A8D7;
	font-size: 25px;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: -37px;
}

table.calendar .documentiNonElaborati {
	color: #ff552e;
}

.calendarSelectedDay .documentiAcquisiti {
	bottom: -34px !important;
}

/* highlight usati in autocompletamento */
.textHighlight {
	font-weight: bold;
}

.selectedHighlight {
	background-color: lightgrey;
}

button::-moz-focus-inner{ padding:0; margin:0; border:none; }
.genericButton {
	border: 1px solid #ffffff;
	background: #404042 url('../img/button-bg.gif') repeat-x top left;
	color: white;
	width: auto;
	height: 22px;
	padding: 0 2px 2px;
	margin: 0 0 3px 0;
	cursor: pointer;
	vertical-align: top;	
}

.genericButtonDisabled {
	background: #808080 url('../img/buttondisabled-bg.gif') repeat-x top left !important;
	cursor: default !important;
}

.genericMenuButton {
	width: 165px;
}

.blueButton {
	background-image: url('../img/button-bg-blue.gif');
	/*width: 220px; 
	height: 40px;*/	
}

#editExportDocs, #confirmExportDocs {
	border-radius: 4px;
}

#selectAllSoc, #unselectAllSoc{
	cursor: pointer;
	font-weight: normal;
	text-decoration: underline;
}

#fileInputUploader {
	border: none;
	margin: 0;
	padding: 0;
}

.restoreDocument {
	cursor: pointer;
}

img.restoreDocument {
	border-color: lightgray !important;
}

.skippedDocument {
	font-style: italic;
}

.excludedDocument {
	text-decoration: line-through !important;
}


.searchResults {
	font-size: 100%;
	color: white;
}
.blockedDocument {
	color: #A0A0A0 !important; /* gray */
}
.searchResults a {
	cursor: pointer;
	text-decoration: none;
	color: white;
}

.searchResults a:hover { text-decoration: underline; }


span.facetName:not(.facetDisabled) {cursor: pointer;}

span.facetValue  {margin-left: 18px;}
span.facetValue:not(.facetFilter)  {cursor: pointer;}

a.removeFacetFilter {
	cursor: pointer;
	color: #ca522e;
	margin-left: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

span.facetPaging.continuePaging {
	background-color: gray;
	cursor: pointer;
}

.facetFilters {
	background-color: #404042;
	padding: 6px 10px;	
}

#showFacetFiltersDiv {
	height: 4px;
	padding-top: 2px;
	margin-bottom: 20px;
	background-color: #404042;
	text-align: center;	
}

#showFacetFilters {
	position: relative; 
	top: 3px;
	background-color: #404042;
	padding: 0 4px 4px 6px;
	border-radius: 0 0 4px 4px;
	cursor: pointer;
}	

li.separator {
	margin-bottom: 10px;
	height: 1px;
	background-color: #CA522E;	
}

td.separator, th.separator {
	padding-top: 5px;
	border-top: solid 2px #CA522E;
	border-right: none;
}

td.separator:first-child {
	width: 100%;
	white-space: normal !important; 
}

span.matchField {
	background-color: #404042 !important;
	border: 1px solid #404042;
    border-radius: 2px 0px 0px 2px;
    padding: 1px 4px;
}

span.matchValue {
	background-color: #fff;
	color: #404042 !important;
    border-radius: 0px 2px 2px 0px;
	padding: 2px 4px;
}

span.facetFilter {
	background-color: #38aad9;
    border-radius: 2px;
    padding: 1px 4px;
	border:1px solid white;
}

span.facetPaging {
	/*font-weight: bold;*/
	border: 1px solid #fff;
	border-radius: 2px; 
	padding: 0px 4px;
}

span > em {	
	font-style: normal;
	font-weight: bold;
}

div.error,
span.error,
label.error {
	color: #D44154 !important;
}

#pwdtabs {
	background-color: #eeeeee;
}

#societaCredenziali {
	background-color: #ffeeaa;
}

#pwdtabs input[type=button],
#pwdtabs input[type=submit],
#societaCredenziali input[type=button] {
	min-width: 80px;
}

#pwdtabs input[type=text], 
#pwdtabs input[type=password] {
	width: 100%;
	border: 1px solid #B3B7AE;
	border-radius: 4px;
}

#pwdtabs tr.modificaCredenziali input {
	margin-bottom: 12px;
}

#pwdtabs tr.modificaCredenziali input[type=button] {
	margin-top: 10px;
}

#pwdtabs label {
	margin-left: 6px;
}

#pwdtabs tbody label {
	margin-right: 60px;
}

#pwdtabs td {
	padding: 10px 0;
}

#pwdtabs th {
	padding: 10px 0;
	text-align: left;
	/* border-bottom: 1px solid #c5c5c5; */
}

#pwdtabs thead td {
	border-bottom: 1px solid #c5c5c5;
}

#pwdtabs tbody ul {
	max-height: 200px;
	overflow-y: auto;
	background-color: white;
	padding-left: 4px;
}

#pwdtabs ul li,
#societaCredenziali ul li {
	list-style: none;
}

/*
#pwdtabs.ui-widget.ui-widget-content {
	border: none;
}
*/

#pwdtabs .ui-widget-header {
	border: none;
	background: none;
}

#pwdtabs .ui-state-active, 
#pwdtabs .ui-widget-content .ui-state-active,
#pwdtabs .ui-widget-header .ui-state-active,
#pwdtabs a.ui-button:active,
#pwdtabs .ui-button:active,
#pwdtabs .ui-button.ui-state-active:hover {
	border-color: #CA522E;
	background-color: #CA522E;
}

#pwdtabs .iconState {
	float: left;
	margin-right: 12px;
	cursor: pointer;
}

#pwdtabs .statusNone {
	width: 14px;
	border-radius: 8px;
	border: 1px solid gray;
}

input.warning, select.warning {
	border: 3px solid #f6a828 !important;
	border-radius: 4px;
}

input.error, select.error, textarea.error {
	border: 3px solid #D44154 !important;
	border-radius: 4px;
}

.password-meter-message-too-short,
.password-meter-message-very-weak,
.password-meter-message-weak {
	color: #676767 !important; 
}
.password-meter-message-good,
.password-meter-message-strong {
	color: green !important; 
}

.ui-autocomplete {
	max-height: 320px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}

.ui-autocomplete.ui-menu {
	font-size: 1.15em
}

.ui-autocomplete.ui-menu li {
	padding-top: 4px;
	white-space: nowrap;
}

#pageNavigator {
	width: 180px;
	overflow: hidden;
}
#pageNavigator a {
	font-size: 0;
	color: #fff;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 21px;
	width: 23px;
	background: transparent url('') top left no-repeat;
	float: left;
}

a.rotatePage {
	font-size: 0;
	color: #fff;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 21px;
	width: 23px;
	background: transparent url('') top left no-repeat;
	float: right;
}

#helpPdf {
/*display: none;*/
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: bold;
	color: white;
	background-color: #69a8d7;
	text-align: center;
	margin: 10px;
	height: 24px;
	width: 24px;
	font-size: 18px;
	line-height: 24px;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
}

/*
** monitor styles
*/

/* xho leo cw: modifica stile jqplot x etichette assi cartesiani bianche su sfondo nero*/
/*rules applied to all axis tick divs*/
/*.jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick, .jqplot-yMidAxis-tick {
	color: #eee !important;
}*/

table.jqplot-table-legend {
    font-size: 1em;
	border: none;
}

tr.jqplot-table-legend td {
	padding-top: 0.5em;
}

.jqplot-target {
	font-family: inherit;
}

td.jqplot-table-legend-label {
	padding-left: 1em;
}

div.jqplot-table-legend-swatch-outline {
	border: 0;
}

div.jqplot-table-legend-swatch {
	border-width: 6px 12px;
}


ul#itemSelect {
	list-style: none;
}

ul#itemSelect li {
	list-style: none;
	background-color: #444; /* #b3b7ae; */
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 20px;
}

ul#itemSelect li:hover {
	background-color: #666;
}

ul#itemSelect li a:hover {
	text-decoration: underline;
	color: #fff;
}

ul#itemSelect li.itemCurrent {
	background-color: #38AAD9;
}

ul#itemSelect li.itemCurrent a {
	text-decoration: none;
	cursor: default;
}

ul#itemSelect li a {
	color: #fff;
	font-size: 1.2em;
}

ul#itemSelect li p {
	margin: 3px 0 0;
	line-height: 1.3em;
	font-size: 1.0em;
	color: #fff;
}

img.graphicButton {
	margin-left: 10px;	
}

img.graphicButton:hover {
	cursor: pointer;	
}

#fixedPeriod {
	width: 165px !important;
}
#selectPeriod input[type=text] {
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 80px !important;
}
#monitorPeriodo input[type=button] {
	margin-left: 5px;
}

div#monitorChart {
	height:300px; 
	width:100%;
}

table.roundtable {
	width: 100%;
}

table.roundtable th {
	text-align: center;
	background-color: #CCCCCC;
    padding: 0.5em;
    font-weight: bold;
}

table.roundtable td {
	text-align: center;
	background-color: #ffeeaa;
    padding: 0.5em;
}

table.roundtable tr td:first-child {
	text-align: left;
	min-width: 200px;
}


/* leo: modifica imgAreaSelect default style per non visualizzare il tratteggio sui bordi della selezione */
.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
	 background: none !important;
}



/* xho */
/* overrides jquery ui defaults */
.resizecontainer {
	overflow: visible;
	margin-bottom: 3em;
}

.resizecontainer>div:first-of-type {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.resizecontainer>.ui-resizable-handle.ui-resizable-e {
	background-color: #38AAD9;
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 2px;
}

.resizecontainer>.ui-resizable-e {
	right: -10px;
    cursor: ew-resize;	
}
/* leo: z-index 1=alla lista di autocomplete (così appare sotto..)  */
/*.resizecontainer>.ui-resizable-handle.ui-icon-gripsmall-diagonal-e {
	background: black url('../img/splitter.png') top right no-repeat;
	width: 100%;
	height: 24px;
	border-top: 5px solid #38AAD9;
	margin-bottom: -29px;
	z-index: 1 !important;
}

.resizecontainer>.ui-resizable-se {
	bottom: 0 !important;
}
*/

/* leo: per jquery-ui-dialog-1.10 (>1000 overlayHeader) */
.ui-dialog { z-index: 1001 !important ; position: fixed !important;}

/* leo: per jquery-ui-autocomplete-1.10 (>1001 ui-dialog) */
ul.ui-autocomplete.ui-menu { z-index: 1002 !important ;}




/*
*	Stili per il calendario documenti mensili
*	NB. modificano/completano gli stili del calendario in dashborad
*/

#monthsDiv {
	float: left;	
	width: 300px; 
	margin-right: 20px;	
}

#invoicesDiv {
	float: left;
	width: 50%;	
	max-width: 660px;
	margin-right: 18px;
}

table.detailsList {
	width: 100%;
/*	border-collapse:collapse;*/
}

table.detailsList td {
	border: #000 1px solid;
	border-radius: 4px;
	cursor: pointer;
	padding: 8px;
	font-size: 0.8em;
	background-color: #e8e9e6;
}
/*
table.detailsList td[data-semplificata=true] {
	background-color: #fff3c3;
}
*/
#monthsDiv td span.detailItem  {
	float: right;
	margin: 8px 8px 0 0;
}

#invoicesDiv .detailsList tbody td span {
	display: table-cell;
}

#invoicesDiv td span.totItem {
	min-width: 66px;
	text-align: right;
	margin-left: 4px;
}

#invoicesDiv td span.detailItem  {
	width: 100%;
	text-align: right;
}

table td span.bigger  {
	font-size: 14px;
}

table.detailsList td.calendarSelectedDay {
	border: #ff552e 4px solid !important; /* #D44154  */
	/*background-color: #404042 !important;
	color: white;*/
}

table.detailsList td.calendarToday {
	border: #ff552e 1px solid;
}

table.detailsList td.calendarOuterMonth {
	border: #aaa 1px solid;
	color: #444;
}

table.detailsList span.documentiAcquisiti {
	color: #69A8D7;
	font-weight: bold;
}

table.detailsList span.documentiNonElaborati {
	color: #ff552e;
}

table.detailsList span.skippedDocument {
	text-decoration: line-through;
}


/*
*	Message Of The Day
*/

.motd {
	background-color: #38AAD9; /*#FFEEAA;*/
	color: white;
	height: 55px;
	padding: 5px;
	font-size: 1.2em;
	position: absolute;	
	top: 10px;
	left: 200px;
	right: 160px;
	border-radius: 4px;
}

.ticketHelp {
	position: absolute; 
	top: 60px; /*46px; */
	right: 10px;
}


/* Bubble with an isoceles triangle
	http://nicolasgallagher.com/pure-css-speech-bubbles/
------------------------------------------ */

.balloon, .balloonUp {
  position: relative;
  padding: 10px;
  color: #fff;
  background: #38AAD9; /* #ca522e; */
  border-radius: 20px;
  margin-top: 10px;
  text-align: center;
  border: 1px solid white;
}

/* creates triangle down*/
.balloon:after {
  content: "";
  position: absolute;
  bottom: -15px;  
  left: 20px;
  width: 0;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #38AAD9 transparent; /* #ca522e  */
}

/* creates triangle up*/
.balloonUp:after {
  content: "";
  position: absolute;
  top: -15px;  
  left: 30px;
  width: 0;
  border-width:0 15px 15px;
  border-style: solid;
  border-color: #38AAD9 transparent; /* #ca522e  */
}

.balloonUp .title {
	color: gold;
	font-size: 1.2em;
	font-weight: bold;
}

#helpBalloon.balloonUp {
	display: none; 
	width: 150px;
	position: absolute;
	right: -5px;
	top: 40px;
}

#helpBalloon.balloonUp:after {
	left: 122px;
}


/* ON-OFF switch */

.switchButton {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid;
	border-radius: 10px;
	margin-top: 4px;
	margin-left: 6px;
}

.switchButton.color1 {
	border-color: yellow;
}

.switchButton.color2 {
	border-color: fuchsia;
}

.switchButton.color3 {
	border-color: #3fff00;
}

.switchButton.color4 {
	border-color: cyan;
}

.switchOn.color1 {
	background: yellow;
}

.switchOn.color2 {
	background: fuchsia;
}

.switchOn.color3 {
	background: #3fff00;
}

.switchOn.color4 {
	background: cyan;
}
	


/* ALLEGATI DOCUMENTO */

div.attachments {
	display: inline-block;
	float: right;
	margin-right: 210px;
	margin-top: -31px;	
}

#docAttachments {
	font-size: 0.95em;
	width: 200px;
} 

#addAttachment {
	width: 200px;
	cursor: pointer;
	font-size: 1.1em;
}

#addAttachment:hover {
	text-decoration: underline; 
}

.goldEvidence {
	background-color: gold !important;
	border-radius: 4px;
}

#previousDoc, #nextDoc {
	cursor: pointer;
	text-decoration: underline;	
}

.checkedIcon {
	width:12px;
	vertical-align: bottom;
	margin-right:4px;
}


/* DOCUMENTI CHE TRANSITANO PER IL SdI */

div.SdI {
	display: inline-block;
	width: 22px;
	margin-right: 4px;
	padding-top: 2px;
	padding-left: 6px;
	background-color: #404042;
	border-radius: 4px;	
}

div.SdI.txQueue { /* in coda per la trasmissione */
	background-color: #000;
	border: 1px solid gray;
}

div.SdI:hover {
	cursor: pointer;
}

.sdiInfo caption {
	background-color: #404042;
	padding-top: 6px;
}

.sdiInfo table {
	background-color: #404042;
	border-radius: 0 0 4px 4px;
	padding-left: 8px;	
	line-height: 13px;
	padding-top: 6px;
}

div.sdiEvidenceDoc {		
	background-color: #D44154 !important;
}

label.PA { /* visualizzata nel Calendario */
	padding: 2px;
	padding-top: 4px;
	border-radius: 10px;
	background-color: white;
	color: black;
	margin-left: 8px;		
}

label.PA2 { /* visualizzata nell'autocomplete della ricerca in anagrafica */
	padding: 3px;
	border-radius: 10px; 
	background-color: gray;
	color: white; 
	font-size: 0.75em;
	margin-left: 4px;
}

label.circle { /* forma 'base' circolare delle seguenti etichette visualizzata nel Calendario */
	padding: 2px;
	padding-top: 4px;
	border-radius: 2px;
	margin-right: 4px;
}

.circle.AF { /* visualizzata nel Calendario */
	background-color: goldenrod;
}

.circle.BR,
.circle.SG { /* visualizzata nel Calendario */
	background-color: #69a8d7;
}

.circle.RA { /* visualizzata nel Calendario */
	background-color: #167742;
} 

#summarySdI {
	background-image: url('../img/button-bg-brown.gif');
}

/*	
 * jQuery Widget COMBOBOX  
*/

.custom-combobox {
	position: relative;
	display: inline-block;
}

.custom-combobox-input {
	margin: 0;
	padding: 4px 10px;
	border-radius: 4px;
}

.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 2px 2px 2px -28px;
	padding: 0;
	cursor: default;
	border: none;		
	border-radius: 4px;
}

