﻿.container-fluid #contentTable {
  width: 100%;
  margin: 0px 0px 30px 0px;
  box-sizing: border-box;
  color: #666666;
}

.container-fluid #contentTable th {
  font-weight: normal;
}

#contentTable thead {
  background-color: #3a8b8c;
  color: #fff;
}

#contentTable .number {
  width: 4%;
  padding-left: 1%;
}

#contentTable .fullName {
  width: 8%;
}

#contentTable .userName {
  width: 9%;
}

#contentTable .institute {
  width: 16%;
  position: relative;
  cursor: pointer;
}

#contentTable .institute span {
  margin-top: 2px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 270px;
}

#contentTable .institute img {
  margin-top: -10px;
  margin-left: 6px;
  width: 13px;
}

#contentTable .institute .instituteContent {
  position: absolute;
  padding: 5px;
  border: 1px solid;
  background-color: #fff;
  display: none;
  overflow: hidden;
  top: 48px;
  color: #666666;
}

#contentTable .institute .instituteContent p {
  cursor: pointer;
  margin: 0;
  padding: 5px 10px
}

#contentTable .institute .instituteContent p:hover {
  background-color: #3a8b8c;
  color: #fff;
}

#contentTable .add {
  width: 9%;
}

#contentTable .remove {
  width: 9%;
}

#contentTable .shop,
#contentTable .screen {
  width: 9%;
}

#contentTable .import,
#contentTable .delete {
  color: #62abe5;
  margin-right: 5px;
  cursor: pointer;
}

#contentTable th,
#contentTable td {
  padding: 10px 0
}

#permissionsTb tr:nth-child(even) {
  background: #F4F4F4;
}

#permissionsTb tr:nth-child(odd) {
  background: #FAFAFA;
}

#permissionsTb tr td:first-child {
  padding-left: 1%;
}

#permissionsTb select {
  cursor: pointer;
}

.btn-wrap {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
}

#add-new {
  padding: 8px 18px;
  font-size: 14px;
  color: #3a8b8c;
  border: 1px solid #3a8b8c;
  border-radius: 4px;
  background-color: #fff;
  #3A8B8C
}

#add-new:hover {
  background-color: rgba(58, 139, 140, .05);
}

.import-delete,
.import-delete * {
  box-sizing: border-box;
}

.import-delete {
  width: 800px;
  height: 600px;
  padding: 20px;
}

.section-wrap {
  height: calc(80% - 166px);
  margin-top: -10px;
  margin-bottom: 20px;
  background-color: #F8F8F8;
  border: 10px solid transparent;
  border-right: none;
  overflow-y: auto;
}

.c-item {
  margin: 20px 0;
}

.c-item:first-of-type {
  margin-top: 0;
}

.c-title {
  font-weight: normal;
  margin-bottom: 5px;
}

.s-wrap {
  font-size: 14px;
}

.import-delete .opt {
  height: 32px;
  line-height: 32px;
  margin-bottom: 20px;
}

.import-delete .opt>label {
  font-weight: normal;
  margin: 0;
}

.import-delete .opt input[type="text"],
.import-delete .opt select {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.import-delete .opt input[type="text"].course-content{
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  padding-left: 10px;
  margin: 0 10px 0 10px;
  vertical-align: middle;
  width: 200px;
}
.import-delete .opt button.course-search{
  border: 1px solid #ccc;
  padding: 0 10px;
}
.import-delete .opt.flex-b {
  display: flex;
  justify-content: space-between;
}

.s-item {
  font-weight: normal;
  margin-right: 20px;
  margin-bottom: 0;
}

.c-item input {
  margin: 0 5px 0 0;
}

.import-delete .ins-select {
  vertical-align: baseline;
}

#new-name {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 32px;
  padding-left: 10px;
}

.select-wrap {
  width: 100%;
  height: 20%;
}

.select-wrap span {
  display: inline-block;
}

.select-wrap>span:first-of-type {
  width: 80px;
  vertical-align: top;
}

.select-wrap span.select-box {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  overflow-y: auto;
}

.select-box span:first-of-type {
  margin-bottom: 5px;
  line-height: 25px;
}

.select-box .select-item {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 5px;
  line-height: 25px;
  background-color: #ddd;
}

.select-box .select-item:not(:last-of-type) {
  margin-right: 5px;
}

.select-box .cancel-select {
  width: 15px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.deleteTeacher{
  width: 6%;
  padding-right: 1%;
}
.deleteAll{
  cursor: pointer;
  color: #62abe5;
}
.select-box .cancel-select:hover {
  color: red;
}