/********************************************************************/
/*								Commons								*/
/********************************************************************/

/*
body, select {
  font-size:12px;
  font-family: Montserrat;
}

table td {
  font-family: Montserrat;
}
*/

@font-face {
 font-family: Montserrat;
 src: url('../new_css_2023/fontFamily/Montserrat-Medium.woof2') format('woff2'),
       url('../new_css_2023/fontFamily/Montserrat-Medium.woof') format('woff');
}


pre {
  font-family: Montserrat;
  font-size: small;
}
body {
  color: black;
  margin: 0px;
  border: 0px;
  padding: 0px;
  background: #fff;
  direction: ltr;
  overflow: auto;
}
a, a:visited, a:hover {
  font-family: Montserrat;
font-size: 14px;
font-weight: 500;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
}



.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
  font-family: Montserrat;
}

.status_bar input{
  font-size:12px;
  font-family: Montserrat;
}

.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  	border-collapse: collapse; 
  	border-spacing: 0; 
  	width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  	padding: 0; 
}

.dialog .title_window {
  	-moz-user-select:none;
  	-webkit-user-select: none;
}

.wtable {
  	border-collapse: collapse;
  	table-layout: fixed;
  	empty-cells: show;
}

.new_custom_2023_star {
  color: navy;
  padding-top: 4px;
  height: 20px;
  font-size:18px;
  font-weight:bold;
  padding-left: 4px;
  text-align: right;
  font-family: Montserrat;
}

.new_custom_2023_star_red {
  color: red;
  padding-top: 4px;
  height: 20px;
  font-size:18px;
  font-weight:bold;
  padding-left: 4px;
  text-align: right;
  font-family: Montserrat;
}

.new_custom_2023-HTML{
	font-family: Montserrat;
font-size: 14px;
font-weight: 500;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
	color: #0064B4;
	
}

.new_custom_2023_WDataHTML {
	 -moz-user-select: text;
 -khtml-user-select: text;
 -webkit-user-select: text;
 -ms-user-select: text;
 user-select: text;
 font-family: Montserrat;
}



/********************************************************************/
/*							WDesktopPane							*/
/********************************************************************/

.new_custom_2023_WDesktopPane {
  	background-repeat: repeat;
    background-size: 100% 100%;
  	cursor: default;
  	visibility: visible;
  	
}

.new_custom_2023_WDesktopPane-frameContainer {
	background-repeat: no-repeat;
    background-size: 100% 100%;
	height: 100%;
  	
}

/********************************************************************/
/*							WField									*/
/********************************************************************/

.new_custom_2023_WField {
  padding-top: 2px;
  height: 20px;
  size: 16px;
  font-size:12px;
  border: 1px inset gray;
  padding-left: 1px;
  background-color: white;
  text-align: left;
  vertical-align: middle;
  font-family: Montserrat;
}

.new_custom_2023_WField-invalid {
  padding-top: 2px;
  height: 20px;
  size: 16px;
  font-size:12px;
  border: 1px solid red;
  padding-left: 1px;
  background-color: white;
  text-align: left;
  vertical-align: middle;
  font-family: Montserrat;
}

/*******************************************************************/
/*                        WCheckBox                                */
/*******************************************************************/

.new_custom_2023_WCheckBox {
  font-size:12px;
  font-family: Montserrat;
}

.new_custom_2023_WCheckBox-invalid {
  font-size:12px;
  height: 20px;
  border: 1px solid red;
  font-family: Montserrat;
}

/*******************************************************************/
/*                        WTextArea                                */
/*******************************************************************/

.new_custom_2023_WTextArea {
  padding-top: 2px;
  height: 20px;
  size: 16px;
  font-size:12px;
  border: 1px inset gray;
  padding-left: 1px;
  background-color: white;
  text-align: left;
  vertical-align: middle;
  font-family: Montserrat;
}

.new_custom_2023_WTextArea-invalid {
  padding-top: 2px;
  height: 20px;
  size: 16px;
  font-size:12px;
  border: 1px solid red;
  padding-left: 1px;
  background-color: white;
  text-align: left;
  vertical-align: middle;
  font-family: Montserrat;
}

/*******************************************************************/
/*                        WRadioButton                             */
/*******************************************************************/

.new_custom_2023_WRadioButton {
  font-size:12px;
  font-family: Montserrat;
}

/********************************************************************/
/*							WGlassPanel								*/
/********************************************************************/

.new_custom_2023_WGlassPanel-overlay {
	background-image: url("new_custom_2023/new_custom_2023-Gray.png");
	background-repeat: repeat;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

.new_custom_2023_WGlassPanel-overlay-transparent {
	background-image: url("new_custom_2023/new_custom_2023-Gray20.png");
	background-repeat: repeat;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

/********************************************************************/
/*							WFavorite								*/
/********************************************************************/

.new_custom_2023_WFavorite-overlay-transparent {
	border: 1px solid white;
	background: white;
	border-radius: 5px;
	
}

.new_custom_2023_WFavoriteLabel {
	color: #0064B4;
	font-family: Montserrat;
}

.new_custom_2023_WDirFavoriteLabel {
	color: blue;
}

.new_custom_2023_WDirFavorites {
	background-image: url("new_custom_2023/whitePixel.gif");
	background-repeat: repeat;
	
}

.new_custom_2023_WFavoriteIcon{
	background: white;
	border: 1px solid white;
	border-radius: 5px;
	
}

/********************************************************************/
/*							WTaskBar								*/
/********************************************************************/

.new_custom_2023_WTaskBar {
	background-image: url("new_custom_2023/iwf-WTaskBar_background.gif");
	background-repeat: repeat-x;
}

.new_custom_2023_WTaskBarOverflow {
	border:2px solid #FFFFFF;
	background-image: url("new_custom_2023/iwf-WTaskBar_background.gif");
	background-repeat: repeat;
	
}

/********************************************************************/
/*							WPrintMonitorBar						*/
/********************************************************************/

.new_custom_2023_WPrintMonitorBar {
	height: 30px;
}

.new_custom_2023_WPrintMonitorBar-icon {
	height: 24px;
	width: 24px;
	cursor: pointer;
	background-image: url("new_custom_2023/new_custom_2023-CodaStampa.gif");
	background-repeat: round;
}

/********************************************************************/
/*							WMonitorBar								*/
/********************************************************************/

.new_custom_2023_WMonitorBarMessage-icon {
	height: 24px;
	width: 24px;
	cursor: pointer;
	background-image: url(new_custom_2023/iwf-WMonitorBarMessage-icon.gif);
	background-repeat: round;
}

.new_custom_2023_WMonitorBarMessage-icon-alert {
	height: 24px;
	width: 24px;
	cursor: pointer;
	background-image: url("new_custom_2023/iwf-WMonitorBarMessage-icon-alert.gif");
}

.new_custom_2023_WMonitorBar {
	height: 30px;
	width: 30px;
	background-repeat: repeat-x;
}

.new_custom_2023_WMonitorBarMessage-body {
	height: 80px;
	width: 180px;
	border-right: 1px solid #0058a1;
	border-left: 1px solid #0058a1;
	color: black;
	background-color: #F3F3F3;
}

.new_custom_2023_WMonitorBarMessage-bodyUrgent {
	padding-left: 5px;
	height: 280px;
	width: 380px;
	border-bottom: 1px solid #0058a1;
	border-right: 1px solid #0058a1;
	border-left: 1px solid #0058a1
	color: black;
	background-color: #E8EEFA;
}
/*
.new_custom_2023_WMonitorBarMessage-header {
	white-space: nowrap;
	color: #00008B;
	background: url("new_custom_2023/iwf-WTitlePanel_north_center.gif") repeat-x bottom;
	border-right: 1px solid #99BBE8;
	border-left: 1px solid #99BBE8;
	height: 20px;
	width: 180px;
	padding-left: 5px;
	font-size:12px;
	font-weight: bold;
	font-family: Montserrat;
}
*/
.new_custom_2023_WMonitorBarMessage-header {
	white-space: nowrap;
	color: white;
	background: var(--blue-6, #0058a1);
	border-right: 1px solid #0058a1;
	border-left: 1px solid #0058a1;
	height: 20px;
	width: 180px;
	padding-left: 5px;
	font-size:12px;
	font-weight: bold;
	font-family: Montserrat;
}

.new_custom_2023_WMonitorBarMessage-button {
	height: 28px;
	width: 180px;
	padding-left: 5px;
	border-bottom: 1px solid #0058a1;
	border-right: 1px solid #0058a1;
	border-left: 1px solid #0058a1;
	color: black;
	background-color: #F3F3F3;
}

.new_custom_2023_WMonitorBarMessage-closeButton {
	cursor: pointer;
}

/********************************************************************/
/*							WTaskBarIcon							*/
/********************************************************************/

.new_custom_2023_WTaskBarIcon {
	margin: 1px;
    float: left;
    cursor: pointer;
    width: auto;
}

.new_custom_2023_WTaskBarIcon-icon {
	width: 26px;
	height: 16px;
	background-image: url("new_custom_2023/iwf-WFrame_icon_default.gif");
	background-repeat: no-repeat;
	background-position: center;
	z-index:1000;
}

.new_custom_2023_WTaskBarIcon-unselected_left {
	background: transparent url("new_custom_2023/iwf-WTaskBarIcon_left.gif") no-repeat 0px -78px;
	width:8px;
	height:26px;
	color: white;
}

.new_custom_2023_WTaskBarIcon-unselected_middle {
	background: transparent url("new_custom_2023/iwf-WTaskBarIcon_middle.gif") repeat-x 0px -78px;
  	height:26px;
  	color: white;
  	font-weight: bold;
}

.new_custom_2023_WTaskBarIcon-unselected_right {
	background: transparent url("new_custom_2023/iwf-WTaskBarIcon_right.gif") no-repeat 0px -78px;
 	width:8px;
  	height:26px;
  	color: white;
}

.new_custom_2023_WTaskBarIcon-unselected_not_visible_left {
	background: transparent url("new_custom_2023/iwf-WTaskBarIcon_left.gif") no-repeat 0px -104px;
	width:8px;
	height:26px;
	color: black;
}

.new_custom_2023_WTaskBarIcon-unselected_not_visible_middle {
	background: transparent url("new_custom_2023/iwf-WTaskBarIcon_middle.gif") repeat-x 0px -104px;
  	height:26px;
  	color: black;
}

.new_custom_2023_WTaskBarIcon-unselected_not_visible_right {
	background: transparent url("new_custom_2023/iwf-WTaskBarIcon_right.gif") no-repeat 0px -104px;
 	width:8px;
  	height:26px;
  	color: black;
}

.new_custom_2023_WTaskBarIcon-selected_left {
	background: transparent url("new_custom_2023/iwf-WTaskBarIcon_left.gif") no-repeat 0px -52px;
  	width:8px;
  	height:26px;
  	color: white;
}

.new_custom_2023_WTaskBarIcon-selected_middle {
	background: transparent url("new_custom_2023/iwf-WTaskBarIcon_middle.gif") repeat-x 0px -52px;
  	height:26px;
  	color: white;
  	font-weight: bold;
}

.new_custom_2023_WTaskBarIcon-selected_right {
	background: transparent url("new_custom_2023/iwf-WTaskBarIcon_right.gif") no-repeat 0px -52px;
  	width:8px;
  	height:26px;
  	color: white;
}

.new_custom_2023_WTaskBarIcon-active_unselected_left {
	background: transparent url("new_custom_2023/iwf-WTaskBarIcon_left.gif") no-repeat 0px -26px;
  	width:8px;
  	height:26px;
  	color: white;
}

.new_custom_2023_WTaskBarIcon-active_unselected_middle {
	background: transparent url("new_custom_2023/iwf-WTaskBarIcon_middle.gif") repeat-x 0px -26px;
  	height:26px;
  	color: white;
  	font-weight: bold;
}

.new_custom_2023_WTaskBarIcon-active_unselected_right {
	background: transparent url("new_custom_2023/iwf-WTaskBarIcon_right.gif") no-repeat 0px -26px;
  	width:8px;
  	height:26px;
  	color: white;
}

.new_custom_2023_WTaskBarIcon-active_selected_left {
  	background: transparent url("new_custom_2023/iwf-WTaskBarIcon_left.gif") no-repeat 0px 0px;
  	width:8px;
  	height:26px;
  	color: white;
}

.new_custom_2023_WTaskBarIcon-active_selected_middle {
  	background: transparent url("new_custom_2023/iwf-WTaskBarIcon_middle.gif") repeat-x 0px 0px;
  	height:26px;
  	color: white;
  	font-weight: bold;
}

.new_custom_2023_WTaskBarIcon-active_selected_right {
  	background: transparent url("new_custom_2023/iwf-WTaskBarIcon_right.gif") no-repeat 0px 0px;
  	width:8px;
  	height:26px;
  	color: white;
}

/********************************************************************/
/*							WTaskBarStart							*/
/********************************************************************/

.new_custom_2023_WTaskBarStart {
	cursor: pointer;
   	font-weight: bold;
    border: 2px;
    border-bottom-style: solid;
    border-bottom-color: white;
    border-top-style: solid;
    border-top-color: white;
    border-left-style: solid;
    border-left-color: white;
    border-right-style: solid;
    border-right-color: white;
}

.new_custom_2023_WTaskBarStart-icon {
  	width: 26px;
	height: 20px;
	background-image: url(new_custom_2023/iwf20x20.png);
	background-repeat: no-repeat;
}

.new_custom_2023_WTaskBarStart-selected_right {
  width:20px;
  height:25px;
}

.new_custom_2023_WTaskBarStart-selected_middle {
  height:25px;
  color: white;
}

.new_custom_2023_WTaskBarStart-selected_left {
  width:20px;
  height:25px;
  color: var(--White, #FFF);
  text-align: center;
  /* Small btn text */
}

.new_custom_2023_WTaskBarStart-unselected_right {
  width:20px;
  height:25px;
}

.new_custom_2023_WTaskBarStart-unselected_middle {
  height:25px;
  color: darkblue;
}

.new_custom_2023_WTaskBarStart-unselected_left {
   width:20px;
  height:25px;
  color: var(--White, #FFF);
  text-align: center;
}

.new_custom_2023_WButtonStart{
	display: flex;
	height: 25px;
	align-items: center;
	gap: 8px;
 	border-radius: 5px;
 	color: var(--background-neutral-bg-variant, #F5F7F9);
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
  	background: var(--blue-6, #0064B4);
}


/********************************************************************/
/*							WTaskBarIconDialog						*/
/********************************************************************/

.new_custom_2023_WTaskBarIconDialog {
	border:1px solid #A7A6AA;
	background-color: white;
}

.new_custom_2023_WTaskBarIconDialogItem {
	-moz-user-select:none;
	-webkit-user-select:none;
	cursor: pointer;
	background: white;
	color: darkblue;
	font-family: Montserrat;
	font-size:12px;
}

.new_custom_2023_WTaskBarIconDialogItem-over {
	-moz-user-select:none;
	-webkit-user-select:none;
	cursor: pointer;
	background-color: darkblue;
	color: white;	
	font-family: Montserrat;
	font-size:12px;
}

/********************************************************************/
/*							WFrameTopBar							*/
/********************************************************************/

.new_custom_2023_WFrameTopBar {
  width: 100%;
  -webkit-user-select: none;
}

/********************************************************************/
/*							WFrame									*/
/********************************************************************/

.new_custom_2023_WFrame-caption {
	width: 100%;
	color: white;
	font-family: Montserrat;
	font-size: small;
	font-weight: bold;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
}

.new_custom_2023_WFrame-top-caption {
	width: 100%;
	color: white;
	font-family: Montserrat;
	font-size: small;
	font-weight: bold;
	-moz-user-select:none;
	-webkit-user-select: none;
}

.new_custom_2023_WFrame-spacer {
	width: 5px;
	-webkit-user-select: none;
}

.new_custom_2023_WFrame-content {
	background: #F3F3F3;
	color: black;
	font-family: Montserrat;
	font-size: small;
}
.new_custom_2023_WFrame-shape {
    /*background: transparent;*/
    border: 3px dashed;
    border-color: black;
    -moz-opacity: 0.4;
    opacity: 0.4; /* FX/Opera/Safari/Chrome */
    -webkit-user-select: none;
    background: #e6e6e6;
    filter: Alpha(Opacity=40, FinishOpacity=20, Style=1, StartX=0,
				  StartY=0, FinishX=100,
				  FinishY=100); /* IE6/IE7 */
	-ms-filter:"alpha(opacity=40)"; /* IE8 */
}

.new_custom_2023_WFrame-shape_sizer {
	cursor: se-resize;	
    font-size: 1px;
}

.new_custom_2023_WFrame-shape_sizer-south {
	cursor: s-resize;	
    font-size: 1px;
}

.new_custom_2023_WFrame-shape_sizer-east {
	cursor: e-resize;	
    font-size: 1px;
}

.new_custom_2023_WFrame-shape_sizer-southwest {
	cursor: sw-resize;	
    font-size: 1px;
}

.new_custom_2023_WFrame-shape_sizer-west {
	cursor: w-resize;	
    font-size: 1px;
}

.new_custom_2023_WFrame-shape_sizer-northwest {
	cursor: nw-resize;	
    font-size: 1px;
}

.new_custom_2023_WFrame-shape_sizer-northeast {
	cursor: ne-resize;	
    font-size: 1px;
}

.new_custom_2023_WFrame-shape_sizer-north {
	cursor: n-resize;	
    font-size: 1px;
}

.new_custom_2023_WFrame-shape_mover {
	cursor: move;
}

.new_custom_2023_WFrame-icon {
	cursor:default;
	z-index:1000;
	-webkit-user-select: none;
	width: 0px;
	height:0px;
}

.new_custom_2023_WFrame-TaskBarIcon {
	
	width: 13px;
	height:13px;
	padding-right: 5px;
	padding-top: 5px;
}

.new_custom_2023_WFrame-nw {
  background: transparent url(new_custom_2023/iwf-WFrame_top_left.gif) no-repeat 0 0;			
  width:10px;
  height:29px;
}

.new_custom_2023_WFrame-nw-sizer {
  background: transparent url(new_custom_2023/iwf-WFrame_top_left.gif) no-repeat 0 0;			
  width:10px;
  height:29px;
  cursor: nw-resize;
}

.new_custom_2023_WFrame-caption-container {
  background: transparent url(new_custom_2023/iwf-WFrame_top_middle.gif) repeat-x 0 0;			
  height:25px;
  cursor:move;
}

.new_custom_2023_WFrame-n {
	background: transparent url("new_custom_2023/iwf-WFrame_top_top_north.gif") repeat-x 0 0;
	height: 4px;
	cursor: default;
	font-size: 0px;
}

.new_custom_2023_WFrame-n-sizer {
	background: transparent url("new_custom_2023/iwf-WFrame_top_top_north.gif") repeat-x 0 0;
	height: 4px;
	cursor: n-resize;
	font-size: 0px;
}

.new_custom_2023_WFrame-ne {
  background: transparent url(new_custom_2023/iwf-WFrame_top_right.gif) no-repeat 0 0;			
  width:10px;	  
  height:29px;
}

.new_custom_2023_WFrame-ne-sizer {
  background: transparent url(new_custom_2023/iwf-WFrame_top_right.gif) no-repeat 0 0;			
  width:10px;	  
  height:29px;
  cursor: ne-resize;
}

.new_custom_2023_WFrame-w {
  background: transparent url(new_custom_2023/iwf-WFrame_left.gif) repeat-y top left;			
  width: 4px;
}

.new_custom_2023_WFrame-w-sizer {
  background: transparent url(new_custom_2023/iwf-WFrame_left.gif) repeat-y top left;			
  width:4px;
  cursor: w-resize;
  font-size: 1px;
}

.new_custom_2023_WFrame-e {
  background: transparent url(new_custom_2023/iwf-WFrame_right.gif) repeat-y top right;			
  width:4px;
}

.new_custom_2023_WFrame-e-sizer {
	background: transparent url(new_custom_2023/iwf-WFrame_right.gif) repeat-y top right;			
  	width:4px;
	cursor: e-resize;
	font-size: 1px;
}

.new_custom_2023_WFrame-sw {
  background: transparent url(new_custom_2023/iwf-WFrame_bottom_left.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
  top: 0;
  font-size: 1px;
}

.new_custom_2023_WFrame-sw-sizer {
  background: transparent url(new_custom_2023/iwf-WFrame_bottom_left.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
  top: 0;
  font-size: 1px;
  cursor: sw-resize;
}

.new_custom_2023_WFrame-s {
  background: transparent url(new_custom_2023/iwf-WFrame_bottom_middle.gif) repeat-x 0 0;			
  height:7px;
  top: 0;
  font-size: 1px;
}

.new_custom_2023_WFrame-s-sizer {
	background: transparent url(new_custom_2023/iwf-WFrame_bottom_middle.gif) repeat-x 0 0;			
 	height:7px;
  	top: 0;
	cursor: s-resize;
	font-size: 1px;
}

.new_custom_2023_WFrame-se {
  background: transparent url(new_custom_2023/iwf-WFrame_bottom_right.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
  top: 0;
  font-size: 1px;
}

.new_custom_2023_WFrame-sizer  {
  background: transparent url(new_custom_2023/iwf-WFrame_bottom_right.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
  top: 0;
  cursor:se-resize;
  font-size: 1px;
}

.new_custom_2023_WFrame-top-nw {
  background: transparent url(new_custom_2023/iwf-WFrame_top_select_top_left.gif) no-repeat 0 0;			
  width:10px;
  height:29px;
  cursor: default;
}

.new_custom_2023_WFrame-top-nw-sizer {
  background: transparent url(new_custom_2023/iwf-WFrame_top_select_top_left.gif) no-repeat 0 0;			
  width:10px;
  height:29px;
  cursor: nw-resize;
}

.new_custom_2023_WFrame-top-caption-container {
  background: transparent url(new_custom_2023/iwf-WFrame_top_select_top_middle.gif) repeat-x 0 0;			
  height:25px;
  cursor:move;
  -webkit-user-select: none;
}

.new_custom_2023_WFrame-top-n {
	background: transparent url("new_custom_2023/iwf-WFrame_top_select_top_north.gif");
	height: 4px;
	cursor: default;
	font-size: 0px;
}

.new_custom_2023_WFrame-top-n-sizer {
	background: transparent url("new_custom_2023/iwf-WFrame_top_select_top_north.gif");
	height: 4px;
	cursor: n-resize;
	font-size: 0px;
	-webkit-user-select: none;
}

.new_custom_2023_WFrame-top-ne {
  background: transparent url(new_custom_2023/iwf-WFrame_top_select_top_right.gif) no-repeat 0 0;			
  width:10px;	  
  height:29px;
  cursor: default;
}

.new_custom_2023_WFrame-top-ne-sizer {
  background: transparent url(new_custom_2023/iwf-WFrame_top_select_top_right.gif) no-repeat 0 0;			
  width:10px;	  
  height:29px;
  cursor: ne-resize;
}

.new_custom_2023_WFrame-top-w {
  background: transparent url(new_custom_2023/iwf-WFrame_top_select_left.gif) repeat-y top left;			
  width:4px;
  height:100%;
  cursor: default;
}

.new_custom_2023_WFrame-top-w-sizer {
  background: transparent url(new_custom_2023/iwf-WFrame_top_select_left.gif) repeat-y top left;			
  width:4px;
  height:100%;
  font-size: 1px;
  cursor: w-resize;  
}

.new_custom_2023_WFrame-top-e {
  background: transparent url(new_custom_2023/iwf-WFrame_top_select_right.gif) repeat-y top right;			
  width:4px;
  height:100%;	  
  cursor: default;
}

.new_custom_2023_WFrame-top-e-sizer {
  background: transparent url(new_custom_2023/iwf-WFrame_top_select_right.gif) repeat-y top right;			
  width:4px;
  height:100%;
  font-size: 1px;
  cursor: e-resize;  
}

.new_custom_2023_WFrame-top-sw {
  background: transparent url(new_custom_2023/iwf-WFrame_top_select_bottom_left.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
  top: 0;
  font-size: 1px;
  cursor: default;
}

.new_custom_2023_WFrame-top-sw-sizer {
  background: transparent url(new_custom_2023/iwf-WFrame_top_select_bottom_left.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
  top: 0;
  font-size: 1px;
  cursor: sw-resize;
}

.new_custom_2023_WFrame-top-s {
  background: transparent url(new_custom_2023/iwf-WFrame_top_select_bottom_middle.gif) repeat-x 0 0;			
  height:7px;
  top: 0;
  font-size: 1px;
  cursor: default;
}

.new_custom_2023_WFrame-top-s-sizer {
  background: transparent url(new_custom_2023/iwf-WFrame_top_select_bottom_middle.gif) repeat-x 0 0;			
  height:7px;
  top: 0;
  font-size: 1px;
  cursor: s-resize;
}

.new_custom_2023_WFrame-top-se {
  background: transparent url(new_custom_2023/iwf-WFrame_top_select_bottom_right.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
  top: 0;
  font-size: 1px;
  cursor: default;
}

.new_custom_2023_WFrame-top-sizer {
  background: transparent url(new_custom_2023/iwf-WFrame_top_select_bottom_right.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
  top: 0;
  cursor:se-resize;
  font-size: 1px;
}

.new_custom_2023_WFrame-top-empty {
  background: transparent url(new_custom_2023/new_custom_2023_empty.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
  top: 0;
  font-size: 1px;
}

.new_custom_2023_WFrame-close-last {
	width: 23px;
	height: 23px;
	background: transparent url(new_custom_2023/iwf-WFrame_button.gif) no-repeat 0px 0px;
	cursor:pointer;
	z-index:1000;
}

.new_custom_2023_WFrame-minimize-no-first {
	width: 23px;
	height: 23px;
	background: transparent url(new_custom_2023/iwf-WFrame_button.gif) no-repeat 0px -92px;
	cursor:pointer;
	z-index:1000;
}

.new_custom_2023_WFrame-minimize {
	width: 23px;
	height: 23px;
	background: transparent url(new_custom_2023/iwf-WFrame_button.gif) no-repeat 0px -69px;
	cursor:pointer;
	z-index:1000;
}

.new_custom_2023_WFrame-maximize {
	width: 23px;
	height: 23px;
	background: transparent url(new_custom_2023/iwf-WFrame_button.gif) no-repeat 0px -46px;
	cursor:pointer;
	z-index:1000;
}

.new_custom_2023_WFrame-demaximize {
	width: 23px;
	height: 23px;
	background: transparent url(new_custom_2023/iwf-WFrame_button.gif) no-repeat 0px -115px;
	cursor:pointer;
	z-index:1000;
}

.new_custom_2023_WFrame-helpUrl {
	width: 23px;
	height: 23px;
	background: transparent url(new_custom_2023/iwf-WFrame_button.gif) no-repeat 0px -23px;
	cursor:pointer;
	z-index:1000;
}

.new_custom_2023_WFrame-logPath {
	width: 23px;
	height: 23px;
	background: transparent url(new_custom_2023/iwf-WFrame_button_logUrl.gif) no-repeat 0 0;
	cursor:pointer;
	z-index:1000;
}

/********************************************************************/
/*							WDialog									*/
/********************************************************************/

.new_custom_2023_WDialog {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.new_custom_2023_WDialog-message {
	font-size:12px;
    font-family: Montserrat;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.new_custom_2023_WDialog-buttons {
	text-align:center;
	width:100%;
}

.new_custom_2023_WDialog-buttons input {
	width:20%;
	margin:10px;
}

.new_custom_2023_WDialog-progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url(new_custom_2023/iwf-WFrame_icon_progress.gif) no-repeat center center
}

/********************************************************************/
/*							WTabPanel								*/
/********************************************************************/

  /*
   * WHScrollTabPanel-horizontal
   */
.new_custom_2023_WTabPanel-horizontal {
	-webkit-user-select: none;
}

  /*
   * WHScrollTabPanel-vertical
   */
.new_custom_2023_WTabPanel-west {
}

.new_custom_2023_WTabPanel-east {
}

/* tabFooterPanel south */
 
.new_custom_2023_WTabFooterPanel-south-left {
	height: 0px;
	width: 0px;
	font-size: 0px;
}

.new_custom_2023_WTabFooterPanel-south-center {
	height: 0px;
	font-size: 0px;
}

.new_custom_2023_WTabFooterPanel-south-right {
	height: 0px;
	width: 0px;
	font-size: 0px;
}

 /* tabFooterPanel north */
 
.new_custom_2023_WTabFooterPanel-north-left {
	height: 0px;
	width: 0px;
	font-size: 0px;
}

.new_custom_2023_WTabFooterPanel-north-center {
	height: 0px;
	font-size: 0px;
	-webkit-user-select: none;
}

.new_custom_2023_WTabFooterPanel-north-right {
	height: 0px;
	width: 0px;
	font-size: 0px;
}

/* tabFooterPanel west */
 
.new_custom_2023_WTabFooterPanel-west-south-left { 
	height: 0px;
	width: 0px;
	font-size: 0px;
}

.new_custom_2023_WTabFooterPanel-west-south-center-left { 
	height: 0px;
	width: 0px;
	font-size: 0px;
}

.new_custom_2023_WTabFooterPanel-west-south-center {
	height: 0px;
	font-size: 0px;
}

.new_custom_2023_WTabFooterPanel-west-south-right {
	height: 0px;
	width: 0px;
	font-size: 0px;
}

/* tabFooterPanel east */
 
.new_custom_2023_WTabFooterPanel-east-south-left { 
	height: 0px;
	width: 0px;
	font-size: 0px;
}

.new_custom_2023_WTabFooterPanel-east-south-center {
	height: 0px;
	font-size: 0px;
}

.iwf_WTabFooterPanel-east-south-center-right {
	height: 0px;
	width: 0px;
	font-size: 0px;
}

.new_custom_2023_WTabFooterPanel-east-south-right {
	height: 0px;
	width: 0px;
	font-size: 0px;
}

/********************************************************************/
/*							WTabBar 								*/
/********************************************************************/

.new_custom_2023_WTabBar {
}

.new_custom_2023_WTabBar-north-spacing {
	/*background: transparent url("new_custom_2023/iwf-WTab_center_north.gif") repeat-x 0px 0px;*/
	background-color: white;
	height: 27px;
}

.new_custom_2023_WTabBar-south-spacing {
	background: transparent url("new_custom_2023/iwf-WTab_center_south.gif") repeat-x 0px 0px;
	height: 27px;
}

.new_custom_2023_WTabBar-north-spacing_empty {
	background: transparent url("new_custom_2023/iwf-WTab_center_north.gif") repeat-x 0px 0px;
	height: 27px;
	width: 6px;
}

.new_custom_2023_WTabBar-south-spacing_empty {
	background: transparent url("new_custom_2023/iwf-WTab_center_south.gif") repeat-x 0px 0px;
	height: 27px;
	width: 6px;
}

.new_custom_2023_WTabBar-west-spacing {
	background: transparent url("new_custom_2023/iwf-WTab_right_west.gif") repeat-y 0px 0px;
}

.new_custom_2023_WTabBar-east-spacing {
	background: transparent url("new_custom_2023/iwf-WTab_left_east.gif") repeat-y 0px 0px;
}

.new_custom_2023_WTabBar-west-spacing_empty {
	background: transparent url("new_custom_2023/iwf-WTab_right_west.gif") repeat-y 0px 0px;
	font-size: 6px;
}

.new_custom_2023_WTabBar-east-spacing_empty {
	background: transparent url("new_custom_2023/iwf-WTab_left_east.gif") repeat-y 0px 0px;
	font-size: 6px;
}

/********************************************************************/
/*							WTab    								*/
/********************************************************************/

.new_custom_2023_WTabLabel {
	font-size:16px;
  	font-family: Montserrat;
  	-webkit-user-select: none;
  	font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
   
}

.new_custom_2023_WTabLabel_disabled {
	font-size:14px;
    font-family: Montserrat;
	color: graytext;
	cursor: default;
	-webkit-user-select: none;
	font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
 /*
	tab_off_north
 */

/*
.new_custom_2023_WTab-north-left-off {
	/*background: transparent url("new_custom_2023/iwf-WTab_left_north.gif") no-repeat 0px 0px;*/
/*	cursor: pointer;
	width: 9px;
	height: 27px;
	-webkit-user-select: none;
	background-color: white;
    color: var(--Slate-8, #455B71);
    
}
*/

/*
.new_custom_2023_WTab-north-center-off {
	/*background: transparent url("new_custom_2023/iwf-WTab_center_north.gif") repeat-x 0px 0px;*/
/*	cursor: pointer;
	height: 27px;
	-webkit-user-select: none;
	color: var(--Slate-8, #455B71);
	font-size:12px;
	background-color: white;
}
*/
/*
.new_custom_2023_WTab-north-right-off {
	/*background: transparent url("new_custom_2023/iwf-WTab_right_north.gif") no-repeat 0px 0px;*/
/*	cursor: pointer;
	width: 9px;
	height: 27px;
	padding-right: 3px;
	-webkit-user-select: none;
	background-color: white;
}
*/

.new_custom_2023_WTab-north-left-off {
	cursor: pointer;
	width: 9px;
	height: 27px;
	-webkit-user-select: none;
	background-color: white;
    color: var(--Slate-8, #455B71);
    border-top-left-radius: 5px;
	border-top: solid #D4D4D4;
	border-top-width: 1px;
	border-left: solid #D4D4D4;
    border-left-width: 1px;
}



.new_custom_2023_WTab-north-center-off {
	cursor: pointer;
	height: 27px;
	-webkit-user-select: none;
	color: var(--Slate-8, #455B71);
	font-size:12px;
	background-color: white;
	border-top: solid #D4D4D4;
    border-width: 1px;
}


.new_custom_2023_WTab-north-right-off {
	cursor: pointer;
	width: 9px;
	height: 27px;
	padding-right: 3px;
	-webkit-user-select: none;
	background-color: white;
	color: var(--Slate-8, #455B71);
	border-top-right-radius: 5px;
	border-top: solid #D4D4D4;
	border-top-width: 1px;
	border-right: solid #D4D4D4;
    border-right-width: 1px;
}





 /*
	tab_north_on
 */
/*
.new_custom_2023_WTab-north-left-on {
	background: transparent url("new_custom_2023/iwf-WTab_left_north.gif") no-repeat 0px -27px;
	width: 9px;
	height: 27px;
	-webkit-user-select: none;
	visibility: collapse;
	
}
*/
.new_custom_2023_WTab-north-left-on {
	/*background: transparent url("new_custom_2023/iwf-WTab_left_north.gif") no-repeat 0px -27px;*/
	width: 9px;
	height: 27px;
	-webkit-user-select: none;
	border-top-left-radius: 5px;
    border-top: solid #87898a;
    border-left: solid #87898a;
    border-left-width: 2px;
    border-top-width: 2px;
	
}


/*
.new_custom_2023_WTab-north-center-on {
	/*background: transparent url("new_custom_2023/iwf-WTab_center_north.gif") repeat-x 0px -27px;*/
	/*height: 27px;
	font-weight: bold;
	color: var(--Blue-8, #004680);
	-webkit-user-select: none;
}

*/

.new_custom_2023_WTab-north-center-on {
	/*background: transparent url("new_custom_2023/iwf-WTab_center_north.gif") repeat-x 0px -27px;*/
	height: 27px;
	font-weight: bold;
	color: var(--Blue-8, #004680);
	-webkit-user-select: none;
	border-top: solid #87898a;
	border-width: 2px;
}

/*
.new_custom_2023_WTab-north-right-on {
	background: transparent url("new_custom_2023/iwf-WTab_right_north.gif") no-repeat 0px -27px;
	width: 9px;
	height: 27px;
	padding-right: 3px;
	-webkit-user-select: none;
	visibility: collapse;
}

*/

.new_custom_2023_WTab-north-right-on {
	/*background: transparent url("new_custom_2023/iwf-WTab_right_north.gif") no-repeat 0px -27px;*/
	width: 9px;
	height: 27px;
	padding-right: 3px;
	-webkit-user-select: none;
	border-top-right-radius: 5px;
    border-top: solid #87898a;
    border-right: solid #87898a;
    border-right-width: 2px;
    border-top-width: 2px;

}

 /*
	tab_north_over
 */
/*
.new_custom_2023_WTab-north-left-over {
	background: transparent url("new_custom_2023/iwf-WTab_left_north.gif") no-repeat 0px -54px;
	cursor: pointer;
	height: 27px;
	width: 9px;
	-webkit-user-select: none;
	visibility: collapse;
}

*/

.new_custom_2023_WTab-north-left-over {
	
	cursor: pointer;
	height: 27px;
	width: 9px;
	-webkit-user-select: none;
	border-top-left-radius: 5px;
    border-top: solid #D4D4D4;
    border-top-width: 1px;
    border-left: solid #D4D4D4;
    border-left-width: 1px;
}

/*
.new_custom_2023_WTab-north-center-over {
	background: transparent url("new_custom_2023/iwf-WTab_center_north.gif") repeat-x 0px -54px;
	cursor: pointer;
	height: 27px;
	-webkit-user-select: none;
}
*/

.new_custom_2023_WTab-north-center-over {
	cursor: pointer;
	height: 27px;
	-webkit-user-select: none;
	border-top: solid #D4D4D4;
    border-width: 1px;
}
/*
.new_custom_2023_WTab-north-right-over {
	background: transparent url("new_custom_2023/iwf-WTab_right_north.gif") no-repeat 0px -54px;
	cursor: pointer;
	height: 27px;
	width: 9px;
	padding-right: 3px;
	-webkit-user-select: none;
	visibility: collapse;
}
*/

.new_custom_2023_WTab-north-right-over {
	
	cursor: pointer;
	height: 27px;
	width: 9px;
	padding-right: 3px;
	-webkit-user-select: none;
	border-top-right-radius: 5px;
    border-top: solid #D4D4D4;
    border-top-width: 1px;
    border-right: solid #D4D4D4;
    border-right-width: 1px;
}

/*
	tab_south_off
*/

.new_custom_2023_WTab-south-left-off {
	background: transparent url("new_custom_2023/iwf-WTab_left_south.gif") no-repeat 0px 0px;
	cursor: pointer;
	width: 9px;
	height: 27px;
}

.new_custom_2023_WTab-south-center-off {
	background: transparent url("new_custom_2023/iwf-WTab_center_south.gif") repeat-x 0px 0px;
	cursor: pointer;
	height: 27px;
}

.new_custom_2023_WTab-south-right-off {
	background: transparent url("new_custom_2023/iwf-WTab_right_south.gif") no-repeat 0px 0px;
	cursor: pointer;
	width: 9px;
	height: 27px;
	padding-right: 3px;
}

/*
	tab_south_on
*/

.new_custom_2023_WTab-south-left-on {
	background: transparent url("new_custom_2023/iwf-WTab_left_south.gif") no-repeat 0px -27px;
	width: 9px;
	height: 27px;
}

.new_custom_2023_WTab-south-center-on {
	background: transparent url("new_custom_2023/iwf-WTab_center_south.gif") repeat-x 0px -27px;
	height: 27px;
	font-weight: bold;
	color: #416AA3;
}

.new_custom_2023_WTab-south-right-on {
	background: transparent url("new_custom_2023/iwf-WTab_right_south.gif") no-repeat 0px -27px;
	width: 9px;
	height: 27px;
	padding-right: 3px;
}

 /*
	tab-south-over
 */

.new_custom_2023_WTab-south-left-over {
	background: transparent url("new_custom_2023/iwf-WTab_left_south.gif") no-repeat 0px -54px;
	cursor: pointer;
	height: 27px;
	width: 9px;
}

.new_custom_2023_WTab-south-center-over {
	background: transparent url("new_custom_2023/iwf-WTab_center_south.gif") repeat-x 0px -54px;
	cursor: pointer;
	height: 27px;
}

.new_custom_2023_WTab-south-right-over {
	background: transparent url("new_custom_2023/iwf-WTab_right_south.gif") no-repeat 0px -54px;
	cursor: pointer;
	height: 27px;
	width: 9px;
	padding-right: 3px;
}

/*
	tab_west_off
*/

.new_custom_2023_WTab-west-left-off {
	background: transparent url("new_custom_2023/iwf-WTab_left_west.gif") no-repeat 0px 0px;
	cursor: pointer;
	width: 9px;
	height: 27px;
	padding-left: 3px;
}

.new_custom_2023_WTab-west-center-off {
	background: transparent url("new_custom_2023/iwf-WTab_center_west.gif") repeat-x 0px 0px;
	cursor: pointer;
	height: 27px;
}

.new_custom_2023_WTab-west-image-off {
	background: transparent url("new_custom_2023/iwf-WTab_center_west.gif") repeat-x 0px 0px;
	cursor: pointer;
	height: 27px;
	width: 20px;
}

.new_custom_2023_WTab-west-right-off {
	background: transparent url("new_custom_2023/iwf-WTab_right_west.gif") no-repeat 0px 0px;
	cursor: pointer;
	width: 9px;
	height: 27px;
	background-position: right;
}

/*
	tab_west_on
*/

.new_custom_2023_WTab-west-left-on {
	background: transparent url("new_custom_2023/iwf-WTab_left_west.gif") no-repeat 0px -27px;
	width: 9px;
	height: 27px;
	padding-left: 3px;
}

.new_custom_2023_WTab-west-center-on {
	background: transparent url("new_custom_2023/iwf-WTab_center_west.gif") repeat-x 0px -27px;
	height: 27px;
	font-weight: bold;
	color: #416AA3;
}

.new_custom_2023_WTab-west-right-on {
	background: transparent url("new_custom_2023/iwf-WTab_right_west.gif") no-repeat 0px -27px;
	width: 9px;
	height: 27px;
	background-position: right;
}

 /*
	tab-west-over
 */

.new_custom_2023_WTab-west-left-over {
	background: transparent url("new_custom_2023/iwf-WTab_left_west.gif") no-repeat 0px -54px;
	cursor: pointer;
	height: 27px;
	width: 9px;
	padding-left: 3px;
	
}

.new_custom_2023_WTab-west-center-over {
	background: transparent url("new_custom_2023/iwf-WTab_center_west.gif") repeat-x 0px -54px;
	cursor: pointer;
	height: 27px;
}

.new_custom_2023_WTab-west-right-over {
	background: transparent url("new_custom_2023/iwf-WTab_right_west.gif") no-repeat 0px -54px;
	cursor: pointer;
	height: 27px;
	width: 9px;
	background-position: right;
}

/*
	tab_east_off
*/

.new_custom_2023_WTab-east-left-off {
	background: transparent url("new_custom_2023/iwf-WTab_left_east.gif") no-repeat 0px 0px;
	cursor: pointer;
	width: 9px;
	height: 27px;
}

.new_custom_2023_WTab-east-center-off {
	background: transparent url("new_custom_2023/iwf-WTab_center_east.gif") repeat-x 0px 0px;
	cursor: pointer;
	height: 27px;
}

.new_custom_2023_WTab-east-right-off {
	background: transparent url("new_custom_2023/iwf-WTab_right_east.gif") no-repeat 0px 0px;
	cursor: pointer;
	width: 9px;
	height: 27px;
	padding-right: 3px;
}

/*
	tab_east_on
*/

.new_custom_2023_WTab-east-left-on {
	background: transparent url("new_custom_2023/iwf-WTab_left_east.gif") no-repeat 0px -27px;
	width: 9px;
	height: 27px;
}

.new_custom_2023_WTab-east-center-on {
	background: transparent url("new_custom_2023/iwf-WTab_center_east.gif") repeat-x 0px -27px;
	background-repeat: repeat-x;
	height: 27px;
	font-weight: bold;
	color: #416AA3;
}

.new_custom_2023_WTab-east-right-on {
	background: transparent url("new_custom_2023/iwf-WTab_right_east.gif") no-repeat 0px -27px;
	width: 9px;
	height: 27px;
	padding-right: 3px;
}

 /*
	tab-east-over
 */

.new_custom_2023_WTab-east-left-over {
	background: transparent url("new_custom_2023/iwf-WTab_left_east.gif") no-repeat 0px -54px;
	cursor: pointer;
	height: 27px;
	width: 9px;
}

.new_custom_2023_WTab-east-center-over {
	background: transparent url("new_custom_2023/iwf-WTab_center_east.gif") repeat-x 0px -54px;
	cursor: pointer;
	height: 27px;
}

.new_custom_2023_WTab-east-right-over {
	background: transparent url("new_custom_2023/iwf-WTab_right_east.gif") no-repeat 0px -54px;
	cursor: pointer;
	height: 27px;
	width: 9px;
	padding-right: 3px;
}

.new_custom_2023_WTab-close {
	background: transparent url("new_custom_2023/iwf-WTabClose.gif") no-repeat 0px 0px;
	cursor: pointer;
	width: 10px;
	height: 10px;
}

.new_custom_2023_WTab-close-over {
	background: transparent url("new_custom_2023/iwf-WTabClose.gif") no-repeat 0px -10px;
	cursor: pointer;
	width: 10px;
	height: 10px;
}

/********************************************************************/
/*						WSizeButton									*/
/********************************************************************/
.new_custom_2023_WButton {
  margin: 1px;
  float: left;
  cursor: pointer;
}

.new_custom_2023_WButton-icon {
  background-repeat: no-repeat;
  background-position: center;
  z-index:1000;
}

.new_custom_2023_WButton-label {
  font-size:12px;
  font-family: Montserrat;
  color: #ffffff;
}

.new_custom_2023_WButton-label_over {
  font-size:12px;
  font-family: Montserrat;
  color: darkblue;
}

.new_custom_2023_WButton-label_disabled {
  font-size:12px;
  font-family: Montserrat;
  color: graytext;
}

/*unselected*/

.new_custom_2023_WButton-unselected_top_left {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-unselected_top_left.gif);
  background-repeat: no-repeat 0 0;			
  width:7px;
  height:7px;
}

.new_custom_2023_WButton-unselected_bottom_left {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-unselected_bottom_left.gif);
  background-repeat: no-repeat;
  background-position: 0 0;			
  width:7px;
  height:7px;
}

.new_custom_2023_WButton-unselected_top_right {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-unselected_top_right.gif);
  background-repeat: no-repeat;
  background-position: 0 0;			
  width:7px;
  height:7px;
}

.new_custom_2023_WButton-unselected_bottom_right {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-unselected_bottom_right.gif);
  background-repeat: no-repeat;
  background-position: 0 0;			
  width:7px;
  height:7px;
}

.new_custom_2023_WButton-unselected_top_center {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-unselected_top_center.gif);
  background-repeat: repeat-x;
  background-position: 0 0;			
  width:1px;
  height:7px;
}

.new_custom_2023_WButton-unselected_center_center {
  text-align: center;
  -moz-user-select:none;
  -webkit-user-select: none;
  cursor: pointer;
  cursor: hand;
  background: transparent url(new_custom_2023/iwf-WButton-unselected_center_center.gif) repeat 0 0;
}

.new_custom_2023_WButton-unselected_bottom_center {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-unselected_bottom_center.gif);
  background-repeat: repeat-x;
  background-position: 0 0;			
  width:1px;
  height:7px;
}

/*fine unselected*/
/*inizio selected*/

.new_custom_2023_WButton-selected_top_left {
  background-color: transparent;
  /*background-image:  url(new_custom_2023/iwf-WButton-selected_top_left.gif);*/
  background-image:  url(new_custom_2023/iwf-WButton-selected_orange_top_left.gif);
  background-repeat: no-repeat;
  background-position: 0 0;			
  width:7px;
  height:7px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-selected_bottom_left {
  background-color: transparent;
  /*background-image:  url(new_custom_2023/iwf-WButton-selected_bottom_left.gif);*/
  background-image:  url(new_custom_2023/iwf-WButton-selected_orange_bottom_left.gif);
  background-repeat: no-repeat;
  background-position: 0 0;			
  width:7px;
  height:7px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-selected_top_right {
  background-color: transparent;
  /*background-image:  url(new_custom_2023/iwf-WButton-selected_top_right.gif);*/
  background-image:  url(new_custom_2023/iwf-WButton-selected_orange_top_right.gif);
  background-repeat: no-repeat;
  background-position: 0 0;			
  width:7px;
  height:7px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-selected_bottom_right {
  background-color: transparent;
  /*background-image:  url(new_custom_2023/iwf-WButton-selected_bottom_right.gif);*/
  background-image:  url(new_custom_2023/iwf-WButton-selected_orange_bottom_right.gif);
  background-repeat: no-repeat;
  background-position: 0 0;			
  width:7px;
  height:7px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-selected_top_center {
  background-color: transparent;
  /*background-image:  url(new_custom_2023/iwf-WButton-selected_top_center.gif);*/
  background-image:  url(new_custom_2023/iwf-WButton-selected_orange_top_center.gif);
  background-repeat: repeat-x;
  background-position: 0 0;			
  width:1px;
  height:7px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-selected_center_center {
  text-align: center;
  -moz-user-select:none;
  -webkit-user-select: none;
  cursor: pointer;
  cursor: hand;
  /*background: transparent url(new_custom_2023/iwf-WButton-selected_center_center.gif) repeat 0 0;*/
  background: transparent url(new_custom_2023/iwf-WButton-selected_orange_center_center.gif) repeat 0 0;
}

.new_custom_2023_WButton-selected_left_center {
  text-align: center;
  -moz-user-select:none;
  -webkit-user-select: none;
  cursor: pointer;
  cursor: hand;
  background: transparent url(new_custom_2023/iwf-WButton-selected_orange_left_center.gif);
  background-repeat: repeat-y;
}

.new_custom_2023_WButton-selected_bottom_center {
  background-color: transparent;
  /*background-image:  url(new_custom_2023/iwf-WButton-selected_bottom_center.gif);*/
  background-image:  url(new_custom_2023/iwf-WButton-selected_orange_bottom_center.gif);
  background-repeat: repeat-x;
  background-position: 0 0;			
  width:1px;
  height:7px;
  cursor: hand;
  cursor: pointer;
}

/*fine selected*/
/*inizio down*/

.new_custom_2023_WButton-down_top_left {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-down_top_left.gif);
  background-repeat: no-repeat;
  background-position: 0 0;			
  width:7px;
  height:7px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-down_bottom_left {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-down_bottom_left.gif);
  background-repeat: no-repeat;
  background-position: 0 0;			
  width:7px;
  height:7px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-down_top_right {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-down_top_right.gif);
  background-repeat: no-repeat;
  background-position: 0 0;			
  width:7px;
  height:7px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-down_bottom_right {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-down_bottom_right.gif);
  background-repeat: no-repeat;
  background-position: 0 0;			
  width:7px;
  height:7px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-down_top_center {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-down_top_center.gif);
  background-repeat: repeat-x;
  background-position: 0 0;			
  width:1px;
  height:7px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-down_center_center {
  text-align: center;
  -moz-user-select:none;
  -webkit-user-select: none;
  cursor: pointer;
  cursor: hand;
  background: transparent url(new_custom_2023/iwf-WButton-down_center_center.gif) repeat 0 0;
}

.new_custom_2023_WButton-down_bottom_center {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-down_bottom_center.gif);
  background-repeat: repeat-x;
  background-position: 0 0;			
  width:1px;
  height:7px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-unselected_left_center {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-unselected_left_center.gif);
  background-repeat: repeat-y;
  background-position: 0 0;			
  width:7px;
  height:1px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-unselected_right_center {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-unselected_right_center.gif);
  background-repeat: repeat-y;
  background-position: 0 0;			
  width:7px;
  height:1px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-disabled_center_center {
  text-align: center;
  -moz-user-select:none;
  -webkit-user-select: none;
  cursor: pointer;
  cursor: hand;
  background: transparent url(new_custom_2023/iwf-WButton-disabled_center_center.gif) repeat 0 0;
}

.new_custom_2023_WButton-selected_left_center {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-selected_orange_left_center.gif);
  background-repeat: repeat-y;
  background-position: 0 0;			
  width:7px;
  height:1px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-selected_right_center {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-selected_orange_right_center.gif);
  background-repeat: repeat-y;
  background-position: 0 0;			
  width:7px;
  height:1px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-down_left_center {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-down_left_center.gif);
  background-repeat: repeat-y;
  background-position: 0 0;			
  width:7px;
  height:1px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WButton-down_right_center {
  background-color: transparent;
  background-image:  url(new_custom_2023/iwf-WButton-down_right_center.gif);
  background-repeat: repeat-y;
  background-position: 0 0;			
  width:7px;
  height:1px;
  cursor: hand;
  cursor: pointer;
}

/*fine down*/

/********************************************************************/
/*						WShadowButton								*/
/********************************************************************/

.new_custom_2023_WShadowButton {
	margin: 1px;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    color: #FFFFFF;
    font-weight: bold;
}

.new_custom_2023_WShadowButton-icon-enabled {
	background-repeat: no-repeat;
	background-position: center;
	z-index:1000;
	-webkit-user-select: none;
	
}

.new_custom_2023_WShadowButton-icon-enabledLarge{
	width: 17px;
    height: 17px;
}
.new_custom_2023_WShadowButton-icon-enabledSmall{
	width: 15px;
    height: 15px;
    padding: 3px;
}
.new_custom_2023_WShadowButton-icon-disabled {
	background-repeat: no-repeat;
	background-position: center;
	z-index:1000;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	-webkit-user-select: none;
	width: 20px;
    height: 20px;
}

.new_custom_2023_WShadowButton-unselected_left {
	background: transparent url(new_custom_2023/iwf-WShadowButton_left.gif) no-repeat 0px -64px;	
	width:3px;
	height:25px;
	-webkit-user-select: none;
	visibility: collapse;
}

.new_custom_2023_WShadowButton-unselected_middle {
    display: flex;
    height: 25px;
    color: var(--background-neutral-bg-variant, #F5F7F9);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--blue-6, #0064B4);
    border-radius: 5px;
    background: var(--blue-6, #0064B4);
    padding-left: 5px;
    padding-top: 1px;
      
}

.new_custom_2023_WShadowButton-unselected_right {
  background: transparent url(new_custom_2023/iwf-WShadowButton_right.gif) no-repeat 0px -64px;		
  width:3px;
  height:25px;
  -webkit-user-select: none;
  visibility: collapse;
}

.new_custom_2023_WShadowButton-selected_left {
  background: transparent url(new_custom_2023/iwf-WShadowButton_left.gif) no-repeat 0px -32px;			
  width:3px;
  height:25px;
  cursor: hand;
  cursor: pointer;
  visibility: collapse;
}

.new_custom_2023_WShadowButton-selected_middle {
  	display: flex;
	height: 25px;
	font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
	justify-content: center;
	align-items: center;
	gap: 10px;	
	border-radius: 5px;
	border: 1px solid var(--blue-6, #0064B4);
	background: var(--background-neutral-bg-variant, #F5F7F9);		
	cursor: hand;
	cursor: pointer;
	 padding-left: 5px;
    padding-top: 1px;
}

.new_custom_2023_WShadowButton-selected_right {
  background: transparent url(new_custom_2023/iwf-WShadowButton_right.gif) no-repeat 0px -32px;			
  width:3px;
  height:25px;
  cursor: hand;
  cursor: pointer;
  visibility: collapse;
}

.new_custom_2023_WShadowButton-hover_left {
  background: transparent url(new_custom_2023/iwf-WShadowButton_orange_left.gif) no-repeat 0px -32px;			
  width:3px;
  height:25px;
  cursor: hand;
  cursor: pointer;
  visibility: collapse;
}

.new_custom_2023_WShadowButton-hover_middle {
  display: flex;
	height: 25px;
	font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
	justify-content: center;
	align-items: center;
	gap: 10px;	
	color: var(--blue-6, #0064B4);
	border-radius: 5px;
	border: 1px solid var(--blue-6, #0064B4);
		
	cursor: hand;
	cursor: pointer;
	padding-left: 5px;
    padding-top: 1px;
}


/*
.new_custom_2023_WShadowButton-hover_middle {
    display: flex;
    height: 30px;
    color: var(--blue-6, #F5F7F9);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid var(--blue-6, #0064B4);
    
    background: var(--background-neutral-bg-variant, #0058A1);
  cursor: hand;
  cursor: pointer;
}
*/
.new_custom_2023_WShadowButton-hover_right {
  background: transparent url(new_custom_2023/iwf-WShadowButton_orange_right.gif) no-repeat 0px -32px;			
  width:3px;
  height:25px;
  cursor: hand;
  cursor: pointer;
  visibility: collapse;
}

.new_custom_2023_WShadowButton-disabled_left {
  background: transparent url(new_custom_2023/iwf-WShadowButton_left.gif) no-repeat 0px 0px;			
  width:3px;
  height:25px;
  -webkit-user-select: none;
  visibility: collapse;
}

.new_custom_2023_WShadowButton-disabled_middle {
  /*
  background: transparent url(new_custom_2023/iwf-WShadowButton_middle.gif) repeat-x 0px 0px;			
  width:3px;
  height:32px;
  -webkit-user-select: none;
  */
  
  	display: flex;
    color: var(--blue-6, #0064B4);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid var(--blue-6, #0064B4);
    background: var(--background-neutral-bg-variant, #F5F7F9);
    padding-left: 5px;
    padding-top: 1px;
}

.new_custom_2023_WShadowButton-disabled_right {
  background: transparent url(new_custom_2023/iwf-WShadowButton_right.gif) no-repeat 0px 0px;			
  width:3px;
  height:25px;
  -webkit-user-select: none;
  visibility: collapse;
}

.new_custom_2023_WShadowButton-down_middle {
  background: transparent url(new_custom_2023/iwf-WShadowButton_middle.gif) repeat-x 0px -64px;			
  height:25px;
  cursor: hand;
  cursor: pointer;
  visibility: collapse;
}

.new_custom_2023_WShadowButton-down_left {
  background: transparent url(new_custom_2023/iwf-WShadowButton_left.gif) no-repeat 0px -64px;			
  width:3px;
  height:25px;
  cursor: hand;
  cursor: pointer;
  visibility: collapse;
}

.new_custom_2023_WShadowButton-down_right {
  background: transparent url(new_custom_2023/iwf-WShadowButton_right.gif) no-repeat 0px -64px;			
  width:3px;
  height:25px;
  cursor: hand;
  cursor: pointer;
  visibility: collapse;
}

/********************************************************************/
/*								WShadowButtonMini					*/
/********************************************************************/
/*
.new_custom_2023_WShadowButton {
	margin: 1px;
    float: left;
    cursor: pointer;
}

.new_custom_2023_WShadowButton-icon {
	background-repeat: no-repeat;
	background-position: center;
	z-index:1000;
	-webkit-user-select: none;
}

.new_custom_2023_WShadowButton-unselected_left_22 {
	background: transparent url(new_custom_2023/iwf-WShadowButton_left_22.gif) no-repeat 0px -44px;			
	width:3px;
	height:22px;
	-webkit-user-select: none;
}

.new_custom_2023_WShadowButton-unselected_middle_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_middle_22.gif) repeat-x 0px -44px;			
  height:22px;
  -webkit-user-select: none;
}

.new_custom_2023_WShadowButton-unselected_right_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_right_22.gif) no-repeat 0px -44px;			
  width:3px;
  height:22px;
  -webkit-user-select: none;
}

.new_custom_2023_WShadowButton-selected_left_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_left_22.gif) no-repeat 0px -22px;			
  width:3px;
  height:22px;
  cursor: hand;
  cursor: pointer;
  -webkit-user-select: none;
}

.new_custom_2023_WShadowButton-selected_middle_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_middle_22.gif) repeat-x 0px -22px;			
  height:22px;
  cursor: hand;
  cursor: pointer;
  -webkit-user-select: none;
}

.new_custom_2023_WShadowButton-selected_right_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_right_22.gif) no-repeat 0px -22px;			
  width:3px;
  height:22px;
  cursor: hand;
  cursor: pointer;
  -webkit-user-select: none;
}

.new_custom_2023_WShadowButton-hover_left_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_orange_left_22.gif) no-repeat 0px -22px;			
  width:3px;
  height:22px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WShadowButton-hover_middle_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_orange_middle_22.gif) repeat-x 0px -22px;			
  height:22px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WShadowButton-hover_right_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_orange_right_22.gif) no-repeat 0px -22px;			
  width:3px;
  height:22px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WShadowButton-disabled_left_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_left_22.gif) no-repeat 0px 0px;			
  width:3px;
  height:22px;
}

.new_custom_2023_WShadowButton-disabled_middle_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_middle_22.gif) repeat-x 0px 0px;			
  width:3px;
  height:22px;
}

.new_custom_2023_WShadowButton-disabled_right_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_right_22.gif) no-repeat 0px 0px;			
  width:3px;
  height:22px;
}

.new_custom_2023_WShadowButton-down_middle_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_middle_22.gif) repeat-x 0px -44px;			
  height:22px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WShadowButton-down_left_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_left_22.gif) no-repeat 0px -44px;			
  width:3px;
  height:22px;
  cursor: hand;
  cursor: pointer;
}

.new_custom_2023_WShadowButton-down_right_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_right_22.gif) no-repeat 0px -44px;			
  width:3px;
  height:22px;
  cursor: hand;
  cursor: pointer;
}
*/
.new_custom_2023_WShadowButton {
	margin: 1px;
    float: left;
    cursor: pointer;
}

.new_custom_2023_WShadowButton-icon {
	background-repeat: no-repeat;
	background-position: center;
	z-index:1000;
	-webkit-user-select: none;
}

.new_custom_2023_WShadowButton-unselected_left_22 {
	background: transparent url(new_custom_2023/iwf-WShadowButton_left_22.gif) no-repeat 0px -44px;			
	width:3px;
	height:22px;
	-webkit-user-select: none;
	visibility: collapse;
}

.new_custom_2023_WShadowButton-unselected_middle_22 {
  	display: flex;
	min-width: 25px;
	height: 25px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 5px;
	border: 2px solid var(--blue-6, #0064B4);
}

.new_custom_2023_WShadowButton-unselected_right_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_right_22.gif) no-repeat 0px -44px;			
  width:3px;
  height:22px;
  -webkit-user-select: none;
  visibility: collapse;
}

.new_custom_2023_WShadowButton-selected_left_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_left_22.gif) no-repeat 0px -22px;			
  width:3px;
  height:22px;
  cursor: hand;
  cursor: pointer;
  -webkit-user-select: none;
   visibility: collapse;
  
}

.new_custom_2023_WShadowButton-selected_middle_22 {
  	display: flex;
	min-width: 25px;
	height: 25px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 5px;
	border: 2px solid var(--blue-6, #0064B4);
  	cursor: hand;
  	cursor: pointer;
}

.new_custom_2023_WShadowButton-selected_right_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_right_22.gif) no-repeat 0px -22px;			
  width:3px;
  height:22px;
  cursor: hand;
  cursor: pointer;
  -webkit-user-select: none;
   visibility: collapse;
}

.new_custom_2023_WShadowButton-hover_left_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_orange_left_22.gif) no-repeat 0px -22px;			
  width:3px;
  height:22px;
  cursor: hand;
  cursor: pointer;
  visibility: collapse;
}

.new_custom_2023_WShadowButton-hover_middle_22 {
    display: flex;
	min-width: 25px;
	height: 25px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 5px;
	border: 2px solid var(--blue-6, #0064B4);
	cursor: hand;
	cursor: pointer;
}



.new_custom_2023_WShadowButton-hover_right_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_orange_right_22.gif) no-repeat 0px -22px;			
  width:3px;
  height:22px;
  cursor: hand;
  cursor: pointer;
  visibility: collapse;
}

.new_custom_2023_WShadowButton-disabled_left_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_left_22.gif) no-repeat 0px 0px;			
  width:3px;
  height:22px;
  visibility: collapse;
}

.new_custom_2023_WShadowButton-disabled_middle_22 {
  	display: flex;
	min-width: 25px;
	height: 25px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 5px;
	border: 2px solid var(--slate-5, #929DA9);
	
	

}

.new_custom_2023_WShadowButton-disabled_right_22 {
  background: transparent url(new_custom_2023/iwf-WShadowButton_right_22.gif) no-repeat 0px 0px;			
  width:3px;
  height:22px;
  visibility: collapse;
}

.new_custom_2023_WShadowButton-down_middle_22 {
  	display: flex;
	min-width: 25px;
	height: 25px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 5px;
	border: 2px solid var(--blue-6, #0064B4);
  	cursor: hand;
  	cursor: pointer;
}

.new_custom_2023_WShadowButton-down_left_22 {
  	background: transparent url(new_custom_2023/iwf-WShadowButton_left_22.gif) no-repeat 0px -44px;			
  	width:3px;
  	height:22px;
  	cursor: hand;
  	cursor: pointer;
   visibility: collapse;
  
}

.new_custom_2023_WShadowButton-down_right_22 {
  	background: transparent url(new_custom_2023/iwf-WShadowButton_right_22.gif) no-repeat 0px -44px;			
  	width:3px;
  	height:22px;
  	cursor: hand;
  	cursor: pointer;
   visibility: collapse;
}

/********************************************************************/
/*								WButtonBar							*/
/********************************************************************/
/*border-top: 1px solid white;
  border-bottom: 1px solid #A9BFD3;*/
.new_custom_2023_WButtonBar_orizzontale {
  float: left;
  vertical-align: top;  
  background: url(new_custom_2023/iwf-WButtonBarBg.gif) repeat-x;
  
  -webkit-user-select: none;
}

.new_custom_2023_WButtonBar_verticale {
  float: left;
  vertical-align: top;
  background: url(new_custom_2023/iwf-WButtonBarBgVert.gif) repeat-y;
  border-right: 1px solid white;
  border-left: 1px solid #A9BFD3;
  -webkit-user-select: none;
}

/********************************************************************/
/*			WItemListBox, WListBox, WSelectBox, WDualList			*/
/********************************************************************/

.new_custom_2023-ListBox {
	 color: var(--slate-10, #17324D);
	 border: 1px solid #AAAAAA;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	height: 27px;
}


.new_custom_2023-ListBox_option {
color: red;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	height: 27px;
	color: red;
}

.new_custom_2023-LabelListBox{
color: var(--slate-10, #17324D);
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px;
}
.new_custom_2023_WListBox_disabled {
	background-color: #ebebe4;
}

.new_custom_2023_WDragElem {
  cursor: move;
  height: 16px;
  -moz-user-select:none;
  -webkit-user-select: none;
  font-size:12px;
  font-family: Montserrat;
  vertical-align:top;
  border: 1px dashed;
  padding-left: 3px;
  text-align: left;
  -moz-opacity: 0.5;
  background-color: #e6e6e6;
  filter: Alpha(Opacity=50, FinishOpacity=20, Style=3, StartX=0,
				StartY=0, FinishX=100,
				FinishY=100);
}

.new_custom_2023_WItemListBox {
  cursor: pointer;
  cursor: hand;
  height: 16px;
  -moz-user-select:none;
  -webkit-user-select: none;
  font-size:12px;
  font-family: Montserrat;
  vertical-align:top;
  border: 0px;
  padding-left: 3px;
  background-color: white;
  text-align: left;
}

.new_custom_2023_WItemListBox_disabled {
  cursor: pointer;
  cursor: hand;
  height: 16px;
  -moz-user-select:none;
  -webkit-user-select: none;
  font-size:12px;
  font-family: Montserrat;
  vertical-align:top;
  border: 0px;
  padding-left: 3px;
  background-color: white;
  text-align: left;
  color: graytext;
}

.new_custom_2023_WItemListBox_selected {
  font-size:12px;
  font-family: Montserrat;
  height: 16px;
  vertical-align:top;
  border: 0px;
  color: white;
  padding-left: 3px;
  background-color: darkblue;
}

.new_custom_2023_WItemListBox_over { /*utilizzato nella WSelectBox*/
  font-size:12px;
  font-family: Montserrat;
  size: 14px;
  vertical-align:top;
  border: 0px;
  color: white;
  padding-left: 3px;
  background-color: scrollbar;
  cursor: pointer;
  cursor: hand;
}

/*.new_custom_2023_WSelectBox_button {
	width: 14px;
	height: 14px;
	background-image: url(new_custom_2023/iwf_Arrow_Little_Down.gif);
}*/

.new_custom_2023_WListBox_scroll {
	border: 1px inset gray;
	background-color: white;
}

.new_custom_2023_WListBox_scroll-invalid {
	border: 1px solid red;
	background-color: white;
}

.new_custom_2023_WPopupSelectBox {	
	font-size:12px;
  font-family: Montserrat;
}

.new_custom_2023_WDualList {
  background: transparent url(new_custom_2023/iwf_WDualList_center.gif) repeat 0 0;
}

.new_custom_2023_WDualList_top_left {
  background: transparent url(new_custom_2023/iwf_WDualList_top_left.gif) no-repeat 0 0;			
  width:3px;
  height:22px;
}

.new_custom_2023_WDualList_top_right {
  background: transparent url(new_custom_2023/iwf_WDualList_top_right.gif) no-repeat 0 0;			
  width:3px;
  height:22px;
}

.new_custom_2023_WDualList_bottom_left {
  background: transparent url(new_custom_2023/iwf_WDualList_bottom_left.gif) no-repeat 0 0;			
  width:3px;
  height:22px;
}

.new_custom_2023_WDualList_bottom_right {
  background: transparent url(new_custom_2023/iwf_WDualList_bottom_right.gif) no-repeat 0 0;			
  width:3px;
  height:22px;
}

.new_custom_2023_WDualList_left {
  background: transparent url(new_custom_2023/iwf_WDualList_left.gif) repeat-y 0 0;			
  width:3px;
}

.new_custom_2023_WDualList_right {
  background: transparent url(new_custom_2023/iwf_WDualList_right.gif) repeat-y 0 0;			
  width:3px;
}

.new_custom_2023_WDualList_top {
  background: transparent url(new_custom_2023/iwf_WDualList_top.gif) repeat-x 0 0;			
  height:22px;
	color: darkblue;
	font-family: Montserrat;
	font-size: small;
	font-weight: bold;
	-moz-user-select:none;
	-webkit-user-select: none;
}

.new_custom_2023_WDualList_bottom {
  background: transparent url(new_custom_2023/iwf_WDualList_bottom.gif) repeat-x 0 0;			
  height:22px;
}

/********************************************************************/
/*								WTree								*/
/********************************************************************/

.gwt-Tree { 
	background-color: transparent;
} 
.gwt-Tree .gwt-TreeItem {
	background-color: transparent;
} 
.gwt-Tree .gwt-TreeItem-selected {
	background-color: transparent;
}

.new_custom_2023_WTreeItem_over-left {
	font-size:12px;
    font-family: Montserrat;
	width: 4px;
	height: 19px;
	background: transparent url("new_custom_2023/new_custom_2023_WDataTreeEditLeftBg.gif") no-repeat 0px -23px ;
	cursor: pointer;
	white-space: nowrap;
}

.new_custom_2023_WTreeItem_over-center {
	font-size:12px;
    font-family: Montserrat;
	height: 19px;
	background: transparent url("new_custom_2023/new_custom_2023_WDataTreeEditBg.gif") repeat-x 0px -23px;
	cursor: pointer;
	white-space: nowrap;
}

.new_custom_2023_WTreeItem_over-right {
	font-size:12px;
    font-family: Montserrat;
	width: 4px;
	height: 19px;
	background: transparent url("new_custom_2023/new_custom_2023_WDataTreeEditRightBg.gif") no-repeat 0px -23px;
	cursor: pointer;
	white-space: nowrap;
}

.new_custom_2023_WTreeItem-left {
	font-size:12px;
    font-family: Montserrat;
    width: 4px;
	height: 19px;
  	cursor: pointer;
  	white-space: nowrap;
}

.new_custom_2023_WTreeItem-center {
	font-size:12px;
    font-family: Montserrat;
	height: 19px;
  	cursor: pointer;
  	white-space: nowrap;
}

.new_custom_2023_WTreeItem-right {
	font-size:12px;
    font-family: Montserrat;
    width: 4px;
	height: 19px;
  	cursor: pointer;
  	white-space: nowrap;
}

.new_custom_2023_WTreeItem_selected-left {
	font-size:12px;
    font-family: Montserrat;
	font-weight: bold;
	width: 4px;
	height: 19px;
	background: transparent url("new_custom_2023/new_custom_2023_WDataTreeEditLeftBg.gif") no-repeat 0px -42px;
	cursor: default;
	white-space: nowrap;
}

.new_custom_2023_WTreeItem_selected-center {
	font-size:12px;
    font-family: Montserrat;
	font-weight: bold;
	height: 19px;
	background: transparent url("new_custom_2023/new_custom_2023_WDataTreeEditBg.gif") repeat-x 0px -42px;
	cursor: default;
	white-space: nowrap;
}

.new_custom_2023_WTreeItem_selected-right {
	font-size:12px;
    font-family: Montserrat;
	font-weight: bold;
	width: 4px;
	height: 19px;
	background: transparent url("new_custom_2023/new_custom_2023_WDataTreeEditRightBg.gif") no-repeat 0px -42px;
	cursor: default;
	white-space: nowrap;
}

.new_custom_2023_WTreeItem_edit-left {
	font-size:12px;
    font-family: Montserrat;
	font-weight: bold;
	width: 4px;
	height: 23px;
	background: transparent url("new_custom_2023/new_custom_2023_WDataTreeEditLeftBg.gif") no-repeat 0px 0px;
	cursor: default;
	white-space: nowrap;
}

.new_custom_2023_WTreeItem_edit-center {
	font-size:12px;
    font-family: Montserrat;
	font-weight: bold;
	height: 23px;
	background: transparent url("new_custom_2023/new_custom_2023_WDataTreeEditBg.gif") repeat-x 0px 0px;
	cursor: default;
	white-space: nowrap;
}

.new_custom_2023_WTreeItem_edit-right {
	font-size:12px;
    font-family: Montserrat;
	font-weight: bold;
	width: 4px;
	height: 23px;
	background: transparent url("new_custom_2023/new_custom_2023_WDataTreeEditRightBg.gif") no-repeat 0px 0px;
	cursor: default;
	white-space: nowrap;
}

.new_custom_2023_WTree {
}

.new_custom_2023_WTreeItem_hover {
	font-size:12px;
    font-family: Montserrat;
	cursor: pointer;
	color: #999999;
	white-space: nowrap;
}

.new_custom_2023_WTreeItem {
	font-size:12px;
    font-family: Montserrat;
  	cursor: pointer;
  	white-space: nowrap;
}

.new_custom_2023_WTreeItemDisabled {
	font-size:12px;
    font-family: Montserrat;
	font-weight: bold;
	color: graytext;
  	cursor: default;
  	white-space: nowrap;
}

.new_custom_2023_WTreeItem_selected_hover {
	font-size:12px;
    font-family: Montserrat;
	font-weight: bold;
	background-color: transparent;
	color: #044284;
	cursor: default;
	white-space: nowrap;
}

.new_custom_2023_WTreeItem_selected {
	font-size:12px;
    font-family: Montserrat;
	font-weight: bold;
	background-color: #C3D9FF;
	cursor: default;
	white-space: nowrap;
}

/********************************************************************/
/*							WMenu    								*/
/********************************************************************/

.new_custom_2023_WMenu {
	background-color: white;
}

.new_custom_2023_WMenu-cell-title {
	width: 20px;
	background-color: white;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.new_custom_2023_WMenu-nw {
	background-image: url("new_custom_2023/iwf-WMenu_orange_nw.png");
	background-repeat: no-repeat;
	width: 6px;
	height: 7px;
	font-size: 1px;
}

.new_custom_2023_WMenu-n {
	background-image: url("new_custom_2023/iwf-WMenu_orange_n.png");
	background-repeat: repeat-x;
	height: 7px;
	font-size: 1px;
}

.new_custom_2023_WMenu-ne {
	background-image: url("new_custom_2023/iwf-WMenu_orange_ne.png");
	background-repeat: no-repeat;
	width: 2px;
	height: 7px;
	font-size: 1px;
}

.new_custom_2023_WMenu-w {
	background-image: url("new_custom_2023/iwf-WMenu_orange_w.png");
	background-repeat: repeat-y;
}

.new_custom_2023_WMenu-e {
	background-image: url("new_custom_2023/iwf-WMenu_orange_e.png");
	background-repeat: repeat-y;
}

.new_custom_2023_WMenu-sw {
	background-image: url("new_custom_2023/iwf-WMenu_orange_sw.png");
	background-repeat: no-repeat;
	width: 6px;
	height: 2px;
	font-size: 0;
}

.new_custom_2023_WMenu-s {
	background-image: url("new_custom_2023/iwf-WMenu_orange_s.png");
	background-repeat: repeat-x;
	height: 2px;
	font-size: 0;
}

.new_custom_2023_WMenu-se {
	background-image: url("new_custom_2023/iwf-WMenu_orange_se.png");
	background-repeat: no-repeat;
	width: 2px;
	height: 2px;
	font-size: 0;
}

/********************************************************************/
/*							WMenuItem  								*/
/********************************************************************/

 /*
 	WMenuItem-label
 */

.new_custom_2023_WMenuItem-label-enabled {
	font-family: Montserrat;
	font-size:12px;
}

.new_custom_2023_WMenuItem-label-disabled {
	font-family: Montserrat;
	font-size:12px;
	color: gray;
}

.new_custom_2023_WMenuItem-label-enabled-max {
	font-family: Montserrat;
	font-size: 16px;
}

.new_custom_2023_WMenuItem-label-disabled-max {
	font-family: Montserrat;
	font-size: 16px;
	color: gray;
}

/*
 	WMenuItem-left-icon
 */

.new_custom_2023_WMenuItem-left-icon-enabled {
	max-width: 26px;
    min-width: 26px;
    min-height: 26px;
    max-height: 26px;
}

.new_custom_2023_WMenuItem-left-icon-disabled {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	max-width: 26px;
    min-width: 26px;
    min-height: 26px;
    max-height: 26px;
}

/*
 	WMenuItem-right-icon
 */

.new_custom_2023_WMenuItem-right-icon-enabled {
}

.new_custom_2023_WMenuItem-right-icon-disabled {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

 /*
 	WMenuItem-off
 */

.new_custom_2023_WMenuItem-cell-left-icon-off {
	width: 20px;
	height: 24px;
	background-color: transparent;
}

.new_custom_2023_WMenuItem-cell-center-label-off {
	
	background-color: transparent;
	color: black;
	height: 24px;
}

.new_custom_2023_WMenuItem-cell-right-icon-off {
	width: 20px;
	height: 24px;
	background-color: transparent;
}

/*
	max
	
*/
.new_custom_2023_WMenuItem-cell-left-icon-off-max {
	
	background-color: transparent;
	width: 30px;
	height: 32px;
}

.new_custom_2023_WMenuItem-cell-center-label-off-max {
	background-color: transparent;
	color: black;
	height: 32px;
}

.new_custom_2023_WMenuItem-cell-right-icon-off-max {
	width: 20px;
	height: 32px;
	background-color: transparent;
}

 /*
 	WMenuItem-over
 */
.new_custom_2023_WMenuItem-cell-left-icon-over {
	width: 20px;
	height: 24px;
	background-image: url("new_custom_2023/iwf-WMenuItem_orange_over-left.gif");
	/*background-color: #88ABE6;*/
	cursor: pointer;
}

.new_custom_2023_WMenuItem-cell-center-label-over {
	height: 24px;
	background: transparent url("new_custom_2023/iwf-WMenuItem_orange_over-center.gif");
	/*background-color: #88ABE6;*/
	cursor: pointer;
	color: darkblue;
}

.new_custom_2023_WMenuItem-cell-right-icon-over {
	width: 20px;
	height: 24px;
	background-image: url("new_custom_2023/iwf-WMenuItem_orange_over-right.gif");
	/*background-color: #88ABE6;*/
	cursor: pointer;
}

/*
	max
*/
.new_custom_2023_WMenuItem-cell-left-icon-over-max {
	width: 30px;
	height: 32px;
	background-image: url("new_custom_2023/iwf-WMenuItem_orange_over-left_max.gif");
	/*background-color: #88ABE6;*/
	cursor: pointer;
}

.new_custom_2023_WMenuItem-cell-center-label-over-max {
	height: 32px;
	background: transparent url("new_custom_2023/iwf-WMenuItem_orange_over-center_max.gif");
	/*background-color: #88ABE6;*/
	cursor: pointer;
	color: darkblue;
}

.new_custom_2023_WMenuItem-cell-right-icon-over-max {
	width: 20px;
	height: 32px;
	background-image: url("new_custom_2023/iwf-WMenuItem_orange_over-right_max.gif");
	/*background-color: #88ABE6;*/
	cursor: pointer;
}

/********************************************************************/
/*							WMenuTitle 								*/
/********************************************************************/

.new_custom_2023_WMenu-title {
	font-weight: bold;
	font-size:12px;
	font-family: Montserrat;
	color: darkblue;
}

.new_custom_2023_WMenu-title-compact {
	font-weight: bold;
	font-size:12px;
	font-family: Montserrat;
	color: darkblue;
	height: 15px;
}

.new_custom_2023_WMenuItem-cell-left-icon-off-title-compact {
	width: 20px;
	height: 15px;
	background-color: transparent;
}

.new_custom_2023_WMenu-title-first {
	font-weight: normal;
	font-size:12px;
	font-family: Montserrat;
	color: darkblue;
}

.new_custom_2023_WMenu-title-second {
	font-weight: bold;
	font-size:12px;
	font-family: Montserrat;
	color: darkblue;
}

.new_custom_2023_WMenu-title-compact-first {
	font-weight: normal;
	font-size:12px;
	font-family: Montserrat;
	color: darkblue;
	height: 15px;
	padding-right: 2px;
}

.new_custom_2023_WMenu-title-compact-second {
	font-weight: bold;
	font-size:12px;
	font-family: Montserrat;
	color: darkblue;
	height: 15px;
}

/********************************************************************/
/*							WMenuSeparator							*/
/********************************************************************/

.new_custom_2023_WMenu-separator {
	background-image: url("new_custom_2023/iwf-WMenu_separator.gif");
	background-repeat: repeat-x;
	height: 7px;
	font-size: 0px;
}

/********************************************************************/
/*							WMenuBar    							*/
/********************************************************************/

.new_custom_2023_WMenuBar {
  background: url(new_custom_2023/bg.gif) repeat-x;
  border-top: 1px solid white;
  border-bottom: 1px solid #A9BFD3;
}

/********************************************************************/
/*							WPopupCalendar 							*/
/********************************************************************/

.new_custom_2023_WPopupCalendar {
	background-color: #FFFFFF;
}

/*
	bordi WPopupCalendar
*/

.new_custom_2023_WPopupCalendar-nw {
	background-image: url("new_custom_2023/iwf-WPopupCalendar_nw.png");
	background-repeat: no-repeat;
	width: 3px;
	height: 3px;
	font-size: 0;
}

.new_custom_2023_WPopupCalendar-n {
	background-image: url("new_custom_2023/iwf-WPopupCalendar_n.png");
	background-repeat: repeat-x;
	height: 3px;
	font-size: 0;
}

.new_custom_2023_WPopupCalendar-ne {
	background-image: url("new_custom_2023/iwf-WPopupCalendar_ne.png");
	background-repeat: no-repeat;
	width: 3px;
	height: 3px;
	font-size: 0;
}

.new_custom_2023_WPopupCalendar-w {
	background-image: url("new_custom_2023/iwf-WPopupCalendar_w.png");
	background-repeat: repeat-y;
	width: 3px;
}

.new_custom_2023_WPopupCalendar-e {
	background-image: url("new_custom_2023/iwf-WPopupCalendar_e.png");
	background-repeat: repeat-y;
	width: 3px;
}

.new_custom_2023_WPopupCalendar-sw {
	background-image: url("new_custom_2023/iwf-WPopupCalendar_sw.png");
	background-repeat: no-repeat;
	width: 3px;
	height: 3px;
	font-size: 0;
}

.new_custom_2023_WPopupCalendar-s {
	background-image: url("new_custom_2023/iwf-WPopupCalendar_s.png");
	background-repeat: repeat-x;
	height: 3px;
	font-size: 0;
}

.new_custom_2023_WPopupCalendar-se {
	background-image: url("new_custom_2023/iwf-WPopupCalendar_se.png");
	background-repeat: no-repeat;
	width: 3px;
	height: 3px;
	font-size: 0;
}

/*
	fine bordi WPopupCalendar
*/

.new_custom_2023_WPopupCalendar-month_year {
	background-color: #FFFFFF;
	color: #4682B4;/*#1B52B8;*/
	font-family: Montserrat;
	font-size: small;
	font-weight: bold;
}

.new_custom_2023_WPopupCalendar-close {
	background-color: #FFFFFF;
	cursor: pointer;
}	


.new_custom_2023_WPopupCalendar-buttonMonthYear-off {
	color: #FFFFFF;
	background-color: #4682B4;
	font-family: Montserrat;
	font-size: small;
	font-weight: normal;
	height: 22px;
	width: 22px;
	cursor: pointer;
}

.new_custom_2023_WPopupCalendar-buttonMonthYear-over {
	color: #FFFFFF;
	background-color: #4682B4;
	font-family: Montserrat;
	font-size: small;
	font-weight: normal;
	text-decoration: underline;
	height: 22px;
	width: 22px;
	cursor: pointer;
}

.new_custom_2023_WPopupCalendar-buttonToday-off {
	color: #FFFFFF;/*#1B52B8;*/
	background-color: #4682B4;
	font-family: Montserrat;
	font-size: small;
	font-weight: normal;
	cursor: pointer;
}

.new_custom_2023_WPopupCalendar-buttonToday-over {
	color: #FFFFFF;
	background-color: #4682B4;
	font-family: Montserrat;
	font-size: small;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

.new_custom_2023_WPopupCalendar-dayOfWeek {
	border-bottom: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	background-color: #87CEFA;/*#1B52B8;*/
	color: #FFFFFF;
	font-family: Montserrat;
	font-size: small;
	font-weight: normal;
	width: 100%;
}

.new_custom_2023_WPopupCalendar-currentDay {
	border-bottom: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	background-color: #FFB6C1;/*#1B52B8;*/
	color: black;
	font-family: Montserrat;
	font-size: small;
	font-weight: normal;
	cursor: pointer;
}

.new_custom_2023_WPopupCalendar-day-off {
	border-bottom: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	background-color: #FFFFFF;
	color: black;
	font-family: Montserrat;
	font-size: small;
	font-weight: normal;
	cursor: pointer;
}

.new_custom_2023_WPopupCalendar-day-over {
	border-bottom: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	background-color: #87CEFA;
	color: #FFFFFF;
	font-family: Montserrat;
	font-size: small;
	font-weight: normal;
	cursor: pointer;
}

.new_custom_2023_WPopupCalendar-sunday-off {
	border-bottom: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	background-color: #DBEAF5;
	color: black;
	font-family: Montserrat;
	font-size: small;
	font-weight: normal;
	cursor: pointer;
}

.new_custom_2023_WPopupCalendar-sunday-over {
	border-bottom: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	background-color: #87CEFA;
	color: #FFFFFF;
	font-family: Montserrat;
	font-size: small;
	font-weight: normal;
	cursor: pointer;
}

.new_custom_2023_WPopupCalendar-clear {
	border-bottom: 1px solid #4682B4;
	border-right: 1px solid #4682B4;
	background-color: #FFFFFF;
	color: black;
	font-family: Montserrat;
	font-size: small;
	font-weight: normal;
}



/********************************************************************/
/*							WStackPanel								*/
/********************************************************************/
.new_custom_2023_WStackPanel {
}

.new_custom_2023_WStackPanel .gwt-StackPanelItem {
	background-image: url("new_custom_2023/iwf-WStackPanel_background.gif");
	background-repeat: repeat-x;
	height: 24px;
	cursor: pointer;
	cursor: hand;
	text-align: left;
}

.new_custom_2023_WStackPanel .gwt-StackPanelItem-selected {
	background-image: url("new_custom_2023/iwf-WStackPanel_background_selected.gif");
	background-repeat: repeat-x;
	height: 24px;
	white-space: nowrap;
	text-align: left;
}

.new_custom_2023_WStackPanel-label {
}

.new_custom_2023_WStackPanel-content {
}

/********************************************************************/
/*							WSplitPanel								*/
/********************************************************************/

.new_custom_2023_WSplitPanel {
}

.new_custom_2023_SplitPanel-splitter-line {
	-moz-opacity: 0.5;
	filter: Alpha(Opacity=50, 
	              FinishOpacity=20, 
	              Style=gradient style, 
	              StartX=0,
				  StartY=0, 
				  FinishX=100,
	              FinishY=100);
}

.new_custom_2023_WSplitPanel-divider-horizontal {
	background-image: url("new_custom_2023/iwf-WSplitPane_divider.gif");
	background-repeat: repeat-x;
	width: 50px;
	height: 5px;
	cursor: s-resize;
}

.new_custom_2023_WSplitPanel-divider-vertical {
	background-image: url("new_custom_2023/iwf-WSplitPane_divider.gif");
	background-repeat: repeat-y;
	width: 5px;
	height: 50px;
	cursor: e-resize;
}

.new_custom_2023_WSplitPanel_left_hidden {
	background-image: url("new_custom_2023/new_custom_2023-WSplitPanel_left_hidden.gif");
	cursor: pointer;
	width: 5px;
	height: 15px;
}

.new_custom_2023_WSplitPanel_left_hidden_h {
	background-image: url("new_custom_2023/new_custom_2023-WSplitPanel_left_hidden_h.gif");
	cursor: pointer;
	width: 5px;
	height: 15px;
}

.new_custom_2023_WSplitPanel_right_hidden {
	background-image: url("new_custom_2023/new_custom_2023-WSplitPanel_right_hidden.gif");
	cursor: pointer;
	width: 5px;
	height: 15px;
}

.new_custom_2023_WSplitPanel_right_hidden_h {
	background-image: url("new_custom_2023/new_custom_2023-WSplitPanel_right_hidden_h.gif");
	cursor: pointer;
	width: 5px;
	height: 15px;
}

.new_custom_2023_WSplitPanel_top_hidden {
	background-image: url("new_custom_2023/new_custom_2023-WSplitPanel_top_hidden.gif");
	cursor: pointer;
	width: 15px;
	height: 5px;
}

.new_custom_2023_WSplitPanel_top_hidden_h {
	background-image: url("new_custom_2023/new_custom_2023-WSplitPanel_top_hidden_h.gif");
	cursor: pointer;
	width: 15px;
	height: 5px;
}

.new_custom_2023_WSplitPanel_botton_hidden {
	background-image: url("new_custom_2023/new_custom_2023-WSplitPanel_botton_hidden.gif");
	cursor: pointer;
	width: 15px;
	height: 5px;
}

.new_custom_2023_WSplitPanel_botton_hidden_h {
	background-image: url("new_custom_2023/new_custom_2023-WSplitPanel_botton_hidden_h.gif");
	cursor: pointer;
	width: 15px;
	height: 5px;
}

.new_custom_2023_WSplitPanel-hidden {
	cursor: pointer;
}

.new_custom_2023_WSplitPanel-splitter-bar {
	background-color: #D5E1F3;
	padding-left: 0px;
}

.new_custom_2023_WSplitPanel-hidden-splitter-bar {
	background-color: #4B86D7;
}

/********************************************************************/
/*								WDataGrid							*/
/********************************************************************/

.new_custom_2023_WPagerPanel {	
}

/*
.new_custom_2023_WDataGrid {
	background:threedface;
	border: 1px solid #88ABE6;
	font-family: Montserrat;
	
}
*/

/*Fatta da Beatrice*/
.new_custom_2023_WDataGrid {
    background: threedface;
    border: 1px solid #88ABE6;
    font-family: Montserrat;
    display: flex;
    flex-direction: column;
}

.new_custom_2023_WDataGrid-body-editable{
   flex: 2 2;
    
}
/*Fine Beatrice*/

.new_custom_2023_WDataGrid-header {
	height: 27px;
	background: transparent url("new_custom_2023/iwf-WDataGridColumn_bkg.gif") repeat-x 0px 0px;
	border-bottom: 1.5px solid var(--slate-6, #768594);
}

.new_custom_2023_WDataGrid-header-grouper {
	height: 27px;
	background: transparent url("new_custom_2023/iwf-WDataGridColumn_bkg.gif") repeat-x 0px -27px;
}

.new_custom_2023_WDataGrid-grouping-delimiter {
	background-image: url("iwf/iwf-WDataGrid_up_asc.png");
	width: 2px;
}

/*
.new_custom_2023_WDataGrid-footer {
	background: transparent url("new_custom_2023/iwf-WDataGridColumn_bkg.gif") repeat-x 0px -27px;
	-webkit-user-select: none;
}
*/
/*Fatto da Beatrice*/
.new_custom_2023_WDataGrid-footer {
	background: transparent url("new_custom_2023/iwf-WDataGridColumn_bkg.gif") repeat-x 0px -27px;
	-webkit-user-select: none;
	height: 37px;
}
/*Fine Beatrice*/

.new_custom_2023_WDataGrid-footer-editable {
	background: transparent url("new_custom_2023/iwf-WDataGridColumn_bkg_editable.gif") repeat-x 0px;
	-webkit-user-select: none;
	height: 100px;
}

.new_custom_2023_WDataGridColumnAscSort {
	background-image: url("new_custom_2023/iwf-WDataGrid_up_asc.png");
	background-repeat: no-repeat;
}


.new_custom_2023_WDataGridColumnNoneSort {
}

.new_custom_2023_WDataGridColumnDescSort {
	background-image: url("new_custom_2023/iwf-WDataGrid_down_desc.png");
	background-repeat: no-repeat;
}

.new_custom_2023_WDataGridColumn {
	background-image: url("new_custom_2023/iwf-WDataGridColumn_bkg.gif");
	background-repeat: repeat-x;
	-moz-user-select: none;
	-webkit-user-select: none; 
}

.new_custom_2023_WDataGridColumnBorder {
	background-image: url("new_custom_2023/iwf-WDataGridColumn_bkg_border.gif");
	background-repeat: no-repeat;
	background-position: right;
}

.new_custom_2023_WDataGridColumn-over {
	background: transparent url("new_custom_2023/iwf-WDataGridColumn_bkg.gif") repeat-x 0px -27px;
}

.new_custom_2023_WDataGridColumn-moveto-left {
	border-collapse: separate;
	border-left: 2px solid #A5E1FF;
}

.new_custom_2023_WDataGridColumn-moveto-right {
	border-right: 2px solid #A5E1FF;
}

.new_custom_2023_WDataGridColumn-label {
  	font-family: Montserrat;
	font-weight: bold;
	font-size: 18px;
}

.new_custom_2023_WDataGridColumn-mover {
	background: transparent url("new_custom_2023/iwf-WDataGridColumn_bkg.gif") repeat-x 0px -27px;
	height: 27px;
	filter: Alpha(Opacity=50);
	-moz-opacity: 0.5;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.new_custom_2023_WDataGridColumn-resizer {
	background-color: #A5E1FF;
	width: 2px;
}

.new_custom_2023_WDataGrid-row-odd {
	background-color: rgb(245, 245, 245);
	height: 35px;
	border-bottom: 0.5px solid var(--slate-6, #768594);
	display: flex;
	font-size: 14px;
	font-family: Montserrat;
	align-items: center;
	color: var(--slate-10, #17324D);

	}

.new_custom_2023_WDataGrid-row-even {
	background-color: rgb(255, 255, 255);
	height: 35px;
	border-bottom: 0.5px solid var(--slate-6, #768594);
	display: flex;
	font-size: 14px;
	font-family: Montserrat;
	align-items: center;
	color: var(--slate-10, #17324D);
}

.new_custom_2023_WDataGrid-row-over {
	background-color: #E1EFFC;
	height: 35px;
	border-bottom: 0.5px solid var(--slate-6, #768594);
	display: flex;
	font-size: 14px;
	font-family: Montserrat;
	align-items: center;
}

.new_custom_2023_WDataGrid-row-selected {
	background-color: #fdd76c;
	height: 35px;
	border-bottom: 0.5px solid var(--slate-6, #768594);
	display: flex;
	font-size: 14px;
	font-family: Montserrat;
	align-items: center;

    
}


/********************************************************************/
/*								WLookup 							*/
/********************************************************************/

.new_custom_2023_WLookup {
}

.new_custom_2023_WLookup-invalid {
	/* border-top */
	border-top: 1px;
	border-top-color: red;
	border-top-style: solid;
	/* border-left */
	border-left: 1px;
	border-left-color: red;
	border-left-style: solid;
	/* border-right */
	border-right: 1px;
	border-right-color: red;
	border-right-style: solid;
	/* border-bottom */
	border-bottom: 1px;
	border-bottom-color: red;
	border-bottom-style: solid;
}

.new_custom_2023-LookupLabel {
	color: var(--slate-10, #17324D);
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;

}

/********************************************************************/
/*								WTitlePanel 						*/
/********************************************************************/

.new_custom_2023_WTitlePanel-north-left {
	background: url("new_custom_2023/iwf-WTitlePanel_north_left.gif") no-repeat bottom; 
	width: 9px; 
	height: 20px; 
	font-size: 0px;
}

.new_custom_2023_WTitlePanel-caption {
	white-space: nowrap;
	color: #00008B;
	background: url("new_custom_2023/iwf-WTitlePanel_north_center.gif") repeat-x bottom;
	height: 20px;
	font-size: 15px;
	font-weight: bold;
	font-family: Montserrat;
	-webkit-user-select: none;
}

.new_custom_2023_WTitlePanel-north-center-spacing {
	background: url("new_custom_2023/iwf-WTitlePanel_north_center.gif") repeat-x bottom;
	height: 20px; 
	font-size: 0px;
	-webkit-user-select: none;
}

.new_custom_2023_WTitlePanel-increment {
	white-space: nowrap;
	color: #00008B;
	background: url("new_custom_2023/iwf-WTitlePanel_north_center.gif") repeat-x bottom;
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	font-family: Montserrat;
	padding-left: 3px;
	cursor: pointer;
}

.new_custom_2023_WTitlePanel-decrement {
	padding-left: 2px;
	white-space: nowrap;
	color: #00008B;
	background: url("new_custom_2023/iwf-WTitlePanel_north_center.gif") repeat-x bottom;
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	font-family: Montserrat;
	cursor: pointer;
}

.new_custom_2023_WTitlePanel-north-right {
	background: url("new_custom_2023/iwf-WTitlePanel_north_right.gif") no-repeat bottom; 
	width: 9px; 
	height: 20px; 
	font-size: 0px;
}

.new_custom_2023_WTitlePanel-border {
	background-color: #99BBE8;
	font-size: 0px;
	-webkit-user-select: none;
}

/********************************************************************/
/*								WRichTextArea						*/
/********************************************************************/

.new_custom_2023_WRichTextArea {
	background-color: white;
	/*border: 1px solid darkblue;*/
}

.new_custom_2023_WRichTextArea-toolbar {
	background-color: #C3D9FF;
}

.new_custom_2023_WRichTextArea-toggleButton-up {
	margin-right: 2px;
  	border: 1px solid #C3D9FF;
  	width: 22px;
  	height: 20px;
  	cursor: pointer;
}

.new_custom_2023_WRichTextArea-toggleButton-up-disabled {
	margin-right: 2px;
  	border: 1px solid #C3D9FF;
  	width: 22px;
  	height: 20px;
  	cursor: default;
  	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.new_custom_2023_WRichTextArea-toggleButton-up-hovering {
	margin-right: 2px;
  	border: 1px solid #C3D9FF;
  	border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
  	width: 22px;
  	height: 20px;
  	cursor: pointer;
}

.new_custom_2023_WRichTextArea-toggleButton-down {
	margin-right: 2px;
  	background: #FEECB8 url("../css/images/hborder_orange_effect.png") repeat-x top;
  	/*background-color: #E8F1FF;*/
  	border: 1px solid #C3D9FF;
  	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
  	width: 22px;
  	height: 20px;
  	cursor: pointer;
}

.new_custom_2023_WRichTextArea-toggleButton-down-hovering {
	margin-right: 2px;
  	background: #FEECB8 url("../css/images/hborder_orange_effect.png") repeat-x top;
  	/*background-color: #E8F1FF;*/
  	border: 1px solid #C3D9FF;
  	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
  	width: 22px;
  	height: 20px;
  	cursor: pointer;
}

.new_custom_2023_WRichTextArea-pushButton-up {
	margin-right: 2px;
  	border: 1px solid #C3D9FF;
  	width: 22px;
  	height: 20px;
  	cursor: pointer;
}

.new_custom_2023_WRichTextArea-pushButton-up-disabled {
	margin-right: 2px;
  	border: 1px solid #C3D9FF;
  	width: 22px;
  	height: 20px;
  	cursor: default;
  	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.new_custom_2023_WRichTextArea-pushButton-up-hovering {
	margin-right: 2px;
  	border: 1px solid #C3D9FF;
  	border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
  	width: 22px;
  	height: 20px;
  	cursor: pointer;
}

.new_custom_2023_WRichTextArea-pushButton-down {
	margin-right: 2px;
  	border: 1px solid #C3D9FF;
  	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
  	width: 22px;
  	height: 20px;
  	cursor: pointer;
}

.new_custom_2023_WRichTextArea-pushButton-down-hovering {
	margin-right: 2px;
  	border: 1px solid #C3D9FF;
  	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
  	width: 22px;
  	height: 20px;
  	cursor: pointer;
}

/********************************************************************/
/*								FieldButton  						*/
/********************************************************************/

.new_custom_2023_FieldButton_empty {
	width: 0px; 
	height: 0px;
	cursor: default;
}

.new_custom_2023_FieldButton_info {
	background: url("new_custom_2023/iwf-FieldButton_info.png") no-repeat; 
	width: 16px; 
	height: 16px;
	cursor: pointer;
}

.new_custom_2023_FieldButton_error {
	background: url("new_custom_2023/iwf-FieldButton_error.png") no-repeat; 
	width: 16px; 
	height: 16px;
	cursor: pointer;
}

.new_custom_2023_FieldButton_warning {
	background: url("new_custom_2023/iwf-FieldButton_warning.png") no-repeat; 
	width: 16px; 
	height: 16px;
	cursor: pointer;
}

.new_custom_2023_FieldButton_clean {
	background: url("new_custom_2023/iwf-FieldButton_clean.png") no-repeat; 
	width: 16px; 
	height: 16px;
	cursor: pointer;
}

.new_custom_2023_SelectButton {
	background: url("new_custom_2023/new_custom_2023-SelectButton.gif") no-repeat;
	width: 16px; 
	height: 16px;
	cursor: pointer;
}

.new_custom_2023_SelectButtonDisabled {
	background: url("new_custom_2023/new_custom_2023-SelectButtonDisabled.gif") no-repeat;
	width: 16px; 
	height: 16px;
}

.new_custom_2023_NoSelectButton {
	width: 0px; 
	height: 0px;
}

.new_custom_2023_FieldButton_calendar {
	background: url("new_custom_2023/iwf-FieldButton_calendar.gif") no-repeat; 
	width: 16px; 
	height: 16px;
	cursor: pointer;
}

.new_custom_2023_FieldButton_change {
	background: url("new_custom_2023/iwf-FieldButton_change.gif") no-repeat; 
	width: 16px; 
	height: 16px;
	cursor: pointer;
}

.new_custom_2023_FieldButton_helpMessagePopup {
	padding: 10px;
	border: 1px solid black;
	background-color: white;
}

/********************************************************************/
/*								FormIcon    						*/
/********************************************************************/

.new_custom_2023_FormIcon_empty {
	background: url("new_custom_2023/iwf-FieldButton_empty.gif") no-repeat; 
	width: 16px; 
	height: 16px;
}

.new_custom_2023_FormIcon_error {
	background: url("new_custom_2023/iwf-FieldButton_error.png") no-repeat; 
	width: 16px; 
	height: 16px;
}

.new_custom_2023_FormIcon_warning {
	background: url("new_custom_2023/iwf-FieldButton_warning.png") no-repeat; 
	width: 16px; 
	height: 16px;
}

.new_custom_2023_FormIcon_change {
	background: url("new_custom_2023/iwf-FieldButton_change.gif") no-repeat; 
	width: 16px; 
	height: 16px;
}

.new_custom_2023_FieldButton_helpMessagePopup {
	padding: 10px;
	border: 1px solid black;
	background-color: white;
}

/******************************************************************/
/*                        WDisclosurePanel                        */
/******************************************************************/

.new_custom_2023_WDisclosurePanel {
	border: 1px solid #99BBE8;
}

.new_custom_2023_WDisclosurePanel-header {
	height: 20px;
	font-size:12px;
	font-weight: bold;
	font-family: Montserrat;
	cursor: pointer;
}

.new_custom_2023_WDisclosurePanel-content {
}

/******************************************************************/
/*                        WDualField                              */
/******************************************************************/

.new_custom_2023_SwichButton {
	background: url("new_custom_2023/new_custom_2023-SwichButton.gif") no-repeat; 
	width: 16px; 
	height: 16px;
	cursor: pointer;
}

/******************************************************************/
/*                        WWorkDay                                */
/******************************************************************/

.new_custom_2023_WWorkDay {
}

.new_custom_2023_WWorkDay-weekday-bar {
	height: 20px;
	text-align: center;
	background-color: #4B86D7;
	color: #FFFFFF;
	font-size:12px;
	font-family: Montserrat;
	font-weight: bold;
}

.new_custom_2023_WWorkDay-weekendday-bar {
	height: 20px;
	text-align: center;
	background-color: #4B86D7;
	color: #FFFFFF;
	font-size:12px;
	font-family: Montserrat;
	font-weight: bold;
}

.new_custom_2023_WWorkDay-day-header {
	background-color: #FFFFFF;
	color: red;
	font-size:10px;
	font-family: Montserrat;
	font-weight: normal;
}

.new_custom_2023_WWorkDay-day-number {
	background-color: #FFFFFF;
	color: #000000;
	font-size:10px;
	font-family: Montserrat;
	font-weight: bold;
}

.new_custom_2023_WWorkDay-holiday-day-number {
	background-color: #FFFFFF;
	color: red;
	font-size:10px;
	font-family: Montserrat;
	font-weight: bold;
}

.new_custom_2023_WWorkDay-prevMonthDay-number {
	background-color: #FFFFFF;
	color: #999999;
	font-size:10px;
	font-family: Montserrat;
	font-weight: bold;
}

.new_custom_2023_WWorkDay-nextMonthDay-number {
	background-color: #FFFFFF;
	color: #999999;
	font-size:10px;
	font-family: Montserrat;
	font-weight: bold;
}

.new_custom_2023_WWorkDay-day-selected {
	background-color: #9EAEDE; 
	font-family: Montserrat;
	cursor: pointer;
}

.new_custom_2023_WWorkDay-day-deselected {
	background-color: #FFFFCC; 
	font-family: Montserrat;
	cursor: pointer;
}

.new_custom_2023_WWorkDay-weekendday-deselected {
	background-color: #FFFFCC; 
	font-family: Montserrat;
	cursor: pointer;
}

.new_custom_2023_WWorkDay-prevNextMonthDay-deselected {
	background-color: #EFEBEF; 
	font-family: Montserrat;
	cursor: pointer;
}

.new_custom_2023_WWorkDay-day-over {
	background-color: #FFD7AE; 
	font-family: Montserrat;
	cursor: pointer;
}


.new_custom_2023_WWorkDay-listStyle-header-bar {
	height: 20px;
	text-align: left;
	background-color: #4B86D7;
	color: #FFFFFF;
	font-size:12px;
	font-family: Montserrat;
	font-weight: bold;
}



.new_custom_2023_WWorkDay-listStyle-day-number {
	padding-left: 3px;
	color: #000000;
	font-size:10px;
	font-family: Montserrat;
	font-weight: bold;
}

.new_custom_2023_WWorkDay-listStyle-holiday-day-number {
	padding-left: 3px;
	color: red;
	font-size:10px;
	font-family: Montserrat;
	font-weight: bold;
}

.new_custom_2023_WWorkDay-listStyle-day-selected {
	background-color: #FDD76C; 
	font-family: Montserrat;
	cursor: pointer;
}

.new_custom_2023_WWorkDay-listStyle-day-deselected1 {
	background-color: #FFFFFF; 
	font-family: Montserrat;
	cursor: pointer;
}

.new_custom_2023_WWorkDay-listStyle-day-deselected2 {
	background-color: #CCCCFF; 
	font-family: Montserrat;
	cursor: pointer;
}

.new_custom_2023_WWorkDay-listStyle-day-disabled {
	background-color: #CCCCCC; 
	font-family: Montserrat;
	cursor: default;
}

.new_custom_2023_WWorkDay-listStyle-day-over {
	background-color: #FFD7AE; 
	font-family: Montserrat;
	cursor: pointer;
}
/*
.new_custom_2023_WWorkDay-columnStyle-header-bar {
	height: 20px;
	text-align: left;
	background-color: #4B86D7;
	color: #FFFFFF;
	font-size:12px;
	font-weight: bold;
}
*/

.new_custom_2023_WWorkDay-columnStyle-header-bar {
	height: 20px;
	text-align: left;
	background-color: rgb(245, 245, 245);
	color: black;
	font-size:12px;
	font-family: Montserrat;
	font-weight: bold;
	border-bottom: 2px solid var(--slate-6, #768594);
	border-top: 2px solid var(--slate-6, #768594)
	
}

.new_custom_2023_WWorkDay-columnStyle-day-number {
	padding-left: 3px;
	color: #000000;
	font-size:10px;
	font-family: Montserrat;
	font-weight: bold;
}

.new_custom_2023_WWorkDay-columnStyle-holiday-day-number {
	padding-left: 3px;
	color: red;
	font-size:10px;
	font-family: Montserrat;
	font-weight: bold;
}

.new_custom_2023_WWorkDay-columnStyle-day-selected {
	background-color: #FFD7AE; 
	font-family: Montserrat;
	cursor: pointer;
}


.new_custom_2023_WWorkDay-columnStyle-day-deselected1 {
	cursor: pointer;
	background-color: rgb(245, 245, 245);
	font-family: Montserrat;
    border-bottom: 0.5px solid var(--slate-6, #768594)
}

.new_custom_2023_WWorkDay-columnStyle-day-deselected2 {
	
	cursor: pointer;
	background-color: rgb(255, 255, 255);
	font-family: Montserrat;
    border-bottom: 0.5px solid var(--slate-6, #768594)
}



/*
.new_custom_2023_WWorkDay-columnStyle-day-deselected1 {
	background-color: #FFFFFF; 
	cursor: pointer;
}

.new_custom_2023_WWorkDay-columnStyle-day-deselected2 {
	background-color: #CCCCFF; 
	cursor: pointer;
}
*/

.new_custom_2023_WWorkDay-columnStyle-day-disabled {
	background-color: #CCCCCC; 
	cursor: default;
}

.new_custom_2023_WWorkDay-columnStyle-day-over {
	background-color: #FFD7AE; 
	font-family: Montserrat;
	cursor: pointer;
}

/******************************************************************/
/*                        WMonthYear                              */
/******************************************************************/

.new_custom_2023_WMonthYear-prevYear {
	font-weight: bold;
	cursor: pointer;
}

.new_custom_2023_WMonthYear-year {
	font-weight: bold;
	width: 100%;
	text-align: center;
	color: red;
}

.new_custom_2023_WMonthYear-nextYear {
	font-weight: bold;
	cursor: pointer;
}

.new_custom_2023_WMonthYear-months {
	border-top: 2px solid #9EAEDE;
	border-left: 1px solid #9EAEDE;
}

.new_custom_2023_WMonthYear-month-selected {
	background-color: #9EAEDE;
	cursor: pointer;
	border-bottom: 2px solid #9EAEDE;
	border-right: 1px solid #9EAEDE;
}

.new_custom_2023_WMonthYear-month-deselected {
	background-color: #FFFFFF; 
	cursor: pointer;
	border-bottom: 2px solid #9EAEDE;
	border-right: 1px solid #9EAEDE;
}

.new_custom_2023_WMonthYear-month-selected-highlight {
	background-color: #9EAEDE;
	cursor: pointer;
	border-bottom: 2px solid red;
	border-right: 1px solid #9EAEDE;
}

.new_custom_2023_WMonthYear-month-deselected-highlight {
	background-color: #FFFFFF; 
	cursor: pointer;
	border-bottom: 2px solid red;
	border-right: 1px solid #9EAEDE;
}

.new_custom_2023_WMonthYear-month-over {
	background-color: #FFD7AE; 
	cursor: pointer;
	border-bottom: 2px solid #9EAEDE;
	border-right: 1px solid #9EAEDE;
}

.new_custom_2023_WMonthYear-month-disabled {
	background-color: #CCCCCC; 
	cursor: default;
	border-bottom: 2px solid #9EAEDE;
	border-right: 1px solid #9EAEDE;
}

/******************************************************************/
/*                        WMatrix                                */
/******************************************************************/

.new_custom_2023_WMatrix {
	background-color: #FFFFFF;
}

.new_custom_2023_WMatrix-header-cell {
	background-color: #9EAEDE;
}

.new_custom_2023_WMatrix-header-row-cell {
	background-color: #9EAEDE;
	position: -webkit-sticky; /* for Safari */
	left: 0;
	position:sticky;
}

.new_custom_2023_WMatrix-header-col-cell {
	background-color: #9EAEDE;
	position: -webkit-sticky; /* for Safari */
	top: 0;
	position:sticky;
}

.new_custom_2023_WMatrix-cell-selected {
	background-color: #FDD76C;
	cursor: pointer;
}

.new_custom_2023_WMatrix-cell-deselected {
	background-color: #FFFFFF;
	cursor: pointer;
}

.new_custom_2023_WMatrix-cell-over {
	background-color: #FFD7AE; 
	cursor: pointer;
}

/******************************************************************/
/*                         WSuggestBox                            */
/******************************************************************/

.new_custom_2023_WSuggestBox {
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
}

.new_custom_2023_WSuggestBoxDisabled {
	background-color: #DDDDDD;
	border: 1px solid #AAAAAA;
}

/*******************************************************************/
/*                         WDataTable                              */
/*******************************************************************/

.new_custom_2023_WDataRow-over {
	background: #FEE8A5;
}

.new_custom_2023_WDataRow-deselected-1 {
	background: #FFFFFF;
}

.new_custom_2023_WDataRow-deselected-2 {
	background: #E0EDFD;
}

.new_custom_2023_WDataRow-selected {
	background: #F5DD76;
}

/*******************************************************************/
/*                         Generic                                 */
/*******************************************************************/

.new_custom_2023_disabled {
	background-color: #ebebe4;
}

/*******************************************************************/
/*                        WButton                                  */
/*******************************************************************/
.new_custom_2023_WButton {

 	display: flex;
	height: 25px;
	padding: 4px 15px;
	align-items: center;
	gap: 8px;
  	border-radius: 5px;
	border: 2px solid var(--blue-6, #0064B4);
	color: var(--blue-6, #0064B4);
    text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	
	line-height: normal;
}
.new_custom_2023_WButton:active {
  display: flex;
	height: 25px;
	padding: 4px 16px;
	align-items: center;
	gap: 8px;
 	border-radius: 5px;
 	color: var(--background-neutral-bg-variant, #F5F7F9);
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
  	background: var(--blue-6, #0064B4);
}
.new_custom_2023_WButton:hover {
  	display: flex;
	height: 25px;
	padding: 4px 16px;
	align-items: center;
	gap: 8px;
 	border-radius: 5px;
 	color: var(--background-neutral-bg-variant, #F5F7F9);
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
  	background: var(--blue-6, #0064B4);
}
/*
.new_custom_2023_WButton[disabled] {
  cursor: default;
  color: #888;
  background: url("images/hborder.png") repeat-x 0px -27px;
}
.new_custom_2023_WButton[disabled]:hover {
  border: 1px outset #ccc;
  background: url("images/hborder.png") repeat-x 0px -27px;
}
*/

.new_custom_2023-Label {
font-family: Montserrat;
font-size: 14px;
font-weight: 500;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
}
.new_custom_2023-LabelTitlePanel{
	font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--slate-8, #455B71);
}

.new_custom_2023-TextBox {
border: 1px solid #AAAAAA;
letter-spacing: 0em;
text-align: left;
color: var(--slate-10, #17324D);
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 171.429% */
  
}