.check-list-select {
  width: 250px;
}
.check-list-select .check-list-field-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 5px 10px 9px;
  overflow: hidden;
}
.check-list-select .check-list-field-container .check-list-field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 28px;
  height: 0;
  border: 1px solid #c1c7d0;
  padding: 0 24px 0 6px;
  -webkit-box-shadow: #bbbbbb 0 7px 2px -7px inset;
  -moz-box-shadow: #bbbbbb 0 7px 2px -7px inset;
  box-shadow: #bbbbbb 0 7px 2px -7px inset;
  margin: 0;
  font-size: 14px;
  font-family: inherit;
}
.check-list-select .check-list-field-container .check-list-field::-ms-clear {
  display: none;
}
.check-list-select .check-list-field-container .icon-default {
  position: absolute;
  top: 11px;
  right: 15px;
  z-index: 2;
}
.check-list-select .check-list-field-container .icon-default.clear-field {
  cursor: pointer;
  opacity: 0.7;
}
.check-list-select .aui-list-scroll {
  max-height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
  clear: both;
}
.check-list-select .aui-list-scroll h5 {
  padding-left: 10px;
}
.check-list-select .aui-list-scroll .no-suggestions {
  padding: 7px 11px 6px;
  background: #f2f2f2;
}
.check-list-select .check-list-group-actions {
  padding: 5px 10px;
}
.check-list-select .check-list-group-actions .clear-all {
  color: #0052cc;
}
.check-list-select .check-list-group-actions .clear-all:visited,
.check-list-select .check-list-group-actions .clear-all:hover {
  color: #0052cc;
}
.check-list-select .check-list-group-actions .clear-all:hover {
  text-decoration: underline;
}
.check-list-select .check-list-group-footer {
  padding: 2px 10px;
}
.check-list-select .clear-all.disabled {
  opacity: 0.5;
}
.check-list-select .check-list-buttons-container {
  border-top: 1px solid #c1c7d0;
  padding-top: 7px;
  padding-right: 10px;
  margin-bottom: 2px;
  /* Override form.aui .buttons-container */
  text-align: right;
}
.check-list-select .check-list-buttons-container .disabled {
  display: inline-block;
  cursor: default;
  text-decoration: none;
  opacity: .5;
}
form#issue-filter .check-list-select.easter,
.check-list-select.easter {
  opacity: 1;
  /* Firefox */
  -moz-transition-property: opacity;
  -moz-transition-duration: 2s;
  /* WebKit */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 2s;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 2s;
  /* Standard */
  transition-property: opacity;
  transition-duration: 2s;
}
form#issue-filter .check-list-select.easter.enable-easter .aui-list,
.check-list-select.easter.enable-easter .aui-list {
  height: 500px;
  opacity: 0;
}
form#issue-filter .check-list-item,
form.aui .check-list-item,
.check-list-item,
.check-list-group-footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 10px 6px 34px;
  position: relative;
}
form#issue-filter .check-list-item label,
form.aui .check-list-item label,
.check-list-item label,
.check-list-group-footer label {
  clear: none;
  color: inherit;
  display: block;
  left: 0;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: static;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
form#issue-filter .check-list-item label input[type="checkbox"],
form.aui .check-list-item label input[type="checkbox"],
.check-list-item label input[type="checkbox"],
.check-list-group-footer label input[type="checkbox"] {
  position: absolute;
  left: 10px;
}
form#issue-filter .check-list-item label img,
form.aui .check-list-item label img,
.check-list-item label img,
.check-list-group-footer label img {
  margin-right: 5px;
  vertical-align: text-bottom;
  -moz-force-broken-image-icon: 1;
}
form#issue-filter .check-list-item label em,
form.aui .check-list-item label em,
.check-list-item label em,
.check-list-group-footer label em {
  font-weight: bold;
  font-style: normal;
}
form#issue-filter .check-list-item label .aui-lozenge,
form.aui .check-list-item label .aui-lozenge,
.check-list-item label .aui-lozenge,
.check-list-group-footer label .aui-lozenge {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
form#issue-filter .check-list-item.disabled,
form.aui .check-list-item.disabled,
.check-list-item.disabled,
.check-list-group-footer.disabled {
  color: #888;
  font-style: italic;
}
form#issue-filter .check-list-item.disabled em,
form.aui .check-list-item.disabled em,
.check-list-item.disabled em,
.check-list-group-footer.disabled em {
  font-style: italic;
}
form#issue-filter .check-list-item.active,
form.aui .check-list-item.active,
.check-list-item.active,
.check-list-group-footer.active {
  background-color: #deebff;
}
form#issue-filter .check-list-select {
  width: 250px;
}
.msie .check-list-select .check-list-item label {
  word-wrap: normal;
}
/* TODO - remove this after multi-select class has been stripped from the sparkler */
form#issue-filter .multi-select.check-list-select {
  width: 100%;
}
