/* line 1, app/assets/stylesheets/order_tracking.scss */
body {
  color: #000;
  overflow-x: hidden;
  height: 100%;
  background-color: #ffcc00;
  background-repeat: no-repeat;
}

/* line 9, app/assets/stylesheets/order_tracking.scss */
.card {
  z-index: 0;
  background-color: #fafafa;
  padding-bottom: 20px;
  margin-top: 90px;
  margin-bottom: 90px;
  border-radius: 10px;
}

/* line 18, app/assets/stylesheets/order_tracking.scss */
.top {
  padding-top: 40px;
  padding-left: 10% !important;
  padding-right: 10% !important;
}

/* line 24, app/assets/stylesheets/order_tracking.scss */
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #455a64;
  padding-left: 0px;
  margin-top: 30px;
}

/* line 32, app/assets/stylesheets/order_tracking.scss */
#progressbar li {
  list-style-type: none;
  font-size: 13px;
  width: 25%;
  float: right;
  position: relative;
  font-weight: 400;
}

/* line 41, app/assets/stylesheets/order_tracking.scss */
#progressbar .step0:before {
  font-family: FontAwesome;
  content: "\f10c";
  color: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

/* line 52, app/assets/stylesheets/order_tracking.scss */
#progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: block;
  font-size: 20px;
  background: #ececec;
  border-radius: 50%;
  margin: auto;
  padding: 0px;
}

/* line 64, app/assets/stylesheets/order_tracking.scss */
#progressbar li:after {
  content: "";
  width: 100%;
  height: 12px;
  background: #ececec;
  position: absolute;
  right: 0;
  top: 16px;
  z-index: -1;
}

/* line 75, app/assets/stylesheets/order_tracking.scss */
#progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  right: -50%;
}

/* line 82, app/assets/stylesheets/order_tracking.scss */
#progressbar li:nth-child(2):after,
#progressbar li:nth-child(3):after {
  right: -50%;
}

/* line 87, app/assets/stylesheets/order_tracking.scss */
#progressbar li:first-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  right: 50%;
}

/* line 94, app/assets/stylesheets/order_tracking.scss */
#progressbar li:last-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 99, app/assets/stylesheets/order_tracking.scss */
#progressbar li:first-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 104, app/assets/stylesheets/order_tracking.scss */
#progressbar li.active:before,
#progressbar li.active:after {
  background: #ffcc00;
}

/* line 109, app/assets/stylesheets/order_tracking.scss */
#progressbar li.exception:before,
#progressbar li.exception:after {
  background: #ce0000;
}

/* line 114, app/assets/stylesheets/order_tracking.scss */
#progressbar li.active:before {
  font-family: FontAwesome;
  content: "\f00c";
}

/* line 119, app/assets/stylesheets/order_tracking.scss */
#progressbar li.exception:before {
  font-family: FontAwesome;
  content: "\f00d";
}

/* line 124, app/assets/stylesheets/order_tracking.scss */
.icon {
  width: 54px;
  height: 54px;
  margin-right: 15px;
  margin-left: 15px;
}

/* line 131, app/assets/stylesheets/order_tracking.scss */
.icon-content {
  padding-bottom: 20px;
}

/* line 134, app/assets/stylesheets/order_tracking.scss */
.icon-content .greyscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media screen and (max-width: 992px) {
  /* line 140, app/assets/stylesheets/order_tracking.scss */
  .icon-content {
    width: 25%;
  }
}
