.multiselect {
  /*width: 500px;*/
  height: 300px;
  overflow: hidden;
}

.ui-multiselect {
  border: 0;
  font-size: 12px;
  color: #263238;
}

.ui-multiselect ul {
  -moz-user-select: none;
}

.ui-multiselect li {
  margin: 0;
  padding: 0;
  cursor: default;
  line-height: 24px;
  height: 24px;
  font-size: 12px;
  list-style: none;
  background-color: #e3f2fd;
}

.ui-multiselect li:hover {
  background-color: #bbdefb;
}

.ui-multiselect li a {
  color: #999;
  text-decoration: none;
  padding: 0;
  display: block;
  float: left;
  cursor: pointer;
}

.ui-multiselect li.ui-draggable-dragging {
  padding-left: 10px;
}

.ui-multiselect div.selected {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  float: right;
}

.ui-multiselect ul.selected {
  position: relative;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  background: #fff;
  margin: 0;
  list-style: none;
  border: 0;
  position: relative;
  width: 100%;
}

.ui-multiselect div.available {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  float: left;
}

.ui-multiselect ul.available {
  position: relative;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  background: #fff;
  margin: 0;
  list-style: none;
  border: 0;
  width: 100%;
}

.ui-multiselect ul.available li {
  padding-left: 10px;
}

.ui-multiselect .ui-state-default {
  border: none;
  margin-bottom: 1px;
  position: relative;
  padding-left: 20px;
  color: #263238;
}

.ui-multiselect .ui-state-hover {
  border: none;
}

.ui-multiselect .ui-widget-header {
  border: none;
  font-size: 11px;
}

.ui-multiselect .add-all {
  float: right;
  padding: 7px;
}

.ui-multiselect .remove-all {
  float: right;
  padding: 7px;
}

.ui-multiselect .search {
  float: left;
  padding: 4px;
}

.ui-multiselect .count {
  float: left;
  padding: 7px;
}

.ui-multiselect li span.ui-icon-arrowthick-2-n-s {
  position: absolute;
  left: 2px;
  top: 3px;
}

.ui-multiselect li a.action {
  position: absolute;
  right: 2px;
  top: 2px;
}

.ui-multiselect input.search {
  height: 14px;
  padding: 1px;
  opacity: 0.5;
  margin: 4px;
  width: 100px;
}

.ui-extra {
  background: #ffebee !important;
}

.ui-multiselect .available {
  background: #eceff1;
  color: #263238;
}

.ui-multiselect .selected {
  background: #eceff1;
  color: #263238;
}

.add-all,
.remove-all {
  color: #263238;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.tm-theme-dark .ui-widget-header {
  background: #1e222d;
  background-image: none;
  color: #d1d4dc;
}

.tm-theme-dark .ui-widget-header a {
  color: #d1d4dc;
}

.tm-theme-dark .ui-state-default,
.tm-theme-dark .ui-widget-content .ui-state-default,
.tm-theme-dark .ui-widget-header .ui-state-default {
  color: #d1d4dc;
  background: #1e222d;
  background-image: none;
}

.tm-theme-dark .ui-multiselect ul.selected,
.tm-theme-dark .ui-multiselect ul.available {
  background: #131722;
}

.tm-theme-dark .ui-multiselect li:hover {
  background: #143661;
}

.tm-theme-dark .ui-extra {
  background: #360a11 !important;
}
