html, body {
	font-family: "Roboto", sans-serif;
	width:100%;
	height:100%;
	color: #42474E;
	font-size:12px;
	margin:0px;
	padding:0px;
	font-weight: 300;
}

a {
	color:#8E8E8E;
}
a:focus,
a:hover {
	text-decoration:none;
	color:#3550A9;
}

h4 {
	font-size: 1.2rem;
}

table {
	width:100%;
}

.no-scroll {
	overflow:hidden;
}

.loading td {
	text-align:center;
}

.page-wait {
	z-index: 99999;
	background: rgba(54,70,93,0.95);
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.page-header {
	width:100%;
	background:#9AA9DC;
	z-index:100;
	padding:1px 20px;
	height:40px;
	color:#FFFFFF;
	line-height: 38px;
	overflow:hidden;
	font-size:14px;
}
.page-header a {
	color:#FFFFFF;
}
.page-header a:hover {
	color:#0D004C;
}
.page-header i {
    font-size: 14px;
}
.page-header .icone a {
	margin-left:6px;
	margin-right:6px;
}

.page-header .elabincorso {
	width:50px;
	text-align:right;
	padding:3px 5px 0px 0px;
}

.page-view {
	display:flex;
	min-height:100%;
}

.page-view .v-left {
	width:220px;
	background:#FBFBFB;
}

.page-view .v-left #menu-principale {
	min-height:1200px;
}
.page-view .v-left #menu-principale a i {
	margin-right:5px;
}
.page-view .v-left .persone {
	height:250px;
}

.page-view .v-right {
	width: calc(100% - 220px);
}
.page-view .v-right.fullscreen {
	width: 100% !important;
}

.page-view .v-right .tabs-container {
	height:100%;
	width:100%;
	background:#FFFFFF;
}

.tab-container {
	padding: 15px 5px 10px 10px;
	letter-spacing: 0.5px;
	min-height:100%;
	width:100%;
}

.tab-container .nuovo {
	border: 2px dashed #CAD2ED;
	padding: 15px;
	text-align: center;
	color: #CAD2ED;
	display:block;
	font-size: 14px;
}
.tab-container .nuovo:hover {
	border: 2px solid #CAD2ED;
	background: rgba(202, 210, 237, 0.7);
	color: #FFFFFF;
}

.tab-container .titolo {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 400;
	color: #4B4B4B;
}

.tab-container .foto-tonda {
	margin:auto;
	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;
}
.tab-container .foto-obiettivo {
	border:2px solid #D3DBF6;
}


/* INPUT */
textarea,
input[type="number"],
input[type="text"],
input[type="date"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	width:100%;
}
select {
	background-position: right center;
	width:100%;
}


textarea,
input[type="number"],
input[type="text"],
input[type="date"],
select {
	outline:none;
	border: 1px solid rgba(0,0,0,.1);
	border-radius:0;
	width:100%;
	padding: 2px 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	letter-spacing: 0.5px;
	box-shadow: none;
	outline: none;
	background-color: #FFFFFF;
}
.testoflat:focus {
	outline:none;
	outline-color: rgb(255, 0, 0);
	border: 1px solid #4F66B7;
	background-color: rgba(202, 210, 237, 0.1);
	color:#161616;
}
.testoflat.decimale,
.testoflat.numeric {
	text-align:right;
}
.testoflat.disabilitato {
	background-color: rgba(202, 210, 237, 0.3);
}
.testoflat.obbligatorio {
	border:1px solid #FF0000;
}
.testoflat.is-invalid {
	border-color: #B8250D;
	background-color: #FFFFFF;
}
.testoflat-span {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	width:100%;
	border:1px transparent;
	padding: 2px 0px;
}
.testoflat-span.percentuale {
	text-align:right;
}
.testoflat-span.bold {
	font-weight:700;
}
.testoflat-span.disabilitato {
	background-color: rgba(202, 210, 237, 0.3);
}
.testoflat-span.numeric {
	text-align:right;
}


textarea {
	height:35px;
}
.visibile-coniugato {
	display:flex;
}
select.testoflat {
	padding: 2px 5px;
}
/* BUTTON */
.btn {
    font-weight: 300;
    border-radius: 0px;
}
.btn-left {
	margin-left:10px;
}
.btn-right {
	margin-right:10px;
}

/* JCONFIRM */
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: hidden;
}


.left-vertical-tabs {
    width: 170px;
    float: left;
}
.nav-stacked {
	border-right: 1px solid #F1EAE0;
	font-size: 14px;
	font-weight: 600;
	padding: 20px 0;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-stacked {
	border-right: 1px solid #F1EAE0;
	font-size: 14px;
	font-weight: 600;
	padding: 20px 0;
}
.nav-stacked > li > a {
	color: #A49E93;
	padding: 7px 25px;
	text-align: right;
}
.nav-stacked > li > a:hover {
	color: #66615b;
}
.nav-stacked > li.active > a {
	color: #66615b;
}
.nav-stacked > li.active :after {
	border-right: 11px solid #FFFFFF;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: -1px;
	bottom: 7px;
}
.nav-stacked > li.active :before {
	border-right: 11px solid #F1EAE0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 7px;
}

.profilo {
    width: 100%;
    text-align: center;
    padding-top: 70px;
}
.profilo .foto {
    margin: auto;
    width: 120px;
    height: 120px;
    -moz-border-radius: 120px;
    -webkit-border-radius: 120px;
    border-radius: 120px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #CCC;
    background-size: cover;
    text-align: center;
}

#obiettivo-dumb {
	display:none;
}

.lista-riga {
	border-left: 3px solid #CAD2ED;
	border-top: 1px solid #FBFBFB;
	border-right: 1px solid #FBFBFB;
	border-bottom: 1px solid #FBFBFB;
	margin-bottom:7px;
	background: #FBFBFB;
	padding: 10px 10px 10px 10px;
	position:relative;
	overflow:hidden;
}
.lista-riga:hover {
	border-top: 1px dashed #CAD2ED;
	border-right: 1px dashed #CAD2ED;
	border-bottom: 1px dashed #CAD2ED;
}
.lista-riga .azioni .elimina:hover {
	color: #DC131B;
}
.lista-riga .didascalia {
	width:100%;
	background: #F1EAE0;
	height: 20px;
}
.lista-riga .foto {
	margin-top: 10px;
}
.lista-riga .footer {
	font-size:16px;
	text-align:right;
	position:absolute;
	bottom:5px;
	right:20px;
	width:100%;
}
.lista-riga .azioni {
	position:absolute;
	width:60px;
	right:2px;
	top:2px;
	text-align:right;
	font-size:16px;
}
.lista-riga .azioni a {
	margin-left:5px;
}

.lista-riga .contenuto {
	width: calc(100% - 26px);
	float:left;
}
.lista-riga .footer a {
	margin-left:5px;
}

.lista-riga.obiettivo {
	padding-bottom: 30px;
}

.lista-colonna {
	border-top: 3px solid #CAD2ED;
	background: #FBFBFB;
	padding: 20px 20px 30px 20px;
	position:relative;
	margin: 0px 10px 30px 10px;
}
.lista-colonna .foto-tonda {
	margin-bottom: 5px;
}
.lista-colonna .foto {
	margin-bottom: 40px;
}
.lista-colonna .fascia {
	border-left: 2px solid #D3DBF6;
	padding: 5px 5px 2px 5px;
	width:100%;
	margin-bottom:10px;
}
.lista-colonna .fascia.chiuso {
	transition-delay: 0.1s;
	transition-duration: 0.5s;
	padding: 5px 5px 0px 5px;
	border-bottom: 1px dotted #D3DBF6;
	border-right: 1px dotted #D3DBF6;
	border-top: 1px dotted #D3DBF6;
}
.lista-colonna .fascia.chiuso .pannello {
	padding: 0px 0px 0px 0px;
}
.lista-colonna .fascia .content {
	padding-top:10px;
}

.icona-link {
	font-size:18px;
}
.lucchetto {
	margin-top:5px;
	font-size:18px;
}
.lucchetto .val_1 {
	display: none;
	color: rgba(158, 11, 14 , 0.7);
}

@media screen and (max-width: 1300px){
	.lista-colonna {
		border-top: 3px solid #CAD2ED;
		background: #FBFBFB;
		padding: 10px 10px 30px 10px;
	}
}

.obiettivo .obiettivo-step-2,
.obiettivo .obiettivo-step-3,
.obiettivo .obiettivo-step-4,
.obiettivo .obiettivo-step-5,
.obiettivo .obiettivo-step-6 {
	display:none;
}

.pannello {
	padding: 0px 0px 5px 0px;
}

.p-2 {
    padding: 0 1rem !important;
}

.chart-container {
	margin-top:40px;
	margin-bottom:40px;
	border: 1px solid #D3DBF6;
	padding:5px;
}
.chart-wrapper {
	position: relative;
}
.chart-wrapper .chart {
	width:100%;
	height:400px;
}
.chart-wrapper .chart-wait {
	z-index: 10;
	background:#FFFFFF;
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D3DBF6;
}
.chart-wrapper .chart-semaforo .eta-negativa {
	padding-right:10px;
	line-height:30px;
}
.chart-wrapper .chart-semaforo img {
	width:30px;
}
.messaggio {
	border: 2px dashed #ED1C24;
	padding: 20px;
	margin-bottom:30px;
	text-align:center;
}

#consulenza-globale h5 {
	margin-bottom:8px;
	font-weight:400;
}
#consulenza-globale h6 {
	font-weight:500;
}
#consulenza-globale th {
	font-weight:500;
}

#consulenza-globale .area {
	padding-bottom:40px;
}
#consulenza-globale .paragrafo {
	padding:20px;
}
#consulenza-globale .intro {
	padding-bottom:30px;
}

.upload-foto {
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}

.table-investimento {
	width:100%;
}
.table-investimento .ottimizzato-attivo.selezionato {
	background:#E9F2FC;
	padding-right:5px;
	padding-left:5px;
	color:rgba(54,70,93,0.95);
}
.table-investimento .ottimizzato-disattivo.selezionato {
	background:#E9F2FC;
	padding-right:5px;
	padding-left:5px;
	color:rgba(54,70,93,0.95);
}

.table-investimento th:nth-child(1),
.table-investimento td:nth-child(1) {
	text-align: left;
}
.table-investimento th:nth-child(2),
.table-investimento td:nth-child(2) {
	text-align: right;
	width: 120px;
}
.table-investimento th:nth-child(3),
.table-investimento td:nth-child(3) {
	width: 60px;
	text-align: center;
}
.table-investimento th:nth-child(4),
.table-investimento td:nth-child(4) {
	text-align: right;
	max-width:150px;
}
.table-investimento th:nth-child(5),
.table-investimento td:nth-child(5) {
	width: 60px;
	text-align: left;
}
.table-investimento th:nth-child(6),
.table-investimento td:nth-child(6) {
	width: 70px;
	text-align: left;
}
.table-investimento th:nth-child(7),
.table-investimento td:nth-child(7) {
	width: 70px;
	text-align: right;
}
.table-investimento th:nth-child(8),
.table-investimento td:nth-child(8) {
	width: 20px;
	text-align: center;
}
.table-investimento th:nth-child(9),
.table-investimento td:nth-child(9) {
	text-align: right;
	max-width:150px;
}
.table-investimento th:nth-child(10),
.table-investimento td:nth-child(10) {
	width: 60px;
	text-align: right;
}
.table-investimento th:nth-child(11),
.table-investimento td:nth-child(11) {
	text-align: right;
	width: 100px;
}
.table-investimento th:nth-child(12),
.table-investimento td:nth-child(12) {
	width: 65px;
	text-align: right;
}

.report-wait {
	top:50%;
	left:50%;
	padding:15px;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position:absolute;
}
.report-grafici {
	position:absolute;
	top:-30000px;
	width:900px;
}
.suggerimento {
	padding:0px 6px 2px 2px;
	overflow:hidden;
}
.suggerimento i {
	color:#FFF200;
}

.tabella-wait {
	display:none;
}

#popup-uscitedettaglio {
	display:none;
}

.tabella-spese .anteprima {
	width: 30px;

}

/*  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 */


/* EASY */
.easy .tab-container .titolo {
	margin-bottom: 0px;
}
.easy .tab-container .sottotitolo {
	margin-bottom: 10px;
}

.easy .area {
	margin-bottom:40px;
}


/*  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 */

/*  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;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    text-align:center;
}
.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;
}
/* -------------------------------------------------------------------------------------
  FINE PARALLAX */


.video {
	padding-top:20px;
}

.register-page {
	font-size:18px;
}
.register-page .media {
	padding-bottom:30px;
}
.register-page .media-left {
	width:180px;
}
.register-page .media-left img {
	width:100%;
}
.register-page .media-body {
	padding:15px;
}
.register-page .btn-lg {
	padding: 1.5rem 2rem;
	font-size: 30px;
	text-transform: uppercase;
}


.segmento {
	height:300px;
	padding:15px;
}
.segmento a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display:block;
	width:100%;
	height:100%;
	padding:20px;
	transition: transform .2s;
}
.segmento a:hover {
	transform: scale(1.1);
	z-index:999;
}
.segmento a .titolo {
	text-align:center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:#FFFFFF;
	width:80%;
	font-size: 18px;
	line-height: 20px;
}
.domanda,
.esigenza {
	transition: transform .2s;
}
.domanda:hover,
.esigenza:hover {
	transform: scale(2);
	z-index:999;
}
