/* line 1, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-results {
  display: block;
}

/* line 64, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, ../../local/bundle/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 1, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 19, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 23, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 34, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 38, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 48, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 51, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 57, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 64, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 72, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 77, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 83, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 87, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 94, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 100, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 105, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

/* line 110, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

/* line 117, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 126, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 130, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 136, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 141, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

/* line 162, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 172, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 179, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 185, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 191, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 204, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 208, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 215, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 231, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 235, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 239, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 251, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 252, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 253, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 258, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 263, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 270, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 275, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 279, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 284, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 290, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 294, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 298, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 311, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 315, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 319, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 323, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 328, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 334, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 343, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

/* line 351, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 356, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 363, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

/* line 370, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 377, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 384, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 392, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 393, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 395, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 399, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 404, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 412, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_scroller_box {
  position: relative;
}

/* line 420, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

/* line 430, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 433, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 439, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 442, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 447, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 452, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 458, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 465, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 472, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 476, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 480, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 485, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 491, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 499, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 505, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 509, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 510, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 511, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 513, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 517, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 520, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 528, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */
}

/* line 552, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

/* line 7, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-button {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="#f5c86c" d="M2 2h8v8H2z"/><path fill="#f56c6c" d="M12 2h8v8h-8z"/><path fill="#f46ac6" d="M22 2h8v8h-8z"/><path fill="#c3f167" d="M2 12h8v8H2z"/><path fill="#f3f3f3" d="M12 12h8v8h-8z"/><path fill="#c76cf5" d="M22 12h8v8h-8z"/><path fill="#69e369" d="M2 22h8v8H2z"/><path fill="#6bc6f4" d="M12 22h8v8h-8z"/><path fill="#6b6bf5" d="M22 22h8v8h-8z"/><path d="M9 3v6H3V3h6m1-1H2v8h8V2zm9 1v6h-6V3h6m1-1h-8v8h8V2zm9 1v6h-6V3h6m1-1h-8v8h8V2zM9 13v6H3v-6h6m1-1H2v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zM9 23v6H3v-6h6m1-1H2v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8z" opacity=".25"/></svg>') center center no-repeat;
  background-size: cover;
  /*background: url(/palette-color-picker-icon.svg) center center no-repeat;*/
  cursor: pointer;
  box-shadow: 0 0 0 1px #bbb;
  /*outline: 1px solid $cpfp-border;*/
  border: 2px solid #fff;
}

/* line 24, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble {
  display: none;
  margin: 12px 0;
  position: absolute;
  bottom: 100%;
  width: 220px;
  padding: 10px 8px 8px 8px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background-color: #fff;
}

/* line 36, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble:after, .palette-color-picker-bubble:before {
  top: 100%;
  left: 14px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 47, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble:after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

/* line 53, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble:before {
  border-color: transparent;
  border-top-color: #bbb;
  border-width: 9px;
  margin-left: -9px;
}

/* line 61, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.downside {
  bottom: auto;
  top: 100%;
}

/* line 66, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.downside:after, .palette-color-picker-bubble.downside:before {
  top: auto;
  bottom: 100%;
}

/* line 70, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.downside:after {
  border-top-color: transparent;
  border-bottom-color: #fff;
}

/* line 74, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.downside:before {
  border-top-color: transparent;
  border-bottom-color: #bbb;
}

/* line 80, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble .swatch {
  position: relative;
  display: inline-block;
  font: 0/0 a;
  width: 12.66%;
  padding-top: 11.00%;
  margin: 1% 2%;
  outline: 1px solid #bbb;
  border: 2px solid #fff;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}

/* line 94, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.active {
  outline-color: #000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

/* line 102, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.clear {
  background-color: #fff;
}

/* line 104, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.clear:before {
  position: absolute;
  content: '';
  display: block;
  top: -1px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #e00;
  transform-origin: 0 0;
  transform: rotate(45deg);
}

/* line 122, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.double .swatch {
  width: 29.30%;
  padding-top: 11.00%;
  margin: 1% 2%;
}

/* line 127, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.double .swatch.clear:before {
  transform: rotate(22.5deg);
}

/* line 136, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.wide .swatch {
  width: 96.2%;
  padding-top: 11.00%;
  margin: 1% 2%;
}

/* line 140, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.wide .swatch.clear {
  width: 12.66%;
}

/* line 147, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.force-left {
  left: -178px;
}

/* line 149, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.force-left:after, .palette-color-picker-bubble.force-left:before {
  left: 188px;
}

/* line 2, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/inputs/numeric-range-filter.scss */
.filter_numeric_range_filter input[type=number] {
  width: 96px;
  padding-right: 0;
}

/* line 7, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/inputs/numeric-range-filter.scss */
.filter_numeric_range_filter .separator {
  display: inline-block;
  width: 12px;
  text-align: center;
}

/* line 2, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/inputs/date-time-picker-filter.scss */
.filter_date_time_picker_filter li {
  list-style: none;
  margin-bottom: 5px;
}

/* line 5, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/inputs/date-time-picker-filter.scss */
.filter_date_time_picker_filter li label {
  display: none;
}

/* line 1, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/inputs/color-picker.scss */
.palette-color-picker-bubble {
  padding: 14px 0 14px 16px;
  z-index: 10;
}

/* line 2, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/inputs/date-time-picker.scss */
input.date-time-picker-input[type=text] {
  width: 110px;
}

/* line 1, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/inputs/select2.scss */
.select2-search__field {
  line-height: 20px;
}

/* line 4, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-list-container {
  display: inline-block;
  width: 80%;
}

/* line 8, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-list-container .selected-item {
  height: 25px;
}

/* line 13, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item {
  display: table;
  cursor: pointer;
}

/* line 17, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item::before {
  color: #aaa;
  content: '\2716\00a0\00a0';
}

/* line 23, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item:hover::before {
  color: #333;
}

/* line 10, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container {
  text-align: center;
}

/* line 13, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch {
  cursor: pointer;
  background: #6a7176;
  background-image: linear-gradient(180deg, #6a7176, #4d5256);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #fff inset;
  width: 40px;
  height: 16px;
  display: inline-block;
  position: relative;
}

/* line 25, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch::before {
  content: '';
  background: #fff;
  background-image: linear-gradient(180deg, #fff, #dfe1e2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #fff inset;
  display: inline-block;
  width: 20px;
  height: 12px;
  position: absolute;
  left: 3px;
  top: 2px;
  transition: all .25s linear;
  transform: translateX(0);
}

/* line 43, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch.on {
  background: #4dbcff;
  background-image: linear-gradient(180deg, #4dbcff, #2f749e);
}

/* line 47, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch.on::before {
  left: calc(100% - 23px);
}

/* line 1, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container {
  max-width: 125px;
  max-height: 50px;
}

/* line 5, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag {
  height: 28px;
  width: 125px;
}

/* line 9, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag .status_tag {
  cursor: pointer;
}

/* line 14, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag-hidden {
  display: none;
}

/* line 18, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .select-container-hidden {
  display: none;
}

/* line 22, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag-select {
  width: 100%;
  height: 100%;
}

/* line 28, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.select2-container {
  margin: 0;
}

/* line 17, ../../local/bundle/gems/activeadmin_addons-1.10.0/app/assets/stylesheets/activeadmin_addons/all.scss */
li.error .select2-selection {
  border-color: #932419;
}
.spinner-cube-grid{width:40px;height:40px}.spinner-cube-grid .sk-cube{width:33%;height:33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.spinner-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.spinner-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.spinner-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.spinner-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.spinner-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.spinner-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.spinner-cube-grid .sk-cube7{-webkit-animation-delay:0s;animation-delay:0s}.spinner-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.spinner-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,70%,to{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,70%,to{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.spinner-circle-line{margin:10px auto 0;width:70px;text-align:center}.spinner-circle-line>div{width:18px;height:18px;background-color:#333;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner-circle-line .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner-circle-line .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.spinner-circles{width:40px;height:40px;position:relative;text-align:center;-webkit-animation:sk-rotate 2s infinite linear;animation:sk-rotate 2s infinite linear}.dot1,.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#333;border-radius:100%;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-rotate{to{-webkit-transform:rotate(1turn)}}@keyframes sk-rotate{to{transform:rotate(1turn);-webkit-transform:rotate(1turn)}}.spinner-cube{width:40px;height:40px;background-color:#333;margin:100px auto;-webkit-animation:sk-rotateplane 1.2s infinite ease-in-out;animation:sk-rotateplane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}to{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes sk-rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.spinner-cubes{width:40px;height:40px;position:relative}.cube1,.cube2{background-color:#333;width:15px;height:15px;position:absolute;top:0;left:0;-webkit-animation:sk-cubemove 1.8s infinite ease-in-out;animation:sk-cubemove 1.8s infinite ease-in-out}.cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-cubemove{25%{-webkit-transform:translateX(42px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}to{-webkit-transform:rotate(-1turn)}}@keyframes sk-cubemove{25%{transform:translateX(42px) rotate(-90deg) scale(.5);-webkit-transform:translateX(42px) rotate(-90deg) scale(.5)}50%{transform:translateX(42px) translateY(42px) rotate(-179deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-179deg)}50.1%{transform:translateX(42px) translateY(42px) rotate(-180deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}to{transform:rotate(-1turn);-webkit-transform:rotate(-1turn)}}.spinner-pump{width:40px;height:40px;position:relative}.double-bounce1,.double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-bounce{0%,to{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.spinner-pulsar{width:40px;height:40px;background-color:#333;border-radius:100%;-webkit-animation:sk-scaleout 1s infinite ease-in-out;animation:sk-scaleout 1s infinite ease-in-out}@-webkit-keyframes sk-scaleout{0%{-webkit-transform:scale(0)}to{-webkit-transform:scale(1);opacity:0}}@keyframes sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.spinner-accordion{margin:100px auto;width:50px;height:40px;text-align:center;font-size:10px}.spinner-accordion>div{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.spinner-accordion.rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.spinner-accordion .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.spinner-accordion .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner-accordion.rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-stretchdelay{0%,40%,to{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,to{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.no-scroll{overflow:hidden}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs/dt-1.10.16/b-1.5.1/b-html5-1.5.1
 *
 * Included libraries:
 *   DataTables 1.10.16, Buttons 1.5.1, HTML5 export 1.5.1
 */

 table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}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}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:0.5}table.dataTable thead .sorting:after{opacity:0.2;content:"\e150"}table.dataTable thead .sorting_asc:after{content:"\e155"}table.dataTable thead .sorting_desc:after{content:"\e156"}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody>table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after{display:none}div.dataTables_scrollBody>table>tbody>tr:first-child>th,div.dataTables_scrollBody>table>tbody>tr:first-child>td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}


 @keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}ul.dt-button-collection.dropdown-menu{display:block;z-index:2002;-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}ul.dt-button-collection.dropdown-menu.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}ul.dt-button-collection.dropdown-menu.fixed.two-column{margin-left:-150px}ul.dt-button-collection.dropdown-menu.fixed.three-column{margin-left:-225px}ul.dt-button-collection.dropdown-menu.fixed.four-column{margin-left:-300px}ul.dt-button-collection.dropdown-menu>*{-webkit-column-break-inside:avoid;break-inside:avoid}ul.dt-button-collection.dropdown-menu.two-column{width:300px;padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}ul.dt-button-collection.dropdown-menu.three-column{width:450px;padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}ul.dt-button-collection.dropdown-menu.four-column{width:600px;padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}ul.dt-button-collection.dropdown-menu .dt-button{border-radius:0}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2001}@media screen and (max-width: 767px){div.dt-buttons{float:none;width:100%;text-align:center;margin-bottom:0.5em}div.dt-buttons a.btn{float:none}}div.dt-buttons button.btn.processing,div.dt-buttons div.btn.processing,div.dt-buttons a.btn.processing{color:rgba(0,0,0,0.2)}div.dt-buttons button.btn.processing:after,div.dt-buttons div.btn.processing:after,div.dt-buttons a.btn.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:' ';border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear}
@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 121, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 165, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 305, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend, legend.label {
  border: 0;
  padding: 0;
}

/* line 399, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar, #header {
    display: none;
  }
  /* line 77, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret, .scopes li.scope > a > .caret, .table_tools .index > .caret, .table_tools .batch_actions_selector .btn > .dropdown_menu_button:after, .table_tools .batch_actions_selector .scopes li.scope > a > .dropdown_menu_button:after, .scopes .table_tools .batch_actions_selector li.scope > a > .dropdown_menu_button:after, .table_tools .batch_actions_selector .index > .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropdown_menu_button > .caret, .table_tools .batch_actions_selector .dropdown_menu_button > .dropdown_menu_button:after, form .actions li input > .caret, form .actions li .table_tools .batch_actions_selector input > .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li input > .dropdown_menu_button:after, form .actions li a > .caret, form .actions li .table_tools .batch_actions_selector a > .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li a > .dropdown_menu_button:after, .member_link > .caret, .table_tools .batch_actions_selector .member_link > .dropdown_menu_button:after, .ui-sortable-handle > .caret, .table_tools .batch_actions_selector .ui-sortable-handle > .dropdown_menu_button:after, ul.scopes li.scope a > .caret, ul.scopes li.scope .table_tools .batch_actions_selector a > .dropdown_menu_button:after, .table_tools .batch_actions_selector ul.scopes li.scope a > .dropdown_menu_button:after, .filter_form .buttons input > .caret, .filter_form .buttons .table_tools .batch_actions_selector input > .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons input > .dropdown_menu_button:after, .filter_form .buttons a > .caret, .filter_form .buttons .table_tools .batch_actions_selector a > .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons a > .dropdown_menu_button:after, #title_bar .action_item a > .caret, #title_bar .action_item .table_tools .batch_actions_selector a > .dropdown_menu_button:after, .table_tools .batch_actions_selector #title_bar .action_item a > .dropdown_menu_button:after,
.dropup > .btn > .caret,
.table_tools .dropup > .index > .caret,
.table_tools .batch_actions_selector .dropup > .btn > .dropdown_menu_button:after,
.table_tools .batch_actions_selector .dropup > .index > .dropdown_menu_button:after,
.table_tools .batch_actions_selector .dropup > .dropdown_menu_button > .caret,
.table_tools .batch_actions_selector .dropup > .dropdown_menu_button > .dropdown_menu_button:after,
form .actions li .dropup > input > .caret,
form .actions li .table_tools .batch_actions_selector .dropup > input > .dropdown_menu_button:after,
.table_tools .batch_actions_selector form .actions li .dropup > input > .dropdown_menu_button:after,
form .actions li .dropup > a > .caret,
form .actions li .table_tools .batch_actions_selector .dropup > a > .dropdown_menu_button:after,
.table_tools .batch_actions_selector form .actions li .dropup > a > .dropdown_menu_button:after,
.dropup > .member_link > .caret,
.table_tools .batch_actions_selector .dropup > .member_link > .dropdown_menu_button:after,
.dropup > .ui-sortable-handle > .caret,
.table_tools .batch_actions_selector .dropup > .ui-sortable-handle > .dropdown_menu_button:after,
ul.scopes li.scope .dropup > a > .caret,
ul.scopes li.scope .table_tools .batch_actions_selector .dropup > a > .dropdown_menu_button:after,
.table_tools .batch_actions_selector ul.scopes li.scope .dropup > a > .dropdown_menu_button:after,
.filter_form .buttons .dropup > input > .caret,
.filter_form .buttons .table_tools .batch_actions_selector .dropup > input > .dropdown_menu_button:after,
.table_tools .batch_actions_selector .filter_form .buttons .dropup > input > .dropdown_menu_button:after,
.filter_form .buttons .dropup > a > .caret,
.filter_form .buttons .table_tools .batch_actions_selector .dropup > a > .dropdown_menu_button:after,
.table_tools .batch_actions_selector .filter_form .buttons .dropup > a > .dropdown_menu_button:after,
#title_bar .action_item .dropup > a > .caret,
#title_bar .action_item .table_tools .batch_actions_selector .dropup > a > .dropdown_menu_button:after,
.table_tools .batch_actions_selector #title_bar .action_item .dropup > a > .dropdown_menu_button:after {
    border-top-color: #000 !important;
  }
  /* line 81, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table, .attributes_table table, .index_table, #main_content table {
    border-collapse: collapse !important;
  }
  /* line 88, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td, .attributes_table table td, .index_table td, #main_content table td,
.table th,
.attributes_table table th,
.index_table th,
#main_content table th {
    background-color: #fff !important;
  }
  /* line 94, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-403acfcf0cbaebd1c28b404eec442cea53642644b3a73f91c5a4ab46859af772.woff2) format("woff2"), url(/assets/bootstrap/glyphicons-halflings-regular-0703369a358a012c0011843ae337a8a20270c336948a8668df5cb89a8827299b.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-7c9caa5f4e16169b0129fdf93c84e85ad14d6c107eb1b0ad60b542daf01ee1f0.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-22d0c88a49d7d0ebe45627143a601061a32a46a9b9afd2dc7f457436f5f15f6e.svg#glyphicons_halflingsregular) format("svg");
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon, .member_link, .ui-sortable-handle {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before, .edit_link:before {
  content: "\270f";
}

/* line 45, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before, .view_link:before {
  content: "\e003";
}

/* line 48, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before, .delete_link:before {
  content: "\e020";
}

/* line 64, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before, .ui-sortable-handle:before {
  content: "\e150";
}

/* line 189, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 52, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 58, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 153, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 250, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

/* line 265, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right,
#title_bar blockquote#titlebar_right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 286, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
#title_bar blockquote#titlebar_right footer:before,
blockquote.pull-right small:before,
#title_bar blockquote#titlebar_right small:before,
blockquote.pull-right .small:before,
#title_bar blockquote#titlebar_right .small:before {
  content: "";
}

/* line 287, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
#title_bar blockquote#titlebar_right footer:after,
blockquote.pull-right small:after,
#title_bar blockquote#titlebar_right small:after,
blockquote.pull-right .small:after,
#title_bar blockquote#titlebar_right .small:after {
  content: "\00A0 \2014";
}

/* line 294, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row, #active_admin_content {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, #active_admin_content:before, .row:after, #active_admin_content:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after, #active_admin_content:after {
  clear: both;
}

/* line 43, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, #header .header-item.tab, .col-md-3, #active_admin_content.with_sidebar #sidebar, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, #active_admin_content.without_sidebar #main_content_wrapper, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, #active_admin_content.with_sidebar #main_content_wrapper, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, #new_admin_user .inputs li, #edit_admin_user .inputs li, #new_step .inputs li, #edit_step .inputs li, #edit_timesheet_information .inputs li,
#new_timesheet_log .inputs li, #edit_timesheet_log .inputs li, #edit_followup .inputs li, .col-sm-12, #new_admin_user .inputs li:has(h4), #new_admin_user .inputs li:has(h5), #edit_admin_user .inputs li:has(h4), #edit_admin_user .inputs li:has(h5), #new_step .inputs li:has(h4), #new_step .inputs li:has(h5), #edit_step .inputs li:has(h4), #edit_step .inputs li:has(h5), #edit_timesheet_information .inputs li:has(h4), #edit_timesheet_information .inputs li:has(h5),
#new_timesheet_log .inputs li:has(h4),
#new_timesheet_log .inputs li:has(h5), #edit_timesheet_log .inputs li:has(h4), #edit_timesheet_log .inputs li:has(h5), #edit_followup .inputs li:has(h4), #edit_followup .inputs li:has(h5), .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, #new_admin_user .inputs li, #edit_admin_user .inputs li, #new_step .inputs li, #edit_step .inputs li, #edit_timesheet_information .inputs li,
#new_timesheet_log .inputs li, #edit_timesheet_log .inputs li, #edit_followup .inputs li {
  float: left;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12, #new_admin_user .inputs li, #edit_admin_user .inputs li, #new_step .inputs li, #edit_step .inputs li, #edit_timesheet_information .inputs li,
#new_timesheet_log .inputs li, #edit_timesheet_log .inputs li, #edit_followup .inputs li {
  width: 100%;
}

/* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, #header .header-item.tab, .col-sm-4, .col-sm-5, .col-sm-6, #new_admin_user .inputs li, #edit_admin_user .inputs li, #new_step .inputs li, #edit_step .inputs li, #edit_timesheet_information .inputs li,
#new_timesheet_log .inputs li, #edit_timesheet_log .inputs li, #edit_followup .inputs li, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, #new_admin_user .inputs li:has(h4), #new_admin_user .inputs li:has(h5), #edit_admin_user .inputs li:has(h4), #edit_admin_user .inputs li:has(h5), #new_step .inputs li:has(h4), #new_step .inputs li:has(h5), #edit_step .inputs li:has(h4), #edit_step .inputs li:has(h5), #edit_timesheet_information .inputs li:has(h4), #edit_timesheet_information .inputs li:has(h5),
#new_timesheet_log .inputs li:has(h4),
#new_timesheet_log .inputs li:has(h5), #edit_timesheet_log .inputs li:has(h4), #edit_timesheet_log .inputs li:has(h5), #edit_followup .inputs li:has(h4), #edit_followup .inputs li:has(h5) {
    float: left;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3, #header .header-item.tab {
    width: 25%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6, #new_admin_user .inputs li, #edit_admin_user .inputs li, #new_step .inputs li, #edit_step .inputs li, #edit_timesheet_information .inputs li,
#new_timesheet_log .inputs li, #edit_timesheet_log .inputs li, #edit_followup .inputs li {
    width: 50%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12, #new_admin_user .inputs li:has(h4), #new_admin_user .inputs li:has(h5), #edit_admin_user .inputs li:has(h4), #edit_admin_user .inputs li:has(h5), #new_step .inputs li:has(h4), #new_step .inputs li:has(h5), #edit_step .inputs li:has(h4), #edit_step .inputs li:has(h5), #edit_timesheet_information .inputs li:has(h4), #edit_timesheet_information .inputs li:has(h5),
#new_timesheet_log .inputs li:has(h4),
#new_timesheet_log .inputs li:has(h5), #edit_timesheet_log .inputs li:has(h4), #edit_timesheet_log .inputs li:has(h5), #edit_followup .inputs li:has(h4), #edit_followup .inputs li:has(h5) {
    width: 100%;
  }
  /* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, #active_admin_content.with_sidebar #sidebar, .col-md-4, .col-md-5, .col-md-6, #active_admin_content.without_sidebar #main_content_wrapper, .col-md-7, .col-md-8, .col-md-9, #active_admin_content.with_sidebar #main_content_wrapper, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3, #active_admin_content.with_sidebar #sidebar {
    width: 25%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6, #active_admin_content.without_sidebar #main_content_wrapper {
    width: 50%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9, #active_admin_content.with_sidebar #main_content_wrapper {
    width: 75%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 21, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 36, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table, .attributes_table table, .index_table, #main_content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 52, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th, .attributes_table table > thead > tr > th, .index_table > thead > tr > th, #main_content table > thead > tr > th,
.table > thead > tr > td,
.attributes_table table > thead > tr > td,
.index_table > thead > tr > td,
#main_content table > thead > tr > td,
.table > tbody > tr > th,
.attributes_table table > tbody > tr > th,
.index_table > tbody > tr > th,
#main_content table > tbody > tr > th,
.table > tbody > tr > td,
.attributes_table table > tbody > tr > td,
.index_table > tbody > tr > td,
#main_content table > tbody > tr > td,
.table > tfoot > tr > th,
.attributes_table table > tfoot > tr > th,
.index_table > tfoot > tr > th,
#main_content table > tfoot > tr > th,
.table > tfoot > tr > td,
.attributes_table table > tfoot > tr > td,
.index_table > tfoot > tr > td,
#main_content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 62, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th, .attributes_table table > thead > tr > th, .index_table > thead > tr > th, #main_content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th, .attributes_table table > caption + thead > tr:first-child > th, .index_table > caption + thead > tr:first-child > th, #main_content table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.attributes_table table > caption + thead > tr:first-child > td,
.index_table > caption + thead > tr:first-child > td,
#main_content table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.attributes_table table > colgroup + thead > tr:first-child > th,
.index_table > colgroup + thead > tr:first-child > th,
#main_content table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.attributes_table table > colgroup + thead > tr:first-child > td,
.index_table > colgroup + thead > tr:first-child > td,
#main_content table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.attributes_table table > thead:first-child > tr:first-child > th,
.index_table > thead:first-child > tr:first-child > th,
#main_content table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.attributes_table table > thead:first-child > tr:first-child > td,
.index_table > thead:first-child > tr:first-child > td,
#main_content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 78, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody, .attributes_table table > tbody + tbody, .index_table > tbody + tbody, #main_content table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 83, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .table, .attributes_table table .table, .table .attributes_table table, .attributes_table .table table, .attributes_table table table, .index_table .table, .index_table .attributes_table table, .attributes_table .index_table table, .table .index_table, .attributes_table table .index_table, .index_table .index_table, #main_content table .table, #main_content table .index_table, .table #main_content table, .attributes_table table #main_content table, .index_table #main_content table, #main_content .table table, #main_content .index_table table, #main_content table table {
  background-color: #fff;
}

/* line 96, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 115, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 122, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active, .table_tools .table > thead > tr > td.index.selected, .attributes_table table > thead > tr > td.active, .attributes_table .table_tools table > thead > tr > td.index.selected, .table_tools .attributes_table table > thead > tr > td.index.selected, .index_table > thead > tr > td.active, .table_tools .index_table > thead > tr > td.index.selected, #main_content table > thead > tr > td.active, #main_content .table_tools table > thead > tr > td.index.selected, .table_tools #main_content table > thead > tr > td.index.selected,
.table > thead > tr > th.active,
.table_tools .table > thead > tr > th.index.selected,
.attributes_table table > thead > tr > th.active,
.attributes_table .table_tools table > thead > tr > th.index.selected,
.table_tools .attributes_table table > thead > tr > th.index.selected,
.index_table > thead > tr > th.active,
.table_tools .index_table > thead > tr > th.index.selected,
#main_content table > thead > tr > th.active,
#main_content .table_tools table > thead > tr > th.index.selected,
.table_tools #main_content table > thead > tr > th.index.selected, .table > thead > tr.active > td, .table_tools .table > thead > tr.index.selected > td, .attributes_table table > thead > tr.active > td, .attributes_table .table_tools table > thead > tr.index.selected > td, .table_tools .attributes_table table > thead > tr.index.selected > td, .index_table > thead > tr.active > td, .table_tools .index_table > thead > tr.index.selected > td, #main_content table > thead > tr.active > td, #main_content .table_tools table > thead > tr.index.selected > td, .table_tools #main_content table > thead > tr.index.selected > td, .table > thead > tr.active > th, .table_tools .table > thead > tr.index.selected > th, .attributes_table table > thead > tr.active > th, .attributes_table .table_tools table > thead > tr.index.selected > th, .table_tools .attributes_table table > thead > tr.index.selected > th, .index_table > thead > tr.active > th, .table_tools .index_table > thead > tr.index.selected > th, #main_content table > thead > tr.active > th, #main_content .table_tools table > thead > tr.index.selected > th, .table_tools #main_content table > thead > tr.index.selected > th,
.table > tbody > tr > td.active,
.table_tools .table > tbody > tr > td.index.selected,
.attributes_table table > tbody > tr > td.active,
.attributes_table .table_tools table > tbody > tr > td.index.selected,
.table_tools .attributes_table table > tbody > tr > td.index.selected,
.index_table > tbody > tr > td.active,
.table_tools .index_table > tbody > tr > td.index.selected,
#main_content table > tbody > tr > td.active,
#main_content .table_tools table > tbody > tr > td.index.selected,
.table_tools #main_content table > tbody > tr > td.index.selected,
.table > tbody > tr > th.active,
.table_tools .table > tbody > tr > th.index.selected,
.attributes_table table > tbody > tr > th.active,
.attributes_table .table_tools table > tbody > tr > th.index.selected,
.table_tools .attributes_table table > tbody > tr > th.index.selected,
.index_table > tbody > tr > th.active,
.table_tools .index_table > tbody > tr > th.index.selected,
#main_content table > tbody > tr > th.active,
#main_content .table_tools table > tbody > tr > th.index.selected,
.table_tools #main_content table > tbody > tr > th.index.selected,
.table > tbody > tr.active > td,
.table_tools .table > tbody > tr.index.selected > td,
.attributes_table table > tbody > tr.active > td,
.attributes_table .table_tools table > tbody > tr.index.selected > td,
.table_tools .attributes_table table > tbody > tr.index.selected > td,
.index_table > tbody > tr.active > td,
.table_tools .index_table > tbody > tr.index.selected > td,
#main_content table > tbody > tr.active > td,
#main_content .table_tools table > tbody > tr.index.selected > td,
.table_tools #main_content table > tbody > tr.index.selected > td,
.table > tbody > tr.active > th,
.table_tools .table > tbody > tr.index.selected > th,
.attributes_table table > tbody > tr.active > th,
.attributes_table .table_tools table > tbody > tr.index.selected > th,
.table_tools .attributes_table table > tbody > tr.index.selected > th,
.index_table > tbody > tr.active > th,
.table_tools .index_table > tbody > tr.index.selected > th,
#main_content table > tbody > tr.active > th,
#main_content .table_tools table > tbody > tr.index.selected > th,
.table_tools #main_content table > tbody > tr.index.selected > th,
.table > tfoot > tr > td.active,
.table_tools .table > tfoot > tr > td.index.selected,
.attributes_table table > tfoot > tr > td.active,
.attributes_table .table_tools table > tfoot > tr > td.index.selected,
.table_tools .attributes_table table > tfoot > tr > td.index.selected,
.index_table > tfoot > tr > td.active,
.table_tools .index_table > tfoot > tr > td.index.selected,
#main_content table > tfoot > tr > td.active,
#main_content .table_tools table > tfoot > tr > td.index.selected,
.table_tools #main_content table > tfoot > tr > td.index.selected,
.table > tfoot > tr > th.active,
.table_tools .table > tfoot > tr > th.index.selected,
.attributes_table table > tfoot > tr > th.active,
.attributes_table .table_tools table > tfoot > tr > th.index.selected,
.table_tools .attributes_table table > tfoot > tr > th.index.selected,
.index_table > tfoot > tr > th.active,
.table_tools .index_table > tfoot > tr > th.index.selected,
#main_content table > tfoot > tr > th.active,
#main_content .table_tools table > tfoot > tr > th.index.selected,
.table_tools #main_content table > tfoot > tr > th.index.selected,
.table > tfoot > tr.active > td,
.table_tools .table > tfoot > tr.index.selected > td,
.attributes_table table > tfoot > tr.active > td,
.attributes_table .table_tools table > tfoot > tr.index.selected > td,
.table_tools .attributes_table table > tfoot > tr.index.selected > td,
.index_table > tfoot > tr.active > td,
.table_tools .index_table > tfoot > tr.index.selected > td,
#main_content table > tfoot > tr.active > td,
#main_content .table_tools table > tfoot > tr.index.selected > td,
.table_tools #main_content table > tfoot > tr.index.selected > td,
.table > tfoot > tr.active > th,
.table_tools .table > tfoot > tr.index.selected > th,
.attributes_table table > tfoot > tr.active > th,
.attributes_table .table_tools table > tfoot > tr.index.selected > th,
.table_tools .attributes_table table > tfoot > tr.index.selected > th,
.index_table > tfoot > tr.active > th,
.table_tools .index_table > tfoot > tr.index.selected > th,
#main_content table > tfoot > tr.active > th,
#main_content .table_tools table > tfoot > tr.index.selected > th,
.table_tools #main_content table > tfoot > tr.index.selected > th {
  background-color: #f5f5f5;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover, .table_tools .table-hover > tbody > tr > td.index.selected:hover,
.table-hover > tbody > tr > th.active:hover,
.table_tools .table-hover > tbody > tr > th.index.selected:hover, .table-hover > tbody > tr.active:hover > td, .table_tools .table-hover > tbody > tr.index.selected:hover > td, .table-hover > tbody > tr:hover > .active, .table_tools .table-hover > tbody > tr:hover > .index.selected, #header .header-item.tabs .table-hover > tbody > tr:hover > li.current, .table-hover > tbody > tr.active:hover > th, .table_tools .table-hover > tbody > tr.index.selected:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success, .attributes_table table > thead > tr > td.success, .index_table > thead > tr > td.success, #main_content table > thead > tr > td.success,
.table > thead > tr > th.success,
.attributes_table table > thead > tr > th.success,
.index_table > thead > tr > th.success,
#main_content table > thead > tr > th.success, .table > thead > tr.success > td, .attributes_table table > thead > tr.success > td, .index_table > thead > tr.success > td, #main_content table > thead > tr.success > td, .table > thead > tr.success > th, .attributes_table table > thead > tr.success > th, .index_table > thead > tr.success > th, #main_content table > thead > tr.success > th,
.table > tbody > tr > td.success,
.attributes_table table > tbody > tr > td.success,
.index_table > tbody > tr > td.success,
#main_content table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.attributes_table table > tbody > tr > th.success,
.index_table > tbody > tr > th.success,
#main_content table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.attributes_table table > tbody > tr.success > td,
.index_table > tbody > tr.success > td,
#main_content table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.attributes_table table > tbody > tr.success > th,
.index_table > tbody > tr.success > th,
#main_content table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.attributes_table table > tfoot > tr > td.success,
.index_table > tfoot > tr > td.success,
#main_content table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.attributes_table table > tfoot > tr > th.success,
.index_table > tfoot > tr > th.success,
#main_content table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.attributes_table table > tfoot > tr.success > td,
.index_table > tfoot > tr.success > td,
#main_content table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.attributes_table table > tfoot > tr.success > th,
.index_table > tfoot > tr.success > th,
#main_content table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info, .attributes_table table > thead > tr > td.info, .index_table > thead > tr > td.info, #main_content table > thead > tr > td.info,
.table > thead > tr > th.info,
.attributes_table table > thead > tr > th.info,
.index_table > thead > tr > th.info,
#main_content table > thead > tr > th.info, .table > thead > tr.info > td, .attributes_table table > thead > tr.info > td, .index_table > thead > tr.info > td, #main_content table > thead > tr.info > td, .table > thead > tr.info > th, .attributes_table table > thead > tr.info > th, .index_table > thead > tr.info > th, #main_content table > thead > tr.info > th,
.table > tbody > tr > td.info,
.attributes_table table > tbody > tr > td.info,
.index_table > tbody > tr > td.info,
#main_content table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.attributes_table table > tbody > tr > th.info,
.index_table > tbody > tr > th.info,
#main_content table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.attributes_table table > tbody > tr.info > td,
.index_table > tbody > tr.info > td,
#main_content table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.attributes_table table > tbody > tr.info > th,
.index_table > tbody > tr.info > th,
#main_content table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.attributes_table table > tfoot > tr > td.info,
.index_table > tfoot > tr > td.info,
#main_content table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.attributes_table table > tfoot > tr > th.info,
.index_table > tfoot > tr > th.info,
#main_content table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.attributes_table table > tfoot > tr.info > td,
.index_table > tfoot > tr.info > td,
#main_content table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.attributes_table table > tfoot > tr.info > th,
.index_table > tfoot > tr.info > th,
#main_content table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning, .attributes_table table > thead > tr > td.warning, .index_table > thead > tr > td.warning, #main_content table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.attributes_table table > thead > tr > th.warning,
.index_table > thead > tr > th.warning,
#main_content table > thead > tr > th.warning, .table > thead > tr.warning > td, .attributes_table table > thead > tr.warning > td, .index_table > thead > tr.warning > td, #main_content table > thead > tr.warning > td, .table > thead > tr.warning > th, .attributes_table table > thead > tr.warning > th, .index_table > thead > tr.warning > th, #main_content table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.attributes_table table > tbody > tr > td.warning,
.index_table > tbody > tr > td.warning,
#main_content table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.attributes_table table > tbody > tr > th.warning,
.index_table > tbody > tr > th.warning,
#main_content table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.attributes_table table > tbody > tr.warning > td,
.index_table > tbody > tr.warning > td,
#main_content table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.attributes_table table > tbody > tr.warning > th,
.index_table > tbody > tr.warning > th,
#main_content table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.attributes_table table > tfoot > tr > td.warning,
.index_table > tfoot > tr > td.warning,
#main_content table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.attributes_table table > tfoot > tr > th.warning,
.index_table > tfoot > tr > th.warning,
#main_content table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.attributes_table table > tfoot > tr.warning > td,
.index_table > tfoot > tr.warning > td,
#main_content table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.attributes_table table > tfoot > tr.warning > th,
.index_table > tfoot > tr.warning > th,
#main_content table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger, .attributes_table table > thead > tr > td.danger, .index_table > thead > tr > td.danger, #main_content table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.attributes_table table > thead > tr > th.danger,
.index_table > thead > tr > th.danger,
#main_content table > thead > tr > th.danger, .table > thead > tr.danger > td, .attributes_table table > thead > tr.danger > td, .index_table > thead > tr.danger > td, #main_content table > thead > tr.danger > td, .table > thead > tr.danger > th, .attributes_table table > thead > tr.danger > th, .index_table > thead > tr.danger > th, #main_content table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.attributes_table table > tbody > tr > td.danger,
.index_table > tbody > tr > td.danger,
#main_content table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.attributes_table table > tbody > tr > th.danger,
.index_table > tbody > tr > th.danger,
#main_content table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.attributes_table table > tbody > tr.danger > td,
.index_table > tbody > tr.danger > td,
#main_content table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.attributes_table table > tbody > tr.danger > th,
.index_table > tbody > tr.danger > th,
#main_content table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.attributes_table table > tfoot > tr > td.danger,
.index_table > tfoot > tr > td.danger,
#main_content table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.attributes_table table > tfoot > tr > th.danger,
.index_table > tfoot > tr > th.danger,
#main_content table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.attributes_table table > tfoot > tr.danger > td,
.index_table > tfoot > tr.danger > td,
#main_content table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.attributes_table table > tfoot > tr.danger > th,
.index_table > tfoot > tr.danger > th,
#main_content table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive, .index_as_table {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 171, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive, .index_as_table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table, .attributes_table .table-responsive > table, .table-responsive > .index_table, .index_as_table > .table, .attributes_table .index_as_table > table, .index_as_table > .index_table, #main_content .table-responsive > table, #main_content .index_as_table > table {
    margin-bottom: 0;
  }
  /* line 191, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th, .attributes_table .table-responsive > table > thead > tr > th, .table-responsive > .index_table > thead > tr > th, .index_as_table > .table > thead > tr > th, .attributes_table .index_as_table > table > thead > tr > th, .index_as_table > .index_table > thead > tr > th, #main_content .table-responsive > table > thead > tr > th, #main_content .index_as_table > table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.attributes_table .table-responsive > table > thead > tr > td,
.table-responsive > .index_table > thead > tr > td,
.index_as_table > .table > thead > tr > td,
.attributes_table .index_as_table > table > thead > tr > td,
.index_as_table > .index_table > thead > tr > td,
#main_content .table-responsive > table > thead > tr > td,
#main_content .index_as_table > table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.attributes_table .table-responsive > table > tbody > tr > th,
.table-responsive > .index_table > tbody > tr > th,
.index_as_table > .table > tbody > tr > th,
.attributes_table .index_as_table > table > tbody > tr > th,
.index_as_table > .index_table > tbody > tr > th,
#main_content .table-responsive > table > tbody > tr > th,
#main_content .index_as_table > table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.attributes_table .table-responsive > table > tbody > tr > td,
.table-responsive > .index_table > tbody > tr > td,
.index_as_table > .table > tbody > tr > td,
.attributes_table .index_as_table > table > tbody > tr > td,
.index_as_table > .index_table > tbody > tr > td,
#main_content .table-responsive > table > tbody > tr > td,
#main_content .index_as_table > table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.attributes_table .table-responsive > table > tfoot > tr > th,
.table-responsive > .index_table > tfoot > tr > th,
.index_as_table > .table > tfoot > tr > th,
.attributes_table .index_as_table > table > tfoot > tr > th,
.index_as_table > .index_table > tfoot > tr > th,
#main_content .table-responsive > table > tfoot > tr > th,
#main_content .index_as_table > table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td,
.attributes_table .table-responsive > table > tfoot > tr > td,
.table-responsive > .index_table > tfoot > tr > td,
.index_as_table > .table > tfoot > tr > td,
.attributes_table .index_as_table > table > tfoot > tr > td,
.index_as_table > .index_table > tfoot > tr > td,
#main_content .table-responsive > table > tfoot > tr > td,
#main_content .index_as_table > table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered, .index_as_table > .table-bordered {
    border: 0;
  }
  /* line 208, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child, .index_as_table > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.index_as_table > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.index_as_table > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.index_as_table > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.index_as_table > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child,
.index_as_table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child, .index_as_table > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.index_as_table > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.index_as_table > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.index_as_table > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.index_as_table > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child,
.index_as_table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .index_as_table > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.index_as_table > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.index_as_table > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td,
.index_as_table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
legend, legend.label {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], #title_bar .action_item a.action-item-disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"],
#title_bar .action_item a.action-item-disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 133, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control, form .inputs li input, form .inputs li select, form .inputs li textarea, .filter_form .filter_form_field input, .filter_form .filter_form_field select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus, form .inputs li input:focus, form .inputs li select:focus, form .inputs li textarea:focus, .filter_form .filter_form_field input:focus, .filter_form .filter_form_field select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder, form .inputs li input::-moz-placeholder, form .inputs li select::-moz-placeholder, form .inputs li textarea::-moz-placeholder, .filter_form .filter_form_field input::-moz-placeholder, .filter_form .filter_form_field select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder, form .inputs li input:-ms-input-placeholder, form .inputs li select:-ms-input-placeholder, form .inputs li textarea:-ms-input-placeholder, .filter_form .filter_form_field input:-ms-input-placeholder, .filter_form .filter_form_field select:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder, form .inputs li input::-webkit-input-placeholder, form .inputs li select::-webkit-input-placeholder, form .inputs li textarea::-webkit-input-placeholder, .filter_form .filter_form_field input::-webkit-input-placeholder, .filter_form .filter_form_field select::-webkit-input-placeholder {
  color: #999;
}

/* line 155, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand, form .inputs li input::-ms-expand, form .inputs li select::-ms-expand, form .inputs li textarea::-ms-expand, .filter_form .filter_form_field input::-ms-expand, .filter_form .filter_form_field select::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], form .inputs li input[disabled], form .inputs li select[disabled], form .inputs li textarea[disabled], .filter_form .filter_form_field input[disabled], .filter_form .filter_form_field select[disabled], .form-control[readonly], form .inputs li input[readonly], form .inputs li select[readonly], form .inputs li textarea[readonly], .filter_form .filter_form_field input[readonly], .filter_form .filter_form_field select[readonly], fieldset[disabled] .form-control, fieldset[disabled] form .inputs li input, form .inputs li fieldset[disabled] input, fieldset[disabled] form .inputs li select, form .inputs li fieldset[disabled] select, fieldset[disabled] form .inputs li textarea, form .inputs li fieldset[disabled] textarea, fieldset[disabled] .filter_form .filter_form_field input, .filter_form .filter_form_field fieldset[disabled] input, fieldset[disabled] .filter_form .filter_form_field select, .filter_form .filter_form_field fieldset[disabled] select {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], form .inputs li input[disabled], form .inputs li select[disabled], form .inputs li textarea[disabled], .filter_form .filter_form_field input[disabled], .filter_form .filter_form_field select[disabled], fieldset[disabled] .form-control, fieldset[disabled] form .inputs li input, form .inputs li fieldset[disabled] input, fieldset[disabled] form .inputs li select, form .inputs li fieldset[disabled] select, fieldset[disabled] form .inputs li textarea, form .inputs li fieldset[disabled] textarea, fieldset[disabled] .filter_form .filter_form_field input, .filter_form .filter_form_field fieldset[disabled] input, fieldset[disabled] .filter_form .filter_form_field select, .filter_form .filter_form_field fieldset[disabled] select {
  cursor: not-allowed;
}

/* line 181, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"], form .inputs li input[type="date"], form .inputs li select[type="date"], form .inputs li textarea[type="date"], .filter_form .filter_form_field input[type="date"], .filter_form .filter_form_field select[type="date"],
input.form-control[type="time"],
form .inputs li input[type="time"],
form .inputs li select[type="time"],
form .inputs li textarea[type="time"],
.filter_form .filter_form_field input[type="time"],
.filter_form .filter_form_field select[type="time"],
input.form-control[type="datetime-local"],
form .inputs li input[type="datetime-local"],
form .inputs li select[type="datetime-local"],
form .inputs li textarea[type="datetime-local"],
.filter_form .filter_form_field input[type="datetime-local"],
.filter_form .filter_form_field select[type="datetime-local"],
input.form-control[type="month"],
form .inputs li input[type="month"],
form .inputs li select[type="month"],
form .inputs li textarea[type="month"],
.filter_form .filter_form_field input[type="month"],
.filter_form .filter_form_field select[type="month"] {
    line-height: 34px;
  }
  /* line 204, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"], form .inputs li .input-group-sm > select[type="date"], form .inputs li .input-group-sm > textarea[type="date"], .filter_form .filter_form_field .input-group-sm > select[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"],
.scopes .input-group-sm > li.scope.input-group-btn > a[type="date"],
.table_tools .input-group-sm > .input-group-btn > .index[type="date"],
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .dropdown_menu_button[type="date"],
form .actions li .input-group-sm > .input-group-btn > input[type="date"],
form .actions li .input-group-sm > .input-group-btn > a[type="date"],
.input-group-sm > .input-group-btn > .member_link[type="date"],
.input-group-sm > .input-group-btn > .ui-sortable-handle[type="date"],
ul.scopes li.scope .input-group-sm > .input-group-btn > a[type="date"],
.filter_form .buttons .input-group-sm > .input-group-btn > input[type="date"],
.filter_form .buttons .input-group-sm > .input-group-btn > a[type="date"],
#title_bar .action_item .input-group-sm > .input-group-btn > a[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
form .inputs li .input-group-sm > select[type="time"],
form .inputs li .input-group-sm > textarea[type="time"],
.filter_form .filter_form_field .input-group-sm > select[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"],
.scopes .input-group-sm > li.scope.input-group-btn > a[type="time"],
.table_tools .input-group-sm > .input-group-btn > .index[type="time"],
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .dropdown_menu_button[type="time"],
form .actions li .input-group-sm > .input-group-btn > input[type="time"],
form .actions li .input-group-sm > .input-group-btn > a[type="time"],
.input-group-sm > .input-group-btn > .member_link[type="time"],
.input-group-sm > .input-group-btn > .ui-sortable-handle[type="time"],
ul.scopes li.scope .input-group-sm > .input-group-btn > a[type="time"],
.filter_form .buttons .input-group-sm > .input-group-btn > input[type="time"],
.filter_form .buttons .input-group-sm > .input-group-btn > a[type="time"],
#title_bar .action_item .input-group-sm > .input-group-btn > a[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
form .inputs li .input-group-sm > select[type="datetime-local"],
form .inputs li .input-group-sm > textarea[type="datetime-local"],
.filter_form .filter_form_field .input-group-sm > select[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"],
.scopes .input-group-sm > li.scope.input-group-btn > a[type="datetime-local"],
.table_tools .input-group-sm > .input-group-btn > .index[type="datetime-local"],
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .dropdown_menu_button[type="datetime-local"],
form .actions li .input-group-sm > .input-group-btn > input[type="datetime-local"],
form .actions li .input-group-sm > .input-group-btn > a[type="datetime-local"],
.input-group-sm > .input-group-btn > .member_link[type="datetime-local"],
.input-group-sm > .input-group-btn > .ui-sortable-handle[type="datetime-local"],
ul.scopes li.scope .input-group-sm > .input-group-btn > a[type="datetime-local"],
.filter_form .buttons .input-group-sm > .input-group-btn > input[type="datetime-local"],
.filter_form .buttons .input-group-sm > .input-group-btn > a[type="datetime-local"],
#title_bar .action_item .input-group-sm > .input-group-btn > a[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
form .inputs li .input-group-sm > select[type="month"],
form .inputs li .input-group-sm > textarea[type="month"],
.filter_form .filter_form_field .input-group-sm > select[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"],
.scopes .input-group-sm > li.scope.input-group-btn > a[type="month"],
.table_tools .input-group-sm > .input-group-btn > .index[type="month"],
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .dropdown_menu_button[type="month"],
form .actions li .input-group-sm > .input-group-btn > input[type="month"],
form .actions li .input-group-sm > .input-group-btn > a[type="month"],
.input-group-sm > .input-group-btn > .member_link[type="month"],
.input-group-sm > .input-group-btn > .ui-sortable-handle[type="month"],
ul.scopes li.scope .input-group-sm > .input-group-btn > a[type="month"],
.filter_form .buttons .input-group-sm > .input-group-btn > input[type="month"],
.filter_form .buttons .input-group-sm > .input-group-btn > a[type="month"],
#title_bar .action_item .input-group-sm > .input-group-btn > a[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 209, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"], form .inputs li .input-group-lg > select[type="date"], form .inputs li .input-group-lg > textarea[type="date"], .filter_form .filter_form_field .input-group-lg > select[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"],
.scopes .input-group-lg > li.scope.input-group-btn > a[type="date"],
.table_tools .input-group-lg > .input-group-btn > .index[type="date"],
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .dropdown_menu_button[type="date"],
form .actions li .input-group-lg > .input-group-btn > input[type="date"],
form .actions li .input-group-lg > .input-group-btn > a[type="date"],
.input-group-lg > .input-group-btn > .member_link[type="date"],
.input-group-lg > .input-group-btn > .ui-sortable-handle[type="date"],
ul.scopes li.scope .input-group-lg > .input-group-btn > a[type="date"],
.filter_form .buttons .input-group-lg > .input-group-btn > input[type="date"],
.filter_form .buttons .input-group-lg > .input-group-btn > a[type="date"],
#title_bar .action_item .input-group-lg > .input-group-btn > a[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
form .inputs li .input-group-lg > select[type="time"],
form .inputs li .input-group-lg > textarea[type="time"],
.filter_form .filter_form_field .input-group-lg > select[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"],
.scopes .input-group-lg > li.scope.input-group-btn > a[type="time"],
.table_tools .input-group-lg > .input-group-btn > .index[type="time"],
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .dropdown_menu_button[type="time"],
form .actions li .input-group-lg > .input-group-btn > input[type="time"],
form .actions li .input-group-lg > .input-group-btn > a[type="time"],
.input-group-lg > .input-group-btn > .member_link[type="time"],
.input-group-lg > .input-group-btn > .ui-sortable-handle[type="time"],
ul.scopes li.scope .input-group-lg > .input-group-btn > a[type="time"],
.filter_form .buttons .input-group-lg > .input-group-btn > input[type="time"],
.filter_form .buttons .input-group-lg > .input-group-btn > a[type="time"],
#title_bar .action_item .input-group-lg > .input-group-btn > a[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
form .inputs li .input-group-lg > select[type="datetime-local"],
form .inputs li .input-group-lg > textarea[type="datetime-local"],
.filter_form .filter_form_field .input-group-lg > select[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"],
.scopes .input-group-lg > li.scope.input-group-btn > a[type="datetime-local"],
.table_tools .input-group-lg > .input-group-btn > .index[type="datetime-local"],
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .dropdown_menu_button[type="datetime-local"],
form .actions li .input-group-lg > .input-group-btn > input[type="datetime-local"],
form .actions li .input-group-lg > .input-group-btn > a[type="datetime-local"],
.input-group-lg > .input-group-btn > .member_link[type="datetime-local"],
.input-group-lg > .input-group-btn > .ui-sortable-handle[type="datetime-local"],
ul.scopes li.scope .input-group-lg > .input-group-btn > a[type="datetime-local"],
.filter_form .buttons .input-group-lg > .input-group-btn > input[type="datetime-local"],
.filter_form .buttons .input-group-lg > .input-group-btn > a[type="datetime-local"],
#title_bar .action_item .input-group-lg > .input-group-btn > a[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
form .inputs li .input-group-lg > select[type="month"],
form .inputs li .input-group-lg > textarea[type="month"],
.filter_form .filter_form_field .input-group-lg > select[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"],
.scopes .input-group-lg > li.scope.input-group-btn > a[type="month"],
.table_tools .input-group-lg > .input-group-btn > .index[type="month"],
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .dropdown_menu_button[type="month"],
form .actions li .input-group-lg > .input-group-btn > input[type="month"],
form .actions li .input-group-lg > .input-group-btn > a[type="month"],
.input-group-lg > .input-group-btn > .member_link[type="month"],
.input-group-lg > .input-group-btn > .ui-sortable-handle[type="month"],
ul.scopes li.scope .input-group-lg > .input-group-btn > a[type="month"],
.filter_form .buttons .input-group-lg > .input-group-btn > input[type="month"],
.filter_form .buttons .input-group-lg > .input-group-btn > a[type="month"],
#title_bar .action_item .input-group-lg > .input-group-btn > a[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 222, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group, form .inputs li, .filter_form .filter_form_field {
  margin-bottom: 15px;
}

/* line 231, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox,
.check_boxes {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, #title_bar .action_item a.radio.action-item-disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
#title_bar .action_item a.checkbox.action-item-disabled label,
.disabled.check_boxes label,
#title_bar .action_item a.check_boxes.action-item-disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .check_boxes label {
  cursor: not-allowed;
}

/* line 246, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label,
.check_boxes label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.check_boxes input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 263, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox,
.check_boxes + .checkbox,
.checkbox + .check_boxes,
.check_boxes + .check_boxes {
  margin-top: -5px;
}

/* line 269, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 280, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, #title_bar .action_item a.radio-inline.action-item-disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
#title_bar .action_item a.checkbox-inline.action-item-disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, form .inputs li .input-group-lg > input.form-control-static, form .inputs li .input-group-lg > select.form-control-static, form .inputs li .input-group-lg > textarea.form-control-static, .filter_form .filter_form_field .input-group-lg > input.form-control-static, .filter_form .filter_form_field .input-group-lg > select.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.scopes .input-group-lg > li.scope.input-group-btn > a.form-control-static,
.table_tools .input-group-lg > .input-group-btn > .form-control-static.index,
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .form-control-static.dropdown_menu_button,
form .actions li .input-group-lg > .input-group-btn > input.form-control-static,
form .actions li .input-group-lg > .input-group-btn > a.form-control-static,
.input-group-lg > .input-group-btn > .form-control-static.member_link,
.input-group-lg > .input-group-btn > .form-control-static.ui-sortable-handle,
ul.scopes li.scope .input-group-lg > .input-group-btn > a.form-control-static,
.filter_form .buttons .input-group-lg > .input-group-btn > input.form-control-static,
.filter_form .buttons .input-group-lg > .input-group-btn > a.form-control-static,
#title_bar .action_item .input-group-lg > .input-group-btn > a.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, form .inputs li .input-group-sm > input.form-control-static, form .inputs li .input-group-sm > select.form-control-static, form .inputs li .input-group-sm > textarea.form-control-static, .filter_form .filter_form_field .input-group-sm > input.form-control-static, .filter_form .filter_form_field .input-group-sm > select.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.scopes .input-group-sm > li.scope.input-group-btn > a.form-control-static,
.table_tools .input-group-sm > .input-group-btn > .form-control-static.index,
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .form-control-static.dropdown_menu_button,
form .actions li .input-group-sm > .input-group-btn > input.form-control-static,
form .actions li .input-group-sm > .input-group-btn > a.form-control-static,
.input-group-sm > .input-group-btn > .form-control-static.member_link,
.input-group-sm > .input-group-btn > .form-control-static.ui-sortable-handle,
ul.scopes li.scope .input-group-sm > .input-group-btn > a.form-control-static,
.filter_form .buttons .input-group-sm > .input-group-btn > input.form-control-static,
.filter_form .buttons .input-group-sm > .input-group-btn > a.form-control-static,
#title_bar .action_item .input-group-sm > .input-group-btn > a.form-control-static {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control, form .inputs li .input-group-sm > input, form .inputs li .input-group-sm > select, form .inputs li .input-group-sm > textarea, .filter_form .filter_form_field .input-group-sm > input, .filter_form .filter_form_field .input-group-sm > select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.scopes .input-group-sm > li.scope.input-group-btn > a,
.table_tools .input-group-sm > .input-group-btn > .index,
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .dropdown_menu_button,
form .actions li .input-group-sm > .input-group-btn > input,
form .actions li .input-group-sm > .input-group-btn > a,
.input-group-sm > .input-group-btn > .member_link,
.input-group-sm > .input-group-btn > .ui-sortable-handle,
ul.scopes li.scope .input-group-sm > .input-group-btn > a,
.filter_form .buttons .input-group-sm > .input-group-btn > input,
.filter_form .buttons .input-group-sm > .input-group-btn > a,
#title_bar .action_item .input-group-sm > .input-group-btn > a {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.table_tools .input-group-sm > .input-group-btn > select.index,
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > select.dropdown_menu_button,
.input-group-sm > .input-group-btn > select.member_link,
.input-group-sm > .input-group-btn > select.ui-sortable-handle {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.table_tools .input-group-sm > .input-group-btn > textarea.index,
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > textarea.dropdown_menu_button,
.input-group-sm > .input-group-btn > textarea.member_link,
.input-group-sm > .input-group-btn > textarea.ui-sortable-handle,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
form .inputs li .input-group-sm > input[multiple],
form .inputs li .input-group-sm > select[multiple],
form .inputs li .input-group-sm > textarea[multiple],
.filter_form .filter_form_field .input-group-sm > input[multiple],
.filter_form .filter_form_field .input-group-sm > select[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple],
.scopes .input-group-sm > li.scope.input-group-btn > a[multiple],
.table_tools .input-group-sm > .input-group-btn > .index[multiple],
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .dropdown_menu_button[multiple],
form .actions li .input-group-sm > .input-group-btn > input[multiple],
form .actions li .input-group-sm > .input-group-btn > a[multiple],
.input-group-sm > .input-group-btn > .member_link[multiple],
.input-group-sm > .input-group-btn > .ui-sortable-handle[multiple],
ul.scopes li.scope .input-group-sm > .input-group-btn > a[multiple],
.filter_form .buttons .input-group-sm > .input-group-btn > input[multiple],
.filter_form .buttons .input-group-sm > .input-group-btn > a[multiple],
#title_bar .action_item .input-group-sm > .input-group-btn > a[multiple] {
  height: auto;
}

/* line 323, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control, .form-group-sm form .inputs li input, form .inputs li .form-group-sm input, .form-group-sm form .inputs li select, form .inputs li .form-group-sm select, .form-group-sm form .inputs li textarea, form .inputs li .form-group-sm textarea, .form-group-sm .filter_form .filter_form_field input, .filter_form .filter_form_field .form-group-sm input, .form-group-sm .filter_form .filter_form_field select, .filter_form .filter_form_field .form-group-sm select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 334, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple],
.form-group-sm form .inputs li input[multiple],
form .inputs li .form-group-sm input[multiple],
.form-group-sm form .inputs li select[multiple],
form .inputs li .form-group-sm select[multiple],
.form-group-sm form .inputs li textarea[multiple],
form .inputs li .form-group-sm textarea[multiple],
.form-group-sm .filter_form .filter_form_field input[multiple],
.filter_form .filter_form_field .form-group-sm input[multiple],
.form-group-sm .filter_form .filter_form_field select[multiple],
.filter_form .filter_form_field .form-group-sm select[multiple] {
  height: auto;
}

/* line 338, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control, form .inputs li .input-group-lg > input, form .inputs li .input-group-lg > select, form .inputs li .input-group-lg > textarea, .filter_form .filter_form_field .input-group-lg > input, .filter_form .filter_form_field .input-group-lg > select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.scopes .input-group-lg > li.scope.input-group-btn > a,
.table_tools .input-group-lg > .input-group-btn > .index,
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .dropdown_menu_button,
form .actions li .input-group-lg > .input-group-btn > input,
form .actions li .input-group-lg > .input-group-btn > a,
.input-group-lg > .input-group-btn > .member_link,
.input-group-lg > .input-group-btn > .ui-sortable-handle,
ul.scopes li.scope .input-group-lg > .input-group-btn > a,
.filter_form .buttons .input-group-lg > .input-group-btn > input,
.filter_form .buttons .input-group-lg > .input-group-btn > a,
#title_bar .action_item .input-group-lg > .input-group-btn > a {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.table_tools .input-group-lg > .input-group-btn > select.index,
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > select.dropdown_menu_button,
.input-group-lg > .input-group-btn > select.member_link,
.input-group-lg > .input-group-btn > select.ui-sortable-handle {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.table_tools .input-group-lg > .input-group-btn > textarea.index,
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > textarea.dropdown_menu_button,
.input-group-lg > .input-group-btn > textarea.member_link,
.input-group-lg > .input-group-btn > textarea.ui-sortable-handle,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
form .inputs li .input-group-lg > input[multiple],
form .inputs li .input-group-lg > select[multiple],
form .inputs li .input-group-lg > textarea[multiple],
.filter_form .filter_form_field .input-group-lg > input[multiple],
.filter_form .filter_form_field .input-group-lg > select[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple],
.scopes .input-group-lg > li.scope.input-group-btn > a[multiple],
.table_tools .input-group-lg > .input-group-btn > .index[multiple],
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .dropdown_menu_button[multiple],
form .actions li .input-group-lg > .input-group-btn > input[multiple],
form .actions li .input-group-lg > .input-group-btn > a[multiple],
.input-group-lg > .input-group-btn > .member_link[multiple],
.input-group-lg > .input-group-btn > .ui-sortable-handle[multiple],
ul.scopes li.scope .input-group-lg > .input-group-btn > a[multiple],
.filter_form .buttons .input-group-lg > .input-group-btn > input[multiple],
.filter_form .buttons .input-group-lg > .input-group-btn > a[multiple],
#title_bar .action_item .input-group-lg > .input-group-btn > a[multiple] {
  height: auto;
}

/* line 349, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control, .form-group-lg form .inputs li input, form .inputs li .form-group-lg input, .form-group-lg form .inputs li select, form .inputs li .form-group-lg select, .form-group-lg form .inputs li textarea, form .inputs li .form-group-lg textarea, .form-group-lg .filter_form .filter_form_field input, .filter_form .filter_form_field .form-group-lg input, .form-group-lg .filter_form .filter_form_field select, .filter_form .filter_form_field .form-group-lg select {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 356, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 360, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple],
.form-group-lg form .inputs li input[multiple],
form .inputs li .form-group-lg input[multiple],
.form-group-lg form .inputs li select[multiple],
form .inputs li .form-group-lg select[multiple],
.form-group-lg form .inputs li textarea[multiple],
form .inputs li .form-group-lg textarea[multiple],
.form-group-lg .filter_form .filter_form_field input[multiple],
.filter_form .filter_form_field .form-group-lg input[multiple],
.form-group-lg .filter_form .filter_form_field select[multiple],
.filter_form .filter_form_field .form-group-lg select[multiple] {
  height: auto;
}

/* line 364, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 378, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control, .has-feedback form .inputs li input, form .inputs li .has-feedback input, .has-feedback form .inputs li select, form .inputs li .has-feedback select, .has-feedback form .inputs li textarea, form .inputs li .has-feedback textarea, .has-feedback .filter_form .filter_form_field input, .filter_form .filter_form_field .has-feedback input, .has-feedback .filter_form .filter_form_field select, .filter_form .filter_form_field .has-feedback select {
  padding-right: 42.5px;
}

/* line 388, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 400, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, form .inputs li .input-group-lg > input + .form-control-feedback, form .inputs li .input-group-lg > select + .form-control-feedback, form .inputs li .input-group-lg > textarea + .form-control-feedback, .filter_form .filter_form_field .input-group-lg > input + .form-control-feedback, .filter_form .filter_form_field .input-group-lg > select + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.scopes .input-group-lg > li.scope.input-group-btn > a + .form-control-feedback,
.table_tools .input-group-lg > .input-group-btn > .index + .form-control-feedback,
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .dropdown_menu_button + .form-control-feedback,
form .actions li .input-group-lg > .input-group-btn > input + .form-control-feedback,
form .actions li .input-group-lg > .input-group-btn > a + .form-control-feedback,
.input-group-lg > .input-group-btn > .member_link + .form-control-feedback,
.input-group-lg > .input-group-btn > .ui-sortable-handle + .form-control-feedback,
ul.scopes li.scope .input-group-lg > .input-group-btn > a + .form-control-feedback,
.filter_form .buttons .input-group-lg > .input-group-btn > input + .form-control-feedback,
.filter_form .buttons .input-group-lg > .input-group-btn > a + .form-control-feedback,
#title_bar .action_item .input-group-lg > .input-group-btn > a + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg form .inputs li input + .form-control-feedback,
form .inputs li .form-group-lg input + .form-control-feedback,
.form-group-lg form .inputs li select + .form-control-feedback,
form .inputs li .form-group-lg select + .form-control-feedback,
.form-group-lg form .inputs li textarea + .form-control-feedback,
form .inputs li .form-group-lg textarea + .form-control-feedback,
.form-group-lg .filter_form .filter_form_field input + .form-control-feedback,
.filter_form .filter_form_field .form-group-lg input + .form-control-feedback,
.form-group-lg .filter_form .filter_form_field select + .form-control-feedback,
.filter_form .filter_form_field .form-group-lg select + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 407, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, form .inputs li .input-group-sm > input + .form-control-feedback, form .inputs li .input-group-sm > select + .form-control-feedback, form .inputs li .input-group-sm > textarea + .form-control-feedback, .filter_form .filter_form_field .input-group-sm > input + .form-control-feedback, .filter_form .filter_form_field .input-group-sm > select + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.scopes .input-group-sm > li.scope.input-group-btn > a + .form-control-feedback,
.table_tools .input-group-sm > .input-group-btn > .index + .form-control-feedback,
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .dropdown_menu_button + .form-control-feedback,
form .actions li .input-group-sm > .input-group-btn > input + .form-control-feedback,
form .actions li .input-group-sm > .input-group-btn > a + .form-control-feedback,
.input-group-sm > .input-group-btn > .member_link + .form-control-feedback,
.input-group-sm > .input-group-btn > .ui-sortable-handle + .form-control-feedback,
ul.scopes li.scope .input-group-sm > .input-group-btn > a + .form-control-feedback,
.filter_form .buttons .input-group-sm > .input-group-btn > input + .form-control-feedback,
.filter_form .buttons .input-group-sm > .input-group-btn > a + .form-control-feedback,
#title_bar .action_item .input-group-sm > .input-group-btn > a + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm form .inputs li input + .form-control-feedback,
form .inputs li .form-group-sm input + .form-control-feedback,
.form-group-sm form .inputs li select + .form-control-feedback,
form .inputs li .form-group-sm select + .form-control-feedback,
.form-group-sm form .inputs li textarea + .form-control-feedback,
form .inputs li .form-group-sm textarea + .form-control-feedback,
.form-group-sm .filter_form .filter_form_field input + .form-control-feedback,
.filter_form .filter_form_field .form-group-sm input + .form-control-feedback,
.form-group-sm .filter_form .filter_form_field select + .form-control-feedback,
.filter_form .filter_form_field .form-group-sm select + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .check_boxes,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.check_boxes label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control, .has-success form .inputs li input, form .inputs li .has-success input, .has-success form .inputs li select, form .inputs li .has-success select, .has-success form .inputs li textarea, form .inputs li .has-success textarea, .has-success .filter_form .filter_form_field input, .filter_form .filter_form_field .has-success input, .has-success .filter_form .filter_form_field select, .filter_form .filter_form_field .has-success select {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus, .has-success form .inputs li input:focus, form .inputs li .has-success input:focus, .has-success form .inputs li select:focus, form .inputs li .has-success select:focus, .has-success form .inputs li textarea:focus, form .inputs li .has-success textarea:focus, .has-success .filter_form .filter_form_field input:focus, .filter_form .filter_form_field .has-success input:focus, .has-success .filter_form .filter_form_field select:focus, .filter_form .filter_form_field .has-success select:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .check_boxes,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.check_boxes label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control, .has-warning form .inputs li input, form .inputs li .has-warning input, .has-warning form .inputs li select, form .inputs li .has-warning select, .has-warning form .inputs li textarea, form .inputs li .has-warning textarea, .has-warning .filter_form .filter_form_field input, .filter_form .filter_form_field .has-warning input, .has-warning .filter_form .filter_form_field select, .filter_form .filter_form_field .has-warning select {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus, .has-warning form .inputs li input:focus, form .inputs li .has-warning input:focus, .has-warning form .inputs li select:focus, form .inputs li .has-warning select:focus, .has-warning form .inputs li textarea:focus, form .inputs li .has-warning textarea:focus, .has-warning .filter_form .filter_form_field input:focus, .filter_form .filter_form_field .has-warning input:focus, .has-warning .filter_form .filter_form_field select:focus, .filter_form .filter_form_field .has-warning select:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .check_boxes,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.check_boxes label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control, .has-error form .inputs li input, form .inputs li .has-error input, .has-error form .inputs li select, form .inputs li .has-error select, .has-error form .inputs li textarea, form .inputs li .has-error textarea, .has-error .filter_form .filter_form_field input, .filter_form .filter_form_field .has-error input, .has-error .filter_form .filter_form_field select, .filter_form .filter_form_field .has-error select {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus, .has-error form .inputs li input:focus, form .inputs li .has-error input:focus, .has-error form .inputs li select:focus, form .inputs li .has-error select:focus, .has-error form .inputs li textarea:focus, form .inputs li .has-error textarea:focus, .has-error .filter_form .filter_form_field input:focus, .filter_form .filter_form_field .has-error input:focus, .has-error .filter_form .filter_form_field select:focus, .filter_form .filter_form_field .has-error select:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 432, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 468, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group, .form-inline form .inputs li, form .inputs .form-inline li, .form-inline .filter_form .filter_form_field, .filter_form .form-inline .filter_form_field {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control, .form-inline form .inputs li input, form .inputs li .form-inline input, .form-inline form .inputs li select, form .inputs li .form-inline select, .form-inline form .inputs li textarea, form .inputs li .form-inline textarea, .form-inline .filter_form .filter_form_field input, .filter_form .filter_form_field .form-inline input, .form-inline .filter_form .filter_form_field select, .filter_form .filter_form_field .form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control,
.form-inline .input-group form .inputs li input,
form .inputs li .form-inline .input-group input,
.form-inline .input-group form .inputs li select,
form .inputs li .form-inline .input-group select,
.form-inline .input-group form .inputs li textarea,
form .inputs li .form-inline .input-group textarea,
.form-inline .input-group .filter_form .filter_form_field input,
.filter_form .filter_form_field .form-inline .input-group input,
.form-inline .input-group .filter_form .filter_form_field select,
.filter_form .filter_form_field .form-inline .input-group select {
    width: auto;
  }
  /* line 498, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .form-inline form .inputs li .input-group > input, form .inputs li .form-inline .input-group > input, .form-inline form .inputs li .input-group > select, form .inputs li .form-inline .input-group > select, .form-inline form .inputs li .input-group > textarea, form .inputs li .form-inline .input-group > textarea, .form-inline .filter_form .filter_form_field .input-group > input, .filter_form .filter_form_field .form-inline .input-group > input, .form-inline .filter_form .filter_form_field .input-group > select, .filter_form .filter_form_field .form-inline .input-group > select {
    width: 100%;
  }
  /* line 502, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox,
.form-inline .check_boxes {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label,
.form-inline .check_boxes label {
    padding-left: 0;
  }
  /* line 520, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"],
.form-inline .check_boxes input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .check_boxes,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 559, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .check_boxes {
  min-height: 27px;
}

/* line 565, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group, .form-horizontal form .inputs li, form .inputs .form-horizontal li, .form-horizontal .filter_form .filter_form_field, .filter_form .form-horizontal .filter_form_field {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal form .inputs li:before, form .inputs .form-horizontal li:before, .form-horizontal .filter_form .filter_form_field:before, .filter_form .form-horizontal .filter_form_field:before, .form-horizontal .form-group:after, .form-horizontal form .inputs li:after, form .inputs .form-horizontal li:after, .form-horizontal .filter_form .filter_form_field:after, .filter_form .form-horizontal .filter_form_field:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after, .form-horizontal form .inputs li:after, form .inputs .form-horizontal li:after, .form-horizontal .filter_form .filter_form_field:after, .filter_form .form-horizontal .filter_form_field:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 572, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 593, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 601, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn, .scopes li.scope > a, .table_tools .index, .table_tools .batch_actions_selector .dropdown_menu_button, form .actions li input, form .actions li a, .member_link, .ui-sortable-handle, ul.scopes li.scope a, .filter_form .buttons input, .filter_form .buttons a, #title_bar .action_item a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .scopes li.scope > a:focus, .table_tools .index:focus, .table_tools .batch_actions_selector .dropdown_menu_button:focus, form .actions li input:focus, form .actions li a:focus, .member_link:focus, .ui-sortable-handle:focus, ul.scopes li.scope a:focus, .filter_form .buttons input:focus, .filter_form .buttons a:focus, #title_bar .action_item a:focus, .btn.focus, .scopes li.scope > a.focus, .table_tools .focus.index, .table_tools .batch_actions_selector .focus.dropdown_menu_button, form .actions li input.focus, form .actions li a.focus, .focus.member_link, .focus.ui-sortable-handle, ul.scopes li.scope a.focus, .filter_form .buttons input.focus, .filter_form .buttons a.focus, #title_bar .action_item a.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, #header .header-item.tabs li.btn.current:focus, #header .header-item.tabs .table_tools li.current.index:focus, .table_tools #header .header-item.tabs li.current.index:focus, #header .header-item.tabs .table_tools .batch_actions_selector li.current.dropdown_menu_button:focus, .table_tools .batch_actions_selector #header .header-item.tabs li.current.dropdown_menu_button:focus, #header .header-item.tabs li.current.member_link:focus, #header .header-item.tabs li.current.ui-sortable-handle:focus, .btn.active.focus, #header .header-item.tabs li.btn.focus.current, #header .header-item.tabs .table_tools li.focus.current.index, .table_tools #header .header-item.tabs li.focus.current.index, #header .header-item.tabs .table_tools .batch_actions_selector li.focus.current.dropdown_menu_button, .table_tools .batch_actions_selector #header .header-item.tabs li.focus.current.dropdown_menu_button, #header .header-item.tabs li.focus.current.member_link, #header .header-item.tabs li.focus.current.ui-sortable-handle {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .scopes li.scope > a:hover, .table_tools .index:hover, .table_tools .batch_actions_selector .dropdown_menu_button:hover, form .actions li input:hover, form .actions li a:hover, .member_link:hover, .ui-sortable-handle:hover, ul.scopes li.scope a:hover, .filter_form .buttons input:hover, .filter_form .buttons a:hover, #title_bar .action_item a:hover, .btn:focus, .scopes li.scope > a:focus, .table_tools .index:focus, .table_tools .batch_actions_selector .dropdown_menu_button:focus, form .actions li input:focus, form .actions li a:focus, .member_link:focus, .ui-sortable-handle:focus, ul.scopes li.scope a:focus, .filter_form .buttons input:focus, .filter_form .buttons a:focus, #title_bar .action_item a:focus, .btn.focus, .scopes li.scope > a.focus, .table_tools .focus.index, .table_tools .batch_actions_selector .focus.dropdown_menu_button, form .actions li input.focus, form .actions li a.focus, .focus.member_link, .focus.ui-sortable-handle, ul.scopes li.scope a.focus, .filter_form .buttons input.focus, .filter_form .buttons a.focus, #title_bar .action_item a.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .scopes li.scope > a:active, .table_tools .index:active, .table_tools .batch_actions_selector .dropdown_menu_button:active, form .actions li input:active, form .actions li a:active, .member_link:active, .ui-sortable-handle:active, ul.scopes li.scope a:active, .filter_form .buttons input:active, .filter_form .buttons a:active, #title_bar .action_item a:active, .btn.active, .scopes li.scope > a.active, .table_tools .active.index, .table_tools .index.selected, .table_tools .batch_actions_selector .active.dropdown_menu_button, form .actions li input.active, form .actions li a.active, .active.member_link, .active.ui-sortable-handle, ul.scopes li.scope a.active, .filter_form .buttons input.active, .filter_form .buttons a.active, #title_bar .action_item a.active, #title_bar .action_item .table_tools a.index.selected, .table_tools #title_bar .action_item a.index.selected, #header .header-item.tabs li.btn.current, #header .header-item.tabs .table_tools li.current.index, .table_tools #header .header-item.tabs li.current.index, #header .header-item.tabs .table_tools .batch_actions_selector li.current.dropdown_menu_button, .table_tools .batch_actions_selector #header .header-item.tabs li.current.dropdown_menu_button, #header .header-item.tabs li.current.member_link, #header .header-item.tabs li.current.ui-sortable-handle {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .scopes li.scope > a.disabled, .table_tools .disabled.index, .table_tools .batch_actions_selector .disabled.dropdown_menu_button, form .actions li input.disabled, form .actions li a.disabled, .disabled.member_link, .disabled.ui-sortable-handle, ul.scopes li.scope a.disabled, .filter_form .buttons input.disabled, .filter_form .buttons a.disabled, #title_bar .action_item a.disabled, #title_bar .action_item a.action-item-disabled, .btn[disabled], .scopes li.scope > a[disabled], .table_tools .index[disabled], .table_tools .batch_actions_selector .dropdown_menu_button[disabled], form .actions li input[disabled], form .actions li a[disabled], .member_link[disabled], .ui-sortable-handle[disabled], ul.scopes li.scope a[disabled], .filter_form .buttons input[disabled], .filter_form .buttons a[disabled], #title_bar .action_item a[disabled], fieldset[disabled] .btn, fieldset[disabled] .scopes li.scope > a, .scopes fieldset[disabled] li.scope > a, fieldset[disabled] .table_tools .index, .table_tools fieldset[disabled] .index, fieldset[disabled] .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector fieldset[disabled] .dropdown_menu_button, fieldset[disabled] form .actions li input, form .actions li fieldset[disabled] input, fieldset[disabled] form .actions li a, form .actions li fieldset[disabled] a, fieldset[disabled] .member_link, fieldset[disabled] .ui-sortable-handle, fieldset[disabled] ul.scopes li.scope a, ul.scopes li.scope fieldset[disabled] a, fieldset[disabled] .filter_form .buttons input, .filter_form .buttons fieldset[disabled] input, fieldset[disabled] .filter_form .buttons a, .filter_form .buttons fieldset[disabled] a, fieldset[disabled] #title_bar .action_item a, #title_bar .action_item fieldset[disabled] a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, .scopes li.scope > a.disabled, .table_tools a.disabled.index, .table_tools .batch_actions_selector a.disabled.dropdown_menu_button, a.disabled.member_link, a.disabled.ui-sortable-handle, ul.scopes li.scope a.disabled, #title_bar .action_item a.disabled, #title_bar .action_item a.action-item-disabled, fieldset[disabled] a.btn, fieldset[disabled] .scopes li.scope > a, .scopes fieldset[disabled] li.scope > a, fieldset[disabled] .table_tools a.index, .table_tools fieldset[disabled] a.index, fieldset[disabled] .table_tools .batch_actions_selector a.dropdown_menu_button, .table_tools .batch_actions_selector fieldset[disabled] a.dropdown_menu_button, fieldset[disabled] a.member_link, fieldset[disabled] a.ui-sortable-handle, fieldset[disabled] ul.scopes li.scope a, ul.scopes li.scope fieldset[disabled] a, fieldset[disabled] #title_bar .action_item a, #title_bar .action_item fieldset[disabled] a {
  pointer-events: none;
}

/* line 68, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default, #title_bar .action_item a.action-item-disabled, .scopes li.scope:not(.selected) > a, .table_tools .index.selected, .table_tools .index, .table_tools .batch_actions_selector .dropdown_menu_button, form .actions li input, form .actions li a, .member_link, .ui-sortable-handle, ul.scopes li.scope a, .filter_form .buttons input, .filter_form .buttons a {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, #title_bar .action_item a.action-item-disabled:focus, .scopes li.scope:not(.selected) > a:focus, .table_tools .index:focus, .table_tools .batch_actions_selector .dropdown_menu_button:focus, form .actions li input:focus, form .actions li a:focus, .member_link:focus, .ui-sortable-handle:focus, ul.scopes li.scope a:focus, .filter_form .buttons input:focus, .filter_form .buttons a:focus, .btn-default.focus, #title_bar .action_item a.focus.action-item-disabled, .scopes li.scope:not(.selected) > a.focus, .table_tools .focus.index, .table_tools .batch_actions_selector .focus.dropdown_menu_button, form .actions li input.focus, form .actions li a.focus, .focus.member_link, .focus.ui-sortable-handle, ul.scopes li.scope a.focus, .filter_form .buttons input.focus, .filter_form .buttons a.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover, #title_bar .action_item a.action-item-disabled:hover, .scopes li.scope:not(.selected) > a:hover, .table_tools .index:hover, .table_tools .batch_actions_selector .dropdown_menu_button:hover, form .actions li input:hover, form .actions li a:hover, .member_link:hover, .ui-sortable-handle:hover, ul.scopes li.scope a:hover, .filter_form .buttons input:hover, .filter_form .buttons a:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, #title_bar .action_item a.action-item-disabled:active, .scopes li.scope:not(.selected) > a:active, .table_tools .index:active, .table_tools .batch_actions_selector .dropdown_menu_button:active, form .actions li input:active, form .actions li a:active, .member_link:active, .ui-sortable-handle:active, ul.scopes li.scope a:active, .filter_form .buttons input:active, .filter_form .buttons a:active, .btn-default.active, #title_bar .action_item a.active.action-item-disabled, .scopes li.scope:not(.selected) > a.active, .table_tools .active.index, .table_tools .index.selected, .table_tools .batch_actions_selector .active.dropdown_menu_button, form .actions li input.active, form .actions li a.active, .active.member_link, .active.ui-sortable-handle, ul.scopes li.scope a.active, .filter_form .buttons input.active, .filter_form .buttons a.active, #header .header-item.tabs li.btn-default.current, #header .header-item.tabs .table_tools li.current.index, .table_tools #header .header-item.tabs li.current.index, #header .header-item.tabs .table_tools .batch_actions_selector li.current.dropdown_menu_button, .table_tools .batch_actions_selector #header .header-item.tabs li.current.dropdown_menu_button, #header .header-item.tabs li.current.member_link, #header .header-item.tabs li.current.ui-sortable-handle, .open > .btn-default.dropdown-toggle, #title_bar .action_item .open > a.dropdown-toggle.action-item-disabled, .scopes li.open.scope:not(.selected) > a.dropdown-toggle, .table_tools .open > .dropdown-toggle.index, .table_tools .batch_actions_selector .open > .dropdown_menu_button, form .actions li .open > input.dropdown-toggle, .table_tools .batch_actions_selector form .actions li .open > input.dropdown_menu_button, form .actions li .open > a.dropdown-toggle, .table_tools .batch_actions_selector form .actions li .open > a.dropdown_menu_button, .open > .dropdown-toggle.member_link, .open > .dropdown-toggle.ui-sortable-handle, ul.scopes li.scope .open > a.dropdown-toggle, .table_tools .batch_actions_selector ul.scopes li.scope .open > a.dropdown_menu_button, .filter_form .buttons .open > input.dropdown-toggle, .table_tools .batch_actions_selector .filter_form .buttons .open > input.dropdown_menu_button, .filter_form .buttons .open > a.dropdown-toggle, .table_tools .batch_actions_selector .filter_form .buttons .open > a.dropdown_menu_button {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, #title_bar .action_item a.action-item-disabled:active:hover, .scopes li.scope:not(.selected) > a:active:hover, .table_tools .index.selected:active:hover, .table_tools .index:active:hover, .table_tools .batch_actions_selector .dropdown_menu_button:active:hover, form .actions li input:active:hover, form .actions li a:active:hover, .member_link:active:hover, .ui-sortable-handle:active:hover, ul.scopes li.scope a:active:hover, .filter_form .buttons input:active:hover, .filter_form .buttons a:active:hover, .btn-default:active:focus, #title_bar .action_item a.action-item-disabled:active:focus, .scopes li.scope:not(.selected) > a:active:focus, .table_tools .index.selected:active:focus, .table_tools .index:active:focus, .table_tools .batch_actions_selector .dropdown_menu_button:active:focus, form .actions li input:active:focus, form .actions li a:active:focus, .member_link:active:focus, .ui-sortable-handle:active:focus, ul.scopes li.scope a:active:focus, .filter_form .buttons input:active:focus, .filter_form .buttons a:active:focus, .btn-default.focus:active, #title_bar .action_item a.action-item-disabled.focus:active, .scopes li.scope:not(.selected) > a.focus:active, .table_tools .index.selected.focus:active, .table_tools .index.focus:active, .table_tools .batch_actions_selector .dropdown_menu_button.focus:active, form .actions li input.focus:active, form .actions li a.focus:active, .member_link.focus:active, .ui-sortable-handle.focus:active, ul.scopes li.scope a.focus:active, .filter_form .buttons input.focus:active, .filter_form .buttons a.focus:active, .btn-default.active:hover, #title_bar .action_item a.active.action-item-disabled:hover, .scopes li.scope:not(.selected) > a.active:hover, .table_tools .btn-default.index.selected:hover, .table_tools #title_bar .action_item a.index.selected.action-item-disabled:hover, #title_bar .action_item .table_tools a.index.selected.action-item-disabled:hover, .table_tools .scopes li.scope:not(.selected) > a.index.selected:hover, .scopes .table_tools li.scope:not(.selected) > a.index.selected:hover, .table_tools .active.index.selected:hover, .table_tools .index.selected:hover, .table_tools .active.index:hover, .table_tools .index.selected:hover, .table_tools .batch_actions_selector .active.dropdown_menu_button:hover, .table_tools .batch_actions_selector .dropdown_menu_button.index.selected:hover, form .actions li input.active:hover, form .actions li .table_tools input.index.selected:hover, .table_tools form .actions li input.index.selected:hover, form .actions li a.active:hover, form .actions li .table_tools a.index.selected:hover, .table_tools form .actions li a.index.selected:hover, .active.member_link:hover, .table_tools .member_link.index.selected:hover, .active.ui-sortable-handle:hover, .table_tools .ui-sortable-handle.index.selected:hover, ul.scopes li.scope a.active:hover, ul.scopes li.scope .table_tools a.index.selected:hover, .table_tools ul.scopes li.scope a.index.selected:hover, .filter_form .buttons input.active:hover, .filter_form .buttons .table_tools input.index.selected:hover, .table_tools .filter_form .buttons input.index.selected:hover, .filter_form .buttons a.active:hover, .filter_form .buttons .table_tools a.index.selected:hover, .table_tools .filter_form .buttons a.index.selected:hover, #header .header-item.tabs li.btn-default.current:hover, #header .header-item.tabs .table_tools li.current.index.selected:hover, .table_tools #header .header-item.tabs li.current.index.selected:hover, #header .header-item.tabs .table_tools li.current.index:hover, .table_tools #header .header-item.tabs li.current.index:hover, #header .header-item.tabs .table_tools .batch_actions_selector li.current.dropdown_menu_button:hover, .table_tools .batch_actions_selector #header .header-item.tabs li.current.dropdown_menu_button:hover, #header .header-item.tabs li.current.member_link:hover, #header .header-item.tabs li.current.ui-sortable-handle:hover, .btn-default.active:focus, #title_bar .action_item a.active.action-item-disabled:focus, .scopes li.scope:not(.selected) > a.active:focus, .table_tools .btn-default.index.selected:focus, .table_tools #title_bar .action_item a.index.selected.action-item-disabled:focus, #title_bar .action_item .table_tools a.index.selected.action-item-disabled:focus, .table_tools .scopes li.scope:not(.selected) > a.index.selected:focus, .scopes .table_tools li.scope:not(.selected) > a.index.selected:focus, .table_tools .active.index.selected:focus, .table_tools .index.selected:focus, .table_tools .active.index:focus, .table_tools .index.selected:focus, .table_tools .batch_actions_selector .active.dropdown_menu_button:focus, .table_tools .batch_actions_selector .dropdown_menu_button.index.selected:focus, form .actions li input.active:focus, form .actions li .table_tools input.index.selected:focus, .table_tools form .actions li input.index.selected:focus, form .actions li a.active:focus, form .actions li .table_tools a.index.selected:focus, .table_tools form .actions li a.index.selected:focus, .active.member_link:focus, .table_tools .member_link.index.selected:focus, .active.ui-sortable-handle:focus, .table_tools .ui-sortable-handle.index.selected:focus, ul.scopes li.scope a.active:focus, ul.scopes li.scope .table_tools a.index.selected:focus, .table_tools ul.scopes li.scope a.index.selected:focus, .filter_form .buttons input.active:focus, .filter_form .buttons .table_tools input.index.selected:focus, .table_tools .filter_form .buttons input.index.selected:focus, .filter_form .buttons a.active:focus, .filter_form .buttons .table_tools a.index.selected:focus, .table_tools .filter_form .buttons a.index.selected:focus, #header .header-item.tabs li.btn-default.current:focus, #header .header-item.tabs .table_tools li.current.index.selected:focus, .table_tools #header .header-item.tabs li.current.index.selected:focus, #header .header-item.tabs .table_tools li.current.index:focus, .table_tools #header .header-item.tabs li.current.index:focus, #header .header-item.tabs .table_tools .batch_actions_selector li.current.dropdown_menu_button:focus, .table_tools .batch_actions_selector #header .header-item.tabs li.current.dropdown_menu_button:focus, #header .header-item.tabs li.current.member_link:focus, #header .header-item.tabs li.current.ui-sortable-handle:focus, .btn-default.active.focus, #title_bar .action_item a.active.focus.action-item-disabled, .scopes li.scope:not(.selected) > a.active.focus, .table_tools .btn-default.focus.index.selected, .table_tools #title_bar .action_item a.focus.index.selected.action-item-disabled, #title_bar .action_item .table_tools a.focus.index.selected.action-item-disabled, .table_tools .scopes li.scope:not(.selected) > a.focus.index.selected, .scopes .table_tools li.scope:not(.selected) > a.focus.index.selected, .table_tools .active.focus.index.selected, .table_tools .focus.index.selected, .table_tools .active.focus.index, .table_tools .focus.index.selected, .table_tools .batch_actions_selector .active.focus.dropdown_menu_button, .table_tools .batch_actions_selector .focus.dropdown_menu_button.index.selected, form .actions li input.active.focus, form .actions li .table_tools input.focus.index.selected, .table_tools form .actions li input.focus.index.selected, form .actions li a.active.focus, form .actions li .table_tools a.focus.index.selected, .table_tools form .actions li a.focus.index.selected, .active.focus.member_link, .table_tools .focus.member_link.index.selected, .active.focus.ui-sortable-handle, .table_tools .focus.ui-sortable-handle.index.selected, ul.scopes li.scope a.active.focus, ul.scopes li.scope .table_tools a.focus.index.selected, .table_tools ul.scopes li.scope a.focus.index.selected, .filter_form .buttons input.active.focus, .filter_form .buttons .table_tools input.focus.index.selected, .table_tools .filter_form .buttons input.focus.index.selected, .filter_form .buttons a.active.focus, .filter_form .buttons .table_tools a.focus.index.selected, .table_tools .filter_form .buttons a.focus.index.selected, #header .header-item.tabs li.btn-default.focus.current, #header .header-item.tabs .table_tools li.focus.current.index.selected, .table_tools #header .header-item.tabs li.focus.current.index.selected, #header .header-item.tabs .table_tools li.focus.current.index, .table_tools #header .header-item.tabs li.focus.current.index, #header .header-item.tabs .table_tools .batch_actions_selector li.focus.current.dropdown_menu_button, .table_tools .batch_actions_selector #header .header-item.tabs li.focus.current.dropdown_menu_button, #header .header-item.tabs li.focus.current.member_link, #header .header-item.tabs li.focus.current.ui-sortable-handle, .open > .btn-default.dropdown-toggle:hover, #title_bar .action_item .open > a.dropdown-toggle.action-item-disabled:hover, .scopes li.open.scope:not(.selected) > a.dropdown-toggle:hover, .table_tools .open > .dropdown-toggle.index.selected:hover, .table_tools .open > .dropdown-toggle.index:hover, .table_tools .batch_actions_selector .open > .btn-default.dropdown_menu_button:hover, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-disabled:hover, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-disabled:hover, .table_tools .batch_actions_selector .scopes li.open.scope:not(.selected) > a.dropdown_menu_button:hover, .scopes .table_tools .batch_actions_selector li.open.scope:not(.selected) > a.dropdown_menu_button:hover, .table_tools .batch_actions_selector .open > .dropdown_menu_button.index.selected:hover, .table_tools .batch_actions_selector .open > .dropdown_menu_button.index:hover, .table_tools .batch_actions_selector .open > .dropdown-toggle.dropdown_menu_button:hover, .table_tools .batch_actions_selector .open > .dropdown_menu_button:hover, form .actions li .open > input.dropdown-toggle:hover, form .actions li .table_tools .batch_actions_selector .open > input.dropdown_menu_button:hover, .table_tools .batch_actions_selector form .actions li .open > input.dropdown_menu_button:hover, form .actions li .open > a.dropdown-toggle:hover, form .actions li .table_tools .batch_actions_selector .open > a.dropdown_menu_button:hover, .table_tools .batch_actions_selector form .actions li .open > a.dropdown_menu_button:hover, .open > .dropdown-toggle.member_link:hover, .table_tools .batch_actions_selector .open > .member_link.dropdown_menu_button:hover, .open > .dropdown-toggle.ui-sortable-handle:hover, .table_tools .batch_actions_selector .open > .ui-sortable-handle.dropdown_menu_button:hover, ul.scopes li.scope .open > a.dropdown-toggle:hover, ul.scopes li.scope .table_tools .batch_actions_selector .open > a.dropdown_menu_button:hover, .table_tools .batch_actions_selector ul.scopes li.scope .open > a.dropdown_menu_button:hover, .filter_form .buttons .open > input.dropdown-toggle:hover, .filter_form .buttons .table_tools .batch_actions_selector .open > input.dropdown_menu_button:hover, .table_tools .batch_actions_selector .filter_form .buttons .open > input.dropdown_menu_button:hover, .filter_form .buttons .open > a.dropdown-toggle:hover, .filter_form .buttons .table_tools .batch_actions_selector .open > a.dropdown_menu_button:hover, .table_tools .batch_actions_selector .filter_form .buttons .open > a.dropdown_menu_button:hover, .open > .btn-default.dropdown-toggle:focus, #title_bar .action_item .open > a.dropdown-toggle.action-item-disabled:focus, .scopes li.open.scope:not(.selected) > a.dropdown-toggle:focus, .table_tools .open > .dropdown-toggle.index.selected:focus, .table_tools .open > .dropdown-toggle.index:focus, .table_tools .batch_actions_selector .open > .btn-default.dropdown_menu_button:focus, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-disabled:focus, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-disabled:focus, .table_tools .batch_actions_selector .scopes li.open.scope:not(.selected) > a.dropdown_menu_button:focus, .scopes .table_tools .batch_actions_selector li.open.scope:not(.selected) > a.dropdown_menu_button:focus, .table_tools .batch_actions_selector .open > .dropdown_menu_button.index.selected:focus, .table_tools .batch_actions_selector .open > .dropdown_menu_button.index:focus, .table_tools .batch_actions_selector .open > .dropdown-toggle.dropdown_menu_button:focus, .table_tools .batch_actions_selector .open > .dropdown_menu_button:focus, form .actions li .open > input.dropdown-toggle:focus, form .actions li .table_tools .batch_actions_selector .open > input.dropdown_menu_button:focus, .table_tools .batch_actions_selector form .actions li .open > input.dropdown_menu_button:focus, form .actions li .open > a.dropdown-toggle:focus, form .actions li .table_tools .batch_actions_selector .open > a.dropdown_menu_button:focus, .table_tools .batch_actions_selector form .actions li .open > a.dropdown_menu_button:focus, .open > .dropdown-toggle.member_link:focus, .table_tools .batch_actions_selector .open > .member_link.dropdown_menu_button:focus, .open > .dropdown-toggle.ui-sortable-handle:focus, .table_tools .batch_actions_selector .open > .ui-sortable-handle.dropdown_menu_button:focus, ul.scopes li.scope .open > a.dropdown-toggle:focus, ul.scopes li.scope .table_tools .batch_actions_selector .open > a.dropdown_menu_button:focus, .table_tools .batch_actions_selector ul.scopes li.scope .open > a.dropdown_menu_button:focus, .filter_form .buttons .open > input.dropdown-toggle:focus, .filter_form .buttons .table_tools .batch_actions_selector .open > input.dropdown_menu_button:focus, .table_tools .batch_actions_selector .filter_form .buttons .open > input.dropdown_menu_button:focus, .filter_form .buttons .open > a.dropdown-toggle:focus, .filter_form .buttons .table_tools .batch_actions_selector .open > a.dropdown_menu_button:focus, .table_tools .batch_actions_selector .filter_form .buttons .open > a.dropdown_menu_button:focus, .open > .btn-default.dropdown-toggle.focus, #title_bar .action_item .open > a.dropdown-toggle.focus.action-item-disabled, .scopes li.open.scope:not(.selected) > a.dropdown-toggle.focus, .table_tools .open > .dropdown-toggle.focus.index.selected, .table_tools .open > .dropdown-toggle.focus.index, .table_tools .batch_actions_selector .open > .btn-default.focus.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .open > a.focus.dropdown_menu_button.action-item-disabled, #title_bar .action_item .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button.action-item-disabled, .table_tools .batch_actions_selector .scopes li.open.scope:not(.selected) > a.focus.dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.open.scope:not(.selected) > a.focus.dropdown_menu_button, .table_tools .batch_actions_selector .open > .focus.dropdown_menu_button.index.selected, .table_tools .batch_actions_selector .open > .focus.dropdown_menu_button.index, .table_tools .batch_actions_selector .open > .dropdown-toggle.focus.dropdown_menu_button, .table_tools .batch_actions_selector .open > .focus.dropdown_menu_button, form .actions li .open > input.dropdown-toggle.focus, form .actions li .table_tools .batch_actions_selector .open > input.focus.dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .open > input.focus.dropdown_menu_button, form .actions li .open > a.dropdown-toggle.focus, form .actions li .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .open > a.focus.dropdown_menu_button, .open > .dropdown-toggle.focus.member_link, .table_tools .batch_actions_selector .open > .focus.member_link.dropdown_menu_button, .open > .dropdown-toggle.focus.ui-sortable-handle, .table_tools .batch_actions_selector .open > .focus.ui-sortable-handle.dropdown_menu_button, ul.scopes li.scope .open > a.dropdown-toggle.focus, ul.scopes li.scope .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .open > a.focus.dropdown_menu_button, .filter_form .buttons .open > input.dropdown-toggle.focus, .filter_form .buttons .table_tools .batch_actions_selector .open > input.focus.dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .open > input.focus.dropdown_menu_button, .filter_form .buttons .open > a.dropdown-toggle.focus, .filter_form .buttons .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .open > a.focus.dropdown_menu_button {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, #title_bar .action_item a.btn-default.action-item-disabled:hover, #title_bar .action_item a.disabled.action-item-disabled:hover, #title_bar .action_item a.action-item-disabled:hover, .scopes li.scope:not(.selected) > a.disabled:hover, .scopes #title_bar .action_item li.scope:not(.selected) > a.action-item-disabled:hover, #title_bar .action_item .scopes li.scope:not(.selected) > a.action-item-disabled:hover, .table_tools .disabled.index.selected:hover, .table_tools #title_bar .action_item a.index.selected.action-item-disabled:hover, #title_bar .action_item .table_tools a.index.selected.action-item-disabled:hover, .table_tools .disabled.index:hover, .table_tools #title_bar .action_item a.index.action-item-disabled:hover, #title_bar .action_item .table_tools a.index.action-item-disabled:hover, .table_tools .batch_actions_selector .disabled.dropdown_menu_button:hover, .table_tools .batch_actions_selector #title_bar .action_item a.dropdown_menu_button.action-item-disabled:hover, #title_bar .action_item .table_tools .batch_actions_selector a.dropdown_menu_button.action-item-disabled:hover, form .actions li input.disabled:hover, form .actions li a.disabled:hover, form .actions li #title_bar .action_item a.action-item-disabled:hover, #title_bar .action_item form .actions li a.action-item-disabled:hover, .disabled.member_link:hover, #title_bar .action_item a.member_link.action-item-disabled:hover, .disabled.ui-sortable-handle:hover, #title_bar .action_item a.ui-sortable-handle.action-item-disabled:hover, ul.scopes li.scope a.disabled:hover, ul.scopes li.scope #title_bar .action_item a.action-item-disabled:hover, #title_bar .action_item ul.scopes li.scope a.action-item-disabled:hover, .filter_form .buttons input.disabled:hover, .filter_form .buttons a.disabled:hover, .filter_form .buttons #title_bar .action_item a.action-item-disabled:hover, #title_bar .action_item .filter_form .buttons a.action-item-disabled:hover, .btn-default.disabled:focus, #title_bar .action_item a.btn-default.action-item-disabled:focus, #title_bar .action_item a.disabled.action-item-disabled:focus, #title_bar .action_item a.action-item-disabled:focus, .scopes li.scope:not(.selected) > a.disabled:focus, .scopes #title_bar .action_item li.scope:not(.selected) > a.action-item-disabled:focus, #title_bar .action_item .scopes li.scope:not(.selected) > a.action-item-disabled:focus, .table_tools .disabled.index.selected:focus, .table_tools #title_bar .action_item a.index.selected.action-item-disabled:focus, #title_bar .action_item .table_tools a.index.selected.action-item-disabled:focus, .table_tools .disabled.index:focus, .table_tools #title_bar .action_item a.index.action-item-disabled:focus, #title_bar .action_item .table_tools a.index.action-item-disabled:focus, .table_tools .batch_actions_selector .disabled.dropdown_menu_button:focus, .table_tools .batch_actions_selector #title_bar .action_item a.dropdown_menu_button.action-item-disabled:focus, #title_bar .action_item .table_tools .batch_actions_selector a.dropdown_menu_button.action-item-disabled:focus, form .actions li input.disabled:focus, form .actions li a.disabled:focus, form .actions li #title_bar .action_item a.action-item-disabled:focus, #title_bar .action_item form .actions li a.action-item-disabled:focus, .disabled.member_link:focus, #title_bar .action_item a.member_link.action-item-disabled:focus, .disabled.ui-sortable-handle:focus, #title_bar .action_item a.ui-sortable-handle.action-item-disabled:focus, ul.scopes li.scope a.disabled:focus, ul.scopes li.scope #title_bar .action_item a.action-item-disabled:focus, #title_bar .action_item ul.scopes li.scope a.action-item-disabled:focus, .filter_form .buttons input.disabled:focus, .filter_form .buttons a.disabled:focus, .filter_form .buttons #title_bar .action_item a.action-item-disabled:focus, #title_bar .action_item .filter_form .buttons a.action-item-disabled:focus, .btn-default.disabled.focus, #title_bar .action_item a.btn-default.focus.action-item-disabled, #title_bar .action_item a.disabled.focus.action-item-disabled, #title_bar .action_item a.focus.action-item-disabled, .scopes li.scope:not(.selected) > a.disabled.focus, .scopes #title_bar .action_item li.scope:not(.selected) > a.focus.action-item-disabled, #title_bar .action_item .scopes li.scope:not(.selected) > a.focus.action-item-disabled, .table_tools .disabled.focus.index.selected, .table_tools #title_bar .action_item a.focus.index.selected.action-item-disabled, #title_bar .action_item .table_tools a.focus.index.selected.action-item-disabled, .table_tools .disabled.focus.index, .table_tools #title_bar .action_item a.focus.index.action-item-disabled, #title_bar .action_item .table_tools a.focus.index.action-item-disabled, .table_tools .batch_actions_selector .disabled.focus.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item a.focus.dropdown_menu_button.action-item-disabled, #title_bar .action_item .table_tools .batch_actions_selector a.focus.dropdown_menu_button.action-item-disabled, form .actions li input.disabled.focus, form .actions li a.disabled.focus, form .actions li #title_bar .action_item a.focus.action-item-disabled, #title_bar .action_item form .actions li a.focus.action-item-disabled, .disabled.focus.member_link, #title_bar .action_item a.focus.member_link.action-item-disabled, .disabled.focus.ui-sortable-handle, #title_bar .action_item a.focus.ui-sortable-handle.action-item-disabled, ul.scopes li.scope a.disabled.focus, ul.scopes li.scope #title_bar .action_item a.focus.action-item-disabled, #title_bar .action_item ul.scopes li.scope a.focus.action-item-disabled, .filter_form .buttons input.disabled.focus, .filter_form .buttons a.disabled.focus, .filter_form .buttons #title_bar .action_item a.focus.action-item-disabled, #title_bar .action_item .filter_form .buttons a.focus.action-item-disabled, .btn-default[disabled]:hover, #title_bar .action_item a.action-item-disabled[disabled]:hover, .scopes li.scope:not(.selected) > a[disabled]:hover, .table_tools .index.selected[disabled]:hover, .table_tools .index[disabled]:hover, .table_tools .batch_actions_selector .dropdown_menu_button[disabled]:hover, form .actions li input[disabled]:hover, form .actions li a[disabled]:hover, .member_link[disabled]:hover, .ui-sortable-handle[disabled]:hover, ul.scopes li.scope a[disabled]:hover, .filter_form .buttons input[disabled]:hover, .filter_form .buttons a[disabled]:hover, .btn-default[disabled]:focus, #title_bar .action_item a.action-item-disabled[disabled]:focus, .scopes li.scope:not(.selected) > a[disabled]:focus, .table_tools .index.selected[disabled]:focus, .table_tools .index[disabled]:focus, .table_tools .batch_actions_selector .dropdown_menu_button[disabled]:focus, form .actions li input[disabled]:focus, form .actions li a[disabled]:focus, .member_link[disabled]:focus, .ui-sortable-handle[disabled]:focus, ul.scopes li.scope a[disabled]:focus, .filter_form .buttons input[disabled]:focus, .filter_form .buttons a[disabled]:focus, .btn-default.focus[disabled], #title_bar .action_item a.focus.action-item-disabled[disabled], .scopes li.scope:not(.selected) > a.focus[disabled], .table_tools .focus.index.selected[disabled], .table_tools .focus.index[disabled], .table_tools .batch_actions_selector .focus.dropdown_menu_button[disabled], form .actions li input.focus[disabled], form .actions li a.focus[disabled], .focus.member_link[disabled], .focus.ui-sortable-handle[disabled], ul.scopes li.scope a.focus[disabled], .filter_form .buttons input.focus[disabled], .filter_form .buttons a.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] #title_bar .action_item a.action-item-disabled:hover, #title_bar .action_item fieldset[disabled] a.action-item-disabled:hover, fieldset[disabled] .scopes li.scope:not(.selected) > a:hover, .scopes fieldset[disabled] li.scope:not(.selected) > a:hover, fieldset[disabled] .table_tools .index.selected:hover, .table_tools fieldset[disabled] .index.selected:hover, fieldset[disabled] .table_tools .index:hover, .table_tools fieldset[disabled] .index:hover, fieldset[disabled] .table_tools .batch_actions_selector .dropdown_menu_button:hover, .table_tools .batch_actions_selector fieldset[disabled] .dropdown_menu_button:hover, fieldset[disabled] form .actions li input:hover, form .actions li fieldset[disabled] input:hover, fieldset[disabled] form .actions li a:hover, form .actions li fieldset[disabled] a:hover, fieldset[disabled] .member_link:hover, fieldset[disabled] .ui-sortable-handle:hover, fieldset[disabled] ul.scopes li.scope a:hover, ul.scopes li.scope fieldset[disabled] a:hover, fieldset[disabled] .filter_form .buttons input:hover, .filter_form .buttons fieldset[disabled] input:hover, fieldset[disabled] .filter_form .buttons a:hover, .filter_form .buttons fieldset[disabled] a:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] #title_bar .action_item a.action-item-disabled:focus, #title_bar .action_item fieldset[disabled] a.action-item-disabled:focus, fieldset[disabled] .scopes li.scope:not(.selected) > a:focus, .scopes fieldset[disabled] li.scope:not(.selected) > a:focus, fieldset[disabled] .table_tools .index.selected:focus, .table_tools fieldset[disabled] .index.selected:focus, fieldset[disabled] .table_tools .index:focus, .table_tools fieldset[disabled] .index:focus, fieldset[disabled] .table_tools .batch_actions_selector .dropdown_menu_button:focus, .table_tools .batch_actions_selector fieldset[disabled] .dropdown_menu_button:focus, fieldset[disabled] form .actions li input:focus, form .actions li fieldset[disabled] input:focus, fieldset[disabled] form .actions li a:focus, form .actions li fieldset[disabled] a:focus, fieldset[disabled] .member_link:focus, fieldset[disabled] .ui-sortable-handle:focus, fieldset[disabled] ul.scopes li.scope a:focus, ul.scopes li.scope fieldset[disabled] a:focus, fieldset[disabled] .filter_form .buttons input:focus, .filter_form .buttons fieldset[disabled] input:focus, fieldset[disabled] .filter_form .buttons a:focus, .filter_form .buttons fieldset[disabled] a:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] #title_bar .action_item a.focus.action-item-disabled, #title_bar .action_item fieldset[disabled] a.focus.action-item-disabled, fieldset[disabled] .scopes li.scope:not(.selected) > a.focus, .scopes fieldset[disabled] li.scope:not(.selected) > a.focus, fieldset[disabled] .table_tools .focus.index.selected, .table_tools fieldset[disabled] .focus.index.selected, fieldset[disabled] .table_tools .focus.index, .table_tools fieldset[disabled] .focus.index, fieldset[disabled] .table_tools .batch_actions_selector .focus.dropdown_menu_button, .table_tools .batch_actions_selector fieldset[disabled] .focus.dropdown_menu_button, fieldset[disabled] form .actions li input.focus, form .actions li fieldset[disabled] input.focus, fieldset[disabled] form .actions li a.focus, form .actions li fieldset[disabled] a.focus, fieldset[disabled] .focus.member_link, fieldset[disabled] .focus.ui-sortable-handle, fieldset[disabled] ul.scopes li.scope a.focus, ul.scopes li.scope fieldset[disabled] a.focus, fieldset[disabled] .filter_form .buttons input.focus, .filter_form .buttons fieldset[disabled] input.focus, fieldset[disabled] .filter_form .buttons a.focus, .filter_form .buttons fieldset[disabled] a.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge, #title_bar .action_item a.action-item-disabled .badge, .scopes li.scope:not(.selected) > a .badge, .table_tools .index .badge, .table_tools .batch_actions_selector .dropdown_menu_button .badge, form .actions li input .badge, form .actions li a .badge, .member_link .badge, .ui-sortable-handle .badge, ul.scopes li.scope a .badge, .filter_form .buttons input .badge, .filter_form .buttons a .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary, .scopes li.selected.scope > a, form .actions li input[type="submit"], ul.scopes li.scope.selected a, .filter_form .buttons input[type="submit"], #title_bar .action_item a {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .scopes li.selected.scope > a:focus, form .actions li input[type="submit"]:focus, ul.scopes li.scope.selected a:focus, .filter_form .buttons input[type="submit"]:focus, #title_bar .action_item a:focus, .btn-primary.focus, .scopes li.selected.scope > a.focus, form .actions li input.focus[type="submit"], ul.scopes li.scope.selected a.focus, .filter_form .buttons input.focus[type="submit"], #title_bar .action_item a.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .scopes li.selected.scope > a:hover, form .actions li input[type="submit"]:hover, ul.scopes li.scope.selected a:hover, .filter_form .buttons input[type="submit"]:hover, #title_bar .action_item a:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .scopes li.selected.scope > a:active, form .actions li input[type="submit"]:active, ul.scopes li.scope.selected a:active, .filter_form .buttons input[type="submit"]:active, #title_bar .action_item a:active, .btn-primary.active, .scopes li.selected.scope > a.active, .table_tools .btn-primary.index.selected, .table_tools .scopes li.selected.scope > a.index.selected, .scopes .table_tools li.selected.scope > a.index.selected, form .actions li input.active[type="submit"], form .actions li .table_tools input.index.selected[type="submit"], .table_tools form .actions li input.index.selected[type="submit"], ul.scopes li.scope.selected a.active, ul.scopes li.scope.selected .table_tools a.index.selected, .table_tools ul.scopes li.scope.selected a.index.selected, .filter_form .buttons input.active[type="submit"], .filter_form .buttons .table_tools input.index.selected[type="submit"], .table_tools .filter_form .buttons input.index.selected[type="submit"], #title_bar .action_item a.active, #title_bar .action_item .table_tools a.index.selected, .table_tools #title_bar .action_item a.index.selected, #header .header-item.tabs li.btn-primary.current, .open > .btn-primary.dropdown-toggle, .scopes li.selected.scope.open > a.dropdown-toggle, .table_tools .batch_actions_selector .open > .btn-primary.dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.selected.scope.open > a.dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.selected.scope.open > a.dropdown_menu_button, form .actions li .open > input.dropdown-toggle[type="submit"], form .actions li .table_tools .batch_actions_selector .open > input.dropdown_menu_button[type="submit"], .table_tools .batch_actions_selector form .actions li .open > input.dropdown_menu_button[type="submit"], ul.scopes li.scope.selected .open > a.dropdown-toggle, ul.scopes li.scope.selected .table_tools .batch_actions_selector .open > a.dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope.selected .open > a.dropdown_menu_button, .filter_form .buttons .open > input.dropdown-toggle[type="submit"], .filter_form .buttons .table_tools .batch_actions_selector .open > input.dropdown_menu_button[type="submit"], .table_tools .batch_actions_selector .filter_form .buttons .open > input.dropdown_menu_button[type="submit"], #title_bar .action_item .open > a.dropdown-toggle, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .scopes li.selected.scope > a:active:hover, form .actions li input[type="submit"]:active:hover, ul.scopes li.scope.selected a:active:hover, .filter_form .buttons input[type="submit"]:active:hover, #title_bar .action_item a:active:hover, .btn-primary:active:focus, .scopes li.selected.scope > a:active:focus, form .actions li input[type="submit"]:active:focus, ul.scopes li.scope.selected a:active:focus, .filter_form .buttons input[type="submit"]:active:focus, #title_bar .action_item a:active:focus, .btn-primary.focus:active, .scopes li.selected.scope > a.focus:active, form .actions li input.focus[type="submit"]:active, ul.scopes li.scope.selected a.focus:active, .filter_form .buttons input.focus[type="submit"]:active, #title_bar .action_item a.focus:active, .btn-primary.active:hover, .scopes li.selected.scope > a.active:hover, .table_tools .btn-primary.index.selected:hover, .table_tools .scopes li.selected.scope > a.index.selected:hover, .scopes .table_tools li.selected.scope > a.index.selected:hover, form .actions li input.active[type="submit"]:hover, form .actions li .table_tools input.index.selected[type="submit"]:hover, .table_tools form .actions li input.index.selected[type="submit"]:hover, ul.scopes li.scope.selected a.active:hover, ul.scopes li.scope.selected .table_tools a.index.selected:hover, .table_tools ul.scopes li.scope.selected a.index.selected:hover, .filter_form .buttons input.active[type="submit"]:hover, .filter_form .buttons .table_tools input.index.selected[type="submit"]:hover, .table_tools .filter_form .buttons input.index.selected[type="submit"]:hover, #title_bar .action_item a.active:hover, #title_bar .action_item .table_tools a.index.selected:hover, .table_tools #title_bar .action_item a.index.selected:hover, #header .header-item.tabs li.btn-primary.current:hover, .btn-primary.active:focus, .scopes li.selected.scope > a.active:focus, .table_tools .btn-primary.index.selected:focus, .table_tools .scopes li.selected.scope > a.index.selected:focus, .scopes .table_tools li.selected.scope > a.index.selected:focus, form .actions li input.active[type="submit"]:focus, form .actions li .table_tools input.index.selected[type="submit"]:focus, .table_tools form .actions li input.index.selected[type="submit"]:focus, ul.scopes li.scope.selected a.active:focus, ul.scopes li.scope.selected .table_tools a.index.selected:focus, .table_tools ul.scopes li.scope.selected a.index.selected:focus, .filter_form .buttons input.active[type="submit"]:focus, .filter_form .buttons .table_tools input.index.selected[type="submit"]:focus, .table_tools .filter_form .buttons input.index.selected[type="submit"]:focus, #title_bar .action_item a.active:focus, #title_bar .action_item .table_tools a.index.selected:focus, .table_tools #title_bar .action_item a.index.selected:focus, #header .header-item.tabs li.btn-primary.current:focus, .btn-primary.active.focus, .scopes li.selected.scope > a.active.focus, .table_tools .btn-primary.focus.index.selected, .table_tools .scopes li.selected.scope > a.focus.index.selected, .scopes .table_tools li.selected.scope > a.focus.index.selected, form .actions li input.active.focus[type="submit"], form .actions li .table_tools input.focus.index.selected[type="submit"], .table_tools form .actions li input.focus.index.selected[type="submit"], ul.scopes li.scope.selected a.active.focus, ul.scopes li.scope.selected .table_tools a.focus.index.selected, .table_tools ul.scopes li.scope.selected a.focus.index.selected, .filter_form .buttons input.active.focus[type="submit"], .filter_form .buttons .table_tools input.focus.index.selected[type="submit"], .table_tools .filter_form .buttons input.focus.index.selected[type="submit"], #title_bar .action_item a.active.focus, #title_bar .action_item .table_tools a.focus.index.selected, .table_tools #title_bar .action_item a.focus.index.selected, #header .header-item.tabs li.btn-primary.focus.current, .open > .btn-primary.dropdown-toggle:hover, .scopes li.selected.scope.open > a.dropdown-toggle:hover, .table_tools .batch_actions_selector .open > .btn-primary.dropdown_menu_button:hover, .table_tools .batch_actions_selector .scopes li.selected.scope.open > a.dropdown_menu_button:hover, .scopes .table_tools .batch_actions_selector li.selected.scope.open > a.dropdown_menu_button:hover, form .actions li .open > input.dropdown-toggle[type="submit"]:hover, form .actions li .table_tools .batch_actions_selector .open > input.dropdown_menu_button[type="submit"]:hover, .table_tools .batch_actions_selector form .actions li .open > input.dropdown_menu_button[type="submit"]:hover, ul.scopes li.scope.selected .open > a.dropdown-toggle:hover, ul.scopes li.scope.selected .table_tools .batch_actions_selector .open > a.dropdown_menu_button:hover, .table_tools .batch_actions_selector ul.scopes li.scope.selected .open > a.dropdown_menu_button:hover, .filter_form .buttons .open > input.dropdown-toggle[type="submit"]:hover, .filter_form .buttons .table_tools .batch_actions_selector .open > input.dropdown_menu_button[type="submit"]:hover, .table_tools .batch_actions_selector .filter_form .buttons .open > input.dropdown_menu_button[type="submit"]:hover, #title_bar .action_item .open > a.dropdown-toggle:hover, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button:hover, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button:hover, .open > .btn-primary.dropdown-toggle:focus, .scopes li.selected.scope.open > a.dropdown-toggle:focus, .table_tools .batch_actions_selector .open > .btn-primary.dropdown_menu_button:focus, .table_tools .batch_actions_selector .scopes li.selected.scope.open > a.dropdown_menu_button:focus, .scopes .table_tools .batch_actions_selector li.selected.scope.open > a.dropdown_menu_button:focus, form .actions li .open > input.dropdown-toggle[type="submit"]:focus, form .actions li .table_tools .batch_actions_selector .open > input.dropdown_menu_button[type="submit"]:focus, .table_tools .batch_actions_selector form .actions li .open > input.dropdown_menu_button[type="submit"]:focus, ul.scopes li.scope.selected .open > a.dropdown-toggle:focus, ul.scopes li.scope.selected .table_tools .batch_actions_selector .open > a.dropdown_menu_button:focus, .table_tools .batch_actions_selector ul.scopes li.scope.selected .open > a.dropdown_menu_button:focus, .filter_form .buttons .open > input.dropdown-toggle[type="submit"]:focus, .filter_form .buttons .table_tools .batch_actions_selector .open > input.dropdown_menu_button[type="submit"]:focus, .table_tools .batch_actions_selector .filter_form .buttons .open > input.dropdown_menu_button[type="submit"]:focus, #title_bar .action_item .open > a.dropdown-toggle:focus, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button:focus, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button:focus, .open > .btn-primary.dropdown-toggle.focus, .scopes li.selected.scope.open > a.dropdown-toggle.focus, .table_tools .batch_actions_selector .open > .btn-primary.focus.dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.selected.scope.open > a.focus.dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.selected.scope.open > a.focus.dropdown_menu_button, form .actions li .open > input.dropdown-toggle.focus[type="submit"], form .actions li .table_tools .batch_actions_selector .open > input.focus.dropdown_menu_button[type="submit"], .table_tools .batch_actions_selector form .actions li .open > input.focus.dropdown_menu_button[type="submit"], ul.scopes li.scope.selected .open > a.dropdown-toggle.focus, ul.scopes li.scope.selected .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope.selected .open > a.focus.dropdown_menu_button, .filter_form .buttons .open > input.dropdown-toggle.focus[type="submit"], .filter_form .buttons .table_tools .batch_actions_selector .open > input.focus.dropdown_menu_button[type="submit"], .table_tools .batch_actions_selector .filter_form .buttons .open > input.focus.dropdown_menu_button[type="submit"], #title_bar .action_item .open > a.dropdown-toggle.focus, #title_bar .action_item .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .open > a.focus.dropdown_menu_button {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .scopes li.selected.scope > a.disabled:hover, form .actions li input.disabled[type="submit"]:hover, ul.scopes li.scope.selected a.disabled:hover, .filter_form .buttons input.disabled[type="submit"]:hover, #title_bar .action_item a.disabled:hover, #title_bar .action_item a.action-item-disabled:hover, .btn-primary.disabled:focus, .scopes li.selected.scope > a.disabled:focus, form .actions li input.disabled[type="submit"]:focus, ul.scopes li.scope.selected a.disabled:focus, .filter_form .buttons input.disabled[type="submit"]:focus, #title_bar .action_item a.disabled:focus, #title_bar .action_item a.action-item-disabled:focus, .btn-primary.disabled.focus, .scopes li.selected.scope > a.disabled.focus, form .actions li input.disabled.focus[type="submit"], ul.scopes li.scope.selected a.disabled.focus, .filter_form .buttons input.disabled.focus[type="submit"], #title_bar .action_item a.disabled.focus, #title_bar .action_item a.focus.action-item-disabled, .btn-primary[disabled]:hover, .scopes li.selected.scope > a[disabled]:hover, form .actions li input[disabled][type="submit"]:hover, ul.scopes li.scope.selected a[disabled]:hover, .filter_form .buttons input[disabled][type="submit"]:hover, #title_bar .action_item a[disabled]:hover, .btn-primary[disabled]:focus, .scopes li.selected.scope > a[disabled]:focus, form .actions li input[disabled][type="submit"]:focus, ul.scopes li.scope.selected a[disabled]:focus, .filter_form .buttons input[disabled][type="submit"]:focus, #title_bar .action_item a[disabled]:focus, .btn-primary.focus[disabled], .scopes li.selected.scope > a.focus[disabled], form .actions li input.focus[disabled][type="submit"], ul.scopes li.scope.selected a.focus[disabled], .filter_form .buttons input.focus[disabled][type="submit"], #title_bar .action_item a.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .scopes li.selected.scope > a:hover, .scopes fieldset[disabled] li.selected.scope > a:hover, fieldset[disabled] form .actions li input[type="submit"]:hover, form .actions li fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] ul.scopes li.scope.selected a:hover, ul.scopes li.scope.selected fieldset[disabled] a:hover, fieldset[disabled] .filter_form .buttons input[type="submit"]:hover, .filter_form .buttons fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] #title_bar .action_item a:hover, #title_bar .action_item fieldset[disabled] a:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .scopes li.selected.scope > a:focus, .scopes fieldset[disabled] li.selected.scope > a:focus, fieldset[disabled] form .actions li input[type="submit"]:focus, form .actions li fieldset[disabled] input[type="submit"]:focus, fieldset[disabled] ul.scopes li.scope.selected a:focus, ul.scopes li.scope.selected fieldset[disabled] a:focus, fieldset[disabled] .filter_form .buttons input[type="submit"]:focus, .filter_form .buttons fieldset[disabled] input[type="submit"]:focus, fieldset[disabled] #title_bar .action_item a:focus, #title_bar .action_item fieldset[disabled] a:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .scopes li.selected.scope > a.focus, .scopes fieldset[disabled] li.selected.scope > a.focus, fieldset[disabled] form .actions li input.focus[type="submit"], form .actions li fieldset[disabled] input.focus[type="submit"], fieldset[disabled] ul.scopes li.scope.selected a.focus, ul.scopes li.scope.selected fieldset[disabled] a.focus, fieldset[disabled] .filter_form .buttons input.focus[type="submit"], .filter_form .buttons fieldset[disabled] input.focus[type="submit"], fieldset[disabled] #title_bar .action_item a.focus, #title_bar .action_item fieldset[disabled] a.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge, .scopes li.selected.scope > a .badge, form .actions li input[type="submit"] .badge, ul.scopes li.scope.selected a .badge, .filter_form .buttons input[type="submit"] .badge, #title_bar .action_item a .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .table_tools .btn-success.index.selected, #header .header-item.tabs li.btn-success.current, .open > .btn-success.dropdown-toggle, .table_tools .batch_actions_selector .open > .btn-success.dropdown_menu_button {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .table_tools .btn-success.index.selected:hover, #header .header-item.tabs li.btn-success.current:hover, .btn-success.active:focus, .table_tools .btn-success.index.selected:focus, #header .header-item.tabs li.btn-success.current:focus, .btn-success.active.focus, .table_tools .btn-success.focus.index.selected, #header .header-item.tabs li.btn-success.focus.current, .open > .btn-success.dropdown-toggle:hover, .table_tools .batch_actions_selector .open > .btn-success.dropdown_menu_button:hover, .open > .btn-success.dropdown-toggle:focus, .table_tools .batch_actions_selector .open > .btn-success.dropdown_menu_button:focus, .open > .btn-success.dropdown-toggle.focus, .table_tools .batch_actions_selector .open > .btn-success.focus.dropdown_menu_button {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, #title_bar .action_item a.btn-success.action-item-disabled:hover, .btn-success.disabled:focus, #title_bar .action_item a.btn-success.action-item-disabled:focus, .btn-success.disabled.focus, #title_bar .action_item a.btn-success.focus.action-item-disabled, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .table_tools .btn-info.index.selected, #header .header-item.tabs li.btn-info.current, .open > .btn-info.dropdown-toggle, .table_tools .batch_actions_selector .open > .btn-info.dropdown_menu_button {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .table_tools .btn-info.index.selected:hover, #header .header-item.tabs li.btn-info.current:hover, .btn-info.active:focus, .table_tools .btn-info.index.selected:focus, #header .header-item.tabs li.btn-info.current:focus, .btn-info.active.focus, .table_tools .btn-info.focus.index.selected, #header .header-item.tabs li.btn-info.focus.current, .open > .btn-info.dropdown-toggle:hover, .table_tools .batch_actions_selector .open > .btn-info.dropdown_menu_button:hover, .open > .btn-info.dropdown-toggle:focus, .table_tools .batch_actions_selector .open > .btn-info.dropdown_menu_button:focus, .open > .btn-info.dropdown-toggle.focus, .table_tools .batch_actions_selector .open > .btn-info.focus.dropdown_menu_button {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, #title_bar .action_item a.btn-info.action-item-disabled:hover, .btn-info.disabled:focus, #title_bar .action_item a.btn-info.action-item-disabled:focus, .btn-info.disabled.focus, #title_bar .action_item a.btn-info.focus.action-item-disabled, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning, #title_bar .action_item a.action-item-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, #title_bar .action_item a.action-item-warning:focus, .btn-warning.focus, #title_bar .action_item a.focus.action-item-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, #title_bar .action_item a.action-item-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, #title_bar .action_item a.action-item-warning:active, .btn-warning.active, #title_bar .action_item a.active.action-item-warning, .table_tools .btn-warning.index.selected, .table_tools #title_bar .action_item a.index.selected.action-item-warning, #title_bar .action_item .table_tools a.index.selected.action-item-warning, #header .header-item.tabs li.btn-warning.current, .open > .btn-warning.dropdown-toggle, #title_bar .action_item .open > a.dropdown-toggle.action-item-warning, .table_tools .batch_actions_selector .open > .btn-warning.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-warning, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, #title_bar .action_item a.action-item-warning:active:hover, .btn-warning:active:focus, #title_bar .action_item a.action-item-warning:active:focus, .btn-warning.focus:active, #title_bar .action_item a.action-item-warning.focus:active, .btn-warning.active:hover, #title_bar .action_item a.active.action-item-warning:hover, .table_tools .btn-warning.index.selected:hover, .table_tools #title_bar .action_item a.index.selected.action-item-warning:hover, #title_bar .action_item .table_tools a.index.selected.action-item-warning:hover, #header .header-item.tabs li.btn-warning.current:hover, .btn-warning.active:focus, #title_bar .action_item a.active.action-item-warning:focus, .table_tools .btn-warning.index.selected:focus, .table_tools #title_bar .action_item a.index.selected.action-item-warning:focus, #title_bar .action_item .table_tools a.index.selected.action-item-warning:focus, #header .header-item.tabs li.btn-warning.current:focus, .btn-warning.active.focus, #title_bar .action_item a.active.focus.action-item-warning, .table_tools .btn-warning.focus.index.selected, .table_tools #title_bar .action_item a.focus.index.selected.action-item-warning, #title_bar .action_item .table_tools a.focus.index.selected.action-item-warning, #header .header-item.tabs li.btn-warning.focus.current, .open > .btn-warning.dropdown-toggle:hover, #title_bar .action_item .open > a.dropdown-toggle.action-item-warning:hover, .table_tools .batch_actions_selector .open > .btn-warning.dropdown_menu_button:hover, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-warning:hover, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-warning:hover, .open > .btn-warning.dropdown-toggle:focus, #title_bar .action_item .open > a.dropdown-toggle.action-item-warning:focus, .table_tools .batch_actions_selector .open > .btn-warning.dropdown_menu_button:focus, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-warning:focus, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-warning:focus, .open > .btn-warning.dropdown-toggle.focus, #title_bar .action_item .open > a.dropdown-toggle.focus.action-item-warning, .table_tools .batch_actions_selector .open > .btn-warning.focus.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .open > a.focus.dropdown_menu_button.action-item-warning, #title_bar .action_item .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button.action-item-warning {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, #title_bar .action_item a.disabled.action-item-warning:hover, #title_bar .action_item a.btn-warning.action-item-disabled:hover, #title_bar .action_item a.action-item-disabled.action-item-warning:hover, .btn-warning.disabled:focus, #title_bar .action_item a.disabled.action-item-warning:focus, #title_bar .action_item a.btn-warning.action-item-disabled:focus, #title_bar .action_item a.action-item-disabled.action-item-warning:focus, .btn-warning.disabled.focus, #title_bar .action_item a.disabled.focus.action-item-warning, #title_bar .action_item a.btn-warning.focus.action-item-disabled, #title_bar .action_item a.focus.action-item-disabled.action-item-warning, .btn-warning[disabled]:hover, #title_bar .action_item a.action-item-warning[disabled]:hover, .btn-warning[disabled]:focus, #title_bar .action_item a.action-item-warning[disabled]:focus, .btn-warning.focus[disabled], #title_bar .action_item a.focus.action-item-warning[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] #title_bar .action_item a.action-item-warning:hover, #title_bar .action_item fieldset[disabled] a.action-item-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] #title_bar .action_item a.action-item-warning:focus, #title_bar .action_item fieldset[disabled] a.action-item-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] #title_bar .action_item a.focus.action-item-warning, #title_bar .action_item fieldset[disabled] a.focus.action-item-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge, #title_bar .action_item a.action-item-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger, #title_bar .action_item a.action-item-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, #title_bar .action_item a.action-item-danger:focus, .btn-danger.focus, #title_bar .action_item a.focus.action-item-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, #title_bar .action_item a.action-item-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, #title_bar .action_item a.action-item-danger:active, .btn-danger.active, #title_bar .action_item a.active.action-item-danger, .table_tools .btn-danger.index.selected, .table_tools #title_bar .action_item a.index.selected.action-item-danger, #title_bar .action_item .table_tools a.index.selected.action-item-danger, #header .header-item.tabs li.btn-danger.current, .open > .btn-danger.dropdown-toggle, #title_bar .action_item .open > a.dropdown-toggle.action-item-danger, .table_tools .batch_actions_selector .open > .btn-danger.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-danger, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, #title_bar .action_item a.action-item-danger:active:hover, .btn-danger:active:focus, #title_bar .action_item a.action-item-danger:active:focus, .btn-danger.focus:active, #title_bar .action_item a.action-item-danger.focus:active, .btn-danger.active:hover, #title_bar .action_item a.active.action-item-danger:hover, .table_tools .btn-danger.index.selected:hover, .table_tools #title_bar .action_item a.index.selected.action-item-danger:hover, #title_bar .action_item .table_tools a.index.selected.action-item-danger:hover, #header .header-item.tabs li.btn-danger.current:hover, .btn-danger.active:focus, #title_bar .action_item a.active.action-item-danger:focus, .table_tools .btn-danger.index.selected:focus, .table_tools #title_bar .action_item a.index.selected.action-item-danger:focus, #title_bar .action_item .table_tools a.index.selected.action-item-danger:focus, #header .header-item.tabs li.btn-danger.current:focus, .btn-danger.active.focus, #title_bar .action_item a.active.focus.action-item-danger, .table_tools .btn-danger.focus.index.selected, .table_tools #title_bar .action_item a.focus.index.selected.action-item-danger, #title_bar .action_item .table_tools a.focus.index.selected.action-item-danger, #header .header-item.tabs li.btn-danger.focus.current, .open > .btn-danger.dropdown-toggle:hover, #title_bar .action_item .open > a.dropdown-toggle.action-item-danger:hover, .table_tools .batch_actions_selector .open > .btn-danger.dropdown_menu_button:hover, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-danger:hover, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-danger:hover, .open > .btn-danger.dropdown-toggle:focus, #title_bar .action_item .open > a.dropdown-toggle.action-item-danger:focus, .table_tools .batch_actions_selector .open > .btn-danger.dropdown_menu_button:focus, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-danger:focus, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-danger:focus, .open > .btn-danger.dropdown-toggle.focus, #title_bar .action_item .open > a.dropdown-toggle.focus.action-item-danger, .table_tools .batch_actions_selector .open > .btn-danger.focus.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .open > a.focus.dropdown_menu_button.action-item-danger, #title_bar .action_item .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button.action-item-danger {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, #title_bar .action_item a.disabled.action-item-danger:hover, #title_bar .action_item a.btn-danger.action-item-disabled:hover, #title_bar .action_item a.action-item-disabled.action-item-danger:hover, .btn-danger.disabled:focus, #title_bar .action_item a.disabled.action-item-danger:focus, #title_bar .action_item a.btn-danger.action-item-disabled:focus, #title_bar .action_item a.action-item-disabled.action-item-danger:focus, .btn-danger.disabled.focus, #title_bar .action_item a.disabled.focus.action-item-danger, #title_bar .action_item a.btn-danger.focus.action-item-disabled, #title_bar .action_item a.focus.action-item-disabled.action-item-danger, .btn-danger[disabled]:hover, #title_bar .action_item a.action-item-danger[disabled]:hover, .btn-danger[disabled]:focus, #title_bar .action_item a.action-item-danger[disabled]:focus, .btn-danger.focus[disabled], #title_bar .action_item a.focus.action-item-danger[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] #title_bar .action_item a.action-item-danger:hover, #title_bar .action_item fieldset[disabled] a.action-item-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] #title_bar .action_item a.action-item-danger:focus, #title_bar .action_item fieldset[disabled] a.action-item-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] #title_bar .action_item a.focus.action-item-danger, #title_bar .action_item fieldset[disabled] a.focus.action-item-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge, #title_bar .action_item a.action-item-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 101, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .table_tools .btn-link.index.selected, #header .header-item.tabs li.btn-link.current, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, .scopes li.scope.btn-group-lg > a, .table_tools .btn-group-lg > .index, .table_tools .batch_actions_selector .btn-group-lg > .dropdown_menu_button, form .actions li .btn-group-lg > input, form .actions li .btn-group-lg > a, .btn-group-lg > .member_link, .btn-group-lg > .ui-sortable-handle, ul.scopes li.scope .btn-group-lg > a, .filter_form .buttons .btn-group-lg > input, .filter_form .buttons .btn-group-lg > a, #title_bar .action_item .btn-group-lg > a {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, .scopes li.scope.btn-group-sm > a, .table_tools .btn-group-sm > .index, .table_tools .batch_actions_selector .btn-group-sm > .dropdown_menu_button, form .actions li .btn-group-sm > input, form .actions li .btn-group-sm > a, .btn-group-sm > .member_link, .btn-group-sm > .ui-sortable-handle, ul.scopes li.scope .btn-group-sm > a, .filter_form .buttons .btn-group-sm > input, .filter_form .buttons .btn-group-sm > a, #title_bar .action_item .btn-group-sm > a {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn, .scopes li.scope.btn-group-xs > a, .table_tools .btn-group-xs > .index, .table_tools .batch_actions_selector .btn-group-xs > .dropdown_menu_button, form .actions li .btn-group-xs > input, form .actions li .btn-group-xs > a, .btn-group-xs > .member_link, .btn-group-xs > .ui-sortable-handle, ul.scopes li.scope .btn-group-xs > a, .filter_form .buttons .btn-group-xs > input, .filter_form .buttons .btn-group-xs > a, #title_bar .action_item .btn-group-xs > a {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block, #login #admin_user_submit_action, #login input[type="submit"] {
  display: block;
  width: 100%;
}

/* line 157, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block, #login #admin_user_submit_action + .btn-block, #login input[type="submit"] + .btn-block, #login .btn-block + #admin_user_submit_action, #login #admin_user_submit_action + #admin_user_submit_action, #login input[type="submit"] + #admin_user_submit_action, #login .btn-block + input[type="submit"], #login #admin_user_submit_action + input[type="submit"], #login input[type="submit"] + input[type="submit"] {
  margin-top: 5px;
}

/* line 165, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"], #login #admin_user_submit_action[type="submit"], #login input[type="submit"],
input.btn-block[type="reset"],
#login #admin_user_submit_action[type="reset"],
#login input[type="reset"][type="submit"],
input.btn-block[type="button"],
#login #admin_user_submit_action[type="button"],
#login input[type="button"][type="submit"] {
  width: 100%;
}

/* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret, .table_tools .batch_actions_selector .dropdown_menu_button:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus, .table_tools .batch_actions_selector .dropdown_menu_button:focus {
  outline: 0;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu, .table_tools .batch_actions_selector .dropdown_menu_list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 54, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right, .table_tools .batch_actions_selector .pull-right.dropdown_menu_list, #title_bar #titlebar_right.dropdown-menu, #title_bar .table_tools .batch_actions_selector #titlebar_right.dropdown_menu_list, .table_tools .batch_actions_selector #title_bar #titlebar_right.dropdown_menu_list {
  right: 0;
  left: auto;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider, .table_tools .batch_actions_selector .dropdown_menu_list .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a, .table_tools .batch_actions_selector .dropdown_menu_list > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 74, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .dropdown-menu > li > a:focus, .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 85, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .table_tools .dropdown-menu > .index.selected > a, .table_tools .batch_actions_selector .dropdown_menu_list > .active > a, .table_tools .batch_actions_selector .dropdown_menu_list > .index.selected > a, #header .header-item.tabs .dropdown-menu > li.current > a, #header .header-item.tabs .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector #header .header-item.tabs .dropdown_menu_list > li.current > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 100, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, #title_bar .action_item .dropdown-menu > a.action-item-disabled > a, .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a, .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 107, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, #title_bar .action_item .dropdown-menu > a.action-item-disabled > a:hover, .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a:hover, .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a:hover, #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a:hover, .dropdown-menu > .disabled > a:focus, #title_bar .action_item .dropdown-menu > a.action-item-disabled > a:focus, .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a:focus, .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a:focus, #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 120, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu, .table_tools .batch_actions_selector .open > .dropdown_menu_list {
  display: block;
}

/* line 125, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 160, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu, .table_tools .batch_actions_selector .pull-right > .dropdown_menu_list, #title_bar #titlebar_right > .dropdown-menu, #title_bar .table_tools .batch_actions_selector #titlebar_right > .dropdown_menu_list, .table_tools .batch_actions_selector #title_bar #titlebar_right > .dropdown_menu_list {
  right: 0;
  left: auto;
}

/* line 183, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret, .dropup .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .dropdown_menu_button:after,
.navbar-fixed-bottom .dropdown .caret,
.navbar-fixed-bottom .dropdown .table_tools .batch_actions_selector .dropdown_menu_button:after,
.table_tools .batch_actions_selector .navbar-fixed-bottom .dropdown .dropdown_menu_button:after {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 190, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu, .dropup .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .batch_actions_selector .dropup .dropdown_menu_list,
.navbar-fixed-bottom .dropdown .dropdown-menu,
.navbar-fixed-bottom .dropdown .table_tools .batch_actions_selector .dropdown_menu_list,
.table_tools .batch_actions_selector .navbar-fixed-bottom .dropdown .dropdown_menu_list {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 204, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu, .navbar-right .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .batch_actions_selector .navbar-right .dropdown_menu_list {
    right: 0;
    left: auto;
  }
  /* line 209, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group, .table_tools .table_tools_segmented_control,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn, .scopes li.scope.btn-group > a, .table_tools .btn-group > .index, .table_tools .table_tools_segmented_control > .btn, .table_tools .scopes li.scope.table_tools_segmented_control > a, .scopes .table_tools li.scope.table_tools_segmented_control > a, .table_tools .table_tools_segmented_control > .index, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button, form .actions li .btn-group > input, form .actions li .table_tools .table_tools_segmented_control > input, .table_tools form .actions li .table_tools_segmented_control > input, form .actions li .btn-group > a, form .actions li .table_tools .table_tools_segmented_control > a, .table_tools form .actions li .table_tools_segmented_control > a, .btn-group > .member_link, .table_tools .table_tools_segmented_control > .member_link, .btn-group > .ui-sortable-handle, .table_tools .table_tools_segmented_control > .ui-sortable-handle, ul.scopes li.scope .btn-group > a, ul.scopes li.scope .table_tools .table_tools_segmented_control > a, .table_tools ul.scopes li.scope .table_tools_segmented_control > a, .filter_form .buttons .btn-group > input, .filter_form .buttons .table_tools .table_tools_segmented_control > input, .table_tools .filter_form .buttons .table_tools_segmented_control > input, .filter_form .buttons .btn-group > a, .filter_form .buttons .table_tools .table_tools_segmented_control > a, .table_tools .filter_form .buttons .table_tools_segmented_control > a, #title_bar .action_item .btn-group > a, #title_bar .action_item .table_tools .table_tools_segmented_control > a, .table_tools #title_bar .action_item .table_tools_segmented_control > a,
.btn-group-vertical > .btn,
.scopes li.scope.btn-group-vertical > a,
.table_tools .btn-group-vertical > .index,
.table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button,
form .actions li .btn-group-vertical > input,
form .actions li .btn-group-vertical > a,
.btn-group-vertical > .member_link,
.btn-group-vertical > .ui-sortable-handle,
ul.scopes li.scope .btn-group-vertical > a,
.filter_form .buttons .btn-group-vertical > input,
.filter_form .buttons .btn-group-vertical > a,
#title_bar .action_item .btn-group-vertical > a {
  position: relative;
  float: left;
}

/* line 15, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .scopes li.scope.btn-group > a:hover, .table_tools .btn-group > .index:hover, .table_tools .table_tools_segmented_control > .btn:hover, .table_tools .scopes li.scope.table_tools_segmented_control > a:hover, .scopes .table_tools li.scope.table_tools_segmented_control > a:hover, .table_tools .table_tools_segmented_control > .index:hover, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button:hover, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button:hover, form .actions li .btn-group > input:hover, form .actions li .table_tools .table_tools_segmented_control > input:hover, .table_tools form .actions li .table_tools_segmented_control > input:hover, form .actions li .btn-group > a:hover, form .actions li .table_tools .table_tools_segmented_control > a:hover, .table_tools form .actions li .table_tools_segmented_control > a:hover, .btn-group > .member_link:hover, .table_tools .table_tools_segmented_control > .member_link:hover, .btn-group > .ui-sortable-handle:hover, .table_tools .table_tools_segmented_control > .ui-sortable-handle:hover, ul.scopes li.scope .btn-group > a:hover, ul.scopes li.scope .table_tools .table_tools_segmented_control > a:hover, .table_tools ul.scopes li.scope .table_tools_segmented_control > a:hover, .filter_form .buttons .btn-group > input:hover, .filter_form .buttons .table_tools .table_tools_segmented_control > input:hover, .table_tools .filter_form .buttons .table_tools_segmented_control > input:hover, .filter_form .buttons .btn-group > a:hover, .filter_form .buttons .table_tools .table_tools_segmented_control > a:hover, .table_tools .filter_form .buttons .table_tools_segmented_control > a:hover, #title_bar .action_item .btn-group > a:hover, #title_bar .action_item .table_tools .table_tools_segmented_control > a:hover, .table_tools #title_bar .action_item .table_tools_segmented_control > a:hover, .btn-group > .btn:focus, .scopes li.scope.btn-group > a:focus, .table_tools .btn-group > .index:focus, .table_tools .table_tools_segmented_control > .btn:focus, .table_tools .scopes li.scope.table_tools_segmented_control > a:focus, .scopes .table_tools li.scope.table_tools_segmented_control > a:focus, .table_tools .table_tools_segmented_control > .index:focus, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button:focus, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button:focus, form .actions li .btn-group > input:focus, form .actions li .table_tools .table_tools_segmented_control > input:focus, .table_tools form .actions li .table_tools_segmented_control > input:focus, form .actions li .btn-group > a:focus, form .actions li .table_tools .table_tools_segmented_control > a:focus, .table_tools form .actions li .table_tools_segmented_control > a:focus, .btn-group > .member_link:focus, .table_tools .table_tools_segmented_control > .member_link:focus, .btn-group > .ui-sortable-handle:focus, .table_tools .table_tools_segmented_control > .ui-sortable-handle:focus, ul.scopes li.scope .btn-group > a:focus, ul.scopes li.scope .table_tools .table_tools_segmented_control > a:focus, .table_tools ul.scopes li.scope .table_tools_segmented_control > a:focus, .filter_form .buttons .btn-group > input:focus, .filter_form .buttons .table_tools .table_tools_segmented_control > input:focus, .table_tools .filter_form .buttons .table_tools_segmented_control > input:focus, .filter_form .buttons .btn-group > a:focus, .filter_form .buttons .table_tools .table_tools_segmented_control > a:focus, .table_tools .filter_form .buttons .table_tools_segmented_control > a:focus, #title_bar .action_item .btn-group > a:focus, #title_bar .action_item .table_tools .table_tools_segmented_control > a:focus, .table_tools #title_bar .action_item .table_tools_segmented_control > a:focus, .btn-group > .btn:active, .scopes li.scope.btn-group > a:active, .table_tools .btn-group > .index:active, .table_tools .table_tools_segmented_control > .btn:active, .table_tools .scopes li.scope.table_tools_segmented_control > a:active, .scopes .table_tools li.scope.table_tools_segmented_control > a:active, .table_tools .table_tools_segmented_control > .index:active, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button:active, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button:active, form .actions li .btn-group > input:active, form .actions li .table_tools .table_tools_segmented_control > input:active, .table_tools form .actions li .table_tools_segmented_control > input:active, form .actions li .btn-group > a:active, form .actions li .table_tools .table_tools_segmented_control > a:active, .table_tools form .actions li .table_tools_segmented_control > a:active, .btn-group > .member_link:active, .table_tools .table_tools_segmented_control > .member_link:active, .btn-group > .ui-sortable-handle:active, .table_tools .table_tools_segmented_control > .ui-sortable-handle:active, ul.scopes li.scope .btn-group > a:active, ul.scopes li.scope .table_tools .table_tools_segmented_control > a:active, .table_tools ul.scopes li.scope .table_tools_segmented_control > a:active, .filter_form .buttons .btn-group > input:active, .filter_form .buttons .table_tools .table_tools_segmented_control > input:active, .table_tools .filter_form .buttons .table_tools_segmented_control > input:active, .filter_form .buttons .btn-group > a:active, .filter_form .buttons .table_tools .table_tools_segmented_control > a:active, .table_tools .filter_form .buttons .table_tools_segmented_control > a:active, #title_bar .action_item .btn-group > a:active, #title_bar .action_item .table_tools .table_tools_segmented_control > a:active, .table_tools #title_bar .action_item .table_tools_segmented_control > a:active, .btn-group > .btn.active, .scopes li.scope.btn-group > a.active, .table_tools .btn-group > .btn.index.selected, .table_tools .scopes li.scope.btn-group > a.index.selected, .scopes .table_tools li.scope.btn-group > a.index.selected, .table_tools .btn-group > .active.index, .table_tools .btn-group > .index.selected, .table_tools .table_tools_segmented_control > .btn.active, .table_tools .scopes li.scope.table_tools_segmented_control > a.active, .scopes .table_tools li.scope.table_tools_segmented_control > a.active, .table_tools .table_tools_segmented_control > .btn.index.selected, .table_tools .scopes li.scope.table_tools_segmented_control > a.index.selected, .scopes .table_tools li.scope.table_tools_segmented_control > a.index.selected, .table_tools .table_tools_segmented_control > .active.index, .table_tools .table_tools_segmented_control > .index.selected, .table_tools .batch_actions_selector .btn-group > .active.dropdown_menu_button, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button.index.selected, .table_tools .batch_actions_selector .table_tools_segmented_control > .active.dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button.index.selected, form .actions li .btn-group > input.active, form .actions li .table_tools .btn-group > input.index.selected, .table_tools form .actions li .btn-group > input.index.selected, form .actions li .table_tools .table_tools_segmented_control > input.active, form .actions li .table_tools .table_tools_segmented_control > input.index.selected, .table_tools form .actions li .table_tools_segmented_control > input.active, .table_tools form .actions li .table_tools_segmented_control > input.index.selected, form .actions li .btn-group > a.active, form .actions li .table_tools .btn-group > a.index.selected, .table_tools form .actions li .btn-group > a.index.selected, form .actions li .table_tools .table_tools_segmented_control > a.active, form .actions li .table_tools .table_tools_segmented_control > a.index.selected, .table_tools form .actions li .table_tools_segmented_control > a.active, .table_tools form .actions li .table_tools_segmented_control > a.index.selected, .btn-group > .active.member_link, .table_tools .btn-group > .member_link.index.selected, .table_tools .table_tools_segmented_control > .active.member_link, .table_tools .table_tools_segmented_control > .member_link.index.selected, .btn-group > .active.ui-sortable-handle, .table_tools .btn-group > .ui-sortable-handle.index.selected, .table_tools .table_tools_segmented_control > .active.ui-sortable-handle, .table_tools .table_tools_segmented_control > .ui-sortable-handle.index.selected, ul.scopes li.scope .btn-group > a.active, ul.scopes li.scope .table_tools .btn-group > a.index.selected, .table_tools ul.scopes li.scope .btn-group > a.index.selected, ul.scopes li.scope .table_tools .table_tools_segmented_control > a.active, ul.scopes li.scope .table_tools .table_tools_segmented_control > a.index.selected, .table_tools ul.scopes li.scope .table_tools_segmented_control > a.active, .table_tools ul.scopes li.scope .table_tools_segmented_control > a.index.selected, .filter_form .buttons .btn-group > input.active, .filter_form .buttons .table_tools .btn-group > input.index.selected, .table_tools .filter_form .buttons .btn-group > input.index.selected, .filter_form .buttons .table_tools .table_tools_segmented_control > input.active, .filter_form .buttons .table_tools .table_tools_segmented_control > input.index.selected, .table_tools .filter_form .buttons .table_tools_segmented_control > input.active, .table_tools .filter_form .buttons .table_tools_segmented_control > input.index.selected, .filter_form .buttons .btn-group > a.active, .filter_form .buttons .table_tools .btn-group > a.index.selected, .table_tools .filter_form .buttons .btn-group > a.index.selected, .filter_form .buttons .table_tools .table_tools_segmented_control > a.active, .filter_form .buttons .table_tools .table_tools_segmented_control > a.index.selected, .table_tools .filter_form .buttons .table_tools_segmented_control > a.active, .table_tools .filter_form .buttons .table_tools_segmented_control > a.index.selected, #title_bar .action_item .btn-group > a.active, #title_bar .action_item .table_tools .btn-group > a.index.selected, .table_tools #title_bar .action_item .btn-group > a.index.selected, #title_bar .action_item .table_tools .table_tools_segmented_control > a.active, #title_bar .action_item .table_tools .table_tools_segmented_control > a.index.selected, .table_tools #title_bar .action_item .table_tools_segmented_control > a.active, .table_tools #title_bar .action_item .table_tools_segmented_control > a.index.selected, #header .header-item.tabs .btn-group > li.btn.current, #header .header-item.tabs .table_tools .btn-group > li.current.index, .table_tools #header .header-item.tabs .btn-group > li.current.index, #header .header-item.tabs .table_tools .table_tools_segmented_control > li.btn.current, #header .header-item.tabs .table_tools .table_tools_segmented_control > li.current.index, .table_tools #header .header-item.tabs .table_tools_segmented_control > li.btn.current, .table_tools #header .header-item.tabs .table_tools_segmented_control > li.current.index, #header .header-item.tabs .table_tools .batch_actions_selector .btn-group > li.current.dropdown_menu_button, #header .header-item.tabs .table_tools .batch_actions_selector .table_tools_segmented_control > li.current.dropdown_menu_button, .table_tools .batch_actions_selector #header .header-item.tabs .btn-group > li.current.dropdown_menu_button, .table_tools .batch_actions_selector #header .header-item.tabs .table_tools_segmented_control > li.current.dropdown_menu_button, #header .header-item.tabs .btn-group > li.current.member_link, #header .header-item.tabs .table_tools .table_tools_segmented_control > li.current.member_link, .table_tools #header .header-item.tabs .table_tools_segmented_control > li.current.member_link, #header .header-item.tabs .btn-group > li.current.ui-sortable-handle, #header .header-item.tabs .table_tools .table_tools_segmented_control > li.current.ui-sortable-handle, .table_tools #header .header-item.tabs .table_tools_segmented_control > li.current.ui-sortable-handle,
.btn-group-vertical > .btn:hover,
.scopes li.scope.btn-group-vertical > a:hover,
.table_tools .btn-group-vertical > .index:hover,
.table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button:hover,
form .actions li .btn-group-vertical > input:hover,
form .actions li .btn-group-vertical > a:hover,
.btn-group-vertical > .member_link:hover,
.btn-group-vertical > .ui-sortable-handle:hover,
ul.scopes li.scope .btn-group-vertical > a:hover,
.filter_form .buttons .btn-group-vertical > input:hover,
.filter_form .buttons .btn-group-vertical > a:hover,
#title_bar .action_item .btn-group-vertical > a:hover,
.btn-group-vertical > .btn:focus,
.scopes li.scope.btn-group-vertical > a:focus,
.table_tools .btn-group-vertical > .index:focus,
.table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button:focus,
form .actions li .btn-group-vertical > input:focus,
form .actions li .btn-group-vertical > a:focus,
.btn-group-vertical > .member_link:focus,
.btn-group-vertical > .ui-sortable-handle:focus,
ul.scopes li.scope .btn-group-vertical > a:focus,
.filter_form .buttons .btn-group-vertical > input:focus,
.filter_form .buttons .btn-group-vertical > a:focus,
#title_bar .action_item .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.scopes li.scope.btn-group-vertical > a:active,
.table_tools .btn-group-vertical > .index:active,
.table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button:active,
form .actions li .btn-group-vertical > input:active,
form .actions li .btn-group-vertical > a:active,
.btn-group-vertical > .member_link:active,
.btn-group-vertical > .ui-sortable-handle:active,
ul.scopes li.scope .btn-group-vertical > a:active,
.filter_form .buttons .btn-group-vertical > input:active,
.filter_form .buttons .btn-group-vertical > a:active,
#title_bar .action_item .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.scopes li.scope.btn-group-vertical > a.active,
.table_tools .btn-group-vertical > .btn.index.selected,
.table_tools .scopes li.scope.btn-group-vertical > a.index.selected,
.scopes .table_tools li.scope.btn-group-vertical > a.index.selected,
.table_tools .btn-group-vertical > .active.index,
.table_tools .btn-group-vertical > .index.selected,
.table_tools .batch_actions_selector .btn-group-vertical > .active.dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button.index.selected,
form .actions li .btn-group-vertical > input.active,
form .actions li .table_tools .btn-group-vertical > input.index.selected,
.table_tools form .actions li .btn-group-vertical > input.index.selected,
form .actions li .btn-group-vertical > a.active,
form .actions li .table_tools .btn-group-vertical > a.index.selected,
.table_tools form .actions li .btn-group-vertical > a.index.selected,
.btn-group-vertical > .active.member_link,
.table_tools .btn-group-vertical > .member_link.index.selected,
.btn-group-vertical > .active.ui-sortable-handle,
.table_tools .btn-group-vertical > .ui-sortable-handle.index.selected,
ul.scopes li.scope .btn-group-vertical > a.active,
ul.scopes li.scope .table_tools .btn-group-vertical > a.index.selected,
.table_tools ul.scopes li.scope .btn-group-vertical > a.index.selected,
.filter_form .buttons .btn-group-vertical > input.active,
.filter_form .buttons .table_tools .btn-group-vertical > input.index.selected,
.table_tools .filter_form .buttons .btn-group-vertical > input.index.selected,
.filter_form .buttons .btn-group-vertical > a.active,
.filter_form .buttons .table_tools .btn-group-vertical > a.index.selected,
.table_tools .filter_form .buttons .btn-group-vertical > a.index.selected,
#title_bar .action_item .btn-group-vertical > a.active,
#title_bar .action_item .table_tools .btn-group-vertical > a.index.selected,
.table_tools #title_bar .action_item .btn-group-vertical > a.index.selected,
#header .header-item.tabs .btn-group-vertical > li.btn.current,
#header .header-item.tabs .table_tools .btn-group-vertical > li.current.index,
.table_tools #header .header-item.tabs .btn-group-vertical > li.current.index,
#header .header-item.tabs .table_tools .batch_actions_selector .btn-group-vertical > li.current.dropdown_menu_button,
.table_tools .batch_actions_selector #header .header-item.tabs .btn-group-vertical > li.current.dropdown_menu_button,
#header .header-item.tabs .btn-group-vertical > li.current.member_link,
#header .header-item.tabs .btn-group-vertical > li.current.ui-sortable-handle {
  z-index: 2;
}

/* line 26, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn, .btn-group .scopes li.scope > a + .btn, .scopes .btn-group li.scope > a + .btn, .btn-group .scopes li.scope > .btn + a, .scopes .btn-group li.scope > .btn + a, .btn-group .scopes li.scope > a + a, .scopes .btn-group li.scope > a + a, .btn-group .table_tools .index + .btn, .btn-group .table_tools .scopes li.scope > .index + a, .scopes .btn-group .table_tools li.scope > .index + a, .table_tools .btn-group .index + .btn, .table_tools .btn-group .scopes li.scope > .index + a, .scopes .table_tools .btn-group li.scope > .index + a, .btn-group .table_tools .btn + .index, .btn-group .table_tools .scopes li.scope > a + .index, .scopes .btn-group .table_tools li.scope > a + .index, .table_tools .btn-group .btn + .index, .table_tools .btn-group .scopes li.scope > a + .index, .scopes .table_tools .btn-group li.scope > a + .index, .btn-group .table_tools .index + .index, .table_tools .btn-group .index + .index, .table_tools .table_tools_segmented_control .btn + .btn, .table_tools .table_tools_segmented_control .scopes li.scope > a + .btn, .scopes .table_tools .table_tools_segmented_control li.scope > a + .btn, .table_tools .table_tools_segmented_control .scopes li.scope > .btn + a, .scopes .table_tools .table_tools_segmented_control li.scope > .btn + a, .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools .table_tools_segmented_control li.scope > a + a, .table_tools .table_tools_segmented_control .index + .btn, .table_tools .table_tools_segmented_control .scopes li.scope > .index + a, .scopes .table_tools .table_tools_segmented_control li.scope > .index + a, .table_tools .table_tools_segmented_control .btn + .index, .table_tools .table_tools_segmented_control .scopes li.scope > a + .index, .scopes .table_tools .table_tools_segmented_control li.scope > a + .index, .table_tools .table_tools_segmented_control .index + .index, .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .btn, .btn-group .table_tools .batch_actions_selector .scopes li.scope > .dropdown_menu_button + a, .scopes .btn-group .table_tools .batch_actions_selector li.scope > .dropdown_menu_button + a, .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .index, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .btn, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .scopes li.scope > .dropdown_menu_button + a, .scopes .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector li.scope > .dropdown_menu_button + a, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .index, .table_tools .batch_actions_selector .btn-group .dropdown_menu_button + .btn, .table_tools .batch_actions_selector .btn-group .scopes li.scope > .dropdown_menu_button + a, .scopes .table_tools .batch_actions_selector .btn-group li.scope > .dropdown_menu_button + a, .table_tools .batch_actions_selector .btn-group .dropdown_menu_button + .index, .table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button + .btn, .table_tools .batch_actions_selector .table_tools_segmented_control .scopes li.scope > .dropdown_menu_button + a, .scopes .table_tools .batch_actions_selector .table_tools_segmented_control li.scope > .dropdown_menu_button + a, .table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button + .index, .btn-group .table_tools .batch_actions_selector .btn + .dropdown_menu_button, .btn-group .table_tools .batch_actions_selector .scopes li.scope > a + .dropdown_menu_button, .scopes .btn-group .table_tools .batch_actions_selector li.scope > a + .dropdown_menu_button, .btn-group .table_tools .batch_actions_selector .index + .dropdown_menu_button, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .btn + .dropdown_menu_button, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .scopes li.scope > a + .dropdown_menu_button, .scopes .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector li.scope > a + .dropdown_menu_button, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .index + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .scopes li.scope > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector .btn-group li.scope > a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .index + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .scopes li.scope > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector .table_tools_segmented_control li.scope > a + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .index + .dropdown_menu_button, .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .dropdown_menu_button, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .dropdown_menu_button + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button + .dropdown_menu_button, .btn-group form .actions li input + .btn, .btn-group form .actions .scopes li.scope > input + a, .scopes .btn-group form .actions li.scope > input + a, .btn-group form .actions li .table_tools input + .index, .table_tools .btn-group form .actions li input + .index, .table_tools .table_tools_segmented_control form .actions li input + .btn, .table_tools .table_tools_segmented_control form .actions .scopes li.scope > input + a, .scopes .table_tools .table_tools_segmented_control form .actions li.scope > input + a, .table_tools .table_tools_segmented_control form .actions li input + .index, .btn-group form .actions li .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group form .actions li input + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control form .actions li input + .dropdown_menu_button, form .actions li .btn-group input + .btn, form .actions li .btn-group .scopes li.scope > input + a, .scopes form .actions li .btn-group li.scope > input + a, form .actions li .btn-group .table_tools input + .index, .table_tools form .actions li .btn-group input + .index, form .actions li .table_tools .table_tools_segmented_control input + .btn, form .actions li .table_tools .table_tools_segmented_control .scopes li.scope > input + a, .scopes form .actions li .table_tools .table_tools_segmented_control li.scope > input + a, form .actions li .table_tools .table_tools_segmented_control input + .index, .table_tools form .actions li .table_tools_segmented_control input + .btn, .table_tools form .actions li .table_tools_segmented_control .scopes li.scope > input + a, .scopes .table_tools form .actions li .table_tools_segmented_control li.scope > input + a, .table_tools form .actions li .table_tools_segmented_control input + .index, form .actions li .btn-group .table_tools .batch_actions_selector input + .dropdown_menu_button, form .actions li .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools form .actions li .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .table_tools_segmented_control input + .dropdown_menu_button, .btn-group form .actions li a + .btn, .btn-group form .actions .scopes li.scope > a + a, .scopes .btn-group form .actions li.scope > a + a, .btn-group form .actions li .table_tools a + .index, .table_tools .btn-group form .actions li a + .index, .table_tools .table_tools_segmented_control form .actions li a + .btn, .table_tools .table_tools_segmented_control form .actions .scopes li.scope > a + a, .scopes .table_tools .table_tools_segmented_control form .actions li.scope > a + a, .table_tools .table_tools_segmented_control form .actions li a + .index, .btn-group form .actions li .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group form .actions li a + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control form .actions li a + .dropdown_menu_button, form .actions li .btn-group a + .btn, form .actions li .btn-group .scopes li.scope > a + a, .scopes form .actions li .btn-group li.scope > a + a, form .actions li .btn-group .table_tools a + .index, .table_tools form .actions li .btn-group a + .index, form .actions li .table_tools .table_tools_segmented_control a + .btn, form .actions li .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes form .actions li .table_tools .table_tools_segmented_control li.scope > a + a, form .actions li .table_tools .table_tools_segmented_control a + .index, .table_tools form .actions li .table_tools_segmented_control a + .btn, .table_tools form .actions li .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools form .actions li .table_tools_segmented_control li.scope > a + a, .table_tools form .actions li .table_tools_segmented_control a + .index, form .actions li .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, form .actions li .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools form .actions li .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .table_tools_segmented_control a + .dropdown_menu_button, .btn-group form .actions li .btn + input, .btn-group form .actions .scopes li.scope > a + input, .scopes .btn-group form .actions li.scope > a + input, .btn-group form .actions li .table_tools .index + input, .table_tools .btn-group form .actions li .index + input, .table_tools .table_tools_segmented_control form .actions li .btn + input, .table_tools .table_tools_segmented_control form .actions .scopes li.scope > a + input, .scopes .table_tools .table_tools_segmented_control form .actions li.scope > a + input, .table_tools .table_tools_segmented_control form .actions li .index + input, .btn-group form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .btn-group form .actions li .dropdown_menu_button + input, .table_tools .batch_actions_selector .table_tools_segmented_control form .actions li .dropdown_menu_button + input, form .actions li .btn-group .btn + input, form .actions li .btn-group .scopes li.scope > a + input, .scopes form .actions li .btn-group li.scope > a + input, form .actions li .btn-group .table_tools .index + input, .table_tools form .actions li .btn-group .index + input, form .actions li .table_tools .table_tools_segmented_control .btn + input, form .actions li .table_tools .table_tools_segmented_control .scopes li.scope > a + input, .scopes form .actions li .table_tools .table_tools_segmented_control li.scope > a + input, form .actions li .table_tools .table_tools_segmented_control .index + input, .table_tools form .actions li .table_tools_segmented_control .btn + input, .table_tools form .actions li .table_tools_segmented_control .scopes li.scope > a + input, .scopes .table_tools form .actions li .table_tools_segmented_control li.scope > a + input, .table_tools form .actions li .table_tools_segmented_control .index + input, form .actions li .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + input, form .actions li .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools form .actions li .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector form .actions li .btn-group .dropdown_menu_button + input, .table_tools .batch_actions_selector form .actions li .table_tools_segmented_control .dropdown_menu_button + input, .btn-group form .actions li input + input, .table_tools .table_tools_segmented_control form .actions li input + input, form .actions li .btn-group input + input, form .actions li .table_tools .table_tools_segmented_control input + input, .table_tools form .actions li .table_tools_segmented_control input + input, .btn-group form .actions li a + input, .table_tools .table_tools_segmented_control form .actions li a + input, form .actions li .btn-group a + input, form .actions li .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li .table_tools_segmented_control a + input, .btn-group form .actions li .btn + a, .btn-group form .actions .scopes li.scope > a + a, .scopes .btn-group form .actions li.scope > a + a, .btn-group form .actions li .table_tools .index + a, .table_tools .btn-group form .actions li .index + a, .table_tools .table_tools_segmented_control form .actions li .btn + a, .table_tools .table_tools_segmented_control form .actions .scopes li.scope > a + a, .scopes .table_tools .table_tools_segmented_control form .actions li.scope > a + a, .table_tools .table_tools_segmented_control form .actions li .index + a, .btn-group form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .btn-group form .actions li .dropdown_menu_button + a, .table_tools .batch_actions_selector .table_tools_segmented_control form .actions li .dropdown_menu_button + a, form .actions li .btn-group .btn + a, form .actions li .btn-group .scopes li.scope > a + a, .scopes form .actions li .btn-group li.scope > a + a, form .actions li .btn-group .table_tools .index + a, .table_tools form .actions li .btn-group .index + a, form .actions li .table_tools .table_tools_segmented_control .btn + a, form .actions li .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes form .actions li .table_tools .table_tools_segmented_control li.scope > a + a, form .actions li .table_tools .table_tools_segmented_control .index + a, .table_tools form .actions li .table_tools_segmented_control .btn + a, .table_tools form .actions li .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools form .actions li .table_tools_segmented_control li.scope > a + a, .table_tools form .actions li .table_tools_segmented_control .index + a, form .actions li .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, form .actions li .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools form .actions li .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector form .actions li .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector form .actions li .table_tools_segmented_control .dropdown_menu_button + a, .btn-group form .actions li input + a, .table_tools .table_tools_segmented_control form .actions li input + a, form .actions li .btn-group input + a, form .actions li .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li .table_tools_segmented_control input + a, .btn-group form .actions li a + a, .table_tools .table_tools_segmented_control form .actions li a + a, form .actions li .btn-group a + a, form .actions li .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li .table_tools_segmented_control a + a, .btn-group .member_link + .btn, .btn-group .scopes li.scope > .member_link + a, .scopes .btn-group li.scope > .member_link + a, .btn-group .table_tools .member_link + .index, .table_tools .btn-group .member_link + .index, .table_tools .table_tools_segmented_control .member_link + .btn, .table_tools .table_tools_segmented_control .scopes li.scope > .member_link + a, .scopes .table_tools .table_tools_segmented_control li.scope > .member_link + a, .table_tools .table_tools_segmented_control .member_link + .index, .btn-group .table_tools .batch_actions_selector .member_link + .dropdown_menu_button, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .member_link + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .member_link + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .member_link + .dropdown_menu_button, .btn-group form .actions li .member_link + input, .table_tools .table_tools_segmented_control form .actions li .member_link + input, form .actions li .btn-group .member_link + input, form .actions li .table_tools .table_tools_segmented_control .member_link + input, .table_tools form .actions li .table_tools_segmented_control .member_link + input, .btn-group form .actions li .member_link + a, .table_tools .table_tools_segmented_control form .actions li .member_link + a, form .actions li .btn-group .member_link + a, form .actions li .table_tools .table_tools_segmented_control .member_link + a, .table_tools form .actions li .table_tools_segmented_control .member_link + a, .btn-group .ui-sortable-handle + .btn, .btn-group .scopes li.scope > .ui-sortable-handle + a, .scopes .btn-group li.scope > .ui-sortable-handle + a, .btn-group .table_tools .ui-sortable-handle + .index, .table_tools .btn-group .ui-sortable-handle + .index, .table_tools .table_tools_segmented_control .ui-sortable-handle + .btn, .table_tools .table_tools_segmented_control .scopes li.scope > .ui-sortable-handle + a, .scopes .table_tools .table_tools_segmented_control li.scope > .ui-sortable-handle + a, .table_tools .table_tools_segmented_control .ui-sortable-handle + .index, .btn-group .table_tools .batch_actions_selector .ui-sortable-handle + .dropdown_menu_button, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .ui-sortable-handle + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .ui-sortable-handle + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .ui-sortable-handle + .dropdown_menu_button, .btn-group form .actions li .ui-sortable-handle + input, .table_tools .table_tools_segmented_control form .actions li .ui-sortable-handle + input, form .actions li .btn-group .ui-sortable-handle + input, form .actions li .table_tools .table_tools_segmented_control .ui-sortable-handle + input, .table_tools form .actions li .table_tools_segmented_control .ui-sortable-handle + input, .btn-group form .actions li .ui-sortable-handle + a, .table_tools .table_tools_segmented_control form .actions li .ui-sortable-handle + a, form .actions li .btn-group .ui-sortable-handle + a, form .actions li .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools form .actions li .table_tools_segmented_control .ui-sortable-handle + a, .btn-group .btn + .member_link, .btn-group .scopes li.scope > a + .member_link, .scopes .btn-group li.scope > a + .member_link, .btn-group .table_tools .index + .member_link, .table_tools .btn-group .index + .member_link, .table_tools .table_tools_segmented_control .btn + .member_link, .table_tools .table_tools_segmented_control .scopes li.scope > a + .member_link, .scopes .table_tools .table_tools_segmented_control li.scope > a + .member_link, .table_tools .table_tools_segmented_control .index + .member_link, .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .member_link, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .member_link, .table_tools .batch_actions_selector .btn-group .dropdown_menu_button + .member_link, .table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button + .member_link, .btn-group form .actions li input + .member_link, .table_tools .table_tools_segmented_control form .actions li input + .member_link, form .actions li .btn-group input + .member_link, form .actions li .table_tools .table_tools_segmented_control input + .member_link, .table_tools form .actions li .table_tools_segmented_control input + .member_link, .btn-group form .actions li a + .member_link, .table_tools .table_tools_segmented_control form .actions li a + .member_link, form .actions li .btn-group a + .member_link, form .actions li .table_tools .table_tools_segmented_control a + .member_link, .table_tools form .actions li .table_tools_segmented_control a + .member_link, .btn-group .member_link + .member_link, .table_tools .table_tools_segmented_control .member_link + .member_link, .btn-group .ui-sortable-handle + .member_link, .table_tools .table_tools_segmented_control .ui-sortable-handle + .member_link, .btn-group .btn + .ui-sortable-handle, .btn-group .scopes li.scope > a + .ui-sortable-handle, .scopes .btn-group li.scope > a + .ui-sortable-handle, .btn-group .table_tools .index + .ui-sortable-handle, .table_tools .btn-group .index + .ui-sortable-handle, .table_tools .table_tools_segmented_control .btn + .ui-sortable-handle, .table_tools .table_tools_segmented_control .scopes li.scope > a + .ui-sortable-handle, .scopes .table_tools .table_tools_segmented_control li.scope > a + .ui-sortable-handle, .table_tools .table_tools_segmented_control .index + .ui-sortable-handle, .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .ui-sortable-handle, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .ui-sortable-handle, .table_tools .batch_actions_selector .btn-group .dropdown_menu_button + .ui-sortable-handle, .table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button + .ui-sortable-handle, .btn-group form .actions li input + .ui-sortable-handle, .table_tools .table_tools_segmented_control form .actions li input + .ui-sortable-handle, form .actions li .btn-group input + .ui-sortable-handle, form .actions li .table_tools .table_tools_segmented_control input + .ui-sortable-handle, .table_tools form .actions li .table_tools_segmented_control input + .ui-sortable-handle, .btn-group form .actions li a + .ui-sortable-handle, .table_tools .table_tools_segmented_control form .actions li a + .ui-sortable-handle, form .actions li .btn-group a + .ui-sortable-handle, form .actions li .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools form .actions li .table_tools_segmented_control a + .ui-sortable-handle, .btn-group .member_link + .ui-sortable-handle, .table_tools .table_tools_segmented_control .member_link + .ui-sortable-handle, .btn-group .ui-sortable-handle + .ui-sortable-handle, .table_tools .table_tools_segmented_control .ui-sortable-handle + .ui-sortable-handle, .btn-group ul.scopes li.scope a + .btn, .btn-group ul.scopes li.scope > a + a, .btn-group ul.scopes li.scope .table_tools a + .index, .table_tools .btn-group ul.scopes li.scope a + .index, .table_tools .table_tools_segmented_control ul.scopes li.scope a + .btn, .table_tools .table_tools_segmented_control ul.scopes li.scope > a + a, .table_tools .table_tools_segmented_control ul.scopes li.scope a + .index, .btn-group ul.scopes li.scope .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .table_tools_segmented_control ul.scopes li.scope .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group ul.scopes li.scope a + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control ul.scopes li.scope a + .dropdown_menu_button, .btn-group ul.scopes form .actions li.scope a + input, .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope a + input, form .actions .btn-group ul.scopes li.scope a + input, form .actions .table_tools .table_tools_segmented_control ul.scopes li.scope a + input, .table_tools form .actions .table_tools_segmented_control ul.scopes li.scope a + input, .btn-group ul.scopes form .actions li.scope a + a, .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope a + a, form .actions .btn-group ul.scopes li.scope a + a, form .actions .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, .table_tools form .actions .table_tools_segmented_control ul.scopes li.scope a + a, .btn-group ul.scopes li.scope a + .member_link, .table_tools .table_tools_segmented_control ul.scopes li.scope a + .member_link, .btn-group ul.scopes li.scope a + .ui-sortable-handle, .table_tools .table_tools_segmented_control ul.scopes li.scope a + .ui-sortable-handle, ul.scopes li.scope .btn-group a + .btn, ul.scopes li.scope .btn-group li.scope > a + a, ul.scopes li.scope .btn-group .table_tools a + .index, .table_tools ul.scopes li.scope .btn-group a + .index, ul.scopes li.scope .table_tools .table_tools_segmented_control a + .btn, ul.scopes li.scope .table_tools .table_tools_segmented_control li.scope > a + a, ul.scopes li.scope .table_tools .table_tools_segmented_control a + .index, .table_tools ul.scopes li.scope .table_tools_segmented_control a + .btn, .table_tools ul.scopes li.scope .table_tools_segmented_control li.scope > a + a, .table_tools ul.scopes li.scope .table_tools_segmented_control a + .index, ul.scopes li.scope .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, ul.scopes li.scope .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools ul.scopes li.scope .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .table_tools_segmented_control a + .dropdown_menu_button, ul.scopes form .actions li.scope .btn-group a + input, ul.scopes form .actions li.scope .table_tools .table_tools_segmented_control a + input, .table_tools ul.scopes form .actions li.scope .table_tools_segmented_control a + input, form .actions ul.scopes li.scope .btn-group a + input, form .actions ul.scopes li.scope .table_tools .table_tools_segmented_control a + input, .table_tools form .actions ul.scopes li.scope .table_tools_segmented_control a + input, ul.scopes form .actions li.scope .btn-group a + a, ul.scopes form .actions li.scope .table_tools .table_tools_segmented_control a + a, .table_tools ul.scopes form .actions li.scope .table_tools_segmented_control a + a, form .actions ul.scopes li.scope .btn-group a + a, form .actions ul.scopes li.scope .table_tools .table_tools_segmented_control a + a, .table_tools form .actions ul.scopes li.scope .table_tools_segmented_control a + a, ul.scopes li.scope .btn-group a + .member_link, ul.scopes li.scope .table_tools .table_tools_segmented_control a + .member_link, .table_tools ul.scopes li.scope .table_tools_segmented_control a + .member_link, ul.scopes li.scope .btn-group a + .ui-sortable-handle, ul.scopes li.scope .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools ul.scopes li.scope .table_tools_segmented_control a + .ui-sortable-handle, .btn-group ul.scopes li.scope .btn + a, .btn-group ul.scopes li.scope > a + a, .btn-group ul.scopes li.scope .table_tools .index + a, .table_tools .btn-group ul.scopes li.scope .index + a, .table_tools .table_tools_segmented_control ul.scopes li.scope .btn + a, .table_tools .table_tools_segmented_control ul.scopes li.scope > a + a, .table_tools .table_tools_segmented_control ul.scopes li.scope .index + a, .btn-group ul.scopes li.scope .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .table_tools_segmented_control ul.scopes li.scope .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .btn-group ul.scopes li.scope .dropdown_menu_button + a, .table_tools .batch_actions_selector .table_tools_segmented_control ul.scopes li.scope .dropdown_menu_button + a, .btn-group ul.scopes form .actions li.scope input + a, .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope input + a, form .actions .btn-group ul.scopes li.scope input + a, form .actions .table_tools .table_tools_segmented_control ul.scopes li.scope input + a, .table_tools form .actions .table_tools_segmented_control ul.scopes li.scope input + a, .btn-group ul.scopes form .actions li.scope a + a, .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope a + a, form .actions .btn-group ul.scopes li.scope a + a, form .actions .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, .table_tools form .actions .table_tools_segmented_control ul.scopes li.scope a + a, .btn-group ul.scopes li.scope .member_link + a, .table_tools .table_tools_segmented_control ul.scopes li.scope .member_link + a, .btn-group ul.scopes li.scope .ui-sortable-handle + a, .table_tools .table_tools_segmented_control ul.scopes li.scope .ui-sortable-handle + a, ul.scopes li.scope .btn-group .btn + a, ul.scopes li.scope .btn-group li.scope > a + a, ul.scopes li.scope .btn-group .table_tools .index + a, .table_tools ul.scopes li.scope .btn-group .index + a, ul.scopes li.scope .table_tools .table_tools_segmented_control .btn + a, ul.scopes li.scope .table_tools .table_tools_segmented_control li.scope > a + a, ul.scopes li.scope .table_tools .table_tools_segmented_control .index + a, .table_tools ul.scopes li.scope .table_tools_segmented_control .btn + a, .table_tools ul.scopes li.scope .table_tools_segmented_control li.scope > a + a, .table_tools ul.scopes li.scope .table_tools_segmented_control .index + a, ul.scopes li.scope .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, ul.scopes li.scope .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools ul.scopes li.scope .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector ul.scopes li.scope .table_tools_segmented_control .dropdown_menu_button + a, ul.scopes form .actions li.scope .btn-group input + a, ul.scopes form .actions li.scope .table_tools .table_tools_segmented_control input + a, .table_tools ul.scopes form .actions li.scope .table_tools_segmented_control input + a, form .actions ul.scopes li.scope .btn-group input + a, form .actions ul.scopes li.scope .table_tools .table_tools_segmented_control input + a, .table_tools form .actions ul.scopes li.scope .table_tools_segmented_control input + a, ul.scopes form .actions li.scope .btn-group a + a, ul.scopes form .actions li.scope .table_tools .table_tools_segmented_control a + a, .table_tools ul.scopes form .actions li.scope .table_tools_segmented_control a + a, form .actions ul.scopes li.scope .btn-group a + a, form .actions ul.scopes li.scope .table_tools .table_tools_segmented_control a + a, .table_tools form .actions ul.scopes li.scope .table_tools_segmented_control a + a, ul.scopes li.scope .btn-group .member_link + a, ul.scopes li.scope .table_tools .table_tools_segmented_control .member_link + a, .table_tools ul.scopes li.scope .table_tools_segmented_control .member_link + a, ul.scopes li.scope .btn-group .ui-sortable-handle + a, ul.scopes li.scope .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools ul.scopes li.scope .table_tools_segmented_control .ui-sortable-handle + a, .btn-group ul.scopes li.scope a + a, .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, ul.scopes li.scope .btn-group a + a, ul.scopes li.scope .table_tools .table_tools_segmented_control a + a, .table_tools ul.scopes li.scope .table_tools_segmented_control a + a, .btn-group .filter_form .buttons input + .btn, .btn-group .filter_form .buttons .scopes li.scope > input + a, .scopes .btn-group .filter_form .buttons li.scope > input + a, .btn-group .filter_form .buttons .table_tools input + .index, .table_tools .btn-group .filter_form .buttons input + .index, .table_tools .table_tools_segmented_control .filter_form .buttons input + .btn, .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > input + a, .scopes .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > input + a, .table_tools .table_tools_segmented_control .filter_form .buttons input + .index, .btn-group .filter_form .buttons .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .filter_form .buttons input + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .filter_form .buttons input + .dropdown_menu_button, .btn-group .filter_form .buttons form .actions li input + input, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + input, form .actions li .btn-group .filter_form .buttons input + input, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons input + input, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons input + input, .btn-group .filter_form .buttons form .actions li input + a, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + a, form .actions li .btn-group .filter_form .buttons input + a, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons input + a, .btn-group .filter_form .buttons input + .member_link, .table_tools .table_tools_segmented_control .filter_form .buttons input + .member_link, .btn-group .filter_form .buttons input + .ui-sortable-handle, .table_tools .table_tools_segmented_control .filter_form .buttons input + .ui-sortable-handle, .btn-group .filter_form .buttons ul.scopes li.scope input + a, .table_tools .table_tools_segmented_control .filter_form .buttons ul.scopes li.scope input + a, .filter_form .buttons .btn-group input + .btn, .filter_form .buttons .btn-group .scopes li.scope > input + a, .scopes .filter_form .buttons .btn-group li.scope > input + a, .filter_form .buttons .btn-group .table_tools input + .index, .table_tools .filter_form .buttons .btn-group input + .index, .filter_form .buttons .table_tools .table_tools_segmented_control input + .btn, .filter_form .buttons .table_tools .table_tools_segmented_control .scopes li.scope > input + a, .scopes .filter_form .buttons .table_tools .table_tools_segmented_control li.scope > input + a, .filter_form .buttons .table_tools .table_tools_segmented_control input + .index, .table_tools .filter_form .buttons .table_tools_segmented_control input + .btn, .table_tools .filter_form .buttons .table_tools_segmented_control .scopes li.scope > input + a, .scopes .table_tools .filter_form .buttons .table_tools_segmented_control li.scope > input + a, .table_tools .filter_form .buttons .table_tools_segmented_control input + .index, .filter_form .buttons .btn-group .table_tools .batch_actions_selector input + .dropdown_menu_button, .filter_form .buttons .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .filter_form .buttons .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .table_tools_segmented_control input + .dropdown_menu_button, .filter_form .buttons .btn-group form .actions li input + input, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li input + input, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li input + input, form .actions li .filter_form .buttons .btn-group input + input, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control input + input, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control input + input, .filter_form .buttons .btn-group form .actions li input + a, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li input + a, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li input + a, form .actions li .filter_form .buttons .btn-group input + a, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control input + a, .filter_form .buttons .btn-group input + .member_link, .filter_form .buttons .table_tools .table_tools_segmented_control input + .member_link, .table_tools .filter_form .buttons .table_tools_segmented_control input + .member_link, .filter_form .buttons .btn-group input + .ui-sortable-handle, .filter_form .buttons .table_tools .table_tools_segmented_control input + .ui-sortable-handle, .table_tools .filter_form .buttons .table_tools_segmented_control input + .ui-sortable-handle, .filter_form .buttons .btn-group ul.scopes li.scope input + a, .filter_form .buttons .table_tools .table_tools_segmented_control ul.scopes li.scope input + a, .table_tools .filter_form .buttons .table_tools_segmented_control ul.scopes li.scope input + a, .btn-group .filter_form .buttons a + .btn, .btn-group .filter_form .buttons .scopes li.scope > a + a, .scopes .btn-group .filter_form .buttons li.scope > a + a, .btn-group .filter_form .buttons .table_tools a + .index, .table_tools .btn-group .filter_form .buttons a + .index, .table_tools .table_tools_segmented_control .filter_form .buttons a + .btn, .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + a, .scopes .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > a + a, .table_tools .table_tools_segmented_control .filter_form .buttons a + .index, .btn-group .filter_form .buttons .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .filter_form .buttons a + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .filter_form .buttons a + .dropdown_menu_button, .btn-group .filter_form .buttons form .actions li a + input, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + input, form .actions li .btn-group .filter_form .buttons a + input, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons a + input, .btn-group .filter_form .buttons form .actions li a + a, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + a, form .actions li .btn-group .filter_form .buttons a + a, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons a + a, .btn-group .filter_form .buttons a + .member_link, .table_tools .table_tools_segmented_control .filter_form .buttons a + .member_link, .btn-group .filter_form .buttons a + .ui-sortable-handle, .table_tools .table_tools_segmented_control .filter_form .buttons a + .ui-sortable-handle, .filter_form .buttons .btn-group a + .btn, .filter_form .buttons .btn-group .scopes li.scope > a + a, .scopes .filter_form .buttons .btn-group li.scope > a + a, .filter_form .buttons .btn-group .table_tools a + .index, .table_tools .filter_form .buttons .btn-group a + .index, .filter_form .buttons .table_tools .table_tools_segmented_control a + .btn, .filter_form .buttons .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes .filter_form .buttons .table_tools .table_tools_segmented_control li.scope > a + a, .filter_form .buttons .table_tools .table_tools_segmented_control a + .index, .table_tools .filter_form .buttons .table_tools_segmented_control a + .btn, .table_tools .filter_form .buttons .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools .filter_form .buttons .table_tools_segmented_control li.scope > a + a, .table_tools .filter_form .buttons .table_tools_segmented_control a + .index, .filter_form .buttons .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, .filter_form .buttons .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .filter_form .buttons .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .table_tools_segmented_control a + .dropdown_menu_button, .filter_form .buttons .btn-group form .actions li a + input, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li a + input, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li a + input, form .actions li .filter_form .buttons .btn-group a + input, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control a + input, .filter_form .buttons .btn-group form .actions li a + a, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li a + a, form .actions li .filter_form .buttons .btn-group a + a, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control a + a, .filter_form .buttons .btn-group a + .member_link, .filter_form .buttons .table_tools .table_tools_segmented_control a + .member_link, .table_tools .filter_form .buttons .table_tools_segmented_control a + .member_link, .filter_form .buttons .btn-group a + .ui-sortable-handle, .filter_form .buttons .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools .filter_form .buttons .table_tools_segmented_control a + .ui-sortable-handle, .btn-group .filter_form .buttons .btn + input, .btn-group .filter_form .buttons .scopes li.scope > a + input, .scopes .btn-group .filter_form .buttons li.scope > a + input, .btn-group .filter_form .buttons .table_tools .index + input, .table_tools .btn-group .filter_form .buttons .index + input, .table_tools .table_tools_segmented_control .filter_form .buttons .btn + input, .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + input, .scopes .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > a + input, .table_tools .table_tools_segmented_control .filter_form .buttons .index + input, .btn-group .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .btn-group .filter_form .buttons .dropdown_menu_button + input, .table_tools .batch_actions_selector .table_tools_segmented_control .filter_form .buttons .dropdown_menu_button + input, .btn-group .filter_form .buttons form .actions li input + input, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + input, form .actions li .btn-group .filter_form .buttons input + input, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons input + input, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons input + input, .btn-group .filter_form .buttons form .actions li a + input, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + input, form .actions li .btn-group .filter_form .buttons a + input, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons a + input, .btn-group .filter_form .buttons .member_link + input, .table_tools .table_tools_segmented_control .filter_form .buttons .member_link + input, .btn-group .filter_form .buttons .ui-sortable-handle + input, .table_tools .table_tools_segmented_control .filter_form .buttons .ui-sortable-handle + input, .btn-group .filter_form .buttons ul.scopes li.scope a + input, .table_tools .table_tools_segmented_control .filter_form .buttons ul.scopes li.scope a + input, .filter_form .buttons .btn-group .btn + input, .filter_form .buttons .btn-group .scopes li.scope > a + input, .scopes .filter_form .buttons .btn-group li.scope > a + input, .filter_form .buttons .btn-group .table_tools .index + input, .table_tools .filter_form .buttons .btn-group .index + input, .filter_form .buttons .table_tools .table_tools_segmented_control .btn + input, .filter_form .buttons .table_tools .table_tools_segmented_control .scopes li.scope > a + input, .scopes .filter_form .buttons .table_tools .table_tools_segmented_control li.scope > a + input, .filter_form .buttons .table_tools .table_tools_segmented_control .index + input, .table_tools .filter_form .buttons .table_tools_segmented_control .btn + input, .table_tools .filter_form .buttons .table_tools_segmented_control .scopes li.scope > a + input, .scopes .table_tools .filter_form .buttons .table_tools_segmented_control li.scope > a + input, .table_tools .filter_form .buttons .table_tools_segmented_control .index + input, .filter_form .buttons .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + input, .filter_form .buttons .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .filter_form .buttons .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .filter_form .buttons .btn-group .dropdown_menu_button + input, .table_tools .batch_actions_selector .filter_form .buttons .table_tools_segmented_control .dropdown_menu_button + input, .filter_form .buttons .btn-group form .actions li input + input, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li input + input, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li input + input, form .actions li .filter_form .buttons .btn-group input + input, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control input + input, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control input + input, .filter_form .buttons .btn-group form .actions li a + input, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li a + input, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li a + input, form .actions li .filter_form .buttons .btn-group a + input, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control a + input, .filter_form .buttons .btn-group .member_link + input, .filter_form .buttons .table_tools .table_tools_segmented_control .member_link + input, .table_tools .filter_form .buttons .table_tools_segmented_control .member_link + input, .filter_form .buttons .btn-group .ui-sortable-handle + input, .filter_form .buttons .table_tools .table_tools_segmented_control .ui-sortable-handle + input, .table_tools .filter_form .buttons .table_tools_segmented_control .ui-sortable-handle + input, .filter_form .buttons .btn-group ul.scopes li.scope a + input, .filter_form .buttons .table_tools .table_tools_segmented_control ul.scopes li.scope a + input, .table_tools .filter_form .buttons .table_tools_segmented_control ul.scopes li.scope a + input, .btn-group .filter_form .buttons input + input, .table_tools .table_tools_segmented_control .filter_form .buttons input + input, .filter_form .buttons .btn-group input + input, .filter_form .buttons .table_tools .table_tools_segmented_control input + input, .table_tools .filter_form .buttons .table_tools_segmented_control input + input, .btn-group .filter_form .buttons a + input, .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .filter_form .buttons .btn-group a + input, .filter_form .buttons .table_tools .table_tools_segmented_control a + input, .table_tools .filter_form .buttons .table_tools_segmented_control a + input, .btn-group .filter_form .buttons .btn + a, .btn-group .filter_form .buttons .scopes li.scope > a + a, .scopes .btn-group .filter_form .buttons li.scope > a + a, .btn-group .filter_form .buttons .table_tools .index + a, .table_tools .btn-group .filter_form .buttons .index + a, .table_tools .table_tools_segmented_control .filter_form .buttons .btn + a, .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + a, .scopes .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > a + a, .table_tools .table_tools_segmented_control .filter_form .buttons .index + a, .btn-group .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .btn-group .filter_form .buttons .dropdown_menu_button + a, .table_tools .batch_actions_selector .table_tools_segmented_control .filter_form .buttons .dropdown_menu_button + a, .btn-group .filter_form .buttons form .actions li input + a, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + a, form .actions li .btn-group .filter_form .buttons input + a, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons input + a, .btn-group .filter_form .buttons form .actions li a + a, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + a, form .actions li .btn-group .filter_form .buttons a + a, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons a + a, .btn-group .filter_form .buttons .member_link + a, .table_tools .table_tools_segmented_control .filter_form .buttons .member_link + a, .btn-group .filter_form .buttons .ui-sortable-handle + a, .table_tools .table_tools_segmented_control .filter_form .buttons .ui-sortable-handle + a, .filter_form .buttons .btn-group .btn + a, .filter_form .buttons .btn-group .scopes li.scope > a + a, .scopes .filter_form .buttons .btn-group li.scope > a + a, .filter_form .buttons .btn-group .table_tools .index + a, .table_tools .filter_form .buttons .btn-group .index + a, .filter_form .buttons .table_tools .table_tools_segmented_control .btn + a, .filter_form .buttons .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes .filter_form .buttons .table_tools .table_tools_segmented_control li.scope > a + a, .filter_form .buttons .table_tools .table_tools_segmented_control .index + a, .table_tools .filter_form .buttons .table_tools_segmented_control .btn + a, .table_tools .filter_form .buttons .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools .filter_form .buttons .table_tools_segmented_control li.scope > a + a, .table_tools .filter_form .buttons .table_tools_segmented_control .index + a, .filter_form .buttons .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, .filter_form .buttons .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .filter_form .buttons .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .filter_form .buttons .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector .filter_form .buttons .table_tools_segmented_control .dropdown_menu_button + a, .filter_form .buttons .btn-group form .actions li input + a, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li input + a, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li input + a, form .actions li .filter_form .buttons .btn-group input + a, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control input + a, .filter_form .buttons .btn-group form .actions li a + a, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li a + a, form .actions li .filter_form .buttons .btn-group a + a, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control a + a, .filter_form .buttons .btn-group .member_link + a, .filter_form .buttons .table_tools .table_tools_segmented_control .member_link + a, .table_tools .filter_form .buttons .table_tools_segmented_control .member_link + a, .filter_form .buttons .btn-group .ui-sortable-handle + a, .filter_form .buttons .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools .filter_form .buttons .table_tools_segmented_control .ui-sortable-handle + a, .btn-group .filter_form .buttons input + a, .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .filter_form .buttons .btn-group input + a, .filter_form .buttons .table_tools .table_tools_segmented_control input + a, .table_tools .filter_form .buttons .table_tools_segmented_control input + a, .btn-group .filter_form .buttons a + a, .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .filter_form .buttons .btn-group a + a, .filter_form .buttons .table_tools .table_tools_segmented_control a + a, .table_tools .filter_form .buttons .table_tools_segmented_control a + a, .btn-group #title_bar .action_item a + .btn, .btn-group #title_bar .action_item .scopes li.scope > a + a, .scopes .btn-group #title_bar .action_item li.scope > a + a, .btn-group #title_bar .action_item .table_tools a + .index, .table_tools .btn-group #title_bar .action_item a + .index, .table_tools .table_tools_segmented_control #title_bar .action_item a + .btn, .table_tools .table_tools_segmented_control #title_bar .action_item .scopes li.scope > a + a, .scopes .table_tools .table_tools_segmented_control #title_bar .action_item li.scope > a + a, .table_tools .table_tools_segmented_control #title_bar .action_item a + .index, .btn-group #title_bar .action_item .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .table_tools_segmented_control #title_bar .action_item .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group #title_bar .action_item a + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control #title_bar .action_item a + .dropdown_menu_button, .btn-group #title_bar .action_item form .actions li a + input, .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li a + input, form .actions li .btn-group #title_bar .action_item a + input, form .actions li .table_tools .table_tools_segmented_control #title_bar .action_item a + input, .table_tools form .actions li .table_tools_segmented_control #title_bar .action_item a + input, .btn-group #title_bar .action_item form .actions li a + a, .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li a + a, form .actions li .btn-group #title_bar .action_item a + a, form .actions li .table_tools .table_tools_segmented_control #title_bar .action_item a + a, .table_tools form .actions li .table_tools_segmented_control #title_bar .action_item a + a, .btn-group #title_bar .action_item a + .member_link, .table_tools .table_tools_segmented_control #title_bar .action_item a + .member_link, .btn-group #title_bar .action_item a + .ui-sortable-handle, .table_tools .table_tools_segmented_control #title_bar .action_item a + .ui-sortable-handle, .btn-group #title_bar .action_item ul.scopes li.scope a + a, .table_tools .table_tools_segmented_control #title_bar .action_item ul.scopes li.scope a + a, .btn-group #title_bar .action_item .filter_form .buttons a + input, .table_tools .table_tools_segmented_control #title_bar .action_item .filter_form .buttons a + input, .filter_form .buttons .btn-group #title_bar .action_item a + input, .filter_form .buttons .table_tools .table_tools_segmented_control #title_bar .action_item a + input, .table_tools .filter_form .buttons .table_tools_segmented_control #title_bar .action_item a + input, .btn-group #title_bar .action_item .filter_form .buttons a + a, .table_tools .table_tools_segmented_control #title_bar .action_item .filter_form .buttons a + a, #title_bar .action_item .btn-group a + .btn, #title_bar .action_item .btn-group .scopes li.scope > a + a, .scopes #title_bar .action_item .btn-group li.scope > a + a, #title_bar .action_item .btn-group .table_tools a + .index, .table_tools #title_bar .action_item .btn-group a + .index, #title_bar .action_item .table_tools .table_tools_segmented_control a + .btn, #title_bar .action_item .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes #title_bar .action_item .table_tools .table_tools_segmented_control li.scope > a + a, #title_bar .action_item .table_tools .table_tools_segmented_control a + .index, .table_tools #title_bar .action_item .table_tools_segmented_control a + .btn, .table_tools #title_bar .action_item .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools #title_bar .action_item .table_tools_segmented_control li.scope > a + a, .table_tools #title_bar .action_item .table_tools_segmented_control a + .index, #title_bar .action_item .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, #title_bar .action_item .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools #title_bar .action_item .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .table_tools_segmented_control a + .dropdown_menu_button, #title_bar .action_item .btn-group form .actions li a + input, #title_bar .action_item .table_tools .table_tools_segmented_control form .actions li a + input, .table_tools #title_bar .action_item .table_tools_segmented_control form .actions li a + input, form .actions li #title_bar .action_item .btn-group a + input, form .actions li #title_bar .action_item .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li #title_bar .action_item .table_tools_segmented_control a + input, #title_bar .action_item .btn-group form .actions li a + a, #title_bar .action_item .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools #title_bar .action_item .table_tools_segmented_control form .actions li a + a, form .actions li #title_bar .action_item .btn-group a + a, form .actions li #title_bar .action_item .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li #title_bar .action_item .table_tools_segmented_control a + a, #title_bar .action_item .btn-group a + .member_link, #title_bar .action_item .table_tools .table_tools_segmented_control a + .member_link, .table_tools #title_bar .action_item .table_tools_segmented_control a + .member_link, #title_bar .action_item .btn-group a + .ui-sortable-handle, #title_bar .action_item .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools #title_bar .action_item .table_tools_segmented_control a + .ui-sortable-handle, #title_bar .action_item .btn-group ul.scopes li.scope a + a, #title_bar .action_item .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, .table_tools #title_bar .action_item .table_tools_segmented_control ul.scopes li.scope a + a, #title_bar .action_item .btn-group .filter_form .buttons a + input, #title_bar .action_item .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .table_tools #title_bar .action_item .table_tools_segmented_control .filter_form .buttons a + input, .filter_form .buttons #title_bar .action_item .btn-group a + input, .filter_form .buttons #title_bar .action_item .table_tools .table_tools_segmented_control a + input, .table_tools .filter_form .buttons #title_bar .action_item .table_tools_segmented_control a + input, #title_bar .action_item .btn-group .filter_form .buttons a + a, #title_bar .action_item .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .table_tools #title_bar .action_item .table_tools_segmented_control .filter_form .buttons a + a, .btn-group #title_bar .action_item .btn + a, .btn-group #title_bar .action_item .scopes li.scope > a + a, .scopes .btn-group #title_bar .action_item li.scope > a + a, .btn-group #title_bar .action_item .table_tools .index + a, .table_tools .btn-group #title_bar .action_item .index + a, .table_tools .table_tools_segmented_control #title_bar .action_item .btn + a, .table_tools .table_tools_segmented_control #title_bar .action_item .scopes li.scope > a + a, .scopes .table_tools .table_tools_segmented_control #title_bar .action_item li.scope > a + a, .table_tools .table_tools_segmented_control #title_bar .action_item .index + a, .btn-group #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .table_tools_segmented_control #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .btn-group #title_bar .action_item .dropdown_menu_button + a, .table_tools .batch_actions_selector .table_tools_segmented_control #title_bar .action_item .dropdown_menu_button + a, .btn-group #title_bar .action_item form .actions li input + a, .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li input + a, form .actions li .btn-group #title_bar .action_item input + a, form .actions li .table_tools .table_tools_segmented_control #title_bar .action_item input + a, .table_tools form .actions li .table_tools_segmented_control #title_bar .action_item input + a, .btn-group #title_bar .action_item form .actions li a + a, .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li a + a, form .actions li .btn-group #title_bar .action_item a + a, form .actions li .table_tools .table_tools_segmented_control #title_bar .action_item a + a, .table_tools form .actions li .table_tools_segmented_control #title_bar .action_item a + a, .btn-group #title_bar .action_item .member_link + a, .table_tools .table_tools_segmented_control #title_bar .action_item .member_link + a, .btn-group #title_bar .action_item .ui-sortable-handle + a, .table_tools .table_tools_segmented_control #title_bar .action_item .ui-sortable-handle + a, .btn-group #title_bar .action_item .filter_form .buttons input + a, .table_tools .table_tools_segmented_control #title_bar .action_item .filter_form .buttons input + a, .filter_form .buttons .btn-group #title_bar .action_item input + a, .filter_form .buttons .table_tools .table_tools_segmented_control #title_bar .action_item input + a, .table_tools .filter_form .buttons .table_tools_segmented_control #title_bar .action_item input + a, #title_bar .action_item .btn-group .btn + a, #title_bar .action_item .btn-group .scopes li.scope > a + a, .scopes #title_bar .action_item .btn-group li.scope > a + a, #title_bar .action_item .btn-group .table_tools .index + a, .table_tools #title_bar .action_item .btn-group .index + a, #title_bar .action_item .table_tools .table_tools_segmented_control .btn + a, #title_bar .action_item .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes #title_bar .action_item .table_tools .table_tools_segmented_control li.scope > a + a, #title_bar .action_item .table_tools .table_tools_segmented_control .index + a, .table_tools #title_bar .action_item .table_tools_segmented_control .btn + a, .table_tools #title_bar .action_item .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools #title_bar .action_item .table_tools_segmented_control li.scope > a + a, .table_tools #title_bar .action_item .table_tools_segmented_control .index + a, #title_bar .action_item .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, #title_bar .action_item .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools #title_bar .action_item .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector #title_bar .action_item .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector #title_bar .action_item .table_tools_segmented_control .dropdown_menu_button + a, #title_bar .action_item .btn-group form .actions li input + a, #title_bar .action_item .table_tools .table_tools_segmented_control form .actions li input + a, .table_tools #title_bar .action_item .table_tools_segmented_control form .actions li input + a, form .actions li #title_bar .action_item .btn-group input + a, form .actions li #title_bar .action_item .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li #title_bar .action_item .table_tools_segmented_control input + a, #title_bar .action_item .btn-group form .actions li a + a, #title_bar .action_item .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools #title_bar .action_item .table_tools_segmented_control form .actions li a + a, form .actions li #title_bar .action_item .btn-group a + a, form .actions li #title_bar .action_item .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li #title_bar .action_item .table_tools_segmented_control a + a, #title_bar .action_item .btn-group .member_link + a, #title_bar .action_item .table_tools .table_tools_segmented_control .member_link + a, .table_tools #title_bar .action_item .table_tools_segmented_control .member_link + a, #title_bar .action_item .btn-group .ui-sortable-handle + a, #title_bar .action_item .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools #title_bar .action_item .table_tools_segmented_control .ui-sortable-handle + a, #title_bar .action_item .btn-group .filter_form .buttons input + a, #title_bar .action_item .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .table_tools #title_bar .action_item .table_tools_segmented_control .filter_form .buttons input + a, .filter_form .buttons #title_bar .action_item .btn-group input + a, .filter_form .buttons #title_bar .action_item .table_tools .table_tools_segmented_control input + a, .table_tools .filter_form .buttons #title_bar .action_item .table_tools_segmented_control input + a, .btn-group #title_bar .action_item a + a, .table_tools .table_tools_segmented_control #title_bar .action_item a + a, #title_bar .action_item .btn-group a + a, #title_bar .action_item .table_tools .table_tools_segmented_control a + a, .table_tools #title_bar .action_item .table_tools_segmented_control a + a,
.btn-group .btn + .btn-group,
.btn-group .scopes li.scope > a + .btn-group,
.scopes .btn-group li.scope > a + .btn-group,
.btn-group .table_tools .index + .btn-group,
.table_tools .btn-group .index + .btn-group,
.table_tools .table_tools_segmented_control .btn + .btn-group,
.table_tools .table_tools_segmented_control .scopes li.scope > a + .btn-group,
.scopes .table_tools .table_tools_segmented_control li.scope > a + .btn-group,
.table_tools .table_tools_segmented_control .index + .btn-group,
.btn-group .table_tools .btn + .table_tools_segmented_control,
.btn-group .table_tools .scopes li.scope > a + .table_tools_segmented_control,
.scopes .btn-group .table_tools li.scope > a + .table_tools_segmented_control,
.btn-group .table_tools .index + .table_tools_segmented_control,
.table_tools .btn-group .btn + .table_tools_segmented_control,
.table_tools .btn-group .scopes li.scope > a + .table_tools_segmented_control,
.scopes .table_tools .btn-group li.scope > a + .table_tools_segmented_control,
.table_tools .btn-group .index + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .btn + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .scopes li.scope > a + .table_tools_segmented_control,
.scopes .table_tools .table_tools_segmented_control li.scope > a + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .index + .table_tools_segmented_control,
.btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .btn-group,
.table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .btn-group,
.btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .table_tools_segmented_control,
.table_tools .batch_actions_selector .btn-group .dropdown_menu_button + .btn-group,
.table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button + .btn-group,
.table_tools .batch_actions_selector .btn-group .dropdown_menu_button + .table_tools_segmented_control,
.table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button + .table_tools_segmented_control,
.btn-group form .actions li input + .btn-group,
.table_tools .table_tools_segmented_control form .actions li input + .btn-group,
.btn-group form .actions li .table_tools input + .table_tools_segmented_control,
.table_tools .btn-group form .actions li input + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control form .actions li input + .table_tools_segmented_control,
form .actions li .btn-group input + .btn-group,
form .actions li .table_tools .table_tools_segmented_control input + .btn-group,
.table_tools form .actions li .table_tools_segmented_control input + .btn-group,
form .actions li .btn-group .table_tools input + .table_tools_segmented_control,
.table_tools form .actions li .btn-group input + .table_tools_segmented_control,
form .actions li .table_tools .table_tools_segmented_control input + .table_tools_segmented_control,
.table_tools form .actions li .table_tools_segmented_control input + .table_tools_segmented_control,
.btn-group form .actions li a + .btn-group,
.table_tools .table_tools_segmented_control form .actions li a + .btn-group,
.btn-group form .actions li .table_tools a + .table_tools_segmented_control,
.table_tools .btn-group form .actions li a + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control form .actions li a + .table_tools_segmented_control,
form .actions li .btn-group a + .btn-group,
form .actions li .table_tools .table_tools_segmented_control a + .btn-group,
.table_tools form .actions li .table_tools_segmented_control a + .btn-group,
form .actions li .btn-group .table_tools a + .table_tools_segmented_control,
.table_tools form .actions li .btn-group a + .table_tools_segmented_control,
form .actions li .table_tools .table_tools_segmented_control a + .table_tools_segmented_control,
.table_tools form .actions li .table_tools_segmented_control a + .table_tools_segmented_control,
.btn-group .member_link + .btn-group,
.table_tools .table_tools_segmented_control .member_link + .btn-group,
.btn-group .table_tools .member_link + .table_tools_segmented_control,
.table_tools .btn-group .member_link + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .member_link + .table_tools_segmented_control,
.btn-group .ui-sortable-handle + .btn-group,
.table_tools .table_tools_segmented_control .ui-sortable-handle + .btn-group,
.btn-group .table_tools .ui-sortable-handle + .table_tools_segmented_control,
.table_tools .btn-group .ui-sortable-handle + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .ui-sortable-handle + .table_tools_segmented_control,
.btn-group ul.scopes li.scope a + .btn-group,
.table_tools .table_tools_segmented_control ul.scopes li.scope a + .btn-group,
.btn-group ul.scopes li.scope .table_tools a + .table_tools_segmented_control,
.table_tools .btn-group ul.scopes li.scope a + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control ul.scopes li.scope a + .table_tools_segmented_control,
ul.scopes li.scope .btn-group a + .btn-group,
ul.scopes li.scope .table_tools .table_tools_segmented_control a + .btn-group,
.table_tools ul.scopes li.scope .table_tools_segmented_control a + .btn-group,
ul.scopes li.scope .btn-group .table_tools a + .table_tools_segmented_control,
.table_tools ul.scopes li.scope .btn-group a + .table_tools_segmented_control,
ul.scopes li.scope .table_tools .table_tools_segmented_control a + .table_tools_segmented_control,
.table_tools ul.scopes li.scope .table_tools_segmented_control a + .table_tools_segmented_control,
.btn-group .filter_form .buttons input + .btn-group,
.table_tools .table_tools_segmented_control .filter_form .buttons input + .btn-group,
.btn-group .filter_form .buttons .table_tools input + .table_tools_segmented_control,
.table_tools .btn-group .filter_form .buttons input + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .filter_form .buttons input + .table_tools_segmented_control,
.filter_form .buttons .btn-group input + .btn-group,
.filter_form .buttons .table_tools .table_tools_segmented_control input + .btn-group,
.table_tools .filter_form .buttons .table_tools_segmented_control input + .btn-group,
.filter_form .buttons .btn-group .table_tools input + .table_tools_segmented_control,
.table_tools .filter_form .buttons .btn-group input + .table_tools_segmented_control,
.filter_form .buttons .table_tools .table_tools_segmented_control input + .table_tools_segmented_control,
.table_tools .filter_form .buttons .table_tools_segmented_control input + .table_tools_segmented_control,
.btn-group .filter_form .buttons a + .btn-group,
.table_tools .table_tools_segmented_control .filter_form .buttons a + .btn-group,
.btn-group .filter_form .buttons .table_tools a + .table_tools_segmented_control,
.table_tools .btn-group .filter_form .buttons a + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .filter_form .buttons a + .table_tools_segmented_control,
.filter_form .buttons .btn-group a + .btn-group,
.filter_form .buttons .table_tools .table_tools_segmented_control a + .btn-group,
.table_tools .filter_form .buttons .table_tools_segmented_control a + .btn-group,
.filter_form .buttons .btn-group .table_tools a + .table_tools_segmented_control,
.table_tools .filter_form .buttons .btn-group a + .table_tools_segmented_control,
.filter_form .buttons .table_tools .table_tools_segmented_control a + .table_tools_segmented_control,
.table_tools .filter_form .buttons .table_tools_segmented_control a + .table_tools_segmented_control,
.btn-group #title_bar .action_item a + .btn-group,
.table_tools .table_tools_segmented_control #title_bar .action_item a + .btn-group,
.btn-group #title_bar .action_item .table_tools a + .table_tools_segmented_control,
.table_tools .btn-group #title_bar .action_item a + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control #title_bar .action_item a + .table_tools_segmented_control,
#title_bar .action_item .btn-group a + .btn-group,
#title_bar .action_item .table_tools .table_tools_segmented_control a + .btn-group,
.table_tools #title_bar .action_item .table_tools_segmented_control a + .btn-group,
#title_bar .action_item .btn-group .table_tools a + .table_tools_segmented_control,
.table_tools #title_bar .action_item .btn-group a + .table_tools_segmented_control,
#title_bar .action_item .table_tools .table_tools_segmented_control a + .table_tools_segmented_control,
.table_tools #title_bar .action_item .table_tools_segmented_control a + .table_tools_segmented_control,
.btn-group .btn-group + .btn,
.btn-group .scopes li.scope > .btn-group + a,
.scopes .btn-group li.scope > .btn-group + a,
.btn-group .table_tools .btn-group + .index,
.table_tools .btn-group .btn-group + .index,
.table_tools .table_tools_segmented_control .btn-group + .btn,
.table_tools .table_tools_segmented_control .scopes li.scope > .btn-group + a,
.scopes .table_tools .table_tools_segmented_control li.scope > .btn-group + a,
.table_tools .table_tools_segmented_control .btn-group + .index,
.btn-group .table_tools .table_tools_segmented_control + .btn,
.btn-group .table_tools .scopes li.scope > .table_tools_segmented_control + a,
.scopes .btn-group .table_tools li.scope > .table_tools_segmented_control + a,
.btn-group .table_tools .table_tools_segmented_control + .index,
.table_tools .btn-group .table_tools_segmented_control + .btn,
.table_tools .btn-group .scopes li.scope > .table_tools_segmented_control + a,
.scopes .table_tools .btn-group li.scope > .table_tools_segmented_control + a,
.table_tools .btn-group .table_tools_segmented_control + .index,
.table_tools .table_tools_segmented_control .table_tools_segmented_control + .btn,
.table_tools .table_tools_segmented_control .scopes li.scope > .table_tools_segmented_control + a,
.scopes .table_tools .table_tools_segmented_control li.scope > .table_tools_segmented_control + a,
.table_tools .table_tools_segmented_control .table_tools_segmented_control + .index,
.btn-group .table_tools .batch_actions_selector .btn-group + .dropdown_menu_button,
.table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .btn-group + .dropdown_menu_button,
.btn-group .table_tools .batch_actions_selector .table_tools_segmented_control + .dropdown_menu_button,
.table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .table_tools_segmented_control + .dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group .btn-group + .dropdown_menu_button,
.table_tools .batch_actions_selector .table_tools_segmented_control .btn-group + .dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group .table_tools_segmented_control + .dropdown_menu_button,
.table_tools .batch_actions_selector .table_tools_segmented_control .table_tools_segmented_control + .dropdown_menu_button,
.btn-group form .actions li .btn-group + input,
.table_tools .table_tools_segmented_control form .actions li .btn-group + input,
.btn-group form .actions li .table_tools .table_tools_segmented_control + input,
.table_tools .btn-group form .actions li .table_tools_segmented_control + input,
.table_tools .table_tools_segmented_control form .actions li .table_tools_segmented_control + input,
form .actions li .btn-group .btn-group + input,
form .actions li .table_tools .table_tools_segmented_control .btn-group + input,
.table_tools form .actions li .table_tools_segmented_control .btn-group + input,
form .actions li .btn-group .table_tools .table_tools_segmented_control + input,
.table_tools form .actions li .btn-group .table_tools_segmented_control + input,
form .actions li .table_tools .table_tools_segmented_control .table_tools_segmented_control + input,
.table_tools form .actions li .table_tools_segmented_control .table_tools_segmented_control + input,
.btn-group form .actions li .btn-group + a,
.table_tools .table_tools_segmented_control form .actions li .btn-group + a,
.btn-group form .actions li .table_tools .table_tools_segmented_control + a,
.table_tools .btn-group form .actions li .table_tools_segmented_control + a,
.table_tools .table_tools_segmented_control form .actions li .table_tools_segmented_control + a,
form .actions li .btn-group .btn-group + a,
form .actions li .table_tools .table_tools_segmented_control .btn-group + a,
.table_tools form .actions li .table_tools_segmented_control .btn-group + a,
form .actions li .btn-group .table_tools .table_tools_segmented_control + a,
.table_tools form .actions li .btn-group .table_tools_segmented_control + a,
form .actions li .table_tools .table_tools_segmented_control .table_tools_segmented_control + a,
.table_tools form .actions li .table_tools_segmented_control .table_tools_segmented_control + a,
.btn-group .btn-group + .member_link,
.table_tools .table_tools_segmented_control .btn-group + .member_link,
.btn-group .table_tools .table_tools_segmented_control + .member_link,
.table_tools .btn-group .table_tools_segmented_control + .member_link,
.table_tools .table_tools_segmented_control .table_tools_segmented_control + .member_link,
.btn-group .btn-group + .ui-sortable-handle,
.table_tools .table_tools_segmented_control .btn-group + .ui-sortable-handle,
.btn-group .table_tools .table_tools_segmented_control + .ui-sortable-handle,
.table_tools .btn-group .table_tools_segmented_control + .ui-sortable-handle,
.table_tools .table_tools_segmented_control .table_tools_segmented_control + .ui-sortable-handle,
.btn-group ul.scopes li.scope .btn-group + a,
.table_tools .table_tools_segmented_control ul.scopes li.scope .btn-group + a,
.btn-group ul.scopes li.scope .table_tools .table_tools_segmented_control + a,
.table_tools .btn-group ul.scopes li.scope .table_tools_segmented_control + a,
.table_tools .table_tools_segmented_control ul.scopes li.scope .table_tools_segmented_control + a,
ul.scopes li.scope .btn-group .btn-group + a,
ul.scopes li.scope .table_tools .table_tools_segmented_control .btn-group + a,
.table_tools ul.scopes li.scope .table_tools_segmented_control .btn-group + a,
ul.scopes li.scope .btn-group .table_tools .table_tools_segmented_control + a,
.table_tools ul.scopes li.scope .btn-group .table_tools_segmented_control + a,
ul.scopes li.scope .table_tools .table_tools_segmented_control .table_tools_segmented_control + a,
.table_tools ul.scopes li.scope .table_tools_segmented_control .table_tools_segmented_control + a,
.btn-group .filter_form .buttons .btn-group + input,
.table_tools .table_tools_segmented_control .filter_form .buttons .btn-group + input,
.btn-group .filter_form .buttons .table_tools .table_tools_segmented_control + input,
.table_tools .btn-group .filter_form .buttons .table_tools_segmented_control + input,
.table_tools .table_tools_segmented_control .filter_form .buttons .table_tools_segmented_control + input,
.filter_form .buttons .btn-group .btn-group + input,
.filter_form .buttons .table_tools .table_tools_segmented_control .btn-group + input,
.table_tools .filter_form .buttons .table_tools_segmented_control .btn-group + input,
.filter_form .buttons .btn-group .table_tools .table_tools_segmented_control + input,
.table_tools .filter_form .buttons .btn-group .table_tools_segmented_control + input,
.filter_form .buttons .table_tools .table_tools_segmented_control .table_tools_segmented_control + input,
.table_tools .filter_form .buttons .table_tools_segmented_control .table_tools_segmented_control + input,
.btn-group .filter_form .buttons .btn-group + a,
.table_tools .table_tools_segmented_control .filter_form .buttons .btn-group + a,
.btn-group .filter_form .buttons .table_tools .table_tools_segmented_control + a,
.table_tools .btn-group .filter_form .buttons .table_tools_segmented_control + a,
.table_tools .table_tools_segmented_control .filter_form .buttons .table_tools_segmented_control + a,
.filter_form .buttons .btn-group .btn-group + a,
.filter_form .buttons .table_tools .table_tools_segmented_control .btn-group + a,
.table_tools .filter_form .buttons .table_tools_segmented_control .btn-group + a,
.filter_form .buttons .btn-group .table_tools .table_tools_segmented_control + a,
.table_tools .filter_form .buttons .btn-group .table_tools_segmented_control + a,
.filter_form .buttons .table_tools .table_tools_segmented_control .table_tools_segmented_control + a,
.table_tools .filter_form .buttons .table_tools_segmented_control .table_tools_segmented_control + a,
.btn-group #title_bar .action_item .btn-group + a,
.table_tools .table_tools_segmented_control #title_bar .action_item .btn-group + a,
.btn-group #title_bar .action_item .table_tools .table_tools_segmented_control + a,
.table_tools .btn-group #title_bar .action_item .table_tools_segmented_control + a,
.table_tools .table_tools_segmented_control #title_bar .action_item .table_tools_segmented_control + a,
#title_bar .action_item .btn-group .btn-group + a,
#title_bar .action_item .table_tools .table_tools_segmented_control .btn-group + a,
.table_tools #title_bar .action_item .table_tools_segmented_control .btn-group + a,
#title_bar .action_item .btn-group .table_tools .table_tools_segmented_control + a,
.table_tools #title_bar .action_item .btn-group .table_tools_segmented_control + a,
#title_bar .action_item .table_tools .table_tools_segmented_control .table_tools_segmented_control + a,
.table_tools #title_bar .action_item .table_tools_segmented_control .table_tools_segmented_control + a,
.btn-group .btn-group + .btn-group,
.table_tools .table_tools_segmented_control .btn-group + .btn-group,
.btn-group .table_tools .table_tools_segmented_control + .btn-group,
.table_tools .btn-group .table_tools_segmented_control + .btn-group,
.table_tools .table_tools_segmented_control .table_tools_segmented_control + .btn-group,
.btn-group .table_tools .btn-group + .table_tools_segmented_control,
.table_tools .btn-group .btn-group + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .btn-group + .table_tools_segmented_control,
.btn-group .table_tools .table_tools_segmented_control + .table_tools_segmented_control,
.table_tools .btn-group .table_tools_segmented_control + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .table_tools_segmented_control + .table_tools_segmented_control {
  margin-left: -1px;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar, #main_content_wrapper .table_actions {
  margin-left: -5px;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, #main_content_wrapper .table_actions:before, .btn-toolbar:after, #main_content_wrapper .table_actions:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after, #main_content_wrapper .table_actions:after {
  clear: both;
}

/* line 39, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn, .btn-toolbar .scopes li.scope > a, .scopes .btn-toolbar li.scope > a, .btn-toolbar .table_tools .index, .table_tools .btn-toolbar .index, .btn-toolbar .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector .btn-toolbar .dropdown_menu_button, .btn-toolbar form .actions li input, form .actions li .btn-toolbar input, .btn-toolbar form .actions li a, form .actions li .btn-toolbar a, .btn-toolbar .member_link, .btn-toolbar .ui-sortable-handle, #main_content_wrapper .table_actions .btn, #main_content_wrapper .table_actions .scopes li.scope > a, .scopes #main_content_wrapper .table_actions li.scope > a, #main_content_wrapper .table_actions .table_tools .index, .table_tools #main_content_wrapper .table_actions .index, #main_content_wrapper .table_actions .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector #main_content_wrapper .table_actions .dropdown_menu_button, #main_content_wrapper .table_actions form .actions li input, form .actions li #main_content_wrapper .table_actions input, #main_content_wrapper .table_actions form .actions li a, form .actions li #main_content_wrapper .table_actions a, #main_content_wrapper .table_actions .member_link, #main_content_wrapper .table_actions .ui-sortable-handle, .btn-toolbar ul.scopes li.scope a, #main_content_wrapper .table_actions ul.scopes li.scope a, ul.scopes li.scope .btn-toolbar a, ul.scopes li.scope #main_content_wrapper .table_actions a, #main_content_wrapper ul.scopes li.scope .table_actions a, .btn-toolbar .filter_form .buttons input, #main_content_wrapper .table_actions .filter_form .buttons input, .filter_form .buttons .btn-toolbar input, .filter_form .buttons #main_content_wrapper .table_actions input, #main_content_wrapper .filter_form .buttons .table_actions input, .btn-toolbar .filter_form .buttons a, #main_content_wrapper .table_actions .filter_form .buttons a, .filter_form .buttons .btn-toolbar a, .filter_form .buttons #main_content_wrapper .table_actions a, #main_content_wrapper .filter_form .buttons .table_actions a, .btn-toolbar #title_bar .action_item a, #main_content_wrapper .table_actions #title_bar .action_item a, #title_bar .action_item .btn-toolbar a, #title_bar .action_item #main_content_wrapper .table_actions a, #main_content_wrapper #title_bar .action_item .table_actions a,
.btn-toolbar .btn-group,
.btn-toolbar .table_tools .table_tools_segmented_control,
.table_tools .btn-toolbar .table_tools_segmented_control,
#main_content_wrapper .table_actions .btn-group,
#main_content_wrapper .table_actions .table_tools .table_tools_segmented_control,
.table_tools #main_content_wrapper .table_actions .table_tools_segmented_control,
.btn-toolbar .input-group,
#main_content_wrapper .table_actions .input-group {
  float: left;
}

/* line 44, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn, .scopes li.scope.btn-toolbar > a, .table_tools .btn-toolbar > .index, .table_tools .batch_actions_selector .btn-toolbar > .dropdown_menu_button, form .actions li .btn-toolbar > input, form .actions li .btn-toolbar > a, .btn-toolbar > .member_link, .btn-toolbar > .ui-sortable-handle, #main_content_wrapper .table_actions > .btn, #main_content_wrapper .scopes li.scope.table_actions > a, .scopes #main_content_wrapper li.scope.table_actions > a, #main_content_wrapper .table_tools .table_actions > .index, .table_tools #main_content_wrapper .table_actions > .index, #main_content_wrapper .table_tools .batch_actions_selector .table_actions > .dropdown_menu_button, .table_tools .batch_actions_selector #main_content_wrapper .table_actions > .dropdown_menu_button, #main_content_wrapper form .actions li .table_actions > input, form .actions li #main_content_wrapper .table_actions > input, #main_content_wrapper form .actions li .table_actions > a, form .actions li #main_content_wrapper .table_actions > a, #main_content_wrapper .table_actions > .member_link, #main_content_wrapper .table_actions > .ui-sortable-handle, ul.scopes li.scope .btn-toolbar > a, ul.scopes li.scope #main_content_wrapper .table_actions > a, #main_content_wrapper ul.scopes li.scope .table_actions > a, .filter_form .buttons .btn-toolbar > input, .filter_form .buttons #main_content_wrapper .table_actions > input, #main_content_wrapper .filter_form .buttons .table_actions > input, .filter_form .buttons .btn-toolbar > a, .filter_form .buttons #main_content_wrapper .table_actions > a, #main_content_wrapper .filter_form .buttons .table_actions > a, #title_bar .action_item .btn-toolbar > a, #title_bar .action_item #main_content_wrapper .table_actions > a, #main_content_wrapper #title_bar .action_item .table_actions > a,
.btn-toolbar > .btn-group,
.table_tools .btn-toolbar > .table_tools_segmented_control,
#main_content_wrapper .table_actions > .btn-group,
#main_content_wrapper .table_tools .table_actions > .table_tools_segmented_control,
.table_tools #main_content_wrapper .table_actions > .table_tools_segmented_control,
.btn-toolbar > .input-group,
#main_content_wrapper .table_actions > .input-group {
  margin-left: 5px;
}

/* line 51, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .scopes li.scope.btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .btn-group > .index:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .scopes li.scope.table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .scopes .table_tools li.scope.table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .index:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button:not(:first-child):not(:last-child):not(.dropdown-toggle), form .actions li .btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle), form .actions li .table_tools .table_tools_segmented_control > input:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools form .actions li .table_tools_segmented_control > input:not(:first-child):not(:last-child):not(.dropdown-toggle), form .actions li .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), form .actions li .table_tools .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools form .actions li .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .member_link:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .member_link:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .ui-sortable-handle:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .ui-sortable-handle:not(:first-child):not(:last-child):not(.dropdown-toggle), ul.scopes li.scope .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), ul.scopes li.scope .table_tools .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools ul.scopes li.scope .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .filter_form .buttons .btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle), .filter_form .buttons .table_tools .table_tools_segmented_control > input:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .filter_form .buttons .table_tools_segmented_control > input:not(:first-child):not(:last-child):not(.dropdown-toggle), .filter_form .buttons .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .filter_form .buttons .table_tools .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .filter_form .buttons .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), #title_bar .action_item .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), #title_bar .action_item .table_tools .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools #title_bar .action_item .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child, .scopes li.scope.btn-group > a:first-child, .table_tools .btn-group > .index:first-child, .table_tools .table_tools_segmented_control > .btn:first-child, .table_tools .scopes li.scope.table_tools_segmented_control > a:first-child, .scopes .table_tools li.scope.table_tools_segmented_control > a:first-child, .table_tools .table_tools_segmented_control > .index:first-child, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button:first-child, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button:first-child, form .actions li .btn-group > input:first-child, form .actions li .table_tools .table_tools_segmented_control > input:first-child, .table_tools form .actions li .table_tools_segmented_control > input:first-child, form .actions li .btn-group > a:first-child, form .actions li .table_tools .table_tools_segmented_control > a:first-child, .table_tools form .actions li .table_tools_segmented_control > a:first-child, .btn-group > .member_link:first-child, .table_tools .table_tools_segmented_control > .member_link:first-child, .btn-group > .ui-sortable-handle:first-child, .table_tools .table_tools_segmented_control > .ui-sortable-handle:first-child, ul.scopes li.scope .btn-group > a:first-child, ul.scopes li.scope .table_tools .table_tools_segmented_control > a:first-child, .table_tools ul.scopes li.scope .table_tools_segmented_control > a:first-child, .filter_form .buttons .btn-group > input:first-child, .filter_form .buttons .table_tools .table_tools_segmented_control > input:first-child, .table_tools .filter_form .buttons .table_tools_segmented_control > input:first-child, .filter_form .buttons .btn-group > a:first-child, .filter_form .buttons .table_tools .table_tools_segmented_control > a:first-child, .table_tools .filter_form .buttons .table_tools_segmented_control > a:first-child, #title_bar .action_item .btn-group > a:first-child, #title_bar .action_item .table_tools .table_tools_segmented_control > a:first-child, .table_tools #title_bar .action_item .table_tools_segmented_control > a:first-child {
  margin-left: 0;
}

/* line 58, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .scopes li.scope.btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .btn-group > .index:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .btn:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .scopes li.scope.table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .scopes .table_tools li.scope.table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .index:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button:first-child:not(:last-child):not(.dropdown-toggle), form .actions li .btn-group > input:first-child:not(:last-child):not(.dropdown-toggle), form .actions li .table_tools .table_tools_segmented_control > input:first-child:not(:last-child):not(.dropdown-toggle), .table_tools form .actions li .table_tools_segmented_control > input:first-child:not(:last-child):not(.dropdown-toggle), form .actions li .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), form .actions li .table_tools .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .table_tools form .actions li .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .member_link:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .member_link:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .ui-sortable-handle:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .ui-sortable-handle:first-child:not(:last-child):not(.dropdown-toggle), ul.scopes li.scope .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), ul.scopes li.scope .table_tools .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .table_tools ul.scopes li.scope .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .filter_form .buttons .btn-group > input:first-child:not(:last-child):not(.dropdown-toggle), .filter_form .buttons .table_tools .table_tools_segmented_control > input:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .filter_form .buttons .table_tools_segmented_control > input:first-child:not(:last-child):not(.dropdown-toggle), .filter_form .buttons .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), .filter_form .buttons .table_tools .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .filter_form .buttons .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), #title_bar .action_item .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), #title_bar .action_item .table_tools .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .table_tools #title_bar .action_item .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child), .scopes li.scope.btn-group > a:last-child:not(:first-child), .table_tools .btn-group > .index:last-child:not(:first-child), .table_tools .table_tools_segmented_control > .btn:last-child:not(:first-child), .table_tools .scopes li.scope.table_tools_segmented_control > a:last-child:not(:first-child), .scopes .table_tools li.scope.table_tools_segmented_control > a:last-child:not(:first-child), .table_tools .table_tools_segmented_control > .index:last-child:not(:first-child), form .actions li .btn-group > input:last-child:not(:first-child), form .actions li .table_tools .table_tools_segmented_control > input:last-child:not(:first-child), .table_tools form .actions li .table_tools_segmented_control > input:last-child:not(:first-child), form .actions li .btn-group > a:last-child:not(:first-child), form .actions li .table_tools .table_tools_segmented_control > a:last-child:not(:first-child), .table_tools form .actions li .table_tools_segmented_control > a:last-child:not(:first-child), .btn-group > .member_link:last-child:not(:first-child), .table_tools .table_tools_segmented_control > .member_link:last-child:not(:first-child), .btn-group > .ui-sortable-handle:last-child:not(:first-child), .table_tools .table_tools_segmented_control > .ui-sortable-handle:last-child:not(:first-child), ul.scopes li.scope .btn-group > a:last-child:not(:first-child), ul.scopes li.scope .table_tools .table_tools_segmented_control > a:last-child:not(:first-child), .table_tools ul.scopes li.scope .table_tools_segmented_control > a:last-child:not(:first-child), .filter_form .buttons .btn-group > input:last-child:not(:first-child), .filter_form .buttons .table_tools .table_tools_segmented_control > input:last-child:not(:first-child), .table_tools .filter_form .buttons .table_tools_segmented_control > input:last-child:not(:first-child), .filter_form .buttons .btn-group > a:last-child:not(:first-child), .filter_form .buttons .table_tools .table_tools_segmented_control > a:last-child:not(:first-child), .table_tools .filter_form .buttons .table_tools_segmented_control > a:last-child:not(:first-child), #title_bar .action_item .btn-group > a:last-child:not(:first-child), #title_bar .action_item .table_tools .table_tools_segmented_control > a:last-child:not(:first-child), .table_tools #title_bar .action_item .table_tools_segmented_control > a:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.table_tools .table_tools_segmented_control > .dropdown-toggle:not(:first-child),
.table_tools .batch_actions_selector .btn-group > .dropdown_menu_button:not(:first-child),
.table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group, .table_tools .table_tools_segmented_control > .btn-group, .table_tools .btn-group > .table_tools_segmented_control, .table_tools .table_tools_segmented_control > .table_tools_segmented_control {
  float: left;
}

/* line 72, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .scopes .btn-group > li.scope.btn-group:not(:first-child):not(:last-child) > a, .table_tools .btn-group > .btn-group:not(:first-child):not(:last-child) > .index, .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > .btn, .table_tools .scopes .table_tools_segmented_control > li.scope.btn-group:not(:first-child):not(:last-child) > a, .scopes .table_tools .table_tools_segmented_control > li.scope.btn-group:not(:first-child):not(:last-child) > a, .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > .index, .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > .btn, .table_tools .scopes .btn-group > li.scope.table_tools_segmented_control:not(:first-child):not(:last-child) > a, .scopes .table_tools .btn-group > li.scope.table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > .index, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > .btn, .table_tools .scopes .table_tools_segmented_control > li.scope.table_tools_segmented_control:not(:first-child):not(:last-child) > a, .scopes .table_tools .table_tools_segmented_control > li.scope.table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > .index, .table_tools .batch_actions_selector .btn-group > .btn-group:not(:first-child):not(:last-child) > .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > .dropdown_menu_button, form .actions li .btn-group > .btn-group:not(:first-child):not(:last-child) > input, form .actions li .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > input, .table_tools form .actions li .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > input, form .actions li .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .table_tools form .actions li .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, form .actions li .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .table_tools form .actions li .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, form .actions li .btn-group > .btn-group:not(:first-child):not(:last-child) > a, form .actions li .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, .table_tools form .actions li .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, form .actions li .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools form .actions li .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, form .actions li .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools form .actions li .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .btn-group > .btn-group:not(:first-child):not(:last-child) > .member_link, .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > .member_link, .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > .member_link, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > .member_link, .btn-group > .btn-group:not(:first-child):not(:last-child) > .ui-sortable-handle, .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > .ui-sortable-handle, .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > .ui-sortable-handle, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > .ui-sortable-handle, ul.scopes li.scope .btn-group > .btn-group:not(:first-child):not(:last-child) > a, ul.scopes li.scope .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, .table_tools ul.scopes li.scope .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, ul.scopes li.scope .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools ul.scopes li.scope .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, ul.scopes li.scope .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools ul.scopes li.scope .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .filter_form .buttons .btn-group > .btn-group:not(:first-child):not(:last-child) > input, .filter_form .buttons .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > input, .table_tools .filter_form .buttons .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > input, .filter_form .buttons .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .table_tools .filter_form .buttons .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .filter_form .buttons .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .table_tools .filter_form .buttons .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .filter_form .buttons .btn-group > .btn-group:not(:first-child):not(:last-child) > a, .filter_form .buttons .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, .table_tools .filter_form .buttons .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, .filter_form .buttons .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools .filter_form .buttons .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .filter_form .buttons .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools .filter_form .buttons .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, #title_bar .action_item .btn-group > .btn-group:not(:first-child):not(:last-child) > a, #title_bar .action_item .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, .table_tools #title_bar .action_item .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, #title_bar .action_item .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools #title_bar .action_item .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, #title_bar .action_item .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools #title_bar .action_item .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

/* line 76, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .scopes .btn-group > li.scope.btn-group:first-child:not(:last-child) > a:last-child, .table_tools .btn-group > .btn-group:first-child:not(:last-child) > .index:last-child, .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > .btn:last-child, .table_tools .scopes .table_tools_segmented_control > li.scope.btn-group:first-child:not(:last-child) > a:last-child, .scopes .table_tools .table_tools_segmented_control > li.scope.btn-group:first-child:not(:last-child) > a:last-child, .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > .index:last-child, .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > .btn:last-child, .table_tools .scopes .btn-group > li.scope.table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .scopes .table_tools .btn-group > li.scope.table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > .index:last-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > .btn:last-child, .table_tools .scopes .table_tools_segmented_control > li.scope.table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .scopes .table_tools .table_tools_segmented_control > li.scope.table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > .index:last-child, form .actions li .btn-group > .btn-group:first-child:not(:last-child) > input:last-child, form .actions li .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > input:last-child, .table_tools form .actions li .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > input:last-child, form .actions li .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .table_tools form .actions li .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, form .actions li .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .table_tools form .actions li .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, form .actions li .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, form .actions li .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, .table_tools form .actions li .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, form .actions li .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools form .actions li .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, form .actions li .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools form .actions li .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .member_link:last-child, .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > .member_link:last-child, .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > .member_link:last-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > .member_link:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .ui-sortable-handle:last-child, .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > .ui-sortable-handle:last-child, .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > .ui-sortable-handle:last-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > .ui-sortable-handle:last-child, ul.scopes li.scope .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, ul.scopes li.scope .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, .table_tools ul.scopes li.scope .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, ul.scopes li.scope .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools ul.scopes li.scope .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, ul.scopes li.scope .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools ul.scopes li.scope .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .filter_form .buttons .btn-group > .btn-group:first-child:not(:last-child) > input:last-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > input:last-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > input:last-child, .filter_form .buttons .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .table_tools .filter_form .buttons .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .filter_form .buttons .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, .filter_form .buttons .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools .filter_form .buttons .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, #title_bar .action_item .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, #title_bar .action_item .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, .table_tools #title_bar .action_item .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, #title_bar .action_item .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools #title_bar .action_item .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, #title_bar .action_item .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools #title_bar .action_item .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > .dropdown-toggle,
.table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > .dropdown-toggle,
.table_tools .batch_actions_selector .btn-group > .btn-group:first-child:not(:last-child) > .dropdown_menu_button,
.table_tools .batch_actions_selector .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > .dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > .dropdown_menu_button,
.table_tools .batch_actions_selector .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > .dropdown_menu_button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .scopes .btn-group > li.scope.btn-group:last-child:not(:first-child) > a:first-child, .table_tools .btn-group > .btn-group:last-child:not(:first-child) > .index:first-child, .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > .btn:first-child, .table_tools .scopes .table_tools_segmented_control > li.scope.btn-group:last-child:not(:first-child) > a:first-child, .scopes .table_tools .table_tools_segmented_control > li.scope.btn-group:last-child:not(:first-child) > a:first-child, .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > .index:first-child, .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > .btn:first-child, .table_tools .scopes .btn-group > li.scope.table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .scopes .table_tools .btn-group > li.scope.table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > .index:first-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > .btn:first-child, .table_tools .scopes .table_tools_segmented_control > li.scope.table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .scopes .table_tools .table_tools_segmented_control > li.scope.table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > .index:first-child, .table_tools .batch_actions_selector .btn-group > .btn-group:last-child:not(:first-child) > .dropdown_menu_button:first-child, .table_tools .batch_actions_selector .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > .dropdown_menu_button:first-child, .table_tools .batch_actions_selector .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > .dropdown_menu_button:first-child, .table_tools .batch_actions_selector .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > .dropdown_menu_button:first-child, form .actions li .btn-group > .btn-group:last-child:not(:first-child) > input:first-child, form .actions li .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > input:first-child, .table_tools form .actions li .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > input:first-child, form .actions li .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .table_tools form .actions li .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, form .actions li .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .table_tools form .actions li .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, form .actions li .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, form .actions li .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, .table_tools form .actions li .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, form .actions li .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools form .actions li .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, form .actions li .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools form .actions li .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .member_link:first-child, .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > .member_link:first-child, .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > .member_link:first-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > .member_link:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .ui-sortable-handle:first-child, .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > .ui-sortable-handle:first-child, .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > .ui-sortable-handle:first-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > .ui-sortable-handle:first-child, ul.scopes li.scope .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, ul.scopes li.scope .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, .table_tools ul.scopes li.scope .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, ul.scopes li.scope .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools ul.scopes li.scope .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, ul.scopes li.scope .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools ul.scopes li.scope .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .filter_form .buttons .btn-group > .btn-group:last-child:not(:first-child) > input:first-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > input:first-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > input:first-child, .filter_form .buttons .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .table_tools .filter_form .buttons .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .filter_form .buttons .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, .filter_form .buttons .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools .filter_form .buttons .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, #title_bar .action_item .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, #title_bar .action_item .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, .table_tools #title_bar .action_item .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, #title_bar .action_item .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools #title_bar .action_item .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, #title_bar .action_item .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools #title_bar .action_item .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active, .table_tools .table_tools_segmented_control .dropdown-toggle:active, .btn-group .table_tools .batch_actions_selector .dropdown_menu_button:active, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button:active, .table_tools .batch_actions_selector .btn-group .dropdown_menu_button:active, .table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button:active,
.btn-group.open .dropdown-toggle,
.table_tools .open.table_tools_segmented_control .dropdown-toggle,
.btn-group.open .table_tools .batch_actions_selector .dropdown_menu_button,
.table_tools .open.table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group.open .dropdown_menu_button,
.table_tools .batch_actions_selector .open.table_tools_segmented_control .dropdown_menu_button {
  outline: 0;
}

/* line 105, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle, .scopes li.scope.btn-group > a + .dropdown-toggle, .table_tools .btn-group > .index + .dropdown-toggle, .table_tools .table_tools_segmented_control > .btn + .dropdown-toggle, .table_tools .scopes li.scope.table_tools_segmented_control > a + .dropdown-toggle, .scopes .table_tools li.scope.table_tools_segmented_control > a + .dropdown-toggle, .table_tools .table_tools_segmented_control > .index + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group > .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.scope.btn-group > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.scope.btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group > .index + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.scope.table_tools_segmented_control > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.scope.table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .index + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button + .dropdown-toggle, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button + .dropdown_menu_button, form .actions li .btn-group > input + .dropdown-toggle, form .actions li .table_tools .table_tools_segmented_control > input + .dropdown-toggle, .table_tools form .actions li .table_tools_segmented_control > input + .dropdown-toggle, form .actions li .table_tools .batch_actions_selector .btn-group > input + .dropdown_menu_button, form .actions li .table_tools .batch_actions_selector .table_tools_segmented_control > input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group > input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .table_tools_segmented_control > input + .dropdown_menu_button, form .actions li .btn-group > a + .dropdown-toggle, form .actions li .table_tools .table_tools_segmented_control > a + .dropdown-toggle, .table_tools form .actions li .table_tools_segmented_control > a + .dropdown-toggle, form .actions li .table_tools .batch_actions_selector .btn-group > a + .dropdown_menu_button, form .actions li .table_tools .batch_actions_selector .table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .table_tools_segmented_control > a + .dropdown_menu_button, .btn-group > .member_link + .dropdown-toggle, .table_tools .table_tools_segmented_control > .member_link + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group > .member_link + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .member_link + .dropdown_menu_button, .btn-group > .ui-sortable-handle + .dropdown-toggle, .table_tools .table_tools_segmented_control > .ui-sortable-handle + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group > .ui-sortable-handle + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .ui-sortable-handle + .dropdown_menu_button, ul.scopes li.scope .btn-group > a + .dropdown-toggle, ul.scopes li.scope .table_tools .table_tools_segmented_control > a + .dropdown-toggle, .table_tools ul.scopes li.scope .table_tools_segmented_control > a + .dropdown-toggle, ul.scopes li.scope .table_tools .batch_actions_selector .btn-group > a + .dropdown_menu_button, ul.scopes li.scope .table_tools .batch_actions_selector .table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .table_tools_segmented_control > a + .dropdown_menu_button, .filter_form .buttons .btn-group > input + .dropdown-toggle, .filter_form .buttons .table_tools .table_tools_segmented_control > input + .dropdown-toggle, .table_tools .filter_form .buttons .table_tools_segmented_control > input + .dropdown-toggle, .filter_form .buttons .table_tools .batch_actions_selector .btn-group > input + .dropdown_menu_button, .filter_form .buttons .table_tools .batch_actions_selector .table_tools_segmented_control > input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group > input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .table_tools_segmented_control > input + .dropdown_menu_button, .filter_form .buttons .btn-group > a + .dropdown-toggle, .filter_form .buttons .table_tools .table_tools_segmented_control > a + .dropdown-toggle, .table_tools .filter_form .buttons .table_tools_segmented_control > a + .dropdown-toggle, .filter_form .buttons .table_tools .batch_actions_selector .btn-group > a + .dropdown_menu_button, .filter_form .buttons .table_tools .batch_actions_selector .table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .table_tools_segmented_control > a + .dropdown_menu_button, #title_bar .action_item .btn-group > a + .dropdown-toggle, #title_bar .action_item .table_tools .table_tools_segmented_control > a + .dropdown-toggle, .table_tools #title_bar .action_item .table_tools_segmented_control > a + .dropdown-toggle, #title_bar .action_item .table_tools .batch_actions_selector .btn-group > a + .dropdown_menu_button, #title_bar .action_item .table_tools .batch_actions_selector .table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .table_tools_segmented_control > a + .dropdown_menu_button {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .table_tools .table_tools_segmented_control > .btn-lg + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group > .btn-lg + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .btn-lg + .dropdown_menu_button, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .scopes li.scope.btn-group-lg.btn-group > a + .dropdown-toggle, .table_tools .btn-group-lg.btn-group > .index + .dropdown-toggle, .table_tools .btn-group-lg.table_tools_segmented_control > .btn + .dropdown-toggle, .table_tools .scopes li.scope.btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, .scopes .table_tools li.scope.btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, .table_tools .btn-group-lg.table_tools_segmented_control > .index + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group-lg.btn-group > .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.scope.btn-group-lg.btn-group > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.scope.btn-group-lg.btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-lg.btn-group > .index + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.scope.btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.scope.btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > .index + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-lg.btn-group > .dropdown_menu_button + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > .dropdown_menu_button + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group-lg.btn-group > .dropdown_menu_button + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > .dropdown_menu_button + .dropdown_menu_button, form .actions li .btn-group-lg.btn-group > input + .dropdown-toggle, form .actions li .table_tools .btn-group-lg.table_tools_segmented_control > input + .dropdown-toggle, .table_tools form .actions li .btn-group-lg.table_tools_segmented_control > input + .dropdown-toggle, form .actions li .table_tools .batch_actions_selector .btn-group-lg.btn-group > input + .dropdown_menu_button, form .actions li .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group-lg.btn-group > input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group-lg.table_tools_segmented_control > input + .dropdown_menu_button, form .actions li .btn-group-lg.btn-group > a + .dropdown-toggle, form .actions li .table_tools .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, .table_tools form .actions li .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, form .actions li .table_tools .batch_actions_selector .btn-group-lg.btn-group > a + .dropdown_menu_button, form .actions li .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group-lg.btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .btn-group-lg.btn-group > .member_link + .dropdown-toggle, .table_tools .btn-group-lg.table_tools_segmented_control > .member_link + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group-lg.btn-group > .member_link + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > .member_link + .dropdown_menu_button, .btn-group-lg.btn-group > .ui-sortable-handle + .dropdown-toggle, .table_tools .btn-group-lg.table_tools_segmented_control > .ui-sortable-handle + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group-lg.btn-group > .ui-sortable-handle + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > .ui-sortable-handle + .dropdown_menu_button, ul.scopes li.scope .btn-group-lg.btn-group > a + .dropdown-toggle, ul.scopes li.scope .table_tools .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, .table_tools ul.scopes li.scope .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, ul.scopes li.scope .table_tools .batch_actions_selector .btn-group-lg.btn-group > a + .dropdown_menu_button, ul.scopes li.scope .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group-lg.btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .filter_form .buttons .btn-group-lg.btn-group > input + .dropdown-toggle, .filter_form .buttons .table_tools .btn-group-lg.table_tools_segmented_control > input + .dropdown-toggle, .table_tools .filter_form .buttons .btn-group-lg.table_tools_segmented_control > input + .dropdown-toggle, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-lg.btn-group > input + .dropdown_menu_button, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-lg.btn-group > input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-lg.table_tools_segmented_control > input + .dropdown_menu_button, .filter_form .buttons .btn-group-lg.btn-group > a + .dropdown-toggle, .filter_form .buttons .table_tools .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, .table_tools .filter_form .buttons .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-lg.btn-group > a + .dropdown_menu_button, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-lg.btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, #title_bar .action_item .btn-group-lg.btn-group > a + .dropdown-toggle, #title_bar .action_item .table_tools .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, .table_tools #title_bar .action_item .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, #title_bar .action_item .table_tools .batch_actions_selector .btn-group-lg.btn-group > a + .dropdown_menu_button, #title_bar .action_item .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .btn-group-lg.btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle, .table_tools .open.table_tools_segmented_control .dropdown-toggle, .btn-group.open .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .open.table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group.open .dropdown_menu_button, .table_tools .batch_actions_selector .open.table_tools_segmented_control .dropdown_menu_button {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link, .table_tools .open.table_tools_segmented_control .dropdown-toggle.btn-link, .btn-group.open .table_tools .batch_actions_selector .btn-link.dropdown_menu_button, .table_tools .open.table_tools_segmented_control .table_tools .batch_actions_selector .btn-link.dropdown_menu_button, .table_tools .batch_actions_selector .btn-group.open .btn-link.dropdown_menu_button, .table_tools .batch_actions_selector .open.table_tools_segmented_control .btn-link.dropdown_menu_button {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret, .scopes li.scope > a .caret, .table_tools .index .caret, .btn .table_tools .batch_actions_selector .dropdown_menu_button:after, .scopes li.scope > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .index .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .btn .dropdown_menu_button:after, .table_tools .batch_actions_selector .scopes li.scope > a .dropdown_menu_button:after, .scopes .table_tools .batch_actions_selector li.scope > a .dropdown_menu_button:after, .table_tools .batch_actions_selector .index .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropdown_menu_button .caret, .table_tools .batch_actions_selector .dropdown_menu_button .dropdown_menu_button:after, form .actions li input .caret, form .actions li input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li input .dropdown_menu_button:after, form .actions li a .caret, form .actions li a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li a .dropdown_menu_button:after, .member_link .caret, .member_link .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .member_link .dropdown_menu_button:after, .ui-sortable-handle .caret, .ui-sortable-handle .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .ui-sortable-handle .dropdown_menu_button:after, ul.scopes li.scope a .caret, ul.scopes li.scope a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector ul.scopes li.scope a .dropdown_menu_button:after, .filter_form .buttons input .caret, .filter_form .buttons input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons input .dropdown_menu_button:after, .filter_form .buttons a .caret, .filter_form .buttons a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons a .dropdown_menu_button:after, #title_bar .action_item a .caret, #title_bar .action_item a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector #title_bar .action_item a .dropdown_menu_button:after {
  margin-left: 0;
}

/* line 131, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-lg .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .btn-lg .dropdown_menu_button:after, .btn-group-lg > .btn .caret, .scopes li.scope.btn-group-lg > a .caret, .table_tools .btn-group-lg > .index .caret, .btn-group-lg > .btn .table_tools .batch_actions_selector .dropdown_menu_button:after, .scopes li.scope.btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .btn-group-lg > .index .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .btn-group-lg > .btn .dropdown_menu_button:after, .table_tools .batch_actions_selector .scopes li.scope.btn-group-lg > a .dropdown_menu_button:after, .scopes .table_tools .batch_actions_selector li.scope.btn-group-lg > a .dropdown_menu_button:after, .table_tools .batch_actions_selector .btn-group-lg > .index .dropdown_menu_button:after, .table_tools .batch_actions_selector .btn-group-lg > .dropdown_menu_button .caret, .table_tools .batch_actions_selector .btn-group-lg > .dropdown_menu_button .dropdown_menu_button:after, form .actions li .btn-group-lg > input .caret, form .actions li .btn-group-lg > input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li .btn-group-lg > input .dropdown_menu_button:after, form .actions li .btn-group-lg > a .caret, form .actions li .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li .btn-group-lg > a .dropdown_menu_button:after, .btn-group-lg > .member_link .caret, .btn-group-lg > .member_link .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .btn-group-lg > .member_link .dropdown_menu_button:after, .btn-group-lg > .ui-sortable-handle .caret, .btn-group-lg > .ui-sortable-handle .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .btn-group-lg > .ui-sortable-handle .dropdown_menu_button:after, ul.scopes li.scope .btn-group-lg > a .caret, ul.scopes li.scope .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group-lg > a .dropdown_menu_button:after, .filter_form .buttons .btn-group-lg > input .caret, .filter_form .buttons .btn-group-lg > input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-lg > input .dropdown_menu_button:after, .filter_form .buttons .btn-group-lg > a .caret, .filter_form .buttons .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-lg > a .dropdown_menu_button:after, #title_bar .action_item .btn-group-lg > a .caret, #title_bar .action_item .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector #title_bar .action_item .btn-group-lg > a .dropdown_menu_button:after {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-lg .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .btn-lg .dropdown_menu_button:after, .dropup .btn-group-lg > .btn .caret, .dropup .scopes li.scope.btn-group-lg > a .caret, .scopes .dropup li.scope.btn-group-lg > a .caret, .dropup .table_tools .btn-group-lg > .index .caret, .table_tools .dropup .btn-group-lg > .index .caret, .dropup .btn-group-lg > .btn .table_tools .batch_actions_selector .dropdown_menu_button:after, .dropup .scopes li.scope.btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .scopes .dropup li.scope.btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .dropup .table_tools .btn-group-lg > .index .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .dropup .btn-group-lg > .index .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .btn-group-lg > .btn .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .scopes li.scope.btn-group-lg > a .dropdown_menu_button:after, .scopes .table_tools .batch_actions_selector .dropup li.scope.btn-group-lg > a .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .btn-group-lg > .index .dropdown_menu_button:after, .dropup .table_tools .batch_actions_selector .btn-group-lg > .dropdown_menu_button .caret, .dropup .table_tools .batch_actions_selector .btn-group-lg > .dropdown_menu_button .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .btn-group-lg > .dropdown_menu_button .caret, .table_tools .batch_actions_selector .dropup .btn-group-lg > .dropdown_menu_button .dropdown_menu_button:after, .dropup form .actions li .btn-group-lg > input .caret, .dropup form .actions li .btn-group-lg > input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup form .actions li .btn-group-lg > input .dropdown_menu_button:after, form .actions li .dropup .btn-group-lg > input .caret, form .actions li .dropup .btn-group-lg > input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li .dropup .btn-group-lg > input .dropdown_menu_button:after, .dropup form .actions li .btn-group-lg > a .caret, .dropup form .actions li .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup form .actions li .btn-group-lg > a .dropdown_menu_button:after, form .actions li .dropup .btn-group-lg > a .caret, form .actions li .dropup .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li .dropup .btn-group-lg > a .dropdown_menu_button:after, .dropup .btn-group-lg > .member_link .caret, .dropup .btn-group-lg > .member_link .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .btn-group-lg > .member_link .dropdown_menu_button:after, .dropup .btn-group-lg > .ui-sortable-handle .caret, .dropup .btn-group-lg > .ui-sortable-handle .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .btn-group-lg > .ui-sortable-handle .dropdown_menu_button:after, .dropup ul.scopes li.scope .btn-group-lg > a .caret, .dropup ul.scopes li.scope .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup ul.scopes li.scope .btn-group-lg > a .dropdown_menu_button:after, ul.scopes li.scope .dropup .btn-group-lg > a .caret, ul.scopes li.scope .dropup .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector ul.scopes li.scope .dropup .btn-group-lg > a .dropdown_menu_button:after, .dropup .filter_form .buttons .btn-group-lg > input .caret, .dropup .filter_form .buttons .btn-group-lg > input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .filter_form .buttons .btn-group-lg > input .dropdown_menu_button:after, .filter_form .buttons .dropup .btn-group-lg > input .caret, .filter_form .buttons .dropup .btn-group-lg > input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons .dropup .btn-group-lg > input .dropdown_menu_button:after, .dropup .filter_form .buttons .btn-group-lg > a .caret, .dropup .filter_form .buttons .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .filter_form .buttons .btn-group-lg > a .dropdown_menu_button:after, .filter_form .buttons .dropup .btn-group-lg > a .caret, .filter_form .buttons .dropup .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons .dropup .btn-group-lg > a .dropdown_menu_button:after, .dropup #title_bar .action_item .btn-group-lg > a .caret, .dropup #title_bar .action_item .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup #title_bar .action_item .btn-group-lg > a .dropdown_menu_button:after, #title_bar .action_item .dropup .btn-group-lg > a .caret, #title_bar .action_item .dropup .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector #title_bar .action_item .dropup .btn-group-lg > a .dropdown_menu_button:after {
  border-width: 0 5px 5px;
}

/* line 145, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn, .scopes li.scope.btn-group-vertical > a, .table_tools .btn-group-vertical > .index, .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button, form .actions li .btn-group-vertical > input, form .actions li .btn-group-vertical > a, .btn-group-vertical > .member_link, .btn-group-vertical > .ui-sortable-handle, ul.scopes li.scope .btn-group-vertical > a, .filter_form .buttons .btn-group-vertical > input, .filter_form .buttons .btn-group-vertical > a, #title_bar .action_item .btn-group-vertical > a,
.btn-group-vertical > .btn-group,
.table_tools .btn-group-vertical > .table_tools_segmented_control,
.btn-group-vertical > .btn-group > .btn,
.scopes .btn-group-vertical > li.scope.btn-group > a,
.table_tools .btn-group-vertical > .btn-group > .index,
.table_tools .btn-group-vertical > .table_tools_segmented_control > .btn,
.table_tools .scopes .btn-group-vertical > li.scope.table_tools_segmented_control > a,
.scopes .table_tools .btn-group-vertical > li.scope.table_tools_segmented_control > a,
.table_tools .btn-group-vertical > .table_tools_segmented_control > .index,
.table_tools .batch_actions_selector .btn-group-vertical > .btn-group > .dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group-vertical > .table_tools_segmented_control > .dropdown_menu_button,
form .actions li .btn-group-vertical > .btn-group > input,
form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control > input,
.table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control > input,
form .actions li .btn-group-vertical > .btn-group > a,
form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control > a,
.table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control > a,
.btn-group-vertical > .btn-group > .member_link,
.table_tools .btn-group-vertical > .table_tools_segmented_control > .member_link,
.btn-group-vertical > .btn-group > .ui-sortable-handle,
.table_tools .btn-group-vertical > .table_tools_segmented_control > .ui-sortable-handle,
ul.scopes li.scope .btn-group-vertical > .btn-group > a,
ul.scopes li.scope .table_tools .btn-group-vertical > .table_tools_segmented_control > a,
.table_tools ul.scopes li.scope .btn-group-vertical > .table_tools_segmented_control > a,
.filter_form .buttons .btn-group-vertical > .btn-group > input,
.filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control > input,
.table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control > input,
.filter_form .buttons .btn-group-vertical > .btn-group > a,
.filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control > a,
.table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control > a,
#title_bar .action_item .btn-group-vertical > .btn-group > a,
#title_bar .action_item .table_tools .btn-group-vertical > .table_tools_segmented_control > a,
.table_tools #title_bar .action_item .btn-group-vertical > .table_tools_segmented_control > a {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .table_tools .btn-group-vertical > .table_tools_segmented_control:before, .btn-group-vertical > .btn-group:after, .table_tools .btn-group-vertical > .table_tools_segmented_control:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after, .table_tools .btn-group-vertical > .table_tools_segmented_control:after {
  clear: both;
}

/* line 157, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn, .scopes .btn-group-vertical > li.scope.btn-group > a, .table_tools .btn-group-vertical > .btn-group > .index, .table_tools .btn-group-vertical > .table_tools_segmented_control > .btn, .table_tools .scopes .btn-group-vertical > li.scope.table_tools_segmented_control > a, .scopes .table_tools .btn-group-vertical > li.scope.table_tools_segmented_control > a, .table_tools .btn-group-vertical > .table_tools_segmented_control > .index, .table_tools .batch_actions_selector .btn-group-vertical > .btn-group > .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-vertical > .table_tools_segmented_control > .dropdown_menu_button, form .actions li .btn-group-vertical > .btn-group > input, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control > input, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control > input, form .actions li .btn-group-vertical > .btn-group > a, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control > a, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control > a, .btn-group-vertical > .btn-group > .member_link, .table_tools .btn-group-vertical > .table_tools_segmented_control > .member_link, .btn-group-vertical > .btn-group > .ui-sortable-handle, .table_tools .btn-group-vertical > .table_tools_segmented_control > .ui-sortable-handle, ul.scopes li.scope .btn-group-vertical > .btn-group > a, ul.scopes li.scope .table_tools .btn-group-vertical > .table_tools_segmented_control > a, .table_tools ul.scopes li.scope .btn-group-vertical > .table_tools_segmented_control > a, .filter_form .buttons .btn-group-vertical > .btn-group > input, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control > input, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control > input, .filter_form .buttons .btn-group-vertical > .btn-group > a, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control > a, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control > a, #title_bar .action_item .btn-group-vertical > .btn-group > a, #title_bar .action_item .table_tools .btn-group-vertical > .table_tools_segmented_control > a, .table_tools #title_bar .action_item .btn-group-vertical > .table_tools_segmented_control > a {
  float: none;
}

/* line 162, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn, .scopes li.scope.btn-group-vertical > a + .btn, .scopes li.scope.btn-group-vertical > .btn + a, .scopes li.scope.btn-group-vertical > a + a, .table_tools .btn-group-vertical > .index + .btn, .table_tools .scopes li.scope.btn-group-vertical > .index + a, .scopes .table_tools li.scope.btn-group-vertical > .index + a, .table_tools .btn-group-vertical > .btn + .index, .table_tools .scopes li.scope.btn-group-vertical > a + .index, .scopes .table_tools li.scope.btn-group-vertical > a + .index, .table_tools .btn-group-vertical > .index + .index, .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + .btn, .table_tools .batch_actions_selector .scopes li.scope.btn-group-vertical > .dropdown_menu_button + a, .scopes .table_tools .batch_actions_selector li.scope.btn-group-vertical > .dropdown_menu_button + a, .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + .index, .table_tools .batch_actions_selector .btn-group-vertical > .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.scope.btn-group-vertical > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.scope.btn-group-vertical > a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-vertical > .index + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + .dropdown_menu_button, form .actions li .btn-group-vertical > input + .btn, form .actions li .scopes li.scope.btn-group-vertical > input + a, .scopes form .actions li li.scope.btn-group-vertical > input + a, form .actions li .table_tools .btn-group-vertical > input + .index, .table_tools form .actions li .btn-group-vertical > input + .index, form .actions li .table_tools .batch_actions_selector .btn-group-vertical > input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group-vertical > input + .dropdown_menu_button, form .actions li .btn-group-vertical > a + .btn, form .actions li .scopes li.scope.btn-group-vertical > a + a, .scopes form .actions li li.scope.btn-group-vertical > a + a, form .actions li .table_tools .btn-group-vertical > a + .index, .table_tools form .actions li .btn-group-vertical > a + .index, form .actions li .table_tools .batch_actions_selector .btn-group-vertical > a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group-vertical > a + .dropdown_menu_button, form .actions li .btn-group-vertical > .btn + input, form .actions li .scopes li.scope.btn-group-vertical > a + input, .scopes form .actions li li.scope.btn-group-vertical > a + input, form .actions li .table_tools .btn-group-vertical > .index + input, .table_tools form .actions li .btn-group-vertical > .index + input, form .actions li .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + input, .table_tools .batch_actions_selector form .actions li .btn-group-vertical > .dropdown_menu_button + input, form .actions li .btn-group-vertical > input + input, form .actions li .btn-group-vertical > a + input, form .actions li .btn-group-vertical > .btn + a, form .actions li .scopes li.scope.btn-group-vertical > a + a, .scopes form .actions li li.scope.btn-group-vertical > a + a, form .actions li .table_tools .btn-group-vertical > .index + a, .table_tools form .actions li .btn-group-vertical > .index + a, form .actions li .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + a, .table_tools .batch_actions_selector form .actions li .btn-group-vertical > .dropdown_menu_button + a, form .actions li .btn-group-vertical > input + a, form .actions li .btn-group-vertical > a + a, .btn-group-vertical > .member_link + .btn, .scopes li.scope.btn-group-vertical > .member_link + a, .table_tools .btn-group-vertical > .member_link + .index, .table_tools .batch_actions_selector .btn-group-vertical > .member_link + .dropdown_menu_button, form .actions li .btn-group-vertical > .member_link + input, form .actions li .btn-group-vertical > .member_link + a, .btn-group-vertical > .ui-sortable-handle + .btn, .scopes li.scope.btn-group-vertical > .ui-sortable-handle + a, .table_tools .btn-group-vertical > .ui-sortable-handle + .index, .table_tools .batch_actions_selector .btn-group-vertical > .ui-sortable-handle + .dropdown_menu_button, form .actions li .btn-group-vertical > .ui-sortable-handle + input, form .actions li .btn-group-vertical > .ui-sortable-handle + a, .btn-group-vertical > .btn + .member_link, .scopes li.scope.btn-group-vertical > a + .member_link, .table_tools .btn-group-vertical > .index + .member_link, .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + .member_link, form .actions li .btn-group-vertical > input + .member_link, form .actions li .btn-group-vertical > a + .member_link, .btn-group-vertical > .member_link + .member_link, .btn-group-vertical > .ui-sortable-handle + .member_link, .btn-group-vertical > .btn + .ui-sortable-handle, .scopes li.scope.btn-group-vertical > a + .ui-sortable-handle, .table_tools .btn-group-vertical > .index + .ui-sortable-handle, .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + .ui-sortable-handle, form .actions li .btn-group-vertical > input + .ui-sortable-handle, form .actions li .btn-group-vertical > a + .ui-sortable-handle, .btn-group-vertical > .member_link + .ui-sortable-handle, .btn-group-vertical > .ui-sortable-handle + .ui-sortable-handle, ul.scopes li.scope .btn-group-vertical > a + .btn, ul.scopes li.scope li.scope.btn-group-vertical > a + a, ul.scopes li.scope .table_tools .btn-group-vertical > a + .index, .table_tools ul.scopes li.scope .btn-group-vertical > a + .index, ul.scopes li.scope .table_tools .batch_actions_selector .btn-group-vertical > a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group-vertical > a + .dropdown_menu_button, ul.scopes form .actions li.scope .btn-group-vertical > a + input, form .actions ul.scopes li.scope .btn-group-vertical > a + input, ul.scopes form .actions li.scope .btn-group-vertical > a + a, form .actions ul.scopes li.scope .btn-group-vertical > a + a, ul.scopes li.scope .btn-group-vertical > a + .member_link, ul.scopes li.scope .btn-group-vertical > a + .ui-sortable-handle, ul.scopes li.scope .btn-group-vertical > .btn + a, ul.scopes li.scope li.scope.btn-group-vertical > a + a, ul.scopes li.scope .table_tools .btn-group-vertical > .index + a, .table_tools ul.scopes li.scope .btn-group-vertical > .index + a, ul.scopes li.scope .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + a, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group-vertical > .dropdown_menu_button + a, ul.scopes form .actions li.scope .btn-group-vertical > input + a, form .actions ul.scopes li.scope .btn-group-vertical > input + a, ul.scopes form .actions li.scope .btn-group-vertical > a + a, form .actions ul.scopes li.scope .btn-group-vertical > a + a, ul.scopes li.scope .btn-group-vertical > .member_link + a, ul.scopes li.scope .btn-group-vertical > .ui-sortable-handle + a, ul.scopes li.scope .btn-group-vertical > a + a, .filter_form .buttons .btn-group-vertical > input + .btn, .filter_form .buttons .scopes li.scope.btn-group-vertical > input + a, .scopes .filter_form .buttons li.scope.btn-group-vertical > input + a, .filter_form .buttons .table_tools .btn-group-vertical > input + .index, .table_tools .filter_form .buttons .btn-group-vertical > input + .index, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-vertical > input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-vertical > input + .dropdown_menu_button, .filter_form .buttons form .actions li .btn-group-vertical > input + input, form .actions li .filter_form .buttons .btn-group-vertical > input + input, .filter_form .buttons form .actions li .btn-group-vertical > input + a, form .actions li .filter_form .buttons .btn-group-vertical > input + a, .filter_form .buttons .btn-group-vertical > input + .member_link, .filter_form .buttons .btn-group-vertical > input + .ui-sortable-handle, .filter_form .buttons .btn-group-vertical > a + .btn, .filter_form .buttons .scopes li.scope.btn-group-vertical > a + a, .scopes .filter_form .buttons li.scope.btn-group-vertical > a + a, .filter_form .buttons .table_tools .btn-group-vertical > a + .index, .table_tools .filter_form .buttons .btn-group-vertical > a + .index, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-vertical > a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-vertical > a + .dropdown_menu_button, .filter_form .buttons form .actions li .btn-group-vertical > a + input, form .actions li .filter_form .buttons .btn-group-vertical > a + input, .filter_form .buttons form .actions li .btn-group-vertical > a + a, form .actions li .filter_form .buttons .btn-group-vertical > a + a, .filter_form .buttons .btn-group-vertical > a + .member_link, .filter_form .buttons .btn-group-vertical > a + .ui-sortable-handle, .filter_form .buttons .btn-group-vertical > .btn + input, .filter_form .buttons .scopes li.scope.btn-group-vertical > a + input, .scopes .filter_form .buttons li.scope.btn-group-vertical > a + input, .filter_form .buttons .table_tools .btn-group-vertical > .index + input, .table_tools .filter_form .buttons .btn-group-vertical > .index + input, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + input, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-vertical > .dropdown_menu_button + input, .filter_form .buttons form .actions li .btn-group-vertical > input + input, form .actions li .filter_form .buttons .btn-group-vertical > input + input, .filter_form .buttons form .actions li .btn-group-vertical > a + input, form .actions li .filter_form .buttons .btn-group-vertical > a + input, .filter_form .buttons .btn-group-vertical > .member_link + input, .filter_form .buttons .btn-group-vertical > .ui-sortable-handle + input, .filter_form .buttons .btn-group-vertical > input + input, .filter_form .buttons .btn-group-vertical > a + input, .filter_form .buttons .btn-group-vertical > .btn + a, .filter_form .buttons .scopes li.scope.btn-group-vertical > a + a, .scopes .filter_form .buttons li.scope.btn-group-vertical > a + a, .filter_form .buttons .table_tools .btn-group-vertical > .index + a, .table_tools .filter_form .buttons .btn-group-vertical > .index + a, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + a, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-vertical > .dropdown_menu_button + a, .filter_form .buttons form .actions li .btn-group-vertical > input + a, form .actions li .filter_form .buttons .btn-group-vertical > input + a, .filter_form .buttons form .actions li .btn-group-vertical > a + a, form .actions li .filter_form .buttons .btn-group-vertical > a + a, .filter_form .buttons .btn-group-vertical > .member_link + a, .filter_form .buttons .btn-group-vertical > .ui-sortable-handle + a, .filter_form .buttons .btn-group-vertical > input + a, .filter_form .buttons .btn-group-vertical > a + a, #title_bar .action_item .btn-group-vertical > a + .btn, #title_bar .action_item .scopes li.scope.btn-group-vertical > a + a, .scopes #title_bar .action_item li.scope.btn-group-vertical > a + a, #title_bar .action_item .table_tools .btn-group-vertical > a + .index, .table_tools #title_bar .action_item .btn-group-vertical > a + .index, #title_bar .action_item .table_tools .batch_actions_selector .btn-group-vertical > a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .btn-group-vertical > a + .dropdown_menu_button, #title_bar .action_item form .actions li .btn-group-vertical > a + input, form .actions li #title_bar .action_item .btn-group-vertical > a + input, #title_bar .action_item form .actions li .btn-group-vertical > a + a, form .actions li #title_bar .action_item .btn-group-vertical > a + a, #title_bar .action_item .btn-group-vertical > a + .member_link, #title_bar .action_item .btn-group-vertical > a + .ui-sortable-handle, #title_bar .action_item .filter_form .buttons .btn-group-vertical > a + input, .filter_form .buttons #title_bar .action_item .btn-group-vertical > a + input, #title_bar .action_item .btn-group-vertical > .btn + a, #title_bar .action_item .scopes li.scope.btn-group-vertical > a + a, .scopes #title_bar .action_item li.scope.btn-group-vertical > a + a, #title_bar .action_item .table_tools .btn-group-vertical > .index + a, .table_tools #title_bar .action_item .btn-group-vertical > .index + a, #title_bar .action_item .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + a, .table_tools .batch_actions_selector #title_bar .action_item .btn-group-vertical > .dropdown_menu_button + a, #title_bar .action_item form .actions li .btn-group-vertical > input + a, form .actions li #title_bar .action_item .btn-group-vertical > input + a, #title_bar .action_item form .actions li .btn-group-vertical > a + a, form .actions li #title_bar .action_item .btn-group-vertical > a + a, #title_bar .action_item .btn-group-vertical > .member_link + a, #title_bar .action_item .btn-group-vertical > .ui-sortable-handle + a, #title_bar .action_item .filter_form .buttons .btn-group-vertical > input + a, .filter_form .buttons #title_bar .action_item .btn-group-vertical > input + a, #title_bar .action_item .btn-group-vertical > a + a,
.btn-group-vertical > .btn + .btn-group,
.scopes li.scope.btn-group-vertical > a + .btn-group,
.table_tools .btn-group-vertical > .index + .btn-group,
.table_tools .btn-group-vertical > .btn + .table_tools_segmented_control,
.table_tools .scopes li.scope.btn-group-vertical > a + .table_tools_segmented_control,
.scopes .table_tools li.scope.btn-group-vertical > a + .table_tools_segmented_control,
.table_tools .btn-group-vertical > .index + .table_tools_segmented_control,
.table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + .btn-group,
.table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + .table_tools_segmented_control,
form .actions li .btn-group-vertical > input + .btn-group,
form .actions li .table_tools .btn-group-vertical > input + .table_tools_segmented_control,
.table_tools form .actions li .btn-group-vertical > input + .table_tools_segmented_control,
form .actions li .btn-group-vertical > a + .btn-group,
form .actions li .table_tools .btn-group-vertical > a + .table_tools_segmented_control,
.table_tools form .actions li .btn-group-vertical > a + .table_tools_segmented_control,
.btn-group-vertical > .member_link + .btn-group,
.table_tools .btn-group-vertical > .member_link + .table_tools_segmented_control,
.btn-group-vertical > .ui-sortable-handle + .btn-group,
.table_tools .btn-group-vertical > .ui-sortable-handle + .table_tools_segmented_control,
ul.scopes li.scope .btn-group-vertical > a + .btn-group,
ul.scopes li.scope .table_tools .btn-group-vertical > a + .table_tools_segmented_control,
.table_tools ul.scopes li.scope .btn-group-vertical > a + .table_tools_segmented_control,
.filter_form .buttons .btn-group-vertical > input + .btn-group,
.filter_form .buttons .table_tools .btn-group-vertical > input + .table_tools_segmented_control,
.table_tools .filter_form .buttons .btn-group-vertical > input + .table_tools_segmented_control,
.filter_form .buttons .btn-group-vertical > a + .btn-group,
.filter_form .buttons .table_tools .btn-group-vertical > a + .table_tools_segmented_control,
.table_tools .filter_form .buttons .btn-group-vertical > a + .table_tools_segmented_control,
#title_bar .action_item .btn-group-vertical > a + .btn-group,
#title_bar .action_item .table_tools .btn-group-vertical > a + .table_tools_segmented_control,
.table_tools #title_bar .action_item .btn-group-vertical > a + .table_tools_segmented_control,
.btn-group-vertical > .btn-group + .btn,
.scopes li.scope.btn-group-vertical > .btn-group + a,
.table_tools .btn-group-vertical > .btn-group + .index,
.table_tools .btn-group-vertical > .table_tools_segmented_control + .btn,
.table_tools .scopes li.scope.btn-group-vertical > .table_tools_segmented_control + a,
.scopes .table_tools li.scope.btn-group-vertical > .table_tools_segmented_control + a,
.table_tools .btn-group-vertical > .table_tools_segmented_control + .index,
.table_tools .batch_actions_selector .btn-group-vertical > .btn-group + .dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group-vertical > .table_tools_segmented_control + .dropdown_menu_button,
form .actions li .btn-group-vertical > .btn-group + input,
form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control + input,
.table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control + input,
form .actions li .btn-group-vertical > .btn-group + a,
form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control + a,
.table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control + a,
.btn-group-vertical > .btn-group + .member_link,
.table_tools .btn-group-vertical > .table_tools_segmented_control + .member_link,
.btn-group-vertical > .btn-group + .ui-sortable-handle,
.table_tools .btn-group-vertical > .table_tools_segmented_control + .ui-sortable-handle,
ul.scopes li.scope .btn-group-vertical > .btn-group + a,
ul.scopes li.scope .table_tools .btn-group-vertical > .table_tools_segmented_control + a,
.table_tools ul.scopes li.scope .btn-group-vertical > .table_tools_segmented_control + a,
.filter_form .buttons .btn-group-vertical > .btn-group + input,
.filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control + input,
.table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control + input,
.filter_form .buttons .btn-group-vertical > .btn-group + a,
.filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control + a,
.table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control + a,
#title_bar .action_item .btn-group-vertical > .btn-group + a,
#title_bar .action_item .table_tools .btn-group-vertical > .table_tools_segmented_control + a,
.table_tools #title_bar .action_item .btn-group-vertical > .table_tools_segmented_control + a,
.btn-group-vertical > .btn-group + .btn-group,
.table_tools .btn-group-vertical > .table_tools_segmented_control + .btn-group,
.table_tools .btn-group-vertical > .btn-group + .table_tools_segmented_control,
.table_tools .btn-group-vertical > .table_tools_segmented_control + .table_tools_segmented_control {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .scopes li.scope.btn-group-vertical > a:not(:first-child):not(:last-child), .table_tools .btn-group-vertical > .index:not(:first-child):not(:last-child), .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button:not(:first-child):not(:last-child), form .actions li .btn-group-vertical > input:not(:first-child):not(:last-child), form .actions li .btn-group-vertical > a:not(:first-child):not(:last-child), .btn-group-vertical > .member_link:not(:first-child):not(:last-child), .btn-group-vertical > .ui-sortable-handle:not(:first-child):not(:last-child), ul.scopes li.scope .btn-group-vertical > a:not(:first-child):not(:last-child), .filter_form .buttons .btn-group-vertical > input:not(:first-child):not(:last-child), .filter_form .buttons .btn-group-vertical > a:not(:first-child):not(:last-child), #title_bar .action_item .btn-group-vertical > a:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child), .scopes li.scope.btn-group-vertical > a:first-child:not(:last-child), .table_tools .btn-group-vertical > .index:first-child:not(:last-child), .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button:first-child:not(:last-child), form .actions li .btn-group-vertical > input:first-child:not(:last-child), form .actions li .btn-group-vertical > a:first-child:not(:last-child), .btn-group-vertical > .member_link:first-child:not(:last-child), .btn-group-vertical > .ui-sortable-handle:first-child:not(:last-child), ul.scopes li.scope .btn-group-vertical > a:first-child:not(:last-child), .filter_form .buttons .btn-group-vertical > input:first-child:not(:last-child), .filter_form .buttons .btn-group-vertical > a:first-child:not(:last-child), #title_bar .action_item .btn-group-vertical > a:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child), .scopes li.scope.btn-group-vertical > a:last-child:not(:first-child), .table_tools .btn-group-vertical > .index:last-child:not(:first-child), .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button:last-child:not(:first-child), form .actions li .btn-group-vertical > input:last-child:not(:first-child), form .actions li .btn-group-vertical > a:last-child:not(:first-child), .btn-group-vertical > .member_link:last-child:not(:first-child), .btn-group-vertical > .ui-sortable-handle:last-child:not(:first-child), ul.scopes li.scope .btn-group-vertical > a:last-child:not(:first-child), .filter_form .buttons .btn-group-vertical > input:last-child:not(:first-child), .filter_form .buttons .btn-group-vertical > a:last-child:not(:first-child), #title_bar .action_item .btn-group-vertical > a:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .scopes .btn-group-vertical > li.scope.btn-group:not(:first-child):not(:last-child) > a, .table_tools .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .index, .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > .btn, .table_tools .scopes .btn-group-vertical > li.scope.table_tools_segmented_control:not(:first-child):not(:last-child) > a, .scopes .table_tools .btn-group-vertical > li.scope.table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > .index, .table_tools .batch_actions_selector .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > .dropdown_menu_button, form .actions li .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, form .actions li .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .member_link, .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > .member_link, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .ui-sortable-handle, .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > .ui-sortable-handle, ul.scopes li.scope .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, ul.scopes li.scope .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools ul.scopes li.scope .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .filter_form .buttons .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .filter_form .buttons .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, #title_bar .action_item .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, #title_bar .action_item .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools #title_bar .action_item .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

/* line 188, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .scopes .btn-group-vertical > li.scope.btn-group:first-child:not(:last-child) > a:last-child, .table_tools .btn-group-vertical > .btn-group:first-child:not(:last-child) > .index:last-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > .btn:last-child, .table_tools .scopes .btn-group-vertical > li.scope.table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .scopes .table_tools .btn-group-vertical > li.scope.table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > .index:last-child, form .actions li .btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, form .actions li .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .member_link:last-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > .member_link:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .ui-sortable-handle:last-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > .ui-sortable-handle:last-child, ul.scopes li.scope .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, ul.scopes li.scope .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools ul.scopes li.scope .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .filter_form .buttons .btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .filter_form .buttons .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, #title_bar .action_item .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, #title_bar .action_item .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools #title_bar .action_item .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > .dropdown-toggle,
.table_tools .batch_actions_selector .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > .dropdown_menu_button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .scopes .btn-group-vertical > li.scope.btn-group:last-child:not(:first-child) > a:first-child, .table_tools .btn-group-vertical > .btn-group:last-child:not(:first-child) > .index:first-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > .btn:first-child, .table_tools .scopes .btn-group-vertical > li.scope.table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .scopes .table_tools .btn-group-vertical > li.scope.table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > .index:first-child, .table_tools .batch_actions_selector .btn-group-vertical > .btn-group:last-child:not(:first-child) > .dropdown_menu_button:first-child, .table_tools .batch_actions_selector .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > .dropdown_menu_button:first-child, form .actions li .btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, form .actions li .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .member_link:first-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > .member_link:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .ui-sortable-handle:first-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > .ui-sortable-handle:first-child, ul.scopes li.scope .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, ul.scopes li.scope .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools ul.scopes li.scope .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .filter_form .buttons .btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .filter_form .buttons .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, #title_bar .action_item .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, #title_bar .action_item .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools #title_bar .action_item .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn, .scopes li.scope.btn-group-justified > a, .table_tools .btn-group-justified > .index, .table_tools .batch_actions_selector .btn-group-justified > .dropdown_menu_button, form .actions li .btn-group-justified > input, form .actions li .btn-group-justified > a, .btn-group-justified > .member_link, .btn-group-justified > .ui-sortable-handle, ul.scopes li.scope .btn-group-justified > a, .filter_form .buttons .btn-group-justified > input, .filter_form .buttons .btn-group-justified > a, #title_bar .action_item .btn-group-justified > a,
.btn-group-justified > .btn-group,
.table_tools .btn-group-justified > .table_tools_segmented_control {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .scopes li.scope > a, .scopes .btn-group-justified > .btn-group li.scope > a, .btn-group-justified > .btn-group .table_tools .index, .table_tools .btn-group-justified > .btn-group .index, .table_tools .btn-group-justified > .table_tools_segmented_control .btn, .table_tools .btn-group-justified > .table_tools_segmented_control .scopes li.scope > a, .scopes .table_tools .btn-group-justified > .table_tools_segmented_control li.scope > a, .table_tools .btn-group-justified > .table_tools_segmented_control .index, .btn-group-justified > .btn-group .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .btn-group-justified > .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-justified > .btn-group .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-justified > .table_tools_segmented_control .dropdown_menu_button, .btn-group-justified > .btn-group form .actions li input, .table_tools .btn-group-justified > .table_tools_segmented_control form .actions li input, form .actions li .btn-group-justified > .btn-group input, form .actions li .table_tools .btn-group-justified > .table_tools_segmented_control input, .table_tools form .actions li .btn-group-justified > .table_tools_segmented_control input, .btn-group-justified > .btn-group form .actions li a, .table_tools .btn-group-justified > .table_tools_segmented_control form .actions li a, form .actions li .btn-group-justified > .btn-group a, form .actions li .table_tools .btn-group-justified > .table_tools_segmented_control a, .table_tools form .actions li .btn-group-justified > .table_tools_segmented_control a, .btn-group-justified > .btn-group .member_link, .table_tools .btn-group-justified > .table_tools_segmented_control .member_link, .btn-group-justified > .btn-group .ui-sortable-handle, .table_tools .btn-group-justified > .table_tools_segmented_control .ui-sortable-handle, .btn-group-justified > .btn-group ul.scopes li.scope a, .table_tools .btn-group-justified > .table_tools_segmented_control ul.scopes li.scope a, ul.scopes li.scope .btn-group-justified > .btn-group a, ul.scopes li.scope .table_tools .btn-group-justified > .table_tools_segmented_control a, .table_tools ul.scopes li.scope .btn-group-justified > .table_tools_segmented_control a, .btn-group-justified > .btn-group .filter_form .buttons input, .table_tools .btn-group-justified > .table_tools_segmented_control .filter_form .buttons input, .filter_form .buttons .btn-group-justified > .btn-group input, .filter_form .buttons .table_tools .btn-group-justified > .table_tools_segmented_control input, .table_tools .filter_form .buttons .btn-group-justified > .table_tools_segmented_control input, .btn-group-justified > .btn-group .filter_form .buttons a, .table_tools .btn-group-justified > .table_tools_segmented_control .filter_form .buttons a, .filter_form .buttons .btn-group-justified > .btn-group a, .filter_form .buttons .table_tools .btn-group-justified > .table_tools_segmented_control a, .table_tools .filter_form .buttons .btn-group-justified > .table_tools_segmented_control a, .btn-group-justified > .btn-group #title_bar .action_item a, .table_tools .btn-group-justified > .table_tools_segmented_control #title_bar .action_item a, #title_bar .action_item .btn-group-justified > .btn-group a, #title_bar .action_item .table_tools .btn-group-justified > .table_tools_segmented_control a, .table_tools #title_bar .action_item .btn-group-justified > .table_tools_segmented_control a {
  width: 100%;
}

/* line 216, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu, .table_tools .btn-group-justified > .table_tools_segmented_control .dropdown-menu, .btn-group-justified > .btn-group .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .btn-group-justified > .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .batch_actions_selector .btn-group-justified > .btn-group .dropdown_menu_list, .table_tools .batch_actions_selector .btn-group-justified > .table_tools_segmented_control .dropdown_menu_list {
  left: auto;
}

/* line 237, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"], .scopes li.scope[data-toggle="buttons"] > a input[type="radio"], .table_tools [data-toggle="buttons"] > .index input[type="radio"], .table_tools .batch_actions_selector [data-toggle="buttons"] > .dropdown_menu_button input[type="radio"], form .actions li [data-toggle="buttons"] > input input[type="radio"], form .actions li [data-toggle="buttons"] > a input[type="radio"], [data-toggle="buttons"] > .member_link input[type="radio"], [data-toggle="buttons"] > .ui-sortable-handle input[type="radio"], ul.scopes li.scope [data-toggle="buttons"] > a input[type="radio"], .filter_form .buttons [data-toggle="buttons"] > input input[type="radio"], .filter_form .buttons [data-toggle="buttons"] > a input[type="radio"], #title_bar .action_item [data-toggle="buttons"] > a input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.scopes li.scope[data-toggle="buttons"] > a input[type="checkbox"],
.table_tools [data-toggle="buttons"] > .index input[type="checkbox"],
.table_tools .batch_actions_selector [data-toggle="buttons"] > .dropdown_menu_button input[type="checkbox"],
form .actions li [data-toggle="buttons"] > input input[type="checkbox"],
form .actions li [data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .member_link input[type="checkbox"],
[data-toggle="buttons"] > .ui-sortable-handle input[type="checkbox"],
ul.scopes li.scope [data-toggle="buttons"] > a input[type="checkbox"],
.filter_form .buttons [data-toggle="buttons"] > input input[type="checkbox"],
.filter_form .buttons [data-toggle="buttons"] > a input[type="checkbox"],
#title_bar .action_item [data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.scopes [data-toggle="buttons"] > li.scope.btn-group > a input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.scopes [data-toggle="buttons"] > li.scope.btn-group > a input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control, .input-group form .inputs li input, form .inputs li .input-group input, .input-group form .inputs li select, form .inputs li .input-group select, .input-group form .inputs li textarea, form .inputs li .input-group textarea, .input-group .filter_form .filter_form_field input, .filter_form .filter_form_field .input-group input, .input-group .filter_form .filter_form_field select, .filter_form .filter_form_field .input-group select {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus, .input-group form .inputs li input:focus, form .inputs li .input-group input:focus, .input-group form .inputs li select:focus, form .inputs li .input-group select:focus, .input-group form .inputs li textarea:focus, form .inputs li .input-group textarea:focus, .input-group .filter_form .filter_form_field input:focus, .filter_form .filter_form_field .input-group input:focus, .input-group .filter_form .filter_form_field select:focus, .filter_form .filter_form_field .input-group select:focus {
  z-index: 3;
}

/* line 58, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group form .inputs li input,
form .inputs li .input-group input,
.input-group form .inputs li select,
form .inputs li .input-group select,
.input-group form .inputs li textarea,
form .inputs li .input-group textarea,
.input-group .filter_form .filter_form_field input,
.filter_form .filter_form_field .input-group input,
.input-group .filter_form .filter_form_field select,
.filter_form .filter_form_field .input-group select {
  display: table-cell;
}

/* line 63, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group form .inputs li input:not(:first-child):not(:last-child),
form .inputs li .input-group input:not(:first-child):not(:last-child),
.input-group form .inputs li select:not(:first-child):not(:last-child),
form .inputs li .input-group select:not(:first-child):not(:last-child),
.input-group form .inputs li textarea:not(:first-child):not(:last-child),
form .inputs li .input-group textarea:not(:first-child):not(:last-child),
.input-group .filter_form .filter_form_field input:not(:first-child):not(:last-child),
.filter_form .filter_form_field .input-group input:not(:first-child):not(:last-child),
.input-group .filter_form .filter_form_field select:not(:first-child):not(:last-child),
.filter_form .filter_form_field .input-group select:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.scopes .input-group-sm > li.scope.input-group-btn > a.input-group-addon,
.table_tools .input-group-sm > .input-group-btn > .input-group-addon.index,
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .input-group-addon.dropdown_menu_button,
form .actions li .input-group-sm > .input-group-btn > input.input-group-addon,
form .actions li .input-group-sm > .input-group-btn > a.input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.member_link,
.input-group-sm > .input-group-btn > .input-group-addon.ui-sortable-handle,
ul.scopes li.scope .input-group-sm > .input-group-btn > a.input-group-addon,
.filter_form .buttons .input-group-sm > .input-group-btn > input.input-group-addon,
.filter_form .buttons .input-group-sm > .input-group-btn > a.input-group-addon,
#title_bar .action_item .input-group-sm > .input-group-btn > a.input-group-addon {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.scopes .input-group-lg > li.scope.input-group-btn > a.input-group-addon,
.table_tools .input-group-lg > .input-group-btn > .input-group-addon.index,
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .input-group-addon.dropdown_menu_button,
form .actions li .input-group-lg > .input-group-btn > input.input-group-addon,
form .actions li .input-group-lg > .input-group-btn > a.input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.member_link,
.input-group-lg > .input-group-btn > .input-group-addon.ui-sortable-handle,
ul.scopes li.scope .input-group-lg > .input-group-btn > a.input-group-addon,
.filter_form .buttons .input-group-lg > .input-group-btn > input.input-group-addon,
.filter_form .buttons .input-group-lg > .input-group-btn > a.input-group-addon,
#title_bar .action_item .input-group-lg > .input-group-btn > a.input-group-addon {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child, .input-group form .inputs li input:first-child, form .inputs li .input-group input:first-child, .input-group form .inputs li select:first-child, form .inputs li .input-group select:first-child, .input-group form .inputs li textarea:first-child, form .inputs li .input-group textarea:first-child, .input-group .filter_form .filter_form_field input:first-child, .filter_form .filter_form_field .input-group input:first-child, .input-group .filter_form .filter_form_field select:first-child, .filter_form .filter_form_field .input-group select:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.scopes li.scope.input-group-btn:first-child > a,
.table_tools .input-group-btn:first-child > .index,
.table_tools .batch_actions_selector .input-group-btn:first-child > .dropdown_menu_button,
form .actions li .input-group-btn:first-child > input,
form .actions li .input-group-btn:first-child > a,
.input-group-btn:first-child > .member_link,
.input-group-btn:first-child > .ui-sortable-handle,
ul.scopes li.scope .input-group-btn:first-child > a,
.filter_form .buttons .input-group-btn:first-child > input,
.filter_form .buttons .input-group-btn:first-child > a,
#title_bar .action_item .input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group > .btn,
.scopes .input-group-btn:first-child > li.scope.btn-group > a,
.table_tools .input-group-btn:first-child > .btn-group > .index,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control > .btn,
.table_tools .scopes .input-group-btn:first-child > li.scope.table_tools_segmented_control > a,
.scopes .table_tools .input-group-btn:first-child > li.scope.table_tools_segmented_control > a,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control > .index,
.table_tools .batch_actions_selector .input-group-btn:first-child > .btn-group > .dropdown_menu_button,
.table_tools .batch_actions_selector .input-group-btn:first-child > .table_tools_segmented_control > .dropdown_menu_button,
form .actions li .input-group-btn:first-child > .btn-group > input,
form .actions li .table_tools .input-group-btn:first-child > .table_tools_segmented_control > input,
.table_tools form .actions li .input-group-btn:first-child > .table_tools_segmented_control > input,
form .actions li .input-group-btn:first-child > .btn-group > a,
form .actions li .table_tools .input-group-btn:first-child > .table_tools_segmented_control > a,
.table_tools form .actions li .input-group-btn:first-child > .table_tools_segmented_control > a,
.input-group-btn:first-child > .btn-group > .member_link,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control > .member_link,
.input-group-btn:first-child > .btn-group > .ui-sortable-handle,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control > .ui-sortable-handle,
ul.scopes li.scope .input-group-btn:first-child > .btn-group > a,
ul.scopes li.scope .table_tools .input-group-btn:first-child > .table_tools_segmented_control > a,
.table_tools ul.scopes li.scope .input-group-btn:first-child > .table_tools_segmented_control > a,
.filter_form .buttons .input-group-btn:first-child > .btn-group > input,
.filter_form .buttons .table_tools .input-group-btn:first-child > .table_tools_segmented_control > input,
.table_tools .filter_form .buttons .input-group-btn:first-child > .table_tools_segmented_control > input,
.filter_form .buttons .input-group-btn:first-child > .btn-group > a,
.filter_form .buttons .table_tools .input-group-btn:first-child > .table_tools_segmented_control > a,
.table_tools .filter_form .buttons .input-group-btn:first-child > .table_tools_segmented_control > a,
#title_bar .action_item .input-group-btn:first-child > .btn-group > a,
#title_bar .action_item .table_tools .input-group-btn:first-child > .table_tools_segmented_control > a,
.table_tools #title_bar .action_item .input-group-btn:first-child > .table_tools_segmented_control > a,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.scopes li.scope.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.table_tools .input-group-btn:last-child > .index:not(:last-child):not(.dropdown-toggle),
.table_tools .batch_actions_selector .input-group-btn:last-child > .dropdown_menu_button:not(:last-child):not(.dropdown-toggle),
form .actions li .input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle),
form .actions li .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .member_link:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .ui-sortable-handle:not(:last-child):not(.dropdown-toggle),
ul.scopes li.scope .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.filter_form .buttons .input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle),
.filter_form .buttons .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
#title_bar .action_item .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.scopes .input-group-btn:last-child > li.scope.btn-group:not(:last-child) > a,
.table_tools .input-group-btn:last-child > .btn-group:not(:last-child) > .index,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > .btn,
.table_tools .scopes .input-group-btn:last-child > li.scope.table_tools_segmented_control:not(:last-child) > a,
.scopes .table_tools .input-group-btn:last-child > li.scope.table_tools_segmented_control:not(:last-child) > a,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > .index,
.table_tools .batch_actions_selector .input-group-btn:last-child > .btn-group:not(:last-child) > .dropdown_menu_button,
.table_tools .batch_actions_selector .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > .dropdown_menu_button,
form .actions li .input-group-btn:last-child > .btn-group:not(:last-child) > input,
form .actions li .table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > input,
.table_tools form .actions li .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > input,
form .actions li .input-group-btn:last-child > .btn-group:not(:last-child) > a,
form .actions li .table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a,
.table_tools form .actions li .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a,
.input-group-btn:last-child > .btn-group:not(:last-child) > .member_link,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > .member_link,
.input-group-btn:last-child > .btn-group:not(:last-child) > .ui-sortable-handle,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > .ui-sortable-handle,
ul.scopes li.scope .input-group-btn:last-child > .btn-group:not(:last-child) > a,
ul.scopes li.scope .table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a,
.table_tools ul.scopes li.scope .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a,
.filter_form .buttons .input-group-btn:last-child > .btn-group:not(:last-child) > input,
.filter_form .buttons .table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > input,
.table_tools .filter_form .buttons .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > input,
.filter_form .buttons .input-group-btn:last-child > .btn-group:not(:last-child) > a,
.filter_form .buttons .table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a,
.table_tools .filter_form .buttons .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a,
#title_bar .action_item .input-group-btn:last-child > .btn-group:not(:last-child) > a,
#title_bar .action_item .table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a,
.table_tools #title_bar .action_item .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child, .input-group form .inputs li input:last-child, form .inputs li .input-group input:last-child, .input-group form .inputs li select:last-child, form .inputs li .input-group select:last-child, .input-group form .inputs li textarea:last-child, form .inputs li .input-group textarea:last-child, .input-group .filter_form .filter_form_field input:last-child, .filter_form .filter_form_field .input-group input:last-child, .input-group .filter_form .filter_form_field select:last-child, .filter_form .filter_form_field .input-group select:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.scopes li.scope.input-group-btn:last-child > a,
.table_tools .input-group-btn:last-child > .index,
.table_tools .batch_actions_selector .input-group-btn:last-child > .dropdown_menu_button,
form .actions li .input-group-btn:last-child > input,
form .actions li .input-group-btn:last-child > a,
.input-group-btn:last-child > .member_link,
.input-group-btn:last-child > .ui-sortable-handle,
ul.scopes li.scope .input-group-btn:last-child > a,
.filter_form .buttons .input-group-btn:last-child > input,
.filter_form .buttons .input-group-btn:last-child > a,
#title_bar .action_item .input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group > .btn,
.scopes .input-group-btn:last-child > li.scope.btn-group > a,
.table_tools .input-group-btn:last-child > .btn-group > .index,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control > .btn,
.table_tools .scopes .input-group-btn:last-child > li.scope.table_tools_segmented_control > a,
.scopes .table_tools .input-group-btn:last-child > li.scope.table_tools_segmented_control > a,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control > .index,
.table_tools .batch_actions_selector .input-group-btn:last-child > .btn-group > .dropdown_menu_button,
.table_tools .batch_actions_selector .input-group-btn:last-child > .table_tools_segmented_control > .dropdown_menu_button,
form .actions li .input-group-btn:last-child > .btn-group > input,
form .actions li .table_tools .input-group-btn:last-child > .table_tools_segmented_control > input,
.table_tools form .actions li .input-group-btn:last-child > .table_tools_segmented_control > input,
form .actions li .input-group-btn:last-child > .btn-group > a,
form .actions li .table_tools .input-group-btn:last-child > .table_tools_segmented_control > a,
.table_tools form .actions li .input-group-btn:last-child > .table_tools_segmented_control > a,
.input-group-btn:last-child > .btn-group > .member_link,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control > .member_link,
.input-group-btn:last-child > .btn-group > .ui-sortable-handle,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control > .ui-sortable-handle,
ul.scopes li.scope .input-group-btn:last-child > .btn-group > a,
ul.scopes li.scope .table_tools .input-group-btn:last-child > .table_tools_segmented_control > a,
.table_tools ul.scopes li.scope .input-group-btn:last-child > .table_tools_segmented_control > a,
.filter_form .buttons .input-group-btn:last-child > .btn-group > input,
.filter_form .buttons .table_tools .input-group-btn:last-child > .table_tools_segmented_control > input,
.table_tools .filter_form .buttons .input-group-btn:last-child > .table_tools_segmented_control > input,
.filter_form .buttons .input-group-btn:last-child > .btn-group > a,
.filter_form .buttons .table_tools .input-group-btn:last-child > .table_tools_segmented_control > a,
.table_tools .filter_form .buttons .input-group-btn:last-child > .table_tools_segmented_control > a,
#title_bar .action_item .input-group-btn:last-child > .btn-group > a,
#title_bar .action_item .table_tools .input-group-btn:last-child > .table_tools_segmented_control > a,
.table_tools #title_bar .action_item .input-group-btn:last-child > .table_tools_segmented_control > a,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.scopes li.scope.input-group-btn:first-child > a:not(:first-child),
.table_tools .input-group-btn:first-child > .index:not(:first-child),
.table_tools .batch_actions_selector .input-group-btn:first-child > .dropdown_menu_button:not(:first-child),
form .actions li .input-group-btn:first-child > input:not(:first-child),
form .actions li .input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .member_link:not(:first-child),
.input-group-btn:first-child > .ui-sortable-handle:not(:first-child),
ul.scopes li.scope .input-group-btn:first-child > a:not(:first-child),
.filter_form .buttons .input-group-btn:first-child > input:not(:first-child),
.filter_form .buttons .input-group-btn:first-child > a:not(:first-child),
#title_bar .action_item .input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.scopes .input-group-btn:first-child > li.scope.btn-group:not(:first-child) > a,
.table_tools .input-group-btn:first-child > .btn-group:not(:first-child) > .index,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > .btn,
.table_tools .scopes .input-group-btn:first-child > li.scope.table_tools_segmented_control:not(:first-child) > a,
.scopes .table_tools .input-group-btn:first-child > li.scope.table_tools_segmented_control:not(:first-child) > a,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > .index,
.table_tools .batch_actions_selector .input-group-btn:first-child > .btn-group:not(:first-child) > .dropdown_menu_button,
.table_tools .batch_actions_selector .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > .dropdown_menu_button,
form .actions li .input-group-btn:first-child > .btn-group:not(:first-child) > input,
form .actions li .table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > input,
.table_tools form .actions li .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > input,
form .actions li .input-group-btn:first-child > .btn-group:not(:first-child) > a,
form .actions li .table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a,
.table_tools form .actions li .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a,
.input-group-btn:first-child > .btn-group:not(:first-child) > .member_link,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > .member_link,
.input-group-btn:first-child > .btn-group:not(:first-child) > .ui-sortable-handle,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > .ui-sortable-handle,
ul.scopes li.scope .input-group-btn:first-child > .btn-group:not(:first-child) > a,
ul.scopes li.scope .table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a,
.table_tools ul.scopes li.scope .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a,
.filter_form .buttons .input-group-btn:first-child > .btn-group:not(:first-child) > input,
.filter_form .buttons .table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > input,
.table_tools .filter_form .buttons .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > input,
.filter_form .buttons .input-group-btn:first-child > .btn-group:not(:first-child) > a,
.filter_form .buttons .table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a,
.table_tools .filter_form .buttons .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a,
#title_bar .action_item .input-group-btn:first-child > .btn-group:not(:first-child) > a,
#title_bar .action_item .table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a,
.table_tools #title_bar .action_item .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn, .scopes li.scope.input-group-btn > a, .table_tools .input-group-btn > .index, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button, form .actions li .input-group-btn > input, form .actions li .input-group-btn > a, .input-group-btn > .member_link, .input-group-btn > .ui-sortable-handle, ul.scopes li.scope .input-group-btn > a, .filter_form .buttons .input-group-btn > input, .filter_form .buttons .input-group-btn > a, #title_bar .action_item .input-group-btn > a {
  position: relative;
}

/* line 146, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn, .scopes li.scope.input-group-btn > a + .btn, .scopes li.scope.input-group-btn > .btn + a, .scopes li.scope.input-group-btn > a + a, .table_tools .input-group-btn > .index + .btn, .table_tools .scopes li.scope.input-group-btn > .index + a, .scopes .table_tools li.scope.input-group-btn > .index + a, .table_tools .input-group-btn > .btn + .index, .table_tools .scopes li.scope.input-group-btn > a + .index, .scopes .table_tools li.scope.input-group-btn > a + .index, .table_tools .input-group-btn > .index + .index, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + .btn, .table_tools .batch_actions_selector .scopes li.scope.input-group-btn > .dropdown_menu_button + a, .scopes .table_tools .batch_actions_selector li.scope.input-group-btn > .dropdown_menu_button + a, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + .index, .table_tools .batch_actions_selector .input-group-btn > .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.scope.input-group-btn > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.scope.input-group-btn > a + .dropdown_menu_button, .table_tools .batch_actions_selector .input-group-btn > .index + .dropdown_menu_button, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + .dropdown_menu_button, form .actions li .input-group-btn > input + .btn, form .actions li .scopes li.scope.input-group-btn > input + a, .scopes form .actions li li.scope.input-group-btn > input + a, form .actions li .table_tools .input-group-btn > input + .index, .table_tools form .actions li .input-group-btn > input + .index, form .actions li .table_tools .batch_actions_selector .input-group-btn > input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .input-group-btn > input + .dropdown_menu_button, form .actions li .input-group-btn > a + .btn, form .actions li .scopes li.scope.input-group-btn > a + a, .scopes form .actions li li.scope.input-group-btn > a + a, form .actions li .table_tools .input-group-btn > a + .index, .table_tools form .actions li .input-group-btn > a + .index, form .actions li .table_tools .batch_actions_selector .input-group-btn > a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .input-group-btn > a + .dropdown_menu_button, form .actions li .input-group-btn > .btn + input, form .actions li .scopes li.scope.input-group-btn > a + input, .scopes form .actions li li.scope.input-group-btn > a + input, form .actions li .table_tools .input-group-btn > .index + input, .table_tools form .actions li .input-group-btn > .index + input, form .actions li .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + input, .table_tools .batch_actions_selector form .actions li .input-group-btn > .dropdown_menu_button + input, form .actions li .input-group-btn > input + input, form .actions li .input-group-btn > a + input, form .actions li .input-group-btn > .btn + a, form .actions li .scopes li.scope.input-group-btn > a + a, .scopes form .actions li li.scope.input-group-btn > a + a, form .actions li .table_tools .input-group-btn > .index + a, .table_tools form .actions li .input-group-btn > .index + a, form .actions li .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + a, .table_tools .batch_actions_selector form .actions li .input-group-btn > .dropdown_menu_button + a, form .actions li .input-group-btn > input + a, form .actions li .input-group-btn > a + a, .input-group-btn > .member_link + .btn, .scopes li.scope.input-group-btn > .member_link + a, .table_tools .input-group-btn > .member_link + .index, .table_tools .batch_actions_selector .input-group-btn > .member_link + .dropdown_menu_button, form .actions li .input-group-btn > .member_link + input, form .actions li .input-group-btn > .member_link + a, .input-group-btn > .ui-sortable-handle + .btn, .scopes li.scope.input-group-btn > .ui-sortable-handle + a, .table_tools .input-group-btn > .ui-sortable-handle + .index, .table_tools .batch_actions_selector .input-group-btn > .ui-sortable-handle + .dropdown_menu_button, form .actions li .input-group-btn > .ui-sortable-handle + input, form .actions li .input-group-btn > .ui-sortable-handle + a, .input-group-btn > .btn + .member_link, .scopes li.scope.input-group-btn > a + .member_link, .table_tools .input-group-btn > .index + .member_link, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + .member_link, form .actions li .input-group-btn > input + .member_link, form .actions li .input-group-btn > a + .member_link, .input-group-btn > .member_link + .member_link, .input-group-btn > .ui-sortable-handle + .member_link, .input-group-btn > .btn + .ui-sortable-handle, .scopes li.scope.input-group-btn > a + .ui-sortable-handle, .table_tools .input-group-btn > .index + .ui-sortable-handle, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + .ui-sortable-handle, form .actions li .input-group-btn > input + .ui-sortable-handle, form .actions li .input-group-btn > a + .ui-sortable-handle, .input-group-btn > .member_link + .ui-sortable-handle, .input-group-btn > .ui-sortable-handle + .ui-sortable-handle, ul.scopes li.scope .input-group-btn > a + .btn, ul.scopes li.scope li.scope.input-group-btn > a + a, ul.scopes li.scope .table_tools .input-group-btn > a + .index, .table_tools ul.scopes li.scope .input-group-btn > a + .index, ul.scopes li.scope .table_tools .batch_actions_selector .input-group-btn > a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .input-group-btn > a + .dropdown_menu_button, ul.scopes li.scope .input-group-btn > a + .member_link, ul.scopes li.scope .input-group-btn > a + .ui-sortable-handle, ul.scopes li.scope .input-group-btn > .btn + a, ul.scopes li.scope li.scope.input-group-btn > a + a, ul.scopes li.scope .table_tools .input-group-btn > .index + a, .table_tools ul.scopes li.scope .input-group-btn > .index + a, ul.scopes li.scope .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + a, .table_tools .batch_actions_selector ul.scopes li.scope .input-group-btn > .dropdown_menu_button + a, ul.scopes li.scope .input-group-btn > .member_link + a, ul.scopes li.scope .input-group-btn > .ui-sortable-handle + a, ul.scopes li.scope .input-group-btn > a + a, .filter_form .buttons .input-group-btn > input + .btn, .filter_form .buttons .scopes li.scope.input-group-btn > input + a, .scopes .filter_form .buttons li.scope.input-group-btn > input + a, .filter_form .buttons .table_tools .input-group-btn > input + .index, .table_tools .filter_form .buttons .input-group-btn > input + .index, .filter_form .buttons .table_tools .batch_actions_selector .input-group-btn > input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .input-group-btn > input + .dropdown_menu_button, .filter_form .buttons .input-group-btn > input + .member_link, .filter_form .buttons .input-group-btn > input + .ui-sortable-handle, .filter_form .buttons .input-group-btn > a + .btn, .filter_form .buttons .scopes li.scope.input-group-btn > a + a, .scopes .filter_form .buttons li.scope.input-group-btn > a + a, .filter_form .buttons .table_tools .input-group-btn > a + .index, .table_tools .filter_form .buttons .input-group-btn > a + .index, .filter_form .buttons .table_tools .batch_actions_selector .input-group-btn > a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .input-group-btn > a + .dropdown_menu_button, .filter_form .buttons .input-group-btn > a + .member_link, .filter_form .buttons .input-group-btn > a + .ui-sortable-handle, .filter_form .buttons .input-group-btn > .btn + input, .filter_form .buttons .scopes li.scope.input-group-btn > a + input, .scopes .filter_form .buttons li.scope.input-group-btn > a + input, .filter_form .buttons .table_tools .input-group-btn > .index + input, .table_tools .filter_form .buttons .input-group-btn > .index + input, .filter_form .buttons .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + input, .table_tools .batch_actions_selector .filter_form .buttons .input-group-btn > .dropdown_menu_button + input, .filter_form .buttons .input-group-btn > .member_link + input, .filter_form .buttons .input-group-btn > .ui-sortable-handle + input, .filter_form .buttons .input-group-btn > input + input, .filter_form .buttons .input-group-btn > a + input, .filter_form .buttons .input-group-btn > .btn + a, .filter_form .buttons .scopes li.scope.input-group-btn > a + a, .scopes .filter_form .buttons li.scope.input-group-btn > a + a, .filter_form .buttons .table_tools .input-group-btn > .index + a, .table_tools .filter_form .buttons .input-group-btn > .index + a, .filter_form .buttons .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + a, .table_tools .batch_actions_selector .filter_form .buttons .input-group-btn > .dropdown_menu_button + a, .filter_form .buttons .input-group-btn > .member_link + a, .filter_form .buttons .input-group-btn > .ui-sortable-handle + a, .filter_form .buttons .input-group-btn > input + a, .filter_form .buttons .input-group-btn > a + a, #title_bar .action_item .input-group-btn > a + .btn, #title_bar .action_item .scopes li.scope.input-group-btn > a + a, .scopes #title_bar .action_item li.scope.input-group-btn > a + a, #title_bar .action_item .table_tools .input-group-btn > a + .index, .table_tools #title_bar .action_item .input-group-btn > a + .index, #title_bar .action_item .table_tools .batch_actions_selector .input-group-btn > a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .input-group-btn > a + .dropdown_menu_button, #title_bar .action_item form .actions li .input-group-btn > a + input, form .actions li #title_bar .action_item .input-group-btn > a + input, #title_bar .action_item .input-group-btn > a + .member_link, #title_bar .action_item .input-group-btn > a + .ui-sortable-handle, #title_bar .action_item .filter_form .buttons .input-group-btn > a + input, .filter_form .buttons #title_bar .action_item .input-group-btn > a + input, #title_bar .action_item .input-group-btn > .btn + a, #title_bar .action_item .scopes li.scope.input-group-btn > a + a, .scopes #title_bar .action_item li.scope.input-group-btn > a + a, #title_bar .action_item .table_tools .input-group-btn > .index + a, .table_tools #title_bar .action_item .input-group-btn > .index + a, #title_bar .action_item .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + a, .table_tools .batch_actions_selector #title_bar .action_item .input-group-btn > .dropdown_menu_button + a, #title_bar .action_item form .actions li .input-group-btn > input + a, form .actions li #title_bar .action_item .input-group-btn > input + a, #title_bar .action_item .input-group-btn > .member_link + a, #title_bar .action_item .input-group-btn > .ui-sortable-handle + a, #title_bar .action_item .filter_form .buttons .input-group-btn > input + a, .filter_form .buttons #title_bar .action_item .input-group-btn > input + a, #title_bar .action_item .input-group-btn > a + a {
  margin-left: -1px;
}

/* line 150, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .scopes li.scope.input-group-btn > a:hover, .table_tools .input-group-btn > .index:hover, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button:hover, form .actions li .input-group-btn > input:hover, form .actions li .input-group-btn > a:hover, .input-group-btn > .member_link:hover, .input-group-btn > .ui-sortable-handle:hover, ul.scopes li.scope .input-group-btn > a:hover, .filter_form .buttons .input-group-btn > input:hover, .filter_form .buttons .input-group-btn > a:hover, #title_bar .action_item .input-group-btn > a:hover, .input-group-btn > .btn:focus, .scopes li.scope.input-group-btn > a:focus, .table_tools .input-group-btn > .index:focus, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button:focus, form .actions li .input-group-btn > input:focus, form .actions li .input-group-btn > a:focus, .input-group-btn > .member_link:focus, .input-group-btn > .ui-sortable-handle:focus, ul.scopes li.scope .input-group-btn > a:focus, .filter_form .buttons .input-group-btn > input:focus, .filter_form .buttons .input-group-btn > a:focus, #title_bar .action_item .input-group-btn > a:focus, .input-group-btn > .btn:active, .scopes li.scope.input-group-btn > a:active, .table_tools .input-group-btn > .index:active, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button:active, form .actions li .input-group-btn > input:active, form .actions li .input-group-btn > a:active, .input-group-btn > .member_link:active, .input-group-btn > .ui-sortable-handle:active, ul.scopes li.scope .input-group-btn > a:active, .filter_form .buttons .input-group-btn > input:active, .filter_form .buttons .input-group-btn > a:active, #title_bar .action_item .input-group-btn > a:active {
  z-index: 2;
}

/* line 159, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn, .scopes li.scope.input-group-btn:first-child > a, .table_tools .input-group-btn:first-child > .index, .table_tools .batch_actions_selector .input-group-btn:first-child > .dropdown_menu_button, form .actions li .input-group-btn:first-child > input, form .actions li .input-group-btn:first-child > a, .input-group-btn:first-child > .member_link, .input-group-btn:first-child > .ui-sortable-handle, ul.scopes li.scope .input-group-btn:first-child > a, .filter_form .buttons .input-group-btn:first-child > input, .filter_form .buttons .input-group-btn:first-child > a, #title_bar .action_item .input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control {
  margin-right: -1px;
}

/* line 165, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn, .scopes li.scope.input-group-btn:last-child > a, .table_tools .input-group-btn:last-child > .index, .table_tools .batch_actions_selector .input-group-btn:last-child > .dropdown_menu_button, form .actions li .input-group-btn:last-child > input, form .actions li .input-group-btn:last-child > a, .input-group-btn:last-child > .member_link, .input-group-btn:last-child > .ui-sortable-handle, ul.scopes li.scope .input-group-btn:last-child > a, .filter_form .buttons .input-group-btn:last-child > input, .filter_form .buttons .input-group-btn:last-child > a, #title_bar .action_item .input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav, #header .header-item.tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, #header .header-item.tabs:before, .nav:after, #header .header-item.tabs:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after, #header .header-item.tabs:after {
  clear: both;
}

/* line 15, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li, #header .header-item.tabs > li {
  position: relative;
  display: block;
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a, #header .header-item.tabs > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, #header .header-item.tabs > li > a:hover, .nav > li > a:focus, #header .header-item.tabs > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a, #header .header-item.tabs > li.disabled > a {
  color: #777777;
}

/* line 34, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, #header .header-item.tabs > li.disabled > a:hover, .nav > li.disabled > a:focus, #header .header-item.tabs > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 46, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, #header .header-item.tabs .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 59, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider, #header .header-item.tabs .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img, #header .header-item.tabs > li > a > img {
  max-width: none;
}

/* line 76, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .table_tools .nav-tabs > li.index.selected > a, #header .header-item.tabs .nav-tabs > li.current > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 118, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .table_tools .nav-pills > li.index.selected > a, #header .header-item.tabs .nav-pills > li.current > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu, .nav-justified > .dropdown .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .batch_actions_selector .nav-justified > .dropdown .dropdown_menu_list {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .table_tools .nav-tabs-justified > .index.selected > a, #header .header-item.tabs .nav-tabs-justified > li.current > a, .nav-tabs.nav-justified > .active > a, .table_tools .nav-tabs.nav-justified > .index.selected > a, #header .header-item.tabs .nav-tabs.nav-justified > li.current > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .table_tools .nav-tabs-justified > .index.selected > a, #header .header-item.tabs .nav-tabs-justified > li.current > a, .nav-tabs.nav-justified > .active > a, .table_tools .nav-tabs.nav-justified > .index.selected > a, #header .header-item.tabs .nav-tabs.nav-justified > li.current > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active, .table_tools .tab-content > .index.selected, #header .header-item.tabs .tab-content > li.current {
  display: block;
}

/* line 237, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu, .nav-tabs .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .batch_actions_selector .nav-tabs .dropdown_menu_list {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar, #header {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, #header:before, .navbar:after, #header:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after, #header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar, #header {
    border-radius: 4px;
  }
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 90, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 92, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  /* line 90, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 129, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 149, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand, #header #site_title {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 168, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, #header #site_title:hover, .navbar-brand:focus, #header #site_title:focus {
  text-decoration: none;
}

/* line 173, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img, #header #site_title > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 178, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container #header #site_title, #header .navbar > .container #site_title, #header > .container .navbar-brand, #header > .container #site_title, .navbar > .container-fluid .navbar-brand, .navbar > .container-fluid #header #site_title, #header .navbar > .container-fluid #site_title, #header > .container-fluid .navbar-brand, #header > .container-fluid #site_title {
    margin-left: -15px;
  }
}

/* line 191, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 204, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 191, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav, #header .header-item.tabs {
  margin: 7.5px -15px;
}

/* line 233, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a, #header .header-item.tabs > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 241, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu, .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .batch_actions_selector .navbar-nav .open .dropdown_menu_list, #header .header-item.tabs .open .dropdown-menu, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector .navbar-nav .open .dropdown_menu_list > li > a, #header .header-item.tabs .open .dropdown-menu > li > a, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list .dropdown-header,
.table_tools .batch_actions_selector .navbar-nav .open .dropdown_menu_list .dropdown-header,
#header .header-item.tabs .open .dropdown-menu .dropdown-header,
#header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list .dropdown-header,
.table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector .navbar-nav .open .dropdown_menu_list > li > a, #header .header-item.tabs .open .dropdown-menu > li > a, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li > a {
    line-height: 20px;
  }
  /* line 255, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector .navbar-nav .open .dropdown_menu_list > li > a:hover, #header .header-item.tabs .open .dropdown-menu > li > a:hover, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector .navbar-nav .open .dropdown_menu_list > li > a:focus, #header .header-item.tabs .open .dropdown-menu > li > a:focus, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 230, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav, #header .header-item.tabs {
    float: left;
    margin: 0;
  }
  /* line 268, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li, #header .header-item.tabs > li {
    float: left;
  }
  /* line 270, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a, #header .header-item.tabs > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 284, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 468, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group, .navbar-form form .inputs li, form .inputs .navbar-form li, .navbar-form .filter_form .filter_form_field, .filter_form .navbar-form .filter_form_field {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control, .navbar-form form .inputs li input, form .inputs li .navbar-form input, .navbar-form form .inputs li select, form .inputs li .navbar-form select, .navbar-form form .inputs li textarea, form .inputs li .navbar-form textarea, .navbar-form .filter_form .filter_form_field input, .filter_form .filter_form_field .navbar-form input, .navbar-form .filter_form .filter_form_field select, .filter_form .filter_form_field .navbar-form select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control,
.navbar-form .input-group form .inputs li input,
form .inputs li .navbar-form .input-group input,
.navbar-form .input-group form .inputs li select,
form .inputs li .navbar-form .input-group select,
.navbar-form .input-group form .inputs li textarea,
form .inputs li .navbar-form .input-group textarea,
.navbar-form .input-group .filter_form .filter_form_field input,
.filter_form .filter_form_field .navbar-form .input-group input,
.navbar-form .input-group .filter_form .filter_form_field select,
.filter_form .filter_form_field .navbar-form .input-group select {
    width: auto;
  }
  /* line 498, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control, .navbar-form form .inputs li .input-group > input, form .inputs li .navbar-form .input-group > input, .navbar-form form .inputs li .input-group > select, form .inputs li .navbar-form .input-group > select, .navbar-form form .inputs li .input-group > textarea, form .inputs li .navbar-form .input-group > textarea, .navbar-form .filter_form .filter_form_field .input-group > input, .filter_form .filter_form_field .navbar-form .input-group > input, .navbar-form .filter_form .filter_form_field .input-group > select, .filter_form .filter_form_field .navbar-form .input-group > select {
    width: 100%;
  }
  /* line 502, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
.navbar-form .checkbox,
.navbar-form .check_boxes {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label,
.navbar-form .check_boxes label {
    padding-left: 0;
  }
  /* line 520, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"],
.navbar-form .check_boxes input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 296, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group, .navbar-form form .inputs li, form .inputs .navbar-form li, .navbar-form .filter_form .filter_form_field, .filter_form .navbar-form .filter_form_field {
    margin-bottom: 5px;
  }
  /* line 300, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child, .navbar-form form .inputs li:last-child, form .inputs .navbar-form li:last-child, .navbar-form .filter_form .filter_form_field:last-child, .filter_form .navbar-form .filter_form_field:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 284, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 325, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu, .table_tools .batch_actions_selector .navbar-nav > li > .dropdown_menu_list, #header .header-item.tabs > li > .dropdown-menu, #header .table_tools .batch_actions_selector .header-item.tabs > li > .dropdown_menu_list, .table_tools .batch_actions_selector #header .header-item.tabs > li > .dropdown_menu_list {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .navbar-fixed-bottom .table_tools .batch_actions_selector .navbar-nav > li > .dropdown_menu_list, .table_tools .batch_actions_selector .navbar-fixed-bottom .navbar-nav > li > .dropdown_menu_list, .navbar-fixed-bottom #header .header-item.tabs > li > .dropdown-menu, .navbar-fixed-bottom #header .table_tools .batch_actions_selector .header-item.tabs > li > .dropdown_menu_list, .table_tools .batch_actions_selector .navbar-fixed-bottom #header .header-item.tabs > li > .dropdown_menu_list, #header .navbar-fixed-bottom .header-item.tabs > li > .dropdown-menu, #header .navbar-fixed-bottom .table_tools .batch_actions_selector .header-item.tabs > li > .dropdown_menu_list, .table_tools .batch_actions_selector #header .navbar-fixed-bottom .header-item.tabs > li > .dropdown_menu_list {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .scopes li.scope.btn-group-sm > a.navbar-btn, .table_tools .btn-group-sm > .navbar-btn.index, .table_tools .batch_actions_selector .btn-group-sm > .navbar-btn.dropdown_menu_button, form .actions li .btn-group-sm > input.navbar-btn, form .actions li .btn-group-sm > a.navbar-btn, .btn-group-sm > .navbar-btn.member_link, .btn-group-sm > .navbar-btn.ui-sortable-handle, ul.scopes li.scope .btn-group-sm > a.navbar-btn, .filter_form .buttons .btn-group-sm > input.navbar-btn, .filter_form .buttons .btn-group-sm > a.navbar-btn, #title_bar .action_item .btn-group-sm > a.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 347, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .scopes li.scope.btn-group-xs > a.navbar-btn, .table_tools .btn-group-xs > .navbar-btn.index, .table_tools .batch_actions_selector .btn-group-xs > .navbar-btn.dropdown_menu_button, form .actions li .btn-group-xs > input.navbar-btn, form .actions li .btn-group-xs > a.navbar-btn, .btn-group-xs > .navbar-btn.member_link, .btn-group-xs > .navbar-btn.ui-sortable-handle, ul.scopes li.scope .btn-group-xs > a.navbar-btn, .filter_form .buttons .btn-group-xs > input.navbar-btn, .filter_form .buttons .btn-group-xs > a.navbar-btn, #title_bar .action_item .btn-group-xs > a.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 357, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 377, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand, .navbar-default #header #site_title, #header .navbar-default #site_title {
  color: #777;
}

/* line 401, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default #header #site_title:hover, #header .navbar-default #site_title:hover, .navbar-default .navbar-brand:focus, .navbar-default #header #site_title:focus, #header .navbar-default #site_title:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a, .navbar-default #header .header-item.tabs > li > a, #header .navbar-default .header-item.tabs > li > a {
  color: #777;
}

/* line 416, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default #header .header-item.tabs > li > a:hover, #header .navbar-default .header-item.tabs > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default #header .header-item.tabs > li > a:focus, #header .navbar-default .header-item.tabs > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 423, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .table_tools .navbar-nav > .index.selected > a, .table_tools .navbar-default .navbar-nav > .index.selected > a, .navbar-default #header .header-item.tabs .navbar-nav > li.current > a, #header .header-item.tabs .navbar-default .navbar-nav > li.current > a, .navbar-default #header .header-item.tabs > .active > a, .navbar-default #header .table_tools .header-item.tabs > .index.selected > a, .table_tools .navbar-default #header .header-item.tabs > .index.selected > a, .navbar-default #header .header-item.tabs > li.current > a, #header .navbar-default .header-item.tabs > .active > a, #header .navbar-default .table_tools .header-item.tabs > .index.selected > a, .table_tools #header .navbar-default .header-item.tabs > .index.selected > a, #header .navbar-default .header-item.tabs > li.current > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 431, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default #title_bar .action_item .navbar-nav > a.action-item-disabled > a, #title_bar .action_item .navbar-default .navbar-nav > a.action-item-disabled > a, .navbar-default #header .header-item.tabs > .disabled > a, .navbar-default #header #title_bar .action_item .header-item.tabs > a.action-item-disabled > a, #title_bar .action_item .navbar-default #header .header-item.tabs > a.action-item-disabled > a, #header .navbar-default .header-item.tabs > .disabled > a, #header .navbar-default #title_bar .action_item .header-item.tabs > a.action-item-disabled > a, #title_bar .action_item #header .navbar-default .header-item.tabs > a.action-item-disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default #header .header-item.tabs > .open > a, #header .navbar-default .header-item.tabs > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 453, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open .dropdown_menu_list > li > a, .navbar-default #header .header-item.tabs .open .dropdown-menu > li > a, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > li > a, #header .navbar-default .header-item.tabs .open .dropdown-menu > li > a, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > li > a {
    color: #777;
  }
  /* line 455, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open .dropdown_menu_list > li > a:hover, .navbar-default #header .header-item.tabs .open .dropdown-menu > li > a:hover, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > li > a:hover, #header .navbar-default .header-item.tabs .open .dropdown-menu > li > a:hover, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open .dropdown_menu_list > li > a:focus, .navbar-default #header .header-item.tabs .open .dropdown-menu > li > a:focus, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > li > a:focus, #header .navbar-default .header-item.tabs .open .dropdown-menu > li > a:focus, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 462, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .table_tools .dropdown-menu > .index.selected > a, .table_tools .navbar-default .navbar-nav .open .dropdown-menu > .index.selected > a, .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .active > a, .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .index.selected > a, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open .dropdown_menu_list > .active > a, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open .dropdown_menu_list > .index.selected > a, .navbar-default .navbar-nav .open #header .header-item.tabs .dropdown-menu > li.current > a, .navbar-default .navbar-nav .open #header .header-item.tabs .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open #header .header-item.tabs .dropdown_menu_list > li.current > a, #header .header-item.tabs .navbar-default .navbar-nav .open .dropdown-menu > li.current > a, #header .header-item.tabs .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector #header .header-item.tabs .navbar-default .navbar-nav .open .dropdown_menu_list > li.current > a, .navbar-default #header .header-item.tabs .open .dropdown-menu > .active > a, .navbar-default #header .header-item.tabs .open .table_tools .dropdown-menu > .index.selected > a, .table_tools .navbar-default #header .header-item.tabs .open .dropdown-menu > .index.selected > a, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .active > a, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .index.selected > a, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > .active > a, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > .index.selected > a, .navbar-default #header .header-item.tabs .open .dropdown-menu > li.current > a, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > li.current > a, #header .navbar-default .header-item.tabs .open .dropdown-menu > .active > a, #header .navbar-default .header-item.tabs .open .table_tools .dropdown-menu > .index.selected > a, .table_tools #header .navbar-default .header-item.tabs .open .dropdown-menu > .index.selected > a, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .active > a, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .index.selected > a, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > .active > a, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > .index.selected > a, #header .navbar-default .header-item.tabs .open .dropdown-menu > li.current > a, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > li.current > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 470, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open #title_bar .action_item .dropdown-menu > a.action-item-disabled > a, #title_bar .action_item .navbar-default .navbar-nav .open .dropdown-menu > a.action-item-disabled > a, .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a, .navbar-default .navbar-nav .open .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open .dropdown_menu_list > .disabled > a, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .table_tools .batch_actions_selector .navbar-default .navbar-nav .open .dropdown_menu_list > a.action-item-disabled > a, .navbar-default #header .header-item.tabs .open .dropdown-menu > .disabled > a, .navbar-default #header .header-item.tabs .open #title_bar .action_item .dropdown-menu > a.action-item-disabled > a, #title_bar .action_item .navbar-default #header .header-item.tabs .open .dropdown-menu > a.action-item-disabled > a, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > .disabled > a, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > a.action-item-disabled > a, #header .navbar-default .header-item.tabs .open .dropdown-menu > .disabled > a, #header .navbar-default .header-item.tabs .open #title_bar .action_item .dropdown-menu > a.action-item-disabled > a, #title_bar .action_item #header .navbar-default .header-item.tabs .open .dropdown-menu > a.action-item-disabled > a, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > .disabled > a, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > a.action-item-disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 481, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 517, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse, #header {
  background-color: #222;
  border-color: #090909;
}

/* line 531, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand, #header .navbar-brand, #header #site_title {
  color: #9d9d9d;
}

/* line 533, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, #header .navbar-brand:hover, #header #site_title:hover, .navbar-inverse .navbar-brand:focus, #header .navbar-brand:focus, #header #site_title:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text, #header .navbar-text {
  color: #9d9d9d;
}

/* line 545, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a, #header .navbar-nav > li > a, #header .header-item.tabs > li > a {
  color: #9d9d9d;
}

/* line 548, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, #header .navbar-nav > li > a:hover, #header .header-item.tabs > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, #header .navbar-nav > li > a:focus, #header .header-item.tabs > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 555, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .table_tools .navbar-nav > .index.selected > a, .table_tools .navbar-inverse .navbar-nav > .index.selected > a, #header .navbar-nav > .active > a, #header .table_tools .navbar-nav > .index.selected > a, .table_tools #header .navbar-nav > .index.selected > a, #header .header-item.tabs .navbar-nav > li.current > a, #header .header-item.tabs > .active > a, #header .table_tools .header-item.tabs > .index.selected > a, .table_tools #header .header-item.tabs > .index.selected > a, #header .header-item.tabs > li.current > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 563, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse #title_bar .action_item .navbar-nav > a.action-item-disabled > a, #title_bar .action_item .navbar-inverse .navbar-nav > a.action-item-disabled > a, #header .navbar-nav > .disabled > a, #header #title_bar .action_item .navbar-nav > a.action-item-disabled > a, #title_bar .action_item #header .navbar-nav > a.action-item-disabled > a, #header .header-item.tabs > .disabled > a, #header #title_bar .action_item .header-item.tabs > a.action-item-disabled > a, #title_bar .action_item #header .header-item.tabs > a.action-item-disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 573, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, #header .navbar-nav > .open > a, #header .header-item.tabs > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  /* line 584, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .dropdown-header, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > .dropdown-header, #header .navbar-nav .open .dropdown-menu > .dropdown-header, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .dropdown-header, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > .dropdown-header, #header .header-item.tabs .open .dropdown-menu > .dropdown-header, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .dropdown-header, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list .divider, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list .divider, #header .navbar-nav .open .dropdown-menu .divider, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list .divider, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list .divider, #header .header-item.tabs .open .dropdown-menu .divider, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list .divider, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list .divider {
    background-color: #090909;
  }
  /* line 590, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > li > a, #header .navbar-nav .open .dropdown-menu > li > a, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > li > a, #header .header-item.tabs .open .dropdown-menu > li > a, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li > a {
    color: #9d9d9d;
  }
  /* line 592, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > li > a:hover, #header .navbar-nav .open .dropdown-menu > li > a:hover, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > li > a:hover, #header .header-item.tabs .open .dropdown-menu > li > a:hover, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > li > a:focus, #header .navbar-nav .open .dropdown-menu > li > a:focus, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > li > a:focus, #header .header-item.tabs .open .dropdown-menu > li > a:focus, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 599, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .table_tools .dropdown-menu > .index.selected > a, .table_tools .navbar-inverse .navbar-nav .open .dropdown-menu > .index.selected > a, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .active > a, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .index.selected > a, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > .active > a, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > .index.selected > a, .navbar-inverse .navbar-nav .open #header .header-item.tabs .dropdown-menu > li.current > a, .navbar-inverse .navbar-nav .open #header .header-item.tabs .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open #header .header-item.tabs .dropdown_menu_list > li.current > a, #header .navbar-nav .open .dropdown-menu > .active > a, #header .navbar-nav .open .table_tools .dropdown-menu > .index.selected > a, .table_tools #header .navbar-nav .open .dropdown-menu > .index.selected > a, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .active > a, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .index.selected > a, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > .active > a, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > .index.selected > a, #header .navbar-nav .open .header-item.tabs .dropdown-menu > li.current > a, #header .navbar-nav .open .header-item.tabs .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector #header .navbar-nav .open .header-item.tabs .dropdown_menu_list > li.current > a, #header .header-item.tabs .open .dropdown-menu > .active > a, #header .header-item.tabs .open .table_tools .dropdown-menu > .index.selected > a, .table_tools #header .header-item.tabs .open .dropdown-menu > .index.selected > a, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .active > a, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .index.selected > a, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > .active > a, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > .index.selected > a, #header .header-item.tabs .open .dropdown-menu > li.current > a, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li.current > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 607, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open #title_bar .action_item .dropdown-menu > a.action-item-disabled > a, #title_bar .action_item .navbar-inverse .navbar-nav .open .dropdown-menu > a.action-item-disabled > a, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > .disabled > a, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > a.action-item-disabled > a, #header .navbar-nav .open .dropdown-menu > .disabled > a, #header .navbar-nav .open #title_bar .action_item .dropdown-menu > a.action-item-disabled > a, #title_bar .action_item #header .navbar-nav .open .dropdown-menu > a.action-item-disabled > a, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a, #header .navbar-nav .open .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > .disabled > a, .table_tools .batch_actions_selector #header .navbar-nav .open #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > a.action-item-disabled > a, #header .header-item.tabs .open .dropdown-menu > .disabled > a, #header .header-item.tabs .open #title_bar .action_item .dropdown-menu > a.action-item-disabled > a, #title_bar .action_item #header .header-item.tabs .open .dropdown-menu > a.action-item-disabled > a, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a, #header .header-item.tabs .open .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > .disabled > a, .table_tools .batch_actions_selector #header .header-item.tabs .open #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > a.action-item-disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 619, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle, #header .navbar-toggle {
  border-color: #333;
}

/* line 621, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, #header .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, #header .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar, #header .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse, #header .navbar-collapse,
.navbar-inverse .navbar-form,
#header .navbar-form {
  border-color: #101010;
}

/* line 635, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link, #header .navbar-link {
  color: #9d9d9d;
}

/* line 637, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover, #header .navbar-link:hover {
  color: #fff;
}

/* line 642, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link, #header .btn-link {
  color: #9d9d9d;
}

/* line 644, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, #header .btn-link:hover, .navbar-inverse .btn-link:focus, #header .btn-link:focus {
  color: #fff;
}

/* line 650, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, #header .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, #header .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] #header .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] #header .btn-link:focus {
  color: #444;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active, .table_tools .breadcrumb > .index.selected, #header .header-item.tabs .breadcrumb > li.current {
  color: #777777;
}

/* line 4, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .table_tools .pagination > .index.selected > a, #header .header-item.tabs .pagination > li.current > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.table_tools .pagination > .index.selected > span,
#header .header-item.tabs .pagination > li.current > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 61, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span, #title_bar .action_item .pagination > a.action-item-disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
#title_bar .action_item .pagination > a.action-item-disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a, .pager #title_bar .action_item a.action-item-disabled > a, #title_bar .action_item .pager a.action-item-disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span,
.pager #title_bar .action_item a.action-item-disabled > span,
#title_bar .action_item .pager a.action-item-disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label, .scopes li.scope > a .label, .table_tools .index .label, .table_tools .batch_actions_selector .dropdown_menu_button .label, form .actions li input .label, form .actions li a .label, .member_link .label, .ui-sortable-handle .label, ul.scopes li.scope a .label, .filter_form .buttons input .label, .filter_form .buttons a .label, #title_bar .action_item a .label {
  position: relative;
  top: -1px;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge, .scopes li.scope > a .badge, .table_tools .index .badge, .table_tools .batch_actions_selector .dropdown_menu_button .badge, form .actions li input .badge, form .actions li a .badge, .member_link .badge, .ui-sortable-handle .badge, ul.scopes li.scope a .badge, .filter_form .buttons input .badge, .filter_form .buttons a .badge, #title_bar .action_item a .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .scopes li.scope.btn-group-xs > a .badge, .table_tools .btn-group-xs > .index .badge, .table_tools .batch_actions_selector .btn-group-xs > .dropdown_menu_button .badge, form .actions li .btn-group-xs > input .badge, form .actions li .btn-group-xs > a .badge, .btn-group-xs > .member_link .badge, .btn-group-xs > .ui-sortable-handle .badge, ul.scopes li.scope .btn-group-xs > a .badge, .filter_form .buttons .btn-group-xs > input .badge, .filter_form .buttons .btn-group-xs > a .badge, #title_bar .action_item .btn-group-xs > a .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .table_tools .list-group-item.index.selected > .badge, #header .header-item.tabs li.list-group-item.current > .badge, .nav-pills > .active > a > .badge, .table_tools .nav-pills > .index.selected > a > .badge, #header .header-item.tabs .nav-pills > li.current > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 47, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
.table_tools .thumbnail.index.selected,
#header .header-item.tabs li.thumbnail.current {
  border-color: #337ab7;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert, .flash.flash_danger, .flash {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4, .flash.flash_danger h4, .flash h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link, .flash .alert-link {
  font-weight: bold;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p, .flash.flash_danger > p, .flash > p,
.alert > ul,
.flash.flash_danger > ul,
.flash > ul {
  margin-bottom: 0;
}

/* line 32, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p, .flash.flash_danger > p + p, .flash > p + p {
  margin-top: 5px;
}

/* line 42, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success, .flash.flash_success, .flash_notice {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr, .flash.flash_success hr, .flash_notice hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link, .flash.flash_success .alert-link, .flash_notice .alert-link {
  color: #2b542c;
}

/* line 63, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning, .flash.flash_warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr, .flash.flash_warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link, .flash.flash_warning .alert-link {
  color: #66512c;
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger, .flash.flash_danger, .flash_alert {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr, .flash.flash_danger hr, .flash_alert hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link, .flash.flash_danger .alert-link, .flash_alert .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 26, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar, .table_tools .progress.index.selected .progress-bar, #header .header-item.tabs li.progress.current .progress-bar,
.progress-bar.active,
.table_tools .progress-bar.index.selected,
#header .header-item.tabs li.progress-bar.current {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right,
#title_bar .media > #titlebar_right {
  padding-left: 10px;
}

/* line 34, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left,
#title_bar .media > #titlebar_left {
  padding-right: 10px;
}

/* line 39, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, #title_bar .action_item a.list-group-item.action-item-disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, #title_bar .action_item a.list-group-item.action-item-disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, #title_bar .action_item a.list-group-item.action-item-disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 57, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .table_tools .list-group-item.index.selected, #header .header-item.tabs li.list-group-item.current, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 66, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading, .table_tools .list-group-item.index.selected .list-group-item-heading, #header .header-item.tabs li.list-group-item.current .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.table_tools .list-group-item.index.selected .list-group-item-heading > small,
#header .header-item.tabs li.list-group-item.current .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.table_tools .list-group-item.index.selected .list-group-item-heading > .small,
#header .header-item.tabs li.list-group-item.current .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .table_tools .list-group-item.index.selected .list-group-item-text, #header .header-item.tabs li.list-group-item.current .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 83, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, .table_tools .list-group-item-success.index.selected, #header .header-item.tabs li.list-group-item-success.current, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, .table_tools .list-group-item-info.index.selected, #header .header-item.tabs li.list-group-item-info.current, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, .table_tools .list-group-item-warning.index.selected, #header .header-item.tabs li.list-group-item-warning.current, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, .table_tools .list-group-item-danger.index.selected, #header .header-item.tabs li.list-group-item-danger.current, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body, .panel_contents {
  padding: 15px;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel_contents:before, .panel-body:after, .panel_contents:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after, .panel_contents:after {
  clear: both;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading, .panel > h3 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle, .panel-heading > .dropdown .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector .panel-heading > .dropdown .dropdown_menu_button, .panel > h3 > .dropdown .dropdown-toggle, .panel > h3 > .dropdown .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector .panel > h3 > .dropdown .dropdown_menu_button {
  color: inherit;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 82, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .panel > h3 + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child, .panel > h3 + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table, .attributes_table .panel > table, .panel > .index_table, #main_content .panel > table,
.panel > .table-responsive > .table,
.attributes_table .panel > .table-responsive > table,
.panel > .table-responsive > .index_table,
.panel > .index_as_table > .table,
.attributes_table .panel > .index_as_table > table,
.panel > .index_as_table > .index_table,
#main_content .panel > .table-responsive > table,
#main_content .panel > .index_as_table > table,
.panel > .panel-collapse > .table,
.attributes_table .panel > .panel-collapse > table,
.panel > .panel-collapse > .index_table,
#main_content .panel > .panel-collapse > table {
  margin-bottom: 0;
}

/* line 115, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption, .attributes_table .panel > table caption, .panel > .index_table caption, #main_content .panel > table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child, .attributes_table .panel > table:first-child, .panel > .index_table:first-child, #main_content .panel > table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.attributes_table .panel > .table-responsive:first-child > table:first-child,
.panel > .table-responsive:first-child > .index_table:first-child,
.panel > .index_as_table:first-child > .table:first-child,
.attributes_table .panel > .index_as_table:first-child > table:first-child,
.panel > .index_as_table:first-child > .index_table:first-child,
#main_content .panel > .table-responsive:first-child > table:first-child,
#main_content .panel > .index_as_table:first-child > table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child, .attributes_table .panel > table:first-child > thead:first-child > tr:first-child, .panel > .index_table:first-child > thead:first-child > tr:first-child, #main_content .panel > table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.attributes_table .panel > table:first-child > tbody:first-child > tr:first-child,
.panel > .index_table:first-child > tbody:first-child > tr:first-child,
#main_content .panel > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .attributes_table .panel > table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .index_table:first-child > thead:first-child > tr:first-child td:first-child, #main_content .panel > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.attributes_table .panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .index_table:first-child > thead:first-child > tr:first-child th:first-child,
#main_content .panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.attributes_table .panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .index_table:first-child > tbody:first-child > tr:first-child td:first-child,
#main_content .panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.attributes_table .panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .index_table:first-child > tbody:first-child > tr:first-child th:first-child,
#main_content .panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .attributes_table .panel > table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .index_table:first-child > thead:first-child > tr:first-child td:last-child, #main_content .panel > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.attributes_table .panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .index_table:first-child > thead:first-child > tr:first-child th:last-child,
#main_content .panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.attributes_table .panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .index_table:first-child > tbody:first-child > tr:first-child td:last-child,
#main_content .panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.attributes_table .panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .index_table:first-child > tbody:first-child > tr:first-child th:last-child,
#main_content .panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child, .attributes_table .panel > table:last-child, .panel > .index_table:last-child, #main_content .panel > table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.attributes_table .panel > .table-responsive:last-child > table:last-child,
.panel > .table-responsive:last-child > .index_table:last-child,
.panel > .index_as_table:last-child > .table:last-child,
.attributes_table .panel > .index_as_table:last-child > table:last-child,
.panel > .index_as_table:last-child > .index_table:last-child,
#main_content .panel > .table-responsive:last-child > table:last-child,
#main_content .panel > .index_as_table:last-child > table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child, .attributes_table .panel > table:last-child > tbody:last-child > tr:last-child, .panel > .index_table:last-child > tbody:last-child > tr:last-child, #main_content .panel > table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.attributes_table .panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .index_table:last-child > tfoot:last-child > tr:last-child,
#main_content .panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 153, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .attributes_table .panel > table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .index_table:last-child > tbody:last-child > tr:last-child td:first-child, #main_content .panel > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.attributes_table .panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .index_table:last-child > tbody:last-child > tr:last-child th:first-child,
#main_content .panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.attributes_table .panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .index_table:last-child > tfoot:last-child > tr:last-child td:first-child,
#main_content .panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.attributes_table .panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .index_table:last-child > tfoot:last-child > tr:last-child th:first-child,
#main_content .panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .attributes_table .panel > table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .index_table:last-child > tbody:last-child > tr:last-child td:last-child, #main_content .panel > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.attributes_table .panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .index_table:last-child > tbody:last-child > tr:last-child th:last-child,
#main_content .panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.attributes_table .panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .index_table:last-child > tfoot:last-child > tr:last-child td:last-child,
#main_content .panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.attributes_table .panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .index_table:last-child > tfoot:last-child > tr:last-child th:last-child,
#main_content .panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table, .attributes_table .panel > .panel-body + table, .panel > .panel-body + .index_table, #main_content .panel > .panel-body + table, .panel > .panel_contents + .table, .attributes_table .panel > .panel_contents + table, .panel > .panel_contents + .index_table, #main_content .panel > .panel_contents + table,
.panel > .panel-body + .table-responsive,
.panel > .panel-body + .index_as_table,
.panel > .panel_contents + .table-responsive,
.panel > .panel_contents + .index_as_table,
.panel > .table + .panel-body,
.attributes_table .panel > table + .panel-body,
.panel > .index_table + .panel-body,
#main_content .panel > table + .panel-body,
.panel > .table + .panel_contents,
.attributes_table .panel > table + .panel_contents,
.panel > .index_table + .panel_contents,
#main_content .panel > table + .panel_contents,
.panel > .table-responsive + .panel-body,
.panel > .index_as_table + .panel-body,
.panel > .table-responsive + .panel_contents,
.panel > .index_as_table + .panel_contents {
  border-top: 1px solid #ddd;
}

/* line 170, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th, .attributes_table .panel > table > tbody:first-child > tr:first-child th, .panel > .index_table > tbody:first-child > tr:first-child th, #main_content .panel > table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.attributes_table .panel > table > tbody:first-child > tr:first-child td,
.panel > .index_table > tbody:first-child > tr:first-child td,
#main_content .panel > table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered,
.panel > .index_as_table > .table-bordered {
  border: 0;
}

/* line 181, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive, .panel > .index_as_table {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading, .panel-group .panel > h3 {
  border-bottom: 0;
}

/* line 238, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .panel_contents, .panel-group .panel > h3 + .panel-collapse > .panel-body, .panel-group .panel > h3 + .panel-collapse > .panel_contents,
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel > h3 + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body, .panel-group .panel-footer + .panel-collapse .panel_contents {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default, .panel {
  border-color: #ddd;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading, .panel > .panel-heading, .panel > h3 {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body, .panel-default > .panel-heading + .panel-collapse > .panel_contents, .panel > .panel-heading + .panel-collapse > .panel-body, .panel > .panel-heading + .panel-collapse > .panel_contents, .panel > h3 + .panel-collapse > .panel-body, .panel > h3 + .panel-collapse > .panel_contents {
  border-top-color: #ddd;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge, .panel > .panel-heading .badge, .panel > h3 .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body, .panel-default > .panel-footer + .panel-collapse > .panel_contents, .panel > .panel-footer + .panel-collapse > .panel-body, .panel > .panel-footer + .panel-collapse > .panel_contents {
  border-bottom-color: #ddd;
}

/* line 257, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading, .panel.panel-primary > h3 {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body, .panel-primary > .panel-heading + .panel-collapse > .panel_contents, .panel.panel-primary > h3 + .panel-collapse > .panel-body, .panel.panel-primary > h3 + .panel-collapse > .panel_contents {
  border-top-color: #337ab7;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge, .panel.panel-primary > h3 .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body, .panel-primary > .panel-footer + .panel-collapse > .panel_contents {
  border-bottom-color: #337ab7;
}

/* line 260, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading, .panel.panel-success > h3 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body, .panel-success > .panel-heading + .panel-collapse > .panel_contents, .panel.panel-success > h3 + .panel-collapse > .panel-body, .panel.panel-success > h3 + .panel-collapse > .panel_contents {
  border-top-color: #d6e9c6;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge, .panel.panel-success > h3 .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body, .panel-success > .panel-footer + .panel-collapse > .panel_contents {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading, .panel.panel-info > h3 {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body, .panel-info > .panel-heading + .panel-collapse > .panel_contents, .panel.panel-info > h3 + .panel-collapse > .panel-body, .panel.panel-info > h3 + .panel-collapse > .panel_contents {
  border-top-color: #bce8f1;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge, .panel.panel-info > h3 .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body, .panel-info > .panel-footer + .panel-collapse > .panel_contents {
  border-bottom-color: #bce8f1;
}

/* line 266, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading, .panel.panel-warning > h3 {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body, .panel-warning > .panel-heading + .panel-collapse > .panel_contents, .panel.panel-warning > h3 + .panel-collapse > .panel-body, .panel.panel-warning > h3 + .panel-collapse > .panel_contents {
  border-top-color: #faebcc;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge, .panel.panel-warning > h3 .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body, .panel-warning > .panel-footer + .panel-collapse > .panel_contents {
  border-bottom-color: #faebcc;
}

/* line 269, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading, .panel.panel-danger > h3 {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body, .panel-danger > .panel-heading + .panel-collapse > .panel_contents, .panel.panel-danger > h3 + .panel-collapse > .panel-body, .panel.panel-danger > h3 + .panel-collapse > .panel_contents {
  border-top-color: #ebccd1;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge, .panel.panel-danger > h3 .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body, .panel-danger > .panel-footer + .panel-collapse > .panel_contents {
  border-bottom-color: #ebccd1;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 28, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 15, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn, .modal-footer .scopes li.scope > a + .btn, .scopes .modal-footer li.scope > a + .btn, .modal-footer .scopes li.scope > .btn + a, .scopes .modal-footer li.scope > .btn + a, .modal-footer .scopes li.scope > a + a, .scopes .modal-footer li.scope > a + a, .modal-footer .table_tools .index + .btn, .modal-footer .table_tools .scopes li.scope > .index + a, .scopes .modal-footer .table_tools li.scope > .index + a, .table_tools .modal-footer .index + .btn, .table_tools .modal-footer .scopes li.scope > .index + a, .scopes .table_tools .modal-footer li.scope > .index + a, .modal-footer .table_tools .btn + .index, .modal-footer .table_tools .scopes li.scope > a + .index, .scopes .modal-footer .table_tools li.scope > a + .index, .table_tools .modal-footer .btn + .index, .table_tools .modal-footer .scopes li.scope > a + .index, .scopes .table_tools .modal-footer li.scope > a + .index, .modal-footer .table_tools .index + .index, .table_tools .modal-footer .index + .index, .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + .btn, .modal-footer .table_tools .batch_actions_selector .scopes li.scope > .dropdown_menu_button + a, .scopes .modal-footer .table_tools .batch_actions_selector li.scope > .dropdown_menu_button + a, .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + .index, .table_tools .batch_actions_selector .modal-footer .dropdown_menu_button + .btn, .table_tools .batch_actions_selector .modal-footer .scopes li.scope > .dropdown_menu_button + a, .scopes .table_tools .batch_actions_selector .modal-footer li.scope > .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .dropdown_menu_button + .index, .modal-footer .table_tools .batch_actions_selector .btn + .dropdown_menu_button, .modal-footer .table_tools .batch_actions_selector .scopes li.scope > a + .dropdown_menu_button, .scopes .modal-footer .table_tools .batch_actions_selector li.scope > a + .dropdown_menu_button, .modal-footer .table_tools .batch_actions_selector .index + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .scopes li.scope > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector .modal-footer li.scope > a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .index + .dropdown_menu_button, .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .dropdown_menu_button + .dropdown_menu_button, .modal-footer form .actions li input + .btn, .modal-footer form .actions .scopes li.scope > input + a, .scopes .modal-footer form .actions li.scope > input + a, .modal-footer form .actions li .table_tools input + .index, .table_tools .modal-footer form .actions li input + .index, .modal-footer form .actions li .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer form .actions li input + .dropdown_menu_button, form .actions li .modal-footer input + .btn, form .actions li .modal-footer .scopes li.scope > input + a, .scopes form .actions li .modal-footer li.scope > input + a, form .actions li .modal-footer .table_tools input + .index, .table_tools form .actions li .modal-footer input + .index, form .actions li .modal-footer .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .modal-footer input + .dropdown_menu_button, .modal-footer form .actions li a + .btn, .modal-footer form .actions .scopes li.scope > a + a, .scopes .modal-footer form .actions li.scope > a + a, .modal-footer form .actions li .table_tools a + .index, .table_tools .modal-footer form .actions li a + .index, .modal-footer form .actions li .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer form .actions li a + .dropdown_menu_button, form .actions li .modal-footer a + .btn, form .actions li .modal-footer .scopes li.scope > a + a, .scopes form .actions li .modal-footer li.scope > a + a, form .actions li .modal-footer .table_tools a + .index, .table_tools form .actions li .modal-footer a + .index, form .actions li .modal-footer .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .modal-footer a + .dropdown_menu_button, .modal-footer form .actions li .btn + input, .modal-footer form .actions .scopes li.scope > a + input, .scopes .modal-footer form .actions li.scope > a + input, .modal-footer form .actions li .table_tools .index + input, .table_tools .modal-footer form .actions li .index + input, .modal-footer form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .modal-footer form .actions li .dropdown_menu_button + input, form .actions li .modal-footer .btn + input, form .actions li .modal-footer .scopes li.scope > a + input, .scopes form .actions li .modal-footer li.scope > a + input, form .actions li .modal-footer .table_tools .index + input, .table_tools form .actions li .modal-footer .index + input, form .actions li .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector form .actions li .modal-footer .dropdown_menu_button + input, .modal-footer form .actions li input + input, form .actions li .modal-footer input + input, .modal-footer form .actions li a + input, form .actions li .modal-footer a + input, .modal-footer form .actions li .btn + a, .modal-footer form .actions .scopes li.scope > a + a, .scopes .modal-footer form .actions li.scope > a + a, .modal-footer form .actions li .table_tools .index + a, .table_tools .modal-footer form .actions li .index + a, .modal-footer form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer form .actions li .dropdown_menu_button + a, form .actions li .modal-footer .btn + a, form .actions li .modal-footer .scopes li.scope > a + a, .scopes form .actions li .modal-footer li.scope > a + a, form .actions li .modal-footer .table_tools .index + a, .table_tools form .actions li .modal-footer .index + a, form .actions li .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector form .actions li .modal-footer .dropdown_menu_button + a, .modal-footer form .actions li input + a, form .actions li .modal-footer input + a, .modal-footer form .actions li a + a, form .actions li .modal-footer a + a, .modal-footer .member_link + .btn, .modal-footer .scopes li.scope > .member_link + a, .scopes .modal-footer li.scope > .member_link + a, .modal-footer .table_tools .member_link + .index, .table_tools .modal-footer .member_link + .index, .modal-footer .table_tools .batch_actions_selector .member_link + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .member_link + .dropdown_menu_button, .modal-footer form .actions li .member_link + input, form .actions li .modal-footer .member_link + input, .modal-footer form .actions li .member_link + a, form .actions li .modal-footer .member_link + a, .modal-footer .ui-sortable-handle + .btn, .modal-footer .scopes li.scope > .ui-sortable-handle + a, .scopes .modal-footer li.scope > .ui-sortable-handle + a, .modal-footer .table_tools .ui-sortable-handle + .index, .table_tools .modal-footer .ui-sortable-handle + .index, .modal-footer .table_tools .batch_actions_selector .ui-sortable-handle + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .ui-sortable-handle + .dropdown_menu_button, .modal-footer form .actions li .ui-sortable-handle + input, form .actions li .modal-footer .ui-sortable-handle + input, .modal-footer form .actions li .ui-sortable-handle + a, form .actions li .modal-footer .ui-sortable-handle + a, .modal-footer .btn + .member_link, .modal-footer .scopes li.scope > a + .member_link, .scopes .modal-footer li.scope > a + .member_link, .modal-footer .table_tools .index + .member_link, .table_tools .modal-footer .index + .member_link, .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + .member_link, .table_tools .batch_actions_selector .modal-footer .dropdown_menu_button + .member_link, .modal-footer form .actions li input + .member_link, form .actions li .modal-footer input + .member_link, .modal-footer form .actions li a + .member_link, form .actions li .modal-footer a + .member_link, .modal-footer .member_link + .member_link, .modal-footer .ui-sortable-handle + .member_link, .modal-footer .btn + .ui-sortable-handle, .modal-footer .scopes li.scope > a + .ui-sortable-handle, .scopes .modal-footer li.scope > a + .ui-sortable-handle, .modal-footer .table_tools .index + .ui-sortable-handle, .table_tools .modal-footer .index + .ui-sortable-handle, .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + .ui-sortable-handle, .table_tools .batch_actions_selector .modal-footer .dropdown_menu_button + .ui-sortable-handle, .modal-footer form .actions li input + .ui-sortable-handle, form .actions li .modal-footer input + .ui-sortable-handle, .modal-footer form .actions li a + .ui-sortable-handle, form .actions li .modal-footer a + .ui-sortable-handle, .modal-footer .member_link + .ui-sortable-handle, .modal-footer .ui-sortable-handle + .ui-sortable-handle, .modal-footer ul.scopes li.scope a + .btn, .modal-footer ul.scopes li.scope > a + a, .modal-footer ul.scopes li.scope .table_tools a + .index, .table_tools .modal-footer ul.scopes li.scope a + .index, .modal-footer ul.scopes li.scope .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer ul.scopes li.scope a + .dropdown_menu_button, .modal-footer ul.scopes form .actions li.scope a + input, form .actions .modal-footer ul.scopes li.scope a + input, .modal-footer ul.scopes form .actions li.scope a + a, form .actions .modal-footer ul.scopes li.scope a + a, .modal-footer ul.scopes li.scope a + .member_link, .modal-footer ul.scopes li.scope a + .ui-sortable-handle, ul.scopes li.scope .modal-footer a + .btn, ul.scopes li.scope .modal-footer li.scope > a + a, ul.scopes li.scope .modal-footer .table_tools a + .index, .table_tools ul.scopes li.scope .modal-footer a + .index, ul.scopes li.scope .modal-footer .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .modal-footer a + .dropdown_menu_button, ul.scopes form .actions li.scope .modal-footer a + input, form .actions ul.scopes li.scope .modal-footer a + input, ul.scopes form .actions li.scope .modal-footer a + a, form .actions ul.scopes li.scope .modal-footer a + a, ul.scopes li.scope .modal-footer a + .member_link, ul.scopes li.scope .modal-footer a + .ui-sortable-handle, .modal-footer ul.scopes li.scope .btn + a, .modal-footer ul.scopes li.scope > a + a, .modal-footer ul.scopes li.scope .table_tools .index + a, .table_tools .modal-footer ul.scopes li.scope .index + a, .modal-footer ul.scopes li.scope .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer ul.scopes li.scope .dropdown_menu_button + a, .modal-footer ul.scopes form .actions li.scope input + a, form .actions .modal-footer ul.scopes li.scope input + a, .modal-footer ul.scopes form .actions li.scope a + a, form .actions .modal-footer ul.scopes li.scope a + a, .modal-footer ul.scopes li.scope .member_link + a, .modal-footer ul.scopes li.scope .ui-sortable-handle + a, ul.scopes li.scope .modal-footer .btn + a, ul.scopes li.scope .modal-footer li.scope > a + a, ul.scopes li.scope .modal-footer .table_tools .index + a, .table_tools ul.scopes li.scope .modal-footer .index + a, ul.scopes li.scope .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector ul.scopes li.scope .modal-footer .dropdown_menu_button + a, ul.scopes form .actions li.scope .modal-footer input + a, form .actions ul.scopes li.scope .modal-footer input + a, ul.scopes form .actions li.scope .modal-footer a + a, form .actions ul.scopes li.scope .modal-footer a + a, ul.scopes li.scope .modal-footer .member_link + a, ul.scopes li.scope .modal-footer .ui-sortable-handle + a, .modal-footer ul.scopes li.scope a + a, ul.scopes li.scope .modal-footer a + a, .modal-footer .filter_form .buttons input + .btn, .modal-footer .filter_form .buttons .scopes li.scope > input + a, .scopes .modal-footer .filter_form .buttons li.scope > input + a, .modal-footer .filter_form .buttons .table_tools input + .index, .table_tools .modal-footer .filter_form .buttons input + .index, .modal-footer .filter_form .buttons .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .filter_form .buttons input + .dropdown_menu_button, .modal-footer .filter_form .buttons form .actions li input + input, form .actions li .modal-footer .filter_form .buttons input + input, .modal-footer .filter_form .buttons form .actions li input + a, form .actions li .modal-footer .filter_form .buttons input + a, .modal-footer .filter_form .buttons input + .member_link, .modal-footer .filter_form .buttons input + .ui-sortable-handle, .modal-footer .filter_form .buttons ul.scopes li.scope input + a, .filter_form .buttons .modal-footer input + .btn, .filter_form .buttons .modal-footer .scopes li.scope > input + a, .scopes .filter_form .buttons .modal-footer li.scope > input + a, .filter_form .buttons .modal-footer .table_tools input + .index, .table_tools .filter_form .buttons .modal-footer input + .index, .filter_form .buttons .modal-footer .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer input + .dropdown_menu_button, .filter_form .buttons .modal-footer form .actions li input + input, form .actions li .filter_form .buttons .modal-footer input + input, .filter_form .buttons .modal-footer form .actions li input + a, form .actions li .filter_form .buttons .modal-footer input + a, .filter_form .buttons .modal-footer input + .member_link, .filter_form .buttons .modal-footer input + .ui-sortable-handle, .filter_form .buttons .modal-footer ul.scopes li.scope input + a, .modal-footer .filter_form .buttons a + .btn, .modal-footer .filter_form .buttons .scopes li.scope > a + a, .scopes .modal-footer .filter_form .buttons li.scope > a + a, .modal-footer .filter_form .buttons .table_tools a + .index, .table_tools .modal-footer .filter_form .buttons a + .index, .modal-footer .filter_form .buttons .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .filter_form .buttons a + .dropdown_menu_button, .modal-footer .filter_form .buttons form .actions li a + input, form .actions li .modal-footer .filter_form .buttons a + input, .modal-footer .filter_form .buttons form .actions li a + a, form .actions li .modal-footer .filter_form .buttons a + a, .modal-footer .filter_form .buttons a + .member_link, .modal-footer .filter_form .buttons a + .ui-sortable-handle, .filter_form .buttons .modal-footer a + .btn, .filter_form .buttons .modal-footer .scopes li.scope > a + a, .scopes .filter_form .buttons .modal-footer li.scope > a + a, .filter_form .buttons .modal-footer .table_tools a + .index, .table_tools .filter_form .buttons .modal-footer a + .index, .filter_form .buttons .modal-footer .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer a + .dropdown_menu_button, .filter_form .buttons .modal-footer form .actions li a + input, form .actions li .filter_form .buttons .modal-footer a + input, .filter_form .buttons .modal-footer form .actions li a + a, form .actions li .filter_form .buttons .modal-footer a + a, .filter_form .buttons .modal-footer a + .member_link, .filter_form .buttons .modal-footer a + .ui-sortable-handle, .modal-footer .filter_form .buttons .btn + input, .modal-footer .filter_form .buttons .scopes li.scope > a + input, .scopes .modal-footer .filter_form .buttons li.scope > a + input, .modal-footer .filter_form .buttons .table_tools .index + input, .table_tools .modal-footer .filter_form .buttons .index + input, .modal-footer .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .modal-footer .filter_form .buttons .dropdown_menu_button + input, .modal-footer .filter_form .buttons form .actions li input + input, form .actions li .modal-footer .filter_form .buttons input + input, .modal-footer .filter_form .buttons form .actions li a + input, form .actions li .modal-footer .filter_form .buttons a + input, .modal-footer .filter_form .buttons .member_link + input, .modal-footer .filter_form .buttons .ui-sortable-handle + input, .modal-footer .filter_form .buttons ul.scopes li.scope a + input, .filter_form .buttons .modal-footer .btn + input, .filter_form .buttons .modal-footer .scopes li.scope > a + input, .scopes .filter_form .buttons .modal-footer li.scope > a + input, .filter_form .buttons .modal-footer .table_tools .index + input, .table_tools .filter_form .buttons .modal-footer .index + input, .filter_form .buttons .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .dropdown_menu_button + input, .filter_form .buttons .modal-footer form .actions li input + input, form .actions li .filter_form .buttons .modal-footer input + input, .filter_form .buttons .modal-footer form .actions li a + input, form .actions li .filter_form .buttons .modal-footer a + input, .filter_form .buttons .modal-footer .member_link + input, .filter_form .buttons .modal-footer .ui-sortable-handle + input, .filter_form .buttons .modal-footer ul.scopes li.scope a + input, .modal-footer .filter_form .buttons input + input, .filter_form .buttons .modal-footer input + input, .modal-footer .filter_form .buttons a + input, .filter_form .buttons .modal-footer a + input, .modal-footer .filter_form .buttons .btn + a, .modal-footer .filter_form .buttons .scopes li.scope > a + a, .scopes .modal-footer .filter_form .buttons li.scope > a + a, .modal-footer .filter_form .buttons .table_tools .index + a, .table_tools .modal-footer .filter_form .buttons .index + a, .modal-footer .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .filter_form .buttons .dropdown_menu_button + a, .modal-footer .filter_form .buttons form .actions li input + a, form .actions li .modal-footer .filter_form .buttons input + a, .modal-footer .filter_form .buttons form .actions li a + a, form .actions li .modal-footer .filter_form .buttons a + a, .modal-footer .filter_form .buttons .member_link + a, .modal-footer .filter_form .buttons .ui-sortable-handle + a, .filter_form .buttons .modal-footer .btn + a, .filter_form .buttons .modal-footer .scopes li.scope > a + a, .scopes .filter_form .buttons .modal-footer li.scope > a + a, .filter_form .buttons .modal-footer .table_tools .index + a, .table_tools .filter_form .buttons .modal-footer .index + a, .filter_form .buttons .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .dropdown_menu_button + a, .filter_form .buttons .modal-footer form .actions li input + a, form .actions li .filter_form .buttons .modal-footer input + a, .filter_form .buttons .modal-footer form .actions li a + a, form .actions li .filter_form .buttons .modal-footer a + a, .filter_form .buttons .modal-footer .member_link + a, .filter_form .buttons .modal-footer .ui-sortable-handle + a, .modal-footer .filter_form .buttons input + a, .filter_form .buttons .modal-footer input + a, .modal-footer .filter_form .buttons a + a, .filter_form .buttons .modal-footer a + a, .modal-footer #title_bar .action_item a + .btn, .modal-footer #title_bar .action_item .scopes li.scope > a + a, .scopes .modal-footer #title_bar .action_item li.scope > a + a, .modal-footer #title_bar .action_item .table_tools a + .index, .table_tools .modal-footer #title_bar .action_item a + .index, .modal-footer #title_bar .action_item .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer #title_bar .action_item a + .dropdown_menu_button, .modal-footer #title_bar .action_item form .actions li a + input, form .actions li .modal-footer #title_bar .action_item a + input, .modal-footer #title_bar .action_item form .actions li a + a, form .actions li .modal-footer #title_bar .action_item a + a, .modal-footer #title_bar .action_item a + .member_link, .modal-footer #title_bar .action_item a + .ui-sortable-handle, .modal-footer #title_bar .action_item ul.scopes li.scope a + a, .modal-footer #title_bar .action_item .filter_form .buttons a + input, .filter_form .buttons .modal-footer #title_bar .action_item a + input, .modal-footer #title_bar .action_item .filter_form .buttons a + a, #title_bar .action_item .modal-footer a + .btn, #title_bar .action_item .modal-footer .scopes li.scope > a + a, .scopes #title_bar .action_item .modal-footer li.scope > a + a, #title_bar .action_item .modal-footer .table_tools a + .index, .table_tools #title_bar .action_item .modal-footer a + .index, #title_bar .action_item .modal-footer .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .modal-footer a + .dropdown_menu_button, #title_bar .action_item .modal-footer form .actions li a + input, form .actions li #title_bar .action_item .modal-footer a + input, #title_bar .action_item .modal-footer form .actions li a + a, form .actions li #title_bar .action_item .modal-footer a + a, #title_bar .action_item .modal-footer a + .member_link, #title_bar .action_item .modal-footer a + .ui-sortable-handle, #title_bar .action_item .modal-footer ul.scopes li.scope a + a, #title_bar .action_item .modal-footer .filter_form .buttons a + input, .filter_form .buttons #title_bar .action_item .modal-footer a + input, #title_bar .action_item .modal-footer .filter_form .buttons a + a, .modal-footer #title_bar .action_item .btn + a, .modal-footer #title_bar .action_item .scopes li.scope > a + a, .scopes .modal-footer #title_bar .action_item li.scope > a + a, .modal-footer #title_bar .action_item .table_tools .index + a, .table_tools .modal-footer #title_bar .action_item .index + a, .modal-footer #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer #title_bar .action_item .dropdown_menu_button + a, .modal-footer #title_bar .action_item form .actions li input + a, form .actions li .modal-footer #title_bar .action_item input + a, .modal-footer #title_bar .action_item form .actions li a + a, form .actions li .modal-footer #title_bar .action_item a + a, .modal-footer #title_bar .action_item .member_link + a, .modal-footer #title_bar .action_item .ui-sortable-handle + a, .modal-footer #title_bar .action_item .filter_form .buttons input + a, .filter_form .buttons .modal-footer #title_bar .action_item input + a, #title_bar .action_item .modal-footer .btn + a, #title_bar .action_item .modal-footer .scopes li.scope > a + a, .scopes #title_bar .action_item .modal-footer li.scope > a + a, #title_bar .action_item .modal-footer .table_tools .index + a, .table_tools #title_bar .action_item .modal-footer .index + a, #title_bar .action_item .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector #title_bar .action_item .modal-footer .dropdown_menu_button + a, #title_bar .action_item .modal-footer form .actions li input + a, form .actions li #title_bar .action_item .modal-footer input + a, #title_bar .action_item .modal-footer form .actions li a + a, form .actions li #title_bar .action_item .modal-footer a + a, #title_bar .action_item .modal-footer .member_link + a, #title_bar .action_item .modal-footer .ui-sortable-handle + a, #title_bar .action_item .modal-footer .filter_form .buttons input + a, .filter_form .buttons #title_bar .action_item .modal-footer input + a, .modal-footer #title_bar .action_item a + a, #title_bar .action_item .modal-footer a + a {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .scopes li.scope > a + .btn, .scopes .modal-footer .btn-group li.scope > a + .btn, .modal-footer .btn-group .scopes li.scope > .btn + a, .scopes .modal-footer .btn-group li.scope > .btn + a, .modal-footer .btn-group .scopes li.scope > a + a, .scopes .modal-footer .btn-group li.scope > a + a, .modal-footer .btn-group .table_tools .index + .btn, .modal-footer .btn-group .table_tools .scopes li.scope > .index + a, .scopes .modal-footer .btn-group .table_tools li.scope > .index + a, .table_tools .modal-footer .btn-group .index + .btn, .table_tools .modal-footer .btn-group .scopes li.scope > .index + a, .scopes .table_tools .modal-footer .btn-group li.scope > .index + a, .modal-footer .btn-group .table_tools .btn + .index, .modal-footer .btn-group .table_tools .scopes li.scope > a + .index, .scopes .modal-footer .btn-group .table_tools li.scope > a + .index, .table_tools .modal-footer .btn-group .btn + .index, .table_tools .modal-footer .btn-group .scopes li.scope > a + .index, .scopes .table_tools .modal-footer .btn-group li.scope > a + .index, .modal-footer .btn-group .table_tools .index + .index, .table_tools .modal-footer .btn-group .index + .index, .modal-footer .table_tools .table_tools_segmented_control .btn + .btn, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + .btn, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > a + .btn, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > .btn + a, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > .btn + a, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control .index + .btn, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > .index + a, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > .index + a, .modal-footer .table_tools .table_tools_segmented_control .btn + .index, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + .index, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > a + .index, .modal-footer .table_tools .table_tools_segmented_control .index + .index, .table_tools .modal-footer .table_tools_segmented_control .btn + .btn, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > a + .btn, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > a + .btn, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > .btn + a, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > .btn + a, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control .index + .btn, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > .index + a, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > .index + a, .table_tools .modal-footer .table_tools_segmented_control .btn + .index, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > a + .index, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > a + .index, .table_tools .modal-footer .table_tools_segmented_control .index + .index, .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .btn, .modal-footer .btn-group .table_tools .batch_actions_selector .scopes li.scope > .dropdown_menu_button + a, .scopes .modal-footer .btn-group .table_tools .batch_actions_selector li.scope > .dropdown_menu_button + a, .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .index, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .btn, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .scopes li.scope > .dropdown_menu_button + a, .scopes .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector li.scope > .dropdown_menu_button + a, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .index, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .btn, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .scopes li.scope > .dropdown_menu_button + a, .scopes .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector li.scope > .dropdown_menu_button + a, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .index, .table_tools .batch_actions_selector .modal-footer .btn-group .dropdown_menu_button + .btn, .table_tools .batch_actions_selector .modal-footer .btn-group .scopes li.scope > .dropdown_menu_button + a, .scopes .table_tools .batch_actions_selector .modal-footer .btn-group li.scope > .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .btn-group .dropdown_menu_button + .index, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .dropdown_menu_button + .btn, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .scopes li.scope > .dropdown_menu_button + a, .scopes .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control li.scope > .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .dropdown_menu_button + .index, .modal-footer .btn-group .table_tools .batch_actions_selector .btn + .dropdown_menu_button, .modal-footer .btn-group .table_tools .batch_actions_selector .scopes li.scope > a + .dropdown_menu_button, .scopes .modal-footer .btn-group .table_tools .batch_actions_selector li.scope > a + .dropdown_menu_button, .modal-footer .btn-group .table_tools .batch_actions_selector .index + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .btn + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .scopes li.scope > a + .dropdown_menu_button, .scopes .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector li.scope > a + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .index + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .btn + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .scopes li.scope > a + .dropdown_menu_button, .scopes .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector li.scope > a + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .index + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .scopes li.scope > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector .modal-footer .btn-group li.scope > a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .index + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .scopes li.scope > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control li.scope > a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .index + .dropdown_menu_button, .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .dropdown_menu_button + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .dropdown_menu_button + .dropdown_menu_button, .modal-footer .btn-group form .actions li input + .btn, .modal-footer .btn-group form .actions .scopes li.scope > input + a, .scopes .modal-footer .btn-group form .actions li.scope > input + a, .modal-footer .btn-group form .actions li .table_tools input + .index, .table_tools .modal-footer .btn-group form .actions li input + .index, .modal-footer .table_tools .table_tools_segmented_control form .actions li input + .btn, .modal-footer .table_tools .table_tools_segmented_control form .actions .scopes li.scope > input + a, .scopes .modal-footer .table_tools .table_tools_segmented_control form .actions li.scope > input + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li input + .index, .table_tools .modal-footer .table_tools_segmented_control form .actions li input + .btn, .table_tools .modal-footer .table_tools_segmented_control form .actions .scopes li.scope > input + a, .scopes .table_tools .modal-footer .table_tools_segmented_control form .actions li.scope > input + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li input + .index, .modal-footer .btn-group form .actions li .table_tools .batch_actions_selector input + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group form .actions li input + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control form .actions li input + .dropdown_menu_button, form .actions li .modal-footer .btn-group input + .btn, form .actions li .modal-footer .btn-group .scopes li.scope > input + a, .scopes form .actions li .modal-footer .btn-group li.scope > input + a, form .actions li .modal-footer .btn-group .table_tools input + .index, .table_tools form .actions li .modal-footer .btn-group input + .index, form .actions li .modal-footer .table_tools .table_tools_segmented_control input + .btn, form .actions li .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > input + a, .scopes form .actions li .modal-footer .table_tools .table_tools_segmented_control li.scope > input + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control input + .index, .table_tools form .actions li .modal-footer .table_tools_segmented_control input + .btn, .table_tools form .actions li .modal-footer .table_tools_segmented_control .scopes li.scope > input + a, .scopes .table_tools form .actions li .modal-footer .table_tools_segmented_control li.scope > input + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control input + .index, form .actions li .modal-footer .btn-group .table_tools .batch_actions_selector input + .dropdown_menu_button, form .actions li .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools form .actions li .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .modal-footer .btn-group input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .modal-footer .table_tools_segmented_control input + .dropdown_menu_button, .modal-footer .btn-group form .actions li a + .btn, .modal-footer .btn-group form .actions .scopes li.scope > a + a, .scopes .modal-footer .btn-group form .actions li.scope > a + a, .modal-footer .btn-group form .actions li .table_tools a + .index, .table_tools .modal-footer .btn-group form .actions li a + .index, .modal-footer .table_tools .table_tools_segmented_control form .actions li a + .btn, .modal-footer .table_tools .table_tools_segmented_control form .actions .scopes li.scope > a + a, .scopes .modal-footer .table_tools .table_tools_segmented_control form .actions li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li a + .index, .table_tools .modal-footer .table_tools_segmented_control form .actions li a + .btn, .table_tools .modal-footer .table_tools_segmented_control form .actions .scopes li.scope > a + a, .scopes .table_tools .modal-footer .table_tools_segmented_control form .actions li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li a + .index, .modal-footer .btn-group form .actions li .table_tools .batch_actions_selector a + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group form .actions li a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control form .actions li a + .dropdown_menu_button, form .actions li .modal-footer .btn-group a + .btn, form .actions li .modal-footer .btn-group .scopes li.scope > a + a, .scopes form .actions li .modal-footer .btn-group li.scope > a + a, form .actions li .modal-footer .btn-group .table_tools a + .index, .table_tools form .actions li .modal-footer .btn-group a + .index, form .actions li .modal-footer .table_tools .table_tools_segmented_control a + .btn, form .actions li .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes form .actions li .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control a + .index, .table_tools form .actions li .modal-footer .table_tools_segmented_control a + .btn, .table_tools form .actions li .modal-footer .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools form .actions li .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control a + .index, form .actions li .modal-footer .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, form .actions li .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools form .actions li .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .modal-footer .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .modal-footer .table_tools_segmented_control a + .dropdown_menu_button, .modal-footer .btn-group form .actions li .btn + input, .modal-footer .btn-group form .actions .scopes li.scope > a + input, .scopes .modal-footer .btn-group form .actions li.scope > a + input, .modal-footer .btn-group form .actions li .table_tools .index + input, .table_tools .modal-footer .btn-group form .actions li .index + input, .modal-footer .table_tools .table_tools_segmented_control form .actions li .btn + input, .modal-footer .table_tools .table_tools_segmented_control form .actions .scopes li.scope > a + input, .scopes .modal-footer .table_tools .table_tools_segmented_control form .actions li.scope > a + input, .modal-footer .table_tools .table_tools_segmented_control form .actions li .index + input, .table_tools .modal-footer .table_tools_segmented_control form .actions li .btn + input, .table_tools .modal-footer .table_tools_segmented_control form .actions .scopes li.scope > a + input, .scopes .table_tools .modal-footer .table_tools_segmented_control form .actions li.scope > a + input, .table_tools .modal-footer .table_tools_segmented_control form .actions li .index + input, .modal-footer .btn-group form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + input, .modal-footer .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .modal-footer .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .modal-footer .btn-group form .actions li .dropdown_menu_button + input, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control form .actions li .dropdown_menu_button + input, form .actions li .modal-footer .btn-group .btn + input, form .actions li .modal-footer .btn-group .scopes li.scope > a + input, .scopes form .actions li .modal-footer .btn-group li.scope > a + input, form .actions li .modal-footer .btn-group .table_tools .index + input, .table_tools form .actions li .modal-footer .btn-group .index + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .btn + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + input, .scopes form .actions li .modal-footer .table_tools .table_tools_segmented_control li.scope > a + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .index + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .btn + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .scopes li.scope > a + input, .scopes .table_tools form .actions li .modal-footer .table_tools_segmented_control li.scope > a + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .index + input, form .actions li .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector form .actions li .modal-footer .btn-group .dropdown_menu_button + input, .table_tools .batch_actions_selector form .actions li .modal-footer .table_tools_segmented_control .dropdown_menu_button + input, .modal-footer .btn-group form .actions li input + input, .modal-footer .table_tools .table_tools_segmented_control form .actions li input + input, .table_tools .modal-footer .table_tools_segmented_control form .actions li input + input, form .actions li .modal-footer .btn-group input + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control input + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control input + input, .modal-footer .btn-group form .actions li a + input, .modal-footer .table_tools .table_tools_segmented_control form .actions li a + input, .table_tools .modal-footer .table_tools_segmented_control form .actions li a + input, form .actions li .modal-footer .btn-group a + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control a + input, .modal-footer .btn-group form .actions li .btn + a, .modal-footer .btn-group form .actions .scopes li.scope > a + a, .scopes .modal-footer .btn-group form .actions li.scope > a + a, .modal-footer .btn-group form .actions li .table_tools .index + a, .table_tools .modal-footer .btn-group form .actions li .index + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li .btn + a, .modal-footer .table_tools .table_tools_segmented_control form .actions .scopes li.scope > a + a, .scopes .modal-footer .table_tools .table_tools_segmented_control form .actions li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li .index + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li .btn + a, .table_tools .modal-footer .table_tools_segmented_control form .actions .scopes li.scope > a + a, .scopes .table_tools .modal-footer .table_tools_segmented_control form .actions li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li .index + a, .modal-footer .btn-group form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .btn-group form .actions li .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control form .actions li .dropdown_menu_button + a, form .actions li .modal-footer .btn-group .btn + a, form .actions li .modal-footer .btn-group .scopes li.scope > a + a, .scopes form .actions li .modal-footer .btn-group li.scope > a + a, form .actions li .modal-footer .btn-group .table_tools .index + a, .table_tools form .actions li .modal-footer .btn-group .index + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .btn + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes form .actions li .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .index + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .btn + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools form .actions li .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .index + a, form .actions li .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector form .actions li .modal-footer .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector form .actions li .modal-footer .table_tools_segmented_control .dropdown_menu_button + a, .modal-footer .btn-group form .actions li input + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li input + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li input + a, form .actions li .modal-footer .btn-group input + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control input + a, .modal-footer .btn-group form .actions li a + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li a + a, form .actions li .modal-footer .btn-group a + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control a + a, .modal-footer .btn-group .member_link + .btn, .modal-footer .btn-group .scopes li.scope > .member_link + a, .scopes .modal-footer .btn-group li.scope > .member_link + a, .modal-footer .btn-group .table_tools .member_link + .index, .table_tools .modal-footer .btn-group .member_link + .index, .modal-footer .table_tools .table_tools_segmented_control .member_link + .btn, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > .member_link + a, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > .member_link + a, .modal-footer .table_tools .table_tools_segmented_control .member_link + .index, .table_tools .modal-footer .table_tools_segmented_control .member_link + .btn, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > .member_link + a, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > .member_link + a, .table_tools .modal-footer .table_tools_segmented_control .member_link + .index, .modal-footer .btn-group .table_tools .batch_actions_selector .member_link + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .member_link + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .member_link + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .member_link + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .member_link + .dropdown_menu_button, .modal-footer .btn-group form .actions li .member_link + input, .modal-footer .table_tools .table_tools_segmented_control form .actions li .member_link + input, .table_tools .modal-footer .table_tools_segmented_control form .actions li .member_link + input, form .actions li .modal-footer .btn-group .member_link + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .member_link + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .member_link + input, .modal-footer .btn-group form .actions li .member_link + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li .member_link + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li .member_link + a, form .actions li .modal-footer .btn-group .member_link + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .member_link + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .member_link + a, .modal-footer .btn-group .ui-sortable-handle + .btn, .modal-footer .btn-group .scopes li.scope > .ui-sortable-handle + a, .scopes .modal-footer .btn-group li.scope > .ui-sortable-handle + a, .modal-footer .btn-group .table_tools .ui-sortable-handle + .index, .table_tools .modal-footer .btn-group .ui-sortable-handle + .index, .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + .btn, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > .ui-sortable-handle + a, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > .ui-sortable-handle + a, .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + .index, .table_tools .modal-footer .table_tools_segmented_control .ui-sortable-handle + .btn, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > .ui-sortable-handle + a, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > .ui-sortable-handle + a, .table_tools .modal-footer .table_tools_segmented_control .ui-sortable-handle + .index, .modal-footer .btn-group .table_tools .batch_actions_selector .ui-sortable-handle + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .ui-sortable-handle + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .ui-sortable-handle + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .ui-sortable-handle + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .ui-sortable-handle + .dropdown_menu_button, .modal-footer .btn-group form .actions li .ui-sortable-handle + input, .modal-footer .table_tools .table_tools_segmented_control form .actions li .ui-sortable-handle + input, .table_tools .modal-footer .table_tools_segmented_control form .actions li .ui-sortable-handle + input, form .actions li .modal-footer .btn-group .ui-sortable-handle + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .ui-sortable-handle + input, .modal-footer .btn-group form .actions li .ui-sortable-handle + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li .ui-sortable-handle + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li .ui-sortable-handle + a, form .actions li .modal-footer .btn-group .ui-sortable-handle + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .ui-sortable-handle + a, .modal-footer .btn-group .btn + .member_link, .modal-footer .btn-group .scopes li.scope > a + .member_link, .scopes .modal-footer .btn-group li.scope > a + .member_link, .modal-footer .btn-group .table_tools .index + .member_link, .table_tools .modal-footer .btn-group .index + .member_link, .modal-footer .table_tools .table_tools_segmented_control .btn + .member_link, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + .member_link, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > a + .member_link, .modal-footer .table_tools .table_tools_segmented_control .index + .member_link, .table_tools .modal-footer .table_tools_segmented_control .btn + .member_link, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > a + .member_link, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > a + .member_link, .table_tools .modal-footer .table_tools_segmented_control .index + .member_link, .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .member_link, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .member_link, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .member_link, .table_tools .batch_actions_selector .modal-footer .btn-group .dropdown_menu_button + .member_link, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .dropdown_menu_button + .member_link, .modal-footer .btn-group form .actions li input + .member_link, .modal-footer .table_tools .table_tools_segmented_control form .actions li input + .member_link, .table_tools .modal-footer .table_tools_segmented_control form .actions li input + .member_link, form .actions li .modal-footer .btn-group input + .member_link, form .actions li .modal-footer .table_tools .table_tools_segmented_control input + .member_link, .table_tools form .actions li .modal-footer .table_tools_segmented_control input + .member_link, .modal-footer .btn-group form .actions li a + .member_link, .modal-footer .table_tools .table_tools_segmented_control form .actions li a + .member_link, .table_tools .modal-footer .table_tools_segmented_control form .actions li a + .member_link, form .actions li .modal-footer .btn-group a + .member_link, form .actions li .modal-footer .table_tools .table_tools_segmented_control a + .member_link, .table_tools form .actions li .modal-footer .table_tools_segmented_control a + .member_link, .modal-footer .btn-group .member_link + .member_link, .modal-footer .table_tools .table_tools_segmented_control .member_link + .member_link, .table_tools .modal-footer .table_tools_segmented_control .member_link + .member_link, .modal-footer .btn-group .ui-sortable-handle + .member_link, .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + .member_link, .table_tools .modal-footer .table_tools_segmented_control .ui-sortable-handle + .member_link, .modal-footer .btn-group .btn + .ui-sortable-handle, .modal-footer .btn-group .scopes li.scope > a + .ui-sortable-handle, .scopes .modal-footer .btn-group li.scope > a + .ui-sortable-handle, .modal-footer .btn-group .table_tools .index + .ui-sortable-handle, .table_tools .modal-footer .btn-group .index + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .btn + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + .ui-sortable-handle, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > a + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .index + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .btn + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > a + .ui-sortable-handle, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > a + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .index + .ui-sortable-handle, .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .ui-sortable-handle, .table_tools .batch_actions_selector .modal-footer .btn-group .dropdown_menu_button + .ui-sortable-handle, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .dropdown_menu_button + .ui-sortable-handle, .modal-footer .btn-group form .actions li input + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control form .actions li input + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control form .actions li input + .ui-sortable-handle, form .actions li .modal-footer .btn-group input + .ui-sortable-handle, form .actions li .modal-footer .table_tools .table_tools_segmented_control input + .ui-sortable-handle, .table_tools form .actions li .modal-footer .table_tools_segmented_control input + .ui-sortable-handle, .modal-footer .btn-group form .actions li a + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control form .actions li a + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control form .actions li a + .ui-sortable-handle, form .actions li .modal-footer .btn-group a + .ui-sortable-handle, form .actions li .modal-footer .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools form .actions li .modal-footer .table_tools_segmented_control a + .ui-sortable-handle, .modal-footer .btn-group .member_link + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .member_link + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .member_link + .ui-sortable-handle, .modal-footer .btn-group .ui-sortable-handle + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .ui-sortable-handle + .ui-sortable-handle, .modal-footer .btn-group ul.scopes li.scope a + .btn, .modal-footer .btn-group ul.scopes li.scope > a + a, .modal-footer .btn-group ul.scopes li.scope .table_tools a + .index, .table_tools .modal-footer .btn-group ul.scopes li.scope a + .index, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + .btn, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + .index, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope a + .btn, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope a + .index, .modal-footer .btn-group ul.scopes li.scope .table_tools .batch_actions_selector a + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group ul.scopes li.scope a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control ul.scopes li.scope a + .dropdown_menu_button, .modal-footer .btn-group ul.scopes form .actions li.scope a + input, .modal-footer .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope a + input, .table_tools .modal-footer .table_tools_segmented_control ul.scopes form .actions li.scope a + input, form .actions .modal-footer .btn-group ul.scopes li.scope a + input, form .actions .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + input, .table_tools form .actions .modal-footer .table_tools_segmented_control ul.scopes li.scope a + input, .modal-footer .btn-group ul.scopes form .actions li.scope a + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope a + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes form .actions li.scope a + a, form .actions .modal-footer .btn-group ul.scopes li.scope a + a, form .actions .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, .table_tools form .actions .modal-footer .table_tools_segmented_control ul.scopes li.scope a + a, .modal-footer .btn-group ul.scopes li.scope a + .member_link, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + .member_link, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope a + .member_link, .modal-footer .btn-group ul.scopes li.scope a + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope a + .ui-sortable-handle, ul.scopes li.scope .modal-footer .btn-group a + .btn, ul.scopes li.scope .modal-footer .btn-group li.scope > a + a, ul.scopes li.scope .modal-footer .btn-group .table_tools a + .index, .table_tools ul.scopes li.scope .modal-footer .btn-group a + .index, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + .btn, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + .index, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control a + .btn, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control a + .index, ul.scopes li.scope .modal-footer .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .modal-footer .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .modal-footer .table_tools_segmented_control a + .dropdown_menu_button, ul.scopes form .actions li.scope .modal-footer .btn-group a + input, ul.scopes form .actions li.scope .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools ul.scopes form .actions li.scope .modal-footer .table_tools_segmented_control a + input, form .actions ul.scopes li.scope .modal-footer .btn-group a + input, form .actions ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools form .actions ul.scopes li.scope .modal-footer .table_tools_segmented_control a + input, ul.scopes form .actions li.scope .modal-footer .btn-group a + a, ul.scopes form .actions li.scope .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools ul.scopes form .actions li.scope .modal-footer .table_tools_segmented_control a + a, form .actions ul.scopes li.scope .modal-footer .btn-group a + a, form .actions ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools form .actions ul.scopes li.scope .modal-footer .table_tools_segmented_control a + a, ul.scopes li.scope .modal-footer .btn-group a + .member_link, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + .member_link, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control a + .member_link, ul.scopes li.scope .modal-footer .btn-group a + .ui-sortable-handle, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control a + .ui-sortable-handle, .modal-footer .btn-group ul.scopes li.scope .btn + a, .modal-footer .btn-group ul.scopes li.scope > a + a, .modal-footer .btn-group ul.scopes li.scope .table_tools .index + a, .table_tools .modal-footer .btn-group ul.scopes li.scope .index + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope .btn + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope .index + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope .btn + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope .index + a, .modal-footer .btn-group ul.scopes li.scope .table_tools .batch_actions_selector .dropdown_menu_button + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .btn-group ul.scopes li.scope .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control ul.scopes li.scope .dropdown_menu_button + a, .modal-footer .btn-group ul.scopes form .actions li.scope input + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope input + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes form .actions li.scope input + a, form .actions .modal-footer .btn-group ul.scopes li.scope input + a, form .actions .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope input + a, .table_tools form .actions .modal-footer .table_tools_segmented_control ul.scopes li.scope input + a, .modal-footer .btn-group ul.scopes form .actions li.scope a + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope a + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes form .actions li.scope a + a, form .actions .modal-footer .btn-group ul.scopes li.scope a + a, form .actions .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, .table_tools form .actions .modal-footer .table_tools_segmented_control ul.scopes li.scope a + a, .modal-footer .btn-group ul.scopes li.scope .member_link + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope .member_link + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope .member_link + a, .modal-footer .btn-group ul.scopes li.scope .ui-sortable-handle + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope .ui-sortable-handle + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope .ui-sortable-handle + a, ul.scopes li.scope .modal-footer .btn-group .btn + a, ul.scopes li.scope .modal-footer .btn-group li.scope > a + a, ul.scopes li.scope .modal-footer .btn-group .table_tools .index + a, .table_tools ul.scopes li.scope .modal-footer .btn-group .index + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control .btn + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control .index + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control .btn + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control .index + a, ul.scopes li.scope .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector ul.scopes li.scope .modal-footer .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector ul.scopes li.scope .modal-footer .table_tools_segmented_control .dropdown_menu_button + a, ul.scopes form .actions li.scope .modal-footer .btn-group input + a, ul.scopes form .actions li.scope .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools ul.scopes form .actions li.scope .modal-footer .table_tools_segmented_control input + a, form .actions ul.scopes li.scope .modal-footer .btn-group input + a, form .actions ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools form .actions ul.scopes li.scope .modal-footer .table_tools_segmented_control input + a, ul.scopes form .actions li.scope .modal-footer .btn-group a + a, ul.scopes form .actions li.scope .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools ul.scopes form .actions li.scope .modal-footer .table_tools_segmented_control a + a, form .actions ul.scopes li.scope .modal-footer .btn-group a + a, form .actions ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools form .actions ul.scopes li.scope .modal-footer .table_tools_segmented_control a + a, ul.scopes li.scope .modal-footer .btn-group .member_link + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control .member_link + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control .member_link + a, ul.scopes li.scope .modal-footer .btn-group .ui-sortable-handle + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control .ui-sortable-handle + a, .modal-footer .btn-group ul.scopes li.scope a + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope a + a, ul.scopes li.scope .modal-footer .btn-group a + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control a + a, .modal-footer .btn-group .filter_form .buttons input + .btn, .modal-footer .btn-group .filter_form .buttons .scopes li.scope > input + a, .scopes .modal-footer .btn-group .filter_form .buttons li.scope > input + a, .modal-footer .btn-group .filter_form .buttons .table_tools input + .index, .table_tools .modal-footer .btn-group .filter_form .buttons input + .index, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + .btn, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > input + a, .scopes .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > input + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + .index, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons input + .btn, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .scopes li.scope > input + a, .scopes .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons li.scope > input + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons input + .index, .modal-footer .btn-group .filter_form .buttons .table_tools .batch_actions_selector input + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .filter_form .buttons input + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .filter_form .buttons input + .dropdown_menu_button, .modal-footer .btn-group .filter_form .buttons form .actions li input + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li input + input, form .actions li .modal-footer .btn-group .filter_form .buttons input + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons input + input, .modal-footer .btn-group .filter_form .buttons form .actions li input + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li input + a, form .actions li .modal-footer .btn-group .filter_form .buttons input + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons input + a, .modal-footer .btn-group .filter_form .buttons input + .member_link, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + .member_link, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons input + .member_link, .modal-footer .btn-group .filter_form .buttons input + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons input + .ui-sortable-handle, .modal-footer .btn-group .filter_form .buttons ul.scopes li.scope input + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons ul.scopes li.scope input + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons ul.scopes li.scope input + a, .filter_form .buttons .modal-footer .btn-group input + .btn, .filter_form .buttons .modal-footer .btn-group .scopes li.scope > input + a, .scopes .filter_form .buttons .modal-footer .btn-group li.scope > input + a, .filter_form .buttons .modal-footer .btn-group .table_tools input + .index, .table_tools .filter_form .buttons .modal-footer .btn-group input + .index, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + .btn, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > input + a, .scopes .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control li.scope > input + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + .index, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control input + .btn, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .scopes li.scope > input + a, .scopes .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control li.scope > input + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control input + .index, .filter_form .buttons .modal-footer .btn-group .table_tools .batch_actions_selector input + .dropdown_menu_button, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .btn-group input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .table_tools_segmented_control input + .dropdown_menu_button, .filter_form .buttons .modal-footer .btn-group form .actions li input + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li input + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li input + input, form .actions li .filter_form .buttons .modal-footer .btn-group input + input, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + input, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control input + input, .filter_form .buttons .modal-footer .btn-group form .actions li input + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li input + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li input + a, form .actions li .filter_form .buttons .modal-footer .btn-group input + a, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control input + a, .filter_form .buttons .modal-footer .btn-group input + .member_link, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + .member_link, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control input + .member_link, .filter_form .buttons .modal-footer .btn-group input + .ui-sortable-handle, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + .ui-sortable-handle, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control input + .ui-sortable-handle, .filter_form .buttons .modal-footer .btn-group ul.scopes li.scope input + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope input + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control ul.scopes li.scope input + a, .modal-footer .btn-group .filter_form .buttons a + .btn, .modal-footer .btn-group .filter_form .buttons .scopes li.scope > a + a, .scopes .modal-footer .btn-group .filter_form .buttons li.scope > a + a, .modal-footer .btn-group .filter_form .buttons .table_tools a + .index, .table_tools .modal-footer .btn-group .filter_form .buttons a + .index, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + .btn, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + a, .scopes .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + .index, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons a + .btn, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + a, .scopes .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons a + .index, .modal-footer .btn-group .filter_form .buttons .table_tools .batch_actions_selector a + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .filter_form .buttons a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .filter_form .buttons a + .dropdown_menu_button, .modal-footer .btn-group .filter_form .buttons form .actions li a + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li a + input, form .actions li .modal-footer .btn-group .filter_form .buttons a + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons a + input, .modal-footer .btn-group .filter_form .buttons form .actions li a + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li a + a, form .actions li .modal-footer .btn-group .filter_form .buttons a + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons a + a, .modal-footer .btn-group .filter_form .buttons a + .member_link, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + .member_link, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons a + .member_link, .modal-footer .btn-group .filter_form .buttons a + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons a + .ui-sortable-handle, .filter_form .buttons .modal-footer .btn-group a + .btn, .filter_form .buttons .modal-footer .btn-group .scopes li.scope > a + a, .scopes .filter_form .buttons .modal-footer .btn-group li.scope > a + a, .filter_form .buttons .modal-footer .btn-group .table_tools a + .index, .table_tools .filter_form .buttons .modal-footer .btn-group a + .index, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + .btn, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + .index, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control a + .btn, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control a + .index, .filter_form .buttons .modal-footer .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .table_tools_segmented_control a + .dropdown_menu_button, .filter_form .buttons .modal-footer .btn-group form .actions li a + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li a + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li a + input, form .actions li .filter_form .buttons .modal-footer .btn-group a + input, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control a + input, .filter_form .buttons .modal-footer .btn-group form .actions li a + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li a + a, form .actions li .filter_form .buttons .modal-footer .btn-group a + a, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control a + a, .filter_form .buttons .modal-footer .btn-group a + .member_link, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + .member_link, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control a + .member_link, .filter_form .buttons .modal-footer .btn-group a + .ui-sortable-handle, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control a + .ui-sortable-handle, .modal-footer .btn-group .filter_form .buttons .btn + input, .modal-footer .btn-group .filter_form .buttons .scopes li.scope > a + input, .scopes .modal-footer .btn-group .filter_form .buttons li.scope > a + input, .modal-footer .btn-group .filter_form .buttons .table_tools .index + input, .table_tools .modal-footer .btn-group .filter_form .buttons .index + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .btn + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + input, .scopes .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > a + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .index + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .btn + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + input, .scopes .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons li.scope > a + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .index + input, .modal-footer .btn-group .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .modal-footer .btn-group .filter_form .buttons .dropdown_menu_button + input, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .filter_form .buttons .dropdown_menu_button + input, .modal-footer .btn-group .filter_form .buttons form .actions li input + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li input + input, form .actions li .modal-footer .btn-group .filter_form .buttons input + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons input + input, .modal-footer .btn-group .filter_form .buttons form .actions li a + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li a + input, form .actions li .modal-footer .btn-group .filter_form .buttons a + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons a + input, .modal-footer .btn-group .filter_form .buttons .member_link + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .member_link + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .member_link + input, .modal-footer .btn-group .filter_form .buttons .ui-sortable-handle + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .ui-sortable-handle + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .ui-sortable-handle + input, .modal-footer .btn-group .filter_form .buttons ul.scopes li.scope a + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons ul.scopes li.scope a + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons ul.scopes li.scope a + input, .filter_form .buttons .modal-footer .btn-group .btn + input, .filter_form .buttons .modal-footer .btn-group .scopes li.scope > a + input, .scopes .filter_form .buttons .modal-footer .btn-group li.scope > a + input, .filter_form .buttons .modal-footer .btn-group .table_tools .index + input, .table_tools .filter_form .buttons .modal-footer .btn-group .index + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .btn + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + input, .scopes .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control li.scope > a + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .index + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .btn + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .scopes li.scope > a + input, .scopes .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control li.scope > a + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .index + input, .filter_form .buttons .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .btn-group .dropdown_menu_button + input, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .table_tools_segmented_control .dropdown_menu_button + input, .filter_form .buttons .modal-footer .btn-group form .actions li input + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li input + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li input + input, form .actions li .filter_form .buttons .modal-footer .btn-group input + input, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + input, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control input + input, .filter_form .buttons .modal-footer .btn-group form .actions li a + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li a + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li a + input, form .actions li .filter_form .buttons .modal-footer .btn-group a + input, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control a + input, .filter_form .buttons .modal-footer .btn-group .member_link + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .member_link + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .member_link + input, .filter_form .buttons .modal-footer .btn-group .ui-sortable-handle + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .ui-sortable-handle + input, .filter_form .buttons .modal-footer .btn-group ul.scopes li.scope a + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control ul.scopes li.scope a + input, .modal-footer .btn-group .filter_form .buttons input + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons input + input, .filter_form .buttons .modal-footer .btn-group input + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control input + input, .modal-footer .btn-group .filter_form .buttons a + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons a + input, .filter_form .buttons .modal-footer .btn-group a + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control a + input, .modal-footer .btn-group .filter_form .buttons .btn + a, .modal-footer .btn-group .filter_form .buttons .scopes li.scope > a + a, .scopes .modal-footer .btn-group .filter_form .buttons li.scope > a + a, .modal-footer .btn-group .filter_form .buttons .table_tools .index + a, .table_tools .modal-footer .btn-group .filter_form .buttons .index + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .btn + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + a, .scopes .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .index + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .btn + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + a, .scopes .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .index + a, .modal-footer .btn-group .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .btn-group .filter_form .buttons .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .filter_form .buttons .dropdown_menu_button + a, .modal-footer .btn-group .filter_form .buttons form .actions li input + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li input + a, form .actions li .modal-footer .btn-group .filter_form .buttons input + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons input + a, .modal-footer .btn-group .filter_form .buttons form .actions li a + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li a + a, form .actions li .modal-footer .btn-group .filter_form .buttons a + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons a + a, .modal-footer .btn-group .filter_form .buttons .member_link + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .member_link + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .member_link + a, .modal-footer .btn-group .filter_form .buttons .ui-sortable-handle + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .ui-sortable-handle + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .ui-sortable-handle + a, .filter_form .buttons .modal-footer .btn-group .btn + a, .filter_form .buttons .modal-footer .btn-group .scopes li.scope > a + a, .scopes .filter_form .buttons .modal-footer .btn-group li.scope > a + a, .filter_form .buttons .modal-footer .btn-group .table_tools .index + a, .table_tools .filter_form .buttons .modal-footer .btn-group .index + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .btn + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .index + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .btn + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .index + a, .filter_form .buttons .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .table_tools_segmented_control .dropdown_menu_button + a, .filter_form .buttons .modal-footer .btn-group form .actions li input + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li input + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li input + a, form .actions li .filter_form .buttons .modal-footer .btn-group input + a, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control input + a, .filter_form .buttons .modal-footer .btn-group form .actions li a + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li a + a, form .actions li .filter_form .buttons .modal-footer .btn-group a + a, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control a + a, .filter_form .buttons .modal-footer .btn-group .member_link + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .member_link + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .member_link + a, .filter_form .buttons .modal-footer .btn-group .ui-sortable-handle + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .ui-sortable-handle + a, .modal-footer .btn-group .filter_form .buttons input + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons input + a, .filter_form .buttons .modal-footer .btn-group input + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control input + a, .modal-footer .btn-group .filter_form .buttons a + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons a + a, .filter_form .buttons .modal-footer .btn-group a + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control a + a, .modal-footer .btn-group #title_bar .action_item a + .btn, .modal-footer .btn-group #title_bar .action_item .scopes li.scope > a + a, .scopes .modal-footer .btn-group #title_bar .action_item li.scope > a + a, .modal-footer .btn-group #title_bar .action_item .table_tools a + .index, .table_tools .modal-footer .btn-group #title_bar .action_item a + .index, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + .btn, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .scopes li.scope > a + a, .scopes .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + .index, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item a + .btn, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .scopes li.scope > a + a, .scopes .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item a + .index, .modal-footer .btn-group #title_bar .action_item .table_tools .batch_actions_selector a + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group #title_bar .action_item a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control #title_bar .action_item a + .dropdown_menu_button, .modal-footer .btn-group #title_bar .action_item form .actions li a + input, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li a + input, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item form .actions li a + input, form .actions li .modal-footer .btn-group #title_bar .action_item a + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control #title_bar .action_item a + input, .modal-footer .btn-group #title_bar .action_item form .actions li a + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li a + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item form .actions li a + a, form .actions li .modal-footer .btn-group #title_bar .action_item a + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control #title_bar .action_item a + a, .modal-footer .btn-group #title_bar .action_item a + .member_link, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + .member_link, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item a + .member_link, .modal-footer .btn-group #title_bar .action_item a + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item a + .ui-sortable-handle, .modal-footer .btn-group #title_bar .action_item ul.scopes li.scope a + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item ul.scopes li.scope a + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item ul.scopes li.scope a + a, .modal-footer .btn-group #title_bar .action_item .filter_form .buttons a + input, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .filter_form .buttons a + input, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .filter_form .buttons a + input, .filter_form .buttons .modal-footer .btn-group #title_bar .action_item a + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control #title_bar .action_item a + input, .modal-footer .btn-group #title_bar .action_item .filter_form .buttons a + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .filter_form .buttons a + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .filter_form .buttons a + a, #title_bar .action_item .modal-footer .btn-group a + .btn, #title_bar .action_item .modal-footer .btn-group .scopes li.scope > a + a, .scopes #title_bar .action_item .modal-footer .btn-group li.scope > a + a, #title_bar .action_item .modal-footer .btn-group .table_tools a + .index, .table_tools #title_bar .action_item .modal-footer .btn-group a + .index, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + .btn, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + .index, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control a + .btn, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control a + .index, #title_bar .action_item .modal-footer .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .modal-footer .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .modal-footer .table_tools_segmented_control a + .dropdown_menu_button, #title_bar .action_item .modal-footer .btn-group form .actions li a + input, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control form .actions li a + input, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control form .actions li a + input, form .actions li #title_bar .action_item .modal-footer .btn-group a + input, form .actions li #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li #title_bar .action_item .modal-footer .table_tools_segmented_control a + input, #title_bar .action_item .modal-footer .btn-group form .actions li a + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control form .actions li a + a, form .actions li #title_bar .action_item .modal-footer .btn-group a + a, form .actions li #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li #title_bar .action_item .modal-footer .table_tools_segmented_control a + a, #title_bar .action_item .modal-footer .btn-group a + .member_link, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + .member_link, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control a + .member_link, #title_bar .action_item .modal-footer .btn-group a + .ui-sortable-handle, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control a + .ui-sortable-handle, #title_bar .action_item .modal-footer .btn-group ul.scopes li.scope a + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control ul.scopes li.scope a + a, #title_bar .action_item .modal-footer .btn-group .filter_form .buttons a + input, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .filter_form .buttons a + input, .filter_form .buttons #title_bar .action_item .modal-footer .btn-group a + input, .filter_form .buttons #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools .filter_form .buttons #title_bar .action_item .modal-footer .table_tools_segmented_control a + input, #title_bar .action_item .modal-footer .btn-group .filter_form .buttons a + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .filter_form .buttons a + a, .modal-footer .btn-group #title_bar .action_item .btn + a, .modal-footer .btn-group #title_bar .action_item .scopes li.scope > a + a, .scopes .modal-footer .btn-group #title_bar .action_item li.scope > a + a, .modal-footer .btn-group #title_bar .action_item .table_tools .index + a, .table_tools .modal-footer .btn-group #title_bar .action_item .index + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .btn + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .scopes li.scope > a + a, .scopes .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .index + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .btn + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .scopes li.scope > a + a, .scopes .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .index + a, .modal-footer .btn-group #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_button + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .btn-group #title_bar .action_item .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control #title_bar .action_item .dropdown_menu_button + a, .modal-footer .btn-group #title_bar .action_item form .actions li input + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li input + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item form .actions li input + a, form .actions li .modal-footer .btn-group #title_bar .action_item input + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item input + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control #title_bar .action_item input + a, .modal-footer .btn-group #title_bar .action_item form .actions li a + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li a + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item form .actions li a + a, form .actions li .modal-footer .btn-group #title_bar .action_item a + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control #title_bar .action_item a + a, .modal-footer .btn-group #title_bar .action_item .member_link + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .member_link + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .member_link + a, .modal-footer .btn-group #title_bar .action_item .ui-sortable-handle + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .ui-sortable-handle + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .ui-sortable-handle + a, .modal-footer .btn-group #title_bar .action_item .filter_form .buttons input + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .filter_form .buttons input + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .filter_form .buttons input + a, .filter_form .buttons .modal-footer .btn-group #title_bar .action_item input + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item input + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control #title_bar .action_item input + a, #title_bar .action_item .modal-footer .btn-group .btn + a, #title_bar .action_item .modal-footer .btn-group .scopes li.scope > a + a, .scopes #title_bar .action_item .modal-footer .btn-group li.scope > a + a, #title_bar .action_item .modal-footer .btn-group .table_tools .index + a, .table_tools #title_bar .action_item .modal-footer .btn-group .index + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .btn + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .index + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .btn + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .index + a, #title_bar .action_item .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector #title_bar .action_item .modal-footer .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector #title_bar .action_item .modal-footer .table_tools_segmented_control .dropdown_menu_button + a, #title_bar .action_item .modal-footer .btn-group form .actions li input + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control form .actions li input + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control form .actions li input + a, form .actions li #title_bar .action_item .modal-footer .btn-group input + a, form .actions li #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li #title_bar .action_item .modal-footer .table_tools_segmented_control input + a, #title_bar .action_item .modal-footer .btn-group form .actions li a + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control form .actions li a + a, form .actions li #title_bar .action_item .modal-footer .btn-group a + a, form .actions li #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li #title_bar .action_item .modal-footer .table_tools_segmented_control a + a, #title_bar .action_item .modal-footer .btn-group .member_link + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .member_link + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .member_link + a, #title_bar .action_item .modal-footer .btn-group .ui-sortable-handle + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .ui-sortable-handle + a, #title_bar .action_item .modal-footer .btn-group .filter_form .buttons input + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .filter_form .buttons input + a, .filter_form .buttons #title_bar .action_item .modal-footer .btn-group input + a, .filter_form .buttons #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools .filter_form .buttons #title_bar .action_item .modal-footer .table_tools_segmented_control input + a, .modal-footer .btn-group #title_bar .action_item a + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item a + a, #title_bar .action_item .modal-footer .btn-group a + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control a + a {
  margin-left: -1px;
}

/* line 119, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block, .modal-footer #login #admin_user_submit_action + .btn-block, #login .modal-footer #admin_user_submit_action + .btn-block, .modal-footer #login input[type="submit"] + .btn-block, #login .modal-footer input[type="submit"] + .btn-block, .modal-footer #login .btn-block + #admin_user_submit_action, #login .modal-footer .btn-block + #admin_user_submit_action, .modal-footer #login #admin_user_submit_action + #admin_user_submit_action, #login .modal-footer #admin_user_submit_action + #admin_user_submit_action, .modal-footer #login input[type="submit"] + #admin_user_submit_action, #login .modal-footer input[type="submit"] + #admin_user_submit_action, .modal-footer #login .btn-block + input[type="submit"], #login .modal-footer .btn-block + input[type="submit"], .modal-footer #login #admin_user_submit_action + input[type="submit"], #login .modal-footer #admin_user_submit_action + input[type="submit"], .modal-footer #login input[type="submit"] + input[type="submit"], #login .modal-footer input[type="submit"] + input[type="submit"] {
  margin-left: 0;
}

/* line 125, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 124, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right, .table_tools .carousel-inner > .item.right.index.selected, #header .header-item.tabs .carousel-inner > li.item.right.current {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left, .table_tools .carousel-inner > .item.left.index.selected, #header .header-item.tabs .carousel-inner > li.item.left.current {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active, .table_tools .carousel-inner > .item.index.selected, #header .header-item.tabs .carousel-inner > li.item.current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active, .table_tools .carousel-inner > .index.selected, #header .header-item.tabs .carousel-inner > li.current,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active, .table_tools .carousel-inner > .index.selected, #header .header-item.tabs .carousel-inner > li.current {
  left: 0;
}

/* line 63, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left, .table_tools .carousel-inner > .left.index.selected, #header .header-item.tabs .carousel-inner > li.left.current {
  left: -100%;
}

/* line 84, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right, .table_tools .carousel-inner > .right.index.selected, #header .header-item.tabs .carousel-inner > li.right.current {
  left: 100%;
}

/* line 93, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 119, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 128, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 138, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 184, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 207, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active, .carousel-indicators .table_tools .index.selected, .table_tools .carousel-indicators .index.selected, .carousel-indicators #header .header-item.tabs li.current, #header .header-item.tabs .carousel-indicators li.current {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 230, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn, .carousel-caption .scopes li.scope > a, .scopes .carousel-caption li.scope > a, .carousel-caption .table_tools .index, .table_tools .carousel-caption .index, .carousel-caption .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector .carousel-caption .dropdown_menu_button, .carousel-caption form .actions li input, form .actions li .carousel-caption input, .carousel-caption form .actions li a, form .actions li .carousel-caption a, .carousel-caption .member_link, .carousel-caption .ui-sortable-handle, .carousel-caption ul.scopes li.scope a, ul.scopes li.scope .carousel-caption a, .carousel-caption .filter_form .buttons input, .filter_form .buttons .carousel-caption input, .carousel-caption .filter_form .buttons a, .filter_form .buttons .carousel-caption a, .carousel-caption #title_bar .action_item a, #title_bar .action_item .carousel-caption a {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 250, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, #title_bar:before, .clearfix:after, #title_bar:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after, #title_bar:after {
  clear: both;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right, #title_bar #titlebar_right {
  float: right !important;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left, #title_bar #titlebar_left {
  float: left !important;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 121, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 165, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 305, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend, legend.label {
  border: 0;
  padding: 0;
}

/* line 399, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar, #header {
    display: none;
  }
  /* line 77, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret, .scopes li.scope > a > .caret, .table_tools .index > .caret, .table_tools .batch_actions_selector .btn > .dropdown_menu_button:after, .table_tools .batch_actions_selector .scopes li.scope > a > .dropdown_menu_button:after, .scopes .table_tools .batch_actions_selector li.scope > a > .dropdown_menu_button:after, .table_tools .batch_actions_selector .index > .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropdown_menu_button > .caret, .table_tools .batch_actions_selector .dropdown_menu_button > .dropdown_menu_button:after, form .actions li input > .caret, form .actions li .table_tools .batch_actions_selector input > .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li input > .dropdown_menu_button:after, form .actions li a > .caret, form .actions li .table_tools .batch_actions_selector a > .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li a > .dropdown_menu_button:after, .member_link > .caret, .table_tools .batch_actions_selector .member_link > .dropdown_menu_button:after, .ui-sortable-handle > .caret, .table_tools .batch_actions_selector .ui-sortable-handle > .dropdown_menu_button:after, ul.scopes li.scope a > .caret, ul.scopes li.scope .table_tools .batch_actions_selector a > .dropdown_menu_button:after, .table_tools .batch_actions_selector ul.scopes li.scope a > .dropdown_menu_button:after, .filter_form .buttons input > .caret, .filter_form .buttons .table_tools .batch_actions_selector input > .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons input > .dropdown_menu_button:after, .filter_form .buttons a > .caret, .filter_form .buttons .table_tools .batch_actions_selector a > .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons a > .dropdown_menu_button:after, #title_bar .action_item a > .caret, #title_bar .action_item .table_tools .batch_actions_selector a > .dropdown_menu_button:after, .table_tools .batch_actions_selector #title_bar .action_item a > .dropdown_menu_button:after,
.dropup > .btn > .caret,
.table_tools .dropup > .index > .caret,
.table_tools .batch_actions_selector .dropup > .btn > .dropdown_menu_button:after,
.table_tools .batch_actions_selector .dropup > .index > .dropdown_menu_button:after,
.table_tools .batch_actions_selector .dropup > .dropdown_menu_button > .caret,
.table_tools .batch_actions_selector .dropup > .dropdown_menu_button > .dropdown_menu_button:after,
form .actions li .dropup > input > .caret,
form .actions li .table_tools .batch_actions_selector .dropup > input > .dropdown_menu_button:after,
.table_tools .batch_actions_selector form .actions li .dropup > input > .dropdown_menu_button:after,
form .actions li .dropup > a > .caret,
form .actions li .table_tools .batch_actions_selector .dropup > a > .dropdown_menu_button:after,
.table_tools .batch_actions_selector form .actions li .dropup > a > .dropdown_menu_button:after,
.dropup > .member_link > .caret,
.table_tools .batch_actions_selector .dropup > .member_link > .dropdown_menu_button:after,
.dropup > .ui-sortable-handle > .caret,
.table_tools .batch_actions_selector .dropup > .ui-sortable-handle > .dropdown_menu_button:after,
ul.scopes li.scope .dropup > a > .caret,
ul.scopes li.scope .table_tools .batch_actions_selector .dropup > a > .dropdown_menu_button:after,
.table_tools .batch_actions_selector ul.scopes li.scope .dropup > a > .dropdown_menu_button:after,
.filter_form .buttons .dropup > input > .caret,
.filter_form .buttons .table_tools .batch_actions_selector .dropup > input > .dropdown_menu_button:after,
.table_tools .batch_actions_selector .filter_form .buttons .dropup > input > .dropdown_menu_button:after,
.filter_form .buttons .dropup > a > .caret,
.filter_form .buttons .table_tools .batch_actions_selector .dropup > a > .dropdown_menu_button:after,
.table_tools .batch_actions_selector .filter_form .buttons .dropup > a > .dropdown_menu_button:after,
#title_bar .action_item .dropup > a > .caret,
#title_bar .action_item .table_tools .batch_actions_selector .dropup > a > .dropdown_menu_button:after,
.table_tools .batch_actions_selector #title_bar .action_item .dropup > a > .dropdown_menu_button:after {
    border-top-color: #000 !important;
  }
  /* line 81, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table, .attributes_table table, .index_table, #main_content table {
    border-collapse: collapse !important;
  }
  /* line 88, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td, .attributes_table table td, .index_table td, #main_content table td,
.table th,
.attributes_table table th,
.index_table th,
#main_content table th {
    background-color: #fff !important;
  }
  /* line 94, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-403acfcf0cbaebd1c28b404eec442cea53642644b3a73f91c5a4ab46859af772.woff2) format("woff2"), url(/assets/bootstrap/glyphicons-halflings-regular-0703369a358a012c0011843ae337a8a20270c336948a8668df5cb89a8827299b.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-7c9caa5f4e16169b0129fdf93c84e85ad14d6c107eb1b0ad60b542daf01ee1f0.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-22d0c88a49d7d0ebe45627143a601061a32a46a9b9afd2dc7f457436f5f15f6e.svg#glyphicons_halflingsregular) format("svg");
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon, .member_link, .ui-sortable-handle {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before, .edit_link:before {
  content: "\270f";
}

/* line 45, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before, .view_link:before {
  content: "\e003";
}

/* line 48, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before, .delete_link:before {
  content: "\e020";
}

/* line 64, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before, .ui-sortable-handle:before {
  content: "\e150";
}

/* line 189, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 52, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 58, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 153, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 250, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

/* line 265, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right,
#title_bar blockquote#titlebar_right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 286, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
#title_bar blockquote#titlebar_right footer:before,
blockquote.pull-right small:before,
#title_bar blockquote#titlebar_right small:before,
blockquote.pull-right .small:before,
#title_bar blockquote#titlebar_right .small:before {
  content: "";
}

/* line 287, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
#title_bar blockquote#titlebar_right footer:after,
blockquote.pull-right small:after,
#title_bar blockquote#titlebar_right small:after,
blockquote.pull-right .small:after,
#title_bar blockquote#titlebar_right .small:after {
  content: "\00A0 \2014";
}

/* line 294, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row, #active_admin_content {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, #active_admin_content:before, .row:after, #active_admin_content:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after, #active_admin_content:after {
  clear: both;
}

/* line 43, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, #header .header-item.tab, .col-md-3, #active_admin_content.with_sidebar #sidebar, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, #active_admin_content.without_sidebar #main_content_wrapper, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, #active_admin_content.with_sidebar #main_content_wrapper, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, #new_admin_user .inputs li, #edit_admin_user .inputs li, #new_step .inputs li, #edit_step .inputs li, #edit_timesheet_information .inputs li,
#new_timesheet_log .inputs li, #edit_timesheet_log .inputs li, #edit_followup .inputs li, .col-sm-12, #new_admin_user .inputs li:has(h4), #new_admin_user .inputs li:has(h5), #edit_admin_user .inputs li:has(h4), #edit_admin_user .inputs li:has(h5), #new_step .inputs li:has(h4), #new_step .inputs li:has(h5), #edit_step .inputs li:has(h4), #edit_step .inputs li:has(h5), #edit_timesheet_information .inputs li:has(h4), #edit_timesheet_information .inputs li:has(h5),
#new_timesheet_log .inputs li:has(h4),
#new_timesheet_log .inputs li:has(h5), #edit_timesheet_log .inputs li:has(h4), #edit_timesheet_log .inputs li:has(h5), #edit_followup .inputs li:has(h4), #edit_followup .inputs li:has(h5), .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, #new_admin_user .inputs li, #edit_admin_user .inputs li, #new_step .inputs li, #edit_step .inputs li, #edit_timesheet_information .inputs li,
#new_timesheet_log .inputs li, #edit_timesheet_log .inputs li, #edit_followup .inputs li {
  float: left;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12, #new_admin_user .inputs li, #edit_admin_user .inputs li, #new_step .inputs li, #edit_step .inputs li, #edit_timesheet_information .inputs li,
#new_timesheet_log .inputs li, #edit_timesheet_log .inputs li, #edit_followup .inputs li {
  width: 100%;
}

/* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, #header .header-item.tab, .col-sm-4, .col-sm-5, .col-sm-6, #new_admin_user .inputs li, #edit_admin_user .inputs li, #new_step .inputs li, #edit_step .inputs li, #edit_timesheet_information .inputs li,
#new_timesheet_log .inputs li, #edit_timesheet_log .inputs li, #edit_followup .inputs li, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, #new_admin_user .inputs li:has(h4), #new_admin_user .inputs li:has(h5), #edit_admin_user .inputs li:has(h4), #edit_admin_user .inputs li:has(h5), #new_step .inputs li:has(h4), #new_step .inputs li:has(h5), #edit_step .inputs li:has(h4), #edit_step .inputs li:has(h5), #edit_timesheet_information .inputs li:has(h4), #edit_timesheet_information .inputs li:has(h5),
#new_timesheet_log .inputs li:has(h4),
#new_timesheet_log .inputs li:has(h5), #edit_timesheet_log .inputs li:has(h4), #edit_timesheet_log .inputs li:has(h5), #edit_followup .inputs li:has(h4), #edit_followup .inputs li:has(h5) {
    float: left;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3, #header .header-item.tab {
    width: 25%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6, #new_admin_user .inputs li, #edit_admin_user .inputs li, #new_step .inputs li, #edit_step .inputs li, #edit_timesheet_information .inputs li,
#new_timesheet_log .inputs li, #edit_timesheet_log .inputs li, #edit_followup .inputs li {
    width: 50%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12, #new_admin_user .inputs li:has(h4), #new_admin_user .inputs li:has(h5), #edit_admin_user .inputs li:has(h4), #edit_admin_user .inputs li:has(h5), #new_step .inputs li:has(h4), #new_step .inputs li:has(h5), #edit_step .inputs li:has(h4), #edit_step .inputs li:has(h5), #edit_timesheet_information .inputs li:has(h4), #edit_timesheet_information .inputs li:has(h5),
#new_timesheet_log .inputs li:has(h4),
#new_timesheet_log .inputs li:has(h5), #edit_timesheet_log .inputs li:has(h4), #edit_timesheet_log .inputs li:has(h5), #edit_followup .inputs li:has(h4), #edit_followup .inputs li:has(h5) {
    width: 100%;
  }
  /* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, #active_admin_content.with_sidebar #sidebar, .col-md-4, .col-md-5, .col-md-6, #active_admin_content.without_sidebar #main_content_wrapper, .col-md-7, .col-md-8, .col-md-9, #active_admin_content.with_sidebar #main_content_wrapper, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3, #active_admin_content.with_sidebar #sidebar {
    width: 25%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6, #active_admin_content.without_sidebar #main_content_wrapper {
    width: 50%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9, #active_admin_content.with_sidebar #main_content_wrapper {
    width: 75%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 21, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 36, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table, .attributes_table table, .index_table, #main_content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 52, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th, .attributes_table table > thead > tr > th, .index_table > thead > tr > th, #main_content table > thead > tr > th,
.table > thead > tr > td,
.attributes_table table > thead > tr > td,
.index_table > thead > tr > td,
#main_content table > thead > tr > td,
.table > tbody > tr > th,
.attributes_table table > tbody > tr > th,
.index_table > tbody > tr > th,
#main_content table > tbody > tr > th,
.table > tbody > tr > td,
.attributes_table table > tbody > tr > td,
.index_table > tbody > tr > td,
#main_content table > tbody > tr > td,
.table > tfoot > tr > th,
.attributes_table table > tfoot > tr > th,
.index_table > tfoot > tr > th,
#main_content table > tfoot > tr > th,
.table > tfoot > tr > td,
.attributes_table table > tfoot > tr > td,
.index_table > tfoot > tr > td,
#main_content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 62, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th, .attributes_table table > thead > tr > th, .index_table > thead > tr > th, #main_content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th, .attributes_table table > caption + thead > tr:first-child > th, .index_table > caption + thead > tr:first-child > th, #main_content table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.attributes_table table > caption + thead > tr:first-child > td,
.index_table > caption + thead > tr:first-child > td,
#main_content table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.attributes_table table > colgroup + thead > tr:first-child > th,
.index_table > colgroup + thead > tr:first-child > th,
#main_content table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.attributes_table table > colgroup + thead > tr:first-child > td,
.index_table > colgroup + thead > tr:first-child > td,
#main_content table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.attributes_table table > thead:first-child > tr:first-child > th,
.index_table > thead:first-child > tr:first-child > th,
#main_content table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.attributes_table table > thead:first-child > tr:first-child > td,
.index_table > thead:first-child > tr:first-child > td,
#main_content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 78, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody, .attributes_table table > tbody + tbody, .index_table > tbody + tbody, #main_content table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 83, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .table, .attributes_table table .table, .table .attributes_table table, .attributes_table .table table, .attributes_table table table, .index_table .table, .index_table .attributes_table table, .attributes_table .index_table table, .table .index_table, .attributes_table table .index_table, .index_table .index_table, #main_content table .table, #main_content table .index_table, .table #main_content table, .attributes_table table #main_content table, .index_table #main_content table, #main_content .table table, #main_content .index_table table, #main_content table table {
  background-color: #fff;
}

/* line 96, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 115, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 122, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active, .table_tools .table > thead > tr > td.index.selected, .attributes_table table > thead > tr > td.active, .attributes_table .table_tools table > thead > tr > td.index.selected, .table_tools .attributes_table table > thead > tr > td.index.selected, .index_table > thead > tr > td.active, .table_tools .index_table > thead > tr > td.index.selected, #main_content table > thead > tr > td.active, #main_content .table_tools table > thead > tr > td.index.selected, .table_tools #main_content table > thead > tr > td.index.selected,
.table > thead > tr > th.active,
.table_tools .table > thead > tr > th.index.selected,
.attributes_table table > thead > tr > th.active,
.attributes_table .table_tools table > thead > tr > th.index.selected,
.table_tools .attributes_table table > thead > tr > th.index.selected,
.index_table > thead > tr > th.active,
.table_tools .index_table > thead > tr > th.index.selected,
#main_content table > thead > tr > th.active,
#main_content .table_tools table > thead > tr > th.index.selected,
.table_tools #main_content table > thead > tr > th.index.selected, .table > thead > tr.active > td, .table_tools .table > thead > tr.index.selected > td, .attributes_table table > thead > tr.active > td, .attributes_table .table_tools table > thead > tr.index.selected > td, .table_tools .attributes_table table > thead > tr.index.selected > td, .index_table > thead > tr.active > td, .table_tools .index_table > thead > tr.index.selected > td, #main_content table > thead > tr.active > td, #main_content .table_tools table > thead > tr.index.selected > td, .table_tools #main_content table > thead > tr.index.selected > td, .table > thead > tr.active > th, .table_tools .table > thead > tr.index.selected > th, .attributes_table table > thead > tr.active > th, .attributes_table .table_tools table > thead > tr.index.selected > th, .table_tools .attributes_table table > thead > tr.index.selected > th, .index_table > thead > tr.active > th, .table_tools .index_table > thead > tr.index.selected > th, #main_content table > thead > tr.active > th, #main_content .table_tools table > thead > tr.index.selected > th, .table_tools #main_content table > thead > tr.index.selected > th,
.table > tbody > tr > td.active,
.table_tools .table > tbody > tr > td.index.selected,
.attributes_table table > tbody > tr > td.active,
.attributes_table .table_tools table > tbody > tr > td.index.selected,
.table_tools .attributes_table table > tbody > tr > td.index.selected,
.index_table > tbody > tr > td.active,
.table_tools .index_table > tbody > tr > td.index.selected,
#main_content table > tbody > tr > td.active,
#main_content .table_tools table > tbody > tr > td.index.selected,
.table_tools #main_content table > tbody > tr > td.index.selected,
.table > tbody > tr > th.active,
.table_tools .table > tbody > tr > th.index.selected,
.attributes_table table > tbody > tr > th.active,
.attributes_table .table_tools table > tbody > tr > th.index.selected,
.table_tools .attributes_table table > tbody > tr > th.index.selected,
.index_table > tbody > tr > th.active,
.table_tools .index_table > tbody > tr > th.index.selected,
#main_content table > tbody > tr > th.active,
#main_content .table_tools table > tbody > tr > th.index.selected,
.table_tools #main_content table > tbody > tr > th.index.selected,
.table > tbody > tr.active > td,
.table_tools .table > tbody > tr.index.selected > td,
.attributes_table table > tbody > tr.active > td,
.attributes_table .table_tools table > tbody > tr.index.selected > td,
.table_tools .attributes_table table > tbody > tr.index.selected > td,
.index_table > tbody > tr.active > td,
.table_tools .index_table > tbody > tr.index.selected > td,
#main_content table > tbody > tr.active > td,
#main_content .table_tools table > tbody > tr.index.selected > td,
.table_tools #main_content table > tbody > tr.index.selected > td,
.table > tbody > tr.active > th,
.table_tools .table > tbody > tr.index.selected > th,
.attributes_table table > tbody > tr.active > th,
.attributes_table .table_tools table > tbody > tr.index.selected > th,
.table_tools .attributes_table table > tbody > tr.index.selected > th,
.index_table > tbody > tr.active > th,
.table_tools .index_table > tbody > tr.index.selected > th,
#main_content table > tbody > tr.active > th,
#main_content .table_tools table > tbody > tr.index.selected > th,
.table_tools #main_content table > tbody > tr.index.selected > th,
.table > tfoot > tr > td.active,
.table_tools .table > tfoot > tr > td.index.selected,
.attributes_table table > tfoot > tr > td.active,
.attributes_table .table_tools table > tfoot > tr > td.index.selected,
.table_tools .attributes_table table > tfoot > tr > td.index.selected,
.index_table > tfoot > tr > td.active,
.table_tools .index_table > tfoot > tr > td.index.selected,
#main_content table > tfoot > tr > td.active,
#main_content .table_tools table > tfoot > tr > td.index.selected,
.table_tools #main_content table > tfoot > tr > td.index.selected,
.table > tfoot > tr > th.active,
.table_tools .table > tfoot > tr > th.index.selected,
.attributes_table table > tfoot > tr > th.active,
.attributes_table .table_tools table > tfoot > tr > th.index.selected,
.table_tools .attributes_table table > tfoot > tr > th.index.selected,
.index_table > tfoot > tr > th.active,
.table_tools .index_table > tfoot > tr > th.index.selected,
#main_content table > tfoot > tr > th.active,
#main_content .table_tools table > tfoot > tr > th.index.selected,
.table_tools #main_content table > tfoot > tr > th.index.selected,
.table > tfoot > tr.active > td,
.table_tools .table > tfoot > tr.index.selected > td,
.attributes_table table > tfoot > tr.active > td,
.attributes_table .table_tools table > tfoot > tr.index.selected > td,
.table_tools .attributes_table table > tfoot > tr.index.selected > td,
.index_table > tfoot > tr.active > td,
.table_tools .index_table > tfoot > tr.index.selected > td,
#main_content table > tfoot > tr.active > td,
#main_content .table_tools table > tfoot > tr.index.selected > td,
.table_tools #main_content table > tfoot > tr.index.selected > td,
.table > tfoot > tr.active > th,
.table_tools .table > tfoot > tr.index.selected > th,
.attributes_table table > tfoot > tr.active > th,
.attributes_table .table_tools table > tfoot > tr.index.selected > th,
.table_tools .attributes_table table > tfoot > tr.index.selected > th,
.index_table > tfoot > tr.active > th,
.table_tools .index_table > tfoot > tr.index.selected > th,
#main_content table > tfoot > tr.active > th,
#main_content .table_tools table > tfoot > tr.index.selected > th,
.table_tools #main_content table > tfoot > tr.index.selected > th {
  background-color: #f5f5f5;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover, .table_tools .table-hover > tbody > tr > td.index.selected:hover,
.table-hover > tbody > tr > th.active:hover,
.table_tools .table-hover > tbody > tr > th.index.selected:hover, .table-hover > tbody > tr.active:hover > td, .table_tools .table-hover > tbody > tr.index.selected:hover > td, .table-hover > tbody > tr:hover > .active, .table_tools .table-hover > tbody > tr:hover > .index.selected, #header .header-item.tabs .table-hover > tbody > tr:hover > li.current, .table-hover > tbody > tr.active:hover > th, .table_tools .table-hover > tbody > tr.index.selected:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success, .attributes_table table > thead > tr > td.success, .index_table > thead > tr > td.success, #main_content table > thead > tr > td.success,
.table > thead > tr > th.success,
.attributes_table table > thead > tr > th.success,
.index_table > thead > tr > th.success,
#main_content table > thead > tr > th.success, .table > thead > tr.success > td, .attributes_table table > thead > tr.success > td, .index_table > thead > tr.success > td, #main_content table > thead > tr.success > td, .table > thead > tr.success > th, .attributes_table table > thead > tr.success > th, .index_table > thead > tr.success > th, #main_content table > thead > tr.success > th,
.table > tbody > tr > td.success,
.attributes_table table > tbody > tr > td.success,
.index_table > tbody > tr > td.success,
#main_content table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.attributes_table table > tbody > tr > th.success,
.index_table > tbody > tr > th.success,
#main_content table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.attributes_table table > tbody > tr.success > td,
.index_table > tbody > tr.success > td,
#main_content table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.attributes_table table > tbody > tr.success > th,
.index_table > tbody > tr.success > th,
#main_content table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.attributes_table table > tfoot > tr > td.success,
.index_table > tfoot > tr > td.success,
#main_content table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.attributes_table table > tfoot > tr > th.success,
.index_table > tfoot > tr > th.success,
#main_content table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.attributes_table table > tfoot > tr.success > td,
.index_table > tfoot > tr.success > td,
#main_content table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.attributes_table table > tfoot > tr.success > th,
.index_table > tfoot > tr.success > th,
#main_content table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info, .attributes_table table > thead > tr > td.info, .index_table > thead > tr > td.info, #main_content table > thead > tr > td.info,
.table > thead > tr > th.info,
.attributes_table table > thead > tr > th.info,
.index_table > thead > tr > th.info,
#main_content table > thead > tr > th.info, .table > thead > tr.info > td, .attributes_table table > thead > tr.info > td, .index_table > thead > tr.info > td, #main_content table > thead > tr.info > td, .table > thead > tr.info > th, .attributes_table table > thead > tr.info > th, .index_table > thead > tr.info > th, #main_content table > thead > tr.info > th,
.table > tbody > tr > td.info,
.attributes_table table > tbody > tr > td.info,
.index_table > tbody > tr > td.info,
#main_content table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.attributes_table table > tbody > tr > th.info,
.index_table > tbody > tr > th.info,
#main_content table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.attributes_table table > tbody > tr.info > td,
.index_table > tbody > tr.info > td,
#main_content table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.attributes_table table > tbody > tr.info > th,
.index_table > tbody > tr.info > th,
#main_content table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.attributes_table table > tfoot > tr > td.info,
.index_table > tfoot > tr > td.info,
#main_content table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.attributes_table table > tfoot > tr > th.info,
.index_table > tfoot > tr > th.info,
#main_content table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.attributes_table table > tfoot > tr.info > td,
.index_table > tfoot > tr.info > td,
#main_content table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.attributes_table table > tfoot > tr.info > th,
.index_table > tfoot > tr.info > th,
#main_content table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning, .attributes_table table > thead > tr > td.warning, .index_table > thead > tr > td.warning, #main_content table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.attributes_table table > thead > tr > th.warning,
.index_table > thead > tr > th.warning,
#main_content table > thead > tr > th.warning, .table > thead > tr.warning > td, .attributes_table table > thead > tr.warning > td, .index_table > thead > tr.warning > td, #main_content table > thead > tr.warning > td, .table > thead > tr.warning > th, .attributes_table table > thead > tr.warning > th, .index_table > thead > tr.warning > th, #main_content table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.attributes_table table > tbody > tr > td.warning,
.index_table > tbody > tr > td.warning,
#main_content table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.attributes_table table > tbody > tr > th.warning,
.index_table > tbody > tr > th.warning,
#main_content table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.attributes_table table > tbody > tr.warning > td,
.index_table > tbody > tr.warning > td,
#main_content table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.attributes_table table > tbody > tr.warning > th,
.index_table > tbody > tr.warning > th,
#main_content table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.attributes_table table > tfoot > tr > td.warning,
.index_table > tfoot > tr > td.warning,
#main_content table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.attributes_table table > tfoot > tr > th.warning,
.index_table > tfoot > tr > th.warning,
#main_content table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.attributes_table table > tfoot > tr.warning > td,
.index_table > tfoot > tr.warning > td,
#main_content table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.attributes_table table > tfoot > tr.warning > th,
.index_table > tfoot > tr.warning > th,
#main_content table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger, .attributes_table table > thead > tr > td.danger, .index_table > thead > tr > td.danger, #main_content table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.attributes_table table > thead > tr > th.danger,
.index_table > thead > tr > th.danger,
#main_content table > thead > tr > th.danger, .table > thead > tr.danger > td, .attributes_table table > thead > tr.danger > td, .index_table > thead > tr.danger > td, #main_content table > thead > tr.danger > td, .table > thead > tr.danger > th, .attributes_table table > thead > tr.danger > th, .index_table > thead > tr.danger > th, #main_content table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.attributes_table table > tbody > tr > td.danger,
.index_table > tbody > tr > td.danger,
#main_content table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.attributes_table table > tbody > tr > th.danger,
.index_table > tbody > tr > th.danger,
#main_content table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.attributes_table table > tbody > tr.danger > td,
.index_table > tbody > tr.danger > td,
#main_content table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.attributes_table table > tbody > tr.danger > th,
.index_table > tbody > tr.danger > th,
#main_content table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.attributes_table table > tfoot > tr > td.danger,
.index_table > tfoot > tr > td.danger,
#main_content table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.attributes_table table > tfoot > tr > th.danger,
.index_table > tfoot > tr > th.danger,
#main_content table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.attributes_table table > tfoot > tr.danger > td,
.index_table > tfoot > tr.danger > td,
#main_content table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.attributes_table table > tfoot > tr.danger > th,
.index_table > tfoot > tr.danger > th,
#main_content table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive, .index_as_table {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 171, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive, .index_as_table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table, .attributes_table .table-responsive > table, .table-responsive > .index_table, .index_as_table > .table, .attributes_table .index_as_table > table, .index_as_table > .index_table, #main_content .table-responsive > table, #main_content .index_as_table > table {
    margin-bottom: 0;
  }
  /* line 191, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th, .attributes_table .table-responsive > table > thead > tr > th, .table-responsive > .index_table > thead > tr > th, .index_as_table > .table > thead > tr > th, .attributes_table .index_as_table > table > thead > tr > th, .index_as_table > .index_table > thead > tr > th, #main_content .table-responsive > table > thead > tr > th, #main_content .index_as_table > table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.attributes_table .table-responsive > table > thead > tr > td,
.table-responsive > .index_table > thead > tr > td,
.index_as_table > .table > thead > tr > td,
.attributes_table .index_as_table > table > thead > tr > td,
.index_as_table > .index_table > thead > tr > td,
#main_content .table-responsive > table > thead > tr > td,
#main_content .index_as_table > table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.attributes_table .table-responsive > table > tbody > tr > th,
.table-responsive > .index_table > tbody > tr > th,
.index_as_table > .table > tbody > tr > th,
.attributes_table .index_as_table > table > tbody > tr > th,
.index_as_table > .index_table > tbody > tr > th,
#main_content .table-responsive > table > tbody > tr > th,
#main_content .index_as_table > table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.attributes_table .table-responsive > table > tbody > tr > td,
.table-responsive > .index_table > tbody > tr > td,
.index_as_table > .table > tbody > tr > td,
.attributes_table .index_as_table > table > tbody > tr > td,
.index_as_table > .index_table > tbody > tr > td,
#main_content .table-responsive > table > tbody > tr > td,
#main_content .index_as_table > table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.attributes_table .table-responsive > table > tfoot > tr > th,
.table-responsive > .index_table > tfoot > tr > th,
.index_as_table > .table > tfoot > tr > th,
.attributes_table .index_as_table > table > tfoot > tr > th,
.index_as_table > .index_table > tfoot > tr > th,
#main_content .table-responsive > table > tfoot > tr > th,
#main_content .index_as_table > table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td,
.attributes_table .table-responsive > table > tfoot > tr > td,
.table-responsive > .index_table > tfoot > tr > td,
.index_as_table > .table > tfoot > tr > td,
.attributes_table .index_as_table > table > tfoot > tr > td,
.index_as_table > .index_table > tfoot > tr > td,
#main_content .table-responsive > table > tfoot > tr > td,
#main_content .index_as_table > table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered, .index_as_table > .table-bordered {
    border: 0;
  }
  /* line 208, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child, .index_as_table > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.index_as_table > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.index_as_table > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.index_as_table > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.index_as_table > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child,
.index_as_table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child, .index_as_table > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.index_as_table > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.index_as_table > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.index_as_table > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.index_as_table > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child,
.index_as_table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .index_as_table > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.index_as_table > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.index_as_table > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td,
.index_as_table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
legend, legend.label {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], #title_bar .action_item a.action-item-disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"],
#title_bar .action_item a.action-item-disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 133, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control, form .inputs li input, form .inputs li select, form .inputs li textarea, .filter_form .filter_form_field input, .filter_form .filter_form_field select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus, form .inputs li input:focus, form .inputs li select:focus, form .inputs li textarea:focus, .filter_form .filter_form_field input:focus, .filter_form .filter_form_field select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder, form .inputs li input::-moz-placeholder, form .inputs li select::-moz-placeholder, form .inputs li textarea::-moz-placeholder, .filter_form .filter_form_field input::-moz-placeholder, .filter_form .filter_form_field select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder, form .inputs li input:-ms-input-placeholder, form .inputs li select:-ms-input-placeholder, form .inputs li textarea:-ms-input-placeholder, .filter_form .filter_form_field input:-ms-input-placeholder, .filter_form .filter_form_field select:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder, form .inputs li input::-webkit-input-placeholder, form .inputs li select::-webkit-input-placeholder, form .inputs li textarea::-webkit-input-placeholder, .filter_form .filter_form_field input::-webkit-input-placeholder, .filter_form .filter_form_field select::-webkit-input-placeholder {
  color: #999;
}

/* line 155, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand, form .inputs li input::-ms-expand, form .inputs li select::-ms-expand, form .inputs li textarea::-ms-expand, .filter_form .filter_form_field input::-ms-expand, .filter_form .filter_form_field select::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], form .inputs li input[disabled], form .inputs li select[disabled], form .inputs li textarea[disabled], .filter_form .filter_form_field input[disabled], .filter_form .filter_form_field select[disabled], .form-control[readonly], form .inputs li input[readonly], form .inputs li select[readonly], form .inputs li textarea[readonly], .filter_form .filter_form_field input[readonly], .filter_form .filter_form_field select[readonly], fieldset[disabled] .form-control, fieldset[disabled] form .inputs li input, form .inputs li fieldset[disabled] input, fieldset[disabled] form .inputs li select, form .inputs li fieldset[disabled] select, fieldset[disabled] form .inputs li textarea, form .inputs li fieldset[disabled] textarea, fieldset[disabled] .filter_form .filter_form_field input, .filter_form .filter_form_field fieldset[disabled] input, fieldset[disabled] .filter_form .filter_form_field select, .filter_form .filter_form_field fieldset[disabled] select {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], form .inputs li input[disabled], form .inputs li select[disabled], form .inputs li textarea[disabled], .filter_form .filter_form_field input[disabled], .filter_form .filter_form_field select[disabled], fieldset[disabled] .form-control, fieldset[disabled] form .inputs li input, form .inputs li fieldset[disabled] input, fieldset[disabled] form .inputs li select, form .inputs li fieldset[disabled] select, fieldset[disabled] form .inputs li textarea, form .inputs li fieldset[disabled] textarea, fieldset[disabled] .filter_form .filter_form_field input, .filter_form .filter_form_field fieldset[disabled] input, fieldset[disabled] .filter_form .filter_form_field select, .filter_form .filter_form_field fieldset[disabled] select {
  cursor: not-allowed;
}

/* line 181, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"], form .inputs li input[type="date"], form .inputs li select[type="date"], form .inputs li textarea[type="date"], .filter_form .filter_form_field input[type="date"], .filter_form .filter_form_field select[type="date"],
input.form-control[type="time"],
form .inputs li input[type="time"],
form .inputs li select[type="time"],
form .inputs li textarea[type="time"],
.filter_form .filter_form_field input[type="time"],
.filter_form .filter_form_field select[type="time"],
input.form-control[type="datetime-local"],
form .inputs li input[type="datetime-local"],
form .inputs li select[type="datetime-local"],
form .inputs li textarea[type="datetime-local"],
.filter_form .filter_form_field input[type="datetime-local"],
.filter_form .filter_form_field select[type="datetime-local"],
input.form-control[type="month"],
form .inputs li input[type="month"],
form .inputs li select[type="month"],
form .inputs li textarea[type="month"],
.filter_form .filter_form_field input[type="month"],
.filter_form .filter_form_field select[type="month"] {
    line-height: 34px;
  }
  /* line 204, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"], form .inputs li .input-group-sm > select[type="date"], form .inputs li .input-group-sm > textarea[type="date"], .filter_form .filter_form_field .input-group-sm > select[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"],
.scopes .input-group-sm > li.scope.input-group-btn > a[type="date"],
.table_tools .input-group-sm > .input-group-btn > .index[type="date"],
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .dropdown_menu_button[type="date"],
form .actions li .input-group-sm > .input-group-btn > input[type="date"],
form .actions li .input-group-sm > .input-group-btn > a[type="date"],
.input-group-sm > .input-group-btn > .member_link[type="date"],
.input-group-sm > .input-group-btn > .ui-sortable-handle[type="date"],
ul.scopes li.scope .input-group-sm > .input-group-btn > a[type="date"],
.filter_form .buttons .input-group-sm > .input-group-btn > input[type="date"],
.filter_form .buttons .input-group-sm > .input-group-btn > a[type="date"],
#title_bar .action_item .input-group-sm > .input-group-btn > a[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
form .inputs li .input-group-sm > select[type="time"],
form .inputs li .input-group-sm > textarea[type="time"],
.filter_form .filter_form_field .input-group-sm > select[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"],
.scopes .input-group-sm > li.scope.input-group-btn > a[type="time"],
.table_tools .input-group-sm > .input-group-btn > .index[type="time"],
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .dropdown_menu_button[type="time"],
form .actions li .input-group-sm > .input-group-btn > input[type="time"],
form .actions li .input-group-sm > .input-group-btn > a[type="time"],
.input-group-sm > .input-group-btn > .member_link[type="time"],
.input-group-sm > .input-group-btn > .ui-sortable-handle[type="time"],
ul.scopes li.scope .input-group-sm > .input-group-btn > a[type="time"],
.filter_form .buttons .input-group-sm > .input-group-btn > input[type="time"],
.filter_form .buttons .input-group-sm > .input-group-btn > a[type="time"],
#title_bar .action_item .input-group-sm > .input-group-btn > a[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
form .inputs li .input-group-sm > select[type="datetime-local"],
form .inputs li .input-group-sm > textarea[type="datetime-local"],
.filter_form .filter_form_field .input-group-sm > select[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"],
.scopes .input-group-sm > li.scope.input-group-btn > a[type="datetime-local"],
.table_tools .input-group-sm > .input-group-btn > .index[type="datetime-local"],
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .dropdown_menu_button[type="datetime-local"],
form .actions li .input-group-sm > .input-group-btn > input[type="datetime-local"],
form .actions li .input-group-sm > .input-group-btn > a[type="datetime-local"],
.input-group-sm > .input-group-btn > .member_link[type="datetime-local"],
.input-group-sm > .input-group-btn > .ui-sortable-handle[type="datetime-local"],
ul.scopes li.scope .input-group-sm > .input-group-btn > a[type="datetime-local"],
.filter_form .buttons .input-group-sm > .input-group-btn > input[type="datetime-local"],
.filter_form .buttons .input-group-sm > .input-group-btn > a[type="datetime-local"],
#title_bar .action_item .input-group-sm > .input-group-btn > a[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
form .inputs li .input-group-sm > select[type="month"],
form .inputs li .input-group-sm > textarea[type="month"],
.filter_form .filter_form_field .input-group-sm > select[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"],
.scopes .input-group-sm > li.scope.input-group-btn > a[type="month"],
.table_tools .input-group-sm > .input-group-btn > .index[type="month"],
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .dropdown_menu_button[type="month"],
form .actions li .input-group-sm > .input-group-btn > input[type="month"],
form .actions li .input-group-sm > .input-group-btn > a[type="month"],
.input-group-sm > .input-group-btn > .member_link[type="month"],
.input-group-sm > .input-group-btn > .ui-sortable-handle[type="month"],
ul.scopes li.scope .input-group-sm > .input-group-btn > a[type="month"],
.filter_form .buttons .input-group-sm > .input-group-btn > input[type="month"],
.filter_form .buttons .input-group-sm > .input-group-btn > a[type="month"],
#title_bar .action_item .input-group-sm > .input-group-btn > a[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 209, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"], form .inputs li .input-group-lg > select[type="date"], form .inputs li .input-group-lg > textarea[type="date"], .filter_form .filter_form_field .input-group-lg > select[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"],
.scopes .input-group-lg > li.scope.input-group-btn > a[type="date"],
.table_tools .input-group-lg > .input-group-btn > .index[type="date"],
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .dropdown_menu_button[type="date"],
form .actions li .input-group-lg > .input-group-btn > input[type="date"],
form .actions li .input-group-lg > .input-group-btn > a[type="date"],
.input-group-lg > .input-group-btn > .member_link[type="date"],
.input-group-lg > .input-group-btn > .ui-sortable-handle[type="date"],
ul.scopes li.scope .input-group-lg > .input-group-btn > a[type="date"],
.filter_form .buttons .input-group-lg > .input-group-btn > input[type="date"],
.filter_form .buttons .input-group-lg > .input-group-btn > a[type="date"],
#title_bar .action_item .input-group-lg > .input-group-btn > a[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
form .inputs li .input-group-lg > select[type="time"],
form .inputs li .input-group-lg > textarea[type="time"],
.filter_form .filter_form_field .input-group-lg > select[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"],
.scopes .input-group-lg > li.scope.input-group-btn > a[type="time"],
.table_tools .input-group-lg > .input-group-btn > .index[type="time"],
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .dropdown_menu_button[type="time"],
form .actions li .input-group-lg > .input-group-btn > input[type="time"],
form .actions li .input-group-lg > .input-group-btn > a[type="time"],
.input-group-lg > .input-group-btn > .member_link[type="time"],
.input-group-lg > .input-group-btn > .ui-sortable-handle[type="time"],
ul.scopes li.scope .input-group-lg > .input-group-btn > a[type="time"],
.filter_form .buttons .input-group-lg > .input-group-btn > input[type="time"],
.filter_form .buttons .input-group-lg > .input-group-btn > a[type="time"],
#title_bar .action_item .input-group-lg > .input-group-btn > a[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
form .inputs li .input-group-lg > select[type="datetime-local"],
form .inputs li .input-group-lg > textarea[type="datetime-local"],
.filter_form .filter_form_field .input-group-lg > select[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"],
.scopes .input-group-lg > li.scope.input-group-btn > a[type="datetime-local"],
.table_tools .input-group-lg > .input-group-btn > .index[type="datetime-local"],
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .dropdown_menu_button[type="datetime-local"],
form .actions li .input-group-lg > .input-group-btn > input[type="datetime-local"],
form .actions li .input-group-lg > .input-group-btn > a[type="datetime-local"],
.input-group-lg > .input-group-btn > .member_link[type="datetime-local"],
.input-group-lg > .input-group-btn > .ui-sortable-handle[type="datetime-local"],
ul.scopes li.scope .input-group-lg > .input-group-btn > a[type="datetime-local"],
.filter_form .buttons .input-group-lg > .input-group-btn > input[type="datetime-local"],
.filter_form .buttons .input-group-lg > .input-group-btn > a[type="datetime-local"],
#title_bar .action_item .input-group-lg > .input-group-btn > a[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
form .inputs li .input-group-lg > select[type="month"],
form .inputs li .input-group-lg > textarea[type="month"],
.filter_form .filter_form_field .input-group-lg > select[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"],
.scopes .input-group-lg > li.scope.input-group-btn > a[type="month"],
.table_tools .input-group-lg > .input-group-btn > .index[type="month"],
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .dropdown_menu_button[type="month"],
form .actions li .input-group-lg > .input-group-btn > input[type="month"],
form .actions li .input-group-lg > .input-group-btn > a[type="month"],
.input-group-lg > .input-group-btn > .member_link[type="month"],
.input-group-lg > .input-group-btn > .ui-sortable-handle[type="month"],
ul.scopes li.scope .input-group-lg > .input-group-btn > a[type="month"],
.filter_form .buttons .input-group-lg > .input-group-btn > input[type="month"],
.filter_form .buttons .input-group-lg > .input-group-btn > a[type="month"],
#title_bar .action_item .input-group-lg > .input-group-btn > a[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 222, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group, form .inputs li, .filter_form .filter_form_field {
  margin-bottom: 15px;
}

/* line 231, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox,
.check_boxes {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, #title_bar .action_item a.radio.action-item-disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
#title_bar .action_item a.checkbox.action-item-disabled label,
.disabled.check_boxes label,
#title_bar .action_item a.check_boxes.action-item-disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .check_boxes label {
  cursor: not-allowed;
}

/* line 246, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label,
.check_boxes label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.check_boxes input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 263, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox,
.check_boxes + .checkbox,
.checkbox + .check_boxes,
.check_boxes + .check_boxes {
  margin-top: -5px;
}

/* line 269, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 280, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, #title_bar .action_item a.radio-inline.action-item-disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
#title_bar .action_item a.checkbox-inline.action-item-disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, form .inputs li .input-group-lg > input.form-control-static, form .inputs li .input-group-lg > select.form-control-static, form .inputs li .input-group-lg > textarea.form-control-static, .filter_form .filter_form_field .input-group-lg > input.form-control-static, .filter_form .filter_form_field .input-group-lg > select.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.scopes .input-group-lg > li.scope.input-group-btn > a.form-control-static,
.table_tools .input-group-lg > .input-group-btn > .form-control-static.index,
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .form-control-static.dropdown_menu_button,
form .actions li .input-group-lg > .input-group-btn > input.form-control-static,
form .actions li .input-group-lg > .input-group-btn > a.form-control-static,
.input-group-lg > .input-group-btn > .form-control-static.member_link,
.input-group-lg > .input-group-btn > .form-control-static.ui-sortable-handle,
ul.scopes li.scope .input-group-lg > .input-group-btn > a.form-control-static,
.filter_form .buttons .input-group-lg > .input-group-btn > input.form-control-static,
.filter_form .buttons .input-group-lg > .input-group-btn > a.form-control-static,
#title_bar .action_item .input-group-lg > .input-group-btn > a.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, form .inputs li .input-group-sm > input.form-control-static, form .inputs li .input-group-sm > select.form-control-static, form .inputs li .input-group-sm > textarea.form-control-static, .filter_form .filter_form_field .input-group-sm > input.form-control-static, .filter_form .filter_form_field .input-group-sm > select.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.scopes .input-group-sm > li.scope.input-group-btn > a.form-control-static,
.table_tools .input-group-sm > .input-group-btn > .form-control-static.index,
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .form-control-static.dropdown_menu_button,
form .actions li .input-group-sm > .input-group-btn > input.form-control-static,
form .actions li .input-group-sm > .input-group-btn > a.form-control-static,
.input-group-sm > .input-group-btn > .form-control-static.member_link,
.input-group-sm > .input-group-btn > .form-control-static.ui-sortable-handle,
ul.scopes li.scope .input-group-sm > .input-group-btn > a.form-control-static,
.filter_form .buttons .input-group-sm > .input-group-btn > input.form-control-static,
.filter_form .buttons .input-group-sm > .input-group-btn > a.form-control-static,
#title_bar .action_item .input-group-sm > .input-group-btn > a.form-control-static {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control, form .inputs li .input-group-sm > input, form .inputs li .input-group-sm > select, form .inputs li .input-group-sm > textarea, .filter_form .filter_form_field .input-group-sm > input, .filter_form .filter_form_field .input-group-sm > select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.scopes .input-group-sm > li.scope.input-group-btn > a,
.table_tools .input-group-sm > .input-group-btn > .index,
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .dropdown_menu_button,
form .actions li .input-group-sm > .input-group-btn > input,
form .actions li .input-group-sm > .input-group-btn > a,
.input-group-sm > .input-group-btn > .member_link,
.input-group-sm > .input-group-btn > .ui-sortable-handle,
ul.scopes li.scope .input-group-sm > .input-group-btn > a,
.filter_form .buttons .input-group-sm > .input-group-btn > input,
.filter_form .buttons .input-group-sm > .input-group-btn > a,
#title_bar .action_item .input-group-sm > .input-group-btn > a {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.table_tools .input-group-sm > .input-group-btn > select.index,
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > select.dropdown_menu_button,
.input-group-sm > .input-group-btn > select.member_link,
.input-group-sm > .input-group-btn > select.ui-sortable-handle {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.table_tools .input-group-sm > .input-group-btn > textarea.index,
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > textarea.dropdown_menu_button,
.input-group-sm > .input-group-btn > textarea.member_link,
.input-group-sm > .input-group-btn > textarea.ui-sortable-handle,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
form .inputs li .input-group-sm > input[multiple],
form .inputs li .input-group-sm > select[multiple],
form .inputs li .input-group-sm > textarea[multiple],
.filter_form .filter_form_field .input-group-sm > input[multiple],
.filter_form .filter_form_field .input-group-sm > select[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple],
.scopes .input-group-sm > li.scope.input-group-btn > a[multiple],
.table_tools .input-group-sm > .input-group-btn > .index[multiple],
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .dropdown_menu_button[multiple],
form .actions li .input-group-sm > .input-group-btn > input[multiple],
form .actions li .input-group-sm > .input-group-btn > a[multiple],
.input-group-sm > .input-group-btn > .member_link[multiple],
.input-group-sm > .input-group-btn > .ui-sortable-handle[multiple],
ul.scopes li.scope .input-group-sm > .input-group-btn > a[multiple],
.filter_form .buttons .input-group-sm > .input-group-btn > input[multiple],
.filter_form .buttons .input-group-sm > .input-group-btn > a[multiple],
#title_bar .action_item .input-group-sm > .input-group-btn > a[multiple] {
  height: auto;
}

/* line 323, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control, .form-group-sm form .inputs li input, form .inputs li .form-group-sm input, .form-group-sm form .inputs li select, form .inputs li .form-group-sm select, .form-group-sm form .inputs li textarea, form .inputs li .form-group-sm textarea, .form-group-sm .filter_form .filter_form_field input, .filter_form .filter_form_field .form-group-sm input, .form-group-sm .filter_form .filter_form_field select, .filter_form .filter_form_field .form-group-sm select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 334, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple],
.form-group-sm form .inputs li input[multiple],
form .inputs li .form-group-sm input[multiple],
.form-group-sm form .inputs li select[multiple],
form .inputs li .form-group-sm select[multiple],
.form-group-sm form .inputs li textarea[multiple],
form .inputs li .form-group-sm textarea[multiple],
.form-group-sm .filter_form .filter_form_field input[multiple],
.filter_form .filter_form_field .form-group-sm input[multiple],
.form-group-sm .filter_form .filter_form_field select[multiple],
.filter_form .filter_form_field .form-group-sm select[multiple] {
  height: auto;
}

/* line 338, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control, form .inputs li .input-group-lg > input, form .inputs li .input-group-lg > select, form .inputs li .input-group-lg > textarea, .filter_form .filter_form_field .input-group-lg > input, .filter_form .filter_form_field .input-group-lg > select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.scopes .input-group-lg > li.scope.input-group-btn > a,
.table_tools .input-group-lg > .input-group-btn > .index,
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .dropdown_menu_button,
form .actions li .input-group-lg > .input-group-btn > input,
form .actions li .input-group-lg > .input-group-btn > a,
.input-group-lg > .input-group-btn > .member_link,
.input-group-lg > .input-group-btn > .ui-sortable-handle,
ul.scopes li.scope .input-group-lg > .input-group-btn > a,
.filter_form .buttons .input-group-lg > .input-group-btn > input,
.filter_form .buttons .input-group-lg > .input-group-btn > a,
#title_bar .action_item .input-group-lg > .input-group-btn > a {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.table_tools .input-group-lg > .input-group-btn > select.index,
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > select.dropdown_menu_button,
.input-group-lg > .input-group-btn > select.member_link,
.input-group-lg > .input-group-btn > select.ui-sortable-handle {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.table_tools .input-group-lg > .input-group-btn > textarea.index,
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > textarea.dropdown_menu_button,
.input-group-lg > .input-group-btn > textarea.member_link,
.input-group-lg > .input-group-btn > textarea.ui-sortable-handle,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
form .inputs li .input-group-lg > input[multiple],
form .inputs li .input-group-lg > select[multiple],
form .inputs li .input-group-lg > textarea[multiple],
.filter_form .filter_form_field .input-group-lg > input[multiple],
.filter_form .filter_form_field .input-group-lg > select[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple],
.scopes .input-group-lg > li.scope.input-group-btn > a[multiple],
.table_tools .input-group-lg > .input-group-btn > .index[multiple],
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .dropdown_menu_button[multiple],
form .actions li .input-group-lg > .input-group-btn > input[multiple],
form .actions li .input-group-lg > .input-group-btn > a[multiple],
.input-group-lg > .input-group-btn > .member_link[multiple],
.input-group-lg > .input-group-btn > .ui-sortable-handle[multiple],
ul.scopes li.scope .input-group-lg > .input-group-btn > a[multiple],
.filter_form .buttons .input-group-lg > .input-group-btn > input[multiple],
.filter_form .buttons .input-group-lg > .input-group-btn > a[multiple],
#title_bar .action_item .input-group-lg > .input-group-btn > a[multiple] {
  height: auto;
}

/* line 349, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control, .form-group-lg form .inputs li input, form .inputs li .form-group-lg input, .form-group-lg form .inputs li select, form .inputs li .form-group-lg select, .form-group-lg form .inputs li textarea, form .inputs li .form-group-lg textarea, .form-group-lg .filter_form .filter_form_field input, .filter_form .filter_form_field .form-group-lg input, .form-group-lg .filter_form .filter_form_field select, .filter_form .filter_form_field .form-group-lg select {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 356, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 360, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple],
.form-group-lg form .inputs li input[multiple],
form .inputs li .form-group-lg input[multiple],
.form-group-lg form .inputs li select[multiple],
form .inputs li .form-group-lg select[multiple],
.form-group-lg form .inputs li textarea[multiple],
form .inputs li .form-group-lg textarea[multiple],
.form-group-lg .filter_form .filter_form_field input[multiple],
.filter_form .filter_form_field .form-group-lg input[multiple],
.form-group-lg .filter_form .filter_form_field select[multiple],
.filter_form .filter_form_field .form-group-lg select[multiple] {
  height: auto;
}

/* line 364, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 378, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control, .has-feedback form .inputs li input, form .inputs li .has-feedback input, .has-feedback form .inputs li select, form .inputs li .has-feedback select, .has-feedback form .inputs li textarea, form .inputs li .has-feedback textarea, .has-feedback .filter_form .filter_form_field input, .filter_form .filter_form_field .has-feedback input, .has-feedback .filter_form .filter_form_field select, .filter_form .filter_form_field .has-feedback select {
  padding-right: 42.5px;
}

/* line 388, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 400, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, form .inputs li .input-group-lg > input + .form-control-feedback, form .inputs li .input-group-lg > select + .form-control-feedback, form .inputs li .input-group-lg > textarea + .form-control-feedback, .filter_form .filter_form_field .input-group-lg > input + .form-control-feedback, .filter_form .filter_form_field .input-group-lg > select + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.scopes .input-group-lg > li.scope.input-group-btn > a + .form-control-feedback,
.table_tools .input-group-lg > .input-group-btn > .index + .form-control-feedback,
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .dropdown_menu_button + .form-control-feedback,
form .actions li .input-group-lg > .input-group-btn > input + .form-control-feedback,
form .actions li .input-group-lg > .input-group-btn > a + .form-control-feedback,
.input-group-lg > .input-group-btn > .member_link + .form-control-feedback,
.input-group-lg > .input-group-btn > .ui-sortable-handle + .form-control-feedback,
ul.scopes li.scope .input-group-lg > .input-group-btn > a + .form-control-feedback,
.filter_form .buttons .input-group-lg > .input-group-btn > input + .form-control-feedback,
.filter_form .buttons .input-group-lg > .input-group-btn > a + .form-control-feedback,
#title_bar .action_item .input-group-lg > .input-group-btn > a + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg form .inputs li input + .form-control-feedback,
form .inputs li .form-group-lg input + .form-control-feedback,
.form-group-lg form .inputs li select + .form-control-feedback,
form .inputs li .form-group-lg select + .form-control-feedback,
.form-group-lg form .inputs li textarea + .form-control-feedback,
form .inputs li .form-group-lg textarea + .form-control-feedback,
.form-group-lg .filter_form .filter_form_field input + .form-control-feedback,
.filter_form .filter_form_field .form-group-lg input + .form-control-feedback,
.form-group-lg .filter_form .filter_form_field select + .form-control-feedback,
.filter_form .filter_form_field .form-group-lg select + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 407, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, form .inputs li .input-group-sm > input + .form-control-feedback, form .inputs li .input-group-sm > select + .form-control-feedback, form .inputs li .input-group-sm > textarea + .form-control-feedback, .filter_form .filter_form_field .input-group-sm > input + .form-control-feedback, .filter_form .filter_form_field .input-group-sm > select + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.scopes .input-group-sm > li.scope.input-group-btn > a + .form-control-feedback,
.table_tools .input-group-sm > .input-group-btn > .index + .form-control-feedback,
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .dropdown_menu_button + .form-control-feedback,
form .actions li .input-group-sm > .input-group-btn > input + .form-control-feedback,
form .actions li .input-group-sm > .input-group-btn > a + .form-control-feedback,
.input-group-sm > .input-group-btn > .member_link + .form-control-feedback,
.input-group-sm > .input-group-btn > .ui-sortable-handle + .form-control-feedback,
ul.scopes li.scope .input-group-sm > .input-group-btn > a + .form-control-feedback,
.filter_form .buttons .input-group-sm > .input-group-btn > input + .form-control-feedback,
.filter_form .buttons .input-group-sm > .input-group-btn > a + .form-control-feedback,
#title_bar .action_item .input-group-sm > .input-group-btn > a + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm form .inputs li input + .form-control-feedback,
form .inputs li .form-group-sm input + .form-control-feedback,
.form-group-sm form .inputs li select + .form-control-feedback,
form .inputs li .form-group-sm select + .form-control-feedback,
.form-group-sm form .inputs li textarea + .form-control-feedback,
form .inputs li .form-group-sm textarea + .form-control-feedback,
.form-group-sm .filter_form .filter_form_field input + .form-control-feedback,
.filter_form .filter_form_field .form-group-sm input + .form-control-feedback,
.form-group-sm .filter_form .filter_form_field select + .form-control-feedback,
.filter_form .filter_form_field .form-group-sm select + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .check_boxes,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.check_boxes label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control, .has-success form .inputs li input, form .inputs li .has-success input, .has-success form .inputs li select, form .inputs li .has-success select, .has-success form .inputs li textarea, form .inputs li .has-success textarea, .has-success .filter_form .filter_form_field input, .filter_form .filter_form_field .has-success input, .has-success .filter_form .filter_form_field select, .filter_form .filter_form_field .has-success select {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus, .has-success form .inputs li input:focus, form .inputs li .has-success input:focus, .has-success form .inputs li select:focus, form .inputs li .has-success select:focus, .has-success form .inputs li textarea:focus, form .inputs li .has-success textarea:focus, .has-success .filter_form .filter_form_field input:focus, .filter_form .filter_form_field .has-success input:focus, .has-success .filter_form .filter_form_field select:focus, .filter_form .filter_form_field .has-success select:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .check_boxes,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.check_boxes label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control, .has-warning form .inputs li input, form .inputs li .has-warning input, .has-warning form .inputs li select, form .inputs li .has-warning select, .has-warning form .inputs li textarea, form .inputs li .has-warning textarea, .has-warning .filter_form .filter_form_field input, .filter_form .filter_form_field .has-warning input, .has-warning .filter_form .filter_form_field select, .filter_form .filter_form_field .has-warning select {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus, .has-warning form .inputs li input:focus, form .inputs li .has-warning input:focus, .has-warning form .inputs li select:focus, form .inputs li .has-warning select:focus, .has-warning form .inputs li textarea:focus, form .inputs li .has-warning textarea:focus, .has-warning .filter_form .filter_form_field input:focus, .filter_form .filter_form_field .has-warning input:focus, .has-warning .filter_form .filter_form_field select:focus, .filter_form .filter_form_field .has-warning select:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .check_boxes,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.check_boxes label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control, .has-error form .inputs li input, form .inputs li .has-error input, .has-error form .inputs li select, form .inputs li .has-error select, .has-error form .inputs li textarea, form .inputs li .has-error textarea, .has-error .filter_form .filter_form_field input, .filter_form .filter_form_field .has-error input, .has-error .filter_form .filter_form_field select, .filter_form .filter_form_field .has-error select {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus, .has-error form .inputs li input:focus, form .inputs li .has-error input:focus, .has-error form .inputs li select:focus, form .inputs li .has-error select:focus, .has-error form .inputs li textarea:focus, form .inputs li .has-error textarea:focus, .has-error .filter_form .filter_form_field input:focus, .filter_form .filter_form_field .has-error input:focus, .has-error .filter_form .filter_form_field select:focus, .filter_form .filter_form_field .has-error select:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 432, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 468, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group, .form-inline form .inputs li, form .inputs .form-inline li, .form-inline .filter_form .filter_form_field, .filter_form .form-inline .filter_form_field {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control, .form-inline form .inputs li input, form .inputs li .form-inline input, .form-inline form .inputs li select, form .inputs li .form-inline select, .form-inline form .inputs li textarea, form .inputs li .form-inline textarea, .form-inline .filter_form .filter_form_field input, .filter_form .filter_form_field .form-inline input, .form-inline .filter_form .filter_form_field select, .filter_form .filter_form_field .form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control,
.form-inline .input-group form .inputs li input,
form .inputs li .form-inline .input-group input,
.form-inline .input-group form .inputs li select,
form .inputs li .form-inline .input-group select,
.form-inline .input-group form .inputs li textarea,
form .inputs li .form-inline .input-group textarea,
.form-inline .input-group .filter_form .filter_form_field input,
.filter_form .filter_form_field .form-inline .input-group input,
.form-inline .input-group .filter_form .filter_form_field select,
.filter_form .filter_form_field .form-inline .input-group select {
    width: auto;
  }
  /* line 498, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .form-inline form .inputs li .input-group > input, form .inputs li .form-inline .input-group > input, .form-inline form .inputs li .input-group > select, form .inputs li .form-inline .input-group > select, .form-inline form .inputs li .input-group > textarea, form .inputs li .form-inline .input-group > textarea, .form-inline .filter_form .filter_form_field .input-group > input, .filter_form .filter_form_field .form-inline .input-group > input, .form-inline .filter_form .filter_form_field .input-group > select, .filter_form .filter_form_field .form-inline .input-group > select {
    width: 100%;
  }
  /* line 502, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox,
.form-inline .check_boxes {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label,
.form-inline .check_boxes label {
    padding-left: 0;
  }
  /* line 520, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"],
.form-inline .check_boxes input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .check_boxes,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 559, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .check_boxes {
  min-height: 27px;
}

/* line 565, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group, .form-horizontal form .inputs li, form .inputs .form-horizontal li, .form-horizontal .filter_form .filter_form_field, .filter_form .form-horizontal .filter_form_field {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal form .inputs li:before, form .inputs .form-horizontal li:before, .form-horizontal .filter_form .filter_form_field:before, .filter_form .form-horizontal .filter_form_field:before, .form-horizontal .form-group:after, .form-horizontal form .inputs li:after, form .inputs .form-horizontal li:after, .form-horizontal .filter_form .filter_form_field:after, .filter_form .form-horizontal .filter_form_field:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after, .form-horizontal form .inputs li:after, form .inputs .form-horizontal li:after, .form-horizontal .filter_form .filter_form_field:after, .filter_form .form-horizontal .filter_form_field:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 572, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 593, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 601, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn, .scopes li.scope > a, .table_tools .index, .table_tools .batch_actions_selector .dropdown_menu_button, form .actions li input, form .actions li a, .member_link, .ui-sortable-handle, ul.scopes li.scope a, .filter_form .buttons input, .filter_form .buttons a, #title_bar .action_item a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .scopes li.scope > a:focus, .table_tools .index:focus, .table_tools .batch_actions_selector .dropdown_menu_button:focus, form .actions li input:focus, form .actions li a:focus, .member_link:focus, .ui-sortable-handle:focus, ul.scopes li.scope a:focus, .filter_form .buttons input:focus, .filter_form .buttons a:focus, #title_bar .action_item a:focus, .btn.focus, .scopes li.scope > a.focus, .table_tools .focus.index, .table_tools .batch_actions_selector .focus.dropdown_menu_button, form .actions li input.focus, form .actions li a.focus, .focus.member_link, .focus.ui-sortable-handle, ul.scopes li.scope a.focus, .filter_form .buttons input.focus, .filter_form .buttons a.focus, #title_bar .action_item a.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, #header .header-item.tabs li.btn.current:focus, #header .header-item.tabs .table_tools li.current.index:focus, .table_tools #header .header-item.tabs li.current.index:focus, #header .header-item.tabs .table_tools .batch_actions_selector li.current.dropdown_menu_button:focus, .table_tools .batch_actions_selector #header .header-item.tabs li.current.dropdown_menu_button:focus, #header .header-item.tabs li.current.member_link:focus, #header .header-item.tabs li.current.ui-sortable-handle:focus, .btn.active.focus, #header .header-item.tabs li.btn.focus.current, #header .header-item.tabs .table_tools li.focus.current.index, .table_tools #header .header-item.tabs li.focus.current.index, #header .header-item.tabs .table_tools .batch_actions_selector li.focus.current.dropdown_menu_button, .table_tools .batch_actions_selector #header .header-item.tabs li.focus.current.dropdown_menu_button, #header .header-item.tabs li.focus.current.member_link, #header .header-item.tabs li.focus.current.ui-sortable-handle {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .scopes li.scope > a:hover, .table_tools .index:hover, .table_tools .batch_actions_selector .dropdown_menu_button:hover, form .actions li input:hover, form .actions li a:hover, .member_link:hover, .ui-sortable-handle:hover, ul.scopes li.scope a:hover, .filter_form .buttons input:hover, .filter_form .buttons a:hover, #title_bar .action_item a:hover, .btn:focus, .scopes li.scope > a:focus, .table_tools .index:focus, .table_tools .batch_actions_selector .dropdown_menu_button:focus, form .actions li input:focus, form .actions li a:focus, .member_link:focus, .ui-sortable-handle:focus, ul.scopes li.scope a:focus, .filter_form .buttons input:focus, .filter_form .buttons a:focus, #title_bar .action_item a:focus, .btn.focus, .scopes li.scope > a.focus, .table_tools .focus.index, .table_tools .batch_actions_selector .focus.dropdown_menu_button, form .actions li input.focus, form .actions li a.focus, .focus.member_link, .focus.ui-sortable-handle, ul.scopes li.scope a.focus, .filter_form .buttons input.focus, .filter_form .buttons a.focus, #title_bar .action_item a.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .scopes li.scope > a:active, .table_tools .index:active, .table_tools .batch_actions_selector .dropdown_menu_button:active, form .actions li input:active, form .actions li a:active, .member_link:active, .ui-sortable-handle:active, ul.scopes li.scope a:active, .filter_form .buttons input:active, .filter_form .buttons a:active, #title_bar .action_item a:active, .btn.active, .scopes li.scope > a.active, .table_tools .active.index, .table_tools .index.selected, .table_tools .batch_actions_selector .active.dropdown_menu_button, form .actions li input.active, form .actions li a.active, .active.member_link, .active.ui-sortable-handle, ul.scopes li.scope a.active, .filter_form .buttons input.active, .filter_form .buttons a.active, #title_bar .action_item a.active, #title_bar .action_item .table_tools a.index.selected, .table_tools #title_bar .action_item a.index.selected, #header .header-item.tabs li.btn.current, #header .header-item.tabs .table_tools li.current.index, .table_tools #header .header-item.tabs li.current.index, #header .header-item.tabs .table_tools .batch_actions_selector li.current.dropdown_menu_button, .table_tools .batch_actions_selector #header .header-item.tabs li.current.dropdown_menu_button, #header .header-item.tabs li.current.member_link, #header .header-item.tabs li.current.ui-sortable-handle {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .scopes li.scope > a.disabled, .table_tools .disabled.index, .table_tools .batch_actions_selector .disabled.dropdown_menu_button, form .actions li input.disabled, form .actions li a.disabled, .disabled.member_link, .disabled.ui-sortable-handle, ul.scopes li.scope a.disabled, .filter_form .buttons input.disabled, .filter_form .buttons a.disabled, #title_bar .action_item a.disabled, #title_bar .action_item a.action-item-disabled, .btn[disabled], .scopes li.scope > a[disabled], .table_tools .index[disabled], .table_tools .batch_actions_selector .dropdown_menu_button[disabled], form .actions li input[disabled], form .actions li a[disabled], .member_link[disabled], .ui-sortable-handle[disabled], ul.scopes li.scope a[disabled], .filter_form .buttons input[disabled], .filter_form .buttons a[disabled], #title_bar .action_item a[disabled], fieldset[disabled] .btn, fieldset[disabled] .scopes li.scope > a, .scopes fieldset[disabled] li.scope > a, fieldset[disabled] .table_tools .index, .table_tools fieldset[disabled] .index, fieldset[disabled] .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector fieldset[disabled] .dropdown_menu_button, fieldset[disabled] form .actions li input, form .actions li fieldset[disabled] input, fieldset[disabled] form .actions li a, form .actions li fieldset[disabled] a, fieldset[disabled] .member_link, fieldset[disabled] .ui-sortable-handle, fieldset[disabled] ul.scopes li.scope a, ul.scopes li.scope fieldset[disabled] a, fieldset[disabled] .filter_form .buttons input, .filter_form .buttons fieldset[disabled] input, fieldset[disabled] .filter_form .buttons a, .filter_form .buttons fieldset[disabled] a, fieldset[disabled] #title_bar .action_item a, #title_bar .action_item fieldset[disabled] a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, .scopes li.scope > a.disabled, .table_tools a.disabled.index, .table_tools .batch_actions_selector a.disabled.dropdown_menu_button, a.disabled.member_link, a.disabled.ui-sortable-handle, ul.scopes li.scope a.disabled, #title_bar .action_item a.disabled, #title_bar .action_item a.action-item-disabled, fieldset[disabled] a.btn, fieldset[disabled] .scopes li.scope > a, .scopes fieldset[disabled] li.scope > a, fieldset[disabled] .table_tools a.index, .table_tools fieldset[disabled] a.index, fieldset[disabled] .table_tools .batch_actions_selector a.dropdown_menu_button, .table_tools .batch_actions_selector fieldset[disabled] a.dropdown_menu_button, fieldset[disabled] a.member_link, fieldset[disabled] a.ui-sortable-handle, fieldset[disabled] ul.scopes li.scope a, ul.scopes li.scope fieldset[disabled] a, fieldset[disabled] #title_bar .action_item a, #title_bar .action_item fieldset[disabled] a {
  pointer-events: none;
}

/* line 68, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default, #title_bar .action_item a.action-item-disabled, .scopes li.scope:not(.selected) > a, .table_tools .index.selected, .table_tools .index, .table_tools .batch_actions_selector .dropdown_menu_button, form .actions li input, form .actions li a, .member_link, .ui-sortable-handle, ul.scopes li.scope a, .filter_form .buttons input, .filter_form .buttons a {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, #title_bar .action_item a.action-item-disabled:focus, .scopes li.scope:not(.selected) > a:focus, .table_tools .index:focus, .table_tools .batch_actions_selector .dropdown_menu_button:focus, form .actions li input:focus, form .actions li a:focus, .member_link:focus, .ui-sortable-handle:focus, ul.scopes li.scope a:focus, .filter_form .buttons input:focus, .filter_form .buttons a:focus, .btn-default.focus, #title_bar .action_item a.focus.action-item-disabled, .scopes li.scope:not(.selected) > a.focus, .table_tools .focus.index, .table_tools .batch_actions_selector .focus.dropdown_menu_button, form .actions li input.focus, form .actions li a.focus, .focus.member_link, .focus.ui-sortable-handle, ul.scopes li.scope a.focus, .filter_form .buttons input.focus, .filter_form .buttons a.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover, #title_bar .action_item a.action-item-disabled:hover, .scopes li.scope:not(.selected) > a:hover, .table_tools .index:hover, .table_tools .batch_actions_selector .dropdown_menu_button:hover, form .actions li input:hover, form .actions li a:hover, .member_link:hover, .ui-sortable-handle:hover, ul.scopes li.scope a:hover, .filter_form .buttons input:hover, .filter_form .buttons a:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, #title_bar .action_item a.action-item-disabled:active, .scopes li.scope:not(.selected) > a:active, .table_tools .index:active, .table_tools .batch_actions_selector .dropdown_menu_button:active, form .actions li input:active, form .actions li a:active, .member_link:active, .ui-sortable-handle:active, ul.scopes li.scope a:active, .filter_form .buttons input:active, .filter_form .buttons a:active, .btn-default.active, #title_bar .action_item a.active.action-item-disabled, .scopes li.scope:not(.selected) > a.active, .table_tools .active.index, .table_tools .index.selected, .table_tools .batch_actions_selector .active.dropdown_menu_button, form .actions li input.active, form .actions li a.active, .active.member_link, .active.ui-sortable-handle, ul.scopes li.scope a.active, .filter_form .buttons input.active, .filter_form .buttons a.active, #header .header-item.tabs li.btn-default.current, #header .header-item.tabs .table_tools li.current.index, .table_tools #header .header-item.tabs li.current.index, #header .header-item.tabs .table_tools .batch_actions_selector li.current.dropdown_menu_button, .table_tools .batch_actions_selector #header .header-item.tabs li.current.dropdown_menu_button, #header .header-item.tabs li.current.member_link, #header .header-item.tabs li.current.ui-sortable-handle, .open > .btn-default.dropdown-toggle, #title_bar .action_item .open > a.dropdown-toggle.action-item-disabled, .scopes li.open.scope:not(.selected) > a.dropdown-toggle, .table_tools .open > .dropdown-toggle.index, .table_tools .batch_actions_selector .open > .dropdown_menu_button, form .actions li .open > input.dropdown-toggle, .table_tools .batch_actions_selector form .actions li .open > input.dropdown_menu_button, form .actions li .open > a.dropdown-toggle, .table_tools .batch_actions_selector form .actions li .open > a.dropdown_menu_button, .open > .dropdown-toggle.member_link, .open > .dropdown-toggle.ui-sortable-handle, ul.scopes li.scope .open > a.dropdown-toggle, .table_tools .batch_actions_selector ul.scopes li.scope .open > a.dropdown_menu_button, .filter_form .buttons .open > input.dropdown-toggle, .table_tools .batch_actions_selector .filter_form .buttons .open > input.dropdown_menu_button, .filter_form .buttons .open > a.dropdown-toggle, .table_tools .batch_actions_selector .filter_form .buttons .open > a.dropdown_menu_button {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, #title_bar .action_item a.action-item-disabled:active:hover, .scopes li.scope:not(.selected) > a:active:hover, .table_tools .index.selected:active:hover, .table_tools .index:active:hover, .table_tools .batch_actions_selector .dropdown_menu_button:active:hover, form .actions li input:active:hover, form .actions li a:active:hover, .member_link:active:hover, .ui-sortable-handle:active:hover, ul.scopes li.scope a:active:hover, .filter_form .buttons input:active:hover, .filter_form .buttons a:active:hover, .btn-default:active:focus, #title_bar .action_item a.action-item-disabled:active:focus, .scopes li.scope:not(.selected) > a:active:focus, .table_tools .index.selected:active:focus, .table_tools .index:active:focus, .table_tools .batch_actions_selector .dropdown_menu_button:active:focus, form .actions li input:active:focus, form .actions li a:active:focus, .member_link:active:focus, .ui-sortable-handle:active:focus, ul.scopes li.scope a:active:focus, .filter_form .buttons input:active:focus, .filter_form .buttons a:active:focus, .btn-default.focus:active, #title_bar .action_item a.action-item-disabled.focus:active, .scopes li.scope:not(.selected) > a.focus:active, .table_tools .index.selected.focus:active, .table_tools .index.focus:active, .table_tools .batch_actions_selector .dropdown_menu_button.focus:active, form .actions li input.focus:active, form .actions li a.focus:active, .member_link.focus:active, .ui-sortable-handle.focus:active, ul.scopes li.scope a.focus:active, .filter_form .buttons input.focus:active, .filter_form .buttons a.focus:active, .btn-default.active:hover, #title_bar .action_item a.active.action-item-disabled:hover, .scopes li.scope:not(.selected) > a.active:hover, .table_tools .btn-default.index.selected:hover, .table_tools #title_bar .action_item a.index.selected.action-item-disabled:hover, #title_bar .action_item .table_tools a.index.selected.action-item-disabled:hover, .table_tools .scopes li.scope:not(.selected) > a.index.selected:hover, .scopes .table_tools li.scope:not(.selected) > a.index.selected:hover, .table_tools .active.index.selected:hover, .table_tools .index.selected:hover, .table_tools .active.index:hover, .table_tools .index.selected:hover, .table_tools .batch_actions_selector .active.dropdown_menu_button:hover, .table_tools .batch_actions_selector .dropdown_menu_button.index.selected:hover, form .actions li input.active:hover, form .actions li .table_tools input.index.selected:hover, .table_tools form .actions li input.index.selected:hover, form .actions li a.active:hover, form .actions li .table_tools a.index.selected:hover, .table_tools form .actions li a.index.selected:hover, .active.member_link:hover, .table_tools .member_link.index.selected:hover, .active.ui-sortable-handle:hover, .table_tools .ui-sortable-handle.index.selected:hover, ul.scopes li.scope a.active:hover, ul.scopes li.scope .table_tools a.index.selected:hover, .table_tools ul.scopes li.scope a.index.selected:hover, .filter_form .buttons input.active:hover, .filter_form .buttons .table_tools input.index.selected:hover, .table_tools .filter_form .buttons input.index.selected:hover, .filter_form .buttons a.active:hover, .filter_form .buttons .table_tools a.index.selected:hover, .table_tools .filter_form .buttons a.index.selected:hover, #header .header-item.tabs li.btn-default.current:hover, #header .header-item.tabs .table_tools li.current.index.selected:hover, .table_tools #header .header-item.tabs li.current.index.selected:hover, #header .header-item.tabs .table_tools li.current.index:hover, .table_tools #header .header-item.tabs li.current.index:hover, #header .header-item.tabs .table_tools .batch_actions_selector li.current.dropdown_menu_button:hover, .table_tools .batch_actions_selector #header .header-item.tabs li.current.dropdown_menu_button:hover, #header .header-item.tabs li.current.member_link:hover, #header .header-item.tabs li.current.ui-sortable-handle:hover, .btn-default.active:focus, #title_bar .action_item a.active.action-item-disabled:focus, .scopes li.scope:not(.selected) > a.active:focus, .table_tools .btn-default.index.selected:focus, .table_tools #title_bar .action_item a.index.selected.action-item-disabled:focus, #title_bar .action_item .table_tools a.index.selected.action-item-disabled:focus, .table_tools .scopes li.scope:not(.selected) > a.index.selected:focus, .scopes .table_tools li.scope:not(.selected) > a.index.selected:focus, .table_tools .active.index.selected:focus, .table_tools .index.selected:focus, .table_tools .active.index:focus, .table_tools .index.selected:focus, .table_tools .batch_actions_selector .active.dropdown_menu_button:focus, .table_tools .batch_actions_selector .dropdown_menu_button.index.selected:focus, form .actions li input.active:focus, form .actions li .table_tools input.index.selected:focus, .table_tools form .actions li input.index.selected:focus, form .actions li a.active:focus, form .actions li .table_tools a.index.selected:focus, .table_tools form .actions li a.index.selected:focus, .active.member_link:focus, .table_tools .member_link.index.selected:focus, .active.ui-sortable-handle:focus, .table_tools .ui-sortable-handle.index.selected:focus, ul.scopes li.scope a.active:focus, ul.scopes li.scope .table_tools a.index.selected:focus, .table_tools ul.scopes li.scope a.index.selected:focus, .filter_form .buttons input.active:focus, .filter_form .buttons .table_tools input.index.selected:focus, .table_tools .filter_form .buttons input.index.selected:focus, .filter_form .buttons a.active:focus, .filter_form .buttons .table_tools a.index.selected:focus, .table_tools .filter_form .buttons a.index.selected:focus, #header .header-item.tabs li.btn-default.current:focus, #header .header-item.tabs .table_tools li.current.index.selected:focus, .table_tools #header .header-item.tabs li.current.index.selected:focus, #header .header-item.tabs .table_tools li.current.index:focus, .table_tools #header .header-item.tabs li.current.index:focus, #header .header-item.tabs .table_tools .batch_actions_selector li.current.dropdown_menu_button:focus, .table_tools .batch_actions_selector #header .header-item.tabs li.current.dropdown_menu_button:focus, #header .header-item.tabs li.current.member_link:focus, #header .header-item.tabs li.current.ui-sortable-handle:focus, .btn-default.active.focus, #title_bar .action_item a.active.focus.action-item-disabled, .scopes li.scope:not(.selected) > a.active.focus, .table_tools .btn-default.focus.index.selected, .table_tools #title_bar .action_item a.focus.index.selected.action-item-disabled, #title_bar .action_item .table_tools a.focus.index.selected.action-item-disabled, .table_tools .scopes li.scope:not(.selected) > a.focus.index.selected, .scopes .table_tools li.scope:not(.selected) > a.focus.index.selected, .table_tools .active.focus.index.selected, .table_tools .focus.index.selected, .table_tools .active.focus.index, .table_tools .focus.index.selected, .table_tools .batch_actions_selector .active.focus.dropdown_menu_button, .table_tools .batch_actions_selector .focus.dropdown_menu_button.index.selected, form .actions li input.active.focus, form .actions li .table_tools input.focus.index.selected, .table_tools form .actions li input.focus.index.selected, form .actions li a.active.focus, form .actions li .table_tools a.focus.index.selected, .table_tools form .actions li a.focus.index.selected, .active.focus.member_link, .table_tools .focus.member_link.index.selected, .active.focus.ui-sortable-handle, .table_tools .focus.ui-sortable-handle.index.selected, ul.scopes li.scope a.active.focus, ul.scopes li.scope .table_tools a.focus.index.selected, .table_tools ul.scopes li.scope a.focus.index.selected, .filter_form .buttons input.active.focus, .filter_form .buttons .table_tools input.focus.index.selected, .table_tools .filter_form .buttons input.focus.index.selected, .filter_form .buttons a.active.focus, .filter_form .buttons .table_tools a.focus.index.selected, .table_tools .filter_form .buttons a.focus.index.selected, #header .header-item.tabs li.btn-default.focus.current, #header .header-item.tabs .table_tools li.focus.current.index.selected, .table_tools #header .header-item.tabs li.focus.current.index.selected, #header .header-item.tabs .table_tools li.focus.current.index, .table_tools #header .header-item.tabs li.focus.current.index, #header .header-item.tabs .table_tools .batch_actions_selector li.focus.current.dropdown_menu_button, .table_tools .batch_actions_selector #header .header-item.tabs li.focus.current.dropdown_menu_button, #header .header-item.tabs li.focus.current.member_link, #header .header-item.tabs li.focus.current.ui-sortable-handle, .open > .btn-default.dropdown-toggle:hover, #title_bar .action_item .open > a.dropdown-toggle.action-item-disabled:hover, .scopes li.open.scope:not(.selected) > a.dropdown-toggle:hover, .table_tools .open > .dropdown-toggle.index.selected:hover, .table_tools .open > .dropdown-toggle.index:hover, .table_tools .batch_actions_selector .open > .btn-default.dropdown_menu_button:hover, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-disabled:hover, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-disabled:hover, .table_tools .batch_actions_selector .scopes li.open.scope:not(.selected) > a.dropdown_menu_button:hover, .scopes .table_tools .batch_actions_selector li.open.scope:not(.selected) > a.dropdown_menu_button:hover, .table_tools .batch_actions_selector .open > .dropdown_menu_button.index.selected:hover, .table_tools .batch_actions_selector .open > .dropdown_menu_button.index:hover, .table_tools .batch_actions_selector .open > .dropdown-toggle.dropdown_menu_button:hover, .table_tools .batch_actions_selector .open > .dropdown_menu_button:hover, form .actions li .open > input.dropdown-toggle:hover, form .actions li .table_tools .batch_actions_selector .open > input.dropdown_menu_button:hover, .table_tools .batch_actions_selector form .actions li .open > input.dropdown_menu_button:hover, form .actions li .open > a.dropdown-toggle:hover, form .actions li .table_tools .batch_actions_selector .open > a.dropdown_menu_button:hover, .table_tools .batch_actions_selector form .actions li .open > a.dropdown_menu_button:hover, .open > .dropdown-toggle.member_link:hover, .table_tools .batch_actions_selector .open > .member_link.dropdown_menu_button:hover, .open > .dropdown-toggle.ui-sortable-handle:hover, .table_tools .batch_actions_selector .open > .ui-sortable-handle.dropdown_menu_button:hover, ul.scopes li.scope .open > a.dropdown-toggle:hover, ul.scopes li.scope .table_tools .batch_actions_selector .open > a.dropdown_menu_button:hover, .table_tools .batch_actions_selector ul.scopes li.scope .open > a.dropdown_menu_button:hover, .filter_form .buttons .open > input.dropdown-toggle:hover, .filter_form .buttons .table_tools .batch_actions_selector .open > input.dropdown_menu_button:hover, .table_tools .batch_actions_selector .filter_form .buttons .open > input.dropdown_menu_button:hover, .filter_form .buttons .open > a.dropdown-toggle:hover, .filter_form .buttons .table_tools .batch_actions_selector .open > a.dropdown_menu_button:hover, .table_tools .batch_actions_selector .filter_form .buttons .open > a.dropdown_menu_button:hover, .open > .btn-default.dropdown-toggle:focus, #title_bar .action_item .open > a.dropdown-toggle.action-item-disabled:focus, .scopes li.open.scope:not(.selected) > a.dropdown-toggle:focus, .table_tools .open > .dropdown-toggle.index.selected:focus, .table_tools .open > .dropdown-toggle.index:focus, .table_tools .batch_actions_selector .open > .btn-default.dropdown_menu_button:focus, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-disabled:focus, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-disabled:focus, .table_tools .batch_actions_selector .scopes li.open.scope:not(.selected) > a.dropdown_menu_button:focus, .scopes .table_tools .batch_actions_selector li.open.scope:not(.selected) > a.dropdown_menu_button:focus, .table_tools .batch_actions_selector .open > .dropdown_menu_button.index.selected:focus, .table_tools .batch_actions_selector .open > .dropdown_menu_button.index:focus, .table_tools .batch_actions_selector .open > .dropdown-toggle.dropdown_menu_button:focus, .table_tools .batch_actions_selector .open > .dropdown_menu_button:focus, form .actions li .open > input.dropdown-toggle:focus, form .actions li .table_tools .batch_actions_selector .open > input.dropdown_menu_button:focus, .table_tools .batch_actions_selector form .actions li .open > input.dropdown_menu_button:focus, form .actions li .open > a.dropdown-toggle:focus, form .actions li .table_tools .batch_actions_selector .open > a.dropdown_menu_button:focus, .table_tools .batch_actions_selector form .actions li .open > a.dropdown_menu_button:focus, .open > .dropdown-toggle.member_link:focus, .table_tools .batch_actions_selector .open > .member_link.dropdown_menu_button:focus, .open > .dropdown-toggle.ui-sortable-handle:focus, .table_tools .batch_actions_selector .open > .ui-sortable-handle.dropdown_menu_button:focus, ul.scopes li.scope .open > a.dropdown-toggle:focus, ul.scopes li.scope .table_tools .batch_actions_selector .open > a.dropdown_menu_button:focus, .table_tools .batch_actions_selector ul.scopes li.scope .open > a.dropdown_menu_button:focus, .filter_form .buttons .open > input.dropdown-toggle:focus, .filter_form .buttons .table_tools .batch_actions_selector .open > input.dropdown_menu_button:focus, .table_tools .batch_actions_selector .filter_form .buttons .open > input.dropdown_menu_button:focus, .filter_form .buttons .open > a.dropdown-toggle:focus, .filter_form .buttons .table_tools .batch_actions_selector .open > a.dropdown_menu_button:focus, .table_tools .batch_actions_selector .filter_form .buttons .open > a.dropdown_menu_button:focus, .open > .btn-default.dropdown-toggle.focus, #title_bar .action_item .open > a.dropdown-toggle.focus.action-item-disabled, .scopes li.open.scope:not(.selected) > a.dropdown-toggle.focus, .table_tools .open > .dropdown-toggle.focus.index.selected, .table_tools .open > .dropdown-toggle.focus.index, .table_tools .batch_actions_selector .open > .btn-default.focus.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .open > a.focus.dropdown_menu_button.action-item-disabled, #title_bar .action_item .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button.action-item-disabled, .table_tools .batch_actions_selector .scopes li.open.scope:not(.selected) > a.focus.dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.open.scope:not(.selected) > a.focus.dropdown_menu_button, .table_tools .batch_actions_selector .open > .focus.dropdown_menu_button.index.selected, .table_tools .batch_actions_selector .open > .focus.dropdown_menu_button.index, .table_tools .batch_actions_selector .open > .dropdown-toggle.focus.dropdown_menu_button, .table_tools .batch_actions_selector .open > .focus.dropdown_menu_button, form .actions li .open > input.dropdown-toggle.focus, form .actions li .table_tools .batch_actions_selector .open > input.focus.dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .open > input.focus.dropdown_menu_button, form .actions li .open > a.dropdown-toggle.focus, form .actions li .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .open > a.focus.dropdown_menu_button, .open > .dropdown-toggle.focus.member_link, .table_tools .batch_actions_selector .open > .focus.member_link.dropdown_menu_button, .open > .dropdown-toggle.focus.ui-sortable-handle, .table_tools .batch_actions_selector .open > .focus.ui-sortable-handle.dropdown_menu_button, ul.scopes li.scope .open > a.dropdown-toggle.focus, ul.scopes li.scope .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .open > a.focus.dropdown_menu_button, .filter_form .buttons .open > input.dropdown-toggle.focus, .filter_form .buttons .table_tools .batch_actions_selector .open > input.focus.dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .open > input.focus.dropdown_menu_button, .filter_form .buttons .open > a.dropdown-toggle.focus, .filter_form .buttons .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .open > a.focus.dropdown_menu_button {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, #title_bar .action_item a.btn-default.action-item-disabled:hover, #title_bar .action_item a.disabled.action-item-disabled:hover, #title_bar .action_item a.action-item-disabled:hover, .scopes li.scope:not(.selected) > a.disabled:hover, .scopes #title_bar .action_item li.scope:not(.selected) > a.action-item-disabled:hover, #title_bar .action_item .scopes li.scope:not(.selected) > a.action-item-disabled:hover, .table_tools .disabled.index.selected:hover, .table_tools #title_bar .action_item a.index.selected.action-item-disabled:hover, #title_bar .action_item .table_tools a.index.selected.action-item-disabled:hover, .table_tools .disabled.index:hover, .table_tools #title_bar .action_item a.index.action-item-disabled:hover, #title_bar .action_item .table_tools a.index.action-item-disabled:hover, .table_tools .batch_actions_selector .disabled.dropdown_menu_button:hover, .table_tools .batch_actions_selector #title_bar .action_item a.dropdown_menu_button.action-item-disabled:hover, #title_bar .action_item .table_tools .batch_actions_selector a.dropdown_menu_button.action-item-disabled:hover, form .actions li input.disabled:hover, form .actions li a.disabled:hover, form .actions li #title_bar .action_item a.action-item-disabled:hover, #title_bar .action_item form .actions li a.action-item-disabled:hover, .disabled.member_link:hover, #title_bar .action_item a.member_link.action-item-disabled:hover, .disabled.ui-sortable-handle:hover, #title_bar .action_item a.ui-sortable-handle.action-item-disabled:hover, ul.scopes li.scope a.disabled:hover, ul.scopes li.scope #title_bar .action_item a.action-item-disabled:hover, #title_bar .action_item ul.scopes li.scope a.action-item-disabled:hover, .filter_form .buttons input.disabled:hover, .filter_form .buttons a.disabled:hover, .filter_form .buttons #title_bar .action_item a.action-item-disabled:hover, #title_bar .action_item .filter_form .buttons a.action-item-disabled:hover, .btn-default.disabled:focus, #title_bar .action_item a.btn-default.action-item-disabled:focus, #title_bar .action_item a.disabled.action-item-disabled:focus, #title_bar .action_item a.action-item-disabled:focus, .scopes li.scope:not(.selected) > a.disabled:focus, .scopes #title_bar .action_item li.scope:not(.selected) > a.action-item-disabled:focus, #title_bar .action_item .scopes li.scope:not(.selected) > a.action-item-disabled:focus, .table_tools .disabled.index.selected:focus, .table_tools #title_bar .action_item a.index.selected.action-item-disabled:focus, #title_bar .action_item .table_tools a.index.selected.action-item-disabled:focus, .table_tools .disabled.index:focus, .table_tools #title_bar .action_item a.index.action-item-disabled:focus, #title_bar .action_item .table_tools a.index.action-item-disabled:focus, .table_tools .batch_actions_selector .disabled.dropdown_menu_button:focus, .table_tools .batch_actions_selector #title_bar .action_item a.dropdown_menu_button.action-item-disabled:focus, #title_bar .action_item .table_tools .batch_actions_selector a.dropdown_menu_button.action-item-disabled:focus, form .actions li input.disabled:focus, form .actions li a.disabled:focus, form .actions li #title_bar .action_item a.action-item-disabled:focus, #title_bar .action_item form .actions li a.action-item-disabled:focus, .disabled.member_link:focus, #title_bar .action_item a.member_link.action-item-disabled:focus, .disabled.ui-sortable-handle:focus, #title_bar .action_item a.ui-sortable-handle.action-item-disabled:focus, ul.scopes li.scope a.disabled:focus, ul.scopes li.scope #title_bar .action_item a.action-item-disabled:focus, #title_bar .action_item ul.scopes li.scope a.action-item-disabled:focus, .filter_form .buttons input.disabled:focus, .filter_form .buttons a.disabled:focus, .filter_form .buttons #title_bar .action_item a.action-item-disabled:focus, #title_bar .action_item .filter_form .buttons a.action-item-disabled:focus, .btn-default.disabled.focus, #title_bar .action_item a.btn-default.focus.action-item-disabled, #title_bar .action_item a.disabled.focus.action-item-disabled, #title_bar .action_item a.focus.action-item-disabled, .scopes li.scope:not(.selected) > a.disabled.focus, .scopes #title_bar .action_item li.scope:not(.selected) > a.focus.action-item-disabled, #title_bar .action_item .scopes li.scope:not(.selected) > a.focus.action-item-disabled, .table_tools .disabled.focus.index.selected, .table_tools #title_bar .action_item a.focus.index.selected.action-item-disabled, #title_bar .action_item .table_tools a.focus.index.selected.action-item-disabled, .table_tools .disabled.focus.index, .table_tools #title_bar .action_item a.focus.index.action-item-disabled, #title_bar .action_item .table_tools a.focus.index.action-item-disabled, .table_tools .batch_actions_selector .disabled.focus.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item a.focus.dropdown_menu_button.action-item-disabled, #title_bar .action_item .table_tools .batch_actions_selector a.focus.dropdown_menu_button.action-item-disabled, form .actions li input.disabled.focus, form .actions li a.disabled.focus, form .actions li #title_bar .action_item a.focus.action-item-disabled, #title_bar .action_item form .actions li a.focus.action-item-disabled, .disabled.focus.member_link, #title_bar .action_item a.focus.member_link.action-item-disabled, .disabled.focus.ui-sortable-handle, #title_bar .action_item a.focus.ui-sortable-handle.action-item-disabled, ul.scopes li.scope a.disabled.focus, ul.scopes li.scope #title_bar .action_item a.focus.action-item-disabled, #title_bar .action_item ul.scopes li.scope a.focus.action-item-disabled, .filter_form .buttons input.disabled.focus, .filter_form .buttons a.disabled.focus, .filter_form .buttons #title_bar .action_item a.focus.action-item-disabled, #title_bar .action_item .filter_form .buttons a.focus.action-item-disabled, .btn-default[disabled]:hover, #title_bar .action_item a.action-item-disabled[disabled]:hover, .scopes li.scope:not(.selected) > a[disabled]:hover, .table_tools .index.selected[disabled]:hover, .table_tools .index[disabled]:hover, .table_tools .batch_actions_selector .dropdown_menu_button[disabled]:hover, form .actions li input[disabled]:hover, form .actions li a[disabled]:hover, .member_link[disabled]:hover, .ui-sortable-handle[disabled]:hover, ul.scopes li.scope a[disabled]:hover, .filter_form .buttons input[disabled]:hover, .filter_form .buttons a[disabled]:hover, .btn-default[disabled]:focus, #title_bar .action_item a.action-item-disabled[disabled]:focus, .scopes li.scope:not(.selected) > a[disabled]:focus, .table_tools .index.selected[disabled]:focus, .table_tools .index[disabled]:focus, .table_tools .batch_actions_selector .dropdown_menu_button[disabled]:focus, form .actions li input[disabled]:focus, form .actions li a[disabled]:focus, .member_link[disabled]:focus, .ui-sortable-handle[disabled]:focus, ul.scopes li.scope a[disabled]:focus, .filter_form .buttons input[disabled]:focus, .filter_form .buttons a[disabled]:focus, .btn-default.focus[disabled], #title_bar .action_item a.focus.action-item-disabled[disabled], .scopes li.scope:not(.selected) > a.focus[disabled], .table_tools .focus.index.selected[disabled], .table_tools .focus.index[disabled], .table_tools .batch_actions_selector .focus.dropdown_menu_button[disabled], form .actions li input.focus[disabled], form .actions li a.focus[disabled], .focus.member_link[disabled], .focus.ui-sortable-handle[disabled], ul.scopes li.scope a.focus[disabled], .filter_form .buttons input.focus[disabled], .filter_form .buttons a.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] #title_bar .action_item a.action-item-disabled:hover, #title_bar .action_item fieldset[disabled] a.action-item-disabled:hover, fieldset[disabled] .scopes li.scope:not(.selected) > a:hover, .scopes fieldset[disabled] li.scope:not(.selected) > a:hover, fieldset[disabled] .table_tools .index.selected:hover, .table_tools fieldset[disabled] .index.selected:hover, fieldset[disabled] .table_tools .index:hover, .table_tools fieldset[disabled] .index:hover, fieldset[disabled] .table_tools .batch_actions_selector .dropdown_menu_button:hover, .table_tools .batch_actions_selector fieldset[disabled] .dropdown_menu_button:hover, fieldset[disabled] form .actions li input:hover, form .actions li fieldset[disabled] input:hover, fieldset[disabled] form .actions li a:hover, form .actions li fieldset[disabled] a:hover, fieldset[disabled] .member_link:hover, fieldset[disabled] .ui-sortable-handle:hover, fieldset[disabled] ul.scopes li.scope a:hover, ul.scopes li.scope fieldset[disabled] a:hover, fieldset[disabled] .filter_form .buttons input:hover, .filter_form .buttons fieldset[disabled] input:hover, fieldset[disabled] .filter_form .buttons a:hover, .filter_form .buttons fieldset[disabled] a:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] #title_bar .action_item a.action-item-disabled:focus, #title_bar .action_item fieldset[disabled] a.action-item-disabled:focus, fieldset[disabled] .scopes li.scope:not(.selected) > a:focus, .scopes fieldset[disabled] li.scope:not(.selected) > a:focus, fieldset[disabled] .table_tools .index.selected:focus, .table_tools fieldset[disabled] .index.selected:focus, fieldset[disabled] .table_tools .index:focus, .table_tools fieldset[disabled] .index:focus, fieldset[disabled] .table_tools .batch_actions_selector .dropdown_menu_button:focus, .table_tools .batch_actions_selector fieldset[disabled] .dropdown_menu_button:focus, fieldset[disabled] form .actions li input:focus, form .actions li fieldset[disabled] input:focus, fieldset[disabled] form .actions li a:focus, form .actions li fieldset[disabled] a:focus, fieldset[disabled] .member_link:focus, fieldset[disabled] .ui-sortable-handle:focus, fieldset[disabled] ul.scopes li.scope a:focus, ul.scopes li.scope fieldset[disabled] a:focus, fieldset[disabled] .filter_form .buttons input:focus, .filter_form .buttons fieldset[disabled] input:focus, fieldset[disabled] .filter_form .buttons a:focus, .filter_form .buttons fieldset[disabled] a:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] #title_bar .action_item a.focus.action-item-disabled, #title_bar .action_item fieldset[disabled] a.focus.action-item-disabled, fieldset[disabled] .scopes li.scope:not(.selected) > a.focus, .scopes fieldset[disabled] li.scope:not(.selected) > a.focus, fieldset[disabled] .table_tools .focus.index.selected, .table_tools fieldset[disabled] .focus.index.selected, fieldset[disabled] .table_tools .focus.index, .table_tools fieldset[disabled] .focus.index, fieldset[disabled] .table_tools .batch_actions_selector .focus.dropdown_menu_button, .table_tools .batch_actions_selector fieldset[disabled] .focus.dropdown_menu_button, fieldset[disabled] form .actions li input.focus, form .actions li fieldset[disabled] input.focus, fieldset[disabled] form .actions li a.focus, form .actions li fieldset[disabled] a.focus, fieldset[disabled] .focus.member_link, fieldset[disabled] .focus.ui-sortable-handle, fieldset[disabled] ul.scopes li.scope a.focus, ul.scopes li.scope fieldset[disabled] a.focus, fieldset[disabled] .filter_form .buttons input.focus, .filter_form .buttons fieldset[disabled] input.focus, fieldset[disabled] .filter_form .buttons a.focus, .filter_form .buttons fieldset[disabled] a.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge, #title_bar .action_item a.action-item-disabled .badge, .scopes li.scope:not(.selected) > a .badge, .table_tools .index .badge, .table_tools .batch_actions_selector .dropdown_menu_button .badge, form .actions li input .badge, form .actions li a .badge, .member_link .badge, .ui-sortable-handle .badge, ul.scopes li.scope a .badge, .filter_form .buttons input .badge, .filter_form .buttons a .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary, .scopes li.selected.scope > a, form .actions li input[type="submit"], ul.scopes li.scope.selected a, .filter_form .buttons input[type="submit"], #title_bar .action_item a {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .scopes li.selected.scope > a:focus, form .actions li input[type="submit"]:focus, ul.scopes li.scope.selected a:focus, .filter_form .buttons input[type="submit"]:focus, #title_bar .action_item a:focus, .btn-primary.focus, .scopes li.selected.scope > a.focus, form .actions li input.focus[type="submit"], ul.scopes li.scope.selected a.focus, .filter_form .buttons input.focus[type="submit"], #title_bar .action_item a.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .scopes li.selected.scope > a:hover, form .actions li input[type="submit"]:hover, ul.scopes li.scope.selected a:hover, .filter_form .buttons input[type="submit"]:hover, #title_bar .action_item a:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .scopes li.selected.scope > a:active, form .actions li input[type="submit"]:active, ul.scopes li.scope.selected a:active, .filter_form .buttons input[type="submit"]:active, #title_bar .action_item a:active, .btn-primary.active, .scopes li.selected.scope > a.active, .table_tools .btn-primary.index.selected, .table_tools .scopes li.selected.scope > a.index.selected, .scopes .table_tools li.selected.scope > a.index.selected, form .actions li input.active[type="submit"], form .actions li .table_tools input.index.selected[type="submit"], .table_tools form .actions li input.index.selected[type="submit"], ul.scopes li.scope.selected a.active, ul.scopes li.scope.selected .table_tools a.index.selected, .table_tools ul.scopes li.scope.selected a.index.selected, .filter_form .buttons input.active[type="submit"], .filter_form .buttons .table_tools input.index.selected[type="submit"], .table_tools .filter_form .buttons input.index.selected[type="submit"], #title_bar .action_item a.active, #title_bar .action_item .table_tools a.index.selected, .table_tools #title_bar .action_item a.index.selected, #header .header-item.tabs li.btn-primary.current, .open > .btn-primary.dropdown-toggle, .scopes li.selected.scope.open > a.dropdown-toggle, .table_tools .batch_actions_selector .open > .btn-primary.dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.selected.scope.open > a.dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.selected.scope.open > a.dropdown_menu_button, form .actions li .open > input.dropdown-toggle[type="submit"], form .actions li .table_tools .batch_actions_selector .open > input.dropdown_menu_button[type="submit"], .table_tools .batch_actions_selector form .actions li .open > input.dropdown_menu_button[type="submit"], ul.scopes li.scope.selected .open > a.dropdown-toggle, ul.scopes li.scope.selected .table_tools .batch_actions_selector .open > a.dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope.selected .open > a.dropdown_menu_button, .filter_form .buttons .open > input.dropdown-toggle[type="submit"], .filter_form .buttons .table_tools .batch_actions_selector .open > input.dropdown_menu_button[type="submit"], .table_tools .batch_actions_selector .filter_form .buttons .open > input.dropdown_menu_button[type="submit"], #title_bar .action_item .open > a.dropdown-toggle, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .scopes li.selected.scope > a:active:hover, form .actions li input[type="submit"]:active:hover, ul.scopes li.scope.selected a:active:hover, .filter_form .buttons input[type="submit"]:active:hover, #title_bar .action_item a:active:hover, .btn-primary:active:focus, .scopes li.selected.scope > a:active:focus, form .actions li input[type="submit"]:active:focus, ul.scopes li.scope.selected a:active:focus, .filter_form .buttons input[type="submit"]:active:focus, #title_bar .action_item a:active:focus, .btn-primary.focus:active, .scopes li.selected.scope > a.focus:active, form .actions li input.focus[type="submit"]:active, ul.scopes li.scope.selected a.focus:active, .filter_form .buttons input.focus[type="submit"]:active, #title_bar .action_item a.focus:active, .btn-primary.active:hover, .scopes li.selected.scope > a.active:hover, .table_tools .btn-primary.index.selected:hover, .table_tools .scopes li.selected.scope > a.index.selected:hover, .scopes .table_tools li.selected.scope > a.index.selected:hover, form .actions li input.active[type="submit"]:hover, form .actions li .table_tools input.index.selected[type="submit"]:hover, .table_tools form .actions li input.index.selected[type="submit"]:hover, ul.scopes li.scope.selected a.active:hover, ul.scopes li.scope.selected .table_tools a.index.selected:hover, .table_tools ul.scopes li.scope.selected a.index.selected:hover, .filter_form .buttons input.active[type="submit"]:hover, .filter_form .buttons .table_tools input.index.selected[type="submit"]:hover, .table_tools .filter_form .buttons input.index.selected[type="submit"]:hover, #title_bar .action_item a.active:hover, #title_bar .action_item .table_tools a.index.selected:hover, .table_tools #title_bar .action_item a.index.selected:hover, #header .header-item.tabs li.btn-primary.current:hover, .btn-primary.active:focus, .scopes li.selected.scope > a.active:focus, .table_tools .btn-primary.index.selected:focus, .table_tools .scopes li.selected.scope > a.index.selected:focus, .scopes .table_tools li.selected.scope > a.index.selected:focus, form .actions li input.active[type="submit"]:focus, form .actions li .table_tools input.index.selected[type="submit"]:focus, .table_tools form .actions li input.index.selected[type="submit"]:focus, ul.scopes li.scope.selected a.active:focus, ul.scopes li.scope.selected .table_tools a.index.selected:focus, .table_tools ul.scopes li.scope.selected a.index.selected:focus, .filter_form .buttons input.active[type="submit"]:focus, .filter_form .buttons .table_tools input.index.selected[type="submit"]:focus, .table_tools .filter_form .buttons input.index.selected[type="submit"]:focus, #title_bar .action_item a.active:focus, #title_bar .action_item .table_tools a.index.selected:focus, .table_tools #title_bar .action_item a.index.selected:focus, #header .header-item.tabs li.btn-primary.current:focus, .btn-primary.active.focus, .scopes li.selected.scope > a.active.focus, .table_tools .btn-primary.focus.index.selected, .table_tools .scopes li.selected.scope > a.focus.index.selected, .scopes .table_tools li.selected.scope > a.focus.index.selected, form .actions li input.active.focus[type="submit"], form .actions li .table_tools input.focus.index.selected[type="submit"], .table_tools form .actions li input.focus.index.selected[type="submit"], ul.scopes li.scope.selected a.active.focus, ul.scopes li.scope.selected .table_tools a.focus.index.selected, .table_tools ul.scopes li.scope.selected a.focus.index.selected, .filter_form .buttons input.active.focus[type="submit"], .filter_form .buttons .table_tools input.focus.index.selected[type="submit"], .table_tools .filter_form .buttons input.focus.index.selected[type="submit"], #title_bar .action_item a.active.focus, #title_bar .action_item .table_tools a.focus.index.selected, .table_tools #title_bar .action_item a.focus.index.selected, #header .header-item.tabs li.btn-primary.focus.current, .open > .btn-primary.dropdown-toggle:hover, .scopes li.selected.scope.open > a.dropdown-toggle:hover, .table_tools .batch_actions_selector .open > .btn-primary.dropdown_menu_button:hover, .table_tools .batch_actions_selector .scopes li.selected.scope.open > a.dropdown_menu_button:hover, .scopes .table_tools .batch_actions_selector li.selected.scope.open > a.dropdown_menu_button:hover, form .actions li .open > input.dropdown-toggle[type="submit"]:hover, form .actions li .table_tools .batch_actions_selector .open > input.dropdown_menu_button[type="submit"]:hover, .table_tools .batch_actions_selector form .actions li .open > input.dropdown_menu_button[type="submit"]:hover, ul.scopes li.scope.selected .open > a.dropdown-toggle:hover, ul.scopes li.scope.selected .table_tools .batch_actions_selector .open > a.dropdown_menu_button:hover, .table_tools .batch_actions_selector ul.scopes li.scope.selected .open > a.dropdown_menu_button:hover, .filter_form .buttons .open > input.dropdown-toggle[type="submit"]:hover, .filter_form .buttons .table_tools .batch_actions_selector .open > input.dropdown_menu_button[type="submit"]:hover, .table_tools .batch_actions_selector .filter_form .buttons .open > input.dropdown_menu_button[type="submit"]:hover, #title_bar .action_item .open > a.dropdown-toggle:hover, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button:hover, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button:hover, .open > .btn-primary.dropdown-toggle:focus, .scopes li.selected.scope.open > a.dropdown-toggle:focus, .table_tools .batch_actions_selector .open > .btn-primary.dropdown_menu_button:focus, .table_tools .batch_actions_selector .scopes li.selected.scope.open > a.dropdown_menu_button:focus, .scopes .table_tools .batch_actions_selector li.selected.scope.open > a.dropdown_menu_button:focus, form .actions li .open > input.dropdown-toggle[type="submit"]:focus, form .actions li .table_tools .batch_actions_selector .open > input.dropdown_menu_button[type="submit"]:focus, .table_tools .batch_actions_selector form .actions li .open > input.dropdown_menu_button[type="submit"]:focus, ul.scopes li.scope.selected .open > a.dropdown-toggle:focus, ul.scopes li.scope.selected .table_tools .batch_actions_selector .open > a.dropdown_menu_button:focus, .table_tools .batch_actions_selector ul.scopes li.scope.selected .open > a.dropdown_menu_button:focus, .filter_form .buttons .open > input.dropdown-toggle[type="submit"]:focus, .filter_form .buttons .table_tools .batch_actions_selector .open > input.dropdown_menu_button[type="submit"]:focus, .table_tools .batch_actions_selector .filter_form .buttons .open > input.dropdown_menu_button[type="submit"]:focus, #title_bar .action_item .open > a.dropdown-toggle:focus, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button:focus, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button:focus, .open > .btn-primary.dropdown-toggle.focus, .scopes li.selected.scope.open > a.dropdown-toggle.focus, .table_tools .batch_actions_selector .open > .btn-primary.focus.dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.selected.scope.open > a.focus.dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.selected.scope.open > a.focus.dropdown_menu_button, form .actions li .open > input.dropdown-toggle.focus[type="submit"], form .actions li .table_tools .batch_actions_selector .open > input.focus.dropdown_menu_button[type="submit"], .table_tools .batch_actions_selector form .actions li .open > input.focus.dropdown_menu_button[type="submit"], ul.scopes li.scope.selected .open > a.dropdown-toggle.focus, ul.scopes li.scope.selected .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope.selected .open > a.focus.dropdown_menu_button, .filter_form .buttons .open > input.dropdown-toggle.focus[type="submit"], .filter_form .buttons .table_tools .batch_actions_selector .open > input.focus.dropdown_menu_button[type="submit"], .table_tools .batch_actions_selector .filter_form .buttons .open > input.focus.dropdown_menu_button[type="submit"], #title_bar .action_item .open > a.dropdown-toggle.focus, #title_bar .action_item .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .open > a.focus.dropdown_menu_button {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .scopes li.selected.scope > a.disabled:hover, form .actions li input.disabled[type="submit"]:hover, ul.scopes li.scope.selected a.disabled:hover, .filter_form .buttons input.disabled[type="submit"]:hover, #title_bar .action_item a.disabled:hover, #title_bar .action_item a.action-item-disabled:hover, .btn-primary.disabled:focus, .scopes li.selected.scope > a.disabled:focus, form .actions li input.disabled[type="submit"]:focus, ul.scopes li.scope.selected a.disabled:focus, .filter_form .buttons input.disabled[type="submit"]:focus, #title_bar .action_item a.disabled:focus, #title_bar .action_item a.action-item-disabled:focus, .btn-primary.disabled.focus, .scopes li.selected.scope > a.disabled.focus, form .actions li input.disabled.focus[type="submit"], ul.scopes li.scope.selected a.disabled.focus, .filter_form .buttons input.disabled.focus[type="submit"], #title_bar .action_item a.disabled.focus, #title_bar .action_item a.focus.action-item-disabled, .btn-primary[disabled]:hover, .scopes li.selected.scope > a[disabled]:hover, form .actions li input[disabled][type="submit"]:hover, ul.scopes li.scope.selected a[disabled]:hover, .filter_form .buttons input[disabled][type="submit"]:hover, #title_bar .action_item a[disabled]:hover, .btn-primary[disabled]:focus, .scopes li.selected.scope > a[disabled]:focus, form .actions li input[disabled][type="submit"]:focus, ul.scopes li.scope.selected a[disabled]:focus, .filter_form .buttons input[disabled][type="submit"]:focus, #title_bar .action_item a[disabled]:focus, .btn-primary.focus[disabled], .scopes li.selected.scope > a.focus[disabled], form .actions li input.focus[disabled][type="submit"], ul.scopes li.scope.selected a.focus[disabled], .filter_form .buttons input.focus[disabled][type="submit"], #title_bar .action_item a.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .scopes li.selected.scope > a:hover, .scopes fieldset[disabled] li.selected.scope > a:hover, fieldset[disabled] form .actions li input[type="submit"]:hover, form .actions li fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] ul.scopes li.scope.selected a:hover, ul.scopes li.scope.selected fieldset[disabled] a:hover, fieldset[disabled] .filter_form .buttons input[type="submit"]:hover, .filter_form .buttons fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] #title_bar .action_item a:hover, #title_bar .action_item fieldset[disabled] a:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .scopes li.selected.scope > a:focus, .scopes fieldset[disabled] li.selected.scope > a:focus, fieldset[disabled] form .actions li input[type="submit"]:focus, form .actions li fieldset[disabled] input[type="submit"]:focus, fieldset[disabled] ul.scopes li.scope.selected a:focus, ul.scopes li.scope.selected fieldset[disabled] a:focus, fieldset[disabled] .filter_form .buttons input[type="submit"]:focus, .filter_form .buttons fieldset[disabled] input[type="submit"]:focus, fieldset[disabled] #title_bar .action_item a:focus, #title_bar .action_item fieldset[disabled] a:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .scopes li.selected.scope > a.focus, .scopes fieldset[disabled] li.selected.scope > a.focus, fieldset[disabled] form .actions li input.focus[type="submit"], form .actions li fieldset[disabled] input.focus[type="submit"], fieldset[disabled] ul.scopes li.scope.selected a.focus, ul.scopes li.scope.selected fieldset[disabled] a.focus, fieldset[disabled] .filter_form .buttons input.focus[type="submit"], .filter_form .buttons fieldset[disabled] input.focus[type="submit"], fieldset[disabled] #title_bar .action_item a.focus, #title_bar .action_item fieldset[disabled] a.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge, .scopes li.selected.scope > a .badge, form .actions li input[type="submit"] .badge, ul.scopes li.scope.selected a .badge, .filter_form .buttons input[type="submit"] .badge, #title_bar .action_item a .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .table_tools .btn-success.index.selected, #header .header-item.tabs li.btn-success.current, .open > .btn-success.dropdown-toggle, .table_tools .batch_actions_selector .open > .btn-success.dropdown_menu_button {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .table_tools .btn-success.index.selected:hover, #header .header-item.tabs li.btn-success.current:hover, .btn-success.active:focus, .table_tools .btn-success.index.selected:focus, #header .header-item.tabs li.btn-success.current:focus, .btn-success.active.focus, .table_tools .btn-success.focus.index.selected, #header .header-item.tabs li.btn-success.focus.current, .open > .btn-success.dropdown-toggle:hover, .table_tools .batch_actions_selector .open > .btn-success.dropdown_menu_button:hover, .open > .btn-success.dropdown-toggle:focus, .table_tools .batch_actions_selector .open > .btn-success.dropdown_menu_button:focus, .open > .btn-success.dropdown-toggle.focus, .table_tools .batch_actions_selector .open > .btn-success.focus.dropdown_menu_button {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, #title_bar .action_item a.btn-success.action-item-disabled:hover, .btn-success.disabled:focus, #title_bar .action_item a.btn-success.action-item-disabled:focus, .btn-success.disabled.focus, #title_bar .action_item a.btn-success.focus.action-item-disabled, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .table_tools .btn-info.index.selected, #header .header-item.tabs li.btn-info.current, .open > .btn-info.dropdown-toggle, .table_tools .batch_actions_selector .open > .btn-info.dropdown_menu_button {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .table_tools .btn-info.index.selected:hover, #header .header-item.tabs li.btn-info.current:hover, .btn-info.active:focus, .table_tools .btn-info.index.selected:focus, #header .header-item.tabs li.btn-info.current:focus, .btn-info.active.focus, .table_tools .btn-info.focus.index.selected, #header .header-item.tabs li.btn-info.focus.current, .open > .btn-info.dropdown-toggle:hover, .table_tools .batch_actions_selector .open > .btn-info.dropdown_menu_button:hover, .open > .btn-info.dropdown-toggle:focus, .table_tools .batch_actions_selector .open > .btn-info.dropdown_menu_button:focus, .open > .btn-info.dropdown-toggle.focus, .table_tools .batch_actions_selector .open > .btn-info.focus.dropdown_menu_button {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, #title_bar .action_item a.btn-info.action-item-disabled:hover, .btn-info.disabled:focus, #title_bar .action_item a.btn-info.action-item-disabled:focus, .btn-info.disabled.focus, #title_bar .action_item a.btn-info.focus.action-item-disabled, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning, #title_bar .action_item a.action-item-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, #title_bar .action_item a.action-item-warning:focus, .btn-warning.focus, #title_bar .action_item a.focus.action-item-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, #title_bar .action_item a.action-item-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, #title_bar .action_item a.action-item-warning:active, .btn-warning.active, #title_bar .action_item a.active.action-item-warning, .table_tools .btn-warning.index.selected, .table_tools #title_bar .action_item a.index.selected.action-item-warning, #title_bar .action_item .table_tools a.index.selected.action-item-warning, #header .header-item.tabs li.btn-warning.current, .open > .btn-warning.dropdown-toggle, #title_bar .action_item .open > a.dropdown-toggle.action-item-warning, .table_tools .batch_actions_selector .open > .btn-warning.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-warning, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, #title_bar .action_item a.action-item-warning:active:hover, .btn-warning:active:focus, #title_bar .action_item a.action-item-warning:active:focus, .btn-warning.focus:active, #title_bar .action_item a.action-item-warning.focus:active, .btn-warning.active:hover, #title_bar .action_item a.active.action-item-warning:hover, .table_tools .btn-warning.index.selected:hover, .table_tools #title_bar .action_item a.index.selected.action-item-warning:hover, #title_bar .action_item .table_tools a.index.selected.action-item-warning:hover, #header .header-item.tabs li.btn-warning.current:hover, .btn-warning.active:focus, #title_bar .action_item a.active.action-item-warning:focus, .table_tools .btn-warning.index.selected:focus, .table_tools #title_bar .action_item a.index.selected.action-item-warning:focus, #title_bar .action_item .table_tools a.index.selected.action-item-warning:focus, #header .header-item.tabs li.btn-warning.current:focus, .btn-warning.active.focus, #title_bar .action_item a.active.focus.action-item-warning, .table_tools .btn-warning.focus.index.selected, .table_tools #title_bar .action_item a.focus.index.selected.action-item-warning, #title_bar .action_item .table_tools a.focus.index.selected.action-item-warning, #header .header-item.tabs li.btn-warning.focus.current, .open > .btn-warning.dropdown-toggle:hover, #title_bar .action_item .open > a.dropdown-toggle.action-item-warning:hover, .table_tools .batch_actions_selector .open > .btn-warning.dropdown_menu_button:hover, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-warning:hover, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-warning:hover, .open > .btn-warning.dropdown-toggle:focus, #title_bar .action_item .open > a.dropdown-toggle.action-item-warning:focus, .table_tools .batch_actions_selector .open > .btn-warning.dropdown_menu_button:focus, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-warning:focus, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-warning:focus, .open > .btn-warning.dropdown-toggle.focus, #title_bar .action_item .open > a.dropdown-toggle.focus.action-item-warning, .table_tools .batch_actions_selector .open > .btn-warning.focus.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .open > a.focus.dropdown_menu_button.action-item-warning, #title_bar .action_item .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button.action-item-warning {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, #title_bar .action_item a.disabled.action-item-warning:hover, #title_bar .action_item a.btn-warning.action-item-disabled:hover, #title_bar .action_item a.action-item-disabled.action-item-warning:hover, .btn-warning.disabled:focus, #title_bar .action_item a.disabled.action-item-warning:focus, #title_bar .action_item a.btn-warning.action-item-disabled:focus, #title_bar .action_item a.action-item-disabled.action-item-warning:focus, .btn-warning.disabled.focus, #title_bar .action_item a.disabled.focus.action-item-warning, #title_bar .action_item a.btn-warning.focus.action-item-disabled, #title_bar .action_item a.focus.action-item-disabled.action-item-warning, .btn-warning[disabled]:hover, #title_bar .action_item a.action-item-warning[disabled]:hover, .btn-warning[disabled]:focus, #title_bar .action_item a.action-item-warning[disabled]:focus, .btn-warning.focus[disabled], #title_bar .action_item a.focus.action-item-warning[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] #title_bar .action_item a.action-item-warning:hover, #title_bar .action_item fieldset[disabled] a.action-item-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] #title_bar .action_item a.action-item-warning:focus, #title_bar .action_item fieldset[disabled] a.action-item-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] #title_bar .action_item a.focus.action-item-warning, #title_bar .action_item fieldset[disabled] a.focus.action-item-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge, #title_bar .action_item a.action-item-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger, #title_bar .action_item a.action-item-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, #title_bar .action_item a.action-item-danger:focus, .btn-danger.focus, #title_bar .action_item a.focus.action-item-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, #title_bar .action_item a.action-item-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, #title_bar .action_item a.action-item-danger:active, .btn-danger.active, #title_bar .action_item a.active.action-item-danger, .table_tools .btn-danger.index.selected, .table_tools #title_bar .action_item a.index.selected.action-item-danger, #title_bar .action_item .table_tools a.index.selected.action-item-danger, #header .header-item.tabs li.btn-danger.current, .open > .btn-danger.dropdown-toggle, #title_bar .action_item .open > a.dropdown-toggle.action-item-danger, .table_tools .batch_actions_selector .open > .btn-danger.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-danger, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, #title_bar .action_item a.action-item-danger:active:hover, .btn-danger:active:focus, #title_bar .action_item a.action-item-danger:active:focus, .btn-danger.focus:active, #title_bar .action_item a.action-item-danger.focus:active, .btn-danger.active:hover, #title_bar .action_item a.active.action-item-danger:hover, .table_tools .btn-danger.index.selected:hover, .table_tools #title_bar .action_item a.index.selected.action-item-danger:hover, #title_bar .action_item .table_tools a.index.selected.action-item-danger:hover, #header .header-item.tabs li.btn-danger.current:hover, .btn-danger.active:focus, #title_bar .action_item a.active.action-item-danger:focus, .table_tools .btn-danger.index.selected:focus, .table_tools #title_bar .action_item a.index.selected.action-item-danger:focus, #title_bar .action_item .table_tools a.index.selected.action-item-danger:focus, #header .header-item.tabs li.btn-danger.current:focus, .btn-danger.active.focus, #title_bar .action_item a.active.focus.action-item-danger, .table_tools .btn-danger.focus.index.selected, .table_tools #title_bar .action_item a.focus.index.selected.action-item-danger, #title_bar .action_item .table_tools a.focus.index.selected.action-item-danger, #header .header-item.tabs li.btn-danger.focus.current, .open > .btn-danger.dropdown-toggle:hover, #title_bar .action_item .open > a.dropdown-toggle.action-item-danger:hover, .table_tools .batch_actions_selector .open > .btn-danger.dropdown_menu_button:hover, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-danger:hover, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-danger:hover, .open > .btn-danger.dropdown-toggle:focus, #title_bar .action_item .open > a.dropdown-toggle.action-item-danger:focus, .table_tools .batch_actions_selector .open > .btn-danger.dropdown_menu_button:focus, .table_tools .batch_actions_selector #title_bar .action_item .open > a.dropdown_menu_button.action-item-danger:focus, #title_bar .action_item .table_tools .batch_actions_selector .open > a.dropdown_menu_button.action-item-danger:focus, .open > .btn-danger.dropdown-toggle.focus, #title_bar .action_item .open > a.dropdown-toggle.focus.action-item-danger, .table_tools .batch_actions_selector .open > .btn-danger.focus.dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .open > a.focus.dropdown_menu_button.action-item-danger, #title_bar .action_item .table_tools .batch_actions_selector .open > a.focus.dropdown_menu_button.action-item-danger {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, #title_bar .action_item a.disabled.action-item-danger:hover, #title_bar .action_item a.btn-danger.action-item-disabled:hover, #title_bar .action_item a.action-item-disabled.action-item-danger:hover, .btn-danger.disabled:focus, #title_bar .action_item a.disabled.action-item-danger:focus, #title_bar .action_item a.btn-danger.action-item-disabled:focus, #title_bar .action_item a.action-item-disabled.action-item-danger:focus, .btn-danger.disabled.focus, #title_bar .action_item a.disabled.focus.action-item-danger, #title_bar .action_item a.btn-danger.focus.action-item-disabled, #title_bar .action_item a.focus.action-item-disabled.action-item-danger, .btn-danger[disabled]:hover, #title_bar .action_item a.action-item-danger[disabled]:hover, .btn-danger[disabled]:focus, #title_bar .action_item a.action-item-danger[disabled]:focus, .btn-danger.focus[disabled], #title_bar .action_item a.focus.action-item-danger[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] #title_bar .action_item a.action-item-danger:hover, #title_bar .action_item fieldset[disabled] a.action-item-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] #title_bar .action_item a.action-item-danger:focus, #title_bar .action_item fieldset[disabled] a.action-item-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] #title_bar .action_item a.focus.action-item-danger, #title_bar .action_item fieldset[disabled] a.focus.action-item-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge, #title_bar .action_item a.action-item-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 101, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .table_tools .btn-link.index.selected, #header .header-item.tabs li.btn-link.current, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, .scopes li.scope.btn-group-lg > a, .table_tools .btn-group-lg > .index, .table_tools .batch_actions_selector .btn-group-lg > .dropdown_menu_button, form .actions li .btn-group-lg > input, form .actions li .btn-group-lg > a, .btn-group-lg > .member_link, .btn-group-lg > .ui-sortable-handle, ul.scopes li.scope .btn-group-lg > a, .filter_form .buttons .btn-group-lg > input, .filter_form .buttons .btn-group-lg > a, #title_bar .action_item .btn-group-lg > a {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, .scopes li.scope.btn-group-sm > a, .table_tools .btn-group-sm > .index, .table_tools .batch_actions_selector .btn-group-sm > .dropdown_menu_button, form .actions li .btn-group-sm > input, form .actions li .btn-group-sm > a, .btn-group-sm > .member_link, .btn-group-sm > .ui-sortable-handle, ul.scopes li.scope .btn-group-sm > a, .filter_form .buttons .btn-group-sm > input, .filter_form .buttons .btn-group-sm > a, #title_bar .action_item .btn-group-sm > a {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn, .scopes li.scope.btn-group-xs > a, .table_tools .btn-group-xs > .index, .table_tools .batch_actions_selector .btn-group-xs > .dropdown_menu_button, form .actions li .btn-group-xs > input, form .actions li .btn-group-xs > a, .btn-group-xs > .member_link, .btn-group-xs > .ui-sortable-handle, ul.scopes li.scope .btn-group-xs > a, .filter_form .buttons .btn-group-xs > input, .filter_form .buttons .btn-group-xs > a, #title_bar .action_item .btn-group-xs > a {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block, #login #admin_user_submit_action, #login input[type="submit"] {
  display: block;
  width: 100%;
}

/* line 157, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block, #login #admin_user_submit_action + .btn-block, #login input[type="submit"] + .btn-block, #login .btn-block + #admin_user_submit_action, #login #admin_user_submit_action + #admin_user_submit_action, #login input[type="submit"] + #admin_user_submit_action, #login .btn-block + input[type="submit"], #login #admin_user_submit_action + input[type="submit"], #login input[type="submit"] + input[type="submit"] {
  margin-top: 5px;
}

/* line 165, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"], #login #admin_user_submit_action[type="submit"], #login input[type="submit"],
input.btn-block[type="reset"],
#login #admin_user_submit_action[type="reset"],
#login input[type="reset"][type="submit"],
input.btn-block[type="button"],
#login #admin_user_submit_action[type="button"],
#login input[type="button"][type="submit"] {
  width: 100%;
}

/* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret, .table_tools .batch_actions_selector .dropdown_menu_button:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus, .table_tools .batch_actions_selector .dropdown_menu_button:focus {
  outline: 0;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu, .table_tools .batch_actions_selector .dropdown_menu_list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 54, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right, .table_tools .batch_actions_selector .pull-right.dropdown_menu_list, #title_bar #titlebar_right.dropdown-menu, #title_bar .table_tools .batch_actions_selector #titlebar_right.dropdown_menu_list, .table_tools .batch_actions_selector #title_bar #titlebar_right.dropdown_menu_list {
  right: 0;
  left: auto;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider, .table_tools .batch_actions_selector .dropdown_menu_list .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a, .table_tools .batch_actions_selector .dropdown_menu_list > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 74, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .dropdown-menu > li > a:focus, .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 85, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .table_tools .dropdown-menu > .index.selected > a, .table_tools .batch_actions_selector .dropdown_menu_list > .active > a, .table_tools .batch_actions_selector .dropdown_menu_list > .index.selected > a, #header .header-item.tabs .dropdown-menu > li.current > a, #header .header-item.tabs .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector #header .header-item.tabs .dropdown_menu_list > li.current > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 100, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, #title_bar .action_item .dropdown-menu > a.action-item-disabled > a, .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a, .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 107, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, #title_bar .action_item .dropdown-menu > a.action-item-disabled > a:hover, .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a:hover, .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a:hover, #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a:hover, .dropdown-menu > .disabled > a:focus, #title_bar .action_item .dropdown-menu > a.action-item-disabled > a:focus, .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a:focus, .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a:focus, #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 120, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu, .table_tools .batch_actions_selector .open > .dropdown_menu_list {
  display: block;
}

/* line 125, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 160, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu, .table_tools .batch_actions_selector .pull-right > .dropdown_menu_list, #title_bar #titlebar_right > .dropdown-menu, #title_bar .table_tools .batch_actions_selector #titlebar_right > .dropdown_menu_list, .table_tools .batch_actions_selector #title_bar #titlebar_right > .dropdown_menu_list {
  right: 0;
  left: auto;
}

/* line 183, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret, .dropup .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .dropdown_menu_button:after,
.navbar-fixed-bottom .dropdown .caret,
.navbar-fixed-bottom .dropdown .table_tools .batch_actions_selector .dropdown_menu_button:after,
.table_tools .batch_actions_selector .navbar-fixed-bottom .dropdown .dropdown_menu_button:after {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 190, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu, .dropup .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .batch_actions_selector .dropup .dropdown_menu_list,
.navbar-fixed-bottom .dropdown .dropdown-menu,
.navbar-fixed-bottom .dropdown .table_tools .batch_actions_selector .dropdown_menu_list,
.table_tools .batch_actions_selector .navbar-fixed-bottom .dropdown .dropdown_menu_list {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 204, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu, .navbar-right .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .batch_actions_selector .navbar-right .dropdown_menu_list {
    right: 0;
    left: auto;
  }
  /* line 209, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group, .table_tools .table_tools_segmented_control,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn, .scopes li.scope.btn-group > a, .table_tools .btn-group > .index, .table_tools .table_tools_segmented_control > .btn, .table_tools .scopes li.scope.table_tools_segmented_control > a, .scopes .table_tools li.scope.table_tools_segmented_control > a, .table_tools .table_tools_segmented_control > .index, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button, form .actions li .btn-group > input, form .actions li .table_tools .table_tools_segmented_control > input, .table_tools form .actions li .table_tools_segmented_control > input, form .actions li .btn-group > a, form .actions li .table_tools .table_tools_segmented_control > a, .table_tools form .actions li .table_tools_segmented_control > a, .btn-group > .member_link, .table_tools .table_tools_segmented_control > .member_link, .btn-group > .ui-sortable-handle, .table_tools .table_tools_segmented_control > .ui-sortable-handle, ul.scopes li.scope .btn-group > a, ul.scopes li.scope .table_tools .table_tools_segmented_control > a, .table_tools ul.scopes li.scope .table_tools_segmented_control > a, .filter_form .buttons .btn-group > input, .filter_form .buttons .table_tools .table_tools_segmented_control > input, .table_tools .filter_form .buttons .table_tools_segmented_control > input, .filter_form .buttons .btn-group > a, .filter_form .buttons .table_tools .table_tools_segmented_control > a, .table_tools .filter_form .buttons .table_tools_segmented_control > a, #title_bar .action_item .btn-group > a, #title_bar .action_item .table_tools .table_tools_segmented_control > a, .table_tools #title_bar .action_item .table_tools_segmented_control > a,
.btn-group-vertical > .btn,
.scopes li.scope.btn-group-vertical > a,
.table_tools .btn-group-vertical > .index,
.table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button,
form .actions li .btn-group-vertical > input,
form .actions li .btn-group-vertical > a,
.btn-group-vertical > .member_link,
.btn-group-vertical > .ui-sortable-handle,
ul.scopes li.scope .btn-group-vertical > a,
.filter_form .buttons .btn-group-vertical > input,
.filter_form .buttons .btn-group-vertical > a,
#title_bar .action_item .btn-group-vertical > a {
  position: relative;
  float: left;
}

/* line 15, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .scopes li.scope.btn-group > a:hover, .table_tools .btn-group > .index:hover, .table_tools .table_tools_segmented_control > .btn:hover, .table_tools .scopes li.scope.table_tools_segmented_control > a:hover, .scopes .table_tools li.scope.table_tools_segmented_control > a:hover, .table_tools .table_tools_segmented_control > .index:hover, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button:hover, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button:hover, form .actions li .btn-group > input:hover, form .actions li .table_tools .table_tools_segmented_control > input:hover, .table_tools form .actions li .table_tools_segmented_control > input:hover, form .actions li .btn-group > a:hover, form .actions li .table_tools .table_tools_segmented_control > a:hover, .table_tools form .actions li .table_tools_segmented_control > a:hover, .btn-group > .member_link:hover, .table_tools .table_tools_segmented_control > .member_link:hover, .btn-group > .ui-sortable-handle:hover, .table_tools .table_tools_segmented_control > .ui-sortable-handle:hover, ul.scopes li.scope .btn-group > a:hover, ul.scopes li.scope .table_tools .table_tools_segmented_control > a:hover, .table_tools ul.scopes li.scope .table_tools_segmented_control > a:hover, .filter_form .buttons .btn-group > input:hover, .filter_form .buttons .table_tools .table_tools_segmented_control > input:hover, .table_tools .filter_form .buttons .table_tools_segmented_control > input:hover, .filter_form .buttons .btn-group > a:hover, .filter_form .buttons .table_tools .table_tools_segmented_control > a:hover, .table_tools .filter_form .buttons .table_tools_segmented_control > a:hover, #title_bar .action_item .btn-group > a:hover, #title_bar .action_item .table_tools .table_tools_segmented_control > a:hover, .table_tools #title_bar .action_item .table_tools_segmented_control > a:hover, .btn-group > .btn:focus, .scopes li.scope.btn-group > a:focus, .table_tools .btn-group > .index:focus, .table_tools .table_tools_segmented_control > .btn:focus, .table_tools .scopes li.scope.table_tools_segmented_control > a:focus, .scopes .table_tools li.scope.table_tools_segmented_control > a:focus, .table_tools .table_tools_segmented_control > .index:focus, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button:focus, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button:focus, form .actions li .btn-group > input:focus, form .actions li .table_tools .table_tools_segmented_control > input:focus, .table_tools form .actions li .table_tools_segmented_control > input:focus, form .actions li .btn-group > a:focus, form .actions li .table_tools .table_tools_segmented_control > a:focus, .table_tools form .actions li .table_tools_segmented_control > a:focus, .btn-group > .member_link:focus, .table_tools .table_tools_segmented_control > .member_link:focus, .btn-group > .ui-sortable-handle:focus, .table_tools .table_tools_segmented_control > .ui-sortable-handle:focus, ul.scopes li.scope .btn-group > a:focus, ul.scopes li.scope .table_tools .table_tools_segmented_control > a:focus, .table_tools ul.scopes li.scope .table_tools_segmented_control > a:focus, .filter_form .buttons .btn-group > input:focus, .filter_form .buttons .table_tools .table_tools_segmented_control > input:focus, .table_tools .filter_form .buttons .table_tools_segmented_control > input:focus, .filter_form .buttons .btn-group > a:focus, .filter_form .buttons .table_tools .table_tools_segmented_control > a:focus, .table_tools .filter_form .buttons .table_tools_segmented_control > a:focus, #title_bar .action_item .btn-group > a:focus, #title_bar .action_item .table_tools .table_tools_segmented_control > a:focus, .table_tools #title_bar .action_item .table_tools_segmented_control > a:focus, .btn-group > .btn:active, .scopes li.scope.btn-group > a:active, .table_tools .btn-group > .index:active, .table_tools .table_tools_segmented_control > .btn:active, .table_tools .scopes li.scope.table_tools_segmented_control > a:active, .scopes .table_tools li.scope.table_tools_segmented_control > a:active, .table_tools .table_tools_segmented_control > .index:active, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button:active, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button:active, form .actions li .btn-group > input:active, form .actions li .table_tools .table_tools_segmented_control > input:active, .table_tools form .actions li .table_tools_segmented_control > input:active, form .actions li .btn-group > a:active, form .actions li .table_tools .table_tools_segmented_control > a:active, .table_tools form .actions li .table_tools_segmented_control > a:active, .btn-group > .member_link:active, .table_tools .table_tools_segmented_control > .member_link:active, .btn-group > .ui-sortable-handle:active, .table_tools .table_tools_segmented_control > .ui-sortable-handle:active, ul.scopes li.scope .btn-group > a:active, ul.scopes li.scope .table_tools .table_tools_segmented_control > a:active, .table_tools ul.scopes li.scope .table_tools_segmented_control > a:active, .filter_form .buttons .btn-group > input:active, .filter_form .buttons .table_tools .table_tools_segmented_control > input:active, .table_tools .filter_form .buttons .table_tools_segmented_control > input:active, .filter_form .buttons .btn-group > a:active, .filter_form .buttons .table_tools .table_tools_segmented_control > a:active, .table_tools .filter_form .buttons .table_tools_segmented_control > a:active, #title_bar .action_item .btn-group > a:active, #title_bar .action_item .table_tools .table_tools_segmented_control > a:active, .table_tools #title_bar .action_item .table_tools_segmented_control > a:active, .btn-group > .btn.active, .scopes li.scope.btn-group > a.active, .table_tools .btn-group > .btn.index.selected, .table_tools .scopes li.scope.btn-group > a.index.selected, .scopes .table_tools li.scope.btn-group > a.index.selected, .table_tools .btn-group > .active.index, .table_tools .btn-group > .index.selected, .table_tools .table_tools_segmented_control > .btn.active, .table_tools .scopes li.scope.table_tools_segmented_control > a.active, .scopes .table_tools li.scope.table_tools_segmented_control > a.active, .table_tools .table_tools_segmented_control > .btn.index.selected, .table_tools .scopes li.scope.table_tools_segmented_control > a.index.selected, .scopes .table_tools li.scope.table_tools_segmented_control > a.index.selected, .table_tools .table_tools_segmented_control > .active.index, .table_tools .table_tools_segmented_control > .index.selected, .table_tools .batch_actions_selector .btn-group > .active.dropdown_menu_button, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button.index.selected, .table_tools .batch_actions_selector .table_tools_segmented_control > .active.dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button.index.selected, form .actions li .btn-group > input.active, form .actions li .table_tools .btn-group > input.index.selected, .table_tools form .actions li .btn-group > input.index.selected, form .actions li .table_tools .table_tools_segmented_control > input.active, form .actions li .table_tools .table_tools_segmented_control > input.index.selected, .table_tools form .actions li .table_tools_segmented_control > input.active, .table_tools form .actions li .table_tools_segmented_control > input.index.selected, form .actions li .btn-group > a.active, form .actions li .table_tools .btn-group > a.index.selected, .table_tools form .actions li .btn-group > a.index.selected, form .actions li .table_tools .table_tools_segmented_control > a.active, form .actions li .table_tools .table_tools_segmented_control > a.index.selected, .table_tools form .actions li .table_tools_segmented_control > a.active, .table_tools form .actions li .table_tools_segmented_control > a.index.selected, .btn-group > .active.member_link, .table_tools .btn-group > .member_link.index.selected, .table_tools .table_tools_segmented_control > .active.member_link, .table_tools .table_tools_segmented_control > .member_link.index.selected, .btn-group > .active.ui-sortable-handle, .table_tools .btn-group > .ui-sortable-handle.index.selected, .table_tools .table_tools_segmented_control > .active.ui-sortable-handle, .table_tools .table_tools_segmented_control > .ui-sortable-handle.index.selected, ul.scopes li.scope .btn-group > a.active, ul.scopes li.scope .table_tools .btn-group > a.index.selected, .table_tools ul.scopes li.scope .btn-group > a.index.selected, ul.scopes li.scope .table_tools .table_tools_segmented_control > a.active, ul.scopes li.scope .table_tools .table_tools_segmented_control > a.index.selected, .table_tools ul.scopes li.scope .table_tools_segmented_control > a.active, .table_tools ul.scopes li.scope .table_tools_segmented_control > a.index.selected, .filter_form .buttons .btn-group > input.active, .filter_form .buttons .table_tools .btn-group > input.index.selected, .table_tools .filter_form .buttons .btn-group > input.index.selected, .filter_form .buttons .table_tools .table_tools_segmented_control > input.active, .filter_form .buttons .table_tools .table_tools_segmented_control > input.index.selected, .table_tools .filter_form .buttons .table_tools_segmented_control > input.active, .table_tools .filter_form .buttons .table_tools_segmented_control > input.index.selected, .filter_form .buttons .btn-group > a.active, .filter_form .buttons .table_tools .btn-group > a.index.selected, .table_tools .filter_form .buttons .btn-group > a.index.selected, .filter_form .buttons .table_tools .table_tools_segmented_control > a.active, .filter_form .buttons .table_tools .table_tools_segmented_control > a.index.selected, .table_tools .filter_form .buttons .table_tools_segmented_control > a.active, .table_tools .filter_form .buttons .table_tools_segmented_control > a.index.selected, #title_bar .action_item .btn-group > a.active, #title_bar .action_item .table_tools .btn-group > a.index.selected, .table_tools #title_bar .action_item .btn-group > a.index.selected, #title_bar .action_item .table_tools .table_tools_segmented_control > a.active, #title_bar .action_item .table_tools .table_tools_segmented_control > a.index.selected, .table_tools #title_bar .action_item .table_tools_segmented_control > a.active, .table_tools #title_bar .action_item .table_tools_segmented_control > a.index.selected, #header .header-item.tabs .btn-group > li.btn.current, #header .header-item.tabs .table_tools .btn-group > li.current.index, .table_tools #header .header-item.tabs .btn-group > li.current.index, #header .header-item.tabs .table_tools .table_tools_segmented_control > li.btn.current, #header .header-item.tabs .table_tools .table_tools_segmented_control > li.current.index, .table_tools #header .header-item.tabs .table_tools_segmented_control > li.btn.current, .table_tools #header .header-item.tabs .table_tools_segmented_control > li.current.index, #header .header-item.tabs .table_tools .batch_actions_selector .btn-group > li.current.dropdown_menu_button, #header .header-item.tabs .table_tools .batch_actions_selector .table_tools_segmented_control > li.current.dropdown_menu_button, .table_tools .batch_actions_selector #header .header-item.tabs .btn-group > li.current.dropdown_menu_button, .table_tools .batch_actions_selector #header .header-item.tabs .table_tools_segmented_control > li.current.dropdown_menu_button, #header .header-item.tabs .btn-group > li.current.member_link, #header .header-item.tabs .table_tools .table_tools_segmented_control > li.current.member_link, .table_tools #header .header-item.tabs .table_tools_segmented_control > li.current.member_link, #header .header-item.tabs .btn-group > li.current.ui-sortable-handle, #header .header-item.tabs .table_tools .table_tools_segmented_control > li.current.ui-sortable-handle, .table_tools #header .header-item.tabs .table_tools_segmented_control > li.current.ui-sortable-handle,
.btn-group-vertical > .btn:hover,
.scopes li.scope.btn-group-vertical > a:hover,
.table_tools .btn-group-vertical > .index:hover,
.table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button:hover,
form .actions li .btn-group-vertical > input:hover,
form .actions li .btn-group-vertical > a:hover,
.btn-group-vertical > .member_link:hover,
.btn-group-vertical > .ui-sortable-handle:hover,
ul.scopes li.scope .btn-group-vertical > a:hover,
.filter_form .buttons .btn-group-vertical > input:hover,
.filter_form .buttons .btn-group-vertical > a:hover,
#title_bar .action_item .btn-group-vertical > a:hover,
.btn-group-vertical > .btn:focus,
.scopes li.scope.btn-group-vertical > a:focus,
.table_tools .btn-group-vertical > .index:focus,
.table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button:focus,
form .actions li .btn-group-vertical > input:focus,
form .actions li .btn-group-vertical > a:focus,
.btn-group-vertical > .member_link:focus,
.btn-group-vertical > .ui-sortable-handle:focus,
ul.scopes li.scope .btn-group-vertical > a:focus,
.filter_form .buttons .btn-group-vertical > input:focus,
.filter_form .buttons .btn-group-vertical > a:focus,
#title_bar .action_item .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.scopes li.scope.btn-group-vertical > a:active,
.table_tools .btn-group-vertical > .index:active,
.table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button:active,
form .actions li .btn-group-vertical > input:active,
form .actions li .btn-group-vertical > a:active,
.btn-group-vertical > .member_link:active,
.btn-group-vertical > .ui-sortable-handle:active,
ul.scopes li.scope .btn-group-vertical > a:active,
.filter_form .buttons .btn-group-vertical > input:active,
.filter_form .buttons .btn-group-vertical > a:active,
#title_bar .action_item .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.scopes li.scope.btn-group-vertical > a.active,
.table_tools .btn-group-vertical > .btn.index.selected,
.table_tools .scopes li.scope.btn-group-vertical > a.index.selected,
.scopes .table_tools li.scope.btn-group-vertical > a.index.selected,
.table_tools .btn-group-vertical > .active.index,
.table_tools .btn-group-vertical > .index.selected,
.table_tools .batch_actions_selector .btn-group-vertical > .active.dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button.index.selected,
form .actions li .btn-group-vertical > input.active,
form .actions li .table_tools .btn-group-vertical > input.index.selected,
.table_tools form .actions li .btn-group-vertical > input.index.selected,
form .actions li .btn-group-vertical > a.active,
form .actions li .table_tools .btn-group-vertical > a.index.selected,
.table_tools form .actions li .btn-group-vertical > a.index.selected,
.btn-group-vertical > .active.member_link,
.table_tools .btn-group-vertical > .member_link.index.selected,
.btn-group-vertical > .active.ui-sortable-handle,
.table_tools .btn-group-vertical > .ui-sortable-handle.index.selected,
ul.scopes li.scope .btn-group-vertical > a.active,
ul.scopes li.scope .table_tools .btn-group-vertical > a.index.selected,
.table_tools ul.scopes li.scope .btn-group-vertical > a.index.selected,
.filter_form .buttons .btn-group-vertical > input.active,
.filter_form .buttons .table_tools .btn-group-vertical > input.index.selected,
.table_tools .filter_form .buttons .btn-group-vertical > input.index.selected,
.filter_form .buttons .btn-group-vertical > a.active,
.filter_form .buttons .table_tools .btn-group-vertical > a.index.selected,
.table_tools .filter_form .buttons .btn-group-vertical > a.index.selected,
#title_bar .action_item .btn-group-vertical > a.active,
#title_bar .action_item .table_tools .btn-group-vertical > a.index.selected,
.table_tools #title_bar .action_item .btn-group-vertical > a.index.selected,
#header .header-item.tabs .btn-group-vertical > li.btn.current,
#header .header-item.tabs .table_tools .btn-group-vertical > li.current.index,
.table_tools #header .header-item.tabs .btn-group-vertical > li.current.index,
#header .header-item.tabs .table_tools .batch_actions_selector .btn-group-vertical > li.current.dropdown_menu_button,
.table_tools .batch_actions_selector #header .header-item.tabs .btn-group-vertical > li.current.dropdown_menu_button,
#header .header-item.tabs .btn-group-vertical > li.current.member_link,
#header .header-item.tabs .btn-group-vertical > li.current.ui-sortable-handle {
  z-index: 2;
}

/* line 26, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn, .btn-group .scopes li.scope > a + .btn, .scopes .btn-group li.scope > a + .btn, .btn-group .scopes li.scope > .btn + a, .scopes .btn-group li.scope > .btn + a, .btn-group .scopes li.scope > a + a, .scopes .btn-group li.scope > a + a, .btn-group .table_tools .index + .btn, .btn-group .table_tools .scopes li.scope > .index + a, .scopes .btn-group .table_tools li.scope > .index + a, .table_tools .btn-group .index + .btn, .table_tools .btn-group .scopes li.scope > .index + a, .scopes .table_tools .btn-group li.scope > .index + a, .btn-group .table_tools .btn + .index, .btn-group .table_tools .scopes li.scope > a + .index, .scopes .btn-group .table_tools li.scope > a + .index, .table_tools .btn-group .btn + .index, .table_tools .btn-group .scopes li.scope > a + .index, .scopes .table_tools .btn-group li.scope > a + .index, .btn-group .table_tools .index + .index, .table_tools .btn-group .index + .index, .table_tools .table_tools_segmented_control .btn + .btn, .table_tools .table_tools_segmented_control .scopes li.scope > a + .btn, .scopes .table_tools .table_tools_segmented_control li.scope > a + .btn, .table_tools .table_tools_segmented_control .scopes li.scope > .btn + a, .scopes .table_tools .table_tools_segmented_control li.scope > .btn + a, .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools .table_tools_segmented_control li.scope > a + a, .table_tools .table_tools_segmented_control .index + .btn, .table_tools .table_tools_segmented_control .scopes li.scope > .index + a, .scopes .table_tools .table_tools_segmented_control li.scope > .index + a, .table_tools .table_tools_segmented_control .btn + .index, .table_tools .table_tools_segmented_control .scopes li.scope > a + .index, .scopes .table_tools .table_tools_segmented_control li.scope > a + .index, .table_tools .table_tools_segmented_control .index + .index, .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .btn, .btn-group .table_tools .batch_actions_selector .scopes li.scope > .dropdown_menu_button + a, .scopes .btn-group .table_tools .batch_actions_selector li.scope > .dropdown_menu_button + a, .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .index, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .btn, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .scopes li.scope > .dropdown_menu_button + a, .scopes .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector li.scope > .dropdown_menu_button + a, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .index, .table_tools .batch_actions_selector .btn-group .dropdown_menu_button + .btn, .table_tools .batch_actions_selector .btn-group .scopes li.scope > .dropdown_menu_button + a, .scopes .table_tools .batch_actions_selector .btn-group li.scope > .dropdown_menu_button + a, .table_tools .batch_actions_selector .btn-group .dropdown_menu_button + .index, .table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button + .btn, .table_tools .batch_actions_selector .table_tools_segmented_control .scopes li.scope > .dropdown_menu_button + a, .scopes .table_tools .batch_actions_selector .table_tools_segmented_control li.scope > .dropdown_menu_button + a, .table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button + .index, .btn-group .table_tools .batch_actions_selector .btn + .dropdown_menu_button, .btn-group .table_tools .batch_actions_selector .scopes li.scope > a + .dropdown_menu_button, .scopes .btn-group .table_tools .batch_actions_selector li.scope > a + .dropdown_menu_button, .btn-group .table_tools .batch_actions_selector .index + .dropdown_menu_button, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .btn + .dropdown_menu_button, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .scopes li.scope > a + .dropdown_menu_button, .scopes .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector li.scope > a + .dropdown_menu_button, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .index + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .scopes li.scope > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector .btn-group li.scope > a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .index + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .scopes li.scope > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector .table_tools_segmented_control li.scope > a + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .index + .dropdown_menu_button, .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .dropdown_menu_button, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .dropdown_menu_button + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button + .dropdown_menu_button, .btn-group form .actions li input + .btn, .btn-group form .actions .scopes li.scope > input + a, .scopes .btn-group form .actions li.scope > input + a, .btn-group form .actions li .table_tools input + .index, .table_tools .btn-group form .actions li input + .index, .table_tools .table_tools_segmented_control form .actions li input + .btn, .table_tools .table_tools_segmented_control form .actions .scopes li.scope > input + a, .scopes .table_tools .table_tools_segmented_control form .actions li.scope > input + a, .table_tools .table_tools_segmented_control form .actions li input + .index, .btn-group form .actions li .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group form .actions li input + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control form .actions li input + .dropdown_menu_button, form .actions li .btn-group input + .btn, form .actions li .btn-group .scopes li.scope > input + a, .scopes form .actions li .btn-group li.scope > input + a, form .actions li .btn-group .table_tools input + .index, .table_tools form .actions li .btn-group input + .index, form .actions li .table_tools .table_tools_segmented_control input + .btn, form .actions li .table_tools .table_tools_segmented_control .scopes li.scope > input + a, .scopes form .actions li .table_tools .table_tools_segmented_control li.scope > input + a, form .actions li .table_tools .table_tools_segmented_control input + .index, .table_tools form .actions li .table_tools_segmented_control input + .btn, .table_tools form .actions li .table_tools_segmented_control .scopes li.scope > input + a, .scopes .table_tools form .actions li .table_tools_segmented_control li.scope > input + a, .table_tools form .actions li .table_tools_segmented_control input + .index, form .actions li .btn-group .table_tools .batch_actions_selector input + .dropdown_menu_button, form .actions li .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools form .actions li .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .table_tools_segmented_control input + .dropdown_menu_button, .btn-group form .actions li a + .btn, .btn-group form .actions .scopes li.scope > a + a, .scopes .btn-group form .actions li.scope > a + a, .btn-group form .actions li .table_tools a + .index, .table_tools .btn-group form .actions li a + .index, .table_tools .table_tools_segmented_control form .actions li a + .btn, .table_tools .table_tools_segmented_control form .actions .scopes li.scope > a + a, .scopes .table_tools .table_tools_segmented_control form .actions li.scope > a + a, .table_tools .table_tools_segmented_control form .actions li a + .index, .btn-group form .actions li .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group form .actions li a + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control form .actions li a + .dropdown_menu_button, form .actions li .btn-group a + .btn, form .actions li .btn-group .scopes li.scope > a + a, .scopes form .actions li .btn-group li.scope > a + a, form .actions li .btn-group .table_tools a + .index, .table_tools form .actions li .btn-group a + .index, form .actions li .table_tools .table_tools_segmented_control a + .btn, form .actions li .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes form .actions li .table_tools .table_tools_segmented_control li.scope > a + a, form .actions li .table_tools .table_tools_segmented_control a + .index, .table_tools form .actions li .table_tools_segmented_control a + .btn, .table_tools form .actions li .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools form .actions li .table_tools_segmented_control li.scope > a + a, .table_tools form .actions li .table_tools_segmented_control a + .index, form .actions li .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, form .actions li .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools form .actions li .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .table_tools_segmented_control a + .dropdown_menu_button, .btn-group form .actions li .btn + input, .btn-group form .actions .scopes li.scope > a + input, .scopes .btn-group form .actions li.scope > a + input, .btn-group form .actions li .table_tools .index + input, .table_tools .btn-group form .actions li .index + input, .table_tools .table_tools_segmented_control form .actions li .btn + input, .table_tools .table_tools_segmented_control form .actions .scopes li.scope > a + input, .scopes .table_tools .table_tools_segmented_control form .actions li.scope > a + input, .table_tools .table_tools_segmented_control form .actions li .index + input, .btn-group form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .btn-group form .actions li .dropdown_menu_button + input, .table_tools .batch_actions_selector .table_tools_segmented_control form .actions li .dropdown_menu_button + input, form .actions li .btn-group .btn + input, form .actions li .btn-group .scopes li.scope > a + input, .scopes form .actions li .btn-group li.scope > a + input, form .actions li .btn-group .table_tools .index + input, .table_tools form .actions li .btn-group .index + input, form .actions li .table_tools .table_tools_segmented_control .btn + input, form .actions li .table_tools .table_tools_segmented_control .scopes li.scope > a + input, .scopes form .actions li .table_tools .table_tools_segmented_control li.scope > a + input, form .actions li .table_tools .table_tools_segmented_control .index + input, .table_tools form .actions li .table_tools_segmented_control .btn + input, .table_tools form .actions li .table_tools_segmented_control .scopes li.scope > a + input, .scopes .table_tools form .actions li .table_tools_segmented_control li.scope > a + input, .table_tools form .actions li .table_tools_segmented_control .index + input, form .actions li .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + input, form .actions li .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools form .actions li .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector form .actions li .btn-group .dropdown_menu_button + input, .table_tools .batch_actions_selector form .actions li .table_tools_segmented_control .dropdown_menu_button + input, .btn-group form .actions li input + input, .table_tools .table_tools_segmented_control form .actions li input + input, form .actions li .btn-group input + input, form .actions li .table_tools .table_tools_segmented_control input + input, .table_tools form .actions li .table_tools_segmented_control input + input, .btn-group form .actions li a + input, .table_tools .table_tools_segmented_control form .actions li a + input, form .actions li .btn-group a + input, form .actions li .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li .table_tools_segmented_control a + input, .btn-group form .actions li .btn + a, .btn-group form .actions .scopes li.scope > a + a, .scopes .btn-group form .actions li.scope > a + a, .btn-group form .actions li .table_tools .index + a, .table_tools .btn-group form .actions li .index + a, .table_tools .table_tools_segmented_control form .actions li .btn + a, .table_tools .table_tools_segmented_control form .actions .scopes li.scope > a + a, .scopes .table_tools .table_tools_segmented_control form .actions li.scope > a + a, .table_tools .table_tools_segmented_control form .actions li .index + a, .btn-group form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .btn-group form .actions li .dropdown_menu_button + a, .table_tools .batch_actions_selector .table_tools_segmented_control form .actions li .dropdown_menu_button + a, form .actions li .btn-group .btn + a, form .actions li .btn-group .scopes li.scope > a + a, .scopes form .actions li .btn-group li.scope > a + a, form .actions li .btn-group .table_tools .index + a, .table_tools form .actions li .btn-group .index + a, form .actions li .table_tools .table_tools_segmented_control .btn + a, form .actions li .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes form .actions li .table_tools .table_tools_segmented_control li.scope > a + a, form .actions li .table_tools .table_tools_segmented_control .index + a, .table_tools form .actions li .table_tools_segmented_control .btn + a, .table_tools form .actions li .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools form .actions li .table_tools_segmented_control li.scope > a + a, .table_tools form .actions li .table_tools_segmented_control .index + a, form .actions li .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, form .actions li .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools form .actions li .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector form .actions li .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector form .actions li .table_tools_segmented_control .dropdown_menu_button + a, .btn-group form .actions li input + a, .table_tools .table_tools_segmented_control form .actions li input + a, form .actions li .btn-group input + a, form .actions li .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li .table_tools_segmented_control input + a, .btn-group form .actions li a + a, .table_tools .table_tools_segmented_control form .actions li a + a, form .actions li .btn-group a + a, form .actions li .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li .table_tools_segmented_control a + a, .btn-group .member_link + .btn, .btn-group .scopes li.scope > .member_link + a, .scopes .btn-group li.scope > .member_link + a, .btn-group .table_tools .member_link + .index, .table_tools .btn-group .member_link + .index, .table_tools .table_tools_segmented_control .member_link + .btn, .table_tools .table_tools_segmented_control .scopes li.scope > .member_link + a, .scopes .table_tools .table_tools_segmented_control li.scope > .member_link + a, .table_tools .table_tools_segmented_control .member_link + .index, .btn-group .table_tools .batch_actions_selector .member_link + .dropdown_menu_button, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .member_link + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .member_link + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .member_link + .dropdown_menu_button, .btn-group form .actions li .member_link + input, .table_tools .table_tools_segmented_control form .actions li .member_link + input, form .actions li .btn-group .member_link + input, form .actions li .table_tools .table_tools_segmented_control .member_link + input, .table_tools form .actions li .table_tools_segmented_control .member_link + input, .btn-group form .actions li .member_link + a, .table_tools .table_tools_segmented_control form .actions li .member_link + a, form .actions li .btn-group .member_link + a, form .actions li .table_tools .table_tools_segmented_control .member_link + a, .table_tools form .actions li .table_tools_segmented_control .member_link + a, .btn-group .ui-sortable-handle + .btn, .btn-group .scopes li.scope > .ui-sortable-handle + a, .scopes .btn-group li.scope > .ui-sortable-handle + a, .btn-group .table_tools .ui-sortable-handle + .index, .table_tools .btn-group .ui-sortable-handle + .index, .table_tools .table_tools_segmented_control .ui-sortable-handle + .btn, .table_tools .table_tools_segmented_control .scopes li.scope > .ui-sortable-handle + a, .scopes .table_tools .table_tools_segmented_control li.scope > .ui-sortable-handle + a, .table_tools .table_tools_segmented_control .ui-sortable-handle + .index, .btn-group .table_tools .batch_actions_selector .ui-sortable-handle + .dropdown_menu_button, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .ui-sortable-handle + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .ui-sortable-handle + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .ui-sortable-handle + .dropdown_menu_button, .btn-group form .actions li .ui-sortable-handle + input, .table_tools .table_tools_segmented_control form .actions li .ui-sortable-handle + input, form .actions li .btn-group .ui-sortable-handle + input, form .actions li .table_tools .table_tools_segmented_control .ui-sortable-handle + input, .table_tools form .actions li .table_tools_segmented_control .ui-sortable-handle + input, .btn-group form .actions li .ui-sortable-handle + a, .table_tools .table_tools_segmented_control form .actions li .ui-sortable-handle + a, form .actions li .btn-group .ui-sortable-handle + a, form .actions li .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools form .actions li .table_tools_segmented_control .ui-sortable-handle + a, .btn-group .btn + .member_link, .btn-group .scopes li.scope > a + .member_link, .scopes .btn-group li.scope > a + .member_link, .btn-group .table_tools .index + .member_link, .table_tools .btn-group .index + .member_link, .table_tools .table_tools_segmented_control .btn + .member_link, .table_tools .table_tools_segmented_control .scopes li.scope > a + .member_link, .scopes .table_tools .table_tools_segmented_control li.scope > a + .member_link, .table_tools .table_tools_segmented_control .index + .member_link, .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .member_link, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .member_link, .table_tools .batch_actions_selector .btn-group .dropdown_menu_button + .member_link, .table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button + .member_link, .btn-group form .actions li input + .member_link, .table_tools .table_tools_segmented_control form .actions li input + .member_link, form .actions li .btn-group input + .member_link, form .actions li .table_tools .table_tools_segmented_control input + .member_link, .table_tools form .actions li .table_tools_segmented_control input + .member_link, .btn-group form .actions li a + .member_link, .table_tools .table_tools_segmented_control form .actions li a + .member_link, form .actions li .btn-group a + .member_link, form .actions li .table_tools .table_tools_segmented_control a + .member_link, .table_tools form .actions li .table_tools_segmented_control a + .member_link, .btn-group .member_link + .member_link, .table_tools .table_tools_segmented_control .member_link + .member_link, .btn-group .ui-sortable-handle + .member_link, .table_tools .table_tools_segmented_control .ui-sortable-handle + .member_link, .btn-group .btn + .ui-sortable-handle, .btn-group .scopes li.scope > a + .ui-sortable-handle, .scopes .btn-group li.scope > a + .ui-sortable-handle, .btn-group .table_tools .index + .ui-sortable-handle, .table_tools .btn-group .index + .ui-sortable-handle, .table_tools .table_tools_segmented_control .btn + .ui-sortable-handle, .table_tools .table_tools_segmented_control .scopes li.scope > a + .ui-sortable-handle, .scopes .table_tools .table_tools_segmented_control li.scope > a + .ui-sortable-handle, .table_tools .table_tools_segmented_control .index + .ui-sortable-handle, .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .ui-sortable-handle, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .ui-sortable-handle, .table_tools .batch_actions_selector .btn-group .dropdown_menu_button + .ui-sortable-handle, .table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button + .ui-sortable-handle, .btn-group form .actions li input + .ui-sortable-handle, .table_tools .table_tools_segmented_control form .actions li input + .ui-sortable-handle, form .actions li .btn-group input + .ui-sortable-handle, form .actions li .table_tools .table_tools_segmented_control input + .ui-sortable-handle, .table_tools form .actions li .table_tools_segmented_control input + .ui-sortable-handle, .btn-group form .actions li a + .ui-sortable-handle, .table_tools .table_tools_segmented_control form .actions li a + .ui-sortable-handle, form .actions li .btn-group a + .ui-sortable-handle, form .actions li .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools form .actions li .table_tools_segmented_control a + .ui-sortable-handle, .btn-group .member_link + .ui-sortable-handle, .table_tools .table_tools_segmented_control .member_link + .ui-sortable-handle, .btn-group .ui-sortable-handle + .ui-sortable-handle, .table_tools .table_tools_segmented_control .ui-sortable-handle + .ui-sortable-handle, .btn-group ul.scopes li.scope a + .btn, .btn-group ul.scopes li.scope > a + a, .btn-group ul.scopes li.scope .table_tools a + .index, .table_tools .btn-group ul.scopes li.scope a + .index, .table_tools .table_tools_segmented_control ul.scopes li.scope a + .btn, .table_tools .table_tools_segmented_control ul.scopes li.scope > a + a, .table_tools .table_tools_segmented_control ul.scopes li.scope a + .index, .btn-group ul.scopes li.scope .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .table_tools_segmented_control ul.scopes li.scope .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group ul.scopes li.scope a + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control ul.scopes li.scope a + .dropdown_menu_button, .btn-group ul.scopes form .actions li.scope a + input, .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope a + input, form .actions .btn-group ul.scopes li.scope a + input, form .actions .table_tools .table_tools_segmented_control ul.scopes li.scope a + input, .table_tools form .actions .table_tools_segmented_control ul.scopes li.scope a + input, .btn-group ul.scopes form .actions li.scope a + a, .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope a + a, form .actions .btn-group ul.scopes li.scope a + a, form .actions .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, .table_tools form .actions .table_tools_segmented_control ul.scopes li.scope a + a, .btn-group ul.scopes li.scope a + .member_link, .table_tools .table_tools_segmented_control ul.scopes li.scope a + .member_link, .btn-group ul.scopes li.scope a + .ui-sortable-handle, .table_tools .table_tools_segmented_control ul.scopes li.scope a + .ui-sortable-handle, ul.scopes li.scope .btn-group a + .btn, ul.scopes li.scope .btn-group li.scope > a + a, ul.scopes li.scope .btn-group .table_tools a + .index, .table_tools ul.scopes li.scope .btn-group a + .index, ul.scopes li.scope .table_tools .table_tools_segmented_control a + .btn, ul.scopes li.scope .table_tools .table_tools_segmented_control li.scope > a + a, ul.scopes li.scope .table_tools .table_tools_segmented_control a + .index, .table_tools ul.scopes li.scope .table_tools_segmented_control a + .btn, .table_tools ul.scopes li.scope .table_tools_segmented_control li.scope > a + a, .table_tools ul.scopes li.scope .table_tools_segmented_control a + .index, ul.scopes li.scope .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, ul.scopes li.scope .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools ul.scopes li.scope .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .table_tools_segmented_control a + .dropdown_menu_button, ul.scopes form .actions li.scope .btn-group a + input, ul.scopes form .actions li.scope .table_tools .table_tools_segmented_control a + input, .table_tools ul.scopes form .actions li.scope .table_tools_segmented_control a + input, form .actions ul.scopes li.scope .btn-group a + input, form .actions ul.scopes li.scope .table_tools .table_tools_segmented_control a + input, .table_tools form .actions ul.scopes li.scope .table_tools_segmented_control a + input, ul.scopes form .actions li.scope .btn-group a + a, ul.scopes form .actions li.scope .table_tools .table_tools_segmented_control a + a, .table_tools ul.scopes form .actions li.scope .table_tools_segmented_control a + a, form .actions ul.scopes li.scope .btn-group a + a, form .actions ul.scopes li.scope .table_tools .table_tools_segmented_control a + a, .table_tools form .actions ul.scopes li.scope .table_tools_segmented_control a + a, ul.scopes li.scope .btn-group a + .member_link, ul.scopes li.scope .table_tools .table_tools_segmented_control a + .member_link, .table_tools ul.scopes li.scope .table_tools_segmented_control a + .member_link, ul.scopes li.scope .btn-group a + .ui-sortable-handle, ul.scopes li.scope .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools ul.scopes li.scope .table_tools_segmented_control a + .ui-sortable-handle, .btn-group ul.scopes li.scope .btn + a, .btn-group ul.scopes li.scope > a + a, .btn-group ul.scopes li.scope .table_tools .index + a, .table_tools .btn-group ul.scopes li.scope .index + a, .table_tools .table_tools_segmented_control ul.scopes li.scope .btn + a, .table_tools .table_tools_segmented_control ul.scopes li.scope > a + a, .table_tools .table_tools_segmented_control ul.scopes li.scope .index + a, .btn-group ul.scopes li.scope .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .table_tools_segmented_control ul.scopes li.scope .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .btn-group ul.scopes li.scope .dropdown_menu_button + a, .table_tools .batch_actions_selector .table_tools_segmented_control ul.scopes li.scope .dropdown_menu_button + a, .btn-group ul.scopes form .actions li.scope input + a, .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope input + a, form .actions .btn-group ul.scopes li.scope input + a, form .actions .table_tools .table_tools_segmented_control ul.scopes li.scope input + a, .table_tools form .actions .table_tools_segmented_control ul.scopes li.scope input + a, .btn-group ul.scopes form .actions li.scope a + a, .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope a + a, form .actions .btn-group ul.scopes li.scope a + a, form .actions .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, .table_tools form .actions .table_tools_segmented_control ul.scopes li.scope a + a, .btn-group ul.scopes li.scope .member_link + a, .table_tools .table_tools_segmented_control ul.scopes li.scope .member_link + a, .btn-group ul.scopes li.scope .ui-sortable-handle + a, .table_tools .table_tools_segmented_control ul.scopes li.scope .ui-sortable-handle + a, ul.scopes li.scope .btn-group .btn + a, ul.scopes li.scope .btn-group li.scope > a + a, ul.scopes li.scope .btn-group .table_tools .index + a, .table_tools ul.scopes li.scope .btn-group .index + a, ul.scopes li.scope .table_tools .table_tools_segmented_control .btn + a, ul.scopes li.scope .table_tools .table_tools_segmented_control li.scope > a + a, ul.scopes li.scope .table_tools .table_tools_segmented_control .index + a, .table_tools ul.scopes li.scope .table_tools_segmented_control .btn + a, .table_tools ul.scopes li.scope .table_tools_segmented_control li.scope > a + a, .table_tools ul.scopes li.scope .table_tools_segmented_control .index + a, ul.scopes li.scope .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, ul.scopes li.scope .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools ul.scopes li.scope .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector ul.scopes li.scope .table_tools_segmented_control .dropdown_menu_button + a, ul.scopes form .actions li.scope .btn-group input + a, ul.scopes form .actions li.scope .table_tools .table_tools_segmented_control input + a, .table_tools ul.scopes form .actions li.scope .table_tools_segmented_control input + a, form .actions ul.scopes li.scope .btn-group input + a, form .actions ul.scopes li.scope .table_tools .table_tools_segmented_control input + a, .table_tools form .actions ul.scopes li.scope .table_tools_segmented_control input + a, ul.scopes form .actions li.scope .btn-group a + a, ul.scopes form .actions li.scope .table_tools .table_tools_segmented_control a + a, .table_tools ul.scopes form .actions li.scope .table_tools_segmented_control a + a, form .actions ul.scopes li.scope .btn-group a + a, form .actions ul.scopes li.scope .table_tools .table_tools_segmented_control a + a, .table_tools form .actions ul.scopes li.scope .table_tools_segmented_control a + a, ul.scopes li.scope .btn-group .member_link + a, ul.scopes li.scope .table_tools .table_tools_segmented_control .member_link + a, .table_tools ul.scopes li.scope .table_tools_segmented_control .member_link + a, ul.scopes li.scope .btn-group .ui-sortable-handle + a, ul.scopes li.scope .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools ul.scopes li.scope .table_tools_segmented_control .ui-sortable-handle + a, .btn-group ul.scopes li.scope a + a, .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, ul.scopes li.scope .btn-group a + a, ul.scopes li.scope .table_tools .table_tools_segmented_control a + a, .table_tools ul.scopes li.scope .table_tools_segmented_control a + a, .btn-group .filter_form .buttons input + .btn, .btn-group .filter_form .buttons .scopes li.scope > input + a, .scopes .btn-group .filter_form .buttons li.scope > input + a, .btn-group .filter_form .buttons .table_tools input + .index, .table_tools .btn-group .filter_form .buttons input + .index, .table_tools .table_tools_segmented_control .filter_form .buttons input + .btn, .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > input + a, .scopes .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > input + a, .table_tools .table_tools_segmented_control .filter_form .buttons input + .index, .btn-group .filter_form .buttons .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .filter_form .buttons input + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .filter_form .buttons input + .dropdown_menu_button, .btn-group .filter_form .buttons form .actions li input + input, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + input, form .actions li .btn-group .filter_form .buttons input + input, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons input + input, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons input + input, .btn-group .filter_form .buttons form .actions li input + a, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + a, form .actions li .btn-group .filter_form .buttons input + a, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons input + a, .btn-group .filter_form .buttons input + .member_link, .table_tools .table_tools_segmented_control .filter_form .buttons input + .member_link, .btn-group .filter_form .buttons input + .ui-sortable-handle, .table_tools .table_tools_segmented_control .filter_form .buttons input + .ui-sortable-handle, .btn-group .filter_form .buttons ul.scopes li.scope input + a, .table_tools .table_tools_segmented_control .filter_form .buttons ul.scopes li.scope input + a, .filter_form .buttons .btn-group input + .btn, .filter_form .buttons .btn-group .scopes li.scope > input + a, .scopes .filter_form .buttons .btn-group li.scope > input + a, .filter_form .buttons .btn-group .table_tools input + .index, .table_tools .filter_form .buttons .btn-group input + .index, .filter_form .buttons .table_tools .table_tools_segmented_control input + .btn, .filter_form .buttons .table_tools .table_tools_segmented_control .scopes li.scope > input + a, .scopes .filter_form .buttons .table_tools .table_tools_segmented_control li.scope > input + a, .filter_form .buttons .table_tools .table_tools_segmented_control input + .index, .table_tools .filter_form .buttons .table_tools_segmented_control input + .btn, .table_tools .filter_form .buttons .table_tools_segmented_control .scopes li.scope > input + a, .scopes .table_tools .filter_form .buttons .table_tools_segmented_control li.scope > input + a, .table_tools .filter_form .buttons .table_tools_segmented_control input + .index, .filter_form .buttons .btn-group .table_tools .batch_actions_selector input + .dropdown_menu_button, .filter_form .buttons .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .filter_form .buttons .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .table_tools_segmented_control input + .dropdown_menu_button, .filter_form .buttons .btn-group form .actions li input + input, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li input + input, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li input + input, form .actions li .filter_form .buttons .btn-group input + input, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control input + input, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control input + input, .filter_form .buttons .btn-group form .actions li input + a, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li input + a, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li input + a, form .actions li .filter_form .buttons .btn-group input + a, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control input + a, .filter_form .buttons .btn-group input + .member_link, .filter_form .buttons .table_tools .table_tools_segmented_control input + .member_link, .table_tools .filter_form .buttons .table_tools_segmented_control input + .member_link, .filter_form .buttons .btn-group input + .ui-sortable-handle, .filter_form .buttons .table_tools .table_tools_segmented_control input + .ui-sortable-handle, .table_tools .filter_form .buttons .table_tools_segmented_control input + .ui-sortable-handle, .filter_form .buttons .btn-group ul.scopes li.scope input + a, .filter_form .buttons .table_tools .table_tools_segmented_control ul.scopes li.scope input + a, .table_tools .filter_form .buttons .table_tools_segmented_control ul.scopes li.scope input + a, .btn-group .filter_form .buttons a + .btn, .btn-group .filter_form .buttons .scopes li.scope > a + a, .scopes .btn-group .filter_form .buttons li.scope > a + a, .btn-group .filter_form .buttons .table_tools a + .index, .table_tools .btn-group .filter_form .buttons a + .index, .table_tools .table_tools_segmented_control .filter_form .buttons a + .btn, .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + a, .scopes .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > a + a, .table_tools .table_tools_segmented_control .filter_form .buttons a + .index, .btn-group .filter_form .buttons .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group .filter_form .buttons a + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control .filter_form .buttons a + .dropdown_menu_button, .btn-group .filter_form .buttons form .actions li a + input, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + input, form .actions li .btn-group .filter_form .buttons a + input, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons a + input, .btn-group .filter_form .buttons form .actions li a + a, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + a, form .actions li .btn-group .filter_form .buttons a + a, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons a + a, .btn-group .filter_form .buttons a + .member_link, .table_tools .table_tools_segmented_control .filter_form .buttons a + .member_link, .btn-group .filter_form .buttons a + .ui-sortable-handle, .table_tools .table_tools_segmented_control .filter_form .buttons a + .ui-sortable-handle, .filter_form .buttons .btn-group a + .btn, .filter_form .buttons .btn-group .scopes li.scope > a + a, .scopes .filter_form .buttons .btn-group li.scope > a + a, .filter_form .buttons .btn-group .table_tools a + .index, .table_tools .filter_form .buttons .btn-group a + .index, .filter_form .buttons .table_tools .table_tools_segmented_control a + .btn, .filter_form .buttons .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes .filter_form .buttons .table_tools .table_tools_segmented_control li.scope > a + a, .filter_form .buttons .table_tools .table_tools_segmented_control a + .index, .table_tools .filter_form .buttons .table_tools_segmented_control a + .btn, .table_tools .filter_form .buttons .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools .filter_form .buttons .table_tools_segmented_control li.scope > a + a, .table_tools .filter_form .buttons .table_tools_segmented_control a + .index, .filter_form .buttons .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, .filter_form .buttons .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .filter_form .buttons .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .table_tools_segmented_control a + .dropdown_menu_button, .filter_form .buttons .btn-group form .actions li a + input, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li a + input, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li a + input, form .actions li .filter_form .buttons .btn-group a + input, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control a + input, .filter_form .buttons .btn-group form .actions li a + a, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li a + a, form .actions li .filter_form .buttons .btn-group a + a, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control a + a, .filter_form .buttons .btn-group a + .member_link, .filter_form .buttons .table_tools .table_tools_segmented_control a + .member_link, .table_tools .filter_form .buttons .table_tools_segmented_control a + .member_link, .filter_form .buttons .btn-group a + .ui-sortable-handle, .filter_form .buttons .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools .filter_form .buttons .table_tools_segmented_control a + .ui-sortable-handle, .btn-group .filter_form .buttons .btn + input, .btn-group .filter_form .buttons .scopes li.scope > a + input, .scopes .btn-group .filter_form .buttons li.scope > a + input, .btn-group .filter_form .buttons .table_tools .index + input, .table_tools .btn-group .filter_form .buttons .index + input, .table_tools .table_tools_segmented_control .filter_form .buttons .btn + input, .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + input, .scopes .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > a + input, .table_tools .table_tools_segmented_control .filter_form .buttons .index + input, .btn-group .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .btn-group .filter_form .buttons .dropdown_menu_button + input, .table_tools .batch_actions_selector .table_tools_segmented_control .filter_form .buttons .dropdown_menu_button + input, .btn-group .filter_form .buttons form .actions li input + input, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + input, form .actions li .btn-group .filter_form .buttons input + input, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons input + input, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons input + input, .btn-group .filter_form .buttons form .actions li a + input, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + input, form .actions li .btn-group .filter_form .buttons a + input, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons a + input, .btn-group .filter_form .buttons .member_link + input, .table_tools .table_tools_segmented_control .filter_form .buttons .member_link + input, .btn-group .filter_form .buttons .ui-sortable-handle + input, .table_tools .table_tools_segmented_control .filter_form .buttons .ui-sortable-handle + input, .btn-group .filter_form .buttons ul.scopes li.scope a + input, .table_tools .table_tools_segmented_control .filter_form .buttons ul.scopes li.scope a + input, .filter_form .buttons .btn-group .btn + input, .filter_form .buttons .btn-group .scopes li.scope > a + input, .scopes .filter_form .buttons .btn-group li.scope > a + input, .filter_form .buttons .btn-group .table_tools .index + input, .table_tools .filter_form .buttons .btn-group .index + input, .filter_form .buttons .table_tools .table_tools_segmented_control .btn + input, .filter_form .buttons .table_tools .table_tools_segmented_control .scopes li.scope > a + input, .scopes .filter_form .buttons .table_tools .table_tools_segmented_control li.scope > a + input, .filter_form .buttons .table_tools .table_tools_segmented_control .index + input, .table_tools .filter_form .buttons .table_tools_segmented_control .btn + input, .table_tools .filter_form .buttons .table_tools_segmented_control .scopes li.scope > a + input, .scopes .table_tools .filter_form .buttons .table_tools_segmented_control li.scope > a + input, .table_tools .filter_form .buttons .table_tools_segmented_control .index + input, .filter_form .buttons .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + input, .filter_form .buttons .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .filter_form .buttons .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .filter_form .buttons .btn-group .dropdown_menu_button + input, .table_tools .batch_actions_selector .filter_form .buttons .table_tools_segmented_control .dropdown_menu_button + input, .filter_form .buttons .btn-group form .actions li input + input, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li input + input, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li input + input, form .actions li .filter_form .buttons .btn-group input + input, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control input + input, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control input + input, .filter_form .buttons .btn-group form .actions li a + input, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li a + input, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li a + input, form .actions li .filter_form .buttons .btn-group a + input, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control a + input, .filter_form .buttons .btn-group .member_link + input, .filter_form .buttons .table_tools .table_tools_segmented_control .member_link + input, .table_tools .filter_form .buttons .table_tools_segmented_control .member_link + input, .filter_form .buttons .btn-group .ui-sortable-handle + input, .filter_form .buttons .table_tools .table_tools_segmented_control .ui-sortable-handle + input, .table_tools .filter_form .buttons .table_tools_segmented_control .ui-sortable-handle + input, .filter_form .buttons .btn-group ul.scopes li.scope a + input, .filter_form .buttons .table_tools .table_tools_segmented_control ul.scopes li.scope a + input, .table_tools .filter_form .buttons .table_tools_segmented_control ul.scopes li.scope a + input, .btn-group .filter_form .buttons input + input, .table_tools .table_tools_segmented_control .filter_form .buttons input + input, .filter_form .buttons .btn-group input + input, .filter_form .buttons .table_tools .table_tools_segmented_control input + input, .table_tools .filter_form .buttons .table_tools_segmented_control input + input, .btn-group .filter_form .buttons a + input, .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .filter_form .buttons .btn-group a + input, .filter_form .buttons .table_tools .table_tools_segmented_control a + input, .table_tools .filter_form .buttons .table_tools_segmented_control a + input, .btn-group .filter_form .buttons .btn + a, .btn-group .filter_form .buttons .scopes li.scope > a + a, .scopes .btn-group .filter_form .buttons li.scope > a + a, .btn-group .filter_form .buttons .table_tools .index + a, .table_tools .btn-group .filter_form .buttons .index + a, .table_tools .table_tools_segmented_control .filter_form .buttons .btn + a, .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + a, .scopes .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > a + a, .table_tools .table_tools_segmented_control .filter_form .buttons .index + a, .btn-group .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .btn-group .filter_form .buttons .dropdown_menu_button + a, .table_tools .batch_actions_selector .table_tools_segmented_control .filter_form .buttons .dropdown_menu_button + a, .btn-group .filter_form .buttons form .actions li input + a, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + a, form .actions li .btn-group .filter_form .buttons input + a, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons input + a, .btn-group .filter_form .buttons form .actions li a + a, .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + a, form .actions li .btn-group .filter_form .buttons a + a, form .actions li .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .table_tools form .actions li .table_tools_segmented_control .filter_form .buttons a + a, .btn-group .filter_form .buttons .member_link + a, .table_tools .table_tools_segmented_control .filter_form .buttons .member_link + a, .btn-group .filter_form .buttons .ui-sortable-handle + a, .table_tools .table_tools_segmented_control .filter_form .buttons .ui-sortable-handle + a, .filter_form .buttons .btn-group .btn + a, .filter_form .buttons .btn-group .scopes li.scope > a + a, .scopes .filter_form .buttons .btn-group li.scope > a + a, .filter_form .buttons .btn-group .table_tools .index + a, .table_tools .filter_form .buttons .btn-group .index + a, .filter_form .buttons .table_tools .table_tools_segmented_control .btn + a, .filter_form .buttons .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes .filter_form .buttons .table_tools .table_tools_segmented_control li.scope > a + a, .filter_form .buttons .table_tools .table_tools_segmented_control .index + a, .table_tools .filter_form .buttons .table_tools_segmented_control .btn + a, .table_tools .filter_form .buttons .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools .filter_form .buttons .table_tools_segmented_control li.scope > a + a, .table_tools .filter_form .buttons .table_tools_segmented_control .index + a, .filter_form .buttons .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, .filter_form .buttons .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .filter_form .buttons .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .filter_form .buttons .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector .filter_form .buttons .table_tools_segmented_control .dropdown_menu_button + a, .filter_form .buttons .btn-group form .actions li input + a, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li input + a, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li input + a, form .actions li .filter_form .buttons .btn-group input + a, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control input + a, .filter_form .buttons .btn-group form .actions li a + a, .filter_form .buttons .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools .filter_form .buttons .table_tools_segmented_control form .actions li a + a, form .actions li .filter_form .buttons .btn-group a + a, form .actions li .filter_form .buttons .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li .filter_form .buttons .table_tools_segmented_control a + a, .filter_form .buttons .btn-group .member_link + a, .filter_form .buttons .table_tools .table_tools_segmented_control .member_link + a, .table_tools .filter_form .buttons .table_tools_segmented_control .member_link + a, .filter_form .buttons .btn-group .ui-sortable-handle + a, .filter_form .buttons .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools .filter_form .buttons .table_tools_segmented_control .ui-sortable-handle + a, .btn-group .filter_form .buttons input + a, .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .filter_form .buttons .btn-group input + a, .filter_form .buttons .table_tools .table_tools_segmented_control input + a, .table_tools .filter_form .buttons .table_tools_segmented_control input + a, .btn-group .filter_form .buttons a + a, .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .filter_form .buttons .btn-group a + a, .filter_form .buttons .table_tools .table_tools_segmented_control a + a, .table_tools .filter_form .buttons .table_tools_segmented_control a + a, .btn-group #title_bar .action_item a + .btn, .btn-group #title_bar .action_item .scopes li.scope > a + a, .scopes .btn-group #title_bar .action_item li.scope > a + a, .btn-group #title_bar .action_item .table_tools a + .index, .table_tools .btn-group #title_bar .action_item a + .index, .table_tools .table_tools_segmented_control #title_bar .action_item a + .btn, .table_tools .table_tools_segmented_control #title_bar .action_item .scopes li.scope > a + a, .scopes .table_tools .table_tools_segmented_control #title_bar .action_item li.scope > a + a, .table_tools .table_tools_segmented_control #title_bar .action_item a + .index, .btn-group #title_bar .action_item .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .table_tools_segmented_control #title_bar .action_item .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group #title_bar .action_item a + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control #title_bar .action_item a + .dropdown_menu_button, .btn-group #title_bar .action_item form .actions li a + input, .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li a + input, form .actions li .btn-group #title_bar .action_item a + input, form .actions li .table_tools .table_tools_segmented_control #title_bar .action_item a + input, .table_tools form .actions li .table_tools_segmented_control #title_bar .action_item a + input, .btn-group #title_bar .action_item form .actions li a + a, .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li a + a, form .actions li .btn-group #title_bar .action_item a + a, form .actions li .table_tools .table_tools_segmented_control #title_bar .action_item a + a, .table_tools form .actions li .table_tools_segmented_control #title_bar .action_item a + a, .btn-group #title_bar .action_item a + .member_link, .table_tools .table_tools_segmented_control #title_bar .action_item a + .member_link, .btn-group #title_bar .action_item a + .ui-sortable-handle, .table_tools .table_tools_segmented_control #title_bar .action_item a + .ui-sortable-handle, .btn-group #title_bar .action_item ul.scopes li.scope a + a, .table_tools .table_tools_segmented_control #title_bar .action_item ul.scopes li.scope a + a, .btn-group #title_bar .action_item .filter_form .buttons a + input, .table_tools .table_tools_segmented_control #title_bar .action_item .filter_form .buttons a + input, .filter_form .buttons .btn-group #title_bar .action_item a + input, .filter_form .buttons .table_tools .table_tools_segmented_control #title_bar .action_item a + input, .table_tools .filter_form .buttons .table_tools_segmented_control #title_bar .action_item a + input, .btn-group #title_bar .action_item .filter_form .buttons a + a, .table_tools .table_tools_segmented_control #title_bar .action_item .filter_form .buttons a + a, #title_bar .action_item .btn-group a + .btn, #title_bar .action_item .btn-group .scopes li.scope > a + a, .scopes #title_bar .action_item .btn-group li.scope > a + a, #title_bar .action_item .btn-group .table_tools a + .index, .table_tools #title_bar .action_item .btn-group a + .index, #title_bar .action_item .table_tools .table_tools_segmented_control a + .btn, #title_bar .action_item .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes #title_bar .action_item .table_tools .table_tools_segmented_control li.scope > a + a, #title_bar .action_item .table_tools .table_tools_segmented_control a + .index, .table_tools #title_bar .action_item .table_tools_segmented_control a + .btn, .table_tools #title_bar .action_item .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools #title_bar .action_item .table_tools_segmented_control li.scope > a + a, .table_tools #title_bar .action_item .table_tools_segmented_control a + .index, #title_bar .action_item .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, #title_bar .action_item .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools #title_bar .action_item .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .table_tools_segmented_control a + .dropdown_menu_button, #title_bar .action_item .btn-group form .actions li a + input, #title_bar .action_item .table_tools .table_tools_segmented_control form .actions li a + input, .table_tools #title_bar .action_item .table_tools_segmented_control form .actions li a + input, form .actions li #title_bar .action_item .btn-group a + input, form .actions li #title_bar .action_item .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li #title_bar .action_item .table_tools_segmented_control a + input, #title_bar .action_item .btn-group form .actions li a + a, #title_bar .action_item .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools #title_bar .action_item .table_tools_segmented_control form .actions li a + a, form .actions li #title_bar .action_item .btn-group a + a, form .actions li #title_bar .action_item .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li #title_bar .action_item .table_tools_segmented_control a + a, #title_bar .action_item .btn-group a + .member_link, #title_bar .action_item .table_tools .table_tools_segmented_control a + .member_link, .table_tools #title_bar .action_item .table_tools_segmented_control a + .member_link, #title_bar .action_item .btn-group a + .ui-sortable-handle, #title_bar .action_item .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools #title_bar .action_item .table_tools_segmented_control a + .ui-sortable-handle, #title_bar .action_item .btn-group ul.scopes li.scope a + a, #title_bar .action_item .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, .table_tools #title_bar .action_item .table_tools_segmented_control ul.scopes li.scope a + a, #title_bar .action_item .btn-group .filter_form .buttons a + input, #title_bar .action_item .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .table_tools #title_bar .action_item .table_tools_segmented_control .filter_form .buttons a + input, .filter_form .buttons #title_bar .action_item .btn-group a + input, .filter_form .buttons #title_bar .action_item .table_tools .table_tools_segmented_control a + input, .table_tools .filter_form .buttons #title_bar .action_item .table_tools_segmented_control a + input, #title_bar .action_item .btn-group .filter_form .buttons a + a, #title_bar .action_item .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .table_tools #title_bar .action_item .table_tools_segmented_control .filter_form .buttons a + a, .btn-group #title_bar .action_item .btn + a, .btn-group #title_bar .action_item .scopes li.scope > a + a, .scopes .btn-group #title_bar .action_item li.scope > a + a, .btn-group #title_bar .action_item .table_tools .index + a, .table_tools .btn-group #title_bar .action_item .index + a, .table_tools .table_tools_segmented_control #title_bar .action_item .btn + a, .table_tools .table_tools_segmented_control #title_bar .action_item .scopes li.scope > a + a, .scopes .table_tools .table_tools_segmented_control #title_bar .action_item li.scope > a + a, .table_tools .table_tools_segmented_control #title_bar .action_item .index + a, .btn-group #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .table_tools_segmented_control #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .btn-group #title_bar .action_item .dropdown_menu_button + a, .table_tools .batch_actions_selector .table_tools_segmented_control #title_bar .action_item .dropdown_menu_button + a, .btn-group #title_bar .action_item form .actions li input + a, .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li input + a, form .actions li .btn-group #title_bar .action_item input + a, form .actions li .table_tools .table_tools_segmented_control #title_bar .action_item input + a, .table_tools form .actions li .table_tools_segmented_control #title_bar .action_item input + a, .btn-group #title_bar .action_item form .actions li a + a, .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li a + a, form .actions li .btn-group #title_bar .action_item a + a, form .actions li .table_tools .table_tools_segmented_control #title_bar .action_item a + a, .table_tools form .actions li .table_tools_segmented_control #title_bar .action_item a + a, .btn-group #title_bar .action_item .member_link + a, .table_tools .table_tools_segmented_control #title_bar .action_item .member_link + a, .btn-group #title_bar .action_item .ui-sortable-handle + a, .table_tools .table_tools_segmented_control #title_bar .action_item .ui-sortable-handle + a, .btn-group #title_bar .action_item .filter_form .buttons input + a, .table_tools .table_tools_segmented_control #title_bar .action_item .filter_form .buttons input + a, .filter_form .buttons .btn-group #title_bar .action_item input + a, .filter_form .buttons .table_tools .table_tools_segmented_control #title_bar .action_item input + a, .table_tools .filter_form .buttons .table_tools_segmented_control #title_bar .action_item input + a, #title_bar .action_item .btn-group .btn + a, #title_bar .action_item .btn-group .scopes li.scope > a + a, .scopes #title_bar .action_item .btn-group li.scope > a + a, #title_bar .action_item .btn-group .table_tools .index + a, .table_tools #title_bar .action_item .btn-group .index + a, #title_bar .action_item .table_tools .table_tools_segmented_control .btn + a, #title_bar .action_item .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes #title_bar .action_item .table_tools .table_tools_segmented_control li.scope > a + a, #title_bar .action_item .table_tools .table_tools_segmented_control .index + a, .table_tools #title_bar .action_item .table_tools_segmented_control .btn + a, .table_tools #title_bar .action_item .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools #title_bar .action_item .table_tools_segmented_control li.scope > a + a, .table_tools #title_bar .action_item .table_tools_segmented_control .index + a, #title_bar .action_item .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, #title_bar .action_item .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools #title_bar .action_item .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector #title_bar .action_item .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector #title_bar .action_item .table_tools_segmented_control .dropdown_menu_button + a, #title_bar .action_item .btn-group form .actions li input + a, #title_bar .action_item .table_tools .table_tools_segmented_control form .actions li input + a, .table_tools #title_bar .action_item .table_tools_segmented_control form .actions li input + a, form .actions li #title_bar .action_item .btn-group input + a, form .actions li #title_bar .action_item .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li #title_bar .action_item .table_tools_segmented_control input + a, #title_bar .action_item .btn-group form .actions li a + a, #title_bar .action_item .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools #title_bar .action_item .table_tools_segmented_control form .actions li a + a, form .actions li #title_bar .action_item .btn-group a + a, form .actions li #title_bar .action_item .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li #title_bar .action_item .table_tools_segmented_control a + a, #title_bar .action_item .btn-group .member_link + a, #title_bar .action_item .table_tools .table_tools_segmented_control .member_link + a, .table_tools #title_bar .action_item .table_tools_segmented_control .member_link + a, #title_bar .action_item .btn-group .ui-sortable-handle + a, #title_bar .action_item .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools #title_bar .action_item .table_tools_segmented_control .ui-sortable-handle + a, #title_bar .action_item .btn-group .filter_form .buttons input + a, #title_bar .action_item .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .table_tools #title_bar .action_item .table_tools_segmented_control .filter_form .buttons input + a, .filter_form .buttons #title_bar .action_item .btn-group input + a, .filter_form .buttons #title_bar .action_item .table_tools .table_tools_segmented_control input + a, .table_tools .filter_form .buttons #title_bar .action_item .table_tools_segmented_control input + a, .btn-group #title_bar .action_item a + a, .table_tools .table_tools_segmented_control #title_bar .action_item a + a, #title_bar .action_item .btn-group a + a, #title_bar .action_item .table_tools .table_tools_segmented_control a + a, .table_tools #title_bar .action_item .table_tools_segmented_control a + a,
.btn-group .btn + .btn-group,
.btn-group .scopes li.scope > a + .btn-group,
.scopes .btn-group li.scope > a + .btn-group,
.btn-group .table_tools .index + .btn-group,
.table_tools .btn-group .index + .btn-group,
.table_tools .table_tools_segmented_control .btn + .btn-group,
.table_tools .table_tools_segmented_control .scopes li.scope > a + .btn-group,
.scopes .table_tools .table_tools_segmented_control li.scope > a + .btn-group,
.table_tools .table_tools_segmented_control .index + .btn-group,
.btn-group .table_tools .btn + .table_tools_segmented_control,
.btn-group .table_tools .scopes li.scope > a + .table_tools_segmented_control,
.scopes .btn-group .table_tools li.scope > a + .table_tools_segmented_control,
.btn-group .table_tools .index + .table_tools_segmented_control,
.table_tools .btn-group .btn + .table_tools_segmented_control,
.table_tools .btn-group .scopes li.scope > a + .table_tools_segmented_control,
.scopes .table_tools .btn-group li.scope > a + .table_tools_segmented_control,
.table_tools .btn-group .index + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .btn + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .scopes li.scope > a + .table_tools_segmented_control,
.scopes .table_tools .table_tools_segmented_control li.scope > a + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .index + .table_tools_segmented_control,
.btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .btn-group,
.table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .btn-group,
.btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .table_tools_segmented_control,
.table_tools .batch_actions_selector .btn-group .dropdown_menu_button + .btn-group,
.table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button + .btn-group,
.table_tools .batch_actions_selector .btn-group .dropdown_menu_button + .table_tools_segmented_control,
.table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button + .table_tools_segmented_control,
.btn-group form .actions li input + .btn-group,
.table_tools .table_tools_segmented_control form .actions li input + .btn-group,
.btn-group form .actions li .table_tools input + .table_tools_segmented_control,
.table_tools .btn-group form .actions li input + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control form .actions li input + .table_tools_segmented_control,
form .actions li .btn-group input + .btn-group,
form .actions li .table_tools .table_tools_segmented_control input + .btn-group,
.table_tools form .actions li .table_tools_segmented_control input + .btn-group,
form .actions li .btn-group .table_tools input + .table_tools_segmented_control,
.table_tools form .actions li .btn-group input + .table_tools_segmented_control,
form .actions li .table_tools .table_tools_segmented_control input + .table_tools_segmented_control,
.table_tools form .actions li .table_tools_segmented_control input + .table_tools_segmented_control,
.btn-group form .actions li a + .btn-group,
.table_tools .table_tools_segmented_control form .actions li a + .btn-group,
.btn-group form .actions li .table_tools a + .table_tools_segmented_control,
.table_tools .btn-group form .actions li a + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control form .actions li a + .table_tools_segmented_control,
form .actions li .btn-group a + .btn-group,
form .actions li .table_tools .table_tools_segmented_control a + .btn-group,
.table_tools form .actions li .table_tools_segmented_control a + .btn-group,
form .actions li .btn-group .table_tools a + .table_tools_segmented_control,
.table_tools form .actions li .btn-group a + .table_tools_segmented_control,
form .actions li .table_tools .table_tools_segmented_control a + .table_tools_segmented_control,
.table_tools form .actions li .table_tools_segmented_control a + .table_tools_segmented_control,
.btn-group .member_link + .btn-group,
.table_tools .table_tools_segmented_control .member_link + .btn-group,
.btn-group .table_tools .member_link + .table_tools_segmented_control,
.table_tools .btn-group .member_link + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .member_link + .table_tools_segmented_control,
.btn-group .ui-sortable-handle + .btn-group,
.table_tools .table_tools_segmented_control .ui-sortable-handle + .btn-group,
.btn-group .table_tools .ui-sortable-handle + .table_tools_segmented_control,
.table_tools .btn-group .ui-sortable-handle + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .ui-sortable-handle + .table_tools_segmented_control,
.btn-group ul.scopes li.scope a + .btn-group,
.table_tools .table_tools_segmented_control ul.scopes li.scope a + .btn-group,
.btn-group ul.scopes li.scope .table_tools a + .table_tools_segmented_control,
.table_tools .btn-group ul.scopes li.scope a + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control ul.scopes li.scope a + .table_tools_segmented_control,
ul.scopes li.scope .btn-group a + .btn-group,
ul.scopes li.scope .table_tools .table_tools_segmented_control a + .btn-group,
.table_tools ul.scopes li.scope .table_tools_segmented_control a + .btn-group,
ul.scopes li.scope .btn-group .table_tools a + .table_tools_segmented_control,
.table_tools ul.scopes li.scope .btn-group a + .table_tools_segmented_control,
ul.scopes li.scope .table_tools .table_tools_segmented_control a + .table_tools_segmented_control,
.table_tools ul.scopes li.scope .table_tools_segmented_control a + .table_tools_segmented_control,
.btn-group .filter_form .buttons input + .btn-group,
.table_tools .table_tools_segmented_control .filter_form .buttons input + .btn-group,
.btn-group .filter_form .buttons .table_tools input + .table_tools_segmented_control,
.table_tools .btn-group .filter_form .buttons input + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .filter_form .buttons input + .table_tools_segmented_control,
.filter_form .buttons .btn-group input + .btn-group,
.filter_form .buttons .table_tools .table_tools_segmented_control input + .btn-group,
.table_tools .filter_form .buttons .table_tools_segmented_control input + .btn-group,
.filter_form .buttons .btn-group .table_tools input + .table_tools_segmented_control,
.table_tools .filter_form .buttons .btn-group input + .table_tools_segmented_control,
.filter_form .buttons .table_tools .table_tools_segmented_control input + .table_tools_segmented_control,
.table_tools .filter_form .buttons .table_tools_segmented_control input + .table_tools_segmented_control,
.btn-group .filter_form .buttons a + .btn-group,
.table_tools .table_tools_segmented_control .filter_form .buttons a + .btn-group,
.btn-group .filter_form .buttons .table_tools a + .table_tools_segmented_control,
.table_tools .btn-group .filter_form .buttons a + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .filter_form .buttons a + .table_tools_segmented_control,
.filter_form .buttons .btn-group a + .btn-group,
.filter_form .buttons .table_tools .table_tools_segmented_control a + .btn-group,
.table_tools .filter_form .buttons .table_tools_segmented_control a + .btn-group,
.filter_form .buttons .btn-group .table_tools a + .table_tools_segmented_control,
.table_tools .filter_form .buttons .btn-group a + .table_tools_segmented_control,
.filter_form .buttons .table_tools .table_tools_segmented_control a + .table_tools_segmented_control,
.table_tools .filter_form .buttons .table_tools_segmented_control a + .table_tools_segmented_control,
.btn-group #title_bar .action_item a + .btn-group,
.table_tools .table_tools_segmented_control #title_bar .action_item a + .btn-group,
.btn-group #title_bar .action_item .table_tools a + .table_tools_segmented_control,
.table_tools .btn-group #title_bar .action_item a + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control #title_bar .action_item a + .table_tools_segmented_control,
#title_bar .action_item .btn-group a + .btn-group,
#title_bar .action_item .table_tools .table_tools_segmented_control a + .btn-group,
.table_tools #title_bar .action_item .table_tools_segmented_control a + .btn-group,
#title_bar .action_item .btn-group .table_tools a + .table_tools_segmented_control,
.table_tools #title_bar .action_item .btn-group a + .table_tools_segmented_control,
#title_bar .action_item .table_tools .table_tools_segmented_control a + .table_tools_segmented_control,
.table_tools #title_bar .action_item .table_tools_segmented_control a + .table_tools_segmented_control,
.btn-group .btn-group + .btn,
.btn-group .scopes li.scope > .btn-group + a,
.scopes .btn-group li.scope > .btn-group + a,
.btn-group .table_tools .btn-group + .index,
.table_tools .btn-group .btn-group + .index,
.table_tools .table_tools_segmented_control .btn-group + .btn,
.table_tools .table_tools_segmented_control .scopes li.scope > .btn-group + a,
.scopes .table_tools .table_tools_segmented_control li.scope > .btn-group + a,
.table_tools .table_tools_segmented_control .btn-group + .index,
.btn-group .table_tools .table_tools_segmented_control + .btn,
.btn-group .table_tools .scopes li.scope > .table_tools_segmented_control + a,
.scopes .btn-group .table_tools li.scope > .table_tools_segmented_control + a,
.btn-group .table_tools .table_tools_segmented_control + .index,
.table_tools .btn-group .table_tools_segmented_control + .btn,
.table_tools .btn-group .scopes li.scope > .table_tools_segmented_control + a,
.scopes .table_tools .btn-group li.scope > .table_tools_segmented_control + a,
.table_tools .btn-group .table_tools_segmented_control + .index,
.table_tools .table_tools_segmented_control .table_tools_segmented_control + .btn,
.table_tools .table_tools_segmented_control .scopes li.scope > .table_tools_segmented_control + a,
.scopes .table_tools .table_tools_segmented_control li.scope > .table_tools_segmented_control + a,
.table_tools .table_tools_segmented_control .table_tools_segmented_control + .index,
.btn-group .table_tools .batch_actions_selector .btn-group + .dropdown_menu_button,
.table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .btn-group + .dropdown_menu_button,
.btn-group .table_tools .batch_actions_selector .table_tools_segmented_control + .dropdown_menu_button,
.table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .table_tools_segmented_control + .dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group .btn-group + .dropdown_menu_button,
.table_tools .batch_actions_selector .table_tools_segmented_control .btn-group + .dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group .table_tools_segmented_control + .dropdown_menu_button,
.table_tools .batch_actions_selector .table_tools_segmented_control .table_tools_segmented_control + .dropdown_menu_button,
.btn-group form .actions li .btn-group + input,
.table_tools .table_tools_segmented_control form .actions li .btn-group + input,
.btn-group form .actions li .table_tools .table_tools_segmented_control + input,
.table_tools .btn-group form .actions li .table_tools_segmented_control + input,
.table_tools .table_tools_segmented_control form .actions li .table_tools_segmented_control + input,
form .actions li .btn-group .btn-group + input,
form .actions li .table_tools .table_tools_segmented_control .btn-group + input,
.table_tools form .actions li .table_tools_segmented_control .btn-group + input,
form .actions li .btn-group .table_tools .table_tools_segmented_control + input,
.table_tools form .actions li .btn-group .table_tools_segmented_control + input,
form .actions li .table_tools .table_tools_segmented_control .table_tools_segmented_control + input,
.table_tools form .actions li .table_tools_segmented_control .table_tools_segmented_control + input,
.btn-group form .actions li .btn-group + a,
.table_tools .table_tools_segmented_control form .actions li .btn-group + a,
.btn-group form .actions li .table_tools .table_tools_segmented_control + a,
.table_tools .btn-group form .actions li .table_tools_segmented_control + a,
.table_tools .table_tools_segmented_control form .actions li .table_tools_segmented_control + a,
form .actions li .btn-group .btn-group + a,
form .actions li .table_tools .table_tools_segmented_control .btn-group + a,
.table_tools form .actions li .table_tools_segmented_control .btn-group + a,
form .actions li .btn-group .table_tools .table_tools_segmented_control + a,
.table_tools form .actions li .btn-group .table_tools_segmented_control + a,
form .actions li .table_tools .table_tools_segmented_control .table_tools_segmented_control + a,
.table_tools form .actions li .table_tools_segmented_control .table_tools_segmented_control + a,
.btn-group .btn-group + .member_link,
.table_tools .table_tools_segmented_control .btn-group + .member_link,
.btn-group .table_tools .table_tools_segmented_control + .member_link,
.table_tools .btn-group .table_tools_segmented_control + .member_link,
.table_tools .table_tools_segmented_control .table_tools_segmented_control + .member_link,
.btn-group .btn-group + .ui-sortable-handle,
.table_tools .table_tools_segmented_control .btn-group + .ui-sortable-handle,
.btn-group .table_tools .table_tools_segmented_control + .ui-sortable-handle,
.table_tools .btn-group .table_tools_segmented_control + .ui-sortable-handle,
.table_tools .table_tools_segmented_control .table_tools_segmented_control + .ui-sortable-handle,
.btn-group ul.scopes li.scope .btn-group + a,
.table_tools .table_tools_segmented_control ul.scopes li.scope .btn-group + a,
.btn-group ul.scopes li.scope .table_tools .table_tools_segmented_control + a,
.table_tools .btn-group ul.scopes li.scope .table_tools_segmented_control + a,
.table_tools .table_tools_segmented_control ul.scopes li.scope .table_tools_segmented_control + a,
ul.scopes li.scope .btn-group .btn-group + a,
ul.scopes li.scope .table_tools .table_tools_segmented_control .btn-group + a,
.table_tools ul.scopes li.scope .table_tools_segmented_control .btn-group + a,
ul.scopes li.scope .btn-group .table_tools .table_tools_segmented_control + a,
.table_tools ul.scopes li.scope .btn-group .table_tools_segmented_control + a,
ul.scopes li.scope .table_tools .table_tools_segmented_control .table_tools_segmented_control + a,
.table_tools ul.scopes li.scope .table_tools_segmented_control .table_tools_segmented_control + a,
.btn-group .filter_form .buttons .btn-group + input,
.table_tools .table_tools_segmented_control .filter_form .buttons .btn-group + input,
.btn-group .filter_form .buttons .table_tools .table_tools_segmented_control + input,
.table_tools .btn-group .filter_form .buttons .table_tools_segmented_control + input,
.table_tools .table_tools_segmented_control .filter_form .buttons .table_tools_segmented_control + input,
.filter_form .buttons .btn-group .btn-group + input,
.filter_form .buttons .table_tools .table_tools_segmented_control .btn-group + input,
.table_tools .filter_form .buttons .table_tools_segmented_control .btn-group + input,
.filter_form .buttons .btn-group .table_tools .table_tools_segmented_control + input,
.table_tools .filter_form .buttons .btn-group .table_tools_segmented_control + input,
.filter_form .buttons .table_tools .table_tools_segmented_control .table_tools_segmented_control + input,
.table_tools .filter_form .buttons .table_tools_segmented_control .table_tools_segmented_control + input,
.btn-group .filter_form .buttons .btn-group + a,
.table_tools .table_tools_segmented_control .filter_form .buttons .btn-group + a,
.btn-group .filter_form .buttons .table_tools .table_tools_segmented_control + a,
.table_tools .btn-group .filter_form .buttons .table_tools_segmented_control + a,
.table_tools .table_tools_segmented_control .filter_form .buttons .table_tools_segmented_control + a,
.filter_form .buttons .btn-group .btn-group + a,
.filter_form .buttons .table_tools .table_tools_segmented_control .btn-group + a,
.table_tools .filter_form .buttons .table_tools_segmented_control .btn-group + a,
.filter_form .buttons .btn-group .table_tools .table_tools_segmented_control + a,
.table_tools .filter_form .buttons .btn-group .table_tools_segmented_control + a,
.filter_form .buttons .table_tools .table_tools_segmented_control .table_tools_segmented_control + a,
.table_tools .filter_form .buttons .table_tools_segmented_control .table_tools_segmented_control + a,
.btn-group #title_bar .action_item .btn-group + a,
.table_tools .table_tools_segmented_control #title_bar .action_item .btn-group + a,
.btn-group #title_bar .action_item .table_tools .table_tools_segmented_control + a,
.table_tools .btn-group #title_bar .action_item .table_tools_segmented_control + a,
.table_tools .table_tools_segmented_control #title_bar .action_item .table_tools_segmented_control + a,
#title_bar .action_item .btn-group .btn-group + a,
#title_bar .action_item .table_tools .table_tools_segmented_control .btn-group + a,
.table_tools #title_bar .action_item .table_tools_segmented_control .btn-group + a,
#title_bar .action_item .btn-group .table_tools .table_tools_segmented_control + a,
.table_tools #title_bar .action_item .btn-group .table_tools_segmented_control + a,
#title_bar .action_item .table_tools .table_tools_segmented_control .table_tools_segmented_control + a,
.table_tools #title_bar .action_item .table_tools_segmented_control .table_tools_segmented_control + a,
.btn-group .btn-group + .btn-group,
.table_tools .table_tools_segmented_control .btn-group + .btn-group,
.btn-group .table_tools .table_tools_segmented_control + .btn-group,
.table_tools .btn-group .table_tools_segmented_control + .btn-group,
.table_tools .table_tools_segmented_control .table_tools_segmented_control + .btn-group,
.btn-group .table_tools .btn-group + .table_tools_segmented_control,
.table_tools .btn-group .btn-group + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .btn-group + .table_tools_segmented_control,
.btn-group .table_tools .table_tools_segmented_control + .table_tools_segmented_control,
.table_tools .btn-group .table_tools_segmented_control + .table_tools_segmented_control,
.table_tools .table_tools_segmented_control .table_tools_segmented_control + .table_tools_segmented_control {
  margin-left: -1px;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar, #main_content_wrapper .table_actions {
  margin-left: -5px;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, #main_content_wrapper .table_actions:before, .btn-toolbar:after, #main_content_wrapper .table_actions:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after, #main_content_wrapper .table_actions:after {
  clear: both;
}

/* line 39, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn, .btn-toolbar .scopes li.scope > a, .scopes .btn-toolbar li.scope > a, .btn-toolbar .table_tools .index, .table_tools .btn-toolbar .index, .btn-toolbar .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector .btn-toolbar .dropdown_menu_button, .btn-toolbar form .actions li input, form .actions li .btn-toolbar input, .btn-toolbar form .actions li a, form .actions li .btn-toolbar a, .btn-toolbar .member_link, .btn-toolbar .ui-sortable-handle, #main_content_wrapper .table_actions .btn, #main_content_wrapper .table_actions .scopes li.scope > a, .scopes #main_content_wrapper .table_actions li.scope > a, #main_content_wrapper .table_actions .table_tools .index, .table_tools #main_content_wrapper .table_actions .index, #main_content_wrapper .table_actions .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector #main_content_wrapper .table_actions .dropdown_menu_button, #main_content_wrapper .table_actions form .actions li input, form .actions li #main_content_wrapper .table_actions input, #main_content_wrapper .table_actions form .actions li a, form .actions li #main_content_wrapper .table_actions a, #main_content_wrapper .table_actions .member_link, #main_content_wrapper .table_actions .ui-sortable-handle, .btn-toolbar ul.scopes li.scope a, #main_content_wrapper .table_actions ul.scopes li.scope a, ul.scopes li.scope .btn-toolbar a, ul.scopes li.scope #main_content_wrapper .table_actions a, #main_content_wrapper ul.scopes li.scope .table_actions a, .btn-toolbar .filter_form .buttons input, #main_content_wrapper .table_actions .filter_form .buttons input, .filter_form .buttons .btn-toolbar input, .filter_form .buttons #main_content_wrapper .table_actions input, #main_content_wrapper .filter_form .buttons .table_actions input, .btn-toolbar .filter_form .buttons a, #main_content_wrapper .table_actions .filter_form .buttons a, .filter_form .buttons .btn-toolbar a, .filter_form .buttons #main_content_wrapper .table_actions a, #main_content_wrapper .filter_form .buttons .table_actions a, .btn-toolbar #title_bar .action_item a, #main_content_wrapper .table_actions #title_bar .action_item a, #title_bar .action_item .btn-toolbar a, #title_bar .action_item #main_content_wrapper .table_actions a, #main_content_wrapper #title_bar .action_item .table_actions a,
.btn-toolbar .btn-group,
.btn-toolbar .table_tools .table_tools_segmented_control,
.table_tools .btn-toolbar .table_tools_segmented_control,
#main_content_wrapper .table_actions .btn-group,
#main_content_wrapper .table_actions .table_tools .table_tools_segmented_control,
.table_tools #main_content_wrapper .table_actions .table_tools_segmented_control,
.btn-toolbar .input-group,
#main_content_wrapper .table_actions .input-group {
  float: left;
}

/* line 44, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn, .scopes li.scope.btn-toolbar > a, .table_tools .btn-toolbar > .index, .table_tools .batch_actions_selector .btn-toolbar > .dropdown_menu_button, form .actions li .btn-toolbar > input, form .actions li .btn-toolbar > a, .btn-toolbar > .member_link, .btn-toolbar > .ui-sortable-handle, #main_content_wrapper .table_actions > .btn, #main_content_wrapper .scopes li.scope.table_actions > a, .scopes #main_content_wrapper li.scope.table_actions > a, #main_content_wrapper .table_tools .table_actions > .index, .table_tools #main_content_wrapper .table_actions > .index, #main_content_wrapper .table_tools .batch_actions_selector .table_actions > .dropdown_menu_button, .table_tools .batch_actions_selector #main_content_wrapper .table_actions > .dropdown_menu_button, #main_content_wrapper form .actions li .table_actions > input, form .actions li #main_content_wrapper .table_actions > input, #main_content_wrapper form .actions li .table_actions > a, form .actions li #main_content_wrapper .table_actions > a, #main_content_wrapper .table_actions > .member_link, #main_content_wrapper .table_actions > .ui-sortable-handle, ul.scopes li.scope .btn-toolbar > a, ul.scopes li.scope #main_content_wrapper .table_actions > a, #main_content_wrapper ul.scopes li.scope .table_actions > a, .filter_form .buttons .btn-toolbar > input, .filter_form .buttons #main_content_wrapper .table_actions > input, #main_content_wrapper .filter_form .buttons .table_actions > input, .filter_form .buttons .btn-toolbar > a, .filter_form .buttons #main_content_wrapper .table_actions > a, #main_content_wrapper .filter_form .buttons .table_actions > a, #title_bar .action_item .btn-toolbar > a, #title_bar .action_item #main_content_wrapper .table_actions > a, #main_content_wrapper #title_bar .action_item .table_actions > a,
.btn-toolbar > .btn-group,
.table_tools .btn-toolbar > .table_tools_segmented_control,
#main_content_wrapper .table_actions > .btn-group,
#main_content_wrapper .table_tools .table_actions > .table_tools_segmented_control,
.table_tools #main_content_wrapper .table_actions > .table_tools_segmented_control,
.btn-toolbar > .input-group,
#main_content_wrapper .table_actions > .input-group {
  margin-left: 5px;
}

/* line 51, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .scopes li.scope.btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .btn-group > .index:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .scopes li.scope.table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .scopes .table_tools li.scope.table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .index:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button:not(:first-child):not(:last-child):not(.dropdown-toggle), form .actions li .btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle), form .actions li .table_tools .table_tools_segmented_control > input:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools form .actions li .table_tools_segmented_control > input:not(:first-child):not(:last-child):not(.dropdown-toggle), form .actions li .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), form .actions li .table_tools .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools form .actions li .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .member_link:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .member_link:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .ui-sortable-handle:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .ui-sortable-handle:not(:first-child):not(:last-child):not(.dropdown-toggle), ul.scopes li.scope .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), ul.scopes li.scope .table_tools .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools ul.scopes li.scope .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .filter_form .buttons .btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle), .filter_form .buttons .table_tools .table_tools_segmented_control > input:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .filter_form .buttons .table_tools_segmented_control > input:not(:first-child):not(:last-child):not(.dropdown-toggle), .filter_form .buttons .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .filter_form .buttons .table_tools .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools .filter_form .buttons .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), #title_bar .action_item .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), #title_bar .action_item .table_tools .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .table_tools #title_bar .action_item .table_tools_segmented_control > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child, .scopes li.scope.btn-group > a:first-child, .table_tools .btn-group > .index:first-child, .table_tools .table_tools_segmented_control > .btn:first-child, .table_tools .scopes li.scope.table_tools_segmented_control > a:first-child, .scopes .table_tools li.scope.table_tools_segmented_control > a:first-child, .table_tools .table_tools_segmented_control > .index:first-child, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button:first-child, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button:first-child, form .actions li .btn-group > input:first-child, form .actions li .table_tools .table_tools_segmented_control > input:first-child, .table_tools form .actions li .table_tools_segmented_control > input:first-child, form .actions li .btn-group > a:first-child, form .actions li .table_tools .table_tools_segmented_control > a:first-child, .table_tools form .actions li .table_tools_segmented_control > a:first-child, .btn-group > .member_link:first-child, .table_tools .table_tools_segmented_control > .member_link:first-child, .btn-group > .ui-sortable-handle:first-child, .table_tools .table_tools_segmented_control > .ui-sortable-handle:first-child, ul.scopes li.scope .btn-group > a:first-child, ul.scopes li.scope .table_tools .table_tools_segmented_control > a:first-child, .table_tools ul.scopes li.scope .table_tools_segmented_control > a:first-child, .filter_form .buttons .btn-group > input:first-child, .filter_form .buttons .table_tools .table_tools_segmented_control > input:first-child, .table_tools .filter_form .buttons .table_tools_segmented_control > input:first-child, .filter_form .buttons .btn-group > a:first-child, .filter_form .buttons .table_tools .table_tools_segmented_control > a:first-child, .table_tools .filter_form .buttons .table_tools_segmented_control > a:first-child, #title_bar .action_item .btn-group > a:first-child, #title_bar .action_item .table_tools .table_tools_segmented_control > a:first-child, .table_tools #title_bar .action_item .table_tools_segmented_control > a:first-child {
  margin-left: 0;
}

/* line 58, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .scopes li.scope.btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .btn-group > .index:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .btn:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .scopes li.scope.table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .scopes .table_tools li.scope.table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .index:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button:first-child:not(:last-child):not(.dropdown-toggle), form .actions li .btn-group > input:first-child:not(:last-child):not(.dropdown-toggle), form .actions li .table_tools .table_tools_segmented_control > input:first-child:not(:last-child):not(.dropdown-toggle), .table_tools form .actions li .table_tools_segmented_control > input:first-child:not(:last-child):not(.dropdown-toggle), form .actions li .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), form .actions li .table_tools .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .table_tools form .actions li .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .member_link:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .member_link:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .ui-sortable-handle:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .table_tools_segmented_control > .ui-sortable-handle:first-child:not(:last-child):not(.dropdown-toggle), ul.scopes li.scope .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), ul.scopes li.scope .table_tools .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .table_tools ul.scopes li.scope .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .filter_form .buttons .btn-group > input:first-child:not(:last-child):not(.dropdown-toggle), .filter_form .buttons .table_tools .table_tools_segmented_control > input:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .filter_form .buttons .table_tools_segmented_control > input:first-child:not(:last-child):not(.dropdown-toggle), .filter_form .buttons .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), .filter_form .buttons .table_tools .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .table_tools .filter_form .buttons .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), #title_bar .action_item .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), #title_bar .action_item .table_tools .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle), .table_tools #title_bar .action_item .table_tools_segmented_control > a:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child), .scopes li.scope.btn-group > a:last-child:not(:first-child), .table_tools .btn-group > .index:last-child:not(:first-child), .table_tools .table_tools_segmented_control > .btn:last-child:not(:first-child), .table_tools .scopes li.scope.table_tools_segmented_control > a:last-child:not(:first-child), .scopes .table_tools li.scope.table_tools_segmented_control > a:last-child:not(:first-child), .table_tools .table_tools_segmented_control > .index:last-child:not(:first-child), form .actions li .btn-group > input:last-child:not(:first-child), form .actions li .table_tools .table_tools_segmented_control > input:last-child:not(:first-child), .table_tools form .actions li .table_tools_segmented_control > input:last-child:not(:first-child), form .actions li .btn-group > a:last-child:not(:first-child), form .actions li .table_tools .table_tools_segmented_control > a:last-child:not(:first-child), .table_tools form .actions li .table_tools_segmented_control > a:last-child:not(:first-child), .btn-group > .member_link:last-child:not(:first-child), .table_tools .table_tools_segmented_control > .member_link:last-child:not(:first-child), .btn-group > .ui-sortable-handle:last-child:not(:first-child), .table_tools .table_tools_segmented_control > .ui-sortable-handle:last-child:not(:first-child), ul.scopes li.scope .btn-group > a:last-child:not(:first-child), ul.scopes li.scope .table_tools .table_tools_segmented_control > a:last-child:not(:first-child), .table_tools ul.scopes li.scope .table_tools_segmented_control > a:last-child:not(:first-child), .filter_form .buttons .btn-group > input:last-child:not(:first-child), .filter_form .buttons .table_tools .table_tools_segmented_control > input:last-child:not(:first-child), .table_tools .filter_form .buttons .table_tools_segmented_control > input:last-child:not(:first-child), .filter_form .buttons .btn-group > a:last-child:not(:first-child), .filter_form .buttons .table_tools .table_tools_segmented_control > a:last-child:not(:first-child), .table_tools .filter_form .buttons .table_tools_segmented_control > a:last-child:not(:first-child), #title_bar .action_item .btn-group > a:last-child:not(:first-child), #title_bar .action_item .table_tools .table_tools_segmented_control > a:last-child:not(:first-child), .table_tools #title_bar .action_item .table_tools_segmented_control > a:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.table_tools .table_tools_segmented_control > .dropdown-toggle:not(:first-child),
.table_tools .batch_actions_selector .btn-group > .dropdown_menu_button:not(:first-child),
.table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group, .table_tools .table_tools_segmented_control > .btn-group, .table_tools .btn-group > .table_tools_segmented_control, .table_tools .table_tools_segmented_control > .table_tools_segmented_control {
  float: left;
}

/* line 72, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .scopes .btn-group > li.scope.btn-group:not(:first-child):not(:last-child) > a, .table_tools .btn-group > .btn-group:not(:first-child):not(:last-child) > .index, .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > .btn, .table_tools .scopes .table_tools_segmented_control > li.scope.btn-group:not(:first-child):not(:last-child) > a, .scopes .table_tools .table_tools_segmented_control > li.scope.btn-group:not(:first-child):not(:last-child) > a, .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > .index, .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > .btn, .table_tools .scopes .btn-group > li.scope.table_tools_segmented_control:not(:first-child):not(:last-child) > a, .scopes .table_tools .btn-group > li.scope.table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > .index, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > .btn, .table_tools .scopes .table_tools_segmented_control > li.scope.table_tools_segmented_control:not(:first-child):not(:last-child) > a, .scopes .table_tools .table_tools_segmented_control > li.scope.table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > .index, .table_tools .batch_actions_selector .btn-group > .btn-group:not(:first-child):not(:last-child) > .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > .dropdown_menu_button, form .actions li .btn-group > .btn-group:not(:first-child):not(:last-child) > input, form .actions li .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > input, .table_tools form .actions li .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > input, form .actions li .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .table_tools form .actions li .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, form .actions li .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .table_tools form .actions li .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, form .actions li .btn-group > .btn-group:not(:first-child):not(:last-child) > a, form .actions li .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, .table_tools form .actions li .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, form .actions li .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools form .actions li .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, form .actions li .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools form .actions li .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .btn-group > .btn-group:not(:first-child):not(:last-child) > .member_link, .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > .member_link, .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > .member_link, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > .member_link, .btn-group > .btn-group:not(:first-child):not(:last-child) > .ui-sortable-handle, .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > .ui-sortable-handle, .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > .ui-sortable-handle, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > .ui-sortable-handle, ul.scopes li.scope .btn-group > .btn-group:not(:first-child):not(:last-child) > a, ul.scopes li.scope .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, .table_tools ul.scopes li.scope .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, ul.scopes li.scope .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools ul.scopes li.scope .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, ul.scopes li.scope .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools ul.scopes li.scope .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .filter_form .buttons .btn-group > .btn-group:not(:first-child):not(:last-child) > input, .filter_form .buttons .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > input, .table_tools .filter_form .buttons .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > input, .filter_form .buttons .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .table_tools .filter_form .buttons .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .filter_form .buttons .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .table_tools .filter_form .buttons .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .filter_form .buttons .btn-group > .btn-group:not(:first-child):not(:last-child) > a, .filter_form .buttons .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, .table_tools .filter_form .buttons .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, .filter_form .buttons .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools .filter_form .buttons .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .filter_form .buttons .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools .filter_form .buttons .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, #title_bar .action_item .btn-group > .btn-group:not(:first-child):not(:last-child) > a, #title_bar .action_item .table_tools .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, .table_tools #title_bar .action_item .table_tools_segmented_control > .btn-group:not(:first-child):not(:last-child) > a, #title_bar .action_item .table_tools .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools #title_bar .action_item .btn-group > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, #title_bar .action_item .table_tools .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools #title_bar .action_item .table_tools_segmented_control > .table_tools_segmented_control:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

/* line 76, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .scopes .btn-group > li.scope.btn-group:first-child:not(:last-child) > a:last-child, .table_tools .btn-group > .btn-group:first-child:not(:last-child) > .index:last-child, .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > .btn:last-child, .table_tools .scopes .table_tools_segmented_control > li.scope.btn-group:first-child:not(:last-child) > a:last-child, .scopes .table_tools .table_tools_segmented_control > li.scope.btn-group:first-child:not(:last-child) > a:last-child, .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > .index:last-child, .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > .btn:last-child, .table_tools .scopes .btn-group > li.scope.table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .scopes .table_tools .btn-group > li.scope.table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > .index:last-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > .btn:last-child, .table_tools .scopes .table_tools_segmented_control > li.scope.table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .scopes .table_tools .table_tools_segmented_control > li.scope.table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > .index:last-child, form .actions li .btn-group > .btn-group:first-child:not(:last-child) > input:last-child, form .actions li .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > input:last-child, .table_tools form .actions li .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > input:last-child, form .actions li .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .table_tools form .actions li .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, form .actions li .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .table_tools form .actions li .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, form .actions li .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, form .actions li .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, .table_tools form .actions li .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, form .actions li .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools form .actions li .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, form .actions li .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools form .actions li .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .member_link:last-child, .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > .member_link:last-child, .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > .member_link:last-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > .member_link:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .ui-sortable-handle:last-child, .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > .ui-sortable-handle:last-child, .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > .ui-sortable-handle:last-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > .ui-sortable-handle:last-child, ul.scopes li.scope .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, ul.scopes li.scope .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, .table_tools ul.scopes li.scope .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, ul.scopes li.scope .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools ul.scopes li.scope .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, ul.scopes li.scope .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools ul.scopes li.scope .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .filter_form .buttons .btn-group > .btn-group:first-child:not(:last-child) > input:last-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > input:last-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > input:last-child, .filter_form .buttons .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .table_tools .filter_form .buttons .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .filter_form .buttons .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, .filter_form .buttons .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools .filter_form .buttons .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, #title_bar .action_item .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, #title_bar .action_item .table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, .table_tools #title_bar .action_item .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > a:last-child, #title_bar .action_item .table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools #title_bar .action_item .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, #title_bar .action_item .table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools #title_bar .action_item .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.table_tools .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.table_tools .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > .dropdown-toggle,
.table_tools .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > .dropdown-toggle,
.table_tools .batch_actions_selector .btn-group > .btn-group:first-child:not(:last-child) > .dropdown_menu_button,
.table_tools .batch_actions_selector .table_tools_segmented_control > .btn-group:first-child:not(:last-child) > .dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group > .table_tools_segmented_control:first-child:not(:last-child) > .dropdown_menu_button,
.table_tools .batch_actions_selector .table_tools_segmented_control > .table_tools_segmented_control:first-child:not(:last-child) > .dropdown_menu_button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .scopes .btn-group > li.scope.btn-group:last-child:not(:first-child) > a:first-child, .table_tools .btn-group > .btn-group:last-child:not(:first-child) > .index:first-child, .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > .btn:first-child, .table_tools .scopes .table_tools_segmented_control > li.scope.btn-group:last-child:not(:first-child) > a:first-child, .scopes .table_tools .table_tools_segmented_control > li.scope.btn-group:last-child:not(:first-child) > a:first-child, .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > .index:first-child, .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > .btn:first-child, .table_tools .scopes .btn-group > li.scope.table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .scopes .table_tools .btn-group > li.scope.table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > .index:first-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > .btn:first-child, .table_tools .scopes .table_tools_segmented_control > li.scope.table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .scopes .table_tools .table_tools_segmented_control > li.scope.table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > .index:first-child, .table_tools .batch_actions_selector .btn-group > .btn-group:last-child:not(:first-child) > .dropdown_menu_button:first-child, .table_tools .batch_actions_selector .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > .dropdown_menu_button:first-child, .table_tools .batch_actions_selector .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > .dropdown_menu_button:first-child, .table_tools .batch_actions_selector .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > .dropdown_menu_button:first-child, form .actions li .btn-group > .btn-group:last-child:not(:first-child) > input:first-child, form .actions li .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > input:first-child, .table_tools form .actions li .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > input:first-child, form .actions li .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .table_tools form .actions li .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, form .actions li .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .table_tools form .actions li .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, form .actions li .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, form .actions li .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, .table_tools form .actions li .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, form .actions li .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools form .actions li .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, form .actions li .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools form .actions li .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .member_link:first-child, .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > .member_link:first-child, .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > .member_link:first-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > .member_link:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .ui-sortable-handle:first-child, .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > .ui-sortable-handle:first-child, .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > .ui-sortable-handle:first-child, .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > .ui-sortable-handle:first-child, ul.scopes li.scope .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, ul.scopes li.scope .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, .table_tools ul.scopes li.scope .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, ul.scopes li.scope .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools ul.scopes li.scope .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, ul.scopes li.scope .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools ul.scopes li.scope .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .filter_form .buttons .btn-group > .btn-group:last-child:not(:first-child) > input:first-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > input:first-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > input:first-child, .filter_form .buttons .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .table_tools .filter_form .buttons .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .filter_form .buttons .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, .filter_form .buttons .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools .filter_form .buttons .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .filter_form .buttons .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools .filter_form .buttons .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, #title_bar .action_item .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, #title_bar .action_item .table_tools .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, .table_tools #title_bar .action_item .table_tools_segmented_control > .btn-group:last-child:not(:first-child) > a:first-child, #title_bar .action_item .table_tools .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools #title_bar .action_item .btn-group > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, #title_bar .action_item .table_tools .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools #title_bar .action_item .table_tools_segmented_control > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active, .table_tools .table_tools_segmented_control .dropdown-toggle:active, .btn-group .table_tools .batch_actions_selector .dropdown_menu_button:active, .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button:active, .table_tools .batch_actions_selector .btn-group .dropdown_menu_button:active, .table_tools .batch_actions_selector .table_tools_segmented_control .dropdown_menu_button:active,
.btn-group.open .dropdown-toggle,
.table_tools .open.table_tools_segmented_control .dropdown-toggle,
.btn-group.open .table_tools .batch_actions_selector .dropdown_menu_button,
.table_tools .open.table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group.open .dropdown_menu_button,
.table_tools .batch_actions_selector .open.table_tools_segmented_control .dropdown_menu_button {
  outline: 0;
}

/* line 105, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle, .scopes li.scope.btn-group > a + .dropdown-toggle, .table_tools .btn-group > .index + .dropdown-toggle, .table_tools .table_tools_segmented_control > .btn + .dropdown-toggle, .table_tools .scopes li.scope.table_tools_segmented_control > a + .dropdown-toggle, .scopes .table_tools li.scope.table_tools_segmented_control > a + .dropdown-toggle, .table_tools .table_tools_segmented_control > .index + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group > .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.scope.btn-group > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.scope.btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group > .index + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.scope.table_tools_segmented_control > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.scope.table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .index + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button + .dropdown-toggle, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group > .dropdown_menu_button + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .dropdown_menu_button + .dropdown_menu_button, form .actions li .btn-group > input + .dropdown-toggle, form .actions li .table_tools .table_tools_segmented_control > input + .dropdown-toggle, .table_tools form .actions li .table_tools_segmented_control > input + .dropdown-toggle, form .actions li .table_tools .batch_actions_selector .btn-group > input + .dropdown_menu_button, form .actions li .table_tools .batch_actions_selector .table_tools_segmented_control > input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group > input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .table_tools_segmented_control > input + .dropdown_menu_button, form .actions li .btn-group > a + .dropdown-toggle, form .actions li .table_tools .table_tools_segmented_control > a + .dropdown-toggle, .table_tools form .actions li .table_tools_segmented_control > a + .dropdown-toggle, form .actions li .table_tools .batch_actions_selector .btn-group > a + .dropdown_menu_button, form .actions li .table_tools .batch_actions_selector .table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .table_tools_segmented_control > a + .dropdown_menu_button, .btn-group > .member_link + .dropdown-toggle, .table_tools .table_tools_segmented_control > .member_link + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group > .member_link + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .member_link + .dropdown_menu_button, .btn-group > .ui-sortable-handle + .dropdown-toggle, .table_tools .table_tools_segmented_control > .ui-sortable-handle + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group > .ui-sortable-handle + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .ui-sortable-handle + .dropdown_menu_button, ul.scopes li.scope .btn-group > a + .dropdown-toggle, ul.scopes li.scope .table_tools .table_tools_segmented_control > a + .dropdown-toggle, .table_tools ul.scopes li.scope .table_tools_segmented_control > a + .dropdown-toggle, ul.scopes li.scope .table_tools .batch_actions_selector .btn-group > a + .dropdown_menu_button, ul.scopes li.scope .table_tools .batch_actions_selector .table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .table_tools_segmented_control > a + .dropdown_menu_button, .filter_form .buttons .btn-group > input + .dropdown-toggle, .filter_form .buttons .table_tools .table_tools_segmented_control > input + .dropdown-toggle, .table_tools .filter_form .buttons .table_tools_segmented_control > input + .dropdown-toggle, .filter_form .buttons .table_tools .batch_actions_selector .btn-group > input + .dropdown_menu_button, .filter_form .buttons .table_tools .batch_actions_selector .table_tools_segmented_control > input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group > input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .table_tools_segmented_control > input + .dropdown_menu_button, .filter_form .buttons .btn-group > a + .dropdown-toggle, .filter_form .buttons .table_tools .table_tools_segmented_control > a + .dropdown-toggle, .table_tools .filter_form .buttons .table_tools_segmented_control > a + .dropdown-toggle, .filter_form .buttons .table_tools .batch_actions_selector .btn-group > a + .dropdown_menu_button, .filter_form .buttons .table_tools .batch_actions_selector .table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .table_tools_segmented_control > a + .dropdown_menu_button, #title_bar .action_item .btn-group > a + .dropdown-toggle, #title_bar .action_item .table_tools .table_tools_segmented_control > a + .dropdown-toggle, .table_tools #title_bar .action_item .table_tools_segmented_control > a + .dropdown-toggle, #title_bar .action_item .table_tools .batch_actions_selector .btn-group > a + .dropdown_menu_button, #title_bar .action_item .table_tools .batch_actions_selector .table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .table_tools_segmented_control > a + .dropdown_menu_button {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .table_tools .table_tools_segmented_control > .btn-lg + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group > .btn-lg + .dropdown_menu_button, .table_tools .batch_actions_selector .table_tools_segmented_control > .btn-lg + .dropdown_menu_button, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .scopes li.scope.btn-group-lg.btn-group > a + .dropdown-toggle, .table_tools .btn-group-lg.btn-group > .index + .dropdown-toggle, .table_tools .btn-group-lg.table_tools_segmented_control > .btn + .dropdown-toggle, .table_tools .scopes li.scope.btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, .scopes .table_tools li.scope.btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, .table_tools .btn-group-lg.table_tools_segmented_control > .index + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group-lg.btn-group > .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.scope.btn-group-lg.btn-group > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.scope.btn-group-lg.btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-lg.btn-group > .index + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.scope.btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.scope.btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > .index + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-lg.btn-group > .dropdown_menu_button + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > .dropdown_menu_button + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group-lg.btn-group > .dropdown_menu_button + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > .dropdown_menu_button + .dropdown_menu_button, form .actions li .btn-group-lg.btn-group > input + .dropdown-toggle, form .actions li .table_tools .btn-group-lg.table_tools_segmented_control > input + .dropdown-toggle, .table_tools form .actions li .btn-group-lg.table_tools_segmented_control > input + .dropdown-toggle, form .actions li .table_tools .batch_actions_selector .btn-group-lg.btn-group > input + .dropdown_menu_button, form .actions li .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group-lg.btn-group > input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group-lg.table_tools_segmented_control > input + .dropdown_menu_button, form .actions li .btn-group-lg.btn-group > a + .dropdown-toggle, form .actions li .table_tools .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, .table_tools form .actions li .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, form .actions li .table_tools .batch_actions_selector .btn-group-lg.btn-group > a + .dropdown_menu_button, form .actions li .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group-lg.btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .btn-group-lg.btn-group > .member_link + .dropdown-toggle, .table_tools .btn-group-lg.table_tools_segmented_control > .member_link + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group-lg.btn-group > .member_link + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > .member_link + .dropdown_menu_button, .btn-group-lg.btn-group > .ui-sortable-handle + .dropdown-toggle, .table_tools .btn-group-lg.table_tools_segmented_control > .ui-sortable-handle + .dropdown-toggle, .table_tools .batch_actions_selector .btn-group-lg.btn-group > .ui-sortable-handle + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > .ui-sortable-handle + .dropdown_menu_button, ul.scopes li.scope .btn-group-lg.btn-group > a + .dropdown-toggle, ul.scopes li.scope .table_tools .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, .table_tools ul.scopes li.scope .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, ul.scopes li.scope .table_tools .batch_actions_selector .btn-group-lg.btn-group > a + .dropdown_menu_button, ul.scopes li.scope .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group-lg.btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .filter_form .buttons .btn-group-lg.btn-group > input + .dropdown-toggle, .filter_form .buttons .table_tools .btn-group-lg.table_tools_segmented_control > input + .dropdown-toggle, .table_tools .filter_form .buttons .btn-group-lg.table_tools_segmented_control > input + .dropdown-toggle, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-lg.btn-group > input + .dropdown_menu_button, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-lg.btn-group > input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-lg.table_tools_segmented_control > input + .dropdown_menu_button, .filter_form .buttons .btn-group-lg.btn-group > a + .dropdown-toggle, .filter_form .buttons .table_tools .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, .table_tools .filter_form .buttons .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-lg.btn-group > a + .dropdown_menu_button, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-lg.btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, #title_bar .action_item .btn-group-lg.btn-group > a + .dropdown-toggle, #title_bar .action_item .table_tools .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, .table_tools #title_bar .action_item .btn-group-lg.table_tools_segmented_control > a + .dropdown-toggle, #title_bar .action_item .table_tools .batch_actions_selector .btn-group-lg.btn-group > a + .dropdown_menu_button, #title_bar .action_item .table_tools .batch_actions_selector .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .btn-group-lg.btn-group > a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .btn-group-lg.table_tools_segmented_control > a + .dropdown_menu_button {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle, .table_tools .open.table_tools_segmented_control .dropdown-toggle, .btn-group.open .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .open.table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group.open .dropdown_menu_button, .table_tools .batch_actions_selector .open.table_tools_segmented_control .dropdown_menu_button {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link, .table_tools .open.table_tools_segmented_control .dropdown-toggle.btn-link, .btn-group.open .table_tools .batch_actions_selector .btn-link.dropdown_menu_button, .table_tools .open.table_tools_segmented_control .table_tools .batch_actions_selector .btn-link.dropdown_menu_button, .table_tools .batch_actions_selector .btn-group.open .btn-link.dropdown_menu_button, .table_tools .batch_actions_selector .open.table_tools_segmented_control .btn-link.dropdown_menu_button {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret, .scopes li.scope > a .caret, .table_tools .index .caret, .btn .table_tools .batch_actions_selector .dropdown_menu_button:after, .scopes li.scope > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .index .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .btn .dropdown_menu_button:after, .table_tools .batch_actions_selector .scopes li.scope > a .dropdown_menu_button:after, .scopes .table_tools .batch_actions_selector li.scope > a .dropdown_menu_button:after, .table_tools .batch_actions_selector .index .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropdown_menu_button .caret, .table_tools .batch_actions_selector .dropdown_menu_button .dropdown_menu_button:after, form .actions li input .caret, form .actions li input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li input .dropdown_menu_button:after, form .actions li a .caret, form .actions li a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li a .dropdown_menu_button:after, .member_link .caret, .member_link .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .member_link .dropdown_menu_button:after, .ui-sortable-handle .caret, .ui-sortable-handle .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .ui-sortable-handle .dropdown_menu_button:after, ul.scopes li.scope a .caret, ul.scopes li.scope a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector ul.scopes li.scope a .dropdown_menu_button:after, .filter_form .buttons input .caret, .filter_form .buttons input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons input .dropdown_menu_button:after, .filter_form .buttons a .caret, .filter_form .buttons a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons a .dropdown_menu_button:after, #title_bar .action_item a .caret, #title_bar .action_item a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector #title_bar .action_item a .dropdown_menu_button:after {
  margin-left: 0;
}

/* line 131, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-lg .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .btn-lg .dropdown_menu_button:after, .btn-group-lg > .btn .caret, .scopes li.scope.btn-group-lg > a .caret, .table_tools .btn-group-lg > .index .caret, .btn-group-lg > .btn .table_tools .batch_actions_selector .dropdown_menu_button:after, .scopes li.scope.btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .btn-group-lg > .index .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .btn-group-lg > .btn .dropdown_menu_button:after, .table_tools .batch_actions_selector .scopes li.scope.btn-group-lg > a .dropdown_menu_button:after, .scopes .table_tools .batch_actions_selector li.scope.btn-group-lg > a .dropdown_menu_button:after, .table_tools .batch_actions_selector .btn-group-lg > .index .dropdown_menu_button:after, .table_tools .batch_actions_selector .btn-group-lg > .dropdown_menu_button .caret, .table_tools .batch_actions_selector .btn-group-lg > .dropdown_menu_button .dropdown_menu_button:after, form .actions li .btn-group-lg > input .caret, form .actions li .btn-group-lg > input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li .btn-group-lg > input .dropdown_menu_button:after, form .actions li .btn-group-lg > a .caret, form .actions li .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li .btn-group-lg > a .dropdown_menu_button:after, .btn-group-lg > .member_link .caret, .btn-group-lg > .member_link .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .btn-group-lg > .member_link .dropdown_menu_button:after, .btn-group-lg > .ui-sortable-handle .caret, .btn-group-lg > .ui-sortable-handle .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .btn-group-lg > .ui-sortable-handle .dropdown_menu_button:after, ul.scopes li.scope .btn-group-lg > a .caret, ul.scopes li.scope .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group-lg > a .dropdown_menu_button:after, .filter_form .buttons .btn-group-lg > input .caret, .filter_form .buttons .btn-group-lg > input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-lg > input .dropdown_menu_button:after, .filter_form .buttons .btn-group-lg > a .caret, .filter_form .buttons .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-lg > a .dropdown_menu_button:after, #title_bar .action_item .btn-group-lg > a .caret, #title_bar .action_item .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector #title_bar .action_item .btn-group-lg > a .dropdown_menu_button:after {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-lg .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .btn-lg .dropdown_menu_button:after, .dropup .btn-group-lg > .btn .caret, .dropup .scopes li.scope.btn-group-lg > a .caret, .scopes .dropup li.scope.btn-group-lg > a .caret, .dropup .table_tools .btn-group-lg > .index .caret, .table_tools .dropup .btn-group-lg > .index .caret, .dropup .btn-group-lg > .btn .table_tools .batch_actions_selector .dropdown_menu_button:after, .dropup .scopes li.scope.btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .scopes .dropup li.scope.btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .dropup .table_tools .btn-group-lg > .index .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .dropup .btn-group-lg > .index .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .btn-group-lg > .btn .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .scopes li.scope.btn-group-lg > a .dropdown_menu_button:after, .scopes .table_tools .batch_actions_selector .dropup li.scope.btn-group-lg > a .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .btn-group-lg > .index .dropdown_menu_button:after, .dropup .table_tools .batch_actions_selector .btn-group-lg > .dropdown_menu_button .caret, .dropup .table_tools .batch_actions_selector .btn-group-lg > .dropdown_menu_button .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .btn-group-lg > .dropdown_menu_button .caret, .table_tools .batch_actions_selector .dropup .btn-group-lg > .dropdown_menu_button .dropdown_menu_button:after, .dropup form .actions li .btn-group-lg > input .caret, .dropup form .actions li .btn-group-lg > input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup form .actions li .btn-group-lg > input .dropdown_menu_button:after, form .actions li .dropup .btn-group-lg > input .caret, form .actions li .dropup .btn-group-lg > input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li .dropup .btn-group-lg > input .dropdown_menu_button:after, .dropup form .actions li .btn-group-lg > a .caret, .dropup form .actions li .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup form .actions li .btn-group-lg > a .dropdown_menu_button:after, form .actions li .dropup .btn-group-lg > a .caret, form .actions li .dropup .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector form .actions li .dropup .btn-group-lg > a .dropdown_menu_button:after, .dropup .btn-group-lg > .member_link .caret, .dropup .btn-group-lg > .member_link .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .btn-group-lg > .member_link .dropdown_menu_button:after, .dropup .btn-group-lg > .ui-sortable-handle .caret, .dropup .btn-group-lg > .ui-sortable-handle .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .btn-group-lg > .ui-sortable-handle .dropdown_menu_button:after, .dropup ul.scopes li.scope .btn-group-lg > a .caret, .dropup ul.scopes li.scope .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup ul.scopes li.scope .btn-group-lg > a .dropdown_menu_button:after, ul.scopes li.scope .dropup .btn-group-lg > a .caret, ul.scopes li.scope .dropup .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector ul.scopes li.scope .dropup .btn-group-lg > a .dropdown_menu_button:after, .dropup .filter_form .buttons .btn-group-lg > input .caret, .dropup .filter_form .buttons .btn-group-lg > input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .filter_form .buttons .btn-group-lg > input .dropdown_menu_button:after, .filter_form .buttons .dropup .btn-group-lg > input .caret, .filter_form .buttons .dropup .btn-group-lg > input .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons .dropup .btn-group-lg > input .dropdown_menu_button:after, .dropup .filter_form .buttons .btn-group-lg > a .caret, .dropup .filter_form .buttons .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup .filter_form .buttons .btn-group-lg > a .dropdown_menu_button:after, .filter_form .buttons .dropup .btn-group-lg > a .caret, .filter_form .buttons .dropup .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .filter_form .buttons .dropup .btn-group-lg > a .dropdown_menu_button:after, .dropup #title_bar .action_item .btn-group-lg > a .caret, .dropup #title_bar .action_item .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector .dropup #title_bar .action_item .btn-group-lg > a .dropdown_menu_button:after, #title_bar .action_item .dropup .btn-group-lg > a .caret, #title_bar .action_item .dropup .btn-group-lg > a .table_tools .batch_actions_selector .dropdown_menu_button:after, .table_tools .batch_actions_selector #title_bar .action_item .dropup .btn-group-lg > a .dropdown_menu_button:after {
  border-width: 0 5px 5px;
}

/* line 145, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn, .scopes li.scope.btn-group-vertical > a, .table_tools .btn-group-vertical > .index, .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button, form .actions li .btn-group-vertical > input, form .actions li .btn-group-vertical > a, .btn-group-vertical > .member_link, .btn-group-vertical > .ui-sortable-handle, ul.scopes li.scope .btn-group-vertical > a, .filter_form .buttons .btn-group-vertical > input, .filter_form .buttons .btn-group-vertical > a, #title_bar .action_item .btn-group-vertical > a,
.btn-group-vertical > .btn-group,
.table_tools .btn-group-vertical > .table_tools_segmented_control,
.btn-group-vertical > .btn-group > .btn,
.scopes .btn-group-vertical > li.scope.btn-group > a,
.table_tools .btn-group-vertical > .btn-group > .index,
.table_tools .btn-group-vertical > .table_tools_segmented_control > .btn,
.table_tools .scopes .btn-group-vertical > li.scope.table_tools_segmented_control > a,
.scopes .table_tools .btn-group-vertical > li.scope.table_tools_segmented_control > a,
.table_tools .btn-group-vertical > .table_tools_segmented_control > .index,
.table_tools .batch_actions_selector .btn-group-vertical > .btn-group > .dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group-vertical > .table_tools_segmented_control > .dropdown_menu_button,
form .actions li .btn-group-vertical > .btn-group > input,
form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control > input,
.table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control > input,
form .actions li .btn-group-vertical > .btn-group > a,
form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control > a,
.table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control > a,
.btn-group-vertical > .btn-group > .member_link,
.table_tools .btn-group-vertical > .table_tools_segmented_control > .member_link,
.btn-group-vertical > .btn-group > .ui-sortable-handle,
.table_tools .btn-group-vertical > .table_tools_segmented_control > .ui-sortable-handle,
ul.scopes li.scope .btn-group-vertical > .btn-group > a,
ul.scopes li.scope .table_tools .btn-group-vertical > .table_tools_segmented_control > a,
.table_tools ul.scopes li.scope .btn-group-vertical > .table_tools_segmented_control > a,
.filter_form .buttons .btn-group-vertical > .btn-group > input,
.filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control > input,
.table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control > input,
.filter_form .buttons .btn-group-vertical > .btn-group > a,
.filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control > a,
.table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control > a,
#title_bar .action_item .btn-group-vertical > .btn-group > a,
#title_bar .action_item .table_tools .btn-group-vertical > .table_tools_segmented_control > a,
.table_tools #title_bar .action_item .btn-group-vertical > .table_tools_segmented_control > a {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .table_tools .btn-group-vertical > .table_tools_segmented_control:before, .btn-group-vertical > .btn-group:after, .table_tools .btn-group-vertical > .table_tools_segmented_control:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after, .table_tools .btn-group-vertical > .table_tools_segmented_control:after {
  clear: both;
}

/* line 157, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn, .scopes .btn-group-vertical > li.scope.btn-group > a, .table_tools .btn-group-vertical > .btn-group > .index, .table_tools .btn-group-vertical > .table_tools_segmented_control > .btn, .table_tools .scopes .btn-group-vertical > li.scope.table_tools_segmented_control > a, .scopes .table_tools .btn-group-vertical > li.scope.table_tools_segmented_control > a, .table_tools .btn-group-vertical > .table_tools_segmented_control > .index, .table_tools .batch_actions_selector .btn-group-vertical > .btn-group > .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-vertical > .table_tools_segmented_control > .dropdown_menu_button, form .actions li .btn-group-vertical > .btn-group > input, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control > input, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control > input, form .actions li .btn-group-vertical > .btn-group > a, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control > a, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control > a, .btn-group-vertical > .btn-group > .member_link, .table_tools .btn-group-vertical > .table_tools_segmented_control > .member_link, .btn-group-vertical > .btn-group > .ui-sortable-handle, .table_tools .btn-group-vertical > .table_tools_segmented_control > .ui-sortable-handle, ul.scopes li.scope .btn-group-vertical > .btn-group > a, ul.scopes li.scope .table_tools .btn-group-vertical > .table_tools_segmented_control > a, .table_tools ul.scopes li.scope .btn-group-vertical > .table_tools_segmented_control > a, .filter_form .buttons .btn-group-vertical > .btn-group > input, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control > input, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control > input, .filter_form .buttons .btn-group-vertical > .btn-group > a, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control > a, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control > a, #title_bar .action_item .btn-group-vertical > .btn-group > a, #title_bar .action_item .table_tools .btn-group-vertical > .table_tools_segmented_control > a, .table_tools #title_bar .action_item .btn-group-vertical > .table_tools_segmented_control > a {
  float: none;
}

/* line 162, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn, .scopes li.scope.btn-group-vertical > a + .btn, .scopes li.scope.btn-group-vertical > .btn + a, .scopes li.scope.btn-group-vertical > a + a, .table_tools .btn-group-vertical > .index + .btn, .table_tools .scopes li.scope.btn-group-vertical > .index + a, .scopes .table_tools li.scope.btn-group-vertical > .index + a, .table_tools .btn-group-vertical > .btn + .index, .table_tools .scopes li.scope.btn-group-vertical > a + .index, .scopes .table_tools li.scope.btn-group-vertical > a + .index, .table_tools .btn-group-vertical > .index + .index, .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + .btn, .table_tools .batch_actions_selector .scopes li.scope.btn-group-vertical > .dropdown_menu_button + a, .scopes .table_tools .batch_actions_selector li.scope.btn-group-vertical > .dropdown_menu_button + a, .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + .index, .table_tools .batch_actions_selector .btn-group-vertical > .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.scope.btn-group-vertical > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.scope.btn-group-vertical > a + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-vertical > .index + .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + .dropdown_menu_button, form .actions li .btn-group-vertical > input + .btn, form .actions li .scopes li.scope.btn-group-vertical > input + a, .scopes form .actions li li.scope.btn-group-vertical > input + a, form .actions li .table_tools .btn-group-vertical > input + .index, .table_tools form .actions li .btn-group-vertical > input + .index, form .actions li .table_tools .batch_actions_selector .btn-group-vertical > input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group-vertical > input + .dropdown_menu_button, form .actions li .btn-group-vertical > a + .btn, form .actions li .scopes li.scope.btn-group-vertical > a + a, .scopes form .actions li li.scope.btn-group-vertical > a + a, form .actions li .table_tools .btn-group-vertical > a + .index, .table_tools form .actions li .btn-group-vertical > a + .index, form .actions li .table_tools .batch_actions_selector .btn-group-vertical > a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .btn-group-vertical > a + .dropdown_menu_button, form .actions li .btn-group-vertical > .btn + input, form .actions li .scopes li.scope.btn-group-vertical > a + input, .scopes form .actions li li.scope.btn-group-vertical > a + input, form .actions li .table_tools .btn-group-vertical > .index + input, .table_tools form .actions li .btn-group-vertical > .index + input, form .actions li .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + input, .table_tools .batch_actions_selector form .actions li .btn-group-vertical > .dropdown_menu_button + input, form .actions li .btn-group-vertical > input + input, form .actions li .btn-group-vertical > a + input, form .actions li .btn-group-vertical > .btn + a, form .actions li .scopes li.scope.btn-group-vertical > a + a, .scopes form .actions li li.scope.btn-group-vertical > a + a, form .actions li .table_tools .btn-group-vertical > .index + a, .table_tools form .actions li .btn-group-vertical > .index + a, form .actions li .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + a, .table_tools .batch_actions_selector form .actions li .btn-group-vertical > .dropdown_menu_button + a, form .actions li .btn-group-vertical > input + a, form .actions li .btn-group-vertical > a + a, .btn-group-vertical > .member_link + .btn, .scopes li.scope.btn-group-vertical > .member_link + a, .table_tools .btn-group-vertical > .member_link + .index, .table_tools .batch_actions_selector .btn-group-vertical > .member_link + .dropdown_menu_button, form .actions li .btn-group-vertical > .member_link + input, form .actions li .btn-group-vertical > .member_link + a, .btn-group-vertical > .ui-sortable-handle + .btn, .scopes li.scope.btn-group-vertical > .ui-sortable-handle + a, .table_tools .btn-group-vertical > .ui-sortable-handle + .index, .table_tools .batch_actions_selector .btn-group-vertical > .ui-sortable-handle + .dropdown_menu_button, form .actions li .btn-group-vertical > .ui-sortable-handle + input, form .actions li .btn-group-vertical > .ui-sortable-handle + a, .btn-group-vertical > .btn + .member_link, .scopes li.scope.btn-group-vertical > a + .member_link, .table_tools .btn-group-vertical > .index + .member_link, .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + .member_link, form .actions li .btn-group-vertical > input + .member_link, form .actions li .btn-group-vertical > a + .member_link, .btn-group-vertical > .member_link + .member_link, .btn-group-vertical > .ui-sortable-handle + .member_link, .btn-group-vertical > .btn + .ui-sortable-handle, .scopes li.scope.btn-group-vertical > a + .ui-sortable-handle, .table_tools .btn-group-vertical > .index + .ui-sortable-handle, .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + .ui-sortable-handle, form .actions li .btn-group-vertical > input + .ui-sortable-handle, form .actions li .btn-group-vertical > a + .ui-sortable-handle, .btn-group-vertical > .member_link + .ui-sortable-handle, .btn-group-vertical > .ui-sortable-handle + .ui-sortable-handle, ul.scopes li.scope .btn-group-vertical > a + .btn, ul.scopes li.scope li.scope.btn-group-vertical > a + a, ul.scopes li.scope .table_tools .btn-group-vertical > a + .index, .table_tools ul.scopes li.scope .btn-group-vertical > a + .index, ul.scopes li.scope .table_tools .batch_actions_selector .btn-group-vertical > a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group-vertical > a + .dropdown_menu_button, ul.scopes form .actions li.scope .btn-group-vertical > a + input, form .actions ul.scopes li.scope .btn-group-vertical > a + input, ul.scopes form .actions li.scope .btn-group-vertical > a + a, form .actions ul.scopes li.scope .btn-group-vertical > a + a, ul.scopes li.scope .btn-group-vertical > a + .member_link, ul.scopes li.scope .btn-group-vertical > a + .ui-sortable-handle, ul.scopes li.scope .btn-group-vertical > .btn + a, ul.scopes li.scope li.scope.btn-group-vertical > a + a, ul.scopes li.scope .table_tools .btn-group-vertical > .index + a, .table_tools ul.scopes li.scope .btn-group-vertical > .index + a, ul.scopes li.scope .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + a, .table_tools .batch_actions_selector ul.scopes li.scope .btn-group-vertical > .dropdown_menu_button + a, ul.scopes form .actions li.scope .btn-group-vertical > input + a, form .actions ul.scopes li.scope .btn-group-vertical > input + a, ul.scopes form .actions li.scope .btn-group-vertical > a + a, form .actions ul.scopes li.scope .btn-group-vertical > a + a, ul.scopes li.scope .btn-group-vertical > .member_link + a, ul.scopes li.scope .btn-group-vertical > .ui-sortable-handle + a, ul.scopes li.scope .btn-group-vertical > a + a, .filter_form .buttons .btn-group-vertical > input + .btn, .filter_form .buttons .scopes li.scope.btn-group-vertical > input + a, .scopes .filter_form .buttons li.scope.btn-group-vertical > input + a, .filter_form .buttons .table_tools .btn-group-vertical > input + .index, .table_tools .filter_form .buttons .btn-group-vertical > input + .index, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-vertical > input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-vertical > input + .dropdown_menu_button, .filter_form .buttons form .actions li .btn-group-vertical > input + input, form .actions li .filter_form .buttons .btn-group-vertical > input + input, .filter_form .buttons form .actions li .btn-group-vertical > input + a, form .actions li .filter_form .buttons .btn-group-vertical > input + a, .filter_form .buttons .btn-group-vertical > input + .member_link, .filter_form .buttons .btn-group-vertical > input + .ui-sortable-handle, .filter_form .buttons .btn-group-vertical > a + .btn, .filter_form .buttons .scopes li.scope.btn-group-vertical > a + a, .scopes .filter_form .buttons li.scope.btn-group-vertical > a + a, .filter_form .buttons .table_tools .btn-group-vertical > a + .index, .table_tools .filter_form .buttons .btn-group-vertical > a + .index, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-vertical > a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-vertical > a + .dropdown_menu_button, .filter_form .buttons form .actions li .btn-group-vertical > a + input, form .actions li .filter_form .buttons .btn-group-vertical > a + input, .filter_form .buttons form .actions li .btn-group-vertical > a + a, form .actions li .filter_form .buttons .btn-group-vertical > a + a, .filter_form .buttons .btn-group-vertical > a + .member_link, .filter_form .buttons .btn-group-vertical > a + .ui-sortable-handle, .filter_form .buttons .btn-group-vertical > .btn + input, .filter_form .buttons .scopes li.scope.btn-group-vertical > a + input, .scopes .filter_form .buttons li.scope.btn-group-vertical > a + input, .filter_form .buttons .table_tools .btn-group-vertical > .index + input, .table_tools .filter_form .buttons .btn-group-vertical > .index + input, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + input, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-vertical > .dropdown_menu_button + input, .filter_form .buttons form .actions li .btn-group-vertical > input + input, form .actions li .filter_form .buttons .btn-group-vertical > input + input, .filter_form .buttons form .actions li .btn-group-vertical > a + input, form .actions li .filter_form .buttons .btn-group-vertical > a + input, .filter_form .buttons .btn-group-vertical > .member_link + input, .filter_form .buttons .btn-group-vertical > .ui-sortable-handle + input, .filter_form .buttons .btn-group-vertical > input + input, .filter_form .buttons .btn-group-vertical > a + input, .filter_form .buttons .btn-group-vertical > .btn + a, .filter_form .buttons .scopes li.scope.btn-group-vertical > a + a, .scopes .filter_form .buttons li.scope.btn-group-vertical > a + a, .filter_form .buttons .table_tools .btn-group-vertical > .index + a, .table_tools .filter_form .buttons .btn-group-vertical > .index + a, .filter_form .buttons .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + a, .table_tools .batch_actions_selector .filter_form .buttons .btn-group-vertical > .dropdown_menu_button + a, .filter_form .buttons form .actions li .btn-group-vertical > input + a, form .actions li .filter_form .buttons .btn-group-vertical > input + a, .filter_form .buttons form .actions li .btn-group-vertical > a + a, form .actions li .filter_form .buttons .btn-group-vertical > a + a, .filter_form .buttons .btn-group-vertical > .member_link + a, .filter_form .buttons .btn-group-vertical > .ui-sortable-handle + a, .filter_form .buttons .btn-group-vertical > input + a, .filter_form .buttons .btn-group-vertical > a + a, #title_bar .action_item .btn-group-vertical > a + .btn, #title_bar .action_item .scopes li.scope.btn-group-vertical > a + a, .scopes #title_bar .action_item li.scope.btn-group-vertical > a + a, #title_bar .action_item .table_tools .btn-group-vertical > a + .index, .table_tools #title_bar .action_item .btn-group-vertical > a + .index, #title_bar .action_item .table_tools .batch_actions_selector .btn-group-vertical > a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .btn-group-vertical > a + .dropdown_menu_button, #title_bar .action_item form .actions li .btn-group-vertical > a + input, form .actions li #title_bar .action_item .btn-group-vertical > a + input, #title_bar .action_item form .actions li .btn-group-vertical > a + a, form .actions li #title_bar .action_item .btn-group-vertical > a + a, #title_bar .action_item .btn-group-vertical > a + .member_link, #title_bar .action_item .btn-group-vertical > a + .ui-sortable-handle, #title_bar .action_item .filter_form .buttons .btn-group-vertical > a + input, .filter_form .buttons #title_bar .action_item .btn-group-vertical > a + input, #title_bar .action_item .btn-group-vertical > .btn + a, #title_bar .action_item .scopes li.scope.btn-group-vertical > a + a, .scopes #title_bar .action_item li.scope.btn-group-vertical > a + a, #title_bar .action_item .table_tools .btn-group-vertical > .index + a, .table_tools #title_bar .action_item .btn-group-vertical > .index + a, #title_bar .action_item .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + a, .table_tools .batch_actions_selector #title_bar .action_item .btn-group-vertical > .dropdown_menu_button + a, #title_bar .action_item form .actions li .btn-group-vertical > input + a, form .actions li #title_bar .action_item .btn-group-vertical > input + a, #title_bar .action_item form .actions li .btn-group-vertical > a + a, form .actions li #title_bar .action_item .btn-group-vertical > a + a, #title_bar .action_item .btn-group-vertical > .member_link + a, #title_bar .action_item .btn-group-vertical > .ui-sortable-handle + a, #title_bar .action_item .filter_form .buttons .btn-group-vertical > input + a, .filter_form .buttons #title_bar .action_item .btn-group-vertical > input + a, #title_bar .action_item .btn-group-vertical > a + a,
.btn-group-vertical > .btn + .btn-group,
.scopes li.scope.btn-group-vertical > a + .btn-group,
.table_tools .btn-group-vertical > .index + .btn-group,
.table_tools .btn-group-vertical > .btn + .table_tools_segmented_control,
.table_tools .scopes li.scope.btn-group-vertical > a + .table_tools_segmented_control,
.scopes .table_tools li.scope.btn-group-vertical > a + .table_tools_segmented_control,
.table_tools .btn-group-vertical > .index + .table_tools_segmented_control,
.table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + .btn-group,
.table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button + .table_tools_segmented_control,
form .actions li .btn-group-vertical > input + .btn-group,
form .actions li .table_tools .btn-group-vertical > input + .table_tools_segmented_control,
.table_tools form .actions li .btn-group-vertical > input + .table_tools_segmented_control,
form .actions li .btn-group-vertical > a + .btn-group,
form .actions li .table_tools .btn-group-vertical > a + .table_tools_segmented_control,
.table_tools form .actions li .btn-group-vertical > a + .table_tools_segmented_control,
.btn-group-vertical > .member_link + .btn-group,
.table_tools .btn-group-vertical > .member_link + .table_tools_segmented_control,
.btn-group-vertical > .ui-sortable-handle + .btn-group,
.table_tools .btn-group-vertical > .ui-sortable-handle + .table_tools_segmented_control,
ul.scopes li.scope .btn-group-vertical > a + .btn-group,
ul.scopes li.scope .table_tools .btn-group-vertical > a + .table_tools_segmented_control,
.table_tools ul.scopes li.scope .btn-group-vertical > a + .table_tools_segmented_control,
.filter_form .buttons .btn-group-vertical > input + .btn-group,
.filter_form .buttons .table_tools .btn-group-vertical > input + .table_tools_segmented_control,
.table_tools .filter_form .buttons .btn-group-vertical > input + .table_tools_segmented_control,
.filter_form .buttons .btn-group-vertical > a + .btn-group,
.filter_form .buttons .table_tools .btn-group-vertical > a + .table_tools_segmented_control,
.table_tools .filter_form .buttons .btn-group-vertical > a + .table_tools_segmented_control,
#title_bar .action_item .btn-group-vertical > a + .btn-group,
#title_bar .action_item .table_tools .btn-group-vertical > a + .table_tools_segmented_control,
.table_tools #title_bar .action_item .btn-group-vertical > a + .table_tools_segmented_control,
.btn-group-vertical > .btn-group + .btn,
.scopes li.scope.btn-group-vertical > .btn-group + a,
.table_tools .btn-group-vertical > .btn-group + .index,
.table_tools .btn-group-vertical > .table_tools_segmented_control + .btn,
.table_tools .scopes li.scope.btn-group-vertical > .table_tools_segmented_control + a,
.scopes .table_tools li.scope.btn-group-vertical > .table_tools_segmented_control + a,
.table_tools .btn-group-vertical > .table_tools_segmented_control + .index,
.table_tools .batch_actions_selector .btn-group-vertical > .btn-group + .dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group-vertical > .table_tools_segmented_control + .dropdown_menu_button,
form .actions li .btn-group-vertical > .btn-group + input,
form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control + input,
.table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control + input,
form .actions li .btn-group-vertical > .btn-group + a,
form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control + a,
.table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control + a,
.btn-group-vertical > .btn-group + .member_link,
.table_tools .btn-group-vertical > .table_tools_segmented_control + .member_link,
.btn-group-vertical > .btn-group + .ui-sortable-handle,
.table_tools .btn-group-vertical > .table_tools_segmented_control + .ui-sortable-handle,
ul.scopes li.scope .btn-group-vertical > .btn-group + a,
ul.scopes li.scope .table_tools .btn-group-vertical > .table_tools_segmented_control + a,
.table_tools ul.scopes li.scope .btn-group-vertical > .table_tools_segmented_control + a,
.filter_form .buttons .btn-group-vertical > .btn-group + input,
.filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control + input,
.table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control + input,
.filter_form .buttons .btn-group-vertical > .btn-group + a,
.filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control + a,
.table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control + a,
#title_bar .action_item .btn-group-vertical > .btn-group + a,
#title_bar .action_item .table_tools .btn-group-vertical > .table_tools_segmented_control + a,
.table_tools #title_bar .action_item .btn-group-vertical > .table_tools_segmented_control + a,
.btn-group-vertical > .btn-group + .btn-group,
.table_tools .btn-group-vertical > .table_tools_segmented_control + .btn-group,
.table_tools .btn-group-vertical > .btn-group + .table_tools_segmented_control,
.table_tools .btn-group-vertical > .table_tools_segmented_control + .table_tools_segmented_control {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .scopes li.scope.btn-group-vertical > a:not(:first-child):not(:last-child), .table_tools .btn-group-vertical > .index:not(:first-child):not(:last-child), .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button:not(:first-child):not(:last-child), form .actions li .btn-group-vertical > input:not(:first-child):not(:last-child), form .actions li .btn-group-vertical > a:not(:first-child):not(:last-child), .btn-group-vertical > .member_link:not(:first-child):not(:last-child), .btn-group-vertical > .ui-sortable-handle:not(:first-child):not(:last-child), ul.scopes li.scope .btn-group-vertical > a:not(:first-child):not(:last-child), .filter_form .buttons .btn-group-vertical > input:not(:first-child):not(:last-child), .filter_form .buttons .btn-group-vertical > a:not(:first-child):not(:last-child), #title_bar .action_item .btn-group-vertical > a:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child), .scopes li.scope.btn-group-vertical > a:first-child:not(:last-child), .table_tools .btn-group-vertical > .index:first-child:not(:last-child), .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button:first-child:not(:last-child), form .actions li .btn-group-vertical > input:first-child:not(:last-child), form .actions li .btn-group-vertical > a:first-child:not(:last-child), .btn-group-vertical > .member_link:first-child:not(:last-child), .btn-group-vertical > .ui-sortable-handle:first-child:not(:last-child), ul.scopes li.scope .btn-group-vertical > a:first-child:not(:last-child), .filter_form .buttons .btn-group-vertical > input:first-child:not(:last-child), .filter_form .buttons .btn-group-vertical > a:first-child:not(:last-child), #title_bar .action_item .btn-group-vertical > a:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child), .scopes li.scope.btn-group-vertical > a:last-child:not(:first-child), .table_tools .btn-group-vertical > .index:last-child:not(:first-child), .table_tools .batch_actions_selector .btn-group-vertical > .dropdown_menu_button:last-child:not(:first-child), form .actions li .btn-group-vertical > input:last-child:not(:first-child), form .actions li .btn-group-vertical > a:last-child:not(:first-child), .btn-group-vertical > .member_link:last-child:not(:first-child), .btn-group-vertical > .ui-sortable-handle:last-child:not(:first-child), ul.scopes li.scope .btn-group-vertical > a:last-child:not(:first-child), .filter_form .buttons .btn-group-vertical > input:last-child:not(:first-child), .filter_form .buttons .btn-group-vertical > a:last-child:not(:first-child), #title_bar .action_item .btn-group-vertical > a:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .scopes .btn-group-vertical > li.scope.btn-group:not(:first-child):not(:last-child) > a, .table_tools .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .index, .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > .btn, .table_tools .scopes .btn-group-vertical > li.scope.table_tools_segmented_control:not(:first-child):not(:last-child) > a, .scopes .table_tools .btn-group-vertical > li.scope.table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > .index, .table_tools .batch_actions_selector .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > .dropdown_menu_button, form .actions li .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, form .actions li .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .member_link, .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > .member_link, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .ui-sortable-handle, .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > .ui-sortable-handle, ul.scopes li.scope .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, ul.scopes li.scope .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools ul.scopes li.scope .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .filter_form .buttons .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > input, .filter_form .buttons .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, #title_bar .action_item .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, #title_bar .action_item .table_tools .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a, .table_tools #title_bar .action_item .btn-group-vertical > .table_tools_segmented_control:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

/* line 188, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .scopes .btn-group-vertical > li.scope.btn-group:first-child:not(:last-child) > a:last-child, .table_tools .btn-group-vertical > .btn-group:first-child:not(:last-child) > .index:last-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > .btn:last-child, .table_tools .scopes .btn-group-vertical > li.scope.table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .scopes .table_tools .btn-group-vertical > li.scope.table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > .index:last-child, form .actions li .btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, form .actions li .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .member_link:last-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > .member_link:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .ui-sortable-handle:last-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > .ui-sortable-handle:last-child, ul.scopes li.scope .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, ul.scopes li.scope .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools ul.scopes li.scope .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .filter_form .buttons .btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > input:last-child, .filter_form .buttons .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, #title_bar .action_item .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, #title_bar .action_item .table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child, .table_tools #title_bar .action_item .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > a:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.table_tools .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > .dropdown-toggle,
.table_tools .batch_actions_selector .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown_menu_button,
.table_tools .batch_actions_selector .btn-group-vertical > .table_tools_segmented_control:first-child:not(:last-child) > .dropdown_menu_button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .scopes .btn-group-vertical > li.scope.btn-group:last-child:not(:first-child) > a:first-child, .table_tools .btn-group-vertical > .btn-group:last-child:not(:first-child) > .index:first-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > .btn:first-child, .table_tools .scopes .btn-group-vertical > li.scope.table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .scopes .table_tools .btn-group-vertical > li.scope.table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > .index:first-child, .table_tools .batch_actions_selector .btn-group-vertical > .btn-group:last-child:not(:first-child) > .dropdown_menu_button:first-child, .table_tools .batch_actions_selector .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > .dropdown_menu_button:first-child, form .actions li .btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, form .actions li .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, form .actions li .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools form .actions li .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .member_link:first-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > .member_link:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .ui-sortable-handle:first-child, .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > .ui-sortable-handle:first-child, ul.scopes li.scope .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, ul.scopes li.scope .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools ul.scopes li.scope .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .filter_form .buttons .btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > input:first-child, .filter_form .buttons .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, .filter_form .buttons .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools .filter_form .buttons .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, #title_bar .action_item .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, #title_bar .action_item .table_tools .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child, .table_tools #title_bar .action_item .btn-group-vertical > .table_tools_segmented_control:last-child:not(:first-child) > a:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn, .scopes li.scope.btn-group-justified > a, .table_tools .btn-group-justified > .index, .table_tools .batch_actions_selector .btn-group-justified > .dropdown_menu_button, form .actions li .btn-group-justified > input, form .actions li .btn-group-justified > a, .btn-group-justified > .member_link, .btn-group-justified > .ui-sortable-handle, ul.scopes li.scope .btn-group-justified > a, .filter_form .buttons .btn-group-justified > input, .filter_form .buttons .btn-group-justified > a, #title_bar .action_item .btn-group-justified > a,
.btn-group-justified > .btn-group,
.table_tools .btn-group-justified > .table_tools_segmented_control {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .scopes li.scope > a, .scopes .btn-group-justified > .btn-group li.scope > a, .btn-group-justified > .btn-group .table_tools .index, .table_tools .btn-group-justified > .btn-group .index, .table_tools .btn-group-justified > .table_tools_segmented_control .btn, .table_tools .btn-group-justified > .table_tools_segmented_control .scopes li.scope > a, .scopes .table_tools .btn-group-justified > .table_tools_segmented_control li.scope > a, .table_tools .btn-group-justified > .table_tools_segmented_control .index, .btn-group-justified > .btn-group .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .btn-group-justified > .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-justified > .btn-group .dropdown_menu_button, .table_tools .batch_actions_selector .btn-group-justified > .table_tools_segmented_control .dropdown_menu_button, .btn-group-justified > .btn-group form .actions li input, .table_tools .btn-group-justified > .table_tools_segmented_control form .actions li input, form .actions li .btn-group-justified > .btn-group input, form .actions li .table_tools .btn-group-justified > .table_tools_segmented_control input, .table_tools form .actions li .btn-group-justified > .table_tools_segmented_control input, .btn-group-justified > .btn-group form .actions li a, .table_tools .btn-group-justified > .table_tools_segmented_control form .actions li a, form .actions li .btn-group-justified > .btn-group a, form .actions li .table_tools .btn-group-justified > .table_tools_segmented_control a, .table_tools form .actions li .btn-group-justified > .table_tools_segmented_control a, .btn-group-justified > .btn-group .member_link, .table_tools .btn-group-justified > .table_tools_segmented_control .member_link, .btn-group-justified > .btn-group .ui-sortable-handle, .table_tools .btn-group-justified > .table_tools_segmented_control .ui-sortable-handle, .btn-group-justified > .btn-group ul.scopes li.scope a, .table_tools .btn-group-justified > .table_tools_segmented_control ul.scopes li.scope a, ul.scopes li.scope .btn-group-justified > .btn-group a, ul.scopes li.scope .table_tools .btn-group-justified > .table_tools_segmented_control a, .table_tools ul.scopes li.scope .btn-group-justified > .table_tools_segmented_control a, .btn-group-justified > .btn-group .filter_form .buttons input, .table_tools .btn-group-justified > .table_tools_segmented_control .filter_form .buttons input, .filter_form .buttons .btn-group-justified > .btn-group input, .filter_form .buttons .table_tools .btn-group-justified > .table_tools_segmented_control input, .table_tools .filter_form .buttons .btn-group-justified > .table_tools_segmented_control input, .btn-group-justified > .btn-group .filter_form .buttons a, .table_tools .btn-group-justified > .table_tools_segmented_control .filter_form .buttons a, .filter_form .buttons .btn-group-justified > .btn-group a, .filter_form .buttons .table_tools .btn-group-justified > .table_tools_segmented_control a, .table_tools .filter_form .buttons .btn-group-justified > .table_tools_segmented_control a, .btn-group-justified > .btn-group #title_bar .action_item a, .table_tools .btn-group-justified > .table_tools_segmented_control #title_bar .action_item a, #title_bar .action_item .btn-group-justified > .btn-group a, #title_bar .action_item .table_tools .btn-group-justified > .table_tools_segmented_control a, .table_tools #title_bar .action_item .btn-group-justified > .table_tools_segmented_control a {
  width: 100%;
}

/* line 216, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu, .table_tools .btn-group-justified > .table_tools_segmented_control .dropdown-menu, .btn-group-justified > .btn-group .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .btn-group-justified > .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .batch_actions_selector .btn-group-justified > .btn-group .dropdown_menu_list, .table_tools .batch_actions_selector .btn-group-justified > .table_tools_segmented_control .dropdown_menu_list {
  left: auto;
}

/* line 237, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"], .scopes li.scope[data-toggle="buttons"] > a input[type="radio"], .table_tools [data-toggle="buttons"] > .index input[type="radio"], .table_tools .batch_actions_selector [data-toggle="buttons"] > .dropdown_menu_button input[type="radio"], form .actions li [data-toggle="buttons"] > input input[type="radio"], form .actions li [data-toggle="buttons"] > a input[type="radio"], [data-toggle="buttons"] > .member_link input[type="radio"], [data-toggle="buttons"] > .ui-sortable-handle input[type="radio"], ul.scopes li.scope [data-toggle="buttons"] > a input[type="radio"], .filter_form .buttons [data-toggle="buttons"] > input input[type="radio"], .filter_form .buttons [data-toggle="buttons"] > a input[type="radio"], #title_bar .action_item [data-toggle="buttons"] > a input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.scopes li.scope[data-toggle="buttons"] > a input[type="checkbox"],
.table_tools [data-toggle="buttons"] > .index input[type="checkbox"],
.table_tools .batch_actions_selector [data-toggle="buttons"] > .dropdown_menu_button input[type="checkbox"],
form .actions li [data-toggle="buttons"] > input input[type="checkbox"],
form .actions li [data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .member_link input[type="checkbox"],
[data-toggle="buttons"] > .ui-sortable-handle input[type="checkbox"],
ul.scopes li.scope [data-toggle="buttons"] > a input[type="checkbox"],
.filter_form .buttons [data-toggle="buttons"] > input input[type="checkbox"],
.filter_form .buttons [data-toggle="buttons"] > a input[type="checkbox"],
#title_bar .action_item [data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.scopes [data-toggle="buttons"] > li.scope.btn-group > a input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.scopes [data-toggle="buttons"] > li.scope.btn-group > a input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control, .input-group form .inputs li input, form .inputs li .input-group input, .input-group form .inputs li select, form .inputs li .input-group select, .input-group form .inputs li textarea, form .inputs li .input-group textarea, .input-group .filter_form .filter_form_field input, .filter_form .filter_form_field .input-group input, .input-group .filter_form .filter_form_field select, .filter_form .filter_form_field .input-group select {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus, .input-group form .inputs li input:focus, form .inputs li .input-group input:focus, .input-group form .inputs li select:focus, form .inputs li .input-group select:focus, .input-group form .inputs li textarea:focus, form .inputs li .input-group textarea:focus, .input-group .filter_form .filter_form_field input:focus, .filter_form .filter_form_field .input-group input:focus, .input-group .filter_form .filter_form_field select:focus, .filter_form .filter_form_field .input-group select:focus {
  z-index: 3;
}

/* line 58, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group form .inputs li input,
form .inputs li .input-group input,
.input-group form .inputs li select,
form .inputs li .input-group select,
.input-group form .inputs li textarea,
form .inputs li .input-group textarea,
.input-group .filter_form .filter_form_field input,
.filter_form .filter_form_field .input-group input,
.input-group .filter_form .filter_form_field select,
.filter_form .filter_form_field .input-group select {
  display: table-cell;
}

/* line 63, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group form .inputs li input:not(:first-child):not(:last-child),
form .inputs li .input-group input:not(:first-child):not(:last-child),
.input-group form .inputs li select:not(:first-child):not(:last-child),
form .inputs li .input-group select:not(:first-child):not(:last-child),
.input-group form .inputs li textarea:not(:first-child):not(:last-child),
form .inputs li .input-group textarea:not(:first-child):not(:last-child),
.input-group .filter_form .filter_form_field input:not(:first-child):not(:last-child),
.filter_form .filter_form_field .input-group input:not(:first-child):not(:last-child),
.input-group .filter_form .filter_form_field select:not(:first-child):not(:last-child),
.filter_form .filter_form_field .input-group select:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.scopes .input-group-sm > li.scope.input-group-btn > a.input-group-addon,
.table_tools .input-group-sm > .input-group-btn > .input-group-addon.index,
.table_tools .batch_actions_selector .input-group-sm > .input-group-btn > .input-group-addon.dropdown_menu_button,
form .actions li .input-group-sm > .input-group-btn > input.input-group-addon,
form .actions li .input-group-sm > .input-group-btn > a.input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.member_link,
.input-group-sm > .input-group-btn > .input-group-addon.ui-sortable-handle,
ul.scopes li.scope .input-group-sm > .input-group-btn > a.input-group-addon,
.filter_form .buttons .input-group-sm > .input-group-btn > input.input-group-addon,
.filter_form .buttons .input-group-sm > .input-group-btn > a.input-group-addon,
#title_bar .action_item .input-group-sm > .input-group-btn > a.input-group-addon {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.scopes .input-group-lg > li.scope.input-group-btn > a.input-group-addon,
.table_tools .input-group-lg > .input-group-btn > .input-group-addon.index,
.table_tools .batch_actions_selector .input-group-lg > .input-group-btn > .input-group-addon.dropdown_menu_button,
form .actions li .input-group-lg > .input-group-btn > input.input-group-addon,
form .actions li .input-group-lg > .input-group-btn > a.input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.member_link,
.input-group-lg > .input-group-btn > .input-group-addon.ui-sortable-handle,
ul.scopes li.scope .input-group-lg > .input-group-btn > a.input-group-addon,
.filter_form .buttons .input-group-lg > .input-group-btn > input.input-group-addon,
.filter_form .buttons .input-group-lg > .input-group-btn > a.input-group-addon,
#title_bar .action_item .input-group-lg > .input-group-btn > a.input-group-addon {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child, .input-group form .inputs li input:first-child, form .inputs li .input-group input:first-child, .input-group form .inputs li select:first-child, form .inputs li .input-group select:first-child, .input-group form .inputs li textarea:first-child, form .inputs li .input-group textarea:first-child, .input-group .filter_form .filter_form_field input:first-child, .filter_form .filter_form_field .input-group input:first-child, .input-group .filter_form .filter_form_field select:first-child, .filter_form .filter_form_field .input-group select:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.scopes li.scope.input-group-btn:first-child > a,
.table_tools .input-group-btn:first-child > .index,
.table_tools .batch_actions_selector .input-group-btn:first-child > .dropdown_menu_button,
form .actions li .input-group-btn:first-child > input,
form .actions li .input-group-btn:first-child > a,
.input-group-btn:first-child > .member_link,
.input-group-btn:first-child > .ui-sortable-handle,
ul.scopes li.scope .input-group-btn:first-child > a,
.filter_form .buttons .input-group-btn:first-child > input,
.filter_form .buttons .input-group-btn:first-child > a,
#title_bar .action_item .input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group > .btn,
.scopes .input-group-btn:first-child > li.scope.btn-group > a,
.table_tools .input-group-btn:first-child > .btn-group > .index,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control > .btn,
.table_tools .scopes .input-group-btn:first-child > li.scope.table_tools_segmented_control > a,
.scopes .table_tools .input-group-btn:first-child > li.scope.table_tools_segmented_control > a,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control > .index,
.table_tools .batch_actions_selector .input-group-btn:first-child > .btn-group > .dropdown_menu_button,
.table_tools .batch_actions_selector .input-group-btn:first-child > .table_tools_segmented_control > .dropdown_menu_button,
form .actions li .input-group-btn:first-child > .btn-group > input,
form .actions li .table_tools .input-group-btn:first-child > .table_tools_segmented_control > input,
.table_tools form .actions li .input-group-btn:first-child > .table_tools_segmented_control > input,
form .actions li .input-group-btn:first-child > .btn-group > a,
form .actions li .table_tools .input-group-btn:first-child > .table_tools_segmented_control > a,
.table_tools form .actions li .input-group-btn:first-child > .table_tools_segmented_control > a,
.input-group-btn:first-child > .btn-group > .member_link,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control > .member_link,
.input-group-btn:first-child > .btn-group > .ui-sortable-handle,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control > .ui-sortable-handle,
ul.scopes li.scope .input-group-btn:first-child > .btn-group > a,
ul.scopes li.scope .table_tools .input-group-btn:first-child > .table_tools_segmented_control > a,
.table_tools ul.scopes li.scope .input-group-btn:first-child > .table_tools_segmented_control > a,
.filter_form .buttons .input-group-btn:first-child > .btn-group > input,
.filter_form .buttons .table_tools .input-group-btn:first-child > .table_tools_segmented_control > input,
.table_tools .filter_form .buttons .input-group-btn:first-child > .table_tools_segmented_control > input,
.filter_form .buttons .input-group-btn:first-child > .btn-group > a,
.filter_form .buttons .table_tools .input-group-btn:first-child > .table_tools_segmented_control > a,
.table_tools .filter_form .buttons .input-group-btn:first-child > .table_tools_segmented_control > a,
#title_bar .action_item .input-group-btn:first-child > .btn-group > a,
#title_bar .action_item .table_tools .input-group-btn:first-child > .table_tools_segmented_control > a,
.table_tools #title_bar .action_item .input-group-btn:first-child > .table_tools_segmented_control > a,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.scopes li.scope.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.table_tools .input-group-btn:last-child > .index:not(:last-child):not(.dropdown-toggle),
.table_tools .batch_actions_selector .input-group-btn:last-child > .dropdown_menu_button:not(:last-child):not(.dropdown-toggle),
form .actions li .input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle),
form .actions li .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .member_link:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .ui-sortable-handle:not(:last-child):not(.dropdown-toggle),
ul.scopes li.scope .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.filter_form .buttons .input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle),
.filter_form .buttons .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
#title_bar .action_item .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.scopes .input-group-btn:last-child > li.scope.btn-group:not(:last-child) > a,
.table_tools .input-group-btn:last-child > .btn-group:not(:last-child) > .index,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > .btn,
.table_tools .scopes .input-group-btn:last-child > li.scope.table_tools_segmented_control:not(:last-child) > a,
.scopes .table_tools .input-group-btn:last-child > li.scope.table_tools_segmented_control:not(:last-child) > a,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > .index,
.table_tools .batch_actions_selector .input-group-btn:last-child > .btn-group:not(:last-child) > .dropdown_menu_button,
.table_tools .batch_actions_selector .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > .dropdown_menu_button,
form .actions li .input-group-btn:last-child > .btn-group:not(:last-child) > input,
form .actions li .table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > input,
.table_tools form .actions li .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > input,
form .actions li .input-group-btn:last-child > .btn-group:not(:last-child) > a,
form .actions li .table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a,
.table_tools form .actions li .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a,
.input-group-btn:last-child > .btn-group:not(:last-child) > .member_link,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > .member_link,
.input-group-btn:last-child > .btn-group:not(:last-child) > .ui-sortable-handle,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > .ui-sortable-handle,
ul.scopes li.scope .input-group-btn:last-child > .btn-group:not(:last-child) > a,
ul.scopes li.scope .table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a,
.table_tools ul.scopes li.scope .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a,
.filter_form .buttons .input-group-btn:last-child > .btn-group:not(:last-child) > input,
.filter_form .buttons .table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > input,
.table_tools .filter_form .buttons .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > input,
.filter_form .buttons .input-group-btn:last-child > .btn-group:not(:last-child) > a,
.filter_form .buttons .table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a,
.table_tools .filter_form .buttons .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a,
#title_bar .action_item .input-group-btn:last-child > .btn-group:not(:last-child) > a,
#title_bar .action_item .table_tools .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a,
.table_tools #title_bar .action_item .input-group-btn:last-child > .table_tools_segmented_control:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child, .input-group form .inputs li input:last-child, form .inputs li .input-group input:last-child, .input-group form .inputs li select:last-child, form .inputs li .input-group select:last-child, .input-group form .inputs li textarea:last-child, form .inputs li .input-group textarea:last-child, .input-group .filter_form .filter_form_field input:last-child, .filter_form .filter_form_field .input-group input:last-child, .input-group .filter_form .filter_form_field select:last-child, .filter_form .filter_form_field .input-group select:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.scopes li.scope.input-group-btn:last-child > a,
.table_tools .input-group-btn:last-child > .index,
.table_tools .batch_actions_selector .input-group-btn:last-child > .dropdown_menu_button,
form .actions li .input-group-btn:last-child > input,
form .actions li .input-group-btn:last-child > a,
.input-group-btn:last-child > .member_link,
.input-group-btn:last-child > .ui-sortable-handle,
ul.scopes li.scope .input-group-btn:last-child > a,
.filter_form .buttons .input-group-btn:last-child > input,
.filter_form .buttons .input-group-btn:last-child > a,
#title_bar .action_item .input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group > .btn,
.scopes .input-group-btn:last-child > li.scope.btn-group > a,
.table_tools .input-group-btn:last-child > .btn-group > .index,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control > .btn,
.table_tools .scopes .input-group-btn:last-child > li.scope.table_tools_segmented_control > a,
.scopes .table_tools .input-group-btn:last-child > li.scope.table_tools_segmented_control > a,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control > .index,
.table_tools .batch_actions_selector .input-group-btn:last-child > .btn-group > .dropdown_menu_button,
.table_tools .batch_actions_selector .input-group-btn:last-child > .table_tools_segmented_control > .dropdown_menu_button,
form .actions li .input-group-btn:last-child > .btn-group > input,
form .actions li .table_tools .input-group-btn:last-child > .table_tools_segmented_control > input,
.table_tools form .actions li .input-group-btn:last-child > .table_tools_segmented_control > input,
form .actions li .input-group-btn:last-child > .btn-group > a,
form .actions li .table_tools .input-group-btn:last-child > .table_tools_segmented_control > a,
.table_tools form .actions li .input-group-btn:last-child > .table_tools_segmented_control > a,
.input-group-btn:last-child > .btn-group > .member_link,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control > .member_link,
.input-group-btn:last-child > .btn-group > .ui-sortable-handle,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control > .ui-sortable-handle,
ul.scopes li.scope .input-group-btn:last-child > .btn-group > a,
ul.scopes li.scope .table_tools .input-group-btn:last-child > .table_tools_segmented_control > a,
.table_tools ul.scopes li.scope .input-group-btn:last-child > .table_tools_segmented_control > a,
.filter_form .buttons .input-group-btn:last-child > .btn-group > input,
.filter_form .buttons .table_tools .input-group-btn:last-child > .table_tools_segmented_control > input,
.table_tools .filter_form .buttons .input-group-btn:last-child > .table_tools_segmented_control > input,
.filter_form .buttons .input-group-btn:last-child > .btn-group > a,
.filter_form .buttons .table_tools .input-group-btn:last-child > .table_tools_segmented_control > a,
.table_tools .filter_form .buttons .input-group-btn:last-child > .table_tools_segmented_control > a,
#title_bar .action_item .input-group-btn:last-child > .btn-group > a,
#title_bar .action_item .table_tools .input-group-btn:last-child > .table_tools_segmented_control > a,
.table_tools #title_bar .action_item .input-group-btn:last-child > .table_tools_segmented_control > a,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.scopes li.scope.input-group-btn:first-child > a:not(:first-child),
.table_tools .input-group-btn:first-child > .index:not(:first-child),
.table_tools .batch_actions_selector .input-group-btn:first-child > .dropdown_menu_button:not(:first-child),
form .actions li .input-group-btn:first-child > input:not(:first-child),
form .actions li .input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .member_link:not(:first-child),
.input-group-btn:first-child > .ui-sortable-handle:not(:first-child),
ul.scopes li.scope .input-group-btn:first-child > a:not(:first-child),
.filter_form .buttons .input-group-btn:first-child > input:not(:first-child),
.filter_form .buttons .input-group-btn:first-child > a:not(:first-child),
#title_bar .action_item .input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.scopes .input-group-btn:first-child > li.scope.btn-group:not(:first-child) > a,
.table_tools .input-group-btn:first-child > .btn-group:not(:first-child) > .index,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > .btn,
.table_tools .scopes .input-group-btn:first-child > li.scope.table_tools_segmented_control:not(:first-child) > a,
.scopes .table_tools .input-group-btn:first-child > li.scope.table_tools_segmented_control:not(:first-child) > a,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > .index,
.table_tools .batch_actions_selector .input-group-btn:first-child > .btn-group:not(:first-child) > .dropdown_menu_button,
.table_tools .batch_actions_selector .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > .dropdown_menu_button,
form .actions li .input-group-btn:first-child > .btn-group:not(:first-child) > input,
form .actions li .table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > input,
.table_tools form .actions li .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > input,
form .actions li .input-group-btn:first-child > .btn-group:not(:first-child) > a,
form .actions li .table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a,
.table_tools form .actions li .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a,
.input-group-btn:first-child > .btn-group:not(:first-child) > .member_link,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > .member_link,
.input-group-btn:first-child > .btn-group:not(:first-child) > .ui-sortable-handle,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > .ui-sortable-handle,
ul.scopes li.scope .input-group-btn:first-child > .btn-group:not(:first-child) > a,
ul.scopes li.scope .table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a,
.table_tools ul.scopes li.scope .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a,
.filter_form .buttons .input-group-btn:first-child > .btn-group:not(:first-child) > input,
.filter_form .buttons .table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > input,
.table_tools .filter_form .buttons .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > input,
.filter_form .buttons .input-group-btn:first-child > .btn-group:not(:first-child) > a,
.filter_form .buttons .table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a,
.table_tools .filter_form .buttons .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a,
#title_bar .action_item .input-group-btn:first-child > .btn-group:not(:first-child) > a,
#title_bar .action_item .table_tools .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a,
.table_tools #title_bar .action_item .input-group-btn:first-child > .table_tools_segmented_control:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn, .scopes li.scope.input-group-btn > a, .table_tools .input-group-btn > .index, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button, form .actions li .input-group-btn > input, form .actions li .input-group-btn > a, .input-group-btn > .member_link, .input-group-btn > .ui-sortable-handle, ul.scopes li.scope .input-group-btn > a, .filter_form .buttons .input-group-btn > input, .filter_form .buttons .input-group-btn > a, #title_bar .action_item .input-group-btn > a {
  position: relative;
}

/* line 146, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn, .scopes li.scope.input-group-btn > a + .btn, .scopes li.scope.input-group-btn > .btn + a, .scopes li.scope.input-group-btn > a + a, .table_tools .input-group-btn > .index + .btn, .table_tools .scopes li.scope.input-group-btn > .index + a, .scopes .table_tools li.scope.input-group-btn > .index + a, .table_tools .input-group-btn > .btn + .index, .table_tools .scopes li.scope.input-group-btn > a + .index, .scopes .table_tools li.scope.input-group-btn > a + .index, .table_tools .input-group-btn > .index + .index, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + .btn, .table_tools .batch_actions_selector .scopes li.scope.input-group-btn > .dropdown_menu_button + a, .scopes .table_tools .batch_actions_selector li.scope.input-group-btn > .dropdown_menu_button + a, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + .index, .table_tools .batch_actions_selector .input-group-btn > .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .scopes li.scope.input-group-btn > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector li.scope.input-group-btn > a + .dropdown_menu_button, .table_tools .batch_actions_selector .input-group-btn > .index + .dropdown_menu_button, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + .dropdown_menu_button, form .actions li .input-group-btn > input + .btn, form .actions li .scopes li.scope.input-group-btn > input + a, .scopes form .actions li li.scope.input-group-btn > input + a, form .actions li .table_tools .input-group-btn > input + .index, .table_tools form .actions li .input-group-btn > input + .index, form .actions li .table_tools .batch_actions_selector .input-group-btn > input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .input-group-btn > input + .dropdown_menu_button, form .actions li .input-group-btn > a + .btn, form .actions li .scopes li.scope.input-group-btn > a + a, .scopes form .actions li li.scope.input-group-btn > a + a, form .actions li .table_tools .input-group-btn > a + .index, .table_tools form .actions li .input-group-btn > a + .index, form .actions li .table_tools .batch_actions_selector .input-group-btn > a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .input-group-btn > a + .dropdown_menu_button, form .actions li .input-group-btn > .btn + input, form .actions li .scopes li.scope.input-group-btn > a + input, .scopes form .actions li li.scope.input-group-btn > a + input, form .actions li .table_tools .input-group-btn > .index + input, .table_tools form .actions li .input-group-btn > .index + input, form .actions li .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + input, .table_tools .batch_actions_selector form .actions li .input-group-btn > .dropdown_menu_button + input, form .actions li .input-group-btn > input + input, form .actions li .input-group-btn > a + input, form .actions li .input-group-btn > .btn + a, form .actions li .scopes li.scope.input-group-btn > a + a, .scopes form .actions li li.scope.input-group-btn > a + a, form .actions li .table_tools .input-group-btn > .index + a, .table_tools form .actions li .input-group-btn > .index + a, form .actions li .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + a, .table_tools .batch_actions_selector form .actions li .input-group-btn > .dropdown_menu_button + a, form .actions li .input-group-btn > input + a, form .actions li .input-group-btn > a + a, .input-group-btn > .member_link + .btn, .scopes li.scope.input-group-btn > .member_link + a, .table_tools .input-group-btn > .member_link + .index, .table_tools .batch_actions_selector .input-group-btn > .member_link + .dropdown_menu_button, form .actions li .input-group-btn > .member_link + input, form .actions li .input-group-btn > .member_link + a, .input-group-btn > .ui-sortable-handle + .btn, .scopes li.scope.input-group-btn > .ui-sortable-handle + a, .table_tools .input-group-btn > .ui-sortable-handle + .index, .table_tools .batch_actions_selector .input-group-btn > .ui-sortable-handle + .dropdown_menu_button, form .actions li .input-group-btn > .ui-sortable-handle + input, form .actions li .input-group-btn > .ui-sortable-handle + a, .input-group-btn > .btn + .member_link, .scopes li.scope.input-group-btn > a + .member_link, .table_tools .input-group-btn > .index + .member_link, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + .member_link, form .actions li .input-group-btn > input + .member_link, form .actions li .input-group-btn > a + .member_link, .input-group-btn > .member_link + .member_link, .input-group-btn > .ui-sortable-handle + .member_link, .input-group-btn > .btn + .ui-sortable-handle, .scopes li.scope.input-group-btn > a + .ui-sortable-handle, .table_tools .input-group-btn > .index + .ui-sortable-handle, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + .ui-sortable-handle, form .actions li .input-group-btn > input + .ui-sortable-handle, form .actions li .input-group-btn > a + .ui-sortable-handle, .input-group-btn > .member_link + .ui-sortable-handle, .input-group-btn > .ui-sortable-handle + .ui-sortable-handle, ul.scopes li.scope .input-group-btn > a + .btn, ul.scopes li.scope li.scope.input-group-btn > a + a, ul.scopes li.scope .table_tools .input-group-btn > a + .index, .table_tools ul.scopes li.scope .input-group-btn > a + .index, ul.scopes li.scope .table_tools .batch_actions_selector .input-group-btn > a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .input-group-btn > a + .dropdown_menu_button, ul.scopes li.scope .input-group-btn > a + .member_link, ul.scopes li.scope .input-group-btn > a + .ui-sortable-handle, ul.scopes li.scope .input-group-btn > .btn + a, ul.scopes li.scope li.scope.input-group-btn > a + a, ul.scopes li.scope .table_tools .input-group-btn > .index + a, .table_tools ul.scopes li.scope .input-group-btn > .index + a, ul.scopes li.scope .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + a, .table_tools .batch_actions_selector ul.scopes li.scope .input-group-btn > .dropdown_menu_button + a, ul.scopes li.scope .input-group-btn > .member_link + a, ul.scopes li.scope .input-group-btn > .ui-sortable-handle + a, ul.scopes li.scope .input-group-btn > a + a, .filter_form .buttons .input-group-btn > input + .btn, .filter_form .buttons .scopes li.scope.input-group-btn > input + a, .scopes .filter_form .buttons li.scope.input-group-btn > input + a, .filter_form .buttons .table_tools .input-group-btn > input + .index, .table_tools .filter_form .buttons .input-group-btn > input + .index, .filter_form .buttons .table_tools .batch_actions_selector .input-group-btn > input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .input-group-btn > input + .dropdown_menu_button, .filter_form .buttons .input-group-btn > input + .member_link, .filter_form .buttons .input-group-btn > input + .ui-sortable-handle, .filter_form .buttons .input-group-btn > a + .btn, .filter_form .buttons .scopes li.scope.input-group-btn > a + a, .scopes .filter_form .buttons li.scope.input-group-btn > a + a, .filter_form .buttons .table_tools .input-group-btn > a + .index, .table_tools .filter_form .buttons .input-group-btn > a + .index, .filter_form .buttons .table_tools .batch_actions_selector .input-group-btn > a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .input-group-btn > a + .dropdown_menu_button, .filter_form .buttons .input-group-btn > a + .member_link, .filter_form .buttons .input-group-btn > a + .ui-sortable-handle, .filter_form .buttons .input-group-btn > .btn + input, .filter_form .buttons .scopes li.scope.input-group-btn > a + input, .scopes .filter_form .buttons li.scope.input-group-btn > a + input, .filter_form .buttons .table_tools .input-group-btn > .index + input, .table_tools .filter_form .buttons .input-group-btn > .index + input, .filter_form .buttons .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + input, .table_tools .batch_actions_selector .filter_form .buttons .input-group-btn > .dropdown_menu_button + input, .filter_form .buttons .input-group-btn > .member_link + input, .filter_form .buttons .input-group-btn > .ui-sortable-handle + input, .filter_form .buttons .input-group-btn > input + input, .filter_form .buttons .input-group-btn > a + input, .filter_form .buttons .input-group-btn > .btn + a, .filter_form .buttons .scopes li.scope.input-group-btn > a + a, .scopes .filter_form .buttons li.scope.input-group-btn > a + a, .filter_form .buttons .table_tools .input-group-btn > .index + a, .table_tools .filter_form .buttons .input-group-btn > .index + a, .filter_form .buttons .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + a, .table_tools .batch_actions_selector .filter_form .buttons .input-group-btn > .dropdown_menu_button + a, .filter_form .buttons .input-group-btn > .member_link + a, .filter_form .buttons .input-group-btn > .ui-sortable-handle + a, .filter_form .buttons .input-group-btn > input + a, .filter_form .buttons .input-group-btn > a + a, #title_bar .action_item .input-group-btn > a + .btn, #title_bar .action_item .scopes li.scope.input-group-btn > a + a, .scopes #title_bar .action_item li.scope.input-group-btn > a + a, #title_bar .action_item .table_tools .input-group-btn > a + .index, .table_tools #title_bar .action_item .input-group-btn > a + .index, #title_bar .action_item .table_tools .batch_actions_selector .input-group-btn > a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .input-group-btn > a + .dropdown_menu_button, #title_bar .action_item form .actions li .input-group-btn > a + input, form .actions li #title_bar .action_item .input-group-btn > a + input, #title_bar .action_item .input-group-btn > a + .member_link, #title_bar .action_item .input-group-btn > a + .ui-sortable-handle, #title_bar .action_item .filter_form .buttons .input-group-btn > a + input, .filter_form .buttons #title_bar .action_item .input-group-btn > a + input, #title_bar .action_item .input-group-btn > .btn + a, #title_bar .action_item .scopes li.scope.input-group-btn > a + a, .scopes #title_bar .action_item li.scope.input-group-btn > a + a, #title_bar .action_item .table_tools .input-group-btn > .index + a, .table_tools #title_bar .action_item .input-group-btn > .index + a, #title_bar .action_item .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button + a, .table_tools .batch_actions_selector #title_bar .action_item .input-group-btn > .dropdown_menu_button + a, #title_bar .action_item form .actions li .input-group-btn > input + a, form .actions li #title_bar .action_item .input-group-btn > input + a, #title_bar .action_item .input-group-btn > .member_link + a, #title_bar .action_item .input-group-btn > .ui-sortable-handle + a, #title_bar .action_item .filter_form .buttons .input-group-btn > input + a, .filter_form .buttons #title_bar .action_item .input-group-btn > input + a, #title_bar .action_item .input-group-btn > a + a {
  margin-left: -1px;
}

/* line 150, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .scopes li.scope.input-group-btn > a:hover, .table_tools .input-group-btn > .index:hover, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button:hover, form .actions li .input-group-btn > input:hover, form .actions li .input-group-btn > a:hover, .input-group-btn > .member_link:hover, .input-group-btn > .ui-sortable-handle:hover, ul.scopes li.scope .input-group-btn > a:hover, .filter_form .buttons .input-group-btn > input:hover, .filter_form .buttons .input-group-btn > a:hover, #title_bar .action_item .input-group-btn > a:hover, .input-group-btn > .btn:focus, .scopes li.scope.input-group-btn > a:focus, .table_tools .input-group-btn > .index:focus, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button:focus, form .actions li .input-group-btn > input:focus, form .actions li .input-group-btn > a:focus, .input-group-btn > .member_link:focus, .input-group-btn > .ui-sortable-handle:focus, ul.scopes li.scope .input-group-btn > a:focus, .filter_form .buttons .input-group-btn > input:focus, .filter_form .buttons .input-group-btn > a:focus, #title_bar .action_item .input-group-btn > a:focus, .input-group-btn > .btn:active, .scopes li.scope.input-group-btn > a:active, .table_tools .input-group-btn > .index:active, .table_tools .batch_actions_selector .input-group-btn > .dropdown_menu_button:active, form .actions li .input-group-btn > input:active, form .actions li .input-group-btn > a:active, .input-group-btn > .member_link:active, .input-group-btn > .ui-sortable-handle:active, ul.scopes li.scope .input-group-btn > a:active, .filter_form .buttons .input-group-btn > input:active, .filter_form .buttons .input-group-btn > a:active, #title_bar .action_item .input-group-btn > a:active {
  z-index: 2;
}

/* line 159, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn, .scopes li.scope.input-group-btn:first-child > a, .table_tools .input-group-btn:first-child > .index, .table_tools .batch_actions_selector .input-group-btn:first-child > .dropdown_menu_button, form .actions li .input-group-btn:first-child > input, form .actions li .input-group-btn:first-child > a, .input-group-btn:first-child > .member_link, .input-group-btn:first-child > .ui-sortable-handle, ul.scopes li.scope .input-group-btn:first-child > a, .filter_form .buttons .input-group-btn:first-child > input, .filter_form .buttons .input-group-btn:first-child > a, #title_bar .action_item .input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group,
.table_tools .input-group-btn:first-child > .table_tools_segmented_control {
  margin-right: -1px;
}

/* line 165, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn, .scopes li.scope.input-group-btn:last-child > a, .table_tools .input-group-btn:last-child > .index, .table_tools .batch_actions_selector .input-group-btn:last-child > .dropdown_menu_button, form .actions li .input-group-btn:last-child > input, form .actions li .input-group-btn:last-child > a, .input-group-btn:last-child > .member_link, .input-group-btn:last-child > .ui-sortable-handle, ul.scopes li.scope .input-group-btn:last-child > a, .filter_form .buttons .input-group-btn:last-child > input, .filter_form .buttons .input-group-btn:last-child > a, #title_bar .action_item .input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group,
.table_tools .input-group-btn:last-child > .table_tools_segmented_control {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav, #header .header-item.tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, #header .header-item.tabs:before, .nav:after, #header .header-item.tabs:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after, #header .header-item.tabs:after {
  clear: both;
}

/* line 15, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li, #header .header-item.tabs > li {
  position: relative;
  display: block;
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a, #header .header-item.tabs > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, #header .header-item.tabs > li > a:hover, .nav > li > a:focus, #header .header-item.tabs > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a, #header .header-item.tabs > li.disabled > a {
  color: #777777;
}

/* line 34, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, #header .header-item.tabs > li.disabled > a:hover, .nav > li.disabled > a:focus, #header .header-item.tabs > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 46, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, #header .header-item.tabs .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 59, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider, #header .header-item.tabs .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img, #header .header-item.tabs > li > a > img {
  max-width: none;
}

/* line 76, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .table_tools .nav-tabs > li.index.selected > a, #header .header-item.tabs .nav-tabs > li.current > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 118, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .table_tools .nav-pills > li.index.selected > a, #header .header-item.tabs .nav-pills > li.current > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu, .nav-justified > .dropdown .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .batch_actions_selector .nav-justified > .dropdown .dropdown_menu_list {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .table_tools .nav-tabs-justified > .index.selected > a, #header .header-item.tabs .nav-tabs-justified > li.current > a, .nav-tabs.nav-justified > .active > a, .table_tools .nav-tabs.nav-justified > .index.selected > a, #header .header-item.tabs .nav-tabs.nav-justified > li.current > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .table_tools .nav-tabs-justified > .index.selected > a, #header .header-item.tabs .nav-tabs-justified > li.current > a, .nav-tabs.nav-justified > .active > a, .table_tools .nav-tabs.nav-justified > .index.selected > a, #header .header-item.tabs .nav-tabs.nav-justified > li.current > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active, .table_tools .tab-content > .index.selected, #header .header-item.tabs .tab-content > li.current {
  display: block;
}

/* line 237, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu, .nav-tabs .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .batch_actions_selector .nav-tabs .dropdown_menu_list {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar, #header {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, #header:before, .navbar:after, #header:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after, #header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar, #header {
    border-radius: 4px;
  }
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 90, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 92, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  /* line 90, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 129, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 149, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand, #header #site_title {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 168, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, #header #site_title:hover, .navbar-brand:focus, #header #site_title:focus {
  text-decoration: none;
}

/* line 173, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img, #header #site_title > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 178, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container #header #site_title, #header .navbar > .container #site_title, #header > .container .navbar-brand, #header > .container #site_title, .navbar > .container-fluid .navbar-brand, .navbar > .container-fluid #header #site_title, #header .navbar > .container-fluid #site_title, #header > .container-fluid .navbar-brand, #header > .container-fluid #site_title {
    margin-left: -15px;
  }
}

/* line 191, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 204, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 191, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav, #header .header-item.tabs {
  margin: 7.5px -15px;
}

/* line 233, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a, #header .header-item.tabs > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 241, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu, .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .batch_actions_selector .navbar-nav .open .dropdown_menu_list, #header .header-item.tabs .open .dropdown-menu, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector .navbar-nav .open .dropdown_menu_list > li > a, #header .header-item.tabs .open .dropdown-menu > li > a, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list .dropdown-header,
.table_tools .batch_actions_selector .navbar-nav .open .dropdown_menu_list .dropdown-header,
#header .header-item.tabs .open .dropdown-menu .dropdown-header,
#header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list .dropdown-header,
.table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector .navbar-nav .open .dropdown_menu_list > li > a, #header .header-item.tabs .open .dropdown-menu > li > a, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li > a {
    line-height: 20px;
  }
  /* line 255, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector .navbar-nav .open .dropdown_menu_list > li > a:hover, #header .header-item.tabs .open .dropdown-menu > li > a:hover, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector .navbar-nav .open .dropdown_menu_list > li > a:focus, #header .header-item.tabs .open .dropdown-menu > li > a:focus, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 230, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav, #header .header-item.tabs {
    float: left;
    margin: 0;
  }
  /* line 268, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li, #header .header-item.tabs > li {
    float: left;
  }
  /* line 270, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a, #header .header-item.tabs > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 284, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 468, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group, .navbar-form form .inputs li, form .inputs .navbar-form li, .navbar-form .filter_form .filter_form_field, .filter_form .navbar-form .filter_form_field {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control, .navbar-form form .inputs li input, form .inputs li .navbar-form input, .navbar-form form .inputs li select, form .inputs li .navbar-form select, .navbar-form form .inputs li textarea, form .inputs li .navbar-form textarea, .navbar-form .filter_form .filter_form_field input, .filter_form .filter_form_field .navbar-form input, .navbar-form .filter_form .filter_form_field select, .filter_form .filter_form_field .navbar-form select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control,
.navbar-form .input-group form .inputs li input,
form .inputs li .navbar-form .input-group input,
.navbar-form .input-group form .inputs li select,
form .inputs li .navbar-form .input-group select,
.navbar-form .input-group form .inputs li textarea,
form .inputs li .navbar-form .input-group textarea,
.navbar-form .input-group .filter_form .filter_form_field input,
.filter_form .filter_form_field .navbar-form .input-group input,
.navbar-form .input-group .filter_form .filter_form_field select,
.filter_form .filter_form_field .navbar-form .input-group select {
    width: auto;
  }
  /* line 498, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control, .navbar-form form .inputs li .input-group > input, form .inputs li .navbar-form .input-group > input, .navbar-form form .inputs li .input-group > select, form .inputs li .navbar-form .input-group > select, .navbar-form form .inputs li .input-group > textarea, form .inputs li .navbar-form .input-group > textarea, .navbar-form .filter_form .filter_form_field .input-group > input, .filter_form .filter_form_field .navbar-form .input-group > input, .navbar-form .filter_form .filter_form_field .input-group > select, .filter_form .filter_form_field .navbar-form .input-group > select {
    width: 100%;
  }
  /* line 502, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
.navbar-form .checkbox,
.navbar-form .check_boxes {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label,
.navbar-form .check_boxes label {
    padding-left: 0;
  }
  /* line 520, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"],
.navbar-form .check_boxes input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 296, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group, .navbar-form form .inputs li, form .inputs .navbar-form li, .navbar-form .filter_form .filter_form_field, .filter_form .navbar-form .filter_form_field {
    margin-bottom: 5px;
  }
  /* line 300, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child, .navbar-form form .inputs li:last-child, form .inputs .navbar-form li:last-child, .navbar-form .filter_form .filter_form_field:last-child, .filter_form .navbar-form .filter_form_field:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 284, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 325, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu, .table_tools .batch_actions_selector .navbar-nav > li > .dropdown_menu_list, #header .header-item.tabs > li > .dropdown-menu, #header .table_tools .batch_actions_selector .header-item.tabs > li > .dropdown_menu_list, .table_tools .batch_actions_selector #header .header-item.tabs > li > .dropdown_menu_list {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .navbar-fixed-bottom .table_tools .batch_actions_selector .navbar-nav > li > .dropdown_menu_list, .table_tools .batch_actions_selector .navbar-fixed-bottom .navbar-nav > li > .dropdown_menu_list, .navbar-fixed-bottom #header .header-item.tabs > li > .dropdown-menu, .navbar-fixed-bottom #header .table_tools .batch_actions_selector .header-item.tabs > li > .dropdown_menu_list, .table_tools .batch_actions_selector .navbar-fixed-bottom #header .header-item.tabs > li > .dropdown_menu_list, #header .navbar-fixed-bottom .header-item.tabs > li > .dropdown-menu, #header .navbar-fixed-bottom .table_tools .batch_actions_selector .header-item.tabs > li > .dropdown_menu_list, .table_tools .batch_actions_selector #header .navbar-fixed-bottom .header-item.tabs > li > .dropdown_menu_list {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .scopes li.scope.btn-group-sm > a.navbar-btn, .table_tools .btn-group-sm > .navbar-btn.index, .table_tools .batch_actions_selector .btn-group-sm > .navbar-btn.dropdown_menu_button, form .actions li .btn-group-sm > input.navbar-btn, form .actions li .btn-group-sm > a.navbar-btn, .btn-group-sm > .navbar-btn.member_link, .btn-group-sm > .navbar-btn.ui-sortable-handle, ul.scopes li.scope .btn-group-sm > a.navbar-btn, .filter_form .buttons .btn-group-sm > input.navbar-btn, .filter_form .buttons .btn-group-sm > a.navbar-btn, #title_bar .action_item .btn-group-sm > a.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 347, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .scopes li.scope.btn-group-xs > a.navbar-btn, .table_tools .btn-group-xs > .navbar-btn.index, .table_tools .batch_actions_selector .btn-group-xs > .navbar-btn.dropdown_menu_button, form .actions li .btn-group-xs > input.navbar-btn, form .actions li .btn-group-xs > a.navbar-btn, .btn-group-xs > .navbar-btn.member_link, .btn-group-xs > .navbar-btn.ui-sortable-handle, ul.scopes li.scope .btn-group-xs > a.navbar-btn, .filter_form .buttons .btn-group-xs > input.navbar-btn, .filter_form .buttons .btn-group-xs > a.navbar-btn, #title_bar .action_item .btn-group-xs > a.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 357, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 377, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand, .navbar-default #header #site_title, #header .navbar-default #site_title {
  color: #777;
}

/* line 401, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default #header #site_title:hover, #header .navbar-default #site_title:hover, .navbar-default .navbar-brand:focus, .navbar-default #header #site_title:focus, #header .navbar-default #site_title:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a, .navbar-default #header .header-item.tabs > li > a, #header .navbar-default .header-item.tabs > li > a {
  color: #777;
}

/* line 416, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default #header .header-item.tabs > li > a:hover, #header .navbar-default .header-item.tabs > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default #header .header-item.tabs > li > a:focus, #header .navbar-default .header-item.tabs > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 423, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .table_tools .navbar-nav > .index.selected > a, .table_tools .navbar-default .navbar-nav > .index.selected > a, .navbar-default #header .header-item.tabs .navbar-nav > li.current > a, #header .header-item.tabs .navbar-default .navbar-nav > li.current > a, .navbar-default #header .header-item.tabs > .active > a, .navbar-default #header .table_tools .header-item.tabs > .index.selected > a, .table_tools .navbar-default #header .header-item.tabs > .index.selected > a, .navbar-default #header .header-item.tabs > li.current > a, #header .navbar-default .header-item.tabs > .active > a, #header .navbar-default .table_tools .header-item.tabs > .index.selected > a, .table_tools #header .navbar-default .header-item.tabs > .index.selected > a, #header .navbar-default .header-item.tabs > li.current > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 431, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default #title_bar .action_item .navbar-nav > a.action-item-disabled > a, #title_bar .action_item .navbar-default .navbar-nav > a.action-item-disabled > a, .navbar-default #header .header-item.tabs > .disabled > a, .navbar-default #header #title_bar .action_item .header-item.tabs > a.action-item-disabled > a, #title_bar .action_item .navbar-default #header .header-item.tabs > a.action-item-disabled > a, #header .navbar-default .header-item.tabs > .disabled > a, #header .navbar-default #title_bar .action_item .header-item.tabs > a.action-item-disabled > a, #title_bar .action_item #header .navbar-default .header-item.tabs > a.action-item-disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default #header .header-item.tabs > .open > a, #header .navbar-default .header-item.tabs > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 453, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open .dropdown_menu_list > li > a, .navbar-default #header .header-item.tabs .open .dropdown-menu > li > a, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > li > a, #header .navbar-default .header-item.tabs .open .dropdown-menu > li > a, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > li > a {
    color: #777;
  }
  /* line 455, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open .dropdown_menu_list > li > a:hover, .navbar-default #header .header-item.tabs .open .dropdown-menu > li > a:hover, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > li > a:hover, #header .navbar-default .header-item.tabs .open .dropdown-menu > li > a:hover, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open .dropdown_menu_list > li > a:focus, .navbar-default #header .header-item.tabs .open .dropdown-menu > li > a:focus, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > li > a:focus, #header .navbar-default .header-item.tabs .open .dropdown-menu > li > a:focus, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 462, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .table_tools .dropdown-menu > .index.selected > a, .table_tools .navbar-default .navbar-nav .open .dropdown-menu > .index.selected > a, .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .active > a, .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .index.selected > a, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open .dropdown_menu_list > .active > a, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open .dropdown_menu_list > .index.selected > a, .navbar-default .navbar-nav .open #header .header-item.tabs .dropdown-menu > li.current > a, .navbar-default .navbar-nav .open #header .header-item.tabs .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open #header .header-item.tabs .dropdown_menu_list > li.current > a, #header .header-item.tabs .navbar-default .navbar-nav .open .dropdown-menu > li.current > a, #header .header-item.tabs .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector #header .header-item.tabs .navbar-default .navbar-nav .open .dropdown_menu_list > li.current > a, .navbar-default #header .header-item.tabs .open .dropdown-menu > .active > a, .navbar-default #header .header-item.tabs .open .table_tools .dropdown-menu > .index.selected > a, .table_tools .navbar-default #header .header-item.tabs .open .dropdown-menu > .index.selected > a, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .active > a, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .index.selected > a, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > .active > a, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > .index.selected > a, .navbar-default #header .header-item.tabs .open .dropdown-menu > li.current > a, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > li.current > a, #header .navbar-default .header-item.tabs .open .dropdown-menu > .active > a, #header .navbar-default .header-item.tabs .open .table_tools .dropdown-menu > .index.selected > a, .table_tools #header .navbar-default .header-item.tabs .open .dropdown-menu > .index.selected > a, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .active > a, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .index.selected > a, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > .active > a, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > .index.selected > a, #header .navbar-default .header-item.tabs .open .dropdown-menu > li.current > a, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > li.current > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 470, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open #title_bar .action_item .dropdown-menu > a.action-item-disabled > a, #title_bar .action_item .navbar-default .navbar-nav .open .dropdown-menu > a.action-item-disabled > a, .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a, .navbar-default .navbar-nav .open .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .navbar-default .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open .dropdown_menu_list > .disabled > a, .table_tools .batch_actions_selector .navbar-default .navbar-nav .open #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .table_tools .batch_actions_selector .navbar-default .navbar-nav .open .dropdown_menu_list > a.action-item-disabled > a, .navbar-default #header .header-item.tabs .open .dropdown-menu > .disabled > a, .navbar-default #header .header-item.tabs .open #title_bar .action_item .dropdown-menu > a.action-item-disabled > a, #title_bar .action_item .navbar-default #header .header-item.tabs .open .dropdown-menu > a.action-item-disabled > a, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a, .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .navbar-default #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > .disabled > a, .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .table_tools .batch_actions_selector .navbar-default #header .header-item.tabs .open .dropdown_menu_list > a.action-item-disabled > a, #header .navbar-default .header-item.tabs .open .dropdown-menu > .disabled > a, #header .navbar-default .header-item.tabs .open #title_bar .action_item .dropdown-menu > a.action-item-disabled > a, #title_bar .action_item #header .navbar-default .header-item.tabs .open .dropdown-menu > a.action-item-disabled > a, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a, #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item #header .navbar-default .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > .disabled > a, .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .table_tools .batch_actions_selector #header .navbar-default .header-item.tabs .open .dropdown_menu_list > a.action-item-disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 481, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 517, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse, #header {
  background-color: #222;
  border-color: #090909;
}

/* line 531, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand, #header .navbar-brand, #header #site_title {
  color: #9d9d9d;
}

/* line 533, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, #header .navbar-brand:hover, #header #site_title:hover, .navbar-inverse .navbar-brand:focus, #header .navbar-brand:focus, #header #site_title:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text, #header .navbar-text {
  color: #9d9d9d;
}

/* line 545, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a, #header .navbar-nav > li > a, #header .header-item.tabs > li > a {
  color: #9d9d9d;
}

/* line 548, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, #header .navbar-nav > li > a:hover, #header .header-item.tabs > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, #header .navbar-nav > li > a:focus, #header .header-item.tabs > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 555, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .table_tools .navbar-nav > .index.selected > a, .table_tools .navbar-inverse .navbar-nav > .index.selected > a, #header .navbar-nav > .active > a, #header .table_tools .navbar-nav > .index.selected > a, .table_tools #header .navbar-nav > .index.selected > a, #header .header-item.tabs .navbar-nav > li.current > a, #header .header-item.tabs > .active > a, #header .table_tools .header-item.tabs > .index.selected > a, .table_tools #header .header-item.tabs > .index.selected > a, #header .header-item.tabs > li.current > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 563, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse #title_bar .action_item .navbar-nav > a.action-item-disabled > a, #title_bar .action_item .navbar-inverse .navbar-nav > a.action-item-disabled > a, #header .navbar-nav > .disabled > a, #header #title_bar .action_item .navbar-nav > a.action-item-disabled > a, #title_bar .action_item #header .navbar-nav > a.action-item-disabled > a, #header .header-item.tabs > .disabled > a, #header #title_bar .action_item .header-item.tabs > a.action-item-disabled > a, #title_bar .action_item #header .header-item.tabs > a.action-item-disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 573, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, #header .navbar-nav > .open > a, #header .header-item.tabs > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  /* line 584, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .dropdown-header, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > .dropdown-header, #header .navbar-nav .open .dropdown-menu > .dropdown-header, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .dropdown-header, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > .dropdown-header, #header .header-item.tabs .open .dropdown-menu > .dropdown-header, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .dropdown-header, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list .divider, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list .divider, #header .navbar-nav .open .dropdown-menu .divider, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list .divider, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list .divider, #header .header-item.tabs .open .dropdown-menu .divider, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list .divider, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list .divider {
    background-color: #090909;
  }
  /* line 590, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > li > a, #header .navbar-nav .open .dropdown-menu > li > a, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > li > a, #header .header-item.tabs .open .dropdown-menu > li > a, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li > a {
    color: #9d9d9d;
  }
  /* line 592, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > li > a:hover, #header .navbar-nav .open .dropdown-menu > li > a:hover, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > li > a:hover, #header .header-item.tabs .open .dropdown-menu > li > a:hover, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:hover, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > li > a:focus, #header .navbar-nav .open .dropdown-menu > li > a:focus, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > li > a:focus, #header .header-item.tabs .open .dropdown-menu > li > a:focus, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li > a:focus, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 599, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .table_tools .dropdown-menu > .index.selected > a, .table_tools .navbar-inverse .navbar-nav .open .dropdown-menu > .index.selected > a, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .active > a, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .index.selected > a, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > .active > a, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > .index.selected > a, .navbar-inverse .navbar-nav .open #header .header-item.tabs .dropdown-menu > li.current > a, .navbar-inverse .navbar-nav .open #header .header-item.tabs .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open #header .header-item.tabs .dropdown_menu_list > li.current > a, #header .navbar-nav .open .dropdown-menu > .active > a, #header .navbar-nav .open .table_tools .dropdown-menu > .index.selected > a, .table_tools #header .navbar-nav .open .dropdown-menu > .index.selected > a, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .active > a, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .index.selected > a, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > .active > a, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > .index.selected > a, #header .navbar-nav .open .header-item.tabs .dropdown-menu > li.current > a, #header .navbar-nav .open .header-item.tabs .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector #header .navbar-nav .open .header-item.tabs .dropdown_menu_list > li.current > a, #header .header-item.tabs .open .dropdown-menu > .active > a, #header .header-item.tabs .open .table_tools .dropdown-menu > .index.selected > a, .table_tools #header .header-item.tabs .open .dropdown-menu > .index.selected > a, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .active > a, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .index.selected > a, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > .active > a, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > .index.selected > a, #header .header-item.tabs .open .dropdown-menu > li.current > a, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > li.current > a, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > li.current > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 607, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open #title_bar .action_item .dropdown-menu > a.action-item-disabled > a, #title_bar .action_item .navbar-inverse .navbar-nav .open .dropdown-menu > a.action-item-disabled > a, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a, .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .navbar-inverse .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > .disabled > a, .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .table_tools .batch_actions_selector .navbar-inverse .navbar-nav .open .dropdown_menu_list > a.action-item-disabled > a, #header .navbar-nav .open .dropdown-menu > .disabled > a, #header .navbar-nav .open #title_bar .action_item .dropdown-menu > a.action-item-disabled > a, #title_bar .action_item #header .navbar-nav .open .dropdown-menu > a.action-item-disabled > a, #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a, #header .navbar-nav .open .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item #header .navbar-nav .open .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a, .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > .disabled > a, .table_tools .batch_actions_selector #header .navbar-nav .open #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .table_tools .batch_actions_selector #header .navbar-nav .open .dropdown_menu_list > a.action-item-disabled > a, #header .header-item.tabs .open .dropdown-menu > .disabled > a, #header .header-item.tabs .open #title_bar .action_item .dropdown-menu > a.action-item-disabled > a, #title_bar .action_item #header .header-item.tabs .open .dropdown-menu > a.action-item-disabled > a, #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > .disabled > a, #header .header-item.tabs .open .table_tools .batch_actions_selector #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item #header .header-item.tabs .open .table_tools .batch_actions_selector .dropdown_menu_list > a.action-item-disabled > a, .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > .disabled > a, .table_tools .batch_actions_selector #header .header-item.tabs .open #title_bar .action_item .dropdown_menu_list > a.action-item-disabled > a, #title_bar .action_item .table_tools .batch_actions_selector #header .header-item.tabs .open .dropdown_menu_list > a.action-item-disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 619, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle, #header .navbar-toggle {
  border-color: #333;
}

/* line 621, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, #header .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, #header .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar, #header .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse, #header .navbar-collapse,
.navbar-inverse .navbar-form,
#header .navbar-form {
  border-color: #101010;
}

/* line 635, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link, #header .navbar-link {
  color: #9d9d9d;
}

/* line 637, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover, #header .navbar-link:hover {
  color: #fff;
}

/* line 642, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link, #header .btn-link {
  color: #9d9d9d;
}

/* line 644, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, #header .btn-link:hover, .navbar-inverse .btn-link:focus, #header .btn-link:focus {
  color: #fff;
}

/* line 650, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, #header .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, #header .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] #header .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] #header .btn-link:focus {
  color: #444;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active, .table_tools .breadcrumb > .index.selected, #header .header-item.tabs .breadcrumb > li.current {
  color: #777777;
}

/* line 4, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .table_tools .pagination > .index.selected > a, #header .header-item.tabs .pagination > li.current > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.table_tools .pagination > .index.selected > span,
#header .header-item.tabs .pagination > li.current > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 61, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span, #title_bar .action_item .pagination > a.action-item-disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
#title_bar .action_item .pagination > a.action-item-disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a, .pager #title_bar .action_item a.action-item-disabled > a, #title_bar .action_item .pager a.action-item-disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span,
.pager #title_bar .action_item a.action-item-disabled > span,
#title_bar .action_item .pager a.action-item-disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label, .scopes li.scope > a .label, .table_tools .index .label, .table_tools .batch_actions_selector .dropdown_menu_button .label, form .actions li input .label, form .actions li a .label, .member_link .label, .ui-sortable-handle .label, ul.scopes li.scope a .label, .filter_form .buttons input .label, .filter_form .buttons a .label, #title_bar .action_item a .label {
  position: relative;
  top: -1px;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge, .scopes li.scope > a .badge, .table_tools .index .badge, .table_tools .batch_actions_selector .dropdown_menu_button .badge, form .actions li input .badge, form .actions li a .badge, .member_link .badge, .ui-sortable-handle .badge, ul.scopes li.scope a .badge, .filter_form .buttons input .badge, .filter_form .buttons a .badge, #title_bar .action_item a .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .scopes li.scope.btn-group-xs > a .badge, .table_tools .btn-group-xs > .index .badge, .table_tools .batch_actions_selector .btn-group-xs > .dropdown_menu_button .badge, form .actions li .btn-group-xs > input .badge, form .actions li .btn-group-xs > a .badge, .btn-group-xs > .member_link .badge, .btn-group-xs > .ui-sortable-handle .badge, ul.scopes li.scope .btn-group-xs > a .badge, .filter_form .buttons .btn-group-xs > input .badge, .filter_form .buttons .btn-group-xs > a .badge, #title_bar .action_item .btn-group-xs > a .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .table_tools .list-group-item.index.selected > .badge, #header .header-item.tabs li.list-group-item.current > .badge, .nav-pills > .active > a > .badge, .table_tools .nav-pills > .index.selected > a > .badge, #header .header-item.tabs .nav-pills > li.current > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 47, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 35, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
.table_tools .thumbnail.index.selected,
#header .header-item.tabs li.thumbnail.current {
  border-color: #337ab7;
}

/* line 9, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert, .flash.flash_danger, .flash {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4, .flash.flash_danger h4, .flash h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link, .flash .alert-link {
  font-weight: bold;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p, .flash.flash_danger > p, .flash > p,
.alert > ul,
.flash.flash_danger > ul,
.flash > ul {
  margin-bottom: 0;
}

/* line 32, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p, .flash.flash_danger > p + p, .flash > p + p {
  margin-top: 5px;
}

/* line 42, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success, .flash.flash_success, .flash_notice {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr, .flash.flash_success hr, .flash_notice hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link, .flash.flash_success .alert-link, .flash_notice .alert-link {
  color: #2b542c;
}

/* line 63, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning, .flash.flash_warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr, .flash.flash_warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link, .flash.flash_warning .alert-link {
  color: #66512c;
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger, .flash.flash_danger, .flash_alert {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr, .flash.flash_danger hr, .flash_alert hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link, .flash.flash_danger .alert-link, .flash_alert .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 26, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar, .table_tools .progress.index.selected .progress-bar, #header .header-item.tabs li.progress.current .progress-bar,
.progress-bar.active,
.table_tools .progress-bar.index.selected,
#header .header-item.tabs li.progress-bar.current {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right,
#title_bar .media > #titlebar_right {
  padding-left: 10px;
}

/* line 34, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left,
#title_bar .media > #titlebar_left {
  padding-right: 10px;
}

/* line 39, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, #title_bar .action_item a.list-group-item.action-item-disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, #title_bar .action_item a.list-group-item.action-item-disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, #title_bar .action_item a.list-group-item.action-item-disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 57, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .table_tools .list-group-item.index.selected, #header .header-item.tabs li.list-group-item.current, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 66, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading, .table_tools .list-group-item.index.selected .list-group-item-heading, #header .header-item.tabs li.list-group-item.current .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.table_tools .list-group-item.index.selected .list-group-item-heading > small,
#header .header-item.tabs li.list-group-item.current .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.table_tools .list-group-item.index.selected .list-group-item-heading > .small,
#header .header-item.tabs li.list-group-item.current .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .table_tools .list-group-item.index.selected .list-group-item-text, #header .header-item.tabs li.list-group-item.current .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 83, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, .table_tools .list-group-item-success.index.selected, #header .header-item.tabs li.list-group-item-success.current, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, .table_tools .list-group-item-info.index.selected, #header .header-item.tabs li.list-group-item-info.current, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, .table_tools .list-group-item-warning.index.selected, #header .header-item.tabs li.list-group-item-warning.current, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, .table_tools .list-group-item-danger.index.selected, #header .header-item.tabs li.list-group-item-danger.current, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body, .panel_contents {
  padding: 15px;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel_contents:before, .panel-body:after, .panel_contents:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after, .panel_contents:after {
  clear: both;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading, .panel > h3 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle, .panel-heading > .dropdown .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector .panel-heading > .dropdown .dropdown_menu_button, .panel > h3 > .dropdown .dropdown-toggle, .panel > h3 > .dropdown .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector .panel > h3 > .dropdown .dropdown_menu_button {
  color: inherit;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 82, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .panel > h3 + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child, .panel > h3 + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table, .attributes_table .panel > table, .panel > .index_table, #main_content .panel > table,
.panel > .table-responsive > .table,
.attributes_table .panel > .table-responsive > table,
.panel > .table-responsive > .index_table,
.panel > .index_as_table > .table,
.attributes_table .panel > .index_as_table > table,
.panel > .index_as_table > .index_table,
#main_content .panel > .table-responsive > table,
#main_content .panel > .index_as_table > table,
.panel > .panel-collapse > .table,
.attributes_table .panel > .panel-collapse > table,
.panel > .panel-collapse > .index_table,
#main_content .panel > .panel-collapse > table {
  margin-bottom: 0;
}

/* line 115, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption, .attributes_table .panel > table caption, .panel > .index_table caption, #main_content .panel > table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child, .attributes_table .panel > table:first-child, .panel > .index_table:first-child, #main_content .panel > table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.attributes_table .panel > .table-responsive:first-child > table:first-child,
.panel > .table-responsive:first-child > .index_table:first-child,
.panel > .index_as_table:first-child > .table:first-child,
.attributes_table .panel > .index_as_table:first-child > table:first-child,
.panel > .index_as_table:first-child > .index_table:first-child,
#main_content .panel > .table-responsive:first-child > table:first-child,
#main_content .panel > .index_as_table:first-child > table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child, .attributes_table .panel > table:first-child > thead:first-child > tr:first-child, .panel > .index_table:first-child > thead:first-child > tr:first-child, #main_content .panel > table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.attributes_table .panel > table:first-child > tbody:first-child > tr:first-child,
.panel > .index_table:first-child > tbody:first-child > tr:first-child,
#main_content .panel > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .attributes_table .panel > table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .index_table:first-child > thead:first-child > tr:first-child td:first-child, #main_content .panel > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.attributes_table .panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .index_table:first-child > thead:first-child > tr:first-child th:first-child,
#main_content .panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.attributes_table .panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .index_table:first-child > tbody:first-child > tr:first-child td:first-child,
#main_content .panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.attributes_table .panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .index_table:first-child > tbody:first-child > tr:first-child th:first-child,
#main_content .panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .attributes_table .panel > table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .index_table:first-child > thead:first-child > tr:first-child td:last-child, #main_content .panel > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.attributes_table .panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .index_table:first-child > thead:first-child > tr:first-child th:last-child,
#main_content .panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.attributes_table .panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .index_table:first-child > tbody:first-child > tr:first-child td:last-child,
#main_content .panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.attributes_table .panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .index_table:first-child > tbody:first-child > tr:first-child th:last-child,
#main_content .panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child, .attributes_table .panel > table:last-child, .panel > .index_table:last-child, #main_content .panel > table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.attributes_table .panel > .table-responsive:last-child > table:last-child,
.panel > .table-responsive:last-child > .index_table:last-child,
.panel > .index_as_table:last-child > .table:last-child,
.attributes_table .panel > .index_as_table:last-child > table:last-child,
.panel > .index_as_table:last-child > .index_table:last-child,
#main_content .panel > .table-responsive:last-child > table:last-child,
#main_content .panel > .index_as_table:last-child > table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child, .attributes_table .panel > table:last-child > tbody:last-child > tr:last-child, .panel > .index_table:last-child > tbody:last-child > tr:last-child, #main_content .panel > table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.attributes_table .panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .index_table:last-child > tfoot:last-child > tr:last-child,
#main_content .panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 153, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .attributes_table .panel > table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .index_table:last-child > tbody:last-child > tr:last-child td:first-child, #main_content .panel > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.attributes_table .panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .index_table:last-child > tbody:last-child > tr:last-child th:first-child,
#main_content .panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.attributes_table .panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .index_table:last-child > tfoot:last-child > tr:last-child td:first-child,
#main_content .panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.attributes_table .panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .index_table:last-child > tfoot:last-child > tr:last-child th:first-child,
#main_content .panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .attributes_table .panel > table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .index_table:last-child > tbody:last-child > tr:last-child td:last-child, #main_content .panel > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.attributes_table .panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .index_table:last-child > tbody:last-child > tr:last-child th:last-child,
#main_content .panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.attributes_table .panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .index_table:last-child > tfoot:last-child > tr:last-child td:last-child,
#main_content .panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.attributes_table .panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .index_table:last-child > tfoot:last-child > tr:last-child th:last-child,
#main_content .panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table, .attributes_table .panel > .panel-body + table, .panel > .panel-body + .index_table, #main_content .panel > .panel-body + table, .panel > .panel_contents + .table, .attributes_table .panel > .panel_contents + table, .panel > .panel_contents + .index_table, #main_content .panel > .panel_contents + table,
.panel > .panel-body + .table-responsive,
.panel > .panel-body + .index_as_table,
.panel > .panel_contents + .table-responsive,
.panel > .panel_contents + .index_as_table,
.panel > .table + .panel-body,
.attributes_table .panel > table + .panel-body,
.panel > .index_table + .panel-body,
#main_content .panel > table + .panel-body,
.panel > .table + .panel_contents,
.attributes_table .panel > table + .panel_contents,
.panel > .index_table + .panel_contents,
#main_content .panel > table + .panel_contents,
.panel > .table-responsive + .panel-body,
.panel > .index_as_table + .panel-body,
.panel > .table-responsive + .panel_contents,
.panel > .index_as_table + .panel_contents {
  border-top: 1px solid #ddd;
}

/* line 170, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th, .attributes_table .panel > table > tbody:first-child > tr:first-child th, .panel > .index_table > tbody:first-child > tr:first-child th, #main_content .panel > table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.attributes_table .panel > table > tbody:first-child > tr:first-child td,
.panel > .index_table > tbody:first-child > tr:first-child td,
#main_content .panel > table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered,
.panel > .index_as_table > .table-bordered {
  border: 0;
}

/* line 181, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive, .panel > .index_as_table {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading, .panel-group .panel > h3 {
  border-bottom: 0;
}

/* line 238, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .panel_contents, .panel-group .panel > h3 + .panel-collapse > .panel-body, .panel-group .panel > h3 + .panel-collapse > .panel_contents,
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel > h3 + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body, .panel-group .panel-footer + .panel-collapse .panel_contents {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default, .panel {
  border-color: #ddd;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading, .panel > .panel-heading, .panel > h3 {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body, .panel-default > .panel-heading + .panel-collapse > .panel_contents, .panel > .panel-heading + .panel-collapse > .panel-body, .panel > .panel-heading + .panel-collapse > .panel_contents, .panel > h3 + .panel-collapse > .panel-body, .panel > h3 + .panel-collapse > .panel_contents {
  border-top-color: #ddd;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge, .panel > .panel-heading .badge, .panel > h3 .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body, .panel-default > .panel-footer + .panel-collapse > .panel_contents, .panel > .panel-footer + .panel-collapse > .panel-body, .panel > .panel-footer + .panel-collapse > .panel_contents {
  border-bottom-color: #ddd;
}

/* line 257, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading, .panel.panel-primary > h3 {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body, .panel-primary > .panel-heading + .panel-collapse > .panel_contents, .panel.panel-primary > h3 + .panel-collapse > .panel-body, .panel.panel-primary > h3 + .panel-collapse > .panel_contents {
  border-top-color: #337ab7;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge, .panel.panel-primary > h3 .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body, .panel-primary > .panel-footer + .panel-collapse > .panel_contents {
  border-bottom-color: #337ab7;
}

/* line 260, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading, .panel.panel-success > h3 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body, .panel-success > .panel-heading + .panel-collapse > .panel_contents, .panel.panel-success > h3 + .panel-collapse > .panel-body, .panel.panel-success > h3 + .panel-collapse > .panel_contents {
  border-top-color: #d6e9c6;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge, .panel.panel-success > h3 .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body, .panel-success > .panel-footer + .panel-collapse > .panel_contents {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading, .panel.panel-info > h3 {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body, .panel-info > .panel-heading + .panel-collapse > .panel_contents, .panel.panel-info > h3 + .panel-collapse > .panel-body, .panel.panel-info > h3 + .panel-collapse > .panel_contents {
  border-top-color: #bce8f1;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge, .panel.panel-info > h3 .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body, .panel-info > .panel-footer + .panel-collapse > .panel_contents {
  border-bottom-color: #bce8f1;
}

/* line 266, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading, .panel.panel-warning > h3 {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body, .panel-warning > .panel-heading + .panel-collapse > .panel_contents, .panel.panel-warning > h3 + .panel-collapse > .panel-body, .panel.panel-warning > h3 + .panel-collapse > .panel_contents {
  border-top-color: #faebcc;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge, .panel.panel-warning > h3 .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body, .panel-warning > .panel-footer + .panel-collapse > .panel_contents {
  border-bottom-color: #faebcc;
}

/* line 269, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading, .panel.panel-danger > h3 {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body, .panel-danger > .panel-heading + .panel-collapse > .panel_contents, .panel.panel-danger > h3 + .panel-collapse > .panel-body, .panel.panel-danger > h3 + .panel-collapse > .panel_contents {
  border-top-color: #ebccd1;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge, .panel.panel-danger > h3 .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body, .panel-danger > .panel-footer + .panel-collapse > .panel_contents {
  border-bottom-color: #ebccd1;
}

/* line 5, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 28, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 15, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn, .modal-footer .scopes li.scope > a + .btn, .scopes .modal-footer li.scope > a + .btn, .modal-footer .scopes li.scope > .btn + a, .scopes .modal-footer li.scope > .btn + a, .modal-footer .scopes li.scope > a + a, .scopes .modal-footer li.scope > a + a, .modal-footer .table_tools .index + .btn, .modal-footer .table_tools .scopes li.scope > .index + a, .scopes .modal-footer .table_tools li.scope > .index + a, .table_tools .modal-footer .index + .btn, .table_tools .modal-footer .scopes li.scope > .index + a, .scopes .table_tools .modal-footer li.scope > .index + a, .modal-footer .table_tools .btn + .index, .modal-footer .table_tools .scopes li.scope > a + .index, .scopes .modal-footer .table_tools li.scope > a + .index, .table_tools .modal-footer .btn + .index, .table_tools .modal-footer .scopes li.scope > a + .index, .scopes .table_tools .modal-footer li.scope > a + .index, .modal-footer .table_tools .index + .index, .table_tools .modal-footer .index + .index, .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + .btn, .modal-footer .table_tools .batch_actions_selector .scopes li.scope > .dropdown_menu_button + a, .scopes .modal-footer .table_tools .batch_actions_selector li.scope > .dropdown_menu_button + a, .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + .index, .table_tools .batch_actions_selector .modal-footer .dropdown_menu_button + .btn, .table_tools .batch_actions_selector .modal-footer .scopes li.scope > .dropdown_menu_button + a, .scopes .table_tools .batch_actions_selector .modal-footer li.scope > .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .dropdown_menu_button + .index, .modal-footer .table_tools .batch_actions_selector .btn + .dropdown_menu_button, .modal-footer .table_tools .batch_actions_selector .scopes li.scope > a + .dropdown_menu_button, .scopes .modal-footer .table_tools .batch_actions_selector li.scope > a + .dropdown_menu_button, .modal-footer .table_tools .batch_actions_selector .index + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .scopes li.scope > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector .modal-footer li.scope > a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .index + .dropdown_menu_button, .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .dropdown_menu_button + .dropdown_menu_button, .modal-footer form .actions li input + .btn, .modal-footer form .actions .scopes li.scope > input + a, .scopes .modal-footer form .actions li.scope > input + a, .modal-footer form .actions li .table_tools input + .index, .table_tools .modal-footer form .actions li input + .index, .modal-footer form .actions li .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer form .actions li input + .dropdown_menu_button, form .actions li .modal-footer input + .btn, form .actions li .modal-footer .scopes li.scope > input + a, .scopes form .actions li .modal-footer li.scope > input + a, form .actions li .modal-footer .table_tools input + .index, .table_tools form .actions li .modal-footer input + .index, form .actions li .modal-footer .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .modal-footer input + .dropdown_menu_button, .modal-footer form .actions li a + .btn, .modal-footer form .actions .scopes li.scope > a + a, .scopes .modal-footer form .actions li.scope > a + a, .modal-footer form .actions li .table_tools a + .index, .table_tools .modal-footer form .actions li a + .index, .modal-footer form .actions li .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer form .actions li a + .dropdown_menu_button, form .actions li .modal-footer a + .btn, form .actions li .modal-footer .scopes li.scope > a + a, .scopes form .actions li .modal-footer li.scope > a + a, form .actions li .modal-footer .table_tools a + .index, .table_tools form .actions li .modal-footer a + .index, form .actions li .modal-footer .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .modal-footer a + .dropdown_menu_button, .modal-footer form .actions li .btn + input, .modal-footer form .actions .scopes li.scope > a + input, .scopes .modal-footer form .actions li.scope > a + input, .modal-footer form .actions li .table_tools .index + input, .table_tools .modal-footer form .actions li .index + input, .modal-footer form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .modal-footer form .actions li .dropdown_menu_button + input, form .actions li .modal-footer .btn + input, form .actions li .modal-footer .scopes li.scope > a + input, .scopes form .actions li .modal-footer li.scope > a + input, form .actions li .modal-footer .table_tools .index + input, .table_tools form .actions li .modal-footer .index + input, form .actions li .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector form .actions li .modal-footer .dropdown_menu_button + input, .modal-footer form .actions li input + input, form .actions li .modal-footer input + input, .modal-footer form .actions li a + input, form .actions li .modal-footer a + input, .modal-footer form .actions li .btn + a, .modal-footer form .actions .scopes li.scope > a + a, .scopes .modal-footer form .actions li.scope > a + a, .modal-footer form .actions li .table_tools .index + a, .table_tools .modal-footer form .actions li .index + a, .modal-footer form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer form .actions li .dropdown_menu_button + a, form .actions li .modal-footer .btn + a, form .actions li .modal-footer .scopes li.scope > a + a, .scopes form .actions li .modal-footer li.scope > a + a, form .actions li .modal-footer .table_tools .index + a, .table_tools form .actions li .modal-footer .index + a, form .actions li .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector form .actions li .modal-footer .dropdown_menu_button + a, .modal-footer form .actions li input + a, form .actions li .modal-footer input + a, .modal-footer form .actions li a + a, form .actions li .modal-footer a + a, .modal-footer .member_link + .btn, .modal-footer .scopes li.scope > .member_link + a, .scopes .modal-footer li.scope > .member_link + a, .modal-footer .table_tools .member_link + .index, .table_tools .modal-footer .member_link + .index, .modal-footer .table_tools .batch_actions_selector .member_link + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .member_link + .dropdown_menu_button, .modal-footer form .actions li .member_link + input, form .actions li .modal-footer .member_link + input, .modal-footer form .actions li .member_link + a, form .actions li .modal-footer .member_link + a, .modal-footer .ui-sortable-handle + .btn, .modal-footer .scopes li.scope > .ui-sortable-handle + a, .scopes .modal-footer li.scope > .ui-sortable-handle + a, .modal-footer .table_tools .ui-sortable-handle + .index, .table_tools .modal-footer .ui-sortable-handle + .index, .modal-footer .table_tools .batch_actions_selector .ui-sortable-handle + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .ui-sortable-handle + .dropdown_menu_button, .modal-footer form .actions li .ui-sortable-handle + input, form .actions li .modal-footer .ui-sortable-handle + input, .modal-footer form .actions li .ui-sortable-handle + a, form .actions li .modal-footer .ui-sortable-handle + a, .modal-footer .btn + .member_link, .modal-footer .scopes li.scope > a + .member_link, .scopes .modal-footer li.scope > a + .member_link, .modal-footer .table_tools .index + .member_link, .table_tools .modal-footer .index + .member_link, .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + .member_link, .table_tools .batch_actions_selector .modal-footer .dropdown_menu_button + .member_link, .modal-footer form .actions li input + .member_link, form .actions li .modal-footer input + .member_link, .modal-footer form .actions li a + .member_link, form .actions li .modal-footer a + .member_link, .modal-footer .member_link + .member_link, .modal-footer .ui-sortable-handle + .member_link, .modal-footer .btn + .ui-sortable-handle, .modal-footer .scopes li.scope > a + .ui-sortable-handle, .scopes .modal-footer li.scope > a + .ui-sortable-handle, .modal-footer .table_tools .index + .ui-sortable-handle, .table_tools .modal-footer .index + .ui-sortable-handle, .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + .ui-sortable-handle, .table_tools .batch_actions_selector .modal-footer .dropdown_menu_button + .ui-sortable-handle, .modal-footer form .actions li input + .ui-sortable-handle, form .actions li .modal-footer input + .ui-sortable-handle, .modal-footer form .actions li a + .ui-sortable-handle, form .actions li .modal-footer a + .ui-sortable-handle, .modal-footer .member_link + .ui-sortable-handle, .modal-footer .ui-sortable-handle + .ui-sortable-handle, .modal-footer ul.scopes li.scope a + .btn, .modal-footer ul.scopes li.scope > a + a, .modal-footer ul.scopes li.scope .table_tools a + .index, .table_tools .modal-footer ul.scopes li.scope a + .index, .modal-footer ul.scopes li.scope .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer ul.scopes li.scope a + .dropdown_menu_button, .modal-footer ul.scopes form .actions li.scope a + input, form .actions .modal-footer ul.scopes li.scope a + input, .modal-footer ul.scopes form .actions li.scope a + a, form .actions .modal-footer ul.scopes li.scope a + a, .modal-footer ul.scopes li.scope a + .member_link, .modal-footer ul.scopes li.scope a + .ui-sortable-handle, ul.scopes li.scope .modal-footer a + .btn, ul.scopes li.scope .modal-footer li.scope > a + a, ul.scopes li.scope .modal-footer .table_tools a + .index, .table_tools ul.scopes li.scope .modal-footer a + .index, ul.scopes li.scope .modal-footer .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .modal-footer a + .dropdown_menu_button, ul.scopes form .actions li.scope .modal-footer a + input, form .actions ul.scopes li.scope .modal-footer a + input, ul.scopes form .actions li.scope .modal-footer a + a, form .actions ul.scopes li.scope .modal-footer a + a, ul.scopes li.scope .modal-footer a + .member_link, ul.scopes li.scope .modal-footer a + .ui-sortable-handle, .modal-footer ul.scopes li.scope .btn + a, .modal-footer ul.scopes li.scope > a + a, .modal-footer ul.scopes li.scope .table_tools .index + a, .table_tools .modal-footer ul.scopes li.scope .index + a, .modal-footer ul.scopes li.scope .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer ul.scopes li.scope .dropdown_menu_button + a, .modal-footer ul.scopes form .actions li.scope input + a, form .actions .modal-footer ul.scopes li.scope input + a, .modal-footer ul.scopes form .actions li.scope a + a, form .actions .modal-footer ul.scopes li.scope a + a, .modal-footer ul.scopes li.scope .member_link + a, .modal-footer ul.scopes li.scope .ui-sortable-handle + a, ul.scopes li.scope .modal-footer .btn + a, ul.scopes li.scope .modal-footer li.scope > a + a, ul.scopes li.scope .modal-footer .table_tools .index + a, .table_tools ul.scopes li.scope .modal-footer .index + a, ul.scopes li.scope .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector ul.scopes li.scope .modal-footer .dropdown_menu_button + a, ul.scopes form .actions li.scope .modal-footer input + a, form .actions ul.scopes li.scope .modal-footer input + a, ul.scopes form .actions li.scope .modal-footer a + a, form .actions ul.scopes li.scope .modal-footer a + a, ul.scopes li.scope .modal-footer .member_link + a, ul.scopes li.scope .modal-footer .ui-sortable-handle + a, .modal-footer ul.scopes li.scope a + a, ul.scopes li.scope .modal-footer a + a, .modal-footer .filter_form .buttons input + .btn, .modal-footer .filter_form .buttons .scopes li.scope > input + a, .scopes .modal-footer .filter_form .buttons li.scope > input + a, .modal-footer .filter_form .buttons .table_tools input + .index, .table_tools .modal-footer .filter_form .buttons input + .index, .modal-footer .filter_form .buttons .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .filter_form .buttons input + .dropdown_menu_button, .modal-footer .filter_form .buttons form .actions li input + input, form .actions li .modal-footer .filter_form .buttons input + input, .modal-footer .filter_form .buttons form .actions li input + a, form .actions li .modal-footer .filter_form .buttons input + a, .modal-footer .filter_form .buttons input + .member_link, .modal-footer .filter_form .buttons input + .ui-sortable-handle, .modal-footer .filter_form .buttons ul.scopes li.scope input + a, .filter_form .buttons .modal-footer input + .btn, .filter_form .buttons .modal-footer .scopes li.scope > input + a, .scopes .filter_form .buttons .modal-footer li.scope > input + a, .filter_form .buttons .modal-footer .table_tools input + .index, .table_tools .filter_form .buttons .modal-footer input + .index, .filter_form .buttons .modal-footer .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer input + .dropdown_menu_button, .filter_form .buttons .modal-footer form .actions li input + input, form .actions li .filter_form .buttons .modal-footer input + input, .filter_form .buttons .modal-footer form .actions li input + a, form .actions li .filter_form .buttons .modal-footer input + a, .filter_form .buttons .modal-footer input + .member_link, .filter_form .buttons .modal-footer input + .ui-sortable-handle, .filter_form .buttons .modal-footer ul.scopes li.scope input + a, .modal-footer .filter_form .buttons a + .btn, .modal-footer .filter_form .buttons .scopes li.scope > a + a, .scopes .modal-footer .filter_form .buttons li.scope > a + a, .modal-footer .filter_form .buttons .table_tools a + .index, .table_tools .modal-footer .filter_form .buttons a + .index, .modal-footer .filter_form .buttons .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .filter_form .buttons a + .dropdown_menu_button, .modal-footer .filter_form .buttons form .actions li a + input, form .actions li .modal-footer .filter_form .buttons a + input, .modal-footer .filter_form .buttons form .actions li a + a, form .actions li .modal-footer .filter_form .buttons a + a, .modal-footer .filter_form .buttons a + .member_link, .modal-footer .filter_form .buttons a + .ui-sortable-handle, .filter_form .buttons .modal-footer a + .btn, .filter_form .buttons .modal-footer .scopes li.scope > a + a, .scopes .filter_form .buttons .modal-footer li.scope > a + a, .filter_form .buttons .modal-footer .table_tools a + .index, .table_tools .filter_form .buttons .modal-footer a + .index, .filter_form .buttons .modal-footer .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer a + .dropdown_menu_button, .filter_form .buttons .modal-footer form .actions li a + input, form .actions li .filter_form .buttons .modal-footer a + input, .filter_form .buttons .modal-footer form .actions li a + a, form .actions li .filter_form .buttons .modal-footer a + a, .filter_form .buttons .modal-footer a + .member_link, .filter_form .buttons .modal-footer a + .ui-sortable-handle, .modal-footer .filter_form .buttons .btn + input, .modal-footer .filter_form .buttons .scopes li.scope > a + input, .scopes .modal-footer .filter_form .buttons li.scope > a + input, .modal-footer .filter_form .buttons .table_tools .index + input, .table_tools .modal-footer .filter_form .buttons .index + input, .modal-footer .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .modal-footer .filter_form .buttons .dropdown_menu_button + input, .modal-footer .filter_form .buttons form .actions li input + input, form .actions li .modal-footer .filter_form .buttons input + input, .modal-footer .filter_form .buttons form .actions li a + input, form .actions li .modal-footer .filter_form .buttons a + input, .modal-footer .filter_form .buttons .member_link + input, .modal-footer .filter_form .buttons .ui-sortable-handle + input, .modal-footer .filter_form .buttons ul.scopes li.scope a + input, .filter_form .buttons .modal-footer .btn + input, .filter_form .buttons .modal-footer .scopes li.scope > a + input, .scopes .filter_form .buttons .modal-footer li.scope > a + input, .filter_form .buttons .modal-footer .table_tools .index + input, .table_tools .filter_form .buttons .modal-footer .index + input, .filter_form .buttons .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .dropdown_menu_button + input, .filter_form .buttons .modal-footer form .actions li input + input, form .actions li .filter_form .buttons .modal-footer input + input, .filter_form .buttons .modal-footer form .actions li a + input, form .actions li .filter_form .buttons .modal-footer a + input, .filter_form .buttons .modal-footer .member_link + input, .filter_form .buttons .modal-footer .ui-sortable-handle + input, .filter_form .buttons .modal-footer ul.scopes li.scope a + input, .modal-footer .filter_form .buttons input + input, .filter_form .buttons .modal-footer input + input, .modal-footer .filter_form .buttons a + input, .filter_form .buttons .modal-footer a + input, .modal-footer .filter_form .buttons .btn + a, .modal-footer .filter_form .buttons .scopes li.scope > a + a, .scopes .modal-footer .filter_form .buttons li.scope > a + a, .modal-footer .filter_form .buttons .table_tools .index + a, .table_tools .modal-footer .filter_form .buttons .index + a, .modal-footer .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .filter_form .buttons .dropdown_menu_button + a, .modal-footer .filter_form .buttons form .actions li input + a, form .actions li .modal-footer .filter_form .buttons input + a, .modal-footer .filter_form .buttons form .actions li a + a, form .actions li .modal-footer .filter_form .buttons a + a, .modal-footer .filter_form .buttons .member_link + a, .modal-footer .filter_form .buttons .ui-sortable-handle + a, .filter_form .buttons .modal-footer .btn + a, .filter_form .buttons .modal-footer .scopes li.scope > a + a, .scopes .filter_form .buttons .modal-footer li.scope > a + a, .filter_form .buttons .modal-footer .table_tools .index + a, .table_tools .filter_form .buttons .modal-footer .index + a, .filter_form .buttons .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .dropdown_menu_button + a, .filter_form .buttons .modal-footer form .actions li input + a, form .actions li .filter_form .buttons .modal-footer input + a, .filter_form .buttons .modal-footer form .actions li a + a, form .actions li .filter_form .buttons .modal-footer a + a, .filter_form .buttons .modal-footer .member_link + a, .filter_form .buttons .modal-footer .ui-sortable-handle + a, .modal-footer .filter_form .buttons input + a, .filter_form .buttons .modal-footer input + a, .modal-footer .filter_form .buttons a + a, .filter_form .buttons .modal-footer a + a, .modal-footer #title_bar .action_item a + .btn, .modal-footer #title_bar .action_item .scopes li.scope > a + a, .scopes .modal-footer #title_bar .action_item li.scope > a + a, .modal-footer #title_bar .action_item .table_tools a + .index, .table_tools .modal-footer #title_bar .action_item a + .index, .modal-footer #title_bar .action_item .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer #title_bar .action_item a + .dropdown_menu_button, .modal-footer #title_bar .action_item form .actions li a + input, form .actions li .modal-footer #title_bar .action_item a + input, .modal-footer #title_bar .action_item form .actions li a + a, form .actions li .modal-footer #title_bar .action_item a + a, .modal-footer #title_bar .action_item a + .member_link, .modal-footer #title_bar .action_item a + .ui-sortable-handle, .modal-footer #title_bar .action_item ul.scopes li.scope a + a, .modal-footer #title_bar .action_item .filter_form .buttons a + input, .filter_form .buttons .modal-footer #title_bar .action_item a + input, .modal-footer #title_bar .action_item .filter_form .buttons a + a, #title_bar .action_item .modal-footer a + .btn, #title_bar .action_item .modal-footer .scopes li.scope > a + a, .scopes #title_bar .action_item .modal-footer li.scope > a + a, #title_bar .action_item .modal-footer .table_tools a + .index, .table_tools #title_bar .action_item .modal-footer a + .index, #title_bar .action_item .modal-footer .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .modal-footer a + .dropdown_menu_button, #title_bar .action_item .modal-footer form .actions li a + input, form .actions li #title_bar .action_item .modal-footer a + input, #title_bar .action_item .modal-footer form .actions li a + a, form .actions li #title_bar .action_item .modal-footer a + a, #title_bar .action_item .modal-footer a + .member_link, #title_bar .action_item .modal-footer a + .ui-sortable-handle, #title_bar .action_item .modal-footer ul.scopes li.scope a + a, #title_bar .action_item .modal-footer .filter_form .buttons a + input, .filter_form .buttons #title_bar .action_item .modal-footer a + input, #title_bar .action_item .modal-footer .filter_form .buttons a + a, .modal-footer #title_bar .action_item .btn + a, .modal-footer #title_bar .action_item .scopes li.scope > a + a, .scopes .modal-footer #title_bar .action_item li.scope > a + a, .modal-footer #title_bar .action_item .table_tools .index + a, .table_tools .modal-footer #title_bar .action_item .index + a, .modal-footer #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer #title_bar .action_item .dropdown_menu_button + a, .modal-footer #title_bar .action_item form .actions li input + a, form .actions li .modal-footer #title_bar .action_item input + a, .modal-footer #title_bar .action_item form .actions li a + a, form .actions li .modal-footer #title_bar .action_item a + a, .modal-footer #title_bar .action_item .member_link + a, .modal-footer #title_bar .action_item .ui-sortable-handle + a, .modal-footer #title_bar .action_item .filter_form .buttons input + a, .filter_form .buttons .modal-footer #title_bar .action_item input + a, #title_bar .action_item .modal-footer .btn + a, #title_bar .action_item .modal-footer .scopes li.scope > a + a, .scopes #title_bar .action_item .modal-footer li.scope > a + a, #title_bar .action_item .modal-footer .table_tools .index + a, .table_tools #title_bar .action_item .modal-footer .index + a, #title_bar .action_item .modal-footer .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector #title_bar .action_item .modal-footer .dropdown_menu_button + a, #title_bar .action_item .modal-footer form .actions li input + a, form .actions li #title_bar .action_item .modal-footer input + a, #title_bar .action_item .modal-footer form .actions li a + a, form .actions li #title_bar .action_item .modal-footer a + a, #title_bar .action_item .modal-footer .member_link + a, #title_bar .action_item .modal-footer .ui-sortable-handle + a, #title_bar .action_item .modal-footer .filter_form .buttons input + a, .filter_form .buttons #title_bar .action_item .modal-footer input + a, .modal-footer #title_bar .action_item a + a, #title_bar .action_item .modal-footer a + a {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .scopes li.scope > a + .btn, .scopes .modal-footer .btn-group li.scope > a + .btn, .modal-footer .btn-group .scopes li.scope > .btn + a, .scopes .modal-footer .btn-group li.scope > .btn + a, .modal-footer .btn-group .scopes li.scope > a + a, .scopes .modal-footer .btn-group li.scope > a + a, .modal-footer .btn-group .table_tools .index + .btn, .modal-footer .btn-group .table_tools .scopes li.scope > .index + a, .scopes .modal-footer .btn-group .table_tools li.scope > .index + a, .table_tools .modal-footer .btn-group .index + .btn, .table_tools .modal-footer .btn-group .scopes li.scope > .index + a, .scopes .table_tools .modal-footer .btn-group li.scope > .index + a, .modal-footer .btn-group .table_tools .btn + .index, .modal-footer .btn-group .table_tools .scopes li.scope > a + .index, .scopes .modal-footer .btn-group .table_tools li.scope > a + .index, .table_tools .modal-footer .btn-group .btn + .index, .table_tools .modal-footer .btn-group .scopes li.scope > a + .index, .scopes .table_tools .modal-footer .btn-group li.scope > a + .index, .modal-footer .btn-group .table_tools .index + .index, .table_tools .modal-footer .btn-group .index + .index, .modal-footer .table_tools .table_tools_segmented_control .btn + .btn, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + .btn, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > a + .btn, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > .btn + a, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > .btn + a, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control .index + .btn, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > .index + a, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > .index + a, .modal-footer .table_tools .table_tools_segmented_control .btn + .index, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + .index, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > a + .index, .modal-footer .table_tools .table_tools_segmented_control .index + .index, .table_tools .modal-footer .table_tools_segmented_control .btn + .btn, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > a + .btn, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > a + .btn, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > .btn + a, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > .btn + a, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control .index + .btn, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > .index + a, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > .index + a, .table_tools .modal-footer .table_tools_segmented_control .btn + .index, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > a + .index, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > a + .index, .table_tools .modal-footer .table_tools_segmented_control .index + .index, .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .btn, .modal-footer .btn-group .table_tools .batch_actions_selector .scopes li.scope > .dropdown_menu_button + a, .scopes .modal-footer .btn-group .table_tools .batch_actions_selector li.scope > .dropdown_menu_button + a, .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .index, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .btn, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .scopes li.scope > .dropdown_menu_button + a, .scopes .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector li.scope > .dropdown_menu_button + a, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .index, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .btn, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .scopes li.scope > .dropdown_menu_button + a, .scopes .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector li.scope > .dropdown_menu_button + a, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .index, .table_tools .batch_actions_selector .modal-footer .btn-group .dropdown_menu_button + .btn, .table_tools .batch_actions_selector .modal-footer .btn-group .scopes li.scope > .dropdown_menu_button + a, .scopes .table_tools .batch_actions_selector .modal-footer .btn-group li.scope > .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .btn-group .dropdown_menu_button + .index, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .dropdown_menu_button + .btn, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .scopes li.scope > .dropdown_menu_button + a, .scopes .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control li.scope > .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .dropdown_menu_button + .index, .modal-footer .btn-group .table_tools .batch_actions_selector .btn + .dropdown_menu_button, .modal-footer .btn-group .table_tools .batch_actions_selector .scopes li.scope > a + .dropdown_menu_button, .scopes .modal-footer .btn-group .table_tools .batch_actions_selector li.scope > a + .dropdown_menu_button, .modal-footer .btn-group .table_tools .batch_actions_selector .index + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .btn + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .scopes li.scope > a + .dropdown_menu_button, .scopes .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector li.scope > a + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .index + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .btn + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .scopes li.scope > a + .dropdown_menu_button, .scopes .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector li.scope > a + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .index + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .scopes li.scope > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector .modal-footer .btn-group li.scope > a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .index + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .btn + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .scopes li.scope > a + .dropdown_menu_button, .scopes .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control li.scope > a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .index + .dropdown_menu_button, .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .dropdown_menu_button + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .dropdown_menu_button + .dropdown_menu_button, .modal-footer .btn-group form .actions li input + .btn, .modal-footer .btn-group form .actions .scopes li.scope > input + a, .scopes .modal-footer .btn-group form .actions li.scope > input + a, .modal-footer .btn-group form .actions li .table_tools input + .index, .table_tools .modal-footer .btn-group form .actions li input + .index, .modal-footer .table_tools .table_tools_segmented_control form .actions li input + .btn, .modal-footer .table_tools .table_tools_segmented_control form .actions .scopes li.scope > input + a, .scopes .modal-footer .table_tools .table_tools_segmented_control form .actions li.scope > input + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li input + .index, .table_tools .modal-footer .table_tools_segmented_control form .actions li input + .btn, .table_tools .modal-footer .table_tools_segmented_control form .actions .scopes li.scope > input + a, .scopes .table_tools .modal-footer .table_tools_segmented_control form .actions li.scope > input + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li input + .index, .modal-footer .btn-group form .actions li .table_tools .batch_actions_selector input + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group form .actions li input + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control form .actions li input + .dropdown_menu_button, form .actions li .modal-footer .btn-group input + .btn, form .actions li .modal-footer .btn-group .scopes li.scope > input + a, .scopes form .actions li .modal-footer .btn-group li.scope > input + a, form .actions li .modal-footer .btn-group .table_tools input + .index, .table_tools form .actions li .modal-footer .btn-group input + .index, form .actions li .modal-footer .table_tools .table_tools_segmented_control input + .btn, form .actions li .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > input + a, .scopes form .actions li .modal-footer .table_tools .table_tools_segmented_control li.scope > input + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control input + .index, .table_tools form .actions li .modal-footer .table_tools_segmented_control input + .btn, .table_tools form .actions li .modal-footer .table_tools_segmented_control .scopes li.scope > input + a, .scopes .table_tools form .actions li .modal-footer .table_tools_segmented_control li.scope > input + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control input + .index, form .actions li .modal-footer .btn-group .table_tools .batch_actions_selector input + .dropdown_menu_button, form .actions li .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools form .actions li .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .modal-footer .btn-group input + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .modal-footer .table_tools_segmented_control input + .dropdown_menu_button, .modal-footer .btn-group form .actions li a + .btn, .modal-footer .btn-group form .actions .scopes li.scope > a + a, .scopes .modal-footer .btn-group form .actions li.scope > a + a, .modal-footer .btn-group form .actions li .table_tools a + .index, .table_tools .modal-footer .btn-group form .actions li a + .index, .modal-footer .table_tools .table_tools_segmented_control form .actions li a + .btn, .modal-footer .table_tools .table_tools_segmented_control form .actions .scopes li.scope > a + a, .scopes .modal-footer .table_tools .table_tools_segmented_control form .actions li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li a + .index, .table_tools .modal-footer .table_tools_segmented_control form .actions li a + .btn, .table_tools .modal-footer .table_tools_segmented_control form .actions .scopes li.scope > a + a, .scopes .table_tools .modal-footer .table_tools_segmented_control form .actions li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li a + .index, .modal-footer .btn-group form .actions li .table_tools .batch_actions_selector a + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group form .actions li a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control form .actions li a + .dropdown_menu_button, form .actions li .modal-footer .btn-group a + .btn, form .actions li .modal-footer .btn-group .scopes li.scope > a + a, .scopes form .actions li .modal-footer .btn-group li.scope > a + a, form .actions li .modal-footer .btn-group .table_tools a + .index, .table_tools form .actions li .modal-footer .btn-group a + .index, form .actions li .modal-footer .table_tools .table_tools_segmented_control a + .btn, form .actions li .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes form .actions li .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control a + .index, .table_tools form .actions li .modal-footer .table_tools_segmented_control a + .btn, .table_tools form .actions li .modal-footer .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools form .actions li .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control a + .index, form .actions li .modal-footer .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, form .actions li .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools form .actions li .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .modal-footer .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector form .actions li .modal-footer .table_tools_segmented_control a + .dropdown_menu_button, .modal-footer .btn-group form .actions li .btn + input, .modal-footer .btn-group form .actions .scopes li.scope > a + input, .scopes .modal-footer .btn-group form .actions li.scope > a + input, .modal-footer .btn-group form .actions li .table_tools .index + input, .table_tools .modal-footer .btn-group form .actions li .index + input, .modal-footer .table_tools .table_tools_segmented_control form .actions li .btn + input, .modal-footer .table_tools .table_tools_segmented_control form .actions .scopes li.scope > a + input, .scopes .modal-footer .table_tools .table_tools_segmented_control form .actions li.scope > a + input, .modal-footer .table_tools .table_tools_segmented_control form .actions li .index + input, .table_tools .modal-footer .table_tools_segmented_control form .actions li .btn + input, .table_tools .modal-footer .table_tools_segmented_control form .actions .scopes li.scope > a + input, .scopes .table_tools .modal-footer .table_tools_segmented_control form .actions li.scope > a + input, .table_tools .modal-footer .table_tools_segmented_control form .actions li .index + input, .modal-footer .btn-group form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + input, .modal-footer .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .modal-footer .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .modal-footer .btn-group form .actions li .dropdown_menu_button + input, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control form .actions li .dropdown_menu_button + input, form .actions li .modal-footer .btn-group .btn + input, form .actions li .modal-footer .btn-group .scopes li.scope > a + input, .scopes form .actions li .modal-footer .btn-group li.scope > a + input, form .actions li .modal-footer .btn-group .table_tools .index + input, .table_tools form .actions li .modal-footer .btn-group .index + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .btn + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + input, .scopes form .actions li .modal-footer .table_tools .table_tools_segmented_control li.scope > a + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .index + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .btn + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .scopes li.scope > a + input, .scopes .table_tools form .actions li .modal-footer .table_tools_segmented_control li.scope > a + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .index + input, form .actions li .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector form .actions li .modal-footer .btn-group .dropdown_menu_button + input, .table_tools .batch_actions_selector form .actions li .modal-footer .table_tools_segmented_control .dropdown_menu_button + input, .modal-footer .btn-group form .actions li input + input, .modal-footer .table_tools .table_tools_segmented_control form .actions li input + input, .table_tools .modal-footer .table_tools_segmented_control form .actions li input + input, form .actions li .modal-footer .btn-group input + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control input + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control input + input, .modal-footer .btn-group form .actions li a + input, .modal-footer .table_tools .table_tools_segmented_control form .actions li a + input, .table_tools .modal-footer .table_tools_segmented_control form .actions li a + input, form .actions li .modal-footer .btn-group a + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control a + input, .modal-footer .btn-group form .actions li .btn + a, .modal-footer .btn-group form .actions .scopes li.scope > a + a, .scopes .modal-footer .btn-group form .actions li.scope > a + a, .modal-footer .btn-group form .actions li .table_tools .index + a, .table_tools .modal-footer .btn-group form .actions li .index + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li .btn + a, .modal-footer .table_tools .table_tools_segmented_control form .actions .scopes li.scope > a + a, .scopes .modal-footer .table_tools .table_tools_segmented_control form .actions li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li .index + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li .btn + a, .table_tools .modal-footer .table_tools_segmented_control form .actions .scopes li.scope > a + a, .scopes .table_tools .modal-footer .table_tools_segmented_control form .actions li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li .index + a, .modal-footer .btn-group form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .btn-group form .actions li .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control form .actions li .dropdown_menu_button + a, form .actions li .modal-footer .btn-group .btn + a, form .actions li .modal-footer .btn-group .scopes li.scope > a + a, .scopes form .actions li .modal-footer .btn-group li.scope > a + a, form .actions li .modal-footer .btn-group .table_tools .index + a, .table_tools form .actions li .modal-footer .btn-group .index + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .btn + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes form .actions li .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .index + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .btn + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools form .actions li .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .index + a, form .actions li .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector form .actions li .modal-footer .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector form .actions li .modal-footer .table_tools_segmented_control .dropdown_menu_button + a, .modal-footer .btn-group form .actions li input + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li input + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li input + a, form .actions li .modal-footer .btn-group input + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control input + a, .modal-footer .btn-group form .actions li a + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li a + a, form .actions li .modal-footer .btn-group a + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control a + a, .modal-footer .btn-group .member_link + .btn, .modal-footer .btn-group .scopes li.scope > .member_link + a, .scopes .modal-footer .btn-group li.scope > .member_link + a, .modal-footer .btn-group .table_tools .member_link + .index, .table_tools .modal-footer .btn-group .member_link + .index, .modal-footer .table_tools .table_tools_segmented_control .member_link + .btn, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > .member_link + a, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > .member_link + a, .modal-footer .table_tools .table_tools_segmented_control .member_link + .index, .table_tools .modal-footer .table_tools_segmented_control .member_link + .btn, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > .member_link + a, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > .member_link + a, .table_tools .modal-footer .table_tools_segmented_control .member_link + .index, .modal-footer .btn-group .table_tools .batch_actions_selector .member_link + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .member_link + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .member_link + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .member_link + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .member_link + .dropdown_menu_button, .modal-footer .btn-group form .actions li .member_link + input, .modal-footer .table_tools .table_tools_segmented_control form .actions li .member_link + input, .table_tools .modal-footer .table_tools_segmented_control form .actions li .member_link + input, form .actions li .modal-footer .btn-group .member_link + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .member_link + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .member_link + input, .modal-footer .btn-group form .actions li .member_link + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li .member_link + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li .member_link + a, form .actions li .modal-footer .btn-group .member_link + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .member_link + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .member_link + a, .modal-footer .btn-group .ui-sortable-handle + .btn, .modal-footer .btn-group .scopes li.scope > .ui-sortable-handle + a, .scopes .modal-footer .btn-group li.scope > .ui-sortable-handle + a, .modal-footer .btn-group .table_tools .ui-sortable-handle + .index, .table_tools .modal-footer .btn-group .ui-sortable-handle + .index, .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + .btn, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > .ui-sortable-handle + a, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > .ui-sortable-handle + a, .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + .index, .table_tools .modal-footer .table_tools_segmented_control .ui-sortable-handle + .btn, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > .ui-sortable-handle + a, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > .ui-sortable-handle + a, .table_tools .modal-footer .table_tools_segmented_control .ui-sortable-handle + .index, .modal-footer .btn-group .table_tools .batch_actions_selector .ui-sortable-handle + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .ui-sortable-handle + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .ui-sortable-handle + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .ui-sortable-handle + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .ui-sortable-handle + .dropdown_menu_button, .modal-footer .btn-group form .actions li .ui-sortable-handle + input, .modal-footer .table_tools .table_tools_segmented_control form .actions li .ui-sortable-handle + input, .table_tools .modal-footer .table_tools_segmented_control form .actions li .ui-sortable-handle + input, form .actions li .modal-footer .btn-group .ui-sortable-handle + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .ui-sortable-handle + input, .modal-footer .btn-group form .actions li .ui-sortable-handle + a, .modal-footer .table_tools .table_tools_segmented_control form .actions li .ui-sortable-handle + a, .table_tools .modal-footer .table_tools_segmented_control form .actions li .ui-sortable-handle + a, form .actions li .modal-footer .btn-group .ui-sortable-handle + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .ui-sortable-handle + a, .modal-footer .btn-group .btn + .member_link, .modal-footer .btn-group .scopes li.scope > a + .member_link, .scopes .modal-footer .btn-group li.scope > a + .member_link, .modal-footer .btn-group .table_tools .index + .member_link, .table_tools .modal-footer .btn-group .index + .member_link, .modal-footer .table_tools .table_tools_segmented_control .btn + .member_link, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + .member_link, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > a + .member_link, .modal-footer .table_tools .table_tools_segmented_control .index + .member_link, .table_tools .modal-footer .table_tools_segmented_control .btn + .member_link, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > a + .member_link, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > a + .member_link, .table_tools .modal-footer .table_tools_segmented_control .index + .member_link, .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .member_link, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .member_link, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .member_link, .table_tools .batch_actions_selector .modal-footer .btn-group .dropdown_menu_button + .member_link, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .dropdown_menu_button + .member_link, .modal-footer .btn-group form .actions li input + .member_link, .modal-footer .table_tools .table_tools_segmented_control form .actions li input + .member_link, .table_tools .modal-footer .table_tools_segmented_control form .actions li input + .member_link, form .actions li .modal-footer .btn-group input + .member_link, form .actions li .modal-footer .table_tools .table_tools_segmented_control input + .member_link, .table_tools form .actions li .modal-footer .table_tools_segmented_control input + .member_link, .modal-footer .btn-group form .actions li a + .member_link, .modal-footer .table_tools .table_tools_segmented_control form .actions li a + .member_link, .table_tools .modal-footer .table_tools_segmented_control form .actions li a + .member_link, form .actions li .modal-footer .btn-group a + .member_link, form .actions li .modal-footer .table_tools .table_tools_segmented_control a + .member_link, .table_tools form .actions li .modal-footer .table_tools_segmented_control a + .member_link, .modal-footer .btn-group .member_link + .member_link, .modal-footer .table_tools .table_tools_segmented_control .member_link + .member_link, .table_tools .modal-footer .table_tools_segmented_control .member_link + .member_link, .modal-footer .btn-group .ui-sortable-handle + .member_link, .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + .member_link, .table_tools .modal-footer .table_tools_segmented_control .ui-sortable-handle + .member_link, .modal-footer .btn-group .btn + .ui-sortable-handle, .modal-footer .btn-group .scopes li.scope > a + .ui-sortable-handle, .scopes .modal-footer .btn-group li.scope > a + .ui-sortable-handle, .modal-footer .btn-group .table_tools .index + .ui-sortable-handle, .table_tools .modal-footer .btn-group .index + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .btn + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + .ui-sortable-handle, .scopes .modal-footer .table_tools .table_tools_segmented_control li.scope > a + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .index + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .btn + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .scopes li.scope > a + .ui-sortable-handle, .scopes .table_tools .modal-footer .table_tools_segmented_control li.scope > a + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .index + .ui-sortable-handle, .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + .ui-sortable-handle, .table_tools .batch_actions_selector .modal-footer .btn-group .dropdown_menu_button + .ui-sortable-handle, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .dropdown_menu_button + .ui-sortable-handle, .modal-footer .btn-group form .actions li input + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control form .actions li input + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control form .actions li input + .ui-sortable-handle, form .actions li .modal-footer .btn-group input + .ui-sortable-handle, form .actions li .modal-footer .table_tools .table_tools_segmented_control input + .ui-sortable-handle, .table_tools form .actions li .modal-footer .table_tools_segmented_control input + .ui-sortable-handle, .modal-footer .btn-group form .actions li a + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control form .actions li a + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control form .actions li a + .ui-sortable-handle, form .actions li .modal-footer .btn-group a + .ui-sortable-handle, form .actions li .modal-footer .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools form .actions li .modal-footer .table_tools_segmented_control a + .ui-sortable-handle, .modal-footer .btn-group .member_link + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .member_link + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .member_link + .ui-sortable-handle, .modal-footer .btn-group .ui-sortable-handle + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .ui-sortable-handle + .ui-sortable-handle, .modal-footer .btn-group ul.scopes li.scope a + .btn, .modal-footer .btn-group ul.scopes li.scope > a + a, .modal-footer .btn-group ul.scopes li.scope .table_tools a + .index, .table_tools .modal-footer .btn-group ul.scopes li.scope a + .index, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + .btn, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + .index, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope a + .btn, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope a + .index, .modal-footer .btn-group ul.scopes li.scope .table_tools .batch_actions_selector a + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group ul.scopes li.scope a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control ul.scopes li.scope a + .dropdown_menu_button, .modal-footer .btn-group ul.scopes form .actions li.scope a + input, .modal-footer .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope a + input, .table_tools .modal-footer .table_tools_segmented_control ul.scopes form .actions li.scope a + input, form .actions .modal-footer .btn-group ul.scopes li.scope a + input, form .actions .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + input, .table_tools form .actions .modal-footer .table_tools_segmented_control ul.scopes li.scope a + input, .modal-footer .btn-group ul.scopes form .actions li.scope a + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope a + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes form .actions li.scope a + a, form .actions .modal-footer .btn-group ul.scopes li.scope a + a, form .actions .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, .table_tools form .actions .modal-footer .table_tools_segmented_control ul.scopes li.scope a + a, .modal-footer .btn-group ul.scopes li.scope a + .member_link, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + .member_link, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope a + .member_link, .modal-footer .btn-group ul.scopes li.scope a + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope a + .ui-sortable-handle, ul.scopes li.scope .modal-footer .btn-group a + .btn, ul.scopes li.scope .modal-footer .btn-group li.scope > a + a, ul.scopes li.scope .modal-footer .btn-group .table_tools a + .index, .table_tools ul.scopes li.scope .modal-footer .btn-group a + .index, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + .btn, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + .index, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control a + .btn, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control a + .index, ul.scopes li.scope .modal-footer .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .modal-footer .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector ul.scopes li.scope .modal-footer .table_tools_segmented_control a + .dropdown_menu_button, ul.scopes form .actions li.scope .modal-footer .btn-group a + input, ul.scopes form .actions li.scope .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools ul.scopes form .actions li.scope .modal-footer .table_tools_segmented_control a + input, form .actions ul.scopes li.scope .modal-footer .btn-group a + input, form .actions ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools form .actions ul.scopes li.scope .modal-footer .table_tools_segmented_control a + input, ul.scopes form .actions li.scope .modal-footer .btn-group a + a, ul.scopes form .actions li.scope .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools ul.scopes form .actions li.scope .modal-footer .table_tools_segmented_control a + a, form .actions ul.scopes li.scope .modal-footer .btn-group a + a, form .actions ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools form .actions ul.scopes li.scope .modal-footer .table_tools_segmented_control a + a, ul.scopes li.scope .modal-footer .btn-group a + .member_link, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + .member_link, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control a + .member_link, ul.scopes li.scope .modal-footer .btn-group a + .ui-sortable-handle, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control a + .ui-sortable-handle, .modal-footer .btn-group ul.scopes li.scope .btn + a, .modal-footer .btn-group ul.scopes li.scope > a + a, .modal-footer .btn-group ul.scopes li.scope .table_tools .index + a, .table_tools .modal-footer .btn-group ul.scopes li.scope .index + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope .btn + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope .index + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope .btn + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope .index + a, .modal-footer .btn-group ul.scopes li.scope .table_tools .batch_actions_selector .dropdown_menu_button + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .btn-group ul.scopes li.scope .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control ul.scopes li.scope .dropdown_menu_button + a, .modal-footer .btn-group ul.scopes form .actions li.scope input + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope input + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes form .actions li.scope input + a, form .actions .modal-footer .btn-group ul.scopes li.scope input + a, form .actions .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope input + a, .table_tools form .actions .modal-footer .table_tools_segmented_control ul.scopes li.scope input + a, .modal-footer .btn-group ul.scopes form .actions li.scope a + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes form .actions li.scope a + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes form .actions li.scope a + a, form .actions .modal-footer .btn-group ul.scopes li.scope a + a, form .actions .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, .table_tools form .actions .modal-footer .table_tools_segmented_control ul.scopes li.scope a + a, .modal-footer .btn-group ul.scopes li.scope .member_link + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope .member_link + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope .member_link + a, .modal-footer .btn-group ul.scopes li.scope .ui-sortable-handle + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope .ui-sortable-handle + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope .ui-sortable-handle + a, ul.scopes li.scope .modal-footer .btn-group .btn + a, ul.scopes li.scope .modal-footer .btn-group li.scope > a + a, ul.scopes li.scope .modal-footer .btn-group .table_tools .index + a, .table_tools ul.scopes li.scope .modal-footer .btn-group .index + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control .btn + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control .index + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control .btn + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control .index + a, ul.scopes li.scope .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector ul.scopes li.scope .modal-footer .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector ul.scopes li.scope .modal-footer .table_tools_segmented_control .dropdown_menu_button + a, ul.scopes form .actions li.scope .modal-footer .btn-group input + a, ul.scopes form .actions li.scope .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools ul.scopes form .actions li.scope .modal-footer .table_tools_segmented_control input + a, form .actions ul.scopes li.scope .modal-footer .btn-group input + a, form .actions ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools form .actions ul.scopes li.scope .modal-footer .table_tools_segmented_control input + a, ul.scopes form .actions li.scope .modal-footer .btn-group a + a, ul.scopes form .actions li.scope .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools ul.scopes form .actions li.scope .modal-footer .table_tools_segmented_control a + a, form .actions ul.scopes li.scope .modal-footer .btn-group a + a, form .actions ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools form .actions ul.scopes li.scope .modal-footer .table_tools_segmented_control a + a, ul.scopes li.scope .modal-footer .btn-group .member_link + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control .member_link + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control .member_link + a, ul.scopes li.scope .modal-footer .btn-group .ui-sortable-handle + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control .ui-sortable-handle + a, .modal-footer .btn-group ul.scopes li.scope a + a, .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, .table_tools .modal-footer .table_tools_segmented_control ul.scopes li.scope a + a, ul.scopes li.scope .modal-footer .btn-group a + a, ul.scopes li.scope .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools ul.scopes li.scope .modal-footer .table_tools_segmented_control a + a, .modal-footer .btn-group .filter_form .buttons input + .btn, .modal-footer .btn-group .filter_form .buttons .scopes li.scope > input + a, .scopes .modal-footer .btn-group .filter_form .buttons li.scope > input + a, .modal-footer .btn-group .filter_form .buttons .table_tools input + .index, .table_tools .modal-footer .btn-group .filter_form .buttons input + .index, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + .btn, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > input + a, .scopes .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > input + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + .index, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons input + .btn, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .scopes li.scope > input + a, .scopes .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons li.scope > input + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons input + .index, .modal-footer .btn-group .filter_form .buttons .table_tools .batch_actions_selector input + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .filter_form .buttons input + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .filter_form .buttons input + .dropdown_menu_button, .modal-footer .btn-group .filter_form .buttons form .actions li input + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li input + input, form .actions li .modal-footer .btn-group .filter_form .buttons input + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons input + input, .modal-footer .btn-group .filter_form .buttons form .actions li input + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li input + a, form .actions li .modal-footer .btn-group .filter_form .buttons input + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons input + a, .modal-footer .btn-group .filter_form .buttons input + .member_link, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + .member_link, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons input + .member_link, .modal-footer .btn-group .filter_form .buttons input + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons input + .ui-sortable-handle, .modal-footer .btn-group .filter_form .buttons ul.scopes li.scope input + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons ul.scopes li.scope input + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons ul.scopes li.scope input + a, .filter_form .buttons .modal-footer .btn-group input + .btn, .filter_form .buttons .modal-footer .btn-group .scopes li.scope > input + a, .scopes .filter_form .buttons .modal-footer .btn-group li.scope > input + a, .filter_form .buttons .modal-footer .btn-group .table_tools input + .index, .table_tools .filter_form .buttons .modal-footer .btn-group input + .index, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + .btn, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > input + a, .scopes .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control li.scope > input + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + .index, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control input + .btn, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .scopes li.scope > input + a, .scopes .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control li.scope > input + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control input + .index, .filter_form .buttons .modal-footer .btn-group .table_tools .batch_actions_selector input + .dropdown_menu_button, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .btn-group input + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .table_tools_segmented_control input + .dropdown_menu_button, .filter_form .buttons .modal-footer .btn-group form .actions li input + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li input + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li input + input, form .actions li .filter_form .buttons .modal-footer .btn-group input + input, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + input, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control input + input, .filter_form .buttons .modal-footer .btn-group form .actions li input + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li input + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li input + a, form .actions li .filter_form .buttons .modal-footer .btn-group input + a, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control input + a, .filter_form .buttons .modal-footer .btn-group input + .member_link, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + .member_link, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control input + .member_link, .filter_form .buttons .modal-footer .btn-group input + .ui-sortable-handle, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + .ui-sortable-handle, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control input + .ui-sortable-handle, .filter_form .buttons .modal-footer .btn-group ul.scopes li.scope input + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope input + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control ul.scopes li.scope input + a, .modal-footer .btn-group .filter_form .buttons a + .btn, .modal-footer .btn-group .filter_form .buttons .scopes li.scope > a + a, .scopes .modal-footer .btn-group .filter_form .buttons li.scope > a + a, .modal-footer .btn-group .filter_form .buttons .table_tools a + .index, .table_tools .modal-footer .btn-group .filter_form .buttons a + .index, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + .btn, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + a, .scopes .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + .index, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons a + .btn, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + a, .scopes .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons a + .index, .modal-footer .btn-group .filter_form .buttons .table_tools .batch_actions_selector a + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group .filter_form .buttons a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .filter_form .buttons a + .dropdown_menu_button, .modal-footer .btn-group .filter_form .buttons form .actions li a + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li a + input, form .actions li .modal-footer .btn-group .filter_form .buttons a + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons a + input, .modal-footer .btn-group .filter_form .buttons form .actions li a + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li a + a, form .actions li .modal-footer .btn-group .filter_form .buttons a + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons a + a, .modal-footer .btn-group .filter_form .buttons a + .member_link, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + .member_link, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons a + .member_link, .modal-footer .btn-group .filter_form .buttons a + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons a + .ui-sortable-handle, .filter_form .buttons .modal-footer .btn-group a + .btn, .filter_form .buttons .modal-footer .btn-group .scopes li.scope > a + a, .scopes .filter_form .buttons .modal-footer .btn-group li.scope > a + a, .filter_form .buttons .modal-footer .btn-group .table_tools a + .index, .table_tools .filter_form .buttons .modal-footer .btn-group a + .index, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + .btn, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + .index, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control a + .btn, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control a + .index, .filter_form .buttons .modal-footer .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .table_tools_segmented_control a + .dropdown_menu_button, .filter_form .buttons .modal-footer .btn-group form .actions li a + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li a + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li a + input, form .actions li .filter_form .buttons .modal-footer .btn-group a + input, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control a + input, .filter_form .buttons .modal-footer .btn-group form .actions li a + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li a + a, form .actions li .filter_form .buttons .modal-footer .btn-group a + a, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control a + a, .filter_form .buttons .modal-footer .btn-group a + .member_link, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + .member_link, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control a + .member_link, .filter_form .buttons .modal-footer .btn-group a + .ui-sortable-handle, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control a + .ui-sortable-handle, .modal-footer .btn-group .filter_form .buttons .btn + input, .modal-footer .btn-group .filter_form .buttons .scopes li.scope > a + input, .scopes .modal-footer .btn-group .filter_form .buttons li.scope > a + input, .modal-footer .btn-group .filter_form .buttons .table_tools .index + input, .table_tools .modal-footer .btn-group .filter_form .buttons .index + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .btn + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + input, .scopes .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > a + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .index + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .btn + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + input, .scopes .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons li.scope > a + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .index + input, .modal-footer .btn-group .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .modal-footer .btn-group .filter_form .buttons .dropdown_menu_button + input, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .filter_form .buttons .dropdown_menu_button + input, .modal-footer .btn-group .filter_form .buttons form .actions li input + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li input + input, form .actions li .modal-footer .btn-group .filter_form .buttons input + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons input + input, .modal-footer .btn-group .filter_form .buttons form .actions li a + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li a + input, form .actions li .modal-footer .btn-group .filter_form .buttons a + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons a + input, .modal-footer .btn-group .filter_form .buttons .member_link + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .member_link + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .member_link + input, .modal-footer .btn-group .filter_form .buttons .ui-sortable-handle + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .ui-sortable-handle + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .ui-sortable-handle + input, .modal-footer .btn-group .filter_form .buttons ul.scopes li.scope a + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons ul.scopes li.scope a + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons ul.scopes li.scope a + input, .filter_form .buttons .modal-footer .btn-group .btn + input, .filter_form .buttons .modal-footer .btn-group .scopes li.scope > a + input, .scopes .filter_form .buttons .modal-footer .btn-group li.scope > a + input, .filter_form .buttons .modal-footer .btn-group .table_tools .index + input, .table_tools .filter_form .buttons .modal-footer .btn-group .index + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .btn + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + input, .scopes .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control li.scope > a + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .index + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .btn + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .scopes li.scope > a + input, .scopes .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control li.scope > a + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .index + input, .filter_form .buttons .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + input, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .btn-group .dropdown_menu_button + input, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .table_tools_segmented_control .dropdown_menu_button + input, .filter_form .buttons .modal-footer .btn-group form .actions li input + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li input + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li input + input, form .actions li .filter_form .buttons .modal-footer .btn-group input + input, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + input, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control input + input, .filter_form .buttons .modal-footer .btn-group form .actions li a + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li a + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li a + input, form .actions li .filter_form .buttons .modal-footer .btn-group a + input, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control a + input, .filter_form .buttons .modal-footer .btn-group .member_link + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .member_link + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .member_link + input, .filter_form .buttons .modal-footer .btn-group .ui-sortable-handle + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .ui-sortable-handle + input, .filter_form .buttons .modal-footer .btn-group ul.scopes li.scope a + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control ul.scopes li.scope a + input, .modal-footer .btn-group .filter_form .buttons input + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons input + input, .filter_form .buttons .modal-footer .btn-group input + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control input + input, .modal-footer .btn-group .filter_form .buttons a + input, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons a + input, .filter_form .buttons .modal-footer .btn-group a + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control a + input, .modal-footer .btn-group .filter_form .buttons .btn + a, .modal-footer .btn-group .filter_form .buttons .scopes li.scope > a + a, .scopes .modal-footer .btn-group .filter_form .buttons li.scope > a + a, .modal-footer .btn-group .filter_form .buttons .table_tools .index + a, .table_tools .modal-footer .btn-group .filter_form .buttons .index + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .btn + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + a, .scopes .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .index + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .btn + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .scopes li.scope > a + a, .scopes .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .index + a, .modal-footer .btn-group .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .btn-group .filter_form .buttons .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control .filter_form .buttons .dropdown_menu_button + a, .modal-footer .btn-group .filter_form .buttons form .actions li input + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li input + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li input + a, form .actions li .modal-footer .btn-group .filter_form .buttons input + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons input + a, .modal-footer .btn-group .filter_form .buttons form .actions li a + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons form .actions li a + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons form .actions li a + a, form .actions li .modal-footer .btn-group .filter_form .buttons a + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control .filter_form .buttons a + a, .modal-footer .btn-group .filter_form .buttons .member_link + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .member_link + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .member_link + a, .modal-footer .btn-group .filter_form .buttons .ui-sortable-handle + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons .ui-sortable-handle + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons .ui-sortable-handle + a, .filter_form .buttons .modal-footer .btn-group .btn + a, .filter_form .buttons .modal-footer .btn-group .scopes li.scope > a + a, .scopes .filter_form .buttons .modal-footer .btn-group li.scope > a + a, .filter_form .buttons .modal-footer .btn-group .table_tools .index + a, .table_tools .filter_form .buttons .modal-footer .btn-group .index + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .btn + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .index + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .btn + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .index + a, .filter_form .buttons .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector .filter_form .buttons .modal-footer .table_tools_segmented_control .dropdown_menu_button + a, .filter_form .buttons .modal-footer .btn-group form .actions li input + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li input + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li input + a, form .actions li .filter_form .buttons .modal-footer .btn-group input + a, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control input + a, .filter_form .buttons .modal-footer .btn-group form .actions li a + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control form .actions li a + a, form .actions li .filter_form .buttons .modal-footer .btn-group a + a, form .actions li .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li .filter_form .buttons .modal-footer .table_tools_segmented_control a + a, .filter_form .buttons .modal-footer .btn-group .member_link + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .member_link + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .member_link + a, .filter_form .buttons .modal-footer .btn-group .ui-sortable-handle + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control .ui-sortable-handle + a, .modal-footer .btn-group .filter_form .buttons input + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons input + a, .filter_form .buttons .modal-footer .btn-group input + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control input + a, .modal-footer .btn-group .filter_form .buttons a + a, .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .table_tools .modal-footer .table_tools_segmented_control .filter_form .buttons a + a, .filter_form .buttons .modal-footer .btn-group a + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control a + a, .modal-footer .btn-group #title_bar .action_item a + .btn, .modal-footer .btn-group #title_bar .action_item .scopes li.scope > a + a, .scopes .modal-footer .btn-group #title_bar .action_item li.scope > a + a, .modal-footer .btn-group #title_bar .action_item .table_tools a + .index, .table_tools .modal-footer .btn-group #title_bar .action_item a + .index, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + .btn, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .scopes li.scope > a + a, .scopes .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + .index, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item a + .btn, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .scopes li.scope > a + a, .scopes .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item a + .index, .modal-footer .btn-group #title_bar .action_item .table_tools .batch_actions_selector a + .dropdown_menu_button, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .btn-group #title_bar .action_item a + .dropdown_menu_button, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control #title_bar .action_item a + .dropdown_menu_button, .modal-footer .btn-group #title_bar .action_item form .actions li a + input, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li a + input, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item form .actions li a + input, form .actions li .modal-footer .btn-group #title_bar .action_item a + input, form .actions li .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + input, .table_tools form .actions li .modal-footer .table_tools_segmented_control #title_bar .action_item a + input, .modal-footer .btn-group #title_bar .action_item form .actions li a + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li a + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item form .actions li a + a, form .actions li .modal-footer .btn-group #title_bar .action_item a + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control #title_bar .action_item a + a, .modal-footer .btn-group #title_bar .action_item a + .member_link, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + .member_link, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item a + .member_link, .modal-footer .btn-group #title_bar .action_item a + .ui-sortable-handle, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + .ui-sortable-handle, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item a + .ui-sortable-handle, .modal-footer .btn-group #title_bar .action_item ul.scopes li.scope a + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item ul.scopes li.scope a + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item ul.scopes li.scope a + a, .modal-footer .btn-group #title_bar .action_item .filter_form .buttons a + input, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .filter_form .buttons a + input, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .filter_form .buttons a + input, .filter_form .buttons .modal-footer .btn-group #title_bar .action_item a + input, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + input, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control #title_bar .action_item a + input, .modal-footer .btn-group #title_bar .action_item .filter_form .buttons a + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .filter_form .buttons a + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .filter_form .buttons a + a, #title_bar .action_item .modal-footer .btn-group a + .btn, #title_bar .action_item .modal-footer .btn-group .scopes li.scope > a + a, .scopes #title_bar .action_item .modal-footer .btn-group li.scope > a + a, #title_bar .action_item .modal-footer .btn-group .table_tools a + .index, .table_tools #title_bar .action_item .modal-footer .btn-group a + .index, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + .btn, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + .index, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control a + .btn, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control a + .index, #title_bar .action_item .modal-footer .btn-group .table_tools .batch_actions_selector a + .dropdown_menu_button, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .modal-footer .btn-group a + .dropdown_menu_button, .table_tools .batch_actions_selector #title_bar .action_item .modal-footer .table_tools_segmented_control a + .dropdown_menu_button, #title_bar .action_item .modal-footer .btn-group form .actions li a + input, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control form .actions li a + input, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control form .actions li a + input, form .actions li #title_bar .action_item .modal-footer .btn-group a + input, form .actions li #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools form .actions li #title_bar .action_item .modal-footer .table_tools_segmented_control a + input, #title_bar .action_item .modal-footer .btn-group form .actions li a + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control form .actions li a + a, form .actions li #title_bar .action_item .modal-footer .btn-group a + a, form .actions li #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li #title_bar .action_item .modal-footer .table_tools_segmented_control a + a, #title_bar .action_item .modal-footer .btn-group a + .member_link, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + .member_link, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control a + .member_link, #title_bar .action_item .modal-footer .btn-group a + .ui-sortable-handle, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + .ui-sortable-handle, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control a + .ui-sortable-handle, #title_bar .action_item .modal-footer .btn-group ul.scopes li.scope a + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control ul.scopes li.scope a + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control ul.scopes li.scope a + a, #title_bar .action_item .modal-footer .btn-group .filter_form .buttons a + input, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + input, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .filter_form .buttons a + input, .filter_form .buttons #title_bar .action_item .modal-footer .btn-group a + input, .filter_form .buttons #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + input, .table_tools .filter_form .buttons #title_bar .action_item .modal-footer .table_tools_segmented_control a + input, #title_bar .action_item .modal-footer .btn-group .filter_form .buttons a + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons a + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .filter_form .buttons a + a, .modal-footer .btn-group #title_bar .action_item .btn + a, .modal-footer .btn-group #title_bar .action_item .scopes li.scope > a + a, .scopes .modal-footer .btn-group #title_bar .action_item li.scope > a + a, .modal-footer .btn-group #title_bar .action_item .table_tools .index + a, .table_tools .modal-footer .btn-group #title_bar .action_item .index + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .btn + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .scopes li.scope > a + a, .scopes .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item li.scope > a + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .index + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .btn + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .scopes li.scope > a + a, .scopes .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item li.scope > a + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .index + a, .modal-footer .btn-group #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_button + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .btn-group #title_bar .action_item .dropdown_menu_button + a, .table_tools .batch_actions_selector .modal-footer .table_tools_segmented_control #title_bar .action_item .dropdown_menu_button + a, .modal-footer .btn-group #title_bar .action_item form .actions li input + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li input + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item form .actions li input + a, form .actions li .modal-footer .btn-group #title_bar .action_item input + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item input + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control #title_bar .action_item input + a, .modal-footer .btn-group #title_bar .action_item form .actions li a + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item form .actions li a + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item form .actions li a + a, form .actions li .modal-footer .btn-group #title_bar .action_item a + a, form .actions li .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + a, .table_tools form .actions li .modal-footer .table_tools_segmented_control #title_bar .action_item a + a, .modal-footer .btn-group #title_bar .action_item .member_link + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .member_link + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .member_link + a, .modal-footer .btn-group #title_bar .action_item .ui-sortable-handle + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .ui-sortable-handle + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .ui-sortable-handle + a, .modal-footer .btn-group #title_bar .action_item .filter_form .buttons input + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item .filter_form .buttons input + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item .filter_form .buttons input + a, .filter_form .buttons .modal-footer .btn-group #title_bar .action_item input + a, .filter_form .buttons .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item input + a, .table_tools .filter_form .buttons .modal-footer .table_tools_segmented_control #title_bar .action_item input + a, #title_bar .action_item .modal-footer .btn-group .btn + a, #title_bar .action_item .modal-footer .btn-group .scopes li.scope > a + a, .scopes #title_bar .action_item .modal-footer .btn-group li.scope > a + a, #title_bar .action_item .modal-footer .btn-group .table_tools .index + a, .table_tools #title_bar .action_item .modal-footer .btn-group .index + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .btn + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .scopes li.scope > a + a, .scopes #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control li.scope > a + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .index + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .btn + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .scopes li.scope > a + a, .scopes .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control li.scope > a + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .index + a, #title_bar .action_item .modal-footer .btn-group .table_tools .batch_actions_selector .dropdown_menu_button + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .table_tools .batch_actions_selector .dropdown_menu_button + a, .table_tools .batch_actions_selector #title_bar .action_item .modal-footer .btn-group .dropdown_menu_button + a, .table_tools .batch_actions_selector #title_bar .action_item .modal-footer .table_tools_segmented_control .dropdown_menu_button + a, #title_bar .action_item .modal-footer .btn-group form .actions li input + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control form .actions li input + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control form .actions li input + a, form .actions li #title_bar .action_item .modal-footer .btn-group input + a, form .actions li #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools form .actions li #title_bar .action_item .modal-footer .table_tools_segmented_control input + a, #title_bar .action_item .modal-footer .btn-group form .actions li a + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control form .actions li a + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control form .actions li a + a, form .actions li #title_bar .action_item .modal-footer .btn-group a + a, form .actions li #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools form .actions li #title_bar .action_item .modal-footer .table_tools_segmented_control a + a, #title_bar .action_item .modal-footer .btn-group .member_link + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .member_link + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .member_link + a, #title_bar .action_item .modal-footer .btn-group .ui-sortable-handle + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .ui-sortable-handle + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .ui-sortable-handle + a, #title_bar .action_item .modal-footer .btn-group .filter_form .buttons input + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control .filter_form .buttons input + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control .filter_form .buttons input + a, .filter_form .buttons #title_bar .action_item .modal-footer .btn-group input + a, .filter_form .buttons #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control input + a, .table_tools .filter_form .buttons #title_bar .action_item .modal-footer .table_tools_segmented_control input + a, .modal-footer .btn-group #title_bar .action_item a + a, .modal-footer .table_tools .table_tools_segmented_control #title_bar .action_item a + a, .table_tools .modal-footer .table_tools_segmented_control #title_bar .action_item a + a, #title_bar .action_item .modal-footer .btn-group a + a, #title_bar .action_item .modal-footer .table_tools .table_tools_segmented_control a + a, .table_tools #title_bar .action_item .modal-footer .table_tools_segmented_control a + a {
  margin-left: -1px;
}

/* line 119, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block, .modal-footer #login #admin_user_submit_action + .btn-block, #login .modal-footer #admin_user_submit_action + .btn-block, .modal-footer #login input[type="submit"] + .btn-block, #login .modal-footer input[type="submit"] + .btn-block, .modal-footer #login .btn-block + #admin_user_submit_action, #login .modal-footer .btn-block + #admin_user_submit_action, .modal-footer #login #admin_user_submit_action + #admin_user_submit_action, #login .modal-footer #admin_user_submit_action + #admin_user_submit_action, .modal-footer #login input[type="submit"] + #admin_user_submit_action, #login .modal-footer input[type="submit"] + #admin_user_submit_action, .modal-footer #login .btn-block + input[type="submit"], #login .modal-footer .btn-block + input[type="submit"], .modal-footer #login #admin_user_submit_action + input[type="submit"], #login .modal-footer #admin_user_submit_action + input[type="submit"], .modal-footer #login input[type="submit"] + input[type="submit"], #login .modal-footer input[type="submit"] + input[type="submit"] {
  margin-left: 0;
}

/* line 125, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 124, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right, .table_tools .carousel-inner > .item.right.index.selected, #header .header-item.tabs .carousel-inner > li.item.right.current {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left, .table_tools .carousel-inner > .item.left.index.selected, #header .header-item.tabs .carousel-inner > li.item.left.current {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active, .table_tools .carousel-inner > .item.index.selected, #header .header-item.tabs .carousel-inner > li.item.current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active, .table_tools .carousel-inner > .index.selected, #header .header-item.tabs .carousel-inner > li.current,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active, .table_tools .carousel-inner > .index.selected, #header .header-item.tabs .carousel-inner > li.current {
  left: 0;
}

/* line 63, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left, .table_tools .carousel-inner > .left.index.selected, #header .header-item.tabs .carousel-inner > li.left.current {
  left: -100%;
}

/* line 84, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right, .table_tools .carousel-inner > .right.index.selected, #header .header-item.tabs .carousel-inner > li.right.current {
  left: 100%;
}

/* line 93, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 119, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 128, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 138, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 184, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 207, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active, .carousel-indicators .table_tools .index.selected, .table_tools .carousel-indicators .index.selected, .carousel-indicators #header .header-item.tabs li.current, #header .header-item.tabs .carousel-indicators li.current {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 230, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn, .carousel-caption .scopes li.scope > a, .scopes .carousel-caption li.scope > a, .carousel-caption .table_tools .index, .table_tools .carousel-caption .index, .carousel-caption .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector .carousel-caption .dropdown_menu_button, .carousel-caption form .actions li input, form .actions li .carousel-caption input, .carousel-caption form .actions li a, form .actions li .carousel-caption a, .carousel-caption .member_link, .carousel-caption .ui-sortable-handle, .carousel-caption ul.scopes li.scope a, ul.scopes li.scope .carousel-caption a, .carousel-caption .filter_form .buttons input, .filter_form .buttons .carousel-caption input, .carousel-caption .filter_form .buttons a, .filter_form .buttons .carousel-caption a, .carousel-caption #title_bar .action_item a, #title_bar .action_item .carousel-caption a {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 250, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, #title_bar:before, .clearfix:after, #title_bar:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after, #title_bar:after {
  clear: both;
}

/* line 12, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right, #title_bar #titlebar_right {
  float: right !important;
}

/* line 18, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left, #title_bar #titlebar_left {
  float: left !important;
}

/* line 27, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* set horizontal padding on all content containers */
/* line 4, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#title_bar, .flashes, .logged_out #content_wrapper, #footer {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#title_bar:before, #title_bar:after, .flashes:before, .flashes:after, .logged_out #content_wrapper:before, .logged_out #content_wrapper:after, #footer:before, #footer:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#title_bar:after, .flashes:after, .logged_out #content_wrapper:after, #footer:after {
  clear: both;
}

/* line 8, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#wrapper {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#wrapper:before, #wrapper:after {
  display: table;
  content: " ";
}

/* line 19, ../../local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#wrapper:after {
  clear: both;
}

/* line 14, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.pagination > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 23, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.pagination > span:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 27, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.pagination > span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 31, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.pagination > span:hover, .pagination > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 39, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.pagination > span.current, .pagination > span.current:hover, .pagination > span.current:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

/* line 49, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.pagination > span.gap, .pagination > span.gap:hover, .pagination > span.gap:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 57, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.pagination > span a {
  color: #337ab7;
}

/* line 60, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.pagination > span a:hover, .pagination > span a:focus {
  text-decoration: none;
}

/* line 71, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.panel > h3 {
  padding-top: 7px;
  margin: 0;
}

/* line 77, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.panel > h3 a {
  color: #333333;
}

/* line 87, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.flash {
  margin-top: 30px;
}

/* line 100, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#error_explanation {
  color: #a94442;
}

/* line 102, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#error_explanation h2 {
  font-size: 15px;
}

/* line 107, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.inline-errors {
  color: #a94442;
}

/* line 111, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#login {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}

/* line 116, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#login #admin_user_remember_me {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}

/* Header and Nav */
/* line 129, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#header {
  border-radius: 0;
}

/* line 134, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#header .mobile {
  display: none;
}

@media (max-width: 768px) {
  /* line 139, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
  #header .button_mobile_burger {
    margin-top: 0;
  }
  /* line 143, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
  #header #site_title {
    float: left;
  }
  /* line 147, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
  #header #utility_nav {
    display: none;
  }
  /* line 151, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
  #header #tabs {
    clear: both;
  }
  /* line 155, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
  #header .mobile {
    display: block;
  }
  /* line 159, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
  #header .header-item.tabs {
    margin: 7.5px 0;
  }
  /* line 163, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
  #header #utility_nav {
    float: none;
  }
}

@media (min-width: 769px) {
  /* line 169, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
  #header #utility_nav {
    float: right;
  }
}

/* line 174, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#header #site_title {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 192, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#title_bar {
  margin-bottom: 10px;
}

/* Sidebar */
/* line 217, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.filter_form .filter_form_field select[multiple] {
  height: auto;
}

/* Main Content */
/* line 229, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#active_admin_content {
  margin: 0;
  padding-bottom: 30px;
}

/* line 235, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#active_admin_content.without_sidebar #main_content_wrapper {
  width: auto;
  min-width: 100%;
}

/* line 247, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#active_admin_content table {
  width: auto;
}

/* line 252, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#main_content_wrapper {
  padding-bottom: 40px;
  /* make extra wide content accessible */
  overflow-x: auto;
}

/* line 257, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#main_content_wrapper .member_link {
  margin-right: 10px;
}

/* line 260, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#main_content_wrapper input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 10px;
}

/* line 273, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
ul.scopes li.scope {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 4px;
}

/* breadcrumb */
/* line 283, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.breadcrumb {
  /* the typical bootstrap look for .breadcrumb does not fit in the active admin layout */
  padding: 0;
  border-radius: 0;
}

/* line 289, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#ui-datepicker-div {
  background: white;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

/* line 295, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#ui-datepicker-div .ui-datepicker-calendar th, #ui-datepicker-div .ui-datepicker-calendar td {
  width: 30px;
  height: 30px;
  text-align: center;
}

/* line 299, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#ui-datepicker-div .ui-datepicker-calendar th:hover, #ui-datepicker-div .ui-datepicker-calendar td:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 306, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#ui-datepicker-div .ui-datepicker-prev {
  float: left;
}

/* line 310, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#ui-datepicker-div .ui-datepicker-next {
  float: right;
}

/* line 314, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#ui-datepicker-div .ui-datepicker-today {
  font-weight: bold;
}

/* line 318, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
  font-weight: bold;
}

/* Tables */
/* line 331, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#main_content_wrapper .table_actions {
  min-width: 117px;
}

/* line 335, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#main_content_wrapper .table_actions > .member_link {
  margin: -3px 10px 0 0;
}

/* line 338, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#main_content_wrapper .table_actions > .member_link:last-child {
  margin-right: 0;
}

/* line 344, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.member_link, .ui-sortable-handle {
  font-size: 0;
  text-align: center;
  padding: 3px 0;
  width: 28px;
}

/* line 353, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.member_link:before, .ui-sortable-handle:before {
  font-size: 14px;
}

/* line 358, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.ui-sortable-handle {
  cursor: all-scroll;
}

/* Forms */
/* line 380, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
form .inputs ol, form .actions ol {
  padding-left: 0;
  list-style: none;
}

/* line 392, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
form .inputs li select[multiple] {
  height: auto;
}

/* line 399, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
form .actions li {
  display: inline-block;
}

/* line 407, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
form .actions li {
  margin-right: 10px;
}

/* line 411, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
form label.label {
  /* The label class has a different meaning in bootstrap */
  display: inline-block;
  font-weight: bold;
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
  vertical-align: inherit;
  border-radius: inherit;
}

/* line 426, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
form.formtastic .errors {
  color: #a94442;
}

/* Footer */
/* line 432, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
#footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #9da5a4;
}

/* line 438, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
legend.label {
  text-align: left;
  border-radius: 0;
  margin-bottom: 10px;
}

/* Display of checkboxes and radios */
/* line 452, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.check_boxes label, .radio label {
  font-weight: normal;
}

/* line 456, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.check_boxes legend label, .radio legend label {
  padding: 0;
}

/* line 464, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.filter_form input {
  margin-top: 10px;
}

/* line 468, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.filter_form label input {
  margin-top: 5px;
}

/* line 473, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.filter_form .buttons input, .filter_form .buttons a {
  margin-right: 5px;
}

/* line 477, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.filter_form .buttons a {
  margin-top: 10px;
}

/* line 484, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.filter_form .filter_form_field select[multiple], .filter_form form .inputs li select[multiple] {
  height: auto;
}

/* line 488, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.filter_form .filter_form_field input[type="radio"], .filter_form form .inputs li input[type="radio"] {
  height: auto;
  width: auto;
}

/* table_tools */
/* line 497, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.table_tools {
  overflow: hidden;
  margin-bottom: 10px;
}

/* line 506, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.table_tools .batch_actions_selector .dropdown_menu_button:after {
  margin-left: 0.4em;
  content: "";
}

/* line 513, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.table_tools .batch_actions_selector .dropdown_menu_list {
  display: block;
  top: auto;
  left: auto;
}

/* line 521, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.table_tools .table_tools_segmented_control {
  margin: 0 0 0 1px;
}

/* line 530, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.table_tools .index a {
  color: #333;
}

/* line 533, ../../local/bundle/gems/active_bootstrap_skin-0.1.5/app/assets/stylesheets/active_bootstrap_skin.scss */
.table_tools .index a:hover, .table_tools .index a:focus {
  text-decoration: none;
}

/**
 * selectize.css (v0.12.6)
 * 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>
 */
/* line 17, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.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 #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 25, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 29, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.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);
}

/* line 33, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.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;
}

/* line 42, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.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;
}

/* line 52, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 55, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.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;
}

/* line 63, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 66, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 69, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 72, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 76, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.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 #d0d0d0;
  -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;
}

/* line 100, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 103, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .active[data-value] .remove, .selectize-control.plugin-remove_button #header .header-item.tabs li.current[data-value] .remove, #header .header-item.tabs .selectize-control.plugin-remove_button li.current[data-value] .remove, .selectize-control.plugin-remove_button .table_tools .index.selected[data-value] .remove, .table_tools .selectize-control.plugin-remove_button .index.selected[data-value] .remove {
  border-left-color: #cacaca;
}

/* line 106, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover, .selectize-control.plugin-remove_button #title_bar .action_item a.action-item-disabled [data-value] .remove:hover, #title_bar .action_item .selectize-control.plugin-remove_button a.action-item-disabled [data-value] .remove:hover {
  background: none;
}

/* line 109, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove, .selectize-control.plugin-remove_button #title_bar .action_item a.action-item-disabled [data-value] .remove, #title_bar .action_item .selectize-control.plugin-remove_button a.action-item-disabled [data-value] .remove {
  border-left-color: #ffffff;
}

/* line 112, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 118, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control {
  position: relative;
}

/* line 121, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 130, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 136, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.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;
}

/* line 153, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

/* line 156, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 159, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.disabled, #title_bar .action_item a.selectize-input.action-item-disabled,
.selectize-input.disabled *,
#title_bar .action_item a.selectize-input.action-item-disabled * {
  cursor: default !important;
}

/* line 163, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.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);
}

/* line 167, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 172, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 179, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

/* line 187, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 192, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi #title_bar .action_item a.selectize-input.action-item-disabled > div, #title_bar .action_item .selectize-control.multi a.selectize-input.action-item-disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

/* line 198, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !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;
}

/* line 213, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 216, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 219, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 224, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 234, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  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;
}

/* line 250, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 254, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 260, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 264, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: 0.5;
}

/* line 270, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option[data-selectable] {
  opacity: 1;
}

/* line 273, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 276, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

/* line 281, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active, .selectize-dropdown #header .header-item.tabs li.current, #header .header-item.tabs .selectize-dropdown li.current, .selectize-dropdown .table_tools .index.selected, .table_tools .selectize-dropdown .index.selected {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 285, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active.create, .selectize-dropdown #header .header-item.tabs li.create.current, #header .header-item.tabs .selectize-dropdown li.create.current, .selectize-dropdown .table_tools .create.index.selected, .table_tools .selectize-dropdown .create.index.selected {
  color: #495c68;
}

/* line 288, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 291, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 297, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 301, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 305, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.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;
}

/* line 318, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 323, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 327, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 330, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control .selectize-input.disabled, .selectize-control #title_bar .action_item a.selectize-input.action-item-disabled, #title_bar .action_item .selectize-control a.selectize-input.action-item-disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * selectize.bootstrap3.css (v0.12.6) - Bootstrap 3 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>
 */
/* line 16, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.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 #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 24, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 28, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.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);
}

/* line 32, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 41, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 51, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 54, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.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;
}

/* line 62, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 65, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 68, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 71, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 75, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.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: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -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;
}

/* line 99, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 102, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .active[data-value] .remove, .selectize-control.plugin-remove_button #header .header-item.tabs li.current[data-value] .remove, #header .header-item.tabs .selectize-control.plugin-remove_button li.current[data-value] .remove, .selectize-control.plugin-remove_button .table_tools .index.selected[data-value] .remove, .table_tools .selectize-control.plugin-remove_button .index.selected[data-value] .remove {
  border-left-color: rgba(0, 0, 0, 0);
}

/* line 105, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover, .selectize-control.plugin-remove_button #title_bar .action_item a.action-item-disabled [data-value] .remove:hover, #title_bar .action_item .selectize-control.plugin-remove_button a.action-item-disabled [data-value] .remove:hover {
  background: none;
}

/* line 108, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove, .selectize-control.plugin-remove_button #title_bar .action_item a.action-item-disabled [data-value] .remove, #title_bar .action_item .selectize-control.plugin-remove_button a.action-item-disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}

/* line 111, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 117, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control {
  position: relative;
}

/* line 120, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

/* line 129, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 135, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  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: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 152, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}

/* line 155, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 158, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.disabled, #title_bar .action_item a.selectize-input.action-item-disabled,
.selectize-input.disabled *,
#title_bar .action_item a.selectize-input.action-item-disabled * {
  cursor: default !important;
}

/* line 162, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.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);
}

/* line 166, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 171, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 178, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 186, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 191, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi #title_bar .action_item a.selectize-input.action-item-disabled > div, #title_bar .action_item .selectize-control.multi a.selectize-input.action-item-disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}

/* line 197, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !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;
}

/* line 212, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 215, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 218, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 223, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 233, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  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 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 249, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 253, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 259, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}

/* line 263, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: 0.5;
}

/* line 269, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .option[data-selectable] {
  opacity: 1;
}

/* line 272, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 275, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}

/* line 280, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .active, .selectize-dropdown #header .header-item.tabs li.current, #header .header-item.tabs .selectize-dropdown li.current, .selectize-dropdown .table_tools .index.selected, .table_tools .selectize-dropdown .index.selected {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 284, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .active.create, .selectize-dropdown #header .header-item.tabs li.create.current, #header .header-item.tabs .selectize-dropdown li.create.current, .selectize-dropdown .table_tools .create.index.selected, .table_tools .selectize-dropdown .create.index.selected {
  color: #262626;
}

/* line 287, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}

/* line 290, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 296, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 300, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 304, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}

/* line 317, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}

/* line 322, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}

/* line 326, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 329, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control .selectize-input.disabled, .selectize-control #title_bar .action_item a.selectize-input.action-item-disabled, #title_bar .action_item .selectize-control a.selectize-input.action-item-disabled {
  opacity: 0.5;
  background-color: #fff;
}

/* line 333, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown,
.selectize-dropdown.form-control,
.filter_form .filter_form_field input.selectize-dropdown,
.filter_form .filter_form_field select.selectize-dropdown,
form .inputs li input.selectize-dropdown,
form .inputs li select.selectize-dropdown,
form .inputs li textarea.selectize-dropdown {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 348, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}

/* line 352, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}

/* line 355, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}

/* line 365, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-content {
  padding: 5px 0;
}

/* line 368, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header {
  padding: 6px 12px;
}

/* line 371, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input {
  min-height: 34px;
}

/* line 374, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 379, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active::before {
  display: none;
}

/* line 382, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 388, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 393, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 398, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}

/* line 402, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 407, ../../local/bundle/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.form-control.selectize-control, .filter_form .filter_form_field input.selectize-control, .filter_form .filter_form_field select.selectize-control, form .inputs li input.selectize-control, form .inputs li select.selectize-control, form .inputs li textarea.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*!
 * # Semantic UI 2.4.0 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/* line 9, app/assets/stylesheets/transition.min.css */
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.hidden.transition {
  display: none;
  visibility: hidden;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.visible.transition {
  display: block !important;
  visibility: visible !important;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.disabled.transition, #title_bar .action_item a.transition.action-item-disabled {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.browse {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.browse.left.out, .transition.browse.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight;
}

@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
    opacity: .7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    z-index: 999;
  }
}

@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
    opacity: .7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    z-index: 999;
  }
}

@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}

@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}

@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}

@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}

/* line 9, app/assets/stylesheets/transition.min.css */
.drop.transition {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

/* line 9, app/assets/stylesheets/transition.min.css */
.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut;
}

@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.in[class*="fade up"] {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.in[class*="fade down"] {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.in[class*="fade left"] {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.in[class*="fade right"] {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.out[class*="fade up"] {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.out[class*="fade down"] {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.out[class*="fade left"] {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.out[class*="fade right"] {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

/* line 9, app/assets/stylesheets/transition.min.css */
.flip.transition.in, .flip.transition.out {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut;
}

@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}

@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
}

@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}

/* line 9, app/assets/stylesheets/transition.min.css */
.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.fly {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.in[class*="fly up"] {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.in[class*="fly down"] {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.in[class*="fly left"] {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.in[class*="fly right"] {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.out[class*="fly up"] {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.out[class*="fly down"] {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.out[class*="fly left"] {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.out[class*="fly right"] {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight;
}

@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.slide.in, .transition.in[class*="slide down"] {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.in[class*="slide up"] {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.in[class*="slide left"] {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.in[class*="slide right"] {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.slide.out, .transition.out[class*="slide down"] {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.out[class*="slide up"] {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.out[class*="slide left"] {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.out[class*="slide right"] {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.swing {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.in[class*="swing down"] {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.in[class*="swing up"] {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.in[class*="swing left"] {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.in[class*="swing right"] {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.swing.out, .transition.out[class*="swing down"] {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.out[class*="swing up"] {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.out[class*="swing left"] {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.out[class*="swing right"] {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}

@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.zoom.in {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.zoom.out {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

/* line 9, app/assets/stylesheets/transition.min.css */
.flash.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.shake.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: shake;
  animation-name: shake;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.bounce.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.tada.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.pulse.transition {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle;
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.glow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 9, app/assets/stylesheets/transition.min.css */
.transition.glow {
  -webkit-animation-name: glow;
  animation-name: glow;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: .7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: .7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes glow {
  0% {
    background-color: #fcfcfd;
  }
  30% {
    background-color: #fff6cd;
  }
  100% {
    background-color: #fcfcfd;
  }
}

@keyframes glow {
  0% {
    background-color: #fcfcfd;
  }
  30% {
    background-color: #fff6cd;
  }
  100% {
    background-color: #fcfcfd;
  }
}

/* line 23, app/assets/stylesheets/active_admin.scss */
body {
  position: relative;
}

/* line 27, app/assets/stylesheets/active_admin.scss */
.scopes > ul {
  padding: 0;
}

/* line 43, app/assets/stylesheets/active_admin.scss */
.scopes li.scope {
  list-style: none;
  display: inline-block;
}

/******************************************************************
            active admin menu
******************************************************************/
/* line 51, app/assets/stylesheets/active_admin.scss */
ul#tabs {
  font-size: 2rem;
}

/* line 54, app/assets/stylesheets/active_admin.scss */
ul#tabs li > a {
  padding: 15px !important;
}

/* line 57, app/assets/stylesheets/active_admin.scss */
ul#tabs li ul.menu {
  width: 100%;
  padding: 0;
  background-color: #222;
  position: absolute;
  z-index: 42;
  display: none;
  list-style: none;
  min-width: 200px;
}

/* line 67, app/assets/stylesheets/active_admin.scss */
ul#tabs li ul.menu li:hover {
  background-color: #444;
}

/* line 70, app/assets/stylesheets/active_admin.scss */
ul#tabs li ul.menu li a {
  display: block;
  padding: 5px 10px !important;
  text-decoration: none;
  font-size: 1.8rem;
  color: #ffffff;
}

/* line 86, app/assets/stylesheets/active_admin.scss */
.hide, .hide .breadcrumb {
  display: none;
}

/* line 90, app/assets/stylesheets/active_admin.scss */
.display-none {
  display: none !important;
}

/* line 94, app/assets/stylesheets/active_admin.scss */
.underline {
  text-decoration: underline;
}

/* line 98, app/assets/stylesheets/active_admin.scss */
.assignation-type-manual {
  background-color: #f9e1ae;
}

/* line 102, app/assets/stylesheets/active_admin.scss */
.assignation-type-other {
  background-color: #f7cdcd;
}

/* line 105, app/assets/stylesheets/active_admin.scss */
.assignation-type-pressing {
  background-color: #d8f7cd;
}

/* line 109, app/assets/stylesheets/active_admin.scss */
.btn.btn-info a, #title_bar .action_item a.btn-info a, .filter_form .buttons input.btn-info a, .filter_form .buttons a.btn-info a, ul.scopes li.scope a.btn-info a, .btn-info.member_link a, .btn-info.ui-sortable-handle a, form .actions li input.btn-info a, form .actions li a.btn-info a, .table_tools .batch_actions_selector .btn-info.dropdown_menu_button a, .table_tools .btn-info.index a, .scopes li.scope > a.btn-info a {
  color: #fff;
  text-decoration: none;
}

/* line 114, app/assets/stylesheets/active_admin.scss */
.index_table > tbody > tr > td {
  padding: 0 5px;
}

/* line 118, app/assets/stylesheets/active_admin.scss */
#active_admin_content {
  margin-left: 0;
  margin-right: 0;
}

/* line 122, app/assets/stylesheets/active_admin.scss */
.title_bar, .footer {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 126, app/assets/stylesheets/active_admin.scss */
.footer {
  margin-top: 5rem;
}

/* line 129, app/assets/stylesheets/active_admin.scss */
.container-center {
  margin: auto;
  width: 50%;
}

/* line 132, app/assets/stylesheets/active_admin.scss */
form label.label {
  padding-right: 2rem;
}

/* line 136, app/assets/stylesheets/active_admin.scss */
form label.top {
  vertical-align: top;
}

/* line 141, app/assets/stylesheets/active_admin.scss */
#active_admin_content.without_sidebar #main_content_wrapper {
  width: 100%;
}

/* line 145, app/assets/stylesheets/active_admin.scss */
.submit-form {
  cursor: pointer;
}

/* line 149, app/assets/stylesheets/active_admin.scss */
.input-xs, select.input-xs {
  width: 20% !important;
  margin-right: 1rem;
}

/* line 153, app/assets/stylesheets/active_admin.scss */
.inline > * {
  display: inline;
}

/* line 158, app/assets/stylesheets/active_admin.scss */
.help {
  font-style: italic;
  color: #333333;
}

/* line 163, app/assets/stylesheets/active_admin.scss */
#filters_sidebar_section .select2 {
  width: 100% !important;
}

/* line 167, app/assets/stylesheets/active_admin.scss */
.select2-results .select2-result-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 172, app/assets/stylesheets/active_admin.scss */
button {
  border-radius: 0.5rem;
  padding: 0.5rem 1.8rem;
  text-shadow: inherit;
  background-image: inherit;
  border: 1px solid #888;
  box-shadow: inherit;
}

/* line 179, app/assets/stylesheets/active_admin.scss */
button:hover {
  opacity: 0.7;
  background-color: inherit;
  background-image: inherit;
  color: #fff;
}

/* line 185, app/assets/stylesheets/active_admin.scss */
button.cancel {
  background-image: inherit;
}

/* line 187, app/assets/stylesheets/active_admin.scss */
button.cancel a {
  text-decoration: none;
  color: #fff;
}

/* line 192, app/assets/stylesheets/active_admin.scss */
button.confirm {
  background-color: #00a053;
}

/* line 194, app/assets/stylesheets/active_admin.scss */
button.confirm:hover {
  background-color: #00a053;
  background-image: inherit;
}

/* line 198, app/assets/stylesheets/active_admin.scss */
button.confirm a {
  text-decoration: none;
  color: #fff;
}

/* line 206, app/assets/stylesheets/active_admin.scss */
.alert.important, .important.flash {
  background-color: rgba(181, 0, 3, 0.7);
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
}

/* line 212, app/assets/stylesheets/active_admin.scss */
.alert.important h1, .important.flash h1, .alert.important h2, .important.flash h2, .alert.important h3, .important.flash h3, .alert.important h4, .important.flash h4, .alert.important h5, .important.flash h5, .alert.important p, .important.flash p {
  color: #fff;
}

/* line 216, app/assets/stylesheets/active_admin.scss */
.alert.important p, .important.flash p {
  font-size: 14px;
  font-weight: bold;
}

/* line 223, app/assets/stylesheets/active_admin.scss */
.text-center {
  text-align: center;
}

/* line 227, app/assets/stylesheets/active_admin.scss */
.flash_error {
  background-color: #d9534f;
  color: #ffffff;
}

/* line 235, app/assets/stylesheets/active_admin.scss */
.navbar-nav > li > a, #header .header-item.tabs > li > a {
  padding-top: 15px;
  padding-bottom: 0.2rem;
}

/* line 241, app/assets/stylesheets/active_admin.scss */
.control-group {
  margin: 1rem;
}

/*******************************
 *    Pressing Client          *
 *******************************/
/* line 250, app/assets/stylesheets/active_admin.scss */
.imprimer_action_wrapper {
  padding-top: 5px;
  display: block;
}

/* line 255, app/assets/stylesheets/active_admin.scss */
.input_number_action {
  width: 40px;
}

/* line 259, app/assets/stylesheets/active_admin.scss */
.imprimer_action {
  color: #337ab7;
  cursor: pointer;
}

/* line 262, app/assets/stylesheets/active_admin.scss */
.imprimer_action:hover {
  color: #333333;
}

/********************************************
 * copernic screens
 ***********************************/
/* line 271, app/assets/stylesheets/active_admin.scss */
.name-filter-item {
  margin: 1rem;
  display: inline-block;
}

/* line 275, app/assets/stylesheets/active_admin.scss */
.delete-button {
  cursor: pointer;
}

/* line 281, app/assets/stylesheets/active_admin.scss */
#pressing-expedition span.error {
  color: #cc0202;
  font-size: 30px;
}

/* line 285, app/assets/stylesheets/active_admin.scss */
#pressing-expedition span.valid {
  color: #005902;
  font-size: 30px;
}

/* line 293, app/assets/stylesheets/active_admin.scss */
.d-block {
  display: block;
}

/* line 297, app/assets/stylesheets/active_admin.scss */
.d-none {
  display: none;
}

/* line 301, app/assets/stylesheets/active_admin.scss */
#statuses {
  padding: 20px 0 5px 0;
}

/* line 305, app/assets/stylesheets/active_admin.scss */
.choose-action-page #wolist {
  float: right;
  overflow: auto;
  height: 200px;
}

/* line 310, app/assets/stylesheets/active_admin.scss */
#wolist {
  overflow: auto;
}

/* line 313, app/assets/stylesheets/active_admin.scss */
#wolist .list td, #wolist .list th {
  padding: 5px 10px;
}

/* line 319, app/assets/stylesheets/active_admin.scss */
.current {
  color: black !important;
  cursor: default !important;
}

/* line 323, app/assets/stylesheets/active_admin.scss */
.page-number {
  color: mediumblue;
  font-weight: 900;
  cursor: pointer;
}

/* line 328, app/assets/stylesheets/active_admin.scss */
#pages {
  padding: 10px 5px;
}

/* line 331, app/assets/stylesheets/active_admin.scss */
#pages > span {
  display: inline-block;
  padding: 0 5px;
}

/* line 337, app/assets/stylesheets/active_admin.scss */
.page-break {
  display: block;
  clear: both;
  page-break-after: always;
}

/* assignation page */
/* line 345, app/assets/stylesheets/active_admin.scss */
#basket-counter-wrapper {
  padding: 5px 10px;
  font-weight: 900;
}

/* line 348, app/assets/stylesheets/active_admin.scss */
#basket-counter-wrapper #basket-counter {
  color: red;
}

/* line 354, app/assets/stylesheets/active_admin.scss */
.pointer-event-none {
  pointer-events: none;
}

/* line 358, app/assets/stylesheets/active_admin.scss */
#invalid-tags {
  display: none;
}

/* line 362, app/assets/stylesheets/active_admin.scss */
#filter-button {
  cursor: pointer;
  box-shadow: #337ab7 0 0 0;
  font-size: 1.2em;
  position: fixed;
  top: 30%;
  right: -65px;
  padding: 10px 15px;
  background-color: #337ab7;
  border-radius: 4px;
  border-color: #2e6da4;
  font-weight: 900;
  color: white;
  transition-timing-function: ease-out;
  transition-property: right, box-shadow;
  transition-duration: 150ms;
}

/* line 378, app/assets/stylesheets/active_admin.scss */
#filter-button:hover {
  box-shadow: #337ab7 0 0 10px;
  right: -4px;
  transition-timing-function: ease-out;
  transition-property: right, box-shadow;
  transition-duration: 150ms;
}

/* line 388, app/assets/stylesheets/active_admin.scss */
#active_admin_content.with_sidebar #main_content_wrapper {
  width: 100%;
}

/* line 391, app/assets/stylesheets/active_admin.scss */
#active_admin_content.with_sidebar #sidebar {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.9) 0 0 12px;
  position: absolute;
  right: 0;
  top: 75px;
  display: none;
}

/* line 402, app/assets/stylesheets/active_admin.scss */
#main-content #new-content {
  display: none;
}

/* line 405, app/assets/stylesheets/active_admin.scss */
#main-content > div, #main-content > #new-content > div {
  padding: 5px 0;
}

/* line 413, app/assets/stylesheets/active_admin.scss */
#main-content #new-contents .select2-container {
  width: 30% !important;
}

/* line 417, app/assets/stylesheets/active_admin.scss */
#main-content > div, #main-content > #new-contents > div {
  padding: 5px 0;
}

/* line 436, app/assets/stylesheets/active_admin.scss */
.padded-top {
  padding-top: 10px;
}

/* line 439, app/assets/stylesheets/active_admin.scss */
.padded-right {
  padding-right: 10px;
}

/* line 442, app/assets/stylesheets/active_admin.scss */
.padded-bottom {
  padding-bottom: 10px;
}

/* line 445, app/assets/stylesheets/active_admin.scss */
.padded-left {
  padding-left: 10px;
}

/* line 449, app/assets/stylesheets/active_admin.scss */
.padded-top-sm {
  padding-top: 5px;
}

/* line 452, app/assets/stylesheets/active_admin.scss */
.padded-right-sm {
  padding-right: 5px;
}

/* line 455, app/assets/stylesheets/active_admin.scss */
.padded-bottom-sm {
  padding-bottom: 5px;
}

/* line 458, app/assets/stylesheets/active_admin.scss */
.padded-left-sm {
  padding-left: 5px;
}

/* line 461, app/assets/stylesheets/active_admin.scss */
.margined-top {
  margin-top: 10px;
}

/* line 464, app/assets/stylesheets/active_admin.scss */
.margined-right {
  margin-right: 10px;
}

/* line 467, app/assets/stylesheets/active_admin.scss */
.margined-bottom, #step-button-list :not(:last-child) > .btn, #step-button-list #title_bar .action_item :not(:last-child) > a, #title_bar .action_item #step-button-list :not(:last-child) > a, #step-button-list .filter_form .buttons :not(:last-child) > input, .filter_form .buttons #step-button-list :not(:last-child) > input, #step-button-list .filter_form .buttons :not(:last-child) > a, .filter_form .buttons #step-button-list :not(:last-child) > a, #step-button-list ul.scopes li.scope :not(:last-child) > a, ul.scopes li.scope #step-button-list :not(:last-child) > a, #step-button-list :not(:last-child) > .member_link, #step-button-list :not(:last-child) > .ui-sortable-handle, #step-button-list form .actions li :not(:last-child) > input, form .actions li #step-button-list :not(:last-child) > input, #step-button-list form .actions li :not(:last-child) > a, form .actions li #step-button-list :not(:last-child) > a, #step-button-list .table_tools .batch_actions_selector :not(:last-child) > .dropdown_menu_button, .table_tools .batch_actions_selector #step-button-list :not(:last-child) > .dropdown_menu_button, #step-button-list .table_tools :not(:last-child) > .index, .table_tools #step-button-list :not(:last-child) > .index, #step-button-list .scopes li.scope:not(:last-child) > a, .scopes #step-button-list li.scope:not(:last-child) > a {
  margin-bottom: 10px;
}

/* line 470, app/assets/stylesheets/active_admin.scss */
.margined-left {
  margin-left: 10px;
}

/* line 474, app/assets/stylesheets/active_admin.scss */
#input-errors {
  display: none;
}

/* line 478, app/assets/stylesheets/active_admin.scss */
tr.selected {
  background-color: rgba(78, 114, 173, 0.2) !important;
}

/* line 482, app/assets/stylesheets/active_admin.scss */
.noselect {
  user-select: none;
}

/* line 486, app/assets/stylesheets/active_admin.scss */
#reactivation-table td {
  vertical-align: middle;
}

/* line 489, app/assets/stylesheets/active_admin.scss */
.success-color {
  color: #398439;
}

/* line 493, app/assets/stylesheets/active_admin.scss */
.danger-color {
  color: #d9534f;
}

/* line 497, app/assets/stylesheets/active_admin.scss */
.very-large {
  font-size: 3em;
}

/* line 501, app/assets/stylesheets/active_admin.scss */
.step-id {
  display: inline-block;
  width: 175px;
}

/* line 506, app/assets/stylesheets/active_admin.scss */
.bold {
  font-weight: bold;
}

/* line 510, app/assets/stylesheets/active_admin.scss */
.pie-chart-title {
  text-align: center;
}

/* line 515, app/assets/stylesheets/active_admin.scss */
#large-chart-area > div {
  height: 100%;
}

/* line 518, app/assets/stylesheets/active_admin.scss */
#large-chart-area .highcharts-subtitle {
  font-weight: bold;
  font-size: 72px !important;
}

/* line 525, app/assets/stylesheets/active_admin.scss */
.dark-red-color, #large-chart-area .highcharts-subtitle {
  color: #961414 !important;
}

/* line 529, app/assets/stylesheets/active_admin.scss */
.no-bold {
  font-weight: normal !important;
}

/* line 534, app/assets/stylesheets/active_admin.scss */
.nvd3 text {
  font-size: 20px;
}

/* line 538, app/assets/stylesheets/active_admin.scss */
.nvd3.nv-pie path {
  fill-opacity: 1;
}

/* line 541, app/assets/stylesheets/active_admin.scss */
.nvd3.nv-pie .nv-pie-title {
  fill: black;
}

/* line 547, app/assets/stylesheets/active_admin.scss */
.fixed-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 554, app/assets/stylesheets/active_admin.scss */
.size-1-5em {
  font-size: 1.5em;
}

/* line 558, app/assets/stylesheets/active_admin.scss */
.size-1-75em {
  font-size: 1.75em;
}

/* line 562, app/assets/stylesheets/active_admin.scss */
.size-2em {
  font-size: 2em;
}

/* line 565, app/assets/stylesheets/active_admin.scss */
.title-detail {
  font-size: 65%;
  font-weight: normal;
  line-height: normal;
  color: #777777;
}

/* line 566, app/assets/stylesheets/active_admin.scss */
.title-detail::before {
  content: " | ";
}

/* line 575, app/assets/stylesheets/active_admin.scss */
.align-right {
  text-align: right;
}

/* line 578, app/assets/stylesheets/active_admin.scss */
.align-center {
  text-align: center;
}

/* line 581, app/assets/stylesheets/active_admin.scss */
.align-left {
  text-align: left;
}

/* line 585, app/assets/stylesheets/active_admin.scss */
.invisible {
  visibility: hidden;
}

/* line 589, app/assets/stylesheets/active_admin.scss */
.panel-green {
  border-color: #b2c5a3;
}

/* line 591, app/assets/stylesheets/active_admin.scss */
.panel-green > .panel-footer, .panel-green .panel-heading, .panel-green .panel > h3 {
  color: black;
  background-color: #d6e9c6;
  border-color: #b2c5a3;
}

/* line 596, app/assets/stylesheets/active_admin.scss */
.panel-green > table {
  border-color: #b2c5a3 !important;
}

/* line 598, app/assets/stylesheets/active_admin.scss */
.panel-green > table * {
  border-color: #b2c5a3 !important;
}

/* line 603, app/assets/stylesheets/active_admin.scss */
.panel-red {
  border-color: #A43A3A;
}

/* line 605, app/assets/stylesheets/active_admin.scss */
.panel-red > .panel-footer, .panel-red .panel-heading, .panel-red .panel > h3 {
  color: white;
  background-color: #DF4C4C;
  border-color: #A43A3A;
}

/* line 610, app/assets/stylesheets/active_admin.scss */
.panel-red > table {
  border-color: #A43A3A !important;
}

/* line 612, app/assets/stylesheets/active_admin.scss */
.panel-red > table * {
  border-color: #A43A3A !important;
}

/* line 619, app/assets/stylesheets/active_admin.scss */
.panel-success > .panel-footer, .panel-success .panel-heading, .panel-success .panel > h3 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 624, app/assets/stylesheets/active_admin.scss */
.panel-success > table {
  border-color: #d6e9c6 !important;
}

/* line 626, app/assets/stylesheets/active_admin.scss */
.panel-success > table * {
  border-color: #d6e9c6 !important;
}

/* line 632, app/assets/stylesheets/active_admin.scss */
.panel-danger > .panel-footer, .panel-danger .panel-heading, .panel-danger .panel > h3 {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 637, app/assets/stylesheets/active_admin.scss */
.panel-danger > table {
  border-color: #ebccd1 !important;
}

/* line 639, app/assets/stylesheets/active_admin.scss */
.panel-danger > table * {
  border-color: #ebccd1 !important;
}

/* line 645, app/assets/stylesheets/active_admin.scss */
.cycle-error table tr :nth-child(3) {
  color: #DF4C4C;
}

/* line 649, app/assets/stylesheets/active_admin.scss */
.change_monitor #main-panel:not(.cycle-error) table tr :nth-child(4) {
  display: none;
}

/* line 653, app/assets/stylesheets/active_admin.scss */
.large-font {
  font-size: 2rem;
}

/* line 657, app/assets/stylesheets/active_admin.scss */
.color-bulb {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: inline-block;
  margin: 0 5px 0 0;
}

/* line 666, app/assets/stylesheets/active_admin.scss */
#permanent-page-alert {
  transition: width 500ms;
  float: left;
  width: 100%;
}

/* line 672, app/assets/stylesheets/active_admin.scss */
#temporary-page-alert {
  transition: width 500ms;
  float: right;
  overflow: hidden;
  width: 0;
}

/* line 677, app/assets/stylesheets/active_admin.scss */
#temporary-page-alert > .alert, #temporary-page-alert > .flash {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 684, app/assets/stylesheets/active_admin.scss */
.make-width-50 {
  width: 49% !important;
  transition: width 500ms;
}

/* line 692, app/assets/stylesheets/active_admin.scss */
#list-heading span.last {
  color: #DF4C4C;
}

/* line 699, app/assets/stylesheets/active_admin.scss */
.panel-red #list-heading span.last {
  color: aquamarine;
}

/* line 705, app/assets/stylesheets/active_admin.scss */
#sort-laundry-alert {
  display: none;
  color: #DF4C4C;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

/* line 715, app/assets/stylesheets/active_admin.scss */
#step-button-list > .col-sm-12 > *, #new_admin_user .inputs #step-button-list > li:has(h4) > *, #new_admin_user .inputs #step-button-list > li:has(h5) > *, #edit_admin_user .inputs #step-button-list > li:has(h4) > *, #edit_admin_user .inputs #step-button-list > li:has(h5) > *, #new_step .inputs #step-button-list > li:has(h4) > *, #new_step .inputs #step-button-list > li:has(h5) > *, #edit_step .inputs #step-button-list > li:has(h4) > *, #edit_step .inputs #step-button-list > li:has(h5) > *, #edit_timesheet_information .inputs #step-button-list > li:has(h4) > *, #edit_timesheet_information .inputs #step-button-list > li:has(h5) > *,
#new_timesheet_log .inputs #step-button-list > li:has(h4) > *,
#new_timesheet_log .inputs #step-button-list > li:has(h5) > *, #edit_timesheet_log .inputs #step-button-list > li:has(h4) > *, #edit_timesheet_log .inputs #step-button-list > li:has(h5) > *, #edit_followup .inputs #step-button-list > li:has(h4) > *, #edit_followup .inputs #step-button-list > li:has(h5) > * {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 724, app/assets/stylesheets/active_admin.scss */
#step-button-list > * > div {
  width: 310px;
}

/* line 730, app/assets/stylesheets/active_admin.scss */
#step-button-list .btn, #step-button-list #title_bar .action_item a, #title_bar .action_item #step-button-list a, #step-button-list .filter_form .buttons input, .filter_form .buttons #step-button-list input, #step-button-list .filter_form .buttons a, .filter_form .buttons #step-button-list a, #step-button-list ul.scopes li.scope a, ul.scopes li.scope #step-button-list a, #step-button-list .member_link, #step-button-list .ui-sortable-handle, #step-button-list form .actions li input, form .actions li #step-button-list input, #step-button-list form .actions li a, form .actions li #step-button-list a, #step-button-list .table_tools .batch_actions_selector .dropdown_menu_button, .table_tools .batch_actions_selector #step-button-list .dropdown_menu_button, #step-button-list .table_tools .index, .table_tools #step-button-list .index, #step-button-list .scopes li.scope > a, .scopes #step-button-list li.scope > a {
  box-sizing: border-box;
  display: block;
}

/* line 737, app/assets/stylesheets/active_admin.scss */
.badge.badge-danger {
  background-color: #800000;
}

/* line 740, app/assets/stylesheets/active_admin.scss */
.badge.badge-success {
  background-color: #008000;
}

/* line 745, app/assets/stylesheets/active_admin.scss */
.fixed {
  position: fixed;
}

/* line 749, app/assets/stylesheets/active_admin.scss */
.margined-sm-right {
  margin-right: 5px;
}

/* line 753, app/assets/stylesheets/active_admin.scss */
.spinner-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 9999;
}

/* line 761, app/assets/stylesheets/active_admin.scss */
.spinner-overlay > div {
  box-shadow: 0 0 50px #999999;
  position: inherit;
  top: 25%;
  left: 37.5%;
  height: 50%;
  width: 25%;
  background-color: white;
}

/* line 769, app/assets/stylesheets/active_admin.scss */
.spinner-overlay > div > img {
  position: inherit;
  top: 25%;
  height: 50%;
  width: 50%;
  left: 25%;
}

/* line 779, app/assets/stylesheets/active_admin.scss */
.date-time-picker {
  min-width: 200px;
}

/* line 783, app/assets/stylesheets/active_admin.scss */
.display-block {
  display: block !important;
}

/* line 787, app/assets/stylesheets/active_admin.scss */
.seperator {
  position: relative;
  text-align: center;
}

/* line 790, app/assets/stylesheets/active_admin.scss */
.seperator div:first-child {
  position: absolute;
  top: 50%;
  right: 0;
  left: 55%;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}

/* line 797, app/assets/stylesheets/active_admin.scss */
.seperator div:last-child {
  position: absolute;
  top: 50%;
  right: 55%;
  left: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}

/* line 806, app/assets/stylesheets/active_admin.scss */
.clickable {
  cursor: pointer;
}

/* line 811, app/assets/stylesheets/active_admin.scss */
.modal .modal-dialog.modal-ex-lg {
  width: 95%;
}

/* line 815, app/assets/stylesheets/active_admin.scss */
.modal.no-scroll .modal-body {
  overflow-y: auto;
  height: auto;
  max-height: calc(100vh - 183px);
}

/* line 823, app/assets/stylesheets/active_admin.scss */
.light-background {
  padding: 10px 20px;
  background-color: rgba(0, 255, 0, 0.1);
}

/* line 828, app/assets/stylesheets/active_admin.scss */
.batch_actions_selector + .scopes {
  margin: 20px 0 0 0;
  padding: 0;
  float: none !important;
}

/* line 834, app/assets/stylesheets/active_admin.scss */
.seperator {
  position: relative;
  text-align: center;
}

/* line 837, app/assets/stylesheets/active_admin.scss */
.seperator div:first-child {
  position: absolute;
  top: 50%;
  right: 0;
  left: 55%;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}

/* line 844, app/assets/stylesheets/active_admin.scss */
.seperator div:last-child {
  position: absolute;
  top: 50%;
  right: 55%;
  left: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}

/* line 853, app/assets/stylesheets/active_admin.scss */
.clickable {
  cursor: pointer;
}

/* line 858, app/assets/stylesheets/active_admin.scss */
.modal .modal-dialog.modal-ex-lg {
  width: 95%;
}

/* line 862, app/assets/stylesheets/active_admin.scss */
.modal.no-scroll .modal-body {
  overflow-y: auto;
  height: auto;
  max-height: calc(100vh - 183px);
}

/* line 870, app/assets/stylesheets/active_admin.scss */
#main_modal {
  text-align: left;
}

/*** Action Item customn css ***/
/* orders display styles */
/* line 889, app/assets/stylesheets/active_admin.scss */
.order-item {
  background-color: #eee;
}

/* line 893, app/assets/stylesheets/active_admin.scss */
.member_link {
  position: inherit;
  border: inherit;
  width: inherit;
  line-height: inherit;
  font-size: inherit;
  background: inherit;
  box-shadow: inherit;
  text-align: left;
  color: #337ab7;
  font-family: sans-serif;
}

/* line 905, app/assets/stylesheets/active_admin.scss */
.member_link:hover {
  text-decoration: underline;
}

/*** Tables ***/
/* line 910, app/assets/stylesheets/active_admin.scss */
#active_admin_content table {
  width: 100%;
}

/* line 914, app/assets/stylesheets/active_admin.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker #header .header-item.tabs li.xdsoft_datepicker.current, #header .header-item.tabs .xdsoft_datetimepicker li.xdsoft_datepicker.current, .xdsoft_datetimepicker .table_tools .xdsoft_datepicker.index.selected, .table_tools .xdsoft_datetimepicker .xdsoft_datepicker.index.selected, .xdsoft_datetimepicker .xdsoft_timepicker.active, .xdsoft_datetimepicker #header .header-item.tabs li.xdsoft_timepicker.current, #header .header-item.tabs .xdsoft_datetimepicker li.xdsoft_timepicker.current, .xdsoft_datetimepicker .table_tools .xdsoft_timepicker.index.selected, .table_tools .xdsoft_datetimepicker .xdsoft_timepicker.index.selected {
  width: auto;
}

/* line 918, app/assets/stylesheets/active_admin.scss */
.member_link {
  text-decoration: none !important;
  margin-right: 5px !important;
}

/* line 921, app/assets/stylesheets/active_admin.scss */
.member_link:hover, .member_link:focus, .member_link:active {
  color: inherit;
  background-color: inherit;
  border: none;
}

/* line 928, app/assets/stylesheets/active_admin.scss */
.member_link:before {
  cursor: pointer;
  font-family: 'Glyphicons Halflings';
  color: white;
  padding: 5px 6px;
  text-decoration: none;
}

/* line 936, app/assets/stylesheets/active_admin.scss */
.glyphicon-search:before, .view_link:before {
  background-color: #337ab7 !important;
}

/* line 940, app/assets/stylesheets/active_admin.scss */
.glyphicon-pencil:before, .edit_link:before {
  background-color: #28a745 !important;
}

/* line 944, app/assets/stylesheets/active_admin.scss */
.glyphicon-trash:before, .delete_link:before {
  background-color: #dc3545 !important;
  padding: 5px 8px 5px 6px;
}

/* line 949, app/assets/stylesheets/active_admin.scss */
.print_link:before {
  content: "\e045";
  background-color: #000 !important;
}

/* line 954, app/assets/stylesheets/active_admin.scss */
.truck_link {
  text-decoration: none;
  border-radius: 0;
  padding: 5px 5px 0px 5px;
  background-color: purple;
}

/* line 960, app/assets/stylesheets/active_admin.scss */
.truck_link:hover, .truck_link:focus, .truck_link:active {
  background-color: purple;
}

/* line 974, app/assets/stylesheets/active_admin.scss */
#new_admin_user input.date-time-picker-input, #edit_admin_user input.date-time-picker-input, #new_step input.date-time-picker-input, #edit_step input.date-time-picker-input, #edit_timesheet_information input.date-time-picker-input,
#new_timesheet_log input.date-time-picker-input, #edit_timesheet_log input.date-time-picker-input, #edit_followup input.date-time-picker-input {
  width: 100%;
}

/* line 979, app/assets/stylesheets/active_admin.scss */
#main_content_wrapper {
  overflow-x: inherit;
}

/* line 983, app/assets/stylesheets/active_admin.scss */
.dashboard {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1em;
}

/* line 989, app/assets/stylesheets/active_admin.scss */
.card {
  height: 250px;
  border-radius: 30px;
  padding: 20px 20px 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: white;
  font-size: 30px;
  font-weight: 700;
}

/* line 1001, app/assets/stylesheets/active_admin.scss */
.card:visited, .card:hover, .card:focus, .card:active {
  color: white;
}

/* line 1006, app/assets/stylesheets/active_admin.scss */
.bg-green {
  background-color: #28a745 !important;
}

/* line 1010, app/assets/stylesheets/active_admin.scss */
.bg-blue {
  background-color: #007bff !important;
}

/* line 1014, app/assets/stylesheets/active_admin.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 1018, app/assets/stylesheets/active_admin.scss */
.bg-yellow {
  background-color: #ffc107 !important;
}

/* line 1022, app/assets/stylesheets/active_admin.scss */
.bg-purple {
  background-color: #6f42c1 !important;
}

/* line 1026, app/assets/stylesheets/active_admin.scss */
.bg-orange {
  background-color: #fd7e14 !important;
}

/* line 1030, app/assets/stylesheets/active_admin.scss */
.bg-red {
  background-color: #dc3545 !important;
}
