/*
 * theme.css
 *
 * Copyright (C) 2008 by JBoss,
 * Copyright (C) 2009-2010 by Step Srl,  
 * All rights reserved.
 */

html {
	background-repeat: no-repeat;
	background-position: 60% 140px;
	
	overflow-y: scroll;
}


body {
	font-size: 12px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

.menu {
    vertical-align:top;
    padding-left: 10px;    
}
ul.menu {
padding: 10px; 
margin: 0px;
font-weight: bold
font-family: Tahoma, Geneva, sans-serif;
} 
#content {
	background: url(../img/sidebar_left_bg.gif) 20px 0 no-repeat;
	min-height: 420px;
    vertical-align:top;
    width:100%;
    margin-top: 5px;
}
.debug {
	color: red;
}
		        
/* il carattere maggiore ">" significa diretto discendente, non funziona con IE <= 6 */
.rich-toolbar-item > a
{
	color:  #000;
}

a img {
	border: none;
}

h1 {
	font-size: 1.2em;
	margin-top: 0;
	font-family: Tahoma, Geneva, sans-serif;
}

input[type=submit], input[type=button] {
	font-size: 10px;
	margin: 5px 5px 5px 0;
	cursor: pointer;
	margin:0px
	font-family: Tahoma, Geneva, sans-serif;
color: #c3c3c3;
font-size: 14px;
border: 1px solid #dedede;
outline: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #f8f8f8;
}

input[type=text], input[type=password], textarea, select {
	font-size: 11px;
	padding-left: 1px;
	font-family: Tahoma, Geneva, sans-serif;
padding: 4px;
border: 1px solid #ddd;
border-radius: 4px;
-moz-border-radius: 4px;
-moz-box-shadow: 0 0 3px #ddd inset;
color: #090606;
font-size: 11px;
}

input[type="text"]:focus , input[type=password]:focus, textarea:focus, select:focus {
border-color:rgba(38, 206, 58, 0.075);
outline:0;
outline:thin dotted \9;
-webkit-box-shadow: inset 0 1px 1px rgba(47, 177, 78, 0.075), 0 0 8px rgba(81, 139, 86, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
box-shadow: inset 0 1px 1px rgba(38, 206, 58, 0.075),0 0 8px rgba(94, 168, 0, 0.6);}

.tableControl, .actionButtons {
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.header {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

.footer {
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

.rich-table {
	background-color:transparent;
	width: 100%;
}

.detailTable{
	width: 100%;
}

.rich-panel {
padding-bottom: 7px;
background-color: #E9F1F6;
background: url(../img/box_bg_bot.jpg) bottom repeat-x #fafafa;
border-radius: 15px;
-webkit-border-radius: 15px;
-webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.13);
box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.13);
margin-top: 5px;
padding-top: 10px;
padding-left: 2px;
}



.rich-table-cell .booleanImage{
	text-align: center;
}

.body {
	padding: 0px;
}

.columnHeader:hover {
	color: #FF6600;
}

.message {
	padding: 5px;
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #000000;
	margin: 5px 0 8px 0;
	font-size: 12px;
	border: 1px solid rgb(114, 114, 177) !important;
	-webkit-border-radius: 4px;
	background: white url('../img/bg_form.png') left top repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
}

.message li, .message .INFOMSG, .message .ERRORMSG, .message .WARNINGMSG {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}

.message li.infomsg, .message li.INFOMSG, .message .INFOMSG {
	background-image: url(../img/msginfo.png);
}

.message li.errormsg, .message li.ERRORMSG, .message .ERRORMSG {
	background: url(../img/msgerror.png) no-repeat left top 1px;
}

.message li.warnmsg, .message li.WARNINGMSG, .message .WARNINGMSG {
	background-image: url(../img/msgwarn.png);
}

.message a img{ 
	margin: 2px;
}

.name {
	display: inline;
	vertical-align: top;
	font-weight: bold;
	float: left;
	margin-top: 5px;
	clear: both;
	color: #456851;
	font-family: Tahoma, Geneva, sans-serif;
}
.nameDatSin {
	display: inline;
	vertical-align: top;
	font-weight: bold;
	margin-top: 5px;
	clear: both;
	color: #456851;
	font-family: Tahoma, Geneva, sans-serif;
}
.name div {
	display: inline;
}	

.avcpStyle, .requiredAvcptrue{
	font-size: 12px;
	vertical-align: super;
	color:red;
	margin-left: 3px;
	font-family: Tahoma, Geneva, sans-serif;
}

.avcpSemaphoreStyle{
	font-size: 11px;
	vertical-align: super;
	color: #00B307;
	margin-left: 3px;
	font-family: Tahoma, Geneva, sans-serif;
}

.value {
	margin-top: 1px;
	float: left;
	clear: both;
}
.value input {
margin: 0px;
}
.desc {
	font-weight: lighter;
	font-size: xx-small;
	font-family: Tahoma, Geneva, sans-serif;
}

.error, .error.value, .error input, .error textarea, .error select, .error label, .linkedErrorStyle {
	color: red;
	vertical-align: middle;
	clear: both;
	float: left;
	border-color:red !important;
}

.error, .error.value, .error input, .error textarea, .error select, .error label, 
.error2, .error2.value, .error2 input, .error2 textarea, .error2 select, .error2 label {
	vertical-align: middle;
	clear: both;
	float: left;
	border-color:red !important;
	border-width: 2px;
}

.errors {
	color: red;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.error input[type="radio"] + label,
.error2 input[type="radio"] + label {
    color: red !important;
    float: none;
}

.errors input, .errors textarea {
	border: 1px solid red !important;
}

.required {
	color: red;
	padding-left: 2px;
}

.rich-stglpanel-body {
	overflow: auto;	
} 

/* the specificity here is necessary to override the defaults */
.rich-panel .rich-panel-header,
.rich-stglpanel .rich-stglpanel-header{
margin-left: -2px;
text-transform: uppercase;
padding: 10px 19px;
color: white;
display: block;
width: auto;
height: 23px;
overflow: hidden;
left: -10px;
background: url(../img/post-labels.png) right 0px no-repeat;
background-position: -4px -6px;
border: none;
position: relative;
}

.rich-mpnl-header-cell{
text-transform:uppercase;
background-color: #4285AF;
border-color: #528FB5;
background-color: #4285AF;
border-color: #528FB5;
background-color: #4285AF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
-ms-box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
color:white;
}
.rich-mpnl-header {
background-image: none;
}

.rich-toolbar-item {
color: #000;
}

.rich-panel-header{
	background-image:none;
}

select {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

.rich-panel input[type=submit], .rich-panel input[type=button],
.rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
	margin-bottom: 0;
}

.tableControl input[type=submit], .tableControl input[type=button], .tableControl select {
	margin: 5px 0 5px 5px;
}

/* I don't know why this is necessary, but the select is off by a pixel on the top and is padding too much on the left */
.tableControl select {
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.actionButtons {
	padding-left: 1px;
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.rich-datalist {
	list-style: square;
	margin: 6px 0 1px 0;
	padding-left: 18px;
}

.rich-list-item {
	padding-bottom: 4px;
}

div.info {
	font-size: 1.25em;
	font-family: Tahoma, Geneva, sans-serif;
}

ul.bullets {
	list-style: square;
}

ul.bullets li {
	padding-bottom: 2px;
}

td.action {
	text-align: center;
	white-space: nowrap;
}

td.action a {
	padding-left: 1px;
	padding-right: 1px;
}

/*  nuove modifiche*********************************************************/

	 
#vtab0{ 
	float:left; 
	padding: 0px; 
	height: 100%; 
	width: 200px;
}
#vtab0 li, #vtab0 a{ 
	list-style:none;
	font-weight: normal;
	color: #003F7D;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: transparent;
	font-size: 12px;
	cursor:pointer;
	background: url(../stylesheet/images/go.gif) center left no-repeat;
	padding-left: 15px;
	margin-left: 0px;
	#margin-left: 25px;
	#padding-left: 0px;
}

#vtab0 .top-group{ 
	font-size: 13px;
	margin: 0;
	margin-left: 0px;
	#margin-left: 0px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	clear: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	clear: left;
	background-image: none;
	padding: 0px;
	border-bottom:none;
	width: 215px;
}

#vtab0 .top-group-avcp{ 
	font-size: 13px;
	margin: 0;
	margin-left: 0px;
	#margin-left: 0px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	clear: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	clear: left;
	background-image: none;
	padding: 0px;
	border-bottom:none;
	margin-top: 10px;
}

#vtab0 li:hover, #vtab0 a:hover { 
	text-decoration: underline;
    #border-color: white; /* "#" == solo per explorer*/
	cursor:pointer; 
}
#tabContent {
	padding-bottom: 50px;
	overflow:hidden;
	padding-left: 15px;
}
.vtInfo{	
	display:none;
	overflow-x: auto;
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 2px;
	border: 1px solid grey !important;
	background: white url('../img/bg_form.png') left top repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 4px;
	overflow-y: hidden;
	padding-bottom: 10px;
}
.clear { clear: both; width: 100%; }

.navigation a{
color: #528FB5;
text-decoration: none;
font-size: 10px;
font-weight: bold;
overflow: hidden;
text-transform:uppercase;
font-family: Tahoma, Geneva, sans-serif;
}	

.cella-sinistra {
border-bottom: 1px solid #dfdfdf;
text-align: left;
background-color: transparent;
padding: .1em .3em;
font-weight: normal;
color: #456851;
font-family: Tahoma, Geneva, sans-serif;
font-style: normal;
font-size: 12px;
width:20%;
}
.cella-destra{
border-bottom: 1px solid #dfdfdf;
color: #224;
padding: .3em .5em;
display: table-cell;
vertical-align: inherit;
border-collapse: collapse;
font-size: 12px;
font-family: Tahoma, Geneva, sans-serif;
width:80%;
}

.cella-sinistra_2 {
border-bottom: 1px solid #dfdfdf;
text-align: left;
background-color: transparent;
padding: .1em .3em;
font-weight: normal;
color: #456851;
font-family: Tahoma, Geneva, sans-serif;
font-style: normal;
font-size: 12px;
width:50%;
}
.cella-destra_2{
border-bottom: 1px solid #dfdfdf;
color: #224;
display: table-cell;
vertical-align: inherit;
border-collapse: collapse;
font-size: 12px;
font-family: Tahoma, Geneva, sans-serif;
width: auto;
text-align: left;
}

.cella-top {
text-align: left;
background-color: transparent;
border: none;
padding: .1em .3em;
font-weight: bold;
color: black;
font-family: Tahoma, Geneva, sans-serif;
font-style: normal;
font-size: 14px;
/*background: url(../img/comment-separator.png) no-repeat;*/
background-position-y: bottom;
padding-top: 5px;
border-bottom: 1px solid #dfdfdf;
box-shadow: 0px 1px 0px #888;
}

.cella-top_2 {
text-align: left;
background-color: transparent;
padding: .1em .3em;
font-weight: normal;
color: #456851;
font-family: Tahoma, Geneva, sans-serif;
font-style: normal;
font-size: 12px;
width:50%;
font-style: italic;
padding-bottom: 9px;
}

.cella-bottom {
text-align: left;
background-color: transparent;
border: none;
padding: .1em .3em;
font-weight: bold;
color: black;
font-family: Tahoma, Geneva, sans-serif;
font-style: normal;
font-size: 13px;
width:15%;
}


/* =Navigation
-----------------------------------------------------------------------------*/
#vtab0{ 
float: left;
padding: 0px;
height: 100%;
width: 200px;
font-size: 13px;
display: block;
padding: 0px 0px 0px 0px;
padding-right: 15px;
font-family: Tahoma, Geneva, sans-serif;
}

#vtab01 {

}

#vtab02 {

}

#vtab0 ul {
	list-style: none;
	margin: 0;
}

#nav li{
	font-family: Tahoma, Geneva, sans-serif;
}

#vtab0  .top-group a, #vtab0 .top-group-avcp a{
font-size: 19px;
font-weight: normal;
color: #444e69;
text-shadow: #fff 0 1px 1px;
padding: 0;
margin-left: 0px;
font-family: Tahoma, Geneva, sans-serif;
}

#vtab0  .top-group:hover {
	background: url(../img/navHover.png) no-repeat;	
	background: url(../img/sidebar_list_hover3.png) no-repeat;
}	
#vtab0 .top-group a , #vtab0 .top-group-avcp a{
	border-bottom: 1px solid black;
	margin-left:0px;
}

#vtab0 a{
	font-size: 13px;
	display: block;
	padding: 2px 0px 3px 0px;
	margin-top: 0px;
	color: #43433E;
	text-decoration: none;
	right: 11px;	
	font-family: Tahoma, Geneva, sans-serif;
}

#linkedError a{
	font-size: 13px;
	margin-top: 0px;
	color: #43433E;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	vertical-align: bottom;
	margin-left: 0px;
}

#linkedError a:hover{
	font-weight: bold;
}

#vtab01 a{	
padding-left: 0px;
margin-left: 25px;
background: url(../img/sidebar_list_line.gif) left bottom no-repeat;
background-position-x: 0px;
}

#vtab01 .field a, #vtab01 .field2 a{
padding-left: 0px;	
margin-left:20px;
display: list-item;
list-style-type: disc;
list-style-image:url(../img/list-style.png);
}

#vtab01 .field a div, #vtab01 .field2 a div{
	display: inline;
}	

#vtab01  .field:hover, #vtab0  .current:hover, #vtab01  .field2:hover{
	background: url(../img/navHover.png) no-repeat;
	background: url(../img/sidebar_list_hover3.png) no-repeat;
}

#vtab01 .fieldIndietro a{
margin-top: 5px;
background: none;
margin-left: 0;
}

#vtab0  .current a{
	color:white;
}

#vtab01  a:hover{
	text-decoration: none;
	color:black;
}

#vtab0  .current a, #vtab0 .top-group .current{
	text-decoration: none;
	color:white;
	background-color: #4d745b;
	width: 195px;
}
#vtab0  .current a:hover{
	color:white;
}
#vtab0  .current a, #vtab0 .top-group a{
	/*color:white;*/
}
	
.paginazione{
	color:#000000;
	font-size:11px;
	text-align: center;
	vertical-align: bottom;
	font-family: Tahoma, Geneva, sans-serif;
}
input[type="image"]{ 
	margin-right: 6px;
	margin-left:6px;
	background: none;
	border: none;
	vertical-align: bottom;
	width: auto;
}

.rich-table-subheader {
background-color: #4d745b;
background-position: left -535px;
color:white;
}
.rich-table-subheader a{
color:black;
font-family: Tahoma, Geneva, sans-serif;
}
.rich-table-subheader a:hover{
color: #666;
font-family: Tahoma, Geneva, sans-serif;
}
.rich-table-subheadercell {
white-space: normal;
color:black;
border: none;
font-family: Tahoma, Geneva, sans-serif;
border-top: 1px solid #fafafa;
border-bottom: 1px solid #888888;
background: #CCCCCC;
background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ebebeb));
background: -moz-linear-gradient(top, #ededed, #ebebeb);
background: url(../img/headerTable.png) top repeat-x #fff;
}

.sap input[type="image"]{ 
	margin-right: 6px;
	margin-left:6px;
	background: none;
	border: none;
	vertical-align: bottom;
	width: 43px;
	border: none;
}

input[type="image"].pdfExcel {
	margin-right: 6px;
	margin-left:6px;
	background: none;
	border: none;
	vertical-align: bottom;
	width: 25px;
	border: none;
}

.pdfExcel input[type="image"],.pdfExcel img{ 
	margin-right: 6px;
	margin-left:6px;
	background: none;
	border: none;
	vertical-align: bottom;
	width: 43px;
	border: none;
}
.pdfDownloadButton{ 
	margin-right: 6px !important;
	margin-left:0px !important;
	background: none !important;
	border: none !important;
	vertical-align: bottom !important;
	width: 30px !important;
	border: none !important;
}
.pdfExcelLista img{
	margin-right: 6px;
	margin-left:6px;
	background: none;
	border: none;
	vertical-align: bottom;
	width: 25px;
	border: none;
}


fieldset {
	margin-top: 30px;
    padding: 5px 15px 5px 15px;
    border:1px solid #CED6D1;
    box-shadow:0 0 1px #456851;
}

legend {
	font-weight: bold;
	margin: 0px 15px 0px -15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #456851;
	float:left;
	margin-top:-25px;
	clear:both;
}

legend + * {
    clear:both;
}

.navigation fieldset {
	margin: 0px;
	margin-bottom: 10px;
	padding: 1px;
	padding-left: 5px;
}

label img{
	display: none;	
}

.intestazioneDettaglio{
	z-index:2;
	position: relative;
	text-align: center;
	text-transform:uppercase;
}
.nav{
	background: url(../img/dueangolisfumati.png) no-repeat;
	display: block;
}

.rich-table {
	border-collapse: initial;
	color: #666;
font-size: 12px;
text-shadow: 1px 1px 0px #fff;
background: #eaebec;
border: #888888 1px solid;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 2px #d1d1d1;
-webkit-box-shadow: 0 1px 2px #d1d1d1;
box-shadow: 0 1px 2px #d1d1d1;
}

.results {
	box-shadow: 0px 4px 20px 6px rgba(0, 0, 0, 0.13);
	margin-top: 16px;
}
.rich-panel-body {
font-size: 12px;
padding-top: 0px;
padding-bottom: 3px;
font-family: Tahoma, Geneva, sans-serif;
}

#search-form-panel .rich-panel-body {
	display: none;
}

.tabSearchPanel {
height: 10px;
position: relative;
top: 0;
z-index: 99999;
margin-top: -5px;
left: -5px;
}

.tabSearchPanel a.openSearchPanel, .tabSearchPanel a.closeSearchPanel {
width: auto;
text-decoration: none;
height: 30px;
line-height: 13px !important;
padding-left: 19px !important;
cursor: pointer;
display: block;
position: relative;
top: 28px;
margin-right: 20px;
}

.tabSearchPanel a.openSearchPanel {background: url(../img/search_close.png) no-repeat center 0;}
.tabSearchPanel a.closeSearchPanel {background: url(../img/search_open.png) no-repeat center 0;}
.tabSearchPanel a:hover.openSearchPanel {background: url(../img/search_close.png) no-repeat center -30px;}
.tabSearchPanel a:hover.closeSearchPanel {background: url(../img/search_open.png) no-repeat center -30px;}

.rich-table-cell {
	vertical-align: middle;	
	padding: 5px 5px 5px 5px;
	text-shadow: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.rich-table-cell-2{
	vertical-align: middle;	
	padding: 5px 5px 5px 5px;
	text-shadow: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
}

.rich-table-cell .actionButtons {
margin: 0px;
padding-left: 0px;
}

.rich-table-cell .actionButtons a {
padding-left: 0px;
padding-right: 0px;
}

.rich-table-cell .actionButtons a img {
margin: 3px;
}


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
body.transparent_white {
    background: url(../img/transparent_white.png);  
}   
   
.modalPopup {
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: url(../img/transparent_white.png);
}
.modalPopup img{
	position:   fixed;
    z-index:    10001;
    top: 40%;
	margin-left: 50%;
}                

.modalPopupEdit {
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: url(../img/transparent_white.png);
}
.modalPopupEdit img{
	position:   fixed;
    z-index:    10001;
    top: 40%;
	margin-left: 50%;
}

.modalPopupTransparent {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../img/transparent.png);
}

.modalPopupTransparent img {
	position: fixed;
	z-index: 10001;
	top: 40%;
	margin-left: 50%;
} 

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

#cpvTreeView ul {
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
}

.rich-tabpanel-content {
background-color: #FFF;
}

#vtab01 {
width: 215px;	
top: 110px;
}

#tabContent {
margin-left: 200px;
}

.logo-header-left-small{
background: transparent url(../img/logo-left-small.png) no-repeat center;
position: fixed;
display: block;
width: 170px;
height: 25px;
top: 11px;
}

.rich-table-header {
background: url(../img/sidebar_list_hover3_selected.png) repeat;
background-position: left -535px;
color:black;
background: url(../img/headerTable.png) top repeat-x #fff;
}

.rich-table-headercell {
color:black;
}

.rich-calendar-holly {
background-color: #6DA381;
color:white;
}

.rich-calendar-today {
background-color: #A2B9AB;
color:white;
}

.rich-calendar-tool, .rich-calendar-month, .rich-calendar-select {
background-color: #4d745b;
color:white;
}

.rich-calendar-days, .rich-calendar-toolfooter {
background: #D2DDD6;
}

.rich-tab-active {
background-image: none;
}

.rich-tab-inactive {
background-color: #FFFFFF;
background-image: none;	
}


.modalMask {
 display:none;
 position: absolute;
 left: 0px;
 top: 0px;
 width:100%;
 height:100%;
 z-index: 9;
}

.modalContentAvcp{
	z-index: 9;
    padding: 10px;
    padding-top: 4px;
    padding-bottom: 2px;
    border: 1px solid grey !important;
    background: white url(../img/bg_form.png) left top repeat-x;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 10px;
    display: inline-block;
    box-shadow: 0px 0px 20px #888;
    left: 20px;
    position: relative;
    width: 500px;
}

.modalContent
{
 z-index: 9;
 padding: 10px;
 padding-top: 4px;
 padding-bottom: 2px;
 border: 1px solid grey !important;
 background: white url('../img/bg_form.png') left top repeat-x;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 margin-top: 15px;
 overflow-y: hidden;
 padding-bottom: 10px;
 display: inline-block;
 box-shadow: 0px 0px 20px #888;
 width: 60%;
 left: 20%;
 top: 110px;
 position: fixed;
}
.infoAvcp a{
	width:auto;
	text-decoration: none;
	color: #456851;
}

.rich-datascr-button, .rich-datascr-ctrls-separator {
background-color: #A0A0A0;
color: #007C2D;
text-shadow: none;
}

.rich-datascr-inact {
border-top-color: gray;
color: gray;
}

.rich-datascr-act {
border-top-color: #4d745b;
color: #4d745b;
}

.rich-datascr-button:hover {
background-color: #AFAFAF;
}

.rich-datascr-inact:hover {
	border-top-color:#008805;
	color: #008805;
}

.rich-datascr-button-dsbld {
color: gray;
}

.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background: #FFFFFF url('../img/bg_form.png') left top repeat-x;
	width:auto;
	max-width:200px;
	border-radius:5px;
	padding:5px;
	color:#000;
	font-size:12px Tahoma, Geneva, sans-serif;
	z-index: 10000;
}

table.riepilogoImportaLotto{
	border-collapse: collapse;
	width: 100%;
}

table.riepilogoImportaLotto th {
	color: #000;
	background-color: #4d745b;
	border: 1px solid #4d745b;
	padding: 3px;
	vertical-align: top;
	text-align: left;
	background: url(../img/headerTable.png) top repeat-x #fff;
}

table.riepilogoImportaLotto td {
	border: 1px solid #d4d4d4;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: top;
}

.rvgRowOne{
	background-color: white;
}

.rvgRowTwo{
	background-color: #F5F5F5;
}

.rvgRowOne:hover, .rvgRowTwo:hover{
background: #DFDFDF;
background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#f0f0f0));
background: -moz-linear-gradient(top, #DFDFDF, #f0f0f0);
}

.rvgRowOneSubTable{
	background-color: white;
}

.rvgRowTwoSubTable{
	background-color: #F5F5F5;
}
.results table td:first-child {
text-align: left;
max-width:400px;
border-left: 0;
}

.errorMessageBox {
	width: 50%; 
	margin-top: 50px; 
	padding: 15px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF; 
}

.errorMessageBox ul {
	padding: 2px;
	width: 95%;
}

.rich-progress-bar-completed, .rich-progress-bar-uploaded {
background-image: url(../img/progressbar.gif);
background-color: #fff;
color: #000;
font-size: 14px;
}

.rich-progress-bar-remained {
background-color: #fff;
text-color: #000;
font-size: 14px;
}

.rich-progress-bar-width {
	width: 270px;
}

.modalContentProgressBar
{
 padding: 10px;
 border: 1px solid grey !important;
 background: white url('../img/bg_form.png') left top repeat-x;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 overflow-y: hidden;
 display: inline-block;
 box-shadow: 0px 0px 20px #888;
 position: fixed;
 z-index: 10001; 
 height: 100px;
 width: 270px;
 margin: -50px 0 0 -135px;
 top: 50%;
 left: 50%;
}

.closePopupConfigCli {
    position: absolute;
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    right: 0px;
    top: 0px;
    z-index: 100000;
}

.confirmModalContentProgressBar{
	height: 170px;
    width: 350px;
    top: 40%;
    font-weight: bold;
}

.confirmModalContentProgressBarVeryLarge{
    height: auto;
    width: 750px;
    top: 20%;
    left: 600px;
}

.confirmModalContentProgressBarVeryLargeConfigCli {
    height: auto;
    width: 750px;
    top: 20%;
    left: 550px;
    margin-top: 30px;
    padding-top: 20px;
}

.confirmModalContentProgressBarLarge{
	height: 190px;
    width: 445px;
    top: 40%;
    left: 43%;
    font-weight: bold;
}

.confirmModalContentBozzaCompletataInvioEmail{
	height: 140px;
    width: 400px;
    top: 40%;
    left: 45%;
    font-weight: bold;
}

.confirmModalContentProgressBarLargeForConfig {
    height: auto;
    width: 30%;
    top: 50%;
    left: 600px;
   
}

.messageAlert{ 
    background: url("../img/bg_form.png") repeat-x scroll left top white;
    border: 3px solid rgb(114, 114, 177) !important;
    color: #0000a0;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    list-style: none outside none;
    margin: 5px 0 8px;
    padding: 4px;
}

.messageAlertPiccolo{ 
    background: url("../img/bg_form.png") repeat-x scroll left top white;
    border: 3px solid rgb(114, 114, 177) !important;
    color: #0000a0;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    list-style: none outside none;
    margin: 5px 0 8px;
    padding: 4px;
}

.messageAlertNoCornice{ 
    color: red;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    list-style: none outside none;
    margin: 5px 0 8px;
    padding: 4px;
}

.messageAlertNoCorniceBlu{ 
    color: #0000a0;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    list-style: none outside none;
    margin: 5px 0 8px;
    padding: 4px;
}


.displayNone{
	display: none;
	border: none;
}

.linkedError{
	font-size: 13px;
	font-weight: bold;
	color: #044379;
}

.forXml{
	
	margin-left: 10px;
}


label .forXml img {	
	vertical-align: super;
  display: inline;
}

.softDeletedCol {
	text-align: center;
	width: 25px;
}

.softDeleted {
	background: url(../img/softDeleted.png) no-repeat;
	display: inline-block;
	width: 19px;
	height: 16px;
}

div.invioAvcpLightsField {
    border-radius: 10px;
    width: 27px;
    height: 15px;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
    box-shadow: 0px 0px 8px 0px #555;
    -moz-box-shadow: 0px 0px 8px 0px #555;
    -webkit-box-shadow: 0px 0px 8px 0px #555;
}
    
div.invioAvcpLights {
    border-radius: 10px;
    width: 27px;
    height: 15px;
    position: relative;
    top: -20px;
    float: right;
    box-shadow: 0px 0px 8px 0px #555;
    -moz-box-shadow: 0px 0px 8px 0px #555;
    -webkit-box-shadow: 0px 0px 8px 0px #555;
}

div.invioAvcpInfo {
    position: relative;
    float: right;
    top: -23px;
    right: 5px;
}

div.attivo { background: #00EE00; }
div.bloccato { background: #FFFF00; }
div.disattivo { background: #FF4400; }

.rich-calendar-popup {
	width: 200px;
}


.requiredField {
	white-space: pre-wrap !important;
}

#search-form-panel .field {
    white-space: normal !important;
}

.campoUguale {
	white-space: pre-wrap !important;
}

.infoMessageUpload {
	font-size: 12px;
	color: #0000a0; !important;
}

.autocomplete  {
	margin-left: -4px !important;
	height: 11px !important;
	border: 1px solid #ddd;
	border-radius: none !important;
	height: 1.75em !important;
	cursor: pointer;
}
	
.autocomplete inputText {
   padding-left: 1px !important;
    font-family: Tahoma, Geneva, sans-serif !important;
    padding: 4px !important;
    border: 1px solid #ddd !important;
   border-radius: 0px !important;
    box-shadow: 0 0 3px #ddd inset !important;
    color: #090606 !important;
    font-size: 11px !important;
}
:root{
  /* default (se il JS non gira o non riconosce il browser) */
  --sb-hover-bg: #e9e9e9;
  --sb-hover-fg: #111;
  --sb-sel-bg:   #d3d3d3;
  --sb-sel-fg:   #111;
}

/* Contenitore popup */
.rf-sb-popup{
  border:1px solid #c9cdd3 !important;
  background:#fff !important;
  box-shadow:0 2px 6px rgba(0,0,0,.08);
  font-size:12px;
}

/* Righe item – base bianco */
.rf-sb-popup .rf-sb-entry td{
  background:#fff !important;
  color:#111 !important;
  line-height:1.5;
  padding:6px 10px !important;
  white-space:normal !important;
}

/* Hover */
.rf-sb-popup .rf-sb-entry:hover td{
  background: var(--sb-hover-bg) !important;
  color: var(--sb-hover-fg) !important;
}

/* Selezionato */
.rf-sb-popup .rf-sb-entry-selected td,
.rf-sb-popup .rf-sb-cell-selected{
  background: var(--sb-sel-bg) !important;
  color: var(--sb-sel-fg) !important;
}

   
div.contatorePerfezionamento {
	text-align: center;
}

.contatorePerfezionamentoNameNormal {
	text-align: center;
	background-color: transparent;
	font-weight: bold;
	color: #456851;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.contatorePerfezionamentoNameRed {
	text-align: center;
	background-color: transparent;
	font-weight: bold;
	color: red;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.contatorePerfezionamentoNumber {
	font-size: 18px;
	margin-top: 7px;
}

.contatorePerfezionamentoNumberRed {
	font-size: 18px;
	margin-top: 7px;
	color: red;
}

div.mail_icon {
	position: fixed;
    top: 53px;
}

div.mail_icon_small {
	position: fixed;
	right: 0px;
    top: 5px;
}

div.mail_icon_num {
    position: relative;
    top: 3px;
    height: 0px;
    width: 13px;
    left: 19px;
    text-align: center;
    font-size: 11px;
    color: white;
}

.noMarginButton {
    margin-top: 0px !important;
}

.negativeSignStyle {
    font-size: 14px;
}

.fontItalicBlue {
	font-style: italic;
	color: blue;
}

.alignCenter{
	text-align: center !important;
}

.rvgRowHighlighted{
	background-color: #FFEB3B
}

.allegatoSubTablesPlusMin{
	text-align: center; width: 2%; border-right: none;
}

/* The Modal (background) */
.modalPanel {
	display: block;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 3%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background: url(../img/transparent_white.png);
}


/* Modal Content */
.modal-contentPanel {
	overflow: auto;
    min-height: 60%;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #888;
    width: 90%;
    background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-contentPanel .rf-p-b {
    padding-top: 0px;
    padding-bottom: 5px;
}

.modal-contentPanel .rf-dt input[type=submit], .modal-contentPanel .rf-dt input[type=button] {
    height: auto;
}

/* The Close Button */
.closePopup {
	position: absolute;
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    right: 5%;
    z-index: 100000;
}


/* Stili per pulsanti custom caricamento allegati */
.fileUploadAllegatiCustom table {
	padding-top: 3px;	
}

.fileUploadFromBS-toolbar {
	width: 244px;
}

.fileUploadFromBS-button {
	background-repeat: repeat-x !important;
    background-position: top left !important;
    background-color: #C6D6EA !important;
    padding: 2px !important;
    cursor: pointer !important;
    background-image: url(/GGAP3-web/a4j/g/3_3_3.Finalorg.richfaces.renderkit.html.images.UploadButtonBgGradient/DATB/eAH78eHVq2vHmAAYuQVb) !important;
    border-radius: unset !important;
    border: 1px solid #C9C9C9;
    margin: 5px;
    width: 210px;
}

.fileUploadFromBS-button .rich-menu-item-label-disabled {
	color: #C0C0C0;
}

.rich-menu-item-hover, .rich-menu-group-hover {
    border-color: #E5973E !important;
}

.buttonsCaricaAllegati .rich-menu-item-disabled {
	background: none !important;
}

.buttonsCaricaAllegati .rich-fileupload-list-overflow {
	height: 1px !important;
}
/* Fine stili per pulsanti custom caricamento allegati */

.infoRemoveProfiloAtBox {
    margin-bottom: 15px;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}
.infoRemoveProfiloAtBox_afterTableMessage {
    width: 100%;
    font-size: 13px;
    padding-top: 10px;
    width: 100%;
}

.modalPopup img.resetModalPopupImg{
	position: inherit !important;
    z-index: 0 !important;
    top: 0% !important;
	margin-left: 0% !important;
}

.infoCopyText{
	display:none;
	border:1px solid grey;
	padding: 5px;
	background-color: white;
	position: fixed;
	margin-top: -30px;
    margin-left: -15px;
}

.copyText{
	margin-top: 0px !important;
}

.textToCopy{
	 width: 3px !important;
	 padding: 0px !important;
	 height: 1px !important;
	 position: fixed !important;
	 border-color: #fff !important;
} 

.closedTypological{
	color : red !important;	
}

.flagIcon {
	vertical-align: middle;
    width: 30px;
}

.flagIconOn {
	
}

.flagIconOff {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
	
}

.infoBox {
	border: 1px solid #afafaf;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	font-style: italic;
	font-size: 12;
}

.clearfixSlider #scrollPanel {
	max-height: 400px;
	overflow-x: auto;
}

.searchUO{
	background-color:grey;
	color:white !important;
	padding-bottom: 1px !important;
}

#labelSearchUO{
	width:50px !important;
	font-size:15px !important;
}

.schedaTag {
    padding: 3px;
    margin-right: 2px;
    margin-left: 5px;
    border-radius: 4px;
    background-color: #aabbff;
}

.rowTaskConfirmed {
	background-color: #7fe37f;
}
.rowTaskWorked {
	background-color: yellow;
}
.rowTaskDeleted {
	background-color: red;
}

.scrollMessage_0 {
	color: blue;
}

.scrollMessage_1 {
	color: orange;
}

.scrollMessage_2 {
	color: red;
}

.marquee {
  height: 25px;

  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  height: 30px;
  font-weight: normal;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;

  animation: marquee 20s linear infinite;
}

.marquee span {
  float: left;
  width: 100%;
}

@keyframes marquee {
  0% { right: 0; }
  100% { right: 90%; }
}

.infoMessage::before {
	content: '';
    display: inline-block;
    background-image: url('../img/info.png');
    background-size: contain;
    width: 16px;  /* Larghezza dell'icona */
    height: 16px; /* Altezza dell'icona */
    margin-right: 8px; /* Spazio tra l'icona e il testo */
    vertical-align: middle; /* Allinea verticalmente l'icona con il testo */
}

.infoMessage {
	font-size: 12px;
}

.infoMessages {
	margin: 0px 0px 4px 4px;
	color: #004072;
}