/* @extend display-flex; */
.wizardForm display-flex, .wizardForm .form-flex, .wizardForm .form-date-group, .wizardForm .steps ul, .wizardForm .page-title, .wizardForm .page-title .step-number, .wizardForm .actions ul li a, .wizardForm .form-radio-flex, .wizardForm .form-find {
  display: flex;
  display: -webkit-flex; }

/* @extend list-type-ulli; */
.wizardForm .steps ul, .wizardForm .actions ul {
  list-style-type: none;
  margin: 0;
}

.wizardForm {
  background-color: white !important;
}

.container{
    max-width: 100% !important;
}

.wizardForm .actions ul {
  padding: 0 0 30px;
}

.wizardForm .steps ul {
  padding: 0 0 0 30px;
}

.wizardForm a:focus,
.wizardForm a:active {
  text-decoration: none;
 /*  outline: none; */
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s; }

.wizardForm input,
.wizardForm select,
.wizardForm textarea {
  /*outline: none;*/
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important; }

.wizardForm input:focus,
.wizardForm select:focus, 
.wizardForm textarea:focus{
  outline:none;
  border-color:#9ecaed;
  box-shadow:0 0 10px #9ecaed;
  -moz-box-shadow: 0 0 0 .1rem #4d90fe;
  -webkit-box-shadow: 0 0 0 .1rem #4d90fe;
  -o-box-shadow: 0 0 0 .1rem #4d90fe;
  -ms-box-shadow: 0 0 0 .1rem #4d90fe;
}

.wizardForm textarea{
  width: 95%;
  display: block;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  color: #222;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Roboto Slab';
}

.wizardForm #drop-area{
  width: 95% !important;
}

.wizardForm input::-webkit-outer-spin-button,
.wizardForm input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0; }

.wizardForm input[type=checkbox] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important; }

.wizardForm input[type=radio] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important; }

.clear {
  clear: both; }

fieldtitle {
  font-size: 30px;
  margin: 0px; }

body {

  line-height: 1.6;
  color: #222;
  font-weight: 400;
  font-family: 'Roboto Slab';
  margin: 0px;
  background: #fff;
  position: relative;
  padding: 0px; }

.wizardForm {
  font-size: 14px !important;
  padding: 0 0 0 0;
  position: relative;
  z-index: 99;
}

.container {
  width: 100%;
  margin: 0 auto;
  background: #fff; }

.wizardForm fieldset {
  padding: 0px;
  margin: 0px;
  border: none;
  padding-left: 35px;
  padding-right: 55px;
  padding-top: 0px;
}

.wizardForm p.desc {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #2E2E2E; }

.wizardForm .form-label {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px; }

.wizardForm .text-input {
  font-size: 12px;
  color: #000;
  display: block;
  margin-top: 5px; }
  .text-input span {
    color: #222;
    font-weight: bold; }

.wizardForm input {
  width: 82%;
  display: block;
  padding-left: 0.5rem;
  border: 1px solid #ebebeb;
  height: 40px;
  box-sizing: border-box;
  color: #222;
  font-weight: bold;
  font-size: 14px;
    margin-right: 20px;
}

.grayColor {
   background-color: #DFDFDF;
}

#receiptForm .col-form-label{
    overflow-wrap: break-word;
}

.wizardForm #steps-uid-0-p-0 .form-row,.wizardForm #steps-uid-0-p-0 .form-group,.wizardForm #steps-uid-0-p-0 .form-date {
  width: 680px;
}

.wizardForm .form-flex {
  margin: 0 -10px;
  width: 100%;
}

.wizardForm .form-flex .form-group-half {
    width: 50%;
    padding: 0 10px;
}

.wizardForm .form-group,
.wizardForm .form-date {
  margin-bottom: 18px;
  position: relative; }

.wizardForm .form-date-group {
  border: 1px solid transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
.wizardForm .form-date-group select {
    border: 1px solid #ebebeb;
    width: 100%;
    box-sizing: border-box;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    position: relative;
    background: 0 0;
    z-index: 10;
    cursor: pointer;
    padding: 0 20px;
    height: 50px;
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    background-color: #fff;
    color: #222;
    font-weight: bold; }

.wizardForm .form-date-item {
  position: relative;
  overflow: hidden;
  width: 100px;
  margin-right: 10px; }

.wizardForm .vertical {
  display: block;
  width: 100%;
  overflow: hidden; }
.wizardForm .vertical .steps {
    float: left;
    width: 25%; }
.wizardForm .vertical .content,
.wizardForm  .vertical .actions {
    float: right;
    width: 75%; }

.content {
  height: 100%;
}

.comment-description{
  color: #2E2E2E;
}

.wizardForm .actions ul li{
  padding-right: 15px;
}

.steps ul {
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  position: relative;
  padding-left: 40px;
  padding-top: 60px; }
  .steps ul li {
    padding-bottom: 40px;
    position: relative;
    z-index: 99; }
    .steps ul li a {
      text-decoration: none;
      color: #222; }
  .steps ul:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 180px;
    background: #ebebeb;
    left: 50px;
    top: 40%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 9; }

.page-title {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center; }
  .page-title .step-number {
    width: 40px;
    height: 40px;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #ebebeb;
    color: black;
    margin-right: 15px;
    border: 5px solid #fff;
    font-weight: bold; }
  .page-title .step-text {
    font-weight: bold;
    color: #000; }

.current .page-title .step-number {
  background: #1E739A;
  color: #fff; }
.current .page-title .step-text {
  color: #1E739A; }

.content h3 {
  display: none; }

.content, .actions {
  background: white; }

.actions {
   }
  .actions ul {
    padding-left: 45px;
    padding-right: 55px; }
    .actions ul .disabled {
      display: none; }
    .actions ul li {
      float: right; }
      .actions ul li:first-child {
        float: left; }
        .actions ul li:first-child a {
          /*background: #e8e8e8;*/
          /*color: #999; */
        }
      .actions ul li a {
        width: 140px;
        height: 50px;
        color: #fff;
        background: #118292;
        align-items: center;
        margin: 20px 40px;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        text-decoration: none; }

.form-radio-flex {
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -15px; }
  .form-radio-flex .form-radio-item {
    padding: 0 15px;
    margin-bottom: 25px; }
  .form-radio-flex input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px; }
  .form-radio-flex input + label {
    margin: 0px;
    width: 223px;
    height: 133px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    text-align: center;
    text-transform: none;
    transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out; }
    .form-radio-flex input + label img {
      width: 100%;
      height: 100%; }
  .form-radio-flex input:checked + label {
    border: 1px solid #17a2b8;
    z-index: 1; }
  .form-radio-flex input:focus + label {
    outline: none; }
  .form-radio-flex input:hover {
    border: 1px solid #17a2b8; }

label.error {
  display: block;
  position: relative;
  top: -5px;
  right: 35px;
  font-weight: 500;
  color: #EB0000;
  margin-left: 40px !important;
  margin-top: 20px !important;
}

/*label.error:after {*/
  /*font-family: 'Material-Design-Iconic-Font';*/
  /*position: absolute;*/
  /*content: '\f135';*/
  /*right: 10px;*/
  /*top: 40px;*/
  /*font-size: 13px;*/
  /*color: #f63726; }*/

input.error {
  border: 1px solid #f63726; }

input[type='checkbox'].error {
    outline: 1px solid #f63726; }

textarea.error {
  border: 1px solid #f63726; }

#find_bank {
  padding: 0 55px;
  width: 680px;
  margin-right: 20px; }
  #find_bank::-webkit-input-placeholder {
    font-weight: 400; }
  #find_bank::-moz-placeholder {
    font-weight: 400; }
  #find_bank:-ms-input-placeholder {
    font-weight: 400; }
  #find_bank:-moz-placeholder {
    font-weight: 400; }

.submit {
  width: 150px;
  background: #666;
  color: #fff;
  font-weight: 400;
  cursor: pointer; }
  .submit:hover {
    background-color: #4d4d4d; }

.form-find {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.form-find .form-label{
  font-weight: 200;
}

.form-icon {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 18px;
  color: #999; }

.choose-bank-desc {
  color: #666;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 35px; }

#slider-margin {
  height: 9px;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  background: #e8e8e8;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  position: relative;
  margin-top: 110px; }
  #slider-margin .noUi-marker-horizontal.noUi-marker-large, #slider-margin .noUi-marker-horizontal.noUi-marker {
    height: 0px; }
  #slider-margin .noUi-connect {
    background: #17a2b8; }
  #slider-margin .noUi-connects {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px; }
  #slider-margin .noUi-handle {
    width: 15px;
    height: 30px;
    top: -12px;
    background: #e8e8e8;
    outline: none;
    border: none;
    right: -15px;
    border: 1px solid #17a2b8;
    border-radius: 0px; }
    #slider-margin .noUi-handle:after, #slider-margin .noUi-handle:before {
      width: 0px; }
    #slider-margin .noUi-handle .noUi-tooltip {
      bottom: 33px;
      border: none;
      background: transparent;
      font-size: 16px;
      color: #17a2b8;
      padding: 0px; }
  #slider-margin .noUi-pips {
    width: 96%; }
    #slider-margin .noUi-pips .noUi-value {
      top: -50px;
      font-size: 16px;
      color: #666; }
      #slider-margin .noUi-pips .noUi-value:before {
        content: '$'; }
    #slider-margin .noUi-pips .noUi-value-horizontal {
      transform: none;
      -moz-transform: none;
      -webkit-transform: none;
      -o-transform: none;
      -ms-transform: none; }

.your-money {
  font-size: 16px;
  color: #222;
  margin: 0px;
  padding-top: 62px; }
  .your-money .money {
    font-size: 28px;
    font-weight: bold; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
.loader {
  margin: 30px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(73, 102, 177, 0.2);
  border-right: 0.5em solid rgba(73, 102, 177, 0.2);
  border-bottom: 0.5em solid rgba(73, 102, 177, 0.2);
  border-left: 0.5em solid #17a2b8;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

div.maincontent{
  padding: 0 !important;
  width: 1002px !important;
}

.indi-wrap {
  position: relative;
  padding-bottom: 10px;
}

.indi-wrap input[type='checkbox'] {
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
}

.control-label {
  padding-left: 20px;
  font-weight: 300;
  
  font-size: 14px;
  display: block
}

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