.versioneRilascio:after {
	content: "Css: 73";
	font-size:80%;
	font-style:italic;
	color: #4E4E4E;
}

/* ---------------------------------------- 
* Sfondi "importanti" per le tabelle
* --------------------------------------- */   

.sn-datatable-row-background-e8e8e8
{
	background-color: #e8e8e8 !important;
}

.sn-datatable-row-background-ffffff
{
	background-color: #ffffff !important;
}

/*---------------------------------------------
* Usato nei div di contorno ai radio button
* --------------------------------------- */

div.bordoradio
{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-style: solid;
border-radius: 5px;
border-width: 1px;
border-color:#4d4d4d;
}
 


/* UPLOAD PANEL*/


 .uploadDocuments2RowsHeight .ui-button-text-icon-left .ui-button-text {

     padding: 0px !important; 
     height: 16px  !important;
     visibility: hidden;
     width: 40px  !important;
     
}
 .uploadDocuments2RowsHeight .ui-button-text {
 font-size:smaller;
 }
 
 .uploadDocuments2RowsHeight .ui-fileupload-content {
 	

 	min-height: 61px !important;
    overflow: hidden;

	}
	
 .uploadDocuments2RowsHeight .ui-fileupload-row {
     display: grid !important;  /* Questo mette il bottone x in posizione brutta rispetto alla prog. bar */
	border-bottom: 1px solid;
    padding-top: 5px; 
}
	
.uploadDocuments2RowsHeight .ui-fileupload-row>div {
    padding: 0px 5px !important;  
}

.uploadDocuments2RowsHeight .ui-fileupload-content .ui-button-icon-only {
    margin-top: 9px !important;
    margin-bottom: 4px !important;
}   

.uploadDocuments2RowsHeight .ui-fileupload-files {
    margin: 4px 0 !important; 
    background-color: #6391b7ba !important;	/* ok chrome*/
    background: #6391b7ba !important;	/*explorer ? */
    border: 1px !important;	
    font-weight: bold !important;	
    color: white !important;	
    text-align: center !important;	
    font-size: 10px !important;
    width: 100% !important;
}

 .uploadDocuments2RowsHeight .ui-fileupload-content .ui-progressbar {
    width: 100% !important;	
 }	





 .uploadDocuments2RowsHeight .ui-button-text-icon-left .ui-button-text {

     padding: 0px !important; 
     height: 16px  !important;
     visibility: hidden;
     width: 40px  !important;
     
}
 
 
 .uploadDocuments2RowsHeight .ui-fileupload-content {
 	
	
 	min-height: 60px !important;
    overflow: hidden;

	}
	
 .uploadDocuments2RowsHeight .ui-fileupload-row {
     display: grid !important;  /* Questo mette il bottone x in posizione brutta rispetto alla prog. bar */
	border-bottom: 1px solid;
    padding-top: 5px; 
}
	
.uploadDocuments2RowsHeight .ui-fileupload-row>div {
    padding: 0px 5px !important;  
}

.uploadDocuments2RowsHeight .ui-fileupload-content .ui-button-icon-only {
    margin-top: 9px !important;
    margin-bottom: 4px !important;
}   

.uploadDocuments2RowsHeight .ui-fileupload-files {
    margin: 4px 0 !important; 
    background-color: #6391b7ba !important;	/* ok chrome*/
    background: #6391b7ba !important;	/*explorer ? */
    border: 1px !important;	
    font-weight: bold !important;	
    color: white !important;	
    text-align: center !important;	
    font-size: 10px !important;
    width: 100% !important;
}

 .uploadDocuments2RowsHeight .ui-fileupload-content .ui-progressbar {
    width: 100% !important;	
 }	
 


 .uploadFileFlussi .ui-button-text-icon-left .ui-button-text {

     padding: 0px !important; 
     height: 16px  !important;
     visibility: hidden;
     width: 40px  !important;
     
}
 
 
 .uploadFileFlussi .ui-fileupload-content {
 
 	min-height: 98px !important;
    overflow: hidden;

	}
	
 .uploadFileFlussi .ui-fileupload-row {
     display: grid !important;  /* Questo mette il bottone x in posizione brutta rispetto alla prog. bar */
	border-bottom: 1px solid;
    padding-top: 5px; 
}
	
.uploadFileFlussi .ui-fileupload-row>div {
    padding: 0px 5px !important;  
}

.uploadFileFlussi .ui-fileupload-content .ui-button-icon-only {
    margin-top: 9px !important;
    margin-bottom: 4px !important;
}   

.uploadFileFlussi .ui-fileupload-files {
    margin: 4px 0 !important; 
    background-color: #6391b7ba !important;	/* ok chrome*/
    background: #6391b7ba !important;	/*explorer ? */
    border: 1px !important;	
    font-weight: bold !important;	
    color: white !important;	
    text-align: center !important;	
    font-size: 10px !important;
    width: 100% !important;
}

 .uploadFileFlussi .ui-fileupload-content .ui-progressbar {
    width: 100% !important;	
 }	

/*  .uploadFileFlussi .ui-fileupload-progress { */
/*  	width:30%; */
/*  } */
 

 
.radioSoftnet
{
	width:100%;
	border-spacing: 0px;
	margin-left: 2px;
	/*font-size: 85%;*/
} 
.radioSoftnet5Button  td {
	width: 20%;
}
.radioSoftnet4Button  td {
	width: 25%;
	
}
.radioSoftnet3Button  td {
	width: 33%;
	
}
.outputPanelSoftnet {
	border: 1px solid;border-color: #cccccc;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
}

.outputPanelSoftnetSolid {
	border: 1px solid;
	border-color: #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: linear-gradient(to bottom, #f7f7f7, #eaeaea);
	padding: 4px;
}



 
 
/* --------------------------------------- 
* Invece di nascondere le stringhe che non
* entrano nelle colonne, le spezza
* --------------------------------------- */
body {
	word-wrap: break-word;
}

td {
	white-space: normal !important;
}

/* --------------------------------------- 
* Centra verticalmente tutto
* --------------------------------------- */
.centratoVerticalmente {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.customDarkTitleBar>.ui-panel-titlebar {
/* 	/*background: #70c1fe;*/ */
/* 	background-image: linear-gradient(to bottom, #AED0EA, #70c1fe) */
/* 		!important; */
/* 	color: #4E4E4E; */
}

.customRedTitleBar>.ui-panel-titlebar {
	
/* 	background-image: linear-gradient(to bottom, #eae5ae, #febf70) !important; */
/* 	color: #4E4E4E; */
}

/* --------------------------------------- 
 * Panel softnet (senza padding)
 * --------------------------------------- */
 
.panelSoftnet {
	
}

.panelSoftnetCentered {
	text-align: center;
}

.panelSoftnet .ui-panelgrid-even {
	border-style: hidden;
	background-image: none;
	background: none;
}

.panelSoftnet .ui-panelgrid-odd {
	border-style: hidden;
	background-image: none;
	background: none;
}

.panelSoftnet .ui-panelgrid-cell {
	border-style: hidden;
}

/* --------------------------------------- 
 * Panel softnet (con padding)
 * --------------------------------------- */
 
.panelSoftnetPadding {
	
}

.panelSoftnetPadding .ui-panelgrid-even {
	border-style: hidden;
	background-image: none;
	background: none;
}

.panelSoftnetPadding .ui-panelgrid-odd {
	border-style: hidden;
	background-image: none;
	background: none;
}

.panelSoftnetPadding .ui-panelgrid-cell {
	padding: 10px !important;
	border-style: hidden;
}

/* --------------------------------------- 
 * 
 * --------------------------------------- */
.inputTextSoftnet {
	width: 100%;
}

/* --------------------------------------- 
 * CSS per l'input delle date
 * --------------------------------------- */
 
.dataGiorno input{
	width: 85px;
/* 	background: #dbffb7 !important; */
}

.dataGiornoOra input{
	width: 122px;
/* 	background: #dbffb7 !important; */
}
 
.dataGiornoSize input {
	width: 85px;
}

.dataGiornoOraSize input {
	width: 122px;
}

.dataColors input {
/* 	background: #dbffb7 !important; */
}

.dataGiornoOfferta input {
	width: 92px;
/* 	background: #dbffb7 !important; */
}

/* --------------------------------------- 
 * 
 * --------------------------------------- */
.buttonSmall .ui-button-text {
	height: 20px;
}



.buttonVerySmall {}

.buttonVerySmall .ui-button-text {
	width: 50px;
}

.softnetLabelTitoloPannello
{
	font-weight:bold !important;
}

 /* BOTTONI */   
    
    
.softnetBottoneColorePrincipale {
	color: #ffffff !important;
	background: var(--colorePrincipale)!important;
	border: 1px solid transparent !important;
	font-size: 12px !important;
	-moz-transition: background-color 0.3s !important;
	-o-transition: background-color 0.3s !important;
	-webkit-transition: background-color 0.3s !important;
	transition: background-color 0.3s !important;
}

.softnetBottoneColorePrincipale.ui-state-focus {
	border: 1px solid #ffffff !important;
	outline: none !important;
	background-color: var(--colorePrincipale) !important;
}

    
    
    
 .softnetBottoneBlu {
 
  color: #ffffff !important;
  background: #6391b7 !important;
  border: 1px solid transparent  !important;
  font-size: 12px !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important; }


	
	.softnetBottoneBlu.ui-state-focus {
    border: 1px solid #ffffff!important;
    outline: none  !important;
    background-color:#3d89cc!important;
    }
    
    
.softnetBottoneCeleste {
 
  color: #ffffff !important;
  background: #1d8e4b !important;
  border: 1px solid transparent  !important;
  font-size: 12px !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important; }


 .softnetBottoneVerdeSoloIcona {
 
  color: #ffffff !important;
  background: #1d8e4b !important;
  border: 1px solid transparent  !important;
  font-size: 12px !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important; 
  width: 32px !important;
  }

 .softnetBottoneVerde {
 
  color: #ffffff !important;
  background: #1d8e4b !important;
  border: 1px solid transparent  !important;
  font-size: 12px !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important; 
  }    
 .softnetBottoneRosso {
 
  color: #ffffff !important;
  background: #da5454 !important;
 
 
  border: 1px solid transparent  !important;
  font-size: 12px !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important; }

	.softnetBottoneRosso.ui-state-focus {
    border: 1px solid #ffffff!important;
    outline: none;
    background-color:#f75555!important;
    }


 .softnetBottoneGrigio {
 
  color: #ffffff !important;
  background: #88948d !important;
  border: 1px solid transparent  !important;
  font-size: 12px !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important; }

 .softnetBottoneOro {
 
  color: #ffffff !important;
  background: #FFBF18 !important;
  border: 1px solid transparent  !important;
  font-size: 12px !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important; }

 .softnetBottoneFlussoVariazione {
 
  color: #ffffff !important;
  background: #f4b400 !important;
  border: 1px solid transparent  !important;
  font-size: 12px !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important; }

 .softnetBottoneFlussoAnnullamento {
 
  color: #ffffff !important;
  background: #ff6a6a !important;
  border: 1px solid transparent !important;
  font-size: 12px !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important; }

.softnetBottoneFlussoInserimento {
 
  color: #ffffff !important;
  background: #33b769 !important;
  border: 1px solid transparent !important;
  font-size: 12px !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important; 
  }    


  
/* --------------------------------------- 
 * 
 * --------------------------------------- */

.softnetLabelFlussi {
	
	FONT-WEIGHT: Bold;
    font-size: 13px;
}




.softnetPanelGridBordoGrigio tr {
border-color: #cccccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-style: solid;
border-radius:10px;
border-width: 1px;
}


.softnetPanelGridBordoGrigio td {
	
	border: none !important;
	text-align:center;
}



.labelSopra {
	display: block;
	margin-bottom: 3px;
/* 	font-weight: bold; */
/* 	color: #000040; */
}

.labelInline {
	margin-bottom: 3px;
/* 	font-weight: bold; */
/* 	color: #000040; */
}

.labelCheckbox {
	font-size: 14px !important;
    position: relative;
    top: -4px;
    left: 5px;
    color: #000040;
}

.divLabelBlock {
	display:block;
	margin-bottom: 3px;
}

/* --------------------------------------- 
 * 
 * --------------------------------------- */
.selectRadio label {
	display: block;
	margin-bottom: 3px;
/* 	font-weight: bold; */
/* 	color: #000040; */
}

/* --------------------------------------- 
 * Stili stato dashboard commerciale
 * --------------------------------------- */
.statoRosso {
	color: red;
	vertical-align: center;
}

.statoVerde {
	color: green;
	vertical-align: center;
}

.statoGiallo {
	color: yellow;
	vertical-align: center;
}

/* --------------------------------------- 
 * 
 * --------------------------------------- */
.pannelloAvviso {
	color: #ffffff;
	background-color: rgba(224, 0, 0, 0.43);
}

.pannelloAvviso tr {
	color: #ffffff;
	background-color: rgba(224, 0, 0, 0.43);
	border-color: rgba(224, 0, 0, 0.43);
	border-style: hidden;
}

.pannelloAvviso td {
	text-align: center;
	color: #ffffff;
	background-color: rgba(224, 0, 0, 0.43);
	border-color: rgba(224, 0, 0, 0.43);
	border-style: hidden;
}

/* --------------------------------------- 
 * 
 * --------------------------------------- */
.elencoAzioni {
	vertical-align: bottom;
	margin-left: 5px;
	display: inline-block;
}

/* --------------------------------------- 
 * 
 * --------------------------------------- */
 
.divBordo {
	border-style: solid;
	border-width: thin;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	border-color: #c1c1c1;
}

.divSenzaBordoPerAllineamento {
	padding: 5px;
}

.divMain {
	border-style: solid;
	border-width: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	border-color: #858d9a;
}

/* --------------------------------------- 
 * Div per visualizzare gli errori/avvisi
 * --------------------------------------- */
.divAlert {
	border-style: solid;
	border-width: thin;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	border-color: red;
	background-color: pink;
}

.ui-datalist {
	text-align: left;
}

.tableSoftnet {
	
}

.tableSoftnet td {
	background-color: none;
}

.backgroundLemonchiffon {
	background: lemonchiffon !important;
}

.backgroundLastModified {
	background: #fdec92 !important;
}

.backgroundReserved {
	background: #ffeacf !important;
}

.backgroundNotBoarded {
	background: #ffabab !important;
}



.fontSub {
	font-size: 300%;
}

/* ................... PannelloColorato ................... */

.panelPrimo {
	
}

.panelPrimo .ui-panelgrid-even {
	border-style: hidden;
	background-image: none;
}

.panelPrimo .ui-panelgrid-odd {
	border-style: hidden;
	background-image: none;
}

.panelPrimo .ui-panelgrid-cell {
	border-style: hidden;
}



.rigaCosto {
	font-weight: bold;
	color: red;
}

.rigaRicavo {
	font-weight: bold;
	color: green;
}

/* --------------------------------------- 
 * Definiesce l'altezza dei pannelli
 * nella pagina della prefattura
 * --------------------------------------- */
.pannelliAltiPrefattura {
	/*height: 100px;*/
	
}


/* --------------------------------------- 
*  divFiltro
* --------------------------------------- */
.divFiltro {
	width: 200px;
	border-style: dashed;
	border-width: thin;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	border-color: #AED0EA;
}

/* --------------------------------------- 
*  Centra nella pagina
* --------------------------------------- */
.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
}

/* --------------------------------------- 
*  Pannello di login
* --------------------------------------- */
.outputPanelLogin {
	position: fixed;
	top: 40%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
	width: 400px;
	border-style: solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 30px;
	border-width: 1px;
	border-color: #424548;
	background-color: #f2f1f1;
	-webkit-box-shadow: 10px 10px 9px -4px rgba(212, 212, 255, 1);
	-moz-box-shadow: 10px 10px 9px -4px rgba(212, 212, 255, 1);
	box-shadow: 10px 10px 9px -4px rgba(212, 212, 255, 1);
}

/* --------------------------------------- 
*  Pannello di login
* --------------------------------------- */
.authUserLogin {
	border-style: solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 10px;
	border-width: 1px;
	border-color: #AED0EA;
	padding: 5px;
	background-color: #F3FAFF;
}

.imageLogin {
	border-style: solid;
	border-width: 1px;
	border-color: #818386;
}


/* --------------------------------------- 
*  Ancora da gestire
* --------------------------------------- */
.divDaGestire {
	border-style: solid;
	border-width: thin;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	border-color: #FF0000;
}

.divDaGestireAncora {
	border-style: solid;
	border-width: thin;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	border-color: #ff8000;
}



/* --------------------------------------- 
*  Campo obbligatorio
* --------------------------------------- */
.campoObbligatorio {
	/*border-style: solid;*/
	/*border-width: thin;*/
	/*-webkit-border-radius: 5px;*/
	/*-moz-border-radius: 5px;*/
	/*border-radius: 5px;*/
	/*padding: 5px;*/
	/*border-color: #FF0000;*/
	
}

.campoObbligatorio .ui-outputlabel {
	color: crimson;
}

.campoObbligatorioLabel {
	color: crimson;
}



/* --------------------------------------- 
* Customizzazione
* --------------------------------------- */

/*
.ui-panel {
	background: bisque;
}

.ui-panel-titlebar {
	background: bisque !important;
    border-style: none;
}
*/
textarea {
/* 	width: 509px; */
/* 	height: 75px; */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b5b5b5;
	background-color: #ffffdb;
	padding: 3px;
}

/* --------------------------------------- 
* Altezza minima righe tabella in Fattura
* --------------------------------------- */
.altezzaMinima {
	height: 37px;
}

/* --------------------------------------- 
* RowExpansion del tab Security
* --------------------------------------- */
.rowExpansionSecurity {
	background: #FFF8D3;
}

#tabViewMainMenu:formDashOperativo:tabViewDashOperativo:tabMain {
	background: yellow;
}

/* --------------------------------------- 
* Riga con la sigla del contenitore nel
* tab Contenitore
* --------------------------------------- */
.rigaSiglaContenitore {
	background: #FFF8D3;
}

/* --------------------------------------- 
* Css per le tabelline secondarie che 
* hanno un header colorato diversamente
* --------------------------------------- */
.tableSecondary thead tr th {
	background: #F9FAFB !important;
}

/* --------------------------------------- 
* Stile della versione
* --------------------------------------- */
.dicituraVersione {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	height: 16px;
	vertical-align: super;
	background-color: #F3F3F3;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #CECECE;
}

/* --------------------------------------- 
* Iconcine permessi verde e rossa
* --------------------------------------- */
.abilitato {
	display: inline-block;
	background-color: #C1FFC1;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #7AFF3F;
}

.nonAbilitato {
	display: inline-block;
	background-color: #FFDFDF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #FFB7B7;
}

.disabilitato {
	display: inline-block;
	background-color: grey;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #7AFF3F;
}



/* --------------------------------------- 
* Quando in una colonna c'� solamente un 
* icona con un bottone, e questa colonna
* si trova nel lato destro della finestra
* a causa di un baco c'�uno spazio brutto
* a sinistra. Usando questo stile per la 
* colonna, questa viene correttamente
* dimensionata in modo che questa cosa
* brutta non si veda
* --------------------------------------- */
.columnIconOnly {
	text-align: center;
	width: 44px;
}


/* --------------------------------------- 
* Bordo degli eventi nel calendario
* --------------------------------------- */
.fc-event {
	border-color: dimgrey;
}




/* --------------------------------------- 
* Bottoni
* --------------------------------------- */

/* --------------------------------------- 
* Stile di tutti i bottoni
* --------------------------------------- */

.buttonSoftnet {
	width:115px;
	margin-left:5px;
	margin-right:5px;
}

.largeButtonSoftnet {
	width:165px;
	margin-left:5px;
	margin-right:5px;
}

.miniButtonSoftnet {
	width:25px;	
}

/* --------------------------------------- 
* ManyButtons
* --------------------------------------- */

.bottoniOpzioni .ui-selectonebutton .ui-button {
	margin: 3px;
	width: 120px;
	height: 30px
}



/* --------------------------------------- 
 * Panel wizard apertura pratica
 * --------------------------------------- */
.panelWizard {
	
}

.panelWizard tr {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.panelWizard .ui-panelgrid-even {
	background-image: none;
	background: none;
}

.panelWizard .ui-panelgrid-odd {
	background-image: none;
	background: none;
}

.panelWizard .ui-panelgrid-cell {
	border-style: hidden;
	padding: 5px;
}

/* --------------------------------------- 
 * Etichetta carina
 * definire in loco: border-color: red; background: blue; color: green;
 * --------------------------------------- */
 
 .eticchettaDaColorare {
	font-size: 12px;
	padding: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	top: 1px;
	position: relative;
}


/* --------------------------------------- 
 * Etichetta che sembra un bottone
 * --------------------------------------- */
.eticchettaGrigia {
	margin-right: 13px;
	font-size: 12px;
	background: #EFEFEF;
	border-color: #CECECE;
	color: #656565;
	padding: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	top: 1px;
	position: relative;
}

/* --------------------------------------- 
 * Picklist Template colonne
 * --------------------------------------- */
.picklistTemplate .ui-picklist-list {
	height: 162px;
}

/* --------------------------------------- 
 * Stile bottoni in linea
 * --------------------------------------- */
.buttonTemplate {
	margin-top: 4px;
	margin-right: 6px;
	width: 150px;
}

/* --------------------------------------- 
 * Stile delle tabelle delle ricerche
 * della dashboard commerciale
 * --------------------------------------- */
.tableDashCommerciale {
	/*margin-top: 11px;*/
}

/* --------------------------------------- 
 * Quando il pannello di selezione sub
 * � ridotto, la sub selezionata appare
 * con questo stile
 * --------------------------------------- */
.mignonSubSelezionata {
	background-color: #4fa9ec;
	color: white;
	padding-left: 6px;
	padding-right: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #2694e8;
}

/* --------------------------------------- 
 * 
 * --------------------------------------- */
.profondita {
	text-align: left;
	padding: 8px !important;
	font-size: 150%;
	background-color: #e0eef7;
}

.profonditaEvidenziata {
	background-color: #8dcff1;
}

/* --------------------------------------- 
 * Workflow
 * --------------------------------------- */
.workflowConferma .ui-state-active {
	background: green;
}

.workflowConferma {
	background: red;
}

.sottoTabellaEspansa table td {
	background-color: #fff8d3;
}

/* --------------------------------------- 
 * Bottoni di selezione sub mignon
 * --------------------------------------- */
 
.bottonePaddingRidotto {
	width:20px;
}
 
.bottonePaddingRidotto .ui-button-text {
	padding-left: 5px;
	font-size: 170%;
	font-weight: bold;
}

.bottonePaddingRidottoMaggioreDieci {
	width:20px;
}
 
.bottonePaddingRidottoMaggioreDieci .ui-button-text {
	padding-left: 3px;
	font-size: 110%;
	font-weight: bold;
}






/* --------------------------------------- 
 * Righe colorate
 * --------------------------------------- */

.tariffaAssociata {
	background-color: #ffb6b6 !important;
	background-image: none !important;
	color: #000000 !important;
}

.rigaEvidenziata {
	background-color: antiquewhite;
	background-image: none !important;
	color: #000000 !important;
}


/* --------------------------------------- 
 * Stili delle barre progresso
 * --------------------------------------- */

.barDefault .ui-progressbar-value {
    background: lightgreen !important;
    border-color: limegreen;
}

.barDefault .ui-progressbar-label {
    color: forestgreen;
}

.barAllarme .ui-progressbar-value {
    background: lightcoral !important;
    border-color: crimson;
}

.barAllarme .ui-progressbar-label {
    color: white;
}


/* --------------------------------------- 
 * Lunghezza combo fattura
 * --------------------------------------- */
 
 .lunghezzaComboFattura {
 	width:250px;
 }
 
 /* --------------------------------------- 
 * Stile div pannelli container (per allineare
 * i bottoni "action"
 * --------------------------------------- */
 
 .pannelliContainer {
 	height:552px;
 }
 
 /* --------------------------------------- 
 * Personalizzazione del confirm dialog
 * --------------------------------------- */
 
.softnetConfirmDialog .ui-dialog-content {
	font-size:140%;
	text-align: left;
	padding: 24px;
	display: flex;
	
/* 	background: url(../resources/images/sfondoConfirmDialog.png) no-repeat; */
}

.softnetNotificaDialog .ui-dialog-content {
	font-size:140%;
	text-align: left;
	padding: 24px;
	display: flex;
/* 	background: url(../resources/images/sfondoConfirmDialog.png) no-repeat; */
}

.softnetConfirmDialog .ui-dialog-content .ui-confirm-dialog-severity {
	display: none;
}

.softnetConfirmDialog .ui-dialog-content .ui-confirm-dialog-message {
	margin-left: 70px;
}
  

 /* --------------------------------------- 
 * Stile per rendere l'idea di un header
 * in un panelGrid
 * --------------------------------------- */

.panelGridHeaderRow td {
	background-color:#FFF8D3;
}

 /* --------------------------------------- 
 * Evidenzia un errore nel campo
 * --------------------------------------- */
 
.fieldError {
    border-color: firebrick !important;
    background: #f7d7dc !important;
}

.fieldWarning {
	border-color: orange !important;
    border-width: 1px !important;
    color: #69470a !important;
    font-weight: bold !important;
    background: #ffff74 !important;
}

 


/* --------------------------------------- 
 * Panel softnet (senza padding)
 * --------------------------------------- */
 
 .panelSoftnet {
	
}

.panelSoftnetCentered {
	text-align: center;
}

.panelSoftnet .ui-panelgrid-even {
	border-style: hidden;
	background-image: none;
	background: none;
}

.panelSoftnet .ui-panelgrid-odd {
	border-style: hidden;
	background-image: none;
	background: none;
}

.panelSoftnet .ui-panelgrid-cell {
	border-style: hidden;
}

.linkBox12 {
/* 	padding:5px; */
/* 	margin:10px; */
	height:150px;
	-webkit-box-shadow: 10px 10px 9px -4px rgba(212, 212, 255, 1);
	-moz-box-shadow: 10px 10px 9px -4px rgba(212, 212, 255, 1);
	box-shadow: 10px 10px 9px -4px rgba(212, 212, 255, 1);
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #757575;
}

.linkBox {
	padding:5px;
	margin:10px;
	width:210px;
	height:150px;
	-webkit-box-shadow: 10px 10px 9px -4px rgba(212, 212, 255, 1);
	-moz-box-shadow: 10px 10px 9px -4px rgba(212, 212, 255, 1);
	box-shadow: 10px 10px 9px -4px rgba(212, 212, 255, 1);
	cursor: pointer;
}

.linkBoxNoPointer {
	padding:5px;
	margin:10px;
	width:210px;
	height:150px;
	-webkit-box-shadow: 10px 10px 9px -4px rgba(212, 212, 255, 1);
	-moz-box-shadow: 10px 10px 9px -4px rgba(212, 212, 255, 1);
	box-shadow: 10px 10px 9px -4px rgba(212, 212, 255, 1);
}

/* --------------------------------------- 
 * Stile per icone accando alle label
 * dei campi
 * --------------------------------------- */

.iconaWarning {
 	color:#ffbe00;
 }
 
 .iconaBlock {
 	color:red;
 }
 
 
/* --------------------------------------- 
 * Sfondo dei "bottoni" che compongono il 
 * menu
 * --------------------------------------- */
 
.bottoniMenu {
	border-style: none;
}
 
.bottoniMenu>.ui-panel-titlebar {
    padding-top: 10px;
    height: 70px;
    width: 105px;
	background-image: linear-gradient(to bottom, #bfbfbf, #8a939f) !important;
	border-style: none;
	margin: 0px;
}

.bottoniMenu>.ui-panel-titlebar>.ui-panel-title {
	margin: 0px;
	font-size:13px;
}

/* --------------------------------------- 
 * Rimuove la sottolineatura dai link
 * --------------------------------------- */

.rimuoveSottolinaturaLink {
	text-decoration: none;
}

/* --------------------------------------- 
 * Icone del menu in alto
 * --------------------------------------- */
 
 .iconeMenuAlto {
 	margin-right: 6px;
    font-size: 11px;
 }
 

 /* --------------------------------------- 
 * Bottone per il filtro eventi di sistema
 * nei Log
 * --------------------------------------- */
 
.bottoneSottileEventiDiSistema .ui-button-text {
	position: relative;
	top: -3px;
}

/* --------------------------------------- 
 * Small table Homepage
 * --------------------------------------- */

.softnetLink {
	text-decoration:none;
	padding:3px;
}

.softnetLink label {
	cursor: pointer;
}

.softnetLink:hover {
	background-color:rgb(66, 69, 72);
	color:white;
}

.softnetImageLink {
	text-decoration:none;
}

.softnetIconLink {
	text-decoration:none;
}

.dialogFullscreen {
	width:90% !important;
	height:90% !important;
}


/* Parametro tecnico obbligatorio */

 .eticchettaDaColorare_parametroObbligatorio {
 	font-size: 15px;
	padding: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	top: 1px;
	position: relative;
	background:red;
}


/* Hover per overlay */

.hoverLabel {
}

.hoverLabel:hover {
	background-color:rgb(66, 69, 72);
	color:white;
}

/* --------------------------------------- 
 * Contatto in disuso
 * --------------------------------------- */

.rowInDisuso {
	background: #989898 !important;
    color: #ffffff;
}

/* --------------------------------------- 
* Selezione delle righe in tabella
* --------------------------------------- */

.tableSelectionNotVisible .ui-datatable-data>.ui-datatable-even.ui-state-hover {
	background: white !important;
	color: black !important;
    box-shadow: none !important;
	cursor: default;
}

.tableSelectionNotVisible .ui-datatable-data>.ui-datatable-odd.ui-state-hover {
	background: #f2f1f1 !important;
	color: black !important;
	box-shadow: none !important;
	cursor: default;
}

.ui-datatable-data .ui-state-hover a {
	color: black !important;
	text-decoration: underline;
}

/*.ui-datatable-data .ui-state-highlight {*/

.tableSelectionNotVisible .ui-datatable-even.ui-state-highlight {
	background: white !important;
	color: black !important;
	border: 1px solid #cccccc !important;
}

.tableSelectionNotVisible .ui-datatable-odd.ui-state-highlight {
	background: #f2f1f1 !important;
	color: black !important;
	border: 1px solid #cccccc !important;
}

.softnetDatatableHighlight {
/*     border: 2px solid #6391b7; */
	border: 1px solid #aaaaaa;
    background-color: #dbe5ee !important;
}

.softnetDatatableHighlight .sn-datatable-column {
/*     border: 2px solid #6391b7; */
	/*border: 1px solid #aaaaaa;*/
    background-color: #dbe5ee !important;
}

.softnetDatatableHighlight .ui-icon{
    background-image: url(/SOFTNETWEB/javax.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-home) !important;
    background-color: #6391b7 !important;
}

.softnetDatatableGrey {
/*     border: 2px solid #6391b7; */
	border: 1px solid #aaaaaa;
    background-color: #eaeaea !important;
}

.panelFixUiRepeat tr {
	border-style: hidden;
    background-image: none;
    background: none;
 	color: black;   
}

/* --------------------------------------- 
* Piccolo dialog
* --------------------------------------- */

.smallSoftnetDialog .ui-dialog-content {
	background:lemonchiffon;
	padding:15px;
}

/* --------------------------------------- 
* Dialog errore
* --------------------------------------- */

.errorSoftnetDialog .ui-dialog-content {
/* 	background:#ffd4d4; */
/* 	padding:15px; */
}


/* --------------------------------------- 
* PanelGrid header column
* --------------------------------------- */

.panelGridHeaderColumn {
	border: 1px solid #68727B;
	background: linear-gradient(to bottom, #a0a0a0, #707885);
	font-weight: normal;
	color: #ffffff;
	text-align:center;
}
/*
.ui-datatable-scrollable-theadclone {
	display:none;
}
*/
/* --------------------------------------- 
* PanelGrid con bordo
* --------------------------------------- */

.panelGridBorder tr {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #c1c1c1 !important;
}

.panelGridBorder td {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #c1c1c1 !important;
}


/* --------------------------------------- 
* Circle
* --------------------------------------- */

.numberCircle {
	background: #4ac100;
    font-weight: bold;
	border-radius: 50%;
    behavior: url(PIE.htc);
    width: 23px;
    height: 20px;
    padding: 3px 0px 0px 0px;
    /*background: #fff;*/
    /* border: 2px solid #666; */
    color: #fff;
    text-align: center;
    font: 16px Arial, sans-serif;
}

.numberCircleSmall {
	background: #4ac100;
    font-weight: bold;
	border-radius: 50%;
    behavior: url(PIE.htc);
    width: 14px;
    height: 14px;
    padding: 2px 2px 2px 2px;
    /*background: #fff;*/
    /* border: 2px solid #666; */
    color: #fff;
    text-align: center;
    font: 16px Arial, sans-serif;
}

/* --------------------------------------- 
* Anteprima dei messaggi
* --------------------------------------- */

.alertsPreview {
	background:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:none;
	/*margin-top:40px;*/
}

.alertsPreview .ui-dialog-content {
	background:none;
}

.alertPreviewMessage {
	border-radius: 0px 0px 5px 5px;
/* 	border: 1px solid #b1b1b1; */
	padding:5px 5px 1px 5px;
	background:#fff8c8;
	text-align: left;
	box-shadow: rgb(107, 107, 107) 7px 7px 9px -4px;
	text-decoration: none;
}

.alertPreviewMessageHeader {
	border-radius: 5px 5px 0px 0px;
/* 	border: 1px solid #b1b1b1; */
	padding:2px 5px 2px 5px;
	background:#d6cd91;
	text-align: left;
	box-shadow: rgb(107, 107, 107) 7px 7px 9px -4px;
	text-decoration: none;
}

.alertPreviewSeeAlso {
	width: 146px;
	border-radius: 5px 5px 5px 5px;
/* 	border: 1px solid #b1b1b1; */
	padding:2px 0px 3px 10px;
	background:#424548;
	text-align: left;
	box-shadow: rgb(107, 107, 107) 7px 7px 9px -4px;
	text-decoration: none;
	margin-right: 5px;
	margin-top: 10px;
    font-weight: bold;
    cursor: pointer;
}

.alertPreviewSeeAlso * {
	cursor: pointer;
}

.alertPreviewSeeAlso:hover {
	background:#7e848d;
	
}

.alertPreviewMessage * {
	cursor: pointer;
}

.alertPreviewMessage:hover {
	background: #dbe4ff;
	cursor: pointer;
}

/**/ 

.card {
	padding: 4px;
	margin: 3px 6px 3px 6px;
	background: white !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cardFiltri {
	padding: 2px;
	margin: 0px;
	background: #6391b712 !important;/* white;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.materialCard {
	border: 0.5px solid #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.materialShadowLev1Horizontal {
	-webkit-box-shadow: 0px 3px 10px 0px rgba(184, 184, 184, 1);
	-moz-box-shadow: 0px 3px 10px 0px rgba(184, 184, 184, 1);
	box-shadow: 0px 3px 10px 0px rgba(184, 184, 184, 1);
	margin-bottom: 7px;
}

.materialShadowLev0 {
	-webkit-box-shadow: 1px 1px 3px rgba(184, 184, 184, 1) !important;
	-moz-box-shadow: 1px 1px 3px rgba(184, 184, 184, 1) !important;
	box-shadow: 1px 1px 3px rgba(184, 184, 184, 1) !important;
	margin: 2px;
}

.materialShadowLev1 {
	-webkit-box-shadow: 2px 2px 10px 0px rgba(148, 148, 148, 1) !important;
	-moz-box-shadow: 2px 2px 10px 0px rgba(148, 148, 148, 1) !important;
	box-shadow: 2px 2px 10px rgba(148, 148, 148, 1) !important;
	margin: 3px;
}

.materialShadowLev2 {
	-webkit-box-shadow: 5px 5px 10px 0px rgba(148, 148, 148, 1) !important;
	-moz-box-shadow: 5px 5px 10px 0px rgba(148, 148, 148, 1) !important;
	box-shadow: 5px 5px 10px 0px rgba(148, 148, 148, 1) !important;
}

.materialShadowLev3 {
	-webkit-box-shadow: 7px 7px 14px 0px rgba(148, 148, 148, 1) !important;
	-moz-box-shadow: 7px 7px 14px 0px rgba(148, 148, 148, 1) !important;
	box-shadow: 7px 7px 14px 0px rgba(148, 148, 148, 1) !important;
}

.materialMegaMenu {
	border: none;
	padding: 0px;
	background: none;
	min-width: 130px;
}

.materialMegaMenu .ui-menuitem-icon {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	color: grey;
}

.materialMegaMenu .ui-menuitem-text {
	margin-right: 0px;
}

.materialMegaMenu .ui-menuitem {
	margin: 0px;
}

.materialMegaMenu .ui-widget-header {
	display: none;
}

.materialMegaMenu .ui-menu-parent .ui-menu-child {
	border-top: 3px solid #298ac1;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: 4px;
	padding: 0px !important;
	width: 150px !important;

	/*	top: 50px !important;*/
}
/*
.materialMegaMenu .ui-menu-parent .ui-menu-child:before {
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #298ac1;
	content: " ";
	position: absolute;
	top: -8px;
	left: 20px;
}
*/
.materialMegaMenu .ui-menu-child .ui-menuitem li.active-menuitem>a {
	color: #455a64;
	background-color: #e8e8e8;
	border-left-color: #455a64;
}

.test {
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #298ac1;
	content: " ";
	position: absolute;
	top: 201px;
	left: 20px;
}

.materialMegaMenu .ui-menu-parent .ui-menu-child table {
	border-spacing: 0px;
}

.materialMegaMenu .ui-menu-child .ui-menuitem-link {
	padding: 5px;
	width: 100%;
}

.materialMegaMenu .ui-menu-child .ui-menuitem-link:hover {
	padding: 5px;
}

.materialMegaMenu .ui-menuitem-link {
	padding: 5px 10px;
	font-size: 13px;
}

.materialMegaMenu .ui-state-hover {
	padding: 5px 10px;
	background: #f4f4f4;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.materialMegaMenu .ui-menuitem-link:hover {
	padding: 5px 10px;
	background: #f4f4f4;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.materialPanelGrid td {
	padding: 0px !important;
}

.ui-datatable-scrollable-body {
/*    -webkit-transition: height 250ms;  */
/*    transition: height 250ms;  */
}

/* --------------------------------------- 
* Illumina un elemento del menu
* --------------------------------------- */

.menuSelected {
	background: #b1ddea;
}


/* --------------------------------------- 
* sullo stile della personalizzazione marittima adesso proviamo su menu normale per primo utilizzo demo saimare
* --------------------------------------- */

.materialMenu {
	border: none;
	padding: 0px;
	/*background: none;*/
	min-width: 300px;
	top: 49px!important;
}

.materialMenu .ui-menuitem-icon {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	font-size: 18px;
    color: #b1b0b0;  
    width: 20px; 
    text-align: center;
    
}

.materialMenu .ui-menuitem-text {
	margin-right: 0px;
	margin-left: 10px;
}

.materialMenu .ui-menuitem {
	margin: 0px;
}

.materialMenu .ui-widget-header { 
    border-top: 1px solid rgba(184, 184, 184, 1);
    border-bottom: 1px solid rgba(184, 184, 184, 1);;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    padding: 0px !important;
    /* width: 150px !important; */
    /* background-color: #ce1616!important; */
    background: #f3f3f3!important;
    font-size: 14px;
    color: #585858;
}

.materialMenu .ui-menu-parent .ui-menu-child {
	border-top: 3px solid #298ac1;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: 4px;
	padding: 0px !important;
	width: 300px !important;

	/*	top: 50px !important;*/
}

/*
.materialMenu .ui-menuitem-link .ui-menuitem-icon, .ui-menu .ui-submenu-icon {

	font-size: 18px;
    color: #b7b7b7;    
   top: 2px!important; 
}
*/
/*
.materialMenu .ui-menu-parent .ui-menu-child:before {
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #298ac1;
	content: " ";
	position: absolute;
	top: -8px;
	left: 20px;
}
*/
.materialMenu .ui-menu-child .ui-menuitem li.active-menuitem>a {
	color: #455a64;
	background-color: #e8e8e8;
	border-left-color: #455a64;
}



.materialMenu .ui-menu-parent .ui-menu-child table {
	border-spacing: 0px;
}

.materialMenu .ui-menu-child .ui-menuitem-link {
	padding: 5px;
	width: 100%;
}

.materialMenu .ui-menu-child .ui-menuitem-link:hover {
	padding: 5px;
}

.materialMenu .ui-menuitem-link {
	padding: 5px 10px;

	color: #616060;
	font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.materialMenu .ui-state-hover {
	padding: 5px 10px;
	background: #f4f4f4;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.materialMenu .ui-menuitem-link:hover {
	padding: 5px 10px;
	background: #f4f4f4;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* --------------------------------------- 
* Stile del context menu (20200806)
* --------------------------------------- */

.materialContextMenu {
	border: none;
	padding: 0px;
	/*background: none;*/
}

.materialContextMenu .ui-menuitem-icon {
	margin-left: -1px;
	margin-right: 5px;
	margin-top: 2px;
	font-size: 18px; 
    width: 20px; 
    text-align: center;
    
}

.materialContextMenu .ui-menuitem-text {
	margin-right: 0px;
	margin-left: 2px;
}

.materialContextMenu .ui-menuitem {
	margin: 0px;
}

.materialContextMenu .ui-widget-header { 
    border-top: 1px solid rgba(184, 184, 184, 1);
    border-bottom: 1px solid rgba(184, 184, 184, 1);;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    padding: 0px !important;
    /* width: 150px !important; */
    /* background-color: #ce1616!important; */
    background: #f3f3f3!important;
    font-size: 14px;
    color: #585858;
}

.materialContextMenu .ui-menu-parent .ui-menu-child {
	border-top: 3px solid #298ac1;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: 4px;
	padding: 0px !important;
	width: 100% !important;

	/*	top: 50px !important;*/
}

/*
.materialContextMenu .ui-menuitem-link .ui-menuitem-icon, .ui-menu .ui-submenu-icon {

	font-size: 18px;
    color: #b7b7b7;    
   top: 2px!important; 
}
*/
/*
.materialContextMenu .ui-menu-parent .ui-menu-child:before {
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #298ac1;
	content: " ";
	position: absolute;
	top: -8px;
	left: 20px;
}
*/
.materialContextMenu .ui-menu-child .ui-menuitem li.active-menuitem>a {
	color: #455a64;
	background-color: #e8e8e8;
	border-left-color: #455a64;
}



.materialContextMenu .ui-menu-parent .ui-menu-child table {
	border-spacing: 0px;
}

.materialContextMenu .ui-menu-child .ui-menuitem-link {
	padding: 5px;
	width: 92%;
}

.materialContextMenu .ui-menu-child .ui-menuitem-link:hover {
	padding: 5px;
	border-radius: 4px;
}

.materialContextMenu .ui-menuitem-link {
	padding: 5px 10px;

	color: #616060;
	font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    
    width: 100%;
  	width: -moz-available;          
  	width: -webkit-fill-available; 
 	width: stretch;   
}

.materialContextMenu .ui-state-hover {
	padding: 5px 10px;
	background: #f4f4f4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.materialContextMenu .ui-menuitem-link:hover {
	padding: 5px 10px;
	background: #f4f4f4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}



/* --------------------------------------- 
* Evidenzia il bottone della selezione
* multipla
* --------------------------------------- */

.selezioneCsvEffettuata .ui-button {
	background:#ffd94f !important;
}

.selezioneCsvEffettuata .ui-icon {
	color: black;
}

.selezioneCsvEffettuata .ui-inputfield {
	background: #fffcab !important;
}

/* --------------------------------------- 
* Margin and padding
* --------------------------------------- */

.marginAndPadding {
	margin: 3px;
	padding: 3px;	
}

/* --------------------------------------- 
* ...
* --------------------------------------- */

.softnet-sottotitolo {
	display: block;
	width: 100%;
	font-size: 80%;
	color: #777777;
}

/* --------------------------------------- 
* ...
* --------------------------------------- */

.dashboard .giacenza-piazzale .ui-panel-titlebar i {
	margin-right: 5px;
}

/*
  .dashboard .giacenza-piazzale .ui-panel:last-child {
  margin-top: 4px; }
  */
.dashboard .giacenza-piazzale .ui-panel.no-pad .ui-panel-content {
	padding: 0 !important;
}

/*
.dashboard .giacenza-piazzale .ui-panel-content {
  min-height: 291px;
  overflow: auto; 
 }
*/
.dashboard .giacenza-piazzale table {
	width: 100%;
	border-collapse: collapse;
}

.dashboard .giacenza-piazzale table td {
	padding: 10px 15px;
}

.dashboard .giacenza-piazzale table td.col-overview {
	max-width: 48px;
}

.dashboard .giacenza-piazzale table td.col-overview div {
	color: #ffffff;
	text-align: center;
	-moz-border-radius: 15%;
	-webkit-border-radius: 15%;
	border-radius: 15%;
	font-size: 16px;
	width: 70px;
	height: 42px;
	line-height: 44px;
}

.dashboard .giacenza-piazzale table td.col-overview.col-auto div {
	background-color: #457fca;
}

.dashboard .giacenza-piazzale table td.col-overview.col-truck div {
	background-color: #5cb85c;
}

.dashboard .giacenza-piazzale table td.col-overview.col-sfuso div {
	background-color: #f0cb27;
}

.dashboard .giacenza-piazzale table td.col-overview.col-container div {
	background-color: #d9534f;
}

.dashboard .giacenza-piazzale table td.col-overview.col-wait div {
	background-color: #d9534f;
}

.dashboard .giacenza-piazzale table td.col-overview.col-success div {
	background-color: #5cb85c;
}

.dashboard .giacenza-piazzale table td.col-overview.col-delay div {
	background-color: #f0ad4e;
}

.dashboard .giacenza-piazzale table td.col-overview.col-preorder div {
	background-color: #2ea59f;
}

.dashboard .giacenza-piazzale table td.col-status .status-time {
	display: block;
	width: 100%;
	color: #777777;
}

.dashboard .giacenza-piazzale table td.col-status .status-text {
	font-weight: bold;
}

.dashboard .giacenza-piazzale table td.col-numbers {
	font-weight: bold;
}

.dashboard .giacenza-piazzale table td.col-numbers span {
	margin-left: 10px;
	color: #777777;
}

.fixRotateIconMargin .ui-menuitem-icon 
{
    margin-top: -2px;
}

/* Shared SOS */

.sosNodoSelezionato {
	background: #dbe5ee !important;
}

.sosNodoSelezionato .ui-icon {
	color: white;
}

.sosNodoNonSelezionato {
	background: white !important;
}

/*
+---------------------------------------
| Il TabViewSoftnet stile PrimeFaces
+---------------------------------------
*/

.tabViewSoftnetGrey .sn-headerPanel {
	display: flex;
}

.tabViewSoftnetGrey .sn-tab {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	padding: 5px;
	margin-right: 2px;
}

.tabViewSoftnetGrey .sn-tabSelected {
	background: #6391b7;
	color: white;
	border: 1px solid #6391b7;
}



.tabViewSoftnetGrey .sn-tabNotSelected {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	color: #555555;
}

.tabViewSoftnetGrey .sn-tabNotSelected:hover{
	border: 1px solid #999999;
	color: #212121;
	cursor: pointer;
}

.tabViewSoftnetGrey .sn-contentPanel{
	border: solid;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-width: 1px;
	border-color: #6391b7;
    background: #f9f8f8;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    
}



/*
+---------------------------------------
| radiobutton unselectable
+---------------------------------------
*/
.SoftnetRadioButton .ui-button{
	border-radius: 50%;
    width: 20px;
    height: 20px;
}


.pannelloEsterno {
	padding: 0px !important
}

/* STILE BANDIERINE*/

.flag {
	border: 1px solid grey;
	height: 15px;
	background: transparent;
	width: 20px;
}

.mycard {
	padding: 4px;
	margin: 6px 4px 6px 4px;
	background: white !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/*-------() 11/06/2020 NO OUTLINE -----------*/  

*{
	outline:none !important;
}
/*-------------------------------------------------------------*/
.buttonWithEmptyHeader{
	margin-top:16px;
}

.lineMenuMedium *{
	font-size:15px !important;
}

.selezioneCSV input{
	width:100%;
}
.selezioneCSV button{
	width:10px;
}

.pimexCommandButton{
	height:27px !important;
	/*()*/
	overflow: hidden;
	/*  */
}

.ui-inputgroup.selezioneCSV .inputTextSelezioneCsv{
	width: 100% !important;
}

.ui-inputgroup.selezioneCSV .bottoneSelezioneCsv{
	width: 2.4em !important;
}

.ui-inputgroup.selezioneCSV .sn-autoComplete{
	width: 100% !important;
}


.iconaHeaderTabella{
	font-size: 14px; margin-top: 4px; margin-right: 5px; color:var(--colorePrincipale);
}

.testoHeaderTabella{
	font-size: 14px!important; color:var(--colorePrincipale); cursor:pointer;
	
}

/*() hover per riquadro widget*/
.riquadroWidget:hover {
	border:2px solid transparent;
}

/*Promemoria*/
.promemoriaEspandibile {
	font-style: italic;
}

.promemoriaEspandibile:hover {
  background-color: antiquewhite;
  cursor:pointer;
}

.linkBox12NoPointer {
/* 	padding:5px; */
/* 	margin:10px; */
	height:150px;
	-webkit-box-shadow: 10px 10px 9px -4px rgba(212, 212, 255, 1);
	-moz-box-shadow: 10px 10px 9px -4px rgba(212, 212, 255, 1);
	box-shadow: 10px 10px 9px -4px rgba(212, 212, 255, 1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #757575;
}

.checkboxPromemoriaFalse {
  cursor:pointer;
  height: 18px;
  width: 18px;
  display: inline-block;
  background-image: url('../../pimex/images/doppiaspuntagrigio.png');
  background-image: url(../../pimex/images/doppiaspuntagrigio.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.checkboxPromemoriaTrue {
  cursor:pointer;
  height: 18px;
  width: 18px;
  display: inline-block;
  background-image: url('../../pimex/images/doppiaspuntablu.png');
  background-image: url(../../pimex/images/doppiaspuntablu.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.pannelloPromemoriaFalse {
	color: black;
}

.pannelloPromemoriaTrue {
	color: gray;
}

.pannelloPromemoriaBordoFalse {
	border-color: brown;
	background-color: none;
}

.pannelloPromemoriaBordoTrue {
	border-color: gray;
	background-color: #dadada;
}

.pannelloPromemoriaBordoPraticaFalse {
	border-color: orange;
}

.pannelloPromemoriaBordoPraticaTrue {
	border-color: gray;
}

/*Gestione pulsante custom di chiusura di una dialog: utile per gestire delle operazioni prima della chiusura della dialog.*/
.pulsanteDialogSoftnet:hover
{
	border-radius: 4px;
	border: 1px solid #999999;
}

/*Stili per evidenziare o meno un campo e per disabilitare l'input dell'utente: utilizzato in gestione buoni di ritiro.*/
.inputNormal{
	pointer-events:auto;
}

.inputMarked{
	pointer-events:none!important;
	background-color:rgba(184, 184, 184, 1)!important;
	color: rgba(184, 184, 184, 1)!important;
}

.inputDisabled{
	pointer-events:none!important;
	background-color:#f5f5f5!important;
}

/*Stile per dialog senza header.*/
.dialog-no-header.ui-dialog .ui-dialog-titlebar {
    display: none;
}

/*Stile per selectOneRadio senza bordo.*/
.selectOneRadio-no-border.sn-selectOneRadio .sn-selectOneRadio-frame {
	border: 0!important;
}

/*Stile per selectOneRadio: allinea e centra i radio button in alto anziche' al centro del pannello che li contiene.*/
.selectOneRadio-contenutoInAlto.sn-selectOneRadio .sn-selectOneRadio-frame .ui-selectoneradio > tbody{
	vertical-align: top;
	text-align: center;
}

/*Stile per il bordo che racchiude le tab della tabViewSoftnet.*/
.bordoGrigioTabViewSoftnet{
	border-color: darkgrey!important;
    border-width: 1px!important;
    border-radius: 4px!important;
    margin-top: -1px;
}

.pulsanteNoteCodificate{
	color: #fff700!important;
	font-weight: bold!important;
	text-decoration: underline!important;	
}

/*Tab merce in gestione pratica: selezione container*/
.rigaSiglaContenitore {
	background: #FFF8D3;
}

 .selezioneContainer .ui-state-highlight, .selezioneContainer .ui-widget-content .ui-state-highlight, .selezioneContainer .ui-widget-header .ui-state-highlight{
     background: #ffdc00!important;
 }
 
 .blockUiSelezioneSubPanelGrid{
 	background: none!important;
 }
 
  .blockUiBl{
 	background: none!important;
 }
 
 /*Tab MAWB in gestione pratica*/
 .tabViewMawbComandi{
 	width: 259px;
 }
 
 .tabViewMawbComandi .sn-headerPanel{
 overflow: hidden;
 }
 
 .menuButtonPraticaClona .ui-button{
  color: #ffffff !important;
  background: #1d8e4b !important;
  border: 1px solid transparent  !important;
  font-size: 12px !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
  height: 27px!important;
}

 .menuButtonPraticaMawbDummy .ui-button{
  color: #ffffff !important;
  background: var(--colorePrincipale) !important;
  border: 1px solid transparent  !important;
  font-size: 12px !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
  height: 27px!important;
}

.buttonGestioneTally{
	height: 38px!important;
}

.softnetBottoneIconaCentrale .ui-button-icon-left {
  margin-top: -6px!important;
}
/**/