.table-overflow {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.table-min-width {
  width: 1%;
}

.table-sort-icon {
  margin-left: 5px;
}

.language-icon-container {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 128px;
  height: 128px;
  opacity: .8;
  background-size: 180px 180px;
  background-repeat: no-repeat;
}

.table-display-picture {
  max-width: 80px;
  max-height: 60px;
}

.delete-panel {
  cursor: pointer;
  float: right;
}

.panel-block {
  margin-top: 20px;
}

.language-name {
  position: relative;
}

.language-name:after {
  content : "";
  position: absolute;
  left    : 0;
  bottom  : -4px;
  height  : 1px;
  width   : 100px;
  border-bottom: 1px solid #e1e1e1;
}

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

.panel.panel-default {
  margin-top: 20px;
}

.back-btn {
  position: absolute;
  top: -5px;
  right: 0;
}

.table > thead > tr > th {
  background-color: #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-weight: normal;
  white-space: nowrap;
}

.course-filter-name {
  position: relative;
  margin-bottom: 15px;
}

.course-filter-name:before {
  content: ' \25CF';
  font-size: 20px;
  margin-right: 4px;
}

.course-filter-name:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}

.course-filter-option {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.course-update-title {
  /*text-align: center;*/
  /*color: #6f7c82;*/
  font-weight: bold;
  font-size: 16px;
}

.user-request-plus i {
  font-size: 1.5em;
  margin-top: 28px;
  float: right;
}

.schedule-label-request {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 10px;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.schedule-label-request.active {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.schedule-label-request .fa-check {
  position: absolute;
  top: 13px;
  right: 8px;
  cursor: pointer;
}

.schedule-request-block {
  padding: 15px 0 5px 0;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 0 2px 0 rgba(1,1,1,0.2);
}

.request-course-name {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.text-new-request {
  color: #d9534f;
  font-weight: bold;
}