.lecture-list th {
  /*padding-top: 15px;*/
}
.lecture-list th,
.lecture-list td {
  border-color: transparent;
  border-width: 0;
}

.lecture-list td i.fa-video-camera {
  margin-right: 10px;
}

.lecture-list td.freelecture {
  color: #f68940;
}
.lecture-list {
  width: 100%;
}

.lecture-list tbody tr td:first-child {
  overflow: hidden;
}
.lecture-list tbody tr td:first-child span.lecture-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  display: inline-block;
  overflow: hidden;
}
.lecture-list tbody tr td:nth-child(2) {
  width: 150px;
}
.lecture-list tbody tr td:last-child {
  width: 40px;
}

#listmodule {
  margin-top: 20px;
}
#listmodule .panel {
  border: 1px solid #bbb;
  box-shadow: none;
  margin-bottom: 20px;
}
.panel-heading {
  padding: 0 !important;
}
.panel-title a {
  padding: 10px 15px !important;
}
.panel-default > .panel-heading:focus,
.panel-default > .panel-heading:hover,
.panel-default > .panel-heading::after,
.panel-title a:focus,
.panel-title a:hover,
.panel-title a::after {
  background-color: #c00000;
}
.panel-title a:focus,
.panel-title a:hover,
.panel-title a::after {
  color: #fff !important;
}
.label-theme {
  background-color: #f68940;
}

.head-lect hr {
  border: 2px solid #000;
  width: 50%;
  margin: 0;
  float: right;
}
.head-lect h3,
h2 {
  padding: 10px;
  font-size: 16px;
  text-align: right;
}
.head-lect {
  height: 50px;
  margin-bottom: 20px;
}
.table-alpha {
  font-family: "Mitr", sans-serif;
  font-size: 16px;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: collapse;
}
.table-alpha tr {
  border: 1px solid #ddd;
}
