@charset "UTF-8";
/* line 11, app/assets/stylesheets/base/normalize.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* line 17, app/assets/stylesheets/base/normalize.scss */
html, body {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* line 27, app/assets/stylesheets/base/normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 31, app/assets/stylesheets/base/normalize.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 37, app/assets/stylesheets/base/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 43, app/assets/stylesheets/base/normalize.scss */
[hidden], template {
  display: none;
}

/* line 51, app/assets/stylesheets/base/normalize.scss */
a {
  background: transparent;
}

/* line 54, app/assets/stylesheets/base/normalize.scss */
a:focus {
  outline-offset: 1px;
  outline: thin dotted;
}

/* line 59, app/assets/stylesheets/base/normalize.scss */
a:hover, a:active {
  outline: 0;
}

/* line 68, app/assets/stylesheets/base/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 72, app/assets/stylesheets/base/normalize.scss */
b, strong {
  font-weight: bold;
}

/* line 76, app/assets/stylesheets/base/normalize.scss */
dfn {
  font-style: italic;
}

/* line 80, app/assets/stylesheets/base/normalize.scss */
hr {
  height: 0;
  box-sizing: content-box;
}

/* line 85, app/assets/stylesheets/base/normalize.scss */
mark {
  color: inherit;
  background: none;
}

/* line 90, app/assets/stylesheets/base/normalize.scss */
code, kbd, pre, samp {
  font-size: 1em;
  font-family: monospace, serif;
}

/* line 95, app/assets/stylesheets/base/normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 101, app/assets/stylesheets/base/normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 105, app/assets/stylesheets/base/normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 111, app/assets/stylesheets/base/normalize.scss */
sup {
  top: -0.5em;
}

/* line 114, app/assets/stylesheets/base/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 122, app/assets/stylesheets/base/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 126, app/assets/stylesheets/base/normalize.scss */
figure {
  margin: 0;
}

/* line 131, app/assets/stylesheets/base/normalize.scss */
img {
  border: 0;
  color: transparent;
  vertical-align: middle;
  image-rendering: optimizeQuality;
}

/* line 142, app/assets/stylesheets/base/normalize.scss */
menu, ol, ul {
  padding: 0;
  margin: 0.5em 0 0.5em 2em;
}

/* line 147, app/assets/stylesheets/base/normalize.scss */
li {
  padding: 0;
  margin: 0.4em 0;
  display: list-item;
}

/* line 153, app/assets/stylesheets/base/normalize.scss */
nav ul, nav ol {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

/* line 159, app/assets/stylesheets/base/normalize.scss */
dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* line 168, app/assets/stylesheets/base/normalize.scss */
table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 173, app/assets/stylesheets/base/normalize.scss */
th, td, caption {
  padding: 0;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 184, app/assets/stylesheets/base/normalize.scss */
form {
  margin: 0;
}

/* line 188, app/assets/stylesheets/base/normalize.scss */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 195, app/assets/stylesheets/base/normalize.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

/* line 203, app/assets/stylesheets/base/normalize.scss */
button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  font-family: inherit;
  font-weight: inherit;
  vertical-align: middle;
  box-sizing: border-box;
}

/* line 213, app/assets/stylesheets/base/normalize.scss */
button, select {
  text-transform: none;
}

/* line 221, app/assets/stylesheets/base/normalize.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: button;
}

/* line 229, app/assets/stylesheets/base/normalize.scss */
input[type="checkbox"], input[type="radio"] {
  padding: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 237, app/assets/stylesheets/base/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
}

/* line 239, app/assets/stylesheets/base/normalize.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 245, app/assets/stylesheets/base/normalize.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 251, app/assets/stylesheets/base/normalize.scss */
textarea {
  width: 100%;
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

/* line 259, app/assets/stylesheets/base/normalize.scss */
optgroup, option {
  padding: 0 2px;
  font-family: inherit;
}

/* line 264, app/assets/stylesheets/base/normalize.scss */
optgroup option {
  padding-left: 0.8em;
}

/* line 269, app/assets/stylesheets/base/normalize.scss */
optgroup {
  font-weight: bold;
  font-style: normal;
}

/* line 274, app/assets/stylesheets/base/normalize.scss */
button[disabled], html input[disabled], select[disabled], textarea[disabled] {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(0, 0, 0, 0.5);
}

/* line 281, app/assets/stylesheets/base/normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 287, app/assets/stylesheets/base/normalize.scss */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* line 292, app/assets/stylesheets/base/normalize.scss */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}

/* line 293, app/assets/stylesheets/base/normalize.scss */
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/* line 295, app/assets/stylesheets/base/normalize.scss */
:invalid, :-moz-submit-invalid, :-moz-ui-invalid {
  box-shadow: none;
}

/* line 14, app/assets/stylesheets/base/global.scss */
html {
  height: 100%;
  font-size: 10px;
  background: #faf5eb;
}

/* line 20, app/assets/stylesheets/base/global.scss */
body {
  color: #200;
  min-height: 100%;
  position: relative;
  text-align: center;
  background: #faf5eb;
  min-width: 768px;
  box-sizing: border-box;
  padding-bottom: 100px;
  text-rendering: optimizeLegibility;
  font: normal 16px/1.375 "Source Serif Pro", Georgia, "Times New Roman", Times, serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
}

/* line 35, app/assets/stylesheets/base/global.scss */
h1, h2, h3, h4, h5 {
  line-height: 1.1;
  font-weight: normal;
  margin: 1em 0 0.5em 0;
  font-family: "Crete Round", Georgia, "Times New Roman", Times, serif;
}

/* line 40, app/assets/stylesheets/base/global.scss */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

/* line 43, app/assets/stylesheets/base/global.scss */
.h1, .h2, .h3, .h4, .h5 {
  margin: 0;
  font-family: "Crete Round", Georgia, "Times New Roman", Times, serif;
}

/* line 48, app/assets/stylesheets/base/global.scss */
h1, .h1 {
  color: #655;
  margin-top: 0;
  font-size: 40px;
}

/* line 54, app/assets/stylesheets/base/global.scss */
h2, .h2 {
  color: #554747;
  font-size: 32px;
}

/* line 59, app/assets/stylesheets/base/global.scss */
h3, .h3 {
  color: #453939;
  font-size: 28px;
}

/* line 64, app/assets/stylesheets/base/global.scss */
h4, .h4 {
  color: #342b2b;
  font-size: 24px;
}

/* line 69, app/assets/stylesheets/base/global.scss */
h5, .h5 {
  color: #231d1d;
  font-size: 20px;
}

/* line 74, app/assets/stylesheets/base/global.scss */
small, .small {
  font-weight: inherit;
  font-size: 14px;
}

/* line 79, app/assets/stylesheets/base/global.scss */
big, .big {
  font-weight: inherit;
  font-size: 18px;
}

/* line 84, app/assets/stylesheets/base/global.scss */
strong, .strong {
  font-weight: inherit;
  font-size: 20px;
}

/* line 89, app/assets/stylesheets/base/global.scss */
p {
  margin: 1em 0;
  line-height: inherit;
}

/* line 94, app/assets/stylesheets/base/global.scss */
a {
  color: #900;
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.15s, background-color 0.15s;
}

/* line 99, app/assets/stylesheets/base/global.scss */
a:hover {
  color: #D50;
}

/* line 102, app/assets/stylesheets/base/global.scss */
hr {
  height: 0;
  padding: 0;
  clear: both;
  margin: 1.5em 0;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #d5d0c8;
}

/* line 110, app/assets/stylesheets/base/global.scss */
hr.dotted {
  border-style: dotted;
}

/* line 111, app/assets/stylesheets/base/global.scss */
hr.dashed {
  border-style: dashed;
}

/* line 114, app/assets/stylesheets/base/global.scss */
svg {
  width: 100%;
  height: 100%;
}

/* line 119, app/assets/stylesheets/base/global.scss */
code {
  color: #555;
  font-size: 75%;
  padding: 0 0.3em;
  border-radius: 3px;
  line-height: 1.8333;
  display: inline-block;
  background: #f3eee4;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

/* line 130, app/assets/stylesheets/base/global.scss */
mark {
  font-weight: bold;
  text-decoration: underline;
}

/* line 136, app/assets/stylesheets/base/global.scss */
.tabular table {
  border-collapse: collapse;
}

/* line 140, app/assets/stylesheets/base/global.scss */
.tabular table, .tabular th, .tabular td {
  border: 1px solid black;
  padding: 0 0.3em;
}

/* line 145, app/assets/stylesheets/base/global.scss */
.tabular th {
  border-bottom: 2px;
}

/* line 150, app/assets/stylesheets/base/global.scss */
.tabular .bang th {
  display: none;
}

/* line 158, app/assets/stylesheets/base/global.scss */
.depth2 {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.1em;
}

/* line 163, app/assets/stylesheets/base/global.scss */
.depth3 {
  font-weight: bold;
}

/* line 166, app/assets/stylesheets/base/global.scss */
.depth4 {
  text-decoration: underline;
}

/* line 169, app/assets/stylesheets/base/global.scss */
.depth5 {
  font-style: italic;
}

/* line 175, app/assets/stylesheets/base/global.scss */
.rtl p {
  text-align: right;
}

/* line 176, app/assets/stylesheets/base/global.scss */
.rtl p.settings {
  direction: ltr;
  text-align: left;
}

/* line 180, app/assets/stylesheets/base/global.scss */
.rtl label {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 186, app/assets/stylesheets/base/global.scss */
p.rtl, h4.rtl, td.diff-version.rtl {
  text-align: right;
}

/* line 191, app/assets/stylesheets/base/global.scss */
.gap {
  font-style: italic;
}

/* line 195, app/assets/stylesheets/base/global.scss */
.unclear {
  font-style: italic;
}

/* line 199, app/assets/stylesheets/base/global.scss */
.stamp {
  font-style: italic;
}

/* line 203, app/assets/stylesheets/base/global.scss */
.marginalia {
  font-style: italic;
}

/* line 208, app/assets/stylesheets/base/global.scss */
.expanded-abbreviation {
  font-style: italic;
}

/* line 6, app/assets/stylesheets/base/helpers.scss */
.aleft {
  text-align: left !important;
}

/* line 9, app/assets/stylesheets/base/helpers.scss */
.aright {
  text-align: right !important;
}

/* line 12, app/assets/stylesheets/base/helpers.scss */
.acenter {
  text-align: center !important;
}

/* line 15, app/assets/stylesheets/base/helpers.scss */
.vtop {
  vertical-align: top !important;
}

/* line 18, app/assets/stylesheets/base/helpers.scss */
.vbottom {
  vertical-align: bottom !important;
}

/* line 21, app/assets/stylesheets/base/helpers.scss */
.vmiddle {
  vertical-align: middle !important;
}

/* line 26, app/assets/stylesheets/base/helpers.scss */
.bold {
  font-weight: bold !important;
}

/* line 29, app/assets/stylesheets/base/helpers.scss */
.italic {
  font-style: italic !important;
}

/* line 32, app/assets/stylesheets/base/helpers.scss */
.underline {
  text-decoration: underline !important;
}

/* line 35, app/assets/stylesheets/base/helpers.scss */
.strikethrough {
  text-decoration: line-through !important;
}

/* line 38, app/assets/stylesheets/base/helpers.scss */
.addition {
  vertical-align: super;
  font-size: 100%;
}

/* line 42, app/assets/stylesheets/base/helpers.scss */
.unclear {
  -webkit-text-decoration: wavy !important;
  text-decoration: wavy !important;
}

/* line 45, app/assets/stylesheets/base/helpers.scss */
.subscript {
  -webkit-text-decoration: wavy !important;
  text-decoration: wavy !important;
}

/* line 52, app/assets/stylesheets/base/helpers.scss */
.h100 {
  height: 100% !important;
}

/* line 55, app/assets/stylesheets/base/helpers.scss */
.wauto {
  width: auto !important;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w5 {
  width: 5%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w10 {
  width: 10%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w15 {
  width: 15%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w20 {
  width: 20%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w25 {
  width: 25%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w30 {
  width: 30%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w35 {
  width: 35%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w40 {
  width: 40%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w45 {
  width: 45%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w50 {
  width: 50%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w55 {
  width: 55%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w60 {
  width: 60%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w65 {
  width: 65%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w70 {
  width: 70%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w75 {
  width: 75%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w80 {
  width: 80%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w85 {
  width: 85%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w90 {
  width: 90%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w95 {
  width: 95%;
}

/* line 61, app/assets/stylesheets/base/helpers.scss */
.w100 {
  width: 100%;
}

/* line 68, app/assets/stylesheets/base/helpers.scss */
.fclear:before, .fclear:after {
  content: '';
  display: table;
}

/* line 72, app/assets/stylesheets/base/helpers.scss */
.fclear:after {
  clear: both;
}

/* line 76, app/assets/stylesheets/base/helpers.scss */
.fleft {
  float: left !important;
}

/* line 79, app/assets/stylesheets/base/helpers.scss */
.fright {
  float: right !important;
}

/* line 82, app/assets/stylesheets/base/helpers.scss */
.ohidden {
  overflow: hidden;
}

/* line 87, app/assets/stylesheets/base/helpers.scss */
.nobg {
  background: none !important;
}

/* line 90, app/assets/stylesheets/base/helpers.scss */
.noborder {
  border: none !important;
}

/* line 93, app/assets/stylesheets/base/helpers.scss */
.nomargin {
  margin: 0 !important;
}

/* line 96, app/assets/stylesheets/base/helpers.scss */
.nopadding {
  padding: 0 !important;
}

/* line 99, app/assets/stylesheets/base/helpers.scss */
.nowrap {
  white-space: nowrap !important;
}

/* line 102, app/assets/stylesheets/base/helpers.scss */
.nodecor {
  text-decoration: none !important;
}

/* line 105, app/assets/stylesheets/base/helpers.scss */
.a50 {
  opacity: 0.6;
}

/* line 110, app/assets/stylesheets/base/helpers.scss */
[data-prefix]:before {
  white-space: pre;
  content: attr(data-prefix);
}

/* line 114, app/assets/stylesheets/base/helpers.scss */
[data-suffix]:after {
  white-space: pre;
  content: attr(data-suffix);
}

/* line 7, app/assets/stylesheets/components/forms.scss */
table.form {
  width: 100%;
  border-collapse: separate;
}

/* line 11, app/assets/stylesheets/components/forms.scss */
table.form th {
  font-weight: normal;
  white-space: nowrap;
  padding: 4px 0 4px 16px;
}

/* line 16, app/assets/stylesheets/components/forms.scss */
table.form td {
  padding: 4px 0 4px 8px;
}

/* line 17, app/assets/stylesheets/components/forms.scss */
table.form th:first-child, table.form td:first-child {
  padding-left: 0;
}

/* line 21, app/assets/stylesheets/components/forms.scss */
label {
  position: relative;
  display: inline-block;
  line-height: 1.375;
}

/* line 25, app/assets/stylesheets/components/forms.scss */
label.above {
  margin: 2px 0 4px 0;
}

/* line 26, app/assets/stylesheets/components/forms.scss */
label.invalid {
  color: #C00;
}

/* line 37, app/assets/stylesheets/components/forms.scss */
select,
textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  width: 100%;
  color: #000;
  line-height: normal;
  height: 2em;
  height: calc(2em + 2px);
  padding: 0.375em;
  min-width: 4em;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition-duration: 0.2s;
  transition-property: border-color, box-shadow;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.03);
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 70, app/assets/stylesheets/components/forms.scss */
select:focus,
textarea:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  outline: none;
  border-color: rgba(68, 51, 51, 0.45);
}

/* line 77, app/assets/stylesheets/components/forms.scss */
select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  opacity: 0.8;
  color: #888;
  background-color: #F9F9F9;
}

/* line 84, app/assets/stylesheets/components/forms.scss */
select.invalid,
textarea.invalid,
input.invalid[type="date"],
input.invalid[type="datetime"],
input.invalid[type="datetime-local"],
input.invalid[type="email"],
input.invalid[type="month"],
input.invalid[type="number"],
input.invalid[type="password"],
input.invalid[type="search"],
input.invalid[type="tel"],
input.invalid[type="text"],
input.invalid[type="time"],
input.invalid[type="url"],
input.invalid[type="week"] {
  color: #C00;
  border-color: rgba(204, 0, 0, 0.5);
}

/* line 90, app/assets/stylesheets/components/forms.scss */
select.round,
textarea.round,
input.round[type="date"],
input.round[type="datetime"],
input.round[type="datetime-local"],
input.round[type="email"],
input.round[type="month"],
input.round[type="number"],
input.round[type="password"],
input.round[type="search"],
input.round[type="tel"],
input.round[type="text"],
input.round[type="time"],
input.round[type="url"],
input.round[type="week"] {
  border-radius: 2em;
}

/* line 95, app/assets/stylesheets/components/forms.scss */
input::-moz-placeholder {
  -moz-transition: color 0.15s;
  transition: color 0.15s;
}
input:-ms-input-placeholder {
  -ms-transition: color 0.15s;
  transition: color 0.15s;
}
input::placeholder {
  transition: color 0.15s;
}

/* line 96, app/assets/stylesheets/components/forms.scss */
input:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-ms-input-placeholder {
  color: transparent !important;
}
input:focus::placeholder {
  color: transparent !important;
}

/* line 102, app/assets/stylesheets/components/forms.scss */
select {
  white-space: nowrap;
  padding: 2px 0.375em;
}

/* line 108, app/assets/stylesheets/components/forms.scss */
textarea, select[size], select[multiple] {
  height: auto;
}

@-moz-document url-prefix() {
  /* line 122, app/assets/stylesheets/components/forms.scss */
  select {
    padding-top: 4px;
    text-overflow: '';
    text-indent: 0.01px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAFCAYAAACeuGYRAAAAQElEQVQY02NgYGBYB8T/seB1////Z8CGQUAIiJ+jaQDxhfBpAgFXNE0gPgMhTSAwAaphAkyAGE1sQLwaSuPVBABzumtKUJpCDwAAAABJRU5ErkJggg==");
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRo PSIxNXB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDE1IDUiIHByZXNl cnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj48cG9seWdvbiBmaWxsPSIjMDAw IiBwb2ludHM9IjAsMCA3LDAgMy41LDUiLz48L3N2Zz4= ");
  }
}

@media (-webkit-min-device-pixel-ratio: 0) {
  /* line 132, app/assets/stylesheets/components/forms.scss */
  select {
    padding-right: 1.5em;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAFCAYAAACeuGYRAAAAQElEQVQY02NgYGBYB8T/seB1////Z8CGQUAIiJ+jaQDxhfBpAgFXNE0gPgMhTSAwAaphAkyAGE1sQLwaSuPVBABzumtKUJpCDwAAAABJRU5ErkJggg==");
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRo PSIxNXB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDE1IDUiIHByZXNl cnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj48cG9seWdvbiBmaWxsPSIjMDAw IiBwb2ludHM9IjAsMCA3LDAgMy41LDUiLz48L3N2Zz4= ");
  }
  /* line 135, app/assets/stylesheets/components/forms.scss */
  select[size], select[multiple] {
    background-image: none;
    padding: 2px 0.375em;
  }
}

/* line 78, app/assets/stylesheets/components/buttons.scss */
button, .button, input[type="submit"], input[type="reset"], input[type="button"] {
  font: normal 16px "Source Serif Pro", Georgia, "Times New Roman", Times, serif;
  font-size: inherit;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  padding: 0 0.75em;
  line-height: 2em;
  outline: none !important;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.25em;
  transition-duration: 0.1s;
  transition-property: color, background-color, border-color;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #532;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #EFE9E6;
}

/* line 84, app/assets/stylesheets/components/buttons.scss */
button:hover, button:focus, .button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus {
  color: #532;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #e1dbd8;
}

/* line 85, app/assets/stylesheets/components/buttons.scss */
button:active, button.pressed, .button:active, .button.pressed, input[type="submit"]:active, input.pressed[type="submit"], input[type="reset"]:active, input.pressed[type="reset"], input[type="button"]:active, input.pressed[type="button"] {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  color: #532;
  border-color: rgba(0, 0, 0, 0.4);
  background-color: #bfbab8;
}

/* line 91, app/assets/stylesheets/components/buttons.scss */
button.bggreen, .button.bggreen, input.bggreen[type="submit"], input.bggreen[type="reset"], input.bggreen[type="button"] {
  color: #FFF;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #8C3;
}

/* line 66, app/assets/stylesheets/components/buttons.scss */
button.bggreen:hover, button.bggreen:focus, .button.bggreen:hover, .button.bggreen:focus, input.bggreen[type="submit"]:hover, input.bggreen[type="submit"]:focus, input.bggreen[type="reset"]:hover, input.bggreen[type="reset"]:focus, input.bggreen[type="button"]:hover, input.bggreen[type="button"]:focus {
  color: #FFF;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #80c030;
}

/* line 67, app/assets/stylesheets/components/buttons.scss */
button.bggreen:active, button.bggreen.pressed, .button.bggreen:active, .button.bggreen.pressed, input.bggreen[type="submit"]:active, input.bggreen.pressed[type="submit"], input.bggreen[type="reset"]:active, input.bggreen.pressed[type="reset"], input.bggreen[type="button"]:active, input.bggreen.pressed[type="button"] {
  color: #FFF;
  border-color: rgba(0, 0, 0, 0.4);
  background-color: #6da329;
}

/* line 97, app/assets/stylesheets/components/buttons.scss */
button[disabled], .button[disabled], input[type="submit"][disabled], input[type="reset"][disabled], input[type="button"][disabled] {
  cursor: default !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #AAA !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
  background-color: #EEE !important;
}

/* line 100, app/assets/stylesheets/components/buttons.scss */
button.round, .button.round, input.round[type="submit"], input.round[type="reset"], input.round[type="button"] {
  border-radius: 2em;
}

/* line 72, app/assets/stylesheets/components/buttons.scss */
button.big, .button.big, input.big[type="submit"], input.big[type="reset"], input.big[type="button"] {
  font-size: 18px;
}

/* line 73, app/assets/stylesheets/components/buttons.scss */
button.small, .button.small, input.small[type="submit"], input.small[type="reset"], input.small[type="button"] {
  font-size: 14px;
}

/* line 74, app/assets/stylesheets/components/buttons.scss */
button.strong, .button.strong, input.strong[type="submit"], input.strong[type="reset"], input.strong[type="button"] {
  font-size: 20px;
}

/* line 106, app/assets/stylesheets/components/buttons.scss */
button.outline, .button.outline, input.outline[type="submit"], input.outline[type="reset"], input.outline[type="button"] {
  box-shadow: none;
  color: #4d312f;
  background-image: none;
  background-color: #fbf8f0;
}

/* line 111, app/assets/stylesheets/components/buttons.scss */
button.outline:hover, button.outline:focus, .button.outline:hover, .button.outline:focus, input.outline[type="submit"]:hover, input.outline[type="submit"]:focus, input.outline[type="reset"]:hover, input.outline[type="reset"]:focus, input.outline[type="button"]:hover, input.outline[type="button"]:focus {
  color: #200;
  background-color: #fefdfb;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 116, app/assets/stylesheets/components/buttons.scss */
button.outline:active, button.outline.pressed, .button.outline:active, .button.outline.pressed, input.outline[type="submit"]:active, input.outline.pressed[type="submit"], input.outline[type="reset"]:active, input.outline.pressed[type="reset"], input.outline[type="button"]:active, input.outline.pressed[type="button"] {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  color: #532;
  border-color: rgba(0, 0, 0, 0.4);
  background-color: #bfbab8;
}

/* line 117, app/assets/stylesheets/components/buttons.scss */
button.outline[disabled], .button.outline[disabled], input.outline[type="submit"][disabled], input.outline[type="reset"][disabled], input.outline[type="button"][disabled] {
  box-shadow: none;
}

/* line 122, app/assets/stylesheets/components/buttons.scss */
button:empty, .button:empty {
  padding: 0;
  width: 2em;
  height: 2em;
}

/* line 129, app/assets/stylesheets/components/buttons.scss */
.button {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  text-decoration: none !important;
}

/* line 137, app/assets/stylesheets/components/buttons.scss */
.button-stack {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

/* line 142, app/assets/stylesheets/components/buttons.scss */
.button-stack button, .button-stack .button {
  border-radius: 0;
  margin-left: -1px;
  display: inline-block;
  font-size: 16px;
}

/* line 148, app/assets/stylesheets/components/buttons.scss */
.button-stack button:first-child, .button-stack .button:first-child {
  margin-left: 0;
  border-radius: 0.25em 0 0 0.25em;
}

/* line 152, app/assets/stylesheets/components/buttons.scss */
.button-stack button:last-child, .button-stack .button:last-child {
  border-radius: 0 0.25em 0.25em 0;
}

/* line 155, app/assets/stylesheets/components/buttons.scss */
.button-stack button:only-child, .button-stack .button:only-child {
  border-radius: 0.25em;
}

/* line 158, app/assets/stylesheets/components/buttons.scss */
.button-stack button:active, .button-stack button:focus, .button-stack button.pressed, .button-stack .button:active, .button-stack .button:focus, .button-stack .button.pressed {
  z-index: 1;
  position: relative;
}

/* line 5, app/assets/stylesheets/components/dropdown.scss */
.dropdown {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  white-space: nowrap;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
}

/* line 12, app/assets/stylesheets/components/dropdown.scss */
.dropdown dt {
  cursor: pointer;
  text-align: left;
}

/* line 15, app/assets/stylesheets/components/dropdown.scss */
.dropdown dt:not(.button) {
  transition: color 0.2s;
}

/* line 17, app/assets/stylesheets/components/dropdown.scss */
.dropdown dt:not(.button):hover {
  color: #D50;
}

/* line 20, app/assets/stylesheets/components/dropdown.scss */
.dropdown dd {
  left: 0;
  top: 100%;
  opacity: 0;
  padding: 0.3em 0;
  text-align: left;
  background: #FFF;
  margin: 6px 0 0 0;
  border-radius: 3px;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  transform: scale3d(0, 0, 1);
  transform-origin: top left;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  transition: opacity 0.1s, visibility 0.2s, transform 0.2s;
}

/* line 39, app/assets/stylesheets/components/dropdown.scss */
.dropdown dd:before, .dropdown dd:after {
  left: 7px;
  content: '';
  bottom: 100%;
  position: absolute;
  border: 6px solid transparent;
  border-top-width: 0;
  border-bottom-color: #FFF;
}

/* line 48, app/assets/stylesheets/components/dropdown.scss */
.dropdown dd:before {
  margin-bottom: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 52, app/assets/stylesheets/components/dropdown.scss */
.dropdown dd > a {
  color: inherit;
  display: block;
  transition: none;
  line-height: 2em;
  padding: 0 2em 0 0.8em;
  text-decoration: none !important;
}

/* line 59, app/assets/stylesheets/components/dropdown.scss */
.dropdown dd > a:hover {
  color: #FFF !important;
  background: #655;
}

/* line 62, app/assets/stylesheets/components/dropdown.scss */
.dropdown dd > a:hover:before {
  color: inherit;
}

/* line 63, app/assets/stylesheets/components/dropdown.scss */
.dropdown dd > a:hover .icon {
  color: inherit;
}

/* line 66, app/assets/stylesheets/components/dropdown.scss */
.dropdown dd > hr {
  margin: 0.3em 1px;
}

/* line 70, app/assets/stylesheets/components/dropdown.scss */
.dropdown dt.button {
  position: relative;
  padding-right: 1.8em;
}

/* line 73, app/assets/stylesheets/components/dropdown.scss */
.dropdown dt.button:after {
  top: 0;
  right: 3px;
  width: 13px;
  content: '';
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAFCAYAAACeuGYRAAAAQElEQVQY02NgYGBYB8T/seB1////Z8CGQUAIiJ+jaQDxhfBpAgFXNE0gPgMhTSAwAaphAkyAGE1sQLwaSuPVBABzumtKUJpCDwAAAABJRU5ErkJggg==");
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRo PSIxM3B4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDEzIDUiIHByZXNl cnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj48cG9seWdvbiBmaWxsPSIjMDAw IiBwb2ludHM9IjAsMCA3LDAgMy41LDUiLz48L3N2Zz4= ");
}

/* line 85, app/assets/stylesheets/components/dropdown.scss */
.dropdown dt.button + dd {
  margin-top: 0;
  min-width: 100%;
  transform: scale3d(1, 0, 1);
}

/* line 89, app/assets/stylesheets/components/dropdown.scss */
.dropdown dt.button + dd:before, .dropdown dt.button + dd:after {
  display: none;
}

/* line 94, app/assets/stylesheets/components/dropdown.scss */
.dropdown.open {
  z-index: 999;
}

/* line 96, app/assets/stylesheets/components/dropdown.scss */
.dropdown.open dt {
  color: #D50;
}

/* line 97, app/assets/stylesheets/components/dropdown.scss */
.dropdown.open dt.button {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  color: #532;
  border-color: rgba(0, 0, 0, 0.4);
  background-color: #bfbab8;
}

/* line 98, app/assets/stylesheets/components/dropdown.scss */
.dropdown.open dd {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1) !important;
  transition-timing-function: cubic-bezier(0.1, 1.3, 0.7, 1.1);
}

/* line 107, app/assets/stylesheets/components/dropdown.scss */
.dropdown.right dd {
  right: 0;
  left: auto;
  transform-origin: top right;
}

/* line 111, app/assets/stylesheets/components/dropdown.scss */
.dropdown.right dd:before, .dropdown.right dd:after {
  left: auto;
  right: 7px;
}

@-webkit-keyframes litebox-busy {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes litebox-busy {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 28, app/assets/stylesheets/components/litebox.scss */
.litebox {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 9995;
  overflow: auto;
  position: fixed;
  padding: 20px 0;
  visibility: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s, visibility 0.3s;
  -webkit-overflow-scrolling: touch;
}

/* line 44, app/assets/stylesheets/components/litebox.scss */
.litebox.visible {
  opacity: 1;
  visibility: visible;
}

/* line 47, app/assets/stylesheets/components/litebox.scss */
.litebox.visible .litebox_container.visible {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 1.3, 0.7, 1.1);
}

/* line 54, app/assets/stylesheets/components/litebox.scss */
.litebox:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  margin: -24px 0 0 -24px;
  transition: opacity 0.3s 1s;
}

/* line 65, app/assets/stylesheets/components/litebox.scss */
.litebox-busy:before {
  opacity: 1;
  transform-origin: 24px 24px;
  -webkit-animation: litebox-busy 1s infinite steps(12);
  animation: litebox-busy 1s infinite steps(12);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRo PSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgcHJl c2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPg0KPGcgZmlsbD0ibm9uZSIg c3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2Fw PSJyb3VuZCI+DQo8bGluZSBvcGFjaXR5PSIxLjAwIiB4MT0iMjQiICAgeTE9 IjQiICAgIHgyPSIyNCIgICB5Mj0iMTIiLz4NCjxsaW5lIG9wYWNpdHk9IjAu MjAiIHgxPSIzNCIgICB5MT0iNi43IiAgeDI9IjMwIiAgIHkyPSIxMy42Ii8+ DQo8bGluZSBvcGFjaXR5PSIwLjIwIiB4MT0iNDEuNCIgeTE9IjE0IiAgIHgy PSIzNC40IiB5Mj0iMTgiLz4NCjxsaW5lIG9wYWNpdHk9IjAuMjgiIHgxPSI0 NCIgICB5MT0iMjQiICAgeDI9IjM2IiAgIHkyPSIyNCIvPg0KPGxpbmUgb3Bh Y2l0eT0iMC4zNiIgeDE9IjM0LjQiIHkxPSIzMCIgICB4Mj0iNDEuNCIgeTI9 IjM0Ii8+DQo8bGluZSBvcGFjaXR5PSIwLjQ0IiB4MT0iMzAiICAgeTE9IjM0 LjQiIHgyPSIzNCIgICB5Mj0iNDEuNCIvPg0KPGxpbmUgb3BhY2l0eT0iMC41 MiIgeDE9IjI0IiAgIHkxPSIzNiIgICB4Mj0iMjQiICAgeTI9IjQ0Ii8+DQo8 bGluZSBvcGFjaXR5PSIwLjYwIiB4MT0iMTgiICAgeTE9IjM0LjQiIHgyPSIx NCIgICB5Mj0iNDEuNCIvPg0KPGxpbmUgb3BhY2l0eT0iMC42OCIgeDE9IjEz LjYiIHkxPSIzMCIgICB4Mj0iNi43IiAgeTI9IjM0Ii8+DQo8bGluZSBvcGFj aXR5PSIwLjc2IiB4MT0iMTIiICAgeTE9IjI0IiAgIHgyPSI0IiAgICB5Mj0i MjQiLz4NCjxsaW5lIG9wYWNpdHk9IjAuODQiIHgxPSI2LjciICB5MT0iMTQi ICAgeDI9IjEzLjYiIHkyPSIxOCIvPg0KPGxpbmUgb3BhY2l0eT0iMC45MiIg eDE9IjE0IiAgIHkxPSI2LjciICB4Mj0iMTgiICAgeTI9IjEzLjYiLz4NCjwv Zz48L3N2Zz4= ");
}

/* line 71, app/assets/stylesheets/components/litebox.scss */
.litebox-error:before {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRo PSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgcHJl c2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGZpbGw9IiNGQzMi IGQ9Ik00Ni42MSwzMi42NkwzMS4wMyw0Ljc4QzI5LjMzLDEuNzQsMjYuNzYs MCwyNCwwYy0yLjc3LDAtNS4zMywxLjc0LTcuMDMsNC43OEwxLjM4LDMyLjY2 Yy0xLjY5LDMuMDEtMS44Myw2LjEyLTAuNDIsOC41NEMyLjM5LDQzLjYyLDUu MTgsNDUsOC42NSw0NWgzMC43MWMzLjQ2LDAsNi4yNy0xLjM4LDcuNjktMy44 QzQ4LjQ2LDM4Ljc4LDQ4LjMsMzUuNjcsNDYuNjEsMzIuNjZ6Ii8+PHBhdGgg ZmlsbD0iIzAwMCIgZD0iTTI3LDM5aC02di02aDZWMzl6IE0yNywzMGgtNmwt MS0xOGg4TDI3LDMweiIvPjwvc3ZnPg== ");
}

/* line 76, app/assets/stylesheets/components/litebox.scss */
.litebox:after {
  width: 0;
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

/* line 83, app/assets/stylesheets/components/litebox.scss */
.litebox_container {
  opacity: 0;
  max-width: 90%;
  text-align: left;
  visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  transform: scale3d(0.8, 0.8, 1);
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  padding: 25px;
  background: #FCFAFA;
  position: relative;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

/* line 101, app/assets/stylesheets/components/litebox.scss */
.litebox_close {
  top: 5px;
  right: 3px;
  width: 1em;
  height: 1em;
  color: #777;
  cursor: pointer;
  position: absolute;
  text-align: center;
  text-decoration: none;
  font: normal 32px/1 Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 114, app/assets/stylesheets/components/litebox.scss */
.litebox_close:hover {
  color: #E44;
}

/* line 5, app/assets/stylesheets/components/shared.scss */
.wrapping {
  margin: 0;
  font-size: 0;
  list-style: none;
}

/* line 9, app/assets/stylesheets/components/shared.scss */
.wrapping_box {
  margin: 0;
  text-align: left;
  white-space: normal;
  vertical-align: top;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
}

/* line 18, app/assets/stylesheets/components/shared.scss */
.wrapping.vmiddle > .wrapping_box {
  vertical-align: middle;
}

/* line 19, app/assets/stylesheets/components/shared.scss */
.wrapping.nowrap {
  overflow: hidden;
  white-space: nowrap;
}

/* line 25, app/assets/stylesheets/components/shared.scss */
.justified {
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: justify;
  text-justify: newspaper;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

/* line 32, app/assets/stylesheets/components/shared.scss */
.justified:after {
  height: 0;
  width: 100%;
  content: '';
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}

/* line 40, app/assets/stylesheets/components/shared.scss */
.justified_box {
  margin: 0;
  text-align: left;
  font-size: 16px;
  display: inline-block;
  -moz-text-align-last: auto;
  text-align-last: auto;
  vertical-align: middle;
  box-sizing: border-box;
}

/* line 49, app/assets/stylesheets/components/shared.scss */
.justified.vtop > .justified_box {
  vertical-align: top;
}

/* line 52, app/assets/stylesheets/components/shared.scss */
.centered {
  margin: 0;
  height: 100%;
  font-size: 0;
  line-height: 0;
  list-style: none;
  word-spacing: -1px;
  text-align: center;
  white-space: nowrap;
}

/* line 61, app/assets/stylesheets/components/shared.scss */
.centered:before, .centered:after {
  width: 0;
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

/* line 68, app/assets/stylesheets/components/shared.scss */
.centered_content {
  line-height: normal;
  white-space: normal;
  word-spacing: normal;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 106, app/assets/stylesheets/components/shared.scss */
.page-busy-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 9999;
  position: fixed;
  visibility: hidden;
  background: rgba(17, 17, 17, 0.8);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s, visibility 0.3s;
}

/* line 118, app/assets/stylesheets/components/shared.scss */
.page-busy .page-busy-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 2s;
}

/* line 122, app/assets/stylesheets/components/shared.scss */
.page-busy .page-busy-overlay:before {
  display: block;
}

/* line 124, app/assets/stylesheets/components/shared.scss */
.page-busy-overlay:before {
  top: 50%;
  left: 50%;
  content: '';
  width: 48px;
  height: 48px;
  display: none;
  position: absolute;
  margin: -24px 0 0 -24px;
  transform-origin: 24px 24px;
  -webkit-animation: spinner 1s infinite steps(12);
  animation: spinner 1s infinite steps(12);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRo PSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgcHJl c2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPgogIDxnIGZpbGw9Im5vbmUi IHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNh cD0icm91bmQiPgogICAgPGxpbmUgb3BhY2l0eT0iMS4wMCIgeDE9IjI0IiAg IHkxPSI0IiAgICB4Mj0iMjQiICAgeTI9IjEyIi8+CiAgICA8bGluZSBvcGFj aXR5PSIwLjIwIiB4MT0iMzQiICAgeTE9IjYuNyIgIHgyPSIzMCIgICB5Mj0i MTMuNiIvPgogICAgPGxpbmUgb3BhY2l0eT0iMC4yMCIgeDE9IjQxLjQiIHkx PSIxNCIgICB4Mj0iMzQuNCIgeTI9IjE4Ii8+CiAgICA8bGluZSBvcGFjaXR5 PSIwLjI4IiB4MT0iNDQiICAgeTE9IjI0IiAgIHgyPSIzNiIgICB5Mj0iMjQi Lz4KICAgIDxsaW5lIG9wYWNpdHk9IjAuMzYiIHgxPSIzNC40IiB5MT0iMzAi ICAgeDI9IjQxLjQiIHkyPSIzNCIvPgogICAgPGxpbmUgb3BhY2l0eT0iMC40 NCIgeDE9IjMwIiAgIHkxPSIzNC40IiB4Mj0iMzQiICAgeTI9IjQxLjQiLz4K ICAgIDxsaW5lIG9wYWNpdHk9IjAuNTIiIHgxPSIyNCIgICB5MT0iMzYiICAg eDI9IjI0IiAgIHkyPSI0NCIvPgogICAgPGxpbmUgb3BhY2l0eT0iMC42MCIg eDE9IjE4IiAgIHkxPSIzNC40IiB4Mj0iMTQiICAgeTI9IjQxLjQiLz4KICAg IDxsaW5lIG9wYWNpdHk9IjAuNjgiIHgxPSIxMy42IiB5MT0iMzAiICAgeDI9 IjYuNyIgIHkyPSIzNCIvPgogICAgPGxpbmUgb3BhY2l0eT0iMC43NiIgeDE9 IjEyIiAgIHkxPSIyNCIgICB4Mj0iNCIgICAgeTI9IjI0Ii8+CiAgICA8bGlu ZSBvcGFjaXR5PSIwLjg0IiB4MT0iNi43IiAgeTE9IjE0IiAgIHgyPSIxMy42 IiB5Mj0iMTgiLz4KICAgIDxsaW5lIG9wYWNpdHk9IjAuOTIiIHgxPSIxNCIg ICB5MT0iNi43IiAgeDI9IjE4IiAgIHkyPSIxMy42Ii8+CiAgPC9nPjwvc3Zn Pg== ");
}

/* line 145, app/assets/stylesheets/components/shared.scss */
.image-form label {
  z-index: 1;
  padding: 5px;
  width: 150px;
  height: 150px;
  cursor: pointer;
  background: #FFF;
  position: relative;
  vertical-align: top;
  display: inline-block;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 157, app/assets/stylesheets/components/shared.scss */
.image-form label:before {
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #BBB;
  display: block;
  line-height: 2;
  padding: 0 0.8em;
  border-radius: 1em;
  position: absolute;
  white-space: nowrap;
  transition: color 0.2s;
  content: attr(data-empty);
  background: rgba(255, 255, 255, 0);
  font-family: "Crete Round", Georgia, "Times New Roman", Times, serif;
  transform: translate(-50%, -50%);
}

/* line 175, app/assets/stylesheets/components/shared.scss */
.image-form label:hover:before {
  z-index: 3;
  color: #533;
  content: attr(data-hover);
  background: rgba(255, 255, 255, 0.8);
}

/* line 181, app/assets/stylesheets/components/shared.scss */
.image-form label:hover img {
  opacity: 0.5;
}

/* line 184, app/assets/stylesheets/components/shared.scss */
.image-form img {
  z-index: 2;
  position: relative;
  transition: opacity 0.2s;
}

/* line 189, app/assets/stylesheets/components/shared.scss */
.image-form input[type=file] {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* line 201, app/assets/stylesheets/components/shared.scss */
.image-form.busy label {
  cursor: default;
}

/* line 202, app/assets/stylesheets/components/shared.scss */
.image-form.busy label:before, .image-form.busy label:hover:before {
  padding: 0;
  z-index: 3;
  content: '';
  width: 48px;
  height: 48px;
  transform: none;
  background: none;
  margin: -24px 0 0 -24px;
  transform-origin: 24px 24px;
  -webkit-animation: spinner 1s infinite steps(12);
  animation: spinner 1s infinite steps(12);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRo PSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgcHJl c2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPgogIDxnIGZpbGw9Im5vbmUi IHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNh cD0icm91bmQiPgogICAgPGxpbmUgb3BhY2l0eT0iMS4wMCIgeDE9IjI0IiAg IHkxPSI0IiAgICB4Mj0iMjQiICAgeTI9IjEyIi8+CiAgICA8bGluZSBvcGFj aXR5PSIwLjIwIiB4MT0iMzQiICAgeTE9IjYuNyIgIHgyPSIzMCIgICB5Mj0i MTMuNiIvPgogICAgPGxpbmUgb3BhY2l0eT0iMC4yMCIgeDE9IjQxLjQiIHkx PSIxNCIgICB4Mj0iMzQuNCIgeTI9IjE4Ii8+CiAgICA8bGluZSBvcGFjaXR5 PSIwLjI4IiB4MT0iNDQiICAgeTE9IjI0IiAgIHgyPSIzNiIgICB5Mj0iMjQi Lz4KICAgIDxsaW5lIG9wYWNpdHk9IjAuMzYiIHgxPSIzNC40IiB5MT0iMzAi ICAgeDI9IjQxLjQiIHkyPSIzNCIvPgogICAgPGxpbmUgb3BhY2l0eT0iMC40 NCIgeDE9IjMwIiAgIHkxPSIzNC40IiB4Mj0iMzQiICAgeTI9IjQxLjQiLz4K ICAgIDxsaW5lIG9wYWNpdHk9IjAuNTIiIHgxPSIyNCIgICB5MT0iMzYiICAg eDI9IjI0IiAgIHkyPSI0NCIvPgogICAgPGxpbmUgb3BhY2l0eT0iMC42MCIg eDE9IjE4IiAgIHkxPSIzNC40IiB4Mj0iMTQiICAgeTI9IjQxLjQiLz4KICAg IDxsaW5lIG9wYWNpdHk9IjAuNjgiIHgxPSIxMy42IiB5MT0iMzAiICAgeDI9 IjYuNyIgIHkyPSIzNCIvPgogICAgPGxpbmUgb3BhY2l0eT0iMC43NiIgeDE9 IjEyIiAgIHkxPSIyNCIgICB4Mj0iNCIgICAgeTI9IjI0Ii8+CiAgICA8bGlu ZSBvcGFjaXR5PSIwLjg0IiB4MT0iNi43IiAgeTE9IjE0IiAgIHgyPSIxMy42 IiB5Mj0iMTgiLz4KICAgIDxsaW5lIG9wYWNpdHk9IjAuOTIiIHgxPSIxNCIg ICB5MT0iNi43IiAgeDI9IjE4IiAgIHkyPSIxMy42Ii8+CiAgPC9nPjwvc3Zn Pg== ");
}

/* line 215, app/assets/stylesheets/components/shared.scss */
.image-form.busy img, .image-form.busy label:hover img {
  opacity: 0.3;
}

/* line 224, app/assets/stylesheets/components/shared.scss */
.tooltip {
  color: #FFF;
  padding: 15px;
  text-align: left;
  max-width: 400px;
  line-height: 1.2;
  position: absolute;
  border-radius: 5px;
  margin: 6px 0 0 -5px;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 237, app/assets/stylesheets/components/shared.scss */
.tooltip:before {
  left: 10px;
  content: '';
  bottom: 100%;
  position: absolute;
  border: 6px solid transparent;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

/* line 246, app/assets/stylesheets/components/shared.scss */
.tooltip a {
  color: #AAA;
}

/* line 248, app/assets/stylesheets/components/shared.scss */
.tooltip a:hover {
  color: #FFF;
}

/* line 250, app/assets/stylesheets/components/shared.scss */
.tooltip_header {
  color: inherit;
  margin: 0 0 0.5em 0;
}

/* line 254, app/assets/stylesheets/components/shared.scss */
.tooltip_content {
  margin: 0.5em 0;
  line-height: 1.2;
}

/* line 257, app/assets/stylesheets/components/shared.scss */
.tooltip_content p {
  margin: 0.5em 0;
}

/* line 258, app/assets/stylesheets/components/shared.scss */
.tooltip_content a {
  color: #FE8;
}

/* line 260, app/assets/stylesheets/components/shared.scss */
.tooltip_footer {
  margin: 0.8em 0 0 0;
}

/* line 263, app/assets/stylesheets/components/shared.scss */
.tippy-box {
  font-size: 13px;
  line-height: 1.3;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 270, app/assets/stylesheets/components/shared.scss */
.tippy-arrow {
  color: rgba(0, 0, 0, 0.85);
}

/* line 275, app/assets/stylesheets/components/shared.scss */
.expanded-abbreviation {
  cursor: help;
  -webkit-text-decoration: italic;
  text-decoration: italic;
  background-size: 2px 1px;
  background-repeat: repeat-x;
  background-position: 0 1.1em;
  background-image: linear-gradient(to right, transparent 50%, currentColor 50%);
}

/* line 286, app/assets/stylesheets/components/shared.scss */
.original-abbreviation {
  /* hide and position tooltip */
  /*  top: -0.5em; */
  color: white;
  font-size: 150%;
  color: #FFF;
  padding: 10px;
  text-align: left;
  max-width: 400px;
  line-height: 1.2;
  position: relative;
  border-radius: 5px;
  margin: 6px 0 0 -5px;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* border-radius: 5px; */
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s;
}

/* line 314, app/assets/stylesheets/components/shared.scss */
.expanded-abbreviation:hover .original-abbreviation {
  /* display tooltip on hover */
  opacity: 1;
}

/* line 320, app/assets/stylesheets/components/shared.scss */
.footnote-marker {
  cursor: help;
  -webkit-text-decoration: italic;
  text-decoration: italic;
  background-size: 2px 1px;
  background-repeat: repeat-x;
  background-position: 0 1.1em;
  background-image: linear-gradient(to right, transparent 50%, currentColor 50%);
}

/* line 331, app/assets/stylesheets/components/shared.scss */
.footnote-body {
  /* hide and position tooltip */
  /*  top: -0.5em; */
  color: white;
  font-size: 100%;
  color: #FFF;
  padding: 10px;
  text-align: left;
  max-width: 800px;
  width: 20em;
  line-height: 1.2;
  position: relative;
  border-radius: 5px;
  margin: 6px 0 0 -5px;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* border-radius: 5px; */
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s;
}

/* line 360, app/assets/stylesheets/components/shared.scss */
.footnote-marker:hover .footnote-body {
  /* display tooltip on hover */
  opacity: 1;
}

/* line 370, app/assets/stylesheets/components/shared.scss */
.fgred {
  color: #D00 !important;
}

/* line 371, app/assets/stylesheets/components/shared.scss */
.fgfaded {
  color: #4d312f;
}

/* line 372, app/assets/stylesheets/components/shared.scss */
.fglight {
  color: #634a47;
}

/* line 374, app/assets/stylesheets/components/shared.scss */
.breadcrumbs {
  padding: 0;
  list-style: none;
  color: #634a47;
  margin: 0 0 10px 0;
  font-size: 20px;
  font-family: "Crete Round", Georgia, "Times New Roman", Times, serif;
}

/* line 381, app/assets/stylesheets/components/shared.scss */
.breadcrumbs li {
  margin: 0;
  display: inline-block;
}

/* line 384, app/assets/stylesheets/components/shared.scss */
.breadcrumbs li:before {
  content: ' → ';
}

/* line 385, app/assets/stylesheets/components/shared.scss */
.breadcrumbs li:first-child:before {
  display: none;
}

/* line 387, app/assets/stylesheets/components/shared.scss */
.breadcrumbs a {
  text-decoration: none;
}

/* line 390, app/assets/stylesheets/components/shared.scss */
.toolbar {
  width: 100%;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 395, app/assets/stylesheets/components/shared.scss */
.toolbar_group {
  display: table-cell;
  white-space: nowrap;
  padding-left: 20px;
  vertical-align: middle;
}

/* line 400, app/assets/stylesheets/components/shared.scss */
.toolbar_group:first-child {
  padding-left: 0;
}

/* line 401, app/assets/stylesheets/components/shared.scss */
.toolbar_group.wrap-text {
  line-height: 1.1;
  white-space: normal;
}

/* line 406, app/assets/stylesheets/components/shared.scss */
.toolbar.vtop > .toolbar_group {
  vertical-align: top;
}

/* line 407, app/assets/stylesheets/components/shared.scss */
table.form + .toolbar {
  margin: 20px 0 0 0;
}

/* line 410, app/assets/stylesheets/components/shared.scss */
.flex-toolbar {
  display: flex;
  align-items: center;
}

/* line 414, app/assets/stylesheets/components/shared.scss */
.flex-toolbar.vtop {
  align-items: flex-start;
}

/* line 418, app/assets/stylesheets/components/shared.scss */
.flex-toolbar_group {
  display: flex;
  line-height: 1.1;
  align-items: center;
}

/* line 423, app/assets/stylesheets/components/shared.scss */
.flex-toolbar_group:not(:first-child) {
  margin-left: 20px;
}

/* line 427, app/assets/stylesheets/components/shared.scss */
.flex-toolbar_group > *:not(:first-child) {
  margin-left: 0.5rem;
}

/* line 431, app/assets/stylesheets/components/shared.scss */
.flex-toolbar_group.push-left {
  margin-right: auto;
}

/* line 435, app/assets/stylesheets/components/shared.scss */
.flex-toolbar_group.push-right {
  margin-left: auto;
}

/* line 439, app/assets/stylesheets/components/shared.scss */
.flex-toolbar_group.push-top {
  margin-bottom: auto;
}

/* line 443, app/assets/stylesheets/components/shared.scss */
.flex-toolbar_group.push-bottom {
  margin-top: auto;
}

/* line 448, app/assets/stylesheets/components/shared.scss */
table.form + .flex-toolbar {
  margin: 20px 0 0 0;
}

/* line 453, app/assets/stylesheets/components/shared.scss */
.instack {
  margin: 0;
  list-style: none;
  display: inline-block;
}

/* line 457, app/assets/stylesheets/components/shared.scss */
.instack > * {
  margin-left: 0.6em;
  padding-left: 0.6em;
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 462, app/assets/stylesheets/components/shared.scss */
.instack > *:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 470, app/assets/stylesheets/components/shared.scss */
.label {
  color: #FFF;
  padding: 0 0.5em;
  line-height: 1.75;
  border-radius: 3px;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  background: rgba(34, 17, 0, 0.3);
}

/* line 480, app/assets/stylesheets/components/shared.scss */
a.label:hover {
  color: #FFF;
  background: rgba(34, 17, 0, 0.5);
}

/* line 485, app/assets/stylesheets/components/shared.scss */
.legend {
  margin: 1em 0;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

/* line 493, app/assets/stylesheets/components/shared.scss */
.legend:before, .legend:after {
  width: 50%;
  height: 1px;
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #d5d0c8;
}

/* line 502, app/assets/stylesheets/components/shared.scss */
.legend:before {
  left: -0.5em;
  margin: 0 0 0 -50%;
}

/* line 506, app/assets/stylesheets/components/shared.scss */
.legend:after {
  left: 0.5em;
  margin: 0 -50% 0 0;
}

/* line 510, app/assets/stylesheets/components/shared.scss */
.legend-left {
  text-align: left;
}

/* line 512, app/assets/stylesheets/components/shared.scss */
.legend-left:before {
  display: none;
}

/* line 513, app/assets/stylesheets/components/shared.scss */
.legend-left:after {
  width: 100%;
}

/* line 515, app/assets/stylesheets/components/shared.scss */
.legend .button, .legend button {
  padding: 0 1em;
  margin: 0 -0.5em;
}

/* line 521, app/assets/stylesheets/components/shared.scss */
.headline {
  width: 100%;
  display: table;
  white-space: nowrap;
  margin-bottom: 20px;
}

/* line 526, app/assets/stylesheets/components/shared.scss */
.headline > * {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
}

/* line 530, app/assets/stylesheets/components/shared.scss */
.headline > *:first-child {
  padding-left: 0;
}

/* line 531, app/assets/stylesheets/components/shared.scss */
.headline > *:last-child {
  padding-right: 0;
}

/* line 533, app/assets/stylesheets/components/shared.scss */
.headline_title {
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: normal;
}

/* line 541, app/assets/stylesheets/components/shared.scss */
.cover {
  display: table;
}

/* line 543, app/assets/stylesheets/components/shared.scss */
.cover_image {
  display: table-cell;
  vertical-align: top;
}

/* line 547, app/assets/stylesheets/components/shared.scss */
.cover_caption {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

/* line 554, app/assets/stylesheets/components/shared.scss */
.logo {
  width: 134px;
  height: 50px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}

/* line 560, app/assets/stylesheets/components/shared.scss */
.logo svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 567, app/assets/stylesheets/components/shared.scss */
.icon {
  width: 1em;
  height: 1em;
  font-size: 16px;
  vertical-align: -12%;
  display: inline-block;
  text-decoration: none;
}

/* line 574, app/assets/stylesheets/components/shared.scss */
.icon:first-child {
  margin-right: 0.375em;
}

/* line 575, app/assets/stylesheets/components/shared.scss */
.icon:last-child {
  margin-left: 0.375em;
}

/* line 576, app/assets/stylesheets/components/shared.scss */
.icon:only-child {
  margin: 0;
}

/* line 577, app/assets/stylesheets/components/shared.scss */
.icon-big {
  vertical-align: -16%;
  font-size: 24px;
}

/* line 583, app/assets/stylesheets/components/shared.scss */
button .icon, .button .icon, .dropdown dd a .icon {
  vertical-align: -8%;
}

/* line 586, app/assets/stylesheets/components/shared.scss */
.review-breadcrumbs {
  padding: 0;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 0 0 30px 0;
}

/* line 594, app/assets/stylesheets/components/shared.scss */
.tabs {
  padding: 0;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 0 0 30px 0;
  font-family: "Crete Round", Georgia, "Times New Roman", Times, serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 605, app/assets/stylesheets/components/shared.scss */
.tabs a {
  float: left;
  padding: 0 0.8em;
  line-height: 2.4em;
  margin-bottom: -1px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 3px 3px 0 0;
  color: rgba(51, 34, 34, 0.65);
  border: 1px solid transparent;
  border-width: 1px 1px 0 1px;
}

/* line 616, app/assets/stylesheets/components/shared.scss */
.tabs a:hover {
  color: #322;
}

/* line 617, app/assets/stylesheets/components/shared.scss */
.tabs a.active {
  cursor: default;
  color: #322;
  border-color: rgba(0, 0, 0, 0.15);
  background: linear-gradient(to bottom, #fdfaf5, #faf5eb);
}

/* line 626, app/assets/stylesheets/components/shared.scss */
.flash {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  text-align: center;
  height: 80px;
  line-height: 80px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* line 636, app/assets/stylesheets/components/shared.scss */
.flash-notice {
  color: #490;
  background: rgba(240, 249, 217, 0.9);
}

/* line 640, app/assets/stylesheets/components/shared.scss */
.flash-info {
  color: #08D;
  background: rgba(217, 240, 255, 0.9);
}

/* line 644, app/assets/stylesheets/components/shared.scss */
.flash-alert {
  color: #E60;
  background: rgba(255, 246, 204, 0.9);
}

/* line 648, app/assets/stylesheets/components/shared.scss */
.flash-error {
  color: #D00;
  background: rgba(255, 240, 240, 0.9);
}

/* line 652, app/assets/stylesheets/components/shared.scss */
.flash_message {
  display: inline-block;
  line-height: 1.375;
}

/* line 656, app/assets/stylesheets/components/shared.scss */
.flash_close {
  top: 50%;
  right: 18px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  cursor: pointer;
  line-height: 36px;
  margin-top: -16px;
  text-align: center;
  position: absolute;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
}

/* line 669, app/assets/stylesheets/components/shared.scss */
.flash_close:hover {
  color: #000;
}

/* line 673, app/assets/stylesheets/components/shared.scss */
.validation {
  margin: 1em 0;
  padding-left: 1em;
  color: #C00;
  border-left: 3px solid currentColor;
}

/* line 678, app/assets/stylesheets/components/shared.scss */
.validation.success {
  color: #490;
}

/* line 681, app/assets/stylesheets/components/shared.scss */
.validation_title {
  color: inherit;
  margin: 0 0 0.3em 0;
  font-size: 18px;
}

/* line 686, app/assets/stylesheets/components/shared.scss */
.validation_summary {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 690, app/assets/stylesheets/components/shared.scss */
.validation_summary li {
  margin: 0;
}

/* line 694, app/assets/stylesheets/components/shared.scss */
.datagrid {
  border: 0;
  width: 100%;
  line-height: 1.25;
  border-collapse: separate;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 700, app/assets/stylesheets/components/shared.scss */
.datagrid th, .datagrid thead td {
  font-weight: bold;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.1);
}

/* line 705, app/assets/stylesheets/components/shared.scss */
.datagrid th.wrapped, .datagrid thead td.wrapped {
  word-wrap: break-word;
}

/* line 707, app/assets/stylesheets/components/shared.scss */
.datagrid td {
  padding: 10px;
  word-wrap: break-word;
  word-break: break-word;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 715, app/assets/stylesheets/components/shared.scss */
.datagrid td.nowrap {
  word-wrap: normal;
  word-break: normal;
}

/* line 722, app/assets/stylesheets/components/shared.scss */
.datagrid td.overflow {
  max-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 728, app/assets/stylesheets/components/shared.scss */
.datagrid td.toleft {
  padding-left: 0;
}

/* line 729, app/assets/stylesheets/components/shared.scss */
.datagrid td.toright {
  padding-right: 0;
}

/* line 730, app/assets/stylesheets/components/shared.scss */
.datagrid td.tocenter {
  text-align: center;
}

/* line 732, app/assets/stylesheets/components/shared.scss */
.datagrid thead + tbody tr:first-child td {
  border: 0;
}

/* line 733, app/assets/stylesheets/components/shared.scss */
.datagrid.striped tr:nth-child(even) {
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 739, app/assets/stylesheets/components/shared.scss */
.nodata {
  margin: 20px 0;
  padding: 40px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 744, app/assets/stylesheets/components/shared.scss */
.nodata_title {
  margin: 0;
  color: #655;
}

/* line 748, app/assets/stylesheets/components/shared.scss */
.nodata_text {
  margin: 0.3em 0;
  color: #4d312f;
}

/* line 754, app/assets/stylesheets/components/shared.scss */
.litebox-embed {
  margin: 20px auto;
}

/* line 756, app/assets/stylesheets/components/shared.scss */
.litebox .litebox-embed {
  margin: 0;
}

/* line 759, app/assets/stylesheets/components/shared.scss */
.counter {
  padding: 0.5em;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  font-size: 20px;
  font-family: "Crete Round", Georgia, "Times New Roman", Times, serif;
}

/* line 766, app/assets/stylesheets/components/shared.scss */
.counter:before {
  color: #655;
  display: block;
  line-height: 1;
  font-size: 250%;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: -0.03em;
  font-family: "Source Serif Pro", Georgia, "Times New Roman", Times, serif;
}

/* line 778, app/assets/stylesheets/components/shared.scss */
.userpic {
  width: 1em;
  height: 1em;
  font-size: 40px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-size: 0.9em 0.9em;
  background-repeat: no-repeat;
  background-color: rgba(34, 0, 0, 0.2);
  background-position: center bottom;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRo PSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgcHJl c2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGZpbGw9IiMxMDAi IG9wYWNpdHk9IjAuNSIgZD0iTTEyLjUzLDExLjk2Yy0yLjEtMC44LTIuNzct MS40Ny0yLjc3LTIuOTFjMC0wLjg3LDAuNjQtMC41OCwwLjkyLTIuMTdjMC4x Mi0wLjY2LDAuNjgtMC4wMSwwLjc5LTEuNTEgYzAtMC42LTAuMzEtMC43NS0w LjMxLTAuNzVzMC4xNi0wLjg5LDAuMjItMS41N0MxMS40NiwyLjE5LDEwLjkx LDAsOCwwQzUuMDksMCw0LjU0LDIuMTksNC42MiwzLjA0YzAuMDYsMC42OCww LjIyLDEuNTcsMC4yMiwxLjU3IFM0LjUzLDQuNzYsNC41Myw1LjM2YzAuMTEs MS41LDAuNjcsMC44NSwwLjc5LDEuNTFjMC4yOCwxLjU5LDAuOTIsMS4zLDAu OTIsMi4xN2MwLDEuNDQtMC42NywyLjEyLTIuNzcsMi45MSBDMS4zNywxMi43 NiwwLDEzLjU3LDAsMTQuMTNTMCwxNiwwLDE2aDE2YzAsMCwwLTEuMzEsMC0x Ljg3UzE0LjYzLDEyLjc2LDEyLjUzLDExLjk2TDEyLjUzLDExLjk2eiIvPjwv c3ZnPg== ");
}

/* line 791, app/assets/stylesheets/components/shared.scss */
.userpic img {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 796, app/assets/stylesheets/components/shared.scss */
.userpic.userpic-small {
  font-size: 30px;
}

/* line 799, app/assets/stylesheets/components/shared.scss */
.progress {
  width: 100%;
  height: 1em;
  font-size: 10px;
  text-align: left;
  overflow: hidden;
  position: relative;
  border-radius: 0.5em;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
}

/* line 810, app/assets/stylesheets/components/shared.scss */
.progress:after {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 821, app/assets/stylesheets/components/shared.scss */
.progress span {
  height: 100%;
  background: #6C2;
  vertical-align: top;
  display: inline-block;
}

/* line 826, app/assets/stylesheets/components/shared.scss */
.progress span:nth-child(2) {
  background: #A3E07A;
}

/* line 827, app/assets/stylesheets/components/shared.scss */
.progress span:nth-child(3) {
  background: #F0E68C;
}

/* line 831, app/assets/stylesheets/components/shared.scss */
.input-file {
  position: relative;
  padding-right: 80px;
}

/* line 834, app/assets/stylesheets/components/shared.scss */
.input-file input[type=text] {
  z-index: 1;
  height: 34px;
  position: relative;
  border-right-width: 0;
}

/* line 840, app/assets/stylesheets/components/shared.scss */
.input-file button {
  top: 0;
  right: 0;
  z-index: 1;
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 848, app/assets/stylesheets/components/shared.scss */
.input-file input[type=file] {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  outline: none;
  position: absolute;
}

/* line 857, app/assets/stylesheets/components/shared.scss */
.input-file input.invalid[type=file] + input[type=text] {
  color: #C00;
  border-color: rgba(204, 0, 0, 0.5);
}

/* line 864, app/assets/stylesheets/components/shared.scss */
.sidemenu {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  padding: 10px 0;
  color: rgba(99, 74, 71, 0.5);
}

/* line 870, app/assets/stylesheets/components/shared.scss */
.sidemenu li {
  margin: 0.5em 0;
}

/* line 873, app/assets/stylesheets/components/shared.scss */
.sidemenu a {
  display: block;
  color: #634a47;
  text-decoration: none;
  font-family: "Crete Round", Georgia, "Times New Roman", Times, serif;
}

/* line 878, app/assets/stylesheets/components/shared.scss */
.sidemenu a:hover {
  color: #200;
}

/* line 884, app/assets/stylesheets/components/shared.scss */
.user-label {
  width: 100%;
  color: #655;
  font-size: 0;
  margin: 5px 0;
  line-height: 40px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

/* line 893, app/assets/stylesheets/components/shared.scss */
.user-label .username {
  line-height: 1;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-left: 10px;
}

/* line 900, app/assets/stylesheets/components/shared.scss */
.user-label .username small {
  display: block;
  line-height: 1.2;
  color: #634a47;
}

/* line 906, app/assets/stylesheets/components/shared.scss */
.user-label .remove {
  top: 50%;
  right: 0;
  border: 0;
  width: 1em;
  height: 1em;
  display: none;
  font-size: 20px;
  box-shadow: none;
  position: absolute;
  margin-top: -0.5em;
  border-radius: 50%;
  background-color: #900;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRo PSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgcHJl c2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGZpbGw9Im5vbmUi IHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIxLjYiIGQ9Ik0wLDAgTDEw LDEwIE0xMCwwIEwwLDEwIi8+PC9zdmc+ ");
}

/* line 922, app/assets/stylesheets/components/shared.scss */
.user-label .remove:hover {
  background-color: #D50;
}

/* line 924, app/assets/stylesheets/components/shared.scss */
.user-label:hover .remove {
  display: block;
}

/* line 927, app/assets/stylesheets/components/shared.scss */
.user-select-form {
  margin: 1em 0;
  position: relative;
  padding-right: 59px;
}

/* line 931, app/assets/stylesheets/components/shared.scss */
.user-select-form select, .user-select-form .select2-container--default .select2-selection--single {
  border-right-width: 0;
  border-radius: 0.25em 0 0 0.25em;
}

/* line 935, app/assets/stylesheets/components/shared.scss */
.user-select-form button {
  top: 0;
  right: 0;
  z-index: 9996;
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 950, app/assets/stylesheets/components/shared.scss */
.pagination {
  font-size: 0;
  white-space: nowrap;
  color: #634a47;
  margin: 10px 0;
}

/* line 955, app/assets/stylesheets/components/shared.scss */
.pagination > * {
  line-height: 2;
  padding: 0 0.5em;
  transition: none;
  margin: 0 1px 0 0;
  font-style: normal;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
}

/* line 967, app/assets/stylesheets/components/shared.scss */
.pagination a:hover {
  background: rgba(34, 0, 0, 0.1);
}

/* line 970, app/assets/stylesheets/components/shared.scss */
.pagination .current {
  color: #FFF;
  background: #655;
}

/* line 974, app/assets/stylesheets/components/shared.scss */
.pagination .disabled {
  display: none;
}

/* line 977, app/assets/stylesheets/components/shared.scss */
.pagination_info {
  line-height: 2;
  text-align: right;
  color: #4d312f;
  margin: 10px 0;
}

/* line 990, app/assets/stylesheets/components/shared.scss */
.user-bubble {
  width: 100%;
  padding: 0 0 0 55px;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 10px;
}

/* line 997, app/assets/stylesheets/components/shared.scss */
.user-bubble.editable .user-bubble_form {
  display: none;
}

/* line 999, app/assets/stylesheets/components/shared.scss */
.user-bubble.editable.edit .user-bubble_content {
  display: none;
}

/* line 1000, app/assets/stylesheets/components/shared.scss */
.user-bubble.editable.edit .user-bubble_form {
  display: block;
}

/* line 1003, app/assets/stylesheets/components/shared.scss */
.user-bubble .userpic {
  float: left;
  font-size: 40px;
  margin-left: -55px;
}

/* line 1008, app/assets/stylesheets/components/shared.scss */
.user-bubble_content, .user-bubble_form {
  border-radius: 4px;
  position: relative;
  padding: 15px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #fcf9f2;
}

/* line 1015, app/assets/stylesheets/components/shared.scss */
.user-bubble_content:before, .user-bubble_content:after, .user-bubble_form:before, .user-bubble_form:after {
  top: 12px;
  left: -8px;
  content: '';
  font-size: 8px;
  position: absolute;
  border: 8px solid transparent;
  border-left-width: 0;
  border-right-color: #fcf9f2;
}

/* line 1025, app/assets/stylesheets/components/shared.scss */
.user-bubble_content:before, .user-bubble_form:before {
  left: -9px;
  border-right-color: rgba(0, 0, 0, 0.12);
}

/* line 1031, app/assets/stylesheets/components/shared.scss */
.user-bubble_content time {
  display: block;
  color: #634a47;
  margin-bottom: 0.3em;
  font-size: 14px;
}

/* line 1037, app/assets/stylesheets/components/shared.scss */
.user-bubble_content p {
  margin: 0;
  line-height: 1.2;
}

/* line 1042, app/assets/stylesheets/components/shared.scss */
.user-bubble_form {
  padding: 0;
}

/* line 1044, app/assets/stylesheets/components/shared.scss */
.user-bubble_form:after {
  border-right-color: #fefdfb;
}

/* line 1045, app/assets/stylesheets/components/shared.scss */
.user-bubble_form_editor {
  padding: 5px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  background: #fefdfb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 1052, app/assets/stylesheets/components/shared.scss */
.user-bubble_form_footer {
  line-height: 30px;
  text-align: right;
  padding: 10px;
  font-size: 14px;
}

/* line 1057, app/assets/stylesheets/components/shared.scss */
.user-bubble_form_footer a {
  color: #634a47;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 1062, app/assets/stylesheets/components/shared.scss */
.user-bubble_form_footer a:hover {
  color: #200;
}

/* line 1065, app/assets/stylesheets/components/shared.scss */
.user-bubble_form_error {
  float: left;
  color: #D00;
}

/* line 1069, app/assets/stylesheets/components/shared.scss */
.user-bubble_form textarea {
  border: 0;
  background: none;
  box-shadow: none;
}

/* line 1075, app/assets/stylesheets/components/shared.scss */
.user-bubble_actions {
  float: right;
  margin: -5px -5px 0 0;
}

/* line 1078, app/assets/stylesheets/components/shared.scss */
.user-bubble_actions a {
  margin-left: 8px;
  vertical-align: top;
  display: inline-block;
  color: rgba(34, 0, 0, 0.3);
}

/* line 1083, app/assets/stylesheets/components/shared.scss */
.user-bubble_actions a:hover {
  color: rgba(34, 0, 0, 0.6);
}

/* line 1088, app/assets/stylesheets/components/shared.scss */
.comment-bubble {
  display: flow-root;
  width: 70%;
}

/* line 1097, app/assets/stylesheets/components/shared.scss */
.diff-help {
  color: #634a47;
  padding-bottom: 20px;
  margin: -10px 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1102, app/assets/stylesheets/components/shared.scss */
.diff-help ins {
  color: #200;
  background: #CEC;
  text-decoration: none;
}

/* line 1107, app/assets/stylesheets/components/shared.scss */
.diff-help del {
  color: #200;
  background: #FCC;
}

/* line 1111, app/assets/stylesheets/components/shared.scss */
.diff-help span {
  color: #200;
  background: #FFF;
}

/* line 1117, app/assets/stylesheets/components/shared.scss */
.diff-versions {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 1121, app/assets/stylesheets/components/shared.scss */
.diff-versions th {
  padding: 10px 0;
  line-height: 30px;
  color: #4d312f;
}

/* line 1125, app/assets/stylesheets/components/shared.scss */
.diff-versions th:first-child {
  width: 25%;
  padding-left: 10px;
}

/* line 1129, app/assets/stylesheets/components/shared.scss */
.diff-versions th form {
  position: relative;
  padding-left: 115px;
}

/* line 1132, app/assets/stylesheets/components/shared.scss */
.diff-versions th form label {
  left: 0;
  top: 50%;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
}

/* line 1141, app/assets/stylesheets/components/shared.scss */
.diff-versions td {
  vertical-align: top;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.06);
}

/* line 1148, app/assets/stylesheets/components/shared.scss */
.diff-list {
  height: 100%;
  border-width: 0 1px 0 0;
}

/* line 1151, app/assets/stylesheets/components/shared.scss */
.diff-list .scroll-container {
  overflow-y: auto;
  padding-right: 10px;
}

/* line 1156, app/assets/stylesheets/components/shared.scss */
.diff-list a {
  display: block;
  overflow: hidden;
  line-height: 2.4;
  color: #634a47;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  padding: 0 10px;
}

/* line 1165, app/assets/stylesheets/components/shared.scss */
.diff-list a:hover {
  color: #200;
}

/* line 1166, app/assets/stylesheets/components/shared.scss */
.diff-list a.selected {
  color: #200;
  background-color: rgba(0, 0, 0, 0.06);
}

/* line 1170, app/assets/stylesheets/components/shared.scss */
.diff-list a time {
  width: 8em;
  display: inline-block;
}

/* line 1177, app/assets/stylesheets/components/shared.scss */
.diff-version {
  width: 50%;
  padding: 20px;
  border-width: 1px 0;
  background-clip: padding-box;
  background-color: #fefcf9;
}

/* line 1183, app/assets/stylesheets/components/shared.scss */
.diff-version:last-child {
  border-right-width: 1px;
  background-color: #f0ebe2;
}

/* line 1187, app/assets/stylesheets/components/shared.scss */
.diff-version p {
  margin: 1.375em 0 0 0;
}

/* line 1189, app/assets/stylesheets/components/shared.scss */
.diff-version p:first-child {
  margin-top: 0;
}

/* line 1191, app/assets/stylesheets/components/shared.scss */
.diff-version .original {
  display: none;
}

/* line 1192, app/assets/stylesheets/components/shared.scss */
.diff-version ins {
  background: #CEC;
  text-decoration: none;
}

/* line 1196, app/assets/stylesheets/components/shared.scss */
.diff-version del {
  background: #FCC;
}

/* line 1197, app/assets/stylesheets/components/shared.scss */
.diff-version span {
  background: #FFF;
}

/* line 1198, app/assets/stylesheets/components/shared.scss */
.diff-version [data-empty]:empty:before {
  opacity: 0.5;
  content: attr(data-empty);
}

/* line 1205, app/assets/stylesheets/components/shared.scss */
.notice {
  display: flex;
  padding: 2rem;
  margin: 1.5em 0;
  border-radius: 5px;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}

/* line 1214, app/assets/stylesheets/components/shared.scss */
.notice_content {
  color: #634a47;
}

/* line 1218, app/assets/stylesheets/components/shared.scss */
.notice_aside {
  margin-left: 2rem;
}

/* line 5, app/assets/stylesheets/components/layout.scss */
.header {
  text-align: left;
  padding: 0 20px;
  background: #EDB;
  font-family: "Crete Round", Georgia, "Times New Roman", Times, serif;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

/* line 11, app/assets/stylesheets/components/layout.scss */
.header .toolbar {
  height: 80px;
}

/* line 13, app/assets/stylesheets/components/layout.scss */
.header .toolbar_group:last-child {
  text-align: right;
}

/* line 15, app/assets/stylesheets/components/layout.scss */
.header_link {
  color: #433;
  white-space: nowrap;
  margin-left: 20px;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  font-size: 20px;
}

/* line 23, app/assets/stylesheets/components/layout.scss */
.header_link:hover {
  color: #D50;
}

/* line 25, app/assets/stylesheets/components/layout.scss */
.header_user {
  margin-left: 40px;
}

/* line 27, app/assets/stylesheets/components/layout.scss */
.header_user span {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}

/* line 32, app/assets/stylesheets/components/layout.scss */
.header_user big, .header_user small {
  display: block;
  overflow: hidden;
  max-width: 170px;
  line-height: 1.12;
  text-overflow: ellipsis;
}

/* line 39, app/assets/stylesheets/components/layout.scss */
.header_user small {
  font-family: "Source Serif Pro", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}

/* line 43, app/assets/stylesheets/components/layout.scss */
.header_user .icon {
  opacity: 0.9;
  font-size: 28px;
  vertical-align: middle;
}

/* line 51, app/assets/stylesheets/components/layout.scss */
.footer {
  bottom: 0;
  width: 100%;
  display: flex;
  text-align: left;
  color: #d0cccc;
  padding: 20px;
  position: absolute;
  align-items: center;
  height: 100px;
  background: #433;
  box-sizing: border-box;
  justify-content: space-between;
}

/* line 65, app/assets/stylesheets/components/layout.scss */
.footer a {
  color: inherit;
  text-decoration: underline;
}

/* line 68, app/assets/stylesheets/components/layout.scss */
.footer a:hover {
  color: white;
}

/* line 73, app/assets/stylesheets/components/layout.scss */
.footer_nav {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

/* line 79, app/assets/stylesheets/components/layout.scss */
.footer_nav a:not(:last-child) {
  margin-right: 1rem;
}

/* line 84, app/assets/stylesheets/components/layout.scss */
.footer_copyright {
  margin-top: 1rem;
}

/* line 88, app/assets/stylesheets/components/layout.scss */
.footer_social {
  display: flex;
  justify-content: flex-end;
}

/* line 92, app/assets/stylesheets/components/layout.scss */
.footer_social a:not(:last-child) {
  margin-right: 1.5rem;
}

/* line 96, app/assets/stylesheets/components/layout.scss */
.footer_social svg {
  width: 24px;
  height: 24px;
  vertical-align: top;
}

/* line 104, app/assets/stylesheets/components/layout.scss */
.wrapper {
  padding: 3rem;
  margin: 0 auto;
  text-align: left;
  max-width: 1440px;
  box-sizing: border-box;
}

/* line 112, app/assets/stylesheets/components/layout.scss */
.columns {
  width: 100%;
  display: table;
}

/* line 115, app/assets/stylesheets/components/layout.scss */
.columns.fixed {
  table-layout: fixed;
}

/* line 118, app/assets/stylesheets/components/layout.scss */
.columns > * {
  padding: 0 20px;
  display: table-cell;
  vertical-align: top;
}

/* line 122, app/assets/stylesheets/components/layout.scss */
.columns > *:first-child {
  padding-left: 0;
}

/* line 123, app/assets/stylesheets/components/layout.scss */
.columns > *:last-child {
  padding-right: 0;
}

/* line 125, app/assets/stylesheets/components/layout.scss */
.columns .maincol {
  width: 70%;
}

/* line 128, app/assets/stylesheets/components/layout.scss */
.columns .sidecol {
  width: 30%;
  min-width: 300px;
}

/* line 5, app/assets/stylesheets/sections/home.scss */
a.button.big.learn-more {
  width: 246px;
  height: 53px;
  font-size: 24px;
}

/* line 17, app/assets/stylesheets/sections/home.scss */
.intro {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  background: #433 url(/assets/static/home/header-a17f11d3fca92f62fb145e6013a55f75e31a5d66be8eb4ec5759a1784755a81e.jpg) no-repeat center bottom;
  background-size: cover;
}

/* line 21, app/assets/stylesheets/sections/home.scss */
.intro .wrapper {
  display: flex;
  padding: 0 20px;
  min-height: 517px;
  align-items: center;
  justify-content: center;
}

/* line 28, app/assets/stylesheets/sections/home.scss */
.intro_box {
  color: #FFF;
  padding: 60px;
  text-align: left;
  max-width: 1440px;
  background: rgba(17, 0, 0, 0.6);
}

/* line 35, app/assets/stylesheets/sections/home.scss */
.intro_box_title {
  margin: 0;
  color: inherit;
  font-size: 38px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 17px;
}

/* line 46, app/assets/stylesheets/sections/home.scss */
.intro_box_text {
  font-size: 125%;
  max-width: 600px;
  line-height: normal;
  margin: 0.5em 0 0 0;
}

/* line 52, app/assets/stylesheets/sections/home.scss */
.intro_box a.learn-more {
  margin-top: 41px;
}

@media screen and (max-width: 1024px) {
  /* line 58, app/assets/stylesheets/sections/home.scss */
  .intro .wrapper {
    height: 450px;
  }
}

@media screen and (max-width: 900px) {
  /* line 17, app/assets/stylesheets/sections/home.scss */
  .intro {
    margin-bottom: 0;
  }
  /* line 62, app/assets/stylesheets/sections/home.scss */
  .intro .wrapper {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  /* line 65, app/assets/stylesheets/sections/home.scss */
  .intro .wrapper {
    height: 350px;
  }
}

/* line 69, app/assets/stylesheets/sections/home.scss */
#description {
  text-align: center;
  padding: 10px 0 40px 0;
}

/* line 73, app/assets/stylesheets/sections/home.scss */
#description h2 {
  margin: 0 auto;
  max-width: 800px;
  font-size: 24px;
  color: #342b2b;
  line-height: normal;
}

/* line 82, app/assets/stylesheets/sections/home.scss */
.advantages {
  background-color: #fdfaf5;
  border: 1px solid #d5d0c8;
  padding: 30px;
}

/* line 85, app/assets/stylesheets/sections/home.scss */
.advantages_list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}

/* line 92, app/assets/stylesheets/sections/home.scss */
.advantages_list_item {
  flex: 0 1 31%;
  padding: 0 0 20px 0;
}

/* line 96, app/assets/stylesheets/sections/home.scss */
.advantages_title {
  color: #342b2b;
  font-size: 24px;
  border-bottom: 1px solid #d5d0c8;
  padding-bottom: 12px;
}

/* line 102, app/assets/stylesheets/sections/home.scss */
.advantages_text {
  margin: 0.5em 0;
  color: #200;
  line-height: 1.3;
  min-height: 5.2em;
  font-size: 20px;
}

/* line 109, app/assets/stylesheets/sections/home.scss */
.advantages ul {
  list-style-type: disc;
  font-size: 18px;
  margin: 15px 0 0 1em;
}

/* line 113, app/assets/stylesheets/sections/home.scss */
.advantages ul li {
  margin-top: 5px;
}

/* line 117, app/assets/stylesheets/sections/home.scss */
.advantages .start {
  border-top: 1px solid #d5d0c8;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 10px;
}

/* line 123, app/assets/stylesheets/sections/home.scss */
.advantages .start h4 {
  margin-bottom: 20px;
  color: #342b2b;
}

/* line 130, app/assets/stylesheets/sections/home.scss */
.banner {
  padding-top: 55px;
  text-align: center;
}

/* line 135, app/assets/stylesheets/sections/home.scss */
.quotes {
  padding-top: 55px;
}

/* line 138, app/assets/stylesheets/sections/home.scss */
.quotes_list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}

/* line 145, app/assets/stylesheets/sections/home.scss */
.quotes_list_item {
  flex: 0 1 31%;
  display: flex;
  flex-direction: column;
  padding: 0 0 20px 0;
}

/* line 151, app/assets/stylesheets/sections/home.scss */
.quotes h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}

/* line 156, app/assets/stylesheets/sections/home.scss */
.quotes blockquote {
  margin: 0;
  display: flex;
  flex: 1 1 auto;
}

/* line 160, app/assets/stylesheets/sections/home.scss */
.quotes blockquote p {
  color: #200;
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 5px;
  font-size: 18px;
  font-style: italic;
  position: relative;
  background: #eee9df;
}

/* line 169, app/assets/stylesheets/sections/home.scss */
.quotes blockquote p:after {
  top: 100%;
  left: 20px;
  content: '';
  position: absolute;
  border: 0 solid transparent;
  border-width: 20px 20px 0 0;
  border-top-color: #eee9df;
}

/* line 180, app/assets/stylesheets/sections/home.scss */
.quotes cite {
  line-height: 2;
  margin-top: 5px;
  min-height: 48px;
  font-style: normal;
  color: #4d312f;
  display: inline-block;
}

/* line 187, app/assets/stylesheets/sections/home.scss */
.quotes cite small {
  display: block;
  max-width: 200px;
  line-height: 1.2;
  color: #634a47;
}

/* line 194, app/assets/stylesheets/sections/home.scss */
.quotes .simplify {
  text-align: center;
  padding: 20px;
  margin-bottom: 40px;
}

/* line 199, app/assets/stylesheets/sections/home.scss */
.quotes .simplify h4 {
  color: #342b2b;
  margin-bottom: 20px;
}

/* line 206, app/assets/stylesheets/sections/home.scss */
#transcription_count {
  background-color: #fdfaf5;
  border: 1px solid #d5d0c8;
  padding: 30px;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 40px;
}

/* line 212, app/assets/stylesheets/sections/home.scss */
#transcription_count #count {
  font-size: 60px;
  color: #d0021b;
  font-family: "Crete Round", Georgia, "Times New Roman", Times, serif;
}

/* line 218, app/assets/stylesheets/sections/home.scss */
#transcription_count p {
  font-size: 24px;
  font-family: "Crete Round", Georgia, "Times New Roman", Times, serif;
}

/* line 224, app/assets/stylesheets/sections/home.scss */
.spotlight {
  margin-bottom: 20px;
}

/* line 226, app/assets/stylesheets/sections/home.scss */
.spotlight h3 {
  font-size: 40px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 232, app/assets/stylesheets/sections/home.scss */
.spotlight .justified_box {
  width: 48%;
  color: #4d312f;
  padding-bottom: 40px;
}

/* line 238, app/assets/stylesheets/sections/home.scss */
.spotlight .cover_image {
  width: 150px;
  height: 150px;
}

/* line 242, app/assets/stylesheets/sections/home.scss */
.spotlight .cover_caption {
  padding-left: 20px;
}

/* line 246, app/assets/stylesheets/sections/home.scss */
.spotlight p {
  margin-top: 0;
}

/* line 249, app/assets/stylesheets/sections/home.scss */
.spotlight a {
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  /* line 253, app/assets/stylesheets/sections/home.scss */
  .spotlight .justified_box {
    width: 100%;
  }
}

/* line 2, app/assets/stylesheets/sections/software.scss */
#software h2 {
  padding-top: 57px;
  text-align: center;
  font-size: 40px;
}

/* line 8, app/assets/stylesheets/sections/software.scss */
#software h3 {
  font-size: 24px;
}

/* line 10, app/assets/stylesheets/sections/software.scss */
#software p {
  font-size: 18px;
}

/* line 51, app/assets/stylesheets/sections/software.scss */
#software #transcription {
  clear: both;
  padding-top: 80px;
}

/* line 16, app/assets/stylesheets/sections/software.scss */
#software #transcription .content {
  box-sizing: border-box;
}

/* line 26, app/assets/stylesheets/sections/software.scss */
#software #transcription .content {
  width: 47%;
  float: left;
}

/* line 31, app/assets/stylesheets/sections/software.scss */
#software #transcription img {
  width: 47%;
  float: right;
}

/* line 55, app/assets/stylesheets/sections/software.scss */
#software #annotation {
  clear: both;
  padding-top: 80px;
}

/* line 16, app/assets/stylesheets/sections/software.scss */
#software #annotation .content {
  box-sizing: border-box;
}

/* line 40, app/assets/stylesheets/sections/software.scss */
#software #annotation .content {
  width: 47%;
  float: right;
}

/* line 45, app/assets/stylesheets/sections/software.scss */
#software #annotation img {
  width: 47%;
  float: left;
}

/* line 59, app/assets/stylesheets/sections/software.scss */
#software #dashboard {
  clear: both;
  padding-top: 80px;
}

/* line 16, app/assets/stylesheets/sections/software.scss */
#software #dashboard .content {
  box-sizing: border-box;
}

/* line 26, app/assets/stylesheets/sections/software.scss */
#software #dashboard .content {
  width: 47%;
  float: left;
}

/* line 31, app/assets/stylesheets/sections/software.scss */
#software #dashboard img {
  width: 47%;
  float: right;
}

/* line 63, app/assets/stylesheets/sections/software.scss */
#software #features {
  clear: both;
  overflow: hidden;
  padding-top: 57px;
}

/* line 68, app/assets/stylesheets/sections/software.scss */
#software #features section {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
}

/* line 74, app/assets/stylesheets/sections/software.scss */
#software #features section:first-child {
  padding-left: 0;
}

/* line 80, app/assets/stylesheets/sections/software.scss */
#software #video {
  text-align: center;
}

/* line 83, app/assets/stylesheets/sections/software.scss */
#software #video_wrapper {
  height: 0;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

/* line 89, app/assets/stylesheets/sections/software.scss */
#software #video_wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #d5d0c8;
}

/* line 100, app/assets/stylesheets/sections/software.scss */
#software #pricing {
  clear: both;
  margin-top: 60px;
}

/* line 104, app/assets/stylesheets/sections/software.scss */
#software #pricing h2 {
  margin-bottom: 40px;
}

/* line 105, app/assets/stylesheets/sections/software.scss */
#software #pricing h3 {
  text-align: center;
}

/* line 107, app/assets/stylesheets/sections/software.scss */
#software #pricing ul.pricing_features {
  list-style: none;
  margin-left: 0;
}

/* line 111, app/assets/stylesheets/sections/software.scss */
#software #pricing ul.pricing_features li strong {
  font-weight: bold;
}

/* line 116, app/assets/stylesheets/sections/software.scss */
#software #pricing .pricing_grid_cell .pricing_price .pricing_price_billing {
  display: block;
  font-size: 16px;
  width: 100%;
  margin: 13px 0 20px 0;
}

/* line 125, app/assets/stylesheets/sections/software.scss */
#software #integrations section {
  width: 33%;
  float: left;
  padding: 30px;
  box-sizing: border-box;
}

/* line 132, app/assets/stylesheets/sections/software.scss */
#software #integrations hr {
  clear: both;
  visibility: hidden;
}

/* line 2, app/assets/stylesheets/sections/contact.scss */
#contact label {
  padding-bottom: 5px;
}

/* line 6, app/assets/stylesheets/sections/contact.scss */
#contact .signon_field {
  padding-bottom: 15px;
}

/* line 9, app/assets/stylesheets/sections/contact.scss */
#contact .signon_field:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/sections/contact.scss */
#contact textarea {
  height: 193px;
}

/* line 19, app/assets/stylesheets/sections/contact.scss */
#contact button {
  width: 144px;
  margin-bottom: 60px;
}

/* line 6, app/assets/stylesheets/sections/project.scss */
.pricing {
  margin: 0 -10px 60px -10px;
}

/* line 9, app/assets/stylesheets/sections/project.scss */
.pricing_grid {
  width: 100%;
  display: table;
  border-spacing: 10px 0;
}

/* line 13, app/assets/stylesheets/sections/project.scss */
.pricing_grid_row {
  display: table-row;
}

/* line 16, app/assets/stylesheets/sections/project.scss */
.pricing_grid_row:first-child .pricing_grid_cell {
  border-top-width: 1px;
  padding-top: 30px;
}

/* line 20, app/assets/stylesheets/sections/project.scss */
.pricing_grid_row:last-child .pricing_grid_cell {
  border-bottom-width: 1px;
  padding-bottom: 30px;
}

/* line 24, app/assets/stylesheets/sections/project.scss */
.pricing_grid_cell {
  margin: 0;
  width: 33.33%;
  display: table-cell;
  padding: 0 30px;
  border: 0 solid #d5d0c8;
  border-width: 0 1px;
  background: #fdfaf5;
}

/* line 35, app/assets/stylesheets/sections/project.scss */
.pricing_title {
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d0c8;
}

/* line 40, app/assets/stylesheets/sections/project.scss */
.pricing_features {
  margin: 2em 1.5em;
}

/* line 44, app/assets/stylesheets/sections/project.scss */
.pricing_feature {
  margin: 0.8em 0;
  font-size: 18px;
}

/* line 49, app/assets/stylesheets/sections/project.scss */
.pricing_price {
  padding-top: 20px;
  line-height: 40px;
  border-top: 1px solid #d5d0c8;
}

/* line 53, app/assets/stylesheets/sections/project.scss */
.pricing_price_value {
  line-height: 1;
  font-size: 40px;
  font-family: "Crete Round", Georgia, "Times New Roman", Times, serif;
  display: inline-block;
  vertical-align: middle;
}

/* line 60, app/assets/stylesheets/sections/project.scss */
.pricing_price_billing {
  line-height: 1.2;
  padding-top: 5px;
  color: #4d312f;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

/* line 68, app/assets/stylesheets/sections/project.scss */
.pricing_price_request {
  font-size: 24px;
  font-family: "Crete Round", Georgia, "Times New Roman", Times, serif;
}

/* line 74, app/assets/stylesheets/sections/project.scss */
.pricing_payment {
  margin: 1em 0;
  color: #634a47;
}

/* line 79, app/assets/stylesheets/sections/project.scss */
.pricing .button {
  width: 100%;
  font-size: 24px;
  font-family: "Crete Round", Georgia, "Times New Roman", Times, serif;
}

/* line 86, app/assets/stylesheets/sections/project.scss */
.free-trial {
  color: #4d312f;
  max-width: 600px;
  text-align: center;
  margin: 40px auto;
}

/* line 93, app/assets/stylesheets/sections/project.scss */
.service {
  margin: 40px 0;
}

/* line 95, app/assets/stylesheets/sections/project.scss */
.service .justified_box {
  width: 22%;
  color: #4d312f;
  padding: 30px 0;
}

/* line 100, app/assets/stylesheets/sections/project.scss */
.service_icon {
  width: 150px;
  height: 150px;
}

/* line 104, app/assets/stylesheets/sections/project.scss */
.service_text {
  margin: 0;
}

@media screen and (max-width: 900px) {
  /* line 107, app/assets/stylesheets/sections/project.scss */
  .service .justified_box {
    width: 47%;
  }
}

/* line 5, app/assets/stylesheets/sections/signon.scss */
.signon {
  max-width: 600px;
  margin: 20px auto;
}

/* line 8, app/assets/stylesheets/sections/signon.scss */
.signon_field {
  margin: 0.8em 0;
  font-size: 18px;
}

/* line 12, app/assets/stylesheets/sections/signon.scss */
.signon_fieldset {
  border-radius: 4px;
  margin: 20px 0;
  padding: 0.3em 0.6em;
  background: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 20, app/assets/stylesheets/sections/signon.scss */
.signon_label {
  display: block;
  padding: 0.3em 0;
  position: relative;
  font-weight: normal;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 26, app/assets/stylesheets/sections/signon.scss */
.signon_label:first-child {
  border: 0;
}

/* line 27, app/assets/stylesheets/sections/signon.scss */
.signon_label_icon {
  top: 50%;
  left: 5px;
  width: 1em;
  height: 1em;
  position: absolute;
  margin: -0.5em 0 0 0;
  transition: color 0.2s;
  color: rgba(136, 136, 136, 0.5);
  font-size: 24px;
}

/* line 38, app/assets/stylesheets/sections/signon.scss */
.signon_label input, .signon_label input:focus {
  border: 0;
  width: 100%;
  height: auto;
  background: none;
  box-shadow: none;
  transition: none;
  line-height: normal;
  font-size: 20px;
  padding: 0.5em 0.3em 0.5em 36px;
}

/* line 48, app/assets/stylesheets/sections/signon.scss */
.signon_label input:-webkit-autofill, .signon_label input:focus:-webkit-autofill {
  color: #000;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: inset 0 0 0 100px #FFF;
}

/* line 54, app/assets/stylesheets/sections/signon.scss */
input:focus + .signon_label_icon {
  color: #D50;
}

/* line 56, app/assets/stylesheets/sections/signon.scss */
.signon_links {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 60, app/assets/stylesheets/sections/signon.scss */
.signon_links li {
  margin: 0.1em 0;
}

/* line 63, app/assets/stylesheets/sections/signon.scss */
.signon button.signin {
  width: 144px;
}

/* line 67, app/assets/stylesheets/sections/signon.scss */
.signon a.forgot {
  margin-top: 32px;
  display: inline-block;
}

/* line 72, app/assets/stylesheets/sections/signon.scss */
.signon .signup-links {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
}

/* line 78, app/assets/stylesheets/sections/signon.scss */
.signon .signup-links p {
  min-height: 80px;
}

/* line 83, app/assets/stylesheets/sections/signon.scss */
.signon #sign_up {
  padding-left: 0;
}

/* line 87, app/assets/stylesheets/sections/signon.scss */
.signon #free_trial {
  padding-right: 0;
}

/* line 91, app/assets/stylesheets/sections/signon.scss */
.signon hr.clearfix {
  visibility: hidden;
  margin-bottom: 100px;
}

/* line 5, app/assets/stylesheets/sections/deed.scss.erb */
.deed-short {
  line-height: 1.3;
  margin: 0 0 1em 0;
}

/* line 8, app/assets/stylesheets/sections/deed.scss.erb */
.deed-short time {
  margin: 0 0 0.3em 0;
  color: #634a47;
}

/* line 12, app/assets/stylesheets/sections/deed.scss.erb */
.deed-short_content {
  display: block;
  margin: 0.3em 0;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-page_trans {
  background: rgba(187, 51, 0, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-page_edit {
  background: rgba(187, 0, 43, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-page_index {
  background: rgba(187, 0, 136, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-markd_blnk {
  background: rgba(145, 0, 187, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-art_edit {
  background: rgba(51, 0, 187, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-note_add {
  background: rgba(0, 43, 187, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-pg_xlat {
  background: rgba(0, 136, 187, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-pg_xlat_ed {
  background: rgba(0, 187, 145, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-ocr_corr {
  background: rgba(0, 187, 51, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-review {
  background: rgba(43, 187, 0, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-xlat_rev {
  background: rgba(136, 187, 0, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-xlat_index {
  background: rgba(187, 145, 0, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-work_add {
  background: rgba(187, 51, 0, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-coll_act {
  background: rgba(187, 0, 43, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-coll_inact {
  background: rgba(187, 0, 136, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-coll_join {
  background: rgba(145, 0, 187, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-pg_revd {
  background: rgba(51, 0, 187, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-xlat_revd {
  background: rgba(0, 43, 187, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-md_desc {
  background: rgba(0, 136, 187, 0.1);
  color: #634a47;
}

/* line 23, app/assets/stylesheets/sections/deed.scss.erb */
.deed-type-md_edit {
  background: rgba(0, 187, 145, 0.1);
  color: #634a47;
}

/* line 28, app/assets/stylesheets/sections/deed.scss.erb */
.deed-pager {
  margin: 0 -0.5em;
  color: #4d312f;
  display: inline-block;
  vertical-align: middle;
}

/* line 33, app/assets/stylesheets/sections/deed.scss.erb */
.deed-pager .previous_page, .deed-pager .next_page {
  float: left;
  color: inherit;
  padding: 0 1em;
  line-height: 2;
  border-radius: 1.2em;
  text-decoration: none;
  background-clip: padding-box;
  border: 1px solid #d5d0c8;
}

/* line 42, app/assets/stylesheets/sections/deed.scss.erb */
.deed-pager .previous_page.disabled, .deed-pager .next_page.disabled {
  color: rgba(99, 74, 71, 0.6);
}

/* line 44, app/assets/stylesheets/sections/deed.scss.erb */
.deed-pager .previous_page {
  padding-right: 0.8em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 49, app/assets/stylesheets/sections/deed.scss.erb */
.deed-pager .next_page {
  margin-left: -1px;
  padding-left: 0.8em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 55, app/assets/stylesheets/sections/deed.scss.erb */
.deed-pager a {
  color: inherit;
}

/* line 57, app/assets/stylesheets/sections/deed.scss.erb */
.deed-pager a:hover {
  color: #200;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 61, app/assets/stylesheets/sections/deed.scss.erb */
.deed-pager a:active {
  position: relative;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  color: #532;
  border-color: rgba(0, 0, 0, 0.4);
  background-color: #bfbab8;
}

/* line 5, app/assets/stylesheets/sections/dashboard.scss */
.collection {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  display: inline-block;
  box-sizing: border-box;
  transition: border-color 0.3s;
  border-bottom: 1px dotted #d5d0c8;
}

/* line 13, app/assets/stylesheets/sections/dashboard.scss */
.collection:last-child {
  border: 0;
  margin: 0;
}

/* line 17, app/assets/stylesheets/sections/dashboard.scss */
.collection.stats-visible {
  border-color: transparent;
}

/* line 18, app/assets/stylesheets/sections/dashboard.scss */
.collection.stats-visible .collection_stats-bubble {
  opacity: 1;
}

/* line 19, app/assets/stylesheets/sections/dashboard.scss */
.collection_image {
  float: left;
  padding: 5px;
  background: #FFF;
  margin-right: 20px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 27, app/assets/stylesheets/sections/dashboard.scss */
.collection_details {
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/sections/dashboard.scss */
.collection_title {
  margin: 0;
}

/* line 32, app/assets/stylesheets/sections/dashboard.scss */
.collection_title a {
  text-decoration: none;
  color: #660000;
}

/* line 35, app/assets/stylesheets/sections/dashboard.scss */
.collection_title a:hover {
  color: #900;
}

/* line 38, app/assets/stylesheets/sections/dashboard.scss */
.collection_snippet {
  margin: 0.4em 0 0 0;
  font-size: 14px;
}

/* line 42, app/assets/stylesheets/sections/dashboard.scss */
.collection_summary {
  margin: 0.4em 0 0 0;
  color: #4d312f;
}

/* line 45, app/assets/stylesheets/sections/dashboard.scss */
.collection_summary > * {
  margin-right: 1em;
  display: inline-block;
  vertical-align: middle;
}

/* line 50, app/assets/stylesheets/sections/dashboard.scss */
.collection_summary a {
  color: inherit;
}

/* line 52, app/assets/stylesheets/sections/dashboard.scss */
.collection_summary a:hover {
  color: #200;
}

/* line 55, app/assets/stylesheets/sections/dashboard.scss */
.collection_works {
  color: #634a47;
}

/* line 57, app/assets/stylesheets/sections/dashboard.scss */
.collection_works li {
  line-height: 1.2;
}

/* line 62, app/assets/stylesheets/sections/dashboard.scss */
.collection_stats-bubble {
  opacity: 0;
  padding: 0 8px;
  margin-top: 10px;
  position: relative;
  border-radius: 3px;
  transition: opacity 0.3s;
  font-size: 14px;
  background: #f0ebe2;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 72, app/assets/stylesheets/sections/dashboard.scss */
.collection_stats-bubble:before, .collection_stats-bubble:after {
  left: 13px;
  content: '';
  bottom: 100%;
  position: absolute;
  border: 6px solid transparent;
  border-top-width: 0;
  border-bottom-color: #f0ebe2;
}

/* line 81, app/assets/stylesheets/sections/dashboard.scss */
.collection_stats-bubble:before {
  margin-bottom: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}

/* line 86, app/assets/stylesheets/sections/dashboard.scss */
.collection_stats table {
  width: 100%;
  margin: 8px 0;
  border-spacing: 8px;
  border-collapse: separate;
}

/* line 92, app/assets/stylesheets/sections/dashboard.scss */
.collection_stats th, .collection_stats td {
  line-height: 1.2;
  white-space: nowrap;
  font-size: 14px;
}

/* line 97, app/assets/stylesheets/sections/dashboard.scss */
.collection_stats th {
  color: #4d312f;
  padding-bottom: 5px;
  border-bottom: 1px solid #d5d0c8;
}

/* line 102, app/assets/stylesheets/sections/dashboard.scss */
.collection_stats td:first-child {
  max-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  color: #4d312f;
  text-overflow: ellipsis;
}

/* line 109, app/assets/stylesheets/sections/dashboard.scss */
.collection_stats .progress {
  width: 200px;
}

/* line 117, app/assets/stylesheets/sections/dashboard.scss */
.admin-counters {
  font-size: 0;
}

/* line 119, app/assets/stylesheets/sections/dashboard.scss */
.admin-counters .counter {
  width: 25%;
  margin: 40px 0;
  font-size: 24px;
}

/* line 123, app/assets/stylesheets/sections/dashboard.scss */
.admin-counters .counter:first-child {
  border: 0;
}

/* line 128, app/assets/stylesheets/sections/dashboard.scss */
.counter.link:before {
  color: #900;
}

/* line 131, app/assets/stylesheets/sections/dashboard.scss */
.counter.link:hover:before {
  color: #D50;
}

/* line 136, app/assets/stylesheets/sections/dashboard.scss */
.admin-logfile {
  color: #333;
  font-size: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 146, app/assets/stylesheets/sections/dashboard.scss */
.admin-grid p {
  margin: 0.4em 0;
}

/* line 148, app/assets/stylesheets/sections/dashboard.scss */
.admin-grid p:first-child {
  margin-top: 0;
}

/* line 150, app/assets/stylesheets/sections/dashboard.scss */
.admin-grid [data-prefix] {
  margin-right: 0.8em;
}

/* line 153, app/assets/stylesheets/sections/dashboard.scss */
.admin-grid .icon:only-child {
  vertical-align: middle;
}

/* line 157, app/assets/stylesheets/sections/dashboard.scss */
.upload-status-new {
  background-color: #F66;
}

/* line 158, app/assets/stylesheets/sections/dashboard.scss */
.upload-status-queued {
  background-color: #E6C;
}

/* line 159, app/assets/stylesheets/sections/dashboard.scss */
.upload-status-processing {
  background-color: #6AF;
}

/* line 160, app/assets/stylesheets/sections/dashboard.scss */
.upload-status-finished {
  background-color: #7B3;
}

/* line 168, app/assets/stylesheets/sections/dashboard.scss */
.owner-counters {
  font-size: 0;
  margin: 20px 0;
}

/* line 171, app/assets/stylesheets/sections/dashboard.scss */
.owner-counters .counter {
  width: 20%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 174, app/assets/stylesheets/sections/dashboard.scss */
.owner-counters .counter:first-child {
  border: 0;
}

/* line 178, app/assets/stylesheets/sections/dashboard.scss */
.owner-info {
  padding: 0 30px 15px 0;
  color: #655;
  font-style: italic;
}

/* line 187, app/assets/stylesheets/sections/dashboard.scss */
.carousel {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  margin-bottom: 50px;
  justify-content: space-around;
}

/* line 195, app/assets/stylesheets/sections/dashboard.scss */
.carousel:not(.slick-initialized) {
  display: flex;
}

/* line 199, app/assets/stylesheets/sections/dashboard.scss */
.carousel_slide {
  outline: none;
  display: flex;
  flex-shrink: 0;
  padding: 0 10px;
  align-items: center;
}

/* line 206, app/assets/stylesheets/sections/dashboard.scss */
.carousel_slide_image {
  padding: 5px;
  background: #FFF;
  align-self: flex-start;
  margin-right: 20px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 214, app/assets/stylesheets/sections/dashboard.scss */
.carousel_slide_image img {
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 300px;
}

/* line 222, app/assets/stylesheets/sections/dashboard.scss */
.carousel_slide_content {
  flex: 1 1 auto;
}

/* line 225, app/assets/stylesheets/sections/dashboard.scss */
.carousel_slide_content h3 {
  margin: 0;
}

/* line 229, app/assets/stylesheets/sections/dashboard.scss */
.carousel_slide_content p {
  margin-bottom: 0;
}

/* line 233, app/assets/stylesheets/sections/dashboard.scss */
.carousel_slide_content a {
  text-decoration: none;
  color: #660000;
}

/* line 236, app/assets/stylesheets/sections/dashboard.scss */
.carousel_slide_content a:hover {
  color: #900;
}

/* line 241, app/assets/stylesheets/sections/dashboard.scss */
.carousel .slick-list {
  margin: 0 15px;
  overflow: hidden;
  max-width: 920px;
}

/* line 247, app/assets/stylesheets/sections/dashboard.scss */
.carousel .slick-track {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  /* line 187, app/assets/stylesheets/sections/dashboard.scss */
  .carousel {
    display: none;
  }
}

/* line 258, app/assets/stylesheets/sections/dashboard.scss */
.project-list_projects {
  border-bottom: 1px dotted #d5d0c8;
}

/* line 261, app/assets/stylesheets/sections/dashboard.scss */
.project-list_link {
  margin-top: 20px;
  font-size: 20px;
  text-align: right;
  font-style: italic;
}

/* line 266, app/assets/stylesheets/sections/dashboard.scss */
.project-list_link a {
  color: #660000;
}

/* line 268, app/assets/stylesheets/sections/dashboard.scss */
.project-list_link a:hover {
  color: #900;
}

/* line 273, app/assets/stylesheets/sections/dashboard.scss */
.projects {
  margin: 0 0 10px 0;
}

/* line 275, app/assets/stylesheets/sections/dashboard.scss */
.projects_details {
  overflow: hidden;
  margin: 0 0 .5em 0;
}

/* line 278, app/assets/stylesheets/sections/dashboard.scss */
.projects_details_image {
  float: left;
  margin-right: 10px;
}

/* line 281, app/assets/stylesheets/sections/dashboard.scss */
.projects_details_image img {
  max-width: 100px;
  max-height: 100px;
}

/* line 287, app/assets/stylesheets/sections/dashboard.scss */
.projects_collection {
  margin: 0 0 10px 0;
}

/* line 289, app/assets/stylesheets/sections/dashboard.scss */
.projects_collection h5 {
  margin: 0;
}

/* line 290, app/assets/stylesheets/sections/dashboard.scss */
.projects_collection a {
  text-decoration: none;
  color: #660000;
}

/* line 293, app/assets/stylesheets/sections/dashboard.scss */
.projects_collection a:hover {
  color: #900;
}

/* line 295, app/assets/stylesheets/sections/dashboard.scss */
.projects_collection_snippet {
  margin: 0.4em 0 0 0;
  font-size: 14px;
}

/* line 300, app/assets/stylesheets/sections/dashboard.scss */
.projects_link {
  font-style: italic;
}

/* line 302, app/assets/stylesheets/sections/dashboard.scss */
.projects_link a {
  color: #660000;
}

/* line 304, app/assets/stylesheets/sections/dashboard.scss */
.projects_link a:hover {
  color: #900;
}

/* line 309, app/assets/stylesheets/sections/dashboard.scss */
.projects-owner {
  width: 100%;
  display: table;
  margin: 10px 0 20px;
}

/* line 313, app/assets/stylesheets/sections/dashboard.scss */
.projects-owner_details {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

/* line 317, app/assets/stylesheets/sections/dashboard.scss */
.projects-owner_details .headline {
  margin: 0;
}

/* line 321, app/assets/stylesheets/sections/dashboard.scss */
.projects-owner_title {
  margin: 0;
}

/* line 323, app/assets/stylesheets/sections/dashboard.scss */
.projects-owner_title a {
  text-decoration: none;
  color: #660000;
}

/* line 326, app/assets/stylesheets/sections/dashboard.scss */
.projects-owner_title a:hover {
  color: #900;
}

/* line 331, app/assets/stylesheets/sections/dashboard.scss */
.description {
  margin: 0.3em 0 0.5em 0;
  font-size: 14px;
}

/* line 340, app/assets/stylesheets/sections/dashboard.scss */
.editor-activity time {
  min-width: 120px;
  color: #634a47;
  white-space: nowrap;
  display: inline-block;
  font-size: 14px;
}

/* line 8, app/assets/stylesheets/sections/collection.scss */
.collection-search {
  position: relative;
  padding-right: 75px;
}

/* line 11, app/assets/stylesheets/sections/collection.scss */
.collection-search input[type=search] {
  height: 34px;
  padding-left: 25px;
  border-right-width: 0;
  background-repeat: no-repeat;
  background-position: left 5px center;
  border-radius: 0.25em 0 0 0.25em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRo PSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgcHJl c2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGZpbGw9IiM2MzRh NDciIGQ9Ik0xNS4yMSwxMy43OWwtMy4zMi0zLjMyQzEyLjU5LDkuNDksMTMs OC4zLDEzLDdjMC0zLjMxLTIuNjktNi02LTZDMy42OSwxLDEsMy42OSwxLDdz Mi42OSw2LDYsNiBjMS4zLDAsMi40OS0wLjQyLDMuNDctMS4xMWwzLjMyLDMu MzJjMC4yLDAuMiwwLjQ1LDAuMjksMC43MSwwLjI5czAuNTEtMC4xLDAuNzEt MC4yOUMxNS42LDE0LjgyLDE1LjYsMTQuMTgsMTUuMjEsMTMuNzl6IE0yLjUs NyBjMC0yLjQ4LDIuMDItNC41LDQuNS00LjVjMi40OCwwLDQuNSwyLjAyLDQu NSw0LjVjMCwyLjQ4LTIuMDIsNC41LTQuNSw0LjVDNC41MiwxMS41LDIuNSw5 LjQ4LDIuNSw3eiIvPjwvc3ZnPg== ");
}

/* line 20, app/assets/stylesheets/sections/collection.scss */
.collection-search button {
  top: 0;
  right: 0;
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 32, app/assets/stylesheets/sections/collection.scss */
.collection-intro {
  width: 100%;
  display: table;
  margin-bottom: 10px;
}

/* line 36, app/assets/stylesheets/sections/collection.scss */
.collection-intro_image {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
}

/* line 40, app/assets/stylesheets/sections/collection.scss */
.collection-intro_image img {
  padding: 5px;
  background: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 47, app/assets/stylesheets/sections/collection.scss */
.collection-intro_about {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

/* line 51, app/assets/stylesheets/sections/collection.scss */
.collection-intro_about p {
  margin-top: 0;
}

/* line 55, app/assets/stylesheets/sections/collection.scss */
.collection-work {
  clear: both;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #fcf9f2;
  overflow: hidden;
}

/* line 64, app/assets/stylesheets/sections/collection.scss */
.collection-work_image {
  display: inline-block;
  float: left;
  padding: 5px;
  background: #FFF;
  margin-right: 20px;
  margin-bottom: 20px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 73, app/assets/stylesheets/sections/collection.scss */
.collection-work_image img {
  width: 8em;
  padding: 3px;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 81, app/assets/stylesheets/sections/collection.scss */
.collection-work_title {
  margin: 0;
}

/* line 83, app/assets/stylesheets/sections/collection.scss */
.collection-work_title a {
  text-decoration: none;
  color: #660000;
}

/* line 86, app/assets/stylesheets/sections/collection.scss */
.collection-work_title a:hover {
  color: #900;
}

/* line 89, app/assets/stylesheets/sections/collection.scss */
.collection-work_snippet {
  margin: 0.5em 0 0 0;
  font-size: 14px;
}

/* line 93, app/assets/stylesheets/sections/collection.scss */
.collection-work_action {
  font-style: italic;
}

/* line 96, app/assets/stylesheets/sections/collection.scss */
.collection-work_stats {
  width: 100%;
  color: #4d312f;
  margin: 0.5em 0 0 0;
  overflow: auto;
}

/* line 101, app/assets/stylesheets/sections/collection.scss */
.collection-work_stats > span {
  padding-right: 10px;
  display: table-cell;
  white-space: nowrap;
}

/* line 105, app/assets/stylesheets/sections/collection.scss */
.collection-work_stats > span:last-child {
  padding: 0;
  width: 100%;
  text-align: right;
}

/* line 111, app/assets/stylesheets/sections/collection.scss */
.collection-work_stats .progress {
  max-width: 300px;
}

/* line 115, app/assets/stylesheets/sections/collection.scss */
.hidden {
  visibility: hidden;
}

/* line 119, app/assets/stylesheets/sections/collection.scss */
.user-label.owner {
  margin: 20px 0 20px;
}

/* line 125, app/assets/stylesheets/sections/collection.scss */
.collection-users {
  margin-top: 40px;
}

/* line 127, app/assets/stylesheets/sections/collection.scss */
.collection-users .justified_box {
  width: 30%;
  vertical-align: top;
}

/* line 133, app/assets/stylesheets/sections/collection.scss */
.collection-user {
  width: 100%;
  margin: 0.3em 0;
  white-space: nowrap;
  vertical-align: top;
  display: inline-block;
}

/* line 139, app/assets/stylesheets/sections/collection.scss */
.collection-user:before {
  float: right;
  line-height: 20px;
  color: #634a47;
  margin: 5px 0 0 3px;
  font-size: 14px;
}

/* line 146, app/assets/stylesheets/sections/collection.scss */
.collection-user_link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 151, app/assets/stylesheets/sections/collection.scss */
.collection-user_link .userpic {
  font-size: 26px;
  margin-right: 6px;
}

/* line 160, app/assets/stylesheets/sections/collection.scss */
.contributor-users {
  margin-top: 40px;
}

/* line 162, app/assets/stylesheets/sections/collection.scss */
.contributor-users .justified_box {
  width: 30%;
  vertical-align: top;
}

/* line 168, app/assets/stylesheets/sections/collection.scss */
.contributor-user {
  width: 100%;
  margin: 0.3em 0;
  white-space: nowrap;
  vertical-align: top;
  display: inline-block;
}

/* line 174, app/assets/stylesheets/sections/collection.scss */
.contributor-user:before {
  float: right;
  line-height: 20px;
  color: #634a47;
  margin: 5px 0 0 3px;
  font-size: 14px;
}

/* line 181, app/assets/stylesheets/sections/collection.scss */
.contributor-user_link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 185, app/assets/stylesheets/sections/collection.scss */
.contributor-user_link:after {
  height: 0;
  content: '';
  width: 100%;
  margin-left: 5px;
  display: inline-block;
}

/* line 192, app/assets/stylesheets/sections/collection.scss */
.contributor-user_link .userpic {
  font-size: 26px;
  margin-right: 6px;
}

/* line 201, app/assets/stylesheets/sections/collection.scss */
.category-back-message {
  text-align: center;
  color: #4d312f;
  padding-bottom: 20px;
  margin: -10px 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 209, app/assets/stylesheets/sections/collection.scss */
.collection-categories {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 20px;
}

/* line 214, app/assets/stylesheets/sections/collection.scss */
.collection-categories .category-tree, .collection-categories .category-articles {
  vertical-align: top;
  display: table-cell;
}

/* line 218, app/assets/stylesheets/sections/collection.scss */
.collection-categories .category-tree {
  width: 30%;
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 223, app/assets/stylesheets/sections/collection.scss */
.collection-categories .category-articles {
  padding-left: 20px;
}

/* line 231, app/assets/stylesheets/sections/collection.scss */
.category-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 235, app/assets/stylesheets/sections/collection.scss */
.category-tree ul li {
  margin: 0;
  padding: 0;
}

/* line 239, app/assets/stylesheets/sections/collection.scss */
.category-tree ul ul {
  display: none;
  padding-left: 18px;
}

/* line 244, app/assets/stylesheets/sections/collection.scss */
.category-tree .tree-item {
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  color: #634a47;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s;
  text-overflow: ellipsis;
  padding: 5px 0 5px 18px;
}

/* line 255, app/assets/stylesheets/sections/collection.scss */
.category-tree .tree-item:hover, .category-tree .tree-item.selected {
  color: #200;
}

/* line 257, app/assets/stylesheets/sections/collection.scss */
.category-tree .tree-bullet {
  left: 0;
  top: 50%;
  width: 18px;
  height: 32px;
  opacity: 0.5;
  display: block;
  cursor: pointer;
  margin-top: -16px;
  position: absolute;
  transition: opacity 0.2s;
  background-repeat: no-repeat;
  background-position: 2px center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRo PSI5cHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgOSA5IiBwcmVzZXJ2 ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PHBvbHlnb24gZmlsbD0iIzAwMCIg cG9pbnRzPSIxLDAuNSA4LDQuNSAxLDguNSIvPjwvc3ZnPg== ");
}

/* line 271, app/assets/stylesheets/sections/collection.scss */
.category-tree .tree-bullet:hover {
  opacity: 1;
}

/* line 274, app/assets/stylesheets/sections/collection.scss */
.category-tree .expanded > .tree-item .tree-bullet {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRo PSI5cHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgOSA5IiBwcmVzZXJ2 ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PHBvbHlnb24gZmlsbD0iIzAwMCIg cG9pbnRzPSIwLjUsMSA0LjUsOCA4LjUsMSIvPjwvc3ZnPg== ");
}

/* line 275, app/assets/stylesheets/sections/collection.scss */
.category-tree .expanded > ul {
  display: block;
}

/* line 278, app/assets/stylesheets/sections/collection.scss */
.category-tree.static .tree-item {
  padding-left: 0;
}

/* line 279, app/assets/stylesheets/sections/collection.scss */
.category-tree.static ul {
  display: block;
}

/* line 283, app/assets/stylesheets/sections/collection.scss */
.category-article {
  margin: 0;
  padding: 0;
  display: none;
}

/* line 287, app/assets/stylesheets/sections/collection.scss */
.category-article > dd {
  width: 100%;
  display: inline-block;
}

/* line 290, app/assets/stylesheets/sections/collection.scss */
.category-article > dd a {
  float: left;
  width: 33.33%;
  margin: 0.4em 0;
  line-height: 1.2;
  padding-right: 1em;
  box-sizing: border-box;
}

/* line 305, app/assets/stylesheets/sections/collection.scss */
.collection-stats_counters {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
}

/* line 312, app/assets/stylesheets/sections/collection.scss */
.collection-stats_counters:last-child {
  border: 0;
  padding: 0;
}

/* line 316, app/assets/stylesheets/sections/collection.scss */
.collection-stats_counters .samplings {
  width: 90%;
  margin: 1em 0;
  max-width: 800px;
}

/* line 321, app/assets/stylesheets/sections/collection.scss */
.collection-stats_counters .counter {
  width: 30%;
  max-width: 300px;
  line-height: 1.2;
  font-size: 2.344vw;
  vertical-align: top;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 328, app/assets/stylesheets/sections/collection.scss */
.collection-stats_counters .counter:first-child {
  border: 0;
}

/* line 330, app/assets/stylesheets/sections/collection.scss */
.collection-stats_counters a.counter {
  text-decoration: none;
}

/* line 332, app/assets/stylesheets/sections/collection.scss */
.collection-stats_counters a.counter:before {
  color: inherit;
}

/* line 335, app/assets/stylesheets/sections/collection.scss */
.collection-stats_counters a.counter span {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  /* line 341, app/assets/stylesheets/sections/collection.scss */
  .collection-stats_counters .counter {
    font-size: 18px;
  }
}

@media screen and (min-width: 850px) {
  /* line 344, app/assets/stylesheets/sections/collection.scss */
  .collection-stats_counters .counter {
    font-size: 20px;
  }
}

/* line 347, app/assets/stylesheets/sections/collection.scss */
.collection-stats_recent {
  text-align: center;
  font-size: 0;
  margin-bottom: 40px;
}

/* line 351, app/assets/stylesheets/sections/collection.scss */
.collection-stats_recent .counter {
  width: 12%;
  font-size: 15px;
  line-height: 1.2;
  vertical-align: top;
}

/* line 360, app/assets/stylesheets/sections/collection.scss */
.collection-work-stats {
  padding: 0;
  width: 100%;
  display: table;
  list-style: none;
  margin: 1em 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 367, app/assets/stylesheets/sections/collection.scss */
.collection-work-stats li {
  margin: 0;
  display: table-row;
}

/* line 370, app/assets/stylesheets/sections/collection.scss */
.collection-work-stats li > span {
  color: #634a47;
  display: table-cell;
  white-space: nowrap;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 376, app/assets/stylesheets/sections/collection.scss */
.collection-work-stats li > span:first-child, .collection-work-stats li > span:last-child {
  width: 50%;
}

/* line 377, app/assets/stylesheets/sections/collection.scss */
.collection-work-stats li > span:first-child {
  max-width: 200px;
  overflow: hidden;
  font-size: 18px;
  text-overflow: ellipsis;
}

/* line 383, app/assets/stylesheets/sections/collection.scss */
.collection-work-stats li > span b {
  color: #200;
  font-weight: normal;
}

/* line 395, app/assets/stylesheets/sections/collection.scss */
.collection-works-manage .action {
  top: 50%;
  display: none;
  position: absolute;
  color: #634a47;
  right: 10px;
  text-decoration: none;
  line-height: 16px;
  margin-top: -8px;
}

/* line 404, app/assets/stylesheets/sections/collection.scss */
.collection-works-manage .action:hover {
  color: #D50;
}

/* line 405, app/assets/stylesheets/sections/collection.scss */
.collection-works-manage .action .icon {
  vertical-align: top;
}

/* line 410, app/assets/stylesheets/sections/collection.scss */
.collection-settings td input[type="checkbox"] {
  margin-right: 5px;
  margin-top: 10px;
}

/* line 414, app/assets/stylesheets/sections/collection.scss */
.collection-settings td select {
  margin-top: 10px;
}

/* line 417, app/assets/stylesheets/sections/collection.scss */
.collection-settings .collection-label {
  margin-right: 10px;
}

/* line 425, app/assets/stylesheets/sections/collection.scss */
.bulk-export {
  padding: 0;
  margin: 1.5em 0;
  list-style: none;
}

/* line 430, app/assets/stylesheets/sections/collection.scss */
.bulk-export li {
  margin: 0;
  display: flex;
  padding: 15px 0;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 438, app/assets/stylesheets/sections/collection.scss */
.bulk-export li:last-child {
  border-width: 1px 0;
}

/* line 443, app/assets/stylesheets/sections/collection.scss */
.bulk-export_format {
  flex: 1 1 auto;
  padding-right: 15px;
}

/* line 447, app/assets/stylesheets/sections/collection.scss */
.bulk-export_format h5 {
  display: flex;
  align-items: center;
  margin: 0 0 0.25em 0;
}

/* line 452, app/assets/stylesheets/sections/collection.scss */
.bulk-export_format h5 input {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}

/* line 460, app/assets/stylesheets/sections/collection.scss */
.bulk-export_options {
  display: flex;
  flex: 0 0 180px;
  padding-left: 15px;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 468, app/assets/stylesheets/sections/collection.scss */
.bulk-export_options label {
  margin: 3px 0;
  display: flex;
  align-items: center;
}

/* line 473, app/assets/stylesheets/sections/collection.scss */
.bulk-export_options label input {
  margin-right: 3px;
}

/* line 483, app/assets/stylesheets/sections/collection.scss */
.edit-buttons {
  padding: 0;
  margin: 1.5em 0;
  list-style: none;
}

/* line 488, app/assets/stylesheets/sections/collection.scss */
.edit-buttons li {
  margin: 0;
  display: flex;
  padding: 15px 0;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 496, app/assets/stylesheets/sections/collection.scss */
.edit-buttons li:last-child {
  border-width: 1px 0;
}

/* line 501, app/assets/stylesheets/sections/collection.scss */
.edit-buttons_format {
  flex: 1 1 auto;
  padding-right: 15px;
}

/* line 505, app/assets/stylesheets/sections/collection.scss */
.edit-buttons_format h5 {
  display: flex;
  align-items: center;
  margin: 0 0 0.25em 0;
}

/* line 510, app/assets/stylesheets/sections/collection.scss */
.edit-buttons_format h5 input {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}

/* line 518, app/assets/stylesheets/sections/collection.scss */
.edit-buttons_options {
  display: flex;
  flex: 0 0 300px;
  padding-left: 15px;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 526, app/assets/stylesheets/sections/collection.scss */
.edit-buttons_options label {
  margin: 3px 0;
  display: flex;
  align-items: center;
}

/* line 531, app/assets/stylesheets/sections/collection.scss */
.edit-buttons_options label input {
  margin-right: 3px;
}

/* line 541, app/assets/stylesheets/sections/collection.scss */
.field-form {
  width: 100%;
  margin-bottom: 15px;
}

/* line 546, app/assets/stylesheets/sections/collection.scss */
.field-form th, .field-form td {
  padding: 4px;
  vertical-align: top;
}

/* line 550, app/assets/stylesheets/sections/collection.scss */
.field-form th:first-child, .field-form td:first-child {
  padding-left: 0;
}

/* line 554, app/assets/stylesheets/sections/collection.scss */
.field-form th:last-child, .field-form td:last-child {
  padding-right: 0;
}

/* line 559, app/assets/stylesheets/sections/collection.scss */
.field-form th {
  padding-top: 15px;
}

/* line 563, app/assets/stylesheets/sections/collection.scss */
.field-form_line {
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0 0 0 !important;
}

/* line 569, app/assets/stylesheets/sections/collection.scss */
.field-form_label {
  width: 35%;
}

/* line 573, app/assets/stylesheets/sections/collection.scss */
.field-form_type {
  width: 15%;
}

/* line 577, app/assets/stylesheets/sections/collection.scss */
.field-form_options {
  width: 50%;
}

/* line 581, app/assets/stylesheets/sections/collection.scss */
.field-form_actions {
  min-width: 52px;
  white-space: nowrap;
  vertical-align: middle;
  box-sizing: border-box;
}

/* line 588, app/assets/stylesheets/sections/collection.scss */
.field-form_width, .field-form_page {
  min-width: 75px;
  box-sizing: border-box;
}

/* line 594, app/assets/stylesheets/sections/collection.scss */
.field-form_icon {
  padding: 6px 4px;
  color: #634a47;
  display: inline-block;
}

/* line 599, app/assets/stylesheets/sections/collection.scss */
.field-form_icon[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

/* line 604, app/assets/stylesheets/sections/collection.scss */
.field-form_icon:hover {
  color: #200;
}

/* line 608, app/assets/stylesheets/sections/collection.scss */
.field-form_icon.reorder {
  cursor: ns-resize;
}

/* line 613, app/assets/stylesheets/sections/collection.scss */
.field-form textarea {
  height: calc(2em + 2px);
  min-height: calc(2em + 2px);
}

/* line 618, app/assets/stylesheets/sections/collection.scss */
.field-form .ui-sortable-placeholder td {
  height: 34px;
}

/* line 623, app/assets/stylesheets/sections/collection.scss */
a.field_icons {
  margin: 5px;
  color: #634a47;
  display: inline-block;
}

/* line 628, app/assets/stylesheets/sections/collection.scss */
a.field_icons:hover {
  color: #200;
}

/* line 635, app/assets/stylesheets/sections/collection.scss */
.collection-work-list {
  position: relative;
}

/* line 637, app/assets/stylesheets/sections/collection.scss */
.collection-work-list .row-alignment {
  width: 33%;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 643, app/assets/stylesheets/sections/collection.scss */
.collection-work-list h2 {
  width: 30%;
  float: left;
}

/* line 647, app/assets/stylesheets/sections/collection.scss */
.collection-work-list .start_link {
  float: right;
  margin: 0 0 .5em 0;
}

/* line 650, app/assets/stylesheets/sections/collection.scss */
.collection-work-list .start_link label {
  display: inline;
}

/* line 656, app/assets/stylesheets/sections/collection.scss */
p.transcribed {
  text-align: right;
  margin: 0;
  font-style: italic;
}

/* line 664, app/assets/stylesheets/sections/collection.scss */
.collection-footer {
  text-align: center;
  color: #634a47;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px dotted #d5d0c8;
}

/* line 674, app/assets/stylesheets/sections/collection.scss */
td.document_set input[type="checkbox"] {
  margin-left: 8px;
}

/* line 678, app/assets/stylesheets/sections/collection.scss */
li.document_set input[type="checkbox"] {
  margin-left: 50px;
}

/* line 684, app/assets/stylesheets/sections/collection.scss */
#slider1, #slider2, #slider3 {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

/* line 690, app/assets/stylesheets/sections/collection.scss */
.approval-delta {
  color: #FFF;
  padding: 0 0.5em;
  line-height: 1.75;
  border-radius: 3px;
  white-space: nowrap;
  display: inline-block;
}

/* line 698, app/assets/stylesheets/sections/collection.scss */
.approval-delta-0 {
  background-color: #490;
}

/* line 699, app/assets/stylesheets/sections/collection.scss */
.approval-delta-1 {
  background-color: #990;
}

/* line 700, app/assets/stylesheets/sections/collection.scss */
.approval-delta-2 {
  background-color: #E90;
}

/* line 701, app/assets/stylesheets/sections/collection.scss */
.approval-delta-3 {
  background-color: #E60;
}

/* line 702, app/assets/stylesheets/sections/collection.scss */
.approval-delta-4 {
  background-color: #D33;
}

/* line 705, app/assets/stylesheets/sections/collection.scss */
.sidecol-url {
  padding: 0.75em;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

/* line 711, app/assets/stylesheets/sections/collection.scss */
.sidecol-url small {
  display: block;
}

/* line 715, app/assets/stylesheets/sections/collection.scss */
.sidecol-url a {
  width: 100%;
  display: block;
  overflow: scroll;
  padding: 0.75em 0;
  margin: -0.75em 0;
  white-space: nowrap;
}

/* line 725, app/assets/stylesheets/sections/collection.scss */
.sidecol-desc {
  margin-top: 2em;
}

/* line 728, app/assets/stylesheets/sections/collection.scss */
.sidecol-desc dt {
  margin-top: 1em;
  font-weight: bold;
}

/* line 733, app/assets/stylesheets/sections/collection.scss */
.sidecol-desc dd {
  color: #4d312f;
}

/* line 7, app/assets/stylesheets/sections/article.scss */
.article-columns .maincol {
  width: 60%;
}

/* line 8, app/assets/stylesheets/sections/article.scss */
.article-columns .sidecol {
  width: 40%;
}

/* line 11, app/assets/stylesheets/sections/article.scss */
.article-graph {
  background: #FFF;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 20, app/assets/stylesheets/sections/article.scss */
.article-category-list {
  padding: 0;
  margin: 0.8em 0;
  list-style: none;
  line-height: 1.25;
  color: #634a47;
}

/* line 28, app/assets/stylesheets/sections/article.scss */
.article-links {
  z-index: 1;
  margin: 0.5em 0;
  overflow-y: auto;
  list-style: none;
  line-height: 1.25;
  max-height: 500px;
  position: relative;
  color: #634a47;
  background-size: 180% 1px;
  background-repeat: no-repeat;
  background-position: 50% 0, 50% 100%;
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

/* line 43, app/assets/stylesheets/sections/article.scss */
.article-links:before, .article-links:after {
  z-index: -1;
  content: '';
  height: 10px;
  display: block;
  position: relative;
}

/* line 50, app/assets/stylesheets/sections/article.scss */
.article-links:before {
  background: linear-gradient(to bottom, #faf5eb 25%, rgba(250, 245, 235, 0));
}

/* line 51, app/assets/stylesheets/sections/article.scss */
.article-links:after {
  background: linear-gradient(to bottom, rgba(250, 245, 235, 0), #faf5eb 75%);
}

/* line 52, app/assets/stylesheets/sections/article.scss */
.article-links li {
  padding-left: 20px;
  position: relative;
}

/* line 56, app/assets/stylesheets/sections/article.scss */
.article-links .icon {
  left: 0;
  top: 50%;
  opacity: 0.8;
  position: absolute;
  margin-top: -8px;
}

/* line 65, app/assets/stylesheets/sections/article.scss */
.cm-editor {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

/* line 72, app/assets/stylesheets/sections/article.scss */
.cm-editor .CodeMirror {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  font-family: "Source Serif Pro", Georgia, "Times New Roman", Times, serif;
  height: auto !important;
}

/* line 79, app/assets/stylesheets/sections/article.scss */
.cm-editor .CodeMirror-buttonsPanel:not(:empty) {
  top: 74px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 5px;
  background-color: #faf5eb;
}

/* line 88, app/assets/stylesheets/sections/article.scss */
[data-layout-mode='ttb'] .cm-editor .CodeMirror-buttonsPanel:not(:empty) {
  padding-top: 8px;
  top: calc(74px + (100vh - 74px - 3rem) / 2);
}

/* line 93, app/assets/stylesheets/sections/article.scss */
.cm-editor .CodeMirror-buttonsPanel:not(:empty) button {
  padding: 0 4px;
  font-size: 13px;
  box-shadow: none;
  margin: 0 3px 3px 0;
  line-height: 1.75em;
  font-family: monospace;
}

/* line 103, app/assets/stylesheets/sections/article.scss */
.cm-editor .CodeMirror-wrap {
  z-index: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 108, app/assets/stylesheets/sections/article.scss */
.cm-editor .CodeMirror-scroll {
  flex-grow: 1;
}

/* line 115, app/assets/stylesheets/sections/article.scss */
.article-duplicates {
  margin: 1em 0;
  overflow: auto;
  list-style: none;
  max-height: 444px;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 125, app/assets/stylesheets/sections/article.scss */
.article-duplicate {
  margin: 0;
  width: 100%;
  display: table;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 130, app/assets/stylesheets/sections/article.scss */
.article-duplicate:first-child {
  border: 0;
}

/* line 131, app/assets/stylesheets/sections/article.scss */
.article-duplicate_title {
  width: 100%;
  max-width: 100px;
  padding: 0.3em 0;
  overflow: hidden;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  text-overflow: ellipsis;
}

/* line 141, app/assets/stylesheets/sections/article.scss */
.article-duplicate_pages {
  padding-left: 0.5em;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 147, app/assets/stylesheets/sections/article.scss */
.article-duplicate input:checked + span {
  color: #D50;
}

/* line 150, app/assets/stylesheets/sections/article.scss */
.article-editarea {
  height: 100%;
  min-height: 15em;
  overflow: hidden;
  background: #FFF;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 157, app/assets/stylesheets/sections/article.scss */
.article-editarea input, .article-editarea textarea {
  border: 0;
  background: none;
  box-shadow: none;
}

/* line 162, app/assets/stylesheets/sections/article.scss */
.article-editarea textarea {
  height: 100%;
  resize: none;
  padding: 10px;
}

/* line 169, app/assets/stylesheets/sections/article.scss */
span.article-voice {
  float: right;
  margin-top: 20px;
}

/* line 174, app/assets/stylesheets/sections/article.scss */
.article-voice {
  float: right;
  margin: 10px 10px 0;
}

/* line 8, app/assets/stylesheets/sections/page.scss */
.page-nav {
  font-size: 0;
  color: #4d312f;
  display: inline-block;
  vertical-align: middle;
}

/* line 13, app/assets/stylesheets/sections/page.scss */
.page-nav_prev, .page-nav_next, .page-nav_info {
  padding: 0 0.6em;
  line-height: 2.2;
  display: table-cell;
  border-radius: 1.2em;
  text-decoration: none;
  font-size: 14px;
  background: #fbf8f0;
  background-clip: padding-box;
  border: 1px solid #d5d0c8;
}

/* line 24, app/assets/stylesheets/sections/page.scss */
.page-nav_prev, .page-nav_next {
  color: rgba(77, 49, 47, 0.5);
}

/* line 25, app/assets/stylesheets/sections/page.scss */
.page-nav_info {
  border-radius: 0;
  border-width: 1px 0;
}

/* line 29, app/assets/stylesheets/sections/page.scss */
.page-nav_prev {
  padding-left: 0.8em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 34, app/assets/stylesheets/sections/page.scss */
.page-nav_next {
  padding-right: 0.8em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 39, app/assets/stylesheets/sections/page.scss */
.page-nav a {
  color: inherit;
}

/* line 41, app/assets/stylesheets/sections/page.scss */
.page-nav a:hover {
  color: #200;
  background-color: #fefdfb;
}

/* line 45, app/assets/stylesheets/sections/page.scss */
.page-nav a:active {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  color: #532;
  border-color: rgba(0, 0, 0, 0.4);
  background-color: #bfbab8;
}

/* line 52, app/assets/stylesheets/sections/page.scss */
.page-editor {
  margin: -3rem 0 2rem 0;
}

/* line 55, app/assets/stylesheets/sections/page.scss */
.page-editor.fullscreen {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  position: fixed;
  background: #faf5eb;
  box-sizing: border-box;
  padding: 0 3rem 3rem 3rem;
}

/* line 68, app/assets/stylesheets/sections/page.scss */
.page-editor.fullscreen .auto-fullscreen {
  display: inline-block;
}

/* line 72, app/assets/stylesheets/sections/page.scss */
.page-editor.fullscreen .page-imagescan {
  bottom: -3rem;
}

/* line 77, app/assets/stylesheets/sections/page.scss */
.page-editor .auto-fullscreen {
  display: none;
}

/* line 85, app/assets/stylesheets/sections/page.scss */
.page-toolbar {
  top: 0;
  z-index: 999;
  padding: 2rem 0;
  position: -webkit-sticky;
  position: sticky;
  background-color: #faf5eb;
}

/* line 92, app/assets/stylesheets/sections/page.scss */
.page-toolbar label {
  margin-right: 6px;
}

@media screen and (max-width: 1024px) {
  /* line 95, app/assets/stylesheets/sections/page.scss */
  .page-toolbar .hide-l {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  /* line 99, app/assets/stylesheets/sections/page.scss */
  .page-toolbar .hide-m {
    display: none;
  }
}

/* line 106, app/assets/stylesheets/sections/page.scss */
.page-headlines {
  width: 100%;
  display: inline-block;
}

/* line 109, app/assets/stylesheets/sections/page.scss */
.page-headlines .headline {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

/* line 116, app/assets/stylesheets/sections/page.scss */
.page-columns {
  width: 100%;
  display: flex;
  min-height: 50vh;
  position: relative;
}

/* line 122, app/assets/stylesheets/sections/page.scss */
.page-columns .page-column:last-child {
  margin: 0 0 0 2rem;
}

/* line 126, app/assets/stylesheets/sections/page.scss */
.page-columns[data-layout-mode='rtl'] {
  flex-direction: row-reverse;
}

/* line 129, app/assets/stylesheets/sections/page.scss */
.page-columns[data-layout-mode='rtl'] .page-column:last-child {
  margin: 0 2rem 0 0;
}

/* line 134, app/assets/stylesheets/sections/page.scss */
.page-columns[data-layout-mode='ttb'] {
  flex-direction: column;
}

/* line 137, app/assets/stylesheets/sections/page.scss */
.page-columns[data-layout-mode='ttb'] .page-column:last-child {
  margin: 2rem 0 0 0;
}

/* line 142, app/assets/stylesheets/sections/page.scss */
.page-columns[data-layout-mode='btt'] {
  flex-direction: column-reverse;
}

/* line 145, app/assets/stylesheets/sections/page.scss */
.page-columns[data-layout-mode='btt'] .page-column:last-child {
  margin: 0 0 2rem 0;
}

/* line 151, app/assets/stylesheets/sections/page.scss */
.page-column {
  z-index: 0;
  min-width: 0;
  min-height: 0;
  flex: 1 1 50%;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}

/* line 160, app/assets/stylesheets/sections/page.scss */
[data-layout-mode='ttb'] .page-column, [data-layout-mode='btt'] .page-column {
  min-height: calc((100vh - 74px - 3rem) / 2);
}

/* line 166, app/assets/stylesheets/sections/page.scss */
.page-imagescan {
  top: 74px;
  bottom: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
  background: rgba(0, 0, 0, 0.03);
  height: calc(100vh - 74px - 3rem);
}

/* line 177, app/assets/stylesheets/sections/page.scss */
[data-layout-mode='ttb'] .page-imagescan, [data-layout-mode='btt'] .page-imagescan {
  flex-basis: auto;
  height: calc((100vh - 74px - 3rem) / 2);
}

/* line 184, app/assets/stylesheets/sections/page.scss */
.page-editarea {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

/* line 191, app/assets/stylesheets/sections/page.scss */
.page-editarea_title {
  height: 45px;
  display: flex;
  flex-shrink: 0;
  padding-left: 10px;
  margin-bottom: 2rem;
  align-items: center;
  background: #FFF;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 202, app/assets/stylesheets/sections/page.scss */
.page-editarea_title input {
  border: 0;
  background: none;
  box-shadow: none;
}

/* line 209, app/assets/stylesheets/sections/page.scss */
.page-editarea_textarea {
  border: 0;
  height: 100%;
  resize: none;
  padding: 10px;
  flex: 1 1 auto;
  box-shadow: none;
  background: #FFF;
}

/* line 220, app/assets/stylesheets/sections/page.scss */
.cm-editor {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

/* line 227, app/assets/stylesheets/sections/page.scss */
.cm-editor .CodeMirror {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  font-family: "Source Serif Pro", Georgia, "Times New Roman", Times, serif;
  height: auto !important;
}

/* line 234, app/assets/stylesheets/sections/page.scss */
.cm-editor .CodeMirror-buttonsPanel:not(:empty) {
  top: 74px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 5px;
  background-color: #faf5eb;
}

/* line 243, app/assets/stylesheets/sections/page.scss */
[data-layout-mode='ttb'] .cm-editor .CodeMirror-buttonsPanel:not(:empty) {
  padding-top: 8px;
  top: calc(74px + (100vh - 74px - 3rem) / 2);
}

/* line 248, app/assets/stylesheets/sections/page.scss */
.cm-editor .CodeMirror-buttonsPanel:not(:empty) button {
  padding: 0 4px;
  font-size: 13px;
  box-shadow: none;
  margin: 0 3px 3px 0;
  line-height: 1.75em;
  font-family: monospace;
}

/* line 258, app/assets/stylesheets/sections/page.scss */
.cm-editor .CodeMirror-wrap {
  z-index: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 263, app/assets/stylesheets/sections/page.scss */
.cm-editor .CodeMirror-scroll {
  flex-grow: 1;
}

/* line 269, app/assets/stylesheets/sections/page.scss */
.fields-row {
  display: flex;
  flex-wrap: wrap;
}

/* line 273, app/assets/stylesheets/sections/page.scss */
.fields-row:not(:last-child) {
  margin-bottom: 10px;
}

/* line 277, app/assets/stylesheets/sections/page.scss */
.fields-row .field-wrapper {
  margin-bottom: 10px;
  box-sizing: border-box;
}

/* line 281, app/assets/stylesheets/sections/page.scss */
.fields-row .field-wrapper:not(:last-child) {
  padding-right: 5px;
}

/* line 285, app/assets/stylesheets/sections/page.scss */
.fields-row .field-wrapper.spreadsheet {
  padding: 0;
  width: 100%;
}

/* line 290, app/assets/stylesheets/sections/page.scss */
.fields-row .field-wrapper label {
  display: block;
  text-align: left;
}

/* line 296, app/assets/stylesheets/sections/page.scss */
.fields-row .field-instructions {
  color: #554747;
  padding: 6px 0 6px 10px;
  border-left: 4px solid rgba(85, 71, 71, 0.6);
}

/* line 301, app/assets/stylesheets/sections/page.scss */
.fields-row .field-instructions h5 {
  margin: 0;
  color: #655;
}

/* line 306, app/assets/stylesheets/sections/page.scss */
.fields-row .field-instructions p {
  margin: 0.5em 0 0 0;
}

/* line 312, app/assets/stylesheets/sections/page.scss */
.page-preview {
  height: 100%;
  padding: 1.5rem;
  overflow-x: auto;
  box-sizing: border-box;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(213, 208, 200, 0.5);
}

/* line 321, app/assets/stylesheets/sections/page.scss */
.page-preview p:first-child {
  margin-top: 0;
}

/* line 325, app/assets/stylesheets/sections/page.scss */
.page-preview .centered_content {
  text-align: center;
}

/* line 329, app/assets/stylesheets/sections/page.scss */
.page-preview .field__label {
  color: rgba(34, 0, 0, 0.6);
}

/* line 333, app/assets/stylesheets/sections/page.scss */
.page-preview table {
  width: 100%;
  border-spacing: 0;
  font-size: 16px;
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 340, app/assets/stylesheets/sections/page.scss */
.page-preview table th {
  padding: 0.5em;
  line-height: 1.2;
  color: #FFF;
  white-space: nowrap;
  background: #655;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 349, app/assets/stylesheets/sections/page.scss */
.page-preview table td {
  line-height: 1.2;
  padding: 0.25em 0.5em;
  border: 1px solid #d5d0c8;
}

/* line 357, app/assets/stylesheets/sections/page.scss */
.image-toolbar {
  top: 0;
  left: 50%;
  z-index: 1;
  opacity: 0;
  display: flex;
  padding: 0 8px;
  visibility: hidden;
  border-radius: 18px;
  justify-content: center;
  position: absolute !important;
  background: rgba(0, 0, 0, 0.8);
  transform: translate3d(-50%, -100%, 0);
  transition: opacity 0.3s 1s, visibility 0.3s 1s, transform 0.3s 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 372, app/assets/stylesheets/sections/page.scss */
.image-toolbar.fullpage, .page-imagescan:hover .image-toolbar {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  transform: translate3d(-50%, 10px, 0);
}

/* line 380, app/assets/stylesheets/sections/page.scss */
.image-toolbar a, .image-toolbar .dropdown dt {
  padding: 10px 8px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 384, app/assets/stylesheets/sections/page.scss */
.image-toolbar a .icon, .image-toolbar .dropdown dt .icon {
  display: block;
}

/* line 389, app/assets/stylesheets/sections/page.scss */
.image-toolbar a:hover,
.image-toolbar .dropdown dt:hover,
.image-toolbar .dropdown.open dt {
  color: #FFF;
}

/* line 395, app/assets/stylesheets/sections/page.scss */
.image-toolbar .dropdown dd {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.8);
}

/* line 399, app/assets/stylesheets/sections/page.scss */
.image-toolbar .dropdown dd:after {
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

/* line 404, app/assets/stylesheets/sections/page.scss */
.image-toolbar .filter {
  display: flex;
  align-items: center;
  padding: 0.5em 0.8em;
}

/* line 409, app/assets/stylesheets/sections/page.scss */
.image-toolbar .filter:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 413, app/assets/stylesheets/sections/page.scss */
.image-toolbar .filter_label {
  flex-grow: 1;
  margin-right: 1rem;
}

/* line 418, app/assets/stylesheets/sections/page.scss */
.image-toolbar .filter_value {
  width: 2em;
  text-align: right;
}

/* line 425, app/assets/stylesheets/sections/page.scss */
.image-container {
  width: 100%;
  height: 100%;
  background-color: #000;
}

/* line 431, app/assets/stylesheets/sections/page.scss */
.page-review {
  color: #900;
  max-width: 700px;
  text-align: center;
  margin: 0 auto 2rem auto;
  font-size: 14px;
}

/* line 441, app/assets/stylesheets/sections/page.scss */
.image-row-highlight {
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-color: green;
}

/* line 450, app/assets/stylesheets/sections/page.scss */
.page-uncategorized {
  padding: 20px;
  border-radius: 4px;
  margin: 20px 0;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #fdfaf5;
}

/* line 457, app/assets/stylesheets/sections/page.scss */
.page-uncategorized_subject:before {
  color: #634a47;
}

/* line 463, app/assets/stylesheets/sections/page.scss */
.page-notes {
  margin: 0 auto;
  max-width: 800px;
}

/* line 472, app/assets/stylesheets/sections/page.scss */
.page-settings .sidecol {
  min-width: 200px;
}

/* line 474, app/assets/stylesheets/sections/page.scss */
.page-settings .sidecol big {
  display: block;
  margin: 0.5em 0 0.3em 0;
}

/* line 478, app/assets/stylesheets/sections/page.scss */
.page-settings .sidecol time {
  display: block;
  color: #4d312f;
}

/* line 485, app/assets/stylesheets/sections/page.scss */
.page-image-preview {
  text-align: center;
}

/* line 487, app/assets/stylesheets/sections/page.scss */
.page-image-preview img {
  height: auto;
  max-width: 100%;
}

/* line 493, app/assets/stylesheets/sections/page.scss */
.page-indent {
  margin-left: 30px;
}

/* line 7, app/assets/stylesheets/sections/work.scss */
.work-contents td {
  height: 30px;
  padding: 5px 10px;
}

/* line 11, app/assets/stylesheets/sections/work.scss */
.work-contents a.no-notes {
  color: #634a47;
}

/* line 13, app/assets/stylesheets/sections/work.scss */
.work-contents a.no-notes:hover {
  color: #4d312f;
}

/* line 19, app/assets/stylesheets/sections/work.scss */
.work-columns {
  margin-bottom: 20px;
}

/* line 21, app/assets/stylesheets/sections/work.scss */
.work-columns_left {
  width: 100%;
  color: #4d312f;
}

/* line 25, app/assets/stylesheets/sections/work.scss */
.work-columns_right {
  vertical-align: middle;
}

/* line 30, app/assets/stylesheets/sections/work.scss */
.work-page-position {
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}

/* line 34, app/assets/stylesheets/sections/work.scss */
.work-page-position a {
  padding: 5px;
  color: #634a47;
  display: inline-block;
}

/* line 38, app/assets/stylesheets/sections/work.scss */
.work-page-position a:hover {
  color: #200;
}

/* line 44, app/assets/stylesheets/sections/work.scss */
.work-page {
  width: 100%;
  padding: 20px 0;
  display: inline-block;
  border-bottom: 1px dotted #d5d0c8;
}

/* line 49, app/assets/stylesheets/sections/work.scss */
.work-page_thumbnail {
  float: left;
  margin-right: 20px;
}

/* line 52, app/assets/stylesheets/sections/work.scss */
.work-page_thumbnail img {
  width: 8em;
  padding: 3px;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 59, app/assets/stylesheets/sections/work.scss */
.work-page_content {
  overflow: hidden;
  position: relative;
}

/* line 63, app/assets/stylesheets/sections/work.scss */
.work-page_title a {
  text-decoration: none;
  color: #660000;
}

/* line 66, app/assets/stylesheets/sections/work.scss */
.work-page_title a:hover {
  color: #900;
}

/* line 68, app/assets/stylesheets/sections/work.scss */
.work-page_text {
  background-color: #f3ead7;
  padding-top: 0.10em;
  padding-right: 0.5em;
  padding-bottom: 0.10em;
  padding-left: 0.5em;
}

/* line 75, app/assets/stylesheets/sections/work.scss */
.work-page_text p {
  margin: 0.3em 0;
}

/* line 78, app/assets/stylesheets/sections/work.scss */
.work-page_edited {
  display: block;
  margin-top: 1em;
  color: #634a47;
}

/* line 83, app/assets/stylesheets/sections/work.scss */
.work-page_toggle-view {
  top: 0;
  right: 0;
  position: absolute;
  font-size: 14px;
}

/* line 89, app/assets/stylesheets/sections/work.scss */
.work-page .nodata_text {
  margin: 1em 0;
}

/* line 92, app/assets/stylesheets/sections/work.scss */
.work-page .field__label {
  color: #86634d;
}

/* line 95, app/assets/stylesheets/sections/work.scss */
.work-page .incomplete_text {
  text-align: center;
  color: #634a47;
  padding-bottom: 0.5em;
}

/* line 99, app/assets/stylesheets/sections/work.scss */
.work-page .incomplete_text b {
  display: block;
  margin-bottom: 0.5rem;
}

/* line 104, app/assets/stylesheets/sections/work.scss */
.work-page .incomplete_transcription {
  margin: 0.3em 0;
  overflow: hidden;
  position: relative;
  max-height: 4.125em;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* line 113, app/assets/stylesheets/sections/work.scss */
.work-page .incomplete_transcription:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  height: 2.5em;
  position: absolute;
  background-image: linear-gradient(to bottom, transparent, #f3ead7);
}

/* line 122, app/assets/stylesheets/sections/work.scss */
.work-page .incomplete_transcription > p {
  margin: 0;
}

/* line 130, app/assets/stylesheets/sections/work.scss */
.review-button {
  margin-bottom: 1em;
}

/* line 134, app/assets/stylesheets/sections/work.scss */
.restrict-button {
  margin-top: 1em;
}

/* line 138, app/assets/stylesheets/sections/work.scss */
.reset-button {
  margin-bottom: 1em;
}

/* line 142, app/assets/stylesheets/sections/work.scss */
.categories {
  margin: 0;
}

/* line 146, app/assets/stylesheets/sections/work.scss */
.page_status {
  font-style: italic;
}

/* line 152, app/assets/stylesheets/sections/work.scss */
.warning {
  font-style: italic;
  color: #D00;
}

/* line 6, app/assets/stylesheets/sections/user.scss */
.user-profile {
  width: 100%;
  display: table;
  margin: 20px 0;
}

/* line 10, app/assets/stylesheets/sections/user.scss */
.user-profile_image {
  text-align: center;
  display: table-cell;
  vertical-align: top;
  padding-right: 40px;
}

/* line 15, app/assets/stylesheets/sections/user.scss */
.user-profile_image .userpic {
  font-size: 128px;
}

/* line 17, app/assets/stylesheets/sections/user.scss */
.user-profile_badge {
  top: -15px;
  color: #FFF;
  line-height: 24px;
  position: relative;
  display: inline-block;
}

/* line 23, app/assets/stylesheets/sections/user.scss */
.user-profile_badge span {
  z-index: 2;
  color: #FFF;
  padding: 0 12px;
  font-size: 12px;
  background: #C00;
  position: relative;
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Crete Round", Georgia, "Times New Roman", Times, serif;
}

/* line 35, app/assets/stylesheets/sections/user.scss */
.user-profile_badge:before, .user-profile_badge:after {
  top: 5px;
  height: 0;
  z-index: 1;
  left: -26px;
  width: 20px;
  content: '';
  position: absolute;
  border-color: #C44;
  border-style: solid;
  border-width: 12px 6px;
  border-right-color: #900;
  border-left-color: transparent;
}

/* line 49, app/assets/stylesheets/sections/user.scss */
.user-profile_badge:after {
  left: auto;
  right: -26px;
  border-left-color: #900;
  border-right-color: transparent;
}

/* line 56, app/assets/stylesheets/sections/user.scss */
.user-profile_details {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

/* line 60, app/assets/stylesheets/sections/user.scss */
.user-profile_details .headline {
  margin: 0;
}

/* line 64, app/assets/stylesheets/sections/user.scss */
.user-profile_stats {
  margin: 0.2em 0;
  font-size: 20px;
}

/* line 67, app/assets/stylesheets/sections/user.scss */
.user-profile_stats span {
  margin-right: 1em;
  color: #4d312f;
  display: inline-block;
}

/* line 73, app/assets/stylesheets/sections/user.scss */
.user-profile [data-prefix] {
  margin: 0.5em 0;
  padding-left: 5em;
  position: relative;
}

/* line 77, app/assets/stylesheets/sections/user.scss */
.user-profile [data-prefix]:before {
  top: 0;
  left: 0;
  width: 4.5em;
  position: absolute;
  color: #634a47;
}

/* line 85, app/assets/stylesheets/sections/user.scss */
.user-profile_stats + [data-prefix] {
  margin-top: 1em;
}

/* line 91, app/assets/stylesheets/sections/user.scss */
table.form.email_notifications th {
  padding-left: 0;
}

/* line 96, app/assets/stylesheets/sections/user.scss */
.list {
  margin: 40px;
}

/* line 100, app/assets/stylesheets/sections/user.scss */
.owner-details {
  text-align: center;
}

/* line 6, app/assets/stylesheets/sections/ia-import.scss */
.ia-import {
  margin-top: 40px;
}

/* line 8, app/assets/stylesheets/sections/ia-import.scss */
.ia-import_headline {
  width: 100%;
  display: inline-block;
}

/* line 11, app/assets/stylesheets/sections/ia-import.scss */
.ia-import_headline .dropdown {
  float: right;
  margin: 2px 0 0 20px;
}

/* line 15, app/assets/stylesheets/sections/ia-import.scss */
.ia-import_headline .legend {
  margin: 0;
  color: #634a47;
  display: inline-block;
}

/* line 29, app/assets/stylesheets/sections/ia-import.scss */
.ia-import_page {
  width: 100%;
  display: table;
  min-height: 200px;
  margin-bottom: 30px;
}

/* line 36, app/assets/stylesheets/sections/ia-import.scss */
.ia-import_image {
  width: 25%;
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  padding-left: 0;
}

/* line 42, app/assets/stylesheets/sections/ia-import.scss */
.ia-import_image img {
  width: 100%;
  height: auto;
}

/* line 47, app/assets/stylesheets/sections/ia-import.scss */
.ia-import_text {
  width: 75%;
  height: 100%;
  display: table-cell;
  vertical-align: top;
}

/* line 52, app/assets/stylesheets/sections/ia-import.scss */
.ia-import_text:before, .ia-import_text:after {
  z-index: 1;
  width: 100%;
  content: '';
  height: 15px;
  display: block;
  position: relative;
}

/* line 60, app/assets/stylesheets/sections/ia-import.scss */
.ia-import_text:before {
  margin-bottom: -15px;
  background: linear-gradient(to bottom, #faf5eb, rgba(250, 245, 235, 0));
}

/* line 64, app/assets/stylesheets/sections/ia-import.scss */
.ia-import_text:after {
  margin-top: -15px;
  background: linear-gradient(to top, #faf5eb, rgba(250, 245, 235, 0));
}

/* line 69, app/assets/stylesheets/sections/ia-import.scss */
.ia-import .scroller {
  overflow: auto;
  max-height: 100%;
  padding: 10px;
}

/* line 73, app/assets/stylesheets/sections/ia-import.scss */
.ia-import .scroller p {
  margin: 0.3em 0;
  line-height: 1.2;
  font-size: 14px;
}

/* line 82, app/assets/stylesheets/sections/ia-import.scss */
.ia-form_field {
  margin-bottom: 20px;
}

/* line 85, app/assets/stylesheets/sections/ia-import.scss */
.ia-form_help {
  margin-top: 0.5em;
  color: #634a47;
  font-size: 14px;
}

/* line 90, app/assets/stylesheets/sections/ia-import.scss */
.ia-form_submit {
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
}

/* line 2, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-import li {
  list-style-type: none;
}

/* line 5, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-import p {
  margin: 5px;
}

/* line 10, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-select-form {
  margin: 1em 0;
  position: relative;
  padding-right: 220px;
}

/* line 14, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-select-form select, .iiif-select-form .select2-container--default .select2-selection--single {
  margin-bottom: 1em;
  width: 100%;
  border-right-width: 0;
  border-radius: 0.25em 0 0 0.25em;
}

/* line 20, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-select-form button {
  top: 0;
  right: 0;
  z-index: 9996;
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 31, app/assets/stylesheets/sections/iiif-import.scss */
.manifest_labels {
  display: inline;
}

/* line 35, app/assets/stylesheets/sections/iiif-import.scss */
.manifest-form {
  padding-right: 150px;
}

/* line 37, app/assets/stylesheets/sections/iiif-import.scss */
.manifest-form button {
  width: 150px;
}

/* line 42, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-works-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 46, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-works-list li {
  margin: 0;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 5px;
  box-sizing: border-box;
}

/* line 53, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-works-list li .manifest_checks {
  width: 15px;
  margin-right: 5px;
}

/* line 57, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-works-list li:first-child {
  border-top-width: 1px;
}

/* line 58, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-works-list li:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 60, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-works-list li:hover .action {
  display: block;
}

/* line 63, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-works-list .action {
  top: 50%;
  display: none;
  position: absolute;
  color: #634a47;
  right: 10px;
  text-decoration: none;
  line-height: 16px;
  margin-top: -8px;
}

/* line 72, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-works-list .action:hover {
  color: #D50;
}

/* line 73, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-works-list .action .icon {
  vertical-align: top;
}

/* line 77, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-collection {
  width: 100%;
  padding: 20px 0;
  display: inline-block;
  border-bottom: 1px dotted #d5d0c8;
}

/* line 82, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-collection_thumbnail {
  float: left;
  margin-right: 20px;
}

/* line 85, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-collection_thumbnail img {
  padding: 3px;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 91, app/assets/stylesheets/sections/iiif-import.scss */
.iiif-collection_content {
  overflow: hidden;
  position: relative;
}

/* line 1, app/assets/stylesheets/plugins/select2/core.scss */
.select2-hidden-accessible {
  display: none;
}

/* line 5, app/assets/stylesheets/plugins/select2/core.scss */
.select2-container {
  margin: 0;
  width: 100%;
  z-index: 9995;
  text-align: left;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/plugins/select2/_single.scss */
.select2-container .select2-selection--single {
  outline: none;
  display: block;
  cursor: pointer;
  line-height: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/plugins/select2/_single.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 0.3em;
  padding-right: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 21, app/assets/stylesheets/plugins/select2/_single.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-left: 22px;
  padding-right: 0.3em;
}

/* line 1, app/assets/stylesheets/plugins/select2/_multiple.scss */
.select2-container .select2-selection--multiple {
  outline: none;
  display: block;
  cursor: pointer;
  min-height: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/plugins/select2/_multiple.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  list-style: none;
  white-space: nowrap;
  vertical-align: top;
  display: inline-block;
  text-overflow: ellipsis;
}

/* line 22, app/assets/stylesheets/plugins/select2/_multiple.scss */
.select2-container .select2-search--inline {
  margin: 0;
  float: left;
}

/* line 26, app/assets/stylesheets/plugins/select2/_multiple.scss */
.select2-container .select2-search--inline .select2-search__field {
  border: none;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/plugins/select2/_multiple.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/plugins/select2/_dropdown.scss */
.select2-dropdown {
  width: 100%;
  z-index: 1051;
  display: block;
  left: -100000px;
  overflow: hidden;
  position: absolute;
  border-radius: 3px;
  background-color: #FFF;
  box-sizing: border-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 15, app/assets/stylesheets/plugins/select2/_dropdown.scss */
.select2-results {
  display: block;
}

/* line 19, app/assets/stylesheets/plugins/select2/_dropdown.scss */
.select2-results__options {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 25, app/assets/stylesheets/plugins/select2/_dropdown.scss */
.select2-results__option {
  margin: 0;
  padding: 6px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 29, app/assets/stylesheets/plugins/select2/_dropdown.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 32, app/assets/stylesheets/plugins/select2/_dropdown.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 36, app/assets/stylesheets/plugins/select2/_dropdown.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 42, app/assets/stylesheets/plugins/select2/_dropdown.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 48, app/assets/stylesheets/plugins/select2/_dropdown.scss */
.select2-search--dropdown {
  padding: 4px;
  display: block;
}

/* line 52, app/assets/stylesheets/plugins/select2/_dropdown.scss */
.select2-search--dropdown .select2-search__field {
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
}

/* line 56, app/assets/stylesheets/plugins/select2/_dropdown.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 60, app/assets/stylesheets/plugins/select2/_dropdown.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 21, app/assets/stylesheets/plugins/select2/core.scss */
.select2-close-mask {
  top: 0;
  left: 0;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 1, app/assets/stylesheets/plugins/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single {
  background-color: #FFF;
  background-clip: padding-box;
  transition: border-color 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.03);
}

/* line 8, app/assets/stylesheets/plugins/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  float: right;
  cursor: pointer;
  font-weight: bold;
}

/* line 14, app/assets/stylesheets/plugins/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 18, app/assets/stylesheets/plugins/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  position: absolute;
}

/* line 25, app/assets/stylesheets/plugins/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  position: absolute;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}

/* line 42, app/assets/stylesheets/plugins/select2/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 46, app/assets/stylesheets/plugins/select2/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 54, app/assets/stylesheets/plugins/select2/theme/default/_single.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 58, app/assets/stylesheets/plugins/select2/theme/default/_single.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 67, app/assets/stylesheets/plugins/select2/theme/default/_single.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #000 transparent;
}

/* line 1, app/assets/stylesheets/plugins/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple {
  cursor: text;
  background-color: #FFF;
  background-clip: padding-box;
  transition: border-color 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.03);
}

/* line 9, app/assets/stylesheets/plugins/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

/* line 15, app/assets/stylesheets/plugins/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  float: right;
  cursor: pointer;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 23, app/assets/stylesheets/plugins/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: left;
  color: #532;
  cursor: default;
  padding: 0 0.5em;
  border-radius: 1em;
  margin: 5px 0 0 5px;
  background-color: #EFE9E6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

/* line 35, app/assets/stylesheets/plugins/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  cursor: pointer;
  margin-right: 4px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
}

/* line 40, app/assets/stylesheets/plugins/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #F44;
}

/* line 46, app/assets/stylesheets/plugins/select2/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

/* line 50, app/assets/stylesheets/plugins/select2/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 55, app/assets/stylesheets/plugins/select2/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 63, app/assets/stylesheets/plugins/select2/theme/default/_multiple.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
  border-color: rgba(68, 51, 51, 0.45);
}

/* line 70, app/assets/stylesheets/plugins/select2/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: default;
  background-color: #eee;
}

/* line 75, app/assets/stylesheets/plugins/select2/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 6, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.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 13, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.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 20, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 26, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  outline: 0;
  border: none;
  background: transparent;
}

/* line 33, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.select2-container--default .select2-results > .select2-results__options {
  overflow-y: auto;
  max-height: 244px;
}

/* line 38, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #633;
  background-color: #EEE;
}

/* line 43, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option {
  border-top: 1px solid #EEE;
}

/* line 45, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option:first-child {
  border-top: 0;
}

/* line 46, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 47, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 48, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #D50;
}

/* line 50, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 53, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 57, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 61, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 65, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.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 69, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.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 73, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.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 84, app/assets/stylesheets/plugins/select2/theme/default/layout.scss */
.select2-container--default .select2-results__group {
  padding: 6px;
  display: block;
  cursor: default;
}

/* line 117, app/assets/stylesheets/application.scss */
#welcome-message {
  width: 480px;
}

/* line 119, app/assets/stylesheets/application.scss */
#welcome-message .button {
  border: 0;
  color: #FFF;
  display: block;
  line-height: 2.5;
  box-shadow: none;
  background-image: none;
  margin: 1.5em 0 0.5em 0;
  font-size: 20px;
  background-color: #978c87;
}

/* line 129, app/assets/stylesheets/application.scss */
#welcome-message .button:hover, #welcome-message .button:focus, #welcome-message .button:active {
  background-color: #6f615e;
}

/* line 135, app/assets/stylesheets/application.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 17, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--topic--locked-notice, .thredded--flash-message, .thredded--alert {
  border: solid 1px;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 0.6875rem;
  padding: 0.6875rem;
  text-decoration: none;
  width: 100%;
}

@media (min-width: 48.00001rem) {
  /* line 17, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_alerts.scss */
  .thredded--topic--locked-notice, .thredded--flash-message, .thredded--alert {
    margin-bottom: 1.375rem;
  }
}

/* line 31, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--success, .thredded--alert-success {
  background: #e6efc2;
  border-color: #cce5cc;
  color: #3c763d;
}

/* line 6, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--success a, .thredded--alert-success a {
  color: #2b542c;
  text-decoration: underline;
}

/* line 10, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--success a:focus, .thredded--alert-success a:focus, .thredded--flash-message--success a:hover, .thredded--alert-success a:hover {
  color: #224323;
}

/* line 35, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--error, .thredded--alert-danger {
  background: #fbe3e4;
  border-color: #f9f1f1;
  color: #a94442;
}

/* line 6, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--error a, .thredded--alert-danger a {
  color: #843534;
  text-decoration: underline;
}

/* line 10, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--error a:focus, .thredded--alert-danger a:focus, .thredded--flash-message--error a:hover, .thredded--alert-danger a:hover {
  color: #722e2d;
}

/* line 39, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--notice, .thredded--alert-info {
  background: #e6f3fa;
  border-color: #e4eefb;
  color: #1f69c1;
}

/* line 6, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--notice a, .thredded--alert-info a {
  color: #185195;
  text-decoration: underline;
}

/* line 10, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--notice a:focus, .thredded--alert-info a:focus, .thredded--flash-message--notice a:hover, .thredded--alert-info a:hover {
  color: #14457f;
}

/* line 43, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--topic--locked-notice, .thredded--flash-message--alert, .thredded--alert-warning {
  background: #fcf8e3;
  border-color: #eee5d6;
  color: #8a6d3b;
}

/* line 6, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--topic--locked-notice a, .thredded--flash-message--alert a, .thredded--alert-warning a {
  color: #66512c;
  text-decoration: underline;
}

/* line 10, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--topic--locked-notice a:focus, .thredded--flash-message--alert a:focus, .thredded--alert-warning a:focus, .thredded--topic--locked-notice a:hover, .thredded--flash-message--alert a:hover, .thredded--alert-warning a:hover {
  color: #544324;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button, .thredded--form--submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background: #EFE9E6;
  border-radius: 0.25em;
  border: none;
  color: #532;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Serif Pro", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 20, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button:hover, .thredded--form--submit:hover, .thredded--button:focus, .thredded--form--submit:focus {
  background-color: #d1c0b7;
  color: #532;
  text-decoration: none;
}

/* line 27, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button:focus, .thredded--form--submit:focus {
  box-shadow: 0 0 3px #EFE9E6;
  outline: none;
}

/* line 32, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button:disabled, .thredded--form--submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 36, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button:disabled:hover, .thredded--form--submit:disabled:hover {
  background: #EFE9E6;
}

/* line 42, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button-light {
  background-color: white;
  color: #d1c0b7;
}

/* line 46, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button-light:hover, .thredded--button-light:active, .thredded--button-light:focus {
  background-color: #e1d6d0;
  color: #b39789;
}

/* line 54, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button-wide {
  display: block;
  text-align: center;
}

/* line 59, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--messageboards--actions, .thredded--post-moderation-actions {
  text-align: center;
}

/* line 61, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--messageboards--actions a, .thredded--post-moderation-actions a, .thredded--messageboards--actions .button_to, .thredded--post-moderation-actions .button_to {
  display: block;
  margin-top: 0.6875rem;
}

@media (min-width: 34.00001rem) {
  /* line 66, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_buttons.scss */
  .thredded--messageboards--actions a, .thredded--post-moderation-actions a, .thredded--messageboards--actions .button_to, .thredded--post-moderation-actions .button_to {
    display: inline-block;
  }
  /* line 69, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_buttons.scss */
  .thredded--messageboards--actions a + a, .thredded--post-moderation-actions a + a, .thredded--messageboards--actions .button_to + .button_to, .thredded--post-moderation-actions .button_to + .button_to {
    margin-left: 0.6875rem;
  }
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* line 7, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown:hover .thredded--post--dropdown--toggle {
  color: #1f69c1;
}

/* line 11, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown:hover .thredded--post--dropdown--actions {
  transform: scale(1);
  opacity: 1;
}

/* line 18, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--toggle {
  color: #4a90e2;
}

/* line 22, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--actions {
  position: absolute;
  background-color: white;
  border-radius: 2px;
  overflow: hidden;
  min-width: 8.5rem;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transform: scale(0);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* line 37, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--actions {
  right: 0;
  transform-origin: 100% 0;
}

/* line 49, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--actions--item {
  background: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  text-align: left;
  transition: none;
  width: 100%;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  padding: 1rem 0.75rem;
  display: block;
  white-space: nowrap;
}

/* line 70, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--actions--item:active, .thredded--post--dropdown--actions--item:focus, .thredded--post--dropdown--actions--item:hover {
  background-color: #EFE9E6;
  color: #532;
  text-decoration: none;
  cursor: pointer;
}

/* line 79, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--actions--item:active, .thredded--post--dropdown--actions--item:focus {
  outline: none;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form [type='color'], .thredded--form [type='date'], .thredded--form [type='datetime'], .thredded--form [type='datetime-local'], .thredded--form [type='email'], .thredded--form [type='month'],
.thredded--form [type='number'], .thredded--form [type='password'], .thredded--form [type='search'], .thredded--form [type='tel'], .thredded--form [type='text'], .thredded--form [type='time'], .thredded--form [type='url'],
.thredded--form [type='week'], .thredded--form input:not([type]), .thredded--form textarea, .thredded--form select[multiple=multiple] {
  background: #fff;
  border: 1px solid #e1e1e1;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.87);
  font-family: "Source Serif Pro", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  padding: 0.6875rem;
  transition: border-color;
}

/* line 11, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form [type='color']:hover, .thredded--form [type='date']:hover, .thredded--form [type='datetime']:hover, .thredded--form [type='datetime-local']:hover, .thredded--form [type='email']:hover, .thredded--form [type='month']:hover,
.thredded--form [type='number']:hover, .thredded--form [type='password']:hover, .thredded--form [type='search']:hover, .thredded--form [type='tel']:hover, .thredded--form [type='text']:hover, .thredded--form [type='time']:hover, .thredded--form [type='url']:hover,
.thredded--form [type='week']:hover, .thredded--form input:hover:not([type]), .thredded--form textarea:hover, .thredded--form select[multiple=multiple]:hover {
  border-color: #d1d1d1;
}

/* line 15, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form [type='color']:focus, .thredded--form [type='date']:focus, .thredded--form [type='datetime']:focus, .thredded--form [type='datetime-local']:focus, .thredded--form [type='email']:focus, .thredded--form [type='month']:focus,
.thredded--form [type='number']:focus, .thredded--form [type='password']:focus, .thredded--form [type='search']:focus, .thredded--form [type='tel']:focus, .thredded--form [type='text']:focus, .thredded--form [type='time']:focus, .thredded--form [type='url']:focus,
.thredded--form [type='week']:focus, .thredded--form input:focus:not([type]), .thredded--form textarea:focus, .thredded--form select[multiple=multiple]:focus {
  border-color: #4a90e2;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 3px #4a90e2;
  outline: none;
}

/* line 23, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form fieldset {
  background-color: #fff;
  border: 1px solid #eee;
  margin: 0 0 0.6875rem;
  padding: 1.375rem;
}

/* line 30, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form input,
.thredded--form label,
.thredded--form select {
  display: block;
  font-family: "Source Serif Pro", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}

/* line 38, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form label {
  font-weight: 600;
  margin-bottom: 0.34375rem;
}

/* line 42, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form label.required::after {
  content: "*";
}

/* line 46, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form label abbr {
  display: none;
}

/* line 51, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form [type='color'], .thredded--form [type='date'], .thredded--form [type='datetime'], .thredded--form [type='datetime-local'], .thredded--form [type='email'], .thredded--form [type='month'],
.thredded--form [type='number'], .thredded--form [type='password'], .thredded--form [type='search'], .thredded--form [type='tel'], .thredded--form [type='text'], .thredded--form [type='time'], .thredded--form [type='url'],
.thredded--form [type='week'], .thredded--form input:not([type]), .thredded--form textarea, .thredded--form select[multiple=multiple] {
  box-sizing: border-box;
  width: 100%;
}

/* line 59, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form textarea {
  line-height: 1.375;
  resize: vertical;
}

/* line 64, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 68, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form input[type="checkbox"],
.thredded--form input[type="radio"] {
  display: inline;
  margin-right: 0.34375rem;
}

/* line 74, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form input[type="file"] {
  padding-bottom: 0.6875rem;
  width: 100%;
}

/* line 79, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form select {
  margin-bottom: 0.6875rem;
  max-width: 100%;
  width: auto;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_lists.scss */
.thredded--form-list, .thredded--currently-online--users, .thredded--navigation-breadcrumbs, .thredded--main-navigation, .thredded--moderation-navigation--items, .thredded--scoped-navigation, .thredded--user-navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--navigation-breadcrumbs a, .thredded--moderation-navigation--item a, .thredded--user-navigation--item a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  transition: color 0.1s linear;
}

/* line 6, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--navigation-breadcrumbs a:active, .thredded--moderation-navigation--item a:active, .thredded--user-navigation--item a:active, .thredded--navigation-breadcrumbs a:focus, .thredded--moderation-navigation--item a:focus, .thredded--user-navigation--item a:focus, .thredded--navigation-breadcrumbs a:hover, .thredded--moderation-navigation--item a:hover, .thredded--user-navigation--item a:hover {
  color: #4a90e2;
  text-decoration: none;
}

/* line 13, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--navigation-breadcrumbs a:active, .thredded--moderation-navigation--item a:active, .thredded--user-navigation--item a:active, .thredded--navigation-breadcrumbs a:focus, .thredded--moderation-navigation--item a:focus, .thredded--user-navigation--item a:focus {
  outline: none;
}

/* line 19, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--pending-moderation .thredded--moderation-navigation--pending a,
.thredded--moderation-history .thredded--moderation-navigation--history a,
.thredded--moderation-users .thredded--moderation-navigation--users a,
.thredded--moderation-user .thredded--moderation-navigation--users a,
.thredded--moderation-activity .thredded--moderation-navigation--activity a, .thredded--user-navigation--item.thredded--is-current a {
  color: #4a90e2;
}

/* line 24, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--moderation-navigation--items, .thredded--scoped-navigation, .thredded--user-navigation {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  margin-left: 0;
  text-align: left;
  list-style-type: none;
}

/* line 33, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--moderation-navigation--item, .thredded--user-navigation--item {
  display: inline-block;
  margin-right: 1rem;
}

/* line 37, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--moderation-navigation--item a, .thredded--user-navigation--item a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.54);
  padding: 0.6875rem 0;
}

/* line 44, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--moderation-navigation--item:last-child, .thredded--user-navigation--item:last-child {
  margin-right: 0;
}

/* line 49, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--pending-moderation .thredded--moderation-navigation--pending,
.thredded--moderation-history .thredded--moderation-navigation--history,
.thredded--moderation-users .thredded--moderation-navigation--users,
.thredded--moderation-user .thredded--moderation-navigation--users,
.thredded--moderation-activity .thredded--moderation-navigation--activity, .thredded--user-navigation--item.thredded--is-current {
  border-bottom: 1px solid #4a90e2;
  margin-bottom: -1px;
}

/* line 58, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--messageboard--unread-followed-topics-count, .thredded--user-navigation--private-topics--unread,
.thredded--user-navigation--moderation--pending-count,
.thredded--user-navigation--unread-topics--followed-count {
  background: #4a90e2;
  border-radius: 10px;
  color: #532;
  font-size: 0.75rem;
  line-height: 1;
  margin-left: 0.4rem;
  padding: 2px 6px;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_tables.scss */
.thredded--post--content table, .thredded--table {
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.6875rem 0;
}

/* line 6, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_tables.scss */
.thredded--post--content table td, .thredded--table td, .thredded--post--content table th, .thredded--table th {
  text-align: center;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  word-break: break-word;
}

/* line 14, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_tables.scss */
.thredded--post--content table th, .thredded--table th {
  font-weight: bold;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--preview-area--title, .thredded--topics--title, .thredded--topic-header--title, .thredded--preferences--title, .thredded--post-form--title, .thredded--post--user,
.thredded--post--user-and-topic, .thredded--post--topic, .thredded--messageboard--meta--counts, .thredded--messageboard--title, .thredded--empty--title, .thredded--currently-online--title {
  font-family: "Crete Round", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.375;
  margin: 0 0 0.6875rem;
}

/* line 8, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--topics--updated-by a,
.thredded--topics--messageboard a, .thredded--topics--title a, .thredded--topic-header--follow-info form input[type=submit], .thredded--topic-header--follow-info form button, .thredded--topic-header--edit-topic, .thredded--topic-header--started-by a, .thredded--topic-header--participants--participant > a, .thredded--post--content--spoiler--summary, .thredded--post--content a, .thredded--post--user a,
.thredded--post--topic a,
.thredded--post--user-and-topic a, .thredded--messageboard, .thredded--link, .thredded--post-moderation-record--content-changed-notice a, .thredded--post-moderation-record--moderation-state-notice a {
  color: #4a90e2;
  text-decoration: none;
  transition: color 0.1s linear;
}

/* line 13, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--topics--updated-by a:active,
.thredded--topics--messageboard a:active, .thredded--topics--title a:active, .thredded--topic-header--follow-info form input[type=submit]:active, .thredded--topic-header--follow-info form button:active, .thredded--topic-header--edit-topic:active, .thredded--topic-header--started-by a:active, .thredded--topic-header--participants--participant > a:active, .thredded--post--content--spoiler--summary:active, .thredded--post--content a:active, .thredded--post--user a:active,
.thredded--post--topic a:active,
.thredded--post--user-and-topic a:active, .thredded--messageboard:active, .thredded--link:active, .thredded--post-moderation-record--content-changed-notice a:active, .thredded--post-moderation-record--moderation-state-notice a:active, .thredded--topics--updated-by a:focus,
.thredded--topics--messageboard a:focus, .thredded--topics--title a:focus, .thredded--topic-header--follow-info form input[type=submit]:focus, .thredded--topic-header--follow-info form button:focus, .thredded--topic-header--edit-topic:focus, .thredded--topic-header--started-by a:focus, .thredded--topic-header--participants--participant > a:focus, .thredded--post--content--spoiler--summary:focus, .thredded--post--content a:focus, .thredded--post--user a:focus,
.thredded--post--topic a:focus,
.thredded--post--user-and-topic a:focus, .thredded--messageboard:focus, .thredded--link:focus, .thredded--post-moderation-record--content-changed-notice a:focus, .thredded--post-moderation-record--moderation-state-notice a:focus, .thredded--topics--updated-by a:hover,
.thredded--topics--messageboard a:hover, .thredded--topics--title a:hover, .thredded--topic-header--follow-info form input[type=submit]:hover, .thredded--topic-header--follow-info form button:hover, .thredded--topic-header--edit-topic:hover, .thredded--topic-header--started-by a:hover, .thredded--topic-header--participants--participant > a:hover, .thredded--post--content--spoiler--summary:hover, .thredded--post--content a:hover, .thredded--post--user a:hover,
.thredded--post--topic a:hover,
.thredded--post--user-and-topic a:hover, .thredded--messageboard:hover, .thredded--link:hover, .thredded--post-moderation-record--content-changed-notice a:hover, .thredded--post-moderation-record--moderation-state-notice a:hover {
  color: #1f69c1;
  text-decoration: none;
}

/* line 20, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--topics--updated-by a:active,
.thredded--topics--messageboard a:active, .thredded--topics--title a:active, .thredded--topic-header--follow-info form input[type=submit]:active, .thredded--topic-header--follow-info form button:active, .thredded--topic-header--edit-topic:active, .thredded--topic-header--started-by a:active, .thredded--topic-header--participants--participant > a:active, .thredded--post--content--spoiler--summary:active, .thredded--post--content a:active, .thredded--post--user a:active,
.thredded--post--topic a:active,
.thredded--post--user-and-topic a:active, .thredded--messageboard:active, .thredded--link:active, .thredded--post-moderation-record--content-changed-notice a:active, .thredded--post-moderation-record--moderation-state-notice a:active, .thredded--topics--updated-by a:focus,
.thredded--topics--messageboard a:focus, .thredded--topics--title a:focus, .thredded--topic-header--follow-info form input[type=submit]:focus, .thredded--topic-header--follow-info form button:focus, .thredded--topic-header--edit-topic:focus, .thredded--topic-header--started-by a:focus, .thredded--topic-header--participants--participant > a:focus, .thredded--post--content--spoiler--summary:focus, .thredded--post--content a:focus, .thredded--post--user a:focus,
.thredded--post--topic a:focus,
.thredded--post--user-and-topic a:focus, .thredded--messageboard:focus, .thredded--link:focus, .thredded--post-moderation-record--content-changed-notice a:focus, .thredded--post-moderation-record--moderation-state-notice a:focus {
  outline: none;
}

/* line 26, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--post--content hr {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #eee;
  margin: 1.375rem 0;
}

/* line 34, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--post--content p, .thredded--post--created-at, .thredded--messageboard--byline, .thredded--messageboard--description, .thredded--form-list--hint {
  margin: 0 0 0.6875rem;
}

/* line 38, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--messageboard--meta--icon, .thredded--icon {
  fill: currentColor;
}

/* line 42, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--post--content blockquote, .thredded--blockquote {
  margin: 0 0 0.75rem;
  border-left: solid 5px #eee;
  padding: 1rem;
}

/* line 47, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--post--content blockquote > *:last-child, .thredded--blockquote > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 34rem) {
  /* line 42, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_typography.scss */
  .thredded--post--content blockquote, .thredded--blockquote {
    padding: 0.34375rem 0.6875rem;
  }
}

/* line 56, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--embed-16-by-9 {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

/* line 65, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--embed-16-by-9 > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/utilities/_flex.scss */
.thredded--flex-spacer {
  flex-grow: 1;
}

/* line 3, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/utilities/_is-compact.scss */
.thredded--is-compact input[type="submit"],
.thredded--is-compact label {
  height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

/* line 11, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/utilities/_is-compact.scss */
.thredded--is-compact input {
  margin: 0;
}

/* line 15, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/utilities/_is-compact.scss */
.thredded--is-compact li {
  margin-bottom: 0;
}

/* line 18, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/utilities/_is-compact.scss */
.thredded--is-compact li:not(.title) {
  height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
}

/* line 2, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/utilities/_is-expanded.scss */
.thredded--is-expanded label {
  height: auto;
  margin-bottom: 0.34375rem;
  opacity: 1;
  visibility: visible;
}

/* line 9, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/utilities/_is-expanded.scss */
.thredded--is-expanded .private_users,
.thredded--is-expanded .content,
.thredded--is-expanded .submit {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_main-container.scss */
.thredded--main-container {
  -webkit-font-smoothing: antialiased;
  box-sizing: content-box;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Source Serif Pro", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.375;
  margin: 0 auto;
  max-width: 90rem;
  padding: 0;
}

/* line 53, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_grid.scss */
.thredded--main-container::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 34.00001rem) {
  /* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_main-container.scss */
  .thredded--main-container {
    padding: 0 2rem 0.6875rem 2rem;
  }
}

/* line 10, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
.thredded--main-navigation {
  display: flex;
  flex-wrap: wrap;
}

/* line 19, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
.thredded--navigation-breadcrumbs li {
  display: block;
}

/* line 22, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
.thredded--navigation-breadcrumbs li a {
  display: block;
}

@media (max-width: 48rem) {
  /* line 19, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li {
    font-weight: bold;
  }
}

@media (max-width: 34rem) {
  /* line 31, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li a {
    position: relative;
  }
  /* line 36, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li:first-child:last-child a, .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link:first-child:last-child {
    padding: 0.6875rem 0;
  }
  /* line 42, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li:first-child:not(:last-child) a, .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link:first-child:not(:last-child) {
    padding-top: 0.34375rem;
  }
  /* line 48, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li:last-child:not(:first-child) a, .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link:last-child:not(:first-child) {
    padding-bottom: 0.34375rem;
  }
  /* line 50, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li:last-child:not(:first-child) a::before, .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link:last-child:not(:first-child)::before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 7 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.96.19a.47.47 0 0 0-.685 0L.592.91a.52.52 0 0 0 0 .715L3.887 5.03.564 8.462a.52.52 0 0 0 0 .716l.684.717a.47.47 0 0 0 .684 0l4.35-4.508a.528.528 0 0 0 0-.717L1.958.19' fill='%23B0AEBC' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center center;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 0.3875rem 0 0.6875rem;
    width: 6px;
    position: absolute;
    top: 0.4em;
    left: -1.625em;
  }
}

@media (min-width: 34.00001rem) {
  /* line 19, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li {
    display: inline-block;
  }
  /* line 62, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li a, .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link {
    display: inline-block;
    padding: 0.6875rem 0;
  }
  /* line 67, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li::after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 7 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.96.19a.47.47 0 0 0-.685 0L.592.91a.52.52 0 0 0 0 .715L3.887 5.03.564 8.462a.52.52 0 0 0 0 .716l.684.717a.47.47 0 0 0 .684 0l4.35-4.508a.528.528 0 0 0 0-.717L1.958.19' fill='%23B0AEBC' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center center;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 0.3875rem 0 0.6875rem;
    width: 6px;
  }
  /* line 70, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li:last-child::after {
    display: none;
  }
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
.thredded--navigation--search {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
}

@media (max-width: 48rem) {
  /* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search {
    position: initial;
    margin-bottom: 0.6875rem;
  }
}

/* line 14, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
.thredded--navigation--search label {
  display: none;
}

/* line 18, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
.thredded--navigation--search input[type="search"] {
  box-shadow: none;
  width: 100%;
}

@media (min-width: 48.00001rem) {
  /* line 18, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"] {
    background: transparent;
    border-color: transparent;
    font-size: 14px;
    line-height: 1rem;
    min-width: 13rem;
    width: auto;
    padding: 0.9375rem 0.75rem 0.875rem 0.75rem;
    margin-top: -1px;
    margin-bottom: 0;
  }
  /* line 34, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"], .thredded--navigation--search input[type="search"]:focus {
    transition: background, border-color, box-shadow, min-width 0.15s ease-out 0s;
  }
  /* line 38, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:not(:-moz-placeholder-shown) {
    background: #fff;
    box-shadow: none;
    margin-right: 0;
    margin-left: 0;
    min-width: 16rem;
    text-align: left;
  }
  .thredded--navigation--search input[type="search"]:not(:-ms-input-placeholder) {
    background: #fff;
    box-shadow: none;
    margin-right: 0;
    margin-left: 0;
    min-width: 16rem;
    text-align: left;
  }
  .thredded--navigation--search input[type="search"]:focus, .thredded--navigation--search input[type="search"]:not(:placeholder-shown) {
    background: #fff;
    box-shadow: none;
    margin-right: 0;
    margin-left: 0;
    min-width: 16rem;
    text-align: left;
  }
  /* line 47, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:hover {
    border-color: transparent;
    box-shadow: none;
  }
  /* line 52, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]::-webkit-search-decoration, .thredded--navigation--search input[type="search"]::-webkit-search-cancel-button, .thredded--navigation--search input[type="search"]::-webkit-search-results-button, .thredded--navigation--search input[type="search"]::-webkit-search-results-decoration {
    max-height: 1rem;
  }
  /* line 63, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:placeholder-shown::-webkit-search-cancel-button, .thredded--navigation--search input[type="search"]:placeholder-shown::-webkit-search-decoration, .thredded--navigation--search input[type="search"]:not(:focus)::-webkit-search-cancel-button, .thredded--navigation--search input[type="search"]:not(:focus)::-webkit-search-decoration {
    -webkit-appearance: none;
    margin: 0;
  }
  /* line 70, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.54);
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
    height: inherit;
    line-height: inherit;
    opacity: 1;
  }
  .thredded--navigation--search input[type="search"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
    -ms-transition: color 0.1s linear;
    transition: color 0.1s linear;
    height: inherit;
    line-height: inherit;
    opacity: 1;
  }
  .thredded--navigation--search input[type="search"]::placeholder {
    color: rgba(0, 0, 0, 0.54);
    transition: color 0.1s linear;
    height: inherit;
    line-height: inherit;
    opacity: 1;
  }
  /* line 81, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:hover:not(:focus):-moz-placeholder-shown {
    cursor: pointer;
  }
  .thredded--navigation--search input[type="search"]:hover:not(:focus):-ms-input-placeholder {
    cursor: pointer;
  }
  .thredded--navigation--search input[type="search"]:hover:not(:focus):placeholder-shown {
    cursor: pointer;
  }
  /* line 84, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:hover:not(:focus)::-moz-placeholder {
    color: #4a90e2;
  }
  .thredded--navigation--search input[type="search"]:hover:not(:focus):-ms-input-placeholder {
    color: #4a90e2;
  }
  .thredded--navigation--search input[type="search"]:hover:not(:focus)::placeholder {
    color: #4a90e2;
  }
  /* line 89, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:not(:-moz-placeholder-shown) {
    border-color: #eee;
  }
  .thredded--navigation--search input[type="search"]:not(:-ms-input-placeholder) {
    border-color: #eee;
  }
  .thredded--navigation--search input[type="search"]:focus, .thredded--navigation--search input[type="search"]:not(:placeholder-shown) {
    border-color: #eee;
  }
}

/* line 95, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
.thredded--navigation--search [type="submit"] {
  display: none;
}

@media print {
  /* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search {
    display: none;
  }
}

@media (min-width: 48.00001rem) {
  /* line 107, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"] {
    text-align: left;
    margin-right: 0;
    margin-left: -0.75rem;
  }
}

/* line 115, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
.thredded--navigation--search--right {
  right: 0;
  left: auto;
}

@media (min-width: 48.00001rem) {
  /* line 119, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search--right input[type="search"] {
    text-align: right;
    margin-right: -0.75rem;
    margin-left: 0;
  }
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_user-navigation.scss */
.thredded--user-navigation {
  display: flex;
  justify-content: flex-end;
}

@media print {
  /* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_user-navigation.scss */
  .thredded--user-navigation {
    display: none;
  }
}

/* line 23, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_user-navigation.scss */
.thredded--unread-topics--followed-icon {
  fill: currentColor;
  width: 1em;
  height: 1em;
  top: 0.1em;
  position: relative;
}

@media (max-width: 48rem) {
  /* line 23, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_user-navigation.scss */
  .thredded--unread-topics--followed-icon {
    display: none;
  }
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_scoped-navigation.scss */
.thredded--scoped-navigation {
  border-bottom: 0;
  display: flex;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
.thredded--navigation {
  position: relative;
}

/* line 3, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
.thredded--navigation .thredded--icon {
  display: none;
}

@media (max-width: 48rem) {
  /* line 11, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--moderation, .thredded--user-navigation--private-topics, .thredded--user-navigation--settings, .thredded--user-navigation--unread-topics {
    box-sizing: border-box;
    margin: 0 0 0 0.5rem;
    padding: 0;
    vertical-align: top;
  }
  /* line 16, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--moderation a, .thredded--user-navigation--private-topics a, .thredded--user-navigation--settings a, .thredded--user-navigation--unread-topics a {
    position: relative;
    display: block;
    padding: 0.4375rem 0 0.375rem 0;
  }
  /* line 21, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--moderation .thredded--icon, .thredded--user-navigation--private-topics .thredded--icon, .thredded--user-navigation--settings .thredded--icon, .thredded--user-navigation--unread-topics .thredded--icon {
    display: block;
    width: 2rem;
    height: 2rem;
  }
  /* line 27, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--moderation--pending-count, .thredded--user-navigation--private-topics--unread, .thredded--user-navigation--unread-topics--followed-count {
    bottom: 0.3125rem;
    position: absolute;
    right: -0.1875rem;
  }
  /* line 32, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--navigation {
    position: relative;
    width: 100%;
  }
  /* line 36, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--navigation-breadcrumbs {
    font-size: 14px;
    padding-right: 2.625rem;
  }
  /* line 39, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-1 .thredded--navigation-breadcrumbs {
    padding-right: 5.25rem;
  }
  /* line 42, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-2 .thredded--navigation-breadcrumbs {
    padding-right: 7.875rem;
  }
  /* line 45, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-3 .thredded--navigation-breadcrumbs {
    padding-right: 10.5rem;
  }
  /* line 50, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--navigation--search-topics {
    display: none;
  }
}

@media screen and (max-width: 48rem) {
  /* line 52, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--messageboards-index .thredded--navigation--search-topics, .thredded--topics-index .thredded--navigation--search-topics, .thredded--topic-search-results .thredded--navigation--search-topics {
    display: block;
    width: 100%;
  }
}

@media (max-width: 48rem) {
  /* line 61, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation {
    border-bottom: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  /* line 67, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation-standalone {
    display: block;
    margin-bottom: 0;
  }
  /* line 72, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--item .thredded--nav-text {
    display: none;
  }
  /* line 97, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--moderation.thredded--is-current ~ .thredded--user-navigation--settings, .thredded--user-navigation--moderation.thredded--is-current ~ .thredded--user-navigation--private-topics {
    display: none;
  }
  /* line 102, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--scoped-navigation {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 106, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-1 .thredded--scoped-navigation {
    right: 2.625rem;
  }
  /* line 109, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-2 .thredded--scoped-navigation {
    right: 5.25rem;
  }
  /* line 112, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-3 .thredded--scoped-navigation {
    right: 7.875rem;
  }
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation-navigation {
  position: relative;
}

@media (min-width: 48.00001rem) {
  /* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
  .thredded--moderation-navigation {
    margin-bottom: 1.375rem;
  }
}

/* line 8, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation-navigation--items {
  margin-bottom: 0.6875rem;
}

/* line 29, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderated-notice {
  margin-bottom: 1.375rem;
  padding: 0.6875rem 1.375rem;
  background: #eee;
}

/* line 37, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation .thredded--post--user a,
.thredded--post-moderation-record .thredded--post--user a {
  color: #4a90e2;
}

/* line 43, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record .thredded--post {
  margin-bottom: 0;
  margin-left: 1rem;
}

@media (min-width: 94.00001rem) {
  /* line 43, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
  .thredded--post-moderation-record .thredded--post {
    margin-left: 4rem;
  }
}

/* line 50, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record--moderation-state-notice {
  margin-bottom: 1rem;
}

/* line 55, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record-approved .thredded--post-moderation-record--moderation-state-notice {
  color: #3c763d;
}

/* line 58, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record-blocked .thredded--post-moderation-record--moderation-state-notice {
  color: #a94442;
}

/* line 62, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record--content-changed-notice {
  font-style: italic;
}

/* line 70, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record + .thredded--post-moderation-record {
  margin-top: 2.75rem;
}

/* line 74, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation--users-table {
  width: 100%;
}

/* line 76, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation--users-table a {
  display: block;
}

/* line 81, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation--user--title {
  margin: 0;
}

/* line 85, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation--user--info {
  margin-left: 2rem;
}

/* line 89, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--user--moderation-actions {
  text-align: left;
  margin-left: 4rem;
}

/* line 92, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--user--moderation-actions .button_to {
  display: inline-block;
}

/* line 95, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--user--moderation-actions .button_to + .button_to {
  margin-left: 0.6875rem;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/layout/_user.scss */
.thredded--user--avatar {
  border-radius: 50%;
  display: inline-block;
  height: 1.75em;
  width: 1.75em;
  margin-right: 0.4375em;
  vertical-align: baseline;
  position: relative;
  top: 0.5em;
}

/* line 27, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_base.scss */
.thredded--spacer {
  flex-grow: 1;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online {
  background-color: #eee;
  bottom: -1.25rem;
  box-sizing: content-box;
  padding: 1.375rem;
  position: fixed;
  right: 0;
  width: 16.25rem;
  z-index: 10;
}

@media (max-width: 34rem) {
  /* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_currently-online.scss */
  .thredded--currently-online {
    display: none;
  }
}

/* line 15, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online.thredded--is-expanded {
  bottom: 0;
  position: fixed;
  right: 0;
}

/* line 21, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online--title {
  margin-bottom: 1.375rem;
}

/* line 26, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online--avatar {
  background-color: rgba(0, 0, 0, 0.87);
  border-radius: 50%;
  display: inline-block;
  height: 1.75rem;
  margin-right: 0.6875rem;
  vertical-align: middle;
  width: 1.75rem;
}

/* line 36, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online--user {
  padding: 0.6875rem 0;
}

/* line 40, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online--users {
  height: 0;
  visibility: hidden;
}

/* line 46, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online.thredded--is-expanded .thredded--currently-online--users {
  height: auto;
  visibility: visible;
}

@media print {
  /* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_currently-online.scss */
  .thredded--currently-online {
    display: none;
  }
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_empty.scss */
.thredded--empty {
  border: 1px solid #eee;
  padding: 1.375rem;
  text-align: center;
}

/* line 7, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_empty.scss */
.thredded--empty--title {
  font-size: 1.5rem;
  margin-bottom: 1.375rem;
}

/* line 2, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_following.scss */
.thredded--topic-following .thredded--topics--follow-icon, .thredded--topic-header--follow-icon, .thredded--topic-notfollowing .thredded--topics--follow-icon {
  fill: currentColor;
  display: inline-block;
  font-size: 1em;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0.4;
}

/* line 11, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_following.scss */
.thredded--topic-notfollowing .thredded--topics--follow-icon {
  opacity: 0.1;
}

/* line 4, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list.on-top {
  margin-bottom: 0.6875rem;
}

/* line 8, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list li {
  transition: all 0.15s ease-out 0s;
  margin-bottom: 0.6875rem;
}

/* line 13, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list label {
  transition: all 0.15s ease-out 0s;
}

/* line 17, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list label ~ label {
  display: inline-block;
  font-weight: normal;
  margin-right: 15px;
}

/* line 25, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list--admin-options label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1.375rem;
}

/* line 33, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list--hint {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_main-section.scss */
.thredded--main-section {
  margin-bottom: 2.75rem;
}

@media (min-width: 34.00001rem) and (max-width: 48rem) {
  /* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_main-section.scss */
  .thredded--main-section {
    margin-bottom: 1.375rem;
  }
}

@media (max-width: 34rem) {
  /* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_main-section.scss */
  .thredded--main-section {
    margin-bottom: 0.6875rem;
  }
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown {
  background: inherit;
  border-color: #4a90e2;
  border-top: 1px solid #eee;
  box-shadow: 0 1px 1px #4a90e2;
  font-family: "Source Serif Pro", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.375;
}

/* line 11, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 4px;
}

/* line 18, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown li.textcomplete-item {
  padding: 0.6875rem;
}

/* line 19, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown li.textcomplete-item a {
  color: rgba(0, 0, 0, 0.87);
}

/* line 23, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown li.textcomplete-item.active {
  background: #EFE9E6;
}

/* line 25, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown li.textcomplete-item.active a {
  color: #532;
}

/* line 37, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
.thredded--textcomplete-user-result__avatar {
  width: 2rem;
  min-height: 2rem;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* line 44, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
.thredded--textcomplete-user-result__name {
  display: inline-block;
  margin-left: 0.6rem;
}

/* line 48, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
.thredded--textcomplete-user-result__display_name {
  display: inline-block;
  margin-left: 0.4rem;
  color: rgba(0, 0, 0, 0.54);
}

/* line 53, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
.textcomplete-item.active .thredded--textcomplete-user-result__display_name {
  color: rgba(255, 255, 255, 0.54);
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboards-group {
  box-sizing: border-box;
}

/* line 3, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboards-group--title {
  font-size: 1em;
  margin: 0.75em 0 0.625em 0;
}

/* line 9, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard {
  box-sizing: border-box;
  display: block;
  margin-bottom: -1px;
  padding: 1.375rem;
  position: relative;
}

/* line 17, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard, .thredded--messageboard:focus, .thredded--messageboard:hover, .thredded--messageboard:active {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 21, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard:hover {
  background-color: rgba(74, 144, 226, 0.035);
}

/* line 25, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}

/* line 30, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--title {
  font-size: 16px;
  display: inline-block;
  float: left;
  line-height: 1.2;
  vertical-align: baseline;
}

/* line 39, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--title,
.thredded--messageboard--meta,
.thredded--messageboard--description {
  margin-bottom: 0.34375rem;
}

/* line 45, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--description,
.thredded--messageboard--meta,
.thredded--messageboard--byline {
  font-size: 0.875em;
}

/* line 51, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--meta--icon {
  opacity: 0.8;
  width: 1rem;
  height: 1rem;
}

/* line 58, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--meta--counts {
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* line 68, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--unread-followed-topics-count {
  align-self: baseline;
  line-height: inherit;
  display: flex;
}

/* line 75, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--unread-followed-icon {
  fill: currentColor;
  width: 1rem;
  height: 1rem;
}

/* line 81, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--description {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
}

/* line 85, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--description:empty {
  margin: 0;
}

/* line 90, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--byline {
  color: rgba(0, 0, 0, 0.54);
  font-weight: normal;
  margin-bottom: 0;
}

/* line 97, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--delete {
  background-color: #a94442;
}

@media print {
  /* line 101, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboards--actions {
    display: none;
  }
}

@supports (flex-wrap: wrap) {
  /* line 109, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboard {
    display: flex;
    flex-direction: column;
  }
  /* line 112, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboard--header {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 115, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboard--header > .thredded--flex-spacer {
    margin-right: 0.6875rem;
  }
  /* line 119, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboard--meta {
    text-align: right;
  }
  /* line 122, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboard--byline, .thredded--messageboard--description {
    margin-top: auto;
  }
  @media (min-width: 48.00001rem) {
    /* line 137, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
    .thredded--messageboard, .thredded--grid-sizer, .thredded--messageboards-group::after, .thredded--messageboards-group::before {
      flex-basis: 21.5rem;
      flex-grow: 1;
      margin-left: -0.5px;
      margin-right: -0.5px;
    }
    /* line 144, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
    .thredded--messageboards-group {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0.5px 0.5px;
    }
    /* line 152, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
    .thredded--messageboards-group::after, .thredded--messageboards-group::before {
      box-sizing: border-box;
      content: "";
      padding: 0 1.1rem;
    }
    /* line 159, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
    .thredded--messageboards-group::before {
      order: 1;
    }
    /* line 169, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_messageboard.scss */
    .thredded--messageboard {
      margin-top: -0.5px;
      margin-bottom: -0.5px;
      padding: 1.375rem 1.1rem;
    }
  }
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination {
  border-top: 1px solid #eee;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  text-align: center;
}

/* line 7, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination > span {
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
  margin-right: 0.6875rem;
}

/* line 12, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination > span > a {
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
}

/* line 16, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination > span > a:focus, .thredded--pagination > span > a:hover {
  color: #4a90e2;
}

/* line 22, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination > span.current, .thredded--pagination > span > a {
  padding: 0.34375rem 0.6875rem;
}

/* line 28, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination-top > .thredded--pagination {
  border-bottom: 1px solid #eee;
  margin-bottom: 1.375rem;
}

/* line 33, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination-bottom > .thredded--pagination {
  margin-top: 1.375rem;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post {
  position: relative;
  margin-bottom: 1.375rem;
}

@media (min-width: 48.00001rem) {
  /* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
  .thredded--post {
    margin-bottom: 2.75rem;
  }
}

/* line 9, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--dropdown--toggle {
  fill: currentColor;
  box-sizing: content-box;
  color: #4a90e2;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  padding: 0.875rem 0.875rem 0.875rem 1.5rem;
  margin-right: -0.875rem;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 94.00001rem) {
  /* line 9, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
  .thredded--post--dropdown--toggle {
    margin-top: -0.75rem;
  }
}

/* line 25, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--dropdown {
  float: right;
}

@media print {
  /* line 25, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
  .thredded--post--dropdown {
    display: none;
  }
}

/* line 33, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--dropdown--actions {
  margin-top: -0.875rem;
}

/* line 42, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--avatar {
  border-radius: 50%;
  display: inline-block;
  height: 1.75rem;
  margin-right: 0.4375em;
  position: relative;
  top: 6px;
  vertical-align: baseline;
  width: 1.75rem;
}

@media (min-width: 94.00001rem) {
  /* line 42, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
  .thredded--post--avatar {
    height: 2.25rem;
    left: -3rem;
    position: absolute;
    top: -0.5rem;
    width: 2.25rem;
  }
}

@media (min-width: 103.50001rem) {
  /* line 42, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
  .thredded--post--avatar {
    height: 3.25rem;
    left: -4.125rem;
    width: 3.25rem;
  }
}

/* line 67, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--topic {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0.34375rem;
}

/* line 74, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--user,
.thredded--post--topic,
.thredded--post--user-and-topic {
  display: inline;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-right: 0.4375em;
}

/* line 89, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--user a {
  color: rgba(0, 0, 0, 0.87);
}

/* line 94, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--created-at {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
}

/* line 101, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--content {
  font-size: 1.063rem;
  line-height: 1.65;
  word-break: break-word;
}

/* line 114, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--content img {
  max-width: 100%;
  height: auto;
}

/* line 124, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--content pre {
  overflow-x: auto;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler {
  background-color: rgba(0, 0, 0, 0.06);
  cursor: pointer;
  margin: 0 0 0.6875rem;
  padding: 0.6875rem;
  position: relative;
}

/* line 8, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler--contents {
  visibility: hidden;
}

/* line 11, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler--contents > *:last-child {
  margin-bottom: 0;
}

/* line 16, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler--summary {
  position: absolute;
  visibility: visible;
}

/* line 22, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler .thredded--post--content--spoiler {
  visibility: visible;
}

/* line 27, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler table td, .thredded--post--content--spoiler table th {
  border-color: rgba(66, 66, 66, 0.25);
}

/* line 33, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler.thredded--post--content--spoiler--is-open > .thredded--post--content--spoiler--contents {
  visibility: visible;
}

/* line 37, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler.thredded--post--content--spoiler--is-open > .thredded--post--content--spoiler--summary {
  display: none;
}

/* line 2, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post-form.scss */
.thredded--post-form label {
  display: none;
}

/* line 6, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post-form.scss */
.thredded--post-form--wrapper {
  border-top: 1px solid #eee;
  padding-top: 1.375rem;
}

/* line 11, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post-form.scss */
.thredded--post-form--title {
  font-size: 1.25rem;
  margin-bottom: 1.375rem;
}

/* line 17, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post-form.scss */
.thredded--post-form--submit {
  margin-top: 0.6875rem;
}

@media print {
  /* line 22, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_post-form.scss */
  .thredded--post-form--wrapper {
    display: none;
  }
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_preferences.scss */
.thredded--preferences--title {
  font-size: 1.5rem;
}

/* line 6, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_preferences.scss */
.thredded--preferences--form {
  padding-bottom: 1.375rem;
}

/* line 10, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_preferences.scss */
.thredded--preferences--messageboards-nav {
  border-top: 1px solid #eee;
  padding-top: 1.375rem;
}

/* line 16, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_preferences.scss */
.thredded--preferences--messageboards-nav--item.thredded--messageboard {
  padding: 0.6875rem;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-delete.scss */
.thredded--topic-delete--wrapper {
  border-top: 1px solid #eee;
  margin-top: 1.375rem;
  padding-top: 2.75rem;
}

@media print {
  /* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-delete.scss */
  .thredded--topic-delete--wrapper {
    display: none;
  }
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header {
  margin-bottom: 0.6875rem;
  margin-top: 0;
}

@media (min-width: 48.00001rem) {
  /* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header {
    margin-bottom: 2.0625rem;
    margin-top: 0.6875rem;
  }
  /* line 53, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/base/_grid.scss */
  .thredded--topic-header::after {
    clear: both;
    content: "";
    display: block;
  }
}

/* line 11, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--title {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0.34375rem;
}

@media (min-width: 34.00001rem) {
  /* line 11, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--title {
    font-size: 16px;
  }
}

/* line 21, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--participants {
  color: rgba(0, 0, 0, 0.54);
}

/* line 25, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--participants--participant > a {
  font-size: 14px;
}

/* line 29, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--participants--participant::before {
  content: '\2022\00A0';
}

/* line 35, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--started-by {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  font-style: normal;
}

/* line 44, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--edit-topic {
  font-size: 14px;
  margin-left: 0.4rem;
}

@media print {
  /* line 44, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--edit-topic {
    display: none;
  }
}

/* line 53, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-info {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-style: normal;
}

@media (min-width: 48.00001rem) {
  /* line 53, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--follow-info {
    float: right;
    text-align: right;
    max-width: 25rem;
    position: relative;
  }
  /* line 62, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--follow-info form {
    position: absolute;
    right: 0;
    vertical-align: text-top;
  }
  /* line 67, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--follow-info form.thredded--topic-header--follow-info--unfollow {
    top: 1.625em;
  }
  /* line 71, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--follow-info--reason {
    display: block;
    vertical-align: text-top;
  }
}

/* line 76, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-info p {
  margin: 0;
}

/* line 79, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-info--reason {
  display: inline-block;
}

/* line 82, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-info form {
  display: inline-block;
}

/* line 84, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-info form input[type=submit], .thredded--topic-header--follow-info form button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

@media print {
  /* line 82, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--follow-info form {
    display: none;
  }
}

/* line 99, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-icon {
  vertical-align: middle;
}

/* line 104, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-followers {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 109, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--svg-definitions {
  display: none;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--topic {
  margin-bottom: 1.375rem;
  position: relative;
}

@media (max-width: 94rem) {
  /* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
  .thredded--topics--topic {
    margin-left: 3rem;
  }
}

@media (max-width: 34rem) {
  /* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
  .thredded--topics--topic {
    margin-right: 2rem;
  }
}

/* line 13, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--sticky-topics-divider {
  margin-top: -0.6875rem;
  margin-bottom: 0.6875rem;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 20, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--title {
  display: inline;
  font-size: 1.125rem;
  line-height: 1.5;
}

/* line 26, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--title a {
  color: rgba(0, 0, 0, 0.87);
  display: inline;
}

/* line 31, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--title a:hover {
  color: #4a90e2;
}

/* line 37, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1rem;
}

/* line 44, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--categories li {
  font-size: .5rem;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(140, 140, 140, 0.87);
  box-shadow: inset 0 -1px 0 rgba(102, 102, 102, 0.87);
  padding: 1px 6px;
  border-radius: 2px;
  text-transform: lowercase;
  letter-spacing: 1px;
  vertical-align: bottom;
}

/* line 58, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--updated-by,
.thredded--topics--messageboard {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-style: normal;
}

/* line 64, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--updated-by a,
.thredded--topics--messageboard a {
  color: rgba(51, 51, 51, 0.87);
}

/* line 68, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--updated-by a:hover,
.thredded--topics--messageboard a:hover {
  color: #4a90e2;
}

/* line 75, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--participants--participant + .thredded--topics--participants--participant::before {
  content: '\2022\00A0';
}

/* line 80, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--moderation-state {
  padding: 0.3em 0.5em;
  font-size: 14px;
  font-style: normal;
}

/* line 86, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--posts-count {
  border-radius: 50%;
  display: inline-block;
  font-weight: 900;
  font-size: 0.8rem;
  height: 2rem;
  left: -3rem;
  line-height: 2rem;
  margin-right: 1.375rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2rem;
  transition: background 0.1s linear, color 0.1s linear;
}

/* line 103, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topic-read > .thredded--topics--title a {
  font-weight: lighter;
}

/* line 106, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topic-read > .thredded--topics--posts-count {
  background: rgba(0, 0, 0, 0.3);
  color: #532;
}

/* line 113, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topic-unread > .thredded--topics--title a {
  font-weight: bold;
}

/* line 116, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topic-unread > .thredded--topics--posts-count {
  background: #4a90e2;
  color: #532;
}

/* line 122, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--follow-icon {
  position: absolute;
  right: -1.6rem;
  top: 0;
}

@media (max-width: 34rem) {
  /* line 122, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
  .thredded--topics--follow-icon {
    right: -3rem;
  }
}

@media print {
  /* line 143, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
  .thredded--new-topic-form,
.thredded--new-private-topic-form {
    display: none;
  }
}

/* line 151, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topic-locked .thredded--topics--posts-count {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 1, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_preview_area.scss */
.thredded--preview-area {
  display: none;
}

/* line 8, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_preview_area.scss */
.thredded--preview-area--post {
  margin-bottom: 1.375rem;
}

/* line 4, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox,
.maps-onebox,
.thredded--embed-16-by-9 {
  margin-bottom: 0.6875rem;
}

/* line 10, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox {
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  padding: 0.6875rem;
  line-height: normal;
  font-size: 0.85em;
}

/* line 17, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.wikipedia .source > a::before, aside.onebox.twitterstatus .source > a::before, aside.onebox.stackexchange .source > a::before, aside.onebox.googledocs .source > a::before, aside.onebox.githubpullrequest .source > a::before, aside.onebox.githubissue .source > a::before, aside.onebox.githubgist .source > a::before, aside.onebox.githubcommit .source > a::before, aside.onebox.githubblob .source > a::before, aside.onebox.amazon .source > a::before {
  background: no-repeat 50% 50%;
  background-size: 16px 16px;
  content: ' ';
  display: inline-block;
  height: 16px;
  vertical-align: bottom;
  width: 16px;
  margin-right: 0.4em;
}

/* line 29, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.amazon .source > a::before {
  background-image: url(/assets/favicons/amazon-a3ce3a0056b076efc02f606b2dff7f94e96dbfd84dca05d5b9bc1ae42105d24a.png);
}

/* line 29, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.githubblob .source > a::before {
  background-image: url(/assets/favicons/github-ab23843fc9041beef855bc3c62b831331e3397c72f8dfd09bad95952c78119a9.png);
}

/* line 29, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.githubcommit .source > a::before {
  background-image: url(/assets/favicons/github-ab23843fc9041beef855bc3c62b831331e3397c72f8dfd09bad95952c78119a9.png);
}

/* line 29, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.githubgist .source > a::before {
  background-image: url(/assets/favicons/github-ab23843fc9041beef855bc3c62b831331e3397c72f8dfd09bad95952c78119a9.png);
}

/* line 29, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.githubissue .source > a::before {
  background-image: url(/assets/favicons/github-ab23843fc9041beef855bc3c62b831331e3397c72f8dfd09bad95952c78119a9.png);
}

/* line 29, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.githubpullrequest .source > a::before {
  background-image: url(/assets/favicons/github-ab23843fc9041beef855bc3c62b831331e3397c72f8dfd09bad95952c78119a9.png);
}

/* line 29, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.googledocs .source > a::before {
  background-image: url(/assets/favicons/google_branding/logo_drive_48px-5b77ef93756a8153de8a0e10bfb865bd6a07dbb68005843858b1a72a024b4ca5.png);
}

/* line 29, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.stackexchange .source > a::before {
  background-image: url(/assets/favicons/stackexchange-7f8de332a694e52fd4b3da40c07d3d87a11c21e549b05911a70aa7f002ae185b.png);
}

/* line 29, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.twitterstatus .source > a::before {
  background-image: url(/assets/favicons/twitter-ee2e3dbaffc2185deaf9af2f366fedb4965a239af58a58505773d754fa7570df.png);
}

/* line 29, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.wikipedia .source > a::before {
  background-image: url(/assets/favicons/wikipedia-ab880bc06a1018d5c2e3d312e66d8a46f086eca15b042cfe74aac18bd3da89bf.png);
}

/* line 39, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox header a[href] {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
}

/* line 45, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body {
  clear: both;
}

/* line 48, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body h3, aside.onebox .onebox-body h4 {
  font-size: 1em;
  margin: 10px 0;
}

/* line 53, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body img {
  max-height: 80%;
  max-width: 20%;
  height: auto;
  float: left;
  margin-right: 1em;
}

/* line 61, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body .tweet-images {
  display: block;
  clear: both;
}

/* line 65, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body .tweet-images img.tweet-image {
  margin-top: 1em;
  max-width: 100%;
  max-height: 100%;
  float: none;
}

/* line 75, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo {
  width: 60px;
  height: 50px;
  float: left;
}

/* line 80, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-docs-logo {
  background: url(/assets/favicons/google_branding/logo_docs_48px-ea52273f97f57aff8ee6104a81fdedf72632a2e40a615f89c83c543abede4a27.png) no-repeat;
}

/* line 80, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-forms-logo {
  background: url(/assets/favicons/google_branding/logo_forms_48px-0b6305da39b689f54749ffbe77495e1e308abb622860f9736d5bcbda4d97bd6a.png) no-repeat;
}

/* line 80, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-sheets-logo {
  background: url(/assets/favicons/google_branding/logo_sheets_48px-475378340742aff290d2f11a1af7bbdcfe16b80250a468ed97bf87594047d5f9.png) no-repeat;
}

/* line 80, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-slides-logo {
  background: url(/assets/favicons/google_branding/logo_slides_48px-fc7a1740f13a281762c49b17ef2e8e9c7fbf69944c8259103df30a87d2e0144b.png) no-repeat;
}

/* line 80, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-calendar-logo {
  background: url(/images/favicons/google_branding/logo_calendar_48px.png) no-repeat;
}

/* line 80, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-drive-logo {
  background: url(/assets/favicons/google_branding/logo_drive_48px-5b77ef93756a8153de8a0e10bfb865bd6a07dbb68005843858b1a72a024b4ca5.png) no-repeat;
}

/* line 87, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.gdocs-onebox-splash {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
  border: 1px inset rgba(0, 0, 0, 0.87);
}

/* line 91, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.gdocs-onebox-splash .gdocs-onebox-logo {
  display: inline-block;
  width: 128px;
  height: 128px;
}

/* line 95, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.gdocs-onebox-splash .gdocs-onebox-logo.g-calendar-logo {
  background: url(/assets/favicons/google_branding/logo_calendar_128px-22b621b08026676a89c2ae478573e5327426fb2e19f9af2f67184d671a785cfa.png) no-repeat;
}

/* line 101, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body .onebox-avatar {
  max-height: none;
  max-width: none;
  height: 90px;
  width: 90px;
}

/* line 109, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code {
  font-size: 14px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  white-space: normal;
}

/* line 114, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code ol.lines li:before {
  position: absolute;
  display: inline-block;
  width: 35px;
  left: -40px;
  color: #afafaf;
  text-align: right;
  padding-right: 5px;
  font-size: 12px;
  line-height: 1.9em;
  content: counter(li-counter);
  counter-increment: li-counter;
}

/* line 128, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code ol {
  margin-left: 0;
  line-height: 1.5em;
}

/* line 133, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code li {
  padding-left: 5px;
}

/* line 137, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code ol.lines {
  padding: 0;
  margin: 0 0 0.2rem 2rem;
  position: relative;
}

/* line 143, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code ol.lines li {
  border-left: 1px solid #eee;
  list-style-type: none;
  margin: 0;
  min-height: 1.5em;
  padding-left: 5px;
  white-space: pre;
}

/* line 152, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code li.selected {
  background-color: #f8eec7;
}

/* line 159, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .github-commit-status {
  background: #f5f5f5;
  border-radius: 5px;
  margin: 0 0 5px 100px;
  padding: 10px;
}

/* line 166, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .status_tag {
  display: inline-block;
  color: #fff;
  padding: 1px 4px;
  border-radius: 3px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: capitalize;
}

/* line 176, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .build_status {
  padding: 2px;
  font-size: 12px;
}

/* line 181, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .status_tag.open {
  background-color: #6cc644;
}

/* line 185, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .status_tag.merged {
  background-color: #6e5494;
}

/* line 189, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .status_tag.closed {
  background-color: #bd2c00;
}

/* line 193, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .github-content-right {
  margin-left: 100px;
}

/* line 200, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.twitterstatus .onebox-body h4 {
  margin-bottom: 0;
}

/* line 206, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.twitterstatus .thumbnail {
  float: left;
}

/* line 209, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.twitterstatus p, .onebox.twitterstatus .tweet {
  float: left;
  display: inline-block;
  white-space: pre-wrap;
  padding-top: 3px;
  width: 85%;
}

/* line 216, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.twitterstatus .date {
  clear: left;
  padding-top: 5px;
}

/* line 224, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.imgur-album .outer-box {
  position: absolute;
  z-index: 935;
  height: 30px;
  overflow: hidden;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  text-overflow: ellipsis;
  max-width: 100%;
}

/* line 235, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.imgur-album .outer-box .inner-box {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}

/* line 243, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.imgur-album .outer-box .inner-box .album-title {
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}

/* line 256, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.stackexchange .onebox-body img {
  max-height: 60%;
  max-width: 10%;
}

/* line 261, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.stackexchange .onebox-body .tags {
  color: gray;
}

/* line 266, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-metadata {
  color: rgba(0, 0, 0, 0.54);
}

/* line 271, ../../../lib/gems/3.0.0/gems/thredded-1.0.1/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.xkcd .onebox-body img {
  max-width: 100% !important;
  float: none !important;
}

/* line 185, app/assets/stylesheets/application.scss */
.thredded--main-container {
  max-width: none;
  padding: 0;
}

@media (min-width: 34.00001rem) {
  /* line 185, app/assets/stylesheets/application.scss */
  .thredded--main-container {
    padding: 0;
  }
}

/* line 195, app/assets/stylesheets/application.scss */
.thredded--post--content {
  font-size: 16px;
  line-height: 1.375;
  word-break: break-word;
}

/* line 209, app/assets/stylesheets/application.scss */
.thredded--post--content img {
  max-width: 100%;
  height: auto;
}

/* line 219, app/assets/stylesheets/application.scss */
.thredded--post--content pre {
  overflow-x: auto;
}

@media (min-width: 48.00001rem) {
  /* line 224, app/assets/stylesheets/application.scss */
  .thredded--topic-header--follow-info {
    max-width: 35rem;
  }
}

/* line 231, app/assets/stylesheets/application.scss */
.thredded--topics--title {
  display: inline;
  font-size: 16px;
  line-height: 1.375;
}

/* line 246, app/assets/stylesheets/application.scss */
h1, .thredded--topic-header--title {
  color: #453939;
  font-size: 28px;
}

/* line 252, app/assets/stylesheets/application.scss */
h3, .thredded--post-form--title {
  color: #231d1d;
  font-size: 20px;
}

/*
    Unminified development version of the datepicker stylesheet. Please use the
    minified version in production - remember to run a find/replace on the
    minified file to update the image locations to suit your installation - more
    info can be found in the header of the minified file.
    
    F.Y.I: Here's the HTML produced for each instance of the datePicker, in this
    case associated with a form element having an id of "demo-1"
    
<div id="fd-demo-1" class="date-picker drag-enabled" aria-describedby="fd-dp-aria-describedby" aria-labelledby="demo-1_label" aria-hidden="false" role="application" dir="ltr">
    <div>
        <table class="date-picker-table" role="grid">
            <thead class="date-picker-thead">
                <tr role="presentation">
                    <th class="date-picker-title drag-enabled" colspan="7"><span class="month-display drag-enabled">January&nbsp;</span><span class="year-display drag-enabled">2013</span></th>
                </tr>
                <tr role="presentation">
                    <th><span class="prev-but prev-year" id="demo-1-prev-year-but" title="Previous year">«</span></th>
                    <th><span class="prev-but prev-month" id="demo-1-prev-month-but" title="Previous month">‹</span></th>
                    <th colspan="3"><span class="today-but fd-disabled" id="demo-1-today-but" title="">Today</span></th>
                    <th><span class="next-but next-month" id="demo-1-next-month-but" title="Next month">›</span></th>
                    <th><span class="next-but next-year" id="demo-1-next-year-but" title="Next year">»</span></th>
                </tr>
                <tr>
                    <th class="date-picker-day-header" scope="col" role="columnheader" id="demo-1-col-0" title="Monday">Mon</th>
                    <th class="date-picker-day-header" scope="col" role="columnheader" id="demo-1-col-1" title="Tuesday"><span class="fd-day-header" title="Tuesday">Tue</span></th>
                    <th class="date-picker-day-header" scope="col" role="columnheader" id="demo-1-col-2" title="Wednesday"><span class="fd-day-header" title="Wednesday">Wed</span></th>
                    <th class="date-picker-day-header" scope="col" role="columnheader" id="demo-1-col-3" title="Thursday"><span class="fd-day-header" title="Thursday">Thu</span></th>
                    <th class="date-picker-day-header" scope="col" role="columnheader" id="demo-1-col-4" title="Friday"><span class="fd-day-header" title="Friday">Fri</span></th>
                    <th class="date-picker-day-header date-picker-highlight" scope="col" role="columnheader" id="demo-1-col-5" title="Saturday"><span class="fd-day-header" title="Saturday">Sat</span></th>
                    <th class="date-picker-day-header date-picker-highlight" scope="col" role="columnheader" id="demo-1-col-6" title="Sunday"><span class="fd-day-header" title="Sunday">Sun</span></th>
                </tr>
            </thead>
            <tbody>
                <tr role="row">
                    <td aria-describedby="demo-1-col-0" aria-selected="false" role="gridcell" class="date-picker-unused" title="">&nbsp;</td>
                    <td aria-describedby="demo-1-col-1" aria-selected="false" role="gridcell" title="January 01, 2013" class="day-1 cell-1 cd-20130101 yyyymm-201301 mmdd-0101">1</td>
                    <td aria-describedby="demo-1-col-2" aria-selected="false" role="gridcell" title="January 02, 2013" class="day-2 cell-2 cd-20130102 yyyymm-201301 mmdd-0102">2</td>
                    <td aria-describedby="demo-1-col-3" aria-selected="false" role="gridcell" title="January 03, 2013" class="day-3 cell-3 cd-20130103 yyyymm-201301 mmdd-0103">3</td>
                    <td aria-describedby="demo-1-col-4" aria-selected="false" role="gridcell" title="January 04, 2013" class="day-4 cell-4 cd-20130104 yyyymm-201301 mmdd-0104">4</td>
                    <td aria-describedby="demo-1-col-5" aria-selected="false" role="gridcell" title="January 05, 2013" class="day-5 cell-5 cd-20130105 yyyymm-201301 mmdd-0105 date-picker-highlight">5</td>
                    <td aria-describedby="demo-1-col-6" aria-selected="false" role="gridcell" title="January 06, 2013" class="day-6 cell-6 cd-20130106 yyyymm-201301 mmdd-0106 date-picker-highlight">6</td>
                </tr>
                <tr role="row">
                    <td aria-describedby="demo-1-col-0" aria-selected="false" role="gridcell" title="January 07, 2013" class="day-0 cell-7 cd-20130107 yyyymm-201301 mmdd-0107">7</td>
                    <td aria-describedby="demo-1-col-1" aria-selected="false" role="gridcell" title="January 08, 2013" class="day-1 cell-8 cd-20130108 yyyymm-201301 mmdd-0108">8</td>
                    <td aria-describedby="demo-1-col-2" aria-selected="false" role="gridcell" title="January 09, 2013" class="day-2 cell-9 cd-20130109 yyyymm-201301 mmdd-0109">9</td>
                    <td aria-describedby="demo-1-col-3" aria-selected="false" role="gridcell" title="January 10, 2013" class="day-3 cell-10 cd-20130110 yyyymm-201301 mmdd-0110">10</td>
                    <td aria-describedby="demo-1-col-4" aria-selected="false" role="gridcell" title="January 11, 2013" class="day-4 cell-11 cd-20130111 yyyymm-201301 mmdd-0111">11</td>
                    <td aria-describedby="demo-1-col-5" aria-selected="false" role="gridcell" title="January 12, 2013" id="demo-1-date-picker-hover" class="day-5 cell-12 cd-20130112 yyyymm-201301 mmdd-0112 date-picker-today date-picker-highlight date-picker-hover" tabindex="0">12</td>
                    <td aria-describedby="demo-1-col-6" aria-selected="false" role="gridcell" title="January 13, 2013" class="day-6 cell-13 cd-20130113 yyyymm-201301 mmdd-0113 date-picker-highlight">13</td>
                </tr>
                
                ... snip ...
                
            </tbody>
        </table>
    </div>
</div>

*/
/*
    Hide the datepickers associated input by using a className
*/
/* line 66, app/assets/stylesheets/datepicker/datepicker.css */
.fd-hidden-input {
  display: none;
}

/*
    Screen reader class - used to hide spans inside each cell from the visual
    display. See: http://webaim.org/techniques/css/invisiblecontent/
*/
/* line 74, app/assets/stylesheets/datepicker/datepicker.css */
.fd-screen-reader {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  -moz-outline: 0 none;
  outline: 0 none;
}

/*
    The wrapper div
*/
/* line 88, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker {
  position: absolute;
  z-index: 9999;
  text-align: center;
  /* 
    Change the font-size to suit your needs. The following line is for the demo
    that has a 14px font-size defined on the body tag.

    All other rules are "em" based and inherit from the font-size set here.
    */
  font: 900 0.8em/1em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, Arial, "Lucida Grande", sans-serif;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /*
    Set the fade in/out animation time here. This is used for browsers that
    support CSS transitions. Non-supporting browsers receive the fade effect
    using a Javascript fallback.
    */
  opacity: 1;
  transition: opacity .75s ease-in-out;
}

/* line 118, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker div {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0.8em;
}

/*
    The following rule is used whenever CSS Animations are supported by the
    browser
*/
/* line 127, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker.fd-dp-fade {
  opacity: 0;
}

/*
    Styles for the static datePickers
*/
/* line 134, app/assets/stylesheets/datepicker/datepicker.css */
.static-datepicker {
  position: relative;
  top: 5px;
  left: 0;
  margin-bottom: 1.5em;
}

/*
    The iframe hack to cover selectlists in IE6
*/
/* line 144, app/assets/stylesheets/datepicker/datepicker.css */
.iehack {
  position: absolute;
  background: #fff;
  z-index: 9998;
  padding: 0;
  margin: 0;
  border: 0;
  display: none;
}

/*
    The activation "button" created beside each input for popup datePickers
*/
/* line 157, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-control span {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin: auto 0;
  resize: none;
  outline: none;
}

/*
    The hover effect on the activation button
*/
/* line 170, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-button-active span,
.date-picker-control:focus span,
.date-picker-control:hover span,
.date-picker-control:active span {
  outline: none;
  box-shadow: 0 0 5px rgba(40, 130, 170, 0.7);
  border-radius: 2px;
}

/*
    A base64 encoded image-sprite is used for the activation button. IE6 and 7
    get fed "normal" png images within the rule that follows.
*/
/* line 183, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-control:link,
.date-picker-control:visited {
  position: relative;
  display: -moz-inline-box;
  border: 0 none;
  padding: 0;
  margin: 0 4px;
  background-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAB+CAYAAAAp+EF2AAAD8ElEQVRo3u2Zu0scXxTHz8zcXR0H8UnEIpXyQ8TGaJNCFAlqEUyTMlUaWTC/IoR0vxQ2vz8hfZJGIki2URARkkbxhSJq4avI7uqK7x2V9XF/93v83WGzmIezKVLcL1zmvubcc+49w352xurr63tZW1s7EI1GPSkloVxfX5Ou55f8sYuLCz+TybwRMNLf3++dn5+jk8vl5eU39Ww2G/TlX6+urrzZ2dkBAU9gZGVlBZ08If+qC9r5Y6WlpeQ4jmf/714oI9orhCuOj49peXmZDg4OCDo6OqKSkhKswm0stL+/T5WVlWTbNvchVLQxhjpsiEgkQm1tbWwANy8uLlJ9fT2Vl5dzGzePjY1RR0cH1zFvfX2dOjs7ybIs2tjYoOHhYbLhHizrmyBcc0tuH25GKLhCqMOGQEgTExMcKzQ1NUX/vntHjoiS1l8lxbwYdHJywl4cHh5y3/b2NteF53kcGjYQK66urtL1wzYSKjQtMfyRuru7eRz7hT1FG8L8oaEhsmEAljFJb/Bt0uMoOiwdGmxwaOPj48FebG1tUTqRIqfYDSaXp1I0MjLCdZXFtLa2xp7BSCKRuDnxWCwmVZxSnYZU8Ut1QjKVSkl1rFJtolSTZTweD9o7OztydHRUai0sLMiWlhYpckPTp5J7YmgLIQhpokPMVRAakml6eppc1+WbsJG+73Pq64TE4wNDqOs80qeIMHGSAqvV1dUFmQsjjY2NQeZCu7u71NzcHGQ5rq2trUH+wYbARKxeVVXFhlCHERQtpAjGtYeYU11dze2ysrKbFFEe+Ol02kNCYlIymeRnDZN1/DjJmZkZbus8gnGMbW5u0unpqW8pF1/W1NQMKPc8TOQHULCjwROPvqKiIq5jQYSv2zCiUuANGRkZGRl9R5ZiyGcK/2KK3NyQDHmmfn3fgiFjiiHdAhjSVQwZA0O6v4EhXcOQIRiSQSudZjrRAt7dmSHn5uaooaGBKioqAg9Qurq6fsiQ4jaG1GHk8uKdGRJuK/Tjk9NaWloKQvseQ3Jo7e3tvCcwNjk5SU1NTQEvoYA8enp6uL63t0fz8/NBaDjlwcFBMgz5awx5phLQLZAhz8CQzxRDxpR7bkiGPFMp8Nb8RhgZGRn9iCHNe0jDkIYhzXtI8x7SvIc0MjIyuhNDPn/x9NP9qsbeomgxhWHI7MU5HWa/xgWMvOj/mwpgSJqZlb0CnhTKkMKJkmHIkN+y3394T8Xql1QrEomG+5b9+MkjevCgmRxbqJVtev3qn59+y76dIS2HjdgolhOOIUEeXwY+M23chGPxzeZb9p/EkBk/w39iCmFI/9QnMOSnezX3eiMiQmEYEkaSiWT8P0zZxbn5chQoAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 0 -72px;
  min-width: 18px;
  line-height: 1;
  cursor: pointer;
  visibility: visible;
  text-decoration: none;
  vertical-align: text-bottom;
  resize: none;
}

/*
    IE6 & 7 fed "normal" png images
*/
/* line 206, app/assets/stylesheets/datepicker/datepicker.css */
.oldie .date-picker-control:link,
.oldie .date-picker-control:visited {
  /*
    IE7 gets a non-base64 encoded image sprite of the base64 encoded image
    declared above. That's all you have to do for IE7 support as it inherits
    the background-position declarations used to reposition the sprite
    */
  *background-image: url(http://www.yourdomain.com/the/path/to/the/images/datepicker-sprite.png);
  /*
    IE6 gets the filter treatment and an individual image for each animation
    state. This pattern is repeated for all other image-based rules within the
    stylesheet
    */
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='http://www.yourdomain.com/the/path/to/the/images/datepicker-normal.png');
}

/*
    If the datepicker has a valid date then use a different icon for the
    activation button to let the user know. It's a little detail but it's the
    little things in life etc
*/
/* line 228, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-dateval:link,
.date-picker-dateval:visited {
  background-position: 0 -108px;
}

/*
    Again, IE6 gets a "normal" png image from the server. Rinse, repeat.
*/
/* line 236, app/assets/stylesheets/datepicker/datepicker.css */
.oldie .date-picker-dateval:link,
.oldie .date-picker-dateval:visited {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='http://www.yourdomain.com/the/path/to/the/images/datepicker-selected.png');
}

/*
    Hover states etc for the activation button
*/
/* line 244, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-button-active:link,
.date-picker-button-active:visited,
.date-picker-control:focus,
.date-picker-control:hover,
.date-picker-control:active {
  background-position: 0 0;
}

/*
    IE 6 activation button hover states
*/
/* line 255, app/assets/stylesheets/datepicker/datepicker.css */
.oldie .date-picker-button-active:link,
.oldie .date-picker-button-active:visited,
.oldie .date-picker-control:focus,
.oldie .date-picker-control:hover,
.oldie .date-picker-control:active {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='http://www.yourdomain.com/the/path/to/the/images/datepicker-focused.png');
}

/*
    Disabled activation button
*/
/* line 266, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-control-disabled:link,
.date-picker-control-disabled:visited,
.date-picker-control-disabled:hover,
.date-picker-control-disabled:active {
  background-position: 0 -36px;
  cursor: default;
}

/*
    IE 6 disabled activation button
*/
/* line 277, app/assets/stylesheets/datepicker/datepicker.css */
.oldie .date-picker-control-disabled:link,
.oldie .date-picker-control-disabled:visited,
.oldie .date-picker-control-disabled:hover,
.oldie .date-picker-control-disabled:active {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='http://www.yourdomain.com/the/path/to/the/images/datepicker-disabled.png');
}

/* line 284, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-control-disabled:hover span,
.date-picker-control-disabled:active span {
  box-shadow: none !important;
}

/*
    Feed IE6 the following rule, IE7 should handle the min-width declared
    previously.
 */
/* line 293, app/assets/stylesheets/datepicker/datepicker.css */
.oldie .date-picker-control {
  _width: 18px;
}

/*
    IE, older Safari & Opera. Seperate CSS rule seems to be required.
*/
/* line 300, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-control {
  display: inline-block;
  outline: none !important;
}

/*
    Default datepicker "button" styles
*/
/* line 308, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker th span {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1em;
  border: 0 none;
  background: transparent;
  font-weight: bold;
  cursor: pointer;
}

/*
    The "month, year" display
*/
/* line 323, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .month-display,
.date-picker .year-display {
  display: inline;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 1.2em;
}

/*
    Generic button class for Next & Previous (both month & year) buttons
*/
/* line 335, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .prev-but,
.date-picker .next-but {
  font-weight: normal;
  font-size: 2.4em;
  font-family: georgia, times new roman, palatino, times, bookman, serif;
  cursor: pointer;
}

/* line 343, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .prev-but,
.date-picker .next-but,
.date-picker .today-but {
  transition: all .2s ease-in-out;
}

/*
    Hover effect for Next & Previous (month, year) buttons
*/
/* line 356, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .prev-but:hover,
.date-picker .next-but:hover,
.date-picker .today-but:hover {
  color: #a84444;
}

/* line 362, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .prev-but:hover,
.date-picker .next-but:hover {
  /*
    Uncomment this if you want a scale effect
    
    -webkit-transform:scale(1.6);
       -moz-transform:scale(1.6);
        -ms-transform:scale(1.6);
         -o-transform:scale(1.6);
            transform:scale(1.6);
    
    text-shadow:0 2px 1px rgba(0,0,0,.4);
    */
}

/*
    Today button
*/
/* line 380, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .today-but {
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
  font-size: 1em;
  width: 100%;
  text-decoration: none;
  padding-top: 0.3em;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
}

/*
    Disabled buttons
*/
/* line 396, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-disabled .prev-but,
.date-picker-disabled .next-but,
.date-picker-disabled .today-but,
.date-picker-disabled .prev-but:hover,
.date-picker-disabled .next-but:hover,
.date-picker-disabled .today-but:hover,
.date-picker .prev-but.fd-disabled:hover,
.date-picker .next-but.fd-disabled:hover,
.date-picker .fd-disabled,
.date-picker .fd-disabled:hover {
  color: #aaa;
  cursor: default !important;
  opacity: 1;
}

/* line 411, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .prev-but.fd-disabled:hover,
.date-picker .next-but.fd-disabled:hover {
  /*
    Uncomment this if you have uncommented the "scale" rules above

    -webkit-transform:scale(1);
       -moz-transform:scale(1);
        -ms-transform:scale(1);
         -o-transform:scale(1);
            transform:scale(1);
    */
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.8);
}

/*
    The gradient background image
*/
/* line 428, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker table,
.date-picker td,
.date-picker tbody th,
.date-picker .day-disabled,
.date-picker .date-picker-hover.day-disabled,
.date-picker .date-picker-unused,
.date-picker .month-out {
  background-color: #fff;
  background-image: url(data:image/gif;base64,R0lGODlhJgBbAMQAAAAAAP////7+/v39/fz8/Pv7+/r6+vn5+fj4+Pf39/b29vX19fT09PPz8/Ly8vHx8fDw8O/v7+7u7u3t7ezs7Ovr6+rq6unp6ejo6Ofn5+bm5uXl5f///wAAAAAAAAAAACH5BAEAABwALAAAAAAmAFsAAAX/4CaOZGmeaKqubOu+cCzPWm3feK7vfO//wCAvQywaj8ikcslsOp/QJWZKrVqv2Kx2y+16v9qLeEwum8/otHqttrjf8Lh8Tq/b7/aKfs/v+/+AgYKDhIWGgRSJiouMjY6PkJGSkROVlpeYmZqbnJ2enRKhoqOkpaanqKmqqRGtrq+wsbKztLW2tRC5uru8vb6/wMHCwQ/FxsfIycrLzM3OzQ7R0tPU1dbX0Q3a29zd3t/g4eLj4gzm5+jp6uvs7e7v7gvy8/T19vf4+fr7+gr+/wADChxIsKDBgwYTKFzIsKHDhxAjSpwoEYHFixgzatzIsaPHjx4PiBxJsqTJkyhTi6pcybKly5QGYsqcSbOmzZs4c+rMWaCnz59AgwodSrSo0aIEkipdyrSp06dQo0qdSrUq1AFYs2rdyrWr169gw4odS/argLNo06pdy7at27dw48qd6zaA3bt48+rdy7ev37+AAwseTLiw4cOIEytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4tOHAIAOw==);
  background-repeat: repeat-x;
  background-position: 0 0;
}

/* line 441, app/assets/stylesheets/datepicker/datepicker.css */
.oldie .date-picker table,
.oldie .date-picker td,
.oldie .date-picker tbody th,
.oldie .date-picker .day-disabled,
.oldie .date-picker .date-picker-hover.day-disabled,
.oldie .date-picker .date-picker-unused,
.oldie .date-picker .month-out {
  *background-image: url(http://www.yourdomain.com/the/path/to/the/images/datepicker-gradient.gif);
  /*
    Remove from IE6 as it has a bug that never caches images on dynamically
    created elements which results in one http request being made for each
    cell of each table rendered by the script.
    */
  _background-image: none;
}

/* line 457, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker table {
  table-layout: auto;
  empty-cells: show;
  border-spacing: 2px;
  border-collapse: separate;
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  background-position: 0 -20px;
  text-align: center;
  padding: 0.3em;
  width: auto;
  height: auto;
  color: #555;
  font-size: 1em;
  border-radius: 0.8em;
  box-shadow: 0px 0px 5px #aaa;
}

/*
    Create a "Lifted Corners" effect on the table. Ripped straight from @necolas
    http://nicolasgallagher.com/css-drop-shadows-without-images/
*/
/* line 481, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker:before,
.date-picker:after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 17px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}

/* line 502, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker:after {
  right: 10px;
  left: auto;
  transform: rotate(3deg);
}

/* line 512, app/assets/stylesheets/datepicker/datepicker.css */
.oldie .date-picker:before,
.oldie .date-picker:after {
  display: none;
}

/* 
    Common TD & TH styling
*/
/* line 520, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker td,
.date-picker tbody th {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-position: 0 -35px;
  width: 3em;
  height: 3em;
  overflow: hidden;
  outline: transparent none 0px;
  border: 1px solid #cfcfcf;
  text-transform: none;
  font-weight: normal;
  text-shadow: 0 1px #fff;
  border-radius: 3px;
}

/* line 538, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker th {
  border: 0 none;
  padding: 0;
  font-weight: bold;
  color: #333;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
}

/* line 548, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .date-picker-week-header {
  border: 1px solid #dcdcdc;
  font-style: oblique;
  background: transparent;
  cursor: default;
}

/* line 555, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .date-picker-thead .date-picker-week-header {
  border: 0 none;
  cursor: help;
}

/*
    The "mon tue wed etc" day header styles 
*/
/* line 563, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .date-picker-day-header {
  cursor: help;
  border: 0 none;
  padding: 0 0 0.2em 0;
  text-transform: lowercase;
  height: auto;
}

/* 
    tfoot status bar 
*/
/* line 574, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .date-picker-statusbar {
  cursor: default;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 0 none;
  background: #fff;
  height: 2.8em;
}

/* 
    TD cell that is _not_ used to display a day of the month 
*/
/* line 587, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .date-picker-unused {
  border-color: #dcdcdc;
  cursor: default !important;
  background-position: 0 -25px;
}

/* 
    The TH cell used to display the "month, year" title 
*/
/* line 596, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .date-picker-title {
  width: auto;
  height: auto;
  padding: 0.4em 0;
}

/* 
    The "todays date" cell style 
*/
/* line 605, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .date-picker-today {
  background: #fff url(data:image/gif;base64,R0lGODlhKwEoAJEAAKnT6v////X6+gAAACH5BAAAAAAALAAAAAArASgAAALXjI+py+0Po5y02ouz3lz4D4biSJbmiabqyrbuC8fyLAcCgOf0zvf+DwwKhyJbDkdMKpfMpnNo1D2n1Kr1GowCsNyu99uNgsfksnlnPKvX7LbA5o7L51Q4/Y7P8+z6vv9fwgc4SJgnWIiYuHao2OgY9hgpecU4aXkJVIm5yQmj2QkaavIpWmpKapraiaraasnqGusIK1tbSGub64er23vH6xvsBixcfEZsnAyGrNyMxewcPQUtXb1EbZ0thK3d3cPtHV4jTl5Xft4Ejr4eyO6e9R7/LU8/UwAAOw==) no-repeat 0 0;
}

/* line 609, app/assets/stylesheets/datepicker/datepicker.css */
.oldie .date-picker .date-picker-today {
  *background: #fff url(http://www.yourdomain.com/the/path/to/the/images/datepicker-today.gif) no-repeat 0 0;
}

/* line 613, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .month-out.date-picker-highlight {
  color: #b87676;
}

/* 
    The "highlight days" style 
*/
/* line 620, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .date-picker-highlight {
  color: #a86666;
}

/* 
    The "active cursor" style 
*/
/* line 627, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker td {
  /*
    
    Uncomment this if you want a transition on the cursor cells scale effect
    
    -webkit-transition: all .2s ease;    
       -moz-transition: all .2s ease;    
        -ms-transition: all .2s ease;    
         -o-transition: all .2s ease;    
            transition: all .2s ease;    
    */
}

/*
    Keyboard users get a scaled cursor. webKit exhibits buggy behaviour when 
    scaling TD cells so commented out until I find a curious CSS based fix.
    Opera no longer appears to apply the scale... ho hum...
*/
/* line 645, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-focus .date-picker-hover {
  /*
    -webkit-transform:scale(1.25);
    */
  transform: scale(1.25);
}

/* line 656, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .date-picker-hover,
.date-picker .month-out.date-picker-hover {
  background: #fff url(data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAASwAA/+4ADkFkb2JlAGTAAAAAAf/bAIQAAwICAgICAwICAwUDAwMFBQQDAwQFBgUFBQUFBggGBwcHBwYICAkKCgoJCAwMDAwMDA4ODg4OEBAQEBAQEBAQEAEDBAQGBgYMCAgMEg4MDhIUEBAQEBQREBAQEBARERAQEBAQEBEQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQ/8AAEQgAIwIIAwERAAIRAQMRAf/EAHgAAQEBAQEBAAAAAAAAAAAAAAABBAMCCQEBAQEBAQEAAAAAAAAAAAAAAAECAwQFEAABAQgBAwMFAQEBAAAAAAAAEwFh0QIDkwQVVDFBgSFRBRFxkaGyczVEEQEAAgMBAAIDAQAAAAAAAAAAARFRAhITMQMhcTIi/9oADAMBAAIRAxEAPwD6R53yGZJm5EkmRUlZLUnYxjKkzGMYyZvb6npiIp8f7Ps26n8z8uOzzuTUuTRNcwx6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNnncmpcmiOYPTbMmyzuTUuTRHMHptmTZ5vJqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZvJqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2edyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzmf+mpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmzzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZ53JqXJojmD02zJss7k1Lk0RzB6bZk2edyalyaI5g9NsybLO5NS5NEcwem2ZZvkqv0+RymfXpVqf201rH4hj7Z/3P7Z1XlpzsWeKLFWiixV4osVeKLFniixZ4osV9miixZ4osWeKLFXiixUUWKvFFioosWeKLFXiixZ4osVaKLFniixZ4osWeKLFWiixUUWKiixV4osWeKLFvXqKLFWiixb06iixZ4osWeKLFniixVoosVFFioosWeKLFniixV4osVeKLFniixZ4osWeKLFXiixUUWKvFFioosWeKLFniixUUWLPFFizxRYq0UWKiixUUWLPFFizxRYs8UWKvFFioosWeKLFXiixZ4osVaKLFXii3n5Wp9PlMxntWq/20a/EL9v9z+5ZWVTTnYq8FirPcFivqCxV4LFXgsVBYo/9gsVBYqCxV4LFQWK+nUFirwWKgFXgsVBYq8FioLFQWKgsVZ7gsVeCxUFirwCoLFX/ALBYqCxUFioLFfUFirwWKs9wWKgsVeCxV4LFQWKv/YLFQWKvBYqAVBYq8FioLFfTqCxV4LFQCr/2CxUFivqCxV4LFWe4LFQWKvBYq8FjaoLFQWKvBYr3+oLFQDKoLFXgsVZ7gsV9QW7fLf8AWzf96v8AbSa/EN/b/c/uWQ05J5AM69QHdoDyBfIACAXsBAHkAzoA7dQHkCsIIUPIBgFYAaBADfuAb0AoEZ9wKBAAAAzqBWgQA37gX2AnkB5AoE8+QKzuBG+AKQQoeQDOgDt1AeQKAAgFaBADfuBfYCeQHkCt6AQA37gOwFIBRPIBnXqA7tA2fLf9bN/3q/20zr8Q6fb/AHP7lkNOQwgFAgNAAOwAB2KJ+AKQOxQIAAIn4KqkAoAAJ+AK0gAADAHcAA7tKAAA0AAIAD2AM6AAABncojfAFAn4ApA7FAgAAAD2KDQAAgAPYAzoAaUAHYgdigRAqjCAUCD/2Q==) no-repeat 0 0;
  cursor: pointer;
  border-color: #6482aa !important;
  border-color: rgba(100, 130, 170, 0.7) !important;
  color: #6482aa;
  text-shadow: 0px 1px 1px #fff;
  box-shadow: 0 0 6px rgba(100, 130, 170, 0.6);
  background-size: cover;
}

/* line 668, app/assets/stylesheets/datepicker/datepicker.css */
.oldie .date-picker .date-picker-hover,
.oldie .date-picker .month-out.date-picker-hover {
  *background: #fff url(http://www.yourdomain.com/the/path/to/the/images/datepicker-cursor.jpg) no-repeat 0 0;
}

/* 
    The "disabled days" style 
*/
/* line 676, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .day-disabled {
  color: #888;
  cursor: default;
  text-decoration: line-through;
  background-position: 0 -15px;
}

/* line 683, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .month-out {
  border-color: #ddd;
  border-color: rgba(220, 220, 220, 0.8);
  color: #aaa;
  background-position: 0 -25px;
}

/* 
    The "selected date" style - color changed below also 
*/
/* line 693, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .date-picker-selected-date {
  border-color: #888 !important;
  border-color: rgba(7, 7, 7, 0.6) !important;
}

/* 
    The date "out of range" style 
*/
/* line 701, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .out-of-range,
.date-picker .not-selectable {
  color: #ccc;
  font-style: oblique;
  background: #fcfcfc;
  cursor: default;
}

/* 
    Week number "out of range" && "month-out" styles 
*/
/* line 712, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker th.month-out,
.date-picker th.out-of-range {
  color: #aaa;
  font-style: oblique;
  background: #fcfcfc;
}

/* 
    Week numbers "out of range" 
*/
/* line 722, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .out-of-range {
  opacity: 0.6;
}

/* 
    Used when the entire grid is full but the next/prev months dates cannot be 
    selected 
*/
/* line 730, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .not-selectable {
  opacity: 0.8;
}

/* line 734, app/assets/stylesheets/datepicker/datepicker.css */
.oldie .date-picker .out-of-range {
  filter: alpha(opacity=60);
}

/* line 738, app/assets/stylesheets/datepicker/datepicker.css */
.oldie .date-picker .not-selectable {
  filter: alpha(opacity=80);
}

/* line 742, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker tr {
  display: table-row;
}

/* line 746, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker sup {
  font-size: 0.86em;
  letter-spacing: normal;
  text-transform: none;
  height: 0;
  line-height: 1;
  position: relative;
  top: -0.2em;
  vertical-align: baseline !important;
  vertical-align: top;
}

/* line 758, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .date-picker-day-header,
.date-picker .month-display,
.date-picker .year-display {
  text-shadow: 0px 1px 1px #fff;
}

/* line 764, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .month-display,
.date-picker .year-display {
  cursor: default;
}

/* line 769, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker td:focus,
.date-picker .date-picker-hover {
  overflow: hidden;
  -moz-outline: 0 none;
  outline: 0 none;
  -o-highlight: 0 none;
}

/* 
    The "pulse" animation on focused button and datepicker cursor
*/
/* line 780, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-focus .date-picker-hover,
.date-picker-control:focus span {
  -webkit-animation: fd-dp-pulse 1.5s infinite alternate;
  -moz-animation: fd-dp-pulse 1.5s infinite alternate;
  -ms-animation: fd-dp-pulse 1.5s infinite alternate;
  -o-animation: fd-dp-pulse 1.5s infinite alternate;
}

/* 
    The "selected date" style 
*/
/* line 791, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .date-picker-selected-date {
  color: #333;
  color: rgba(3, 3, 3, 0.8);
  font-weight: bold;
  font-size: 1.2em;
  width: 2.4em;
  height: 2.4em;
}

/*
    Remove the box-shadow & lifted corner effect for the inline datepickers
*/
/* line 803, app/assets/stylesheets/datepicker/datepicker.css */
.static-datepicker table {
  box-shadow: 0 0 0 transparent;
}

/* line 807, app/assets/stylesheets/datepicker/datepicker.css */
.static-datepicker:before,
.static-datepicker:after {
  display: none;
}

/*
    Add a box-shadow and enhance border for datepickers that have keyboard focus
*/
/* line 815, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-focus table {
  border-color: #999;
  border-color: rgba(153, 153, 153, 0.8);
  box-shadow: 0px 0px 5px #aaa;
}

/* 
    Draggable datepickers 
*/
/* line 824, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker .drag-enabled,
.date-picker .drag-enabled span {
  cursor: move;
}

/* 
    Disabled datePicker 
*/
/* line 832, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-disabled table {
  opacity: .8 !important;
}

/* line 836, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-disabled table:before,
.date-picker-disabled table:after {
  display: none;
}

/* line 841, app/assets/stylesheets/datepicker/datepicker.css */
.oldie .date-picker-disabled table {
  filter: alpha(opacity=80);
}

/* line 845, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-disabled,
.date-picker-disabled td,
.date-picker-disabled th,
.date-picker-disabled th span {
  cursor: default !important;
}

/* line 852, app/assets/stylesheets/datepicker/datepicker.css */
.date-picker-disabled .prev-but:hover,
.date-picker-disabled .next-but:hover {
  /*    
    Uncomment this if you have used the previous scale rules previously
    declared within the file (for the prev-but and next-but classes)
    
    -webkit-transform:scale(1);
       -moz-transform:scale(1);
        -ms-transform:scale(1);
         -o-transform:scale(1);
            transform:scale(1);
    */
  text-shadow: none;
}

/* line 867, app/assets/stylesheets/datepicker/datepicker.css */
body.fd-drag-active {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 
    Glow effect for the focused (keyboard active) cursor cell and popup
    datepickers activation button 
*/
@-webkit-keyframes fd-dp-pulse {
  from {
    box-shadow: 0 0 2px rgba(100, 130, 170, 0.8);
  }
  to {
    box-shadow: 0 0 6px rgba(10, 130, 170, 0.5);
  }
}

/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */
/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */
/*!
 * jQuery UI CSS Framework 1.10.0
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
/* line 14, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-helper-hidden {
  display: none;
}

/* line 17, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 27, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 37, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}

/* line 42, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 45, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 48, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 58, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 65, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 74, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 86, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI Accordion 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* line 12, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.accordion.css.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

/* line 20, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.accordion.css.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 23, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.accordion.css.scss */
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

/* line 26, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.accordion.css.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 29, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.accordion.css.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 35, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.accordion.css.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
/* line 12, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.autocomplete.css.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/*!
 * jQuery UI Button 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
/* line 12, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

/* line 23, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
/* line 31, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
/* line 35, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* line 38, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 41, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
/* line 46, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

/* line 50, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 53, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 58, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 62, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 66, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
/* line 71, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
/* line 76, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 85, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 89, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 94, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
/* line 101, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 104, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
/* line 111, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*!
 * jQuery UI Datepicker 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
/* line 12, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 17, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 21, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 28, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 32, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 35, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 38, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 41, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 44, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 53, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 58, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 62, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 65, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 69, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 75, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 81, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 85, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 92, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 100, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 108, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 113, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 116, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 119, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 123, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 126, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 129, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 132, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 136, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 139, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 146, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 149, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 153, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 157, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 161, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 165, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 168, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 171, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 175, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/*!
 * jQuery UI Dialog 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
/* line 12, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 19, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 23, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 31, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 40, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 47, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 54, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 57, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 61, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

/* line 68, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/*!
 * jQuery UI Menu 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
/* line 12, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

/* line 19, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

/* line 23, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

/* line 30, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 37, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

/* line 45, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* line 51, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

/* line 56, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
/* line 61, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu-icons {
  position: relative;
}

/* line 64, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
/* line 70, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
/* line 77, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/*!
 * jQuery UI Progressbar 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
/* line 12, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.progressbar.css.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 17, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.progressbar.css.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 21, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.progressbar.css.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url(/assets/jquery-ui/animated-overlay-89763097fbe8e635ebed1643e4521682207e2a72c5ef76aaa9ca53407610a378.gif);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

/* line 27, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.progressbar.css.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/*!
 * jQuery UI Resizable 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
/* line 12, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable {
  position: relative;
}

/* line 15, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

/* line 20, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 24, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 31, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 38, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 45, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 52, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 59, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 66, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 73, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/*!
 * jQuery UI Selectable 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
/* line 12, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.selectable.css.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/*!
 * jQuery UI Slider 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
/* line 12, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 16, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 23, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
/* line 33, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 38, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 41, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 45, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 49, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 52, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 56, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 60, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 65, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 69, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 72, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/*!
 * jQuery UI Spinner 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Spinner#theming
 */
/* line 12, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 19, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

/* line 29, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* line 43, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertical centre icon */
/* line 49, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* line 55, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner-up {
  top: 0;
}

/* line 58, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
/* line 63, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

/*!
 * jQuery UI Tabs 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
/* line 12, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 16, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 20, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 30, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 35, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 39, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

/* line 44, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

/* line 48, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/*!
 * jQuery UI Tooltip 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/* line 10, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tooltip.css.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

/* line 18, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tooltip.css.scss */
body .ui-tooltip {
  border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
/* line 19, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

/* line 23, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 26, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

/* line 33, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100-61b1d5a45c715507746a74da5aef425d61b56f9123da2dcb0fee48b0bbdadadc.png) 50% 50% repeat-x;
  color: #222222;
}

/* line 38, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget-content a {
  color: #222222;
}

/* line 41, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100-108820c683d738dabed8ec597d8396760a381593a4feba1b33d66b08669c3419.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

/* line 47, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
/* line 53, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400-8aaa9bc59665d7d5608aa47ef2979bb213e31360800a25be86ace642460435ec.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

/* line 61, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

/* line 67, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(/assets/jquery-ui/ui-bg_glass_75_dadada_1x400-f84aa4567979be017565d758753486f675c523b0ddf62848589487d3419fad3d.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 78, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

/* line 85, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400-3d4b9f5fc2826783e59dcb734d14c8a8fe869a68679b9ada870f92c13fa26aa8.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 93, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 102, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400-d5690f3c193e6374a4151976531b1a021534e970aba700f4a0869c7708ccaf75.png) 50% 50% repeat-x;
  color: #363636;
}

/* line 109, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 114, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/assets/jquery-ui/ui-bg_glass_95_fef1ec_1x400-be279b4f36e03996b30b19b89f663a91d9f9d486ec1b33a6ed0c6573439195ab.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

/* line 121, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 126, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 131, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 136, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 143, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 150, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 158, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 162, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_222222_256x240-39b2914b6e648627e6414d942173f362e36729b30eecfec521e30ec1f1900fdc.png);
}

/* line 166, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_222222_256x240-39b2914b6e648627e6414d942173f362e36729b30eecfec521e30ec1f1900fdc.png);
}

/* line 169, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-default .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_888888_256x240-427d7e1980e344b5b6648d3c888e2e9fed16829afcf9fd1fc524558e044b4c4f.png);
}

/* line 172, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_454545_256x240-1ac5770b3b9d056f2f75421e56a2cca55e5672ed0586ae09ba7800e028831bae.png);
}

/* line 176, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-active .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_454545_256x240-1ac5770b3b9d056f2f75421e56a2cca55e5672ed0586ae09ba7800e028831bae.png);
}

/* line 179, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-highlight .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_2e83ff_256x240-f1bc3614d6f3edf80310620acccc44b1f0b808954f7c00a3dc92da777ecc6eb9.png);
}

/* line 182, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_cd0a0a_256x240-5b4f96b8c9e6f3def2842711de0ba737b707a40162b005f7e5f9bb6d7c915570.png);
}

/* positioning */
/* line 188, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 189, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 190, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 191, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 192, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 193, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 194, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 195, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 196, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 197, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 198, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 199, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 200, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 201, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 202, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 203, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 204, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 205, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 206, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 207, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 208, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 209, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 210, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 211, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 212, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 213, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 214, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 215, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 216, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 217, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 218, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 219, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 220, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 221, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 222, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 223, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 224, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 225, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 226, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 227, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 228, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 229, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 230, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 231, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 232, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 233, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 234, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 235, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 236, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 237, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 238, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 239, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 240, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 241, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 242, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 243, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 244, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 245, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 246, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 247, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 248, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 249, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 250, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 251, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 252, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 253, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 254, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 255, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 256, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 257, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 258, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 259, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 260, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 261, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 262, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 263, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 264, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 265, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 266, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 267, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 268, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 269, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 270, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 271, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 272, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 273, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 274, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 275, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 276, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 277, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 278, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 279, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 280, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 281, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 282, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 283, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 284, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 285, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 286, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 287, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 288, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 289, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 290, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 291, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 292, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 293, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 294, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 295, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 296, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 297, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 298, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 299, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 300, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 301, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 302, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 303, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 304, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 305, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 306, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 307, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 308, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 309, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 310, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 311, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 312, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 313, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 314, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 315, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 316, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 317, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 318, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 319, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 320, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 321, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 322, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 323, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 324, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 326, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 327, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 328, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 329, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 330, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 331, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 332, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 333, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 334, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 335, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 336, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 337, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 338, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 339, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 340, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 341, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 342, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 343, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 344, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 345, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 346, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 347, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 348, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 349, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 350, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 351, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 352, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 353, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 354, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 355, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 356, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 357, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 358, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 359, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 360, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 361, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 362, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 363, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 370, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

/* line 376, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

/* line 382, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

/* line 388, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
/* line 396, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget-overlay {
  background: #aaaaaa url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100-984a498b5da0c22d39827e856e22ed73de7395404bb4daf28460741640019f0a.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

/* line 401, ../../../lib/gems/3.0.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100-984a498b5da0c22d39827e856e22ed73de7395404bb4daf28460741640019f0a.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/*!
 * (The MIT License)
 * 
 * Copyright (c) 2012-2014 Marcin Warpechowski
 * Copyright (c) 2015 Handsoncode sp. z o.o. <hello@handsoncode.net>
 * 
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * 'Software'), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 * 
 * Version: 6.2.2
 * Release date: 19/12/2018 (built at 18/12/2018 14:43:44)
 */
/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .table td, .handsontable .table th {
  border-top: none;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable tr {
  background: #fff;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td {
  background-color: inherit;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .table caption + thead tr:first-child td, .handsontable .table caption + thead tr:first-child th, .handsontable .table colgroup + thead tr:first-child td, .handsontable .table colgroup + thead tr:first-child th, .handsontable .table thead:first-child tr:first-child td, .handsontable .table thead:first-child tr:first-child th {
  border-top: 1px solid #ccc;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .table-bordered {
  border: 0;
  border-collapse: separate;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .table-bordered td, .handsontable .table-bordered th {
  border-left: none;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .table-bordered td:first-child, .handsontable .table-bordered th:first-child {
  border-left: 1px solid #ccc;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .table > tbody > tr > td, .handsontable .table > tbody > tr > th, .handsontable .table > tfoot > tr > td, .handsontable .table > tfoot > tr > th, .handsontable .table > thead > tr > td, .handsontable .table > thead > tr > th {
  line-height: 21px;
  padding: 0 4px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.col-lg-1.handsontable, .col-lg-2.handsontable, .col-lg-3.handsontable, .col-lg-4.handsontable, .col-lg-5.handsontable, .col-lg-6.handsontable, .col-lg-7.handsontable, .col-lg-8.handsontable, .col-lg-9.handsontable, .col-lg-10.handsontable, .col-lg-11.handsontable, .col-lg-12.handsontable, .col-md-1.handsontable, .col-md-2.handsontable, .col-md-3.handsontable, .col-md-4.handsontable, .col-md-5.handsontable, .col-md-6.handsontable, .col-md-7.handsontable, .col-md-8.handsontable, .col-md-9.handsontable .col-sm-1.handsontable, .col-md-10.handsontable, .col-md-11.handsontable, .col-md-12.handsontable, .col-sm-2.handsontable, .col-sm-3.handsontable, .col-sm-4.handsontable, .col-sm-5.handsontable, .col-sm-6.handsontable, .col-sm-7.handsontable, .col-sm-8.handsontable, .col-sm-9.handsontable .col-xs-1.handsontable, .col-sm-10.handsontable, .col-sm-11.handsontable, .col-sm-12.handsontable, .col-xs-2.handsontable, .col-xs-3.handsontable, .col-xs-4.handsontable, .col-xs-5.handsontable, .col-xs-6.handsontable, .col-xs-7.handsontable, .col-xs-8.handsontable, .col-xs-9.handsontable, .col-xs-10.handsontable, .col-xs-11.handsontable, .col-xs-12.handsontable {
  padding-left: 0;
  padding-right: 0;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .table-striped > tbody > tr:nth-of-type(2n) {
  background-color: #fff;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable {
  position: relative;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .hide {
  display: none;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .relative {
  position: relative;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable.htAutoSize {
  visibility: hidden;
  left: -99000px;
  position: absolute;
  top: -99000px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .wtHider {
  width: 0;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .wtSpreader {
  position: relative;
  width: 0;
  height: auto;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable div, .handsontable input, .handsontable table, .handsontable tbody, .handsontable td, .handsontable textarea, .handsontable th, .handsontable thead {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable input, .handsontable textarea {
  min-height: 0;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable table.htCore {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  border-width: 0;
  table-layout: fixed;
  width: 0;
  outline-width: 0;
  cursor: default;
  max-width: none;
  max-height: none;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable col, .handsontable col.rowHeader {
  width: 50px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td, .handsontable th {
  border-top-width: 0;
  border-left-width: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 22px;
  empty-cells: show;
  line-height: 21px;
  padding: 0 4px;
  background-color: #fff;
  vertical-align: top;
  overflow: hidden;
  outline-width: 0;
  white-space: pre-line;
  background-clip: padding-box;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td.htInvalid {
  background-color: #ff4c42 !important;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td.htNoWrap {
  white-space: nowrap;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable th:last-child {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable th.htNoFrame, .handsontable th.htNoFrame:first-child, .handsontable tr:first-child th.htNoFrame {
  border-left-width: 0;
  background-color: #fff;
  border-color: #fff;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htNoFrame + td, .handsontable .htNoFrame + th, .handsontable.htRowHeaders thead tr th:nth-child(2), .handsontable td:first-of-type, .handsontable th:first-child, .handsontable th:nth-child(2) {
  border-left: 1px solid #ccc;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable tr:first-child td, .handsontable tr:first-child th {
  border-top: 1px solid #ccc;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child, .ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable tbody tr th {
  border-right-width: 0;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.ht_master:not(.innerBorderTop) thead tr.lastChild th, .ht_master:not(.innerBorderTop) thead tr:last-child th, .ht_master:not(.innerBorderTop) ~ .handsontable thead tr.lastChild th, .ht_master:not(.innerBorderTop) ~ .handsontable thead tr:last-child th {
  border-bottom-width: 0;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable th {
  background-color: #f0f0f0;
  color: #222;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable thead th {
  padding: 0;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable th.active {
  background-color: #ccc;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable thead th .relative {
  padding: 2px 4px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
#hot-display-license-info {
  font-size: 10px;
  color: #323232;
  padding: 5px 0 3px;
  font-family: Helvetica,Arial,sans-serif;
  text-align: left;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .manualColumnResizer {
  position: fixed;
  top: 0;
  cursor: col-resize;
  z-index: 110;
  width: 5px;
  height: 25px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .manualRowResizer {
  position: fixed;
  left: 0;
  cursor: row-resize;
  z-index: 110;
  height: 5px;
  width: 50px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .manualColumnResizer.active, .handsontable .manualColumnResizer:hover, .handsontable .manualRowResizer.active, .handsontable .manualRowResizer:hover {
  background-color: #34a9db;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .manualColumnResizerGuide {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #34a9db;
  display: none;
  width: 0;
  border-right: 1px dashed #777;
  margin-left: 5px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .manualRowResizerGuide {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #34a9db;
  display: none;
  height: 0;
  border-bottom: 1px dashed #777;
  margin-top: 5px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .manualColumnResizerGuide.active, .handsontable .manualRowResizerGuide.active {
  display: block;
  z-index: 199;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .columnSorting {
  position: relative;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .columnSorting.sortAction:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable span.colHeader {
  display: inline-block;
  line-height: 1.1;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable span.colHeader.columnSorting:before {
  top: 50%;
  margin-top: -6px;
  padding-left: 8px;
  position: absolute;
  right: -9px;
  content: "";
  height: 10px;
  width: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable span.colHeader.columnSorting.ascending:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFNJREFUeAHtzjkSgCAUBNHPgsoy97+ulGXRqJE5L+xkxoYt2UdsLb5bqFINz+aLuuLn5rIu2RkO3fZpWENimNgiw6iBYRTPMLJjGFxQZ1hxxb/xBI1qC8k39CdKAAAAAElFTkSuQmCC");
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable span.colHeader.columnSorting.descending:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=");
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):after {
  content: "*";
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .wtBorder {
  position: absolute;
  font-size: 0;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .wtBorder.hidden {
  display: none !important;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .wtBorder.current {
  z-index: 10;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .wtBorder.area {
  z-index: 8;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .wtBorder.fill {
  z-index: 6;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td.area, .handsontable td.area-1, .handsontable td.area-2, .handsontable td.area-3, .handsontable td.area-4, .handsontable td.area-5, .handsontable td.area-6, .handsontable td.area-7 {
  position: relative;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td.area-1:before, .handsontable td.area-2:before, .handsontable td.area-3:before, .handsontable td.area-4:before, .handsontable td.area-5:before, .handsontable td.area-6:before, .handsontable td.area-7:before, .handsontable td.area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: -100%\9;
  background: #005eff;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  /* line 28, app/assets/stylesheets/handsontable.min.css */
  .handsontable td.area-1:before, .handsontable td.area-2:before, .handsontable td.area-3:before, .handsontable td.area-4:before, .handsontable td.area-5:before, .handsontable td.area-6:before, .handsontable td.area-7:before, .handsontable td.area:before {
    bottom: -100%;
  }
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td.area:before {
  opacity: .1;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td.area-1:before {
  opacity: .2;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td.area-2:before {
  opacity: .27;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td.area-3:before {
  opacity: .35;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td.area-4:before {
  opacity: .41;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td.area-5:before {
  opacity: .47;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td.area-6:before {
  opacity: .54;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td.area-7:before {
  opacity: .58;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable tbody th.ht__highlight, .handsontable thead th.ht__highlight {
  background-color: #dcdcdc;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable tbody th.ht__active_highlight, .handsontable thead th.ht__active_highlight {
  background-color: #8eb0e7;
  color: #000;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .wtBorder.corner {
  font-size: 0;
  cursor: crosshair;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htBorder.htFillBorder {
  background: red;
  width: 1px;
  height: 1px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontableInput {
  border: none;
  outline-width: 0;
  margin: 0;
  padding: 1px 5px 0;
  font-family: inherit;
  line-height: 21px;
  font-size: inherit;
  box-shadow: inset 0 0 0 2px #5292f7;
  resize: none;
  display: block;
  color: #000;
  border-radius: 0;
  background-color: #fff;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontableInputHolder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 104;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htSelectEditor {
  -webkit-appearance: menulist-button !important;
  position: absolute;
  width: auto;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htDimmed {
  color: #777;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htSubmenu {
  position: relative;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htSubmenu :after {
  content: "\25B6";
  color: #777;
  position: absolute;
  right: 5px;
  font-size: 9px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htLeft {
  text-align: left;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htCenter {
  text-align: center;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htRight {
  text-align: right;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htJustify {
  text-align: justify;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htTop {
  vertical-align: top;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htMiddle {
  vertical-align: middle;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htBottom {
  vertical-align: bottom;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htPlaceholder {
  color: #999;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htAutocompleteArrow {
  float: right;
  font-size: 10px;
  color: #eee;
  cursor: default;
  width: 16px;
  text-align: center;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td .htAutocompleteArrow:hover {
  color: #777;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td.area .htAutocompleteArrow {
  color: #d3d3d3;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htCheckboxRendererInput {
  display: inline-block;
  vertical-align: middle;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htCheckboxRendererInput.noValue {
  opacity: .5;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .htCheckboxRendererLabel {
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .handsontable.ht_clone_top .wtHider {
  padding: 0 0 5px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .autocompleteEditor.handsontable {
  padding-right: 17px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .autocompleteEditor.handsontable.htMacScroll {
  padding-right: 15px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable.listbox {
  margin: 0;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable.listbox .ht_master table {
  border: 1px solid #ccc;
  border-collapse: separate;
  background: #fff;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable.listbox td, .handsontable.listbox th, .handsontable.listbox tr:first-child td, .handsontable.listbox tr:first-child th, .handsontable.listbox tr:last-child th {
  border-color: transparent;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable.listbox td, .handsontable.listbox th {
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable.listbox td.htDimmed {
  cursor: default;
  color: inherit;
  font-style: inherit;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable.listbox .wtBorder {
  visibility: hidden;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable.listbox tr:hover td, .handsontable.listbox tr td.current {
  background: #eee;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.ht_clone_top {
  z-index: 101;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.ht_clone_left {
  z-index: 102;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.ht_clone_bottom_left_corner, .ht_clone_debug, .ht_clone_top_left_corner {
  z-index: 103;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable td.htSearchResult {
  background: #fcedd9;
  color: #583707;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htBordered {
  border-width: 1px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htBordered.htTopBorderSolid {
  border-top-style: solid;
  border-top-color: #000;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htBordered.htRightBorderSolid {
  border-right-style: solid;
  border-right-color: #000;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htBordered.htBottomBorderSolid {
  border-bottom-style: solid;
  border-bottom-color: #000;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htBordered.htLeftBorderSolid {
  border-left-style: solid;
  border-left-color: #000;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable tbody tr th:nth-last-child(2) {
  border-right: 1px solid #ccc;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable thead tr:nth-last-child(2) th.htGroupIndicatorContainer {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.ht_clone_top_left_corner thead tr th:nth-last-child(2) {
  border-right: 1px solid #ccc;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htCollapseButton {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin-bottom: 3px;
  position: relative;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htCollapseButton:after {
  content: "";
  height: 300%;
  width: 1px;
  display: block;
  background: #ccc;
  margin-left: 4px;
  position: absolute;
  bottom: 10px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
thead .htCollapseButton {
  right: 5px;
  position: absolute;
  top: 5px;
  background: #fff;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
thead .htCollapseButton:after {
  height: 1px;
  width: 700%;
  right: 10px;
  top: 4px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable tr th .htExpandButton {
  position: absolute;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  top: 0;
  display: none;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable thead tr th .htExpandButton {
  top: 5px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable tr th .htExpandButton.clickable {
  display: block;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.collapsibleIndicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  border: 1px solid #a6a6a6;
  line-height: 10px;
  color: #222;
  border-radius: 10px;
  font-size: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  box-shadow: 0 0 0 6px #eee;
  background: #eee;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable col.hidden {
  width: 0 !important;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable table tr th.lightRightBorder {
  border-right: 1px solid #e6e6e6;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable tr.hidden, .handsontable tr.hidden td, .handsontable tr.hidden th {
  display: none;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.ht_clone_bottom, .ht_clone_left, .ht_clone_top, .ht_master {
  overflow: hidden;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.ht_master .wtHolder {
  overflow: auto;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable .ht_clone_left thead, .handsontable .ht_master thead, .handsontable .ht_master tr th {
  visibility: hidden;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.ht_clone_bottom .wtHolder, .ht_clone_left .wtHolder, .ht_clone_top .wtHolder {
  overflow: hidden;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable.mobile, .handsontable.mobile .wtHolder {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer {
  display: none;
  position: absolute;
  top: 0;
  width: 70%;
  height: 54pt;
  background: #f8f8f8;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  z-index: 999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.topLeftSelectionHandle-HitArea:not(.ht_master .topLeftSelectionHandle-HitArea), .topLeftSelectionHandle:not(.ht_master .topLeftSelectionHandle) {
  z-index: 9999;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.bottomRightSelectionHandle, .bottomRightSelectionHandle-HitArea, .topLeftSelectionHandle, .topLeftSelectionHandle-HitArea {
  left: -10000px;
  top: -10000px;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer.active {
  display: block;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .inputs {
  position: absolute;
  right: 210pt;
  bottom: 10pt;
  top: 10pt;
  left: 14px;
  height: 34pt;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .inputs textarea {
  font-size: 13pt;
  border: 1px solid #a1a1a1;
  -webkit-appearance: none;
  box-shadow: none;
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  bottom: 0;
  padding: 7pt;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .cellPointer {
  position: absolute;
  top: -13pt;
  height: 0;
  width: 0;
  left: 30px;
  border-left: 13pt solid transparent;
  border-right: 13pt solid transparent;
  border-bottom: 13pt solid #ebebeb;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .cellPointer.hidden {
  display: none;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .cellPointer:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  height: 0;
  width: 0;
  left: -13pt;
  border-left: 13pt solid transparent;
  border-right: 13pt solid transparent;
  border-bottom: 13pt solid #f8f8f8;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .moveHandle {
  position: absolute;
  top: 10pt;
  left: 5px;
  width: 30px;
  bottom: 0;
  cursor: move;
  z-index: 9999;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .moveHandle:after {
  content: "..\A..\A..\A..";
  white-space: pre;
  line-height: 10px;
  font-size: 20pt;
  display: inline-block;
  margin-top: -8px;
  color: #ebebeb;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .positionControls {
  width: 205pt;
  position: absolute;
  right: 5pt;
  top: 0;
  bottom: 0;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .positionControls > div {
  width: 50pt;
  height: 100%;
  float: left;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .positionControls > div:after {
  content: " ";
  display: block;
  width: 15pt;
  height: 15pt;
  text-align: center;
  line-height: 50pt;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .downButton:after, .htMobileEditorContainer .leftButton:after, .htMobileEditorContainer .rightButton:after, .htMobileEditorContainer .upButton:after {
  transform-origin: 5pt 5pt;
  -webkit-transform-origin: 5pt 5pt;
  margin: 21pt 0 0 21pt;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .leftButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(-45deg);
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .leftButton:active:after {
  border-color: #cfcfcf;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .rightButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(135deg);
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .rightButton:active:after {
  border-color: #cfcfcf;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .upButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(45deg);
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .upButton:active:after {
  border-color: #cfcfcf;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .downButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(225deg);
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htMobileEditorContainer .downButton:active:after {
  border-color: #cfcfcf;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable.hide-tween {
  -webkit-animation: opacity-hide .3s;
  animation: opacity-hide .3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.handsontable.show-tween {
  -webkit-animation: opacity-show .3s;
  animation: opacity-show .3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htCommentCell {
  position: relative;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htCommentCell:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-left: 6px solid transparent;
  border-top: 6px solid #000;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htComments {
  display: none;
  z-index: 1059;
  position: absolute;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htCommentTextArea {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.117647), 0 1px 2px rgba(0, 0, 0, 0.239216);
  box-sizing: border-box;
  border: none;
  border-left: 3px solid #ccc;
  background-color: #fff;
  width: 215px;
  height: 90px;
  font-size: 12px;
  padding: 5px;
  outline: 0 !important;
  -webkit-appearance: none;
}

/* line 28, app/assets/stylesheets/handsontable.min.css */
.htCommentTextArea:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.117647), 0 1px 2px rgba(0, 0, 0, 0.239216), inset 0 0 0 1px #5292f7;
  border-left: 3px solid #5292f7;
}

/*!
 * Handsontable ContextMenu
 */
/* line 31, app/assets/stylesheets/handsontable.min.css */
.htContextMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  z-index: 1060;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.htContextMenu .ht_clone_corner, .htContextMenu .ht_clone_debug, .htContextMenu .ht_clone_left, .htContextMenu .ht_clone_top {
  display: none;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.htContextMenu table.htCore {
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.htContextMenu .wtBorder {
  visibility: hidden;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.htContextMenu table tbody tr td {
  background: #fff;
  border-width: 0;
  padding: 4px 6px 0;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.htContextMenu table tbody tr td:first-child {
  border: 0;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.htContextMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.htContextMenu table tbody tr td.current, .htContextMenu table tbody tr td.zeroclipboard-is-hover {
  background: #f3f3f3;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.htContextMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
  cursor: default;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.htContextMenu table tbody tr td.htDisabled {
  color: #999;
  cursor: default;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.htContextMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.htContextMenu table tbody tr.htHidden {
  display: none;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.htContextMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 6px;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.htContextMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.htContextMenu .ht_master .wtHolder {
  overflow: hidden;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
textarea#HandsontableCopyPaste {
  position: fixed !important;
  top: 0 !important;
  right: 100% !important;
  overflow: hidden;
  opacity: 0;
  outline: 0 none !important;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_left td:first-of-type, .htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_top_left_corner th:nth-child(2) {
  border-left: 0 none;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable.ht__manualColumnMove.on-moving--columns, .handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer {
  display: none;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable .ht__manualColumnMove--backlight, .handsontable .ht__manualColumnMove--guideline {
  position: absolute;
  height: 100%;
  display: none;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable .ht__manualColumnMove--guideline {
  background: #757575;
  width: 2px;
  top: 0;
  margin-left: -1px;
  z-index: 105;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable .ht__manualColumnMove--backlight {
  background: #343434;
  background: rgba(52, 52, 52, 0.25);
  display: none;
  z-index: 105;
  pointer-events: none;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable.on-moving--columns .ht__manualColumnMove--backlight, .handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline {
  display: block;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable .wtHider {
  position: relative;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable.ht__manualRowMove.on-moving--rows, .handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer {
  display: none;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable .ht__manualRowMove--backlight, .handsontable .ht__manualRowMove--guideline {
  position: absolute;
  width: 100%;
  display: none;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable .ht__manualRowMove--guideline {
  background: #757575;
  height: 2px;
  left: 0;
  margin-top: -1px;
  z-index: 105;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable .ht__manualRowMove--backlight {
  background: #343434;
  background: rgba(52, 52, 52, 0.25);
  display: none;
  z-index: 105;
  pointer-events: none;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable.on-moving--rows .ht__manualRowMove--backlight, .handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline {
  display: block;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell]):before {
  opacity: 0;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before, .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]:before {
  opacity: .1;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before {
  opacity: .2;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before {
  opacity: .27;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before {
  opacity: .35;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before {
  opacity: .41;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before {
  opacity: .47;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before {
  opacity: .54;
}

/* line 31, app/assets/stylesheets/handsontable.min.css */
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before {
  opacity: .58;
}
