@import url("treeview.css");
@import url("menu.css");
@import url("restable.css");
@import url("disclaimer.css");
@import url("glossario.css");
@import url("datipersonali.css");
@import url("babylontable.css");
@import url("treeview_new.css");


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
}




/* ===================================== Stili relativi bottone per visualizzazione di dettaglio strategie dynamic */

.collapsiblecaption {
	background-color: #FCF8E3;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 16px;	
	border: 1px solid #EEE;
	text-align: center;
}

.active, .collapsiblecaption:hover {
	background-color: #EBE7D2;
	color: #000;
}

.contentcaption {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #EEE;
}


hr.customStyle {
    overflow: visible;
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
	color: #999;
}
hr.customStyle:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
	color: #999;
}

.buttoncaption {
    background-color: #FCFCFC;
    border: 1px dotted #AAA;
    color: #000;
    padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 286px;
	height: 48px;
	line-height: 38px;
    text-align: center;
    text-decoration: underline;
    display: inline-block;
    font-size: 14px;
    /*margin: 4px 2px;*/
    cursor: pointer;
	border-radius: 4px;
	font-weight: normal;
}

.buttoncaption:hover {
	text-decoration: underline;
	color: #6F95aF;
}

.buttoncaption button:focus {
	border: 1px dotted #AAA;
}


hr.mystyle {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
    margin: 25px;
}

img.detail {
	width: 16px;
	height: 16px;
}

.wellcome {
	color: #777;
}

.wellcomespan {
	color: #777;
}

.wellcomelink {
	color: #000;
	text-decoration: none;
}

.wellcomelink:hover {
	color: #777;
	text-decoration: underline;
}

.collapsebutton {
	font-family: Arial, Verdana;
	background-color: #EEE;
	color: #000;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	border: none;
	outline: none;
	font-size: 16px;	
	border: 1px solid #EEE;
	text-align: left;
}

.active, .collapsebutton:hover {
	background-color: #F0F0F0;
	color: #0A0;
}

.freecontent {
	padding: 0 18px;
	display: none;
	/*overflow: auto;*/
	padding-top: 20px;
	background-color: #FFF;
	border: 1px solid #EEE;
}

.divpage {
	padding: 14px;
}

.divpagep {
	font-size: 20px;
	font-weight: bold;
	color: #777;
}


/* Used on commenti.php */
table.commenti {
	width: 100%;
	border: 1px solid #AAA;
	border-radius: 6px;
	padding: 10px;
}

th.th1commenti {
	background-color: #EEE;
	border-radius: 6px;
	padding-left: 8px;
	width: 10%;
}

th.th2commenti {
	background-color: #EEE;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.td1commenti {
	background-color: #EEE;
	border-radius: 6px;
	padding-left: 8px;
	padding-top: 12px;
	width: 10%;
	border-bottom: 2px solid #777;
}

td.td2commenti {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #777;
}

/* pagina per le FAQ */

.faqcontainer {
	padding: 12px;
	border: 1px dotted #AAA;
	border-radius: 6px;
}
.titlesfaq {
	font-size: 20px;
	color: #0A0;
}

.descriptionfaq {
	font-size: 14px;
	color: #333;
}

.questionsfaq {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.answerfaq {
	font-size: 14px;
	color: #777;
}

.largespan {
	font-size: 19px;
	color: #777;
}

.smallspan {
	font-size: 15px;
	color: #777;
}

#footer {
	position: fixed;
	z-index: 3;
	bottom:0px;
	width: 100%;
	background-color: #EEE;
	border-top: 1px dotted #666;
}
#footer p {
	color: #666;
	font-size: 14px;
	text-align: center;
}

table.generaltable {
	width: 96%;
	border: 1px solid #AAA;
	border-radius: 6px;
	padding: 10px;
	margin: 4px;

}

td.td1generaltable {
	background-color: #EEE;
	border-radius: 6px;
	padding-left: 8px;
	width: 30%;
	margin: 16px;
}

td.td2generaltable {
	color: #777;
	background-color: #fafafa;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 6px;
	margin: 16px;
}

tr.generaltable {
	padding-bottom: 8px;
	margin: 16px;
}

td.generaltable {
	padding-left: 8px;
}


/* relativo alla gestione dei grafici in tutte le pagine */
.wframe {
  display: block;
  /*
  width: 760px;
  height: 564px;
  max-width: 760px;
  max-height: 564px;
  */
  background-color: #FFF;
  width: 760px;
  height: 500px;
  max-width: 760px;
  max-height: 500px;
  margin: 0;
  padding: 0;
  border: 0 solid;
  box-sizing: border-box;
}
.graphcontainer {
	border: 1px dotted #AAA;
	border-radius: 6px;
	width: 760px; 
	height: 560px;	
	max-width: 760px; 
	max-height: 560px;	
	display: block;	
}

/*tablet*/
@media screen and (max-width: 992px) {
	.wframe {
		background-color: #FFF;
		display: block;
		width: 600px;
		height: 456px;
		max-width: 600px;
		max-height: 456px;
	}
	.graphcontainer {
		width: 590px; 
		height: 374px;
		display: block;
	}
	.benvenutoimg {
		display: none;
	}
	.wellcomespan {
		font-size: 12px;
	}
	.wellcomelink {
		font-size: 12px;
	}	
}
/*mobile*/
@media screen and (max-width: 600px) {
	.wframe {
		display: none;
	}
	.graphcontainer {
		/*display: none;*/
	}
	.benvenutoimg {
		display: none;
	}
	.wellcomespan {
		font-size: 12px;
	}
	.wellcomelink {
		font-size: 12px;
	}		
}



/* relativi ai dati parametri strategia */
.tablegenerale {
	font-size: 14px;
	color: #666;
	border: 1px dotted #aaa;
}
.tablegenerale td {
	border: 1px dotted #aaa;
	padding-left: 4px;
	padding-right: 4px;
}