﻿/*.progress {
  height:33px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
          font-weight:bold;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-bar-default {
  background-color: #F5F5F5;
  color:#000;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}*/


.multistep .multistep-step {
    margin-bottom: 25px;
    padding: 0;
    position: relative;
}
.multistep .multistep-step .multistep-stepname {
    color: #595959;
    font-size: 1.6rem;
    margin-bottom: 16px;
    white-space: nowrap;
}
.multistep .multistep-step .multistep-dot {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 32px;
    left: 50%;
    margin-left: -15.5px;
    margin-top: -16px;
    position: absolute;
    right: 50%;
    width: 32px;
}
.multistep .multistep-step .multistep-dot::after {
    background: #e0e0e0 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: 8px;
    content: " ";
    left: 8px;
    position: absolute;
    right: 8px;
    top: 8px;
}
.multistep .multistep-step .progress {
    border-radius: 0;
    box-shadow: none;
    height: 10.56px;
    margin-top: -5.28px;
    position: absolute;
    width: 100%;
}
.multistep .multistep-step .progress .progress-bar {
    background: #fbe8aa none repeat scroll 0 0;
    box-shadow: none;
    width: 0;
}
.multistep .multistep-step:first-child > .progress {
    left: 50%;
    width: 50%;
}
.multistep .multistep-step:last-child > .progress {
    width: 50%;
}
.multistep .multistep-step.complete .multistep-dot {
    /*background: #50AF00 none repeat scroll 0 0;*/
    background:url('/images/icon/completed.png') no-repeat;
}
.multistep .multistep-step.complete .multistep-dot::after {
    /*background: #fbbd19 none repeat scroll 0 0;*/
    background: none !important;
    
}

.multistep .multistep-step.complete .progress > .progress-bar {
    width: 100%;
}
.multistep .multistep-step.next:hover .multistep-dot {
    background: #fbe8aa none repeat scroll 0 0;
}
.multistep .multistep-step.next:hover .multistep-dot::after {
    background: #fbbd19 none repeat scroll 0 0;
}
.multistep .multistep-step.current .multistep-dot {
    background: #fbe8aa none repeat scroll 0 0;
}
.multistep .multistep-step.current .multistep-dot::after {
    background: #fbbd19 none repeat scroll 0 0;
}
.multistep .multistep-step.current .progress > .progress-bar {
    width: 50%;
}
.multistep .multistep-step.current:first-child > .progress > .progress-bar {
    width: 0;
}
.multistep .multistep-step.current:last-child > .progress > .progress-bar {
    width: 100%;
}
.multistep .multistep-step a.multistep-dot {
    pointer-events: none;
}
.multistep .multistep-step.next a.multistep-dot {
    pointer-events: all;
}
