/*sty-list*/
.sty-list {
  font-size: 14px;
  margin-bottom: 20px;
}

.sty-list .search {
  position: relative;
  top: -20px;
}

.sty-list .search input {
  display: inline-block;
  border: 0 none;
  border-bottom: 1px solid #cca78a;
  background: none;
  width: 305px;
  height: 28px;
  padding-left: 20px;
}

.sty-list .search i {
  left: 0;
  top: 6px;
  position: absolute;
  color: var(--Brown_Darker);
}

.operation a {
  color: #333;
}

.operation a:hover {
  color: #333;
}

.operation .btn-label.active,
.operation .btn-label.active .btn {
  background-color: var(--Brown);
  border-color: var(--Brown_Dark);
}

.operation .dropdown-menu > li > a {
  padding: 0 20px;
}

.dropdown-menu .divider:last-child {
  display: none;
}

.open > .dropdown-menu {
  min-width: 96px;
}

.dropdown-menu > li > a {
  cursor: pointer;
  padding: 5px 20px;
}

.dropdown-menu > .active > a {
  color: #333;
  background-color: var(--Grey_Line) !important;
}

.dropdown-menu > .active > a:hover {
  color: #333;
  background-color: var(--Grey_Line);
}

/*sty-table*/
.sty-list .table-wrap {
  width: 100%;
  overflow: auto;
}

.sty-list .sty-table {
  border-spacing: 0 10px;
  border-collapse: separate;
  margin-top: 30px;
  width: 100%;
  min-height: 120px;
  text-align: left;
}

.sty-table th {
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}

.sty-table td {
  color: #13171c;
  text-align: center;
  /*word-break: break-all;*/
}

.sty-table td.doc_id {
  max-width: 120px;
  word-break: break-all;
}

.sty-table td.roles {
  max-width: 220px;
}

.sty-table td.failed {
  color: red !important;
}

.sty-table td.passed {
  color: green !important;
}

.sty-table td.excellent {
  color: var(--Brown_Darker) !important;
}

.sty-table a.disabled,
.sty-table a.disabled:hover {
  color: #797979;
  cursor: not-allowed;
}

.sty-table td.action {
  /*max-width: 160px;*/
  white-space: nowrap;
}

.sty-table td.action a {
  font-size: 12px;
  margin-left: 2px;
  display: inline-block;
}

.sty-table tbody tr {
  background: rgba(255, 255, 255, 0.85);
  height: 44px;
  border: 1px solid #ebebeb;
}

.sty-table .sort {
  cursor: pointer;
}

.sort.active {
  color: #317EEB;
}

.sty-table .filter {
  cursor: pointer;
}

.pagers {
  margin: 20px 0 0;
  text-align: center;
}

.pagers img {
  margin-top: -12px;
  width: 150px;
  height: 46px;
  display: inline-block;
}

.pagers > span {
  color: #333;
  font-size: 14px;
  line-height: 36px;
  margin-right: 10px;
}

.pagers .cur-page,
.pagers .doc-count,
.pagers .back-count {
  color: #f56558;
  margin-left: 5px;
}

.pagers ul {
  display: inline-block;
  /* 消除display:inline-block产生的间隙 */
  font-size: 0;
  margin-bottom: 0;
}

.pagers ul li {
  height: 32px;
  /*background: #fff;*/
  color: #4e4e4e;
  font-size: 14px;
  line-height: 32px;
  margin-right: -1px;
  display: inline-flex;
  /*border: 1px solid #d3dae7;*/
}

.pagers ul li input {
  width: 45px;
  height: 20px;
  line-height: 20px;
  padding: 0 3px;
  margin: auto 5px;
  border: 1px solid #ccc;
  background: transparent;
}

.pagers li.active a {
  background: #b8906f;
  color: #FFFFFF;
}

.pagers li a {
  cursor: pointer;
  color: #4e4e4e;
  padding: 0 10px;
}

.pagers li a:hover {
  color: #000000;
}

.pagers ul li:last-child {
  padding: 0 10px;
}

.pagers .page-size {
  border: none;
  background-color: transparent;
}


.modal {
  padding: 0;
}

.modal-sm {
  width: 380px;
}


.modal a {
  cursor: pointer;
  text-decoration: underline;
}

.modal-body > h4,
.modal-body .form-group > h4 {
  margin: 4px 0;
  font-weight: 700;
  padding: 7px 0 0;
  clear: left;
}

.modal-body > div,
.modal-body .form-group > div {
  margin: 4px 0;
}

.modal-body > .lines,
.modal-body .form-group > .lines {
  margin-top: -8px;
}

.modal-body .form-horizontal .form-group {
  margin-right: -5px;
  margin-left: -5px;
}

.modal-body .condense {
  letter-spacing: -0.6px;
}

.modal td {
  word-break: break-all;
}

.modal td div {
  overflow: auto;
  max-height: 160px;
}

.modal .tab-content {
  padding: 0;
}

.modal .checkbox-inline, .modal .radio-inline {
  margin-left: 0;
  margin-right: 10px;
}

.modal-tab .nav.nav-tabs + .tab-content {
  padding: 15px 0 0;
  box-shadow: 0 0 0;
}

.modal-tab .nav > li > a {
  padding: 0 15px 0 0;
  line-height: 20px;
}

.modal-tab .nav.nav-tabs {
  border: 0;
  box-shadow: 0 0 0;
}

.modal .item-title {
  margin: 12px 0 8px;
}

.modal .modal-title {
  font-size: 1.1em;
}

.modal div.title {
  font-size: 1.1em;
  font-weight: 400;
  margin: 10px 0;
}

.modal-radio, .modal-select, .modal-checkbox {
  margin-top: 0 !important;
  background: transparent;
}

.modal-radio > input[type='radio'] {
  margin: 7px 5px 0 15px;
}

.modal-radio > input[type='radio']:first-child {
  margin-left: 0;
}

.modal .tips {
  font-weight: 300;
  color: var(--Grey_Dark);
  font-style: italic;
}

.modal-footer .pagers {
  margin: 20px 0;
}

/* 帮助文档modal */
.modal.help a.more-help {
  text-decoration: underline;
  margin-left: 10px;
  font-size: 12px;
}

.modal.help img {
  width: 20px;
}

.modal.help .modal-content textarea {
  min-width: 450px;
  min-height: 100px;
}

.modal.help tr > td:first-child {
  width: 140px;
  color: var(--Brown_Darker);
}

.modal.help .intro {
  display: block;
  margin-left: 8px;
  color: #434343;
  margin-bottom: 5px;
  list-style-type: initial;
  line-height: 24px;
}

.modal.help .intro a {
  color: var(--Brown_Dark);
  text-decoration: underline;
}

.modal.help td {
  word-break: break-all;
}

.modal.help .btn-sm {
  padding: 3px 6px !important;
  margin-left: -6px;
}

.modal.help i {
  font-size: 20px;
}

.select2-container {
  width: 100% !important;
}

.swal2-select {
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

td.my_remark {
  font-family: Arial, Helvetica, RuShiSongA, RuShiSongB, 宋体, Microsoft YaHei, sans-serif;
}

body.widescreen {
  /*padding-right: 0 !important;*/
}

body.swal2-shown, body.modal-open {
  /*padding-right: 15px !important;*/
}
