/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *



 */

/* line 5, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/admin/tools.css.scss */
pre#preview {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-y: scroll;
  height: 600px;
}
/* line 5, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
.pretty th .current {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 10, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
.pretty th .asc {
  background-image: url(/assets/up_arrow.gif);
}

/* line 13, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
.pretty th .desc {
  background-image: url(/assets/down_arrow.gif);
}

/* line 17, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
.offsetlink {
  display: block;
  position: relative;
  top: -55px;
  visibility: hidden;
}

/* line 24, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
.hidespeakers {
  display: none;
}

/* line 28, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
.jumbotron {
  padding: 20px 40px 20px 40px;
}

/* line 32, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
dt.bg-info {
  border-radius: 0px 5px 5px 0px;
  padding: 2px;
}

/* line 37, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
dd.statementbody {
  padding-left: 30px;
}

/* line 41, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
dd.statementbody:hover {
  background-color: #f5f5f5;
}

/* line 45, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
div[class='notebox']:not(:empty) {
  width: 50%;
  background-color: #f5f5f5;
  padding: 20px 20px 30px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  border-width: 3px;
  border-color: #777676;
  border-style: solid;
}

/* line 56, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
#fbbutton {
  height: 20px;
}

/* line 60, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
.case-sidebar {
  position: fixed;
  float: left;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 70px;
  bottom: 0;
}

/* line 69, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
.case-body {
  float: left;
}

/* line 73, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
.highlighted {
  background-color: yellow;
  font-weight: bold;
}

/* line 78, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
code a {
  color: inherit;
}

/* line 82, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
blockquote.downsized {
  font-size: 100%;
}

/* line 86, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/casefiles.css.scss */
.search-button {
  margin-top: 8px;
}
/* line 1, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/justices.css.scss */
.justice-box {
  border: 1px solid #B3B3B3;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
}

/* line 8, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/justices.css.scss */
.justice-box:hover {
  border-color: #BABEDC;
  box-shadow: 1px 2px 1px #888888;
}

/* line 13, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/justices.css.scss */
#media-column {
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 70px;
  bottom: 0;
  right: 0;
}

/* line 22, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/justices.css.scss */
.media-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  margin-bottom: 40px;
}

/* line 30, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/justices.css.scss */
.media-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 38, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/justices.css.scss */
.justice-events-list {
  padding: 0px 20px;
}

/* line 42, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/justices.css.scss */
.progress {
  margin-bottom: 30px;
}

/* line 46, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/justices.css.scss */
.progress-bar-success {
  background-color: #185dcc;
}
/* line 5, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/pages.css.scss */
.dl-horizontal dt {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

/* line 10, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/pages.css.scss */
.navbar, .dl-horizontal dd {
  font-family: 'Raleway', sans-serif;
}
/* line 5, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/posts.css.scss */
#preview-pane {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-y: scroll;
  max-height: 600px;
}

/* line 12, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/posts.css.scss */
.post-body {
  color: #575859;
  font-size: 16px;
}

/* line 17, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/posts.css.scss */
.post-body p {
  line-height: 1.75;
  margin-bottom: 20px;
}

/* line 22, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/posts.css.scss */
.post-body img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 575px) {
  /* line 7, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  #subscribe-box {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 15, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  body {
    padding-top: 0px;
  }

  /* line 19, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  #info-box {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
  }

  /* line 26, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  #info-box.full-screen {
    height: 100%;
  }

  /* line 30, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  .nav > li > a.navigation-icons {
    padding: 3px 15px;
  }

  /* line 34, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  .tab-content {
    height: calc(100% - 28px);
    -webkit-overflow-scrolling: touch;
  }

  /* line 39, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  .justice-box-title {
    font-size: 16px;
  }

  /* line 43, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  #date {
    display: block;
  }

  /* line 47, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  #start_year, #start_month, #start_day, #end_year, #end_month, #end_day {
    max-width: 80px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  /* line 54, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  #period-select {
    margin-bottom: 5px;
  }

  /* line 58, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  #period {
    display: inline-block;
  }

  /* line 62, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  #term, #category {
    max-width: 120px;
    display: inline-block;
  }

  /* line 67, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  .static-map {
    margin-left: 0px;
    width: 100%;
  }

  /* Modal Content/Box */
  /* line 73, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  .video-modal-content {
    width: 100%;
  }

  /* line 77, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  .event-date-box {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
  }

  /* line 86, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  .event-date-box-date {
    background-color: #ccdfff;
    padding: 10px;
  }

  /* line 91, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  .event-text-box {
    padding: 12px 20px;
  }
}
@media (min-width: 768px) {
  /* line 99, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  #info-box {
    top: 70px;
    left: 30px;
    width: 550px;
    height: 350px;
    max-height: 50%;
  }

  /* line 107, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  #info-box.full-screen {
    max-height: 100%;
    height: calc(100% - 80px);
    top: 10px;
    left: 10px;
  }

  /* line 114, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  #resize-btn {
    top: 10px;
  }

  /* line 118, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  .tab-content {
    height: calc(100% - 42px);
  }

  /* line 122, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  .justice-box-title {
    font-size: 18px;
  }

  /* line 126, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  #date {
    display: inline-block;
    margin-left: 10px;
  }

  /* line 131, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  #start_year, #start_month, #start_day, #end_year, #end_month, #end_day {
    width: auto;
    margin-top: 0px;
  }

  /* line 136, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  #period-select {
    margin-bottom: 15px;
  }

  /* line 140, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  #period {
    margin-top: 0px;
  }

  /* line 144, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  .static-map {
    margin-left: 100px;
  }

  /* Modal Content/Box */
  /* line 149, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  .video-modal-content {
    width: 60%;
    max-width: 600px;
  }

  /* line 154, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  .event-date-box {
    width: 75px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
    font-size: 14px;
    text-align: center;
    float: left;
  }

  /* line 165, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  .event-date-box-date {
    background-color: #ccdfff;
    padding: 10px;
  }

  /* line 170, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
  .event-text-box {
    margin-left: 100px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
/* line 179, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
html, body {
  height: 100%;
}

/* line 183, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
body {
  padding-top: 0px;
}

/* line 187, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
iframe#fbbutton {
  vertical-align: top;
  position: relative;
  float: right;
  width: 60px;
  height: 20px;
}

/* line 191, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.feedback-btn {
  vertical-align: top;
}

/* line 195, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.share-icon {
  vertical-align: top;
  font-size: 18px;
}

/* line 200, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
#possible_recaps {
  background-color: #E6EBFA;
  border-color: #B2B2B2;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  margin: 20px 0px 20px 0px;
  padding: 10px;
}

/* line 210, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.past {
  color: gray;
  font-style: italic;
}

/* line 215, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
#info-box {
  position: absolute;
  background-color: white;
  opacity: 0.9;
  padding: 5px 20px 10px 20px;
}

/* line 222, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
#info-box:hover {
  border-color: gray;
  border-width: 1px;
  border-style: solid;
  padding: 4px 19px 9px 19px;
}

/* line 229, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.tab-content {
  overflow-y: scroll;
}

/* line 233, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
#title-box {
  top: 15px;
  left: 30px;
  padding: 10px;
  position: absolute;
  color: white;
  background-color: #0f4296;
  opacity: 0.6;
}

/* line 243, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
#title-text {
  color: inherit;
  font-size: 18px;
}

/* line 248, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
#share-box {
  top: 0px;
  right: 30px;
  padding: 10px;
  position: absolute;
}

/* line 255, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
#single-event-options {
  display: none;
}

/* line 259, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.custom-fonts {
  font-family: 'Raleway', sans-serif;
}

/* line 265, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.event-content {
  font-family: 'Raleway', sans-serif;
}

/* line 269, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.event-text-box p, .event-text-box .break-word {
  overflow-wrap: break-word;
  word-break: break-word;
}

/* line 274, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.justice-box-title {
  overflow: hidden;
  color: #0B3A73;
  padding-top: 10px;
}

/* line 280, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
#check-img {
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 289, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
#map-form #period-select {
  vertical-align: top;
  display: inline-block;
}

/* line 294, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
#period {
  width: auto;
}

/* line 298, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.date-labels {
  width: 40px;
}

/* line 305, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
#subscribe-box {
  position: absolute;
  box-sizing: border-box;
  bottom: 0px;
  width: 100%;
  background-color: white;
  opacity: 0.9;
  padding: 10px;
}

/* line 317, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
div#subscribe form#subForm #subscriber_cadence {
  margin-bottom: 10px;
}

/* line 322, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.legend-pins {
  vertical-align: 20px;
}

/* line 326, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.legend-pins-multiple {
  width: 18px;
  height: 28px;
  margin: 0px 5px 0px 5px;
}

/* line 332, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.report-inaccuracy {
  text-align: right;
}

/* line 336, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.map-alert {
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* line 345, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
#resize-btn {
  vertical-align: middle;
  border: solid gray 1px;
  padding: 2px;
  margin-left: 10px;
}

/* The Modal (background) */
/* line 353, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.video-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */
}

/* Modal Content/Box */
/* line 367, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.video-modal-content {
  position: relative;
  background-color: #fefefe;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* line 376, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.video-resizer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

/* line 382, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.event-title-link {
  color: inherit;
}

/* line 386, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.event-title-link:hover {
  text-decoration: inherit;
}

/* line 390, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
#current-view-box {
  top: 25px;
  left: 150px;
  height: 30px;
  width: 30px;
  padding: 5px;
  position: absolute;
  font-size: 18px;
  color: black;
  background-color: white;
  border-radius: 20px;
  opacity: 0.9;
  border-bottom: 1px dotted black;
  display: inline-block;
  z-index: 100;
}

/* line 407, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.tooltiptext {
  visibility: hidden;
  width: 200px;
  font-size: 14px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 10%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

/* line 427, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.tooltiptext::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

/* line 438, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
#current-view-box:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* line 443, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.callout, .callout-expand {
  background-color: lightblue;
  padding: 0px 3px;
}

/* line 448, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.callout-expand:hover {
  color: white;
  cursor: pointer;
}

/* line 453, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/scotus_events.css.scss */
.callouts div {
  padding: 5px;
}
/* line 5, /Users/jaypinho/workspace/scotus/app/assets/stylesheets/subscribers.css.scss */
#subscribe-message {
  display: none;
  padding-left: 10px;
}
/* Example tokeninput style #2: Facebook style */

ul.token-input-list-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 100%;
    border: 1px solid #ccc;
    cursor: text;
    font: inherit;
    font-size: inherit;
    font-family: inherit;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
    border-radius: 4px;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: inherit;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-facebook span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 400px;
    height: auto;
    max-height: 200px;
    background-color: #fff;
    overflow: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    cursor: default;
    font-size: inherit;
    font-family: inherit;
    z-index: 1;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #3b5998;
    color: #fff;
}
/* Example tokeninput style #2: Mac Style */

fieldset.token-input-mac {
  position: relative;
  padding: 0;
  margin: 5px 0;
  background: #fff;
  width: 400px;
  border: 1px solid #A4BDEC;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

fieldset.token-input-mac.token-input-dropdown-mac {
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
}

ul.token-input-list-mac {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 3px;
    background: transparent;
}

ul.token-input-list-mac.error {
  border: 1px solid #C52020;
}

ul.token-input-list-mac li {
    list-style-type: none;
}

li.token-input-token-mac p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-mac span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

/* TOKENS */

li.token-input-token-mac {
    font-family: "Lucida Grande", Arial, serif;
    font-size: 9pt;
    line-height: 12pt;
    overflow: hidden; 
    height: 16px; 
    margin: 3px;
    padding: 0 10px;   
    background: none; 
    background-color: #dee7f8;
    color: #000;
    cursor: default;
    border: 1px solid #a4bdec;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    float: left;
}

li.token-input-highlighted-token-mac {
    background-color: #bbcef1;
    border: 1px solid #598bec;
    color: #000;
}

li.token-input-selected-token-mac {
    background-color: #598bec;
    border: 1px solid transparent;
    color: #fff;
}

li.token-input-highlighted-token-mac span.token-input-delete-token-mac {
    color: #000;
}

li.token-input-selected-token-mac span.token-input-delete-token-mac {
    color: #fff;
}

li.token-input-input-token-mac {
    border: none;
    background: transparent;
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-input-token-mac input {
  border: 0;
  width: 100px;
  padding: 3px;
  background-color: transparent;
  margin: 0;
}

div.token-input-dropdown-mac {
    position: absolute;
    border: 1px solid #A4BDEC;
    border-top: none;
    left: -1px;
    right: -1px;
    background-color: #fff;
    overflow: hidden;
    cursor: default;
    font-size: 10pt;
    font-family: "Lucida Grande", Arial, serif;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
    clip:rect(0px, 1000px, 1000px, -10px);
}

div.token-input-dropdown-mac p {
    font-size: 8pt;
    margin: 0;
    padding: 0 5px;
    font-style: italic;
    color: #aaa;
}

div.token-input-dropdown-mac h3.token-input-dropdown-category-mac {
  font-family: "Lucida Grande", Arial, serif;
  font-size: 10pt;
  font-weight: bold;
  border: none;
  padding: 0 5px;
  margin: 0;
}

div.token-input-dropdown-mac ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-mac ul li {
    list-style-type: none;
    cursor: pointer;
    background: none;
    background-color: #fff;
    margin: 0;
    padding: 0 0 0 25px;
}

div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac {
    background-color: #fff;
}

div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac.odd {
    background-color: #ECF4F9;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac span.token-input-dropdown-item-description-mac {
    float: right;
    font-size: 8pt;
    font-style: italic;
    padding: 0 10px 0 0;
    color: #999;
}

div.token-input-dropdown-mac ul li strong {
    font-weight: bold;
    text-decoration: underline;
    font-style: none;
}

div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac,
div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac.odd {
    background-color: #598bec;
    color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac span.token-input-dropdown-item-description-mac,
div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac.odd span.token-input-dropdown-item-description-mac {
    color: #fff;
}
/* Example tokeninput style #1: Token vertical list*/

ul.token-input-list {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 400px;
    border: 1px solid #999;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    width: 350px;
    padding: 3px 8px;
    background-color: white;
    -webkit-appearance: caret;
}

li.token-input-token {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    background-color: #d0efa0;
    color: #000;
    font-weight: bold;
    cursor: default;
    display: block;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    float: right;
    color: #777;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #08844e;
    color: #fff;
}

li.token-input-selected-token span {
    color: #bbb;
}

div.token-input-dropdown {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 12px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #d0efa0;
}

/* @group Base */
/* line 7, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none;
}
/* line 13, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container * {
  box-sizing: border-box;
}
/* line 16, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}
/* line 28, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}
/* line 32, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container a {
  cursor: pointer;
}
/* line 37, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.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 44, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 56, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(white 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: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
/* line 73, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single .chosen-default {
  color: #999;
}
/* line 76, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 83, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
/* line 86, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
/* line 95, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 99, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 102, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
/* line 109, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/chosen-sprite.png) no-repeat 0px 2px;
}
/* line 116, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
/* line 123, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.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 #aaa;
  background: url(/assets/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
/* line 137, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
/* line 142, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
/* line 151, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
/* line 160, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
/* line 168, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
/* line 172, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* line 177, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
/* line 182, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
/* line 187, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
/* line 192, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
/* line 195, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 205, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, white 15%);
  cursor: text;
}
/* line 217, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
/* line 220, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 224, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.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: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
/* line 240, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 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: #333;
  line-height: 13px;
  cursor: default;
}
/* line 256, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
/* line 259, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.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(/assets/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
/* line 268, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
/* line 273, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
/* line 280, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
/* line 282, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* line 287, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
/* line 291, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 301, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 306, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, white 80%);
  box-shadow: 0 1px 0 #fff inset;
}
/* line 315, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
/* line 318, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
/* line 323, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 326, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 334, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
/* line 337, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}
/* line 340, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 347, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl {
  text-align: right;
}
/* line 349, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
/* line 353, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
/* line 358, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
/* line 361, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
/* line 365, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
/* line 369, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}
/* line 371, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
/* line 374, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
/* line 377, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
/* line 383, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
/* line 387, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
/* line 391, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
/* line 394, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/assets/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
/* line 400, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
/* line 404, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 421, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen-base.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/assets/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* line 9, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen.scss */
.chosen-container {
  user-select: none;
}
/* line 11, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen.scss */
.chosen-container * {
  box-sizing: border-box;
}

/* line 17, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single {
  background: linear-gradient(white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
}
/* line 20, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search {
  background: url(/assets/chosen-sprite.png) no-repeat 100% -20px;
}

/* line 27, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
}

/* line 34, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices {
  background-image: linear-gradient(#eeeeee 1%, white 15%);
}
/* line 38, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
/* line 41, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}

/* line 49, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: linear-gradient(#eeeeee 20%, white 80%);
}

/* line 56, /Users/jaypinho/.rvm/gems/ruby-2.5.3/gems/chosen-rails-1.8.7/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  background: url(/assets/chosen-sprite.png) no-repeat -30px -20px;
}
