.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  height: calc(100vh - 83px);
}
.page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /* box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.07); */
  padding: 12px 20px;
  margin: 0 -10px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  color: #000;
}
.page-ht {
  font-size: 18px;
  color: #000;
}
.page-title .anticon {
  font-size: 15px;
  color: #c5cbe7;
  margin-right: 6px;
}

.search-box {
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
  background: #f3f5f8;
  margin-top: 10px;
}
.search-box .form-group {
  display: flex;
  align-items: center;
  margin: 3px 10px;
}
.search-box .form-group label {
  margin: 0;
  display: inline-block;
}
.search-box .form-group .form-control {
  display: block;
  width: 200px;
  margin-left: 5px;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.search-box .btn {
  cursor: pointer;
  margin: 3px 5px;
  background: var(--primary-color);
  border-color: var(--primary-color);
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*tabs*/
.tab-wrap {
  overflow: hidden;
  margin-top: 10px;
}
.tab-wrap .tabs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-wrap .tab-ht {
  flex: 1;
  padding: 10px 0;
}
.tab-wrap .tab-ht li {
  display: inline-block;
  padding: 6px 16px;
  margin-right: 8px;
  font-size: 16px;
  cursor: pointer;
}
.tab-wrap .tab-ht li.on {
  color: #fff;
  background: var(--primary-color);
  border-radius: 3px;
}

.tab-wrap .con-item {
  height: 100%;
}
.row {
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.table-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.table-title .t {
  font-size: 16px;
}
.page-box {
  text-align: right;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.text-center {
  text-align: center !important;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
  border-spacing: 0;
}

.page-box {
  text-align: right;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
