/* /templates2_0/module/order/trip/index.less */
.module_order_trip-scale {
  margin-top: 20px;
  position: relative;
  box-sizing: border-box;
  height: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.module_order_trip-scale:before,
.module_order_trip-scale .module_order_trip-process:after {
  position: absolute;
  box-sizing: border-box;
  content: '';
  height: 4px;
  width: 100%;
  background-color: #e8e8e8;
  bottom: 0;
  border-radius: 2px;
}
.module_order_trip-scale .module_order_trip-point {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
}
.module_order_trip-scale .module_order_trip-point:after {
  position: absolute;
  box-sizing: border-box;
  content: '';
  height: 20px;
  width: 15px;
  right: 0;
  background: transparent url(/templates2_0/module/order/trip/point.png) 50% 0 no-repeat;
}
.module_order_trip-scale .module_order_trip-final:after {
  background-position: 50% -20px;
}
.module_order_trip-scale .module_order_trip-process {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  min-width: 20%;
}
.module_order_trip-scale .module_order_trip-process:after {
  background-color: #5ca038;
}
.module_order_trip-scale .module_order_trip-label {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 0 65px;
  -ms-flex: 0 65px;
  flex: 0 65px;
  min-width: 65px;
  font: normal 11px/20px Tahoma;
  color: #777;
  padding-left: 5px;
}
