@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap");
.form {
  max-width: 70%;
  margin: auto;
}

.form textarea {
  resize: vertical;
}

.form__feedback {
  margin-bottom: 45px;
}

.form__feedback .message {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}

.form__feedback.error .message {
  color: red;
}

.form__field {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2.5%;
  display: inline-block;
}

.form__field--small {
  width: 25%;
  padding-right: 5%;
}

.form__field--small.last {
  padding-right: 0;
}

@media screen and (max-width: 990px) {
  .form__field--small {
    width: 100%;
    padding-right: 0%;
  }
}

.form__field--medium {
  width: 62%;
  margin-right: 5%;
}

.form__field--half {
  width: 40%;
  margin-right: 5%;
}

.form__field--half.last {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .form__field--half {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

.form__field--checkbox {
  margin: 0px !important;
}

.form__field .label {
  width: 100%;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3em;
  padding-right: 0px;
  margin-bottom: 0;
}

.form__field .label span.mandatory_asterisk {
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
}

.form__field .label--error {
  color: red;
}

.form__field .label.form__field--textarea {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}

.form__field .label.form__field--textarea span.mandatory_asterisk {
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
}

.form__field .input {
  width: 100%;
  padding: 0 0 15px 0;
  color: rgba(0, 0, 0, 0.8);
  background: transparent;
  border: none;
  border-bottom: 2px solid #888;
  min-height: 30px;
  line-height: 1.3em;
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: bold;
  padding-right: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form__field .input--error {
  color: red;
}

.form__field .input.filled, .form__field .input:focus {
  border-bottom: 2px solid #75CED0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form__field--textarea {
  background-color: #e8e6df;
  border: none !important;
  resize: none !important;
  overflow-y: scroll;
  color: black !important;
  padding: 10px !important;
}

.form__field .select {
  background: url(../i/select.png) no-repeat right center;
  background-size: 13px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

.form__field .select option {
  color: rgba(0, 0, 0, 0.8);
}

.form__field .select:invalid {
  color: rgba(0, 0, 0, 0.3);
}

.form__field .select option:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
}

.form__field .err {
  color: red;
}

.form__field input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  /* Firefox */
}

.form__field input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  /* Firefox */
}

.form__field input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  /* Firefox */
}

.form__field input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  /* Firefox */
}

.form__field input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.3);
}

.form__field input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.3);
}

.form__field .textarea {
  width: 100%;
  min-height: 250px;
  color: black;
  background: rgba(250, 247, 244, 0.85);
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  line-height: 1.3em;
}

.form__field .submit, .form__field .submit_variante--smallest {
  background: #75CED0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  border: 2px solid #75CED0;
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
  text-align: center;
  width: 100%;
  max-width: 360px;
  border-radius: 5px;
}

.form__field .submit:hover, .form__field .submit_variante--smallest:hover {
  background: transparent;
  color: #75CED0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.form__field--submit {
  margin: 1.5% 0 1% 0;
}

.form__field .form__field--submit--small {
  max-width: 200px;
}

.form__field .form__field--submit--smallest {
  max-width: 170px;
}

.form__field .submit_variante--smallest {
  background: transparent;
  color: #75CED0;
  max-width: 170px;
}

.form__field .radio-container {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 0px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form__field .radio-container label {
  width: 100%;
  display: block;
  padding: 5px 30px 15px 35px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
}

.form__field .radio-container input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 0;
}

.form__field .radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #faf7f4;
  border-radius: 50%;
  z-index: 0;
  border: 1px solid #bfbebe;
}

.form__field .radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form__field .radio-container:hover input ~ .checkmark {
  background-color: #faf7f4;
}

.form__field .radio-container input:checked ~ .checkmark {
  background-color: #faf7f4;
}

.form__field .radio-container input:checked ~ .checkmark:after {
  display: block;
}

.form__field .radio-container .checkmark:after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #75CED0;
}

@media screen and (max-width: 1200px) {
  .form__field .radio-container {
    width: 100%;
  }
}

.form .hidden-fields {
  display: none;
}

.form .div_radio > label {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.form .div_radio > label span.mandatory_asterisk {
  font-size: 20px;
}

.form .label-middle-fields p {
  text-align: center;
  font-size: 20px;
  padding: 30px 0 0 0;
}

@media screen and (max-width: 1100px) {
  .form .checkbox-table {
    width: 100%;
  }
}

.form .checkbox {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
}

.form .checkbox input[type='radio'],
.form .checkbox input[type='checkbox'] {
  opacity: 0;
  width: 0;
  position: absolute;
}

.form .checkbox .err {
  margin-left: 60px;
}

.form .checkbox .mock {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: relative;
  background-color: rgba(250, 247, 244, 0.85);
  border: 2px solid #ccc;
  margin: 0;
}

.form .checkbox input[type='radio']:checked + .mock:after,
.form .checkbox input[type='checkbox']:checked + .mock:after {
  content: "";
  background-color: #ccc;
  margin: 5px;
  height: 16px;
  position: relative;
  display: block;
}

.form .checkbox input[type='radio']:disabled + .mock:after,
.form .checkbox input[type='checkbox']:disabled + .mock:after {
  opacity: 0.6;
}

.form .checkbox label.checkbox {
  font-size: 13px;
  line-height: 15px;
  display: block;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  vertical-align: bottom;
}

.form .checkbox .mock + span {
  padding-left: 25px;
  display: inline-block;
  width: calc(100% - 36px);
  vertical-align: middle;
}

.form .privacy {
  width: 100%;
  overflow: hidden;
}

.form .privacy > .checkbox {
  margin-top: 15px;
}

.form .mandatory-text {
  margin: 20px 0;
}

.form .files-uploader {
  margin-bottom: 50px;
}

.form .files-uploader__row {
  width: 100%;
  margin-bottom: 20px;
  display: none;
}

.form .files-uploader__row.visible {
  display: block;
}

.form .files-uploader__row:first-child {
  display: block;
}

.form .files-uploader__row .file-col {
  float: left;
  width: 50%;
}

.form .files-uploader__row .file-col .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.form .files-uploader__row .file-col .inputfile + label {
  width: 80%;
  text-align: center;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.form .files-uploader__row .file-col .inputfile + label:hover {
  opacity: 0.7;
}

.form .files-uploader__row .file-col .no-js .inputfile + label {
  display: none;
}

.form .files-uploader__row .file-col .inputfile:focus + label,
.form .files-uploader__row .file-col .inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.form .files-uploader__row .file-col .inputfile + label * {
  color: #75CED0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
}

.form .files-uploader__row .file-col .inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: #75CED0;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

.form .files-uploader__row .file-col .inputfile-2 + label {
  color: #d3394c;
  border: 2px solid #75CED0;
}

.form .files-uploader__row .file-col .inputfile-2:focus + label,
.form .files-uploader__row .file-col .inputfile-2.has-focus + label,
.form .files-uploader__row .file-col .inputfile-2 + label:hover {
  color: #722040;
}

.form .files-uploader__row .file-col--description {
  margin-top: -25px;
}

.form .files-uploader__row .file-col--description .form__field .label.form__field--textarea {
  width: 100%;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3em;
  padding-right: 0px;
  margin-bottom: 5px;
}

.form .files-uploader__row .file-col--description .form__field .textarea {
  min-height: 75px;
  font-size: 16px;
}

@media screen and (max-width: 1100px) {
  .form .files-uploader__row .file-col {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .form .files-uploader__row .file-col--file {
    text-align: center;
  }
}

.form .files-uploader__row .show-next {
  display: block;
  text-align: center;
  position: relative;
}

.form .files-uploader__row .show-next span.circle {
  display: inline-block;
  cursor: pointer;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-weight: 100;
  font-size: 26px;
  background-color: #ffffff;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form .files-uploader__row .show-next span.circle:hover {
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form .files-uploader__row .show-next span.circle:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -5;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

.form .g-recaptcha {
  margin-bottom: 45px;
}

.form .feedback-js {
  color: #75CED0;
}

.lightbox_submit {
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  color: #75CED0;
  border: 2px solid #75CED0;
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
  text-align: center;
  max-width: 500px;
  padding: 5px 15px;
}

.lightbox_submit:hover {
  background: #75CED0;
  color: #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
}

body, html {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 30px;
}

p {
  font-size: 15px;
}

* {
  font-family: "Roboto", sans-serif;
  color: black;
}

*:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #FCFBF7 inset !important;
}

a {
  text-decoration: none;
}

.back a:hover {
  color: #75CED0;
}

/*---------------------------------------------*\
                   header
\*---------------------------------------------*/
.register-header {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  min-height: 100px;
  vertical-align: middle;
}

.register-header__back {
  position: fixed;
  left: 10%;
  top: 35px;
}

.register-header__back img {
  height: 30px;
}

.register-header__back img:hover {
  opacity: 0.4;
  cursor: pointer;
}

.register-header__title {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
}

.register-header__title h2 {
  font-size: 35px;
  font-weight: bold;
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  min-height: 110px;
  content: "";
  -webkit-box-shadow: 3px 3px 5px 6px #eee;
  box-shadow: 3px 3px 5px 6px #eee;
}

.header-blocks {
  display: none;
}

.header .hamburger {
  margin: auto;
  padding-top: 40px;
  z-index: 10002;
}

.header .hamburger .hamburger-inner, .header .hamburger .hamburger-inner:after, .header .hamburger .hamburger-inner:before {
  background-color: #75CED0 !important;
  height: 3px;
}

.header .hamburger .hamburger-inner:after, .header .hamburger .hamburger-inner:before {
  width: 26px !important;
  left: 7px !important;
}

@media screen and (max-width: 1080px) {
  .header .hamburger {
    left: 40px;
    position: absolute;
  }
  .header .hamburger .hamburger-inner {
    margin-top: -2px !important;
  }
}

@media screen and (min-width: 1081px) {
  .header .hamburger:before {
    content: "MENU" !important;
    color: #75CED0 !important;
    position: absolute;
    top: 25px;
  }
}

.header .is-active .hamburger-inner:after, .header .is-active .hamburger-inner:before {
  width: 40px !important;
  left: 0 !important;
}

.header--open {
  display: none;
  width: 90%;
  max-width: 1500px;
  margin: auto;
  padding-top: 5%;
}

@media screen and (max-width: 1080px) {
  .header--open {
    overflow-y: scroll;
    padding-bottom: 5%;
  }
}

.blocks {
  position: relative;
  width: 15%;
  display: inline-block;
  margin: 0 2%;
  text-align: center;
  background-color: white;
  margin-bottom: 70px;
  -webkit-box-shadow: 14px 10px 82px -15px rgba(0, 0, 0, 0.21);
  box-shadow: 14px 10px 82px -15px rgba(0, 0, 0, 0.21);
  vertical-align: top;
  border-radius: 10px;
}

.blocks--active {
  border: 3px solid #75CED0;
}

@media screen and (max-width: 1080px) {
  .blocks--active {
    border: none;
  }
  .blocks--active .container--image__title {
    text-decoration: underline;
    -webkit-text-decoration-color: #75CED0;
            text-decoration-color: #75CED0;
    color: #75CED0;
  }
}

.blocks:hover, .blocks--active:hover {
  background: #FCFBF7;
}

.blocks--container {
  padding: 30px 5% 70px 5%;
}

@media screen and (max-width: 1080px) {
  .blocks--container {
    padding: 0;
  }
}

.blocks--container p {
  text-align: center;
  font-size: 16px;
}

.blocks .container--image {
  text-align: center;
}

.blocks .container--image img {
  max-height: 60px;
}

@media screen and (max-width: 1080px) {
  .blocks .container--image img {
    max-height: 0;
  }
}

.blocks .container--image__title {
  position: absolute;
  text-align: center;
  bottom: 15px;
  width: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

@media screen and (max-width: 1080px) {
  .blocks .container--image__title {
    position: static;
    font-size: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .blocks {
    margin: 3px auto;
    width: 40%;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/*---------------------------------------------*\
              header (filiale)
\*---------------------------------------------*/
.header__name {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.header__name .fp-log {
  position: fixed;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10000;
  width: 100%;
  max-width: 1500px;
  background: #fff;
}

.header__name .fp-log-content {
  width: 475px;
}

.header__name .fp-log-content .formPage p {
  margin: 0 !important;
}

.header__name .fp-log-content label {
  display: inline-block !important;
  min-width: 125px;
  margin-right: 0px;
  position: relative;
  top: 10px;
}

.header__name .fp-log-content #filialeWrapper {
  position: absolute;
  top: 100%;
  left: 5%;
  z-index: 10000;
  width: 390px;
  padding-right: 4px;
}

.header__name .fp-log-content #filialeLogout a {
  color: #FF6F11 !important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 100px;
  line-height: 50px;
  text-align: center;
  background: transparent;
  letter-spacing: 1px;
  font-size: 14px;
}

.header__name .fp-log-content #filialeLogout a:hover {
  color: black !important;
}

.header__name .fp-log-content #filialeSelect {
  display: inline-block !important;
  position: relative;
  top: 5px;
  width: 255px;
}

.header__name .fp-log-content #filialeSelected {
  width: 480px;
  overflow: hidden;
}

.header__name .fp-log-content #filialeSelected h5 {
  font-family: "Open Sans";
  font-weight: bold;
  letter-spacing: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-transform: capitalize;
}

.header__name .fp-log-content #filialeSelected address {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}

.header__name .fp-log-end {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 36px;
}

.header__name .header__name .fp-login {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 185px;
  height: 36px;
}

.header__name .fp-login-content a {
  display: block;
  width: 185px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
}

.header__name .pivaSelectWrapper {
  margin-top: 5px;
}

.header__name .pivaSelectWrapper label {
  min-width: auto;
  top: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}

.header__name .pivaSelectWrapper select {
  min-width: 150px;
}

@media screen and (max-width: 1080px) {
  #filialeWrapper {
    display: none;
  }
}

#emettitoreBand {
  position: fixed;
  top: -10px;
  right: 7%;
  z-index: 10000;
  width: 200px;
}

#emettitoreBand img {
  width: 50px;
  height: 50px;
}

#emettitoreBand a {
  font-size: 14px;
  color: #FF6F11;
}

#emettitoreBand a:hover {
  color: black;
}

#emettitoreChoose {
  text-align: center;
}

/*---------------------------------------------*\
                   feedback
\*---------------------------------------------*/
#contentFeedback, .contentFeedback {
  border-radius: 5px;
  margin: auto;
  margin-bottom: 10px;
  position: fixed;
  top: 150px;
  right: -980px;
  z-index: 99999999;
}

.feedback {
  display: block;
  height: auto;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #fff;
}

.feedback.standalone {
  border: 2px solid;
}

.feedback * {
  color: inherit;
  font-size: inherit;
}

.feedback.confirm {
  color: green;
  border: 1px solid green;
  width: 70%;
  margin: 25px auto;
}

.feedback.error {
  color: red;
  border: 1px solid red;
}

.feedback.warning {
  color: orange;
  border: 1px solid orange;
}

/*---------------------------------------------*\
                   overlay
\*---------------------------------------------*/
#overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0061BC url("loading-circle.gif") center center no-repeat;
  z-index: 999;
  opacity: .75;
  display: none;
  position: fixed;
  z-index: 99999;
}

.wrapper {
  background-color: #FCFBF7;
  min-height: 85vh;
  padding-top: 110px;
  position: relative;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}

.wrapper__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
}

.wrapper__content p a:hover {
  color: #75CED0;
}

.wrapper__content p:visited {
  color: black;
}

.wrapper__content--login {
  position: unset;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .wrapper__content--login {
    margin-top: -100px;
  }
}

.container_overflow {
  overflow: hidden;
}

.hide {
  display: none;
}

.help {
  position: absolute;
  top: 0;
  right: 10%;
  display: inline-block;
  cursor: pointer;
  width: 15px;
  z-index: 100;
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  .help {
    right: 0;
  }
}

.help .help-hook {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("help.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.help-content-wrapper {
  display: none;
}

.emettitoreImgSelect__button:hover {
  opacity: .75;
}

.emettitoreImgSelect__container h4 {
  font-size: 24px;
  padding-bottom: 5vh;
}

.fp-login {
  display: none;
}

.formPage--login {
  position: relative;
  width: 40%;
  background-color: white;
  margin: auto;
  margin-top: 7%;
  padding: 10% 0;
}

.formPage--login input {
  width: 50%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #75CED0;
  padding-left: 5%;
}

.formPage--login p {
  position: relative;
}

.formPage--login .submit, .formPage--login .form__field .submit_variante--smallest, .form__field .formPage--login .submit_variante--smallest {
  position: static;
}

.formPage--login ::-webkit-input-placeholder {
  color: #75CED0;
  opacity: 1;
}

.formPage--login :-ms-input-placeholder {
  color: #75CED0;
  opacity: 1;
}

.formPage--login ::-ms-input-placeholder {
  color: #75CED0;
  opacity: 1;
}

.formPage--login ::placeholder {
  color: #75CED0;
  opacity: 1;
}

.formPage--login :-ms-input-placeholder {
  color: #75CED0;
}

.formPage--login ::-ms-input-placeholder {
  color: #75CED0;
}

@media screen and (max-width: 1300px) {
  .formPage--login {
    margin-top: 15%;
  }
}

@media screen and (max-width: 1080px) {
  .formPage--login {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .formPage--login {
    padding: 20% 0 10% 0;
  }
}

@media screen and (max-width: 700px) {
  .formPage--login {
    margin-top: 25%;
  }
}

@media screen and (max-width: 450px) {
  .formPage--login {
    margin-top: 30%;
    padding-top: 25%;
  }
  .formPage--login input {
    width: 80%;
  }
}

.formPage--login .submit_login {
  position: absolute;
  bottom: -27px;
  color: white;
  left: 50%;
  font-size: 25px;
  padding: 0;
  width: 54px;
  height: 54px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FF6F11;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: none;
  cursor: pointer;
}

.formPage--login .logo {
  position: absolute;
  top: -65px;
  color: white;
  left: 50%;
  font-size: 25px;
  padding: 0;
  width: 130px;
  height: 130px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: white;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: none;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);
}

.formPage--login .privacy {
  margin: 15px 0;
}

.formPage--login .privacy p label {
  width: auto;
  max-width: 100%;
  min-width: 1px;
}

.login__opzioni {
  position: relative;
  width: 40%;
  margin: auto;
  margin-top: 2%;
}

.login__opzioni--left, .login__opzioni--right {
  float: left;
}

.login__opzioni--left a p:hover, .login__opzioni--right a p:hover {
  color: #75CED0;
}

.login__opzioni--left a:visited, .login__opzioni--right a:visited {
  color: black;
}

.login__opzioni--right {
  float: right;
  text-align: right;
}

@media screen and (max-width: 1300px) {
  .login__opzioni {
    margin-top: 5%;
  }
  .login__opzioni--left, .login__opzioni--right {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .login__opzioni {
    margin-top: 60px;
  }
}

@media screen and (max-width: 850px) {
  .table--scelta-emettitore tr td {
    display: block;
  }
}

.csv_export_icon {
  margin: auto;
}

.csv_export_icon img {
  margin: auto;
  width: 30px;
  height: 30px;
  margin-top: 15px;
}

.csv_export {
  cursor: pointer;
  width: 10%;
  margin-bottom: 50px;
  margin-top: 3%;
  border: 1px solid #75CED0;
  border-radius: 5px;
  background-color: white;
  min-width: 150px;
}

.csv_export:hover {
  background-color: #FCFBF7;
}

@media screen and (max-width: 1080px) {
  .csv_export {
    margin: auto;
    margin-top: 25px;
  }
}

.csv_export_small {
  cursor: pointer;
  width: 10%;
  margin-bottom: 50px;
  margin-top: 3%;
  border: 1px solid #75CED0;
  border-radius: 5px;
  background-color: white;
  display: inline-block;
  padding: 10px;
  margin: 2%;
  min-width: 150px;
}

.csv_export_small:hover {
  background-color: #FCFBF7;
}

.csv_export_small h4 {
  font-size: 13px;
}

@media screen and (max-width: 1080px) {
  .csv_export_small {
    margin: 1%;
  }
}

#filtering {
  margin-top: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0;
}

#filtering table {
  width: 100%;
}

#filtering h4 {
  margin-bottom: 0;
  cursor: pointer;
}

#filtering h4 a {
  float: right;
  color: #345371;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0;
}

#filtering .caption {
  font-size: 10px;
  color: #ccc;
}

#filtering td.left {
  padding-right: 20px;
  border-right: 1px dotted #ccc;
  border-bottom: 0;
}

#filtering td.right {
  padding-left: 20px;
  border-bottom: 0;
}

#filtering label {
  text-align: left;
  color: #999;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 20px;
  width: 150px;
}

#filtering input {
  padding: 2px;
  width: 150px;
}

#filtering select {
  width: 190px;
}

#filtering p {
  margin-bottom: 10px;
}

#filtering p.submit, #filtering .form__field p.submit_variante--smallest, .form__field #filtering p.submit_variante--smallest {
  padding: 0 5px;
  margin-bottom: 10px;
}

#openfilter h4 {
  text-align: right;
}

#openfilter img {
  vertical-align: middle;
  width: 30px;
  margin-right: 10px;
}

#filterContent {
  display: none;
  width: 100%;
}

#filterContent .formPage {
  width: 100%;
  margin-top: 0;
  margin-bottom: 3%;
}

#filterContent table {
  width: 100%;
}

#filterContent .submit, #filterContent .form__field .submit_variante--smallest, .form__field #filterContent .submit_variante--smallest {
  padding-left: 0;
  cursor: pointer;
}

#filterContent .reset {
  border: none;
  background: none;
  text-decoration: underline;
}

.filterContent--left_column {
  width: 50%;
  text-align: center;
  padding-left: 5%;
}

.filterContent--right_column {
  width: 50%;
  text-align: center;
  padding-left: 5%;
}

.title--info {
  width: 50%;
  margin: auto;
}

.page-title {
  margin: auto;
  padding-top: 2%;
}

.page-title img {
  width: 76px;
}

.page-title h2 {
  font-size: 30px;
  margin: 0;
}

.container--1200 {
  max-width: 1200px;
  margin: auto;
  padding-top: 2%;
  width: 90%;
}

.container--1500 {
  max-width: 1500px;
  margin: auto;
  width: 90%;
  padding-bottom: 60px;
}

.box-white {
  width: 14%;
  min-width: 170px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  padding: 2%;
  display: inline-block;
  margin-bottom: 3%;
  -webkit-box-shadow: 20px 13px 36px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 20px 13px 36px 0px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 750px) {
  .box-white {
    width: 80%;
  }
}

@media screen and (max-width: 1100px) {
  .box-white {
    width: 80%;
    min-width: 200px;
    margin: 3% 0;
  }
}

.box-white__wrapper {
  margin-left: 5%;
}

.box-white__wrapper:nth-of-type(4n+1), .box-white__wrapper:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 1100px) {
  .box-white__wrapper {
    margin-left: 0;
  }
}

.box-white__testo p {
  font-size: 12px;
  text-align: center;
  color: #555;
  margin-top: 0 !important;
}

.box-white__testo h2 {
  font-size: 17px;
  text-align: center;
  color: #75CED0;
  margin: 20px 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.box-white__testo a > p {
  color: black;
  font-weight: bold;
  margin-top: 5%;
}

.box-white__testo .download_text {
  border-bottom: 3px solid #75CED0;
}

.box-white--news {
  vertical-align: top;
}

@media screen and (min-width: 1100px) {
  .box-white--news {
    height: 200px;
  }
}

.box-white--download {
  vertical-align: top;
}

@media screen and (min-width: 1100px) {
  .box-white--download {
    height: 270px;
  }
}

.top-links {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  min-height: 40px;
}

.top-links h4 {
  width: 50%;
  float: left;
  text-align: left;
  display: inline-block;
  cursor: pointer;
}

.top-links .top-links__right {
  text-align: right;
}

.top-links--cta {
  margin-right: 6%;
  padding-bottom: 20px;
}

/* DEMATERIALIZZAZIONE */
.demat-sections {
  width: 75%;
  max-width: 1200px;
  display: table;
  margin: 20px auto;
}

.demat-sections ul {
  height: 26px;
  border: none;
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  text-align: center;
}

.demat-sections ul li {
  position: relative;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #75CED0;
  background-color: white;
  color: black;
  margin-right: 10px;
  padding: 5px 15px;
}

.demat-sections ul li:hover {
  cursor: pointer;
}

@media screen and (max-width: 1080px) {
  .demat-sections ul {
    height: 100%;
  }
  .demat-sections ul li {
    width: 210px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
  }
}

.last_demat {
  margin-right: 0;
}

.demat-sections ul a li {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.demat-sections ul li.active, .demat-sections ul li:hover {
  background-color: #75CED0;
}

.demat-sections ul li.active a, .demat-sections ul li:hover a {
  color: white !important;
}

.demat-sections__body {
  width: 75%;
  max-width: 1200px;
  margin: auto;
  min-height: 200px;
  overflow: hidden;
  background: transparent;
  padding: 3%;
  margin-bottom: 3%;
}

.demat-sections__body .formPage {
  padding-top: 0;
  margin-top: 2%;
  width: 100%;
}

.demat-sections__body .formPage .submit, .demat-sections__body .formPage .form__field .submit_variante--smallest, .form__field .demat-sections__body .formPage .submit_variante--smallest {
  padding-left: 0;
  cursor: pointer;
}

.demat-sections__body .inner_text {
  width: 75%;
  margin: auto;
  line-height: 1.7;
}

.demat-sections__body h3 {
  font-size: 28px;
  font-weight: bold;
}

.demat-sections__body h4 {
  font-size: 24px;
  font-weight: bold;
}

.demat_half_width--left {
  float: left;
  width: 50%;
}

.demat_half_width--right {
  float: right;
  width: 50%;
}

.empty {
  background: #e8e6df;
  width: 50%;
  min-width: 200px;
  border-radius: 10px;
  margin: auto;
  margin-top: 20px;
  min-height: 40px;
  padding: 15px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
}

.empty--singleline {
  line-height: 40px;
}

.button--cta, .button--back--news, .button--download {
  border: 1px solid #75CED0;
  border-radius: 5px;
  padding: 10px;
  background-color: white;
  text-align: center;
  margin: auto;
}

.button--cta:hover, .button--back--news:hover, .button--download:hover {
  cursor: pointer;
  background-color: #75CED0;
  color: white;
}

.button--back--news {
  width: 10%;
  min-width: 120px;
}

.button--cta {
  margin-bottom: 5%;
  width: 100%;
  max-width: 300px;
}

.button--download {
  margin-top: 20px;
  font-size: 12px;
}

@media screen and (max-width: 1100px) {
  .button--download {
    width: 40%;
  }
}

.pagamenti {
  margin-top: 7%;
}

.articleDescription a {
  color: #75CED0;
  font-weight: bold;
  font-size: 20px;
}

.articleDescription a:hover {
  color: #FF6F11;
}

/* ----- DATATABLES STYLING ----- */
.odd-row {
  background-color: #FCFBF7 !important;
}

.even-row {
  background-color: #e8e6df !important;
}

.sorting_1, .sorting_2, .sorting3 {
  background-color: inherit !important;
}

.sorting, .sorting_asc, .sorting_desc {
  text-align: left !important;
}

.table_icon {
  height: 25px;
  width: 25px;
}

.table_icon--elenco_buoni {
  background-image: url("ar-icons/tables/elenco_buoni.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.table_icon--elenco_buoni:hover {
  opacity: 0.4;
}

.table_icon--procedi {
  background-image: url("ar-icons/tables/procedi.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.table_icon--procedi:hover {
  opacity: 0.4;
}

.table_icon--download {
  background-image: url("ar-icons/tables/download.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.table_icon--download:hover {
  opacity: 0.4;
}

.table_icon--export {
  background-image: url("ar-icons/tables/share.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.table_icon--export:hover {
  opacity: 0.4;
}

#niceTable * {
  font-size: 14px;
}

acronym {
  cursor: help;
}

.pagamenti {
  overflow-x: scroll;
}

/* ----- FOOTER STYLING ----- */
.footer {
  background-color: white;
  text-align: center;
  height: 15vh;
  position: relative;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.footer--content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
}

.footer--content a p {
  font-size: 12px;
  color: #888;
}

.footer--content a p:hover {
  color: #75CED0;
}

.footer--content a:visited {
  color: #888;
}

.download_nd {
  font-size: 12px;
  color: #888;
}

.demat_feedback--error h4 {
  color: red;
  margin-bottom: 0;
}

.demat_feedback--confirm h4 {
  color: green;
  margin-bottom: 0;
}

.contacts p {
  line-height: 30px;
  font-size: 16px;
}

.contacts strong {
  font-size: 20px;
}

/* area ristoratori */
.variazione {
  text-align: left;
}

.variazione * {
  font-family: arial;
}

.variazione table {
  border-collapse: collapse;
  width: 100%;
}

.variazione table td {
  vertical-align: top;
  padding: 5px;
  border: 1px solid #ccc !important;
}

.variazione table th {
  vertical-align: bottom;
  text-align: center;
  white-space: nowrap;
  padding: 5px;
  border-bottom: 4px solid #ccc;
}

/* OTP */

#login-otp {
  max-width: 700px;
  width: 75%;
  margin: 0 auto 3%;
  text-align: center;
  background-color: #fff;
  padding: 50px 3%;
}



#login-otp h2 {
  padding-top: 15px;
}

#login-otp input {
  width: 34%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #75CED0;
  padding: 0 15px;
  text-align: center;
}

#login-otp .input_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

#login-otp .input_text label {
  max-width: max-content;
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
  text-align: center;
}

#login-otp .btn {
  width: 34%;
  margin: 0 auto;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #75CED0;
  padding: 0 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #75CED0;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

#login-otp .btn:hover {
  background-color: #75CED0;
  color: #fff;
}

#login-otp .login-otp-time {
  display: flex;
  align-items: center;
  justify-content: center;
}

#login-otp .login-otp-time img {
  max-width: 20px;
  width: 100%;
  margin-right: 10px;
}

#login-otp input[type="submit"] {
  cursor: pointer !important;
}

#login-otp .submit input {
  background-color: #75CED0;
  cursor: pointer;
  width: 39%;
  border-radius: 5px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  transition: background-color 0.3s ease-in-out;
}

#login-otp .submit input:hover {
  background-color: transparent;
  color: #75CED0;
}


#login-otp .login-otp-text {
  background-color: #d5f0f2a3;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 20px;
}

#login-otp .login-otp-text p {
  text-align: left;
}

#login-otp .login-otp-text img {
  max-width: 20px;
  width: 100%;
  margin-right: 10px;
  filter: invert(79%) sepia(75%) saturate(244%) hue-rotate(128deg) brightness(85%) contrast(91%);
}

#login-otp .login-otp-warning {
  background-color: #fff1ee;
  padding: 20px;
  display: none;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

#login-otp .login-otp-warning img {
  max-width: 20px;
  width: 100%;
  margin-right: 10px;
  filter: invert(13%) sepia(99%) saturate(5097%) hue-rotate(351deg) brightness(79%) contrast(114%);
}

#login-otp .login-otp-warning p {
  margin: 0;
  text-align: left;
  color: #d4000a;
  font-weight: 500;
}

#login-otp .login-otp-text p {
  margin: 0;
}

#login-otp #login-otp-error, #login-otp #login-otp-warning-timer, #area_riservata #login-err-msg {
  background-color: #fff1ee;
  padding: 20px;
  align-items: center;
  display: none;
  margin-top: 30px;
  margin-bottom: 20px;
}

#area_riservata #login-err-msg {
  width: 50%;
  margin: 0 auto 20px;
}

#login-otp #login-otp-error img, #login-otp #login-otp-warning-timer img, #area_riservata #login-err-msg img {
  max-width: 20px;
  width: 100%;
  margin-right: 10px;
  filter: invert(13%) sepia(99%) saturate(5097%) hue-rotate(351deg) brightness(79%) contrast(114%);
}

#login-otp #login-otp-error p, #login-otp #login-otp-warning-timer p, #area_riservata #login-err-msg p {
  margin: 0;
  text-align: left;
  color: #d4000a;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #login-otp {
    padding: 50px 20px;
  }

  #login-otp input, #login-otp .btn {
    width: calc(100% - 40px);
  }

  #login-otp .submit input {
    width: 100%;
  }
}

/*********************************************
----------- Iubenda  -----------------
*********************************************/
#iubenda-cs-banner .iubenda-banner-content * {color: white !important;}

/*# sourceMappingURL=main_ar.css.map */