﻿/*@ffBase: 'Montserrat', sans-serif;*/
/*@colorGrigioRestyling2020: #f1f1f2;
@colorGrigietto: @colorGrigioRestyling2020;
@colorLogoRestyling2020: #4b4e51;*/
/*@heightHeader: 120px;
@heightFooter: 120px;*/
.form-data .form-page .form-group {
  margin: 2em auto;
}
.form-data .form-page .form-group .text-danger {
  color: red;
  -webkit-text-fill-color: red;
}
.form-data .form-page .form-group .validation-error {
  clear: both;
}
.form-data .form-page .form-group.checkbox .help-block,
.form-data .form-page .form-group.checkbox .validation-error {
  display: block;
  margin-left: 2rem;
}
.form-data .form-page .form-group.consent .text {
  margin-bottom: 0.5em;
}
.form-data .form-page .form-group.consent .link {
  margin-bottom: 0.5em;
}
.form-data .form-page .form-group.consent .checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form-data .form-page .form-group.consent .checkbox input[type="checkbox"]:checked::after {
  -webkit-box-shadow: -5px 5.5px 0 #ffffff;
  box-shadow: -5px 5.5px 0 #ffffff;
}
footer.page .form-data .form-page .form-group.consent .checkbox input[type="checkbox"]:checked::after {
  -webkit-box-shadow: -5px 5.5px 0 white;
  box-shadow: -5px 5.5px 0 white;
}
.form-data .form-page .form-group.consent .checkbox span {
  margin-left: 0.5em;
}
.form-data .form-validation-errors.hide {
  display: none;
}
label {
  color: #000000;
  -webkit-text-fill-color: #000000;
}
input,
textarea,
select {
  width: 100%;
  /*max-width: 700px;*/
  border: 0;
  border-bottom: 1px solid;
  border-color: #000000;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.5em 0;
  color: #000000;
  -webkit-text-fill-color: #000000;
  background-color: inherit;
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
  /*letter-spacing: .15rem;*/
  letter-spacing: normal;
}
textarea {
  border: 1px solid;
  border-color: #000000;
  padding: 0.5em;
  min-height: 12rem;
}
input:invalid,
textarea:invalid {
  background-color: transparent;
}
input[type="button"],
button {
  border: 1px solid;
  border-color: #000000;
  padding: 0.5em 1em;
  background-color: transparent;
  color: #000000;
  -webkit-text-fill-color: #000000;
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
}
input[type="button"]:hover,
button:hover,
input[type="button"]:active,
button:active,
input[type="button"]:visited,
button:visited {
  text-decoration: line-through;
}
:-moz-placeholder {
  color: #000000;
  -webkit-text-fill-color: #000000;
  opacity: 0.5;
}
::-moz-placeholder {
  color: #000000;
  -webkit-text-fill-color: #000000;
  opacity: 0.5;
}
:-ms-input-placeholder {
  color: #000000;
  -webkit-text-fill-color: #000000;
  opacity: 0.5;
}
::-webkit-input-placeholder {
  color: #000000;
  -webkit-text-fill-color: #000000;
  opacity: 0.5;
}
/* CHECK BOX STYLE */
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=email]:focus {
  outline: none !important;
}
input[type=checkbox] {
  font-size: 20px;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  line-height: 20px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  /*background: -webkit-linear-gradient( top, rgba(255,255,255,0.4), rgba(255,255,255,0.1) );*/
  -webkit-appearance: none;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.4);
  border: 1px solid;
  border-color: #000000;
  -webkit-border-radius: 0;
  border-radius: 0;
  /*outline: 1px solid @c-border;*/
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type=checkbox]:active {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2));
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 1px solid;
  outline-color: #000000;
}
input[type=checkbox]:checked::after {
  position: absolute;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 14%;
  top: -70%;
  height: 83%;
  width: 126%;
  border-bottom: 0;
  border-left: 0;
  -webkit-box-shadow: -5px 5px 0 #000000;
  box-shadow: -5px 5px 0 #000000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-bottom: 1px solid #000000;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}
.consent.text {
  margin-bottom: 1em;
}
.consent.form-group {
  font-size: 12px;
}
.consent.form-group .help-block {
  display: block;
  margin-left: 2rem;
}
.consent .checkbox {
  line-height: 1;
}
.consent .toogle-privacy-modal {
  margin-left: 1rem;
  margin-right: 1rem;
  border-left: 1px solid #000000;
  padding-left: 1rem;
}
.checkbox > label {
  float: left;
}
.form-group.checkbox,
.form-group.consent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.row.two-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}