@charset "utf-8";

/* JS step
--------------------------------------*/
/* .js-stepPager */
.js-stepPager {
  background: #ecf1f6;
  text-align: center;
  margin: 10px 0;
  padding: 10px 0;
}
.js-stepPager .title {
  display: inline-block;
  font-weight: bold;
  margin-right: 20px;
}
.js-stepPager .pager {
  display: inline-block;
}
.js-stepPager .pager > p {
  font-size: 14px;
  line-height: 14px;
  width: 22px;
  height: 22px;
  padding-top: 2px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  color: #396ba4;
  border: 1px solid #396ba4;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}
.js-stepPager .pager > p.current {
  color: #fff;
  background: #4776aa;
  background: -moz-linear-gradient(#678db9, #4776aa);
  background: -webkit-linear-gradient(#678db9, #4776aa);
  background: -ms-linear-gradient(#678db9, #4776aa);
}

/* .js-stepControls */
.js-stepControls {
  text-align: center;
  margin: 10px 0;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 869px) {
  .js-stepControls {
    display: block;
  }
}
.js-stepControls .left,
.js-stepControls .right {
  padding: 0 10px;
  box-sizing: border-box;
}
.js-stepControls input {
  display: inline-block;
/*  padding: 5px 20px;
  border:1px solid #000;*/
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  -webkit-appearance: none;
  color: #fff;
}
.js-stepControls input.prev {
  background: #000;
}
/*.js-stepControls input.next,
.js-stepControls input.sbmt {
  border-color: #396ba4;
  background: #4776aa;
  background: -moz-linear-gradient(#678db9, #4776aa);
  background: -webkit-linear-gradient(#678db9, #4776aa);
  background: -ms-linear-gradient(#678db9, #4776aa);
}*/
@media screen and (min-width: 0px) and (max-width: 640px) {
  .js-stepControls .left {
    width: 45%;
    margin: auto;
  }
  .js-stepControls .right {
    width: 90%;
    margin: auto;
  }
  .js-stepControls input {
    width: 100%;
  }
}
