/* 学期控件 */
.semester .selectize-input {
  background-color: #428bca;background-color: var(--brand-primary);
  color: #ffffff;
}

.semester.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #428bca;background: var(--brand-primary);
}

.semester.selectize-control.single .selectize-input:after {
  display: none;
}

.semester.selectize-control.single .selectize-input:before {
  content: '\f079'; /*This will draw the icon*/
  position: absolute;
  right: 0;
  padding-right: 6px;
  padding-top: 2px;

  font: normal normal normal 14px/1 FontAwesome;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.semester.selectize-control.single .selectize-input.dropdown-active :before {
  content: '\f079'; /*This will draw the icon*/
  position: absolute;
  right: 0;
  padding-right: 6px;
  padding-top: 2px;

  font: normal normal normal 14px/1 FontAwesome;
}

.semester.semester-collapse {
  float: left;
  min-width: 200px;
}