pre {
white-space: pre-wrap;
}
/* carattere 'TeX Gyre Heros' */

@font-face {
    font-family: 'TeX Gyre Heros';
    src: url("fonts/texgyreheros-regular-webfont.woff") format("woff");
}

@font-face {
    font-family: 'TeX Gyre Heros';
    font-weight: bold;
    src: url("fonts/texgyreheros-bold-webfont.otf") format("woff");
}

@font-face {
    font-family: 'TeX Gyre Heros';
    font-weight: bold;
	 font-style: italic;
    src: url("fonts/texgyreheros-bolditalic-webfont.woff.woff") format("woff");
}

@font-face {
    font-family: 'TeX Gyre Heros';
	 font-style: italic;
    src: url("fonts/texgyreheros-italic-webfont.woff.otf") format("woff");
}

@font-face {
    font-family: 'TeX Gyre Heros';
    font-stretch: condensed;
    src: url("fonts/texgyreheroscn-regular-webfont.woff") format("woff");
}

@font-face {
    font-family: 'TeX Gyre Heros';
    font-weight: bold;
    font-stretch: condensed;
    src: url("fonts/texgyreheroscn-bold-webfont.woff") format("woff");
}
@font-face {
    font-family: 'TeX Gyre Heros';
	 font-style: italic;
    font-stretch: condensed;
    src: url("fonts/texgyreheroscn-italic-webfont.woff") format("woff");
}

@font-face {
    font-family: 'TeX Gyre Heros';
    font-weight: bold;
	 font-style: italic;
    font-stretch: condensed;
    src: url("fonts/texgyreheroscn-bolditalic-webfont.woff") format("woff");
}

@font-face {
    font-family: 'TeX Gyre Heros Condensed';
    src: url("fonts/texgyreheroscn-regular-webfont.woff") format("woff");
}

@font-face {
    font-family: 'TeX Gyre Heros Condensed';
    font-weight: bold;
    src: url("fonts/texgyreheroscn-bold-webfont.woff") format("woff");
}
@font-face {
    font-family: 'TeX Gyre Heros Condesed';
	 font-style: italic;
    src: url("fonts/texgyreheroscn-italic-webfont.woff") format("woff");
}

@font-face {
    font-family: 'TeX Gyre Heros Condesed';
    font-weight: bold;
	 font-style: italic;
    src: url("fonts/texgyreheroscn-bolditalic-webfont.woff") format("woff");
}

/* STILI DI BASE */
table {
	border-collapse: collapse;
	font-family: 'TeX Gyre Heros', Arial, Helvetica, sans-serif;
	font-size: 12px;
	spacing: 10px;
}

/* Classe per indurre il troncamento dell'overflow.*/
.ellipsis {
  white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* CORREZIONE AGLI STILI EXT */
.x-tree-root-ct {
	margin: 0;
	padding: 0;
}

.x-tree-node-ct {
	margin: 0;
	padding: 0;
}

.x-tab-strip {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FOGLIO DI STILE UFFICIALE DI CONNEXIO */
.cnx_table {
	font-family: 'TeX Gyre Heros', Arial, Helvetica, sans-serif;
	font-size: 10px;
	table-layout: fixed;
	background-color: whitesmoke;
	color: black;
	padding: 0px;
	margin: 0px;
	border: 1px whitesmoke solid;
	border-collapse: collapse;
	vertical-align: top;
}

.cnx_cell {
	border: 1px white solid;
}

.cnx_textarea_counter {
	text-align: right;
}

/*
.inputMandatory {
  background-color: #FFDEAD;
  background-image: url(images/icons/error.png);
  background-repeat: no-repeat;
}
*/
.inputMandatory {
	background-color: mistyrose; /*oppure lightcoral*/
	border: 1pt solid darksalmon; /*oppure red o darkred*/
	background-image: url(images/icons/error.png);
	/*oppure exclamation.png*/
	background-repeat: no-repeat;
}

/* STILI PROVVISORI DA RIFATTORIZZARE */
.workflowActions li {
	display: inline;
	margin: 0;
	padding: 0 1em 0 0;
}

.workflow {
	font-family: "Titillium Web", 'TeX Gyre Heros', serif;
	font-size: 13px;
	background: #eeeeee none repeat scroll 0 0;
	border: 1px solid #dddddd;
	/*margin: 0.2em 0.5em;*/
	border-radius: .2em;
	background: #EEE;
	float: left;
}

.cnxWorkflowStatus {
	float: left;
	padding: 0.2em;
	font-weight: bold;
}

.workflowActions {
	float: left;
}

.workflowActionsMenu {
	float: left;
}

.mainmenu {
	font-size: 13px;
	font-family: 'TeX Gyre Hero', sans;
}

/*div.mainmenu { float: left; border-radius: .2em; border: 1px solid #DDDDDD; background: #EEE; color: black; margin: 0; padding: 0; font-family: "Titillium Web", 'TeX Gyre Heros', sans;}*/
div.mainmenu {
	float: left;
	color: black; /*margin: 0; padding: 0; */
	font-family: "Titillium Web", 'TeX Gyre Heros', sans;
}

.mainmenu ul {
	margin: .2em .5em;
	padding: 0;
}

.mainmenu li {
	display: inline;
	padding: 0 1em 0 0;
	margin: 0;
}

.mainmenu a,.mainmenu a:active {
	text-decoration: none;
	color: #444;
	padding: 0 .1em 0 .1em;
}

.mainmenu a:hover {
	color: #00F;
	text-decoration: overline;
}

.mainmenusel {
	color: black;
	font-weight: bold;
}

div.secondarymenu {
	margin: 0em .2em;
	/*	font-size: 100%;*/
	float: left;
	font-family: "Titillium Web", 'TeX Gyre Heros', sans;
}

.secondaryMenuButton {
	border-radius: .2em;
	margin: 0;
	padding: .1em;
	box-shadow: 0px 0px 1px #aaa;
	background-color: #FFF;
	border: 1px solid #888;
	/*  width: 6em;*/
}

div.secondarymenuopts {
	float: left;
	display: none;
	border-radius: .2em;
	border: 1px solid #555;
	background: #EEE;
	color: #666;
	margin: 0;
	padding: 0;
	font-family: "Titillium Web", 'TeX Gyre Heros', sans;
	width: 15em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: inherit;
	z-index: 100;
}

.secondarymenuopts ul {
	margin: .2em .5em;
	padding: 0;
}

.secondarymenuopts li {
	display: block;
	padding: 0 1em 0 0;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
}

.secondarymenuopts a,.secondarymenu a:active {
	text-decoration: none;
	color: #666;
	padding: 0 .1em 0 .1em;
}

.secondarymenuopts a:hover {
	color: #00f;
}

p#secbtn {
	border-radius: .2em;
	margin: 0;
	padding: .1em;
	box-shadow: 0px 0px 1px #aaa;
	background-color: #FFF;
	border: 1px solid #888;
	width: 6em;
}

/* ************************* */
/* Styli per il layout HTML5 */
/* ************************* */
.cnx_warning {
	background-color: mistyrose; /*oppure lightcoral*/
	border: 1pt solid darksalmon; /*oppure red o darkred*/
	color: black;
	padding-left: 20px !important;
	background-image: url(images/icons/error.png) !important;
	/*oppure exclamation.png*/
	background-repeat: no-repeat !important;
}

/* Classe base per i div che compongono i control in modo da metterli in linea */
.cnx_float_left {
	float: left;
}

/* Classe base per i campi di input */
.cnx_input {
	padding: 2px;
/*	font: 12px tahoma, arial, helvetica, sans-serif;*/
	background-color: #fff;
	background-image: url("../images/default/form/text-bg.gif");
	border: 1px solid #b5b8c8;
	vertical-align: middle;
	margin: 0;
	width: 100% /*  border-radius: 0px;*/
}

.cnx_post_prompt {
	padding: 2px;
	font: 12px tahoma, arial, helvetica, sans-serif;
	background-color: transparent;
	border: 1px solid transparent;
	vertical-align: middle;
	margin: 0;
	width: 100% /*  border-radius: 0px;*/
}

/* Classe per i control non editabili */
.cnx_ro {
	border-color: transparent;
	background-color: transparent;
	width: inherit;
}

.cnx_list {
	
}

.cnx_number {
	text-align: right;
}

.cnx_mandatory {
	background-color: lightgoldenrodyellow;
	background-image: url(images/mandatory.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 5px auto;
}

.cnx_seq {
	background-image: url(images/icons/text_list_numbers.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	/*  background-size: 8px auto;*/
}

.cnx_navigate {
	/*	padding-left: 1px;*/
	/*  padding-right: 1px;*/
	background-image: url(../icons/link.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid transparent;
	cursor: pointer;
}

/* OBSOLETO, VA SOSTITUITO CON cnx_ro */
.cnx_input_ro {
	border-color: transparent;
	background-color: transparent;
	width: inherit;
}

.cnx_provvisorio {
  color: gray;
/*	color: darkred; /*darkred;*/*/
	font-style: italic;
}

.cnx_attivo {
  color: black;
}

.cnx_da_avviare {
	color: black;
}

.cnx_in_corso {
	color: black;
	font-weight: bold;
}

.cnx_concluso {
	color: darkgreen;
}

.cnx_sospeso {
	color: FF7800; /*goldenrod;*/ /*darkblue;*/
	/*	color: #888888;*/
}

.cnx_annullato {
/*	color: gray;*/
  color: darkred; /*darkred;*/
	font-style: italic;
	text-decoration: line-through;
}

/* *********************************************************** */
/* Stili per il calendario virtuale (cv = calendario virtuale) */
/* *********************************************************** */
.cnx_today {
  border: 1px solid red;
}

.cnx_feriale {
	background-color: #d3ffc1;
}

.cnx_prefestivo {
	background-color: #ffff99;
}

.cnx_festivo {
	background-color: #ffcc99;
}

.cnx_cv_icon {
	text-align: center;
}
.cnx_cv_text {
	text-align: left;
}

.cnx_cv_number {
	text-align: center;
}

.cnx_cv_first_row {
	border-top: 1px solid black;
}

.cnx_cv_other_rows {
	border-top: 1px dashed lightgray;
}

/*
.cnx_cv_agenda {
	color: black;
}

.cnx_cv_crm {
	color: darkblue;
}

.cnx_cv_scadenza {
	color: darkred;
}

.cnx_cv_segnalazione {
	color: dimgrey;
}
*/

.cnx_cv_busy {
	color: black;
}

.cnx_cv_free {
	color: dimgrey;
}

.cnx_cv_deadline_met {
	background-color: #d3ffc1;
	color: darkgreen;
}

.cnx_cv_deadline_at_risk {
  background-color: #ffff99;
  color: darkred;
}

.cnx_cv_deadline_missed {
  background-color: #ffcc99;
  color: darkred;
} 


/* ******************************************* */
/* Stili per il nuovo control degli Attachment */
/* ******************************************* */
.attachment_main {
	font-size: 13px;
	font-family: 'TeX Gyre Heros', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
/* Stile di base delle celle. Da la spaziatura*/
.attachment_cell {
	border-radius: .2em;
	margin: 0;
	padding: .1em;
	/*  box-shadow: 0px 0px 1px #aaa;*/
	/*  background-color: #FFF;*/
	border: 1px solid transparent;
}

.attachment_title {
	float: left;
	padding: .2em;
	width: 100px;
	text-align: right;
	border: 1px solid transparent;
}

.attachment_add_cmd {
	float: left;
	padding: .2em;
	margin-right: 0.2em;
	border-radius: .2em;
	border: 1px solid #888;
	background: #EEE;
	cursor: pointer;
}

.attachment_cmd {
	float: left;
	padding: .2em;
	border: 1px solid transparent;
	cursor: pointer;
}

.attachment_upd_cmd {
	background-image: url(images/icons/page_white_edit.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.attachment_del_cmd {
	background-image: url(images/icons/cross.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.attachment_link_cmd {
  background-image: url(images/icons/link.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

/* Stile del contenitore dell'intero menù espandibile, prompt sempre visibile + elenco espandibile. */
.attachment_sec_menu_container {
	float: left;
	width: 200px;
}
.attachment_sec_menu_ul {
	margin: 0px;
	padding: 0px;
}
/* Serve per dare la spaziatura anche al background image del div del prompt della list che altrimenti non è posizionabile. */
.attachment_sec_menu_prompt {
	padding: .2em;
	border: 1px solid transparent;
}

.attachment_list {
	background-image: url(images/icons/text_list_bullets.png);
	background-repeat: no-repeat;
	padding-left: 18px;
}

.attachment_element {
	float: left;
	/*  clear: left;*/
	padding: .2em;
	padding-left: 4px;
	width: 309px;
	border: 1px solid transparent;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.attachment_sec_menu {
	/*  display: block;*/
	float: left;
	display: none;
	border-radius: .2em;
	border: 1px solid #555;
	background: #EEE;
	color: #666;
	margin: 0;
	padding: 0;
	/*  font-family: "Titillium Web", 'TeX Gyre Heros', sans;*/
	width: 400px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: inherit;
	margin-left: -200px;
	z-index: 100;
}

.attachment_clear_position {
	clear: both;
}

.attachment_input_file {
	height: 22px;
	left: -224px;
	opacity: 0;
	position: relative;
	width: 22px;
	font-size: 1px;
	/* Altrimenti chrome fa comunque il campo di input grande per contenere il testo di default*/
}
/* *************************** */
/* Stili per le tabelle custom */
/* *************************** */
.cnx_ruler {
	height: 0px;
}
.cnx_emb_table {
  table-layout: fixed;
  color: black;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  /*border-collapse: collapse;*/ /* Se ho due celle con bordo differente appaiate vince il bordo della cella precedente */
  /* Per avere bordi di colore diverso che non si sovrascrivono a vicenda facendo vincere il primo, serve separare il bordo senza spacing */
  border-collapse: separate;
  border-spacing: 0px;
}
.cnx_emb_main_title {
  background-color: #afc1d2;
  color: black;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}
.cnx_emb_title {
  border: 1px solid #99BBE8;
  background-color: #D0DEF0;
  color: #15428B;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
}
.cnx_emb_cell {
	background-color: transparent;
}
.cnx_emb_running_totals {
	background-color: lightgray;
}
.cnx_emb_totals {
  background-color: gray;
  color: white;
}




.cnx_emb_accessi {
	text-align: center;
  line-height: 8px;
  font-size: 10px;
}



/* stile che mostra l'icona di warning pensata per un testo centrato in una cella*/
.cnx_cell_warning_center {
  background-color: mistyrose;
  border: 1pt solid darksalmon;
  padding: 0px 20px 0px 20px;
  background-image: url(images/icons/error.png);
  background-repeat: no-repeat;
}
.cnx_importo_negativo {
  color: red;
}




/* ********************************************** */
/* Stili per le tabelle di riepilogo degli empori */
/* ********************************************** */
.cnx_emp_accesso_previsto {
	border: 1px solid black;
}
.cnx_emp_accesso_annullato {
  background-color: #ffcc99; /* oppure #ffff99 */
}
.cnx_emp_accesso_effettuato {
  background-color: #d3ffc1;
}










/* Stile dei prompt posizionati a sinistra */
.cnx_prompt {
	text-align: right;
	padding-right: 5px;
}





/* https://www.w3schools.com/colors/colors_shades.asp     W3C color names*/
/* Stile usato per le promo di Cromaris, forse troppo custom*/
.cnx_cella_pianificata {
	border: 1px black solid;
	text-align: left;
	background-color: LightSteelBlue; /*DarkKhaki, khaki;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 2px 2px 2px 10px;
}

.cnx_cella_vuota {
	
}

.cnxRuoliContainer {
	/*border: 1px solid red;*/
	height: 30px;
}

.cnxRuolo {
	height: 16px;
	width: 16px;
	padding: 4px;
	margin: 2px;
	float: left;
	border: 1px solid darkblue;
	font-size: 14px;
	text-align: center;
}

.cnxRuoliCli {
	background-color: #E0FFBF;
	/*  font-size: 14px;*/
	color: darkgreen;
}

.cnxRuoliFor {
	background-color: #E0F1FF;
	/*  font-size: 14px;*/
	color: darkblue;
}

.cnxRuoloDisabled {
	opacity: 0.2;
}

.cnx_kb_wrapper_detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #dddddd;
	background-color: transparent;
	padding: 5px;
	max-height: 300px;
	overflow: auto;
}

.cnx_kb_wrapper_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #dddddd;
	background-color: transparent;
	padding: 5px;
	max-height: 100px;
	overflow: auto;
}

.cnx_link {
	background-image_: url(images/icons/link.png);
	width_: 50px;
	overflow: hidden;
	display: inline-block;
}

.cnx_iframe {
	border: 0px;
}

.cnx_indent_1 {
	padding: 20px;
}

.cnx_indent_2 {
	padding: 40px;
}

.cnx_indent_3 {
	padding: 60px;
}

.cnx_indent_4 {
	padding: 80px;
}

.cnx_indent_5 {
	padding: 50px;
}

/* *********************************************************** */
/* Stili per la configurazione del workflow dei tipi documento */
/* *********************************************************** */
.cfg_wf_bordo {
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border: 1px solid;
	border-radius:5px;
}
.cfg_wf_disabled {
	color: lightgray;
}

/* OVERRIDE A EXT */
.x-form-field {
  font-family: 'TeX Gyre Heros', Arial, Helvetica, sans-serif;
  font-size: 12px;
}


/* **************************************** */
/* Stili per le icone grafiche font awesome */
/* **************************************** */
.fa_size {
	font-size: 14px;
	text-align: center;
}

.fa_blue {
	color: blue;
}

.fa_green {
  color: green;
}

.fa_red {
  color: red;
}

.fa_darkred {
  color: darkred;
}

.fa_gray {
  color: gray;
}

.fa_disabled {
	color: black;
	opacity: 10%;
}


























/* classe per far lampeggiare l'oggetto */
.blink {
/*  border: 1px solid red;*/
  animation:1s blinker linear infinite;
  -webkit-animation:1s blinker linear infinite;
  -moz-animation:1s blinker linear infinite;
}
@-moz-keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
 }



