/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px 0;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white;
  background: linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.chosen-hide { display: none; }
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white;
  background: linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.date-picker
{
  width:170px;
  height:25px;
  padding:0;
  border:0;
  line-height:25px;
  padding-left:10px;
  font-size:12px;
  font-family:Arial;
  font-weight:bold;
  cursor:pointer;
  color:#303030;
  position:relative;
  z-index:2;
}
.date-picker-wrapper
{
  position:absolute;
  z-index:1;
  border:1px solid #bfbfbf;
  background-color:#efefef;
  width:428px;
  padding: 5px 12px;
  font-size:12px;
  line-height:20px;
  color:#aaa;
  font-family:Arial;
  box-shadow:3px 3px 10px rgba(0,0,0,0.5);
}
.date-picker-wrapper.single-date {
  width:auto;
}
.date-picker-wrapper.no-shortcuts { padding-bottom:12px;}
.date-picker-wrapper .footer
{
  font-size:11px;
  padding-top: 3px;
}
.date-picker-wrapper b
{
  color:#666;
  font-weight:700;
}
.date-picker-wrapper a
{
  color: rgb(107, 180, 214);
  text-decoration:underline;
}
.date-picker-wrapper .month-wrapper
{
  border:1px solid #bfbfbf;
  border-radius:3px;
  background-color:#fff;
  padding:5px;
  cursor:default;
  position:relative;
  _overflow:hidden;
}
.date-picker-wrapper .month-wrapper table
{
  width:190px;
  float:left;
}
.date-picker-wrapper .month-wrapper table.month2
{
  width:190px;
  float:right;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td
{
  vertical-align:middle;
  text-align:center;
  line-height:14px;
  margin : 0px;
  padding : 0px;
}
.date-picker-wrapper .month-wrapper table .day
{
  height:19px;
  line-height:19px;
  font-size:12px;
  margin-bottom:1px;
  color:#999;
  cursor:default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth
{
  color:#999;
  cursor:default;
}
.date-picker-wrapper .month-wrapper table .day.checked
{
  background-color: rgb(156, 219, 247);
}
.date-picker-wrapper .month-wrapper table .week-name
{
  height:20px;
  line-height:20px;
  font-weight:100;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip { cursor:help !important;}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid
{
  color:#333;
  cursor:pointer;
}

.date-picker-wrapper .month-wrapper table .day.real-today { background-color: rgb(255, 230, 132); }
.date-picker-wrapper .month-wrapper table .day.real-today.checked { background-color: rgb(112, 204, 213); }


.date-picker-wrapper table .caption
{
  height:40px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev
{
  padding:0 5px;
  cursor:pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover
{
  background-color:#ccc;
  color:white;
}
.date-picker-wrapper .gap
{
  position:absolute;
  display:none;
  top:0px;
  left:204px;
  z-index: 1;
  width:15px;
  height: 100%;
  background-color:red;
  font-size:0;
  line-height:0;
}
.date-picker-wrapper .gap .gap-lines { height: 100%; overflow:hidden; }
.date-picker-wrapper .gap .gap-line { height:15px;width:15px; position:relative;  }
.date-picker-wrapper .gap .gap-line .gap-1 { z-index:1; height:0; border-left:8px solid white; border-top:8px solid #eee;border-bottom:8px solid #eee; }
.date-picker-wrapper .gap .gap-line .gap-2 { position:absolute; right:0; top:0px; z-index:2; height:0; border-left:8px solid transparent; border-top:8px solid white; }
.date-picker-wrapper .gap .gap-line .gap-3 { position:absolute; right:0; top:8px; z-index:2; height:0; border-left:8px solid transparent; border-bottom:8px solid white; }
.date-picker-wrapper .gap .gap-top-mask { width: 6px; height:1px; position:absolute; top: -1px; left: 1px; background-color: #eee; z-index:3; }
.date-picker-wrapper .gap .gap-bottom-mask { width: 6px; height:1px; position:absolute; bottom: -1px; left: 7px; background-color: #eee; z-index:3; }

.date-picker-wrapper .selected-days
{
  display:none;
}
.date-picker-wrapper .drp_top-bar
{
  line-height:40px;
  height:40px;
  position:relative;
}
.date-picker-wrapper .drp_top-bar .error-top { display:none; }
.date-picker-wrapper .drp_top-bar .normal-top { display:none; }
.date-picker-wrapper .drp_top-bar .default-top { display:block; }

.date-picker-wrapper .drp_top-bar.error .default-top { display:none; }
.date-picker-wrapper .drp_top-bar.error .error-top { display:block; color:red; }

.date-picker-wrapper .drp_top-bar.normal .default-top { display:none; }
.date-picker-wrapper .drp_top-bar.normal .normal-top { display:block; }

.date-picker-wrapper .drp_top-bar .apply-btn
{
  position:absolute;
  right: 0px;
  top: 6px;
  padding:3px 5px;
  margin:0;
  font-size:12px;
  border-radius:4px;
  cursor:pointer;

  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top,  #00adee,  #0078a5);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color:white;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled
{
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
/*time styling*/
.time {
  position: relative;
}
.time input[type=range] {
  vertical-align: middle;
}
.time1, .time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}
.time1 {
  float: left;
}
.time2 {
  float: right;
}
.hour, .minute {
  text-align: right;
}
.hide {
  display: none;
}
/**
 * simplemde v1.7.4
 * Copyright Next Step Webs, Inc.
 * @link https://github.com/NextStepWebs/simplemde-markdown-editor
 * @license MIT
 */
.CodeMirror{color:#000}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror,.CodeMirror-scroll{min-height:300px}.CodeMirror pre{border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-line::-moz-selection, .CodeMirror-line>span::-moz-selection, .CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0}.CodeMirror{height:auto;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:10px;font:inherit}.CodeMirror-fullscreen{background:#fff;position:fixed!important;top:50px;left:0;right:0;bottom:0;height:auto;z-index:9}.CodeMirror-sided{width:50%!important}.editor-toolbar{position:relative;opacity:.6;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;padding:0 10px;border-top:1px solid #bbb;border-left:1px solid #bbb;border-right:1px solid #bbb;border-top-left-radius:4px;border-top-right-radius:4px}.editor-toolbar:after,.editor-toolbar:before{display:block;content:' ';height:1px}.editor-toolbar:before{margin-bottom:8px}.editor-toolbar:after{margin-top:8px}.editor-toolbar:hover,.editor-wrapper input.title:focus,.editor-wrapper input.title:hover{opacity:.8}.editor-toolbar.fullscreen{width:100%;height:50px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding-top:10px;padding-bottom:10px;box-sizing:border-box;background:#fff;border:0;position:fixed;top:0;left:0;opacity:1;z-index:9}.editor-toolbar.fullscreen::before{width:20px;height:50px;background:linear-gradient(to right,rgba(255,255,255,1) 0,rgba(125,185,232,.01) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#037db9e8', GradientType=1);position:fixed;top:0;left:0;margin:0;padding:0}.editor-toolbar.fullscreen::after{width:20px;height:50px;background:linear-gradient(to right,rgba(125,185,232,.01) 0,rgba(254,254,255,1) 99%,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#037db9e8', endColorstr='#ffffff', GradientType=1);position:fixed;top:0;right:0;margin:0;padding:0}.editor-toolbar a{display:inline-block;text-align:center;text-decoration:none!important;color:#2c3e50!important;width:30px;height:30px;margin:0;border:1px solid transparent;border-radius:3px;cursor:pointer}.editor-toolbar a.active,.editor-toolbar a:hover{background:#fcfcfc;border-color:#95a5a6}.editor-toolbar a:before{line-height:30px}.editor-toolbar i.separator{display:inline-block;width:0;border-left:1px solid #d9d9d9;border-right:1px solid #fff;color:transparent;text-indent:-10px;margin:0 6px}.editor-toolbar a.fa-header-x:after{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:65%;vertical-align:text-bottom;position:relative;top:2px}.editor-toolbar a.fa-header-1:after{content:"1"}.editor-toolbar a.fa-header-2:after{content:"2"}.editor-toolbar a.fa-header-3:after{content:"3"}.editor-toolbar a.fa-header-bigger:after{content:"▲"}.editor-toolbar a.fa-header-smaller:after{content:"▼"}.editor-toolbar.disabled-for-preview a:not(.no-disable){pointer-events:none;background:#fff;border-color:transparent;text-shadow:inherit}@media only screen and (max-width:700px){.editor-toolbar a.no-mobile{display:none}}.editor-statusbar{padding:8px 10px;font-size:9pt;color:#959694;text-align:right}.editor-statusbar span{display:inline-block;min-width:4em;margin-left:1em}.editor-preview,.editor-preview-side{padding:10px;background:#fafafa;z-index:9999;overflow:auto;display:none;box-sizing:border-box}.editor-statusbar .lines:before{content:'lines: '}.editor-statusbar .words:before{content:'words: '}.editor-preview{position:absolute;width:100%;height:100%;top:0;left:0}.editor-preview-side{position:fixed;bottom:0;width:50%;top:50px;right:0;border:1px solid #ddd}.editor-preview-active,.editor-preview-active-side{display:block}.editor-preview-side>p,.editor-preview>p{margin-top:0}.editor-preview pre,.editor-preview-side pre{background:#eee;margin-bottom:10px}.editor-preview table td,.editor-preview table th,.editor-preview-side table td,.editor-preview-side table th{border:1px solid #ddd;padding:5px}.CodeMirror .CodeMirror-selected{background:#d9d9d9}.CodeMirror .CodeMirror-code .cm-header-1{font-size:200%;line-height:200%}.CodeMirror .CodeMirror-code .cm-header-2{font-size:160%;line-height:160%}.CodeMirror .CodeMirror-code .cm-header-3{font-size:125%;line-height:125%}.CodeMirror .CodeMirror-code .cm-header-4{font-size:110%;line-height:110%}.CodeMirror .CodeMirror-code .cm-comment{background:rgba(0,0,0,.05);border-radius:2px}.CodeMirror .CodeMirror-code .cm-link{color:#7f8c8d}.CodeMirror .CodeMirror-code .cm-url{color:#aab2b3}.CodeMirror .CodeMirror-code .cm-strikethrough{text-decoration:line-through}.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment){background:rgba(255,0,0,.15)}
/**
 * Trumbowyg v2.5.1 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */

#trumbowyg-icons {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0; }
  #trumbowyg-icons svg {
    height: 0;
    width: 0; }

.trumbowyg-box *,
.trumbowyg-box *::before,
.trumbowyg-box *::after {
  box-sizing: border-box; }

.trumbowyg-box svg {
  width: 17px;
  height: 100%;
  fill: #222; }

.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  border: 1px solid #DDD;
  width: 100%;
  min-height: 300px;
  margin: 17px auto; }

.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto; }

.trumbowyg-box.trumbowyg-fullscreen {
  background: #FEFEFE;
  border: none !important; }

.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  min-height: 300px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: none;
  overflow: auto; }

.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
  color: transparent !important;
  text-shadow: 0 0 7px #333; }
  @media screen and (min-width: 0 \0 ) {
    .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
      color: rgba(200, 200, 200, 0.6) !important; } }
  @supports (-ms-accelerator: true) {
    .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
      color: rgba(200, 200, 200, 0.6) !important; } }

.trumbowyg-box-blur .trumbowyg-editor img,
.trumbowyg-box-blur .trumbowyg-editor hr {
  opacity: 0.2; }

.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  white-space: normal;
  font-size: 14px;
  font-family: "Inconsolata", "Consolas", "Courier", "Courier New", sans-serif;
  line-height: 18px; }

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  height: 1px !important;
  width: 25%;
  min-height: 0 !important;
  padding: 0 !important;
  background: none;
  opacity: 0 !important; }

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block; }

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none; }

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
  opacity: 0.8;
  background: none; }

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #999;
  pointer-events: none; }

.trumbowyg-button-pane {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-height: 36px;
  background: #ecf0f1;
  border-bottom: 1px solid #d7e0e2;
  margin: 0;
  padding: 0 5px;
  list-style-type: none;
  line-height: 10px;
  backface-visibility: hidden; }
  .trumbowyg-button-pane::after {
    content: " ";
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #d7e0e2; }
  .trumbowyg-button-pane .trumbowyg-button-group {
    display: flex;
    flex-flow: row wrap; }
    .trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
      color: transparent; }
    .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) + .trumbowyg-button-group::before {
      content: " ";
      display: block;
      width: 1px;
      background: #d7e0e2;
      margin: 0 5px;
      height: 35px; }
  .trumbowyg-button-pane button {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    padding: 1px 6px !important;
    margin-bottom: 1px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: none;
    transition: background-color 150ms, opacity 150ms; }
    .trumbowyg-button-pane button.trumbowyg-textual-button {
      width: auto;
      line-height: 35px; }
  .trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
  .trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
    opacity: 0.2;
    cursor: default; }
  .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,
  .trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
    background: #e3e9eb; }
  .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
  .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
  .trumbowyg-button-pane button.trumbowyg-active {
    background-color: #FFF;
    outline: none; }
  .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    display: block;
    content: " ";
    position: absolute;
    top: 25px;
    right: 3px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #555; }
  .trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
    padding-left: 10px !important;
    padding-right: 18px !important; }
    .trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
      top: 17px;
      right: 7px; }
  .trumbowyg-button-pane .trumbowyg-right {
    margin-left: auto; }
    .trumbowyg-button-pane .trumbowyg-right::before {
      display: none !important; }

.trumbowyg-dropdown {
  width: 200px;
  border: 1px solid #ecf0f1;
  padding: 5px 0;
  border-top: none;
  background: #FFF;
  margin-left: -1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px; }
  .trumbowyg-dropdown button {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    background: #FFF;
    padding: 0 10px;
    color: #333 !important;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    transition: all 150ms; }
    .trumbowyg-dropdown button:hover, .trumbowyg-dropdown button:focus {
      background: #ecf0f1; }
    .trumbowyg-dropdown button svg {
      float: left;
      margin-right: 14px; }

/* Modal box */
.trumbowyg-modal {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 520px;
  width: 100%;
  height: 350px;
  z-index: 11;
  overflow: hidden;
  backface-visibility: hidden; }

.trumbowyg-modal-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: calc(100% - 20px);
  padding-bottom: 45px;
  z-index: 1;
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  backface-visibility: hidden; }
  .trumbowyg-modal-box .trumbowyg-modal-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 15px 0 13px;
    display: block;
    border-bottom: 1px solid #EEE;
    color: #333;
    background: #fbfcfc; }
  .trumbowyg-modal-box .trumbowyg-progress {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 58px; }
    .trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
      background: #2BC06A;
      height: 100%;
      transition: width 150ms linear; }
  .trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 29px;
    line-height: 29px;
    overflow: hidden; }
    .trumbowyg-modal-box label .trumbowyg-input-infos {
      display: block;
      text-align: left;
      height: 25px;
      line-height: 25px;
      transition: all 150ms; }
      .trumbowyg-modal-box label .trumbowyg-input-infos span {
        display: block;
        color: #69878f;
        background-color: #fbfcfc;
        border: 1px solid #DEDEDE;
        padding: 0 7px;
        width: 150px; }
      .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
        color: #e74c3c; }
    .trumbowyg-modal-box label.trumbowyg-input-error input,
    .trumbowyg-modal-box label.trumbowyg-input-error textarea {
      border: 1px solid #e74c3c; }
    .trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
      margin-top: -27px; }
    .trumbowyg-modal-box label input {
      position: absolute;
      top: 0;
      right: 0;
      height: 27px;
      line-height: 27px;
      border: 1px solid #DEDEDE;
      background: #fff;
      font-size: 14px;
      max-width: 330px;
      width: 70%;
      padding: 0 7px;
      transition: all 150ms; }
      .trumbowyg-modal-box label input:hover, .trumbowyg-modal-box label input:focus {
        outline: none;
        border: 1px solid #95a5a6; }
      .trumbowyg-modal-box label input:focus {
        background: #fbfcfc; }
  .trumbowyg-modal-box .error {
    margin-top: 25px;
    display: block;
    color: red; }
  .trumbowyg-modal-box .trumbowyg-modal-button {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-decoration: none;
    color: #FFF;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 33px;
    margin: 0 10px;
    background-color: #333;
    border: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
    font-size: 16px;
    transition: all 150ms; }
    .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
      right: 110px;
      background: #2bc06a; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
        background: #40d47e;
        outline: none; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
        background: #25a25a; }
    .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
      color: #555;
      background: #e6e6e6; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
        background: #fbfbfb;
        outline: none; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
        background: #d5d5d5; }

.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  left: 0;
  display: none;
  z-index: 10; }

/**
 * Fullscreen
 */
body.trumbowyg-body-fullscreen {
  overflow: hidden; }

.trumbowyg-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999; }
  .trumbowyg-fullscreen.trumbowyg-box,
  .trumbowyg-fullscreen .trumbowyg-editor {
    border: none; }
  .trumbowyg-fullscreen .trumbowyg-editor,
  .trumbowyg-fullscreen .trumbowyg-textarea {
    height: calc(100% - 37px) !important;
    overflow: auto; }
  .trumbowyg-fullscreen .trumbowyg-overlay {
    height: 100% !important; }
  .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: #222;
    fill: transparent; }

.trumbowyg-editor {
  /*
     * lset for resetCss option
     */ }
  .trumbowyg-editor object,
  .trumbowyg-editor embed,
  .trumbowyg-editor video,
  .trumbowyg-editor img {
    max-width: 100%; }
  .trumbowyg-editor video,
  .trumbowyg-editor img {
    height: auto; }
  .trumbowyg-editor img {
    cursor: move; }
  .trumbowyg-editor.trumbowyg-reset-css {
    background: #FEFEFE !important;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.45em !important;
    white-space: normal !important;
    color: #333; }
    .trumbowyg-editor.trumbowyg-reset-css a {
      color: #15c !important;
      text-decoration: underline !important; }
    .trumbowyg-editor.trumbowyg-reset-css div,
    .trumbowyg-editor.trumbowyg-reset-css p,
    .trumbowyg-editor.trumbowyg-reset-css ul,
    .trumbowyg-editor.trumbowyg-reset-css ol,
    .trumbowyg-editor.trumbowyg-reset-css blockquote {
      box-shadow: none !important;
      background: none !important;
      margin: 0 !important;
      margin-bottom: 15px !important;
      line-height: 1.4em !important;
      font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
      font-size: 14px !important;
      border: none; }
    .trumbowyg-editor.trumbowyg-reset-css iframe,
    .trumbowyg-editor.trumbowyg-reset-css object,
    .trumbowyg-editor.trumbowyg-reset-css hr {
      margin-bottom: 15px !important; }
    .trumbowyg-editor.trumbowyg-reset-css blockquote {
      margin-left: 32px !important;
      font-style: italic !important;
      color: #555; }
    .trumbowyg-editor.trumbowyg-reset-css ul,
    .trumbowyg-editor.trumbowyg-reset-css ol {
      padding-left: 20px !important; }
    .trumbowyg-editor.trumbowyg-reset-css ul ul,
    .trumbowyg-editor.trumbowyg-reset-css ol ol,
    .trumbowyg-editor.trumbowyg-reset-css ul ol,
    .trumbowyg-editor.trumbowyg-reset-css ol ul {
      border: none;
      margin: 2px !important;
      padding: 0 !important;
      padding-left: 24px !important; }
    .trumbowyg-editor.trumbowyg-reset-css hr {
      display: block;
      height: 1px;
      border: none;
      border-top: 1px solid #CCC; }
    .trumbowyg-editor.trumbowyg-reset-css h1,
    .trumbowyg-editor.trumbowyg-reset-css h2,
    .trumbowyg-editor.trumbowyg-reset-css h3,
    .trumbowyg-editor.trumbowyg-reset-css h4 {
      color: #111;
      background: none;
      margin: 0 !important;
      padding: 0 !important;
      font-weight: bold; }
    .trumbowyg-editor.trumbowyg-reset-css h1 {
      font-size: 32px !important;
      line-height: 38px !important;
      margin-bottom: 20px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h2 {
      font-size: 26px !important;
      line-height: 34px !important;
      margin-bottom: 15px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h3 {
      font-size: 22px !important;
      line-height: 28px !important;
      margin-bottom: 7px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h4 {
      font-size: 16px !important;
      line-height: 22px !important;
      margin-bottom: 7px !important; }

/*
 * Dark theme
 */
.trumbowyg-dark .trumbowyg-textarea {
  background: #111;
  color: #ddd; }

.trumbowyg-dark .trumbowyg-box {
  border: 1px solid #343434; }
  .trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
    background: #111; }
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    text-shadow: 0 0 7px #ccc; }
    @media screen and (min-width: 0 \0 ) {
      .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, 0.6) !important; } }
    @supports (-ms-accelerator: true) {
      .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, 0.6) !important; } }
  .trumbowyg-dark .trumbowyg-box svg {
    fill: #ecf0f1;
    color: #ecf0f1; }

.trumbowyg-dark .trumbowyg-button-pane {
  background-color: #222;
  border-bottom-color: #343434; }
  .trumbowyg-dark .trumbowyg-button-pane::after {
    background: #343434; }
  .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::before {
    background-color: #343434; }
  .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
    color: transparent; }
  .trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before {
    background-color: #2a2a2a; }
  .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
  .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
  .trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active {
    background-color: #333; }
  .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    border-top-color: #fff; }

.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: #ecf0f1;
  fill: transparent; }

.trumbowyg-dark .trumbowyg-dropdown {
  border-color: #222;
  background: #333;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px; }
  .trumbowyg-dark .trumbowyg-dropdown button {
    background: #333;
    color: #fff !important; }
    .trumbowyg-dark .trumbowyg-dropdown button:hover, .trumbowyg-dark .trumbowyg-dropdown button:focus {
      background: #222; }

.trumbowyg-dark .trumbowyg-modal-box {
  background-color: #222; }
  .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
    border-bottom: 1px solid #555;
    color: #fff;
    background: #3c3c3c; }
  .trumbowyg-dark .trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 27px;
    line-height: 27px;
    overflow: hidden; }
    .trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
      color: #eee;
      background-color: #2f2f2f;
      border-color: #222; }
    .trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
      color: #e74c3c; }
    .trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,
    .trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
      border-color: #e74c3c; }
    .trumbowyg-dark .trumbowyg-modal-box label input {
      border-color: #222;
      color: #eee;
      background: #333; }
      .trumbowyg-dark .trumbowyg-modal-box label input:hover, .trumbowyg-dark .trumbowyg-modal-box label input:focus {
        border-color: #626262; }
      .trumbowyg-dark .trumbowyg-modal-box label input:focus {
        background-color: #2f2f2f; }
  .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
    background: #1b7943; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
      background: #25a25a; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
      background: #176437; }
  .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
    background: #333;
    color: #ccc; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
      background: #444; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
      background: #111; }

.trumbowyg-dark .trumbowyg-overlay {
  background-color: rgba(15, 15, 15, 0.6); }
/* line 2, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/_extends.scss */
.date-picker-wrapper table, .ui-datepicker table {
  table-layout: initial;
  border-collapse: inherit;
  border: initial;
}

/* line 7, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/_extends.scss */
.date-picker-wrapper table a, .ui-datepicker table a {
  text-decoration: none;
  color: inherit;
}

/* line 13, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/_extends.scss */
.date-picker-wrapper td, .ui-datepicker td {
  border: initial;
}

/* line 16, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/_extends.scss */
.date-picker-wrapper td, .ui-datepicker td {
  border-left: initial;
}

/* line 28, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/_extends.scss */
.date-picker-wrapper tbody tr:hover td:first-child, .ui-datepicker tbody tr:hover td:first-child {
  border-left: inherit;
}

/* line 39, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/_extends.scss */
.mobilenav-user a:after, .mobilenav-accordion > a:after, .sidenav-accordion > a:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.2s;
  position: absolute;
  font-size: 15px;
  color: #999;
  right: 0;
}

/* line 49, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/_extends.scss */
.mobilenav-user a:hover:after, .mobilenav-accordion > a:hover:after, .sidenav-accordion > a:hover:after {
  color: #8c8c8c;
}

/* line 4, app/assets/stylesheets/fae.scss */
.datetime select {
  width: 100px;
}

/* line 8, app/assets/stylesheets/fae.scss */
.promo-preview-wrapper {
  display: none;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/fae/lato-regular-webfont-4de71d82797490000b59ead4fe77fd638e6091b93f3c25b46313c016df30b032.eot);
  src: url(/assets/fae/lato-regular-webfont-4de71d82797490000b59ead4fe77fd638e6091b93f3c25b46313c016df30b032.eot?#iefix) format("embedded-opentype"), url(/assets/fae/lato-regular-webfont-79f2ea2921072dafd5299d77649f51b0442830a8e93fdd04e65ea72d9a447f05.woff) format("woff"), url(/assets/fae/lato-regular-webfont-d2b2c6ea5984ad9d850ea66ad524255ba0ec89d3a817d5c55928a62450904480.ttf) format("truetype"), url(/assets/fae/lato-regular-webfont-ec89cf43df9ce9ac62f5226049295db4af14ccad2fa503c9cf64f1fbcf84dabd.svg#lato_regular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/fae/lato-light-webfont-acc44ad1c4b53ce1478947aee3aa3dfd7bde771c888fafd9f5b1443b48deac8a.eot);
  src: url(/assets/fae/lato-light-webfont-acc44ad1c4b53ce1478947aee3aa3dfd7bde771c888fafd9f5b1443b48deac8a.eot?#iefix) format("embedded-opentype"), url(/assets/fae/lato-light-webfont-5d06e2b97ef89f4f9fc1c383ed6a1f7ef386033d8a7348baa8eaa7c6e40ba47b.woff) format("woff"), url(/assets/fae/lato-light-webfont-8295c31b2e0d92e47b2c8f63b513282fa6b86076a4287fd30e867606756b372d.ttf) format("truetype"), url(/assets/fae/lato-light-webfont-037d90dc408de35e69f953b381830d969ac9dbee63c149cbd6421e914ef1d7a2.svg#lato_light) format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/fae/lato-bold-webfont-1dbb2306c06fcc6b4e57a7a77e882428b440f46b2254b619433eb222038cc569.eot);
  src: url(/assets/fae/lato-bold-webfont-1dbb2306c06fcc6b4e57a7a77e882428b440f46b2254b619433eb222038cc569.eot?#iefix) format("embedded-opentype"), url(/assets/fae/lato-bold-webfont-26169a06830f97554713485a118263bfd5c0205c4e4625a046e6071eb4416674.woff) format("woff"), url(/assets/fae/lato-bold-webfont-17be5d06843e2ef97e35e6c070907fe8b7a80a3ca9eb768e7c9f6ff5c80f8d80.ttf) format("truetype"), url(/assets/fae/lato-bold-webfont-753e53d9c8826ec4cb721a6549146d084e54b99725defdc6899be7c006ff185c.svg#lato_bold) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'icons';
  src: url(/assets/fae/icons-2e83637a6cbbfd720aa02e69386bb54762668115effb02e13b5c7635f1487fb4.eot);
  src: url(/assets/fae/icons-2e83637a6cbbfd720aa02e69386bb54762668115effb02e13b5c7635f1487fb4.eot?#iefix) format("embedded-opentype"), url(/assets/fae/icons-70beaa1c48eaaf4e47e847f06acacf66bf5c4917af776c4385e3f64571a8b9a9.woff) format("woff"), url(/assets/fae/icons-a0e7867f932d36e2e2dfeb68b204c4fcd813012b3089983a3c46d3a17c951c7a.ttf) format("truetype"), url(/assets/fae/icons-15a136ba82fb47a161377588f9be91b73160060cb65ca46cddaa0d25299070f4.svg#icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-home:before {
  content: "\e904";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-bars:before {
  content: "\e901";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-edit:before {
  content: "\e900";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-copy:before {
  content: "\e905";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-trash:before {
  content: "\e906";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-settings:before {
  content: "\e902";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-support:before {
  content: "\e903";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-heavy_plus:before {
  content: "\e61a";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-arrow_down:before {
  content: "\e600";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-zoom:before {
  content: "\e601";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-users:before {
  content: "\e602";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-user:before {
  content: "\e603";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-sort:before {
  content: "\e606";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-search:before {
  content: "\e608";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-plus:before {
  content: "\e609";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-offlink:before {
  content: "\e60a";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-menu:before {
  content: "\e60b";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-logout:before {
  content: "\e60c";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-delete_x:before {
  content: "\e60f";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-chevron_right:before {
  content: "\e610";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-chevron_left:before {
  content: "\e611";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-check:before {
  content: "\e612";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-calendar:before {
  content: "\e613";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-pulldown:before {
  content: "\e614";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-arrow_up:before {
  content: "\e615";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-handle:before {
  content: "\e616";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-alert:before {
  content: "\e617";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-chevron_up:before {
  content: "\e618";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-chevron_down:before {
  content: "\e619";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-fullscreen:before {
  content: "\e61e";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-question:before {
  content: "\e61b";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-eye:before {
  content: "\e61c";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-columns:before {
  content: "\e61d";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-image:before {
  content: "\e90d";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-save:before {
  content: "\e962";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-quote:before {
  content: "\e977";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-search2:before {
  content: "\e986";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-list-ol:before {
  content: "\e9b9";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-list-ul:before {
  content: "\e9ba";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-link:before {
  content: "\e9cb";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-minus:before {
  content: "\ea0b";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-font:before {
  content: "\ea61";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-bold:before {
  content: "\ea62";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-underline:before {
  content: "\ea63";
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_icons.scss */
.icon-italic:before {
  content: "\ea64";
}

/* line 2, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_plugins.scss */
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close
.chosen-rtl .chosen-search, .chosen-container-single .chosen-search {
  background: none;
}

/* line 8, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_plugins.scss */
.chosen-container-single .chosen-single abbr:after,
.chosen-container-single .chosen-single div b:after,
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close
.chosen-rtl .chosen-search:after, .chosen-container-single .chosen-search:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e600";
  position: relative;
  font-size: 4px;
  top: -4px;
  left: 2px;
  color: #999;
}

/* line 21, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_plugins.scss */
.chosen-container-single .chosen-single:hover div b:after {
  color: #1e1e1e;
}

/* line 28, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_plugins.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  content: "\e615";
  color: #1e1e1e;
}

/* line 35, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_plugins.scss */
.chosen-rtl .chosen-search:after, .chosen-container-single .chosen-search:after {
  content: "\e608";
  font-size: 12px;
  left: auto;
  right: 17px;
  top: -1px;
}

/* line 47, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_plugins.scss */
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-search input[type="text"] {
  background: none;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_tags.scss */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

/* line 7, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_tags.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 14, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_tags.scss */
html {
  font-size: 100%;
  font-size: 1rem;
  height: 100%;
}

/* line 21, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_tags.scss */
body {
  transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #595959;
  background: #f7f7f7;
}

@media (max-width: 1024px) {
  /* line 21, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_tags.scss */
  body {
    padding-top: 45px;
  }
}

/* line 34, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_tags.scss */
a {
  transition: color 0.2s;
  color: var(--highlight-color);
  text-decoration: none;
}

/* line 39, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_tags.scss */
a:hover {
  color: #595959;
}

/* line 44, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_tags.scss */
h1 {
  font-size: 24px;
  color: #1e1e1e;
}

/* line 49, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_tags.scss */
h2 {
  font-size: 18px;
}

/* line 53, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_tags.scss */
h3 {
  font-size: 14px;
}

/* line 57, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_tags.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 62, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_tags.scss */
strong {
  font-weight: bold;
}

/* line 66, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/_tags.scss */
abbr {
  text-decoration: none;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_base.scss */
.main-content {
  position: relative;
  min-height: 100%;
}

@media (min-width: 1024px) {
  /* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_base.scss */
  .main-content {
    min-height: calc(100% - 90px);
  }
}

/* line 9, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_base.scss */
.main-content:before {
  content: '';
  position: absolute;
  left: 240px;
  top: 0;
  width: 10px;
  height: 100%;
}

/* line 19, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_base.scss */
.content {
  padding: 30px 30px;
  padding-bottom: 0;
  display: block;
}

/* line 24, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_base.scss */
.content.-bottom-shim {
  padding-bottom: 150px;
}

/* line 28, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_base.scss */
.content h2 {
  padding: 17px 30px;
  color: var(--foreground-color);
  background: var(--highlight-color);
  border-top: 1px solid #ccc;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
  margin: 0 0 30px;
}

/* line 39, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_base.scss */
.content h3 {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #1e1e1e;
  margin-bottom: 20px;
}

/* line 49, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_base.scss */
p {
  margin-bottom: 1.3em;
  max-width: 80%;
  line-height: 1.2em;
}

/* line 4, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header {
  z-index: 2;
  width: 100%;
  padding: 16px 30px;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* line 19, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header.-dashboard {
  padding-top: 26px;
  padding-bottom: 26px;
  color: #1e1e1e;
}

/* line 24, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header.-dashboard strong {
  color: #1e1e1e;
}

/* line 29, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header h1 {
  padding: 5px 0;
  font-weight: bold;
}

/* line 35, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header-subnav {
  bottom: 0;
  width: 100%;
  margin-bottom: -16px;
  flex-basis: 100%;
}

/* line 41, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header-subnav a {
  transition: all 0.2s;
  display: inline-block;
  vertical-align: top;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  margin: 0 12px;
  font-size: 13px;
  color: #1e1e1e;
}

/* line 51, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header-subnav a:hover {
  color: #1e1e1e;
  border-bottom-color: var(--highlight-color);
}

/* line 57, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header-subnav li {
  display: inline-block;
  vertical-align: top;
}

/* line 62, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header-subnav li:first-child a {
  margin-left: 0;
}

/* line 68, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header-subnav li.-active a {
  color: #1e1e1e;
  border-bottom-color: var(--highlight-color);
}

/* line 76, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header-buttons {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  right: 30px;
}

/* line 83, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header-buttons a {
  margin-right: 5px;
}

/* line 86, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header-buttons a:last-child {
  margin-right: 0;
}

/* line 91, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header-buttons input.saving[type=submit] {
  color: darkgray;
}

/* line 96, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header-select {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

/* line 101, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header-select a {
  margin-right: 0;
}

/* line 105, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_content-header.scss */
.content-header-select .chosen-container-single .chosen-single {
  padding-top: 6px;
  padding-bottom: 5px;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_breadcrumbs.scss */
.breadcrumbs {
  font-size: 16px;
  color: #1e1e1e;
  padding: 10px 0;
}

/* line 6, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_breadcrumbs.scss */
.breadcrumbs li {
  display: inline-block;
}

/* line 9, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_breadcrumbs.scss */
.breadcrumbs li:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e610";
  font-size: 8px;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}

/* line 19, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_breadcrumbs.scss */
.breadcrumbs li:last-child,
.breadcrumbs li:last-child a {
  color: #1e1e1e;
  font-weight: bold;
}

/* line 25, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_breadcrumbs.scss */
.breadcrumbs li:last-child:after {
  display: none;
}

/* line 31, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_breadcrumbs.scss */
.breadcrumbs a {
  color: inherit;
}

/* line 34, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_breadcrumbs.scss */
.breadcrumbs a:not(.-home) {
  transition: border-bottom-color 0.2s;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #dfdfdf;
}

/* line 40, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/layout/_breadcrumbs.scss */
.breadcrumbs a:not(.-home):hover {
  border-bottom-color: transparent;
}

/* line 5, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_base.scss */
.nav {
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  font-size: 15px;
  overflow: auto;
}

/* line 13, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_base.scss */
.nav a {
  display: block;
  color: #595959;
  position: relative;
}

/* line 18, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_base.scss */
.nav a:hover {
  color: #3b3b3b;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header {
  transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1e1e1e;
  border-top: 4px solid var(--highlight-color);
}

@media (min-width: 1024px) {
  /* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
  .main-header {
    padding: 0 30px;
    position: relative;
  }
}

/* line 16, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header a {
  display: block;
  padding: 15px 0;
  color: #999;
}

@media (min-width: 1024px) {
  /* line 16, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
  .main-header a {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

/* line 26, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header a:hover, .main-header a.-current, .main-header a.-parent-current {
  color: #fff;
}

/* line 33, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 39, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header h1 {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* line 47, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header h1 a {
  color: #fff;
}

@media (max-width: 768px) {
  /* line 47, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
  .main-header h1 a {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  /* line 47, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
  .main-header h1 a {
    line-height: 1;
  }
}

/* line 61, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header ul ul {
  overflow: auto;
  max-height: 320px;
  scrollbar-track-color: #1e1e1e;
  scrollbar-face-color: #3b3b3b;
}

/* line 67, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header ul ul::-webkit-scrollbar-thumb {
  background: none;
  border: 1px solid #595959;
  border-radius: 10px;
}

/* line 73, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header ul ul::-webkit-scrollbar-track {
  background: none;
}

/* line 79, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header nav {
  display: none;
  vertical-align: middle;
  margin-left: 30px;
}

@media (min-width: 1024px) {
  /* line 79, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
  .main-header nav {
    display: inline-block;
  }
}

/* line 90, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header-nav, .utility-nav {
  transition: opacity 0.2s ease-in-out;
}

/* line 93, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header-nav a, .utility-nav a {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 103, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header-nav > li:hover > a, .main-header-nav > li.-current > a, .main-header-nav > li.-parent-current > a, .utility-nav > li:hover > a, .utility-nav > li.-current > a, .utility-nav > li.-parent-current > a {
  color: #fff;
}

/* line 109, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header-nav > li.-parent-current > a, .utility-nav > li.-parent-current > a {
  background: var(--highlight-color);
}

/* line 115, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header-nav > li:hover ul, .utility-nav > li:hover ul {
  visibility: visible;
  opacity: 1;
}

/* line 122, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header-nav ul, .utility-nav ul {
  background: #1e1e1e;
  border-top: 1px solid #3b3b3b;
  visibility: hidden;
  position: absolute;
  left: 0;
  opacity: 0;
  min-width: 160px;
  padding: 10px 10px 13px;
  line-height: 1.2;
  font-size: 15px;
  white-space: nowrap;
}

/* line 135, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header-nav ul li, .utility-nav ul li {
  display: block;
}

/* line 139, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header-nav ul a, .utility-nav ul a {
  background: none;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 144, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_header.scss */
.main-header-nav ul a:hover, .utility-nav ul a:hover {
  background: none;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_footer.scss */
.main-footer {
  transition: opacity 0.4s;
  padding: 20px 30px 30px;
  opacity: 0;
}

/* line 6, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_footer.scss */
.main-footer.active {
  opacity: 1;
}

/* line 10, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_footer.scss */
.main-footer.-locked {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 17, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_footer.scss */
.credit {
  font-size: 14px;
  color: #595959;
  text-align: right;
}

/* line 22, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_footer.scss */
.credit span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

/* line 29, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_footer.scss */
.credit > a {
  display: inline-block;
  vertical-align: middle;
}

/* line 34, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_footer.scss */
.credit > a:hover path {
  fill: var(--highlight-color);
}

/* line 41, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_footer.scss */
.credit svg {
  max-width: 35px;
  height: auto;
}

/* line 46, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_footer.scss */
.credit path {
  transition: fill 0.2s;
  fill: #595959;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav {
  z-index: 1;
  position: absolute;
  left: 30px;
}

@media (max-width: 1024px) {
  /* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
  .sidenav {
    display: none;
  }
}

/* line 10, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav a {
  padding: 3px 0;
}

/* line 13, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav a.-current {
  font-weight: bold;
  color: #000;
}

/* line 19, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav .subnav {
  padding: 10px 10px 10px 0;
  background-color: #ebebeb;
}

/* line 26, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav li.-parent-current > a {
  color: #fff;
  background-color: var(--highlight-color);
}

/* line 31, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav li.-parent-current > ul {
  display: block;
}

/* line 37, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav > ul > li:not(.sidenav-accordian) {
  border: 1px solid #dfdfdf;
  border-bottom: none;
  background-color: #fff;
}

/* line 42, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav > ul > li:not(.sidenav-accordian):last-of-type {
  border-bottom: 1px solid #dfdfdf;
}

/* line 46, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav > ul > li:not(.sidenav-accordian) > a {
  padding: 13px 15px;
  font-size: 15px;
}

@media (min-width: 1024px) {
  /* line 53, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
  .sidenav ~ .content,
.sidenav ~ .simple_form {
    padding-left: 280px;
  }
}

/* line 63, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav-accordion {
  font-size: 13px;
  line-height: 1.38em;
}

/* line 69, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav-accordion.-open > a:after {
  content: "\e600";
  top: 19px;
  transform: rotate(0);
  opacity: 1;
}

/* line 79, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav-accordion.-parent-current > a:hover:after {
  color: #fff;
}

/* line 85, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav-accordion.-parent-current.-open > a:after {
  color: #fff;
}

/* line 92, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav-accordion a {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 7px;
}

/* line 97, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav-accordion a.-current {
  border-left: 5px solid var(--highlight-color);
  padding-left: 25px;
}

/* line 103, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav-accordion > ul:first-of-type > li:first-child a {
  margin-top: 0;
}

/* line 107, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav-accordion:not(:first-of-type) > a {
  border-top: 0;
}

/* line 111, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav-accordion > a {
  margin-top: 0;
  padding: 13px 30px 13px 15px;
  font-size: 15px;
  background-color: #fff;
}

/* line 119, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav-accordion > a:after {
  content: "\e615";
  top: 18px;
  right: 13px;
  color: #000;
  font-size: 6px;
  transition: opacity 0.4s ease, color 0.4s ease;
  transform: rotate(90deg);
  opacity: 0;
}

/* line 133, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav-accordion > a:hover:after {
  opacity: 1;
}

/* line 139, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_sidenav.scss */
.sidenav-accordion ul {
  display: none;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav {
  transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: fixed;
  margin-left: -250px;
  visibility: hidden;
}

/* line 7, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav a {
  padding: 12px 35px 12px 20px;
}

/* line 12, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav .subnav {
  transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  margin-left: -250px;
  overflow: auto;
  padding: 0 5px 10px 0;
  background: #f7f7f7;
}

/* line 30, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav-accordion > a:after {
  content: "\e610";
  right: 18px;
  top: 14px;
  font-size: 11px;
}

/* line 39, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav-accordion.-open > ul {
  margin-left: 0;
  z-index: 1;
}

/* line 44, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav-accordion.-open > .subnav {
  padding-right: 0;
}

/* line 50, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav-subheader {
  margin-bottom: 0;
  display: block;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #999;
  color: #fff;
}

/* line 58, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav-subheader:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e611";
  border-radius: 50%;
  padding: 5px 9px 5px 7px;
  border: 2px solid #fff;
  margin-right: 10px;
  color: #fff;
}

/* line 69, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav-toggle {
  display: inline-block;
  vertical-align: middle;
  padding: 14px 30px;
  cursor: pointer;
  color: #fff;
}

@media (min-width: 1024px) {
  /* line 69, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
  .mobilenav-toggle {
    display: none;
  }
}

/* line 82, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobile-active body,
.mobile-active .main-header {
  margin-left: 250px;
}

/* line 87, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobile-active .mobilenav {
  margin-left: 0;
  visibility: visible;
}

/* line 93, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobile-active .mobilenav-toggle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 2000%;
  width: 2000%;
}

/* line 106, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav-user a {
  background: #efefef;
}

/* line 110, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav-user a:after {
  top: 15px;
  right: 13px;
  font-size: 16px;
}

/* line 117, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav-user a.-logout:after {
  content: "\e60c";
}

/* line 123, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav-user a.-settings:after {
  content: "\e902";
}

/* line 129, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav-user a.-support:after {
  content: "\e903";
}

/* line 135, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav-user a.-viewsite:after {
  content: "\e60a";
}

/* line 142, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_mobilenav.scss */
.mobilenav-user-header {
  display: block;
  position: relative;
  padding: 15px 10px 15px 20px;
  cursor: pointer;
  color: #000;
  background: #ccc;
}

/* line 2, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_utility.scss */
.utility-nav {
  position: absolute;
  top: 0;
  right: 30px;
}

@media (max-width: 1024px) {
  /* line 2, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_utility.scss */
  .utility-nav {
    display: none;
  }
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_utility.scss */
.utility-nav a {
  padding-left: 14px;
  padding-right: 14px;
}

/* line 15, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_utility.scss */
.utility-nav a.grabatar-link {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 21, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_utility.scss */
.utility-nav ul {
  font-size: 16px;
  display: none;
}

/* line 26, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_utility.scss */
.utility-nav li {
  vertical-align: top;
}

/* line 33, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_utility.scss */
.utility-dropdown:hover ul {
  display: block;
}

/* line 38, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_utility.scss */
.utility-dropdown li {
  display: block;
  margin-left: 0;
}

/* line 43, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_utility.scss */
.utility-dropdown ul,
.utility-dropdown .utility-search-hit-area {
  position: absolute;
  top: 70px;
  z-index: 2;
  display: none;
}

/* line 51, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_utility.scss */
.utility-dropdown ul,
.utility-dropdown .utility-search-wrapper {
  background: #1e1e1e;
  border-top: 1px solid #3b3b3b;
  font-size: 14px;
}

/* line 58, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_utility.scss */
.utility-dropdown ul {
  width: 140px;
  padding: 8px 0 12px;
  left: -11px;
  font-size: 13px;
}

/* line 64, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_utility.scss */
.utility-dropdown ul a {
  padding: 7px 25px;
}

/* line 70, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_utility.scss */
.grabatar {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: var(--highlight-color);
}

/* line 80, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_utility.scss */
.grabatar-link:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e600";
  font-size: 5px;
  color: #999;
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

/* line 91, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_utility.scss */
.grabatar-link:hover:after {
  color: #fff;
}

/* line 2, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_search.scss */
.utility-search input[type="text"] {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  border: 0;
  border-radius: 4px;
  display: block;
  color: #fff;
}

/* line 12, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_search.scss */
.utility-search-wrapper {
  padding: 14px 16px;
  width: 320px;
}

/* line 16, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_search.scss */
.utility-search-wrapper > ul {
  margin-top: 10px;
  font-size: 15px;
}

/* line 21, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_search.scss */
.utility-search-wrapper ul {
  position: static;
  width: 100%;
  border-top: 0;
  padding: 0;
  display: block;
}

/* line 28, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_search.scss */
.utility-search-wrapper ul ul {
  padding-left: 15px;
  max-height: none;
}

/* line 33, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_search.scss */
.utility-search-wrapper ul a {
  padding: 10px 12px;
  line-height: 1.2;
}

/* line 37, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_search.scss */
.utility-search-wrapper ul a.search-nav-item {
  padding-bottom: 20px;
}

/* line 44, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_search.scss */
.utility-search-wrapper .search-topnav a {
  padding: 6px 12px;
}

/* line 50, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_search.scss */
.search-record-label {
  display: block;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 5px;
}

/* line 58, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_search.scss */
.search-results span {
  color: #999;
}

/* line 62, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_search.scss */
.search-results b {
  color: #fff;
  font-weight: normal;
}

/* line 68, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_search.scss */
.search-nav-item {
  border-bottom: 1px solid #3b3b3b;
  margin-bottom: 10px;
}

/* line 73, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_search.scss */
.utility-search-hit-area {
  padding: 0 0 30px 30px;
  right: -30px;
}

/* line 4, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_multi-col-subnav.scss */
header.main-header ul ul.multicol-nav {
  min-height: auto;
  max-height: 1024px !important;
  left: -88px;
}

/* line 9, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_multi-col-subnav.scss */
.main-header-nav li:nth-of-type(n+5) ul.multicol-nav.three,
.main-header-nav li ul.multicol-nav.four,
.main-header-nav li:nth-of-type(n+7) ul.multicol-nav {
  left: -132px;
}

/* line 14, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_multi-col-subnav.scss */
.main-header-nav li:nth-of-type(n+6) ul.multicol-nav.three,
.main-header-nav li:nth-of-type(n+2) ul.multicol-nav.four,
.main-header-nav li:nth-of-type(n+8) ul.multicol-nav {
  left: -176px;
}

/* line 20, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_multi-col-subnav.scss */
.main-header-nav li:nth-of-type(n+7) ul.multicol-nav.three,
.main-header-nav li:nth-of-type(n+3) ul.multicol-nav.four {
  left: -220px;
}

/* line 25, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_multi-col-subnav.scss */
.main-header-nav li:nth-of-type(n+8) ul.multicol-nav.three,
.main-header-nav li:nth-of-type(n+4) ul.multicol-nav.four {
  left: -308px;
}

/* line 30, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_multi-col-subnav.scss */
.main-header-nav li:nth-of-type(n+5) ul.multicol-nav.four {
  left: -396px;
}

/* line 33, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_multi-col-subnav.scss */
.main-header-nav li:nth-of-type(n+6) ul.multicol-nav.four {
  left: -440px;
}

/* line 36, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_multi-col-subnav.scss */
.main-header-nav li:nth-of-type(n+7) ul.multicol-nav.four {
  left: -528px;
}

/* line 41, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_multi-col-subnav.scss */
.multicol-nav {
  display: grid;
  grid-template-columns: 176px 176px;
}

/* line 44, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_multi-col-subnav.scss */
.multicol-nav.three {
  grid-template-columns: 176px 176px 176px;
}

/* line 47, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/navigation/_multi-col-subnav.scss */
.multicol-nav.four {
  grid-template-columns: 176px 176px 176px 176px;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_base.scss */
table {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-collapse: separate;
  table-layout: fixed;
}

/* line 7, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_base.scss */
table i {
  color: #999;
}

/* line 13, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_base.scss */
tbody td {
  border-bottom: 1px solid #dfdfdf;
}

/* line 16, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_base.scss */
tbody td:first-child {
  border-left: 3px solid transparent;
}

/* line 24, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_base.scss */
tbody tr:hover td:first-child {
  border-left-color: var(--highlight-color);
}

/* line 31, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_base.scss */
tbody tr:nth-of-type(even) td {
  background-color: #ebebeb;
}

/* line 37, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_base.scss */
tbody tr:last-child td {
  border-bottom: 0;
}

/* line 44, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_base.scss */
th,
td {
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  line-height: 1.2;
}

/* line 52, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_base.scss */
th {
  padding: 12px 10px;
  vertical-align: middle;
  font-weight: bold;
  color: #1e1e1e;
  background: #dfdfdf;
}

/* line 60, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_base.scss */
td {
  padding: 8px 10px;
  background-color: #f7f7f7;
}

/* line 2, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_actions.scss */
th.-action {
  width: 60px;
}

/* line 6, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_actions.scss */
th.-action-wide {
  width: 85px;
}

/* line 10, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_actions.scss */
th.-action-narrow {
  width: 100px;
}

/* line 14, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_actions.scss */
th.-thumb {
  width: 150px;
}

/* line 19, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_actions.scss */
.table-action {
  text-align: center;
  color: #999;
  display: block;
  padding: 2px;
  font-size: 16px;
  text-decoration: none;
}

/* line 27, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_actions.scss */
.table-action:hover {
  color: #595959;
}

/* line 33, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_actions.scss */
td i + a {
  display: inline-block;
  padding-left: 8px;
}

/* line 39, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_actions.scss */
.loading-fade {
  opacity: 0.5;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_sorting.scss */
.th-sortable-handle {
  width: 25px;
  padding: 0;
}

/* line 6, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_sorting.scss */
.sortable-handle {
  padding-right: 5px;
  color: #999;
  cursor: pointer;
}

/* line 14, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_sorting.scss */
th:not(.sorter-false) {
  cursor: pointer;
}

/* line 19, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_sorting.scss */
th:not(.sorter-false) .tablesorter-header-inner:after,
th:not(.sorter-false) .th-sortable-title:after {
  display: inline-block;
}

/* line 31, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_sorting.scss */
th:not(.sorter-false):hover .tablesorter-header-inner:after,
th:not(.sorter-false):hover .th-sortable-title:after, th.tablesorter-headerAsc:not(.sorter-false) .tablesorter-header-inner:after,
th.tablesorter-headerAsc:not(.sorter-false) .th-sortable-title:after, th.tablesorter-headerDesc:not(.sorter-false) .tablesorter-header-inner:after,
th.tablesorter-headerDesc:not(.sorter-false) .th-sortable-title:after, th.-desc:not(.sorter-false) .tablesorter-header-inner:after,
th.-desc:not(.sorter-false) .th-sortable-title:after, th.-asc:not(.sorter-false) .tablesorter-header-inner:after,
th.-asc:not(.sorter-false) .th-sortable-title:after {
  color: #1e1e1e;
}

/* line 41, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_sorting.scss */
.tablesorter-header-inner:after,
.th-sortable-title:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e600";
  display: none;
  font-size: 4px;
  position: relative;
  top: -3px;
  left: 6px;
  color: #999;
}

/* line 55, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_sorting.scss */
th.-asc .th-sortable-title:after,
.tablesorter-headerAsc .tablesorter-header-inner:after {
  content: "\e615";
}

/* line 2, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_filters.scss */
.table-filter-area {
  position: relative;
  padding: 20px;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  background: #ebebeb;
}

/* line 9, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_filters.scss */
.table-filter-area input[type=submit],
.table-filter-area .button {
  display: none;
}

/* line 14, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_filters.scss */
.table-filter-area h4 {
  margin-bottom: 20px;
  color: #1e1e1e;
  font-size: 16px;
}

/* line 20, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_filters.scss */
.table-filter-area label, .table-filter-area .addedit-form h3, .addedit-form .table-filter-area h3 {
  margin-bottom: 5px;
  color: #1e1e1e;
  font-size: 12px;
}

/* line 26, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_filters.scss */
.table-filter-area input[type=text] {
  padding: 5px 30px 5px 10px;
  font-size: 12px;
  color: #3b3b3b;
  border-radius: 20px;
}

/* line 102, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/finescss/_fine_mixins.scss */
.table-filter-header:before, .table-filter-header:after {
  content: ' ';
  display: table;
}

/* line 108, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/finescss/_fine_mixins.scss */
.table-filter-header:after {
  clear: both;
}

/* line 37, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_filters.scss */
.table-filter-header h4 {
  display: inline-block;
}

/* line 42, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_filters.scss */
.table-filter-keyword-wrapper {
  position: relative;
  float: right;
}

/* line 46, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_filters.scss */
.table-filter-keyword-wrapper i {
  position: absolute;
  top: 5px;
  right: 12px;
  cursor: pointer;
}

/* line 102, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/finescss/_fine_mixins.scss */
.table-filter-group-wrapper:before, .table-filter-group-wrapper:after {
  content: ' ';
  display: table;
}

/* line 108, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/finescss/_fine_mixins.scss */
.table-filter-group-wrapper:after {
  clear: both;
}

/* line 58, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_filters.scss */
.table-filter-group {
  display: inline-block;
  margin: 0 30px 20px 0;
}

/* line 62, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_filters.scss */
.table-filter-group.no-right-margin {
  margin-right: 0;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_collapsible.scss */
.collapsible {
  margin-bottom: 10px;
}

/* line 5, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_collapsible.scss */
.collapsible.active h3 {
  border-bottom: none;
}

/* line 8, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_collapsible.scss */
.collapsible.active h3:after {
  content: "\e615";
}

/* line 13, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_collapsible.scss */
.collapsible.active table:not(.sticky-table-header) {
  display: table;
}

/* line 18, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_collapsible.scss */
.collapsible table {
  display: none;
}

/* line 22, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_collapsible.scss */
.collapsible h3 {
  background: #fff;
  padding: 20px 0 20px 37px;
  position: relative;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 0;
}

/* line 30, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_collapsible.scss */
.collapsible h3:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e600";
  color: #999;
  position: absolute;
  right: 25px;
  top: 22px;
  font-size: 4px;
}

/* line 41, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_collapsible.scss */
.collapsible h3:hover:after {
  color: #000;
}

/* line 48, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_collapsible.scss */
.collapsible-toggle {
  text-align: right;
  margin: 0 0 30px;
  cursor: pointer;
  padding-right: 25px;
}

/* line 54, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_collapsible.scss */
.collapsible-toggle:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e600";
  color: #999;
  font-size: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -3px;
}

/* line 66, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_collapsible.scss */
.collapsible-toggle:hover:after {
  color: #000;
}

/* line 72, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_collapsible.scss */
.collapsible-toggle.close-all:after {
  content: "\e615";
}

/* line 2, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_sticky.scss */
.sticky-table-header {
  z-index: 3;
  position: fixed;
  top: 70px;
  display: none;
  border-top: 0;
  border-bottom: 0;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_tooltips.scss */
.tooltip {
  transition: opacity 0.2s;
  position: relative;
  background: #1e1e1e;
  background: #1e1e1e;
  color: #fff;
  opacity: 0;
  position: absolute;
  top: -25px;
  left: 0;
  border-radius: 2px;
  font-size: 10px;
  padding: 5px;
  width: 100%;
}

/* line 26, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/finescss/_fine_mixins.scss */
.tooltip:after {
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 4px;
  top: 100%;
  left: 50%;
  border-top-color: #1e1e1e;
  margin-left: -4px;
}

/* line 16, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_tooltips.scss */
.tooltip-parent {
  position: relative;
}

/* line 20, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_tooltips.scss */
.tooltip-parent:hover .tooltip {
  opacity: 1;
}

/* line 2, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_pagination.scss */
.pagination {
  margin: 30px 0;
  font-size: 12px;
  font-weight: bold;
}

/* line 7, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_pagination.scss */
.pagination a, .pagination .gap, .pagination .current {
  display: inline-block;
  padding: 10px;
  min-height: 30px;
  min-width: 35px;
  border: 1px solid #ccc;
  text-align: center;
}

/* line 16, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_pagination.scss */
.pagination a {
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEBEBEB', GradientType=0);
  color: #595959;
}

/* line 20, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_pagination.scss */
.pagination a:hover {
  color: #fff;
  background: var(--highlight-color);
}

/* line 26, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_pagination.scss */
.pagination .gap {
  color: #ccc;
}

/* line 30, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_pagination.scss */
.pagination .current {
  color: #fff;
  background: var(--highlight-color);
}

/* line 2, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_image.scss */
th.-image {
  width: 120px;
}

/* line 6, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_image.scss */
th.-thumb {
  width: 150px;
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_image.scss */
.image-mat {
  width: 100px;
  background-color: white;
}

/* line 15, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_image.scss */
.image-mat img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_alt_text_manager.scss */
.alt_text_input {
  display: none;
}

/* line 5, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/tables/_alt_text_manager.scss */
.alt_text_input {
  min-width: 80px;
}

/* line 3, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_buttons.scss */
input[type=submit],
button[type=button],
.add-button,
.button {
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  padding: 11px 14px;
  border: 1px solid transparent;
  line-height: 1;
}

/* line 16, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_buttons.scss */
.deploy .button {
  margin-right: 10px;
}

/* line 22, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_buttons.scss */
input[type=submit],
.add-button {
  background-image: linear-gradient(to bottom, #3b3b3b 0%, #1e1e1e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3B3B3B', endColorstr='#FF1E1E1E', GradientType=0);
  color: #fff;
  border-color: #3b3b3b;
}

/* line 28, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_buttons.scss */
input[type=submit]:hover,
.add-button:hover {
  background: #1e1e1e;
  color: #fff;
}

/* line 35, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_buttons.scss */
.add-button:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61a";
  font-size: 12px;
  margin-right: 7px;
}

/* line 45, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_buttons.scss */
button[type=button],
.button {
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEBEBEB', GradientType=0);
  color: #3b3b3b;
  border-color: #ccc;
}

/* line 51, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_buttons.scss */
button[type=button]:hover,
.button:hover {
  background: #ebebeb;
}

/* line 55, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_buttons.scss */
button[type=button]:disabled,
.button:disabled {
  background: #ebebeb;
  color: #ccc;
  border-color: #dfdfdf;
  cursor: wait;
}

/* line 64, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_buttons.scss */
.button.-small {
  padding: 5px 10px;
  font-size: 12px;
  margin: 3px;
}

/* line 69, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_buttons.scss */
.button.-small:hover {
  color: #3b3b3b;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
.hinter-clicker {
  transition: color 0.2s;
  margin-left: 5px;
  cursor: pointer;
  color: #999;
}

/* line 7, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
.hinter-clicker:hover {
  color: #1e1e1e;
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
.hinter-clicker.hovered {
  position: relative;
  z-index: 10000;
}

/* line 17, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
.simplemodal-overlay {
  background: #ccc;
}

/* line 21, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
.simplemodal-container {
  position: relative;
  background: #3b3b3b;
  color: #999;
  padding: 20px;
  line-height: 1.5;
  font-size: 13px;
  box-shadow: 0 3px 8px 0 #ccc;
}

/* line 30, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
.simplemodal-container h3 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: normal;
}

/* line 37, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
.simplemodal-container h4 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 16px;
}

/* line 43, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
.simplemodal-container p {
  margin-bottom: 15px;
}

/* line 46, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
.simplemodal-container p span {
  text-decoration: underline;
}

/* line 51, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
.simplemodal-container table {
  width: calc(100% + 40px);
  margin: 20px -20px -20px;
}

/* line 56, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
.simplemodal-container img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

/* line 64, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
.simplemodal-close {
  display: block;
  height: 10px;
}

/* line 68, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
.simplemodal-close:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60f";
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}

/* line 80, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
#fae-modal {
  padding: 0;
  box-shadow: none;
}

/* line 84, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
#fae-modal .simplemodal-data {
  min-height: 100%;
}

/* line 88, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
#fae-modal .simplemodal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 20px;
  width: 20px;
}

/* line 95, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_modal.scss */
#fae-modal .simplemodal-close:before {
  position: relative;
  padding: 4px;
  top: auto;
  right: auto;
  color: #3b3b3b;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_deploy.scss */
.deploying-heading.running:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 20px;
  }
}

/* line 23, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_deploy.scss */
.hidden {
  display: none;
}

/* line 2, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_toggles.scss */
.slider-wrapper {
  display: block;
  position: relative;
  width: 50px;
  border-radius: 15px;
  height: 25px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  background: #ebebeb;
  transition: background-color 0.24s;
}

/* line 13, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_toggles.scss */
.slider-wrapper:hover, .slider-wrapper:focus {
  background-color: #ccc;
}

/* line 16, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_toggles.scss */
.slider-wrapper.slider-yes-selected {
  background: var(--highlight-color);
}

/* line 21, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_toggles.scss */
.slider-options {
  transition: left 0.24s;
  white-space: nowrap;
}

/* line 26, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_toggles.scss */
.slider-option-selector {
  display: block;
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #ccc;
  transition: left 0.24s;
  background: #fff;
}

/* line 38, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_toggles.scss */
.slider-yes-selected .slider-option-selector {
  left: 50%;
}

/* line 44, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_toggles.scss */
.slider-option-no,
.slider-option-yes {
  position: absolute;
  height: 0;
  width: 0;
  left: -200vw;
}

/* line 52, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_toggles.scss */
.slider-option-no {
  display: block;
}

/* line 54, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_toggles.scss */
.slider-yes-selected .slider-option-no {
  display: none;
}

/* line 59, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_toggles.scss */
.slider-option-yes {
  display: none;
}

/* line 61, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_toggles.scss */
.slider-yes-selected .slider-option-yes {
  display: block;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_alerts.scss */
.flash-message {
  border-style: solid;
  border-left-width: 3px;
  margin: 0 auto;
  padding: 20px;
  width: calc(100% - 60px);
}

/* line 8, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_alerts.scss */
.flash-message:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

@media (min-width: 1024px) {
  /* line 13, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_alerts.scss */
  .sidenav ~ .flash-message {
    margin-left: 280px;
    width: calc(100% - 310px);
  }
}

/* line 21, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_alerts.scss */
.notice {
  border-color: #4c884e;
  background: #d8f0d0;
  color: #4c884e;
}

/* line 26, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_alerts.scss */
.notice:before {
  content: "\e612";
}

/* line 31, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_alerts.scss */
.warning {
  border-color: #ca953a;
  background: #f7f2c8;
  color: #ca953a;
}

/* line 36, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_alerts.scss */
.warning:before {
  content: "\e617";
}

/* line 41, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_alerts.scss */
.flash-message.error,
.alert {
  border-color: #b75553;
  background: #f6cfcf;
  color: #b75553;
}

/* line 47, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_alerts.scss */
.flash-message.error:before,
.alert:before {
  content: "\e617";
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_errors-bar.scss */
.errors-bar-wrapper {
  border-color: #b75553;
  background: #f6cfcf;
  color: #b75553;
  width: 100%;
  padding: 20px;
  display: none;
}

/* line 9, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_errors-bar.scss */
.errors-bar-wrapper .errors-bar {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}

/* line 15, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/_errors-bar.scss */
.errors-bar-wrapper .error-jump-link {
  margin-right: 20px;
  font-size: 14px;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
input[type=text],
input[type=number],
input[type=textarea],
input[type=url],
input[type=tel],
input[type=password],
input[type=email] {
  transition: border-color 0.2s;
  padding: 12px 15px;
  border: 1px solid #ccc;
  font-size: 14px;
  outline: none;
  border-radius: 2px;
  max-width: 100%;
}

/* line 16, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
input[type=text]:focus,
input[type=number]:focus,
input[type=textarea]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus {
  border-color: #595959;
}

/* line 21, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.input {
  margin-bottom: 20px;
}

/* line 24, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.input.disabled {
  opacity: 0.5;
}

/* line 29, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.addedit-form {
  padding-bottom: 20px;
}

/* line 32, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.addedit-form h3 {
  margin-bottom: 20px;
}

/* line 37, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.addedit-form .flash-message {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 43, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.addedit-form .addedit-form-thumb {
  max-width: 150px;
  max-height: 100px;
}

/* line 49, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.js-addedit-form-wrapper {
  display: none;
}

/* line 53, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.nested-form {
  padding: 30px 30px 30px 40px;
  border: 1px solid #ccc;
  border-top: 0;
  background: #ebebeb;
}

/* line 59, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.nested-form h2 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
  border: 0;
  padding: 0;
  margin: 0 auto 30px;
  background: none;
}

/* line 73, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.cancel-nested-button {
  margin-left: 10px;
}

/* line 77, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.table-helper-text {
  font-size: 14px;
  font-style: italic;
  padding-bottom: 14px;
}

/* line 83, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.js-add-link {
  font-size: 12px;
}

/* line 87, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.table-add-link {
  float: right;
}

/* line 90, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.table-add-link:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e609";
  font-size: 7px;
  position: relative;
  bottom: 2px;
  display: inline-block;
  margin-right: 3px;
}

/* line 101, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.table-add-link.table-add-link {
  margin-top: 13px;
  margin-bottom: 10px;
}

/* line 109, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_base.scss */
.input.field.highlight {
  outline: 2px dashed green;
  outline-offset: 1px;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_label.scss */
label, .addedit-form h3 {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #1e1e1e;
}

/* line 8, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_label.scss */
label abbr, .addedit-form h3 abbr {
  color: var(--highlight-color);
}

/* line 12, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_label.scss */
label h6, .addedit-form h3 h6 {
  text-transform: none;
  padding-top: 5px;
  font-size: 13px;
  color: #999;
  font-weight: normal;
  font-style: italic;
  line-height: 1.3;
}

/* line 22, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_label.scss */
label.label--two_col, .addedit-form h3.label--two_col {
  display: flex;
}

/* line 25, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_label.scss */
label.label--two_col .label_inner, .addedit-form h3.label--two_col .label_inner {
  flex-shrink: 0;
  max-width: 50%;
}

/* line 29, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_label.scss */
.login-form label.label--two_col .label_inner, .first_user-form label.label--two_col .label_inner, .login-form-password label.label--two_col .label_inner, .login-form .addedit-form h3.label--two_col .label_inner, .first_user-form .addedit-form h3.label--two_col .label_inner, .login-form-password .addedit-form h3.label--two_col .label_inner, .addedit-form .login-form h3.label--two_col .label_inner, .addedit-form .first_user-form h3.label--two_col .label_inner, .addedit-form .login-form-password h3.label--two_col .label_inner {
  max-width: none;
}

/* line 34, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_label.scss */
label.label--two_col h6, .addedit-form h3.label--two_col h6 {
  flex-shrink: 1;
  padding-left: 25px;
  padding-top: 1px;
}

/* line 43, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_label.scss */
label.has-multiselect-actions .multiselect-action a, .addedit-form h3.has-multiselect-actions .multiselect-action a {
  font-weight: normal;
}

/* line 49, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_label.scss */
label.has-multiselect-actions h6, .addedit-form h3.has-multiselect-actions h6 {
  flex-grow: 1;
}

/* line 54, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_label.scss */
label.has_no_helper_text, .addedit-form h3.has_no_helper_text {
  justify-content: space-between;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_textarea.scss */
textarea {
  transition: border-color 0.2s;
  padding: 10px 15px 0;
  border: 1px solid #ccc;
  font-size: 14px;
  min-height: 125px;
  width: 100%;
  min-width: 223px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  outline: none;
  border-radius: 2px;
}

/* line 13, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_textarea.scss */
textarea:focus {
  border-color: #595959;
}

/* line 176, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/finescss/_fine_mixins.scss */
input[placeholder],
textarea[placeholder] {
  color: #999;
}

/* line 181, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/finescss/_fine_mixins.scss */
::-moz-placeholder {
  color: #999;
}

/* line 185, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/finescss/_fine_mixins.scss */
:-moz-placeholder {
  color: #999;
}

/* line 189, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/finescss/_fine_mixins.scss */
::-webkit-input-placeholder {
  color: #999;
}

/* line 193, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/finescss/_fine_mixins.scss */
:-ms-input-placeholder {
  color: #999;
}

/* line 6, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_text.scss */
.input.url, .input.text, .input.email, .input.string, .input.tel, .input.text, .input.select,
.input > .label {
  max-width: 515px;
}

/* line 16, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_text.scss */
.input.url input, .input.text input, .input.email input, .input.string input, .input.tel input, .input.text input, .input.select input,
.input > .label input {
  width: 100%;
}

/* line 21, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_text.scss */
.input.string {
  min-width: 223px;
}

/* line 26, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_text.scss */
.symbol {
  position: relative;
  width: 240px;
}

/* line 30, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_text.scss */
.symbol input {
  width: 100%;
}

/* line 34, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_text.scss */
.symbol.symbol--prefix input {
  padding-left: 50px;
}

/* line 38, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_text.scss */
.symbol.symbol--suffix input {
  padding-right: 50px;
}

/* line 43, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_text.scss */
.input-symbol--prefix,
.input-symbol--suffix {
  position: absolute;
  bottom: 0;
  border: 0 solid #efefef;
  padding: 14px 16px 13px;
  margin-bottom: 1px;
  font-size: 14px;
  color: #999;
}

/* line 54, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_text.scss */
.input-symbol--prefix {
  left: 0;
  border-right-width: 1px;
}

/* line 59, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_text.scss */
.input-symbol--suffix {
  right: 0;
  border-left-width: 1px;
}

/* line 2, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_checkbox.scss */
.input.boolean,
.checkbox-wrapper {
  display: block;
}

/* line 6, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_checkbox.scss */
.input.boolean input[type=checkbox],
.checkbox-wrapper input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

/* line 12, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_checkbox.scss */
.input.boolean .active:after,
.checkbox-wrapper .active:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e612";
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 12px;
  color: #1e1e1e;
  cursor: pointer;
}

/* line 25, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_checkbox.scss */
.checkbox {
  position: relative;
  padding: 0 20px 0 35px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}

/* line 32, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_checkbox.scss */
.checkbox h6 {
  display: inline-block;
  padding-top: 0;
  padding-left: 6px;
}

/* line 39, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_checkbox.scss */
label.checkbox, .addedit-form h3.checkbox,
.checkbox label,
.checkbox .addedit-form h3,
.addedit-form .checkbox h3 {
  padding-top: 6px;
}

/* line 43, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_checkbox.scss */
label.checkbox:before, .addedit-form h3.checkbox:before,
.checkbox label:before,
.checkbox .addedit-form h3:before,
.addedit-form .checkbox h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  border-radius: 2px;
}

/* line 57, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_checkbox.scss */
label.checkbox.focused:before, .addedit-form h3.checkbox.focused:before,
.checkbox.focused label:before,
.checkbox.focused .addedit-form h3:before,
.addedit-form .checkbox.focused h3:before {
  border-color: #595959;
}

/* line 64, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_checkbox.scss */
.checkbox-wrapper.-stacked label:not(.control-label), .checkbox-wrapper.-stacked .addedit-form h3:not(.control-label), .addedit-form .checkbox-wrapper.-stacked h3:not(.control-label) {
  display: block;
  margin-bottom: 25px;
}

/* line 69, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_checkbox.scss */
.checkbox-wrapper.-stacked .checkbox {
  display: block;
}

/* line 75, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_checkbox.scss */
.checkbox-wrapper.-inline label:not(.control-label), .checkbox-wrapper.-inline .addedit-form h3:not(.control-label), .addedit-form .checkbox-wrapper.-inline h3:not(.control-label) {
  padding-top: 0;
  vertical-align: top;
  width: 190px;
  margin-bottom: 25px;
  margin-right: 10px;
}

/* line 83, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_checkbox.scss */
.checkbox-wrapper.-inline .checkbox {
  vertical-align: top;
}

/* line 3, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_radio.scss */
.radio_collection--vertical input[type=radio],
.radio_collection--horizontal input[type=radio] {
  position: absolute;
  left: -9999em;
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_radio.scss */
.radio_collection--vertical .radio label, .radio_collection--vertical .radio .addedit-form h3, .addedit-form .radio_collection--vertical .radio h3 {
  display: inline;
  cursor: pointer;
  line-height: 1.75;
}

/* line 16, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_radio.scss */
.radio_collection--vertical .radio label:after, .radio_collection--vertical .radio .addedit-form h3:after, .addedit-form .radio_collection--vertical .radio h3:after {
  content: '\a';
  white-space: pre;
}

/* line 25, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_radio.scss */
.radio_collection--horizontal label:not(.control-label), .radio_collection--horizontal .addedit-form h3:not(.control-label), .addedit-form .radio_collection--horizontal h3:not(.control-label) {
  display: inline-block;
  margin-right: 50px;
  cursor: pointer;
}

/* line 32, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_radio.scss */
.radio_collection-bullet {
  position: relative;
  bottom: 3px;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}

/* line 44, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_radio.scss */
.radio_collection-bullet:before {
  transform: translate(-50%, -50%);
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 9px;
  width: 9px;
  background: #1e1e1e;
  border-radius: 50%;
}

/* line 59, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_radio.scss */
input:checked + label .radio_collection-bullet:before, .addedit-form input:checked + h3 .radio_collection-bullet:before, input:checked + .radio_collection-bullet:before {
  display: block;
}

/* line 66, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_radio.scss */
.radio_collection.focused .radio_collection-bullet {
  border-color: #595959;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_asset-actions.scss */
.asset-actions {
  position: relative;
  display: inline-block;
  width: 90%;
  min-width: 223px;
  max-width: 515px;
  padding: 5px 5px 4px 5px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 13px;
  border-radius: 2px;
}

/* line 13, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_asset-actions.scss */
.asset-actions.active {
  background: #fff;
}

/* line 18, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_asset-actions.scss */
.asset-actions.-files a {
  padding-top: 9px;
  padding-bottom: 9px;
}

/* line 24, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_asset-actions.scss */
.asset-actions > img {
  max-width: 20%;
  max-height: 150px;
  margin-right: 20px;
  cursor: pointer;
  float: left;
  display: block;
}

/* line 33, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_asset-actions.scss */
.asset-actions a {
  padding: 6px;
  display: inline-block;
}

/* line 38, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_asset-actions.scss */
.asset-actions span {
  transition: color 0.2s;
  color: #999;
}

/* line 43, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_asset-actions.scss */
.asset-actions .button {
  display: inline-block;
  margin-right: 10px;
}

/* line 47, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_asset-actions.scss */
.asset-actions .button:focus {
  border-color: #595959;
  outline: 0;
}

/* line 52, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_asset-actions.scss */
.asset-actions .button span {
  padding-right: 30px;
}

/* line 58, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_asset-actions.scss */
.asset-delete {
  transition: color 0.2s;
  float: right;
  display: none;
  color: #999;
}

/* line 64, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_asset-actions.scss */
.asset-delete:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
}

/* line 69, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_asset-actions.scss */
.asset-delete:hover {
  color: #595959;
}

/* line 73, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_asset-actions.scss */
.active .asset-delete {
  display: block;
}

/* line 78, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_asset-actions.scss */
.asset-title {
  display: inline-block;
  width: 70%;
  padding: 10px 7px 0 0;
  color: #1e1e1e;
}

/* line 9, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.select select,
.time select,
.city_time_zone select,
.table-filter-area select,
.content-header-select select,
.date select {
  min-width: 300px;
}

/* line 12, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.select select.small_pulldown,
.time select.small_pulldown,
.city_time_zone select.small_pulldown,
.table-filter-area select.small_pulldown,
.content-header-select select.small_pulldown,
.date select.small_pulldown {
  min-width: 150px;
}

/* line 18, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container {
  font-size: 14px;
}

/* line 21, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container .chosen-results {
  max-height: 200px;
}

/* line 25, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container .chosen-results li.highlighted {
  background: #efefef;
}

/* line 31, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container.chosen-drop-up .chosen-drop {
  top: auto;
  bottom: 100%;
  margin-bottom: -1px;
  border-top: 1px solid #595959;
  border-bottom: none;
  box-shadow: none;
  border-radius: 0;
}

/* line 43, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container-active .chosen-single {
  border-color: #595959;
  background: #ebebeb;
}

/* line 50, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container-single .chosen-single {
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEBEBEB', GradientType=0);
  height: auto;
  padding: 7px 15px;
  border-radius: 2px;
  box-shadow: none;
  border-color: #ccc;
}

/* line 58, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container-single .chosen-single div b {
  margin-top: 7px;
}

/* line 63, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container-single .chosen-default {
  color: #1e1e1e;
}

/* line 68, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container-multi {
  max-width: 515px;
  min-width: 223px;
  width: 100% !important;
}

/* line 76, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container-multi.chosen-container-active .chosen-choices {
  box-shadow: none;
}

/* line 81, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container-multi .chosen-choices {
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
}

/* line 86, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container-multi .chosen-choices .li.search-field input[type="text"] {
  height: auto;
}

/* line 90, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  padding: 5px 22px 5px 10px;
  border: 0;
  font-size: 12px;
  background: #efefef;
  color: #3b3b3b;
}

/* line 97, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: none;
  background-attachment: fixed;
  top: 6px;
  font-size: 10px;
  color: #999;
}

/* line 104, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60f";
}

/* line 112, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 100%;
}

/* line 121, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container-single.chosen-container-active .chosen-single,
.chosen-container-single.chosen-container-active .chosen-choices,
.chosen-container-multi.chosen-container-active .chosen-single,
.chosen-container-multi.chosen-container-active .chosen-choices {
  border-color: #595959;
}

/* line 128, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container-multi.chosen-with-drop:not(.chosen-drop-up) .chosen-choices {
  border-bottom: none;
}

/* line 133, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.multiselect-action_wrap {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 10px;
}

/* line 138, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.multiselect-action_wrap .multiselect-action {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding-right: 13px;
  border-right: 1px solid #ccc;
}

/* line 144, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.multiselect-action_wrap .multiselect-action:last-of-type {
  padding-right: 0;
  border-right: none;
}

/* line 152, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.time select {
  min-width: 75px;
}

/* line 157, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.select-no_search .chosen-container .chosen-results {
  padding-top: 5px;
}

/* line 161, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.select-no_search .chosen-search {
  position: absolute;
  left: -9999px;
}

/* line 170, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.table-filter-area .chosen-container {
  font-size: 12px;
}

/* line 174, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.table-filter-area select {
  min-width: 200px;
}

/* line 178, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.table-filter-area .chosen-container-single .chosen-single {
  padding: 0px 15px;
}

/* line 181, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.table-filter-area .chosen-container-single .chosen-single div b {
  margin-top: 1px;
}

/* line 188, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.chosen-container .chosen-drop {
  border-color: #595959;
}

/* line 194, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container {
  width: 700px;
}

/* line 197, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

/* line 208, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-selectable,
.ms-container .ms-selection {
  float: left;
  width: 50%;
  height: 250px;
  padding-right: 15px;
  background: #efefef;
  color: #1e1e1e;
}

/* line 218, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selectable li.ms-elem-selection,
.ms-container .ms-selection li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px #f7f7f7 solid;
  border-right: 1px #f7f7f7 solid;
  color: #595959;
  font-size: 13px;
}

/* line 227, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-selectable li.ms-elem-selectable:after, .ms-container .ms-selectable li.ms-elem-selection:after,
.ms-container .ms-selection li.ms-elem-selectable:after,
.ms-container .ms-selection li.ms-elem-selection:after {
  position: absolute;
  right: 15px;
  top: 9px;
  color: var(--highlight-color);
}

/* line 236, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-selectable li.ms-elem-selectable:after,
.ms-container .ms-selection li.ms-elem-selectable:after {
  content: "Add";
}

/* line 241, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #f7f7f7;
}

/* line 247, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  color: #f7f7f7;
  cursor: text;
}

/* line 253, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-selectable .custom-header,
.ms-container .ms-selection .custom-header {
  padding: 10px 15px;
  margin-right: -15px;
  color: #1e1e1e;
  background: #dfdfdf;
  font-size: 14px;
}

/* line 264, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-selectable li.ms-elem-selectable {
  padding-right: 45px;
}

/* line 270, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-selection {
  float: right;
}

/* line 274, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-selection li.ms-elem-selection {
  padding-right: 30px;
  padding-left: 35px;
}

/* line 278, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-selection li.ms-elem-selection:before, .ms-container .ms-selection li.ms-elem-selection:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 283, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-selection li.ms-elem-selection:after {
  content: "\e60f";
  color: #999;
}

/* line 288, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-selection li.ms-elem-selection:before {
  content: "\e612";
  padding-right: 5px;
  margin-left: -19px;
  color: var(--highlight-color);
}

/* line 296, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-selection li .custom-header {
  background: #999;
}

/* line 302, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-list {
  position: relative;
  height: 100%;
  height: calc(100% - 34px);
  background: #fff;
  overflow-y: auto;
}

/* line 309, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-list.ms-focus {
  outline: 0;
  border-bottom: 4px solid #595959;
}

/* line 315, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_select.scss */
.ms-container .ms-optgroup-container {
  width: 100%;
}

/* line 4, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.input.date select {
  min-width: 50px;
}

/* line 10, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.input.date select:nth-of-type(1),
.input.date select .ie-select-1 {
  width: 100px;
}

/* line 10, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.input.date select:nth-of-type(2),
.input.date select .ie-select-2 {
  width: 200px;
}

/* line 10, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.input.date select:nth-of-type(3),
.input.date select .ie-select-3 {
  width: 75px;
}

/* line 17, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.input.date .chosen-container {
  margin-right: 10px;
}

/* line 22, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.daterangepicker-seperator {
  margin: 0 15px;
}

/* line 28, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0 0 10px 0 #ccc;
}

/* line 36, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker a {
  text-decoration: none;
}

/* line 40, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

/* line 45, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker thead {
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFFFFFFF', GradientType=0);
  background-color: #f7f7f7;
  border-bottom: 1px solid #ccc;
}

/* line 51, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #595959;
  text-align: center;
  background: none;
  font-weight: normal;
}

/* line 62, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #ccc;
}

/* line 66, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

/* line 71, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker tbody tr {
  border-bottom: 1px solid #ccc;
}

/* line 74, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

/* line 81, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #595959;
}

/* line 95, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker-header {
  background: #1e1e1e;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc;
  box-shadow: 0 1px 1px 0 #ccc;
}

/* line 107, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker-title {
  text-align: center;
}

/* line 111, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
}

/* line 120, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
  display: none;
}

/* line 125, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker-prev {
  float: left;
}

/* line 128, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker-prev:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e611";
}

/* line 134, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker-next {
  float: right;
}

/* line 137, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker-next:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e610";
}

/* line 143, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker-calendar .ui-state-default {
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFE5E5E5', GradientType=0);
  background-color: #efefef;
  box-shadow: 1px 1px 0 0 #ccc;
}

/* line 150, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker-calendar .ui-state-hover {
  color: var(--highlight-color);
}

/* line 154, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker-calendar .ui-state-active {
  background: var(--highlight-color);
  color: #fff;
  position: relative;
}

/* line 162, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

/* line 169, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

/* line 178, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

/* line 186, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.ui-datepicker-unselectable .ui-state-default {
  background: #f7f7f7;
  color: #ccc;
}

/* line 191, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.datepicker {
  position: relative;
  width: 240px;
}

/* line 195, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.datepicker input[type=text] {
  padding-right: 40px;
  width: 100%;
}

/* line 200, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.datepicker label:before, .datepicker .addedit-form h3:before, .addedit-form .datepicker h3:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e613";
  position: absolute;
  right: 5px;
  bottom: 0;
  padding: 12px;
  font-size: 19px;
  color: #999;
}

/* line 212, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.datepicker.table-filter-group {
  width: 130px;
}

/* line 215, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.datepicker.table-filter-group input[type=text] {
  border-radius: 0;
}

/* line 219, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.datepicker.table-filter-group label:before, .datepicker.table-filter-group .addedit-form h3:before, .addedit-form .datepicker.table-filter-group h3:before {
  right: -5px;
  bottom: -6px;
  font-size: 15px;
}

/* line 230, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker {
  font-family: inherit;
}

/* line 234, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper {
  box-shadow: 0 0 10px 0 #ccc;
  background: #ccc;
  font-family: inherit;
  padding: 0;
  width: 380px;
  border: 0;
  margin-top: 5px;
}

/* line 244, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 0;
}

/* line 248, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper th {
  background: none;
  color: inherit;
}

/* line 253, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .month-wrapper {
  background-color: #ccc;
  border: 0;
  padding: 0;
}

/* line 258, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .month-wrapper table {
  table-layout: fixed;
  font-weight: bold;
}

/* line 262, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .month-wrapper table .caption {
  background: #1e1e1e;
  color: #fff;
  height: 30px;
  font-weight: bold;
}

/* line 268, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .month-wrapper table .caption .prev,
.date-picker-wrapper .month-wrapper table .caption .next {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1e1e1e;
}

/* line 273, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .month-wrapper table .caption .prev:hover,
.date-picker-wrapper .month-wrapper table .caption .next:hover {
  background: none;
}

/* line 276, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .month-wrapper table .caption .prev:hover:before,
.date-picker-wrapper .month-wrapper table .caption .next:hover:before {
  color: #595959;
}

/* line 283, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .month-wrapper table .caption .next:before {
  content: "\e610";
  color: #fff;
}

/* line 290, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .month-wrapper table .caption .prev:before {
  content: "\e611";
  color: #fff;
}

/* line 297, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .month-wrapper table .week-name {
  background: #fff;
  border-bottom: 1px solid #ccc;
  color: #1e1e1e;
  line-height: 1;
  font-weight: 400;
}

/* line 304, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .month-wrapper table .week-name th {
  font-size: 6pt;
  text-transform: uppercase;
  color: #595959;
}

/* line 311, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .month-wrapper table .day {
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFE5E5E5', GradientType=0);
  height: 30px;
  padding: 6px;
  border-right: 1px solid #ccc;
}

/* line 317, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .month-wrapper table .day.lastMonth, .date-picker-wrapper .month-wrapper table .day.nextMonth {
  background: #fff;
  color: #ccc;
}

/* line 323, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .month-wrapper table .day.checked, .date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked {
  background: var(--highlight-color);
  color: #fff;
}

/* line 329, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .month-wrapper table .day.real-today.checked {
  background: var(--highlight-color);
}

/* line 335, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #ccc;
}

/* line 343, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .drp_top-bar {
  display: none;
}

/* line 347, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_date.scss */
.date-picker-wrapper .gap {
  display: none !important;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_colorpicker.scss */
.input.string .color-picker {
  width: 180px;
}

/* line 5, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_colorpicker.scss */
div.cp-color-picker {
  border: 1px solid #999;
  padding: 10px 10px 0;
  background: #efefef;
  overflow: visible;
  border-radius: 3px;
}

/* line 12, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_colorpicker.scss */
div.cp-color-picker .cp-alpha {
  margin: 10px 0;
  height: 6px;
  border-radius: 6px;
  overflow: visible;
  border: 1px solid #999;
  box-sizing: border-box;
  background: linear-gradient(to right, #efefef 0%, rgba(239, 239, 239, 0) 100%);
}

/* line 22, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_colorpicker.scss */
div.cp-color-picker .cp-xy-slider {
  border: 1px solid #999;
  margin-bottom: 10px;
}

/* line 26, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_colorpicker.scss */
div.cp-color-picker .cp-xy-slider:active {
  cursor: none;
}

/* line 31, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_colorpicker.scss */
div.cp-color-picker .cp-xy-cursor {
  width: 12px;
  height: 12px;
  margin: -6px;
}

/* line 37, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_colorpicker.scss */
div.cp-color-picker .cp-z-slider {
  margin-left: 10px;
  border: 1px solid #999;
}

/* line 42, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_colorpicker.scss */
div.cp-color-picker .cp-z-cursor {
  border-width: 5px;
  margin-top: -5px;
}

/* line 47, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_colorpicker.scss */
div.cp-color-picker .cp-alpha-cursor {
  background: #efefef;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  margin: -5px -7px;
  border: 1px solid #595959 !important;
  box-shadow: inset -2px -4px 3px #ccc;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_hints.scss */
.markdown-support {
  position: relative;
  display: inline-block;
  padding-left: 7px;
  cursor: pointer;
  color: var(--highlight-color);
}

/* line 8, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_hints.scss */
.markdown-support:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  position: absolute;
  padding-left: 7px;
  text-decoration: none;
  top: 1px;
  right: -20px;
}

/* line 19, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_hints.scss */
.hint,
.markdown-hint {
  display: none;
}

/* line 23, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_hints.scss */
.hint img,
.markdown-hint img {
  max-width: 100%;
}

/* line 28, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_hints.scss */
.youtube-hint {
  width: 530px;
  height: 300px;
  background-image: url(/assets/fae/youtube_helper-8ab777ec435bb0cce0eedcc73f35897f1cfc25c69bf36e9e9480d200a68e9513.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 37, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_hints.scss */
.markdown-hint-wrapper {
  overflow-y: scroll;
  height: 100%;
}

/* line 2, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_validation.scss */
.field_with_errors {
  position: relative;
  padding-top: 40px;
}

/* line 6, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_validation.scss */
.field_with_errors .error {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 5px;
  background: #f6cfcf;
  color: #b75553;
  font-size: 12px;
  overflow: visible;
}

/* line 16, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_validation.scss */
.field_with_errors .error:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e617";
  padding-right: 10px;
}

/* line 22, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_validation.scss */
.field_with_errors .error:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #f6cfcf transparent transparent transparent;
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
}

/* line 31, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_validation.scss */
.field_with_errors.hidden_errors {
  margin-bottom: 20px;
}

/* line 34, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_validation.scss */
.field_with_errors.hidden_errors .error:after {
  display: none;
}

/* line 41, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_validation.scss */
.input .invalid {
  border: 1px solid #b75553;
}

/* line 47, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_validation.scss */
.counter + .editor-toolbar {
  margin-top: 10px;
}

/* line 51, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_validation.scss */
.counter p {
  color: #999;
  font-style: italic;
  padding-top: 8px;
  font-size: 13px;
}

/* line 58, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_validation.scss */
.counter p span.overCount {
  color: #b75553;
}

/* line 2, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.input .editor-toolbar {
  transition: border-color 0.2s;
  opacity: 1;
  border-color: #ccc;
  border-bottom: 0;
}

/* line 8, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.input .editor-toolbar a {
  opacity: .6;
}

/* line 13, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.input .CodeMirror-wrap {
  transition: border-color 0.2s;
  border-color: #ccc;
  border-top-color: #dfdfdf;
}

/* line 19, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.input .CodeMirror-scroll {
  z-index: 0;
}

/* line 24, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.input.mde-focus .CodeMirror-wrap,
.input.mde-focus .editor-toolbar {
  border-color: #595959;
}

/* line 33, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.editor-preview h1,
.editor-preview-side h1 {
  font-size: 26px;
}

/* line 37, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.editor-preview h2,
.editor-preview-side h2 {
  font-size: 24px;
}

/* line 41, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.editor-preview h3,
.editor-preview-side h3 {
  font-size: 22px;
}

/* line 45, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.editor-preview h4,
.editor-preview-side h4 {
  font-size: 20px;
}

/* line 49, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.editor-preview h5,
.editor-preview-side h5 {
  font-size: 18px;
}

/* line 53, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.editor-preview h6,
.editor-preview-side h6 {
  font-size: 16px;
}

/* line 57, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.editor-preview h1,
.editor-preview h2,
.editor-preview h3,
.editor-preview h4,
.editor-preview h5,
.editor-preview h6,
.editor-preview-side h1,
.editor-preview-side h2,
.editor-preview-side h3,
.editor-preview-side h4,
.editor-preview-side h5,
.editor-preview-side h6 {
  font-weight: bold;
}

/* line 66, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.editor-preview h1,
.editor-preview h2,
.editor-preview h3,
.editor-preview h4,
.editor-preview h5,
.editor-preview h6,
.editor-preview p,
.editor-preview ul,
.editor-preview ol,
.editor-preview-side h1,
.editor-preview-side h2,
.editor-preview-side h3,
.editor-preview-side h4,
.editor-preview-side h5,
.editor-preview-side h6,
.editor-preview-side p,
.editor-preview-side ul,
.editor-preview-side ol {
  background: none;
  border: 0;
  color: black;
  letter-spacing: 0;
  margin: inherit;
  padding: inherit;
  text-transform: inherit;
}

/* line 84, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.editor-preview ul,
.editor-preview-side ul {
  list-style: disc;
}

/* line 88, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.editor-preview ol,
.editor-preview-side ol {
  list-style: decimal;
}

/* line 92, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.editor-preview ul,
.editor-preview ol,
.editor-preview-side ul,
.editor-preview-side ol {
  padding-left: 30px;
}

/* line 97, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_simple-mde.scss */
.editor-preview em,
.editor-preview-side em {
  font-style: italic;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.form-manager-form {
  z-index: 2;
  background: #f7f7f7;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
  margin-top: 1px;
  padding: 100px 40px 0px 30px;
}

/* line 12, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.form-manager-form .js-form-manager-submit {
  background: #3b3b3b;
  color: white;
  font-size: 13px;
}

/* line 17, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.form-manager-form .js-form-manager-submit:hover {
  background: #1e1e1e;
}

/* line 22, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.form-manager-form .helper {
  color: #999;
  font-weight: normal;
}

/* line 27, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.form-manager-form .inner-content {
  margin-top: 103px;
}

/* line 31, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.form-manager-form .field-input {
  margin-bottom: 10px;
}

/* line 35, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.form-manager-form header {
  height: 74px;
}

/* line 38, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.form-manager-form header a {
  margin-right: 5px;
  float: right;
}

/* line 44, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.form-manager-form .form-section {
  margin-bottom: 30px;
  overflow: auto;
}

/* line 49, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.form-manager-form .single-field {
  float: left;
  width: 25%;
  margin-right: 20px;
}

/* line 54, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.form-manager-form .single-field input {
  width: 100%;
}

/* line 58, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.form-manager-form .single-field .field_title {
  width: 100%;
  display: inline-block;
}

/* line 62, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.form-manager-form .single-field .field_title label, .form-manager-form .single-field .field_title .addedit-form h3, .addedit-form .form-manager-form .single-field .field_title h3 {
  float: left;
  margin-right: 10px;
}

/* line 67, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.form-manager-form .single-field .field_title input {
  width: auto;
  float: left;
}

/* line 75, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.js-form-manager-container {
  display: none;
  z-index: 4;
}

/* line 80, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/modules/forms/_form-manager.scss */
.js-launch-form-manager {
  margin-left: 10px;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_error.scss */
.error-page {
  background-image: url(/assets/fae/error_bg-4fc1b2d62c0e7c9ac269878e831cea5743f94c2e4c983c5bb7a0740997738bc3.jpg);
  padding-top: 100px;
}

/* line 5, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_error.scss */
.error-page section {
  margin: 0 auto;
  max-width: 700px;
  min-width: 235px;
  height: 330px;
  padding: 35px;
  border-top: 8px solid var(--highlight-color);
  border-radius: 4px;
  background: white;
  color: #595959;
  line-height: 1.5;
  font-size: 13px;
  box-shadow: 0 3px 8px 0 #ccc;
}

/* line 19, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_error.scss */
.error-page section p {
  margin-top: 30px;
  font-size: 16px;
}

/* line 26, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_error.scss */
.center {
  text-align: center;
}

/* line 30, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_error.scss */
.sad_face {
  background: url(/assets/fae/error_sad_face-7326ef1a7665f6ec3b9e76d877c67e198a0f6bc6903704cc5703e318fc968905.png);
  margin: 40px auto 0;
  width: 56px;
  height: 56px;
}

/* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-body {
  height: auto;
  padding: 0 20px;
}

/* line 5, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-body .alert {
  width: 100%;
}

/* line 10, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-content {
  width: 100%;
  max-width: 700px;
  padding-top: 55px;
  margin: 20px auto;
}

/* line 17, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-area {
  border-top: 10px solid var(--highlight-color);
  margin: auto;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #dfdfdf;
  background: #fff;
}

/* line 24, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-area img,
.login-area h1 {
  display: block;
  margin: 25px auto;
  text-align: center;
}

/* line 32, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-form, .first_user-form, .login-form-password {
  width: 50%;
  margin: auto;
}

/* line 36, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-form h2, .first_user-form h2, .login-form-password h2 {
  margin: 0 0 28px;
}

@media (min-width: 700px) {
  /* line 32, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
  .login-form, .first_user-form, .login-form-password {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 35px 23px;
    border-left: 1px solid #ccc;
  }
}

/* line 48, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-form input[type=text], .first_user-form input[type=text], .login-form-password input[type=text],
.login-form input[type=password],
.first_user-form input[type=password],
.login-form-password input[type=password],
.login-form input[type=email],
.first_user-form input[type=email],
.login-form-password input[type=email] {
  width: 100%;
  min-width: 100%;
}

@media (min-width: 700px) {
  /* line 56, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
  .login-logo {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    width: 50%;
  }
}

/* line 65, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-form-password {
  width: 75%;
  padding: 75px 23px;
}

@media (min-width: 700px) {
  /* line 65, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
  .login-form-password {
    width: 50%;
  }
}

/* line 75, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 20px;
}

/* line 102, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/finescss/_fine_mixins.scss */
.login-form-actions:before, .login-form-actions:after {
  content: ' ';
  display: table;
}

/* line 108, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/globals/imports/finescss/_fine_mixins.scss */
.login-form-actions:after {
  clear: both;
}

@media (min-width: 700px) {
  /* line 75, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
  .login-form-actions {
    padding: 0;
  }
}

@media (min-width: 500px) {
  /* line 75, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
  .login-form-actions {
    padding-top: 0;
  }
}

/* line 92, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-form-actions > * {
  margin-bottom: 20px;
}

/* line 96, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-form-actions > .input.boolean {
  flex-grow: 1;
}

/* line 101, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-helper {
  font-size: 13px;
  color: #999;
}

/* line 106, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-footer {
  margin-top: 10px;
}

/* line 109, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-footer .credit,
.login-footer .login-helper {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

/* line 118, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-form-password label, .login-form-password .addedit-form h3, .addedit-form .login-form-password h3 {
  margin-bottom: 10px;
}

/* line 121, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-form-password label + label, .login-form-password .addedit-form h3 + label, .addedit-form .login-form-password h3 + label, .login-form-password .addedit-form label + h3, .addedit-form .login-form-password label + h3, .login-form-password .addedit-form h3 + h3, .addedit-form .login-form-password h3 + h3 {
  margin-bottom: 15px;
}

/* line 126, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.login-form-password input[type=submit] {
  margin-right: 20px;
}

/* line 134, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.first_user-form p {
  margin-bottom: 30px;
}

/* line 138, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_login.scss */
.first_user-form input[type=submit] {
  float: none;
}

/* line 3, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_help.scss */
.help-section .content:first-child {
  padding-top: 0;
}

/* line 6, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_help.scss */
.help-section .content:first-child h2 {
  border-top: 0;
}

/* line 12, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_help.scss */
.help-section h3 {
  color: #1e1e1e;
  font-size: 20px;
  padding-top: 10px;
}

/* line 18, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_help.scss */
.help-section p {
  color: #1e1e1e;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}

/* line 25, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_help.scss */
.help-section strong {
  font-weight: bold;
}

/* line 2, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_home.scss */
.tutorial div {
  background-image: url(/assets/fae/tutorial_model_location-952f00534e953b4191a6e6cadaf87ee0c24adae83a87ae6019fb1360281d9f2c.png);
  height: 11em;
  margin-left: 2em;
  background-size: 60%;
  background-position: left;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  /* line 1, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_home.scss */
  .tutorial {
    height: 8em;
  }
}

/* line 15, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/pages/_home.scss */
.tutorial p {
  margin: 2em;
}
/* line 3, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/simplemde_override.scss */
.editor-preview h1,
.editor-preview-side h1 {
  font-size: 26px;
}

/* line 4, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/simplemde_override.scss */
.editor-preview h2,
.editor-preview-side h2 {
  font-size: 24px;
}

/* line 5, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/simplemde_override.scss */
.editor-preview h3,
.editor-preview-side h3 {
  font-size: 22px;
}

/* line 6, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/simplemde_override.scss */
.editor-preview h4,
.editor-preview-side h4 {
  font-size: 20px;
}

/* line 7, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/simplemde_override.scss */
.editor-preview h5,
.editor-preview-side h5 {
  font-size: 18px;
}

/* line 8, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/simplemde_override.scss */
.editor-preview h6,
.editor-preview-side h6 {
  font-size: 16px;
}

/* line 10, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/simplemde_override.scss */
.editor-preview h1, .editor-preview h2, .editor-preview h3, .editor-preview h4, .editor-preview h5, .editor-preview h6,
.editor-preview-side h1,
.editor-preview-side h2,
.editor-preview-side h3,
.editor-preview-side h4,
.editor-preview-side h5,
.editor-preview-side h6 {
  font-weight: bold;
}

/* line 14, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/simplemde_override.scss */
.editor-preview h1, .editor-preview h2, .editor-preview h3, .editor-preview h4, .editor-preview h5, .editor-preview h6, .editor-preview p, .editor-preview ul, .editor-preview ol,
.editor-preview-side h1,
.editor-preview-side h2,
.editor-preview-side h3,
.editor-preview-side h4,
.editor-preview-side h5,
.editor-preview-side h6,
.editor-preview-side p,
.editor-preview-side ul,
.editor-preview-side ol {
  background: none;
  border: 0;
  color: black;
  letter-spacing: 0;
  margin: inherit;
  padding: inherit;
  text-transform: inherit;
}

/* line 24, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/simplemde_override.scss */
.editor-preview ul,
.editor-preview-side ul {
  list-style: disc;
}

/* line 25, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/simplemde_override.scss */
.editor-preview ol,
.editor-preview-side ol {
  list-style: decimal;
}

/* line 27, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/simplemde_override.scss */
.editor-preview ul, .editor-preview ol,
.editor-preview-side ul,
.editor-preview-side ol {
  padding-left: 30px;
}

/* line 31, vendor/bundle/ruby/3.4.0/bundler/gems/fae-7dfcf9615392/app/assets/stylesheets/fae/simplemde_override.scss */
.editor-preview em,
.editor-preview-side em {
  font-style: italic;
}
/**







 */
