.warnJournal-box {
  padding-top: 50px;
}

.warn-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.warn-link {
  font-size: 16px;
  text-align: center;
}

.warn-link a {
  color: #a79a8a;
  text-decoration: underline;
}

.main-box {
  width: 80%;
  max-width: 1400px;
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  margin-top: 30px;
}

.main-box .clazzs-box {
  width: 260px;
  margin-right: 15px;
  border: 1px solid #ebeef5;
}

.group-title {
  height: 40px;
  line-height: 40px;
  background-color: #dfd8cf;
  font-size: 16px;
  padding-left: 18px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  color: #333;
}

.clazz-list .clazz {
  line-height: 34px;
  padding-left: 20px;
  cursor: pointer;
}

.clazz-list .clazz.active {
  color: #fff;
  background-image: linear-gradient(to right, #a79a8a, #fff);
}

.main-box .table-box {
  flex: 1;
}

.table-head {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.tab-nav-item {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  line-height: 36px;
  width: 80px;
  text-align: center;
  margin-right: 5px;
  border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
}

.tab-nav-item.active,
.tab-nav .tab-nav-item:hover {
  background-color: #a79a8a;
  color: #fff;
  border-color: transparent;
}

.search-form {
  display: inline-flex;
  display: -webkit-inline-flex;
}

.search-form .form-control {
  height: 36px;
  line-height: 36px;
  width: 400px;
}

.search-form .inline-button {
  height: 36px;
  width: 70px;
  font-size: 16px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  background-color: #a79a8a;
  margin-left: 5px;
  color: #fff;
}

.table-box .table > thead > tr > th {
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.table-box .table > tbody > tr > td {
  text-align: left;
  vertical-align: middle;
}

.table-box .table > tbody > tr > td.tlLeft {
  text-align: left;
}
