#abnormalReplacement {
  font-weight: bold;
  font-size: 14px;
}

#abnormalReplacement .title {
  color: #eb6868;
  font-size: 25px;
  letter-spacing: .5px;
  margin-bottom: 20px;
}

#abnormalReplacement .select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  #abnormalReplacement .select-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#abnormalReplacement .select-btn {
  width: 100px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

#abnormalReplacement .select-btn select {
  font-weight: bold;
  width: 100%;
  text-align-last: center;
  border: none;
  height: 30px;
  color: #eb6868;
  outline: none;
}

#abnormalReplacement .select-btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 5px 0 5px;
  border-color: #eb6868 transparent transparent transparent;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#abnormalReplacement table {
  text-align: center;
  border-collapse: separate;
  border-radius: 8px;
  border-spacing: 0;
  line-height: 1.2;
  letter-spacing: 0;
}

#abnormalReplacement table th,
#abnormalReplacement table td {
  font-weight: bold;
  padding: 5px 0;
  vertical-align: inherit;
  border: solid 1px #eb6868;
}

#abnormalReplacement table th:first-child,
#abnormalReplacement table td:first-child {
  border-left: solid 2px #eb6868;
}

#abnormalReplacement table th:last-child,
#abnormalReplacement table td:last-child {
  border-right: solid 2px #eb6868;
}

#abnormalReplacement table th a,
#abnormalReplacement table td a {
  text-decoration: none;
  color: unset;
  white-space: nowrap;
}

#abnormalReplacement table th {
  background-color: #eb6868;
  color: #fff;
  white-space: nowrap;
}

#abnormalReplacement table thead tr th:first-child {
  border-top-left-radius: 5px;
}

#abnormalReplacement table thead tr th:last-child {
  border-top-right-radius: 5px;
}

#abnormalReplacement table tbody:nth-child(odd) {
  background-color: #f7e1dc;
}

#abnormalReplacement table tbody:last-child tr td {
  border-bottom: solid 2px #eb6868;
}

#abnormalReplacement table tbody:last-child tr td:first-child {
  border-bottom-left-radius: 5px;
}

#abnormalReplacement table tbody:last-child tr td:last-child {
  border-bottom-right-radius: 5px;
}

#abnormalReplacement table .btn {
  padding: 5px;
  font-weight: bold;
  color: #eb6868;
  background: #fff;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px 0;
  font-size: 14px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

#abnormalReplacement .sort {
  display: inline-block;
  color: #fff;
  background-color: #999;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
}

#abnormalReplacement .sort.diff {
  background-color: #eb6868;
}

#abnormalReplacement .sort.replace {
  background-color: #f6993f;
}

#abnormalReplacement .sort.transfer {
  background-color: #56bdb7;
}

#abnormalReplacement .sort.return {
  background-color: #3490dc;
}

#abnormalReplacement .resultList-mb {
  font-size: 16px;
}

#abnormalReplacement .resultList-mb .card {
  border: solid 2px #eb6868;
  border-radius: 8px;
  -webkit-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2);
}

#abnormalReplacement .resultList-mb .card + .card {
  margin-top: 20px;
}

#abnormalReplacement .resultList-mb .card:nth-child(even) .tr {
  background-color: #f7e1dc;
  color: #eb6868;
}

#abnormalReplacement .resultList-mb .card:nth-child(even) .tr:nth-child(even) {
  background-color: #fff;
  color: #000;
}

#abnormalReplacement .resultList-mb .card:nth-child(even) .tr.btn-area {
  background-color: #fff;
}

#abnormalReplacement .resultList-mb .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 2px #eb6868;
}

#abnormalReplacement .resultList-mb .tr .td,
#abnormalReplacement .resultList-mb .tr .th {
  text-align: center;
  width: 100%;
  padding: 5px;
}

#abnormalReplacement .resultList-mb .tr:nth-child(odd) {
  background-color: #eb6868;
  color: #fff;
}

#abnormalReplacement .resultList-mb .tr:nth-child(odd).middle-content {
  background-color: #fff;
  color: black;
  border-bottom: none;
}

#abnormalReplacement .resultList-mb .tr .td:nth-child(2) {
  border-left: 2px solid #eb6868;
}

#abnormalReplacement .resultList-mb .middle-content .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 0 2px 0 0;
  border-color: #eb6868;
}

#abnormalReplacement .resultList-mb .middle-content .left .sort {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
}

#abnormalReplacement .resultList-mb .middle-content .right {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

#abnormalReplacement .resultList-mb .middle-content .right .tr:last-child {
  border-bottom: none;
}

#abnormalReplacement .resultList-mb .collapse-content .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

#abnormalReplacement .resultList-mb .collapse-content .btn-area .btn {
  padding: 2px 7px;
  font-weight: bold;
  color: #eb6868;
  background: #fff;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

#abnormalReplacement .resultList-mb .collapse-btn-area {
  border-bottom: none;
}

#abnormalReplacement .resultList-mb .collapse-btn-area .collapse_btn {
  width: 20px;
  height: 20px;
  border: solid 2px #82cbc6;
  border-radius: 50%;
  color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#abnormalReplacement .resultList-mb .collapse-btn-area .collapse_btn i {
  width: 100%;
  height: 16px;
  text-align: center;
  position: relative;
  right: -1px;
}

@media (max-width: 400px) {
  #abnormalReplacement .resultList-mb .collapse-btn-area .collapse_btn i {
    top: 2px;
  }
}
/*# sourceMappingURL=abnormal_replacement.css.map */