/* @group Base */
/* line 7, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container * {
  box-sizing: border-box;
}
/* line 16, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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);
  display: none;
}
/* line 27, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}
/* line 30, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container a {
  cursor: pointer;
}
/* line 35, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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 42, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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 54, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
/* line 71, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
/* line 77, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single .chosen-default {
  color: #999;
}
/* line 80, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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 87, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
/* line 90, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
/* line 99, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 103, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 106, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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 113, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}
/* line 120, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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 127, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
/* line 141, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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 146, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
/* line 154, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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 163, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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 171, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
/* line 175, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* line 180, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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 185, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
/* line 190, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
/* line 195, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
/* line 198, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 208, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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(#eee 1%, #fff 15%);
  cursor: text;
}
/* line 220, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
/* line 223, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 227, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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 243, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
/* line 259, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
/* line 262, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
/* line 271, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
/* line 276, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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%, #eee 100%);
  color: #666;
}
/* line 283, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
/* line 285, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* line 290, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
/* line 294, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 304, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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 309, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
/* line 318, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
/* line 321, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
/* line 326, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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 329, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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 337, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
/* line 340, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}
/* line 343, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 350, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl {
  text-align: right;
}
/* line 352, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
/* line 356, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
/* line 361, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
/* line 364, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
/* line 368, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
/* line 372, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}
/* line 374, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
/* line 377, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
/* line 380, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
/* line 386, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
/* line 390, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
/* line 394, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
/* line 397, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
/* line 403, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen-base.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
/* line 407, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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 418, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/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("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* line 9, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen.scss */
.chosen-container {
  user-select: none;
}
/* line 11, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen.scss */
.chosen-container * {
  box-sizing: border-box;
}

/* line 17, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single {
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
}
/* line 20, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search {
  background: url("chosen-sprite.png") no-repeat 100% -20px;
}

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

/* line 34, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices {
  background-image: linear-gradient(#eee 1%, #fff 15%);
}
/* line 38, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
/* line 41, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

/* line 49, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: linear-gradient(#eee 20%, #fff 80%);
}

/* line 56, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/chosen-rails-1.8.3/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  background: url("chosen-sprite.png") no-repeat -30px -20px;
}
/* line 1, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 7, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

/* line 12, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_filter {
  text-align: right;
}

/* line 16, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 22, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 28, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

/* line 33, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 39, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  /* line 45, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_wrapper > div.row > div,
  div.dataTables_length,
  div.dataTables_filter,
  div.dataTables_info,
  div.dataTables_paginate {
    text-align: center;
  }

  /* line 53, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTTT {
    margin-bottom: 0.5em;
  }
}
/* line 59, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 67, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}

/* line 74, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 83, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}

/* line 93, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}

/* line 97, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}

/* line 100, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}

/* line 103, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollBody table.dataTable thead .sorting:after,
div.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
  display: none;
}

/* line 109, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

/* line 114, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead > tr > th {
  padding-right: 30px;
}

/* line 118, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable th:active {
  outline: none;
}

/* Condensed */
/* line 124, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable.table-condensed thead > tr > th {
  padding-right: 20px;
}

/* line 128, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable.table-condensed thead .sorting:after,
table.dataTable.table-condensed thead .sorting_asc:after,
table.dataTable.table-condensed thead .sorting_desc:after {
  top: 6px;
  right: 6px;
}

/* Scrolling */
/* line 136, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 142, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 148, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 154, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}

/* line 159, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
/* line 168, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered.dataTable {
  border-collapse: separate !important;
}

/* line 171, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered thead th,
table.table-bordered thead td {
  border-left-width: 0;
  border-top-width: 0;
}

/* line 176, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered tbody th,
table.table-bordered tbody td {
  border-left-width: 0;
  border-bottom-width: 0;
}

/* line 181, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered tfoot th,
table.table-bordered tfoot td {
  border-left-width: 0;
  border-bottom-width: 0;
}

/* line 186, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered th:last-child,
table.table-bordered td:last-child {
  border-right-width: 0;
}

/* line 190, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/*
 * TableTools styles
 */
/* line 200, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
  background-color: #08C;
  color: white;
}

/* line 206, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
  background-color: #0075b0 !important;
}

/* line 211, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
  color: white;
}

/* line 216, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}

/* line 221, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.DTTT_selectable tbody tr {
  cursor: pointer;
}

/* line 225, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT .btn:hover {
  text-decoration: none !important;
}

/* line 229, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

/* line 233, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}

/* line 237, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}

/* line 241, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}

/* line 246, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT_collection_background {
  z-index: 2002;
}

/* TableTools information display */
/* line 251, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  opacity: 0.95;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

/* line 272, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

/* line 279, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

/* line 284, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

/*
 * FixedColumns styles
 */
/* line 310, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0;
}

/* line 319, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 328, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 336, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}

/* line 342, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}

/* line 349, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
  margin-top: 0 !important;
}

/* line 356, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after {
  display: none;
}

/*
 * FixedHeader styles
 */
/* line 369, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.FixedHeader_Cloned table {
  margin: 0 !important;
}
/* line 34, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
/* line 40, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
/* line 49, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
  display: none;
}
/* line 55, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
/* line 61, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
/* line 68, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
/* line 72, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 12px;
}
/* line 86, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
/* line 91, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
/* line 104, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
/* line 113, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
/* line 116, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
/* line 120, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 126, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
/* line 130, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
/* line 134, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
/* line 140, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
/*
 *  File:         demo_table_jui.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */
/*
 * jQuery UI specific styling
 */
/* line 35, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.paging_two_button .ui-button {
  float: left;
  cursor: pointer;
  cursor: hand;
}

/* line 41, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.paging_full_numbers .ui-button {
  padding: 2px 6px;
  margin: 0;
  cursor: pointer;
  cursor: hand;
  color: #333 !important;
}

/* line 49, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.dataTables_paginate .ui-button {
  margin-right: -0.1em !important;
}

/* line 53, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.paging_full_numbers {
  width: 350px !important;
}

/* line 57, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.dataTables_wrapper .ui-toolbar {
  padding: 5px;
  margin: 0 auto;
}

/* line 62, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.dataTables_paginate {
  width: auto;
}

/* line 66, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.dataTables_info {
  padding-top: 3px;
}

/* line 70, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display thead th {
  padding: 3px 0px 3px 10px;
  cursor: pointer;
  cursor: hand;
}

/* line 76, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
div.dataTables_wrapper .ui-widget-header {
  font-weight: normal;
}

/*
 * Sort arrow icon positioning
 */
/* line 84, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display thead th div.DataTables_sort_wrapper {
  position: relative;
  padding-right: 20px;
  padding-right: 20px;
}

/* line 90, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display thead th div.DataTables_sort_wrapper span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
/* Wrapper only effects the Header and Footer content, not the results in the DataTable */
/* line 114, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
}

/* line 119, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.dataTables_processing {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 11px;
  padding: 2px 0;
}

/* Length is the dropdown which selects the number of items to return */
/* line 133, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.dataTables_length {
  width: 40%;
  float: left;
}

/* Filter is the Search Field  */
/* line 139, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.dataTables_filter {
  width: 50%;
  float: right;
  text-align: right;
  padding: 3px;
}

/* Info is the footer which displays the number of results displaying out of the total number of results  */
/* line 147, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.dataTables_info {
  width: 50%;
  float: left;
}

/* Paginate is the footer which lists the pages */
/* line 153, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.dataTables_paginate {
  float: right;
  text-align: right;
  padding: 3px;
}

/* Pagination nested */
/* line 160, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
  height: 19px;
  width: 19px;
  margin-left: 3px;
  float: left;
}

/* line 167, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.paginate_disabled_previous {
  background-image: url("/assets/dataTables/back_disabled.jpg");
}

/* line 171, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.paginate_enabled_previous {
  background-image: url("/assets/dataTables/back_enabled.jpg");
}

/* line 175, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.paginate_disabled_next {
  background-image: url("/assets/dataTables/forward_disabled.jpg");
}

/* line 179, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.paginate_enabled_next {
  background-image: url("/assets/dataTables/forward_enabled.jpg");
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
/* line 188, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display {
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
}

/* line 195, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display tfoot th {
  padding: 3px 0px 3px 10px;
  font-weight: bold;
  font-weight: normal;
}

/* line 201, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display tr.heading2 td {
  border-bottom: 1px solid #aaa;
}

/* line 205, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display td {
  padding: 3px 10px;
}

/* line 209, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display td.center {
  text-align: center;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
/* line 219, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.sorting_asc {
  background: url(/assets/dataTables/sort_asc-ee6010bb0a8d17e58307136a0fbf0b196d949ab6c50eb66d1ff8f0a7d2a4d48b.png) no-repeat center right;
}

/* line 223, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.sorting_desc {
  background: url(/assets/dataTables/sort_desc-26da8e7eaf746a08dec2928977be21aa67212484540a12042b86aa2d904b80e8.png) no-repeat center right;
}

/* line 227, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.sorting {
  background: url(/assets/dataTables/sort_both-624f0a471a2535c4754e1f6974b0e64ee70d6907738346e2a11d0bff20258b8c.png) no-repeat center right;
}

/* line 231, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.sorting_asc_disabled {
  background: url(/assets/dataTables/sort_asc_disabled-50f0e16f8289b1f09eb0d0494d0eee7ae4717e857a4ed77997bb06cefecb2528.png) no-repeat center right;
}

/* line 235, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.sorting_desc_disabled {
  background: url(/assets/dataTables/sort_desc_disabled-3450cc1e5a1585690226a713a726753b3fa2d177e41338a36e0a3188e3f02663.png) no-repeat center right;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
/* line 245, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display tr.odd.gradeA {
  background-color: #ddffdd;
}

/* line 249, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display tr.even.gradeA {
  background-color: #eeffee;
}

/* line 256, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display tr.odd.gradeA {
  background-color: #ddffdd;
}

/* line 260, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display tr.even.gradeA {
  background-color: #eeffee;
}

/* line 264, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display tr.odd.gradeC {
  background-color: #ddddff;
}

/* line 268, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display tr.even.gradeC {
  background-color: #eeeeff;
}

/* line 272, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display tr.odd.gradeX {
  background-color: #ffdddd;
}

/* line 276, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display tr.even.gradeX {
  background-color: #ffeeee;
}

/* line 280, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display tr.odd.gradeU {
  background-color: #ddd;
}

/* line 284, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display tr.even.gradeU {
  background-color: #eee;
}

/* line 289, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd {
  background-color: #E2E4FF;
}

/* line 293, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even {
  background-color: white;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
/* line 304, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.dataTables_scroll {
  clear: both;
}

/* line 308, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.top, .bottom {
  padding: 15px;
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
}

/* line 314, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.top .dataTables_info {
  float: none;
}

/* line 318, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.clear {
  clear: both;
}

/* line 322, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.dataTables_empty {
  text-align: center;
}

/* line 326, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tfoot input {
  margin: 0.5em 0;
  width: 100%;
  color: #444;
}

/* line 332, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tfoot input.search_init {
  color: #999;
}

/* line 336, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
td.group {
  background-color: #d1cfd0;
  border-bottom: 2px solid #A19B9E;
  border-top: 2px solid #A19B9E;
}

/* line 342, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
td.details {
  background-color: #d1cfd0;
  border: 2px solid #A19B9E;
}

/* line 348, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.example_alt_pagination div.dataTables_info {
  width: 40%;
}

/* line 352, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
}

/* line 364, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.paging_full_numbers a.paginate_button {
  background-color: #ddd;
}

/* line 368, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important;
}

/* line 373, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.paging_full_numbers a.paginate_active {
  background-color: #99B3FF;
}

/* line 377, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display tr.even.row_selected td {
  background-color: #B0BED9;
}

/* line 381, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
table.display tr.odd.row_selected td {
  background-color: #9FAFD1;
}

/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
/* line 390, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd td.sorting_1 {
  background-color: #D3D6FF;
}

/* line 394, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd td.sorting_2 {
  background-color: #DADCFF;
}

/* line 398, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd td.sorting_3 {
  background-color: #E0E2FF;
}

/* line 402, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even td.sorting_1 {
  background-color: #EAEBFF;
}

/* line 406, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even td.sorting_2 {
  background-color: #F2F3FF;
}

/* line 410, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even td.sorting_3 {
  background-color: #F9F9FF;
}

/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
/* line 425, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd.gradeA td.sorting_1 {
  background-color: #c4ffc4;
}

/* line 429, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd.gradeA td.sorting_2 {
  background-color: #d1ffd1;
}

/* line 433, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd.gradeA td.sorting_3 {
  background-color: #d1ffd1;
}

/* line 437, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even.gradeA td.sorting_1 {
  background-color: #d5ffd5;
}

/* line 441, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even.gradeA td.sorting_2 {
  background-color: #e2ffe2;
}

/* line 445, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even.gradeA td.sorting_3 {
  background-color: #e2ffe2;
}

/* line 449, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd.gradeC td.sorting_1 {
  background-color: #c4c4ff;
}

/* line 453, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd.gradeC td.sorting_2 {
  background-color: #d1d1ff;
}

/* line 457, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd.gradeC td.sorting_3 {
  background-color: #d1d1ff;
}

/* line 461, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even.gradeC td.sorting_1 {
  background-color: #d5d5ff;
}

/* line 465, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even.gradeC td.sorting_2 {
  background-color: #e2e2ff;
}

/* line 469, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even.gradeC td.sorting_3 {
  background-color: #e2e2ff;
}

/* line 473, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd.gradeX td.sorting_1 {
  background-color: #ffc4c4;
}

/* line 477, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd.gradeX td.sorting_2 {
  background-color: #ffd1d1;
}

/* line 481, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd.gradeX td.sorting_3 {
  background-color: #ffd1d1;
}

/* line 485, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even.gradeX td.sorting_1 {
  background-color: #ffd5d5;
}

/* line 489, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even.gradeX td.sorting_2 {
  background-color: #ffe2e2;
}

/* line 493, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even.gradeX td.sorting_3 {
  background-color: #ffe2e2;
}

/* line 497, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd.gradeU td.sorting_1 {
  background-color: #c4c4c4;
}

/* line 501, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd.gradeU td.sorting_2 {
  background-color: #d1d1d1;
}

/* line 505, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.odd.gradeU td.sorting_3 {
  background-color: #d1d1d1;
}

/* line 509, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even.gradeU td.sorting_1 {
  background-color: #d5d5d5;
}

/* line 513, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even.gradeU td.sorting_2 {
  background-color: #e2e2e2;
}

/* line 517, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
tr.even.gradeU td.sorting_3 {
  background-color: #e2e2e2;
}

/*
 * Row highlighting example
 */
/* line 525, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
  background-color: #ECFFB3;
}

/* line 529, /Users/bdefiori/.rvm/gems/ruby-2.4.0@EventUp/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss */
.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
  background-color: #E6FF99;
}
@import url(fullcalendar.css);
/**
 * selectize.default.css (v0.12.1) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/


.hljs {
  display: block;
  color: #333;
}

.hljs-comment,
.hljs-template_comment,
.diff .hljs-header,
.hljs-javadoc {
  color: #998;
  font-style: italic
}

.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.javascript .hljs-title,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
  color: #333;
  font-weight: bold
}

.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
  color: #099;
}

.hljs-string,
.hljs-tag .hljs-value,
.hljs-phpdoc,
.tex .hljs-formula {
  color: #d14
}

.hljs-title,
.hljs-id,
.coffeescript .hljs-params,
.scss .hljs-preprocessor {
  color: #900;
  font-weight: bold
}

.javascript .hljs-title,
.lisp .hljs-title,
.clojure .hljs-title,
.hljs-subst {
  font-weight: normal
}

.hljs-class .hljs-title,
.haskell .hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
  color: #458;
  font-weight: bold
}

.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rules .hljs-property,
.django .hljs-tag .hljs-keyword {
  color: #000080;
  font-weight: normal
}

.hljs-attribute,
.lisp .hljs-body {
  color: #008080
}

.hljs-variable,
.hljs-regexp {
  color: #009926;
  font-weight: bold
}

.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
  color: #990073
}

.hljs-built_in,
.lisp .hljs-title,
.clojure .hljs-built_in {
  color: #0086b3
}

.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #999;
  font-weight: bold
}

.hljs-deletion {
  background: #fdd
}

.hljs-addition {
  background: #dfd
}

.diff .hljs-change {
  background: #0086b3
}

.hljs-chunk {
  color: #aaa
}
/**
* A stylesheet for use with Bootstrap 3.x
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://www.improvely.com/
*/

/* Container Appearance */


.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  width:278px;
}

.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker.dropup{
  margin-top: -5px;
}
.daterangepicker.dropup:before{
  top: initial;
  bottom:-7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after{
  top: initial;
  bottom:-6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

/* Calendars */

.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker .calendar-table {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  color: #999;
  background: #fff;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #eee;
}

.daterangepicker td.in-range {
  background: #ebf4f8;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

.daterangepicker th.month {
  width: auto;
}

/* Text Input Above Each Calendar */

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

.daterangepicker .input-mini.active {
  border: 1px solid #357ebd;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

/* Time Picker */

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* Predefined Ranges */

.daterangepicker .ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  cursor: pointer;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker{
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .calendar{
    float:left;
  }

  .daterangepicker .calendar.right {
    margin-left: 0;
  }

  .daterangepicker .left .daterangepicker_input {
    padding-right: 12px;
  }

  .daterangepicker .calendar.left .calendar-table {
    padding-right: 12px;
  }

  .daterangepicker .ranges,
  .daterangepicker .calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left;
  }
  .daterangepicker .calendar.left {
    clear: none;
  }
}
/*
 * 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 bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *










 */


.results-table thead {
    background-color: #fff;
}

.results-table img {
    max-width: 200px;
    max-height: 200px;
}

.chart {
    height: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.chart > .results-container {
    height: 300px;
    border: solid 1px #ddd;
    overflow: scroll;
    text-align: left;
}


