/* line 1, ../../../../app/stylesheets/jquery/multiselect/jquery.multiselect.sass */
.multiSelect {
  width: 182px !important;
  border: solid 1px #bbbbbb;
  background: white url(dropdown.gif) right center no-repeat !important;
  padding: 2px 4px !important;
  padding-right: 20px !important;
  display: inline !important;
  font-size: 11px !important;
  margin: 0 !important;
}
/* line 10, ../../../../app/stylesheets/jquery/multiselect/jquery.multiselect.sass */
.multiSelect.hover {
  background: url(dropdown_hover.gif) right center no-repeat;
}
/* line 12, ../../../../app/stylesheets/jquery/multiselect/jquery.multiselect.sass */
.multiSelect.active, .multiSelect.focus {
  border: inset 1px black;
}
/* line 14, ../../../../app/stylesheets/jquery/multiselect/jquery.multiselect.sass */
.multiSelect.active {
  background: url(dropdown_active.gif) right center no-repeat;
}

/* line 17, ../../../../app/stylesheets/jquery/multiselect/jquery.multiselect.sass */
.multiSelectOptions {
  width: 206px;
  max-height: 150px;
  margin-top: -1px;
  overflow: auto;
  border: solid 1px #b2b2b2;
  background: white;
}
/* line 24, ../../../../app/stylesheets/jquery/multiselect/jquery.multiselect.sass */
.multiSelectOptions label {
  padding: 2px 5px !important;
  display: block !important;
  width: auto !important;
  white-space: nowrap !important;
  font-weight: normal !important;
  line-height: 1.2em !important;
  font-size: 11px !important;
  color: #333333 !important;
  text-align: left !important;
}
/* line 34, ../../../../app/stylesheets/jquery/multiselect/jquery.multiselect.sass */
.multiSelectOptions label input {
  margin: 0 5px 0 0 !important;
}
/* line 36, ../../../../app/stylesheets/jquery/multiselect/jquery.multiselect.sass */
.multiSelectOptions label.checked {
  background: #e6e6e6;
}
/* line 38, ../../../../app/stylesheets/jquery/multiselect/jquery.multiselect.sass */
.multiSelectOptions label.selectAll {
  border-bottom: dotted 1px #cccccc;
}
/* line 40, ../../../../app/stylesheets/jquery/multiselect/jquery.multiselect.sass */
.multiSelectOptions label.hover {
  background: #cfcfcf;
}
