/* line 35, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 46, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* line 61, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  user-select: none;
}
/* line 70, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container * {
  box-sizing: border-box;
}
/* line 74, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaaaaa;
  border-top: 0;
  background: white;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
/* line 86, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container a {
  cursor: pointer;
}
/* line 89, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container .chosen-results {
  color: #444444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
}
/* line 97, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
}
/* line 104, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
/* line 108, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #cccccc;
  cursor: default;
}
/* line 113, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: white;
}
/* line 118, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777777;
  display: list-item;
  background: #f4f4f4;
}
/* line 123, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
/* line 128, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
/* line 131, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* line 137, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 154, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  background-color: white;
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
/* line 173, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 180, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: "" -42px 1px no-repeat;
  font-size: 1px;
}
/* line 189, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 193, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
/* line 200, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: "" no-repeat 0 2px;
}
/* line 208, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-single .chosen-default {
  color: #999999;
}
/* line 211, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
/* line 217, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaaaaa;
  background: white "" no-repeat 100% -20px;
  background: "" no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
/* line 233, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
/* line 240, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
/* line 243, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 246, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* line 252, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaaaaa;
  background-color: white;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
/* line 263, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
/* line 266, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 270, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 100% !important;
}
/* line 288, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaaaaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #eeeeee 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333333;
  line-height: 13px;
  cursor: default;
}
/* line 307, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
/* line 310, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://s3.amazonaws.com/tapinto-production/assets/images/jquery_chosen/chosen-sprite.png) right top no-repeat;
  font-size: 1px;
}
/* line 319, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: right -11px;
}
/* line 324, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #cccccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666666;
}
/* line 331, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
/* line 333, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* line 340, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi.error .chosen-choices {
  border: 1px solid red !important;
}
/* line 342, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi.error .chosen-choices .search-field {
  width: 100% !important;
}
/* line 345, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi.error .chosen-choices .default {
  width: 100% !important;
  color: red !important;
}
/* line 349, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi.error .chosen-choices .default::-webkit-input-placeholder {
  color: red;
}
/* line 354, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
/* line 358, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #cccccc;
  cursor: default;
}

/* line 365, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 370, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 374, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222222 !important;
}
/* line 378, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaaaaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 white inset;
}
/* line 387, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
/* line 390, ../../app/stylesheets/jquery_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 396, ../../app/stylesheets/jquery_chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
/* line 399, ../../app/stylesheets/jquery_chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}
/* line 402, ../../app/stylesheets/jquery_chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* line 406, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl {
  text-align: right;
}
/* line 408, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
/* line 411, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
/* line 416, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
/* line 420, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
/* line 425, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl .chosen-drop {
  left: 9999px;
}
/* line 429, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
/* line 433, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
/* line 436, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* line 440, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
/* line 443, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}
/* line 445, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
/* line 448, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
/* line 453, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
/* line 457, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px;
}
/* line 460, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
/* line 464, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
/* line 467, ../../app/stylesheets/jquery_chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white "" no-repeat -30px -20px;
  background: "" no-repeat -30px -20px;
  direction: rtl;
}
