/* \f020 doesn't work in Safari. all shifted one down */
/* line 9, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
.select2-container {
  width: 100%; }
  /* line 12, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
  .select2-container .select2-choice {
    border: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background: whitesmoke;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(top, #ffffff, #f5f5f5); }
  /* line 18, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
  .select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #d2d2d2;
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    -ms-border-radius: 0 0 0px 0px;
    -o-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
    background: whitesmoke;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(top, #ffffff, #f5f5f5); }

/* line 25, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
.select2-default {
  color: #666 !important; }

/* line 30, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
.select2-results .select2-highlighted {
  background: #519FC7; }

/* line 35, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
.select2-drop {
  border: 1px solid #d2d2d2;
  border-top: 0;
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  -ms-border-radius: 0 0 0px 0px;
  -o-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  /* line 40, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
  .select2-drop.select2-drop-above {
    border-top: 1px solid #d2d2d2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -ms-border-radius: 0px 0px 0 0;
    -o-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0; }

/* line 47, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
.select2-container .select2-choice {
  color: #666666;
  height: 28px; }

/* line 52, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
.select2-container .select2-choice div {
  border-left: 1px solid transparent;
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  -ms-border-radius: 0 0px 0px 0;
  -o-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
  background: transparent;
  width: 20px; }
  /* line 59, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
  .select2-container .select2-choice div b {
    background: none; }
    /* line 61, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
    .select2-container .select2-choice div b:after {
      content: "\f0dd";
      top: 2px;
      right: 2px;
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      position: absolute;
      width: 18px;
      height: 18px;
      pointer-events: none;
      text-align: center;
      line-height: 18px;
      font-size: 14px;
      color: #888; }

/* line 71, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
.select2-search:after {
  content: "\f002";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #888;
  top: 5px;
  right: 10px; }

/* line 79, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
.select2-search input {
  border: 1px solid #ccc;
  background: #fff; }

/* line 85, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
.select2-search input.select2-active {
  background: white url("../images/loading.gif") no-repeat 100%; }

/* line 90, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border: 1px solid #bbb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 96, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff; }

/* line 103, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
.select2-container-multi .select2-choices {
  background: #fff;
  border: 1px solid #d2d2d2; }

/* line 109, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 116, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f2f2f2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f2f2f2);
  background-image: -o-linear-gradient(top, #fcfcfc, #f2f2f2);
  background-image: linear-gradient(top, #fcfcfc, #f2f2f2);
  border: 1px solid #d2d2d2; }

/* line 124, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
.select2-container-multi .select2-search-choice-close {
  background: none; }
  /* line 126, /Users/ais_admin/Documents/core-admin/source/stylesheets/select2_overrides.scss */
  .select2-container-multi .select2-search-choice-close:after {
    content: "\f00d";
    top: -4px;
    right: -2px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    width: 18px;
    height: 18px;
    pointer-events: none;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #888; }
