.metro {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box; }
  .metro .dot_block {
    text-align: center; }
    .metro .dot_block .circle {
      border-radius: 6px;
      width: 12px;
      height: 12px;
      border-style: solid;
      border-width: 2px;
      box-sizing: border-box;
      display: inline-block;
      position: relative; }
      .metro .dot_block .circle.doing {
        border-color: white;
        background-color: #68C20D; }
      .metro .dot_block .circle.complete {
        border-color: #fff;
        background-color: #808080; }
      .metro .dot_block .circle.todo {
        border-color: #D7D8D7;
        background-color: white; }
    .metro .dot_block .text {
      margin-top: -4px; }
      .metro .dot_block .text.doing {
        color: #68C20D; }
  .metro.metro_developing .right_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .metro.metro_developing .right_wrap > div {
      margin-left: 20px; }
  .metro.metro_developing .left_wrap {
    float: right;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.doing_wrap {
  border: #D7D8D7 2px solid;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 6px; }
  .doing_wrap > div:nth-child(1) .stages .stage {
    margin-top: 0px; }
  .doing_wrap .stages {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: #D7D8D7 2px solid;
    margin-left: 6px;
    margin-right: 6px; }
    .doing_wrap .stages .stage:first-child {
      margin-left: -2px; }
    .doing_wrap .stages .stage:last-child {
      margin-right: -2px; }
    .doing_wrap .stages .stage {
      margin: 6px;
      margin-bottom: 0px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 40px;
      border-radius: 4px;
      border-bottom-left-radius: 1px;
      border-bottom-right-radius: 1px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: #D7D8D7; }
      .doing_wrap .stages .stage.orange {
        background-color: #F28C08; }
        .doing_wrap .stages .stage.orange .stage_no {
          color: #F28C08; }
      .doing_wrap .stages .stage.green {
        background-color: #68C20D; }
        .doing_wrap .stages .stage.green .stage_no {
          color: #68C20D; }
      .doing_wrap .stages .stage.blue {
        background-color: #256DC3; }
        .doing_wrap .stages .stage.blue .stage_no {
          color: #256DC3; }
      .doing_wrap .stages .stage.purple {
        background-color: #CC46C3; }
        .doing_wrap .stages .stage.purple .stage_no {
          color: #256DC3; }
      .doing_wrap .stages .stage.yellow {
        background-color: #DFDF17; }
        .doing_wrap .stages .stage.yellow .stage_no {
          color: #256DC3; }
      .doing_wrap .stages .stage .stage_no {
        padding: 1px;
        margin: -4px 10px 0px 10px;
        min-width: 26px;
        border-radius: 3px;
        color: #D7D8D7;
        text-align: center;
        background-color: #fff;
        font-size: 12px;
        line-height: 14px; }
      .doing_wrap .stages .stage .circle.dot {
        border-radius: 3px;
        height: 6px;
        width: 6px;
        margin-top: 4px;
        margin-bottom: -8px;
        box-sizing: border-box;
        opacity: 0.5;
        background-color: #fff; }

.hide-scroll {
  position: relative;
  overflow: hidden; }

#mart-progress-detail {
  max-width: 980px;
  margin: 0 auto; }
  #mart-progress-detail .breadcrumb {
    font-size: 12px; }
  #mart-progress-detail #assign-list > h3 {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  #mart-progress-detail .content {
    margin-bottom: 40px;
    font-size: 14px;
    color: #000000; }
    #mart-progress-detail .content #detail-header .reward-title {
      border-bottom: none;
      margin-bottom: 0; }
    #mart-progress-detail .content .ui-widget-content {
      border: none;
      background: transparent; }
    #mart-progress-detail .content .ui-tabs {
      padding: 0; }
      #mart-progress-detail .content .ui-tabs .ui-tabs-nav {
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        font-size: 0;
        margin-bottom: 27px; }
        #mart-progress-detail .content .ui-tabs .ui-tabs-nav li {
          margin-right: 0;
          float: none;
          display: inline-block;
          font-size: 1rem; }
      #mart-progress-detail .content .ui-tabs .nav-direction a {
        cursor: pointer;
        position: absolute;
        margin-top: -56px;
        color: rgba(45, 50, 56, 0.3);
        font-size: 1.1rem;
        background-color: #F0F2F5;
        width: 24px;
        height: 24px; }
      #mart-progress-detail .content .ui-tabs .nav-direction .nav-left {
        left: 0;
        background: -webkit-linear-gradient(right, rgba(240, 242, 245, 0.3), #f0f2f5, #f0f2f5);
        background: linear-gradient(to left, rgba(240, 242, 245, 0.3), #f0f2f5, #f0f2f5); }
      #mart-progress-detail .content .ui-tabs .nav-direction .nav-right {
        right: 0;
        text-align: right;
        background: -webkit-linear-gradient(left, rgba(240, 242, 245, 0.3), #f0f2f5, #f0f2f5);
        background: linear-gradient(to right, rgba(240, 242, 245, 0.3), #f0f2f5, #f0f2f5); }
      #mart-progress-detail .content .ui-tabs .ui-widget-header {
        background: transparent;
        border: none;
        border-bottom: 1px solid #DDE3EB; }
        #mart-progress-detail .content .ui-tabs .ui-widget-header .ui-state-default {
          border: none;
          background: transparent; }
          #mart-progress-detail .content .ui-tabs .ui-widget-header .ui-state-default a {
            color: #2D3238;
            line-height: 1.4rem; }
        #mart-progress-detail .content .ui-tabs .ui-widget-header .ui-state-active {
          border: none;
          background: transparent;
          border-bottom: 4px solid #4187DB; }
          #mart-progress-detail .content .ui-tabs .ui-widget-header .ui-state-active a {
            color: #4187DB; }
      #mart-progress-detail .content .ui-tabs .ui-tabs-panel {
        padding: 0;
        border: none; }
    #mart-progress-detail .content .progressdetail-content {
      min-height: 500px; }
      #mart-progress-detail .content .progressdetail-content hr {
        color: #DDE3EB;
        margin-bottom: 30px; }
      #mart-progress-detail .content .progressdetail-content > h3 {
        font-size: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      #mart-progress-detail .content .progressdetail-content .stage-head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        #mart-progress-detail .content .progressdetail-content .stage-head i {
          margin-left: auto;
          color: dimgray; }
        #mart-progress-detail .content .progressdetail-content .stage-head a {
          margin-left: 10px; }
      #mart-progress-detail .content .progressdetail-content .mart-section {
        border-radius: 4px; }
      #mart-progress-detail .content .progressdetail-content .detail-body-title {
        margin-bottom: 10px;
        margin-top: 20px; }
      #mart-progress-detail .content .progressdetail-content .detail-body {
        padding: 35px 25px;
        border-radius: 4px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        background: #fff; }
        #mart-progress-detail .content .progressdetail-content .detail-body .detail-item {
          padding-bottom: 40px; }
          #mart-progress-detail .content .progressdetail-content .detail-body .detail-item:last-child {
            padding-bottom: 0; }
        #mart-progress-detail .content .progressdetail-content .detail-body .item-title {
          font-size: 16px;
          line-height: 28px;
          color: #262626;
          margin-bottom: 20px; }
          #mart-progress-detail .content .progressdetail-content .detail-body .item-title em {
            display: inline-block;
            width: 32px;
            height: 32px;
            line-height: 32px;
            background: #eb6133;
            color: #FFF;
            text-align: center;
            font-weight: normal;
            border-radius: 50%;
            font-style: normal;
            margin-right: 8px; }
        #mart-progress-detail .content .progressdetail-content .detail-body .item-body {
          background: rgba(221, 227, 235, 0.2);
          padding: 20px;
          line-height: 1.5; }
          #mart-progress-detail .content .progressdetail-content .detail-body .item-body .item-row {
            padding: 10px 0;
            font-size: 16px; }
            #mart-progress-detail .content .progressdetail-content .detail-body .item-body .item-row .row-label {
              color: #808080;
              float: left; }
            #mart-progress-detail .content .progressdetail-content .detail-body .item-body .item-row .row-content {
              margin-left: 100px;
              color: #363A41; }
              #mart-progress-detail .content .progressdetail-content .detail-body .item-body .item-row .row-content a {
                color: #363A41;
                text-decoration: none; }
          #mart-progress-detail .content .progressdetail-content .detail-body .item-body .detail-content p {
            overflow-wrap: break-word; }
    #mart-progress-detail .content hr.breaker {
      height: 1px;
      width: auto;
      box-sizing: border-box;
      border: 0;
      padding: 0;
      margin-left: 14px;
      margin-right: 14px;
      border-top: 1px solid #d7d8d7; }
    #mart-progress-detail .content .stage-evaluation-modal {
      height: 100% !important;
      overflow-y: auto; }
      #mart-progress-detail .content .stage-evaluation-modal .form {
        max-width: 490px;
        text-align: left;
        padding: 0;
        margin: 0;
        background: #ffffff;
        border: none; }
        #mart-progress-detail .content .stage-evaluation-modal .form span.close {
          border: none;
          font-size: 1.4rem;
          width: 1.4rem;
          height: 1.4rem;
          top: 0.8rem;
          right: 0.8rem; }
          #mart-progress-detail .content .stage-evaluation-modal .form span.close i {
            font-size: 1.4rem;
            color: #979FA8; }
        #mart-progress-detail .content .stage-evaluation-modal .form span.close:hover {
          -webkit-transform: none;
                  transform: none; }
        #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-title {
          padding: 1.5rem 2rem 1.1rem;
          font-size: 1.5rem !important;
          color: #2D3238; }
        #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content.ui-tabs .ui-widget-header {
          background: #F8F9FB;
          border: none;
          border-top: 1px solid rgba(151, 159, 168, 0.2);
          border-bottom: 1px solid rgba(151, 159, 168, 0.2); }
          #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content.ui-tabs .ui-widget-header .ui-state-default {
            border-bottom: 4px solid #F8F9FB; }
            #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content.ui-tabs .ui-widget-header .ui-state-default a {
              color: #8796A8; }
          #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content.ui-tabs .ui-widget-header .ui-state-active {
            border-bottom: 4px solid #eb6133; }
            #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content.ui-tabs .ui-widget-header .ui-state-active a {
              color: #4187DB; }
        #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content.ui-tabs .ui-tabs-nav {
          margin-bottom: 0; }
          #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content.ui-tabs .ui-tabs-nav li {
            padding: 0.5rem 0; }
        #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content.ui-tabs .nav-direction a {
          margin-top: -51px;
          height: 50px;
          line-height: 50px; }
        #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content.ui-tabs .nav-direction .nav-left {
          padding-left: 0.5rem; }
        #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content.ui-tabs .nav-direction .nav-right {
          padding-right: 0.5rem; }
        #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content .instruction {
          color: #8796a8;
          padding: 1rem 0 0 2rem; }
        #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content .coder-info {
          background-color: #F8F9FB;
          border-top: 1px solid rgba(151, 159, 168, 0.2);
          border-bottom: 1px solid rgba(151, 159, 168, 0.2);
          font-size: 1rem;
          padding: 1rem 2rem; }
          #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content .coder-info .coder-name {
            color: #4289DB; }
          #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content .coder-info .sep {
            width: 1px;
            height: 10px;
            margin: 0 1rem;
            background: rgba(151, 159, 168, 0.5);
            display: inline-block; }
          #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content .coder-info .coder-role-type {
            color: #979FA8; }
        #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content .to-edit {
          float: right;
          cursor: pointer; }
        #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content table {
          padding: 2rem;
          margin: 0;
          border: none; }
          #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content table tbody:before {
            line-height: 0; }
          #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content table tr {
            height: 8.7rem;
            vertical-align: top; }
          #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content table td {
            border: none;
            text-align: left;
            color: #979FA8; }
          #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content table td:first-child {
            white-space: nowrap;
            font-size: 1rem;
            text-align: right;
            padding-right: 2rem;
            color: #2D3238; }
          #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content table textarea {
            height: 100%;
            width: calc(100% - 14px);
            border-radius: 5px;
            background: #EDF1F5;
            border: solid 1px #CAD3DE;
            padding: 7px;
            resize: none; }
          #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content table .starrr {
            padding-bottom: 0.9rem; }
            #mart-progress-detail .content .stage-evaluation-modal .form .stage-evaluation-content table .starrr a {
              color: #4289DB;
              font-size: 1.5rem;
              padding-right: 1rem; }
        #mart-progress-detail .content .stage-evaluation-modal .form .submit-button {
          border-top: solid 1px rgba(151, 159, 168, 0.2);
          padding: 2rem 7.5rem; }
          #mart-progress-detail .content .stage-evaluation-modal .form .submit-button button {
            width: 100%;
            height: 49px;
            font-size: 1.3rem;
            background: #4289DB;
            box-shadow: 0 2px 2px 0 rgba(45, 51, 56, 0.2);
            border: none;
            border-radius: 5px;
            color: #ffffff;
            cursor: pointer;
            float: none; }
    #mart-progress-detail .content .stage-evaluation-modal.readonly .form .stage-evaluation-content table .starrr a {
      cursor: default; }
    #mart-progress-detail .content table.gridtable * {
      font-size: 11px; }
    #mart-progress-detail .content table.gridtable .one-rem {
      font-size: 1rem; }
    #mart-progress-detail .content table.gridtable td.stage-action {
      line-height: 26px;
      padding: 6px 0; }
    #mart-progress-detail .content table.gridtable td.stage-action span.color-red {
      color: #e84d60; }
    #mart-progress-detail .content table.gridtable td.min100 {
      min-width: 100px; }
    #mart-progress-detail .content table.gridtable td.wrap-text {
      min-width: 250px; }
      #mart-progress-detail .content table.gridtable td.wrap-text .coder-message {
        display: inline-block;
        overflow: hidden;
        height: 1rem;
        width: 16rem;
        word-break: break-all;
        white-space: pre-line; }
      #mart-progress-detail .content table.gridtable td.wrap-text button {
        display: block;
        margin: 0 auto;
        float: none; }
    #mart-progress-detail .content table.gridtable .status-checking .status {
      color: #8ad115; }
    #mart-progress-detail .content table.gridtable .status-modifying .status {
      color: #E84D60; }
    #mart-progress-detail .content table.gridtable .noborder {
      border: none;
      font-size: 1rem; }
      #mart-progress-detail .content table.gridtable .noborder button {
        float: none;
        margin-top: 1rem; }
    #mart-progress-detail .content .hint {
      margin: 35px auto;
      color: #808080; }
    #mart-progress-detail .content .blue-link {
      color: #4289DB;
      text-decoration: underline; }
    #mart-progress-detail .content .tab-helper {
      cursor: pointer; }
    #mart-progress-detail .content button.handle-button,
    #mart-progress-detail .content a.handle-button {
      border-radius: 3px;
      border: 1px solid #d0d0d0;
      background-image: -webkit-linear-gradient(to top, #e8e8e8, #fcfcfc);
      background-image: -webkit-linear-gradient(bottom, #e8e8e8, #fcfcfc);
      background-image: linear-gradient(to top, #e8e8e8, #fcfcfc);
      cursor: pointer;
      width: 90px;
      color: #2D3238; }
    #mart-progress-detail .content div.file-content {
      margin-bottom: 5px; }
      #mart-progress-detail .content div.file-content div.file-label {
        background: #474B48;
        color: #FFFFFF;
        font-size: 18px;
        height: 64px;
        line-height: 64px;
        margin-bottom: 10px;
        clear: both; }
      #mart-progress-detail .content div.file-content span.download {
        float: right;
        margin-right: 30px; }
        #mart-progress-detail .content div.file-content span.download a {
          color: #FFFFFF;
          font-size: 14px; }
      #mart-progress-detail .content div.file-content div.extension {
        font-size: 14px;
        margin-left: 30px;
        background: #eb6133;
        width: 40px;
        height: 40px;
        margin-top: 12px;
        line-height: 40px;
        float: left;
        text-align: center; }
      #mart-progress-detail .content div.file-content span.filename {
        margin-left: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 400px;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        font-size: 14px; }
    #mart-progress-detail .content #invoice-section .color-red {
      color: red; }
    #mart-progress-detail .content #invoice-section .invoice-tip {
      color: #E61E0B; }
    #mart-progress-detail .content #invoice-section .invoice-modal-button {
      margin: 12px 0; }
      #mart-progress-detail .content #invoice-section .invoice-modal-button i {
        color: #979FA8; }
        #mart-progress-detail .content #invoice-section .invoice-modal-button i:hover {
          cursor: pointer; }
          #mart-progress-detail .content #invoice-section .invoice-modal-button i:hover + .process-box {
            display: block; }
      #mart-progress-detail .content #invoice-section .invoice-modal-button .process-box {
        display: none;
        font-size: 1rem;
        position: absolute;
        width: 45em;
        margin: -4em 0 0 8.7em;
        font-weight: 300;
        line-height: 1.9;
        background: #2D3238;
        color: #FFF;
        opacity: 0.8;
        border-radius: .3em;
        padding: 1em 1.8em 1.2em 1em; }
        #mart-progress-detail .content #invoice-section .invoice-modal-button .process-box:before {
          font-size: 1.4rem;
          content: ' ';
          position: absolute;
          top: 1.8em;
          left: -0.92em;
          border: .5em solid;
          border-color: transparent #2D3238 transparent transparent; }
    #mart-progress-detail .content #invoice-section .min-width {
      min-width: 80px; }
    #mart-progress-detail .content #invoice-section .min-double-width {
      min-width: 128px; }

.padding-left-0 {
  padding-left: 0 !important; }

.icon {
  display: inline-block;
  float: left; }

@media only screen and (max-width: 640px) {
  #mart-progress-detail .content .progressdetail-content .detail-body {
    padding: 2rem 1rem; }
  #mart-progress-detail .breadcrumb {
    margin-left: 1em;
    display: none; }
  #mart-progress-detail .content {
    padding: 0 15px; }
  #mart-progress-detail .content hr.title-line {
    display: none; }
  #mart-progress-detail .mobile-hide {
    display: none !important; }
  #mart-progress-detail #invoice-section .min-width, #mart-progress-detail #invoice-section .min-double-width {
    min-width: 0 !important; } }
