/** 
 *  
 * Author: Robin 
 * File Name: form-jq-toggle-middle-consent
 */


body {
    margin: 0;
    padding: 0;
}

input[type=checkbox] {
    transform: scale(1.5);
    margin: 5px;
    height: 13px;
}

.signup {
    background: rgba(255,255,255,.5);
    display: flex;
    max-width: 403px;
    height: auto;
    margin: 150px auto 0 auto;
    padding: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.signup__form {
    flex: 1;
}

.signup .wld-component {
    height: 100%;
}
.signup .wld-form {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.signup .wld-form__fields {
    flex: 1;
    display: flex;
    margin: 0 0 6px 0;
}
.signup .wld-form__actions {
    display: flex;
    justify-content: space-between;

}
.signup .wld-fieldgroup {
    flex: 1;
    align-self: center;
    display: none;
}

.signup .wld-fieldgroup--active {
    display: block;
}

.signup .wld-field__input {
    display: flex;
}

/* add space between date pickers */
.signup .wld-input + .wld-input {
}

#signup-dobday {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
#signup-dobmonth {
    border-radius: 0;
}
#signup-dobyear {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.signup .wld-input--select,
.signup .wld-input--text {
    width: 100%;
    color: #000 !important;
}


/* confirmation fields */
.signup .wld-field--confirm {
    display: flex;
    flex-wrap: wrap;
}

.signup .wld-field--confirm .wld-field__input {
    flex: 0;
    order: 0;
}

.signup .wld-field--confirm .wld-field__caption {
    order: 1;
    flex: 1;
}


/* hide <labels> */
.wld-field:not(.wld-field--confirm) .wld-field__caption {
    position: absolute;
    visibility: hidden;
}


/* GENERAL INPUT STYING
------------------------------------------------ */
.wld-input {
    font: inherit;
}
.wld-input--text, .wld-input--select {
    display: block;
    color: #999;
    background: #fff;
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-family: "Open sans", sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    text-indent: 12px;
    border: 0;
    box-shadow: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}

.wld-input--select {
    background: url(/images/assets/select-arrow1.png) no-repeat right #fff;
    background-size: 44px 60px;
}

/*--Mozilla Text-indent Fix--*/
@-moz-document url-prefix() {
    .wld-input--text, .wld-input--select {
      text-indent: 10px!important;
    }
}

.wld-button {
    display: block;
    background: #777;
    color: #fff;
    font-size: 25px;
    font-family: 'Open sans', sans-serif;
    font-weight: 600;
    margin: 0 auto;
    padding: 21px 0;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 19px;
    height: 60px;
    text-align: center;
    border: 0;
    cursor: pointer;
    width: 100%;
    z-index: 9997;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}

/* ERRORS
------------------------------------------------ */
.wld-error-overlay {
    position: absolute;
    background: #c00;
    font-size: 14px;
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
    padding:.5em;
    margin-top: .75em;
    z-index: 9999;
    max-width: 15em;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    border-radius: 4px;
    color: #fff;
    z-index: 9999;
}
.wld-error-overlay::before {
    content: '';
    width: 1em;
    height: 1em;
    transform: rotate(45deg);
    background: inherit;
    position: absolute;
    top: -.5em;
}

.signup {
  margin-top: 0;
  background: none;
}

.wld-button {
  background: #b00202;
}

.steps {
  text-align: center;
  margin-top: 20px;
}

.step_bar {
    width: 41px;
    height: 41px;
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
    font-family: arial, sans-serif;
    border-radius: 2px;
    background: #888;
}

.step_highlight {
   background: #b00202;
}

.signup .wld-form__actions {
  margin-top: 10px;
}


/* gdpr form */
.wld-field:not(.wld-field--confirm) .wld-field__caption {
  position: static;
  visibility: visible;
}

.signup .wld-input--select, .signup .wld-input--text {
  border: 1px solid #000;
}

.wld-error-overlay {
  text-align: left;
}

.wld-field__caption label {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 24px;
    font-size: 18px;
    color: #000;
}

.signup .wld-field--confirm .wld-field__caption label {
    font-weight: normal;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 0;
}

.signup .wld-field--confirm .wld-field__caption label, .wld-field__help, .wld-form__suffix p {
    font-size: 15px;
    line-height: 20px;
}

.wld-field {
  position: relative;
}

.signup .wld-field__help {
  margin-top: 15px;
  text-align: left;
}

.wld-input--text, .wld-input--select {
    -webkit-appearance: none;
    -moz-appearance: button;
    appearance: button;
    text-overflow: '';
    cursor: pointer;
    border: 1px solid #C1CFD2 !important;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(40, 40, 40, 0.6);
    height: 45px;
}

#signup-dobmonth,
#signup-dobyear {
  border-left: 0 !important;
}

.wld-button {
background: #cd0000;
    border-radius: 3px;
    height: 50px;
    padding: 0;
    font-size: 36px;
    text-transform: capitalize;
   padding-top: 0;
}

#signup-gender {
  display: none;
}

.signup .wld-form__actions {
  display: none;
}

.wld-form__suffix {
    margin-top: 10px;
}

.signup .wld-field--confirm {
    margin-top: 15px;
}

/*------------Media Queries------------*/
@media screen and (max-width: 443px) {
    .signup {
        background: none;
        border-radius: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 360px) {
    #signup-dobday, #signup-dobmonth, #signup-dobyear {
        text-indent: 5px!important;
    }
}
@media screen and (max-width: 340px) {
    #signup-dobmonth {
        letter-spacing: -1px;
    }
}