@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

/* GENERAL*/
h4 {
	margin-top: 20px;
}
.pd-20 {
	padding: 0 20px;
	box-sizing: border-box;
}
.mg-10 {
	margin-left: 10px;
}
.alert-beneficiari {
	position: absolute;
	top: 50px;
}
.hide {
	display: none;
}
/* $ GENERAL*/

.container-titolo {
	padding: 15px 0;
	background-color: rgb(178,104,229);
	background: linear-gradient(100deg, rgba(178,104,229,1) 0%, rgba(89,15,140,1) 100%);
	text-align: center;
}
.container-titolo .numero-step {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 30px;
    font-weight: 700;
    color: #6f2a81;
    line-height: 40px;
    vertical-align: sub;
}
.container-titolo h1 {
	display: inline-block;
	margin: 0;
	padding-left: 5px;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
}
.titolo-box {
	position: relative;
	min-height: 45px;
	margin-top: 50px;
	border-radius: 3px 3px 0 0;
	background-color: #343a40;
	text-align: center;
}
.titolo-box.visited {
	background-color: #aeb0b3;
}
.titolo-box i {
    position: absolute;
    top: 50%;
    right: 1.5%;
    font-size: 23px;
    color: #ffffff;
    line-height: 0;
}
.titolo-box h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.titolo-box h1.visited {
	color: #ffffff;
}
.titolo-box h1.famiglia {
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
}
.titolo-box .icone-famiglia {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	margin-top: -5px;
	border-radius: 40px;
	background-color: #b286d1;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
	border: 1px solid #6f2a81;
	vertical-align: middle;
}
.titolo-box .icone-famiglia:before {
	color: #fff!important;
}
.titolo-box .icone-famiglia.coniuge:before {
	position: absolute;
	top: 0;
	left: 10px;
	content: '\e900';
	font-family: icone-app2;
	font-size: 60px;
	line-height: 75px;
}
.titolo-box .icone-famiglia.figli:before {
	position: absolute;
	top: 0;
	left: 10px;
	content: '\e901';
	font-family: icone-app2;
	font-size: 60px;
	line-height: 75px;
}
.titolo-box .icone-famiglia.genitori:before {
	position: absolute;
	top: 0;
	content: '\e903';
	font-family: icone-app2;
	font-size: 60px;
	left: 10px;
	line-height: 75px;
}
.titolo-box .icone-famiglia.fratelli-e-sorelle:before, .fratelli-e-sorelle:before {
	position: absolute;
	top: 0;
	left: 10px;
	content: '\e902';
	font-family: icone-app2;
	font-size: 60px;
	line-height: 75px;
}


.box {
	padding: 15px;
	border: 1px solid #bebebe;
	border-top: none;
	border-radius: 0 0 3px 3px;
	background-color: #fff;
	box-shadow: 0px 16px 14px rgba(0, 0, 0, 0.08);
}
.box .container-elementi {
	margin: 0 auto;
}
.box .elementi {
	position: relative;
	padding: 10px 10px 10px 25px;
	border-radius: 2px;
	background-color: #e5d7f0;
	font-size: 16px;
    color: #000;
}
.box .elementi span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}
.box .elementi:before {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 15px;
    border: 1px solid #6f2a81;
    background-color: #fff;
    content: '';
    font-size: 18px;
    color: #6f2a81;
    line-height: 30px;
    text-align: center;
}
.box .elementi.visited {
	background-color: #f5f5f5;
	color: #343a40;
}
.box .elementi.visited:before {
	content: '\f00c';
	font-family: FontAwesome;
}
.box .elementi.selected {
	border: 1px solid #6f2a81;
	background-color: #6f2a81;
	color: #fff;
}
.box .elementi.selected:before {
	content: '\f00c';
	font-family: FontAwesome;
}
.container-elementi .elementi {
	cursor: pointer;
}
.selezionato .elementi {
	cursor: pointer;
}
.box .elementi-risultato {
	position: relative;
	margin: 0;
	padding: 20px;
	border-radius: 5px;
	background-color: #e5d7f0;
	font-size: 20px;
	font-weight: 400;
	color: #343a40;
}
.elementi-risultato > div {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.elementi-risultato > div small {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.ammesso, .nonammesso {
	margin-top: 10px;
}
.famiglia-line {
	display: inline-block;
	padding-left: 47px;
	vertical-align: top;
}
.nonammesso .famiglia-line {
	color: #a94442;
}
.famiglia-ico {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 32px;
    color: #6f2a81;
    line-height: 40px;
    vertical-align: top;
}
.nonammesso .famiglia-ico {
	color: #a94442;
}
.famiglia-ico:after {
	position: absolute;
	bottom: 0px;
	right: 3px;
	width: 16px;
	height: 18px;
	content: '\f00c';
	font-family: FontAwesome;
	font-size: 22px;
	color: #6f2a81;
	line-height: 18px;
}
.nonammesso .famiglia-ico.iconanonammessa:after {
	position: absolute;
	bottom: 0px;
	right: 3px;
	width: 16px;
	height: 18px;
	content: '\f00d';
	font-family: FontAwesome;
	font-size: 22px;
	color: #290404;
	line-height: 18px;
}
.ico-coniuge:before, .ico-coniuge-separato:before, .ico-coniuge-divorziato:before, .ico-convivente:before {
	font-family: icone-app2;
	content: '\e900';
}
.ico-figli-minori:before, .ico-figli-21:before, .ico-figli-26:before {
	content: '\e901';
	font-family: icone-app2;
}
.ico-genitori:before {
	content: '\e903';
	font-family: icone-app2;
}
.ico-fratelli:before {
	content: '\e902';
	font-family: icone-app2;
}
.ico-nessuno:before {
	display: none;
	font-family: icone-app2;
	content: '\e901';
}
.ico-nessuno.famiglia-ico:after {
	display: none;
}
.beneficiaripredeterminati {
	position: relative;
	padding-right: 40px;
	font-size: 16px;
	font-weight: 700;
	color: #6f2a81;
	cursor: pointer;
	text-align: right;
}
.beneficiaripredeterminati:after {
	position: absolute;
	bottom: 5px;
	right: 8px;
	width: 20px;
	height: 18px;
	content: '\f078';
	font-family: FontAwesome;
	font-size: 22px;
	color: #6f2a81;
	line-height: 18px;
}
.predeterminati {
	display: none;
	margin-top: 30px;
	font-size: 14px;
}
.beneficiari {
	padding: 15px;
	border-radius: 5px;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #343a40;
}
.beneficiari-ok {
	background-color: #a9f1ab;
}
.beneficiari h4 {
	margin-top: 0;
}


.tooltip-icon {
    position: absolute;
    right: -9px;
    bottom: -8px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #fff;
    content: '\f05a';
    font-family: FontAwesome;
    color: #303030;
    line-height: 18px;
    text-align: center;
}
.tooltip-text {
	color: #6f2a81;
	cursor: pointer;
}
.elementi.selected .tooltip-text {
	color: #b286d1;
}
.tooltip_templates {
	display: none;
}
.tooltipster-base {
	max-width: 400px;
	font-size: 16px !important;
	line-height: 25px;
}
.tooltipster-base h1 {
	font-size: 20px !important;
}


.backnext {
	margin-top: 50px;
}
.backnext a,
.backnext a:hover {
	text-decoration: none;
}
a .page-button {
	margin-top: 10px;
	padding: 3px;
	background-color: #6f2a81;
	border-radius: 3px;
	cursor: pointer;
}
a:hover .page-button {
	background-color: #7f35b2;
}
a .page-button span {
	display: block;
	position: relative;
	height: 55px;
	padding-right: 10px;
	border: 1px solid #fff;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 55px;
	text-align: center;
}
a .page-button span:after {
	position: absolute;
	top: 1px;
	padding-left: 10px;
	content: '\f054';
	font-family: FontAwesome;
}
a .page-button-back {
	margin-top: 10px;
	padding: 3px;
	background-color: #6f2a81;
	border-radius: 3px;
	cursor: pointer;
}
a .page-button-back span {
	display: block;
	position: relative;
	height: 55px;
	padding-left: 30px;
	border: 1px solid #fff;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 55px;
	text-align: center;
}
.page-button-back span:before {
    position: absolute;
    top: 1px;
    margin-left: -24px;
    content: '\f053';
    font-family: FontAwesome;
}
.pdf-button {
	margin-top: 10px;
	padding: 3px;
	background-color: #6f2a81;
	border-radius: 3px;
	cursor: pointer;
}
.pdf-button span {
	display: block;
	position: relative;
	height: 55px;
	padding-right: 10px;
	border: 1px solid #fff;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 55px;
	text-align: center;
}
.pdf-button span:after {
	position: absolute;
	top: 1px;
	padding-left: 10px;
	content: '\f1c1';
	font-family: FontAwesome;
}


.nb {
	border: 1px solid #808080;
	color: #353333;
	font-size: 14px;
	padding: 15px;
	margin: 40px 0 0 0;
	border-radius: 5px;
}

@media screen and (max-width: 992px) {
.elementi-padding {
	margin-bottom: 15px;
}
}
