/** 
 * MetLife Template v1.0 - Style
 * Autori: #mf, #mm
 * Ultima revisione: 01/06/2016
 **/
 
body {
 	color: #333;
 	background-color: #f2f2f2;
 	font-weight: 400;
 	font-size: 18px;
 	line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	width: 100%;
    margin: 0 auto 20px;
	font-weight: bold;
}

a, a:visited, a:active, a:link {
	color: #2377C5;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #0e5dae;
	text-decoration: none;
}

img {
	max-width: 100%;
}

select, textarea, 
input.form-control, textarea.form-control {
    height: 40px;
    width: 100%;
    color: #333;
    background-color: #FFF;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    outline: none;
    padding: 7px 12px;
}

input[type=text]::-ms-clear {
    display: none !important;
    width: 0;
    height: 0;
    color: transparent;
}

input[type="radio"] {
    display: inline-block;
    height: 20px;
    width: 20px;
    top: 5px;
    left: 7px;
    position: relative;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    -o-appearance: radio;
    -ms-appearance: radio;
    margin-right: 4px;
}

select {
    position: relative;
    z-index: 500;
    background-color: transparent;
}

select::-webkit-input-placeholder {
    color: #666;
}

select::-ms-expand {
    display: none;
}

.alert-danger {
	color: #D4201D;
	border: none;
	background-color: #F2F2F2;
}

.alert-info {
	color: #0E5DAE;
    border: none;
    background-color: #F2F2F2;
}

.hidden-md {
	display: none !important;
}

/******* COLORS PALETTE ********/
.green {
	color: #a0c323 !important;
}

.lightBlue{
	color: #3d9cdb !important;
}

.darkBlue{
	color: #0e5dae !important;
}

.lightGrey{
	color: #f2f2f2 !important;
}

.grey{
	color: #a2a2a2 !important;
}

.white {
	color: #fff !important;
}

.black {
	color: #111 !important;
}

/******* GENERAL ********/
.tableContent {
	display: table;
	height: 100%;
}

.tableCell {
	display:table-cell;
	vertical-align: middle;
	padding: 0 15px;
}

.textBlue {
	color: #0e5dae;
}

.textLightBlue {
	color: #3d9cdb;
}

.hidden1 {
	opacity: 0;
}

/******* CUSTOM ANIMATION *********/
@-webkit-keyframes spin {
    0%   { -webkit-transform: rotate(0deg) }
    100% { -webkit-transform: rotate(360deg) }
}

@keyframes spin {
    0%   { -webkit-transform: rotate(0deg) }
    100% { -webkit-transform: rotate(360deg) }
}

.infinite-circle {
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
}

/******* INPUT MATERIAL *********/

/* TOOLTIP */
#whitebg {
	background-color: rgba(0,0,0, .6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 999999;
}

#whitebg a {
	color:#B3D63A;
	font-weight: 600;
}

#whitebg a:hover {
	color:#7a9816;
}

.close-tooltip {
	text-align: right;
	float: right;
	cursor: pointer;
}
.close-tooltip:hover {
	color: #a0c323 !important;
}

abbr{
	border-bottom: 1px dotted #666;
	cursor: help;
}

.tooltip {
	position: absolute;
	background-color: transparent;
	background-repeat: repeat;
	background-size: initial;
	border: 0;
	font-size: .8em;
	padding: 4px;
	width: 260px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.tooltip .tooltip-inner {
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	font-weight: 400;
	background: #FFFFFF;
	outline: #333333 solid 2px;
	max-width: 300px;
	padding: 10px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #FFF;
}

.mega-tooltip {
	position: absolute;
	top: 0;
	left: 0;
	width: 94%;
	padding: 2%;
	margin: 3%;
	border: 2px solid #a0c323;
	background-image: url('../images/patterns/diagonal.png');
	background-color: #0e5dae;
	background-repeat: repeat;
	background-size: initial;
	color: #fff;
	z-index: 999999;
	overflow: hidden;
}

#whitebg p {
	margin: 15px 0;
	line-height: 20px;
	font-size: 15px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

* { box-sizing:border-box; }

/* FORM STARTING STYLE=========================== */
.material.group { 
	position:relative; 
	margin-bottom:45px; 
}

.material input {
	width: 65px;
	border: none;
	background: none;
	border-bottom: none;
}
.material input:focus { outline:none; }

/* LABEL ======================================= */
.material label 				 {
	color:#999; 
	font-size:18px;
	font-weight:normal;
	position:absolute;
	pointer-events:none;
	left:5px;
	top:10px;
	transition:0.2s ease all; 
	-moz-transition:0.2s ease all; 
	-webkit-transition:0.2s ease all;
}

/* active state */
.material input:valid ~ label {
	top: 0px;
	font-size: 30px;
	color: #a0c323;
}

.material input:focus ~ label {
	display: none;
}

/* BOTTOM BARS ================================= */
.material .bar { position:relative; display:none; width:70px; }
.material .bar:before, 
.material .bar:after {
	content:'';
	height:2px; 
	width:0;
	bottom:1px; 
	position:absolute;
	background: #a0c323; 
	transition:0.2s ease all; 
	-moz-transition:0.2s ease all; 
	-webkit-transition:0.2s ease all;
}
.material .bar:before {
	left:50%;
}
.material .bar:after {
	right:50%; 
}

/* active state */
.material input:focus ~ .bar:before, 
.material input:focus ~ .bar:after {
	width:50%;
}

/* HIGHLIGHTER ================================== */
.material .highlight {
	position:absolute;
	height:60%; 
	width:50px; 
	top:25%; 
	left:0;
	pointer-events:none;
	opacity:0.5;
}

/* active state */
.material input:focus ~ .highlight {
	-webkit-animation:inputHighlighter 0.5s ease;
	-moz-animation:inputHighlighter 0.5s ease;
	animation:inputHighlighter 0.5s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background: #a0c323 }
	to { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background: #a0c323; }
	to { width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background: #a0c323; }
	to	 { width:0; background:transparent; }
}

/******* BUTTON PRIMARY ********/
.btn {
	font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    min-width: 40px;
    width: auto;
    border: 0px solid transparent;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
    margin: 0 auto 10px;
    padding: 12.5px 30px;
    display: inline-block;
	white-space: normal;
}

.uib-datepicker-popup .btn {
	margin-bottom: 0;
	padding: 12px 20px;
}

.btn:hover {
    text-decoration: underline;
}

.btn-info.active, .btn-info:active, 
.uib-datepicker .btn-info, 
.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus {
	background-color: #a4ce4e;
    background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
    background: -o-linear-gradient(#a4ce4e, #a4ce4e);
    background: -moz-linear-gradient(#a4ce4e, #a4ce4e);
    background: linear-gradient(#a4ce4e, #a4ce4e);
    color: #333333;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #b7dd58;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    background: linear-gradient(#b7dd58, #b7dd58);
    text-decoration: underline;
    color: #333333;
}

button.cta,
button.cta-left,
button.cta-right {
	background-color: #a0c323;
	color: #fff;
	font-size: 1.8em;
	font-weight: 400;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 15px;
	border: 0;
}

button.cta {
	font-size: 1.4em;
}

.btn-primary.fullwidth {
	width: 100%;
	text-align: center;
	display: block;
	float: none;
}

button#send_data {
	margin-bottom: 0;
}

#preventivo.ofhidden #contact-module button#send_data {
    margin-top: 15px;
}

/* #ALIGN */
.textcenter {
	text-align: center;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* #MARGINE E PADDING */
.noMargine { margin: 0; }
.noPadding { padding: 0; }

.margSotto05 { margin-bottom: .5em; }
.margSotto1 { margin-bottom: 1em; }
.margSotto2 { margin-bottom: 2em; }
.margSotto3 { margin-bottom: 3em; }

.margSopra05 { margin-top: .5em; }
.margSopra1 { margin-top: 1em; }
.margSopra2 { margin-top: 2em; }
.margSopra3 { margin-top: 3em; }

.paddSotto05 { padding-bottom: .5em; }
.paddSotto1 { padding-bottom: 1em; }
.paddSotto2 { padding-bottom: 2em; }
.paddSotto3 { padding-bottom: 3em; }
.paddSotto4 { padding-bottom: 4em; }

.paddSopra05 { padding-top: .5em; }
.paddSopra1 { padding-top: 1em; }
.paddSopra2 { padding-top: 2em; }
.paddSopra3 { padding-top: 3em; }

.paddingbottom40px{ padding-bottom: 40px;  }
.paddingtop50px{ padding-top: 50px;  }
.paddingtop25px{ padding-top: 25px;  }

/* MODIFICHE LANDING
===============================================*/

/* LOGO
==============================*/
header {
	padding: 0;
	text-align: left;
	background-color: #FFF;
	color: #333;
	text-align: center;
}

#logo {
	display: inline-block;
    float: none;
	width: auto;
}

#logo img {
    height: auto;
    max-height: 38px;
    width: 168px;
    margin: 16px auto;
}

/* HEADER
==============================*/
#title {
    padding: 0;
    position: relative;
}

#title .page_title {
	padding-top: 60px;
	padding-bottom: 30px;
}

#title p {
	font-weight: 400;
}

.page_title h1 {
	padding-bottom: 0;
}

#header .navbar-toggle img {
    width: 19px;
    vertical-align: middle;
}

#mlHeaderMenu {
	width: 100%;
    float: none;
    text-align: center;
    clear: both;
}

#mlHeaderMenu, #mlHeaderMenu .sub_nav_goback_menu, .sub_nav_goback {
	background-color: #0061a0;
}

#mlHeaderMenu .navbar-nav {
    float: none;
    display: inline-block;
    margin: 0 auto;
}

#mlHeaderMenu .sub_nav_goback .sub_nav_goback_menu .sub_nav_goback_links {
	width: 100%;
}

#header .navbar-nav > li > a,
#header .navbar-nav > li > a:active, 
#header .navbar-nav > li > a:visited {
	padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    font-size: 12px;
	letter-spacing: 1px;
    line-height: 22px;
	font-weight: 400;
}
 
#header .navbar-nav > li > a:hover {
	background-color: #2c77c5;
}

.sub_nav_goback .sub_nav_goback_menu .sub_nav_goback_links {
	display: block;
	margin: 0 auto;
}

#prodLinkMenu, 
.sub_nav_goback .sub_nav_goback_menu .sub_nav_goback_links {
	background: #0061a0;
}

.sub_nav_goback .sub_nav_goback_menu .sub_nav_goback_links li {
    display: inline-block;
    background-color: transparent;
    position: relative;
    font-family: 'Arial', 'Helvetica', 'sans-serif';
    font-weight: bold;
}

#prodLinkMenu .subnav-go-back__menu a, 
#header .subnav-go-back__menu a, 
.sub_nav_goback .sub_nav_goback_menu .sub_nav_goback_links li a {
    font-size: 14px;
    padding: 0 40px;
	display: table-cell;
	vertical-align: middle;
    height: 60px;
    line-height: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
}

#header .subnav-go-back__menu a {
	font-size: 15px;
	color: #0061a0;
	height: 70px;
}

#prodLinkMenu .subnav-go-back__menu a:hover, 
.sub_nav_goback .sub_nav_goback_menu .sub_nav_goback_links li a:hover {
	background-color: #0090da;
	color: #fff;
	text-decoration: underline;
}

#header .subnav-go-back__menu a:hover {
	text-decoration: underline;
}

#header .subnav-go-back__menu, 
#mlHeaderMenu .sub_nav_goback .sub_nav_goback_menu .subnav-go-back__menu {
	float: left;
    text-align: left;
    width: 15%;
}

#header .subnav-go-back__menu {
	position: absolute;
    left: 30px;
    top: 0;
	width: 25%;
}

#prodLinkMenu .subnav-go-back__menu a, 
#header .subnav-go-back__menu a, 
#mlHeaderMenu .sub_nav_goback .sub_nav_goback_menu .subnav-go-back__menu a {
	display: table;
    padding-right: 0;
    text-transform: none;
}

#prodLinkMenu .subnav-go-back__menu a:hover, 
#mlHeaderMenu .sub_nav_goback .sub_nav_goback_menu .subnav-go-back__menu a:hover {
	background-color: #0061a0;
}

#prodLinkMenu .subnav-go-back__menu a span, 
#header .subnav-go-back__menu a span, 
#mlHeaderMenu .sub_nav_goback .sub_nav_goback_menu .subnav-go-back__menu a span {
    height: 60px;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
}

#header .subnav-go-back__menu a span {
	height: 70px;
}

#prodLinkMenu .subnav-go-back__menu a, 
#prodLinkMenu .subnav-go-back__menu a span {
	height: 50px;
}

#prodLinkMenu .subnav-go-back__menu a span:first-child, 
#header .subnav-go-back__menu a span:first-child, 
#mlHeaderMenu .sub_nav_goback .sub_nav_goback_menu .subnav-go-back__menu a span:first-child {
	padding-right: 10px;
}

#prodLinkMenu .subnav-go-back__menu a span img, 
#header .subnav-go-back__menu a span img, 
#mlHeaderMenu .sub_nav_goback .sub_nav_goback_menu .subnav-go-back__menu a span img {	
    float: none;
    height: auto;
    width: 20px;
    max-width: 20px;
    vertical-align: middle;
    display: table-cell;
}

#header .subnav-go-back__menu .subnav-go-back__desktop--title, 
#mlHeaderMenu .sub_nav_goback .sub_nav_goback_menu .subnav-go-back__menu .subnav-go-back__desktop--title {
	line-height: 1.2em;
}

.sub_nav_other_links:after {
	content: "";
	display: table;
	clear: both;
}

.sub_nav_other_links li a {
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
}

.sub_nav_other_links li a img {
	height: 80px;
	width: auto;
}

.sub_nav_other_links li a span {
	display: block;
}

.sub_nav_other_links li a:hover {
	border-color: transparent;
}

/* CONTAINER
==============================*/
.whity {
	background-color: #fff;
}

/* PREVENTIVO
==============================*/

#preventivo .piccolalabel {
	text-align: justify;
	font-size: 1.0em;
	line-height: 1.2em;
}

/* #SCROLL TO DOWN */
.scroll_to_contact_form {
	display: block;
}

.scroll_to_contact_form a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3em;
}

.scroll_to_contact_form a .circle {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background-color: #0e5dae;
	color: #fff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin-left: 5px;
}

.scroll_to_contact_form a .fa {
	font-size: 1em;
}

/* #PREVENTIVO */
#preventivo {
	position: relative;
	background-color: #0061a0;
}

#preventivo.ofvisible {
	background-color: #FFF;
}

#preventivo .fullsizeImg {
	background-color: #FFF;
}

#preventivo .fullsizeImg.ofhidden {
	overflow: hidden;
}

#preventivo .fullsizeImg.ofvisible {
	overflow: visible;
}

#preventivo .fullsizeImg div:first-child {
	height: 100%;
}

#preventivo .fullsizeImg img {
	position: relative;
    width: auto !important;
    height: 100%;
	max-height: 450px;
    max-width: 800px;
}

#contact-module {
	padding: 15px 40px;
	color: #fff;
	background-color: #0061a0;
}

#contact-module.sidemargin {
    padding: 25px 15%;
}

#preventivo .green-box {
	background: #7a9816;
	padding: 31px;
	top: -1px;
	left: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
}

#contact-module h2 {
	font-size: 1.6em;
	margin-top: 0;
	color: #FFF;
}

#contact-module h4 {
	font-weight: 400;
	font-size: 1.1em;
}

#ml-contact-validate input.form-control {
    height: 40px;
    font-size: 16px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#ml-contact-validate a {
	color: #B3D63A;
	font-weight: 600;
}

#ml-contact-validate a:hover {
	color: #ABC551;
}

a.mostra-tooltip {
	cursor: default;
}

#ml-contact-validate a.mostra-tooltip {
	cursor: default;
	color: #fff;
	line-height: 40px;
	vertical-align: middle;
}

#ml-contact-validate label {
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #FFF;
    line-height: 15px;
}

#ml-contact-validate select {
    border-radius: 2px;
    height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 12px;
    text-align: left;
    background-color: #fff;
    border-color: #e3e3e3;
    color: #333 !important;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/icon_select.png);
    background-position: 100% 50%;
    background-size: 18px 40px;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 17px;
}

#ml-contact-validate .small {
	font-size: 70%;
	line-height: 1.2em;
}

#ml-contact-validate .form-group {
    margin: 0;
}

#ml-contact-validate .form-group .input-group {
	display: block;
}

#ml-contact-validate .form-group #dp-birthdate .input-group,
#ml-contact-validate .form-group #dp-startdate .input-group {	
	display: table;
}

#ml-contact-validate .form-group .help-inline {
	display: none;
    position: relative;
	top: 12px;
    border-radius: 2px;
    padding: 10px 10px 10px 32px;
	z-index: 1;
    min-height: 40px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
	float: none;
	clear: both;
}

#ml-contact-validate .form-group.small .help-inline {
	font-size: 1.1em;
}

#ml-contact-validate .form-group #user_general {
	height: auto;
	line-height: 1.7em;
    margin-bottom: 15px;
    width: auto;
}

#ml-contact-validate .form-group .help-inline:after {
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-top: none;
    border-bottom: 8px solid #db3535;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -7px;
    left: 15px;
}

#ml-contact-validate .form-group .help-inline.relative {
	position: relative;
	left: 0;
	width: 100%;
	margin-bottom: 0;
}

#ml-contact-validate .form-group .help-inline.relative:after {
	display: none;
}

#ml-contact-validate .form-group.has-error .help-inline {
	display: block;
}

#ml-contact-validate .form-group.has-error input, 
#ml-contact-validate .form-group.has-error select,
#ml-contact-validate .form-group.has-error textarea {
	background-color: #f5d0d0!important;
    border-color: #eb4646!important;
}

#ml-contact-validate .form-group .help-inline.alert-danger {
    color: #fff;
    background-color: #db3535;
    border: 0;
	background-image: url(../images/icon_form_error.png);
    background-size: 17px 17px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

.select {
	margin: 0;
	padding: 0;
	list-style: none;
}

.select li {
	display: none;
}

.select li a,
#ml-contact-validate .select li a {
	color: #a0c323;
	border-bottom: 1px dashed #a0c323;
}

.select li.active {
	display: inline;
}

.select li.active a:after {
	content: "\f107";
	display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    padding-left: 5px;
	vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.select li.active a:hover,
#ml-contact-validate .select li.active a:hover {
	color: #a0c323;
}

.select.to-select {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 9;
	width: 85%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.select.to-select li {
	display: block;
}

.select.to-select li a,
#ml-contact-validate .select.to-select li a {
	background: #fff;
	color: #0e5dae;
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 0px 10px;
}

.select.to-select li.active a:after {
	content: "\f00c";
}

.select.to-select li.active a,
.select.to-select li a:hover,
#ml-contact-validate .select.to-select li.active a,
#ml-contact-validate .select.to-select li a:hover {
	background-color: #a0c323;
	color: #fff;
}

ul.list-type-check {
	padding: 0;
	list-style: none;
}

ul.list-type-check li {
	padding-left: 55px;
	position: relative;
}

ul.list-type-check li:after {
	content: "\f00c";
	display: block;
    font-family: FontAwesome;
    font-size: 26px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #a4d8f1;
    position: absolute;
    top: 0;
    left: 10px;
}

/**** CHECKBOX *****/
.form-user-grp {
    padding: 5px 0;
    position: relative;
}

.terms-bd-checkbox {
    color: #333;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    outline: none;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: white url('../images/form_slider_chkbx_unselected.png');
    background-size: cover;
    vertical-align: middle;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
	margin: -2px 3px 2px 0 !important;
}

.terms-bd-checkbox span {
    vertical-align: middle;
}

.terms-bd-checkbox:checked {
    background: white url('../images/form_chkbx_selected_white.png');
    background-size: cover;
}

.terms-bd-checkbox:disabled {
	background: #CCC url('../images/form_slider_chkbx_unselected.png');
}

.terms-bd-checkbox:checked:disabled {
	background: #CCC url('../images/form_chkbx_selected_disabled.png');
	background-size: cover;
}

/*** PROMO *******/
.metlife-offer {
	padding: 10px;
	background: #FFF;
	color: #333;
}

.metlife-offer.noPadding {
	padding: 0;
}

.metlife-offer .inner-container {
    padding-right: 40px;
    position: relative;
}

.metlife-offer .inner-container:before {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    content: "";
    display: block;
    background: url(../images/borderRight.png) no-repeat top right;
    background-size: 100% 100%;
}

.metlife-offer .inner {
    border-top: 1px solid #ADD0F0;
    border-left: 1px solid #ADD0F0;
    border-bottom: 1px solid #ADD0F0;
    padding: 15px;
}

.metlife-offer .inner h3 {
	font-size: 20px;
	margin-bottom: 8px;
}

.metlife-offer .inner p {
	font-size: .85em;
	line-height: 1.4em;
	margin-bottom: 0;
}

.metlife-offer h3 {
	margin-top: 0;
}

#preventivo .metlife-offer img {
	width: auto;
    height: 15px;
}

/* IMPORTO PREVENTIVO */
#risultato-rata,
#preventivo .fullsizeImg div#risultato-rata {
	height: 60%;
}

#risultato-rata h3 {
	margin-bottom: 1em;
    margin-top: 1em;
}

#jsdisabled .bigIcon, 
#risultato-rata .bigIcon {
	font-size: 5em;
} 
#risultato-rata .error {
	color: #F44336;
}

#importo-rata {
	padding: 35px 50px 20px;
	background-color: #e6f4fb;
	position: relative;
}

#importo-rata:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -7px;
	border-color: #FFF transparent transparent transparent;
	border-style: solid;
	border-width: 14px 14px 0px 14px;
	height: 0px;
	width: 0px;
	z-index: 999;
}

#importo-rata p {
	font-size: 14px;
	line-height: 20px;
}

#importo-rata .bigprice {
	font-size: 2.7em;
    font-weight: 700;
}

#importo-rata .bigprice .currency {
	font-size: 0.55em;
    vertical-align: super;
}

#conferma-preventivo h2 {
	font-size: 2em;
    color: #fff;
}

#conferma-preventivo h4 {
	font-size: 1.4em;
    color: #fff;
}

#conferma-preventivo a.btn {
	color: #fff;
}

/*** ANGULAR CALENDAR *******/
#dp-startdate .input-group-btn .btn,
#dp-birthdate .input-group-btn .btn {    
	padding: 0 12px;    
	font-size: 14px;
	height: 40px;
	line-height: 40px;	
	background-color: #a4ce4e;
    background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
    background: -o-linear-gradient(#a4ce4e, #a4ce4e);
    background: -moz-linear-gradient(#a4ce4e, #a4ce4e);
    background: linear-gradient(#a4ce4e, #a4ce4e);
    color: #333333;
	margin-bottom: 0;
}

#dp-startdate .uib-datepicker-popup.dropdown-menu,
#dp-birthdate .uib-datepicker-popup.dropdown-menu  {	
	padding: 0;
}

#dp-startdate .uib-datepicker .uib-title,
#dp-birthdate .uib-datepicker .uib-title {    
	background-color: #e2e2e2;
}

#dp-startdate .uib-datepicker .btn-sm,
#dp-birthdate .uib-datepicker .btn-sm {    
	border-radius: 0;	
	border: 0;    
	padding: 7px 12px;
}

.uib-daypicker thead th {    
	background: #1B7CB2;    
	color: #fff;    
	font-weight: normal;
}

/* #opinioni clienti */

/***** rating-page *******/
#rating-page {
	padding-top: 1em; 
	font-size: .95em; 
	clear: both;
}

/***** ReviewsTimeScroll *******/
#opinioni-clienti .colvertalign {
	display: table-cell;
    float: none;
    vertical-align: middle;
}

.ReviewsTimeScroll {
	margin: 1em 0 0;
    float: left;
    width: 100%;
    text-align: center;
    clear: both;
}

.ReviewsTimeScroll  h3 {
	text-align: left;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: .2em;
}

.ReviewsTimeScroll .scrolltime {
	font-size: 1em; 
	line-height: 1.3em;
	min-height: 80px;
}

.ReviewsTimeScroll .scrolltime blockquote {
	font-style: italic; 
	color: #555;
	text-align: left;
    padding: 10px 0 0;
	margin-bottom: 0;
}

.ReviewsTimeScroll .scrolltime .show {
	display: block;
}
.ReviewsTimeScroll .scrolltime .hide {
	display: none;
}

hr.dividerLine {
	display: inline-block; 
	float: none; 
	clear: both; 
	margin: .5em auto 1.5em; 
	width: 100px; 
	max-width: 100%; 
	border-top: 3px solid #2c77c5;
}

/***** jsdisabled *******/
#jsdisabled {
	display: none;
}

#jsdisabled .bigIcon {
	color: #FFF59D;
}

#jsdisabled a {
	color: #CEF73D;
}

#jsdisabled a:hover {
	color: #A0C323;
}

/* #CUSTOM ANIMATION */
@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

/* #CHI SIAMO */
#chi-siamo {
	font-size: .9em;
    line-height: 1.3em;
}

body .banner-chisiamo .banner {
  background-color: #ffffff;
  box-shadow: 0 26px 29px 0 rgba(0, 0, 0, 0.24);
  max-width: 1021px;
  margin: -128px auto 80px;
  width: 100%;
  display: table;
}
@media (max-width: 668px) {
  body .banner-chisiamo .banner {
    display: block;
    overflow: hidden;
  }
}
body .banner-chisiamo .banner .img {
  min-width: 388px;
  display: table-cell;
  vertical-align: top;
  background-size: cover;
}
@media (max-width: 868px) {
  body .banner-chisiamo .banner .img {
    max-width: 288px;
  }
}
@media (max-width: 668px) {
  body .banner-chisiamo .banner .img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 300px;
  }
}
body .banner-chisiamo .banner .desc {
  display: table-cell;
  vertical-align: top;
  padding: 40px 45px;
}
@media (max-width: 968px) {
  body .banner-chisiamo .banner .desc {
    padding: 20px 25px;
  }
  body .banner-chisiamo .banner .desc br {
    display: none;
  }
}
@media (max-width: 668px) {
  body .banner-chisiamo .banner .desc {
    display: block;
    padding: 20px;
  }
}

body .banner-chisiamo .btn {
	color: #333 !important;
}

/******* FOOTER ********/
#footer {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	background-color: #F2F2F2;
}

#footer img {
	width: 130px;
	height: auto;
}

#footer p {
	margin-bottom: 0;
}

#pre-footer {
  font-size: 12px;
  text-align: left;
  color: #aaa9aa;
  margin: 0;
}
#pre-footer span {
  margin: 0 15px 0 5px;
}
#pre-footer .txt-socia {
  position: relative;
  top: 2px;
}
#pre-footer p {
  display: inline-block;
}
#pre-footer p.align-right {
  float: right;
}
@media (max-width: 768px) {
  #pre-footer p.align-right {
    float: left;
  }
}
@media (max-width: 768px) {
  #pre-footer p.align-left {
    width: 100%;
    border-bottom: 1px solid #d2d0ce;
    display: block !important;
    padding-bottom: 20px;
    margin: 0;
  }
}
#pre-footer .social {
	display: table;
	width: 100%;
	border-bottom: 1px solid #d2d0ce;
	padding-bottom: 20px;
}
#pre-footer .social p {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	margin-bottom: 0;
}
#pre-footer .social img {
	height: 30px;
    width: auto;
    display: inline-block;
    float: right;
}

/******* COOKIES ********/
#accetta-cookies {
	line-height: 1em;
	width: 250px;
	left: 15px;
	border-top: 3px solid #3D9CDB;
	display: none;
	z-index: 9999;
}

#accetta-cookies p small {
    font-size: 68%;
}

#accetta-cookies .actions {
	position: absolute;
	top: 0;
	right: 10px;
}

/* NUOVA CONDIZIONE PRIVACY */
body #contact-module input[type=checkbox]:not(old),
body #contact-module input[type=radio]:not(old) {
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  display: none;
}
body .tool-tip {
  position: relative;
  display: inline-block;
}
body .tool-tip .ico-i {
  /*background: #445870;*/
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  color: #445870;
  text-align: center;
  display: inline-block;
  line-height: 23px;
  font-family: georgia;
  font-size: 12px;
}
body .tool-tip:hover .tooltiptext,
body .tool-tip.active .tooltiptext {
  visibility: visible;
  opacity: 1;
}
body .tool-tip .tooltiptext {
	visibility: hidden;
	width: 280px;
	background-color: #445870;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 140%;
	left: -135px;
	margin-left: -100px;
	opacity: 0;
	padding: 10px;
	font-size: 11px;
	transition: opacity 1s;
	z-index: 999999;
	line-height: 12px;
}
@media (max-width: 1350px) {
  body .tool-tip .tooltiptext {
	left: -140px;
  }
}
body .tool-tip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 87%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #445870 transparent transparent transparent;
}
@media (max-width: 1350px) {
  body .tool-tip .tooltiptext::after {
	left: 95%;
  }
}

body #contact-module input[type=checkbox]:not(old) + label > div,
body #contact-module input[type=radio]:not(old) + label > div {
	display: inline-block;
}
body #contact-module input[type=checkbox]:not(old):checked + label > div > span,
body #contact-module input[type=radio]:not(old):checked + label > div > span {
	background-image: -moz-linear-gradient(#e0e0e0, #f0f0f0);
	background-image: -ms-linear-gradient(#e0e0e0, #f0f0f0);
	background-image: -o-linear-gradient(#e0e0e0, #f0f0f0);
	background-image: -webkit-linear-gradient(#e0e0e0, #f0f0f0);
	background-image: linear-gradient(#e0e0e0, #f0f0f0);
}
body #contact-module input[type=checkbox]:not(old) + label > div > span,
body #contact-module input[type=radio]:not(old) + label > div > span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 0.2em 0.7em 0.2em;
	border: 1px solid #3e6e9e;
	border-radius: 5px;
	background: #e0e7ee;
	vertical-align: middle;
	cursor: pointer;
}
body #contact-module input[type=radio]:not(old) + label > div > span {
	border-radius: 14px;
}
body #contact-module input[type=checkbox]:not(old):checked + label > div > span > span,
body #contact-module input[type=radio]:not(old):checked + label > div > span > span {
	display: block;
	margin: 1px;
	border-radius: 5px;
	background: #445870;
	width: 14px;
	height: 14px;
}
body #contact-module input[type=radio]:not(old):checked + label > div > span > span {
	border-radius: 14px;
	margin: 0;
}
body #contact-module .form-content label {
	display: block;
}
body #contact-module label {
	color: #fff;
}
body #contact-module .info-privacy {
	border-bottom: 1px solid #3e6e9e;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
body #contact-module .info-privacy:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
body #contact-module .info-privacy .check-label {
	width: 18px;
	float: left;
}
body #contact-module .info-privacy .text-label {
	width: 100%;
	text-transform: none;
	line-height: 1.2;
	font-size: 12px;
}
body #contact-module .info-privacy .text-label a {
	color: #90a1b5;
}
body #contact-module .info-privacy label {
	margin: 5px 0;
	display: block;
}
body #metlife-privacy {
	clear: both;
	margin-top: .5em;
}
body #metlife-privacy:after,
body #contact-module .info-privacy label.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
body #contact-module .info-privacy .col-xs-3 {
	width: 25%;
	float: left;
}
body #contact-module .info-privacy .col-xs-6 {
	width: 48%;
}
body #contact-module .info-privacy .col-xs-9 {
	width: 75%;
	float: left;
	padding-left: 5%;
}
@media (max-width: 467px) {
  body #contact-module .info-privacy .col-xs-3, 
  body #contact-module .info-privacy .col-xs-9 {
	width: 100%;
	float: none;
	padding-left: 0;
  }
}
body #contact-module .info-privacy .info-risposte {
	width: auto;
	display: inline-block;
	margin-right: 5px;
}
body #contact-module .info-privacy .info-risposte .text-label {
	width: auto;
	line-height: 16px;
}
body #contact-module .info-privacy .col-xs-9 .text-label {
	padding-right: 30px;
	position: relative;
}
body #contact-module .info-privacy .col-xs-9 .tool-tip {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}
/* FINE NUOVA SEZIONE PRIVACY */

.product-not-available{
	color: white;
	font-size: 20pt;
	margin: 10pt;
	text-align: center;
}
/* FINE NUOVA SEZIONE PRIVACY */