/* line 1, ../sass/styling.scss */
.mdl-textfield__input {
  padding-left: 20px !important;
  padding-bottom: 13px !important;
  padding-top: 23px !important;
  color: #818182;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  margin: 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  height: auto !important;
  box-sizing: border-box !important;
}

/* line 22, ../sass/styling.scss */
.mdl-textfield {
  background-color: #c4d7d14d;
  border-bottom: 1px solid #cbe1da !important;
  position: relative;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  width: 300px;
  max-width: 100%;
  margin: 0;
}

/* line 34, ../sass/styling.scss */
.mdl-textfield__label {
  bottom: 0;
  color: rgba(0, 0, 0, 0.26);
  font-size: 16px;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 24px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
/* line 48, ../sass/styling.scss */
.mdl-textfield__label:after {
  background-color: #179387;
  bottom: 20px;
  content: '';
  height: 2px;
  left: 45%;
  position: absolute;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 10px;
}

/* line 62, ../sass/styling.scss */
.input-field > label.mdl-textfield__label {
  transform: none;
}

/* line 66, ../sass/styling.scss */
.mdl-textfield.is-dirty .mdl-textfield__label, .mdl-textfield.has-placeholder .mdl-textfield__label {
  visibility: hidden;
}

/* line 71, ../sass/styling.scss */
.mdl-textfield--floating-label .mdl-textfield__label {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* line 75, ../sass/styling.scss */
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  transition: none;
}
/* line 78, ../sass/styling.scss */
.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  visibility: visible;
  top: 8px;
  color: #179387;
  font-size: 10px;
}
/* line 84, ../sass/styling.scss */
.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
  color: #d50000;
  font-size: 10px;
}

/* line 92, ../sass/styling.scss */
.mdl-textfield.is-focused .mdl-textfield__label:after {
  left: 0;
  visibility: visible;
  width: 100%;
}
/* line 97, ../sass/styling.scss */
.mdl-textfield.is-focused .mdl-textfield__input {
  outline: none;
}
/* line 102, ../sass/styling.scss */
.mdl-textfield.is-invalid .mdl-textfield__label:after {
  background-color: #d50000;
}
/* line 105, ../sass/styling.scss */
.mdl-textfield.is-invalid .mdl-textfield__input {
  border-color: #d50000;
  box-shadow: none;
}
/* line 109, ../sass/styling.scss */
.mdl-textfield.is-invalid .mdl-textfield__error {
  visibility: visible;
}

/* line 115, ../sass/styling.scss */
.mdl-textfield__error {
  color: #d50000;
  position: absolute;
  font-size: 12px;
  margin-top: 3px;
  visibility: hidden;
  display: block;
}

/* line 124, ../sass/styling.scss */
.generic-field {
  position: relative;
  /*.mdl-textfield__input {
      border: none
  }*/
}
/* line 126, ../sass/styling.scss */
.generic-field .mdl-textfield__label {
  color: #6c6f74;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 20px;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 19px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
/* line 151, ../sass/styling.scss */
.generic-field.is-focused .mdl-textfield__label {
  top: 8px !important;
  color: #179387 !important;
}
/* line 155, ../sass/styling.scss */
.generic-field .is-focused {
  background: #eef3f2;
}
/* line 158, ../sass/styling.scss */
.generic-field .group-span-filestyle {
  height: 37.6px;
}
/* line 161, ../sass/styling.scss */
.generic-field .group-span-filestyle .btn-default {
  background-color: #179387;
}
/* line 164, ../sass/styling.scss */
.generic-field .group-span-filestyle .btn-default:hover {
  background-color: #0b746a !important;
}
/* line 167, ../sass/styling.scss */
.generic-field .input-group .form-control {
  border: none;
  height: 48px;
}
/* line 171, ../sass/styling.scss */
.generic-field textarea {
  height: 150px !important;
}
/* line 174, ../sass/styling.scss */
.generic-field .password-strength, .generic-field .js-password-confirm-message {
  width: 100%;
  font-size: 12px;
  font-family: 'OPEN SANS';
}
/* line 180, ../sass/styling.scss */
.generic-field.input-field .description {
  font-size: 12px;
  font-family: 'OPEN SANS';
}
/* line 183, ../sass/styling.scss */
.generic-field.input-field .description a {
  text-decoration: underline;
}

/* line 190, ../sass/styling.scss */
.user-form .confirm-parent, .user-form .password-parent {
  max-width: 100%;
}

/* line 194, ../sass/styling.scss */
.password-suggestions {
  font-size: 12px;
  font-family: 'OPEN SANS';
  border-radius: 6px;
}

/* line 199, ../sass/styling.scss */
.mdl-textfield__input {
  background-color: #edf0f4 !important;
  color: #818182;
  border-radius: 6px !important;
}
/* line 203, ../sass/styling.scss */
.mdl-textfield__input:hover, .mdl-textfield__input:focus {
  background-color: #e2f1ff !important;
}

/* line 208, ../sass/styling.scss */
.checkboxText em {
  color: #818182;
  font-family: "Open Sans";
  font-size: .6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* line 217, ../sass/styling.scss */
.help-block {
  margin-top: 2px;
  padding-left: 20px;
}

/* line 222, ../sass/styling.scss */
.form-item--error-message {
  background-color: transparent;
  border: none;
  color: #d50000;
  padding: 0;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
  margin-top: -5px;
}
/* line 232, ../sass/styling.scss */
.form-item--error-message strong {
  font-weight: 400;
}

/* line 237, ../sass/styling.scss */
.select-wrapper input.select-dropdown {
  margin: 0;
  padding-left: 20px;
  font-size: 12px;
  color: #818182;
  padding-bottom: 13px;
  padding-top: 15px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* line 250, ../sass/styling.scss */
.is-focused {
  border-bottom: 1px solid #fff !important;
}

/* line 254, ../sass/styling.scss */
.form-type-password-confirm {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/* line 257, ../sass/styling.scss */
.form-type-password-confirm .input-field.form-item-pass-pass2 {
  margin-bottom: 0;
}

/* line 261, ../sass/styling.scss */
.file-field input[type=file] {
  z-index: 2;
}

/* line 265, ../sass/styling.scss */
.file-path.mdl-textfield__input {
  margin-bottom: 0;
  height: 3rem !important;
}

label.actif-label {
    transform: translateY(-14px) scale(0.8);
    transform-origin: 0 0;
}

@media (min-width: 100px) and (max-width: 1023px){
  .mdl-textfield__input {
    padding-left: 13px !important;
  }
  .generic-field .mdl-textfield__label{
    padding-left: 13px;
  }
}