.table-action a.a-confirm-yes {
  width: auto;
}

.a-submit.loading,
.btn.loading {
  cursor: wait;
}

.import-box select {
  background-color: #fff;
}

.t-head {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 0;
}

.t-body {
  height: 431px;
  overflow-y: auto;
}

.t-footer {
  position: relative;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-top: 1px solid #d2d2d2;
  font-size: 14px;
}

.abs-left {
  position: absolute;
  left: 30px;
  top: 0;
}

.abs-right {
  position: absolute;
  right: 30px;
  top: 0;
}

.t-footer .btn {
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 4px;
}


.link {
  color: #448FF4;
  cursor: pointer;
}

.t-footer .link {
  font-size: 14px;
  margin-left: 10px;
}

.t-footer .fl span {
  font-weight: 700;
}

.btn-group {
  display: inline-block;
}

.btn-primary {
  background-color: #fd9c4b;
}

.btn-secondary {
  background-color: #3278e6;
}

.data-row {
  line-height: 1;
}

.row-tip {
  margin: 0 10px;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
}

.data-cell {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  text-overflow: ellipsis;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  cursor: default;
}

.data-cell .data-content {
  overflow: hidden;
  width: 100%;
}

.data-cell * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 28px;
}

.data-cell + .data-cell {
  margin-left: 12px;
}

.t-head .data-cell {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

.data-content,
.err-msg{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.err-msg {
  color: #f00;
}

.cell-touched .err-msg {
  color: #0a74ce;
}

.cell-no {
  width: 60px;
  text-align: center;
}

.cell-state {
  margin-right: 10px;
  width: 30px;
  text-align: center;
}

.t-body .cell-state {
  background-image: url('//cdn.kuaidi100.com/images/user/history/ico_his.png');
  background-repeat: no-repeat;
  background-position: -4px -708px;
}

.row-normal .cell-state {
  background: none;
}


.cell-sendmanname,
.cell-recmanname,
.cell-cargo,
.cell-kuaidicom{
  width: 80px;
}

.t-body .cell-cargo {
  text-align: center;
}

.cell-recmanmob,
.cell-sendmanmob {
  width: 120px;
}

.cell-recaddr {
  width: 256px;
}
.cell-sendmanaddr {
  width: 128px;
}

.cell-kuaidicom {
  width: 80px;
}

.error,
.editor {
  display: inline-block;
  width: 98%;
  vertical-align: middle;
}

.editable .error,
.editable .data-content{
  cursor: text;
}

.row-normal .error,
.row-normal .data-content{
  cursor: default;
}

.cell-touched .error,
.cell-touched .data-content {
  cursor: text;
}

.cell-editor,
.err-msg {
  display: inline-block;
  max-width: calc(98% - 18px);
}

.cell-editor {
  width: 100%;
  outline: 0;
  min-width: auto;
  height: 24px;
  vertical-align: 2px;
}

.data-cell .text-area {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 180px;
  height: 80px;
  padding: 10px;
  border: 1px solid rgb(210, 210, 210);
  z-index: 3;
  line-height: 1.4;
  resize: none;
}

.text-area + .ico-save {
  position: absolute;
  right: 30px;
  top: 55px;
  z-index: 3;
}

.browser-ie .text-area + .ico-save {
  right: 47px;
}

.show-editor .editor {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ico-edit,
.ico-save {
  display: inline-block;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  vertical-align: -2px;
}

.ico-edit {
  display: none;
  background: url(//cdn.kuaidi100.com/images/user/history/ico_his.png) no-repeat;
  background-position: -15px -1165px;
  background-size: 50px auto;
  vertical-align: 6px;
}

.editable .data-cell:hover .ico-edit{
  display: inline-block;
}

.ico-save {
  background: url('//cdn.kuaidi100.com/images/user/history/market/ico_save.png') no-repeat;
}
.ico-question {
  display: inline-block;
  padding: 4px;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-radius: 10px;
  font-size: 14px;
  color: #888;
  line-height: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hide {
  display: none !important;
}

.stop-wrap {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.stop-modal {
  position: absolute;
  width: 260px;
  right: 0;
  top: -40px;
  padding: 0 8px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.stop-modal .modal-header {
  line-height: 28px;
  border-bottom: 1px solid #d2d2d2;
}

.stop-modal .btn-danger {
  display: inline-block;
  margin-left: 50px;
  margin-right: 8px;
  padding: 0 8px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #fc7070;
  color: #fff;
  border-radius: 9px;
  cursor: pointer;
}

.lock {
  pointer-events: none;
}

.stop-modal .modal-body {
  padding: 6px 0;
}

.primary {
  color: #ff9e40;
}

.secondary {
  color: #3278e6;
}

.match-table tr {
  white-space: nowrap;
}

.dropdown-sel {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter-box .filter-item .dropdown-sel + select.select-l {
  width: auto;
}

.dropdown-sel .arrow {
  display: inline-block;
  margin-left: 6px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-color: #c8c8c8 transparent transparent;
  border-style: solid dashed dashed;
  border-width: 6px;
  vertical-align: -5px;
}

.dropdown-sel.open .arrow {
  border-color: transparent transparent #c8c8c8;
  vertical-align: 1px;
}

.dropdown-list {
  position: absolute;
  display: none;
  width: 5em;
  left: 0;
  top: 26px;
  border: 1px solid #d2d2d2;
  text-align: center;
  background-color: #fff;
  z-index: 3;
}

.dropdown-sel.open .dropdown-list {
  display: inline-block;
}

.dropdown-item {
  display: inline-block;
}

.dropdown-item + .dropdown-item {
  border-top: 1px solid #d2d2d2;
}