/* CSS Document */
@import url('struttura.css');
@import url('menu.css');
@import url('form.css');
@import url('paginazione.css');
@import url('controlli.css');
    

/* DEFAULTS
----------------------------------------------------------*/

body   
{
    
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color:#3a4f63;
    background-color:White;
}

a:link, a:visited
{
    color: #0000C0;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #3a4f63;
}

p
{
    margin-bottom: 1px;
    line-height: 1.6em;
	
}
p.PLogInADC
{
    margin-bottom: 10px;
    line-height: 1.6em;
	font-family:Verdana;
	font-size:1.0em;
	color:#3a4f63;
	font-weight:bold;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    font-family:Verdana;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #3a4f63;
    
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    color:#3a4f63;
    
    margin-top: 2px;
    margin-bottom: 2px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    width:auto;
    background-color: #ffffff;
    /*margin: 0px auto 0px auto;*/
    border: 1px solid #496077;
    min-height: 420px;
    height:auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
     /*background: #4b6c9e;*/
    width: 100%;
    background:white;
}

.header h1
{
    font-weight:bold;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #3a4f63;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 8px 8px 8px 8px;
    min-height: 420px;
    width:auto;
}

.divmenuleftMenu
{
	
    /*margin: 12px 2px 2px 2px;*/
    /*min-height: 420px;*/
    float: left;
     /*display:block;*/
    width:300px;
    
}
.divmenuleftPage
{
	 margin: 12px 0px 0px 305px;
    /*min-height: 420px;*/
    /*float: left;*/
   /*display:block;*/
   height:auto;
  
  
   
}
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
  
}

.footer
{
    color: #3a4f63;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    width:auto;
    height:auto;
    overflow:hidden;
    
}
fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}
fieldset.FadcLogIn
{
    padding: 1em;
    border: 2px solid #3a4f63;
    margin:5% 20% 10% 20%;
    overflow:hidden;   /*serve per non far apparire le scrollbar in fase di ridimensionamento della pagina*/
}

fieldset.FDSMenu
{
   
    padding: 1em;
    border: 2px solid #3a4f63;
    height:auto;
    overflow:hidden;
    
    
}
fieldset.FDSsottoMenu
{
    
    padding: 1em;
    border: 2px solid #3a4f63;
    height:auto;
    overflow:hidden;
    
    
}
fieldset.ContornoPagina
{
    
    padding: 1em;
    border: 2px solid #3a4f63;
    overflow:hidden;
    
}

legend 
{
    font-size: 1.1em;
    padding: 2px 4px 8px 4px;
    color:#3a4f63;
}

input.textEntry 
{
    width: 420px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 420px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}
/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    color:#3a4f63;
}

.loginDisplay
{
    font-size: 1.2em;
    color: #3a4f63;
    float: right;
    font-weight:bold;
    padding:2.0em;
    padding-right:1.0em;
   
}

.loginDisplay a:link
{
    color: #3a4f63;
}

.loginDisplay a:visited
{
    color: #3a4f63;
}

.loginDisplay a:hover
{
    color: #3a4f63;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
    background-color:#3a4f63;
    font-family:Verdana;
    color:White;
    font-weight:bold;
    font-size:1.2em;
}

label
{
color:#3a4f63;
font-size:1.0em;

}

.banner
{
	 background-image:url("/Images/sfondo.png");
	 width: 100%;
	 height:70px;
 
}
/*--------------------------------------------*/

/*------------------LINK PER IL TASTO HOME E LOG OUT--------------------------*/
.linkHome
{
    font-size: 1.1em;
    display: block;
    text-align: left;
    padding: 10px;
    color: #3a4f63;
    font-family: Verdana;
    font-weight: bold;
}

.linkHome a:link
{
    color: #3a4f63;
}

.linkHome a:visited
{
    color: #3a4f63;
}

.linkHome a:hover
{
    color: #3a4f63;
}
/*--------------------------------------------*/

/*----------------SERVE PER NASCONDERE DEI PEZZI DI CODICE HTML----------------------------*/
.skip
{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
/*---------------------background-image:url("~\Images\FUTURO-BLU.jpg");-----------------------*/
div.logo
{
	width:65px;
	height:80px;
	float:left;
	
}

/* TABELLA 
----------------------STRUTTURA BASE PER UNA TABELLA CON DIV------------------------------------*/

		
		
		
.wrapper 
{
    display: table;
    background-color:transparent;
    border-style:solid;
    border-color:#3a4f63;
    border-width:1px;
   
   
}
.wrapper div.row
{
	height:40px;
	display:table-row;
	background-color:White;
	width:100%;
	
}

.wrapper div.collable ,div.colOggetti,div.collableRidotto,div.colHyperLink
{
	display:table-column;
	float:left;
    font-family: Verdana;
    font-weight:lighter;
    vertical-align:middle;
    font-size:0.9em;
	
}

.wrapper div.colHyperLink
{
    font-weight: bold;
    line-height:1.6em;
 
}
.wrapper div.collable
{	
    width:21%;
}
.wrapper div.colOggetti
{
	width:25%;	
}

.wrapper div.collableRidotto
{
    width:20%;
}

.wrapper div.headers
{
	display: table-header-group;
    color:White;
    text-align:center;
    background-color:#3a4f63;
   
}
.wrapper div.footers

{
	display: table-footer-group;
    font-size:1.4em;
    font-family: Verdana;
    font-weight: bold;
    text-align:left;
    background-color:#3a4f63;
    color:White;
    
   
}
.wrapper div.RigaPulsanti
{
	
	display:table-row;
	height:auto;
    font-size:1.0em;
    font-family: Verdana;
    font-weight: bold;
    background-color:white;
    text-align:right;
    height:35px;
   
 
}
.wrapper div.RigaVuota
{
	
	display:table-row;
    background-color:White;
   
   
 
}
.wrapper div.RigaVuotaPrint
{
	
	display:table-row;
    background-color:White;
	text-align:right;
   
 
}
.wrapper div.areaTot
{
	
	display:table-column;
    height :600px;
 
}

.wrapper div.rowGroup
{
	height:40px;
	display:table-row-group;
	background-color:White;
	width:100%;
	
}
/*-------------------FINE STRUTTURA TABBELLA CON DIV-------------------------*/




select /* combo ----------------------------------------------------------*/
{
	height:23px;
}

.AspettoGriglia
{
	
	display:block;
	position:absolute;
	
}
.aspettofieldset
{
	display:block;
	position:absolute;
}

/*-------------------aspetto della table a lato del menu di sx-------------------------*/
.table
{
	
	background-color:#3a4f63;
	color:White;
	border-style:solid;
    border-color:#3a4f63;
    border-width:1px;
	
}
/*----------------------------aspetto per la tr------------------------*/
.tr
{
	background-color:White;
	color:#3a4f63;
	border-style:solid;
    border-color:#3a4f63;
    border-width:1px;
}
/*--------------------------------------------*/

/*----------------link bianchi------------*/
.linkPageGrid
{
    font-size: 1.1em;
    text-align:center;
    padding: 10px;
    color: White;
    font-family: Verdana;
    font-weight: bold;
}

.linkPageGrid a:link
{
    color: White;
}

.linkPageGrid a:visited
{
    color: White;
}

.linkPageGrid a:hover
{
    color: White;
}
/*--------------------------------------------*/

/*---------aspetto per i pulsanti standard---------------------------*/
.Pulsante
{
	background-color:#3a4f63;
	color:White;
	border-bottom-style:inset;
	font-family:Verdana;
	font-size:1.2em;
	height:35px;
	
}
	
/*----------------aspetto per eventuale pulsante di torna indietro--------------------*/	
.PulsanteUndo
{
	background-color:#3a4f63;
	color:White;
	border-bottom-style:solid;
	font-family:Verdana;
	font-size:2.0em;
	width:auto;
	height:auto;
}
/*-------------------------serve per posizionare un div a sinistra----------------------------*/
div.aSinistra

{
	float:left;
	
	padding: 1em;
}

/*------------------serve per una eventuale modal pop up-----------------------------*/
/*.modalbackground 
{
    background-color:Gray;
    opacity: 0.5;
    filter:Alpha(opacity=50);
}*/
 
.modalpopup 
{
    background-color:White;
    padding:6px 6px 6px 6px;
}
/*--------------------------------------------------------------------------------------------------*/
.print 
{
	display: block;
}


/* linkStampa --------------serve per dare l'aspetto al link della stampata-------------------------*/
.linkStampa
{
    font-size: 0.8em;
    display: block;
    text-align:center;
    padding: 10px;
    color: #3a4f63;
    font-family: Verdana;
    font-weight: bold;
}

.linkStampa a:link
{
    color: #3a4f63;
}

.linkStampa a:visited
{
    color: #3a4f63;
}

.linkStampa a:hover   
{
    color: #3a4f63;
}

/*--------------------------------------------------------------------------------------------------*/

/* caption --------------serve per mettere una intestazione ad una tabella-------------------------*/

caption {                          
     color:#3a4f63;
     font-size: 1.4em;
     font-weight: bold;
    
 } 
 
 .crediti
 {
 	
 	 color:#3a4f63;
     font-size: 1.2em;
     font-weight: bold;
     display: block;
     text-align:center;
     font-family: Verdana;
     font-style:italic;
 }
 
 .fieldsetrasparente
{
   margin: 1em 0px;
    padding: 1em;
    width:auto;
    height:auto;
    overflow:hidden; 
    border-color:transparent; 
}

 .fieldsetDatagrid
{
   padding: 0em;
     width:100%;
    height:auto;
    overflow:hidden; 
    border-color:transparent; 
}

 /*---------------Messaggi info-----------------------------*/
.msgInfo
{
	color:#00529B;
	font-size:1.0em;
	font-weight: bold;
	font-variant:small-caps;
	text-align: center;
	height:auto;
}

.scritta
{
	position:absolute;
	top: 20px;
	left: 20px;
	font-size:1.8em;
	color:#3a4f63;
	font-weight:bold;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.8;*/
	
}
.msgConferma
{
    font-size:1.0em;
    color:#0E3007;
	font-weight: bold;
	letter-spacing:0.1em;
	font-variant:small-caps
}

.msgErrore
{
	color:#C00000;
	font-size:1.0em;
	
}

.msgErroreGrid
{
	color:#C00000;
	font-size:1.0em;
	white-space:
}

.stilePass
{
font: bold  "Verdana",sans-serif;
}

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

.labelDati
{
	color:#3a4f63;
	font-size:1.1em;
	font-weight:bold;
	font-variant:small-caps;
	text-align: center;
	height:auto;
}
.ddlClass
{
    width:90%;
}
.textbox 
{
    width:90%;
    vertical-align:middle;
}
.label 
{
    width:90%;
    vertical-align:middle;
}
 .progressbar {
  width:300px;
  height:21px;
}
.progressbarlabel {
  width:300px;
  height:21px;
  position:absolute;
  text-align:center;
  font-size:small;
}
.textboxData
{
    width:70px;
}


/*GridViewCSS*/ 
.GridViewStyle{color:#465c71;font-family:'Helvetica Neue';font-size:1.0em;table-layout:auto;border-collapse:collapse;border:#465c71 2px solid;font-weight:normal;}
.HeaderStyle, .PagerStyle {background-image: url(../img/HeaderGlassBlack.jpg);background-position:center;background-repeat:repeat-x;background-color:#465c71;}
.HeaderStyle th {padding: 2px;color: #ffffff;}
.HeaderStyle a {color:#ffffff;display:block;text-align:left;font-weight:normal;font-size:0.8em;}
.PagerStyle table {text-align:center;color:#465c71;}
.PagerStyle table td {border:0px;padding:2px;}
.PagerStyle td {border-top: #465c71 3px solid;}
.PagerStyle a {color:#ffffff;padding:2px 10px 2px 10px;border-top:solid 1px #777777;border-right:solid 1px #333333;border-bottom:solid 1px #333333;border-left:solid 1px #777777;}
.PagerStyle span {color:#FFFFFF;padding:2px 10px 2px 10px;}
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td {padding: 2px;border-right: solid 1px #465c71;}
.RowStyle td {background-color: #dae0f9;}
.RowStyle td a img, .AltRowStyle td a img{border:0px none;}
.AltRowStyle td {background-color: #f0f0f0;}
.SelectedRowStyle td {background-color: #ffff66;}




#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 300px; /*185px;*/
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 150% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 285px; /*169px; 185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 285px;  /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: #384282; /* #2586d7; black;*/
font: bold 150% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}





.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:600px;
}

/*AMO - 20170323 - Tooltip per GridView Rinegoziazioni - START*/
.tooltip{ position:relative; /*questa č fondamentale*/
    z-index:24; 
    text-decoration: underline}

.tooltip:hover{ z-index: 25; }

.tooltip span{display: none}

.tooltip:hover span{ /*lo span verrā mostrato solo sullo stato :hover */
    display: block; position:absolute;
    top: 2em; left:0em; width: 15em;
    border: 1px solid #60c8f2; background-color: #f6ff00; color:#1b8ebd;
    padding:10px;
    text-align: center}
    
/*AMO - 20170323 - Tooltip per GridView Rinegoziazioni - END*/

.loaderBackground {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    background-color: rgba(5, 5, 5, 0.1);
}

.loaderImage {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -100px;
    background: url("../../Images/Loader.svg") no-repeat;
}

.literal {
    font-family: verdana,tahoma,helvetica;
    font-size: 8pt;
    background-color: #ffffff;
}