.container-fluid{
  color: #333333;
}
.para-title {
  font-size: 16px;
  padding-bottom: 5px;
  color: #428bca;
}
.info-page {
  padding-top: 0 !important;
}

.table-four-bisection tr td:nth-child(odd) {
  width:10%;
  text-align: right;
  vertical-align: middle;
  background-color:#f7f7f7;
  background-color:var(--table-thead-bg);
  color:#999;
  color:var(--table-thead-color);
}
.table-four-bisection tr td:nth-child(even) {
  width:15%;
  vertical-align: middle;
}

.no-print {
  display: flex;
  justify-content: space-between;
  margin: 15px 0px;
}

th {
  color: #666;
  font-weight: normal;
}

.t-l {
  text-align: left;
  width: 16%;
}

.t-r {
  text-align: right;
  width: 9%;
}

.para {
  margin-bottom: 10px;
}

.back {
  text-align: right;
}

.table-noborder td,
.table-noborder th,
.table-noborder tr,
.table-noborder {
  border: none !important;
}

h2 {
  margin: 24px 0;
}

table.course-info {
  margin-bottom: 5px;
}
table.course-info tbody tr td {
  padding: 3px 4px;
}
table.course-info tbody tr th {
  padding: 3px 4px;
}

table.course-info thead tr th {
  height: 30px;
  font-weight: normal;
}

/*table tbody tr td {*/
  /*height: 50px;*/
/*}*/

.para .table > thead > tr > th,
.para .table tr th{
  padding: 5px;
  font-size: 12px;
  background: #f7f7f7;
  font-weight: normal;
}

table.va-m tbody tr td {
  padding: 5px;
  vertical-align: middle;
  /*background: #F5F5F5;*/
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  padding: 5px;
  border: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7 !important;
  text-align: center;
}

table.va-t tbody tr td {
  vertical-align: top;
}

.info-title{
  border-left: #3686DE 4px solid;
  padding: 0 10px;
  margin: 20px 0;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1
}

.title-left-style.auditLog{
  font-weight: normal;
  border-left: #3686DE 4px solid;
  padding: 0 10px;
  font-size: 20px;
  line-height: 1;
  margin: 0
}
.small-title{
  font-size: 18px;
  margin: 9px 0
}
.info-page{
  background-color: #FFFFFF;
  border: none;
  padding: 15px 30px;
  margin-top: 0px;
}
.log-container {
  padding:15px 30px;
  padding-top: 0;
  background-color: #FFFFFF;

}
.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: transparent;
}
.instruction p {
  white-space: pre-line;
}
.contentRequirement table.table {
  table-layout: fixed;
}
.contentRequirement table.table th,
.contentRequirement table.table td {
  white-space: pre-wrap;
  word-break: break-all;
}

@media print {
  @page {
    size:A4 portrait;
    margin: 4mm;
  }
  .info-page {
    padding: 0px;
  }
  .info-page .para:last-child {
    margin-bottom: 0px;
  }

  .table, .table thead tr th, .table thead tr td,
  .table tbody tr th, .table tbody tr td {
    border-color: #999 !important;
  }
}
