am-multiselect .multiselect-list {
  width: 100%;
  position: relative;
  display: table;
}
am-multiselect .multiselect-list .dropdown-menu {
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
am-multiselect .multiselect-list.open .dropdown-menu {
  display: table;
}
am-multiselect .caret {
  float: right;
  margin-top: 4px;
  margin-right: 5px;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
am-multiselect .dropdown-menu {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 450px;
  padding-left: 5px;
  padding-right: 10px;
  border-radius: 0;
}
am-multiselect .multiselect-list .user-list {
  position: relative;
  display: table-cell;
  width: 100%;
}
am-multiselect .search {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
am-multiselect .search input {
  width: 100%;
}
am-multiselect .search input {
  outline: none;
  border: none !important;
}
am-multiselect .dropdown-menu .items {
  margin-top: 5px;
  max-height: 100px;
  overflow-y: auto;
}
am-multiselect .dropdown-menu .items > li {
  display: block;
  width: 100%;
  overflow-y: hidden;
}
am-multiselect .dropdown-menu .items > li > a {
  position: relative;
  display: block;
  width: 100%;
  color: #333;
  text-decoration: none;
  padding: 3px 20px !important;
  cursor: pointer;
}
am-multiselect .dropdown-menu .items > li > a:hover {
  background-color: rgb(245, 245, 245);
}

am-multiselect .dropdown-menu .items > li.selected {
  /*background-color: #2ab4ba;*/
}
am-multiselect .dropdown-menu .items > li.selected a {
}
/***extra ****/
am-multiselect .multiselect-list > .primary-button {
  width: 110px !important;
  display: table-cell !important;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/bundles/app/webfonts/glyphicons-halflings-regular.eot');
  src: url('/bundles/app/webfonts/glyphicons-halflings-regular.eot?#iefix')
      format('embedded-opentype'),
    url('/bundles/app/webfonts/glyphicons-halflings-regular.woff2')
      format('woff2'),
    url('/bundles/app/webfonts/glyphicons-halflings-regular.woff')
      format('woff'),
    url('/bundles/app/webfonts/glyphicons-halflings-regular.ttf')
      format('truetype'),
    url('/bundles/app/webfonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')
      format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-left {
  position: absolute !important;
  left: 3px !important;
}
.glyphicon-ok-sign:before {
  content: '\e084';
}
.glyphicon-ok-circle:before {
  content: '\e089';
}
.glyphicon-ok:before {
  content: '\e013';
}
.glyphicon-remove-circle:before {
  content: '\e088';
}
.glyphicon-remove:before {
  content: '\e014';
}
.glyphicon-remove-sign:before {
  content: '\e083';
}
