.jstreeselect {
  width: 220px \0;
  /*IE9 and below*/
}
.jstreeselect > .dropdown-toggle {
  width: 100%;
  padding-left: 25px;
}
.has-error .jstreeselect .dropdown-toggle,
.error .jstreeselect .dropdown-toggle {
  border-color: #b94a48;
}
.jstreeselect.fit-width {
  width: auto !important;
}
.jstreeselect:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.jstreeselect .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.jstreeselect.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.jstreeselect.form-control:not([class*="col-"]) {
  width: 100%;
}
.jstreeselect.form-control.input-group-btn {
  z-index: auto;
}
.jstreeselect.btn-group:not(.input-group-btn),
.jstreeselect.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-right: 0;
}
.jstreeselect.btn-group.dropdown-menu-left,
.jstreeselect.btn-group[class*="col-"].dropdown-menu-left,
.row .jstreeselect.btn-group[class*="col-"].dropdown-menu-right {
  float: left;
}
.form-inline .jstreeselect.btn-group,
.form-horizontal .jstreeselect.btn-group,
.form-group .jstreeselect.btn-group {
  margin-bottom: 0;
}
.form-group-lg .jstreeselect.btn-group.form-control,
.form-group-sm .jstreeselect.btn-group.form-control {
  padding: 0;
}
.form-inline .jstreeselect.btn-group .form-control {
  width: 100%;
}
.jstreeselect.btn-group.disabled,
.jstreeselect.btn-group > .disabled {
  cursor: not-allowed;
}
.jstreeselect.btn-group.disabled:focus,
.jstreeselect.btn-group > .disabled:focus {
  outline: none !important;
}
.jstreeselect.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.jstreeselect.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.jstreeselect.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.jstreeselect.btn-group .dropdown-menu {
  padding-bottom: 15px;
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.jstreeselect.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.jstreeselect.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.jstreeselect.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.jstreeselect-hidden-input {
  display: none !important;
}
.jstreemultiselect-hidden-input {
  display: none !important;
}
.pagination-container td {
  white-space: nowrap;
}
