.content {
  background-color: #fff;
  margin-top: 20px;
  border-radius: 10px;
  padding-top: 20px;
  padding-left: 25px;
}
.panel-heading {
  background-color: #fff;
  border: none;
}
.panel-title {
  border: none;
  display: flex;
  flex-direction: row;
}
.panel {
  border: none;
  box-shadow: none;
}
.audit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 32px;
  border-radius: 4px;
  background: #016eff;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: right;
  padding: 0px 5px;
}
.audit-button img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.audit-button:hover {
  cursor: pointer;
}
.manage {
  border: 1px solid #e6f0ff;
  background-color: #fff;
  margin-left: 20px;
  color: #016eff;
}

.audit-icon {
  margin-left: 20px;
  line-height: 32px;
}
#audio_title {
  margin-top: 15px;
  width: 100%;
  height: 22px;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.audio_title_son {
  margin-left: 15px;
}
/* #detail_th {
  background-color: rgba(224, 235, 250, 1);
  border-radius: 10px 10px 0px 0px;
}
#detail_th th {
  text-align: center;
  line-height: 44px;
  font-size: 15px;
} */
#mytable {
  border-radius: 10px 10px 0px 0px;
  color: rgba(1, 110, 255, 1);
}
.table-responsive {
  margin-top: 20px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}
.tsw_table {
  width: 300px;
}
/* .panel{
    border: none;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    margin: 21px -14px 0 -16px;
    height:726px;
} */
.tsw-btn {
  background-color: rgba(1, 110, 255, 1);
  border-radius: 4px;
  color: #fff;
  width: 104px;
}
.tsw-btn:hover {
  color: #fff;
}
#admin_button {
  margin-top: 20px;
  /* margin-left: 20px; */
}
#detail_th {
  background-color: rgba(224, 235, 250, 1);
  border-radius: 10px 10px 0px 0px;
  overflow: auto;
}
#detail_th th {
  text-align: center;
  line-height: 44px;
  font-size: 15px;
}
.reset {
  background-color: #fff;
  color: #000;
  border: 1px solid #c2d4f0;
}
.reset:hover {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 1920px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.col-lg-12 {
  padding: 0px;
}
.close-margin {
  margin-top: 0px;
}
.footer-box {
  margin-top: 20px;
  display: flex;
  justify-content: end;
  box-sizing: border-box;
  padding-right: 15px;
}
.but-add {
  width: 114px;
  background: #016eff;
  height: 32px;
  color: #fff;
  margin-right: 20px;
  border-radius: 4px;
}
.button-admin {
  width: 142px;
}
