﻿@import url(fideuram-icon/style.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700,800);
@charset "utf-8";

body { font-family: Arial,"Open Sans",Helvetica,sans-serif; font-size: 16px; color: #3d3c3c; -webkit-font-smoothing: antialiased; }
.dispInlineBlock {
  display: inline-block;
}
.maxW {
  max-width: 1024px;
  margin: auto;
}
.center {
  text-align: center;
}
.titleBox {
  font-size: 20px;
  margin-bottom: 16px;
  display: block;
}
.top {
  display: table;
  width: 100%;
}
.top .tbCell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 10px 0;
}
.top .tbCell.logoFideuram {
  text-align: left;
}
@media (max-width: 768px) {
  .top .tbCell.logoFideuram img {
    width: 100%;
  }
}
.top .tbCell.logoSanpaolo {
  text-align: right;
}
@media (max-width: 768px) {
  .top .tbCell.logoSanpaolo img {
    width: 100%;
  }
}
.contentFooter {
  background-color: #e2e2e2;
  margin: 40px 0 0 0;
}
.contentFooter img {
  margin: auto;
  width: auto;
  display: block;
  padding: 10px;
}
@media (max-width: 768px) {
  .contentFooter img {
    width: 100%;
  }
}
.separatore {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .separatore {
    margin: 20px 0;
  }
}
.contentTop .block {
  margin-bottom: 0;
  padding-bottom: 0;
}
.thx .contentTop .contentTitle {
  margin-top: 0;
}
.contentTop .contentTitle h1 {
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  .contentTop .contentTitle h1 {
    margin: 0 0 15px;
  }
}
.contentTop .contentTitle h1.Title {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 30px;
}
@media (max-width: 768px) {
  .contentTop .contentTitle h1.Title {
    font-size: 1.5em;
  }
}
.thx .contentTop .contentTitle h1 {
  display: block;
  text-align: center;
  font-size: 2.0em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 600;
  color: #3d3c3c;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .thx .contentTop .contentTitle h1 {
    font-size: 20px;
  }
}
.contentTop .contentTitle .noteBox {
  font-size: 1.02em;
  font-weight: 900;
  padding-bottom: 34px;
}
.contentTop .contentTitle .subTitle {
  font-size: 1.02em;
}
.thx .contentTop .contentTitle .subTitle {
  display: block;
  text-align: center;
  font-size: 21px;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 200;
}
@media (max-width: 768px) {
  .thx .contentTop .contentTitle .subTitle {
    font-size: 16px;
  }
}
input.input {
  height: 45px;
  border: 1px solid #cdcdcd;
  display: table-cell;
  width: 90%;
  padding: 0 10px;
}
@media (max-width: 768px) {
  input.input {
    width: 100%;
    height: 30px;
  }
}
.datiIdentitainput.input {
  margin-bottom: 15px;
}
.bkg {
  background-color: #f4f4f4;
  margin: 10px 0;
}
span {
  display: block;
}
span.text {
  font-family: "Open Sans", Helvetica, sans-serif; 
  font-size: 16px;
  color: #3d3c3c;
  text-align: center;
  line-height: 28px;
}
span.titleBlock, .Title { font-family: "Open Sans", Helvetica, sans-serif; font-size: 1.79em; margin-bottom: 24px; font-weight: 600; }
.Title { font-size: 1.88em; } 
@media (max-width: 768px) {
  span.titleBlock {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
span.subTitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  span.subTitle {
    margin-bottom: 10px;
  }
}
span.note {
  display: block;
  text-align: center;
  margin-top: 0;
}
@media (max-width: 768px) {
  span.note {
    font-size: 12px;
    margin-top: 10px;
  }
}
.titleBlockContent {
  padding: 0 23px;
}
.block {
  padding: 0 23px;
}
.block .bkg {
  padding: 23px;
}
@media (max-width: 768px) {
  .block {
    padding: 15px;
  }
}
.block .row {
  display: table;
  margin: 0 0 10px;
  width: 100%;
  padding: 0;
}
.block .row.check {
  padding: 0;
}
@media (max-width: 768px) {
  .block .row {
    padding: 0;
  }
}
.block .row.noPadding {
  padding: 0;
}
.block .row .col {
  display: table-cell;
  float: none;
  padding: 0 20px 0 0;
}
@media (max-width: 768px) {
  .block .row .col {
    display: block;
    float: none;
    padding: 0;
  }
}
.block .row .col.single {
  display: block;
}
.thx .block .row .col.single {
  border: 1px solid #cdcdcd;
  padding: 20px 30px;
  text-align: center;
  margin: 50px auto;
}
.block .row .col.single .identiTitle {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 16px;
  color: #3d3c3c;
  line-height: 28px;
}
.block .row .col.single .identiCode {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 24px;
  color: #3d3c3c;
}
label {
  margin-bottom: 7px;
  margin-top: 7px;
}
.field {
  display: block;
  box-sizing: border-box;
}
.field.bkg {
  background-color: #f4f4f4;
}
.field label {
  display: block;
  float: left;
  line-height: 45px;
  padding-right: 10px;
  white-space: normal;
  width: 30%;
  font-size: 0.9em;
  font-weight: 200;
  margin: 0;
}
.field label.ragione-sociale { line-height: 22.5px; }
@media (max-width: 768px) {
  .field label {
    float: none;
    width: 100%;
    font-size: 0.8em;
    line-height: 12px;
  }
}
.field label.control--checkbox {
  width: auto;
  line-height: 24px;
  margin-bottom: 5px;
}
.cf.field label {
  line-height: 20px;
}
.tipoRichiedente.field label {
  line-height: 40px;
  width: 40%;
}
@media (max-width: 768px) {
  .tipoRichiedente.field label {
    width: 100%;
  }
}
.site-form .field { margin-bottom: 0; }
.site-form .field .input{ width: 70%; }
.site-form .field .input.gg, .site-form .field .input.mm { width: 15%; margin-right: 2.5%; }
.site-form .field .input.aaaa { width: 25%; }
.site-form .field input.province-field { width: 62%; }

.field input {
  width: 70%;
}
@media (max-width: 768px) {
  .field input {
    float: none;
    width: 100%;
    font-size: 0.8em;
  }
}
.field input.gg,
.field input.mm {
  width: 15%;
  margin-right: 2.5%;
}
.field input.aaaa {
  width: 25%;
}
.field textarea {
  width: 70%;
  border: 1px solid #cdcdcd;
  resize: none;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #FFF;
  border: 1px solid #cdcdcd;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #2b8804;
}
.control input:checked ~ .control__indicator.radio {
  background: #ffffff;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.radio {
  margin-top: 0;
  margin-bottom: 0;
}
.control--checkbox .control__indicator.radio:after {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #8e8e8e;
  transform: none;
  border: none;
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #fff;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #FFF;
}
.customSelect {
  display: block;
  border: 1px solid #ccc;
  height: 40px;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}

#header { font-family: "Open Sans"; }

@media (max-width: 768px) {
  .customSelect {
    height: 30px;
  }
}
.customSelect select {
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: transparent;
  padding: 0 40px 0 6px;
  border: 0;
  height: 38px;
}
@media (max-width: 768px) {
  .customSelect select {
    height: 30px;
  }
}
.customSelect:after {
  position: absolute;
  z-index: 1;
  font-family: 'fideuram-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  right: 0;
  width: 30px;
  height: 38px;
  top: 0;
  color: #3d3c3c;
  text-align: center;
  line-height: 38px;
}
@media (max-width: 768px) {
  .customSelect:after {
    height: 30px;
    line-height: 30px;
  }
}
#MainContent_Recaptcha1 {
  display: inline-block;
  margin: 40px 0;
}
.btnNextContent {
  margin: 40px 0;
}
.contentBtnUpload {
  display: table;
}
@media (max-width: 768px) {
  .contentBtnUpload {
    display: block;
  }
}
.contentBtnUpload .inputBtnCustom {
  background-color: #FFF;
  color: #cdcdcd;
  padding: 3px 30px;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 200;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid #cdcdcd;
  width: 15%;
}
.contentBtnUpload .textBtn {
  font-size: 12px;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 100;
}
@media (max-width: 768px) {
  .contentBtnUpload .textBtn {
    padding-left: 0;
    margin-left: 0;
    margin-top: 5px;
  }
}
.contentBtnUpload .tbCell {
  display: table-cell;
}
.textLoadFile {
  font-size: 12px;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 100;
}
.inputBtnCustom {
  position: relative;
  padding: 3px 20px 3px 20px;
  display: inline-block;
  border: 1px solid #cdcdcd;
  overflow: hidden;
}
.inputBtnCustom.save {
  background-color: #2b8804;
}
.inputBtnCustom input.inputBtn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  cursor: pointer;
}
.inputBtnCustom span.inputText {
  text-align: center;
}
.save.inputBtnCustom span.inputText {
  color: #FFF;
}
.visual {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .visual img {
    width: 100%;
  }
}
.btn {
  background-color: #FFF;
  color: #cdcdcd;
  padding: 5px 30px;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 200;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid #cdcdcd;
}
.btn:hover,
.btn:visited,
.btn:link {
  color: #cdcdcd;
}
.btn.next {
  position: relative;
  padding: 10px 50px 10px 30px;
  background-color: #2b8804;
  color: #FFF;
}
.btn.next:hover {
    background-color: #323232;
}
.btn.next:after {
  position: absolute;
  z-index: 1;
  font-family: 'fideuram-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  right: 15px;
  width: 30px;
  height: 38px;
  top: 0;
  color: #FFF;
  text-align: center;
  line-height: 38px;
}
.noPadding {
  padding: 0;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  display: inline-block;
  cursor: pointer;
  background-color: #FFF;
  color: #cdcdcd;
  padding: 3px 30px;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 200;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid #cdcdcd;
}
.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #2b8804;
  color: #FFF;
}
.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.field-validation-error {
  color: #db1720;
  font-size: 12px;

}

/* form steps */
span.note { margin: 30px 0 0; }
.contentForm { padding: 50px 0 20px; }
.button-block { padding: 35px 0 0; }

.step-forward-error-message { display: none; text-align: center; margin-top: 30px; }
.field-validation-error { color: #f21212; margin: 3px 0 10px; font-size: 12px;   width: 70%;  margin-left: 30%; }
.step-2 .field-validation-error { margin-left: 0; width: auto; }

.error-tipo-reclamo { display:none; }
.cf-error { display:none; }
.email-error { display:none; }
.specificare-container { display: none; }
.captcha.center > div { display: inline-block; padding-top: 20px; }

label.file-selected { background-color: #2b8804; color: #fff; }

.field input.province-field { width: 62.5%; }

.row.input-file .contentBtnUpload { position: relative; }
.row.input-file .contentBtnUpload { display: inline-block; width: auto; padding-right: 50px;  }
.remove { display: inline-block; margin-left: 30px; padding: 10px; cursor: pointer; position: relative; left: 0; top: 2px; }
.remove span { display: inline-block; font-size: 18px; }
.remove span + span { position: relative; margin-left: -11px; top: 0;}
.remove:hover span { color: #cdcdcd; }

/* loader */
.loader { text-align: center; margin: 100px 0; display: none; }

/* IE 11 hacks */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.field.data input { float: left; }
    .customSelect:after { display: none; }
    .customSelect select { padding: 0 0px 0 6px}
}

@media (max-width: 480px) {
    .g-recaptcha { transform:scale(0.95); transform-origin:0 0; }
}

@media (max-width: 768px) {
  .field input.province-field { width: 100%; }
}

.step-2 .block.collapse > div > .row:last-child { margin-top: -10px; }