html, body {
	font-family: Arial, sans-serif;
	width:100%;
	height:100%;
	color: #42474E;
	font-size:13px;
	margin:0px;
	padding:0px;
}

/*  CSS ELEMENTI BASE
--------------------------------------------------------------------------------------- */
a {
	color:#8E8E8E;
}
a:focus,
a:active,
a:hover {
	text-decoration:none;
	color:#3D3D3D;
}

h3,h5 {
	font-variant: small-caps;
}
h4 {
	font-size: 16px;
}

.fullwidth {
	width:100%;
}
.fullheight {
	height:100%;
}
.center {text-align:center}
.left {text-align:left}
.right {text-align:right}

.icon-md {
	font-size:16px;
}
.icon-xl {
	font-size:20px;
}

.incon-td-input {
	margin-bottom: 10px;
}

.nopadding {
	padding:0px;
}

.col-padding-xs {
	padding-left:5px;
	padding-right:5px;
}

.titolo-domanda {
	width:100%;
	padding:3px 0px 6px 0px;
	font-weight:bold;
}

.testoflat {
	outline:none;
	border-bottom:1px solid #DCC5AB;
	border-top:none;
	border-right:1px solid #DCC5AB;
	border-left:none;
	width:100%;
	padding:1px 3px 1px 5px;
	margin-bottom:10px;
	height: 24px;
}
.negativo {
	border:1px solid #9E0B0E;
}
.numeric {
	text-align:right
}
.testoflat-errore {
	border:2px solid #FF0000;
}

.testoflat:focus {
	outline:none;
	outline-color: rgb(255, 0, 0);
	border:1px solid #DCC5AB;
	background-color:#E6E6E6;
	color:#4B4B4B;
}
.testoflat-evidenza {
	outline:none;
	outline-color: rgb(255, 0, 0);
	border:1px solid #FF0000;
	background-color:#E6E6E6;
	color:#4B4B4B;
}
.testoflat-noevidenza {
	outline:none;
	outline-color: rgb(255, 255, 255);
	border-bottom:1px solid #DCC5AB;
	border-top:none;
	border-right:1px solid #DCC5AB;
	border-left:none;
	color:#000000;
}
.testoflat2 {
	outline:none;
	border:1px solid #DCC5AB;
	width:100%;
	padding:1px 3px 1px 5px;
	margin-bottom:10px;
	margin-top:2px;
	height: 24px;
}

.testoflat2:focus {
	outline:none;
	outline-color: rgb(255, 0, 0);
	background-color:#E6E6E6;
	color:#4B4B4B;
}

.disabled {
	cursor:not-allowed;
	border: 1px solid #818181;
	background-color:#E6E6E6;
}

td {
	font-family: 'Arial', sans-serif;
}


/* LOADING REPORT */
#loadingreport {
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:fixed;
	z-index:999999999;
	background: url('../images/waiting.gif') center center no-repeat rgba(0,0,0,1);
    opacity: 0.8;
    filter: alpha(opacity=80);
    display:none;
}
#loadingreport .console {
	color: #FFFFFF;
	text-align:center;
	position: absolute;
    top: 50%;
    width:100%;
    text-align:center;
    padding-top:40px;
}

/* LOADING GENERALE */

#popuploading {
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:fixed;
	z-index:999999999;
	background: url('../images/waiting.gif') center center no-repeat rgba(0,0,0,1);
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#popuploading_ini {
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:fixed;
	z-index:999999999;
	background: rgba(0,0,0,1);
    opacity: 0.9;
    filter: alpha(opacity=90);
}
#popuploading_ini table {
	width:100%;
	height:100%;
}
#popuploading_ini table td {
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	font-size:16px;
}
#popuploading_ini .foto {
	height:100px;
	width:auto;
	/*-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;*/
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid #FFFFFF;
    background-size: cover;
    margin-bottom:15px;
}

.panel-heading-sm {
	padding:3px;
}
.panel-heading-sm h4 {
	font-size:14px;
	font-weight:normal;
}
.panel {
    background-color: #E6E6E6;
}

.info {
	color:#61A4A1;
	font-size: 16px;
}

table th {
	vertical-align:bottom;
	padding:1px 5px 1px 1px;
}
table td {
	padding:2px 5px 2px 2px;
	vertical-align:middle;
}

.icon-list i {
	font-size: 16px;
}
.icon-list td {
	width:25px;
	text-align:center;
}
.icon-list_clienti i {
	font-size: 16px;
}
.icon-list_clienti td {
	width:33px;
	text-align:center;
}
#popup-table-progressivi .foto {
	width:60px;
	height:60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid #CCC;
    background-size: cover;
    margin-bottom:5px;
    float:right;
}

.form-control::-moz-placeholder {
  color: #9E968B;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control:-moz-placeholder {
  color: #9E968B;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control::-webkit-input-placeholder {
  color: #9E968B;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control:-ms-input-placeholder {
  color: #9E968B;
  opacity: 1;
  filter: alpha(opacity=100);
}

.convivente,
.coniuge {
	display:none;
}

#popup-password {
	display:none;
}

.btnIstruzioni {
	cursor:pointer;
}
.btnIstruzioni:hover {
	color:#534741;
}

#status-messages {
	display:none;
	position:fixed;
	bottom:0px;
	padding:4px;
	width:100%;
	z-index:9999;
}
#status-messages .content {
	border:1px solid #ED1C24;
	padding:10px;
	background:#E6E6E6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#ED1C24;
	text-aling:center;
}
#status-messages .content table td {
	vertical-align:top;
	padding-right:5px;
	padding-left:5px;
}
#status-messages .content i {
	font-size:24px;
}

#cookie-bar {
    background: #666;
    height: auto;
    min-height: 40px;
    color: #eeeeee;
    text-align: center;
    padding: 6px 0px;
}
#cookie-bar p {
	font-size: 12px;
	line-height: 24px;
}
#cookie-bar a {
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
}

.nomargin {
	margin:0px;
}

.parallax-mirror {
	width:100%;
}

.panel-group {
    margin-bottom: 2px;
}

/* -------------------------------------------------------------------------------------
  FINE CSS ELEMENTI BASE */


/*  TOOLTIP
--------------------------------------------------------------------------------------- */
.tipped {
	width:450px;
	font-size:12px;
}
.tipped .immagine {
	float:left;
	width:100px;
}
.tipped .testo {
	float:left;
	width:350px;
	padding-right:5px;
	padding-left:10px;
}
/* -------------------------------------------------------------------------------------
  FINE CSS TOOLTIP */


/*  PARALLAX
--------------------------------------------------------------------------------------- */
.parallax-window {
    min-height: 400px;
    background: transparent;
    color:#FFFFFF;
}
.parallax-window h1 {
    font: bold 70px/1em 'Roboto Condensed', arial, sans-serif;
    margin:0px;
    padding:0px;
    text-shadow: -1px 0 #999999, 0 1px #999999, 1px 0 #999999, 0 -1px #999999;
}
.parallax-window h3 {
    font-family: "Roboto Condensed";
    font-size:38px;
    margin:0px;
    padding:0px;
    text-shadow: -1px 0 #999999, 0 1px #999999, 1px 0 #999999, 0 -1px #999999;
    font-variant: none;
}

.bottomtoolbar{
	padding:10px;
	text-align:center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:20px;
	right:40px;
	font-size:36px;
}
.bottomtoolbar .pulsante {
	width:50px;
	height:50px;
	border-radius: 25px;
	background:rgba(0,0,0,0.2);
    float:left;
    margin:3px;
    cursor:pointer;
    color:#FFFFFF;
}
.bottomtoolbar .pulsante:hover {
	background:rgba(0,0,0,0.8);
}

#dashboad-slide {
	height:400px;
}
#dashboad-slide ul li{
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
}
#dashboad-slide ul li .content{
	position:absolute;
	bottom:10px;
	width:100%;
}

/* -------------------------------------------------------------------------------------
  FINE PARALLAX */


/*  MENU
--------------------------------------------------------------------------------------- */
#main-menu {
	width:100%;
	min-height:30px;
	background:#0076A3;
	color:#FFFFFF;
	z-index:9999 !important;
}
#main-menu .container {
	padding:10px;
}
#main-menu .passo {
	text-align:center;
	padding:5px;
	width:100%;
	background:#999999;
}
#main-menu a {
	color:#CCCCCC;
}
#main-menu a:hover {
	color:#FFFFFF;
}
#main-menu .passo .container {
	padding:0px;
}
#main-menu .passo a {
	color:#FFFFFF;
}
#main-menu .passo a:hover {
	color:#534741;
}
#main-menu .passo i {
	font-size:20px;
	//margin-left:10px;
	margin-right:10px;
}
#main-menu .passo-meno i {
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
}
#main-menu .passo td{
	vertical-align:middle;
	padding:3px;
}
#main-menu .passo .btnpasso {
	display:none;
}
#main-menu .passo .btnDettaglio {
	padding:0px 5px 0px 0px;
}
#main-menu .passo .btnDettaglio i {
	font-size:14px;
	margin:0px;
	float:none;
}
#main-menu .passo .passo-titolo {
	text-align:center;
	font-size:15px;
	font-weight:bold;
}
#main-menu .passo .passo-content i {
	font-size:18px;
	line-height:2px;
}
#main-menu .passo .passo-informazioni {
	font-size:11px;
	font-style: italic;
}
#main-menu .passo .passo-informazioni i {
	font-size:12px;
	margin:0px;
}
#main-menu .passo .istruzioni{
	text-align:center;
	padding:20px;
	width:100%;
	background:#A8A7A7;
	display:none;
}
#main-menu .passo .istruzioni h3 {
	margin: 0px 0 5px;
}
#main-menu .passo .istruzioni .video {
	width:100%;
	height:400px;
}
#main-menu .comandi a {
	margin-left:5px;
	margin-right:5px;
	font-size:14px;
	color:#DADADA;
}
#main-menu .comandi a:hover {
	color:#FFFFFF;
}

.content {
	padding-top:30px;
}

.panel-submenu-selected {
	font-weight:bold;
}

#main-menu .sessioni,
#main-menu .sessione {
	background:#4A869D;
	display:none;
	z-index:9999;
	padding:40px;
}

#main-menu .sessioni .testoflat,
#main-menu .sessione .testoflat {
	color:#000000;
}
#main-menu .sessioni .btn-default,
#main-menu .sessione .btn-default {
	color:#FFFFFF;
	border-color: #FFFFFF;
}
#main-menu .sessioni .btn-default:hover,
#main-menu .sessione .btn-default:hover {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color:#0A8CBD;
}
#main-menu .sessioni i,
#main-menu .sessione i {
	font-size:24px;
}

#main-menu .sessioni table i {
	font-size:18px;
}

#main-menu .sessioni a:active,
#main-menu .sessioni a:hover,
#main-menu .sessione a:active,
#main-menu .sessione a:hover {
	color:#FFFFFF;
}

#main-menu #dashboard-slogan {
	height:40px;
	text-align:center;
	padding:5px;
	width:100%;
	background:#fff;/*AAA9A9; */
	border-bottom: 1px solid #DADADA;
}
#main-menu #dashboard-slogan {
	color:#666;
}

#coperture-persona,
#coperture-coniuge {
	display:none;
}
#patrimoniale-coperture .table-ok {
	width:100%
}
#patrimoniale-coperture .table-ok td {
	padding:0;
}
#patrimoniale-coperture .table-ok .ok {
	padding-right:5px;
}

#patrimoniale-coperture .panel-title i {
	font-size:12px;
}
#patrimoniale-coperture .coniuge {
	margin-top:5px;
}

#patrimoniale-coperture .freccia {
	float:left;
	margin-right:5px;
}
.rotate90 {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
}

/* -------------------------------------------------------------------------------------
  FINE MENU */

/*  PROFILO/COLLEGAMENTI
--------------------------------------------------------------------------------------- */
.profilo {
	width:100%;
	text-align:center;
}
.profilo .foto {
	margin:auto;
	width:180px;
	height:180px;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	border-radius: 180px;
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid #CCC;
    background-size: cover;
}
.collegamenti {
	width:100%;
	margin-top:10px;
}
.collegamenti .elemento{
	float:left;
	width:50%;
}
.collegamenti .elemento .foto {
	margin:auto;
	width:100px;
	height:100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	margin:10px;
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid #CCC;
    background-size: cover;
}

.passo-titolo {
	display:none;
	cursor:pointer;
}
.passo-istruzione {
	display:none;
}

/* -------------------------------------------------------------------------------------
  FINE PROFILO */


/*  PROTAGONISTI
--------------------------------------------------------------------------------------- */
.protagonisti {
	border-left:1px solid #CCC;
	min-height:500px:
}
.protagonisti .protagonista {
	padding:40px 10px 10px 40px;
}
.protagonisti .protagonista .content {
	border:1px solid #CCC;
	width:100%;
	border-radius: 20px;
	padding:15px 20px 5px 20px;
}
.protagonisti .protagonista .content .foto {
	border:1px solid #CCC;
	margin-top:-65px;
	margin-left:-65px;
	width:140px;
	height:140px;
	-moz-border-radius: 140px;
	-webkit-border-radius: 140px;
	border-radius: 140px;
    background-repeat: no-repeat;
    background-position: center;
    position:absolute;
    cursor:pointer;
    z-index:999;
    background-size: cover;
}
.protagonisti .protagonista .content .titolo {
	width:100%;
	padding-left:90px;
	padding-bottom:30px;
	height:60px;
}
.protagonisti .protagonista .content .sottotitolo {
	font-size:13px;
	font-style: italic;
	color:#736357;
	font-weight:normal;
}
.protagonisti .protagonista .content .dati {
	padding-top:15px;
}
.protagonisti .protagonista .content .dati-input {
	padding-top:5px;
}
.protagonisti .protagonista .footer {
	padding-top:15px;
	width:100%;
	text-align:right;
	font-size:18px;
}

.protagonista-aggiungi i {
	font-size:36px;
}

.protagonisti .parente .content .foto {
	margin-top:-45px;
	margin-left:-45px;
	width:100px;
	height:100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}


/* -------------------------------------------------------------------------------------
  FINE PROTAGONISTI */


/*  OBIETTIVI
--------------------------------------------------------------------------------------- */
.obiettivi {
	display:none;
	border-left:1px solid #CCC;
	min-height:500px:
}
.obiettivi .obiettivo {
	padding:40px 10px 10px 40px;
}
.obiettivi .obiettivo .content {
	border:1px solid #CCC;
	width:100%;
	border-radius: 20px;
	padding:15px 20px 5px 20px;
}
.obiettivi .obiettivo .content .foto {
	border:1px solid #CCC;
	margin-top:-60px;
	margin-left:-60px;
	width:120px;
	height:120px;
	-moz-border-radius: 120px;
	-webkit-border-radius: 120px;
	border-radius: 120px;
    background-repeat: no-repeat;
    background-position: center;
    position:absolute;
    cursor:pointer;
    z-index:999;
    background-size: cover;
}
.obiettivi .obiettivo .content .titolo {
	width:100%;
	padding-left:80px;
	padding-bottom:30px;
	font-weight:bold;
	height:60px;
	font-size:16px;
}
.obiettivi .obiettivo .content .sottotitolo {
	font-size:13px;
	font-style: italic;
	color:#736357;
	font-weight:normal;
}
.obiettivi .obiettivo .content .dati {
	padding-top:15px;
}
.obiettivi .obiettivo .content .dati-input {
	padding-top:5px;
}
.obiettivi .obiettivo .footer {
	padding-top:15px;
	width:100%;
	text-align:right;
	font-size:18px;
}
.obiettivi .semaforo {
	width:30px;
	height:30px;
	border-radius:15px;
	border:1px solid #CCC;
	margin-left:10px;
}
.passo-aggiungi i {
	font-size:36px;
}

/* -------------------------------------------------------------------------------------
  FINE OBIETTIVI */


/*  QUADRO GLOBALE
--------------------------------------------------------------------------------------- */
.quadroglobale {
	display:none;
	border-left:1px solid #CCC;
	min-height:500px:
}

.quadroglobale #chartdiv-coerenza,
.quadroglobale #chartdiv {
	width:100%;
	height:400px;
}

.quadroglobale .negativo-coniuge,
.quadroglobale .negativo-personale {
	display:none;
	color:#FF0000;
	font-weight:bold;
}

.amChartsLegend .bollino {
	position:absolute;
	right:0;
	bottom:0;
	background:#FF0000;
	width:30px;
	height:30px;
	border-radius: 50%;
	margin:10px;
	border:1px solid #A7A7A7;
}

.btnOttimizzazione {
	position:fixed;
	bottom:20px;
	right:20px;
	/* sandrobackground: #FFFFFF;*/
	padding:5px;
	border-radius: 2px;
	z-index:999;
}
.btnOttimizzazione .has-switch {
	margin-top:5px;
	margin-left: 0px;/* sandro..era 30*/
}
/* -------------------------------------------------------------------------------------
  FINE QUADRO GLOBALE */

/*  COERENZA
--------------------------------------------------------------------------------------- */
.coerenza .riquadro {
	border:1px solid #CCC;
	width:100%;
	border-radius: 2px;
	padding:5px;
}

.coerenza .table-investimento {
	margin-top:5px;
	width:100%
}
.coerenza .table-investimento .testoflat {
	margin-bottom: 0px;
}

#coerenza-risultato {
	font-weight:bold;
}

.coerenza-si {
	display:none;
}

/* -------------------------------------------------------------------------------------
  FINE COERENZA */


/*  GALLERY
--------------------------------------------------------------------------------------- */
.gallery ul {
	list-style-type: none;
}

.gallery ul li {
	width:100px;
	height:100px;
	float:left;
	margin:2px;
}

.gallery ul li .anteprima {
	cursor:pointer;
	width:100px;
	height:100px;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	opacity:0.8;
	border:1px solid #CCC;
}

.gallery ul li .anteprima:hover {
	opacity:1;
	border:1px solid #000000;
}


/* -------------------------------------------------------------------------------------
  FINE GALLERY */


/*  DETTAGLIO SPESE
--------------------------------------------------------------------------------------- */
.dettaglio-spese .table-spese {
	margin-top:5px;
	width:100%
}
.dettaglio-spese .table-spese th {
	vertical-align:bottom;
	padding:1px 1px 1px 10px;
}
.dettaglio-spese .table-spese td {
	padding:2px 2px 2px 10px;
	vertical-align:middle;
}

.dettaglio-spese .table-spese .testoflat {
	margin-bottom: 0px;
}

/* -------------------------------------------------------------------------------------
FINE DETTAGLIO SPESE */


/*  OWNER
--------------------------------------------------------------------------------------- */
.owner {
	width:100%;
	height:5px;
	background:#ABA000;
}
/* -------------------------------------------------------------------------------------
FINE DETTAGLIO OWNER */

/*  FOOTER
--------------------------------------------------------------------------------------- */
#footer {
	width:100%;
	padding-top:40px;
	padding-bottom:40px;
	background:#999999;
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	color:#534741;
}

/* -------------------------------------------------------------------------------------
FINE FOOTER */


/*  CRUSCOTTO
--------------------------------------------------------------------------------------- */
.cruscotto .visione {
	width:100%;
	overflow-x:auto;
}

.cruscotto h4 {
	font-weight:bold;
}
/* -------------------------------------------------------------------------------------
FINE CRUSCOTTO */


/*  PIANO EASY
--------------------------------------------------------------------------------------- */
.piano-easy {
	width:1024px;
}

@media screen and (max-width: 1024px) {
	.piano-easy {
		width:98%;
	}
}


.row-popup {
	padding-bottom:5px;
}

.row-popup .testoflat {
	margin-top:2px;
	border:1px solid #DCC5AB;
}


/* -------------------------------------------------------------------------------------
FINE PIANO EASY */




/*  REPORT
--------------------------------------------------------------------------------------- */
.report {
}
.report .foto-profilo {
	float:left;
	margin:auto;
	width:180px;
	height:180px;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	border-radius: 180px;
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid #CCC;
    background-size: cover;
    margin-right:10px;
}
.report .dati-profilo {
	float:left;
	padding:10px;
}
.report .report-parenti {
	padding:20px;
	display:block;
}
.report .report-obiettivi {
	padding:20px;
	display:block;
}
.report .obiettivi {
	display:block;
	border-left:none;
}
.report .obiettivi .obiettivo{
	display:block;
}
.report .obiettivi .obiettivo .risultati{
	padding-top:3px;
	padding-left:10px;
	padding-bottom:5px;
}
.report .report-grafici {
	padding:20px;
}
.report .report-grafici .grafico-container {
	padding-left:35px;
	padding-right:10px;
	width:100%
}
.report .report-grafici .grafico-container .grafico {
	width:100%;
	height:400px;
	border:1px solid #CCCCCC
}

.report .protagonisti {
	display:block;
	border-left:none;
}
.protagonisti .protagonista .content .titolo {
	height:auto;
}

.report .protagonisti .protagonista .risultati{
	padding-top:3px;
	padding-left:10px;
	padding-bottom:2px;
}

@media screen and (max-width: 600px) {

	.protagonisti .protagonista {
		padding: 40px 0px 10px 0px;
	}

	.report .report-parenti,
	.report .report-obiettivi {
		padding:0px;
	}

	.protagonisti .parente .content .foto {
		margin-left: -30px;
	}
}


/* -------------------------------------------------------------------------------------
FINE REPORT */



.tab-container .foto-tonda {
	border:1px solid #CCC;
	width:140px;
	height:140px;
	-moz-border-radius: 140px;
	-webkit-border-radius: 140px;
	border-radius: 140px;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
	z-index:999;
	background-size: cover;
	margin:30px 0;
}

#MenuMobile {
	padding:10px 0;
	font-size:16px;
	text-align:center;
	width:100%;
}