/* @import url('responsiveLookPthConst.css'); */ /*43871*/

/*
@font-face {
	font-family: pthForm;
	src: url(Roboto-Regular.ttf);
	font-weight: 400;
}

@font-face {
	font-family: pthForm;
	src: url(Roboto-Bold.ttf);
	font-weight: 700;
}
*/

* {
	font-family: pthFont !important;
}


/*-------------------------------------
	CSS PER COMPONENTI SEMPLICI E COMPOSTI
	FORM
	TABBED
	EDIT_GRID
	DOUBLE_LIST
	TREE
	ERROR_LIST
	WF_PANEL
	ELEMENTI SEMPLICI DINAMICI
	ELEMENTI SEMPLICI NEGATI
---------------------------------------*/
/*
NOTA: in Firefox se si definisce a livello di tag alcune proprietà non è
possibile ridefinirle poi a livello di classe attribuita al tag.
Esempio:
se per <button> definisco width:24px
non potrò poi in seguito definire
<button class="pippo" ...></button>
e definire su
.pippo {width:30px}
perchè la proprietà width verrà ignorata da Firefox che applicherà
sempre la width:24px definita per button.
*/
/*-------------------------------------
	FORM
---------------------------------------*/
/*30728 inizio*/
body{
	margin: 0px;
	overflow: hidden; /*Fix 38218*/
}

/*30728 fine*/

form {
	background-color:  #E8E8E8;
	background-image:url('./bgForm.gif');
	margin:0px;
    width:calc(100% - 1px); /*Fix 37346 */
	background-size: contain; /*Fix 39204 */
}

table {
	/*border-color: #C8D6E1 #C8D6E1 #C8D6E1 #C8D6E1;
	background-color:  #E8E8E8;*/
	font-family: Arial, Helvetica, sans-serif;
	/* Fix 43704 - inizio */
	/* font-size : 8pt; */
	font-size: 12px;
	/* Fix 43704 - fine */
}



/*fix 80553 inizio*/
.artColumnClass {
	BORDER-BOTTOM: #666666 1px solid;
    BORDER-RIGHT: #666666 2px solid;
	font-family: Consolas;
	font-size : 10pt;
	width:310px;  
	FONT-WEIGHT: normal;
    MARGIN: 5px;
    TEXT-ALIGN: center;
}

/*fix 80553 fine*/
input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	/* border: 1px #A5ACB2 solid; *//*31406*/
	line-height: 15px;/*33265*/
	/*
	border: 1px #A5ACB2 solid;
	border-top: 1px solid #9D9DA1;
	border-left: 1px solid #9D9DA1;
	border-bottom: 1px solid #F1EFE2;
	border-right: 1px solid #F1EFE2;	*/
	/* Fix 43479 - inizio */
	border-radius: 4px;
	padding-left: 4px;	
	/* Fix 43479 - fine */
}

.checkboxClass {
	border: none;	
	/*19520 inizio*/
	/*margin: 1;*/  /*31406*/
	width: 13px;/*20289*/
	height: 13px;/*20289*/
	/*19520 fine*/
}

.inputClass {
	/* border: 1px #A5ACB2 solid; */
	border: 1px solid var(--input-border);
}

.searchInputClass {
	/* Fix 43335 - inizio */
	/* background-image: url('./angoloIS.gif'); */
	background-image: url('./angoloIS.svg');
	/* Fix 43335 - inizio */
	background-repeat: no-repeat;
	background-position: right bottom;
	/* border: 1px #A5ACB2 solid; */
	border: 1px solid var(--input-border);
}

.ROSearchInputClass {
	/* border: 1px #A5ACB2 solid; */
	border: 1px solid var(--input-border);
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	/* Fix 43479 - inizio */
	border-radius: 4px;
	padding-left: 4px;
	border: 1px solid var(--input-border) !important;
	/* Fix 43479 - fine */
}

button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding:0px;
	border-width:thin;/*31406*/
	
}

/*31768 inizio*/
button:not([class]):not([style*="height"]){
	min-height: 24px;
}
/*31768 fine*/

/*31784 inizio*/
button:not([class]):not([style*="width"]){
	min-width: 24px;
}
/*31784 fine*/

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top:0px;
	/* border: 1px #A5ACB2 solid; */
	color: black; /* fix 14077 */
	/* Fix 43479 - inizio */
	border-radius: 4px;
	padding-left: 4px;
	border: 1px solid var(--input-border) !important;
	/* Fix 43479 - fine */
}


/* fix 11621 inizio
VEDI NOTA IN TESTA AL FILE*/
button[type] /*FIREFOX */
{
    /*width: 24px;
	margin:-1px -2px;
	height: 24px;*/
	vertical-align:top;
	/* Fix 43479 - inizio */
	border: 1px solid var(--primary-color);
    background-color: var(--accent-color);
    border-radius: 4px;
    /* Fix 43479 - fine */
}

button[type] img { /*FIREFOX*/
	border:0;
	/*margin:-2px 0px 0px 0px;*/ /* Fix 39280 */
	margin:0px 0px 0px 0px; /* Fix 39280 */
}
/*
button[type]:hover FIREFOX
{
	margin:-1px -1px -1px -1px;
    width: 22p;
} */
/*
button[type]:hover imgFIREFOX
{
	margin: -2 0 0 -1;
}*/

html>body*button {padding:0 5 0 0}  /*CHROME*/

/* fix 11621 fine */


label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	white-space:nowrap; /*Fix 37346*/
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

.checkBoxLabel {
	color: black;
}

.toolBarBut
{
	font-size: 0pt;
	background-color:  #E8E8E8;
	height:24px; /* fix 11621 */
	border:1px solid;
	margin:0px -1px;
	border-color:#E8E8E8;
}

/* fix 11621 inizio */
.toolBarBut[type]
{
	font-size: 0pt;
	background-color: #E8E8E8;
	height:24px; /* fix 11621 */
	width: 24px;
	margin:0px -2px;
	/* Fix 43479 - inizio */
	/* border: 1px #E8E8E8 solid; */
	border: none !important;
	border-radius: 0 !important;
	/* Fix 43479 - fine */
}
.toolBarButOver
{
    background-color: #E8E8E8;
	height:24px;
	width: 24px;
	margin:0px -2px;
	border: 1px buttonhighlight outset;
}

.toolBarButOut
{
    background-color: #E8E8E8;
	height:24px;
	width: 24px;
	margin:0px -2px;
	border: 1px #E8E8E8 solid
}

.toolBarBut:hover img
{
	/* Fix 43479 - inizio */
	/* margin: -2 0 0 -1; */
	/* Fix 43479 - fine */
}
/* fix 11621 fine */

/*14469 inizio pullDown but*/
.toolBarPullDownBut
{
	font-size: 0pt;
	background-color: #E8E8E8;
	height:24px;
	border:1px solid;
	/* margin:0px -1px; */	/* Fix 43704 */
	border-color:#E8E8E8;
}

.toolBarPullDownBut[type]
{
	font-size: 0pt;
	background-color: #E8E8E8;
	height:24px;
	/* Fix 43335 - inizio */
	/* width: 14px; */
	width: 7px;
	/* Fix 43704 - inizio */
	/* margin-right: 2px; */
	/* margin-left: -2px; */
	/* Fix 43704 - fine */
    /* margin-right: 6px; */
	/* margin:0px -2px; */
	/* Fix 43335 - fine */	
	/* Fix 43479 - inizio */
	/* border: 1px #E8E8E8 solid; */
	border: none !important;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
	/* Fix 43479 - fine */
}

.toolBarPullDownBut[type] img { /*FIREFOX*/
	border:0 !important; /* 43335 */
	margin:-2px -2px 0px 0px;
}

.pullDownButMain
{
}

.pullDownButMain[type]
{
margin: 0 0 0 0px;
}

.pullDownButMain[type] img { /*FIREFOX*/
	border:0;
	margin:-2px -2px 0px 0px;
}

.pullDownBut
{
	margin:0px -2px;
}

.pullDownBut[type]
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -5px;
}

.pullDownBut[type] img { /*FIREFOX*/
	border:0;
	padding: 0px 1px 0px 1px;
/*	margin:-2px -2px 0px 0px;
	padding: 0px 3px 0px 0px;*/
}

.pullDownListDiv
{
	visibility: hidden;
	margin: 0;
	padding: 0;
	z-index: 30;
	background-color: #F5F5F5;
	border-color: #696969;
	border-style: solid;
	border-width: 1px;
	position : absolute;
	left : 0px;
	top : 0px;
	align:left;
}

.pullDownListTable
{
}

.pullDownListRow
{
}

.pullDownListEl
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.pullDownListElSelected
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #E8E8E8;
}
/*14469 fine pullDown but*/

.toolBar
{
	background-color:#E8E8E8;
	margin:0px;
	padding-left: 2px;/*24483*/
	
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #666666;
	position:relative;
	height:28px;
	overflow:hidden;/*19520*/
}

.settingBarToolbar
{
  /* Fix 43479 - inizio */	
  /* background-color: #D1D1D1; /*#E8E8E8;*/ /*Fix 16901*/
  background-color: rgb(245, 245, 245);
  /* Fix 43479 - fine */
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  padding:0px;
  padding-right: 2px; /*Fix 24483*/
  text-align: right;
  /*margin:0px; */ /*Fix 17262*/
  margin-top:1px; /*Fix 17262*/
	
  
  position: absolute;
  /*right:0px; */ /*Fix 16901*/
  right:30px; /*Fix 16901*/
  text-align:right;
  /*top:23px*/  /*Fix 16901*/
  top:1px; /*Fix 16901*/ /*Fix 17262*/
}

.settingBar
{
  background-color:#E8E8E8;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #3B648F;
  padding:0px;
  margin:0px;
  position:relative;
  right:0px;
  text-align:right;
}

.settingSelect
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	/*margin-top: 2px; /*Fix 30728*/
	margin-top: 1px; /*Fix 39576*/
	margin-bottom:1px; /*Fix 17262*/
	vertical-align: super; /*Fix 30728*/
	height: 20px; /*Fix 30728*/
	width: 180px;
}
/*-------------------------------------
	FORM END
---------------------------------------*/

/*-------------------------------------
	TABBED
---------------------------------------*/
.tabbed_container {
	position: relative;
	left: 0;
	background: buttonface;
	background-color: transparent;

}

.tabbed_page {
	position:absolute;
	/* //10428
	background: buttonface;
	*/
	margin-left:1px;
	visibility: hidden;
	border-right: 1px solid white;
	border-left: none;
	border-bottom: 1px solid white;
	border-top: none;
	background-image:url('./bgForm.gif');
	background-size: contain; /*Fix 39204 */
	/*background-color: #C8D6E1;*/
	/* 10428
	height:100%;
	background-color: #C8D6E1;*/
}

/* 10428 inizio */
.tabbed_label {
	margin-top:5px;
	vertical-align : middle;
	word-break : keep-all;
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
/* 10428 fine */

.tabbed_tab {
    float:left; /* 10428 */
	height: 25px;
	padding-top: 5px;
	background-color: transparent;
	color: buttonshadow;
}

.tabbed_tab_select {
    float:left; /* 10428 */
	height: 25px;
	margin-left:1px;
	/* padding-top: 5px;
	padding-bottom: 5px;  fix 10428*/
	background-color:transparent;
	background-image:url('tabBgSel.gif');
	background-position:top right;
	background-repeat:no-repeat;
	color: black;
	border-top: none;
	border-right:  none;
	border-left: none;/* 11793 */
	border-bottom: none;
	border-collapse:no;
}

.tabbed_tab_nosel {
    float:left; /* 10428 */
	height: 25px;
	margin-left:1px;
	/* padding-top: 5px;
	padding-bottom: 5px;  fix 10428*/
	background-color:transparent;
	background-image:url('tabBg.gif');
	background-position:top right;
	background-repeat:no-repeat;
	color: black;
	border-top: none;
	border-right:  none;
	border-left: none;
	border-bottom: none;
}

.tabbed_tab_nosel_L {
    float:left; /* 10428 */
	height: 25px;
	/* padding-top: 5px;
	padding-bottom: 5px; fix 10428*/
	margin-left:1px;
	background-color:transparent;
	background-image:url('tabBg.gif');
	background-position:top right;
	background-repeat:no-repeat;
	color: black;
	border-top: none;
	border-right:  none;
	border-left: none;
	border-bottom: none;
}

.tabbed_tab_nosel_R {
    float:left; /* 10428 */
	height: 25px;
	margin-left:1px;
	/* padding-top: 5px;
	padding-bottom: 5px; fix 10428*/
	background-color:transparent;
	background-image:url('tabBg.gif');
	background-position:top right;
	background-repeat:no-repeat;
	color: black;
	border-top: none;
	border-right:  none;
	border-left: none;
	border-bottom: none;
}

.tabbed_tab_nosel_dis {
    float:left; /* 10428 */
	height: 25px;
	margin-left:1px;
	/*padding-top: 5px;
	padding-bottom: 5px;  fix 10428*/
	background-color:transparent;
	background-image:url('tabBgDis.gif');
	background-position:top right;
	background-repeat:no-repeat;
	color: #AAAAAA;
	border-top: none;
	border-right:  none;
	border-left: none;
	border-bottom: none;
}

.tabbed_tab_nosel_dis_L {
    float:left; /* 10428 */
	height: 25px;
	/* padding-top: 5px;
	padding-bottom: 5px;  fix 10428*/
	margin-left:1px;
	background-color:transparent;
	background-image:url('tabBgDis.gif');
	background-position:top right;
	background-repeat:no-repeat;
	color: #AAAAAA;
	border-top: none;
	border-right:  none;
	border-left: none;
	border-bottom: none;
}


.tabbed_tab_nosel_dis_R {
    float:left; /* 10428 */
	height: 25px;
	margin-left:1px;
	/* padding-top: 5px;
	padding-bottom: 5px;  fix 10428*/
	background-color:transparent;
	background-image:url('tabBgDis.gif');
	background-position:top right;
	background-repeat:no-repeat;
	color: #AAAAAA;
	border-top: none;
	border-right:  none;
	border-left: none;
	border-bottom: none;
}
/*-------------------------------------
	TABBED END
---------------------------------------*/

/*-------------------------------------
	EDIT_GRID
---------------------------------------*/
.eg_header_table {
	/* Fix 43479 - inizio */
	/* border: 1px solid black; */
	/* Fix 43479 - fine */
}

/* Fix 43479 - inizio */
.eg_header_table .eg_header:last-child {
	border-right: 1px solid var(--input-border);
	border-top-right-radius: 4px;	
} 	

.eg_header_table .eg_header:first-child {
	border-top-left-radius: 4px;	
}
/* Fix 43479 - fine */

.eg_header {
	/*background: #A5B6CE;
	border: 2px solid;
	border-color: White #006699 #006699 White;
	font-family: Arial;
	font-size: 10pt;
	font: normal;
	color: black;*/
	/* Fix 43479 - inizio */
	/*
	background: transparent;
	background-image:url('gridBg.gif');
	border-left: 1px solid #C5C1B1;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #D1CDBB;
	border-top: 2px solid #939396;
	border-color: White #767486 #767486 White;
	*/
	background: var(--edit-grid-background);	/* Fix 43704 */
	border: 1px solid var(--input-border);
	border-right: none;
	/* Fix 43479 - fine */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	/* Fix 43704 - inizio */
	/* font-size: 8pt; */
	/* font-weight:normal; */
    font-size: 12px;
    font-weight: bold;
    /* Fix 43704 - fine */
	color: black;
}

.eg_header_div_container {
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;    
}

.eg_body_table {
	/*font-family: Arial;
	font-size: 9pt;
	font: normal;
	background: #E4EAEF;*/
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background: white;
	color: black;
}

.eg_row {
	height:23px;
	width:100%;
}

/* Fix 43479 - inizio */
.eg_row_header {
	height:23px;
	width:100%;	
}

.eg_row .eg_cell:last-child {
	border-right: 1px solid var(--input-border);
}

.eg_row .eg_cell_sel:last-child {
	border-right: 1px solid var(--input-border);
}

.eg_row .eg_cell:first-child {
	border-left: 1px solid var(--input-border);
}

.eg_row .eg_cell_sel:first-child {
	border-left: 1px solid var(--input-border);
}
/* Fix 43479 - fine */

.eg_cell {
	/*border: 1px solid;
	border-color: #E4EAEF #A5B6CE White #E4EAEF;
	background: #E3EBF0;
	font-family: Arial;
	font-size: 9pt;
	font: normal;
	color: black;
	empty-cells: show;  *//* 11793 */
	/* Fix 43479 - inizio */
	border: 1px solid var(--divider-color);
	border-bottom: none;
	border-right: none;
	/*
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	*/
	/* Fix 43479 - fine */
	background: white ;
	empty-cells: show;
}
/*#E4EAEF #E3EBF0*/
.eg_cell_sel {
	/* Fix 43479 - inizio */
	/*
	border: 1px solid;
	border-color: #E4EAEF #A5B6CE White #E4EAEF;
	*/
	/* Fix 43479 - fine */
	background: #F0F0F0;
	font: normal;
	color: black;
}

.eg_cell img, .eg_cell_sel img {
	/* width: 100%; */
}

.eg_cell_edit {
    border: 1px solid;
    border-color: #E4EAEF #A5B6CE White #E4EAEF;
    background: #FFFFCC;
    font-family: Arial;
    font-size: 9pt;
    font: normal;
    color: black;
    empty-cells: show;
}

.eg_overCell {
	background: White;
	border: 1px solid;
	border-color: #E4EAEF #A5B6CE White #E4EAEF;
}

.eg_footer_table {
	/* Fix 43479 - inizio */
	/*
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	*/	
	/* Fix 43479 - fine */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* Fix 43479 - inizio */
.eg_footer_table .eg_footer:last-child {
	border-right: 1px solid var(--input-border);
	border-bottom-right-radius: 4px;
} 

.eg_footer_table .eg_footer:first-child {
	border-bottom-left-radius: 4px;
} 	
/* Fix 43479 - fine */

.eg_footer {
	/* Fix 43479 - inizio */
	/*
	background: transparent;
	background-image:url('gridBg.gif');	
	border-left: 1px solid #C5C1B1;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #D1CDBB;
	border-top: 1px solid #939396;
	border-color: White #767486 #767486 White;
	*/
	background: var(--edit-grid-background);	/* Fix 43704 */
	border: 1px solid var(--input-border);
	border-right: none;
	/* Fix 43479 - fine */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	color: black;
}

.eg_footer_bt {
	background: transparent !important;
    border-radius: 0px;
	border:none !important;
	margin:0px;
	border-width:0;
	height:14;
	vertical-align:text-top;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	
    width: 100%;
    height: 100%;
}

.eg_button {
	/*background: #EBF0F4;*/
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top : 2px;
	/* margin-right : 2px; */
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid var(--input-border);
}

/* Fix 10428 inizio Compatibilita Firefox */
.eg_button:disabled {
	/*background: #C8D6E1;*/
	/*color: #9D9DA1;*/ /* Fix 39625 */
	color: #ccc; /* Fix 39625 */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
/* Fix 10428 fine */

/* Fix 43335 - inizio */
.eg_buttonImg {
	border: 0 !important;
    background: none !important;	
}
/* Fix 43335 - fine */

/* Fix 43704 - inizio */
.eg_buttonImg:not(:disabled) {
	cursor: pointer;	
}

.eg_buttonImg:disabled {
	opacity: 0.5
}
/* Fix 43704 - fine */

.eg_arrow {
	color: black;
	font-family: webdings;
	font-size: 14px;
	height: 14px;
	width: 14px;
	margin-bottom: 2px;
	margin-top: -3px;
	overflow: hidden;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.eg_ord_but {
	/*background-color: #C8D6E1;*/
	width:24px;/* fix 11621 */
}

.eg_ord_but_dis {
	/*background-color: #E2E2E2;*/
    width:24px;/* fix 11621 */
    background: none !important;
    border: none !important;
}

.eg_ord_but_dis img {
	width: auto;
	height: 24px;
}

.eg_filter_input {
	border: 1px solid var(--input-border);
}

/*** GScarta **/
div.eg_box-inner
{
	width:100%;
    height:200px;
    padding: 0px;
   /* background:url(gradient.png) repeat-x fixed top left;*/ /*Fix 39095 Commented: file doesn't exists*/
	overflow:auto
}
/*** GScarta **/

/* Fix 43704 - inizio */
.eg_buttons_row {
	margin-top: 3px;	
}
/* Fix 43704 - fine */

/*-------------------------------------
	EDIT_GRID END
---------------------------------------*/

/*-------------------------------------
	DOUBLE_LIST
---------------------------------------*/
.dlist_but {
	/* Fix 43479 - inizio */
	/* background-color: #f5f5f5; */
	background: none !important;
	border: none !important;
	/* Fix 43479 - fine */
	width:24px; /*fix 11621*/
	height: 24px;/*31406*/
}

/* Fix 43479 - inizio */
.dlist_but img {
	height: 24px;
	width: auto;	
}

.dlist_but:not([disabled]) img {
	cursor: pointer;
}
/* Fix 43479 - fine */

.dlist_but_dis {
	/* Fix 43479 - inizio */
	/* background-color: #E2E2E2; */
	background: none !important;
	border: none !important;
	/* Fix 43479 - fine */
}
/*-------------------------------------
	DOUBLE_LIST END
---------------------------------------*/

/*-------------------------------------
	TREE
---------------------------------------*/
.webfx-tree-table {
	background-color: white;
	font-family: Arial;
	font-size : 12pt;
}

.webfx-tree-container {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.webfx-tree-item {
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}

.webfx-tree-item img {
	vertical-align: middle;
	border: 0px;
}

.webfx-tree-link {
	text-decoration: none;
	color: black;
	font-family:Arial;
	font-size : 9pt;
}

.webfx-tree-label {
	color: black;
	font-family:Arial;
	font-size: 9pt;
}

.webfx-tree-label span::selection {
	background-color: var(--primary-color);
}

/* Fix 43479 - inizio */
#thTreeLeftTable {
	padding: 2px;
}
/* Fix 43479 - fine */
/*-------------------------------------
	TREE END
---------------------------------------*/

/*-------------------------------------
	ERROR_LIST
---------------------------------------*/
.errorsList {
	border:1px solid;
	border-color: #666666;
	background : #E4EAEF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
}

.errorsListBorder {
	border:1px solid;
	border-color: #F0F0F0;
}

.errorCell {
	background:  white;
}

.errorOverCell {
	background: white;
}
.errorListBut {
	background:#F0F0F0;
	border:1px solid;
	border-color:#666666;
	width:24px;
}

SELECT.ERRORLIST {
	background-color : white;
}

.errListDivArea{
  position:absolute;
  bottom:0px;
  width:100%;
  background-color : #F0F0F0;
  margin:0px;
  padding:0px;
}

.errListDivAnchor {
  height:8px;
  width:100%;
  background-image:url('../image/gui/errorListCenter.gif');
  background-position:center center;
  background-color : #DADADA;
  background-repeat:no-repeat;
  cursor:pointer;
}
.errListDivAnchorError {
  height:8px;
  width:100%;
  background-image:url('../image/gui/errorListCenterError.gif');
  background-position:center center;
  background-color : #DADADA;
  background-repeat:no-repeat;
  cursor:pointer;
}
.errListDivAnchorFix {
  height:8px;
  width:100%;
  background-image:url('../image/gui/errorListCenterFix.gif');
  background-position:center center;
  background-color : #DADADA;
  background-repeat:no-repeat;
  cursor:pointer;
}
.errListDivAnchorFixError {
  height:8px;
  width:100%;
  background-image:url('../image/gui/errorListCenterFixError.gif');
  background-position:center center;
  background-color : #DADADA;
  background-repeat:no-repeat;
  cursor:pointer;
}

/*-------------------------------------
	ERROR_LIST END
---------------------------------------*/

/*-------------------------------------
	WF_PANEL
---------------------------------------*/
.wfStateButShow{
	background:#E8E8E8;
	border: 2px buttonhighlight outset;
	display:block;
	width:24px;/* fix 11621 */
	height:24px;/* fix 11621 */
}

.wfStateButHide{
	background:#E8E8E8;
	border: 2px buttonhighlight outset;
	display:none;
	width:24px;/* fix 11621 */
	height:24px;/* fix 11621 */
}

.wfStateButDisShow{
	background:#E2E2E2;
	border: 2px buttonhighlight outset;
	display:block;
	width:24px;/* fix 11621 */
	height:24px;/* fix 11621 */
}

.wfStateButDisHide{
	background:#E2E2E2;
	border: 2px buttonhighlight outset;
	display:none;
	width:24px;/* fix 11621 */
	height:24px;/* fix 11621 */
}

.wfGenBut{
	background:#E8E8E8;
	width:24px;/* fix 11621 */
	height:24px;/* fix 11621 */
}

.wfGenButDis{
	background:#E2E2E2;
	width:24px;/* fix 11621 */
	height:24px;/* fix 11621 */
}

/*-------------------------------------
	WF_PANEL END
---------------------------------------*/

/*-------------------------------------
	ELEMENTI SEMPLICI DINAMICI
---------------------------------------*/
.thShowLbl {
	margin-bottom: 3px;
	margin-top: 3px;
}

.thHideLbl {
	display : none;
}

.thShowSBut
{
	/*31406*/
  /*height:24px; *//* fix 11621 */
  height: 18px;
  /* Fix 43335 - inizio */
  /* width: 18px; */
  min-width: 18px;
  /* Fix 43335 - fine */
  /*31406*/
	background-color:transparent !important;
	border:0px !important;
/* Fix 10522 inizio
	width: 26px;
	height: 22px;
	vertical-align:top;*/
/* Fix 10522 fine */
}
.thShowSBut[type] /* fix 11621 */
{
    /*margin:-1px -2px;
    width: 24px;
    */
    /*31406*/
}

.thHideSBut {
	display : none;
}

/*13720 calendar inizio*/
.thCalendarBtn{
	/*31406*/
	/*
	height:24px;
	  width: 24px;
	*/
	height: 18px;
	width: 20px;
	/*31406*/
	border:0px;
	background-repeat:no-repeat;
	background-position:center;
	/* Fix 43335 - inizio */
	/* background-image:url('../../thermweb/image/gui/Calendar.gif'); */
  	background-image:url('../../thermweb/image/gui/Calendar.svg');
  	/* Fix 43335 - fine */
	background-color:transparent;
}
.thCalendarBtn[type]{
	margin:1px -2px;/*33265*/
	/*31406*/
	/*
	height:24px;
	  width: 24px;
	*/
	height: 18px;
	width: 20px;
	/*31406*/
	background-color:transparent;
	border:0px;
  	/* Fix 43335 - inizio */
	/* background-image:url('../../thermweb/image/gui/Calendar.gif'); */
  	background-image:url('../../thermweb/image/gui/Calendar.svg');
  	/* Fix 43335 - fine */
	background-repeat:no-repeat;
	background-position:center;
	margin-left: 1px;	/*Fix 39280*/
}
/*13720 calendar fine*/

.thShowFld {
	margin-bottom: 3px;
	margin-top: 3px;
	border: 1px #A5ACB2 solid;
}

/* fix 14077 inizio */
.thShowSearch {
	/*31406*/
  /*
  margin-bottom: 3px;
  margin-top: 3px;
  */
  /*31406*/
  /* Fix 43335 - inizio */
  /* background-image: url('./angoloIS.gif'); */
  background-image: url('./angoloIS.svg');
  /* Fix 43335 - inizio */
  background-repeat: no-repeat;
  background-position: right bottom;
  /* border: 1px #A5ACB2 solid; */
  border: 1px solid var(--input-border);
}
/* fix 14077 fine */

.thHideFld {
	display : none;
}

.thShowCombo {
	margin-bottom: 3px;
	margin-top: 3px;
}

.thHideCombo {
	display : none;
}

.thShowCk {
	margin-top: 3px;
}

.thHideCk {
	display : none;
}

.checkBoxLabelDisable {
	color: #909090;
}

.checkBoxLabelHide {
	display : none;
}

.thShowRadio {
	margin-top: 3px;
}

.thHideRadio {
	display : none;
}
/*-------------------------------------
	ELEMENTI SEMPLICI DINAMICI END
---------------------------------------*/

/*-------------------------------------
	ELEMENTI SEMPLICI NEGATI
---------------------------------------*/
.thDeniedShowLbl {
	margin-bottom: 3px;
	margin-top: 3px;
}

.thDeniedHideLbl {
	display : none;
}

.thDeniedShowSBut
{
   width:24px;  /* fix 11621 */
}

.thDeniedHideSBut {
	display : none;
}

.thDeniedShowFld {
	margin-bottom: 3px;
	margin-top: 3px;
  border: 1px #A5ACB2 solid; /* fix 14077 */
}

 /* fix 14077 inizio */
.thDeniedShowSearch {
  margin-bottom: 3px;
  margin-top: 3px;
  /* Fix 43335 - inizio */
  /* background-image: url('./angoloIS.gif'); */
  background-image: url('./angoloIS.svg');
  /* Fix 43335 - inizio */
  background-repeat: no-repeat;
  background-position: right bottom;
  border: 1px #A5ACB2 solid;
}
/* fix 14077 fine */

.thDeniedHideFld {
	display : none;
	color : Red;
}

.thDeniedShowCombo {
	margin-bottom: 3px;
	margin-top: 3px;
}

.thDeniedHideCombo {
	display : none;
}

.thDeniedShowCk {
	margin-top: 3px;
	border:none;
}

.thDeniedHideCk {
	display : none;
	border:none;
}

.thDeniedCheckBoxLabelDisable {
	color: #909090;
}

.thDeniedCheckBoxLabel {
	color: black;
}

.thDeniedCheckBoxLabelHide {
	display : none;
}

.thDeniedShowRadio {
	margin-top: 3px;
}

.thDeniedHideRadio {
	display : none;
}

.headerClass {
		BORDER-RIGHT: rgb(0,102,153) 2px solid;
		BORDER-TOP: white 2px solid;
		FONT-WEIGHT: normal;
		FONT-SIZE: 10pt;
		BORDER-LEFT: white 2px solid; BORDER-BOTTOM: rgb(0,102,153) 2px solid; FONT-FAMILY: Arial
	}

.dataClass {
		BORDER-RIGHT: rgb(165,182,206) 1px solid;
		BORDER-TOP: rgb(228,234,239) 1px solid;
		BORDER-LEFT: rgb(228,234,239) 1px solid;
		BORDER-BOTTOM: white 1px solid;
}

.conflictTable {
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size:8pt;
		background-color:#E8E8E8;
}
.conflictTableEditGrid {
		BORDER-RIGHT: rgb(165,182,206) 1px solid;
		BORDER-TOP: rgb(165,182,206) 1px solid;
		BORDER-LEFT: rgb(165,182,206) 1px solid;
		BORDER-BOTTOM: rgb(165,182,206) 1px solid;
}

.conflictThead {
		BACKGROUND: rgb(165,182,206);
		COLOR: black;
}

.conflicTbody {
	  FONT-SIZE: 9pt;
		BACKGROUND: rgb(228,234,239);
		FONT-FAMILY: Arial;
}

.conflictFooter {
		BORDER-RIGHT: rgb(165,182,206) 1px solid;
		BORDER-TOP: rgb(165,182,206) 1px solid;
		FONT-SIZE: 8pt; BORDER-LEFT: rgb(165,182,206) 1px solid;
		BORDER-BOTTOM: rgb(165,182,206) 1px solid;
		FONT-FAMILY:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.conflictStatus {
    BORDER-RIGHT: rgb(0,102,153) 2px solid;
		BORDER-TOP: white 2px solid; BACKGROUND: rgb(165,182,206);
		BORDER-LEFT: white 2px solid;
		BORDER-BOTTOM: rgb(0,102,153) 2px solid;
}

.conflictData {
		BACKGROUND-COLOR: rgb(240,240,240);
}
/*-------------------------------------
	ELEMENTI SEMPLICI NEGATI END
---------------------------------------*/

/*
/*-------------------------------------
	Mod. 7543 - FIELDSET / GROUPBOX
---------------------------------------*/
FIELDSET{
	/* Fix 43479 - inizio */
	border: 1px solid var(--input-border);
	border-radius: 2px;
	/* border : 2px groove; */
	/* Fix 43479 - fine */
	/* Fix 11793 inizio*/
	margin:0px;
	padding:0px;
	color:lightgray;
	/* Fix 11793 fine*/
}
/*-------------------------------------
	FIELDSET / GROUPBOX END
---------------------------------------*/

.menuHolderGrid{
	width:100%;
	/*height:19px;*/ /*Fix 17262*/
	height:23px; /*Fix 17262*/
	padding:1px;
	margin-bottom:0px;
	vertical-align:top;
	background-color:#D1D1D1;
}


.menuHolder{
	height:22px; /*Fix 17262*/
	width:100%;
	/* Fix 43479 - inizio */
	/* background-color:#D1D1D1; */
	background-color: rgb(245, 245, 245);
	/* Fix 43479 - fine */
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:0px;
	vertical-align:top;
}

/*------------------
  LOGIN
--------------------*/
.loginBody{
	background-color:white;
	background-image:url('../../com/thera/thermfw/common/images/sfondoLogin.jpg')
}

.loginTable {
	border:none;
	/*padding:15px; Fix 21072*/
	width:407px;
	height:268px;
	background-image:url('../../com/thera/thermfw/common/images/loginTable.jpg');
	background-repeat : no-repeat;
}

.loginEtichetta {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color:black;
		/*text-align : left; Fix 21072*/
	}

.loginInputbox {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:left;
		text-align : left;
		height:20px;
	}

.loginBtn {
		font-family:Arial;
		font-size:12px ;
	}

.logoutEtichetta {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color:black;
		text-align : left;
	}

/*------------------
  Window list
--------------------*/

	.WIN_LIST_CONTAINER_FORM
{
	top:0;
	left:0;
	height:88%;
	width:88%;
	margin: 6% 6% 6% 6%;
	position: absolute;
	border: 1px solid black;
	z-index:100;
}

.WIN_LIST_BORDER_FORM
{
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
	background: #A9A9A9;
	opacity:0.6;
	filter:alpha(opacity=60);
	float:left;
	z-index:100;
}

/*------------------
  Fine Window list
--------------------*/

/*------------------
  COMMENT 
--------------------*/
/* Fix 17913 inizio */
a.morelink {
	text-decoration:bold;
	outline: none;
	cursor: hand; 
	cursor: pointer;	
	color:#0000FF;
}
/* Fix 17913 fine */

/*27736 inizio*/
.InternalRowFormFS{
    border: 1px solid #A9A9A9;
    margin: 0px;
    padding: 5px;
}
/*27736 fine*/

/*28387 inizio*/
.jconfirm.jconfirm-therm .jconfirm-bg {
  background-color: gray;
  opacity: .5;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-therm .jconfirm-box .jconfirm-buttons {
  float: right
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-therm .jconfirm-box .jconfirm-buttons button {
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
  text-shadow: none
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-therm .jconfirm-box .jconfirm-buttons button.btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333
  
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-primary, .jconfirm.jconfirm-therm .jconfirm-box .jconfirm-buttons button.btn-primary {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  background-color: #ecf0f1;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-therm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #ddd;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-primary:hover, .jconfirm.jconfirm-therm .jconfirm-box .jconfirm-buttons button.btn-primary:hover {
  background: #007bff!important;
  color:#fff!important;
}

input.prompt-result.form-control {
  width: 100%;
  padding: 5px 0px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.jconfirm .jconfirm-cell{
    display: block; 
}
/*28387 fine*/
/*31406*/
table[height="100%"]{
	/*height: -webkit-fill-available !important;*/
}

input[type="checkbox"], input[type="radio"]{
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: middle;/*33265*/
  position: relative;
  top: -1px;
  /* Fix 43335 - inizio */
  accent-color: var(--primary-color);
  /* Fix 43335 - fine */
}

input[type="checkbox"] + label, input[type="radio"] + label{
  margin-left: 3px;
}
/*31406*/

/* 34341 inizio */
#popupMask {
  position: absolute;
  position: -ms-device-fixed;/*31899*/  
  z-index: 200;
  top: 0px;
  left: 0px;
  bottom: 0px;/*31899*/
  right: 0px;/*31899*/
  width: 100%;
  height: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: #333333;
  /*background-color: #c0c0c0;*/
  display: block;
}
  #RealStatusDlg{
  border-color: grey;
  border-width: 1px;
  border-style: solid;
  background-color: rgb(232, 232, 232);
  box-sizing:border-box;
  
  min-height: 400px;
  width:500px;
  
  max-height: 80%;
  max-width: 80%; 
  
  position:absolute;
  z-index:300;
  
  border-bottom-color:rgb(216, 218, 222);
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-image-outset:0px;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(216, 218, 222);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:rgb(216, 218, 222);
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:rgb(216, 218, 222);
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-top-style:solid;
  border-top-width:1px;
  box-shadow:rgba(0, 0, 0, 0.36) 0px 2px 8px 0px;
  box-sizing:border-box;
}
/*34341 fine*/

/*35889 - Inizio*/
.wfpullDownListDiv{
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  -moz-padding-end: 15px;
  
}
/*35889 - Fine*/

/*39288 Inizio */
.labelMassUpdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	white-space: normal;	
}
/*39288 Fine */

/* 39280 - inizio */
/* Fix 44048 - inizio */
/* input.thShowFld ~ button.thCalendarBtn { */
input.thShowFld ~ button.thCalendarBtn img{
	/* Fix 44048 - fine */
	margin-top: 4px;
}

/* Fix 44048 - inizio */
/* input.thDeniedShowFld ~ button.thCalendarBtn { */
input.thDeniedShowFld ~ button.thCalendarBtn img{
	/* Fix 44048 - fine */
	margin-top: 4px;
}
/* 39280 - fine */


/*39957*/
.compMassUpdate > * {
	margin-bottom :3px;
}




/* Fix 43479 - inizio */
.pth-btn {
	padding: 2px 4px;
	height: 24px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 12px;
    width: max-content; /* 44101 */
}

/* Fix 44101 - inizio */
.pth-btn[hidden] {
    display: none;
}
/* Fix 44101 - fine */

/* Fix 43704 - inizio */
.pth-btn:not(:disabled){
	cursor: pointer;
}

.pth-btn-only-image:disabled .pth-img {
	opacity: 0.5;
}

.pth-btn-text-image:disabled .pth-img {
	opacity: 0.5;
}
/* Fix 43704 - fine */

.pth-btn-text-image {	
	gap: 4px;
}

.pth-btn-only-image {
	background-color: transparent !important; 
	border: none !important;
}

.pth-img {
	width: auto; 
	height: 16px;
}

/* Fix 44048 - inizio */
.pth-img-disabled {
	opacity: 0.5;
}
/* Fix 44048 - fine */

div[data-role='menu'] {
    display: flex;
    align-items: center;
    flex-direction: row;
    text-wrap: nowrap;
}

div[data-role='menu'] img {
	width: 20px;
	height: 16px;
}
/* Fix 43479 - fine */

/* Fix 43704 - inizio */
.pth-toolbar-container {
	display: inline-flex;
	flex-direction: row; 
	gap: 5px;
}

.pth-toolbar-btn-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	gap: 2px;	
	position: relative; /* 45281 */
}

.pth-toolbar-btn-container.hided-by-toolbar {
	display: none;
}

.pth-toolbar-btn-container button {
	cursor: pointer;
}
/* Fix 43704 - fine */

/* Fix 44096 - inizio */
select[data-icon-enum="true"]:has(option[selected][data-icon]) {
	background-repeat: no-repeat;
    background-position: left 3px center;
    padding-left: 20px;
}

@-moz-document url-prefix() { 
	select[data-icon-enum="true"]:has(option[selected][data-icon]) {
	    padding-left: 23px;
	}
}
/* Fix 44096 - fine */

/* Fix 45797 - inizio */
select[multiple] option[selected], option:checked, option:hover {
	background-color: var(--primary-color);
	color: var(--accent-color);
}
/* Fix 45797 - fine */

/* Fix 45281 - inizio */
.ticklerBadge {
	position: absolute; 
	right: 3px; 
	top: -2.5px; 
	min-width: 15px; 
	height: 15px; 
	border-radius: 50px;
	border: 2px solid white; 
	text-align: center; 
	color: white;
}

.ticklerBadgeNum {
	position: relative; 
	bottom: 1px; 
	margin-right: 1px;
	margin-left: 1px; 
	font-size: 14px;
}

.ticklerBadge:has(.ticklerBadgeNum:empty) {
    display: none;
}
/* Fix 45281 - fine */