/* form starting stylings ------------------------------- */
.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
.group {
  position: relative;
  margin-bottom: 35px;
  display: block;
  font-size: 14px;
}
.group.hidden {
  display: none;
}
.group > .group {
  margin-bottom: 0px;
}
.group a {
  color: var(--e-global-color-388f883);
}
.group.spec {
  margin-bottom: 0;
  top: -20px;
}
.group.multi {
  margin-top: 38px;
}

.group.terms {
  margin-bottom: 10px;
}
.group .terms-text {
/*  width: 90%;*/
  font-size: 13px;
  display: table-cell;
  vertical-align: top;
  padding-top:9px;
  padding-left:6px;  
  color: #333;
}
.group .terms-checkbox {
/*  width: 10%;*/
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-top: 8px;
  min-width: 20px;
  line-height:35px;
}
.group .terms-checkbox input {
  margin: 0px;
  height: 26px;
}

.marketingGrid td,
.marketingGrid th {
  border-bottom: 1px solid var(--light-color);
  font-size: 0.9em;
}
.marketingGrid th {
  background-color: var(--light-color);
  text-align: center;
}
.group.smallBottom {
  margin-bottom: 20px;
}
.group.multi > label {
  top: -20px;
  color: var(--e-global-color-388f883);
  font-weight: bold;
}
.group.radio {
  top: -15px;
  margin-bottom: 40px;
}
.group.radio span {
  margin-right: 10px;
}
.radioGroup {
  top: 30px;
  position: relative;
}
.forgot_psw {
  margin-top: 10px;
}
.group input,
.group select,
.group input[type]
{
  font-size: 14px;
  display: block;
  width: 100%;
  border: none !important;
  border-radius: 0;
  border-bottom: 1px solid var(--e-global-color-388f883) !important;
  background-color: rgba(255,255,255,0.3);
  padding: 8px 0px;
  padding-left: 5px;
  text-overflow: ellipsis;
}
.group input[type="radio"]
{
  display: inline-block;
  width: auto;
}
.group input:focus,
.group select:focus
{
  outline: none;
  border-bottom-color: var(--e-global-color-388f883);
}

.group label.justfor {
    margin-left: 5px;
}
.group label:not(.justfor)
{
  color: var(--e-global-color-388f883);
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
div.error > label.error{
  position:relative;
}
.my-account-label,
.group input:focus ~ label:not(.error),
.group input.valid ~ label:not(.error),
.group input.error ~ label:not(.error),
.group select:focus ~ label:not(.error),
.group select:valid ~ label:not(.error),
.group input:disabled ~ label,
.group select:disabled ~ label
 {
  top: -20px;
  font-size: 14px;
  color: var(--e-global-color-388f883);
  font-weight: bold;
}

/* input:required {
  box-shadow: none;
} */
/* input:invalid {
  box-shadow: 0 0 0 transparent;
} */

.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:before,
.bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: var(--e-global-color-388f883);
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}

.buttonholder {
  text-align: center;
}

.primary {
  background: #3ba1da;
  box-shadow: none !important;
  margin-left: 0px;
}

.primary:hover {
  background: #44b0ec;
}

.secondary {
  background: #eee;
  color: #666;
}

.secondary:hover {
  background: #e5e5e5;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.secondary:focus {
  outline: 0 !important;
  background: #eee;  
  color: #666;  
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);  
}

.button1 {
  background-color: #005BAA;
  font-size: 18px;
  border-radius: 5px;
  margin-left: 0px;
  margin-bottom: 10px;
  width: 100%;
}

.button1:hover {
  background-color: #89BA17;
  box-shadow: none;
}

.group input:focus ~ .bar:before,
.group input:focus ~ .bar:after,
.group select:focus ~ .bar:before,
.group select:focus ~ .bar:after
{
  width: 50%;
}

.highlight {
  position:absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
  /* background-color: red; */
}

.group input:focus ~ .highlight,
.group select:focus ~ .highlight
{
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

.date-day {
  width: 24% !important;
  margin-right: 2%;
  display: inline-block;
}
.date-month {
  width: 48% !important;
  margin-right: 2%;
  display: inline-block;
}
.date-year {
  width: 24% !important;
  display: inline-block;
}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: var(--e-global-color-388f883);
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: var(--e-global-color-388f883);
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: var(--e-global-color-388f883);
  }
  to {
    width: 0;
    background: transparent;
  }
}

@media (min-width: 761px) {

  .grp-name,
  .grp-lastname {
    display: inline-block;
    width: 45%;
  }
  .grp-cargo {
    width: 35%;
  }
  .grp-lastname {
    float: right;
  }
}

