/*



 */

/* line 1, ../../../usr/local/bundle/gems/active_scaffold_sortable-3.5.0/app/assets/stylesheets/active_scaffold_sortable.css.scss */
.sortable-handle {
  cursor: move;
}

/* line 2, ../../../usr/local/bundle/gems/active_scaffold_sortable-3.5.0/app/assets/stylesheets/active_scaffold_sortable.css.scss */
.active-scaffold .sub-form table td.sortable-handle {
  display: table-cell;
  visibility: visible;
}

/* line 3, ../../../usr/local/bundle/gems/active_scaffold_sortable-3.5.0/app/assets/stylesheets/active_scaffold_sortable.css.scss */
td.sortable-handle, .active-scaffold .sub-form table td.sortable-handle {
  background: url(/assets/active_scaffold/sortable-ecaa9d2923891578e24126a92106e4ae2d37da0f5b71012e2af36cc3c88cbb29.png) no-repeat center center;
  width: 16px;
}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }
@font-face {
  font-family: "Roboto";
  src: url(/assets/roboto/thin/Roboto-Thin-d6fba64f473c0de78a2f1e16a5a665e9a0a67c31a30a8d57b5f68b7822d17d31.ttf) format("truetype"), url(/assets/roboto/thin/Roboto-Thin-e5f5add994c5221734a35e4c6d5bbe5c06adc1abe0c2a4e70df90d559afa18f9.woff) format("woff"), url(/assets/roboto/thin/Roboto-Thin-1a0e06b49393a21534ec1f708e1be8053e54ff6559661e000413c41239f10318.woff2) format("woff2");
  /* Modern Browsers */
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(/assets/roboto/light/Roboto-Light-eb584627c8451dd4ba834d0dbea4fa0c9446e11cfb553046a0d001dcbffda31b.ttf) format("truetype"), url(/assets/roboto/light/Roboto-Light-4afde802627c1986da676da055a178877378fa717f0d3c26258b654991af3dec.woff) format("woff"), url(/assets/roboto/light/Roboto-Light-ca420b8b5bd1505901751b07a738765cb20f71892de755ad8cf25524bc3e0ae2.woff2) format("woff2");
  /* Modern Browsers */
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(/assets/roboto/medium/Roboto-Medium-e8fe6ced3b343de14883a07cdfeca411a1078313fbba615af2b643ebaf16965f.ttf) format("truetype"), url(/assets/roboto/medium/Roboto-Medium-13711097d30e0b60d02231bc170c38a677c85b3bcc5c30f0e2e93500c8fa12ec.woff) format("woff"), url(/assets/roboto/medium/Roboto-Medium-6c0d3e330b8c664c3471adc99de37ba9126cd3615a8550afefc7d73aad069e6d.woff2) format("woff2");
  /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(/assets/roboto/bold/Roboto-Bold-71084df465f677d7bbd9f72431ee129e7e07cf3c58c788d350c0359f556827cc.ttf) format("truetype"), url(/assets/roboto/bold/Roboto-Bold-3e2009cd4497249874c7cb9ad5bed2350e77873841574387f944ae7672f8ab46.woff) format("woff"), url(/assets/roboto/bold/Roboto-Bold-c924dbe92c0cec29e8bed946207bfb71b0644f158f7d25369cca41575e08423e.woff2) format("woff2");
  /* Modern Browsers */
  font-weight: 700;
  font-style: normal;
}

/* Font awesome 5 Pro */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fontawesome-pro/fa-light-300-efd846673e5a37a2f5a0ecb12e3ec378f07be5be50dd7ba99a6693b9fbe98538.eot);
  src: url(/assets/fontawesome-pro/fa-light-300-efd846673e5a37a2f5a0ecb12e3ec378f07be5be50dd7ba99a6693b9fbe98538.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-pro/fa-light-300-f0598bbffdbe5fd0bb003d426cc6bf8a7979e8cb87746a525d717a0d0d1a02d8.woff2) format("woff2"), url(/assets/fontawesome-pro/fa-light-300-223408bb7117748bf83c14ae9eebbd5ad2dbf3a377d2755731c1039229879e1b.woff) format("woff"), url(/assets/fontawesome-pro/fa-light-300-63852a6eeae372a2eb9665c6e43ab219521e7db8fa39608b0ebe2d3d0918ad78.ttf) format("truetype"), url(/assets/fontawesome-pro/fa-light-300-aecd9cf1541c7cdc764b7df019e8f898d4994e578537bd7ab51bad8d6b9d76de.svg#fontawesome) format("svg");
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/material/MaterialIcons-Regular.woff2) format("woff2"), url(/material/MaterialIcons-Regular.woff) format("woff"), url(/material/MaterialIcons-Regular.ttf) format("truetype");
}

/* line 62, app/assets/stylesheets/theme/fonts.css.scss */
.fal {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300 !important;
}
@charset "UTF-8";
@media (prefers-color-scheme: dark) {
  /* line 10, app/assets/stylesheets/theme/theme.scss.erb */
  :root {
    color-scheme: light;
  }
}

/* THEME */
/* line 16, app/assets/stylesheets/theme/theme.scss.erb */
body {
  margin: 0;
  font-family: "Roboto";
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}

/* line 27, app/assets/stylesheets/theme/theme.scss.erb */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 33, app/assets/stylesheets/theme/theme.scss.erb */
a:focus {
  box-shadow: none !important;
}

/* line 35, app/assets/stylesheets/theme/theme.scss.erb */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 40, app/assets/stylesheets/theme/theme.scss.erb */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 47, app/assets/stylesheets/theme/theme.scss.erb */
ol,
ul {
  list-style: none;
}

/* line 52, app/assets/stylesheets/theme/theme.scss.erb */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 59, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-header a.btn {
  color: #007bff;
}

/* line 63, app/assets/stylesheets/theme/theme.scss.erb */
a:not(.btn):not(.as_cancel):not(.label):not(.dropdown-item):not(.alert_item):not(.as_create_another):hover,
div.hover,
td span.hover {
  /* text-decoration: underline; */
  text-decoration: none;
  background: transparent;
}

/* line 71, app/assets/stylesheets/theme/theme.scss.erb */
a.invalid:after {
  color: white;
  width: 12px;
  height: 12px;
  background-color: #ffc107;
  border-radius: 100%;
  content: "!";
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  margin-left: 5px;
  vertical-align: top;
}

/* line 86, app/assets/stylesheets/theme/theme.scss.erb */
button,
input {
  overflow: visible;
}

/* line 91, app/assets/stylesheets/theme/theme.scss.erb */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 102, app/assets/stylesheets/theme/theme.scss.erb */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 115, app/assets/stylesheets/theme/theme.scss.erb */
h1,
.h1 {
  font-size: 2.5rem;
}

/* line 120, app/assets/stylesheets/theme/theme.scss.erb */
h2,
.h2 {
  font-size: 2rem;
}

/* line 125, app/assets/stylesheets/theme/theme.scss.erb */
h3,
.h3 {
  font-size: 1.75rem;
}

/* line 130, app/assets/stylesheets/theme/theme.scss.erb */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 149, app/assets/stylesheets/theme/theme.scss.erb */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 159, app/assets/stylesheets/theme/theme.scss.erb */
h6 {
  font-size: 20px;
}

/* line 163, app/assets/stylesheets/theme/theme.scss.erb */
a > code {
  color: inherit;
}

/* line 167, app/assets/stylesheets/theme/theme.scss.erb */
code {
  color: #666;
}

/* line 171, app/assets/stylesheets/theme/theme.scss.erb */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 177, app/assets/stylesheets/theme/theme.scss.erb */
th {
  text-align: left;
}

/* line 181, app/assets/stylesheets/theme/theme.scss.erb */
td,
th {
  padding: 0;
}

/* line 186, app/assets/stylesheets/theme/theme.scss.erb */
hr {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

/* line 191, app/assets/stylesheets/theme/theme.scss.erb */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 197, app/assets/stylesheets/theme/theme.scss.erb */
.login-block #new_user #error_explanation {
  margin-bottom: 15px;
}

/* line 201, app/assets/stylesheets/theme/theme.scss.erb */
.login-block #new_user .input-group.mb-3 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

/* line 208, app/assets/stylesheets/theme/theme.scss.erb */
.max-960 {
  max-width: 960px;
  margin: auto;
}

/* line 213, app/assets/stylesheets/theme/theme.scss.erb */
span.red_text {
  color: #dc3145 !important;
}

/* line 214, app/assets/stylesheets/theme/theme.scss.erb */
span.green_text {
  color: #28a745 !important;
}

/* line 216, app/assets/stylesheets/theme/theme.scss.erb */
#scroller {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 56px;
  bottom: 0;
  width: 100%;
  padding-bottom: 80px;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* line 230, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper {
  display: flex;
  align-items: stretch;
  transition: margin 0.2s ease-in-out;
}

/* line 236, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper {
  padding: 16px;
  flex-grow: 1;
}

/* line 241, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper > h2,
#main-wrapper #content-wrapper.cached_files_controller h2 {
  margin-top: -16px;
}

/* line 246, app/assets/stylesheets/theme/theme.scss.erb */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 254, app/assets/stylesheets/theme/theme.scss.erb */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 259, app/assets/stylesheets/theme/theme.scss.erb */
.input-group-prepend {
  margin-right: -1px;
}

/* line 263, app/assets/stylesheets/theme/theme.scss.erb */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 268, app/assets/stylesheets/theme/theme.scss.erb */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
> .input-group-append:last-child
> .btn:not(:last-child):not(.dropdown-toggle),
.input-group
> .input-group-append:last-child
> .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 282, app/assets/stylesheets/theme/theme.scss.erb */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 298, app/assets/stylesheets/theme/theme.scss.erb */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 313, app/assets/stylesheets/theme/theme.scss.erb */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 322, app/assets/stylesheets/theme/theme.scss.erb */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 328, app/assets/stylesheets/theme/theme.scss.erb */
.fa,
.fas {
  font-weight: 900;
}

/* line 333, app/assets/stylesheets/theme/theme.scss.erb */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 347, app/assets/stylesheets/theme/theme.scss.erb */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 361, app/assets/stylesheets/theme/theme.scss.erb */
.fa-key:before {
  content: "\f084";
}

/* line 366, app/assets/stylesheets/theme/theme.scss.erb */
.btn, .as_create_another {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: Arial;
}

/* line 386, app/assets/stylesheets/theme/theme.scss.erb */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 390, app/assets/stylesheets/theme/theme.scss.erb */
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 398, app/assets/stylesheets/theme/theme.scss.erb */
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 406, app/assets/stylesheets/theme/theme.scss.erb */
.btn-group .left-separator:before {
  content: "";
  display: inline-block;
  height: 20px;
  background-color: #bebebe;
  width: 1px;
  left: 0px;
  top: 8px;
  position: absolute;
}

/* line 417, app/assets/stylesheets/theme/theme.scss.erb */
.btn-outline-primary {
  background-color: transparent;
  background-image: none;
}

/* line 422, app/assets/stylesheets/theme/theme.scss.erb */
.btn.custom_background:hover {
  opacity: 0.8;
}

/* line 424, app/assets/stylesheets/theme/theme.scss.erb */
.btn.custom_background {
  color: #fff;
}

/* line 428, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .actions .btn-outline-primary {
  line-height: 1;
}

/* line 432, app/assets/stylesheets/theme/theme.scss.erb */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 439, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  text-decoration: none;
}

/* line 446, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-red {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 447, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-yellow {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 448, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-green {
  color: #28a745;
  border-color: #28a745;
}

/* line 449, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-orange {
  color: #f19442;
  border-color: #f19442;
}

/* line 450, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-blue {
  color: #007bff;
  border-color: #007bff;
}

/* line 452, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.btn-outline-secondary.outline-red,
#content-wrapper .active-scaffold .btn.btn-outline-secondary.outline-yellow,
#content-wrapper .active-scaffold .btn.btn-outline-secondary.outline-green,
#content-wrapper .active-scaffold .btn.btn-outline-secondary.outline-orange,
#content-wrapper .active-scaffold .btn.btn-outline-secondary.outline-blue {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 463, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-red:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 464, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-yellow:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 465, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-green:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 466, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-orange:hover {
  color: #fff;
  background-color: #f19442;
  border-color: #f19442;
}

/* line 467, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn.outline-blue:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 469, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold a.btn.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  text-decoration: none;
}

/* line 476, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn-danger:hover {
  color: #fff;
  background-color: #c82333 !important;
  border-color: #bd2130;
  text-decoration: none;
}

/* line 483, app/assets/stylesheets/theme/theme.scss.erb */
a.hover_link {
  opacity: 0;
}

/* line 484, app/assets/stylesheets/theme/theme.scss.erb */
:hover > a.hover_link {
  opacity: 1;
}

/* line 486, app/assets/stylesheets/theme/theme.scss.erb */
a.btn.btn-link:hover {
  text-decoration: none;
}

/* line 490, app/assets/stylesheets/theme/theme.scss.erb */
.btn i:first-child {
  margin-right: 10px;
}

/* line 494, app/assets/stylesheets/theme/theme.scss.erb */
.text-center {
  text-align: center !important;
}

/* line 498, app/assets/stylesheets/theme/theme.scss.erb */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

/* line 504, app/assets/stylesheets/theme/theme.scss.erb */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 512, app/assets/stylesheets/theme/theme.scss.erb */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 521, app/assets/stylesheets/theme/theme.scss.erb */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 527, app/assets/stylesheets/theme/theme.scss.erb */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 533, app/assets/stylesheets/theme/theme.scss.erb */
.alert > :last-child {
  margin-bottom: 0;
}

/* line 537, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .mark_all_alerts_as_readed-filter_btn.filter-btn.nav.navbar-nav.btn-group {
  float: left;
}

/* line 541, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .mark_all_alerts_as_readed-filter_btn.filter-btn.nav.navbar-nav.btn-group a {
  border: none;
}

/* line 545, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .mark_all_alerts_as_readed-filter_btn.filter-btn.nav.navbar-nav.btn-group a:hover {
  background: transparent;
}

/* line 549, app/assets/stylesheets/theme/theme.scss.erb */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 0.5rem 1rem;
}

/* line 559, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar {
  position: fixed;
  z-index: 9910;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  flex-wrap: nowrap;
}

/* line 569, app/assets/stylesheets/theme/theme.scss.erb */
.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* line 574, app/assets/stylesheets/theme/theme.scss.erb */
.text-white {
  color: #fff !important;
}

/* line 578, app/assets/stylesheets/theme/theme.scss.erb */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 588, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .app-name {
  margin-right: 8px;
  min-width: 240px;
  display: flex;
  flex-wrap: wrap;
  z-index: 1000;
}

/* line 596, app/assets/stylesheets/theme/theme.scss.erb */
a.current-app {
  display: flex;
  align-items: center;
}

/* line 601, app/assets/stylesheets/theme/theme.scss.erb */
a.current-app:not(.btn):not(.as_cancel):not(.label):hover:not(.dropdown-item) {
  text-decoration: none !important;
}

/* line 605, app/assets/stylesheets/theme/theme.scss.erb */
a.current-app:not(.btn):not(.as_cancel):not(.label):hover:not(.dropdown-item) span {
  opacity: 0.6;
}

/* line 609, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .app-name #app-logo {
  margin-right: 10px;
}

/* line 613, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .app-name #app-logo,
#header.navbar .app-name #app-logo svg,
#header.navbar .app-name #app-logo img {
  width: 25px;
  height: auto;
  display: inline-flex;
}

/* line 621, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .app-name .app_version {
  font-size: 10px;
  width: 100%;
  opacity: 0.6;
  margin-left: 46px;
  height: 5px;
  margin-top: -8px;
  color: #fff !important;
}

/* line 631, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar {
  position: fixed;
  overflow: auto;
  width: 256px;
  height: 100%;
  font-size: 0.825em;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 100px;
}

/* line 641, app/assets/stylesheets/theme/theme.scss.erb */
div#sidebar {
  transition: transform 0.2s ease-in-out;
}

/* line 645, app/assets/stylesheets/theme/theme.scss.erb */
.text-dark {
  color: #343a40 !important;
}

/* line 649, app/assets/stylesheets/theme/theme.scss.erb */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 653, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar + #content-wrapper {
  padding-left: 272px;
}

/* line 657, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar ul {
  list-style: none;
  padding: 0;
}

/* line 662, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar li a:hover {
  background-color: rgba(0, 0, 0, 0.035);
  text-decoration: none;
}

/* line 667, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar > ul > li:first-child > a {
  padding-top: 16px;
}

/* line 671, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar li a {
  display: flex;
  font-weight: 500;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #444;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

/* line 682, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold th a,
#content-wrapper .active-scaffold th p,
#content-wrapper .active-scaffold #content-wrapper .show-view th,
#content-wrapper .active-scaffold-header h2,
#content-wrapper .active-scaffold tr.record td {
  font-family: "Roboto";
}

/* line 690, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .input_group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-inline: 20px;
}

/* line 699, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .input_group #general_search {
  flex-grow: 1;
  width: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none !important;
}

/* line 707, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .input_group #general_search::-moz-placeholder {
  color: lightgray;
}
#header.navbar .input_group #general_search::placeholder {
  color: lightgray;
}

/* line 711, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .input_group #general_search:focus {
  border-color: white;
}

/* line 715, app/assets/stylesheets/theme/theme.scss.erb */
#header a.custom_header_new_button:hover {
  background: rgba(0, 0, 0, 0.2);
  color: white;
}

/* line 720, app/assets/stylesheets/theme/theme.scss.erb */
span.general_search_icon.fal.fa-search {
  position: absolute;
  color: #666;
  right: 15px;
  top: 12px;
}

/* line 727, app/assets/stylesheets/theme/theme.scss.erb */
td.inline-adapter-cell .show_search-view .as_cancel {
  margin-top: 0 !important;
}

/* line 731, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar li.active a span {
  font-weight: bold;
}

/* line 735, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle {
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  bottom: 16px;
  left: 16px;
  width: 42px;
  padding: 8px;
  background: #fff;
  border-radius: 999px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  text-align: center;
}

/* line 751, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle {
  color: black;
  text-decoration: none;
}

/* line 756, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle .icon.open {
  display: inline;
}

/* line 760, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle .icon.closed {
  display: none;
}

/* line 764, app/assets/stylesheets/theme/theme.scss.erb */
html.sidebar-hidden #main-wrapper {
  margin-left: -256px;
}

/* line 768, app/assets/stylesheets/theme/theme.scss.erb */
html.sidebar-hidden #sidebar-toggle .icon.open {
  display: inline;
}

/* line 772, app/assets/stylesheets/theme/theme.scss.erb */
html.sidebar-hidden #sidebar-toggle .icon.closed {
  display: none;
}

/* line 776, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5 > a.as-js-button.visibility-toggle {
  display: inline-block !important;
  float: right;
  width: 100%;
  position: absolute;
  left: 0;
  height: 27px;
}

/* line 785, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5 > a.as-js-button.visibility-toggle span.hide-section-icon {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* line 791, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5 {
  position: relative;
}

/* line 795, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5:hover, .collapse_task_block_icon:hover {
  background: #f2f6fb4f;
}

/* line 799, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5:hover, .sub-section > h5:hover .hide-section-icon, .collapse_task_block_icon:hover {
  color: #960A25 !important;
}

/* line 801, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .sub-section .active-scaffold-header .actions {
  width: auto;
}

/* line 805, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5:hover, .sub-section > h5:hover .hide-section-icon {
  color: #d20e11 !important;
}

/* line 810, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section > h5 {
  margin-bottom: 0;
}

/* line 812, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form .associated-record, li.sub-section > ol.form {
  display: flex;
  flex-wrap: wrap;
  border-left: 6px solid #ececec;
  /*padding-top: 10px;*/
}

/* line 819, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .header_progress_bar {
  width: 150px;
  display: inline-block;
  border-radius: 10px;
}

/* line 825, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label .header_progress_bar .progress {
  background-color: #ffffff;
}

/* line 827, app/assets/stylesheets/theme/theme.scss.erb */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 836, app/assets/stylesheets/theme/theme.scss.erb */
span.progress.subtitle_progress {
  background-color: #fff;
  position: relative;
  min-width: 150px;
  display: inline-flex;
  border-radius: 4px;
  margin-left: 10px;
}

/* line 845, app/assets/stylesheets/theme/theme.scss.erb */
span.progress.subtitle_progress .progress-bar {
  height: 25px;
  position: absolute;
  left: 0;
  display: inline-block;
  z-index: 1000;
}

/* line 853, app/assets/stylesheets/theme/theme.scss.erb */
span.progress.subtitle_progress .progress-label {
  z-index: 1001;
  color: #fff;
  margin-left: 5px;
  font-weight: 400;
}

/* line 860, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable + .sub-form-record {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s max-height ease-out;
  margin-left: 100px;
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  background: #f2f6fb;
}

/* line 869, app/assets/stylesheets/theme/theme.scss.erb */
.color_icon_tag_block,
.content_icons_block {
  display: inline-flex;
  align-items: baseline;
}

/* line 875, app/assets/stylesheets/theme/theme.scss.erb */
.label-column_heading a.show_featured {
  position: relative;
  left: 3px;
  bottom: 1px;
}

/* line 881, app/assets/stylesheets/theme/theme.scss.erb */
.color_icon_tag_block span.flex-spacer {
  margin-inline: 3px;
}

/*CUSTOM FIELD*/
/* line 887, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element_actions a.mini_button.delete_model_link {
  position: relative;
  bottom: 2px;
}

/* line 892, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* line 899, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container ol.form li.form-element.half_width.ccf_element {
  width: 49% !important;
  float: left;
  margin-right: 10px;
}

/* line 905, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .open_in_overlay_div {
  transform: scale(0.9);
  position: relative;
  top: 2px;
}

/* line 911, app/assets/stylesheets/theme/theme.scss.erb */
.content-width.parent_custom_fields_custom_form > form > ol.form label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.98rem;
  font-weight: 400;
  text-align: right;
  margin-left: 0;
  width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
}

/* line 926, app/assets/stylesheets/theme/theme.scss.erb */
#add_new_customer_custom_field {
  line-height: 1;
  padding-block: 5px !important;
}

/* line 931, app/assets/stylesheets/theme/theme.scss.erb */
.content-width.parent_custom_fields_custom_form > form > ol.form dl {
  align-items: baseline;
}

/* line 935, app/assets/stylesheets/theme/theme.scss.erb */
.content-width.parent_custom_fields_custom_form > form > ol.form dd {
  width: 100%;
}

/* line 939, app/assets/stylesheets/theme/theme.scss.erb */
span.ccf_group_title {
  font-weight: 600;
  border-bottom: 1px solid #e7e7e7;
  margin-block: 10px;
  font-size: 18px;
  width: 100%;
  display: block;
  float: left;
}

/* line 949, app/assets/stylesheets/theme/theme.scss.erb */
.parent_custom_fields_group span.ccf_group_title {
  padding-left: 10px;
}

/* line 953, app/assets/stylesheets/theme/theme.scss.erb */
.content-width.parent_custom_fields_custom_form > form > ol.form {
  padding: 10px 30px !important;
  min-height: 450px;
}

/* line 958, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-form.horizontal-sub-form.parent_custom_fields-sub-form {
  padding-left: 0;
}

/* line 962, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element dl {
  width: 95%;
}

/* line 966, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element dt {
  flex-basis: 150px;
  min-width: 150px;
  text-align: right;
}

/* line 972, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element dt label {
  width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
}

/* line 980, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element dd {
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  z-index: 100;
}

/* line 989, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element dd span {
  box-sizing: border-box;
  background: #fafafa;
  padding: 0px 5px;
  color: #5c5c5c;
  display: block;
}

/* line 997, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element {
  width: 49%;
  margin-bottom: 5px;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}

/* line 1005, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element .ccf_element_actions {
  display: none;
  float: right;
  background-color: #fafafa;
  height: 24px;
  position: relative;
  right: 26px;
  z-index: 100;
}

/* line 1015, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section ol.form .parent_custom_fields-sub-form .ccf_element:hover .ccf_element_actions {
  display: flex;
}

/* line 1020, app/assets/stylesheets/theme/theme.scss.erb */
ol.association-record ol.form.custom_field_as_block {
  width: 100%;
}

/* line 1024, app/assets/stylesheets/theme/theme.scss.erb */
ol.form.custom_field_as_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 1030, app/assets/stylesheets/theme/theme.scss.erb */
ol.form.custom_field_as_block .form-element {
  width: 50%;
}

/* line 1034, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold > .view > div > ol.form > li.sub-section:not(.data_info_a_group) > ol.custom_field_as_block, #content-wrapper .active-scaffold .view ol.form li.sub-section:not(.data_info_a_group) > ol.custom_field_as_block {
  padding-block: 10px;
  margin-bottom: 20px;
  background-color: #0056b30d;
}

/* line 1040, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold > .view > div > ol.form > li.sub-section:not(.data_info_a_group) > ol.custom_field_as_block > li.form-element > dl > dd,
#content-wrapper .active-scaffold .view ol.form li.sub-section:not(.data_info_a_group) > ol.custom_field_as_block > li.form-element > dl > dd {
  margin-right: 20px;
}

/* LABEL LIST VIEW */
/* line 1047, app/assets/stylesheets/theme/theme.scss.erb */
#label_list_view_block .label_list_view_record {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* line 1053, app/assets/stylesheets/theme/theme.scss.erb */
#label_list_view_block .label_list_view_record .left_border.general_label {
  width: 98%;
  margin-block: 2px;
  padding: 2px 5px;
}

/* line 1059, app/assets/stylesheets/theme/theme.scss.erb */
#label_list_view_block .label_list_view_record span.general_label_icon.general_label_model_icon {
  margin-left: 5px;
  font-size: 15px;
  color: #5f6368;
}

/* line 1065, app/assets/stylesheets/theme/theme.scss.erb */
#label_list_view_block .label_list_view_record .filter_dropdown.action_group, #label_list_view_block .label_list_view_record .hover_list_action.action_group {
  margin: 0;
  text-align: center;
  padding-block: 6px;
}

@media screen and (max-width: 1200px) {
  /* line 1046, app/assets/stylesheets/theme/theme.scss.erb */
  #label_list_view_block {
    padding-inline: 15px;
  }
}

/* FEATURED MODEL */
/* line 1079, app/assets/stylesheets/theme/theme.scss.erb */
a.toggle_featured_model {
  margin-right: 0 !important;
  text-align: center;
}

/* line 1084, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label .color_icon_tag_block i:before {
  font-size: 22px;
}

/* line 1088, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label .color_icon_tag_block i.fa-star:before {
  position: relative;
  bottom: 3px;
}

/* line 1093, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > h5 {
  display: none;
}

/* line 1097, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form {
  border-left-color: transparent;
}

/* line 1101, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .messages-container .message {
  max-width: auto;
  margin: 0 auto;
}

/* line 1106, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper.show_action .messages-container .message {
  max-width: 1200px;
}

/* line 1110, app/assets/stylesheets/theme/theme.scss.erb */
.warn-message.message {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 13px 20px;
}

/* line 1117, app/assets/stylesheets/theme/theme.scss.erb */
.messages-container .message {
  position: relative;
}

/* line 1119, app/assets/stylesheets/theme/theme.scss.erb */
.messages-container .info-message:after {
  content: "×";
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: 0.5;
  font-size: 20px;
  font-weight: bold;
}

/* line 1130, app/assets/stylesheets/theme/theme.scss.erb */
.messages-container .info-message:hover:after {
  opacity: 1;
}

/* line 1134, app/assets/stylesheets/theme/theme.scss.erb */
.messages-container .info-message {
  cursor: pointer;
}

/*MODIFICADAS DE ACTIVE-SCAFFOLD*/
/* line 1140, app/assets/stylesheets/theme/theme.scss.erb */
.as_content table.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}

/* line 1149, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table > tbody > tr > td,
#content-wrapper .active-scaffold table > tbody > tr > th,
#content-wrapper .active-scaffold table > tfoot > tr > td,
#content-wrapper .active-scaffold table > tfoot > tr > th,
#content-wrapper .active-scaffold table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 1161, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table > caption + thead > tr:first-child > td,
#content-wrapper .active-scaffold table > caption + thead > tr:first-child > th,
#content-wrapper
.active-scaffold
table
> colgroup
+ thead
> tr:first-child
> td,
#content-wrapper
.active-scaffold
table
> colgroup
+ thead
> tr:first-child
> th,
#content-wrapper
.active-scaffold
table
> thead:first-child
> tr:first-child
> td,
#content-wrapper
.active-scaffold
table
> thead:first-child
> tr:first-child
> th {
  border-top: 0;
}

/* line 1192, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table tr th,
#content-wrapper .active-scaffold table tr td {
  border-color: #e9e9e9;
  padding: 12px 15px;
  vertical-align: middle;
}

/* line 1199, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 1204, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table > tbody > tr > td,
#content-wrapper .active-scaffold table > tbody > tr > th,
#content-wrapper .active-scaffold table > tfoot > tr > td,
#content-wrapper .active-scaffold table > tfoot > tr > th,
#content-wrapper .active-scaffold table > thead > tr > td,
#content-wrapper .active-scaffold table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 1216, app/assets/stylesheets/theme/theme.scss.erb */
.flex-spacer {
  flex-grow: 1;
}

/* line 1220, app/assets/stylesheets/theme/theme.scss.erb */
ul.plain {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 1226, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.numeric {
  white-space: nowrap;
}

/* line 1228, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table tbody tr.as_adapter {
  padding: 5px 10px;
}

/* line 1230, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.actions tr {
  background-color: transparent;
}

/* line 1234, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold th,
#content-wrapper .active-scaffold th a,
#content-wrapper .active-scaffold th p {
  background-color: transparent;
  color: #333;
  font-size: 13px;
}

/* line 1242, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold th a:hover {
  opacity: 0.7;
}

/* line 1246, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tbody.records td.empty {
  text-align: left;
}

/* line 1250, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table > tbody.before-header > tr > td {
  padding: inherit;
  line-height: inherit;
  vertical-align: inherit;
  border-top: inherit;
  border-color: inherit;
}

/* line 1258, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td {
  padding: 11px 15px;
  vertical-align: top;
  font-size: 0.98rem;
  border: none;
  color: #212529;
}

/* line 1266, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record th {
  font-size: 0.98rem;
}

/* line 1270, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.actions {
  width: 50px;
  padding-left: 0 !important;
}

/* line 1275, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record {
  background-color: white;
}

/* line 1279, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td,
#content-wrapper .active-scaffold .show-view td {
  padding: 15px;
}

/* line 1284, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.hidden,
#content-wrapper .active-scaffold .show-view td.hidden {
  padding: 0;
  margin: 0;
}

/* line 1290, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td {
  padding-inline: 15px !important;
  padding-block: 0px !important;
  vertical-align: middle;
}

/* line 1296, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .view {
  background-color: transparent;
  border: none;
}

/* line 1301, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold form {
  max-width: 1200px;
}

/* line 1305, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold h4,
#content-wrapper .active-scaffold h5 {
  color: black;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.5rem;
}

/* line 1313, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .field_with_errors {
  width: 100%;
}

/* line 1315, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold input.text-input,
#content-wrapper .active-scaffold select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-width: 250px;
}

/* line 1331, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form input.text-input,
#content-wrapper .active-scaffold .horizontal-sub-form select {
  min-width: 0;
}

/* line 1336, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold input.text-input, #content-wrapper .active-scaffold select {
  height: 24px;
  line-height: 1;
  font-weight: 300;
  color: #666;
  padding: 0 5px;
}

/* line 1344, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.98rem;
  font-weight: 400;
  text-align: right;
  margin-left: 0;
}

/* line 1354, app/assets/stylesheets/theme/theme.scss.erb */
.update-view li.form-element,
.create-view li.form-element {
  margin-bottom: 6px;
}

/* line 1359, app/assets/stylesheets/theme/theme.scss.erb */
.update-view li.form-element.textarea,
.create-view li.form-element.textarea {
  height: auto !important;
}

/*
.create-view li.form-element.textarea.full_width,
.update-view li.form-element.textarea.full_width{
    margin-top: 12px;
}
*/
/* line 1370, app/assets/stylesheets/theme/theme.scss.erb */
.hide_in_high_res {
  display: none !important;
}

/* line 1374, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.row_radio_options dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 1380, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.row_radio_options dl dd label {
  margin-inline: 10px;
}

/* line 1384, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.row_radio_options dl dd label:first-child {
  margin-left: 0;
}

/* line 1388, app/assets/stylesheets/theme/theme.scss.erb */
dl.hide_label > dt {
  display: none;
}

/* line 1392, app/assets/stylesheets/theme/theme.scss.erb */
.column_subform .view_show_columns {
  display: flex;
  flex-direction: column;
}

/* line 1397, app/assets/stylesheets/theme/theme.scss.erb */
.show-view li.form-element {
  padding: 0 5px !important;
  margin-bottom: 5px;
}

/* line 1402, app/assets/stylesheets/theme/theme.scss.erb */
.update-view dl dt,
.create-view dl dt {
  flex-basis: 150px;
  line-height: 1.2;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  margin-right: 24px;
}

/* line 1412, app/assets/stylesheets/theme/theme.scss.erb */
.update-view .form .form-element dl,
.update-view .sub-section .form-element dl,
.create-view .form .form-element dl,
.create-view .sub-section .form-element dl,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
  align-items: baseline;
}

/* line 1420, app/assets/stylesheets/theme/theme.scss.erb */
.update-view .sub-section li.form-element.checkbox > dl,
.create-view .sub-section li.form-element.checkbox > dl {
  align-items: center;
}

/* line 1425, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.vertical-sub-form .footer-wrapper {
  max-width: 1075px;
}

/* line 1426, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.vertical-sub-form .footer-wrapper .footer {
  text-align: left;
}

/* line 1427, app/assets/stylesheets/theme/theme.scss.erb */
.vertical-sub-form .sub-form-record {
  clear: both;
  position: relative;
}

/* line 1432, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-form {
  padding-left: 20px;
}

/* line 1436, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-form.vertical-sub-form {
  width: 100%;
  display: flex;
  position: relative;
}

/* line 1442, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-form.vertical-sub-form .sub-form-record li.form-element dd {
  margin-right: 20px;
}

/* line 1445, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.vertical-sub-form .sub-form-record li.actions {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1447, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .sub-form.vertical-sub-form .footer-wrapper {
  max-width: 800px;
}

/* line 1449, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.sub-form.horizontal-sub-form .form-element dl {
  align-items: baseline;
}

/* line 1453, app/assets/stylesheets/theme/theme.scss.erb */
.update-view dl dt,
.create-view dl dt {
  line-height: 1;
}

/* line 1458, app/assets/stylesheets/theme/theme.scss.erb */
ol.form,
.sub-form ol {
  list-style: none;
  padding: 0;
}

/* line 1464, app/assets/stylesheets/theme/theme.scss.erb */
.form-element dt,
.sub-section .sub-form td:first-child,
.sub-section.sub-form td:first-child,
.sub-section .sub-form > h5,
.sub-section .sub-form .level-sub-form > h5,
.sub-section .sub-form .relation_box > h5,
.sub-form.horizontal-sub-form dt {
  display: inline-block;
  margin-bottom: 0;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
  margin-right: 24px;
  font-weight: 300;
  color: #212529;
}

/* line 1482, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5,
.sub-form.horizontal-sub-form.comments-sub-form h5,
.sub-form.horizontal-sub-form.logs-sub-form h5 {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
  margin-top: 60px;
  font-size: 1.5rem;
}

/* line 1491, app/assets/stylesheets/theme/theme.scss.erb */
.text-secondary {
  color: #6c757d !important;
}

/* line 1495, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element dd,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dd {
  float: left;
  /* max-width: 800px; */
  margin-right: 20px;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  z-index: 100;
}

/* line 1507, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view li.form-element dd span,
#content-wrapper .active-scaffold .show-view .view_show_columns dl:not(.column_subform) dd > span {
  box-sizing: border-box;
  background: #fdfdfd;
  padding: 0px 5px;
  color: #5c5c5c;
  display: block;
}

/* line 1516, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view li.form-element.dragonfly dd > span {
  background: transparent;
}

/* line 1520, app/assets/stylesheets/theme/theme.scss.erb */
.form-element dd .loading-indicator {
  display: none;
}

/* line 1524, app/assets/stylesheets/theme/theme.scss.erb */
.form-actions .loading_overlay_icon {
  width: 10px;
  height: 10px;
  position: relative;
  right: 50px;
  bottom: 10px;
}

/* line 1532, app/assets/stylesheets/theme/theme.scss.erb */
.form-actions {
  display: flex;
  flex-direction: row;
  justify-content: right;
}

/* line 1538, app/assets/stylesheets/theme/theme.scss.erb */
.form-actions > * {
  margin-right: 5px;
}

/* line 1542, app/assets/stylesheets/theme/theme.scss.erb */
.as_cancel_button {
  float: left;
}

/* line 1546, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.hidden {
  display: none;
}

/* line 1550, app/assets/stylesheets/theme/theme.scss.erb */
.mce-wordcount {
  display: none;
}

/* line 1554, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper p.form-footer .submit,
#content-wrapper p.form-footer .as_cancel,
.submit,
.as_cancel.reset {
  display: inline-block;
  font-weight: 400 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 10px !important;
}

/* line 1577, app/assets/stylesheets/theme/theme.scss.erb */
.form-element input,
.form-element textarea,
.form-element select,
.sub-form-record input,
.sub-form-record textarea,
.sub-form-record select {
  width: 100%;
  position: relative;
  display: block;
  /*padding: 0.375rem 0.75rem;*/
  padding: 0 5px;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 300;
}

/* line 1599, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .submit, .quick_calendar_event .submit {
  cursor: pointer;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 1606, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box .files-sub-form a.as_create_another:not(.btn):not(.as_cancel):not(.label):not(.dropdown-item):hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  text-decoration: none;
}

/* line 1613, app/assets/stylesheets/theme/theme.scss.erb */
#sending_parent_file_list {
  text-align: left;
  padding-left: 10px;
  margin-bottom: 50px;
}

/* line 1619, app/assets/stylesheets/theme/theme.scss.erb */
#sending_parent_file_list p {
  border-bottom: 1px solid lightgray;
  font-weight: bold;
}

/* line 1624, app/assets/stylesheets/theme/theme.scss.erb */
#sending_parent_file_list > ul {
  max-height: 200px;
  overflow-y: scroll;
}

/* line 1629, app/assets/stylesheets/theme/theme.scss.erb */
#sending_parent_file_list li dl {
  width: 100%;
  display: contents;
}

/* line 1634, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sendings-sub-form {
  margin-left: 0;
}

/* line 1638, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .submit:hover, .quick_calendar_event .submit:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 1644, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold a.as_cancel, #content-wrapper .quick_calendar_event p.form-footer .as_cancel {
  cursor: pointer;
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 1652, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold a.as_cancel:hover, #content-wrapper .quick_calendar_event p.form-footer .as_cancel:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  text-decoration: none;
}

/* line 1659, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .errorExplanation h2 {
  font-weight: bolder;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  font-size: 0.98rem;
}

/* line 1667, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .errorExplanation p {
  font-size: 90%;
}

/* line 1671, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .errorExplanation li {
  font-size: 90%;
}

/* line 1675, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .errorExplanation {
  margin-bottom: 20px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.98rem;
}

/* line 1688, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.actions a,
#content-wrapper .active-scaffold tr.record td.actions div {
  text-decoration: none;
  background-color: transparent;
  font-size: 100%;
}

/* line 1694, app/assets/stylesheets/theme/theme.scss.erb */
a.destroy {
  color: #e44141 !important;
}

/* line 1697, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .actions a.destroy:hover,
a.destroy:hover {
  color: #bd1717 !important;
}

/* line 1702, app/assets/stylesheets/theme/theme.scss.erb */
.destroy-filter_btn.filter-btn.nav.navbar-nav.btn-group > a.disabled.destroy.btn {
  border-color: transparent;
}

/* line 1706, app/assets/stylesheets/theme/theme.scss.erb */
.form_action_delete_footer {
  width: 300px;
  height: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #f8f9fa;
  border-top: 1px solid lightgrey;
}

/* line 1716, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside aside div.form_action_delete_footer .destroy.as_action {
  text-align: right;
  width: auto;
  float: right;
}

/* line 1722, app/assets/stylesheets/theme/theme.scss.erb */
html.aside-hidden .has-aside + #aside-toggle .fal.fa-cog
.general_label:hover a.mini_button.delete_model_link {
  display: inline-block;
  width: auto;
  margin: 0;
  position: relative;
  height: 24px;
}

/* line 1731, app/assets/stylesheets/theme/theme.scss.erb */
.delete_model_link:before {
  color: #dc3545 !important;
}

/* line 1735, app/assets/stylesheets/theme/theme.scss.erb */
.delete_model_link:before,
.sub-form .actions > .destroy:before {
  content: "\f1f8";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300 !important;
  text-indent: 0;
  float: left;
}

/* line 1750, app/assets/stylesheets/theme/theme.scss.erb */
.delete_model_link,
.sub-form .actions > .destroy {
  color: #dc3545 !important;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  text-decoration: none;
}

/* line 1761, app/assets/stylesheets/theme/theme.scss.erb */
a.mini_button.delete_model_link {
  display: inline-block;
  margin: 0;
}

/* line 1772, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .actions a:hover {
  color: #0056b3 !important;
}

/* line 1776, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold-found {
  margin-top: 10px;
}

/* line 1780, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold td.numeric {
  text-align: right;
}

/* line 1784, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold td .numeric-input {
  text-align: right;
  padding-right: 0;
}

/* line 1786, app/assets/stylesheets/theme/theme.scss.erb */
.loading-indicator {
  width: 20px;
  height: 20px;
  margin-top: 18px;
}

/* line 1792, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .loading-indicator {
  margin: 0;
}

/* ICONOS */
/* line 1798, app/assets/stylesheets/theme/theme.scss.erb */
.fal.nil {
  display: none;
}

/* line 1802, app/assets/stylesheets/theme/theme.scss.erb */
.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 1808, app/assets/stylesheets/theme/theme.scss.erb */
.key_icon {
  width: 15px;
  height: 15px;
  background-image: url(/assets/key_icon-e53d44e31fc3f8757765c271d7b89852164d867ececad8e61ce210cadaed10ba.png);
}

/* RADIO */
/* line 1816, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .radio label {
  width: auto;
  text-align: left;
}

/* line 1821, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .radio input {
  padding: inherit !important;
  width: 1em !important;
  height: 1em !important;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

/* line 1839, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .radio input[type=radio] {
  border-radius: 50%;
}

/* line 1843, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .radio input {
  float: left;
  margin-right: 10px;
}

/* line 1848, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .radio input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 1852, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .radio input:checked {
  background-color: #0d6efd !important;
  border-color: #0d6efd;
}

/* line 1857, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold form.as_form.search li.form-element dl dd label {
  min-width: 100px;
  text-align: left;
}

/* line 1862, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold form.as_form.search li.form-element dl dd label input {
  min-width: 10px !important;
  display: inline-block;
  float: left;
  width: 20px;
  margin-right: 5px;
  margin-top: 5px;
}

/* line 1871, app/assets/stylesheets/theme/theme.scss.erb */
.radio_reset_button {
  margin-left: 15px;
}

/* CALENDAR */
/* line 1874, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-event-container {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}

/* line 1881, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-event-container .calendar_tag {
  width: 100% !important;
  margin-top: 1px;
  position: relative;
  overflow: visible;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: sub;
  cursor: pointer;
}

/* line 1892, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-event-container .calendar_tag label {
  cursor: pointer;
  display: inline;
}

/* line 1897, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-event-container .calendar_tag code {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

/* line 1904, app/assets/stylesheets/theme/theme.scss.erb */
div.quick_calendar_event,
.withOverlay #content-wrapper .active-scaffold .horizontal-sub-form form.active,
div.miniature_more_info_content.active,
#add-new-file.active,
#add-new-email_notification.active,
#update_email_notification_permissions.active {
  position: fixed;
  z-index: 10000;
  border-radius: 5px;
  width: 100%;
  max-width: 1200px;
  background-color: white;
  border: 1px solid #cfd0d2;
  max-height: 800px;
  overflow-y: auto;
}

/* line 1921, app/assets/stylesheets/theme/theme.scss.erb */
.active.active_sm {
  max-width: 800px;
}

/* line 1925, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay #content-wrapper .active-scaffold .horizontal-sub-form form.active .messages-container {
  display: none;
}

/* line 1929, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay #content-wrapper .active-scaffold .horizontal-sub-form form.active {
  padding-bottom: 15px;
}

/* line 1933, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay #content-wrapper .active-scaffold .horizontal-sub-form form.active li.sub-section > ol.form {
  padding-top: 45px;
}

/* line 1937, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay #overlay-container #content-wrapper .active-scaffold #auto_insert_buttons {
  display: none;
}

/* line 1941, app/assets/stylesheets/theme/theme.scss.erb */
#auto_insert_buttons span.open_in_overlay_icon {
  margin-right: 10px;
}

/* line 1945, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay #content-wrapper .active-scaffold .horizontal-sub-form form.active li.sub-section > h5,
div.miniature_more_info_content.active .miniature_more_info_head,
#add-new-file.active p.title-p,
#add-new-email_notification.active p.title-p,
#update_email_notification_permissions.active #email_notification-permission-project-user-title {
  background: #a5a5a5;
  border-radius: 4px 4px 0 0;
  border-bottom-color: #cfd0d2;
  color: white;
  padding: 15px;
  margin: 0;
  font-size: 1em;
}

/* line 1959, app/assets/stylesheets/theme/theme.scss.erb */
#add-new-file.active p.form-footer,
#add-new-email_notification.active p.form-footer {
  margin-bottom: 35px;
}

/* line 1964, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold div.quick_calendar_event li.form-element dd input.recordselect {
  background-color: #fff;
}

/* line 1968, app/assets/stylesheets/theme/theme.scss.erb */
.color_picker dl dd label {
  display: none !important;
}

/* line 1972, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold input.color-input {
  padding: 0;
}

/* line 1976, app/assets/stylesheets/theme/theme.scss.erb */
#update_email_notification_permissions.active #email_notification-permission-project-user-title {
  margin-bottom: 35px;
}

/* line 1980, app/assets/stylesheets/theme/theme.scss.erb */
div.quick_calendar_event .quick_calendar_event_head {
  background: #a5a5a5;
  border-radius: 4px 4px 0 0;
  border-bottom-color: #cfd0d2;
  color: white;
  margin: 0;
  font-size: 1em;
}

/* line 1989, app/assets/stylesheets/theme/theme.scss.erb */
div.quick_calendar_event .quick_calendar_event_head p {
  padding: 15px;
  margin-bottom: 0;
}

/* line 1994, app/assets/stylesheets/theme/theme.scss.erb */
div.quick_calendar_event div.quick_calendar_event_body {
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 24px;
}

/* line 2000, app/assets/stylesheets/theme/theme.scss.erb */
div.quick_calendar_event p.form-footer {
  text-align: right;
  margin-right: 60px;
}

/* line 2005, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_checkbox {
  white-space: break-spaces;
  font-size: 14px;
}

/* line 2010, app/assets/stylesheets/theme/theme.scss.erb */
td.fc-day.fc-past {
  background-color: #fbfbfb;
}

/* line 2014, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_action li.form-element:not(.date) dd {
  max-width: 800px;
  width: 100%;
}

/* line 2019, app/assets/stylesheets/theme/theme.scss.erb */
span.category_color {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  right: 10px;
  border-radius: 100%;
  z-index: 1;
}

/* line 2030, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside.calendar_action aside .btn.calendar_checkbox {
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2037, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside.calendar_action aside .btn {
  margin: 0;
  padding: 3px;
  color: #333;
  text-decoration: none;
  font-family: "Roboto";
  font-weight: 500;
  color: #444;
  font-size: 14px;
}

/* line 2048, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside.calendar_action aside {
  padding-bottom: 115px;
}

/* line 2052, app/assets/stylesheets/theme/theme.scss.erb */
.eq_type_filter.nav.navbar-nav.btn-group.full-group {
  position: relative;
  left: 200px;
}

/* line 2057, app/assets/stylesheets/theme/theme.scss.erb */
.projects_filter > ul,
.event_filter > ul {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 2064, app/assets/stylesheets/theme/theme.scss.erb */
.event_filter > div > ul {
  padding-left: 10px;
  margin-top: 30px;
}

/* line 2069, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_filter_container a.checked {
  color: #095751 !important;
  font-weight: 600;
}

/* line 2074, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_filter_container a.checked span.category_color {
  border: 2px solid #095751;
}

/* line 2078, app/assets/stylesheets/theme/theme.scss.erb */
.event_filter > div > ul li .btn i {
  display: none;
  margin-right: 10px;
}

/* line 2083, app/assets/stylesheets/theme/theme.scss.erb */
.projects_filter > ul > li > ul,
.event_filter > div > ul > li > ul {
  padding-left: 25px;
  margin-top: 30px;
}

/* line 2089, app/assets/stylesheets/theme/theme.scss.erb */
.quick_calendar_event .notification_time-input,
.quick_calendar_event .finish_date-input,
.quick_calendar_event .start_date-input {
  width: 240px;
}

/* line 2095, app/assets/stylesheets/theme/theme.scss.erb */
.quick_calendar_event .event_notifications-sub-form .as_create_another:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 2101, app/assets/stylesheets/theme/theme.scss.erb */
.quick_calendar_event .event_notifications-sub-form .as_create_another {
  display: inline-block !important;
  margin-left: 275px;
}

/* line 2106, app/assets/stylesheets/theme/theme.scss.erb */
.quick_calendar_event dt {
  margin-top: 5px;
}

/* line 2110, app/assets/stylesheets/theme/theme.scss.erb */
.event_notifications-sub-form ol.association-record {
  display: flex;
  flex-direction: row;
  width: 96%;
}

/* line 2116, app/assets/stylesheets/theme/theme.scss.erb */
.event_notifications-sub-form > div > div .sub-form-record {
  width: 48%;
}

/* line 2120, app/assets/stylesheets/theme/theme.scss.erb */
.event_notifications-sub-form h5 {
  display: none;
}

/* line 2124, app/assets/stylesheets/theme/theme.scss.erb */
.event_notifications-sub-form > div > div {
  display: flex;
  flex-wrap: wrap;
}

/* line 2129, app/assets/stylesheets/theme/theme.scss.erb */
.event_notifications-sub-form ol.association-record li.form-element {
  width: 98%;
}

/* line 2133, app/assets/stylesheets/theme/theme.scss.erb */
.event_notifications-sub-form ol.association-record li.actions {
  width: 3%;
}

/* line 2137, app/assets/stylesheets/theme/theme.scss.erb */
.event_notifications-sub-form ol.association-record li.actions a {
  margin-top: 10px;
}

/* line 2141, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.inline_element {
  width: 48.5%;
  display: inline-flex;
}

/* line 2146, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside.calendar_action aside .btn.toggle_efilter {
  display: inline-block;
  width: 90%;
}

/* line 2151, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_filter_container {
  max-height: 700px;
  overflow-y: scroll;
}

/* line 2156, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_filter_container span.fal {
  float: right;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

/* line 2163, app/assets/stylesheets/theme/theme.scss.erb */
.hide_calendar_container.calendar_filter_container {
  max-height: 30px;
  overflow: hidden;
}

/* line 2168, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_filter_title {
  position: fixed;
  width: 250px;
  background-color: #f8f9fa;
  z-index: 2;
}

/* line 2175, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_filter_title a {
  display: inline;
}

/* line 2179, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_list_label {
  padding: 5px;
}

/* line 2183, app/assets/stylesheets/theme/theme.scss.erb */
.calendar_list_label i {
  padding: 5px;
  margin-right: 5px;
  border-radius: 5px;
}

/* line 2189, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-heading-alt {
  display: none;
}

/* line 2193, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-heading {
  display: inline-table;
  width: 100%;
}

/* line 2198, app/assets/stylesheets/theme/theme.scss.erb */
.fc-view.fc-list-view.card .label code .separator {
  margin-right: 0;
  padding-right: 4px;
}

/* line 2203, app/assets/stylesheets/theme/theme.scss.erb */
.fc-view.fc-list-view.card.card-primary {
  border: none;
}

/* line 2207, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table .calendar_tag {
  margin-bottom: 5px;
  cursor: pointer;
  display: table-caption;
  margin-right: 0;
  display: grid;
}

/* line 2215, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table .calendar_tag label {
  cursor: pointer;
}

/* line 2219, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table .calendar_tag code {
  min-width: 300px;
}

/* API */
/* line 2224, app/assets/stylesheets/theme/theme.scss.erb */
.api_form_column_block {
  display: flex;
  align-items: center;
  min-height: 30px;
}

/* line 2230, app/assets/stylesheets/theme/theme.scss.erb */
.api_form_column_block .toggle_api {
  margin-right: 10px;
  cursor: pointer;
}

/* line 2235, app/assets/stylesheets/theme/theme.scss.erb */
.api_form_column_block .update_platform_api {
  display: none;
  transition: display 0.2s ease-in;
}

/* CHECKBOX */
/* line 2242, app/assets/stylesheets/theme/theme.scss.erb */
.switch_checkbox {
  white-space: nowrap;
}

/* line 2244, app/assets/stylesheets/theme/theme.scss.erb */
.switch_checkbox .switch {
  margin-left: 10px;
}

/* line 2248, app/assets/stylesheets/theme/theme.scss.erb */
.switch_checkbox.reverse_label .switch {
  margin-right: 10px;
  margin-left: 0;
}

/* line 2253, app/assets/stylesheets/theme/theme.scss.erb */
span.switch {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 0;
}

/* line 2261, app/assets/stylesheets/theme/theme.scss.erb */
span.switch input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  outline: none;
}

/* line 2272, app/assets/stylesheets/theme/theme.scss.erb */
span.switch input {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* line 2278, app/assets/stylesheets/theme/theme.scss.erb */
.switch_checkbox label {
  cursor: pointer;
  vertical-align: top;
  color: #666;
}

/* line 2284, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold span.switch span,
span.switch span {
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 25px;
  border-radius: 999px;
  background-color: rgba(108, 117, 125, 0.5);
  transition: background-color 0.2s ease-in-out;
  position: relative;
}

/* line 2296, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .hover span.switch span {
  background: #9c9c9c;
}

/* line 2300, app/assets/stylesheets/theme/theme.scss.erb */
span.switch span:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease-in-out;
}

/* line 2315, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold span.switch input:checked + span,
span.switch input:checked + span {
  background-color: #007bff;
}

/* line 2320, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .hover span.switch input:checked + span {
  background-color: #0c61bb;
}

/* line 2324, app/assets/stylesheets/theme/theme.scss.erb */
span.switch input:checked + span:after {
  transform: translateX(25px);
}

/* line 2329, app/assets/stylesheets/theme/theme.scss.erb */
span.switch input[disabled] + span {
  opacity: 0.5;
}

/* line 2333, app/assets/stylesheets/theme/theme.scss.erb */
.two-states_checkbox .switch.two-states .slide {
  background-color: #4caf50;
}

/* line 2336, app/assets/stylesheets/theme/theme.scss.erb */
.two-states_checkbox .switch.two-states input:checked + span {
  background-color: #f44336;
}

/* line 2340, app/assets/stylesheets/theme/theme.scss.erb */
.two-states_checkbox .left_label {
  margin-right: 10px;
}

/* line 2343, app/assets/stylesheets/theme/theme.scss.erb */
.two-states_checkbox .right_label {
  margin-left: 10px;
}

/* line 2346, app/assets/stylesheets/theme/theme.scss.erb */
.two-states_checkbox .right_label,
.two-states_checkbox .left_label {
  vertical-align: top;
}

/* line 2351, app/assets/stylesheets/theme/theme.scss.erb */
.form-check input.form-check-input {
  padding: 0 !important;
  margin-left: -18px;
  -webkit-appearance: checkbox;
  -moz-appearance: none;
  appearance: checkbox;
}

/* line 2358, app/assets/stylesheets/theme/theme.scss.erb */
.form-check .form-check-label {
  margin-left: 8px;
  cursor: pointer;
}

/* DROPDOWN */
/* line 2365, app/assets/stylesheets/theme/theme.scss.erb */
.group-transparent:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* line 2369, app/assets/stylesheets/theme/theme.scss.erb */
.btn-transparent {
  background: transparent;
  color: white;
  border: 1px solid white !important;
}

/* line 2375, app/assets/stylesheets/theme/theme.scss.erb */
.btn-transparent:focus {
  box-shadow: none !important;
}

/* line 2379, app/assets/stylesheets/theme/theme.scss.erb */
.open ul.dropdown-menu {
  display: block;
}

/* line 2383, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  right: 0;
  left: auto;
  float: left;
  min-width: 10rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.98rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 2404, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-menu.right-position {
  left: unset;
  right: 0;
}

/* line 2409, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 2421, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 2428, app/assets/stylesheets/theme/theme.scss.erb */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* SIMPLE SUBFORM */
/* line 2447, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element {
  width: 100%;
}

/* line 2451, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element .sub-form-record {
  max-width: none;
  margin-left: 0 !important;
}

/* line 2456, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element .sub-form-record dt {
  display: none;
}

/* line 2457, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element .sub-form-record dd {
  margin-left: 275px;
}

/* line 2459, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element .sub-form-record:first-child dt {
  display: block;
}

/* line 2460, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element .sub-form-record:first-child dd {
  margin-left: 0px;
}

/* SUBFORM HORIZONTAL LAYOUT */
/* line 2465, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form td > dl > dt label {
  display: none;
}

/* line 2469, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form table > tbody > tr {
  background-color: transparent;
}

/* line 2473, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

/* line 2479, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper.show_action .active-scaffold .horizontal-sub-form {
  margin-bottom: 0;
}

/* line 2483, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form table {
  width: 100%;
}

/* line 2487, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form h5 {
  color: black;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  text-align: left;
}

/* line 2498, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form h5 {
  display: none;
}

/* line 2502, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form .sub-section h5 {
  font-weight: normal;
  margin-bottom: 10px;
}

/* line 2507, app/assets/stylesheets/theme/theme.scss.erb */
td.actions .hover_list_action.action_group {
  cursor: pointer;
  margin: 0;
  position: relative;
  background: #e7e7e7;
  padding: 5px;
  border-radius: 4px;
  margin-block: 5px;
}

/* line 2517, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.actions .hover_list_action.action_group > ul > div > li a.destroy {
  border-top: 1px solid #e1e1e1;
}

/* line 2519, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form .sub-section .sub-section-original-content h2,
#content-wrapper .active-scaffold .horizontal-sub-form .sub-section .sub-section-original-content h5 {
  display: none;
}

/* line 2522, app/assets/stylesheets/theme/theme.scss.erb */
.form .form-element dl,
.sub-section .form-element dl,
.sub-section .sub-form tr,
.sub-section.sub-form tr,
.sub-section .sub-form .level-sub-form,
.sub-section .sub-form .relation_box,
.sub-form.horizontal-sub-form dl,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
  display: flex;
  margin-bottom: 0;
}

/* line 2534, app/assets/stylesheets/theme/theme.scss.erb */
.form .form-element.textarea dl {
  align-items: start;
}

/* line 2538, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table thead {
  display: table-header-group;
}

/* line 2539, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table tr {
  display: table-row;
}

/* line 2540, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table th {
  display: table-cell;
  background: #0056b30d;
}

/* line 2544, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table th.hidden {
  padding: 0;
}

/* line 2546, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table th label {
  text-align: left;
}

/* line 2547, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table td {
  display: table-cell;
  padding: 0;
}

/* line 2551, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold.show_action .sub-section .horizontal-sub-form table td dl {
  height: 30px;
}

/* line 2554, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table td dl {
  display: block;
}

/* line 2557, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table td dl input {
  border-right: none;
  border-radius: 0;
}

/* line 2562, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table td:first-child input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 2566, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section .horizontal-sub-form table td:nth-last-child(2) input {
  border-right: 1px solid #ced4da;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 2572, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar div#icons_bar {
  display: flex;
}

/* line 2576, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar div#icons_bar > div > .dropdown-toggle::after {
  display: none;
}

/* HEADER DROPDOWN MENU */
/* line 2582, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar > *.btn-group {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
}

/* line 2587, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar > * {
  position: relative;
  z-index: 1;
}

/* line 2592, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar > *.btn-group .btn {
  margin-left: 0 !important;
  border: transparent !important;
}

/* line 2597, app/assets/stylesheets/theme/theme.scss.erb */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2603, app/assets/stylesheets/theme/theme.scss.erb */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 2607, app/assets/stylesheets/theme/theme.scss.erb */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 2613, app/assets/stylesheets/theme/theme.scss.erb */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 2624, app/assets/stylesheets/theme/theme.scss.erb */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2630, app/assets/stylesheets/theme/theme.scss.erb */
.show-menu-group-li {
  max-height: 100% !important;
  transition: max-height 0.15s ease-in;
}

/* line 2635, app/assets/stylesheets/theme/theme.scss.erb */
.menu-group-li {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}

/* line 2641, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar li.developer-menu a {
  color: #9f2d2d;
}

/* line 2645, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar ul li.developer-menu a.active {
  color: #e44141 !important;
}

/* line 2649, app/assets/stylesheets/theme/theme.scss.erb */
.sidebar_menu_icon {
  float: right;
}

/* COLOR COLUMN */
/* line 2655, app/assets/stylesheets/theme/theme.scss.erb */
.color-column {
  width: 16%;
}

/* line 2659, app/assets/stylesheets/theme/theme.scss.erb */
span.color_tag {
  width: 25px;
  display: block;
  height: 25px;
  border-radius: 5px;
}

/* line 2666, app/assets/stylesheets/theme/theme.scss.erb */
input[type="color"] {
  padding: 0;
  border: none;
  height: 50px;
  width: 50px;
  vertical-align: middle;
}

/* USER MENU SECTION */
/* line 2676, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .user-menu .img-wrapper {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

/* line 2684, app/assets/stylesheets/theme/theme.scss.erb */
.user-menu .dropdown-toggle::after {
  display: none;
}

/* line 2686, app/assets/stylesheets/theme/theme.scss.erb */
.user-menu .avatar-noname {
  width: 34px;
  height: 34px;
  line-height: 35px;
}

/* line 2693, app/assets/stylesheets/theme/theme.scss.erb */
.avatar-noname {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  border-radius: 100%;
  border: 1px solid white;
  font-weight: bold;
  color: white;
  display: inline-block;
}

/* line 2706, app/assets/stylesheets/theme/theme.scss.erb */
.user_status {
  position: relative;
}

/* line 2707, app/assets/stylesheets/theme/theme.scss.erb */
.user_status:after {
  width: 30%;
  height: 30%;
  display: block;
  border-radius: 100%;
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
}

/* line 2717, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .user_status:after {
  bottom: 2px;
  right: 5px;
}

/* line 2721, app/assets/stylesheets/theme/theme.scss.erb */
.user_status.online:after {
  background: #34C759;
}

/* line 2722, app/assets/stylesheets/theme/theme.scss.erb */
.user_status.recently_active:after {
  background: #FFD60A;
}

/* line 2724, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .user-menu img {
  height: 38px;
  width: 38px;
  border-radius: 999px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 2733, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 2746, app/assets/stylesheets/theme/theme.scss.erb */
.logout_user_button {
  cursor: pointer;
}

/* TINYMCE */
/* line 2752, app/assets/stylesheets/theme/theme.scss.erb */
.tox-tinymce-aux {
  z-index: 99999999 !important;
}

/* line 2756, app/assets/stylesheets/theme/theme.scss.erb */
.tox .tox-statusbar {
  display: none !important;
}

/* line 2760, app/assets/stylesheets/theme/theme.scss.erb */
.projects_controller:not(.show_action) li.form-element.textarea.tinymce {
  margin-bottom: 15px;
}

/* line 2764, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view li.form-element dd .tox-toolbar-overlord span {
  background: inherit;
}

/* TABLES */
/* line 2770, app/assets/stylesheets/theme/theme.scss.erb */
.content-width {
  max-width: 1200px;
  margin: 0 auto;
}

/* TABLES */
/* line 2777, app/assets/stylesheets/theme/theme.scss.erb */
.content-width {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 2782, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions {
  float: right;
  width: 100%;
  position: relative;
  /*display: flex;*/
  display: initial;
  flex-direction: row;
  justify-content: right;
  align-items: center;
}

/* line 2793, app/assets/stylesheets/theme/theme.scss.erb */
.upgraded_show_list .active-scaffold .active-scaffold-header .actions {
  flex-direction: row-reverse;
  position: relative;
  right: 20px;
}

/* line 2799, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .active:hover {
  opacity: 0.7;
}

/* line 2801, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .full-group ul {
  margin-bottom: 0;
}

/* line 2804, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .full-group {
  float: right;
  right: 0;
  top: -40px;
  position: absolute;
}

/* line 2811, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .full-group {
  padding-right: 0;
}

/* line 2812, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .full-group .btn-group:last-child a {
  padding-right: 0;
}

/* line 2814, app/assets/stylesheets/theme/theme.scss.erb */
.upgraded_show_list .active-scaffold .active-scaffold-header .actions .full-group {
  float: right;
  right: -10px;
  top: -40px;
}

/* line 2820, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .full-group + .btn-group:not(.full-group) {
  clear: both;
}

/* line 2824, app/assets/stylesheets/theme/theme.scss.erb */
.show_log-filter_btn.filter-btn.nav.navbar-nav.btn-group {
  position: relative;
  bottom: 5px;
}

/* line 2828, app/assets/stylesheets/theme/theme.scss.erb */
.show_log-filter_btn.filter-btn.nav.navbar-nav.btn-group {
  float: left;
}

/* line 2831, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold.users-view .active-scaffold-header .actions .btn:focus {
  box-shadow: none;
}

/* line 2835, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold.users-view #as_users-avatar-column {
  width: 50px;
}

/* line 2837, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold.users-view
.active-scaffold-header
.actions
> div.btn-group
a.active {
  color: black;
}

/* line 2845, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .actions .nav.navbar-nav.btn-group + table {
  width: auto;
}

/* line 2849, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .show_search.disabled {
  display: none;
}

/* line 2852, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header + table {
  width: 100%;
  background: rgba(0, 0, 0, 0.03);
}

/* line 2856, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header + table .inline-adapter td {
  padding: 3px 10px;
}

/* line 2859, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header + table .show_search-view .as_cancel {
  float: right;
}

/* line 2862, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .inline-adapter-cell form.as_form aside .flex-row {
  display: none;
}

/* line 2865, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .inline-adapter-cell form.as_form {
  max-width: 100%;
}

/* line 2866, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffoldv .inline-adapter-cell aside.bg-light.text-dark.actions_bar.form-footer.flex-aside > div > .flex-row {
  display: none;
}

/* line 2867, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .inline-adapter-cell aside.bg-light.text-dark.actions_bar.form-footer.flex-aside > div {
  display: inline-flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* line 2874, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold
.active-scaffold-header
+ table
.show_search-view
input.btn-default {
  line-height: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2886, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold
.active-scaffold-header
+ table
.show_search-view
input.btn-default:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 2895, app/assets/stylesheets/theme/theme.scss.erb */
.table th a {
  color: #212529;
}

/* line 2898, app/assets/stylesheets/theme/theme.scss.erb */
.table th p {
  margin-bottom: 0;
  opacity: 0.65;
}

/* line 2903, app/assets/stylesheets/theme/theme.scss.erb */
.table td.actions > * {
  float: right;
}

/* line 2906, app/assets/stylesheets/theme/theme.scss.erb */
.table td.actions a.destroy, .table td.actions a.reject {
  color: #dc3545 !important;
}

/* line 2909, app/assets/stylesheets/theme/theme.scss.erb */
.table td.actions a.destroy:hover {
  color: #c82333;
}

/* line 2912, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record .hover_list_action.action_group > ul > div > li a.reject:hover {
  color: #c82333 !important;
}

/* line 2915, app/assets/stylesheets/theme/theme.scss.erb */
.table td td {
  border: none;
}

/* line 2919, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold th.sorted a {
  position: relative;
}

/* line 2922, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold th.sorted a:after {
  font-size: 14px;
  vertical-align: middle;
  margin: 0 8px 0 4px;
  position: absolute;
  bottom: -2px;
  right: -25px;
}

/* line 2931, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold th.desc a::after {
  content: "▼";
}

/* line 2934, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold th.asc a::after {
  content: "▲";
}

/* line 2938, app/assets/stylesheets/theme/theme.scss.erb */
.table td.messages-container {
  padding: 0;
}

/* line 2942, app/assets/stylesheets/theme/theme.scss.erb */
.info-message.message {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 13px 20px;
}

/* line 2949, app/assets/stylesheets/theme/theme.scss.erb */
.error-message.message,
.external_access_messages .error_message {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 13px 20px;
}

/* line 2957, app/assets/stylesheets/theme/theme.scss.erb */
.warning-message.message {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 2963, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .message {
  padding: 3px 20px;
}

/* line 2967, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .message .close {
  display: none;
}

/* line 2971, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .error-message.message .close,
.error-message.message .close {
  box-shadow: none !important;
  padding: 0;
  color: inherit;
  font-weight: 700;
  opacity: 0.5;
  font-size: 15px;
  overflow: hidden;
  text-indent: 9999999px;
  float: right;
  width: 20px;
  position: relative;
  top: -11px;
}

/* line 2987, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .error-message.message .close:after,
.error-message.message .close:after {
  content: "×";
  display: block;
  height: 30px;
  text-indent: 0;
  left: 0;
  top: 0;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0.9;
  color: #721c24;
  text-shadow: 0 1px 0 #fff;
}

/* line 3003, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  padding: 3px 20px;
}

/* line 3010, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message .reset {
  float: right;
}

/* line 3013, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message .reset a {
  padding: 0;
  color: #0c5460;
  font-weight: 700;
  opacity: 0.5;
  font-size: 13px;
  box-shadow: none !important;
}

/* line 3022, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message .reset a:hover {
  text-decoration: underline;
}

/* line 3026, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record.even-record {
  background-color: #f2f6fb;
}

/* line 3029, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record {
  transition: background-color 0.5s linear;
}

/* LISTS */
/* line 3035, app/assets/stylesheets/theme/theme.scss.erb */
.index_action .content-width {
  max-width: none;
  padding-inline: 50px;
}

/* line 3040, app/assets/stylesheets/theme/theme.scss.erb */
#scroller.index_scroller_action {
  padding-bottom: 0;
}

/* line 3044, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions {
  float: right;
  width: 100%;
  position: relative;
  text-align: right;
}

/* line 3051, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_block_td {
  display: flex;
  transition: max-height 0.2s ease-in-out;
}

/* line 3056, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_block_td.collapsed {
  max-height: 42px;
  overflow: hidden;
}

/* line 3061, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record.deployed_td td {
  vertical-align: top;
  padding-top: 9px !important;
}

/* line 3066, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_block_td .toggle_td {
  cursor: pointer;
  font-size: 14px;
  padding-top: 13px;
}

/* line 3072, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_block_td .toggle_td:hover {
  opacity: 0.5;
}

/* line 3076, app/assets/stylesheets/theme/theme.scss.erb */
ul.elements_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

/* line 3084, app/assets/stylesheets/theme/theme.scss.erb */
ul.elements_list li {
  width: 100%;
  margin-right: 10px;
}

/* line 3089, app/assets/stylesheets/theme/theme.scss.erb */
.rs_multiple ul.elements_list li {
  margin-right: 10px;
}

/* line 3093, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .filter-btn .active {
  border: none;
  margin: 1px;
}

/* line 3098, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .filter-btn .btn:active {
  border: none;
}

/* line 3102, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .btn-group, .active-scaffold .active-scaffold-header .actions .btn-group.custom .btn-group {
  display: inline-block;
}

/* line 3106, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-filter_btn.filter-btn.nav.navbar-nav.btn-group {
  left: 10px;
  bottom: 5px;
}

/* line 3111, app/assets/stylesheets/theme/theme.scss.erb */
.index-filter_btn.filter-btn.nav.navbar-nav.btn-group, .upload_xls-filter_btn.filter-btn.nav.navbar-nav.btn-group,
.upload_document-filter_btn.filter-btn.nav.navbar-nav.btn-group {
  float: left;
}

/* line 3116, app/assets/stylesheets/theme/theme.scss.erb */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3124, app/assets/stylesheets/theme/theme.scss.erb */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3132, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header + table {
  width: 100%;
  background: rgba(0, 0, 0, 0.03);
}

/* line 3137, app/assets/stylesheets/theme/theme.scss.erb */
.table-responsive {
  display: block;
  width: 100%;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  min-height: 100px;
}

/* line 3146, app/assets/stylesheets/theme/theme.scss.erb */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 3152, app/assets/stylesheets/theme/theme.scss.erb */
.table thead th {
  border-bottom: none;
  vertical-align: bottom;
}

/* line 3157, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table.table > thead > tr > th,
#content-wrapper .active-scaffold table.table > thead > tr > td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 0.98rem;
  /*width: 500px;*/
}

/* line 3167, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table.table > thead > tr > th > p,
#content-wrapper .active-scaffold table.table > thead > tr > th > a {
  font-size: 0.98rem;
}

/* line 3173, app/assets/stylesheets/theme/theme.scss.erb */
#field_search_content {
  display: none;
  background: #f7f8f9;
  padding: 20px;
}

/* line 3178, app/assets/stylesheets/theme/theme.scss.erb */
#field_search_content #close_field_search {
  cursor: pointer;
  float: right;
  background: #ededed;
  border-radius: 100% !important;
  padding: 5px 8px;
  font-size: 14px;
  opacity: 1 !important;
  color: #333 !important;
  text-shadow: none;
  transition: all 0.3s ease;
}

/* line 3195, app/assets/stylesheets/theme/theme.scss.erb */
#field_search_content #close_field_search:hover {
  opacity: 0.7;
}

/* line 3199, app/assets/stylesheets/theme/theme.scss.erb */
#field_search_content ol.form {
  display: flex;
}

/* line 3203, app/assets/stylesheets/theme/theme.scss.erb */
#field_search_content .form-element {
  width: 45%;
}

/* line 3207, app/assets/stylesheets/theme/theme.scss.erb */
#field_search_content p.form-footer {
  text-align: right;
}

/* line 3212, app/assets/stylesheets/theme/theme.scss.erb */
.flex-row {
  display: flex;
}

/* line 3216, app/assets/stylesheets/theme/theme.scss.erb */
.in_place_editor_field span.handle {
  display: none;
}

/* ASIDE */
/* line 3223, app/assets/stylesheets/theme/theme.scss.erb */
html.sidebar-hidden #main-wrapper {
  margin-left: -256px;
}

/* line 3226, app/assets/stylesheets/theme/theme.scss.erb */
div#sidebar {
  transition: transform 0.2s ease-in-out;
}

/* line 3229, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper {
  display: flex;
  align-items: stretch;
  transition: margin 0.2s ease-in-out;
}

@media screen and (max-width: 1799px) {
  /* line 3235, app/assets/stylesheets/theme/theme.scss.erb */
  html.sidebar-hidden #main-wrapper {
    margin-left: -256px;
  }
}

/* line 3239, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar {
  position: fixed;
  overflow: auto;
  width: 256px;
  height: 100%;
  font-size: 0.825em;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 100px;
}

/* line 3248, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar ul {
  list-style: none;
  padding: 0;
}

/* line 3252, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar li a {
  display: block;
  font-weight: 500;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #444;
}

/* line 3259, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar li a:hover {
  background-color: rgba(0, 0, 0, 0.035);
  text-decoration: none;
}

/* line 3263, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar > ul > li:last-child a {
  border-bottom: 0;
}

/* line 3266, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar ul ul li a {
  padding-left: 32px;
  font-weight: 300;
}

/* line 3270, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar > ul > li:first-child > a {
  padding-top: 16px;
}

/* line 3274, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar ul li div.menu_category {
  font-weight: 600;
  padding-left: 32px;
  color: #444;
}

/* line 3279, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar ul ul li a.menu_category_element {
  padding-left: 42px;
}

/* line 3283, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside {
  padding-right: 316px;
}

@media screen and (max-width: 1199px) {
  /* line 3287, app/assets/stylesheets/theme/theme.scss.erb */
  #main-wrapper #content-wrapper.has-aside aside .btn, #content-wrapper .active-scaffold input[name*='dont_close'] {
    font-size: 0.875em !important;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

/* line 3293, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside aside {
  position: fixed;
  z-index: 900;
  overflow: auto;
  width: 300px;
  transition: transform 0.2s ease-in-out;
  height: 100%;
  top: 56px;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 16px;
  padding-bottom: 115px;
}

@media screen and (max-width: 991px) {
  /* line 3310, app/assets/stylesheets/theme/theme.scss.erb */
  .aside-hidden #main-wrapper #content-wrapper.has-aside {
    padding-right: 15px;
  }
  /* line 3313, app/assets/stylesheets/theme/theme.scss.erb */
  .aside-hidden div#content-wrapper.kanban_action.has-aside {
    padding-right: 250px;
  }
}

/* line 3317, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside aside .btn {
  width: 100%;
  margin: 5px 0;
}

/* line 3321, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside aside .btn.btn-link {
  text-align: left;
}

/* line 3325, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle {
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  text-align: center;
  left: 205px;
  bottom: 8px;
  border-radius: 6px;
  padding: 5px;
  width: 38px;
  background-color: #e5e7e9;
  transition: left 0.15s ease-in-out;
}

/* line 3342, app/assets/stylesheets/theme/theme.scss.erb */
div#content-wrapper.has-aside + #aside-toggle {
  right: 250px;
  bottom: 8px;
  border-radius: 6px;
  padding: 5px;
  width: 38px;
  background-color: #e5e7e9;
  transition: right 0.15s ease-in-out;
}

/* line 3352, app/assets/stylesheets/theme/theme.scss.erb */
html.sidebar-hidden #sidebar-toggle {
  left: 15px;
}

/* line 3356, app/assets/stylesheets/theme/theme.scss.erb */
html.aside-hidden div#content-wrapper.has-aside + #aside-toggle {
  right: 15px;
}

/* line 3362, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle .icon.closed {
  display: inline;
}

/* line 3365, app/assets/stylesheets/theme/theme.scss.erb */
html.sidebar-hidden #sidebar-toggle .icon.closed {
  display: none;
}

/* line 3369, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle:hover i, .has-aside + #aside-toggle:hover i, .folder-controls {
  color: #960A25 !important;
}

/* line 3372, app/assets/stylesheets/theme/theme.scss.erb */
#sidebar-toggle .icon.open {
  color: #960A25;
  display: none;
}

/* line 3376, app/assets/stylesheets/theme/theme.scss.erb */
html.sidebar-hidden #sidebar-toggle .icon.open {
  display: inline;
}

/* line 3380, app/assets/stylesheets/theme/theme.scss.erb */
#aside-toggle {
  display: none;
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  bottom: 16px;
  right: 32px;
  width: 42px;
  padding: 8px;
  background: #fff;
  border-radius: 999px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  text-align: center;
}

/* line 3397, app/assets/stylesheets/theme/theme.scss.erb */
.has-aside + #aside-toggle {
  display: block;
}

/* line 3401, app/assets/stylesheets/theme/theme.scss.erb */
#aside-toggle .fal.fa-cog {
  color: #960A25;
  display: none;
}

/* line 3406, app/assets/stylesheets/theme/theme.scss.erb */
html.aside-hidden .has-aside + #aside-toggle .fal.fa-cog {
  display: inline;
}

/* line 3410, app/assets/stylesheets/theme/theme.scss.erb */
#aside-toggle .fal.fa-chevron-right {
  display: none;
}

/* line 3414, app/assets/stylesheets/theme/theme.scss.erb */
html.aside-hidden #aside-toggle .fal.fa-chevron-right {
  display: none;
}

/* line 3418, app/assets/stylesheets/theme/theme.scss.erb */
div#content-wrapper.has-aside + #aside-toggle {
  display: inline;
}

/* line 3422, app/assets/stylesheets/theme/theme.scss.erb */
.has-aside + #aside-toggle {
  display: inline;
}

/* line 3426, app/assets/stylesheets/theme/theme.scss.erb */
.has-aside + #aside-toggle .fal.fa-chevron-right {
  display: inline;
}

/* line 3430, app/assets/stylesheets/theme/theme.scss.erb */
html.aside-hidden #main-wrapper #content-wrapper.has-aside aside {
  transform: translateX(100%);
}

/* line 3435, app/assets/stylesheets/theme/theme.scss.erb */
html.aside-hidden #main-wrapper.has-aside {
  margin-right: -250px;
}

/* line 3439, app/assets/stylesheets/theme/theme.scss.erb */
.aside-hidden #main-wrapper #content-wrapper.has-aside {
  padding-right: 20px;
}

/* line 3443, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside {
  transition: all 0.2s ease-in-out;
}

/* line 3447, app/assets/stylesheets/theme/theme.scss.erb */
.flex-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* BREADCRUMB */
/* line 3455, app/assets/stylesheets/theme/theme.scss.erb */
.breadcrumb {
  font-size: 0.8em;
  padding: 0;
  background: none;
  margin-bottom: 10px;
}

/* line 3462, app/assets/stylesheets/theme/theme.scss.erb */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 3466, app/assets/stylesheets/theme/theme.scss.erb */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "/";
}

/* line 3472, app/assets/stylesheets/theme/theme.scss.erb */
.breadcrumb .breadcrumb-item:not(:first-child):before {
  content: "›";
  transform: scale(1.2);
  position: relative;
  top: -1px;
}

/* LABELS */
/* line 3481, app/assets/stylesheets/theme/theme.scss.erb */
.records li:not(.form-element),
.sub-section .form li:not(.draggable-list-element) li:not(.form-element) {
  /*margin-bottom: 32px;*/
}

/* line 3486, app/assets/stylesheets/theme/theme.scss.erb */
.label-link {
  display: flex;
  align-items: baseline;
}

/* line 3490, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown:first-child {
  margin: 0 8px 0 0;
  cursor: pointer;
  width: 28px;
  height: 25px;
}

/* line 3497, app/assets/stylesheets/theme/theme.scss.erb */
.label {
  display: block;
  margin-right: 8px;
}

/* line 3500, app/assets/stylesheets/theme/theme.scss.erb */
.label code {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  padding-top: 0;
  padding-bottom: 0;
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 5px;
  border-radius: 3px;
  color: inherit;
}

/* line 3514, app/assets/stylesheets/theme/theme.scss.erb */
.label code .status {
  font-size: 0.7em;
  position: relative;
  top: 0;
}

/* line 3520, app/assets/stylesheets/theme/theme.scss.erb */
.label code .separator {
  height: 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 5px;
}

/* line 3526, app/assets/stylesheets/theme/theme.scss.erb */
.label code .progress-digits {
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.7em;
  position: relative;
  top: 0;
  position: relative;
  display: inline-block;
  margin: 0 -5px;
  padding: 0 5px;
  width: 50px;
  text-align: center;
}

/* line 3539, app/assets/stylesheets/theme/theme.scss.erb */
.label code .progress-digits .progress {
  position: absolute;
  height: 3px;
  bottom: -0.3em;
  left: -1px;
  background: #000;
  opacity: 0.3;
  border-radius: 0;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
}

/* line 3553, app/assets/stylesheets/theme/theme.scss.erb */
.label code .progress-digits:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -0.3em;
  left: 0;
  background: #000;
  opacity: 0.05;
  border-radius: 0;
}

/* line 3567, app/assets/stylesheets/theme/theme.scss.erb */
.label > code > label {
  margin-bottom: 0;
}

/* line 3571, app/assets/stylesheets/theme/theme.scss.erb */
.ui-tooltip {
  white-space: break-spaces;
}

/* line 3575, app/assets/stylesheets/theme/theme.scss.erb */
.tooltip.show {
  z-index: 99999999999;
}

/* line 3579, app/assets/stylesheets/theme/theme.scss.erb */
.tooltip-inner {
  text-align: left;
}

/* line 3581, app/assets/stylesheets/theme/theme.scss.erb */
.tooltip_info label:after,
.tooltip_info .label:after {
  content: "\f05a";
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
}

/* line 3589, app/assets/stylesheets/theme/theme.scss.erb */
h3.label .separator {
  height: 30px;
}

/* line 3593, app/assets/stylesheets/theme/theme.scss.erb */
a.label:hover code {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* line 3597, app/assets/stylesheets/theme/theme.scss.erb */
html .active-scaffold a.label:hover {
  text-decoration: none;
}

/* line 3601, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold code label {
  cursor: pointer;
  display: inline !important;
  margin-bottom: 0;
}

/* line 3607, app/assets/stylesheets/theme/theme.scss.erb */
.records .rest.element,
.sub-section .form .rest.element {
  border: none;
  margin-left: 0;
  padding-left: 0;
}

/* line 3614, app/assets/stylesheets/theme/theme.scss.erb */
.records .meta .badge,
.sub-section .form .meta .badge {
  margin-right: 8px;
}

/* line 3619, app/assets/stylesheets/theme/theme.scss.erb */
.background--new {
  color: #fff;
  background: #1d9acc;
}

/* line 3624, app/assets/stylesheets/theme/theme.scss.erb */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 3636, app/assets/stylesheets/theme/theme.scss.erb */
.meta-item i {
  margin-right: 5px;
}

/* line 3640, app/assets/stylesheets/theme/theme.scss.erb */
.icon_size {
  font-size: 10px;
  position: absolute;
  animation: 0;
  top: 8px;
  right: 0px;
  text-align: center;
  display: block;
  width: 15px;
  height: 15px;
  background: white;
  color: #212529;
  border-radius: 50%;
  margin-right: -10px;
  padding-top: 2px;
  padding-left: 1px;
  cursor: default;
  font-family: "Roboto";
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 3664, app/assets/stylesheets/theme/theme.scss.erb */
.records .meta .meta-item {
  opacity: 0.5;
}

/* line 3668, app/assets/stylesheets/theme/theme.scss.erb */
.badge + .meta-item {
  margin-left: 8px;
}

/* line 3672, app/assets/stylesheets/theme/theme.scss.erb */
.meta-item {
  font-size: 13px;
  margin-left: 24px;
}

/* line 3677, app/assets/stylesheets/theme/theme.scss.erb */
span.first-meta-item.meta-item {
  margin-left: 0;
}

/* line 3681, app/assets/stylesheets/theme/theme.scss.erb */
.records .title,
.sub-section .form .title {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.4;
  max-width: 800px;
}

/* line 3689, app/assets/stylesheets/theme/theme.scss.erb */
.records .extra,
.sub-section .form .extra {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.5;
}

/* line 3697, app/assets/stylesheets/theme/theme.scss.erb */
.records .extra code,
.sub-section .form .extra code {
  color: #000;
  margin-left: 8px;
}

/* line 3703, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold h3.no-link.label code label {
  cursor: default;
}

/* line 3707, app/assets/stylesheets/theme/theme.scss.erb */
.strike-out {
  text-decoration: line-through;
}

/* DROPDOWN LABEL ACTIONS */
/* line 3713, app/assets/stylesheets/theme/theme.scss.erb */
.label-link .dropdown {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: relative;
  bottom: 2px;
}

/* line 3720, app/assets/stylesheets/theme/theme.scss.erb */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 3727, app/assets/stylesheets/theme/theme.scss.erb */
.label-link .dropdown i {
  font-size: 0.875em;
  opacity: 0.5;
  cursor: pointer;
  padding: 0 6px;
}

/* line 3734, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 3742, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.98rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 3762, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-menu-end {
  right: 0;
  left: auto;
}

/* line 3767, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3780, app/assets/stylesheets/theme/theme.scss.erb */
html .active-scaffold a.dropdown-item:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* LIST HEADER */
/* line 3787, app/assets/stylesheets/theme/theme.scss.erb */
.search-meta-bar {
  display: flex;
  align-items: center;
  margin: 40px 0 32px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.03);
}

/* line 3795, app/assets/stylesheets/theme/theme.scss.erb */
.search-meta-bar > div {
  width: 40%;
}

/* line 3799, app/assets/stylesheets/theme/theme.scss.erb */
.search-meta-bar .active-scaffold-footer {
  display: flex;
  padding-left: 8px;
  font-size: 80%;
  font-weight: 400;
  width: 60%;
}

/* line 3807, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-footer .header-sort-lines {
  width: 65%;
  float: left;
  display: flex;
  align-items: center;
}

/* line 3814, app/assets/stylesheets/theme/theme.scss.erb */
.search-meta-bar .active-scaffold-pagination {
  width: 35%;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 3822, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .as_paginate:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 3826, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .as_paginate.current {
  z-index: 1;
  color: #fff;
}

/* line 3831, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .as_paginate {
  position: relative;
  display: block;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 3844, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .as_paginate {
  position: relative;
  display: block;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 3857, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination {
  display: flex;
  float: right;
}

/* line 3862, app/assets/stylesheets/theme/theme.scss.erb */
.search-meta-bar small {
  opacity: 0.5;
  padding-left: 8px;
}

/* line 3867, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-footer .header-sort-lines .select-wrapper {
  margin-left: 4px;
  font-size: 12px;
}

/* line 3871, app/assets/stylesheets/theme/theme.scss.erb */
.select-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

/* line 3877, app/assets/stylesheets/theme/theme.scss.erb */
.select-wrapper select {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 3890, app/assets/stylesheets/theme/theme.scss.erb */
.select-wrapper span {
  color: #007bff;
  font-weight: 500;
}

/* line 3895, app/assets/stylesheets/theme/theme.scss.erb */
.select-wrapper span:after {
  content: "▼";
  font-size: 10px;
  vertical-align: middle;
  margin: 0 8px 0 4px;
}

/* line 3902, app/assets/stylesheets/theme/theme.scss.erb */
.search-meta-bar > div:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 3908, app/assets/stylesheets/theme/theme.scss.erb */
.search-meta-bar .header_action_group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
}

/* line 3915, app/assets/stylesheets/theme/theme.scss.erb */
div#show_field_search {
  width: auto;
}

/* line 3917, app/assets/stylesheets/theme/theme.scss.erb */
div#show_field_search .fal {
  margin-right: 10px;
}

/* FILES */
/* line 3924, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form-record .file_input .dragonfly_controls {
  display: flex;
}

/* line 3928, app/assets/stylesheets/theme/theme.scss.erb */
#files-permission-box .dragonfly_controls > div > a.file_link {
  display: flex;
  align-items: baseline;
}

/* line 3933, app/assets/stylesheets/theme/theme.scss.erb */
.file_box li.sub-form-record {
  margin-left: 10px;
  display: flex;
  flex-direction: row;
}

/* line 3939, app/assets/stylesheets/theme/theme.scss.erb */
.file_box li.sub-form-record span, .file_link > span {
  margin-left: 10px;
}

/* line 3943, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form-record .file-icon,
.sub-form-record .file_link {
  display: flex;
  align-items: center;
}

/* line 3949, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .file_box li:not(.form-element) {
  margin-bottom: 0;
}

/* line 3953, app/assets/stylesheets/theme/theme.scss.erb */
input[type="file"] {
  height: auto;
  opacity: 1;
  position: static;
  border: none;
  outline: none;
  margin-top: -6px;
  text-indent: -189px;
  overflow: hidden;
  z-index: -1;
  margin-left: 20px;
  background: transparent;
  padding-left: 40px;
  pointer-events: none;
  width: 100%;
  max-width: 250px;
}

/* line 3971, app/assets/stylesheets/theme/theme.scss.erb */
#drop_layer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(23, 123, 187, 0.35);
  top: 0;
  left: 0;
  z-index: 100000;
  border: 30px solid #06060669;
  padding: 30px;
  display: none;
}

/* line 3984, app/assets/stylesheets/theme/theme.scss.erb */
#drop_layer.droppable {
  display: block;
}

/* line 3988, app/assets/stylesheets/theme/theme.scss.erb */
#drop_layer span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 50px;
  margin-top: 20%;
  display: block;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
}

/* line 3998, app/assets/stylesheets/theme/theme.scss.erb */
.file_box_span input.text-input[type="file"] {
  text-indent: -199px;
}

/* line 4002, app/assets/stylesheets/theme/theme.scss.erb */
.file_box_span .file-input:focus {
  box-shadow: none;
}

/* line 4006, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .sub-form .file_box_span label {
  display: block;
}

/* line 4010, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold input.text-input[type="file"] {
  height: auto;
  opacity: 1;
  position: static;
  border: none;
  outline: none;
  margin-top: 5px;
  text-indent: -190px;
  overflow: hidden;
  z-index: -1;
  margin-left: 10px;
  background: transparent;
  padding-left: 40px;
  pointer-events: none;
  width: 100%;
}

/* line 4027, app/assets/stylesheets/theme/theme.scss.erb */
.form .file_box .form-element dl {
  align-items: start;
}

/* line 4031, app/assets/stylesheets/theme/theme.scss.erb */
.avatar img {
  border-radius: 100%;
}

/* COMMENTS */
/* line 4037, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .records {
  padding: 0;
  max-height: 400px;
  overflow: auto;
}

/* line 4043, app/assets/stylesheets/theme/theme.scss.erb */
.records .comment_box:not(.by-self) {
  text-align: left;
}

/* line 4047, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .records .comment_box {
  transition: background-color 1s;
}

/* line 4051, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create h4,
.comments-sub-form .as_form.create dt,
.comments-sub-form .comment-actions,
.comments-sub-form .active-scaffold-footer {
  display: none;
}

/* line 4058, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create dd {
  max-width: none;
}

/* line 4062, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create textarea {
  width: 100%;
}

/* line 4065, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}

/* line 4072, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create .form-footer .submit {
  float: left;
  padding-left: 40px;
}

/* line 4077, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create p.form-footer {
  position: relative;
}

/* line 4080, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create p.form-footer:before {
  content: "\f075";
  font-family: Font awesome\5 Free;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: white;
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 130px;
  top: 12px;
  font-weight: 900;
  transform: scale(1.2);
  pointer-events: none;
}

/* line 4102, app/assets/stylesheets/theme/theme.scss.erb */
[lang="en"] .comments-sub-form .as_form.create p.form-footer:before {
  right: 100px;
}

/* line 4106, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create h4,
.comments-sub-form .as_form.create dt,
.comments-sub-form .comment-actions,
.comments-sub-form .active-scaffold-footer {
  display: none;
}

/* line 4113, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form h2 {
  display: none !important;
}

/* line 4117, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.comments-sub-form
.before-header
.no-comments {
  font-style: italic;
  opacity: 0.5;
  width: 100%;
  background: #f8f9fa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  max-height: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  margin-bottom: auto;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
  margin-right: auto;
  font-weight: inherit;
  color: inherit;
}

/* line 4144, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .as_form.create textarea {
  width: 100%;
}

/* line 4148, app/assets/stylesheets/theme/theme.scss.erb */
.show-view .create-view .form-element textarea {
  height: 80px;
}

/* line 4152, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.select dd {
  display: flex;
  position: relative;
}

/* line 4157, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .comments-sub-form .as_form.create dd {
  max-width: none;
}

/* line 4161, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li.by-self section {
  padding: 0 8px 0 0;
  border-left: 0;
  margin-left: auto;
  border-right: 1px solid #e0e0e0;
}

/* line 4168, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li section {
  max-width: 700px;
  padding-left: 8px;
  border-left: 1px solid #e0e0e0;
}

/* line 4174, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li.by-self header {
  opacity: 1;
}

/* line 4178, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li header {
  font-size: 0.875em;
  font-weight: 500;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
}

/* line 4186, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li.by-self header {
  display: inherit;
}

/* line 4190, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box .edit_comment_element textarea {
  width: 100%;
}

/* line 4194, app/assets/stylesheets/theme/theme.scss.erb */
.comment_box.by-self .edit_comment_actions.show_edit_comment_actions {
  display: flex;
  justify-content: left;
}

/* line 4199, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li header .comment_element {
  display: inline-block;
  margin-inline: 5px;
}

/* line 4204, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li header .comment_element .avatar {
  position: relative;
  bottom: 3px;
  margin-right: 5px;
}

/* line 4210, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .records .comment_box {
  transition: background-color 1s;
}

/* line 4214, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li.by-self {
  align-self: flex-end;
  text-align: right;
  background: rgba(0, 0, 0, 0.03);
}

/* line 4220, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul li {
  width: 100%;
  padding: 12px 16px;
}

/* line 4225, app/assets/stylesheets/theme/theme.scss.erb */
.comments-sub-form .records {
  padding: 0;
  max-height: 400px;
  overflow: auto;
}

/* line 4231, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box ul {
  background: #f8f9fa;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  max-height: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  padding: 12px 0;
}

/* line 4243, app/assets/stylesheets/theme/theme.scss.erb */
.form .records li.comment_box {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #e0e0e0;
}

/* line 4248, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.comments-sub-form .active-scaffold-header .active-scaffold-found {
  display: inline;
}

/* line 4252, app/assets/stylesheets/theme/theme.scss.erb */
div.comment_actions span:first-child, div.edit_comment_actions span:first-child {
  margin-right: 5px;
}

/* line 4256, app/assets/stylesheets/theme/theme.scss.erb */
div.comment_actions span a, div.edit_comment_actions span a {
  color: inherit;
}

/* line 4260, app/assets/stylesheets/theme/theme.scss.erb */
.edit_comment_actions, .edit_comment_element {
  display: none;
}

/* line 4264, app/assets/stylesheets/theme/theme.scss.erb */
.show_edit_comment_actions {
  display: flex;
  width: 100%;
  justify-content: right;
}

/* line 4270, app/assets/stylesheets/theme/theme.scss.erb */
.edit_comment_actions span.btn.btn-sm.btn-outline-secondary {
  min-width: 30px;
}

/* line 4274, app/assets/stylesheets/theme/theme.scss.erb */
.edit_comment_element dd {
  margin-bottom: 0;
}

/* line 4278, app/assets/stylesheets/theme/theme.scss.erb */
div#ui-datepicker-div {
  z-index: 1601 !important;
}

/* line 4282, app/assets/stylesheets/theme/theme.scss.erb */
.edit_comment_element dl {
  margin-bottom: 0;
}

/* line 4286, app/assets/stylesheets/theme/theme.scss.erb */
.comment-box .btn i:first-child {
  margin-right: 0;
}

/* line 4290, app/assets/stylesheets/theme/theme.scss.erb */
.comment_actions span.btn.btn-sm.btn-outline-danger {
  border: 1px solid #dc3545;
}

/* line 4294, app/assets/stylesheets/theme/theme.scss.erb */
.comment_box.by-self .comment_actions, .comment_box.by-self .edit_comment_actions {
  float: left;
}

/* line 4298, app/assets/stylesheets/theme/theme.scss.erb */
.comment_box .comment_actions, .comment_box .edit_comment_actions {
  float: right;
}

/* line 4302, app/assets/stylesheets/theme/theme.scss.erb */
.comment_user_element {
  display: inline-flex;
}

/* line 4306, app/assets/stylesheets/theme/theme.scss.erb */
.comment_user_element .avatar-noname {
  width: 20px;
  height: 20px;
  line-height: 22px;
  border: none;
  font-size: 12px;
  margin-right: 5px;
}

/* line 4315, app/assets/stylesheets/theme/theme.scss.erb */
.comment_box:hover .comment_actions {
  display: inline-flex;
}

/* line 4319, app/assets/stylesheets/theme/theme.scss.erb */
.comment_box .comment_actions {
  display: none;
}

/* line 4323, app/assets/stylesheets/theme/theme.scss.erb */
.comment_box .comment_actions .btn-outline-danger {
  padding: 0px 5px;
}

/*SENDINGS*/
/* line 4330, app/assets/stylesheets/theme/theme.scss.erb */
#add_sending_form .active-scaffold-header > h2 {
  display: none;
}

/* line 4334, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box form.create .form-footer input {
  margin-right: 20px;
}

/* line 4338, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box form.create .form-footer {
  max-width: 800px;
  margin-left: 280px;
  text-align: right;
}

/* line 4344, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box .footer_wrapper form .as_cancel {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 4351, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box li.form-element label {
  display: block;
}

/* line 4355, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box .files-sub-form .as_create_another {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  display: inline-block !important;
}

/* line 4362, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box ol {
  padding-left: 0;
}

/* line 4365, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box ol span.fal {
  font-size: 1rem;
  position: relative;
}

/* line 4370, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box ol span.status {
  background-color: white;
  padding: 5px;
  border-radius: 100%;
}

/* line 4377, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box .before-header > tr > td {
  width: 100%;
}

/* line 4381, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box ul {
  list-style: none;
}

/* line 4385, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section.project_sendings_group .sub-form td:first-child {
  flex-basis: auto;
}

/* line 4389, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box .rest.sending {
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 16px;
  margin-left: 17px;
  border-left: 2px solid rgba(0, 0, 0, 0.05);
}

/* line 4397, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .sub-form.horizontal-sub-form ol.sendings_list li.sending-element {
  margin-bottom: 2px;
}

/* line 4402, app/assets/stylesheets/theme/theme.scss.erb */
.sending_element_wrap:hover > .sending_element_block, .sending_element_wrap:hover > .more_info_sending_link {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

/* line 4411, app/assets/stylesheets/theme/theme.scss.erb */
.sending_element_wrap > .sending_element_block {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

/* line 4416, app/assets/stylesheets/theme/theme.scss.erb */
.sending_element_wrap #sending_children .sending_element_block {
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

/* line 4422, app/assets/stylesheets/theme/theme.scss.erb */
.sending_element_wrap:hover > .more_info_sending_link {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* line 4426, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_sending_link {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding: 6px 9px !important;
  margin-left: 5px;
  cursor: pointer;
  font-size: 11px;
  top: 0;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 4437, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_sending_link > i {
  font-size: 15px;
  color: #333;
}

/* line 4443, app/assets/stylesheets/theme/theme.scss.erb */
.sending_element_block {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 5px;
  margin-bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.05); */
  border-left: 5px solid #cacaca;
}

/* line 4452, app/assets/stylesheets/theme/theme.scss.erb */
#sending_children .sending-element.first-child {
  margin-top: 5px;
}

/* line 4456, app/assets/stylesheets/theme/theme.scss.erb */
#sending_children .sending-element.first-child:first-child {
  margin-top: 0;
}

/* line 4460, app/assets/stylesheets/theme/theme.scss.erb */
.sending_element_wrap {
  display: flex;
  justify-content: space-between;
}

/* line 4465, app/assets/stylesheets/theme/theme.scss.erb */
.users_update_box .email_setting-sub-form .toggle_sending_options dd {
  position: relative;
}

/* line 4469, app/assets/stylesheets/theme/theme.scss.erb */
.users_update_box .email_setting-sub-form .toggle_sending_options .toggle_sending_options_icon {
  position: absolute;
}

/* line 4473, app/assets/stylesheets/theme/theme.scss.erb */
.users_update_box .email_setting-sub-form .hide_in_user_form {
  display: none;
}

/* line 4477, app/assets/stylesheets/theme/theme.scss.erb */
.users_update_box .email_setting-sub-form .hide_in_user_form.show_sendings_extra_options {
  display: block;
}

/* line 4481, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .buttons_box span.btn.btn-default.argument {
  color: #788288 !important;
  background-color: #fcfcfd;
  border-color: #d2dae1;
  border-bottom-color: #cbd5dd;
  box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
  margin: 3px;
  padding: 0.1rem 0.6rem !important;
  text-transform: none;
  border-radius: 0.25rem !important;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 4495, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .buttons_box span.btn.btn-default.argument:hover {
  color: #788288 !important;
  background-color: #ebeef4;
  border-color: #b9c6d0;
}

/* line 4501, app/assets/stylesheets/theme/theme.scss.erb */
.buttons_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3px;
}

/* line 4508, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.toggle_sending_options {
  position: relative;
  right: 390px;
  cursor: pointer;
  height: 0;
  z-index: 1;
  bottom: 65px;
  float: right;
}

/* line 4521, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold ol.sendings_list code {
  color: #666;
  background-color: transparent;
}

/* line 4524, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold ol.sendings_list code label {
  font-size: 14px;
}

/* line 4529, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold ol.sendings_list .meta-item:first-child {
  margin-left: 0;
}

/* line 4534, app/assets/stylesheets/theme/theme.scss.erb */
p.sending_model {
  margin-bottom: 0;
}

/* line 4538, app/assets/stylesheets/theme/theme.scss.erb */
#sending_list_body {
  font-size: 95%;
  margin-left: 17px;
  padding-left: 15px;
  border-left: 2px solid rgba(0, 0, 0, 0.05);
}

/* line 4545, app/assets/stylesheets/theme/theme.scss.erb */
#sending_list_label {
  display: flex;
}

/* line 4549, app/assets/stylesheets/theme/theme.scss.erb */
.sending_list_info {
  width: 99%;
}

/* line 4553, app/assets/stylesheets/theme/theme.scss.erb */
.sending_list_actions {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

/* line 4560, app/assets/stylesheets/theme/theme.scss.erb */
.sendings_files_box .file_link {
  width: -moz-fit-content;
  width: fit-content;
}

/* line 4564, app/assets/stylesheets/theme/theme.scss.erb */
.footer_wrapper .reply_sending_link {
  padding: 0.375rem 0.75rem;
  color: #007bff;
}

/* line 4569, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_sending_link,
a.reply_sending_link {
  color: #212529;
  padding: 0.25rem 0 0.25rem 0.5rem;
}

/* line 4574, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_sending_link i,
a.reply_sending_link i {
  transform: rotate(200grad);
}

/* line 4580, app/assets/stylesheets/theme/theme.scss.erb */
i.fal.fa-download.download_icon {
  margin-right: 7px;
}

/* line 4584, app/assets/stylesheets/theme/theme.scss.erb */
#sending_list_body .sub-section {
  overflow: hidden;
}

/* line 4588, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_sending_link.closed i {
  transform: none;
}

/* line 4593, app/assets/stylesheets/theme/theme.scss.erb */
.sendings_files_box {
  margin-top: 5px;
}

/* line 4597, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .sub-form.horizontal-sub-form .sendings_files_box ul {
  padding-left: 0;
  font-size: 14px;
}

/* line 4602, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .sub-form.horizontal-sub-form .sendings_files_box li {
  margin-bottom: 0;
  display: flex;
}

/* line 4606, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .sub-form.horizontal-sub-form .sendings_files_box li .sub-form-record .file-icon {
  margin-left: 10px;
}

/* line 4611, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .project_sendings_group .sub-form.files-sub-form > h5 {
  position: relative;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  flex-basis: 250px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  margin-right: 24px;
  font-weight: 400;
  color: #212529;
  border: none;
}

/* line 4626, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.project_sendings_group
.sub-form.horizontal-sub-form.files-sub-form
.association-record-new {
  max-width: 800px;
}

/* line 4634, app/assets/stylesheets/theme/theme.scss.erb */
#add-new-sending .sub-form.horizontal-sub-form.files-sub-form {
  margin-bottom: 0;
}

/* line 4637, app/assets/stylesheets/theme/theme.scss.erb */
#add-new-sending .sub-form.horizontal-sub-form.files-sub-form .hide_dt_on_sending dd {
  height: 50px;
  position: relative;
  top: 25px;
}

/* line 4641, app/assets/stylesheets/theme/theme.scss.erb */
#add-new-sending .sub-form.horizontal-sub-form.files-sub-form .hide_dt_on_sending dd textarea {
  height: 100%;
}

/* line 4646, app/assets/stylesheets/theme/theme.scss.erb */
#add-new-sending .sub-form.horizontal-sub-form.files-sub-form .hide_dt_on_sending dt {
  display: none;
}

/* line 4651, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.project_sendings_group
.sub-form.horizontal-sub-form.files-sub-form
td.hidden {
  display: none;
}

/* line 4659, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.project_sendings_group
.sub-form.horizontal-sub-form.files-sub-form
.footer-wrapper {
  text-align: left;
}

/* line 4667, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.project_sendings_group
.sub-form.horizontal-sub-form.files-sub-form
td.actions
.destroy {
  color: transparent !important;
}

/* line 4676, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.project_sendings_group
.sub-form.horizontal-sub-form.files-sub-form
td.actions
.destroy:before {
  color: red;
}

/* line 4685, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.project_sendings_group
.sub-form.horizontal-sub-form.files-sub-form
td.actions {
  display: flex;
  align-items: center;
}

/* line 4694, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .project_sendings_group .sub-form.horizontal-sub-form.files-sub-form td {
  border: none;
  padding: 0;
}

/* line 4697, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .project_sendings_group .sub-form.horizontal-sub-form.files-sub-form td dl,
#content-wrapper .active-scaffold .project_sendings_group .sub-form.horizontal-sub-form.files-sub-form td dd {
  margin-bottom: 0;
}

/* line 4703, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .project_sendings_group .sub-form.horizontal-sub-form.files-sub-form dl {
  display: inline-block;
}

/* line 4707, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.project_sendings_group
.sub-form.horizontal-sub-form.files-sub-form
.hide_on_sendings {
  display: none;
}

/* line 4715, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .project_sendings_group .sub-form.horizontal-sub-form.files-sub-form {
  flex-direction: row;
  align-items: baseline;
}

/* line 4720, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section
.form
.sub-form.horizontal-sub-form
#sending_children
ol.sendings_list
li.sending-element {
  border-bottom: none;
  padding-right: 0;
  margin-left: 17px;
  padding-left: 10px;
  border-left: 2px solid rgba(0, 0, 0, 0.05);
}

/* line 4733, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box #sending_children #sending_reply_section {
  display: none;
  padding: 25px;
  margin-top: 25px;
  border-top: 1px solid lightgray;
}

/* line 4740, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box #sending_children > div#sending_reply_section > span {
  margin-bottom: 30px;
  display: block;
  font-size: 1.05em;
}

/* line 4746, app/assets/stylesheets/theme/theme.scss.erb */
.sending-element .footer_wrapper {
  display: none;
}

/* line 4750, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section
.form
.sub-form.horizontal-sub-form
#sending_children
ol.sendings_list
li.sending-element {
  padding-bottom: 0;
  background: #fff;
  padding-left: 0;
  padding-top: 0;
  border-right: 0;
  margin-bottom: -2px;
}

/* line 4764, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .sub-form.horizontal-sub-form #sending_children ol.sendings_list li.sending-element {
  width: auto;
}

/* line 4771, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box .footer_wrapper .loading-indicator {
  float: right;
  margin-top: 20px;
}

/* line 4776, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box .footer_wrapper a.mark_as_sended.btn.btn-success {
  margin-top: 10px !important;
}

/* line 4781, app/assets/stylesheets/theme/theme.scss.erb */
input#mark_as_sended {
  margin-top: 0 !important;
}

/* line 4785, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.sending_subject dd {
  display: flex;
  align-items: center;
}

/* line 4789, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.sending_subject dd span {
  width: 20%;
  text-align: left;
}

/* line 4794, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.sending_subject dd input {
  margin-bottom: 0;
}

/* line 4800, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.horizontal-sub-form li.form-element.send_with_user_email_settings dl {
  align-items: end;
  margin-bottom: 0;
}

/* line 4805, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.horizontal-sub-form li.form-element.send_with_user_email_settings dd {
  text-align: left;
}

/* line 4810, app/assets/stylesheets/theme/theme.scss.erb */
.project_sendings_group .send_new_sending {
  text-align: right;
  margin-bottom: 30px;
}

/* line 4815, app/assets/stylesheets/theme/theme.scss.erb */
#add-new-sending .loading-indicator {
  float: right;
  margin-top: 20px;
}

/* line 4820, app/assets/stylesheets/theme/theme.scss.erb */
ul.projects_for_user li {
  margin-bottom: 10px;
}

/* line 4824, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_show_box span.flag.fal.fa-copy.document_icon {
  margin-left: 10px;
}

/* line 4828, app/assets/stylesheets/theme/theme.scss.erb */
ol#sending-permission-project-user-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  max-width: 1100px;
}

/* line 4835, app/assets/stylesheets/theme/theme.scss.erb */
li.sending-permission-project-user-list-element label {
  text-align: right;
}

/* line 4839, app/assets/stylesheets/theme/theme.scss.erb */
li.sending-permission-project-user-list-element {
  width: 20%;
}

/* line 4843, app/assets/stylesheets/theme/theme.scss.erb */
p#sending-permission-project-user-title {
  text-align: left;
  margin-left: 100px;
}

/* line 4848, app/assets/stylesheets/theme/theme.scss.erb */
.hide_change_notifications_permissions_checkbox {
  display: none;
}

/* line 4852, app/assets/stylesheets/theme/theme.scss.erb */
#deactivate_sending_permission label {
  font-family: 'Roboto';
  text-align: left;
  margin-left: 10px;
}

/* line 4858, app/assets/stylesheets/theme/theme.scss.erb */
#activate_sending_permission label {
  font-family: 'Roboto';
  text-align: left;
  margin-left: 10px;
}

/* line 4864, app/assets/stylesheets/theme/theme.scss.erb */
div#update_sending_permissions.active.active_sm {
  max-width: 650px;
}

/* line 4868, app/assets/stylesheets/theme/theme.scss.erb */
div#update_sending_permissions.active li.sending-permission-project-user-list-element .change_permissions_checkbox > a {
  display: flex;
}

/* line 4872, app/assets/stylesheets/theme/theme.scss.erb */
div#update_sending_permissions.active li.sending-permission-project-user-list-element .change_permissions_checkbox > a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}

/* line 4878, app/assets/stylesheets/theme/theme.scss.erb */
div#update_sending_permissions.active li.sending-permission-project-user-list-element .change_permissions_checkbox > a:hover * {
  cursor: pointer;
}

/* line 4882, app/assets/stylesheets/theme/theme.scss.erb */
div#update_sending_permissions.active li.sending-permission-project-user-list-element {
  width: 33%;
}

/* line 4886, app/assets/stylesheets/theme/theme.scss.erb */
#sending-permission-project-user-title span.fal.fa-times.close_overlay {
  float: right;
  font-size: 22px !important;
}

/* line 4891, app/assets/stylesheets/theme/theme.scss.erb */
#sending-permission-project-user-title span.fal.fa-times.close_overlay:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* line 4896, app/assets/stylesheets/theme/theme.scss.erb */
.horizontal-sub-form > p#sending-permission-project-user-title {
  text-align: left;
  margin-left: 30px;
}

/* line 4901, app/assets/stylesheets/theme/theme.scss.erb */
.horizontal-sub-form > ol#sending-permission-project-user-list {
  padding-left: 220px;
}

/* line 4905, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold #add-new-sending .errorExplanation {
  display: block;
  width: 100%;
  max-width: 90%;
  padding-inline: 30px;
  margin-inline: auto;
  text-align: left;
}

/* line 4914, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_message_container {
  display: none;
  margin-bottom: 35px;
  padding: 20px;
}

/* line 4919, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_message_container #sendings_message_content {
  display: flex;
  flex-direction: row;
}

/* line 4922, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_message_container #sendings_message_content p {
  margin-bottom: 0;
}

/* line 4925, app/assets/stylesheets/theme/theme.scss.erb */
#sendings_message_container #sendings_message_content span {
  position: relative;
  left: 70px;
  bottom: 5px;
  cursor: pointer;
}

/* line 4934, app/assets/stylesheets/theme/theme.scss.erb */
.tagsinput input.not_valid {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 4939, app/assets/stylesheets/theme/theme.scss.erb */
#record_sended_to_tagsinput, #add-new-sending .tagsinput {
  margin-top: 10px;
  text-align: left;
  overflow-y: auto;
  height: auto !important;
  min-height: 0 !important;
}

/* line 4947, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sending_list_actions .sending_label:hover, #content-wrapper .active-scaffold .sending_structure .footer .sending_label:hover {
  background-color: #d3d3d36b !important;
  color: #333 !important;
}

/* line 4952, app/assets/stylesheets/theme/theme.scss.erb */
#sending_children .sending_element_wrap .sending_element_block {
  background: #fff !important;
  border-bottom: 0;
}

/* line 4957, app/assets/stylesheets/theme/theme.scss.erb */
div#sending_children {
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}

/* line 4962, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_sending_link:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}

/* line 4966, app/assets/stylesheets/theme/theme.scss.erb */
.sending_list_actions .sending_label, .sending_structure .footer .sending_label {
  line-height: 1;
  padding: 0;
  min-width: 25px;
  text-align: center;
  min-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.05);
}

/* line 4979, app/assets/stylesheets/theme/theme.scss.erb */
.email_data_structure {
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
}

/* FICHEROS EN SENDINGS */
/* line 4987, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container .sendings_controller .create-view .files-sub-form {
  text-align: right;
  width: 100%;
  padding-right: 20px;
  padding-left: 165px;
  margin-top: 20px;
  display: block;
}

/* line 4996, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container .sendings_controller .create-view .files-sub-form > h5,
#overlay-container .sendings_controller .create-view .files-sub-form table > thead,
#overlay-container .sendings_controller .create-view .files-sub-form table tbody tr td dl dt,
#overlay-container .sendings_controller .create-view .files-sub-form table tbody tr td.hidden {
  display: none;
}

/* line 5003, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container .sendings_controller .create-view .files-sub-form table > {
  width: 100%;
  margin-left: 170px;
  max-width: 800px;
}

/* line 5009, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container .sendings_controller .create-view .files-sub-form table > tbody tr td {
  border: none;
}

/* line 5013, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container .sendings_controller .create-view .files-sub-form .as_create_another {
  display: inline-block !important;
}

/* line 5017, app/assets/stylesheets/theme/theme.scss.erb */
.sendings_files_box {
  margin-top: 5px;
}

/* line 5021, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .sub-form.horizontal-sub-form .sendings_files_box ul {
  padding-left: 0;
  font-size: 14px;
}

/* line 5026, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form .sub-form.horizontal-sub-form .sendings_files_box li {
  margin-bottom: 0;
}

/* line 5030, app/assets/stylesheets/theme/theme.scss.erb */
.sendings_files_box .file_link {
  width: -moz-fit-content;
  width: fit-content;
}

/* TAGS */
/* line 5036, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput input {
  width: auto !important;
}

/* line 5040, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput {
  /*height: 38px !important;*/
  overflow-y: hidden;
  cursor: text;
  border: 1px solid #ccc;
  background: #fff;
}

/* line 5048, app/assets/stylesheets/theme/theme.scss.erb */
h5.sub-section-title {
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding-top: 0;
  color: #333333 !important;
  background-color: #f9fafc;
  border-color: #eaeef1;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 15px;
}

/* line 5065, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold.tags-view tr.record td.actions {
  width: 300px;
}

/* line 5069, app/assets/stylesheets/theme/theme.scss.erb */
#as_tags-taggings_count-column {
  width: 150px;
}

/* line 5073, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold input.text-input.color-input {
  max-width: 24px;
  color: transparent;
  cursor: pointer;
  min-width: unset;
}

/* line 5080, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput div {
  clear: none;
  width: auto;
  display: inline-block;
  margin: 0;
  float: none;
  flex-grow: 1;
  cursor: text;
}

/* line 5089, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .form dd div.tagsinput {
  border-radius: 5px;
  display: block;
  border-color: #ced4da;
  /*margin-top: -10px;*/
  cursor: text;
  padding: 0;
}

/* line 5098, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .form dd div.tagsinput input {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  box-shadow: none;
  padding: 0 10px 0 5px;
  margin: 0 5px 0 0;
  width: 100% !important;
  font-size: 0.98rem;
  opacity: 0.7;
  height: 24px;
  top: 0;
}

/* line 5111, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput span.tag {
  background: #eff2f7;
  padding: 0px 10px 0px 5px;
  border: none;
  border-radius: 2px;
  font-size: 0.98rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  position: relative;
  color: #495057;
  height: 26px;
  float: none;
  border: 1px solid #cdd5e3;
  border-radius: 2px;
  margin-bottom: 0;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* line 5131, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput span.tag a {
  color: #a9b9d8;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: right;
  padding-right: 5px;
  line-height: 14px;
  padding-bottom: 9px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 13px;
}

/* line 5145, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput div.tags_clear {
  display: none;
}

/* line 5149, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput span.tag:hover,
.sub-section .sub-form-record td:first-child dl span.tag:hover span {
  color: #aad7f4;
  background: #007bff;
}

/* line 5155, app/assets/stylesheets/theme/theme.scss.erb */
div.tagsinput span.tag:hover a {
  color: #aad7f4;
}

/* TOGGLE BUTTON */
/* line 5160, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button {
  display: inline-block;
  padding: 2px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  font-size: 14px;
  width: 28px;
  text-align: center;
  border-radius: 999px;
  color: #a0a0a0;
  margin-right: 8px;
  cursor: pointer;
}

/* line 5172, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button i.fal.fa-times {
  display: none;
}

/* line 5177, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button:not(.active) {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
  max-width: 28px;
  max-height: 28px;
  min-width: 28px;
  min-height: 28px;
}

/* line 5185, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button:not(.active) i.fal.fa-times {
  display: inline-block;
}

/* line 5188, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button:not(.active) i.fal.fa-check {
  display: none;
}

/* line 5193, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button:not(.active):hover {
  border-color: #28a745;
  color: #28a745;
  background: rgba(40, 167, 69, 0.1);
  text-decoration: none;
}

/* line 5198, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button:not(.active):hover i.fal.fa-times {
  display: none;
}

/* line 5201, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button:not(.active):hover i.fal.fa-check {
  display: inline-block;
}

/* line 5206, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button.active {
  background: #28a745;
  max-width: 28px;
  max-height: 28px;
  min-width: 28px;
  min-height: 28px;
}

/* line 5214, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button.active i {
  color: #fff;
}

/* line 5218, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button.active:hover {
  background: rgba(220, 53, 69, 0.1);
  border-color: #dc3545;
  color: #dc3545 !important;
}

/* line 5224, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button.active:hover i.fal.fa-times {
  display: inline-block;
  color: #dc3545 !important;
}

/* line 5229, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button.active:hover i.fal.fa-check {
  display: none;
}

/* line 5233, app/assets/stylesheets/theme/theme.scss.erb */
.toggle_button.delete:hover {
  background: rgba(220, 53, 69, 0.1);
  border-color: #dc3545;
  color: #dc3545;
}

/* SHOW VIEW */
/* line 5241, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dd {
  padding-right: 0;
  margin-right: 0;
}

/* line 5246, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view .view_show_columns dl.full_width {
  padding: 0;
}

/* line 5250, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
  align-items: flex-start;
  padding: 0 5px;
  margin-bottom: 5px;
  padding-left: 0;
}

/* line 5257, app/assets/stylesheets/theme/theme.scss.erb */
.show-view > .view_show_columns {
  padding: 25px;
  margin-bottom: 25px;
  background-color: #0056b30d;
  overflow-wrap: anywhere;
}

/* line 5264, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view > h4 {
  font-size: 2rem;
  margin-left: -66px;
  width: 110%;
}

/* line 5270, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dt {
  margin-right: 24px;
}

/* line 5274, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dt label {
  margin-left: 0 !important;
  text-align: right !important;
}

/* SHOW SUB FORMS */
/* line 5282, app/assets/stylesheets/theme/theme.scss.erb */
span.hide-section-icon {
  font-size: 20px;
  color: #cacaca;
}

/* line 5287, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .show-view .sub-form .active-scaffold-header > .actions .loading-indicator {
  display: none;
}

/* line 5291, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .show-view .sub-form .active-scaffold-header > .actions, #content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form > div.open_in_overlay_div.actions {
  margin-top: -38px;
  margin-right: 29px;
  float: right;
  width: auto;
  position: absolute;
  order: 1;
  right: 0;
}

/* line 5301, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .show-view .sub-form .active-scaffold-header > .actions a.btn,
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form > div.open_in_overlay_div.actions span.btn {
  padding: 3px 5px;
}

/* line 5306, app/assets/stylesheets/theme/theme.scss.erb */
.show_action .active-scaffold .document_file-sub-form dt {
  width: 200px;
}

/* line 5310, app/assets/stylesheets/theme/theme.scss.erb */
.open_in_overlay_div span.as-js-button.open_in_overlay.btn.btn.btn-outline-primary.hide_btn_icon .open_in_overlay_icon {
  display: none;
}

/* SUBFORMS RECORDSELECT */
/* line 5317, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .sub-form > h5,
.sub-section .horizontal-sub-form tr.association-record dt,
.sub-section .sub-form.horizontal-sub-form th:last-child {
  display: none !important;
}

/* line 5322, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .sub-form.horizontal-sub-form th,
.sub-section .sub-form.horizontal-sub-form thead {
  display: block;
}

/* line 5327, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .sub-form.horizontal-sub-form th {
  flex-basis: 100%;
}

/* line 5331, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .sub-form.horizontal-sub-form th, .sub-section .sub-form.horizontal-sub-form td,
.sub-section .sub-form.horizontal-sub-form tr {
  border: none !important;
  margin-bottom: 0 !important;
  padding-block: 0 !important;
}

/* line 5339, app/assets/stylesheets/theme/theme.scss.erb */
.create-view .form .as_create_another,
.update-view .form .as_create_another,
.create-view .sub-form .form-footer input[type="submit"],
.update-view .sub-form .form-footer input[type="submit"] {
  color: #007bff;
  background-color: transparent;
  border-color: #007bff;
  padding-block: 1px;
}

/* line 5349, app/assets/stylesheets/theme/theme.scss.erb */
.create-view input[type="submit"],
.update-view input[type="submit"],
.create-view .as_create_another,
.update-view .as_create_another {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}

/* line 5373, app/assets/stylesheets/theme/theme.scss.erb */
html .active-scaffold .create-view input[type="submit"]:hover,
html .active-scaffold .update-view input[type="submit"]:hover,
html .active-scaffold .create-view .form .as_create_another:hover,
html .active-scaffold .update-view .form .as_create_another:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  text-decoration: none;
}

/* TABLES IN SHOW SUBFORMS */
/* line 5386, app/assets/stylesheets/theme/theme.scss.erb */
.show_action .sub-section .sub-form.horizontal-sub-form thead {
  display: table-header-group;
}

/* line 5387, app/assets/stylesheets/theme/theme.scss.erb */
.show_action .sub-section .sub-form.horizontal-sub-form tr {
  display: table-row;
}

/* line 5388, app/assets/stylesheets/theme/theme.scss.erb */
.show_action .sub-section .sub-form.horizontal-sub-form th,
.show_action .sub-section .sub-form.horizontal-sub-form td {
  display: table-cell;
}

/* line 5390, app/assets/stylesheets/theme/theme.scss.erb */
.show_action .sub-section .sub-form.horizontal-sub-form td {
  text-align: left;
}

/* NEW STYLE TABLES */
/* line 5397, app/assets/stylesheets/theme/theme.scss.erb */
td.oversize_column {
  width: 40%;
}

/* line 5401, app/assets/stylesheets/theme/theme.scss.erb */
td.date_column {
  min-width: 120px;
}

/* line 5405, app/assets/stylesheets/theme/theme.scss.erb */
td.datetime_column {
  min-width: 170px;
}

/* line 5409, app/assets/stylesheets/theme/theme.scss.erb */
.ui_tpicker_unit_hide {
  display: none;
}

/* line 5413, app/assets/stylesheets/theme/theme.scss.erb */
tbody.records tr.record td[class*='column'] {
  min-width: 80px;
  white-space: nowrap;
}

/* line 5418, app/assets/stylesheets/theme/theme.scss.erb */
tbody.records tr.record td[class*='column'] a {
  padding-left: 0;
}

/* line 5422, app/assets/stylesheets/theme/theme.scss.erb */
thead th > .general_label {
  min-width: 150px;
}

/* line 5426, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.actions .indicator-container {
  position: absolute;
  pointer-events: none;
  padding-inline: 0 !important;
}

/* line 5432, app/assets/stylesheets/theme/theme.scss.erb */
td.actions .indicator-container > img {
  margin: 0;
  background: white;
  padding: 0;
  position: relative;
  top: -3px;
}

/* line 5440, app/assets/stylesheets/theme/theme.scss.erb */
li.theme_action_group-filter_group {
  margin-block: 5px;
  padding: 5px;
}

/* FILTER LINK GROUPS */
/* line 5448, app/assets/stylesheets/theme/theme.scss.erb */
li.filter_dropdown.action_group.close_on_click_outside {
  list-style: none;
  background-color: transparent;
  background-image: none;
  font-family: Arial;
  font-weight: 400;
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

/* line 5457, app/assets/stylesheets/theme/theme.scss.erb */
li.filter_dropdown.action_group.close_on_click_outside > div.dropdown-menu:after {
  content: '▼';
  line-height: 1;
  vertical-align: middle;
  margin-left: 5px;
}

/* line 5463, app/assets/stylesheets/theme/theme.scss.erb */
li.filter_dropdown.action_group.close_on_click_outside > div.dropdown-menu::-moz-selection {
  color: inherit;
}
li.filter_dropdown.action_group.close_on_click_outside > div.dropdown-menu::selection {
  color: inherit;
}

/* line 5464, app/assets/stylesheets/theme/theme.scss.erb */
li.filter_dropdown.filter_show_actions_list.action_group.close_on_click_outside > div.dropdown-menu:after {
  content: '▲';
}

/* line 5468, app/assets/stylesheets/theme/theme.scss.erb */
li.filter_dropdown.action_group.close_on_click_outside:hover > div {
  color: #960A25 !important;
}

/* line 5472, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.filter_dropdown.action_group .show_actions_list li a {
  border-radius: 0;
}

/* line 5473, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.filter_dropdown.action_group .show_actions_list li:hover a {
  color: white !important;
  background-color: #960A25 !important;
}

/* line 5478, app/assets/stylesheets/theme/theme.scss.erb */
li.filter_dropdown.action_group.close_on_click_outside > div {
  color: #007bff;
}

/* line 5481, app/assets/stylesheets/theme/theme.scss.erb */
li.filter_dropdown.action_group.close_on_click_outside > div.dropdown-menu {
  display: block;
  position: relative;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: right;
  min-width: 0;
}

/* line 5493, app/assets/stylesheets/theme/theme.scss.erb */
.new-filter_btn.filter-btn.nav.navbar-nav.btn-group {
  float: right;
}

/* line 5497, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group,
.hover_list_action.action_group {
  cursor: pointer;
  margin: 0;
  position: relative;
  background: #e7e7e7;
  border-radius: 4px;
  margin-block: 5px;
}

/* line 5506, app/assets/stylesheets/theme/theme.scss.erb */
.hover_list_action.action_group:hover {
  background: lightgray;
}

/* line 5507, app/assets/stylesheets/theme/theme.scss.erb */
.hover_list_action.action_group:before {
  color: #919191;
}

/* line 5508, app/assets/stylesheets/theme/theme.scss.erb */
.hover_list_action.action_group:hover:before {
  color: #565656;
}

/* line 5509, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group:hover {
  background: lightgray;
}

/* line 5510, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group:before {
  color: #919191;
}

/* line 5511, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group:hover:before {
  color: #565656;
}

/* line 5512, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group .actions,
.hover_list_action.action_group .actions {
  color: transparent !important;
  text-align: center;
  position: relative;
}

/* line 5518, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown ul.show_actions_list {
  top: 30px;
}

/* line 5521, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown ul.show_actions_list > div.btn-group {
  width: 100%;
}

/* line 5524, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown ul.show_actions_list > div.btn-group a {
  text-align: left;
  width: 100%;
}

/* line 5530, app/assets/stylesheets/theme/theme.scss.erb */
.hover_list_action.action_group > ul.show_actions_list, .dashboard_box span.dashboard_module_actions.hover_list_action > ul.show_actions_list,
.filter_dropdown.action_group > ul.show_actions_list {
  list-style-type: none;
  margin: 0;
  position: absolute;
  display: block;
  min-width: 150px;
  z-index: 10000;
  border: 1px solid #dee2e6;
  margin-top: 5px;
  background: white;
  right: 10px;
}

/* line 5543, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group + table,
.hover_list_action.action_group + table {
  float: none;
}

/* line 5547, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group > ul,
.hover_list_action.action_group > ul {
  display: none;
  padding: 0;
  margin: 0;
}

/* line 5553, app/assets/stylesheets/theme/theme.scss.erb */
.filter_dropdown.action_group > ul > div > li,
.hover_list_action.action_group > ul > div > li {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}

/* line 5561, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record .hover_list_action.action_group > ul > div > li a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 0.98rem;
}

/* line 5575, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record .hover_list_action.action_group > ul > div > li a.destroy:hover {
  color: #e44141 !important;
}

/* line 5579, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record .hover_list_action.action_group > ul > div > li a:hover {
  color: #16181b !important;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* LINK_SELECT */
/* line 5587, app/assets/stylesheets/theme/theme.scss.erb */
.link_select {
  display: inline-block !important;
}

/* line 5589, app/assets/stylesheets/theme/theme.scss.erb */
.link_select + .link_select {
  margin-left: 15px !important;
}

/* line 5591, app/assets/stylesheets/theme/theme.scss.erb */
.link_select dl {
  display: inline-block !important;
  margin-bottom: 0 !important;
}

/* line 5595, app/assets/stylesheets/theme/theme.scss.erb */
.link_select dt {
  display: none;
}

/* line 5597, app/assets/stylesheets/theme/theme.scss.erb */
.link_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none !important;
  color: #007bff;
  width: auto;
  outline: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  background: transparent;
}

/* line 5611, app/assets/stylesheets/theme/theme.scss.erb */
.link_select select option {
  color: black;
  background: #f8f9fa;
}

/* line 5615, app/assets/stylesheets/theme/theme.scss.erb */
.link_select dd {
  width: auto;
  display: inline-block;
  margin-bottom: 0 !important;
}

/* MORE INFO BUTTON*/
/* line 5622, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_link {
  padding: 0.25rem 0 0.25rem 0.5rem;
  color: #007bff;
  border-color: #007bff;
}

/* line 5627, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_link:hover {
  color: white !important;
}

/* line 5630, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_link:hover {
  color: white !important;
}

/* line 5633, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_link i {
  transform: rotate(200grad);
}

/* line 5637, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_link:focus {
  box-shadow: none;
}

/* line 5641, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_link.closed i {
  transform: none;
}

/* line 5645, app/assets/stylesheets/theme/theme.scss.erb */
.more_info_link:focus {
  box-shadow: none;
}

/* BUTTONS BOX */
/* line 5650, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .buttons_box span.btn.btn-default.argument {
  color: #788288 !important;
  background-color: #fcfcfd;
  border-color: #d2dae1;
  border-bottom-color: #cbd5dd;
  box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
  margin: 3px;
  padding: 0.1rem 0.6rem !important;
  text-transform: none;
  border-radius: 0.25rem !important;
}

/* line 5663, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .buttons_box span.btn.btn-default.argument:hover {
  color: #788288 !important;
  background-color: #ebeef4;
  border-color: #b9c6d0;
}

/* line 5669, app/assets/stylesheets/theme/theme.scss.erb */
.buttons_box span.btn.btn-outline-secondary.btn-sm {
  margin: 1px;
}

/* line 5673, app/assets/stylesheets/theme/theme.scss.erb */
.simulated_input {
  display: flex;
  flex-direction: row;
  max-width: 800px;
  overflow-y: hidden;
  margin-top: 15px;
  width: 100%;
  position: relative;
  margin-bottom: 6px;
  top: -6px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 5695, app/assets/stylesheets/theme/theme.scss.erb */
.simulated_input .tag {
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  padding: 0.2em 0.6em 0.3em;
  border-radius: 0.25em;
  background-color: #177bbb;
  color: #aad7f4;
  cursor: pointer;
}

/* QUICK NEW ICON */
/* line 5710, app/assets/stylesheets/theme/theme.scss.erb */
.quick_new_button:before {
  content: "\f067";
  font-family: "FONT AWESOME 5 PRO";
  margin-right: 5px;
}

/* INPLACE EDIT */
/* line 5718, app/assets/stylesheets/theme/theme.scss.erb */
input.inplace_field {
  min-width: 50px !important;
}

/* line 5720, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table > tbody.before-header > tr > td {
  padding: inherit;
  line-height: inherit;
  vertical-align: inherit;
  border-top: inherit;
  border-color: inherit;
}

/* line 5728, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .view {
  background-color: transparent;
  border: none;
}

/* line 5733, app/assets/stylesheets/theme/theme.scss.erb */
.inline-adapter .new-view {
  padding: 15px;
}

/* line 5737, app/assets/stylesheets/theme/theme.scss.erb */
a.inline-adapter-close.as_cancel {
  position: relative;
  bottom: 10px;
  display: none;
}

/* line 5743, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .inline-adapter .new-view form {
  max-width: 100%;
}

/* line 5747, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .view.edit-view.view {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #f8f9fa !important;
}

/* line 5754, app/assets/stylesheets/theme/theme.scss.erb */
.inplace_form {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}

/* line 5759, app/assets/stylesheets/theme/theme.scss.erb */
.inplace_form input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-block: 10px;
  margin-right: 10px;
}

/* line 5775, app/assets/stylesheets/theme/theme.scss.erb */
.inplace_form button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1.2;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: Arial;
  cursor: pointer;
}

/* line 5795, app/assets/stylesheets/theme/theme.scss.erb */
.inplace_form .inplace_save {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  margin-right: 10px;
}

/* line 5802, app/assets/stylesheets/theme/theme.scss.erb */
.inplace_form .inplace_save:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 5808, app/assets/stylesheets/theme/theme.scss.erb */
.inplace_form .inplace_cancel {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 5815, app/assets/stylesheets/theme/theme.scss.erb */
.inplace_form .inplace_cancel:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  text-decoration: none;
}

/* CLOSE BUTTON x */
/* line 5825, app/assets/stylesheets/theme/theme.scss.erb */
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 5832, app/assets/stylesheets/theme/theme.scss.erb */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 5835, app/assets/stylesheets/theme/theme.scss.erb */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 5839, app/assets/stylesheets/theme/theme.scss.erb */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5846, app/assets/stylesheets/theme/theme.scss.erb */
.close {
  float: right;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

/* LOGS */
/* line 5858, app/assets/stylesheets/theme/theme.scss.erb */
ul.log {
  border-top: 3px solid rgba(0, 0, 0, 0.03);
  border-bottom: 3px solid rgba(0, 0, 0, 0.03);
  margin-bottom: 16px;
}

/* line 5864, app/assets/stylesheets/theme/theme.scss.erb */
ul.log li {
  padding: 8px;
}

/* line 5865, app/assets/stylesheets/theme/theme.scss.erb */
ul.log li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.03);
}

/* line 5866, app/assets/stylesheets/theme/theme.scss.erb */
ul.log li header {
  font-size: .75em;
  font-weight: 500;
  opacity: .6;
  display: flex;
}

/* line 5872, app/assets/stylesheets/theme/theme.scss.erb */
ul.log li header .general_label {
  margin-left: 5px;
}

/* line 5875, app/assets/stylesheets/theme/theme.scss.erb */
ul.log li header .badge {
  margin: 0 8px;
}

/* line 5877, app/assets/stylesheets/theme/theme.scss.erb */
.logs-sub-form .active-scaffold-header {
  display: none;
}

/* line 5881, app/assets/stylesheets/theme/theme.scss.erb */
.logs-sub-form, .logs-sub-form .as_content ul {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 5886, app/assets/stylesheets/theme/theme.scss.erb */
.records li:not(.form-element), .sub-section.logs_group .form li:not(.form-element) {
  margin-bottom: 0;
}

/* SEARCH FORM */
/* line 5892, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .show_search.disabled {
  display: none;
}

/* line 5895, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header + table {
  width: 100%;
  background: rgba(0, 0, 0, 0.03);
}

/* line 5899, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header + table .inline-adapter td {
  padding: 3px 10px;
}

/* line 5902, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header + table .show_search-view .as_cancel {
  float: right;
}

/* line 5906, app/assets/stylesheets/theme/theme.scss.erb */
.index_action .show_search-view.view {
  padding: 15px;
}

/* line 5910, app/assets/stylesheets/theme/theme.scss.erb */
.as_form.search ol.form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 5916, app/assets/stylesheets/theme/theme.scss.erb */
.as_form.search li.form-element {
  width: 48% !important;
  margin-right: 20px;
}

/* line 5921, app/assets/stylesheets/theme/theme.scss.erb */
.as_form.search .form-element dl {
  align-items: center;
  margin-bottom: 10px;
}

/* line 5926, app/assets/stylesheets/theme/theme.scss.erb */
.as_form.search .form-element dl dt {
  width: 150px;
}

/* line 5930, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold form.as_form.search {
  max-width: none;
}

/* line 5934, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold form.as_form.search li.form-element dd {
  flex-direction: row;
  align-items: center;
}

/* line 5938, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .as_form.search li.form-element select, #content-wrapper .active-scaffold .as_form.search li.form-element input {
  min-width: 150px;
}

/* line 5942, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .logs-sub-form .table tbody + tbody {
  border-top: none;
}

/* line 5946, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .logs-sub-form table > thead:first-child > tr:first-child > th {
  display: none;
}

/* ALERTS */
/* line 5952, app/assets/stylesheets/theme/theme.scss.erb */
.alert {
  margin-top: 1rem;
}

/* line 5956, app/assets/stylesheets/theme/theme.scss.erb */
.alert_item {
  color: #495057;
  display: block;
}

/* line 5960, app/assets/stylesheets/theme/theme.scss.erb */
.alert_item:hover {
  text-decoration: none;
  color: #495057;
}

/* line 5964, app/assets/stylesheets/theme/theme.scss.erb */
.alert_item .right_info_line {
  float: right;
}

/* line 5965, app/assets/stylesheets/theme/theme.scss.erb */
.alert_item .new_info_line {
  display: block;
}

/* line 5967, app/assets/stylesheets/theme/theme.scss.erb */
.alerts_controller.index_action th.actions {
  width: 180px;
}

/* line 5971, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications {
  margin: 0 16px 0 12px;
}

/* line 5975, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .dropdown:first-child {
  margin: 0;
}

/* line 5979, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications {
  height: 56px;
  margin-block: 0;
  width: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-inline: 0;
}

/* line 5991, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications:hover {
  background-color: #d3d3d34d;
}

/* line 5995, app/assets/stylesheets/theme/theme.scss.erb */
.user-menu.dropdown.hide-in-search-mode {
  margin-left: 10px;
}

/* line 5999, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .icon-wrapper {
  cursor: pointer;
  position: relative;
  top: 1px;
  display: flex;
  width: 100%;
  height: 90%;
  align-items: center;
  justify-content: center;
}

/* line 6010, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .icon-wrapper i {
  font-size: 24px;
  color: #fff;
}

/* line 6015, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .icon-wrapper .badge {
  position: absolute;
  right: 0px;
  top: 6px;
}

/* line 6021, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .icon-wrapper .badge-danger {
  background: #e6293c;
}

/* line 6026, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card {
  font-size: .875em;
}

/* line 6030, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card .card-header {
  font-weight: bold;
}

/* line 6034, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card .card-body {
  padding: 0;
}

/* line 6038, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card .card-body .list-group-item {
  border-radius: 0;
  border-width: 1px 0 1px !important;
}

/* line 6043, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card .card-body .list-group-item:first-child {
  border-top: 0;
}

/* line 6047, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card .card-body .list-group-item:last-child {
  border-bottom: 0;
}

/* line 6051, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card .card-body .list-group-item p {
  margin-bottom: 0;
}

/* line 6055, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .card .card-body .list-group-item .date {
  opacity: .3;
}

/* line 6059, app/assets/stylesheets/theme/theme.scss.erb */
#header.navbar .notifications .dropdown-menu {
  padding: 0;
  border: 0;
  min-width: 300px;
  max-width: 500px;
  width: 500px;
}

/* line 6067, app/assets/stylesheets/theme/theme.scss.erb */
.alerts_group .card-footer.text-right {
  display: flex;
  justify-content: space-between;
}

/* BUSQUEDAS */
/* line 6074, app/assets/stylesheets/theme/theme.scss.erb */
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: black;
  border-width: 2px;
}

/* line 6080, app/assets/stylesheets/theme/theme.scss.erb */
body #content-wrapper .show_search-view .input-group .form-control:focus {
  border-right: none;
}

/* line 6082, app/assets/stylesheets/theme/theme.scss.erb */
body #content-wrapper .show_search-view .input-group-btn .btn-default {
  margin: 0;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  padding: 0.5rem 1rem !important;
  line-height: 1;
  border-radius: 0.3rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 6093, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .show_search-view a.inline-adapter-close.as_cancel {
  text-transform: none;
  border-radius: 0 !important;
  clip-path: none;
  letter-spacing: 0;
  position: relative !important;
  padding: 0 !important;
  min-width: 0;
  min-height: 0;
  text-align: right;
  font-family: Arial;
}

/* line 6106, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .show_search-view a.inline-adapter-close.as_cancel:hover {
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

/* line 6111, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .show_search-view a.inline-adapter-close.as_cancel:before, #content-wrapper .show_search-view a.inline-adapter-close.as_cancel:after {
  content: none;
}

/* line 6114, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tbody.messages td.messages-container {
  padding: 0 !important;
  white-space: normal;
}

/* line 6118, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .table .messages-container .filtered-message .reset .loading-indicator {
  margin: 0;
}

/* line 6121, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .table .messages-container .filtered-message .reset a.as_action {
  margin: 0;
  text-transform: none;
  display: inline;
  line-height: 0;
}

/* line 6128, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-view li.form-element select.as_search_range_option {
  width: auto !important;
}

/* line 6132, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-view li.form-element select.as_search_range_option ~ span input {
  vertical-align: top;
  margin: 0;
}

/* line 6137, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-view form li.form-element dd > span {
  display: inline-block;
  padding: 5px 0;
  margin-bottom: 10px;
  text-align: right;
}

/* line 6144, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-view li.form-element select.as_search_range_option ~ span > span {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 6150, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-view li.form-element select.as_search_range_option ~ span {
  vertical-align: top;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 6159, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-view form li.form-element dd > span.search_range input {
  height: 24px;
  line-height: 1;
  font-weight: 300;
  color: #666;
  padding: 0 5px;
}

/* line 6167, app/assets/stylesheets/theme/theme.scss.erb */
.show_search-view form li.form-element dd > span.search_range {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 6174, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .show_search-view li.form-element.rs_multiple dd input {
  border: 1px solid #ced4da !important;
}

/* INPLACE EDIT */
/*
.in_place_editor_field span.handle {
  color: transparent;
}

td.in_place_editor_field span.handle:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300 !important;
  content: "\f044";
  margin-right: 4px;
  font-size: 15px;
  position: relative;
  bottom: 1px;
  color: #212529;
}

#content-wrapper .active-scaffold tr.record td > * {
  cursor: pointer;
}

td.in_place_editor_field:hover span.handle:before {
  opacity: 0.7;
}

.in_place_editor_field span.handle {
  display: inline;
}
*/
/* INLINE FORM */
/* line 6209, app/assets/stylesheets/theme/theme.scss.erb */
a.inline-adapter-close.as_cancel {
  position: relative;
  bottom: 10px;
}

/* line 6214, app/assets/stylesheets/theme/theme.scss.erb */
.inline-adapter .new-view {
  padding: 15px;
}

/* line 6218, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .inline-adapter .new-view form {
  max-width: 100%;
}

/* line 6222, app/assets/stylesheets/theme/theme.scss.erb */
.inline-adapter .new-view .inline-adapter-close.as_cancel {
  display: none;
}

/* line 6226, app/assets/stylesheets/theme/theme.scss.erb */
.inline-adapter ol.form {
  display: flex;
  flex-wrap: wrap;
}

/* line 6231, app/assets/stylesheets/theme/theme.scss.erb */
.inline-adapter ol.form li {
  width: 50%;
}

/* line 6235, app/assets/stylesheets/theme/theme.scss.erb */
.inline-adapter ol.form li dl {
  margin-bottom: 10px;
}

/* line 6239, app/assets/stylesheets/theme/theme.scss.erb */
.inline-adapter ol.form li dl dt {
  flex-basis: 150px;
  min-width: 150px;
  text-align: right;
}

/* DATEPICKER */
/* line 6246, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker {
  width: 18.5em;
}

/* line 6249, app/assets/stylesheets/theme/theme.scss.erb */
div#ui-datepicker-div {
  font-size: 13px;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1;
  border-radius: 4px;
  background: white;
  z-index: 10000000000 !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* line 6267, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker > .ui-datepicker-header {
  display: block;
  background: white;
  border: white;
  height: 42px;
}

/* line 6273, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 100%;
  width: 26px;
  font-size: 21px;
  text-align: center;
  float: left;
}

/* line 6280, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-datepicker-next {
  float: right;
}

/* line 6281, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-widget-header .ui-state-hover, .ui-datepicker .ui-state-focus, .ui-datepicker .ui-widget-content .ui-state-focus, .ui-datepicker .ui-widget-header .ui-state-focus {
  background: #eee;
  border: none;
  top: 2px !important;
}

/* line 6286, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker-prev-hover {
  left: 2px !important;
}

/* line 6289, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker-next-hover {
  right: 2px !important;
}

/* line 6292, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  background: none;
  text-indent: 0;
  color: #788288;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.53846154;
  font-size: 21px;
  height: 100%;
  top: 10px;
  font-weight: 300;
}

/* line 6304, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-datepicker-title {
  height: 100%;
  text-align: center;
}

/* line 6308, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}

/* line 6309, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  background: none;
  border: none;
  color: #788288;
  font-size: 15px;
  height: 100%;
}

/* line 6316, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker td, .ui-datepicker th {
  color: #788288;
}

/* line 6319, app/assets/stylesheets/theme/theme.scss.erb */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  padding: 5px;
  display: block;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: transparent !important;
  border: none !important;
  box-sizing: initial;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #788288 !important;
  background-color: transparent !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.53846154;
  text-decoration: none;
}

/* line 6339, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker select.ui-datepicker-month:hover, .ui-datepicker select.ui-datepicker-year:hover,
.ui-datepicker.ui-widget-content .ui-state-hover {
  background: #eeeeee !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

/* line 6345, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-state-highlight, .ui-datepicker.ui-widget-content .ui-state-highlight, .ui-datepicker .ui-widget-header .ui-state-highlight {
  color: #177bbb !important;
}

/* line 6348, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-state-active, .ui-datepicker.ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
  background: #177bbb !important;
}

/* line 6351, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker-buttonpane.ui-widget-content {
  display: flex;
  justify-content: space-between;
  border: none;
  border-top: 1px solid #dddddd;
}

/* line 6357, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker-buttonpane.ui-widget-content button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
  border: 1px solid #cccccc;
}

/* line 6367, app/assets/stylesheets/theme/theme.scss.erb */
td.sortable-handle, .active-scaffold .sub-form table td.sortable-handle {
  background: none;
}

/* line 6368, app/assets/stylesheets/theme/theme.scss.erb */
td.sortable-handle:after, .active-scaffold .sub-form table td.sortable-handle:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f047";
  font-size: 20px;
  display: inline;
  width: 20px;
  height: 20px;
  background: none;
  margin-left: 10px;
  opacity: 0;
}

/* line 6379, app/assets/stylesheets/theme/theme.scss.erb */
td.sortable-handle:hover:after, .active-scaffold .sub-form table td.sortable-handle:hover:after {
  opacity: 0.5;
}

/* line 6381, app/assets/stylesheets/theme/theme.scss.erb */
span.ui-slider-handle.ui-corner-all.ui-state-default {
  border: 1px solid #c5c5c5 !important;
  background: #ffffff !important;
  padding: 0;
  top: -5px;
  width: 15px;
  height: 15px;
}

/* line 6389, app/assets/stylesheets/theme/theme.scss.erb */
span.ui-slider-handle.ui-corner-all.ui-state-default.ui-state-focus {
  top: -5px !important;
}

/* line 6392, app/assets/stylesheets/theme/theme.scss.erb */
dt.ui_tpicker_hour_label {
  margin-bottom: 5px;
}

/* line 6395, app/assets/stylesheets/theme/theme.scss.erb */
dt.ui_tpicker_minute_label {
  margin-bottom: 5px;
}

/* line 6398, app/assets/stylesheets/theme/theme.scss.erb */
.ui-slider {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

/* line 6403, app/assets/stylesheets/theme/theme.scss.erb */
.datepicker .table tr {
  display: table-row !important;
}

/* datetimepicker select oneline */
/* line 6409, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-div.ui-timepicker-oneLine dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 8px 12px;
}

/* line 6417, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine dd.ui_tpicker_time {
  display: block;
  grid-column: 1 / -1;
}

/* line 6422, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine dt.ui_tpicker_time_label {
  display: none;
}

/* line 6426, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine .ui_tpicker_hour .ui_tpicker_hour_slider,
.ui-timepicker-oneLine .ui_tpicker_hour .ui_tpicker_hour_slider select,
.ui-timepicker-oneLine .ui_tpicker_minute .ui_tpicker_minute_slider,
.ui-timepicker-oneLine .ui_tpicker_minute .ui_tpicker_minute_slider select {
  width: 100%;
}

/* Fila 3: labels 50/50 */
/* line 6434, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine dt.ui_tpicker_hour_label {
  grid-column: 1;
  grid-row: 3;
}

/* line 6435, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine dt.ui_tpicker_minute_label {
  grid-column: 2;
  grid-row: 3;
}

/* Fila 4: selects 50/50 */
/* line 6438, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine dd.ui_tpicker_hour {
  grid-column: 1;
  grid-row: 4;
  min-width: 0;
}

/* line 6439, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine dd.ui_tpicker_minute {
  grid-column: 2;
  grid-row: 4;
  min-width: 0;
}

/* line 6441, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine .ui_tpicker_hour .ui_tpicker_hour_slider,
.ui-timepicker-oneLine .ui_tpicker_minute .ui_tpicker_minute_slider {
  border: 1px solid rgba(118, 118, 118, 0.3);
}

/* line 6446, app/assets/stylesheets/theme/theme.scss.erb */
.ui-timepicker-oneLine .ui_tpicker_hour .ui_tpicker_hour_slider select,
.ui-timepicker-oneLine .ui_tpicker_minute .ui_tpicker_minute_slider select {
  box-sizing: border-box;
  padding-block: 10px;
  height: 35px;
}

/* SORTABLE */
/* line 6457, app/assets/stylesheets/theme/theme.scss.erb */
tr.sortable-handle:hover td:not(.indicator-container) {
  background: #f7f7f7;
}

/* OVERLAY */
/* line 6463, app/assets/stylesheets/theme/theme.scss.erb */
div#overlay-container .active-scaffold .as_form > ol.form {
  padding-top: 10px;
  padding-bottom: 30px;
}

/* line 6468, app/assets/stylesheets/theme/theme.scss.erb */
div#overlay-container .active-scaffold li.sub-section[class*="data_info_"] {
  margin-bottom: 0;
}

/* line 6472, app/assets/stylesheets/theme/theme.scss.erb */
.center_element_in_screen {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 6478, app/assets/stylesheets/theme/theme.scss.erb */
#overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

/* line 6492, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container {
  display: none;
}

/* line 6496, app/assets/stylesheets/theme/theme.scss.erb */
div#overlay-container.active {
  display: block;
}

/* line 6500, app/assets/stylesheets/theme/theme.scss.erb */
html.withOverlay #overlay, html.withOverlay #overlay-container {
  opacity: 1;
  pointer-events: all;
}

/* line 6505, app/assets/stylesheets/theme/theme.scss.erb */
#overlay-container #content-wrapper .active-scaffold label {
  max-width: 200px;
}

/* line 6510, app/assets/stylesheets/theme/theme.scss.erb */
#loading_overlay_icon {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
}

/* line 6517, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay .elementWithOverlay {
  position: fixed;
  z-index: 10000;
  border-radius: 5px;
  width: 100%;
  max-width: 1150px;
  background-color: white;
  border: 1px solid #cfd0d2;
  max-height: 700px;
  padding-bottom: 15px;
  overflow: hidden;
}

/* line 6530, app/assets/stylesheets/theme/theme.scss.erb */
.active.active_sm {
  max-width: 800px;
}

/* line 6537, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay .elementWithOverlay .general_label.full_with_label {
  margin: 0;
}

/* line 6541, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay .elementWithOverlay form > ol.form {
  padding: 0;
  margin: 0;
}

/* line 6546, app/assets/stylesheets/theme/theme.scss.erb */
*::-webkit-scrollbar {
  width: 4px;
}

/* line 6550, app/assets/stylesheets/theme/theme.scss.erb */
*::-webkit-scrollbar-thumb {
  background-color: #a5a5a5;
}

/* line 6554, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay .elementWithOverlay > nav {
  display: none;
}

/* line 6558, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay .elementWithOverlay .form-footer {
  width: 100%;
  max-width: 1200px;
  text-align: right;
  background-color: transparent !important;
  position: fixed;
  bottom: 0;
  padding: 10px 15px;
  margin-bottom: 0;
  background: #ededed !important;
  border-radius: 4px 4px 0 0;
  border-bottom-color: #cfd0d2;
  z-index: 1000;
}

/* line 6573, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay .elementWithOverlay h3 {
  background: #a5a5a5;
  border-radius: 4px 4px 0 0;
  border-bottom-color: #cfd0d2;
  color: white;
  padding: 15px;
  margin: 0;
  font-size: 1em;
  position: fixed;
  width: 100%;
  max-width: 1200px;
  z-index: 1;
}

/* line 6587, app/assets/stylesheets/theme/theme.scss.erb */
.withOverlay .elementWithOverlay .content-width {
  overflow-y: auto;
  max-height: 580px;
  padding-bottom: 20px;
}

/* line 6593, app/assets/stylesheets/theme/theme.scss.erb */
.open_in_overlay_div {
  width: 100%;
  float: right;
  text-align: right;
}

/* line 6599, app/assets/stylesheets/theme/theme.scss.erb */
.general_label:hover .label_tag_actions .open_in_overlay_div a.mini_button.delete_model_link .fal {
  display: none;
}

/* line 6603, app/assets/stylesheets/theme/theme.scss.erb */
.general_label:hover .label_tag_actions .open_in_overlay_div a.mini_button.delete_model_link {
  width: 25px;
  height: 25px;
}

/* line 6608, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label .content_icons_block i {
  font-size: 22px;
}

/* line 6612, app/assets/stylesheets/theme/theme.scss.erb */
td .content_icons_block,
h2 .general_label .content_icons_block,
h2 .general_label .general_label_model_icon,
.label_list_view_record .general_label .content_icons_block,
.label_list_view_record .general_label .general_label_model_icon {
  color: #5f6368;
  position: relative;
  transform: scale(0.75);
  margin-left: 5px;
  vertical-align: top;
  top: 3px;
}

/* line 6625, app/assets/stylesheets/theme/theme.scss.erb */
td .content_icons_block {
  top: -2px;
}

/* line 6630, app/assets/stylesheets/theme/theme.scss.erb */
.proposals_controller.show_action h2 .general_label .label_postcontent,
.projects_controller.show_action h2 .general_label .label_postcontent {
  float: right;
  margin-top: 10px;
}

/* line 6636, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label .general_label_model_icon.sm-icon {
  font-size: 15px;
  position: relative;
  bottom: 2px;
}

/* line 6642, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label .general_label_icon {
  font-size: 22px;
}

/* line 6646, app/assets/stylesheets/theme/theme.scss.erb */
span.general_label_icon.general_label_model_icon {
  float: left;
  background-color: #cacaca;
  position: relative;
  top: 0;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding-inline: 5px;
  font-size: 30px;
  color: #fff;
  min-width: 50px;
}

/* line 6662, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .post_content_general_label_icon {
  font-size: 13px;
}

/* line 6664, app/assets/stylesheets/theme/theme.scss.erb */
.general_label i.post_content_general_label_icon.fas.fa-user-slash {
  margin-right: 5px;
}

/* line 6668, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label i.post_content_general_label_icon.fas.fa-user-slash {
  font-size: 22px;
  position: relative;
  bottom: 2px;
  margin-right: 5px;
}

/* line 6676, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label_icon + .general_label.with_general_label_model_icon .general_label_span_name {
  margin-left: 10px;
}

/* line 6678, app/assets/stylesheets/theme/theme.scss.erb */
a.general_label_icon.toggle_featured_model, .label_list_view_record a.general_label_icon.toggle_featured_model {
  padding-right: 6px;
  margin-left: 5px;
}

/* line 6683, app/assets/stylesheets/theme/theme.scss.erb */
.label_tag_actions .open_in_overlay_div .mini_button {
  padding: 0;
}

/* line 6687, app/assets/stylesheets/theme/theme.scss.erb */
.label_tag_actions .open_in_overlay_div .mini_button:before {
  padding: 0;
  min-width: 25px;
  text-align: center;
  min-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 6697, app/assets/stylesheets/theme/theme.scss.erb */
.label_tag_actions .open_in_overlay_div {
  width: 25px;
  height: 25px;
  float: right;
  text-align: right;
  margin-inline: 2px;
  display: none;
}

/* line 6706, app/assets/stylesheets/theme/theme.scss.erb */
.label_tag_actions .open_in_overlay_div i.fal.fa-check.mini_button:before {
  color: #28a745;
}

/* line 6710, app/assets/stylesheets/theme/theme.scss.erb */
.label_tag_actions .open_in_overlay_div i.fal.fa-times.mini_button:before {
  color: #dc3545;
}

/* line 6714, app/assets/stylesheets/theme/theme.scss.erb */
aside.actions_bar .open_in_overlay_div {
  float: none;
}

/* line 6718, app/assets/stylesheets/theme/theme.scss.erb */
.active .active_sm {
  max-width: 800px;
}

/* line 6722, app/assets/stylesheets/theme/theme.scss.erb */
#overlayError {
  position: absolute;
  padding: 30px;
  background-color: #0056b30d;
  border-radius: 5px;
  color: white;
  z-index: 1000000;
  border: 1px solid #cfd0d2;
}

/* Turbolinks progress bar */
/* line 6734, app/assets/stylesheets/theme/theme.scss.erb */
.turbolinks-progress-bar {
  z-index: 100000;
}

/* line 6737, app/assets/stylesheets/theme/theme.scss.erb */
body .turbolink_cover_box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  z-index: 10000;
  transition: 0.2s linear;
  pointer-events: none;
}

/* line 6749, app/assets/stylesheets/theme/theme.scss.erb */
.turbolinks-progress-bar + body .turbolink_cover_box {
  opacity: 1;
}

/* Mini buttons */
/* line 6755, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button:before {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 5px;
  border-radius: 4px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300 !important;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.05);
}

/* line 6766, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button:hover:before {
  background: rgba(0, 0, 0, 0.1);
  color: black;
}

/* line 6771, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button.cog:before {
  content: "\f013";
}

/* line 6772, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button.eye:before {
  content: "\f06e";
}

/* line 6773, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button.briefcase:before {
  content: "\f0b1";
}

/* line 6774, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button.edit:before {
  content: "\f044";
}

/* line 6777, app/assets/stylesheets/theme/theme.scss.erb */
a.mini_button .icon {
  background: rgba(0, 0, 0, 0.05);
  width: 24px;
  height: 24px;
  vertical-align: middle;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
}

/* line 6786, app/assets/stylesheets/theme/theme.scss.erb */
a.mini_button:hover .icon {
  background: rgba(0, 0, 0, 0.1);
}

/* GENERAL LABELS */
/* line 6792, app/assets/stylesheets/theme/theme.scss.erb */
.general_label {
  padding: 0px;
  display: inline-block;
  position: relative;
  font-family: Arial;
  display: flex;
}

/* line 6800, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.avatar-noname,
.general_label span.avatar {
  font-size: 14px;
  margin-right: 5px;
  line-height: 18px;
}

/* line 6807, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .separator {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 5px;
}

/* line 6812, app/assets/stylesheets/theme/theme.scss.erb */
.records span.subtitle_tag .icon_tag + .icon_tag,
.general_label span.icon_box .icon_tag + .icon_tag,
.form-element span.subtitle_tag .icon_tag + .icon_tag {
  margin-left: 5px;
}

/* line 6817, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .icon_tag {
  margin-left: 10px;
}

/* line 6821, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.left_border,
h2 .general_label,
#content-wrapper .active-scaffold .show-view > h4 {
  border-left: 5px solid #cacaca;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, 0.05);
  font-family: Roboto;
}

/* line 6830, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable + .sub-form-record {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s max-height linear;
  margin-left: 0;
}

/* line 6837, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable.deployed + .sub-form-record {
  max-height: none;
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}

/* line 6843, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label {
  display: block;
}

/* line 6846, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable {
  margin-right: 31px;
  display: block;
  cursor: pointer;
  padding: 5px 15px;
  margin-bottom: 2px;
}

/* line 6854, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable.left_border.leaf {
  border-left-color: #d20e11;
}

/* line 6857, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable.left_border.empty {
  margin-right: 0px;
  cursor: default;
}

/* line 6862, app/assets/stylesheets/theme/theme.scss.erb */
.elements_list .left_border.general_label {
  width: 100%;
  margin-bottom: 10px;
}

/* line 6867, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .courses_group ol.form .form-element ul.elements_list {
  width: 100%;
}

/* line 6871, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.draggable-list-element {
  width: 100%;
}

/* line 6875, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable a {
  font-family: Arial;
}

/* line 6880, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .priority-tag {
  padding-right: 0.4em;
  border-right: 1px solid #cacaca;
  margin-inline: 6px;
  display: inline-block;
  width: 25px;
  text-align: center;
}

/* line 6889, app/assets/stylesheets/theme/theme.scss.erb */
.general_label i.color_tag:before {
  margin-right: 5px;
  font-size: 12px;
  vertical-align: middle;
}

/* line 6895, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label i.color_tag:before {
  font-size: 20px;
  margin-right: 10px;
}

/* line 6900, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .status-tag {
  font-size: 0.98rem;
  transform: scale(0.7);
}

/* line 6905, app/assets/stylesheets/theme/theme.scss.erb */
h2 .general_label .status-tag {
  position: relative;
  bottom: 5px;
  font-size: 20px;
}

/* line 6911, app/assets/stylesheets/theme/theme.scss.erb */
.priority-tag.priority--high {
  color: #c00000;
}

/* line 6914, app/assets/stylesheets/theme/theme.scss.erb */
.priority-tag.priority--normal {
  color: #f6ae1a;
}

/* line 6917, app/assets/stylesheets/theme/theme.scss.erb */
.priority-tag.priority--low {
  color: #28a745;
}

/* line 6921, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .label_tag_actions {
  display: flex;
  flex-direction: row;
  float: right;
  width: auto;
  align-items: center;
  position: absolute;
  bottom: initial;
  right: 0px;
  top: 5px;
}

/* line 6933, app/assets/stylesheets/theme/theme.scss.erb */
.actions_bar .open_in_overlay_div {
  display: block;
}

/* line 6937, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form.horizontal-sub-form .active-scaffold-header {
  position: relative;
}

/* line 6941, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .task_end_block .open_in_overlay_div,
.general_label:hover .open_in_overlay_div,
.general_label:hover a.mini_button,
.general_label:hover a.btn-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

/* line 6951, app/assets/stylesheets/theme/theme.scss.erb */
.open_in_overlay_div .open_in_overlay_icon {
  margin-right: 10px;
}

/* line 6955, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.full_with_label {
  width: 100%;
}

/* line 6959, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button {
  padding: 3px;
  cursor: pointer;
  color: #333;
}

/* line 6965, app/assets/stylesheets/theme/theme.scss.erb */
.mini_button:hover,
a.mini_button:hover {
  /*background-color: #d3d3d36b;*/
  opacity: 0.7;
  color: #333;
}

/* line 6972, app/assets/stylesheets/theme/theme.scss.erb */
.general_label a.mini_button[action*='destroy'] {
  display: block;
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border: 1px solid #dc3545;
  padding: 1px 5px;
  border-radius: 3px;
}

/* line 6982, app/assets/stylesheets/theme/theme.scss.erb */
.comment_actions span.btn.btn-sm.btn-outline-danger {
  border: 1px solid #dc3545;
}

/* line 6986, app/assets/stylesheets/theme/theme.scss.erb */
a.mini_button {
  display: none;
  padding: 0;
}

/* line 6991, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section > h5 {
  display: flex;
  justify-content: space-between;
}

/* ICONOS DE LOS SUBSECTIONS */
/* line 6998, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions {
  display: flex;
  margin-right: 5px;
}

/* line 7003, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .visibility-toggle {
  width: 100%;
  position: absolute;
  left: -4px;
  text-align: right;
  margin-right: 5px;
}

/* line 7011, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .sub-section-buttons {
  z-index: 100;
  display: flex;
  margin-right: 25px;
}

/* line 7017, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .sub-section-buttons .btn {
  padding: 0 5px !important;
  margin-left: 10px !important;
}

/* line 7022, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section h5 .sub-section-icon {
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  color: #cacaca;
  min-width: 20px;
  display: inline-block;
}

/* line 7030, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form > h5,
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form > div > h5 {
  /*display: inline-block!important;*/
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  width: 150px;
  text-align: right;
  vertical-align: top;
  font-weight: 400;
}

/* line 7043, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form > div:not(#drop_layer) {
  width: 100%;
  display: inline-block;
  /*margin-top: 10px;*/
}

/* line 7049, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form:first-child > div > div > div:first-child,
li.sub-section > ol.form > li > div > div:first-child,
ol.sendings_list {
  margin-top: 10px;
}

/* line 7055, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form .general_label.collapsable,
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form .sub-form-record {
  margin-left: 0 !important;
  margin-bottom: 1px;
}

/* line 7061, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper
.active-scaffold
.sub-section
> ol
> .sub-form.vertical-sub-form
> h5
+ div
> div
> .general_label.collapsable,
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form > h5 + div > div > .sub-form-record {
  margin-left: 0 !important;
}

/* line 7074, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable:not(.empty):after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding: 2px 8px;
  margin-left: 10px;
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: 0;
}

/* line 7089, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable.deployed:after {
  transform: rotate(180deg);
}

/* line 7093, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable:not(.empty):hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* line 7097, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable:not(.empty):hover:after {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  color: #960A25;
}

/* line 7102, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form-record.group_record .form-element dt {
  flex-basis: 160px;
}

/* line 7105, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form-record.group_record {
  border-left: 5px solid #ebeced;
  margin-left: 80px;
}

/* line 7110, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.subtitle {
  clear: both;
  display: block;
  font-size: 12px;
  color: #212529;
  opacity: 0.5;
}

/* line 7117, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.subtitle .subtitle_name {
  margin-left: 5px;
}

/* line 7121, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.subtitle .subtitle_tag + .subtitle_tag {
  margin-left: 10px;
}

/* line 7125, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.header_subtitle {
  font-size: 50%;
  font-weight: 300;
}

/* line 7130, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.header_subtitle .subtitle_tag.right_info {
  float: right;
  position: absolute;
  right: 20px;
  top: 10px;
}

/* line 7137, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.header_subtitle .subtitle_tag .icon {
  opacity: 0.5;
  margin-right: 5px;
}

/* line 7142, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.header_subtitle .subtitle_tag.full_line {
  display: block;
  margin-left: 0 !important;
  font-size: 80%;
}

/* line 7148, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.header_subtitle .subtitle_tag + .subtitle_tag {
  margin-left: 20px;
}

/* line 7152, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .header_subtitle span.subtitle_name {
  display: inline;
  font-size: 80%;
  margin-left: 0;
}

/* line 7158, app/assets/stylesheets/theme/theme.scss.erb */
.label_postcontent {
  display: flex;
  margin-top: 5px;
  margin-left: 5px;
  opacity: 0.7;
}

/* line 7165, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.subtitle_name_content {
  display: inline;
  margin-left: 10px;
}

/* line 7170, app/assets/stylesheets/theme/theme.scss.erb */
.general_label .header_subtitle span.subtitle_name .general_label {
  display: inline;
  background: transparent;
  border: none;
  padding: 0 0 0 5px;
}

/* line 7177, app/assets/stylesheets/theme/theme.scss.erb */
.general_label span.icon_box + a,
.general_label a + span.icon_box {
  margin-left: 10px;
}

/* line 7182, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable.deployed + .sub-form-record > ol {
  display: flex;
  flex-direction: column;
}

/* line 7187, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.collapsable.deployed + .sub-form-record > ol > li {
  width: 100%;
}

/* line 7191, app/assets/stylesheets/theme/theme.scss.erb */
.ui-helper-hidden-accessible {
  display: none;
}

/* DRAGGABLE */
/* line 7195, app/assets/stylesheets/theme/theme.scss.erb */
.draggable-list {
  margin: 0;
}

/* line 7199, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list {
  float: left;
  width: 42%;
  height: 200px;
  overflow: auto;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* line 7209, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list:hover li {
  opacity: 0.7;
}

/* line 7213, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list.ui-sortable-disabled:hover li {
  opacity: 1;
}

/* line 7217, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list li.draggable-item:hover,
.active-scaffold .draggable-list li.draggable-item:hover input,
.active-scaffold .draggable-list li.draggable-item:hover label {
  cursor: move;
  opacity: 1;
}

/* line 7224, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list.ui-sortable-disabled li.draggable-item,
.active-scaffold .draggable-list.ui-sortable-disabled li.draggable-item:hover {
  color: #888;
}

/* line 7229, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list.ui-sortable-disabled li.draggable-item:hover,
.active-scaffold .draggable-list.ui-sortable-disabled li.draggable-item:hover,
.active-scaffold .draggable-list.ui-sortable-disabled li.draggable-item:hover label {
  cursor: inherit;
}

/* line 7235, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list li.draggable-item {
  display: block;
  width: auto;
  padding: 0 5px;
}

/* line 7241, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list li.draggable-item > label {
  width: auto;
  text-align: left !important;
  font-weight: 300 !important;
}

/* line 7247, app/assets/stylesheets/theme/theme.scss.erb */
li.draggable-item {
  list-style: none;
}

/* line 7251, app/assets/stylesheets/theme/theme.scss.erb */
li.draggable-item input, .active-scaffold .draggable-list input {
  display: none;
}

/* line 7255, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  margin-left: 10px;
}

/* line 7262, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list.selected {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  margin-left: 0;
}

/* line 7269, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list.ui-sortable-disabled {
  background-color: #f5f5f5;
  border-color: #e5e5e5;
}

/* line 7274, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block {
  display: flex;
  align-items: center;
}

/* NEW ADD NEW BLOCK */
/* line 7281, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .subform_with_new a.show-new-subform {
  margin-left: 65px;
  text-align: right;
  position: relative;
  z-index: 15;
  bottom: 4px;
}

/* line 7289, app/assets/stylesheets/theme/theme.scss.erb */
li.add_new_block > dl > dt {
  display: none;
}

/* line 7293, app/assets/stylesheets/theme/theme.scss.erb */
.show-view.big_bags-view.view li.add_new_block > dl > dt {
  display: block;
}

/* line 7297, app/assets/stylesheets/theme/theme.scss.erb */
li.add_new_block .search_new_rs_block {
  display: flex;
  width: calc(100% - 130px);
  z-index: 20;
  position: relative;
}

/* line 7304, app/assets/stylesheets/theme/theme.scss.erb */
li.add_new_block .search_new_rs_block > label {
  flex-basis: 150px;
  min-width: 150px;
  text-align: right;
  margin-right: 24px;
}

/* line 7311, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .subform_with_new .sub-form {
  margin: 0 !important;
  padding: 0 !important;
  width: 101% !important;
  background-color: #f2f2f2;
  padding-block: 10px !important;
  margin-bottom: 11px !important;
}

/* line 7320, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .subform_with_new a.show-new-subform {
  margin-left: 65px;
  text-align: right;
  position: relative;
  z-index: 15;
  bottom: 4px;
}

/* line 7328, app/assets/stylesheets/theme/theme.scss.erb */
.new_record_subform_with_new {
  display: flex;
  flex-direction: column-reverse;
  margin-top: -20px !important;
}

/* line 7334, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .subform_with_new .sub-form > div > .sub-form-record > ol.associated-record > li.form-element {
  width: 100% !important;
}

/* line 7338, app/assets/stylesheets/theme/theme.scss.erb */
.move_list_element {
  pointer-events: none;
  opacity: 0.2;
  margin-left: 10px;
}

/* line 7344, app/assets/stylesheets/theme/theme.scss.erb */
.move_list_element.active_move_list_element {
  pointer-events: all;
  cursor: pointer;
  opacity: 1;
  display: block;
}

/* line 7351, app/assets/stylesheets/theme/theme.scss.erb */
span.default_state_list_element.active_move_list_element {
  height: 38px;
}

/* line 7355, app/assets/stylesheets/theme/theme.scss.erb */
span.uncheck_list_element {
  color: #b94a48;
}

/* line 7359, app/assets/stylesheets/theme/theme.scss.erb */
span.check_list_element {
  color: #468847;
}

/* line 7363, app/assets/stylesheets/theme/theme.scss.erb */
span.uncheck_list_element:hover {
  color: #e3b7b7;
}

/* line 7367, app/assets/stylesheets/theme/theme.scss.erb */
span.check_list_element:hover {
  color: #9bcc9c;
}

/* line 7371, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.select.draggable-list-element dd {
  display: block;
}

/* line 7375, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.select.draggable-list-element dd .draggable-list {
  margin-bottom: 0;
  width: 50%;
  border: solid 1px #ccc;
  min-height: 60px;
  display: inline;
  background: #fff;
  margin: 0;
  margin-top: 20px;
}

/* line 7386, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.form-element.select.draggable-list-element dd .draggable-list .draggable-item {
  transform: translate3d(0px, 0px, 0px);
  transition: none 0s ease 0s;
  padding: 3px 10px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 7399, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list:before {
  content: "No seleccionado";
  text-align: center;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
}

/* line 7407, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .draggable-list.selected:before {
  content: "Seleccionado";
}

/* line 7411, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section:not([class*="data_info_"]) li {
  /*width: 100%;*/
}

/* line 7415, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.hidden {
  display: none !important;
}

/*custom_group*/
/* line 7420, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] {
  padding-block: 10px;
  margin-bottom: 20px;
  background-color: #0056b30d;
}

/* line 7426, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"]:not([class*="data_info_"]) {
  padding-block: 0;
}

/* He comentado esto porque no se a que se aplica y me está molestando en instalaciones 
li.sub-section[class*="data_info_"]:not([class*="data_info_"]) > ol.form li:only-child,   */
/* line 7432, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"]:not([class*="data_info_"]) > ol.form li.form-element:last-child {
  padding-bottom: 20px;
}

/* line 7436, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section[class*="data_info_"] > h5 {
  display: none;
}

/* line 7440, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"]:not([class*="data_info_"]) > h5 {
  background-color: white;
}

/* line 7444, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form,
#content-wrapper .active-scaffold .sub-section .sub-form-record > ol.association-record,
#content-wrapper .active-scaffold .show-view .view_show_columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 7452, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form .form-element dt,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dt {
  flex-basis: 150px;
  min-width: 150px;
  text-align: right;
}

/* line 7459, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form .form-element dt > label,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dt label {
  text-align: left;
  width: 100%;
  margin-left: 100px;
}

/* line 7466, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .create-view .sub-section .form li.vertical-sub-form,
#content-wrapper .active-scaffold .update-view .sub-section .form li.vertical-sub-form {
  margin-bottom: 6px;
  min-height: 44px;
  align-items: baseline;
  display: flex;
}

/* line 7474, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .create-view .sub-section > ol > .sub-form.vertical-sub-form > div,
#content-wrapper .active-scaffold .update-view .sub-section > ol > .sub-form.vertical-sub-form > div {
  margin-top: 0;
}

/* line 7479, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .create-view .sub-section > ol > .sub-form.vertical-sub-form > h5,
#content-wrapper .active-scaffold .update-view .sub-section > ol > .sub-form.vertical-sub-form > h5,
#content-wrapper .active-scaffold .create-view .sub-section > ol > .sub-form.vertical-sub-form > div > h5,
#content-wrapper .active-scaffold .update-view .sub-section > ol > .sub-form.vertical-sub-form > div > h5 {
  width: 150px;
  line-height: 1.2;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  font-weight: 400;
  margin-right: 24px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
}

/* line 7496, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form li.sub-form {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

/* line 7502, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form li.sub-form .sub-form-record {
  max-width: 100% !important;
}

/* line 7506, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form li.sub-form .association-record {
  display: flex;
  flex-wrap: wrap;
}

/* line 7511, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form li.form-element,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
  width: 50%;
}

/* line 7516, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form-record .file_box_span {
  line-height: 25px;
  height: 25px;
}

/* line 7521, app/assets/stylesheets/theme/theme.scss.erb */
.sub-form-record .file_box_span label.btn {
  line-height: 1;
}

/* Simple Subform Spec */
/* line 7524, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section[class*="data_info_"] > ol.form li.spec-sub-form {
  width: 50%;
  margin-left: 0;
  margin-bottom: 0;
}

/* line 7529, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section[class*="data_info_"] > ol.form li.spec-sub-form li.form-element {
  width: 100%;
}

/* line 7531, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .horizontal-sub-form.spec-sub-form {
  margin-left: 0;
}

/* line 7533, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.autoheight {
  min-height: 0 !important;
  overflow: hidden;
}

/* line 7538, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.same_line dd,
#content-wrapper .active-scaffold .show-view dl.same_line > dd {
  float: left;
  /*max-width: 800px;*/
  width: 100%;
  margin-bottom: 0;
  color: #666;
  align-items: baseline;
  display: grid;
  gap: 5px;
  grid-template-columns: auto minmax(0, 1fr);
}

/* line 7551, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.same_line dd > span,
#content-wrapper .active-scaffold .show-view dl.same_line dd > span {
  width: auto;
  text-align: left;
}

/* line 7557, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.quarter_width,
#overlay-container ol.form li.form-element.quarter_width,
#content-wrapper .active-scaffold .quarter_width {
  width: 25%;
}

/* line 7562, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.auto_width,
#overlay-container ol.form li.form-element.auto_width,
#content-wrapper .active-scaffold .auto_width {
  width: auto;
}

/* line 7567, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.auto_width dl dt,
#overlay-container ol.form li.form-element.auto_width dl dt,
#content-wrapper .active-scaffold .auto_width dl dt {
  min-width: auto;
}

/* line 7569, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.auto_width dl dt label,
#overlay-container ol.form li.form-element.auto_width dl dt label,
#content-wrapper .active-scaffold .auto_width dl dt label {
  margin-left: 10px;
}

/* line 7574, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.auto_width dl dd input.numeric-input,
#overlay-container ol.form li.form-element.auto_width dl dd input.numeric-input,
#content-wrapper .active-scaffold .auto_width dl dd input.numeric-input {
  max-width: 80px !important;
  min-width: 80px !important;
}

/* line 7579, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.auto_width dl dd input.text-input[type=date],
#overlay-container ol.form li.form-element.auto_width dl dd input.text-input[type=date],
#content-wrapper .active-scaffold .auto_width dl dd input.text-input[type=date] {
  max-width: 150px !important;
  min-width: 150px !important;
}

/* line 7587, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.full_width,
#overlay-container ol.form li.form-element.full_width,
#content-wrapper .active-scaffold .show-view dl.full_width {
  width: 100% !important;
}

/* line 7594, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.half_width,
#overlay-container ol.form li.form-element.half_width,
#content-wrapper .active-scaffold .show-view dl.half_width,
li.sub-section[class*="data_info_"] > ol.form li.form-element.half_width {
  width: 50% !important;
  float: left;
}

/* line 7603, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.half_width > dl,
#overlay-container ol.form li.form-element.half_width > dl,
#content-wrapper .active-scaffold .show-view dl.half_width > dl {
  display: flex;
  align-items: center;
}

/* line 7611, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.half_width > dl > dt,
#overlay-container ol.form li.form-element.half_width > dl > dt,
#content-wrapper .active-scaffold .show-view dl.half_width > dl > dt {
  flex-basis: auto;
}

/* line 7617, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form li.form-element.three_in_row {
  width: 33%;
  display: flex;
  align-items: center;
}

/* line 7623, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.checkbox.three_in_row {
  justify-content: center;
}

/* line 7627, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.three_in_row,
#overlay-container ol.form li.form-element.three_in_row,
#content-wrapper .active-scaffold .show-view dl.three_in_row,
li.sub-section[class*="data_info_"] > ol.form li.form-element.three_in_row {
  width: 33%;
  display: flex;
  align-items: center;
}

/* line 7636, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form li.form-element.three_in_row > dl {
  align-items: center;
  justify-content: end;
}

/* line 7641, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"] > ol.form li.form-element.three_in_row > dl > dt {
  flex-basis: auto;
}

/* line 7645, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.jump_line,
#overlay-container ol.form li.form-element.jump_line,
#content-wrapper .active-scaffold .show-view dl.jump_line {
  width: 51% !important;
  padding-right: 1%;
  box-sizing: border-box;
}

/* line 7653, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.alone,
#overlay-container ol.form li.form-element.alone,
#content-wrapper .active-scaffold .show-view dl.alone {
  margin-right: 1px;
}

/* line 7659, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.jump_line + li.form-element,
#overlay-container ol.form li.form-element.jump_line + li.form-element,
#content-wrapper .active-scaffold .show-view dl.jump_line + dl {
  width: 49% !important;
}

/* line 7665, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.blank_left:nth-child(odd),
#overlay-container ol.form li.form-element.blank_left:nth-child(odd),
#content-wrapper .active-scaffold .show-view dl.blank_left:nth-child(odd) {
  margin-left: 50%;
}

/* line 7671, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section > ol.form li.form-element.blank_line,
#overlay-container ol.form li.form-element.blank_line,
#content-wrapper .active-scaffold .show-view dl.blank_line {
  margin-bottom: 20px;
}

/* line 7679, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper.show_action .active-scaffold li.horizontal-sub-form.middle-group {
  margin-bottom: 32px;
}

/* line 7683, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section[class*="data_info_"] > ol > .sub-form.vertical-sub-form > div {
  margin-top: 0;
}

/* line 7687, app/assets/stylesheets/theme/theme.scss.erb */
li.sub-section[class*="data_info_"]:not([class*="data_info_"]) > ol.form li.form-element:last-child,
li.sub-section[class*="data_info_"]:not([class*="data_info_"]) > ol.form li.form-element:only-child {
  padding-bottom: 20px;
}

/* line 7692, app/assets/stylesheets/theme/theme.scss.erb */
aside .btn {
  border-radius: 0.25rem;
}

/* line 7696, app/assets/stylesheets/theme/theme.scss.erb */
.breadcrumb {
  font-weight: 400;
}

/* SETTINGS */
/* line 7702, app/assets/stylesheets/theme/theme.scss.erb */
li.email_setting_scope:before,
li.company_scope:before,
li.settings_scope:before,
li.system_scope:before {
  border-bottom: 1px solid lightgray;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: 600;
  margin-top: 30px;
  display: block;
}

/* line 7714, app/assets/stylesheets/theme/theme.scss.erb */
li.email_setting_scope:before {
  content: "Correos";
}

/* line 7715, app/assets/stylesheets/theme/theme.scss.erb */
li.company_scope:before {
  content: "Información de la empresa";
}

/* line 7716, app/assets/stylesheets/theme/theme.scss.erb */
li.settings_scope:before {
  content: "Configuración general";
}

/* line 7718, app/assets/stylesheets/theme/theme.scss.erb */
li.system_scope:before {
  content: "Sistema";
  border-bottom: 1px solid #9f2d2d;
  color: #9f2d2d;
}

/* line 7724, app/assets/stylesheets/theme/theme.scss.erb */
li.email_setting_scope ~ li.email_setting_scope:before,
li.settings_scope ~ li.settings_scope:before,
li.company_scope ~ li.company_scope:before,
li.system_scope ~ li.system_scope:before {
  content: "";
  display: none;
  border: none;
}

/* line 7733, app/assets/stylesheets/theme/theme.scss.erb */
.system_scope label {
  color: #9f2d2d;
}

/* line 7737, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .system_scope input,
#content-wrapper .active-scaffold .system_scope select,
#content-wrapper .active-scaffold .system_scope textarea {
  border-color: #9f2d2d;
}

/* XMLLINES */
/* line 7745, app/assets/stylesheets/theme/theme.scss.erb */
li.xml_lines-sub-form table {
  width: 100%;
}

/* line 7749, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .sub-section li.horizontal-sub-form.xml_lines-sub-form table td {
  text-align: left;
}

/*no group*/
/* line 7755, app/assets/stylesheets/theme/theme.scss.erb */
.show-view li.form-element:not(.hidden) {
  display: inline-block;
  width: 49%;
}

/* line 7760, app/assets/stylesheets/theme/theme.scss.erb */
.show-view .form-element dt {
  flex-basis: 150px;
  text-align: right;
}

/* line 7765, app/assets/stylesheets/theme/theme.scss.erb */
.show-view .form-element dt > label {
  text-align: left;
  width: 100%;
  margin-left: 100px;
}

/* line 7771, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record.even-record {
  background-color: #f2f6fb;
}

/* line 7775, app/assets/stylesheets/theme/theme.scss.erb */
.show-menu-group-li {
  max-height: 100% !important;
  transition: max-height 0.15s ease-in;
}

/* line 7780, app/assets/stylesheets/theme/theme.scss.erb */
.menu-group-li {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}

/* line 7786, app/assets/stylesheets/theme/theme.scss.erb */
.sidebar_menu_icon {
  float: right;
}

/* line 7791, app/assets/stylesheets/theme/theme.scss.erb */
.max_height_field div.description_block.expandable_description_block {
  max-height: 300px;
}

/* line 7795, app/assets/stylesheets/theme/theme.scss.erb */
.max_height_field div.description_block.initial_description_block {
  max-height: initial;
}

/* line 7799, app/assets/stylesheets/theme/theme.scss.erb */
.max_height_field div.description_block {
  overflow: hidden;
  transition: max-height 0.5s;
  margin-bottom: 10px;
}

/* line 7805, app/assets/stylesheets/theme/theme.scss.erb */
.show_more_description {
  display: none;
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
  cursor: pointer;
  align-items: center;
}

/* line 7814, app/assets/stylesheets/theme/theme.scss.erb */
.show_more_description > a {
  margin-right: 10px;
}

/* line 7818, app/assets/stylesheets/theme/theme.scss.erb */
.show_more_description:hover, .show_more_description:hover > * {
  color: #6c1904;
}

/* line 7822, app/assets/stylesheets/theme/theme.scss.erb */
.max_height_fielddiv.description_block.expandable_description_block {
  max-height: 300px;
}

/* line 7826, app/assets/stylesheets/theme/theme.scss.erb */
.max_height_fielddiv.description_block.initial_description_block {
  max-height: initial;
}

/* line 7830, app/assets/stylesheets/theme/theme.scss.erb */
.max_height_fielddiv.description_block {
  overflow: hidden;
  transition: max-height 0.5s;
  margin-bottom: 10px;
}

/* EMAIL TEMPLATES */
/* line 7838, app/assets/stylesheets/theme/theme.scss.erb */
.email_templates-view #record_text {
  width: 700px;
  height: 350px;
}

/* line 7843, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold li.form-element.no_upper_margin dd {
  margin-top: 0;
}

/* line 7847, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold li.form-element.no_upper_margin dt {
  padding: 0;
}

/* line 7851, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold label.mce_button_group_label {
  width: 100%;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #ced4da;
}

/* line 7858, app/assets/stylesheets/theme/theme.scss.erb */
.mce_button_group.data_buttons {
  border: 1px solid #C0C0C0;
  border-bottom: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 7866, app/assets/stylesheets/theme/theme.scss.erb */
.mce_button {
  align-items: center;
  background: 0 0;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 34px;
  justify-content: center;
  margin: 2px 2px 3px 2px;
  outline: 0;
  overflow: hidden;
  padding: 5px;
  text-transform: none;
  width: auto;
  cursor: pointer;
}

/* line 7889, app/assets/stylesheets/theme/theme.scss.erb */
.mce_button:hover {
  background-color: #e3e3e3;
  border-color: #ccc;
}

/* line 7894, app/assets/stylesheets/theme/theme.scss.erb */
li.form-element.mce_block {
  margin-bottom: 0;
}

/* PERMISSIONS */
/* line 7899, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .permissions_group .checkbox_block_element {
  display: flex;
}

/* line 7903, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .permissions_group .checkbox_block_element label.checkbox_block_element_label {
  min-width: 250px;
  text-align: left;
}

/* line 7908, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .permissions_group .checkbox_block_element .checkbox_mandatory {
  margin-left: 20px;
}

/* BUTTONS GROUP */
/* line 7914, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group a.btn.btn-outline-secondary {
  border: none;
  margin: 0 !important;
}

/* line 7919, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group {
  border: 1px solid #6c757d;
  border-radius: 4px;
  margin: 5px 0;
  position: relative;
}

/* line 7926, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group .deployer_tag {
  position: absolute;
  right: 0;
  border-left: 1px solid #6c757d;
  height: 100%;
  top: 0;
  padding-inline: 8px;
  vertical-align: middle;
  padding-top: 10px;
  cursor: pointer;
}

/* line 7938, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group .deployer_tag:hover,
#content-wrapper .active-scaffold .buttons_group.deployed .deployer_tag,
#content-wrapper .active-scaffold .buttons_group:hover .no_link ~ .deployer_tag {
  background: #6c757d;
  color: white !important;
}

/* line 7945, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group:hover .no_link ~ .deployer_tag {
  border-color: white;
}

/* line 7947, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group:hover .deployer_tag {
  color: transparent;
  background: inherit;
}

/* line 7952, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group .buttons_group_options {
  display: none;
  background: white;
  position: absolute;
  width: calc(100% + 2px);
  border: 1px solid #6c757d;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-inline: -1px;
  z-index: 1000;
  width: auto;
  white-space: nowrap;
}

/* line 7966, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group.deployed .buttons_group_options {
  display: block;
  width: 100%;
}

/* line 7971, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group .buttons_group_options .buttons_group_option {
  font-family: Arial;
  display: block;
  padding: 5px 0px;
  color: #6c757d;
  font-weight: 300;
  text-align: center;
  padding-inline: 15px;
}

/* line 7981, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .buttons_group .buttons_group_options .buttons_group_option:hover {
  color: white;
  background: #6c757d;
}

/* TABLE LIST CALCULATIONS */
/* line 7988, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold table tr.active-scaffold-calculations td[id*='calculations-total'] {
  padding: 8px 15px;
}

/* API */
/* line 7993, app/assets/stylesheets/theme/theme.scss.erb */
.api_text {
  width: 100%;
}

/* line 7997, app/assets/stylesheets/theme/theme.scss.erb */
.show-view .api_documentation_group li.form-element:not(.hidden) {
  width: 100%;
}

/* line 8001, app/assets/stylesheets/theme/theme.scss.erb */
.api_models_url {
  list-style: disc;
}

/* line 8005, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section .form li:not(.draggable-list-element) .api_models_url li {
  margin-bottom: 10px;
}

/* line 8009, app/assets/stylesheets/theme/theme.scss.erb */
.api_models_url li code {
  margin-left: 10px;
  color: #095751;
}

/* line 8014, app/assets/stylesheets/theme/theme.scss.erb */
span.api_and {
  color: #095751;
}

/* line 8018, app/assets/stylesheets/theme/theme.scss.erb */
.api_models_url li code > span {
  color: #98a92a;
}

/* line 8022, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section.api_documentation_group > ol.form {
  padding-left: 20px;
  border-left: 6px solid #ececec;
}

/* line 8027, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section.api_documentation_group > h5 {
  margin-bottom: 0;
}

/* line 8031, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section.api_documentation_group > ol.form > .form-element {
  padding-top: 20px !important;
}

/* line 8035, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold li.sub-section.api_documentation_group > ol.form > .form-element pre {
  margin-left: 20px;
}

/* line 8039, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view li.form-element dd span.show_api.update_platform_api {
  display: none;
}

/* line 8043, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view .api_documentation_group table {
  width: 100%;
}

/* line 8047, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view dl.api_documentation-view .api_table_header_element,
#content-wrapper .active-scaffold .show-view dl.api_documentation-view .api_table_category_line {
  font-weight: 600;
}

/* line 8052, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view dl.api_documentation-view > dt {
  display: none;
}

/* line 8056, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view dl.api_documentation-view,
#content-wrapper .active-scaffold .show-view dl.api_documentation-view table {
  width: 100%;
}

/* line 8061, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view dl.api_documentation_group-view.api_documentation_group {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

/* line 8068, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view dl.api_documentation_group-view.api_documentation_group > dt {
  flex-basis: 30px;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
}

/* line 8074, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .show-view dl.api_documentation_group-view.api_documentation_group > dt > label {
  color: black;
  margin-top: 20px;
  font-size: 1.5rem;
  text-align: left !important;
}

/* line 8081, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .api_documentation_group table > thead > tr > th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: none;
  font-size: 0.98rem;
}

/* line 8088, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .api_documentation_group table > tbody > tr.even-record {
  background-color: #f2f6fb;
}

/* line 8092, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .api_documentation_group table > tbody > tr > td {
  padding: 11px 15px;
  vertical-align: top;
  font-size: 0.98rem;
  border: none;
  color: #212529;
  padding-inline: 15px !important;
  padding-block: 0px !important;
  vertical-align: middle;
}

/* line 8103, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section.api_documentation_group .visibility-toggle {
  display: inline !important;
  text-align: right;
  width: 100%;
  position: absolute;
  left: 0;
  height: 27px;
}

/* line 8112, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section.api_documentation_group h5.api_table_category_line {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}

/* line 8117, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .api_documentation-view > dt > label {
  display: none;
}

/* LISTADO CALENDAR */
/* line 8123, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table tr:not(.fc-list-heading) {
  background-color: #0056b30d;
}

/* line 8127, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table .fc-list-heading + tr:not(.fc-list-heading) td {
  padding-top: 5px !important;
}

/* line 8131, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table td {
  border: none !important;
  padding-block: 0;
}

/* line 8136, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-heading td {
  font-weight: normal;
  font-family: Arial;
  background-color: transparent;
  color: #3c3c3c;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.3rem;
  border-bottom: 4px solid #b1b1b1 !important;
}

/* line 8147, app/assets/stylesheets/theme/theme.scss.erb */
span.event_time {
  font-family: 'Roboto';
  font-weight: 300;
}

/* line 8152, app/assets/stylesheets/theme/theme.scss.erb */
button.fc-changeYearButton-button.btn.btn-primary:hover {
  text-decoration: underline;
}

/* line 8156, app/assets/stylesheets/theme/theme.scss.erb */
button.fc-changeYearButton-button.btn.btn-primary:focus, button.fc-changeYearButton-button.btn.btn-primary:active {
  box-shadow: none !important;
}

/* line 8158, app/assets/stylesheets/theme/theme.scss.erb */
button.fc-changeYearButton-button.btn.btn-primary {
  opacity: 0;
  background: none !important;
  border: none !important;
  color: #007bff !important;
  display: none !important;
}

/* line 8166, app/assets/stylesheets/theme/theme.scss.erb */
div#content-wrapper.calendar_action {
  padding-bottom: 10px !important;
}

/* line 8170, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-center h2 {
  display: flex;
}

/* line 8174, app/assets/stylesheets/theme/theme.scss.erb */
.year_selector_block {
  display: none;
}

/* line 8178, app/assets/stylesheets/theme/theme.scss.erb */
.fc-center .select-wrapper {
  margin-left: 10px !important;
}

/* line 8181, app/assets/stylesheets/theme/theme.scss.erb */
.fc-center .year_selector_block {
  display: inline-block;
  margin-left: 10px;
}

/* line 8186, app/assets/stylesheets/theme/theme.scss.erb */
.fc-center:hover button.fc-changeYearButton-button.btn.btn-primary {
  opacity: 1 !important;
}

/* line 8190, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-toolbar button.fc-today-button.btn.btn-primary {
  margin-left: 10px !important;
}

/* line 8194, app/assets/stylesheets/theme/theme.scss.erb */
.hide_year_selector {
  visibility: hidden;
}

/* line 8198, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside.calendar_action a.new_calendar_event.open_in_overlay.btn-outline-primary.new.btn {
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
}

/* line 8203, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside.calendar_action a.new_calendar_event.open_in_overlay.btn-outline-primary.new.btn:hover {
  color: #fff !important;
}

/* line 8207, app/assets/stylesheets/theme/theme.scss.erb */
.fc-toolbar .fc-left {
  float: left;
  display: inline-flex;
}

/* line 8212, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-list-table .calendar_tag:hover code {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* line 8216, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-toolbar button.btn.btn-primary:not(.fc-month-button) {
  margin-left: 0;
}

/* line 8220, app/assets/stylesheets/theme/theme.scss.erb */
button.fc-month-button.btn.btn-primary {
  margin-right: 10px;
}

/* line 8224, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-toolbar button.fc-listDay-button.btn.btn-primary {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 8229, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-toolbar button.fc-listMonth-button.btn.btn-primary {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 8234, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-toolbar button.fc-listWeek-button.btn.btn-primary {
  border-radius: 0 !important;
}

/* line 8238, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-toolbar button.btn.btn-primary.active {
  background-color: #004895;
}

/* line 8241, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-list-table .calendar_tag:hover code {
  box-shadow: none;
}

/* line 8245, app/assets/stylesheets/theme/theme.scss.erb */
#calendar .fc-list-table .calendar_tag:hover {
  background-color: rgba(0, 0, 0, 0.07);
  border-color: #d7d7d7;
}

/* line 8250, app/assets/stylesheets/theme/theme.scss.erb */
.fc .fc-list-table {
  max-width: 1200px;
  margin-inline: auto;
}

/* line 8255, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table .calendar_tag label {
  color: black;
  background: transparent;
  width: 100%;
  padding-block: 7px;
  padding-inline: 10px;
  display: flex;
  justify-content: space-between;
}

/* line 8265, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table .calendar_tag code {
  padding: 0;
  border-radius: 0;
  background: inherit;
}

/* line 8271, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table span.task_status_calendar_tag {
  width: 34px;
  padding-block: 9px;
}

/* line 8276, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table span.task_status_calendar_tag.normal_agenda_span {
  padding-block: 15px;
}

/* line 8280, app/assets/stylesheets/theme/theme.scss.erb */
.fc-list-table .event.calendar_tag code > span {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 8288, app/assets/stylesheets/theme/theme.scss.erb */
li.checkbox_block_title > h6 {
  display: flex;
}

/* line 8292, app/assets/stylesheets/theme/theme.scss.erb */
a.load-embedded {
  color: inherit;
  font-size: 14px;
  pointer-events: none;
}

/* line 8298, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record.even-record > td {
  background-color: inherit;
}

/* line 8302, app/assets/stylesheets/theme/theme.scss.erb */
.disk_space span.disk_space_bar_box {
  width: 100%;
  background: #ffffff26;
  bottom: 5px;
}

/* line 8308, app/assets/stylesheets/theme/theme.scss.erb */
.disk_space span.disk_space_bar {
  display: block;
  height: 5px;
  position: absolute;
  bottom: 0;
  max-width: 100%;
  min-width: 1%;
  left: 0;
}

/* line 8318, app/assets/stylesheets/theme/theme.scss.erb */
.capitalize_text {
  text-transform: capitalize;
}

/* MARKED */
/* line 8322, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.as_marked-column.in_place_editor_field {
  width: 15px !important;
  min-width: 15px !important;
  padding-right: 0 !important;
}

/* line 8328, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions li.bulk_actions-filter_group.filter_dropdown {
  float: left !important;
  left: 0;
  top: 0;
  right: initial;
}

/* line 8335, app/assets/stylesheets/theme/theme.scss.erb */
div.folder-box.followed-folder > .cfile_icon, .div.folder-box.followed-folder > .cfile_icon:before,
div.icon_cfile_view div.folder-box.followed-folder > .cfile_icon > span.cfile_extension {
  color: #960A25;
}

/* line 8340, app/assets/stylesheets/theme/theme.scss.erb */
div.folder-box.followed-folder.selected > .cfile_icon, .folder-box.followed-folder.selected .cfile_icon:before {
  color: #660719 !important;
}

/* DYNAMIC THEME CONFIGURATION IN config/enviroments_config.yml */
/* APP */
/* line 8347, app/assets/stylesheets/theme/theme.scss.erb */
.bg-primary {
  background: #960A25 !important;
}

/* line 8348, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message {
  background: white;
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 8352, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message, .table .messages-container .filtered-message .reset a {
  color: black !important;
}

/* line 8355, app/assets/stylesheets/theme/theme.scss.erb */
.breadcrumb-item.active, li.breadcrumb-item.folder-box.folder_control.active {
  color: #960A25;
}

/* line 8356, app/assets/stylesheets/theme/theme.scss.erb */
.turbolinks-progress-bar {
  background-color: #960A25;
}

/* links */
/* line 8359, app/assets/stylesheets/theme/theme.scss.erb */
a {
  color: #007bff;
}

/* line 8360, app/assets/stylesheets/theme/theme.scss.erb */
.link_select select {
  color: #007bff;
}

/* line 8361, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .show_search-view a.inline-adapter-close.as_cancel {
  color: #007bff;
}

/* line 8362, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message .reset a {
  color: #007bff;
  opacity: 0.5;
}

/* line 8366, app/assets/stylesheets/theme/theme.scss.erb */
.table .messages-container .filtered-message .reset a:hover {
  opacity: 1;
}

/* line 8367, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-state-active, .ui-datepicker.ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
  background: #007bff !important;
}

/* line 8369, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-state-highlight, .ui-datepicker.ui-widget-content .ui-state-highlight, .ui-datepicker .ui-widget-header .ui-state-highlight {
  color: #007bff !important;
}

/* line 8370, app/assets/stylesheets/theme/theme.scss.erb */
.ui-datepicker .ui-state-active, .ui-datepicker.ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
  color: white !important;
}

/* line 8374, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold tr.record td.actions a,
#content-wrapper .active-scaffold tr.record td.actions div {
  color: #007bff;
}

/* line 8379, app/assets/stylesheets/theme/theme.scss.erb */
.btn-link {
  color: #007bff;
}

/* line 8383, app/assets/stylesheets/theme/theme.scss.erb */
.btn-link:hover {
  color: #960A25;
}

/* line 8387, app/assets/stylesheets/theme/theme.scss.erb */
.virtual_folder .folder-box-icon, .virtual_folder .folder-box-icon:before {
  background-color: #960A25;
}

/* line 8391, app/assets/stylesheets/theme/theme.scss.erb */
div.folder-box.followed-folder > .cfile_icon, .div.folder-box.followed-folder > .cfile_icon:before,
div.icon_cfile_view div.folder-box.followed-folder > .cfile_icon > span.cfile_extension {
  color: #960A25;
}

/* line 8396, app/assets/stylesheets/theme/theme.scss.erb */
div.folder-box.followed-folder.selected > .cfile_icon, .folder-box.followed-folder.selected .cfile_icon:before {
  color: #660719 !important;
}

/* WYSIWYG */
/* line 8402, app/assets/stylesheets/theme/theme.scss.erb */
.tox .tox-tbtn {
  cursor: pointer;
}

/* line 8406, app/assets/stylesheets/theme/theme.scss.erb */
.tox .tox-edit-area {
  cursor: text;
}

/* hover */
/* line 8411, app/assets/stylesheets/theme/theme.scss.erb */
a:hover, .general_label.current a {
  color: #960A25;
}

/* line 8412, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.current a:hover + .post_content_general_label_icon {
  color: #960A25;
}

/* line 8413, app/assets/stylesheets/theme/theme.scss.erb */
.general_label.current a:hover {
  opacity: 0.7;
}

/* line 8414, app/assets/stylesheets/theme/theme.scss.erb */
.dropdown-item.active, .dropdown-item:active, .disk_space span {
  background-color: #960A25;
}

/* line 8415, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold-header .actions a:hover, #content-wrapper .active-scaffold-header .actions a.current {
  color: #960A25 !important;
}

/* line 8416, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .show_search-view a.inline-adapter-close.as_cancel:hover {
  color: #960A25;
}

/* line 8417, app/assets/stylesheets/theme/theme.scss.erb */
.switch_checkbox label:hover {
  color: #960A25;
}

/* line 8418, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .actions a:hover {
  color: #960A25 !important;
}

/* line 8419, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold .active-scaffold-header .actions .active {
  color: #960A25 !important;
}

/* line 8420, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #sidebar ul li a.active, .folder-controls .folder-controls-breadcrumb code {
  color: #960A25 !important;
  font-weight: 600;
}

/* line 8421, app/assets/stylesheets/theme/theme.scss.erb */
#main-wrapper #content-wrapper.has-aside.calendar_action aside .btn:hover {
  color: #960A25 !important;
}

/* colores de cosas */
/* line 8425, app/assets/stylesheets/theme/theme.scss.erb */
.show_more_description {
  color: #007bff !important;
}

/* line 8429, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .as_paginate,
.comment-box ul li header,
.more_info_sending_link,
a.reply_sending_link {
  color: #007bff;
}

/* line 8436, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .as_paginate:hover {
  color: #960A25;
}

/* line 8440, app/assets/stylesheets/theme/theme.scss.erb */
.active-scaffold-pagination .as_paginate.current {
  background-color: #007bff !important;
  border-color: #007bff !important;
  color: #fff;
}

/* line 8446, app/assets/stylesheets/theme/theme.scss.erb */
.sub-section > h5:hover,
.sub-section > h5:hover .hide-section-icon {
  color: #960A25 !important;
}

/* buttons */
/* line 8453, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold a.btn.btn-secondary.assm_button:hover {
  opacity: 0.7;
  border-color: transparent !important;
}

/* line 8458, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn-primary,
#content-wrapper .active-scaffold .submit {
  color: #fff;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

/* line 8465, app/assets/stylesheets/theme/theme.scss.erb */
.btn-outline-primary,
#content-wrapper .active-scaffold .btn-outline-primary:not(.file_label) {
  border-color: #007bff !important;
}

/* line 8470, app/assets/stylesheets/theme/theme.scss.erb */
.btn-outline-primary:hover,
#content-wrapper .active-scaffold .actions .btn-outline-primary:hover,
#content-wrapper .active-scaffold .submit:hover {
  color: #fff !important;
}

/* line 8476, app/assets/stylesheets/theme/theme.scss.erb */
#content-wrapper .active-scaffold .btn-primary:hover, .as_create_another:hover, .btn-primary:hover {
  background-color: #0062cc !important;
  border-color: #0062cc !important;
}

/* line 8481, app/assets/stylesheets/theme/theme.scss.erb */
.multiple_file_button {
  margin-top: 5px;
  width: 100%;
}

/* line 8486, app/assets/stylesheets/theme/theme.scss.erb */
.file_actions {
  padding: 10px;
}
/* CSS SI LA CABECERA ES CLARA */
/* line 5, app/assets/stylesheets/theme/light_header.css.scss */
.light-header #header.navbar .btn-transparent,
.light-header #header.navbar > *.custom_header_new_button {
  color: #363635;
  border-color: #363635 !important;
}

/* line 11, app/assets/stylesheets/theme/light_header.css.scss */
.light-header #header.navbar .text-white {
  color: #363635 !important;
}

/* line 15, app/assets/stylesheets/theme/light_header.css.scss */
.light-header #header.navbar .app-name .app_version {
  color: #363635 !important;
}

/* line 19, app/assets/stylesheets/theme/light_header.css.scss */
.light-header #header.navbar > *.btn-group,
.light-header #header.navbar > *.custom_header_new_button {
  border-color: #36353580;
}

/* line 24, app/assets/stylesheets/theme/light_header.css.scss */
.light-header #header.navbar .input_group input#general_search {
  border-color: #36353580 !important;
}

/* line 28, app/assets/stylesheets/theme/light_header.css.scss */
.light-header #header.navbar .notifications .icon-wrapper i {
  color: #363635 !important;
}

/* line 32, app/assets/stylesheets/theme/light_header.css.scss */
.light-header #header.navbar .user-menu .img-wrapper {
  border-color: #36353580 !important;
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] {
  color: #B0B0B0;
  /* Textos */
  /* Enlaces y botones */
  /* Fondos */
  /* Botones */
  /* General labels */
  /* Menús y desplegables */
  /* Calendar */
  /* Otros elementos */
}

/* line 5, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #overlay {
  background: rgba(0, 0, 0, 0.8);
}

/* line 9, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .text-dark {
  color: #B0B0B0 !important;
}

/* line 11, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper .active-scaffold th, body[data-theme="dark"] #content-wrapper .active-scaffold th a, body[data-theme="dark"] #content-wrapper .active-scaffold th p {
  color: #B0B0B0;
}

/* line 15, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .form-element dt, body[data-theme="dark"] .sub-section .sub-form td:first-child, body[data-theme="dark"] .sub-section.sub-form td:first-child,
body[data-theme="dark"] .sub-section .sub-form > h5, body[data-theme="dark"] .sub-section .sub-form .level-sub-form > h5,
body[data-theme="dark"] .sub-section .sub-form .relation_box > h5, body[data-theme="dark"] .sub-form.horizontal-sub-form dt {
  color: #B0B0B0;
}

/* line 21, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper .active-scaffold h4, body[data-theme="dark"] #content-wrapper .active-scaffold h5 {
  color: #7D7D7D;
}

/* line 23, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper .active-scaffold input.text-input,
body[data-theme="dark"] #content-wrapper .active-scaffold input.recordselect,
body[data-theme="dark"] #header input#general_search,
body[data-theme="dark"] #content-wrapper .active-scaffold textarea,
body[data-theme="dark"] #content-wrapper .active-scaffold select {
  background: #3b3b3b;
  color: #B0B0B0;
}

/* line 32, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper .active-scaffold input[type=search] {
  background: #4E4E4E;
}

/* line 36, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper .active-scaffold .show-view li.form-element dd span,
body[data-theme="dark"] #content-wrapper .active-scaffold .show-view .view_show_columns dl:not(.column_subform) dd > span {
  background: #222222;
  color: #B0B0B0;
}

/* line 42, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .comment-box ul {
  border-color: #222222;
}

/* line 43, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .form .comment-box ul li {
  background: #1E1E1E;
  border-color: #222222;
}

/* line 47, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .comment-box ul li.by-self {
  background: #2D2D2D;
}

/* line 49, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .general_label.collapsable + .sub-form-record {
  background: #2D2D2D;
}

/* line 53, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] a, body[data-theme="dark"] a.btn, body[data-theme="dark"] .active-scaffold-header a.btn,
body[data-theme="dark"] #content-wrapper .active-scaffold .btn-outline-primary {
  color: #4EA8DE;
}

/* line 56, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper .active-scaffold .btn-outline-primary {
  border-color: #4EA8DE !important;
}

/* line 60, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper .active-scaffold .btn-outline-primary:hover,
body[data-theme="dark"] #content-wrapper .show_search-view .input-group-btn .btn-default,
body[data-theme="dark"] #content-wrapper .active-scaffold .btn-primary, body[data-theme="dark"] #content-wrapper .active-scaffold .submit {
  background: #4EA8DE !important;
  color: #E0E0E0 !important;
}

/* line 67, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper .show_search-view .input-group-btn .btn-default:hover,
body[data-theme="dark"] #content-wrapper .active-scaffold .btn-primary:hover,
body[data-theme="dark"] #content-wrapper .active-scaffold .submit:hover {
  background: #3990c4 !important;
}

/* line 73, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #main-wrapper #sidebar li a {
  color: #B0B0B0;
}

/* line 77, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #main-wrapper #sidebar li.developer-menu a {
  color: #9f2d2d !important;
}

/* line 81, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #main-wrapper #sidebar,
body[data-theme="dark"] #main-wrapper #content-wrapper.has-aside aside,
body[data-theme="dark"] #main-wrapper #content-wrapper #file_aside,
body[data-theme="dark"] #fixed_file_aside,
body[data-theme="dark"] .form_action_delete_footer,
body[data-theme="dark"] .file_footer,
body[data-theme="dark"] #file_title {
  background: #121212 !important;
}

/* line 91, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] div#scroller {
  background: #1E1E1E !important;
}

/* line 95, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper .active-scaffold tr.record {
  background: #1E1E1E !important;
}

/* line 99, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper .active-scaffold tr.record.even-record {
  background: #333333 !important;
}

/* line 103, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper .active-scaffold tr.record td {
  background: transparent;
  color: #B0B0B0;
}

/* line 107, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper.elementWithOverlay {
  background: #1E1E1E;
}

/* line 108, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper.elementWithOverlay aside.form-footer {
  background: #121212 !important;
}

/* line 112, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] td.actions .hover_list_action.action_group,
body[data-theme="dark"] #sidebar-toggle, body[data-theme="dark"] div#content-wrapper.has-aside + #aside-toggle {
  background: #656565;
}

/* line 114, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] td.actions .hover_list_action.action_group:before,
body[data-theme="dark"] #sidebar-toggle, body[data-theme="dark"] div#content-wrapper.has-aside + #aside-toggle {
  color: #BBBBBB;
}

/* line 117, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper .active-scaffold a.btn-secondary {
  background: #AAAAAA;
  color: #1E1E1E;
}

/* line 121, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper .active-scaffold a.btn-secondary:hover {
  color: #B0B0B0;
}

/* line 122, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper .active-scaffold a.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 126, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #content-wrapper .active-scaffold a.btn-outline-secondary:hover {
  color: #E0E0E0;
}

/* line 130, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] span.general_label_icon.general_label_model_icon {
  background: #333333;
}

/* line 131, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .general_label.left_border, body[data-theme="dark"] h2 .general_label, body[data-theme="dark"] #content-wrapper .active-scaffold .show-view > h4,
body[data-theme="dark"] .general_label.collapsable:not(.empty):after {
  background: #4E4E4E;
}

/* line 135, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .general_label {
  color: #b8b8b8;
}

/* line 136, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .general_label span.subtitle {
  color: #FFFFFF;
}

/* line 140, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .dropdown-menu.show {
  background: #333333;
}

/* line 141, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] a.dropdown-item {
  color: #B0B0B0;
}

/* line 142, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .dropdown-item:hover, body[data-theme="dark"] .dropdown-item:focus {
  color: #AAAAAA;
  background: #4E4E4E;
}

/* line 149, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .calendar_filter_title {
  background: #222222;
}

/* line 151, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .event-name .general_label {
  color: #383838;
}

/* line 152, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #calendar td.fc-day.fc-past, body[data-theme="dark"] #calendar td.fc-day.fc-past.fc-other-month {
  background: #333333;
}

/* line 153, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #calendar .fc-content-skeleton .fc-today {
  color: white;
}

/* line 155, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] #main-wrapper #content-wrapper.has-aside.calendar_action aside .btn {
  color: #B0B0B0 !important;
}

/* line 156, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .calendar_filter_container a.checked {
  color: #B0B0B0;
}

/* line 158, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .card {
  background: #222222;
}

/* line 159, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .fc-list-heading td {
  color: #B0B0B0;
  background: #444444;
}

/* line 163, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .fc-list-table tr:not(.fc-list-heading) td {
  background: #1E1E1E;
}

/* line 164, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .fc-list-table .event.label.calendar_tag .label-tag {
  background: #4E4E4E !important;
  color: #B0B0B0;
}

/* line 168, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .fc-list-table .event.label.calendar_tag .label-tag .general_label {
  color: #B0B0B0;
}

/* line 172, app/assets/stylesheets/theme/theme_dark.css.scss */
body[data-theme="dark"] .sub-section > h5:hover, body[data-theme="dark"] .collapse_task_block_icon:hover {
  background: #2C2C2C;
}
@charset "UTF-8";
/* MEDIA QUERIES */
@media screen and (max-width: 1490px) {
  /* line 1315, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html:not(.sidebar-hidden):not(.aside-hidden) li.sub-section ol.form li.form-element,
html:not(.sidebar-hidden):not(.aside-hidden) li.sub-section > ol.form li.form-element.jump_line + li.form-element,
html:not(.sidebar-hidden):not(.aside-hidden) #overlay-container ol.form li.form-element.jump_line + li.form-element,
html:not(.sidebar-hidden):not(.aside-hidden) #content-wrapper .active-scaffold .show-view dl.jump_line + dl
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
    width: 100% !important;
  }
  /* line 1322, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html:not(.sidebar-hidden):not(.aside-hidden) #content-wrapper .active-scaffold li.sub-section[class*="data_info_"] > ol.form li.spec-sub-form li.form-element {
    width: 100% !important;
  }
  /* line 1323, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html:not(.sidebar-hidden):not(.aside-hidden) #content-wrapper .active-scaffold .show-view li.form-element dd span, html:not(.sidebar-hidden):not(.aside-hidden) #content-wrapper .active-scaffold .show-view .view_show_columns dl:not(.column_subform) dd > span {
    line-height: 2;
  }
}

@media screen and (max-width: 1290px) {
  /* line 1331, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html:not(.sidebar-hidden) li.sub-section ol.form li.form-element,
html:not(.sidebar-hidden) li.sub-section > ol.form li.form-element.jump_line + li.form-element,
html:not(.sidebar-hidden) #overlay-container ol.form li.form-element.jump_line + li.form-element,
html:not(.sidebar-hidden) #content-wrapper .active-scaffold .show-view dl.jump_line + dl
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
    width: 100% !important;
  }
}

@media screen and (max-width: 1190px) {
  /* line 1342, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .show_action aside.actions_bar .btn {
    padding-block: 2px;
  }
  /* line 1347, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html:not(.aside-hidden) li.sub-section ol.form li.form-element,
html:not(.aside-hidden) li.sub-section > ol.form li.form-element.jump_line + li.form-element,
html:not(.aside-hidden) #overlay-container ol.form li.form-element.jump_line + li.form-element,
html:not(.aside-hidden) #content-wrapper .active-scaffold .show-view dl.jump_line + dl
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
    width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {
  /* line 2, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .update-view .sub-section li.form-element.checkbox > dl, .create-view .sub-section li.form-element.checkbox > dl {
    align-items: start;
  }
  /* line 6, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .show-view .form-element dt {
    flex-basis: auto;
  }
  /* line 10, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.form-element:first-child dt {
    margin-top: 0;
  }
  /* line 14, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.form-element dt {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 5px;
  }
  /* line 21, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .fr-box.fr-basic.fr-top {
    width: auto !important;
  }
  /* line 25, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section[class*="data_info_"] > ol.form li.form-element,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl,
ol.form.custom_field_as_block .form-element {
    width: 100%;
  }
  /* line 31, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section > ol.form li.form-element.jump_line + li.form-element, #overlay-container ol.form li.form-element.jump_line + li.form-element, #content-wrapper .active-scaffold .show-view dl.jump_line + dl {
    width: 100% !important;
  }
  /* line 34, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section > ol.form li.form-element.jump_line, #overlay-container ol.form li.form-element.jump_line, #content-wrapper .active-scaffold .show-view dl.jump_line {
    width: 100% !important;
    padding: 0 !important;
  }
  /* line 39, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section > ol.form li.form-element.blank_left:nth-child(odd), #overlay-container ol.form li.form-element.blank_left:nth-child(odd), #content-wrapper .active-scaffold .show-view dl.blank_left:nth-child(odd) {
    width: 100% !important;
    margin-left: 0;
  }
  /* line 44, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .update-view .form .form-element dl,
.update-view .sub-section .form-element dl,
.create-view .form .form-element dl,
.create-view .sub-section .form-element dl,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
    flex-direction: column;
  }
  /* line 52, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section > ol.form .form-element dt,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dt,
.inline-adapter ol.form li dl dt {
    flex-basis: auto;
  }
  /* line 58, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold .show-view > h4 {
    font-size: 2rem;
    margin-left: 0;
    width: 100%;
  }
  /* line 64, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section > ol.form .form-element dt > label,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl dt label,
#content-wrapper .active-scaffold label,
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form.show_add_new_structure > h5,
.inline-adapter ol.form li dl dt {
    text-align: left !important;
  }
  /* line 72, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold .show-view li.form-element dd span,
#content-wrapper .active-scaffold .show-view .view_show_columns dl:not(.column_subform) dd > span {
    /*padding-left: 0;*/
    line-height: 2;
  }
  /* line 78, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .as_form.search .form-element dl {
    display: block;
  }
  /* line 82, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .form .form-element dl,
.sub-section .form-element dl,
.sub-section .sub-form tr,
.sub-section.sub-form tr,
.sub-section .sub-form .level-sub-form,
.sub-section .sub-form .relation_box,
.sub-form.horizontal-sub-form dl,
#content-wrapper .active-scaffold .show-view > .view_show_columns dl {
    flex-direction: column;
  }
  /* line 93, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .update-view dl dt,
.create-view dl dt {
    flex-basis: auto;
  }
  /* line 98, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .custom_field_as_block {
    padding-left: 20px;
  }
  /* line 102, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #header .input_group .btn.general_search_type span {
    display: none;
  }
  /* line 106, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #header .input_group .btn.general_search_type i {
    margin-right: 0;
  }
  /* line 110, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.add_new_block .search_new_rs_block {
    flex-direction: column;
    width: 100%;
  }
  /* line 113, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.add_new_block .search_new_rs_block label {
    flex: 0;
  }
  /* line 118, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold .subform_with_new a.show-new-subform {
    bottom: 30px;
    z-index: 100;
  }
  /* line 123, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside aside {
    width: 250px;
  }
  /* line 126, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#content-wrapper.has-aside + #aside-toggle {
    right: 200px !important;
  }
  /* line 129, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside {
    padding-right: 266px;
  }
  /* line 133, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section[class*="data_info_"] {
    padding-inline: 15px;
  }
  /* line 137, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold .subform_with_new .sub-form {
    padding-inline: 10px !important;
    width: 100% !important;
  }
  /* line 142, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside aside .btn {
    font-size: 0.875em;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media screen and (max-width: 950px) {
  /* old < 1200px */
  /* OVERLAY */
  /* line 155, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .withOverlay .elementWithOverlay {
    height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    transform: none;
    z-index: 1000000000;
  }
  /* line 164, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#overlay-container .active-scaffold .as_form > ol.form {
    padding-inline: 15px;
  }
  /* line 168, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .withOverlay .elementWithOverlay .general_label.full_with_label {
    margin: 0;
  }
  /* CABECERA */
  /* line 173, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .send_selected-filter_btn,
.upload_xls {
    display: none;
  }
  /* line 178, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold .active-scaffold-header .actions .full-group ul {
    display: flex;
    position: relative;
    top: 35px;
  }
  /* line 184, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper > h2,
#main-wrapper #content-wrapper.cached_files_controller h2 {
    margin-top: 0;
  }
  /* line 189, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper > h2 {
    margin-left: 15px;
  }
  /* line 191, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper.div > h2.general_label.full_with_label {
    width: auto;
  }
  /* line 195, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section[class*="data_info_"] > ol.form {
    border-left-color: transparent;
    margin-inline: 5px;
  }
  /* line 200, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.sub-section > h5 {
    margin-inline: 15px;
  }
  /* line 204, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold .sub-form {
    padding-left: 0;
  }
  /* line 208, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section > ol.form .associated-record,
li.sub-section > ol.form {
    border-left: 0;
  }
  /* line 213, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form .general_label.collapsable {
    padding: 5px 20px;
  }
  /* line 217, app/assets/stylesheets/theme/theme_responsive.css.scss */
  ol.breadcrumb {
    margin-left: 15px;
    margin-top: 10px;
  }
  /* line 222, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block ol.breadcrumb {
    margin-left: 0;
  }
  /* LISTADOS */
  /* line 228, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .hide_in_high_res {
    display: table-cell !important;
  }
  /* line 232, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold table th[class*='column_heading']:not(.show_in_low_res):not(.actions),
#content-wrapper .active-scaffold table td[class*='-column']:not(.show_in_low_res):not(.actions),
#content-wrapper .active-scaffold table th[class*='column_heading']:not(.show_in_low_res):not(.actions):not(:first-child),
#content-wrapper .active-scaffold table td[class*='-column']:not(.show_in_low_res):not(.actions):not(:first-child) {
    display: none !important;
  }
  /* line 239, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold table th.show_in_low_res {
    width: 100%;
  }
  /* line 243, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold table th.actions {
    width: 20%;
    text-align: right;
  }
  /* line 248, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold input.text-input,
#content-wrapper .active-scaffold select {
    height: auto !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
    color: #666 !important;
    padding: .375rem .75rem !important;
  }
  /* line 257, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section[class*="data_info_"] {
    padding: 10px !important;
  }
  /* line 262, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .sub-form.vertical-sub-form.column_subform.customer-sub-form .footer-wrapper .footer {
    left: 70px;
  }
  /* line 266, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold .create-view .sub-section > ol > .sub-form.vertical-sub-form > h5,
#content-wrapper .active-scaffold .update-view .sub-section > ol > .sub-form.vertical-sub-form > h5 {
    text-align: left !important;
  }
  /* LISTADOS AVANZADOS */
  /* line 273, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 278, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block .btn-outline-secondary {
    margin: 0;
  }
  /* line 282, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block a.btn.btn-outline-secondary.move_list_element {
    width: 195px;
  }
  /* line 286, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block .checkbox_list_recordselect {
    margin-bottom: 15px;
  }
  /*@media screen and (max-width: 800px) {*/
  /* line 293, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .index_action .content-width {
    padding-inline: 0px;
  }
  /* line 297, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .record-select-container {
    z-index: 10000;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
  }
  /* line 303, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.sidebar-hidden #main-wrapper {
    margin-left: 0;
  }
  /* line 307, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.sidebar-hidden #main-wrapper #sidebar {
    width: 0;
  }
  /* line 311, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html #main-wrapper #sidebar + #content-wrapper {
    padding: 0;
    /* max-width: 100%; */
  }
  /*
    .turbolink_cover_box {
        position: fixed;
        height: 100%;
        width: 100%;
        background: black;
        z-index: 99;
        opacity: 0.4;
        display: block;
    }
    */
  /* line 327, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.sidebar-hidden .turbolink_cover_box {
    display: none;
  }
  /* line 331, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar {
    z-index: 100000;
  }
  /* line 335, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html #main-wrapper #sidebar + #content-wrapper {
    max-width: 100%;
  }
  /* line 339, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold .as_content > table > thead > tr > th:not(.show_in_low_res),
.active-scaffold .as_content > table > tbody > tr > td:not(.show_in_low_res) {
    display: none !important;
  }
  /* line 344, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold .as_content th.name-column,
.active-scaffold .as_content td.name-column,
.active-scaffold .as_content th.title-column,
.active-scaffold .as_content td.title-column,
.active-scaffold .as_content th.email-column,
.active-scaffold .as_content td.email-column {
    display: table-cell !important;
  }
  /* line 353, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold .as_content th.actions,
.active-scaffold .as_content td.actions {
    display: table-cell !important;
  }
  /* line 358, app/assets/stylesheets/theme/theme_responsive.css.scss */
  a#sidebar-toggle {
    position: fixed;
    z-index: 1000000;
  }
  /* line 364, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.sidebar-hidden div#sidebar-toggle {
    background-image: url(/menu_white.svg);
  }
  /* line 368, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#sidebar-toggle:hover {
    opacity: 0.6;
  }
  /* line 372, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.sidebar-hidden #sidebar-toggle .fal.fa-chevron-left,
#sidebar-toggle .fal.fa-user-shield {
    display: none;
  }
  /* line 377, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .sidebar-hidden #main-wrapper #content-wrapper.has-aside {
    padding-right: 15px;
  }
  /* LIST FILTERS */
  /* line 383, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div.filter_dropdown.group_for_low_res.close_on_click_outside {
    list-style: none;
    background-color: transparent;
    background-image: none;
    font-family: Arial;
    font-weight: 400;
    display: inline-block;
    padding: 0.375rem 0.75rem;
  }
  /* line 393, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu:after {
    content: '▼';
    line-height: 1;
    vertical-align: middle;
    margin-left: 5px;
  }
  /* line 400, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu::-moz-selection {
    color: inherit;
  }
  div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu::selection {
    color: inherit;
  }
  /* line 404, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div.filter_dropdown.filter_show_actions_list.group_for_low_res.close_on_click_outside > div.dropdown-menu:after {
    content: '▲';
  }
  /* line 408, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res,
.hover_list_action.group_for_low_res {
    cursor: pointer;
    margin: 0;
    position: relative;
    background: #e7e7e7;
    border-radius: 4px;
    margin-block: 5px;
  }
  /* line 418, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .hover_list_action.group_for_low_res:hover {
    background: lightgray;
  }
  /* line 422, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .hover_list_action.group_for_low_res:before {
    color: #919191;
  }
  /* line 426, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .hover_list_action.group_for_low_res:hover:before {
    color: #565656;
  }
  /* line 430, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res:hover {
    background: lightgray;
  }
  /* line 434, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res:before {
    color: #919191;
  }
  /* line 438, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res:hover:before {
    color: #565656;
  }
  /* line 442, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res .actions,
.hover_list_action.group_for_low_res .actions {
    color: transparent !important;
    text-align: center;
    position: relative;
  }
  /* line 449, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .hover_list_action.group_for_low_res > ul.show_actions_list,
.dashboard_box span.dashboard_module_actions.hover_list_action > ul.show_actions_list,
.filter_dropdown.group_for_low_res > ul.show_actions_list {
    list-style-type: none;
    margin: 0;
    padding-block: 0.5rem;
    position: absolute;
    display: block;
    min-width: 150px;
    z-index: 10000;
    border: 1px solid #dee2e6;
    margin-top: 5px;
    background: white;
    right: 10px;
  }
  /* line 465, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res + table,
.hover_list_action.group_for_low_res + table {
    float: none;
  }
  /* line 470, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res > ul,
.hover_list_action.group_for_low_res > ul {
    display: none;
    padding: 0;
    margin: 0;
  }
  /* line 477, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res > ul > div > li,
.hover_list_action.group_for_low_res > ul > div > li {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  /* line 485, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold tr.record .hover_list_action.group_for_low_res > ul > div > li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.98rem;
  }
  /* line 499, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold tr.record .hover_list_action.group_for_low_res > ul > div > li a.destroy:hover {
    color: #e44141 !important;
  }
  /* line 503, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .filter_dropdown.group_for_low_res .dropdown-menu.filter {
    display: block;
  }
  /* line 507, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold tr.record .hover_list_action.group_for_low_res > ul > div > li a:hover {
    color: #16181b !important;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  /* line 513, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold .active-scaffold-header .actions .full-group ul {
    display: none;
  }
  /* line 517, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold form.as_form.search li.form-element dd {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  /* line 523, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .as_form.search li.form-element {
    width: 100% !important;
    margin-right: 0;
  }
  /* line 528, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .as_form.search ol.form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 535, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold-header {
    margin-inline: 22px;
  }
  /* line 539, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold-footer {
    margin-inline: 15px;
  }
  /* line 543, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold .subform_with_new a.show-new-subform {
    bottom: 40px;
    z-index: 100;
  }
  /* } */
  /* line 557, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.app-login .login-block {
    background: transparent;
    left: 50%;
  }
  /* line 564, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element .deployed .open_in_overlay_div.actions {
    display: block;
  }
  /* line 568, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .record-select-container {
    z-index: 10000000000000 !important;
  }
  /* line 573, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.sub-section > h5 {
    background-color: #f7f7f7;
    padding-left: 10px;
  }
  /* line 578, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .sub-section-buttons .btn {
    background-color: #fff;
  }
  /* line 582, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .withOverlay .elementWithOverlay {
    border-radius: 0;
  }
  /* line 586, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #overlay-container div#content-wrapper > h2 {
    margin: 0;
    padding-inline: 15px;
  }
  /* line 591, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside:not(.show_action, .calendar_action) aside #auto_insert_buttons {
    display: none;
  }
  /* line 595, app/assets/stylesheets/theme/theme_responsive.css.scss */
  li.sub-section > ol.form,
#content-wrapper .active-scaffold .sub-section .sub-form-record > ol.association-record,
#content-wrapper .active-scaffold .show-view .view_show_columns {
    margin-inline: 15px;
    padding-inline: 5px;
  }
  /* line 602, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .upgraded_show_list .active-scaffold .active-scaffold-header .actions {
    right: 0;
  }
  /* line 606, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .show_search-view form li.form-element dd > span.search_range input {
    height: 34px;
  }
  /* line 611, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .label_list_view_record .general_label .content_icons_block,
.label_list_view_record .general_label .general_label_model_icon {
    bottom: 0;
  }
  /* line 616, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .general_label.full_with_label {
    width: auto;
  }
  /* line 620, app/assets/stylesheets/theme/theme_responsive.css.scss */
  h2 a.general_label_icon.toggle_featured_model {
    position: relative;
    left: 4px;
  }
  /* line 625, app/assets/stylesheets/theme/theme_responsive.css.scss */
  h2 a.general_label_icon.toggle_featured_model,
.label_list_view_record a.general_label_icon.toggle_featured_model {
    margin-right: 6px !important;
    margin-left: 10px;
  }
  /* line 631, app/assets/stylesheets/theme/theme_responsive.css.scss */
  a.general_label_icon.toggle_featured_model,
.label_list_view_record a.general_label_icon.toggle_featured_model {
    padding-right: 0;
    margin-inline: 0 !important;
  }
  /* line 637, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #label_list_view_block .label_list_view_record span.general_label_icon.general_label_model_icon {
    padding: 17px;
    font-size: 20px;
  }
  /* line 642, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #label_list_view_block .label_list_view_record .left_border.general_label {
    padding: 14px 5px;
    min-height: 53px;
  }
  /* line 647, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #label_list_view_block .label_list_view_record .left_border.general_label.with_general_label_model_icon {
    border-left: none;
  }
  /* line 651, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .show_log-filter_btn.filter-btn.nav.navbar-nav.btn-group,
.index-filter_btn.filter-btn.nav.navbar-nav.btn-group {
    left: -20px;
  }
  /* line 656, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .new-filter_btn.filter-btn.nav.navbar-nav.btn-group {
    right: -7px;
  }
  /* line 660, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu {
    display: flex;
    position: relative;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: right;
    justify-content: flex-end;
  }
  /* line 672, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold .active-scaffold-header .actions .full-group ul.show_actions_list {
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
  }
  /* line 680, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #label_list_view_block .label_list_view_record .filter_dropdown.action_group,
#label_list_view_block .label_list_view_record .hover_list_action.action_group {
    padding: 16px 17px 17px;
    font-size: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 688, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .action_group li a.btn {
    width: 100%;
    border-color: transparent;
    text-align: left;
  }
  /* line 694, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .tooltip {
    display: none;
  }
  /* line 700, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #footer #sidebar-toggle {
    left: 15px;
    opacity: 1;
  }
  /* line 705, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.aside-hidden div#content-wrapper.has-aside + #aside-toggle {
    z-index: 1000000;
  }
  /* line 709, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#content-wrapper.has-aside + #aside-toggle {
    right: 15px;
    z-index: 1000000;
  }
  /* line 714, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .aside-hidden #aside-toggle,
.sidebar-hidden #sidebar-toggle {
    border: none;
    bottom: 10px !important;
  }
  /* line 720, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .aside-hidden #aside-toggle i,
.sidebar-hidden #sidebar-toggle i {
    color: #333 !important;
  }
  /* line 725, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #sidebar-toggle,
#aside-toggle {
    position: initial;
  }
  /* line 730, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #sidebar-toggle .icon.open,
#aside-toggle .fal.fa-cog {
    display: inline;
    color: #333;
  }
  /* line 736, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #sidebar-toggle .icon.closed,
.has-aside + #aside-toggle .fal.fa-chevron-right {
    display: none;
  }
  /* line 741, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .form_action_delete_footer {
    bottom: 50px;
  }
  /* line 744, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .form_action_delete_footer a {
    width: 100%;
  }
  /* line 749, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-inline: 15px;
  }
  /* line 757, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .fc-toolbar .fc-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }
  /* line 766, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .calendar_filter_title {
    width: 96%;
  }
  /* line 771, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    min-height: 55px;
    background-color: #ededed !important;
    justify-content: space-between;
    padding-block: 0;
    padding-right: 0;
  }
  /* line 782, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer #aside-toggle {
    z-index: 1000000;
  }
  /* line 786, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer div#content-wrapper.has-aside + #aside-toggle {
    z-index: 1000000;
  }
  /* line 790, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer .footer_icon_menu {
    display: inline-flex;
    position: relative;
    left: 50px;
    font-size: 25px;
    max-height: 35px;
    text-align: center;
    justify-content: space-between;
    width: 100%;
  }
  /* line 801, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer .footer_link {
    border: none;
    box-shadow: none;
    font-size: 25px;
    border-radius: 6px;
    padding: 30px;
    background-color: transparent;
    color: #333;
    display: flex;
    max-height: 35px;
    max-width: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  /* line 817, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer .footer_special_icon {
    border-left: 4px solid #cacaca2b;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: initial;
    width: 80px;
    height: 60px;
  }
  /* line 827, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer .footer_special_icon a.custom_header_new_button {
    min-width: initial;
    color: #333 !important;
    border: 0 !important;
    max-height: 35px;
    max-width: 40px;
    font-size: 25px;
    border-radius: 6px;
    padding: 0;
  }
  /* line 838, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer .footer_special_icon a span,
div#footer .footer_special_icon button span {
    display: none;
  }
  /* line 841, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer #new_dropdown_button {
    display: flex;
    background: transparent;
  }
  /* line 845, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer #new_dropdown_button button {
    color: #333 !important;
    border: 0 !important;
    max-height: 35px;
    max-width: 40px;
    font-size: 25px;
    border-radius: 6px;
    padding: 0;
  }
  /* line 855, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer #new_dropdown_button .dropdown-menu.show {
    width: 101%;
    position: fixed;
    left: -1px;
    bottom: 57px;
    border-radius: 0;
    padding-block: 0;
    padding-top: 5px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -4px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease-in-out;
    background-color: #f8f9fa !important;
  }
  /* line 870, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer #new_dropdown_button .dropdown-menu.show li a {
    min-height: 50px;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    color: #444;
    font-family: Arial;
    font-weight: 400;
    font-size: 0.875em !important;
  }
  /* line 881, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer #new_dropdown_button .dropdown-menu.show li:last-child a.dropdown-item {
    border-bottom: none;
  }
  /* line 887, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#footer #new_dropdown_button .dropdown-toggle-split {
    display: none;
  }
  /* line 894, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #calendar .fc-toolbar .fc-defaultCalendarButton-button,
#calendar .fc-toolbar #listagendaViewSelectorBlock button {
    display: none;
  }
  /* line 899, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .form_action_delete_footer {
    position: relative;
    bottom: initial;
    border-top: 1px solid lightgrey;
  }
  /* line 905, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside aside div.form_action_delete_footer .destroy.as_action {
    float: left;
  }
  /* line 910, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .tox .tox-editor-header > .tox-toolbar--scrolling, .tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
    background-image: none;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 916, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#cached_files_block div#cached_files_block {
    padding-inline: 0;
  }
  /* line 920, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#cfile_actual_folder_selector .cfile_icon {
    margin-left: 5px;
  }
  /* line 924, app/assets/stylesheets/theme/theme_responsive.css.scss */
  span.file-box-label {
    margin-top: 5px;
  }
  /* line 929, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block .file-box,
#cached_files_block .folder-box:not(.breadcrumb-item) {
    width: calc(50% - 20px) !important;
    background: #f1f1f173;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
  }
  /* line 938, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block .cfile_icon > span.fas.actions_cicon {
    bottom: initial;
    top: -11px;
    right: -80px;
    font-size: 20px !important;
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  /* line 952, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block .icon_cfile_view .cfile_icon {
    font-size: 64px;
    margin-left: 0;
    position: relative;
    display: inline-flex;
  }
  /* line 959, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block span.cfile_extension {
    top: 55% !important;
    left: 50% !important;
    transform: translate(-50%, -60%) !important;
  }
  /* line 965, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block span.extra_folder_cicon {
    bottom: -3px;
    right: -10px;
  }
  /* line 971, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block .icon_name-column .folder-box, #cached_files_block .icon_name-column .file-box {
    background: transparent !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 5px !important;
    position: relative;
    left: 10px;
  }
  /* line 980, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block .icon_name-column .cfile_icon > span.fas.actions_cicon {
    top: -4px;
    left: -24px;
  }
  /* line 985, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block .icon_name-column span.extra_folder_cicon {
    bottom: -3px;
    right: 0;
  }
  /* line 990, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #cached_files_block .icon_name-column span.cfile_extension {
    left: 38% !important;
  }
}

@media screen and (max-width: 950px) and (max-width: 550px) {
  /* line 995, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .last_download-column_heading, .last_download-column {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  /* line 1003, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #header.navbar .app-name {
    min-width: inherit !important;
    flex-direction: column;
    position: absolute;
  }
  /* line 1009, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #header.navbar .app-name .app_version {
    width: auto !important;
  }
  /* line 1013, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #header.navbar .input_group {
    display: none;
  }
  /* line 1017, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #header #new_dropdown_button,
#header .custom_header_new_button {
    display: none;
  }
  /* line 1022, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside aside,
.form_action_delete_footer {
    width: 100%;
  }
  /* line 1027, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#content-wrapper.has-aside + #aside-toggle {
    right: 200px;
  }
  /* line 1031, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar {
    width: 100%;
  }
  /* line 1035, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 10px;
  }
  /* line 1045, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside {
    padding-right: 260px;
  }
  /* line 1049, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside.calendar_action aside {
    padding-bottom: 0;
    bottom: 0;
    top: initial;
    height: auto;
    padding-bottom: 60px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -4px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease-in-out;
  }
  /* line 1062, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside:not(.show_action, .calendar_action) aside {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    top: initial;
    z-index: 100000000;
    padding: 15px;
    transform: translateX(0) !important;
  }
  /* line 1072, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside:not(.show_action, .calendar_action) aside > div {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  /* line 1079, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside:not(.show_action, .calendar_action) aside > div .btn {
    font-size: 0.98rem !important;
    width: auto;
    margin: initial;
    padding: 0.375rem 0.75rem;
  }
  /* line 1088, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar {
    height: auto;
    bottom: 0;
    padding-bottom: 32px;
    padding-top: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -4px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
  }
  /* line 1101, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside .show-view aside {
    height: auto;
    flex-direction: column;
    bottom: 0;
    top: initial;
    padding-top: 15px;
    padding-bottom: 55px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -4px 6px rgba(0, 0, 0, 0.08);
  }
  /* line 1114, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.aside-hidden #main-wrapper #content-wrapper.has-aside aside,
html.sidebar-hidden #main-wrapper #sidebar {
    transform: translateY(101%);
    transition: transform 0.2s ease-in-out;
    overflow: hidden;
    justify-content: center;
  }
  /* line 1124, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside .show-view aside .btn {
    background: none;
    border: none;
    text-align: left;
    color: #444;
  }
  /* line 1131, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar > ul > li:first-child > a {
    padding-top: 0;
  }
  /* line 1135, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar li a:hover {
    background-color: transparent;
  }
  /* line 1139, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar > ul {
    padding: 16px;
    padding-bottom: 32px;
    overflow-y: scroll;
    display: block;
    max-height: 550px;
  }
  /* line 1147, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar li ul li:last-child {
    border: none;
  }
  /* line 1151, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  /* line 1155, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar li a {
    margin-block: 5px;
    padding-block: 5px;
    border: none;
  }
  /* line 1161, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar li a span {
    color: #444;
    font-family: Arial;
    font-weight: 400;
    font-size: 1em !important;
  }
  /* line 1168, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside .show-view aside .btn:hover {
    color: #444 !important;
  }
  /* line 1172, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside .show-view aside {
    display: flex;
    flex-direction: column;
    z-index: 1000;
  }
  /* line 1178, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside .show-view aside > div:not(.form_action_delete_footer) {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    max-height: calc(100% - 150px);
    overflow-y: scroll;
  }
  /* line 1186, app/assets/stylesheets/theme/theme_responsive.css.scss */
  aside .flex-row.return_to_list_block {
    display: none;
  }
  /* line 1190, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #file_aside, #fixed_file_aside {
    width: 100% !important;
    height: auto !important;
    bottom: 110px;
    bottom: 60px;
    top: initial !important;
    border-left: none !important;
    padding-bottom: 0 !important;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -4px 6px rgba(0, 0, 0, 0.08);
  }
  /* line 1203, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #file_aside #files-permission-box #file_title, #file_aside #file_object_list .actions_bar #file_title, #fixed_file_aside #files-permission-box #file_title, #fixed_file_aside #file_object_list .actions_bar #file_title {
    width: 100%;
  }
  /* line 1207, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #file_aside #files-permission-box .file_footer, #file_aside #file_object_list .actions_bar .file_footer, #fixed_file_aside #files-permission-box .file_footer, #fixed_file_aside #file_object_list .actions_bar .file_footer {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
  /* line 1214, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .active-scaffold .active-scaffold-header .actions .full-group.group_for_low_res {
    display: flex;
    text-align: right;
  }
  /* line 1219, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #overlay.barOpen {
    pointer-events: all;
    opacity: 0.4;
  }
  /* line 1224, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #overlay.barOpen .loading_overlay_icon {
    display: none;
  }
  /* line 1228, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #sidebar, .footer_special_icon .dropdown-menu.show, #main-wrapper #content-wrapper.has-aside .show-view aside, #fixed_file_aside, #file_aside, .aside_calendar, div#footer {
    z-index: 1000000 !important;
  }
  /* line 1232, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #main-wrapper #content-wrapper.has-aside:not(.cached_files_controller) {
    padding-right: 15px !important;
  }
  /* line 1236, app/assets/stylesheets/theme/theme_responsive.css.scss */
  #content-wrapper .active-scaffold tr.record td.as_marked-column.in_place_editor_field,
th.as_marked-column_heading,
td.as_marked-column {
    display: none !important;
  }
  /* RECORDSELECT */
  /* line 1244, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .record-select-container {
    box-shadow: none !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.15) !important;
  }
  /* line 1252, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .record-select {
    width: 100vw !important;
  }
  /* line 1256, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .record-select ol li.record,
.record-select ol li:not(.found) {
    padding: 10px 25px !important;
  }
  /* line 1261, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .record-select ol {
    overflow-y: visible !important;
  }
  /* ALERTAS */
  /* line 1267, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .dropdown-menu.files-menu.dropdown-menu-end.show,
.dropdown-menu.featured_models-menu.dropdown-menu-end.show,
.dropdown-menu.alerts-menu.dropdown-menu-end.show {
    max-width: 100% !important;
  }
  /* line 1273, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .notifications.dropdown .dropdown-menu {
    position: fixed;
    z-index: 2000;
    top: 54px;
    left: 0;
    width: 100vw !important;
    max-height: calc(100vh - 56px) !important;
    height: calc(100vh - 56px) !important;
    overflow-y: auto;
  }
  /* line 1284, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .notifications.dropdown .dropdown-menu ul.list-group {
    height: calc(100vh - 149px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1290, app/assets/stylesheets/theme/theme_responsive.css.scss */
  html.ios .notifications.dropdown .dropdown-menu ul.list-group {
    height: calc(100vh - 224px);
  }
  /* line 1294, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .notifications.dropdown .dropdown-menu .card-footer {
    position: fixed;
    z-index: 110000;
    bottom: 60px;
    left: 0;
    width: 100vw;
  }
  /* line 1302, app/assets/stylesheets/theme/theme_responsive.css.scss */
  div#cached_files_block {
    padding-inline: 15px;
  }
  /* line 1306, app/assets/stylesheets/theme/theme_responsive.css.scss */
  .cached_files-sub-form div#cached_files_block {
    padding-inline: 0;
  }
}

@media screen and (min-width: 951px) {
  /* line 1368, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version {
    /* @include low-res-styles; */
    /* old < 1200px */
    /* OVERLAY */
    /* CABECERA */
    /* LISTADOS */
    /* LISTADOS AVANZADOS */
    /*@media screen and (max-width: 800px) {*/
    /*
    .turbolink_cover_box {
        position: fixed;
        height: 100%;
        width: 100%;
        background: black;
        z-index: 99;
        opacity: 0.4;
        display: block;
    }
    */
    /* LIST FILTERS */
    /* } */
  }
  /* line 155, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .withOverlay .elementWithOverlay {
    height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    transform: none;
    z-index: 1000000000;
  }
  /* line 164, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#overlay-container .active-scaffold .as_form > ol.form {
    padding-inline: 15px;
  }
  /* line 168, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .withOverlay .elementWithOverlay .general_label.full_with_label {
    margin: 0;
  }
  /* line 173, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .send_selected-filter_btn,
body.mobile-version .upload_xls {
    display: none;
  }
  /* line 178, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold .active-scaffold-header .actions .full-group ul {
    display: flex;
    position: relative;
    top: 35px;
  }
  /* line 184, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #main-wrapper #content-wrapper > h2,
body.mobile-version #main-wrapper #content-wrapper.cached_files_controller h2 {
    margin-top: 0;
  }
  /* line 189, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #main-wrapper #content-wrapper > h2 {
    margin-left: 15px;
  }
  /* line 191, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper.div > h2.general_label.full_with_label {
    width: auto;
  }
  /* line 195, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version li.sub-section[class*="data_info_"] > ol.form {
    border-left-color: transparent;
    margin-inline: 5px;
  }
  /* line 200, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold li.sub-section > h5 {
    margin-inline: 15px;
  }
  /* line 204, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold .sub-form {
    padding-left: 0;
  }
  /* line 208, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version li.sub-section > ol.form .associated-record,
body.mobile-version li.sub-section > ol.form {
    border-left: 0;
  }
  /* line 213, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form .general_label.collapsable {
    padding: 5px 20px;
  }
  /* line 217, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version ol.breadcrumb {
    margin-left: 15px;
    margin-top: 10px;
  }
  /* line 222, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block ol.breadcrumb {
    margin-left: 0;
  }
  /* line 228, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .hide_in_high_res {
    display: table-cell !important;
  }
  /* line 232, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold table th[class*='column_heading']:not(.show_in_low_res):not(.actions),
body.mobile-version #content-wrapper .active-scaffold table td[class*='-column']:not(.show_in_low_res):not(.actions),
body.mobile-version #content-wrapper .active-scaffold table th[class*='column_heading']:not(.show_in_low_res):not(.actions):not(:first-child),
body.mobile-version #content-wrapper .active-scaffold table td[class*='-column']:not(.show_in_low_res):not(.actions):not(:first-child) {
    display: none !important;
  }
  /* line 239, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold table th.show_in_low_res {
    width: 100%;
  }
  /* line 243, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold table th.actions {
    width: 20%;
    text-align: right;
  }
  /* line 248, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold input.text-input,
body.mobile-version #content-wrapper .active-scaffold select {
    height: auto !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
    color: #666 !important;
    padding: .375rem .75rem !important;
  }
  /* line 257, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version li.sub-section[class*="data_info_"] {
    padding: 10px !important;
  }
  /* line 262, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .sub-form.vertical-sub-form.column_subform.customer-sub-form .footer-wrapper .footer {
    left: 70px;
  }
  /* line 266, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold .create-view .sub-section > ol > .sub-form.vertical-sub-form > h5,
body.mobile-version #content-wrapper .active-scaffold .update-view .sub-section > ol > .sub-form.vertical-sub-form > h5 {
    text-align: left !important;
  }
  /* line 273, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 278, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block .btn-outline-secondary {
    margin: 0;
  }
  /* line 282, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block a.btn.btn-outline-secondary.move_list_element {
    width: 195px;
  }
  /* line 286, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold li.form-element.select.draggable-list-element .checkbox_list_record_select_block .checkbox_list_recordselect {
    margin-bottom: 15px;
  }
  /* line 293, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .index_action .content-width {
    padding-inline: 0px;
  }
  /* line 297, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .record-select-container {
    z-index: 10000;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
  }
  /* line 303, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html.sidebar-hidden #main-wrapper {
    margin-left: 0;
  }
  /* line 307, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html.sidebar-hidden #main-wrapper #sidebar {
    width: 0;
  }
  /* line 311, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html #main-wrapper #sidebar + #content-wrapper {
    padding: 0;
    /* max-width: 100%; */
  }
  /* line 327, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html.sidebar-hidden .turbolink_cover_box {
    display: none;
  }
  /* line 331, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #main-wrapper #sidebar {
    z-index: 100000;
  }
  /* line 335, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html #main-wrapper #sidebar + #content-wrapper {
    max-width: 100%;
  }
  /* line 339, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold .as_content > table > thead > tr > th:not(.show_in_low_res),
body.mobile-version .active-scaffold .as_content > table > tbody > tr > td:not(.show_in_low_res) {
    display: none !important;
  }
  /* line 344, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold .as_content th.name-column,
body.mobile-version .active-scaffold .as_content td.name-column,
body.mobile-version .active-scaffold .as_content th.title-column,
body.mobile-version .active-scaffold .as_content td.title-column,
body.mobile-version .active-scaffold .as_content th.email-column,
body.mobile-version .active-scaffold .as_content td.email-column {
    display: table-cell !important;
  }
  /* line 353, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold .as_content th.actions,
body.mobile-version .active-scaffold .as_content td.actions {
    display: table-cell !important;
  }
  /* line 358, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version a#sidebar-toggle {
    position: fixed;
    z-index: 1000000;
  }
  /* line 364, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html.sidebar-hidden div#sidebar-toggle {
    background-image: url(/menu_white.svg);
  }
  /* line 368, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#sidebar-toggle:hover {
    opacity: 0.6;
  }
  /* line 372, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html.sidebar-hidden #sidebar-toggle .fal.fa-chevron-left,
body.mobile-version #sidebar-toggle .fal.fa-user-shield {
    display: none;
  }
  /* line 377, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .sidebar-hidden #main-wrapper #content-wrapper.has-aside {
    padding-right: 15px;
  }
  /* line 383, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div.filter_dropdown.group_for_low_res.close_on_click_outside {
    list-style: none;
    background-color: transparent;
    background-image: none;
    font-family: Arial;
    font-weight: 400;
    display: inline-block;
    padding: 0.375rem 0.75rem;
  }
  /* line 393, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu:after {
    content: '▼';
    line-height: 1;
    vertical-align: middle;
    margin-left: 5px;
  }
  /* line 400, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu::-moz-selection {
    color: inherit;
  }
  body.mobile-version div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu::selection {
    color: inherit;
  }
  /* line 404, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div.filter_dropdown.filter_show_actions_list.group_for_low_res.close_on_click_outside > div.dropdown-menu:after {
    content: '▲';
  }
  /* line 408, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res,
body.mobile-version .hover_list_action.group_for_low_res {
    cursor: pointer;
    margin: 0;
    position: relative;
    background: #e7e7e7;
    border-radius: 4px;
    margin-block: 5px;
  }
  /* line 418, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .hover_list_action.group_for_low_res:hover {
    background: lightgray;
  }
  /* line 422, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .hover_list_action.group_for_low_res:before {
    color: #919191;
  }
  /* line 426, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .hover_list_action.group_for_low_res:hover:before {
    color: #565656;
  }
  /* line 430, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res:hover {
    background: lightgray;
  }
  /* line 434, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res:before {
    color: #919191;
  }
  /* line 438, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res:hover:before {
    color: #565656;
  }
  /* line 442, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res .actions,
body.mobile-version .hover_list_action.group_for_low_res .actions {
    color: transparent !important;
    text-align: center;
    position: relative;
  }
  /* line 449, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .hover_list_action.group_for_low_res > ul.show_actions_list,
body.mobile-version .dashboard_box span.dashboard_module_actions.hover_list_action > ul.show_actions_list,
body.mobile-version .filter_dropdown.group_for_low_res > ul.show_actions_list {
    list-style-type: none;
    margin: 0;
    padding-block: 0.5rem;
    position: absolute;
    display: block;
    min-width: 150px;
    z-index: 10000;
    border: 1px solid #dee2e6;
    margin-top: 5px;
    background: white;
    right: 10px;
  }
  /* line 465, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res + table,
body.mobile-version .hover_list_action.group_for_low_res + table {
    float: none;
  }
  /* line 470, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res > ul,
body.mobile-version .hover_list_action.group_for_low_res > ul {
    display: none;
    padding: 0;
    margin: 0;
  }
  /* line 477, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res > ul > div > li,
body.mobile-version .hover_list_action.group_for_low_res > ul > div > li {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  /* line 485, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold tr.record .hover_list_action.group_for_low_res > ul > div > li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.98rem;
  }
  /* line 499, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold tr.record .hover_list_action.group_for_low_res > ul > div > li a.destroy:hover {
    color: #e44141 !important;
  }
  /* line 503, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .filter_dropdown.group_for_low_res .dropdown-menu.filter {
    display: block;
  }
  /* line 507, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold tr.record .hover_list_action.group_for_low_res > ul > div > li a:hover {
    color: #16181b !important;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  /* line 513, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold .active-scaffold-header .actions .full-group ul {
    display: none;
  }
  /* line 517, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold form.as_form.search li.form-element dd {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  /* line 523, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .as_form.search li.form-element {
    width: 100% !important;
    margin-right: 0;
  }
  /* line 528, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .as_form.search ol.form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 535, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold-header {
    margin-inline: 22px;
  }
  /* line 539, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold-footer {
    margin-inline: 15px;
  }
  /* line 543, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold .subform_with_new a.show-new-subform {
    bottom: 40px;
    z-index: 100;
  }
  /* line 557, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version body.app-login .login-block {
    background: transparent;
    left: 50%;
  }
  /* line 564, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold .sub-section > ol > .sub-form > div.simple_subform.form-element .deployed .open_in_overlay_div.actions {
    display: block;
  }
  /* line 568, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .record-select-container {
    z-index: 10000000000000 !important;
  }
  /* line 573, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold li.sub-section > h5 {
    background-color: #f7f7f7;
    padding-left: 10px;
  }
  /* line 578, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .sub-section-buttons .btn {
    background-color: #fff;
  }
  /* line 582, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .withOverlay .elementWithOverlay {
    border-radius: 0;
  }
  /* line 586, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #overlay-container div#content-wrapper > h2 {
    margin: 0;
    padding-inline: 15px;
  }
  /* line 591, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #main-wrapper #content-wrapper.has-aside:not(.show_action, .calendar_action) aside #auto_insert_buttons {
    display: none;
  }
  /* line 595, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version li.sub-section > ol.form,
body.mobile-version #content-wrapper .active-scaffold .sub-section .sub-form-record > ol.association-record,
body.mobile-version #content-wrapper .active-scaffold .show-view .view_show_columns {
    margin-inline: 15px;
    padding-inline: 5px;
  }
  /* line 602, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .upgraded_show_list .active-scaffold .active-scaffold-header .actions {
    right: 0;
  }
  /* line 606, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .show_search-view form li.form-element dd > span.search_range input {
    height: 34px;
  }
  /* line 611, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .label_list_view_record .general_label .content_icons_block,
body.mobile-version .label_list_view_record .general_label .general_label_model_icon {
    bottom: 0;
  }
  /* line 616, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .general_label.full_with_label {
    width: auto;
  }
  /* line 620, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version h2 a.general_label_icon.toggle_featured_model {
    position: relative;
    left: 4px;
  }
  /* line 625, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version h2 a.general_label_icon.toggle_featured_model,
body.mobile-version .label_list_view_record a.general_label_icon.toggle_featured_model {
    margin-right: 6px !important;
    margin-left: 10px;
  }
  /* line 631, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version a.general_label_icon.toggle_featured_model,
body.mobile-version .label_list_view_record a.general_label_icon.toggle_featured_model {
    padding-right: 0;
    margin-inline: 0 !important;
  }
  /* line 637, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #label_list_view_block .label_list_view_record span.general_label_icon.general_label_model_icon {
    padding: 17px;
    font-size: 20px;
  }
  /* line 642, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #label_list_view_block .label_list_view_record .left_border.general_label {
    padding: 14px 5px;
    min-height: 53px;
  }
  /* line 647, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #label_list_view_block .label_list_view_record .left_border.general_label.with_general_label_model_icon {
    border-left: none;
  }
  /* line 651, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .show_log-filter_btn.filter-btn.nav.navbar-nav.btn-group,
body.mobile-version .index-filter_btn.filter-btn.nav.navbar-nav.btn-group {
    left: -20px;
  }
  /* line 656, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .new-filter_btn.filter-btn.nav.navbar-nav.btn-group {
    right: -7px;
  }
  /* line 660, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div.filter_dropdown.group_for_low_res.close_on_click_outside > div.dropdown-menu {
    display: flex;
    position: relative;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: right;
    justify-content: flex-end;
  }
  /* line 672, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .active-scaffold .active-scaffold-header .actions .full-group ul.show_actions_list {
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
  }
  /* line 680, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #label_list_view_block .label_list_view_record .filter_dropdown.action_group,
body.mobile-version #label_list_view_block .label_list_view_record .hover_list_action.action_group {
    padding: 16px 17px 17px;
    font-size: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 688, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .action_group li a.btn {
    width: 100%;
    border-color: transparent;
    text-align: left;
  }
  /* line 694, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .tooltip {
    display: none;
  }
  /* line 700, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #footer #sidebar-toggle {
    left: 15px;
    opacity: 1;
  }
  /* line 705, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version html.aside-hidden div#content-wrapper.has-aside + #aside-toggle {
    z-index: 1000000;
  }
  /* line 709, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#content-wrapper.has-aside + #aside-toggle {
    right: 15px;
    z-index: 1000000;
  }
  /* line 714, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .aside-hidden #aside-toggle,
body.mobile-version .sidebar-hidden #sidebar-toggle {
    border: none;
    bottom: 10px !important;
  }
  /* line 720, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .aside-hidden #aside-toggle i,
body.mobile-version .sidebar-hidden #sidebar-toggle i {
    color: #333 !important;
  }
  /* line 725, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #sidebar-toggle,
body.mobile-version #aside-toggle {
    position: initial;
  }
  /* line 730, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #sidebar-toggle .icon.open,
body.mobile-version #aside-toggle .fal.fa-cog {
    display: inline;
    color: #333;
  }
  /* line 736, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #sidebar-toggle .icon.closed,
body.mobile-version .has-aside + #aside-toggle .fal.fa-chevron-right {
    display: none;
  }
  /* line 741, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .form_action_delete_footer {
    bottom: 50px;
  }
  /* line 744, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .form_action_delete_footer a {
    width: 100%;
  }
  /* line 749, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-inline: 15px;
  }
  /* line 757, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .fc-toolbar .fc-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }
  /* line 766, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .calendar_filter_title {
    width: 96%;
  }
  /* line 771, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    min-height: 55px;
    background-color: #ededed !important;
    justify-content: space-between;
    padding-block: 0;
    padding-right: 0;
  }
  /* line 782, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer #aside-toggle {
    z-index: 1000000;
  }
  /* line 786, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer div#content-wrapper.has-aside + #aside-toggle {
    z-index: 1000000;
  }
  /* line 790, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer .footer_icon_menu {
    display: inline-flex;
    position: relative;
    left: 50px;
    font-size: 25px;
    max-height: 35px;
    text-align: center;
    justify-content: space-between;
    width: 100%;
  }
  /* line 801, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer .footer_link {
    border: none;
    box-shadow: none;
    font-size: 25px;
    border-radius: 6px;
    padding: 30px;
    background-color: transparent;
    color: #333;
    display: flex;
    max-height: 35px;
    max-width: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  /* line 817, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer .footer_special_icon {
    border-left: 4px solid #cacaca2b;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: initial;
    width: 80px;
    height: 60px;
  }
  /* line 827, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer .footer_special_icon a.custom_header_new_button {
    min-width: initial;
    color: #333 !important;
    border: 0 !important;
    max-height: 35px;
    max-width: 40px;
    font-size: 25px;
    border-radius: 6px;
    padding: 0;
  }
  /* line 838, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer .footer_special_icon a span,
body.mobile-version div#footer .footer_special_icon button span {
    display: none;
  }
  /* line 841, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer #new_dropdown_button {
    display: flex;
    background: transparent;
  }
  /* line 845, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer #new_dropdown_button button {
    color: #333 !important;
    border: 0 !important;
    max-height: 35px;
    max-width: 40px;
    font-size: 25px;
    border-radius: 6px;
    padding: 0;
  }
  /* line 855, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer #new_dropdown_button .dropdown-menu.show {
    width: 101%;
    position: fixed;
    left: -1px;
    bottom: 57px;
    border-radius: 0;
    padding-block: 0;
    padding-top: 5px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -4px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease-in-out;
    background-color: #f8f9fa !important;
  }
  /* line 870, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer #new_dropdown_button .dropdown-menu.show li a {
    min-height: 50px;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    color: #444;
    font-family: Arial;
    font-weight: 400;
    font-size: 0.875em !important;
  }
  /* line 881, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer #new_dropdown_button .dropdown-menu.show li:last-child a.dropdown-item {
    border-bottom: none;
  }
  /* line 887, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#footer #new_dropdown_button .dropdown-toggle-split {
    display: none;
  }
  /* line 894, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #calendar .fc-toolbar .fc-defaultCalendarButton-button,
body.mobile-version #calendar .fc-toolbar #listagendaViewSelectorBlock button {
    display: none;
  }
  /* line 899, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .form_action_delete_footer {
    position: relative;
    bottom: initial;
    border-top: 1px solid lightgrey;
  }
  /* line 905, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #main-wrapper #content-wrapper.has-aside aside div.form_action_delete_footer .destroy.as_action {
    float: left;
  }
  /* line 910, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .tox .tox-editor-header > .tox-toolbar--scrolling, body.mobile-version .tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
    background-image: none;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 916, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#cached_files_block div#cached_files_block {
    padding-inline: 0;
  }
  /* line 920, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version div#cfile_actual_folder_selector .cfile_icon {
    margin-left: 5px;
  }
  /* line 924, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version span.file-box-label {
    margin-top: 5px;
  }
  /* line 929, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block .file-box,
body.mobile-version #cached_files_block .folder-box:not(.breadcrumb-item) {
    width: calc(50% - 20px) !important;
    background: #f1f1f173;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
  }
  /* line 938, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block .cfile_icon > span.fas.actions_cicon {
    bottom: initial;
    top: -11px;
    right: -80px;
    font-size: 20px !important;
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  /* line 952, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block .icon_cfile_view .cfile_icon {
    font-size: 64px;
    margin-left: 0;
    position: relative;
    display: inline-flex;
  }
  /* line 959, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block span.cfile_extension {
    top: 55% !important;
    left: 50% !important;
    transform: translate(-50%, -60%) !important;
  }
  /* line 965, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block span.extra_folder_cicon {
    bottom: -3px;
    right: -10px;
  }
  /* line 971, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block .icon_name-column .folder-box, body.mobile-version #cached_files_block .icon_name-column .file-box {
    background: transparent !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 5px !important;
    position: relative;
    left: 10px;
  }
  /* line 980, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block .icon_name-column .cfile_icon > span.fas.actions_cicon {
    top: -4px;
    left: -24px;
  }
  /* line 985, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block .icon_name-column span.extra_folder_cicon {
    bottom: -3px;
    right: 0;
  }
  /* line 990, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #cached_files_block .icon_name-column span.cfile_extension {
    left: 38% !important;
  }
}

@media screen and (min-width: 951px) and (max-width: 550px) {
  /* line 995, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .last_download-column_heading, body.mobile-version .last_download-column {
    display: none !important;
  }
}

@media screen and (min-width: 951px) {
  /* FIX DESKTOP MENUS ON SIMULATED MOBILE */
  /* line 1375, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version .cached_files-view #fixed_file_aside {
    display: block;
  }
  /* line 1376, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #main-wrapper #content-wrapper.edit_action.has-aside aside,
body.mobile-version #main-wrapper #content-wrapper.new_action.has-aside aside {
    transform: translateX(0);
  }
  /* line 1378, app/assets/stylesheets/theme/theme_responsive.css.scss */
  body.mobile-version #main-wrapper #content-wrapper.edit_action.has-aside,
body.mobile-version #main-wrapper #content-wrapper.new_action.has-aside {
    padding-right: 316px;
  }
}
@charset "UTF-8";
/* RECORD SELECT */
/* line 3, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select-container {
  z-index: 1000000;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: absolute;
}

/* line 10, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select input {
  outline: none;
}

/* line 14, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select {
  width: 800px;
  border-radius: 4px;
}

/* line 18, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol {
  list-style: none;
  overflow-y: auto;
  max-height: 440px;
  padding-top: 0;
  position: relative;
  padding-left: 0;
  border: 1px solid lightblue;
  border-radius: 5px;
}

/* line 29, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select .found {
  /*position: absolute;*/
  top: 0;
  width: 100%;
  text-align: center;
  background: #ececec;
  pointer-events: none;
  font-size: 12px;
  border-radius: 4px 4px 0 0;
}

/* line 40, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol li.found:hover,
.record-select ol .found {
  text-align: center;
  font-style: italic;
  color: #999;
  padding: 1px 4px;
  border-bottom: 1px solid #afd0f5;
}

/* line 49, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol li.pagination:hover {
  background: #ececec;
}

/* line 53, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .pagination {
  background: #ececec;
}

/* line 57, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .pagination a {
  border: none;
  background: transparent;
}

/* line 62, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .pagination a:hover {
  background: transparent;
  color: black;
  text-decoration: none;
}

/* line 68, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .pagination.next a {
  float: right;
}

/* line 72, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .pagination img {
  transform: scale(0.65);
}

/* line 78, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select .record,
.record-select a {
  color: #6b6f72;
  cursor: pointer;
}

/* line 83, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .record,
.record-select ol a {
  background-color: white;
}

/* line 87, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .even {
  background-color: white;
}

/* line 90, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol .current,
.record-select ol li:hover {
  background-color: #007bff;
  color: white;
  transition: background 0.3s linear;
}

/* line 96, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol li.record,
.record-select ol li {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: relative;
  padding: 5px 25px;
}

/* line 105, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

/* line 111, app/assets/stylesheets/theme/theme_record_select.css.scss */
#content-wrapper .active-scaffold .rs_multiple input.text-input.recordselect {
  height: 22px;
}

/* line 113, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select-list li {
  display: inline-block;
  background-color: white;
  position: relative;
  height: 22px;
  margin-top: 1px;
  margin-left: 5px;
  margin-bottom: 0 !important;
  border-radius: 2px;
  overflow: hidden;
}

/* line 124, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select-list a.remove,
.chosen-container-multi a.search-choice-close {
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
  color: transparent;
}

/* line 132, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .record-select-list li label,
.chosen-choices li.search-choice span {
  font-weight: 400;
  line-height: 8px;
  padding: 0px 15px 0px 5px;
  color: #d6efff;
  width: auto;
}

/* line 141, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple dd > input.recordselect {
  width: 100%;
}

/* line 144, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple dd > input.recordselect + input + ul.record-select-list,
.active-scaffold div.section-entry.rs_multiple input + ul.record-select-list {
  min-height: 0;
}

/* line 149, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .create-view li.form-element.rs_multiple dd,
.active-scaffold .update-view li.form-element.rs_multiple dd,
.active-scaffold .create-view .rs_multiple dd,
.active-scaffold div.section-entry.rs_multiple div,
.active-scaffold .update-view .rs_multiple dd {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0;
  background: white;
  min-height: 20px;
  width: calc(82.45% - 34px);
  margin-bottom: 5px;
  box-sizing: border-box;
  top: -11px;
}

/* line 164, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold li.sub-form .sub-form-record .rs_multiple dd {
  width: 100%;
  margin-left: 0;
}

/* line 169, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .conditions-sub-form li.form-element.rs_multiple dd {
  margin-top: 20px;
}

/* line 173, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .conditions-sub-form li.form-element.rs_multiple dd,
.active-scaffold .conditions-sub-form .rs_multiple dd {
  width: 100%;
  margin-left: 0;
}

/* line 179, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold li.form-element.rs_multiple dd input,
.active-scaffold .rs_multiple dd input,
.active-scaffold div.section-entry.rs_multiple input,
.active-scaffold .rs_multiple dd select,
.chosen-container .chosen-choices .search-field {
  margin-bottom: 0;
  border: none !important;
  box-shadow: none !important;
  width: auto !important;
  min-width: 100px;
  flex-grow: 1;
  background: transparent;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  height: 34px;
  top: 0;
}

/* line 196, app/assets/stylesheets/theme/theme_record_select.css.scss */
.chosen-container .chosen-choices .chosen-search-input {
  width: 100% !important;
}

/* line 200, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold li.form-element.rs_multiple dd > input,
.active-scaffold .rs_multiple dd > input,
.active-scaffold .rs_multiple dd > select {
  width: 100%;
}

/* line 205, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold li.form-element.rs_multiple dd ul.record-select-list,
.active-scaffold .rs_multiple dd ul.record-select-list,
.active-scaffold div.section-entry.rs_multiple ul.record-select-list,
.chosen-container .chosen-choices {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 20px;
  margin: 0;
}

/* line 216, app/assets/stylesheets/theme/theme_record_select.css.scss */
.recordselect.selected {
  background-color: inherit;
}

/* line 220, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple .record-select-list li.record-select-option,
.chosen-cointainer .chosen-choices li.search-choice {
  margin-right: 5px;
  margin-left: 5px;
}

/* line 226, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple .record-select-list li.record-select-option:hover label,
.chosen-container .chosen-choices li.search-choice:hover span {
  background-color: #007bff;
  color: #aad7f4;
}

/* line 231, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple .record-select-list li.record-select-option:hover .remove:before,
.chosen-container .chosen-choices li.search-choice:hover a.search-choice-close {
  color: #aad7f4;
}

/* line 236, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple .record-select-list li.record-select-option:hover label:after {
  content: none;
}

/* line 240, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold div.section-entry.rs_multiple .record-select-list li label {
  text-align: left;
  padding-right: 0;
}

/* line 245, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold div.section-entry.rs_multiple .record-select-list li {
  margin-top: 8px;
}

/* line 249, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple .record-select-list li label,
.chosen-choices li.search-choice span {
  background: #eff2f7;
  padding: 0px 10px 0px 5px;
  position: relative;
  color: #495057;
  height: 18px;
  float: none;
  border: 1px solid #cdd5e3;
  border-radius: 2px;
  margin-top: 1px !important;
  display: inline-block;
  width: 100%;
  left: 0;
  text-align: right;
  line-height: 14px;
  padding-top: 1px;
  font-size: 1rem;
  padding-right: 20px;
  line-height: 1;
}

/* line 271, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple .record-select-list li.record-select-option .remove,
.active-scaffold div.section-entry.rs_multiple .record-select-list li.record-select-option .remove,
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 0;
  z-index: 10000;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 26px;
}

/* line 283, app/assets/stylesheets/theme/theme_record_select.css.scss */
.active-scaffold .rs_multiple .record-select-list li.record-select-option .remove:before,
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "×";
  /* NO es la letra x, es el signo de multiplicación */
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  float: right;
  width: 13px;
  line-height: 20px;
  margin-right: 3px;
}

/* line 295, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select form {
  display: inline;
}

/* line 299, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select-autocomplete form .text-input,
.record-select form .search_submit {
  display: none;
}

/* line 304, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select li.found {
  background: white;
  pointer-events: none;
  font-size: 12px;
  border-radius: 4px 4px 0 0;
}

/* line 310, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select li.pagination {
  background: #e7e7e7;
}

/* line 314, app/assets/stylesheets/theme/theme_record_select.css.scss */
.record-select ol, .record-select li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  clear: both;
}

/* line 321, app/assets/stylesheets/theme/theme_record_select.css.scss */
.recordselect.selected {
  background-color: #EFFFEF;
  background-position: right 2px center;
  background-image: url(/assets/record_select/accept-b8d0a7bf2aca4cc0a3e4a508b3478d4e56af96577e0a5f1d91494c75b34f3627.png);
  background-repeat: no-repeat;
  padding-right: 20px;
}
#main-wrapper #content-wrapper.import_xls_layout .content-width{
    max-width: none;
    padding-inline: 50px;
}

.header_list_columns{
    font-size: 13px;
    font-family: arial;
    background: #e9e9e9;
    padding-left: 6px;
    border-left: 5px solid #d20e11;
    display: block;
    color: #414141;
}

.xls_fields_box{
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: scroll;
    max-width: 1200px;
}

#file_table table th{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-inline: 10px;
    box-sizing: border-box;
}

#file_table table th.no_importable{ opacity: 0.5;}

#file_table table{
    font-size: 12px;
}

#file_table table tr { 
    border-top: 1px solid #d8d8d8;
}

#file_table table td {
    min-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    max-width: 150px;
}

#file_table table tbody tr:first-child td{ border-top: none;}

#file_table table tr:nth-child(even) td{ 
    background: #f9f9f9;
}

#content-wrapper.import_xls_layout .footer{ position: relative;}
#content-wrapper.import_xls_layout .loading-indicator{    
    width: 50px;
    height: 50px;
    margin-top: 0;
}

.importing_text{
    font-size: 12px;
}

div#import_log {
    background: #e9e9e9;
    padding: 10px;
    margin-block: 40px;
}

#import_log ul {
    list-style: disc;
}

.float_left{ float: left;}
.float_right{ float: right;}

.success_log{ color: #28a745;}
.error_log{ color: #dc3545;}
.warn_log{ color: #ffae00;}
/* line 1, app/assets/stylesheets/theme/calendar.css.scss */
div#calendar {
  margin-left: auto;
  margin-right: auto;
}

/* line 6, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_action h3 {
  margin-bottom: 20px;
}

/* line 10, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_action li.form-element:not(.date) dd {
  max-width: 800px;
  width: 100%;
}

/* line 15, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_action .content-width {
  max-width: none;
}

/* line 17, app/assets/stylesheets/theme/calendar.css.scss */
div#content-wrapper.calendar_action {
  margin-bottom: -60px;
}

/* line 21, app/assets/stylesheets/theme/calendar.css.scss */
.fc-event {
  background-color: transparent;
  font-size: inherit;
}

/* line 28, app/assets/stylesheets/theme/calendar.css.scss */
#calendar h2 {
  font-size: 24px;
}

/* line 32, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button {
  width: auto;
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 55, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .ui-button:hover,
#calendar .ui-button:focus:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 62, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .ui-widget-content {
  border-color: #dee2e6;
}

/* line 66, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .ui-state-highlight, #calendar .ui-widget-content .ui-state-highlight, #calendar .ui-widget-header .ui-state-highlight {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 72, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-highlight, #calendar .fc-event .fc-bg {
  background-color: black;
}

/* line 76, app/assets/stylesheets/theme/calendar.css.scss */
#calendar button.ui-state-disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  opacity: .65;
}

/* line 83, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .ui-widget-header {
  background: white;
  border-color: #dee2e6;
  color: #212529;
  border-bottom-width: 1px;
}

/* line 90, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-today-button {
  display: block;
  clear: both;
  width: auto;
  text-align: center;
  font-weight: normal !important;
}

/* line 98, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-right {
  display: flex;
  flex-direction: row;
}

/* line 103, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-today-button:hover {
  color: #fff;
  opacity: 0.65;
  background-color: #007bff;
}

/* line 109, app/assets/stylesheets/theme/calendar.css.scss */
#calendar button.fc-next-button.btn.btn-primary {
  margin-left: 0;
  border-bottom-left-radius: 0;
}

/* line 114, app/assets/stylesheets/theme/calendar.css.scss */
#calendar button.fc-next-button.btn.btn-primary {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 120, app/assets/stylesheets/theme/calendar.css.scss */
#calendar button.fc-prev-button.btn.btn-primary {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 125, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-scroller.fc-day-grid-container {
  overflow: hidden !important;
}

/* line 129, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-basic-view .fc-body .fc-row {
  height: 120px !important;
}

/* line 133, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-event-container .calendar_tag {
  width: 100% !important;
  margin-top: 1px;
  position: relative;
  overflow: visible;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: sub;
  cursor: pointer;
}

/* line 144, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-event-container .calendar_tag .label-tag {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc( 100% - 25px);
  vertical-align: middle;
}

/* line 153, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-event-container .calendar_tag.calendar_tag code {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

/* line 160, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-popover.fc-more-popover.card .fc-event-container {
  padding-bottom: 5px;
  white-space: nowrap;
}

/* line 165, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-popover .fc-header .fc-title {
  font-weight: bold;
  padding-left: 4px;
  padding-right: 30px;
}

/* line 170, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-popover .fc-event-container .calendar_tag.calendar_tag {
  display: block;
}

/* line 173, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-more-popover {
  width: auto;
}

/* line 174, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-ltr .fc-popover .fc-header .fc-title {
  font-weight: bold;
}

/* line 176, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-more-cell div {
  color: #077bff;
}

/* line 181, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-event-container .calendar_tag.deadline {
  background: #ffee7b;
}

/* line 183, app/assets/stylesheets/theme/calendar.css.scss */
#calendar td.fc-day.fc-past {
  background-color: #f9f9f9;
}

/* line 184, app/assets/stylesheets/theme/calendar.css.scss */
#calendar td.fc-day.fc-past.fc-other-month {
  background-color: #f3f3f3;
}

/* line 185, app/assets/stylesheets/theme/calendar.css.scss */
#calendar td.fc-day.fc-today {
  background-color: transparent;
  border-color: inherit;
}

/* line 189, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-content-skeleton .fc-today {
  font-weight: bold;
  color: black;
}

/* line 194, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-content-skeleton .fc-past {
  opacity: 0.5;
}

/* line 195, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .calendar_tag.past-event {
  opacity: 0.5;
}

/* line 197, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-day-grid-event {
  border: none;
}

/* line 198, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-time-grid-event.fc-event {
  border-top: 4px solid #333;
}

/* line 199, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-time-grid-event.fc-event:hover {
  border-top-color: black;
}

/* line 200, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-event-container .fc-time-grid-event .calendar_tag,
#calendar .fc-event-container .fc-day-grid-event .calendar_tag {
  margin-top: 0;
}

/* line 205, app/assets/stylesheets/theme/calendar.css.scss */
#calendar th.fc-day-header {
  font-weight: 400;
  font-family: 'Roboto';
}

/* line 209, app/assets/stylesheets/theme/calendar.css.scss */
#calendar th.fc-day-header.fc-today {
  font-weight: 600;
}

/* line 211, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-event-container .fc-time-grid-event .calendar_tag.calendar_tag code .fal {
  vertical-align: top;
}

/* line 214, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-time-grid-event {
  background: #f9f9f9;
}

/* line 215, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-time-grid-event .calendar_tag .label_joiner {
  display: none;
}

/* line 216, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-time-grid-event .calendar_tag .label_joiner + .subject_label,
#calendar .fc-time-grid-event .calendar_tag .time_label {
  display: block;
}

/* line 221, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-time-grid-event.fc-event + .fc-event {
  border-left: 1px solid #777;
}

/* line 225, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-agendaWeek-view .fc-day-grid td.fc-axis {
  font-size: 10px;
  white-space: nowrap;
  font-family: Arial;
  font-weight: bold;
}

/* line 231, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-agendaWeek-view td.fc-axis {
  font-family: Roboto;
  font-weight: 400;
}

/* line 238, app/assets/stylesheets/theme/calendar.css.scss */
.fc-bootstrap4 .fc-day-grid + hr.fc-divider {
  background-color: black;
}

/* line 240, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_tag code .label_joiner {
  margin-inline: 4px;
}

/* line 242, app/assets/stylesheets/theme/calendar.css.scss */
#calendar_mobile {
  display: none;
}

@media screen and (max-width: 800px) {
  /* line 246, app/assets/stylesheets/theme/calendar.css.scss */
  div#calendar {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  /* line 253, app/assets/stylesheets/theme/calendar.css.scss */
  div#calendar {
    margin-top: 10px;
  }
  /* line 257, app/assets/stylesheets/theme/calendar.css.scss */
  .fc-month-button {
    display: none !important;
  }
  /* line 261, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_navigation {
    margin-top: 15px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  /* line 269, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_content .fa-star {
    display: none;
  }
  /* line 273, app/assets/stylesheets/theme/calendar.css.scss */
  h6.due_date_time {
    margin-top: 10px;
    text-align: left;
    font-size: 15px;
  }
  /* line 281, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_content .list-group-item {
    border: none;
  }
  /* line 285, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_content .rest .meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* line 293, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_content .record .badge {
    margin-right: 24px;
  }
  /* line 297, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_content .record .extra {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.4;
    opacity: .5;
  }
  /* line 303, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_content .record .meta .meta-item {
    opacity: .5;
    margin-left: 0;
    margin-right: 24px;
  }
  /* line 309, app/assets/stylesheets/theme/calendar.css.scss */
  .mobile_calendar_content .record .title {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.4;
    max-width: 800px;
  }
}

/* LISTADO CALENDAR */
/* line 323, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table tr:not(.fc-list-heading) {
  background-color: #0056b30d;
}

/* line 327, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .fc-list-heading + tr:not(.fc-list-heading) td {
  padding-top: 5px !important;
}

/* line 331, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table td {
  border: none !important;
  padding-block: 0;
}

/* line 336, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-heading td {
  font-weight: normal;
  font-family: Arial;
  background-color: transparent;
  color: #3c3c3c;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.3rem;
  border-bottom: 4px solid #b1b1b1 !important;
}

/* line 347, app/assets/stylesheets/theme/calendar.css.scss */
span.event_time {
  font-family: 'Roboto';
  font-weight: 300;
}

/* line 352, app/assets/stylesheets/theme/calendar.css.scss */
button.fc-changeYearButton-button.btn.btn-primary:hover {
  text-decoration: underline;
}

/* line 356, app/assets/stylesheets/theme/calendar.css.scss */
button.fc-changeYearButton-button.btn.btn-primary:focus, button.fc-changeYearButton-button.btn.btn-primary:active {
  box-shadow: none !important;
}

/* line 358, app/assets/stylesheets/theme/calendar.css.scss */
button.fc-changeYearButton-button.btn.btn-primary {
  opacity: 0;
  background: none !important;
  border: none !important;
  color: #007bff !important;
  display: none !important;
}

/* line 366, app/assets/stylesheets/theme/calendar.css.scss */
div#content-wrapper.calendar_action {
  padding-bottom: 10px !important;
}

/* line 370, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-center h2 {
  display: flex;
}

/* line 374, app/assets/stylesheets/theme/calendar.css.scss */
.year_selector_block {
  display: none;
}

/* line 378, app/assets/stylesheets/theme/calendar.css.scss */
.fc-center .select-wrapper {
  margin-left: 10px !important;
}

/* line 381, app/assets/stylesheets/theme/calendar.css.scss */
.fc-center .year_selector_block {
  display: inline-block;
  margin-left: 10px;
}

/* line 386, app/assets/stylesheets/theme/calendar.css.scss */
.fc-center:hover button.fc-changeYearButton-button.btn.btn-primary {
  opacity: 1 !important;
}

/* line 390, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.fc-today-button.btn.btn-primary {
  margin-left: 10px !important;
}

/* line 394, app/assets/stylesheets/theme/calendar.css.scss */
.hide_year_selector {
  visibility: hidden;
}

/* line 398, app/assets/stylesheets/theme/calendar.css.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action a.new_calendar_event.open_in_overlay.btn-outline-primary.new.btn {
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
  color: #007bff !important;
}

/* line 404, app/assets/stylesheets/theme/calendar.css.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action a.new_calendar_event.open_in_overlay.btn-outline-primary.new.btn:hover {
  color: #fff !important;
}

/* line 408, app/assets/stylesheets/theme/calendar.css.scss */
.show_week_box {
  display: none;
}

/* line 409, app/assets/stylesheets/theme/calendar.css.scss */
.agendaWeek-calendar-view .show_week_box {
  display: block;
}

/* line 411, app/assets/stylesheets/theme/calendar.css.scss */
.fc-toolbar .fc-left {
  float: left;
  display: inline-flex;
}

/* line 416, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-list-table .calendar_tag:hover code {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* line 420, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.btn.btn-primary.fc-listDay-button,
#calendar .fc-toolbar button.btn.btn-primary.fc-listWeek-button,
#calendar .fc-toolbar button.btn.fc-defaultCalendarButton-button {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 427, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.btn.btn-primary.fc-listMonth-button {
  margin-left: 0;
}

/* line 431, app/assets/stylesheets/theme/calendar.css.scss */
button.fc-month-button.btn.btn-primary {
  margin-right: 10px;
}

/* line 435, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.fc-listDay-button.btn.btn-primary {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 440, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.fc-listMonth-button.btn.btn-primary {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 445, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.fc-listWeek-button.btn.btn-primary {
  border-radius: 0 !important;
}

/* line 449, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.btn.btn-primary.active {
  background-color: #004895;
}

/* line 453, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-list-table .calendar_tag:hover code {
  box-shadow: none;
}

/* line 457, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-list-table .calendar_tag:hover {
  background-color: rgba(0, 0, 0, 0.07);
  border-color: #d7d7d7;
}

/* line 462, app/assets/stylesheets/theme/calendar.css.scss */
.fc .fc-list-table {
  max-width: 1200px;
  margin-inline: auto;
}

/* line 467, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .event.label.calendar_tag .label-tag {
  color: black;
  background: transparent;
  width: 100%;
  padding-block: 0;
  padding-inline: 10px;
  display: flex;
  justify-content: space-between;
}

/* line 477, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .timer_separator {
  display: none;
}

/* line 479, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .calendar_tag code {
  padding: 0;
  border-radius: 0;
  background: inherit;
}

/* line 485, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .calendar_tag code {
  min-width: 300px;
}

/* line 489, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table span.task_status_calendar_tag {
  width: 34px;
  padding-block: 9px;
  height: 17px;
  bottom: 0;
  display: flex;
  align-items: center;
}

/* line 498, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table span.task_status_calendar_tag.normal_agenda_span {
  padding-block: 15px;
}

/* line 502, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .calendar_tag {
  margin-bottom: 5px;
  cursor: pointer;
  display: table-caption;
  margin-right: 0;
  display: grid;
}

/* line 511, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .event.calendar_tag code > span {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 519, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-heading-alt {
  display: none;
}

/* line 523, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-heading {
  display: inline-table;
  width: 100%;
}

/* line 528, app/assets/stylesheets/theme/calendar.css.scss */
.fc-view.fc-list-view.card .label code .separator {
  margin-right: 0;
  padding-right: 4px;
}

/* line 533, app/assets/stylesheets/theme/calendar.css.scss */
.fc-view.fc-list-view.card.card-primary {
  border: none;
}

/* line 537, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-popover.fc-more-popover.card .fc-body.card-body .fc-event-container {
  max-height: 300px;
  overflow-y: scroll;
}

/* line 542, app/assets/stylesheets/theme/calendar.css.scss */
table.table-bordered, th.fc-day-header {
  border-color: #dee2e6;
}

/* line 546, app/assets/stylesheets/theme/calendar.css.scss */
.fc-list-table .task_element.general_label.left_border {
  margin: 0;
  margin-bottom: 5px;
}

/* line 551, app/assets/stylesheets/theme/calendar.css.scss */
.fc-event-container .task_element.general_label.left_border {
  margin: 0;
  padding: 0;
  border-radius: 3px;
}

/* line 557, app/assets/stylesheets/theme/calendar.css.scss */
.fc-event-container .task_element_info_block {
  width: 100%;
  display: flex;
  align-items: center;
  height: 25px;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  overflow: hidden;
}

/* line 568, app/assets/stylesheets/theme/calendar.css.scss */
.event-name .general_label {
  display: inline-block;
  font-family: 'Roboto';
}

/* line 572, app/assets/stylesheets/theme/calendar.css.scss */
.event-name .general_label i + .general_label_span_name {
  margin-left: 5px;
}

/* ASIDE FILTER */
/* line 577, app/assets/stylesheets/theme/calendar.css.scss */
span.category_color {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  right: 10px;
  border-radius: 100%;
  z-index: 1;
}

/* line 588, app/assets/stylesheets/theme/calendar.css.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action aside .btn.calendar_checkbox {
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 595, app/assets/stylesheets/theme/calendar.css.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action aside .btn {
  margin: 0;
  padding: 3px;
  color: #333;
  text-decoration: none;
  font-family: "Roboto";
  font-weight: 500;
  color: #444;
  font-size: 14px;
}

/* line 606, app/assets/stylesheets/theme/calendar.css.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action aside {
  padding-bottom: 115px;
}

/* line 610, app/assets/stylesheets/theme/calendar.css.scss */
.eq_type_filter.nav.navbar-nav.btn-group.full-group {
  position: relative;
  left: 200px;
}

/* line 615, app/assets/stylesheets/theme/calendar.css.scss */
.event_filter > ul {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 621, app/assets/stylesheets/theme/calendar.css.scss */
.event_filter > div > ul {
  padding-left: 10px;
  margin-top: 30px;
}

/* line 626, app/assets/stylesheets/theme/calendar.css.scss */
.event_filter > div > ul#users_filter {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}

/* line 632, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_filter_container a.checked {
  color: #333 !important;
  font-weight: 600;
}

/* line 637, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_filter_container a.checked span.category_color {
  border: 2px solid #333;
}

/* line 641, app/assets/stylesheets/theme/calendar.css.scss */
.event_filter > div > ul li .btn i {
  display: none;
  margin-right: 10px;
}

/* line 646, app/assets/stylesheets/theme/calendar.css.scss */
.event_filter > div > ul#users_filter li .btn i {
  display: inline-block;
}

/* line 650, app/assets/stylesheets/theme/calendar.css.scss */
.event_filter > div > ul > li > ul {
  padding-left: 25px;
  margin-top: 30px;
}

/* line 655, app/assets/stylesheets/theme/calendar.css.scss */
.event_notifications-sub-form ol.association-record {
  display: flex;
  flex-direction: row;
  width: 96%;
}

/* line 661, app/assets/stylesheets/theme/calendar.css.scss */
.event_notifications-sub-form > div > div .sub-form-record {
  width: 48%;
}

/* line 665, app/assets/stylesheets/theme/calendar.css.scss */
.event_notifications-sub-form h5 {
  display: none;
}

/* line 669, app/assets/stylesheets/theme/calendar.css.scss */
.event_notifications-sub-form > div > div {
  display: flex;
  flex-wrap: wrap;
}

/* line 674, app/assets/stylesheets/theme/calendar.css.scss */
.event_notifications-sub-form ol.association-record li.form-element {
  width: 98%;
}

/* line 678, app/assets/stylesheets/theme/calendar.css.scss */
.event_notifications-sub-form ol.association-record li.actions {
  width: 3%;
}

/* line 682, app/assets/stylesheets/theme/calendar.css.scss */
.event_notifications-sub-form ol.association-record li.actions a {
  margin-top: 10px;
}

/* line 686, app/assets/stylesheets/theme/calendar.css.scss */
li.form-element.inline_element {
  width: 48.5%;
  display: inline-flex;
}

/* line 691, app/assets/stylesheets/theme/calendar.css.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action aside .btn.toggle_efilter {
  display: inline-block;
  width: 90%;
}

/* line 696, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_filter_container {
  max-height: 700px;
  overflow-y: scroll;
}

/* line 701, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_filter_container span.fal {
  float: right;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

/* line 708, app/assets/stylesheets/theme/calendar.css.scss */
.hide_calendar_container.calendar_filter_container {
  max-height: 30px;
  overflow: hidden;
}

/* line 713, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_filter_title {
  position: fixed;
  width: 250px;
  background-color: #f8f9fa;
  z-index: 2;
}

/* line 720, app/assets/stylesheets/theme/calendar.css.scss */
.calendar_filter_title a {
  display: inline;
}

/* DROPDOWN PARA LAS VISTAS DE TIPO LISTADO*/
/* line 726, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar div#listagendaViewSelectorBlock {
  margin-left: 0;
  margin-right: 15px;
}

/* line 731, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar div#listagendaViewSelectorBlock button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 28px;
  margin-top: -1px;
}

/* line 738, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar div#listagendaViewSelectorBlock button.active {
  background-color: #004895;
}

/* line 742, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar div#listagendaViewSelectorBlock button.active:hover {
  background-color: #0062cc !important;
}

/* line 746, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-toolbar button.fc-month-button.btn.btn-primary {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 752, app/assets/stylesheets/theme/calendar.css.scss */
button.fc-month-button.btn.btn-primary {
  margin-right: 0;
}

/* line 756, app/assets/stylesheets/theme/calendar.css.scss */
.fc-event-container .task_element.general_label.left_border,
#calendar .fc-event-container .calendar_tag.calendar_tag,
#calendar .fc-event-container .calendar_tag.calendar_tag code {
  height: 100%;
}

/* line 762, app/assets/stylesheets/theme/calendar.css.scss */
a.fc-time-grid-event {
  border: transparent;
  background-color: transparent;
}

/* line 767, app/assets/stylesheets/theme/calendar.css.scss */
#calendar .fc-event-container {
  position: relative;
  white-space: nowrap;
  overflow: visible !important;
  padding: 0 5px;
}

/* OVERLAY FORM EVENTS */
/* line 777, app/assets/stylesheets/theme/calendar.css.scss */
#overlay-container .events_controller .actions_bar > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 783, app/assets/stylesheets/theme/calendar.css.scss */
#overlay-container .events_controller .actions_bar > div .btn-primary {
  order: 3;
}

/* line 785, app/assets/stylesheets/theme/calendar.css.scss */
#overlay-container .events_controller .actions_bar > div .as_cancel_button,
#overlay-container .events_controller .actions_bar > div .destroy,
#overlay-container .events_controller .actions_bar > div .duplicate_action {
  order: 1;
}

/* line 791, app/assets/stylesheets/theme/calendar.css.scss */
#overlay-container .events_controller .actions_bar > div .duplicate_action {
  margin-left: 5px;
}

/* line 793, app/assets/stylesheets/theme/calendar.css.scss */
#overlay-container .events_controller .actions_bar > div .destroy {
  margin-right: auto;
}
/* TASKS */
/* line 2, app/assets/stylesheets/theme/task.css.scss */
.expired_task_icon {
  color: #dc3545;
  top: -3px;
  position: relative;
  font-size: 13px;
  right: 5px;
  margin-left: 15px;
}

/* line 11, app/assets/stylesheets/theme/task.css.scss */
.in_header.customer_expired_pending_tasks {
  margin-right: 5px;
  color: #dc3545;
  font-size: 24px;
  position: relative;
  bottom: 3px;
  margin-right: 10px;
}

/* line 20, app/assets/stylesheets/theme/task.css.scss */
.in_header.customer_pending_tasks {
  margin-right: 5px;
  color: #f0c22e;
  font-size: 24px;
  position: relative;
  bottom: 3px;
  margin-right: 10px;
}

/* line 29, app/assets/stylesheets/theme/task.css.scss */
.extra_label_content {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

/* line 36, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .sub-form.vertical-sub-form.tasks-sub-form {
  display: block;
}

/* line 40, app/assets/stylesheets/theme/task.css.scss */
a.new_intervention,
a.change_task_status {
  display: inline-block;
}

/* line 45, app/assets/stylesheets/theme/task.css.scss */
a.change_task_status:before {
  color: #269768 !important;
}

/* line 49, app/assets/stylesheets/theme/task.css.scss */
a.change_task_status.fa-times:before {
  color: #dc3545 !important;
}

/* line 53, app/assets/stylesheets/theme/task.css.scss */
.tasks-sub-form .form-element h5,
.tasks-sub-form .form-element .sub-form-record .footer-wrapper,
.tasks-sub-form .sub-form-record .association-record .actions {
  display: none;
}

/* line 59, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper
.active-scaffold
.sub-section
> ol
> .sub-form.tasks-sub-form.vertical-sub-form:first-child
> div
> div
> div:first-child {
  margin-top: 0;
}

/* line 70, app/assets/stylesheets/theme/task.css.scss */
.left_border.ended_task.general_label span.subtitle {
  opacity: 1;
}

/* line 74, app/assets/stylesheets/theme/task.css.scss */
.left_border.ended_task.general_label {
  opacity: 0.6;
}

/* line 78, app/assets/stylesheets/theme/task.css.scss */
span.task_end_block_task_date {
  margin-right: 10px;
}

/* line 82, app/assets/stylesheets/theme/task.css.scss */
.withOverlay .elementWithOverlay .Tasks_show_box aside.actions_bar.form-footer {
  display: none;
}

/* line 86, app/assets/stylesheets/theme/task.css.scss */
.withOverlay .tasks_controller.show_action.elementWithOverlay .content-width {
  padding-bottom: 0;
}

/* line 90, app/assets/stylesheets/theme/task.css.scss */
ol.task_list {
  margin-left: 20px;
  margin-block: 15px;
  padding-left: 0;
}

/* line 96, app/assets/stylesheets/theme/task.css.scss */
.sub-section .form li:not(.draggable-list-element) li.task_element:not(.form-element) {
  margin-bottom: 10px;
}

/* line 100, app/assets/stylesheets/theme/task.css.scss */
.task_element.general_label:hover {
  background-color: rgba(0, 0, 0, 0.07);
  border-color: #d7d7d7;
  cursor: pointer;
}

/* line 106, app/assets/stylesheets/theme/task.css.scss */
i.task-status-tag.status-tag {
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/* line 112, app/assets/stylesheets/theme/task.css.scss */
.task_description {
  font-size: 90%;
  margin: 10px;
}

/* line 117, app/assets/stylesheets/theme/task.css.scss */
.tasks-view .normal_actions {
  display: flex;
  float: right;
}

/* line 122, app/assets/stylesheets/theme/task.css.scss */
.task_end_block {
  display: flex;
  align-items: center;
}

/* line 127, app/assets/stylesheets/theme/task.css.scss */
.task_end_block_project_info_separator {
  margin-inline: 5px;
}

/* line 131, app/assets/stylesheets/theme/task.css.scss */
.tasks_controller .update-view.tasks-view aside.bg-light.text-dark.actions_bar.form-footer.flex-aside div.task_extra_actions {
  justify-content: inherit !important;
  margin-bottom: 0 !important;
}

/* line 136, app/assets/stylesheets/theme/task.css.scss */
.tasks-view .normal_actions button {
  margin-right: 10px;
}

/* LISTADO DE TAREAS */
/* line 142, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block {
  width: 100%;
}

/* line 146, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block h5 {
  color: #3c3c3c;
}

/* line 150, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.past_task h5 {
  border-bottom: 4px solid #a72828;
}

/* line 154, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.past_task .as_content {
  background-color: rgba(220, 53, 69, 0.05);
}

/* line 158, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.today_task h5,
#content-wrapper .active-scaffold .task_block.tomorrow_task h5 {
  border-bottom: 4px solid #0063cd;
}

/* line 163, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.today_task .as_content,
#content-wrapper .active-scaffold .task_block.tomorrow_task .as_content {
  background-color: rgba(0, 123, 255, 0.05);
}

/* line 168, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.next_seven_days_task h5,
#content-wrapper .active-scaffold .task_block.next_weeks_task h5,
#content-wrapper .active-scaffold .task_block.no_date_tasks_task h5 {
  border-bottom: 4px solid #b1b1b1;
}

/* line 174, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block > h5 {
  border-bottom: 4px solid #28a745;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
}

/* line 182, app/assets/stylesheets/theme/task.css.scss */
.collapse_task_block_icon {
  cursor: pointer;
}

/* line 186, app/assets/stylesheets/theme/task.css.scss */
.hide_task_row {
  display: none;
}

/* line 190, app/assets/stylesheets/theme/task.css.scss */
.row.task_container {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 195, app/assets/stylesheets/theme/task.css.scss */
.task_block .as_content {
  background-color: #0056b30d;
  border: 2px solid transparent;
}

/* line 200, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .task_block .active-scaffold-found {
  margin: 10px;
}

/* line 204, app/assets/stylesheets/theme/task.css.scss */
.task_block .active-scaffold-footer br {
  display: none;
}

/* line 208, app/assets/stylesheets/theme/task.css.scss */
.task_element.general_label.left_border {
  margin: 5px 10px;
  padding: 0 20px;
  border-left: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 2px solid transparent;
  padding-inline: 0 3px;
}

/* line 219, app/assets/stylesheets/theme/task.css.scss */
.task_block h5 .general_label {
  font-size: 1.3rem;
}

/* line 223, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .task_element_parent_status_tag {
  width: 32px;
  height: 100%;
  margin: 0;
  margin-right: 10px;
  background-color: darkgray;
}

/* line 231, app/assets/stylesheets/theme/task.css.scss */
.fc-list-table .calendar_tag code a span {
  font-weight: 300;
}

/* line 235, app/assets/stylesheets/theme/task.css.scss */
.fc-list-table .calendar_tag code a span.task_title_label {
  font-weight: 600;
  margin-right: 5px;
}

/* line 240, app/assets/stylesheets/theme/task.css.scss */
.tasks_controller .task_element_info_block .task_element_parent_status_tag {
  cursor: move;
}

/* line 244, app/assets/stylesheets/theme/task.css.scss */
span#opportunity-list-element > label {
  cursor: pointer;
}

/* line 248, app/assets/stylesheets/theme/task.css.scss */
.general_label .task_element_info_block .task_element_parent_status_tag i {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto !important;
  padding: 0 !important;
  line-height: 0;
  color: white !important;
  width: 50px;
  height: 30px;
  font-size: 25px;
  top: 1px;
}

/* line 263, app/assets/stylesheets/theme/task.css.scss */
.active_task .task_element_actions_block {
  display: none;
}

/* line 267, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block {
  width: 120px;
  display: flex;
  justify-content: flex-end;
}

/* line 273, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_element_actions_block.for_pending .buttons_group:hover {
  opacity: 0.8;
}

/* line 277, app/assets/stylesheets/theme/task.css.scss */
.task_element.general_label.left_border:hover .task_element_actions_block.for_reopen,
.task_element.general_label.left_border:hover .task_element_actions_block.for_pending {
  visibility: visible;
}

/* line 282, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block.for_reopen,
.task_element_actions_block.for_pending {
  visibility: hidden;
  width: 45px;
  display: flex;
  justify-content: flex-end;
}

/* line 290, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block.for_pending .buttons_group > a.btn {
  width: 100%;
}

/* line 294, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block.for_pending {
  width: 87px;
}

/* line 298, app/assets/stylesheets/theme/task.css.scss */
.task_button {
  background-color: transparent;
  color: black;
  padding: 10px;
  margin-inline: 5px;
  border: 1px solid lightgray;
  border-radius: 5px;
  text-align: center;
}

/* line 308, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block {
  width: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
}

/* line 315, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 87.5%;
}

/* line 323, app/assets/stylesheets/theme/task.css.scss */
li.opportunity-element .task_element_info_data .active_task_info {
  margin-left: 0;
}

/* line 327, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block {
  margin-right: 10px;
}

/* line 331, app/assets/stylesheets/theme/task.css.scss */
.customers_controller.show_action h2 > .general_label i.task-status-tag.status-tag.icon.normal_agenda {
  position: relative;
  bottom: 9px;
}

/* line 336, app/assets/stylesheets/theme/task.css.scss */
.task_status_calendar_tag {
  min-width: 15px;
  text-align: center;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
}

/* line 344, app/assets/stylesheets/theme/task.css.scss */
.task_status_calendar_tag:not(.normal_agenda_span) {
  position: relative;
  bottom: 2px;
}

/* line 349, app/assets/stylesheets/theme/task.css.scss */
.task_status_calendar_tag:not(.normal_agenda_span) svg, .task_element_info_block .caret-icon svg *, .task_status_calendar_tag:not(.normal_agenda_span) svg * {
  fill: white;
  width: 85%;
}

/* line 354, app/assets/stylesheets/theme/task.css.scss */
.task_element_description {
  text-align: justify;
  opacity: 0.7;
  width: 100%;
}

/* line 360, app/assets/stylesheets/theme/task.css.scss */
.task_element_description p {
  margin-bottom: 0;
}

/* line 364, app/assets/stylesheets/theme/task.css.scss */
.task_element.active_task {
  opacity: 0.7;
  pointer-events: none;
}

/* line 369, app/assets/stylesheets/theme/task.css.scss */
.buttons_group a.btn.custom_background {
  color: white;
  margin: 0 !important;
}

/* line 374, app/assets/stylesheets/theme/task.css.scss */
.buttons_group.opportunities_show .deployer_tag {
  color: white !important;
}

/* line 378, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .buttons_group.opportunities_show.postpone_task_opportunities_buttons .deployer_tag:hover {
  background-color: #28a745d1;
  opacity: 0.7;
}

/* line 383, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .buttons_group.opportunities_show.nopostpone_task_opportunities_buttons .deployer_tag:hover {
  background-color: #dc3545cf;
  opacity: 0.7;
}

/* line 388, app/assets/stylesheets/theme/task.css.scss */
.task_title_label {
  font-weight: 600;
}

/* line 392, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper.opportunities_controller .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form.customer-sub-form > h5 {
  display: none !important;
}

/* line 396, app/assets/stylesheets/theme/task.css.scss */
.close_opportunity, .reopen_opportunity {
  color: white;
}

/* line 400, app/assets/stylesheets/theme/task.css.scss */
.reopen_opportunity:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  text-decoration: none;
}

/* line 407, app/assets/stylesheets/theme/task.css.scss */
.postpone_task_buttons {
  color: white;
  /*background-color: #28a745;*/
}

/* line 412, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold td.quantity-column.numeric {
  text-align: left;
}

/* line 416, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.tasks-sub-form > div.simple_subform.form-element .sub-form-record dd {
  margin-left: 0;
}

/* line 420, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.tasks-sub-form > div.simple_subform.form-element .sub-form-record dt {
  display: inline-block;
}

/* line 424, app/assets/stylesheets/theme/task.css.scss */
.task_users_rs {
  margin-left: 170px;
}

/* KANBAN */
/* line 431, app/assets/stylesheets/theme/task.css.scss */
.task.calendar_tag .status-tag.task-status-tag {
  margin: 0;
  padding: 0;
}

/* line 436, app/assets/stylesheets/theme/task.css.scss */
.task_title_label .recurrence_icon {
  margin-left: 5px;
}

/* line 438, app/assets/stylesheets/theme/task.css.scss */
.status-tag.task-status-tag, .priority-column .status-tag.task-status-tag {
  text-align: center;
  padding-right: 0.6em;
  margin-right: 8px;
  display: inline-flex;
  justify-content: center;
  padding: 0 !important;
}

/* line 447, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .general_label {
  display: inline-block;
  margin-left: 5px;
}

/* line 453, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .general_label i {
  color: #555;
}

/* line 457, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .caret-down svg {
  position: relative;
  left: -5px;
  fill: white;
}

/* line 463, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .caret-up svg {
  position: relative;
  left: 5px;
  fill: white;
}

/* line 469, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .triangle-down svg {
  position: relative;
  bottom: -5px;
  fill: white;
  width: 85%;
}

/* line 476, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .triangle-up svg {
  position: relative;
  bottom: 5px;
  fill: white;
  width: 85%;
}

/* line 483, app/assets/stylesheets/theme/task.css.scss */
span:not(.task_status_calendar_tag) .status-tag.task-status-tag:not(.normal_agenda) {
  padding-right: 0 !important;
}

/* line 487, app/assets/stylesheets/theme/task.css.scss */
.task_users_rs {
  margin-left: 170px;
}

/* line 491, app/assets/stylesheets/theme/task.css.scss */
.task_title_label {
  font-weight: 600;
}

/* line 495, app/assets/stylesheets/theme/task.css.scss */
.postpone_task_buttons {
  color: white;
}

/* line 499, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.tasks-sub-form > div.simple_subform.form-element .sub-form-record dd {
  margin-left: 0;
}

/* line 503, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.tasks-sub-form > div.simple_subform.form-element .sub-form-record dt {
  display: inline-block;
}

/* line 507, app/assets/stylesheets/theme/task.css.scss */
.general_label.task_element .label_tag_actions {
  top: 3px;
}

/* KANBAN */
/* line 513, app/assets/stylesheets/theme/task.css.scss */
.task.calendar_tag .status-tag.task-status-tag {
  margin: 0;
  padding: 0;
}

/* line 518, app/assets/stylesheets/theme/task.css.scss */
.status-tag.task-status-tag, .priority-column .status-tag.task-status-tag {
  text-align: center;
  padding-right: 0.6em;
  margin-right: 8px;
  display: inline-flex;
  justify-content: center;
  padding: 0 !important;
}

/* line 527, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .caret-down svg {
  position: relative;
  left: -5px;
  fill: white;
}

/* line 533, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .caret-up svg {
  position: relative;
  left: 5px;
  fill: white;
}

/* line 539, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .triangle-down svg {
  position: relative;
  bottom: -5px;
  fill: white;
  width: 85%;
}

/* line 546, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .triangle-up svg {
  position: relative;
  bottom: 5px;
  fill: white;
  width: 85%;
}

/* line 553, app/assets/stylesheets/theme/task.css.scss */
span:not(.task_status_calendar_tag) .status-tag.task-status-tag:not(.normal_agenda) {
  padding-right: 0 !important;
}

/* TAREAS */
/* line 560, app/assets/stylesheets/theme/task.css.scss */
.withOverlay .elementWithOverlay .Tasks_show_box aside.actions_bar.form-footer {
  display: none;
}

/* line 564, app/assets/stylesheets/theme/task.css.scss */
.withOverlay .tasks_controller.show_action.elementWithOverlay .content-width {
  padding-bottom: 0;
}

/* line 568, app/assets/stylesheets/theme/task.css.scss */
ol.task_list {
  margin-left: 20px;
  margin-block: 15px;
  padding-left: 0;
}

/* line 574, app/assets/stylesheets/theme/task.css.scss */
.sub-section .form li:not(.draggable-list-element) li.task_element:not(.form-element) {
  margin-bottom: 10px;
}

/* line 578, app/assets/stylesheets/theme/task.css.scss */
.task_element.general_label:hover {
  background-color: rgba(0, 0, 0, 0.07);
  border-color: #d7d7d7;
  cursor: pointer;
}

/* line 584, app/assets/stylesheets/theme/task.css.scss */
i.task-status-tag.status-tag {
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/* line 590, app/assets/stylesheets/theme/task.css.scss */
.task_description {
  font-size: 90%;
  margin: 10px;
}

/* line 595, app/assets/stylesheets/theme/task.css.scss */
.tasks-view .normal_actions {
  display: flex;
  float: right;
}

/* line 600, app/assets/stylesheets/theme/task.css.scss */
.task_end_block {
  display: flex;
  align-items: center;
}

/* line 605, app/assets/stylesheets/theme/task.css.scss */
.task_end_block_project_info_separator {
  margin-inline: 5px;
}

/* line 609, app/assets/stylesheets/theme/task.css.scss */
.tasks_controller .update-view.tasks-view aside.bg-light.text-dark.actions_bar.form-footer.flex-aside div.task_extra_actions {
  justify-content: inherit !important;
  margin-bottom: 0 !important;
}

/* line 614, app/assets/stylesheets/theme/task.css.scss */
.tasks-view .normal_actions button {
  margin-right: 10px;
}

/* LISTADO DE TAREAS */
/* line 620, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block {
  width: 100%;
}

/* line 624, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block h5 {
  color: #3c3c3c;
}

/* line 628, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.past_task h5 {
  border-bottom: 4px solid #a72828;
}

/* line 632, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.past_task .as_content {
  background-color: rgba(220, 53, 69, 0.05);
}

/* line 636, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.today_task h5,
#content-wrapper .active-scaffold .task_block.tomorrow_task h5 {
  border-bottom: 4px solid #0063cd;
}

/* line 641, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.today_task .as_content,
#content-wrapper .active-scaffold .task_block.tomorrow_task .as_content {
  background-color: rgba(0, 123, 255, 0.05);
}

/* line 646, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block.next_seven_days_task h5,
#content-wrapper .active-scaffold .task_block.next_weeks_task h5,
#content-wrapper .active-scaffold .task_block.no_date_tasks_task h5 {
  border-bottom: 4px solid #b1b1b1;
}

/* line 652, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_block > h5 {
  border-bottom: 4px solid #28a745;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
}

/* line 660, app/assets/stylesheets/theme/task.css.scss */
.collapse_task_block_icon {
  cursor: pointer;
}

/* line 664, app/assets/stylesheets/theme/task.css.scss */
.hide_task_row {
  display: none;
}

/* line 668, app/assets/stylesheets/theme/task.css.scss */
.row.task_container {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 673, app/assets/stylesheets/theme/task.css.scss */
.task_block .as_content {
  background-color: #0056b30d;
  border: 2px solid transparent;
}

/* line 678, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .task_block .active-scaffold-found {
  margin: 10px;
}

/* line 682, app/assets/stylesheets/theme/task.css.scss */
.task_block .active-scaffold-footer br {
  display: none;
}

/* line 686, app/assets/stylesheets/theme/task.css.scss */
.task_element.general_label.left_border {
  margin: 5px 10px;
  padding: 0 20px;
  border-left: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 2px solid transparent;
  padding-inline: 0 3px;
}

/* line 697, app/assets/stylesheets/theme/task.css.scss */
.task_block h5 .general_label {
  font-size: 1.3rem;
}

/* line 701, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block .task_element_parent_status_tag {
  width: 32px;
  height: 100%;
  margin: 0;
  margin-right: 10px;
  background-color: darkgray;
}

/* line 709, app/assets/stylesheets/theme/task.css.scss */
.fc-list-table .calendar_tag code a span {
  font-weight: 300;
}

/* line 713, app/assets/stylesheets/theme/task.css.scss */
.fc-list-table .calendar_tag code a span.task_title_label {
  font-weight: 600;
  margin-right: 5px;
}

/* line 718, app/assets/stylesheets/theme/task.css.scss */
.tasks_controller .task_element_info_block .task_element_parent_status_tag {
  cursor: move;
}

/* line 722, app/assets/stylesheets/theme/task.css.scss */
span#opportunity-list-element > label {
  cursor: pointer;
}

/* line 726, app/assets/stylesheets/theme/task.css.scss */
.general_label .task_element_info_block .task_element_parent_status_tag i {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto !important;
  padding: 0 !important;
  line-height: 0;
  color: white !important;
  width: 50px;
  height: 30px;
  font-size: 25px;
  top: 1px;
}

/* line 741, app/assets/stylesheets/theme/task.css.scss */
.active_task .task_element_actions_block {
  display: none;
}

/* line 745, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block {
  width: 120px;
  display: flex;
  justify-content: flex-end;
}

/* line 751, app/assets/stylesheets/theme/task.css.scss */
#content-wrapper .active-scaffold .task_element_actions_block.for_pending .buttons_group:hover {
  opacity: 0.8;
}

/* line 755, app/assets/stylesheets/theme/task.css.scss */
.task_element.general_label.left_border:hover .task_element_actions_block.for_reopen,
.task_element.general_label.left_border:hover .task_element_actions_block.for_pending {
  visibility: visible;
}

/* line 760, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block.for_reopen,
.task_element_actions_block.for_pending {
  visibility: hidden;
  width: 45px;
  display: flex;
  justify-content: flex-end;
}

/* line 768, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block.for_pending .buttons_group > a.btn {
  width: 100%;
}

/* line 772, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block.for_pending {
  width: 87px;
}

/* line 776, app/assets/stylesheets/theme/task.css.scss */
.task_button {
  background-color: transparent;
  color: black;
  padding: 10px;
  margin-inline: 5px;
  border: 1px solid lightgray;
  border-radius: 5px;
  text-align: center;
}

/* line 786, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block {
  width: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
}

/* line 793, app/assets/stylesheets/theme/task.css.scss */
.task_element_info_block > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 87.5%;
}

/* line 801, app/assets/stylesheets/theme/task.css.scss */
li.opportunity-element .task_element_info_data .active_task_info {
  margin-left: 0;
}

/* line 805, app/assets/stylesheets/theme/task.css.scss */
.task_element_actions_block {
  margin-right: 10px;
}

/* line 809, app/assets/stylesheets/theme/task.css.scss */
.customers_controller.show_action h2 > .general_label i.task-status-tag.status-tag.icon.normal_agenda {
  position: relative;
  bottom: 9px;
}

/* line 814, app/assets/stylesheets/theme/task.css.scss */
.task_status_calendar_tag {
  min-width: 15px;
  text-align: center;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
}

/* line 822, app/assets/stylesheets/theme/task.css.scss */
.task_status_calendar_tag:not(.normal_agenda_span) {
  position: relative;
  bottom: 2px;
}

/* line 827, app/assets/stylesheets/theme/task.css.scss */
.task_status_calendar_tag:not(.normal_agenda_span) svg, .task_element_info_block .caret-icon svg *, .task_status_calendar_tag:not(.normal_agenda_span) svg * {
  fill: white;
  width: 85%;
}

/* line 832, app/assets/stylesheets/theme/task.css.scss */
.task_element_description {
  text-align: justify;
  opacity: 0.7;
  width: 100%;
}

/* line 838, app/assets/stylesheets/theme/task.css.scss */
.task_element_description p {
  margin-bottom: 0;
}

/* line 842, app/assets/stylesheets/theme/task.css.scss */
.task_element.active_task {
  opacity: 0.7;
  pointer-events: none;
}

/* line 847, app/assets/stylesheets/theme/task.css.scss */
.buttons_group a.btn.custom_background {
  color: white;
  margin: 0 !important;
}
/* line 1, app/assets/stylesheets/theme/colorpicker.scss */
div#calendar {
  /*max-width: 800px;*/
  margin-left: auto;
  margin-right: auto;
}

/* line 7, app/assets/stylesheets/theme/colorpicker.scss */
.calendar_action h3 {
  margin-bottom: 20px;
}

/* line 11, app/assets/stylesheets/theme/colorpicker.scss */
.calendar_action .content-width {
  max-width: none;
}

/* line 13, app/assets/stylesheets/theme/colorpicker.scss */
div#content-wrapper.calendar_action {
  margin-bottom: -60px;
}

/* line 19, app/assets/stylesheets/theme/colorpicker.scss */
#calendar h2 {
  font-size: 24px;
}

/* line 23, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-toolbar button {
  width: auto;
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 45, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .ui-button:hover,
#calendar .ui-button:focus:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 52, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .ui-widget-content {
  border-color: #dee2e6;
}

/* line 56, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .ui-state-highlight, #calendar .ui-widget-content .ui-state-highlight, #calendar .ui-widget-header .ui-state-highlight {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 62, app/assets/stylesheets/theme/colorpicker.scss */
#calendar button.ui-state-disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  opacity: .65;
}

/* line 69, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .ui-widget-header {
  background: white;
  border-color: #dee2e6;
  color: #212529;
  border-bottom-width: 1px;
}

/* line 76, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-today-button {
  display: block;
  clear: both;
  width: auto;
  text-align: center;
  font-weight: normal !important;
}

/* line 84, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-right {
  display: flex;
  flex-direction: row;
}

/* line 89, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-today-button:hover {
  color: #fff;
  opacity: 0.65;
  background-color: #007bff;
}

/* line 95, app/assets/stylesheets/theme/colorpicker.scss */
#calendar button.fc-next-button.btn.btn-primary {
  margin-left: 0;
  border-bottom-left-radius: 0;
}

/* line 100, app/assets/stylesheets/theme/colorpicker.scss */
#calendar button.fc-next-button.btn.btn-primary {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 106, app/assets/stylesheets/theme/colorpicker.scss */
#calendar button.fc-prev-button.btn.btn-primary {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 111, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-scroller.fc-day-grid-container {
  /*height: 565px!important;*/
  overflow: hidden !important;
}

/* line 116, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-basic-view .fc-body .fc-row {
  height: 120px !important;
}

/* line 120, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-event-container {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}

/* line 127, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-event-container .calendar_tag {
  width: 100% !important;
  margin-top: 1px;
  position: relative;
  overflow: visible;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: sub;
}

/* line 137, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-event-container .calendar_tag.calendar_tag code {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 143, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-popover.fc-more-popover.card .fc-body.card-body .fc-event-container {
  white-space: normal;
}

/* line 147, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-more-cell div {
  color: #077bff;
}

/* line 152, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-event-container .calendar_tag.deadline {
  background: #ffee7b;
}

/* line 156, app/assets/stylesheets/theme/colorpicker.scss */
#calendar_mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 160, app/assets/stylesheets/theme/colorpicker.scss */
  h5.calendar_task_title {
    margin-top: 25px;
  }
  /* line 164, app/assets/stylesheets/theme/colorpicker.scss */
  div#calendar {
    margin-top: 10px;
  }
  /* line 168, app/assets/stylesheets/theme/colorpicker.scss */
  .fc-month-button {
    display: none !important;
  }
  /* line 172, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_navigation {
    margin-top: 15px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  /* line 180, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_content .fa-star {
    display: none;
  }
  /* line 184, app/assets/stylesheets/theme/colorpicker.scss */
  h6.due_date_time {
    margin-top: 10px;
    text-align: left;
    font-size: 15px;
  }
  /* line 192, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_content .list-group-item {
    border: none;
  }
  /* line 196, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_content .rest .meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* line 204, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_content .record .badge {
    margin-right: 24px;
  }
  /* line 208, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_content .record .extra {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.4;
    opacity: .5;
  }
  /* line 214, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_content .record .meta .meta-item {
    opacity: .5;
    margin-left: 0;
    margin-right: 24px;
  }
  /* line 220, app/assets/stylesheets/theme/colorpicker.scss */
  .mobile_calendar_content .record .title {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.4;
    max-width: 800px;
  }
}

/* LISTADO CALENDAR */
/* line 234, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table tr:not(.fc-list-heading) {
  background-color: #0056b30d;
}

/* line 238, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table .fc-list-heading + tr:not(.fc-list-heading) td {
  padding-top: 5px !important;
}

/* line 242, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table td {
  border: none !important;
  padding-block: 0;
}

/* line 247, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-heading td {
  font-weight: normal;
  font-family: Arial;
  background-color: transparent;
  color: #3c3c3c;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.3rem;
  border-bottom: 4px solid #b1b1b1 !important;
}

/* line 258, app/assets/stylesheets/theme/colorpicker.scss */
span.event_time {
  font-family: 'Roboto';
  font-weight: 300;
}

/* line 263, app/assets/stylesheets/theme/colorpicker.scss */
button.fc-changeYearButton-button.btn.btn-primary:hover {
  text-decoration: underline;
}

/* line 267, app/assets/stylesheets/theme/colorpicker.scss */
button.fc-changeYearButton-button.btn.btn-primary:focus, button.fc-changeYearButton-button.btn.btn-primary:active {
  box-shadow: none !important;
}

/* line 269, app/assets/stylesheets/theme/colorpicker.scss */
button.fc-changeYearButton-button.btn.btn-primary {
  opacity: 0;
  background: none !important;
  border: none !important;
  color: #007bff !important;
  display: none !important;
}

/* line 277, app/assets/stylesheets/theme/colorpicker.scss */
div#content-wrapper.calendar_action {
  padding-bottom: 10px !important;
}

/* line 281, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-center h2 {
  display: flex;
}

/* line 285, app/assets/stylesheets/theme/colorpicker.scss */
.year_selector_block {
  display: none;
}

/* line 289, app/assets/stylesheets/theme/colorpicker.scss */
.fc-center .select-wrapper {
  margin-left: 10px !important;
}

/* line 292, app/assets/stylesheets/theme/colorpicker.scss */
.fc-center .year_selector_block {
  display: inline-block;
  margin-left: 10px;
}

/* line 297, app/assets/stylesheets/theme/colorpicker.scss */
.fc-center:hover button.fc-changeYearButton-button.btn.btn-primary {
  opacity: 1 !important;
}

/* line 301, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-toolbar button.fc-today-button.btn.btn-primary {
  margin-left: 10px !important;
}

/* line 305, app/assets/stylesheets/theme/colorpicker.scss */
.hide_year_selector {
  visibility: hidden;
}

/* line 309, app/assets/stylesheets/theme/colorpicker.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action a.new_calendar_event.open_in_overlay.btn-outline-primary.new.btn {
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
}

/* line 314, app/assets/stylesheets/theme/colorpicker.scss */
#main-wrapper #content-wrapper.has-aside.calendar_action a.new_calendar_event.open_in_overlay.btn-outline-primary.new.btn:hover {
  color: #fff !important;
}

/* line 318, app/assets/stylesheets/theme/colorpicker.scss */
.fc-toolbar .fc-left {
  float: left;
  display: inline-flex;
}

/* line 323, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-list-table .calendar_tag:hover code {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* line 327, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-toolbar button.btn.btn-primary:not(.fc-month-button) {
  margin-left: 0;
}

/* line 331, app/assets/stylesheets/theme/colorpicker.scss */
button.fc-month-button.btn.btn-primary {
  margin-right: 10px;
}

/* line 335, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-toolbar button.fc-listDay-button.btn.btn-primary {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 340, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-toolbar button.fc-listMonth-button.btn.btn-primary {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 345, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-toolbar button.fc-listWeek-button.btn.btn-primary {
  border-radius: 0 !important;
}

/* line 349, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-toolbar button.btn.btn-primary.active {
  background-color: #004895;
}

/* line 352, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-list-table .calendar_tag:hover code {
  box-shadow: none;
}

/* line 356, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-list-table .calendar_tag:hover {
  background-color: rgba(0, 0, 0, 0.07);
  border-color: #d7d7d7;
}

/* line 361, app/assets/stylesheets/theme/colorpicker.scss */
.fc .fc-list-table {
  max-width: 1200px;
  margin-inline: auto;
}

/* line 366, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table .calendar_tag label {
  color: black;
  background: transparent;
  width: 100%;
  padding-block: 7px;
  padding-inline: 10px;
  display: flex;
  justify-content: space-between;
}

/* line 376, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table .calendar_tag code {
  padding: 0;
  border-radius: 0;
  background: inherit;
}

/* line 382, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table span.task_status_calendar_tag {
  width: 34px;
  padding-block: 9px;
}

/* line 387, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table span.task_status_calendar_tag.normal_agenda_span {
  padding-block: 15px;
}

/* line 391, app/assets/stylesheets/theme/colorpicker.scss */
.fc-list-table .event.calendar_tag code > span {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 399, app/assets/stylesheets/theme/colorpicker.scss */
#calendar .fc-popover.fc-more-popover.card .fc-body.card-body .fc-event-container {
  max-height: 300px;
  overflow-y: scroll;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Tooltip 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-heart:before{content:"\f499"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-bump:before{content:"\f5e0"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-home:before{content:"\f015"}.fa-home-heart:before{content:"\f4c9"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-inventory:before{content:"\f480"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-lamp:before{content:"\f4ca"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-racquet:before{content:"\f45a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scrubber:before{content:"\f2f8"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skeleton:before{content:"\f620"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f2e2"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/* NEW FILES CSS */
/* line 3, app/assets/stylesheets/theme/files.css.scss */
.file_box_span {
  width: 100%;
  display: flex;
  line-height: 25px;
  height: 25px;
}

/* line 10, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper #files-permission-box .file_box_span label:hover {
  color: initial !important;
}

/* line 14, app/assets/stylesheets/theme/files.css.scss */
#file_aside .file_box_span {
  height: 55px;
}

/* line 18, app/assets/stylesheets/theme/files.css.scss */
.file_box_span label:after {
  display: none;
}

/* line 22, app/assets/stylesheets/theme/files.css.scss */
.file_box_span label.btn {
  line-height: 1;
}

/* line 24, app/assets/stylesheets/theme/files.css.scss */
.files-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  position: relative;
  bottom: 40px;
}

/* line 33, app/assets/stylesheets/theme/files.css.scss */
.files-list > div {
  width: 100%;
}

/* line 38, app/assets/stylesheets/theme/files.css.scss */
.file-box {
  width: 75px;
  text-align: center;
}

/* line 43, app/assets/stylesheets/theme/files.css.scss */
.file-box *::-moz-selection {
  color: inherit;
}
.file-box *::selection {
  color: inherit;
}

/* line 47, app/assets/stylesheets/theme/files.css.scss */
.file-box:hover {
  cursor: pointer;
}

/* line 51, app/assets/stylesheets/theme/files.css.scss */
.file-box-icon {
  border: 2px solid lightblue;
  height: 65px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0.9rem;
  text-transform: uppercase;
  opacity: 0.7;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

/* line 67, app/assets/stylesheets/theme/files.css.scss */
.folder_control_name {
  text-transform: capitalize;
}

/* line 71, app/assets/stylesheets/theme/files.css.scss */
#folder_name {
  text-transform: capitalize;
}

/* line 75, app/assets/stylesheets/theme/files.css.scss */
span.file-box-label {
  width: auto;
  display: block;
  word-wrap: break-word;
  font-size: 0.9em;
  line-height: 17px;
}

/* line 83, app/assets/stylesheets/theme/files.css.scss */
.cached-file-element.sync_cfile {
  pointer-events: none;
  opacity: 0.5;
}

/* line 88, app/assets/stylesheets/theme/files.css.scss */
.cached-file-element.cfile_to_delete {
  pointer-events: none;
  opacity: 0.5;
  color: #dc3545;
}

/* line 94, app/assets/stylesheets/theme/files.css.scss */
.cached-file-element.cfile_to_delete .extra_folder_cicon {
  color: #dc3545;
}

/* line 98, app/assets/stylesheets/theme/files.css.scss */
.file-box-icon:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  border-width: 0 18px 18px 0;
  border-style: solid;
  border-color: inherit;
  border-left-color: #fff;
  border-right-color: #fff;
}

/* line 110, app/assets/stylesheets/theme/files.css.scss */
.file-box-icon:after {
  /*content: "";*/
  position: absolute;
  top: -15px;
  right: -3px;
  width: 17px;
  height: 15px;
  background-color: white;
  opacity: 1;
}

/* line 121, app/assets/stylesheets/theme/files.css.scss */
.file-box-edit-icon {
  position: absolute;
  font-size: 0.9rem;
  top: 5px;
  left: 5px;
}

/* line 128, app/assets/stylesheets/theme/files.css.scss */
.file-box-edit-icon:hover {
  opacity: 0.9;
}

/* line 132, app/assets/stylesheets/theme/files.css.scss */
.file-box:hover .file-box-icon {
  opacity: 1;
}

/* line 136, app/assets/stylesheets/theme/files.css.scss */
.file-box:hover .file-box-icon:before {
  border-color: inherit;
  border-left-color: #fff;
  border-right-color: #fff;
}

/* line 142, app/assets/stylesheets/theme/files.css.scss */
.file-box-edit-icon {
  opacity: 0.7;
}

/* line 146, app/assets/stylesheets/theme/files.css.scss */
.file-box.selected .file-box-icon:before {
  top: -2px;
  right: -2px;
  border-width: 0 22px 22px 0;
}

/* line 152, app/assets/stylesheets/theme/files.css.scss */
.file-box.selected .file-box-icon {
  opacity: 1;
  height: 72px;
  width: 52px;
}

/* line 158, app/assets/stylesheets/theme/files.css.scss */
#overlay-container .as_form.create .dragonfly .file_box_span input {
  max-width: 800px;
  border: none;
  text-indent: -195px;
}

/* line 164, app/assets/stylesheets/theme/files.css.scss */
.file-box.selected .file-box-icon:before {
  border-color: inherit;
  border-left-color: #fff;
  border-right-color: #fff;
}

/* line 170, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .sub-form.horizontal-sub-form .footer_wrapper {
  text-align: right;
  clear: both;
  padding-top: 25px;
}

/* line 176, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box .btn.btn-danger {
  width: 100%;
}

/* line 180, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box .as_form.update {
  padding-bottom: 0;
  max-height: 680px;
}

/* line 185, app/assets/stylesheets/theme/files.css.scss */
#main-wrapper #content-wrapper.has-aside #files-permission-box aside {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  text-align: right;
}

/* line 192, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .dragonfly_controls > div > a {
  white-space: pre;
  overflow: hidden;
}

/* line 197, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #close-file-info {
  cursor: pointer;
  position: relative;
  font-size: 24px;
  display: flex;
  align-items: center;
}

/* line 205, app/assets/stylesheets/theme/files.css.scss */
span.blank_field {
  font-weight: 300;
}

/* line 209, app/assets/stylesheets/theme/files.css.scss */
span.file_download_link {
  margin-left: 20px;
}

/* line 213, app/assets/stylesheets/theme/files.css.scss */
dl.file_object_dl span.no_edit_file_field {
  margin-right: 5px;
}

/* line 217, app/assets/stylesheets/theme/files.css.scss */
p.extra_data_file_line {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

/* line 223, app/assets/stylesheets/theme/files.css.scss */
p.extra_data_file_line .bold {
  font-weight: 400;
  color: #212529;
}

/* line 228, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .show-view li.form-element p.extra_data_file_line > span {
  padding: 0;
}

/* line 232, app/assets/stylesheets/theme/files.css.scss */
p.extra_data_file_line:last-child {
  margin-bottom: -20px;
}

/* line 236, app/assets/stylesheets/theme/files.css.scss */
.virtual_file_info_body {
  margin-left: 20px;
}

/* line 238, app/assets/stylesheets/theme/files.css.scss */
.virtual_file_info_body .file_link > span {
  margin-left: 0;
}

/* line 243, app/assets/stylesheets/theme/files.css.scss */
.virtual_file_extra_info {
  margin-bottom: 15px;
}

/* line 247, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper #files-permission-box .file_box_span {
  flex-direction: column;
}

/* line 250, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper #files-permission-box .file_box_span label {
  padding-left: 0 !important;
  margin-block: 0 !important;
  padding-block: 0 !important;
  min-height: 0;
  display: contents;
}

/* line 258, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper #files-permission-box .file_box_span input.text-input {
  margin-block: 0 !important;
  padding-block: 0 !important;
}

/* line 263, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper #files-permission-box .file_box_span input.file-input {
  margin: 0;
  padding: 0;
  text-indent: -160px;
  margin-left: 0;
}

/* line 270, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper #files-permission-box .file_box_span #content-wrapper .active-scaffold .file_box_span input.text-input[type="file"] {
  margin-left: 0;
}

/* line 274, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper #files-permission-box .file_box_span .file_label:hover {
  color: #d20e11;
}

/* line 279, app/assets/stylesheets/theme/files.css.scss */
.as_form.create .dragonfly .file_box_span input {
  max-width: 800px;
  border: none;
  text-indent: -135px;
}

/* line 285, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .loading_overlay_icon,
#file_object_list .actions_bar .loading_overlay_icon {
  display: none;
  position: absolute;
  top: 35%;
  left: 35%;
  z-index: 1000;
}

/* line 294, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .file_footer,
#file_object_list .actions_bar .file_footer {
  width: 300px;
  height: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #f8f9fa;
  border-top: 1px solid lightgrey;
}

/* line 305, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .dragonfly_controls > div,
#file_object_list .actions_bar .dragonfly_controls > div {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

/* line 314, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold li.form-element .file_object_dl dd {
  margin-right: 0px;
}

/* line 318, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold li.form-element .file_object_dl dd span.text-input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 220px;
}

/* line 326, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box div#file_title span,
#file_object_list .actions_bar div#file_title span {
  max-width: 85%;
}

/* line 331, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #file_preview_container,
#file_object_list .actions_bar #file_preview_container {
  margin-inline: auto;
  margin-block: 30px;
}

/* line 337, app/assets/stylesheets/theme/files.css.scss */
a.file_preview_link:hover {
  opacity: 0.6;
}

/* line 339, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #file_preview_container .no_file_preview,
#file_object_list .actions_bar #file_preview_container .no_file_preview {
  width: 85px;
  min-height: 110px;
  font-size: 20px;
  margin: 15px auto;
}

/* line 347, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #file_preview_container .file_preview,
#file_object_list .actions_bar #file_preview_container .file_preview {
  display: flex;
  justify-content: center;
  width: inherit;
  height: auto;
}

/* line 355, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #file_preview_container .file_preview > img,
#file_object_list .actions_bar #file_preview_container .file_preview > img {
  margin-top: -20px;
  max-width: 100%;
  padding: 10px;
}

/* line 362, app/assets/stylesheets/theme/files.css.scss */
#multiple_file_selected_body ul {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 20px;
}

/* line 369, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box div#multiple_file_selected_body ul,
#file_object_list .actions_bar div#multiple_file_selected_body ul {
  padding-left: 0;
}

/* line 374, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .some_user_permission,
#file_object_list .actions_bar .some_user_permission {
  background-color: #e6e6e6;
}

/* line 379, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .change_permissions_checkbox,
.multiple_files_change_permissions_checkbox {
  display: flex;
  width: 100%;
  align-items: baseline;
}

/* line 386, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .change_permissions_checkbox .fa-square,
.multiple_files_change_permissions_checkbox .fa-square {
  margin-right: 5px;
}

/* line 391, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .change_permissions_checkbox label,
.multiple_files_change_permissions_checkbox label {
  display: inline-block;
  font-weight: 300;
  color: #5c5c5c;
  text-align: left;
}

/* line 399, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .change_permissions_checkbox i {
  color: #5c5c5c;
}

/* line 403, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold div#cached_file_permissions_block {
  margin-left: 10px;
}

/* line 407, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .change_permissions_checkbox:hover i,
#content-wrapper .active-scaffold .change_permissions_checkbox:hover label {
  color: inherit;
  cursor: pointer;
}

/* line 413, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #file_form,
#file_object_list .actions_bar #file_form {
  padding-inline: 16px;
}

/* line 418, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box div#file_body,
#file_object_list .actions_bar div#file_body {
  margin-top: 10px;
}

/* line 423, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box div#file_body .dragonfly.file_input,
#file_object_list .actions_bar div#file_body .dragonfly.file_input {
  display: table;
}

/* line 428, app/assets/stylesheets/theme/files.css.scss */
.file-box.ui-selecting {
  opacity: 0.7;
}

/* line 432, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #file_title,
#file_object_list .actions_bar #file_title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 20px;
  overflow-wrap: anywhere;
  width: 300px;
  padding: 16px;
  background-color: #f8f9fa;
  top: 56px;
  border-bottom: 1px solid lightgrey;
  line-height: 1;
}

/* line 447, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box span.loading_icon,
#file_object_list .actions_bar span.loading_icon,
#loading_overlay_icon {
  background-image: url(/images/loading.gif);
  width: 80px;
  height: 80px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 40%;
  left: 35%;
}

/* line 460, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .change_cfile_permissions,
#file_object_list .actions_bar .change_cfile_permissions {
  display: flex;
  width: 15px;
}

/* line 466, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .change_cfile_permissions:hover,
#file_object_list .actions_bar .change_cfile_permissions:hover {
  text-decoration: none !important;
}

/* line 471, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .change_cfile_permissions:hover label,
#file_object_list .actions_bar .change_cfile_permissions:hover label {
  cursor: pointer;
  opacity: 0.7;
}

/* line 477, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .change_cfile_permissions label,
#file_object_list .actions_bar .change_cfile_permissions label {
  font-family: "Roboto";
  margin-left: 10px;
  margin-bottom: 0;
  margin-right: 0;
}

/* line 485, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .form-element dt,
#file_object_list .actions_bar .form-element dt {
  text-align: right;
  flex-basis: 0;
  min-width: 0;
}

/* line 492, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box .form dl,
#file_object_list .actions_bar .form dl {
  flex-direction: column;
  width: 100%;
}

/* line 498, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .sub-form.horizontal-sub-form.files-sub-form .footer_wrapper {
  padding-top: 0;
}

/* line 502, app/assets/stylesheets/theme/files.css.scss */
#file_aside,
#fixed_file_aside {
  display: none;
  position: fixed;
  z-index: 900;
  overflow: auto;
  width: 300px;
  transition: transform 0.2s ease-in-out;
  height: 100%;
  top: 56px;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 100px;
  z-index: 1001;
  background-color: #f8f9fa !important;
}

/* line 519, app/assets/stylesheets/theme/files.css.scss */
.fixed_file_aside-hidden #fixed_file_aside {
  display: none;
}

/* line 523, app/assets/stylesheets/theme/files.css.scss */
#fixed_file_aside {
  display: block;
}

/* line 527, app/assets/stylesheets/theme/files.css.scss */
#file_aside .dragonfly_controls a,
#fixed_file_aside .dragonfly_controls a {
  width: 90%;
}

/* line 532, app/assets/stylesheets/theme/files.css.scss */
#file_aside .dragonfly_controls a.fal,
#fixed_file_aside .dragonfly_controls a.fal {
  text-align: right;
  width: 10%;
}

/* line 538, app/assets/stylesheets/theme/files.css.scss */
#file_aside div#multiple_file_selected_body,
#fixed_file_aside div#multiple_file_selected_body,
#file_object_list .actions_bar div#multiple_file_selected_body {
  margin-top: 10px;
}

/* line 544, app/assets/stylesheets/theme/files.css.scss */
div#multiple_file_selected_body {
  padding-inline: 15px;
}

/* line 548, app/assets/stylesheets/theme/files.css.scss */
#fixed_file_aside .multiple_file_selected_body ul,
#file_aside .multiple_file_selected_body ul {
  padding-left: 0;
}

/* line 553, app/assets/stylesheets/theme/files.css.scss */
div#files-container-box {
  margin-top: 15px;
}

/* line 557, app/assets/stylesheets/theme/files.css.scss */
.dragonfly_controls a.fal:hover {
  text-decoration: none !important;
}

/* line 561, app/assets/stylesheets/theme/files.css.scss */
#file_order_line_box {
  width: 100%;
  padding-left: 0;
}

/* line 566, app/assets/stylesheets/theme/files.css.scss */
.remote_model_label {
  margin-left: 5px;
  margin-bottom: 5px;
}

/* line 571, app/assets/stylesheets/theme/files.css.scss */
.remote_model_label p {
  margin-bottom: 0;
}

/* line 575, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller #cached_files_block .breadcrumb-item i {
  bottom: 1px;
}

/* line 579, app/assets/stylesheets/theme/files.css.scss */
#cached_files_block .breadcrumb-item i {
  font-size: 11px;
  position: relative;
  bottom: 2px;
  margin-left: 6px;
}

/* line 586, app/assets/stylesheets/theme/files.css.scss */
.cached_file_title_label > span > i {
  margin-left: 10px;
  font-size: 25px;
  position: relative;
  bottom: 3px;
}

/* line 593, app/assets/stylesheets/theme/files.css.scss */
#file_order_line_box .file_order_line_title {
  width: 100%;
  border-bottom: 1px solid lightgrey;
  display: block;
  margin-bottom: 15px;
}

/* line 600, app/assets/stylesheets/theme/files.css.scss */
#file_order_line_box li > div {
  display: flex;
  flex-wrap: wrap;
}

/* FILE TYPE COLORS */
/* line 607, app/assets/stylesheets/theme/files.css.scss */
.file-pdf .cfile_icon, .icon_cfile_view .file-pdf .cfile_extension {
  color: #981f2e;
}

/* line 611, app/assets/stylesheets/theme/files.css.scss */
.file-xml .cfile_icon, .icon_cfile_view .file-xml .cfile_extension {
  color: #bf49b6;
}

/* line 615, app/assets/stylesheets/theme/files.css.scss */
.file-jpg .cfile_icon,
.file-jpeg .cfile_icon,
.icon_cfile_view .file-jpeg .cfile_extension,
.icon_cfile_view .file-jpg .cfile_extension {
  color: #33a54d;
}

/* line 622, app/assets/stylesheets/theme/files.css.scss */
.file-gif .cfile_icon, .icon_cfile_view .file-gif .cfile_extension {
  color: #ff8066;
}

/* line 626, app/assets/stylesheets/theme/files.css.scss */
.file-png .cfile_icon, .icon_cfile_view .file-png .cfile_extension {
  color: #459dc7;
}

/* line 630, app/assets/stylesheets/theme/files.css.scss */
.file-tiff .cfile_icon, .icon_cfile_view .file-tiff .cfile_extension {
  color: #63aaff;
}

/* line 634, app/assets/stylesheets/theme/files.css.scss */
.file-svg .cfile_icon, .icon_cfile_view .file-svg .cfile_extension {
  color: #844084;
}

/* line 638, app/assets/stylesheets/theme/files.css.scss */
.file-xls .cfile_icon,
.file-ols .cfile_icon,
.file-xlsx .cfile_icon,
.file-csv .cfile_icon,
.icon_cfile_view .file-csv .cfile_extension,
.icon_cfile_view .file-csv .cfile_extension,
.icon_cfile_view .file-ols .cfile_extension,
.icon_cfile_view .file-xls .cfile_extension,
.icon_cfile_view .file-xlsx .cfile_extension {
  color: #18ce41;
}

/* line 650, app/assets/stylesheets/theme/files.css.scss */
.file-doc .cfile_icon,
.file-docx .cfile_icon,
.icon_cfile_view .file-doc .cfile_extension,
.icon_cfile_view .file-docx .cfile_extension {
  color: #0e92d2;
}

/* SUBFORM FILTERS */
/* line 658, app/assets/stylesheets/theme/files.css.scss */
.sub-form.horizontal-sub-form.files-sub-form {
  position: relative;
}

/* line 662, app/assets/stylesheets/theme/files.css.scss */
div#file_list_menu > div {
  display: flex;
}

/* line 666, app/assets/stylesheets/theme/files.css.scss */
.file_list_view_mode > span,
.file_list_hidden_folders > span {
  margin-right: 10px;
  cursor: pointer;
  color: #007bff;
}

/* line 673, app/assets/stylesheets/theme/files.css.scss */
.file_list_view_mode > span:hover,
.file_list_hidden_folders > span:hover {
  opacity: 0.7;
}

/* line 678, app/assets/stylesheets/theme/files.css.scss */
.files_extra_actions div#file_list_menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

/* line 684, app/assets/stylesheets/theme/files.css.scss */
.files_extra_actions div#file_list_menu .custom_filter > span {
  width: 100%;
  text-align: right;
  margin-right: 15px;
}

/* line 690, app/assets/stylesheets/theme/files.css.scss */
.files_extra_actions div#file_list_menu .custom_filter > select {
  min-width: 300px;
}

/* line 695, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .sub-section-buttons #add_new_file.btn,
#content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .sub-section-buttons #add_new_rfolder.btn,
#content-wrapper .active-scaffold li.sub-section > h5 .sub-section-actions .sub-section-buttons #add_new_folder.btn {
  padding: 0 5px;
  margin-left: 10px;
}

/* line 702, app/assets/stylesheets/theme/files.css.scss */
#add_new_file.btn-outline-primary:not(.file_label):hover {
  color: #fff !important;
}

/* line 706, app/assets/stylesheets/theme/files.css.scss */
#file_list_menu .custom_filter {
  display: flex;
  font-size: 16px;
  align-items: center;
}

/* line 712, app/assets/stylesheets/theme/files.css.scss */
#file_list_menu .custom_filter > div {
  margin-left: 10px;
}

/* line 716, app/assets/stylesheets/theme/files.css.scss */
.sub-form.horizontal-sub-form.files-sub-form div#file_list_menu,
.sub-form.horizontal-sub-form.document_files-sub-form div#file_list_menu,
.sub-form.horizontal-sub-form.document_templates-sub-form div#file_list_menu {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

/* line 725, app/assets/stylesheets/theme/files.css.scss */
.sub-form.horizontal-sub-form.files-sub-form div#file_list_menu > div,
.sub-form.horizontal-sub-form.document_files-sub-form div#file_list_menu > div,
.sub-form.horizontal-sub-form.document_templates-sub-form div#file_list_menu > div {
  min-width: 180px;
}

/* line 729, app/assets/stylesheets/theme/files.css.scss */
.sub-form.horizontal-sub-form.files-sub-form div#file_list_menu > div:not(:last-child),
.sub-form.horizontal-sub-form.document_files-sub-form div#file_list_menu > div:not(:last-child),
.sub-form.horizontal-sub-form.document_templates-sub-form div#file_list_menu > div:not(:last-child) {
  margin-right: 10px;
}

/* line 733, app/assets/stylesheets/theme/files.css.scss */
.sub-form.horizontal-sub-form.files-sub-form div#file_list_menu .btn,
.sub-form.horizontal-sub-form.document_files-sub-form div#file_list_menu .btn,
.sub-form.horizontal-sub-form.document_templates-sub-form div#file_list_menu .btn {
  line-height: 1;
  padding: 3px 5px;
}

/* line 740, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold dl.file_object_dl dd input,
#content-wrapper .active-scaffold dl.file_object_dl dd textarea {
  display: none;
}

/* line 746, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper.show_action .active-scaffold .sub-section .document_files-sub-form.sub-form,
#content-wrapper .active-scaffold .sub-form.horizontal-sub-form.files-sub-form {
  margin-left: 0;
}

/* line 751, app/assets/stylesheets/theme/files.css.scss */
div#no_file_container {
  margin-inline: 15px;
}

/* line 755, app/assets/stylesheets/theme/files.css.scss */
li.form-element.full_width {
  width: 100% !important;
}

/* line 759, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .show-view li.form-element dl.file_object_dl dd > span {
  padding: 0;
}

/* line 763, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box .form dl.file_object_dl,
#file_object_list .actions_bar .form dl.file_object_dl {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

/* line 771, app/assets/stylesheets/theme/files.css.scss */
dl.file_object_dl dt span {
  margin-left: 10px;
  color: #007bff;
  cursor: pointer;
}

/* line 777, app/assets/stylesheets/theme/files.css.scss */
dl.file_object_dl dt span:hover {
  color: #d20e11;
}

/* line 781, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .file_box_span input.text-input[type="file"] {
  z-index: 0;
  margin-top: 2px;
}

/* line 786, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .file_object_dl .file_box_span input.text-input[type="file"] {
  margin-left: -1px;
}

/* line 790, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box #file_aside .dragonfly_controls a,
#file_object_list .actions_bar #file_aside .dragonfly_controls a,
#files-permission-box #fixed_file_aside .dragonfly_controls a,
#file_object_list .actions_bar #fixed_file_aside .dragonfly_controls a {
  width: 70%;
  margin-left: 25px;
}

/* line 798, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .dragonfly dl.file_object_dl dt,
#file_object_list .actions_bar .dragonfly dl.file_object_dl dt {
  position: relative;
  right: 40px;
  z-index: 1000;
}

/* line 805, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box .dragonfly dl.file_object_dl .fal.fa-times,
#file_object_list .actions_bar .dragonfly dl.file_object_dl .fal.fa-times {
  display: none;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 7px;
  width: 25px;
  height: 25px;
  text-decoration: none !important;
  color: #007bff;
}

/* line 817, app/assets/stylesheets/theme/files.css.scss */
.multiple_file_button {
  margin-top: 5px;
  width: 100%;
}

/* line 822, app/assets/stylesheets/theme/files.css.scss */
ul#sending_parent_file_list {
  text-align: left;
  padding-left: 10px;
}

/* line 827, app/assets/stylesheets/theme/files.css.scss */
#sending_parent_file_list li dl {
  width: 100%;
  display: contents;
}

/* line 832, app/assets/stylesheets/theme/files.css.scss */
.file_actions {
  padding: 10px;
  margin-bottom: 0;
}

/* line 837, app/assets/stylesheets/theme/files.css.scss */
.shared_times {
  margin-top: 5px;
}

/* line 841, app/assets/stylesheets/theme/files.css.scss */
.files-menu li.list-group-item.list-group-item-action {
  display: flex;
  align-items: baseline;
  padding-inline: 10px;
}

/* line 847, app/assets/stylesheets/theme/files.css.scss */
.files-menu li.list-group-item.list-group-item-action > span {
  min-width: 20px;
  text-align: center;
  margin-right: 5px;
}

/*FOLDERS*/
/* line 855, app/assets/stylesheets/theme/files.css.scss */
div.folder-box .cfile_icon {
  color: #cacaca;
}

/* line 859, app/assets/stylesheets/theme/files.css.scss */
div.folder-box.empty_folder > .cfile_icon, div.folder-box.empty_folder > .cfile_icon:before {
  /*color: #cacaca!important;*/
}

/* line 863, app/assets/stylesheets/theme/files.css.scss */
div.folder-box.selected .cfile_icon, div.folder-box.selected .cfile_icon:before {
  color: #49a6d6 !important;
}

/* line 867, app/assets/stylesheets/theme/files.css.scss */
div.folder-box.sync_in_progress {
  pointer-events: none;
}

/* line 871, app/assets/stylesheets/theme/files.css.scss */
div.folder-box.sync_in_progress .cfile_icon, div.folder-box.sync_in_progress .cfile_icon:before {
  color: #ff8400 !important;
  pointer-events: none;
  opacity: 0.5;
}

/* line 877, app/assets/stylesheets/theme/files.css.scss */
div.folder-box.frozen_folder.selected > .cfile_icon, div.folder-box.frozen_folder.selected > .cfile_icon:before {
  /*color: #9fc5d1!important;*/
}

/* line 881, app/assets/stylesheets/theme/files.css.scss */
div.folder-box.frozen_folder > .cfile_icon, div.folder-box.frozen_folder > .cfile_icon:before {
  /*color: lightblue;*/
}

/* Se mueve al theme.scss.erb para poder poner los colores del tema
div.folder-box.followed-folder > .cfile_icon, .div.folder-box.followed-folder > .cfile_icon:before{
  color: gold;
}

div.folder-box.followed-folder.selected > .cfile_icon, .folder-box.followed-folder.selected .cfile_icon:before{
  color: #ffd7009c!important;
}
*/
/* line 893, app/assets/stylesheets/theme/files.css.scss */
.cfile_icon > span.fas {
  position: absolute;
  bottom: -2px;
  right: 0;
  color: #5f6368;
  background: white;
  padding: 3px;
  border-radius: 100%;
  border: 1px solid lightgray;
  font-size: 10px !important;
}

/* line 905, app/assets/stylesheets/theme/files.css.scss */
div.icon_cfile_view .cfile_icon > span.extra_folder_cicon.fas,
div.icon_cfile_view .cfile_icon > span.extra_folder_cicon.fas {
  bottom: -2px;
  font-size: 14px !important;
  position: absolute;
  right: -8px;
}

/* line 913, app/assets/stylesheets/theme/files.css.scss */
.folder-box:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* line 918, app/assets/stylesheets/theme/files.css.scss */
.folder_order_line_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 924, app/assets/stylesheets/theme/files.css.scss */
.folder_box {
  width: 90px;
  text-align: center;
  margin-right: 10px;
}

/* line 930, app/assets/stylesheets/theme/files.css.scss */
.folder-box-icon:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 5px 20px 0 0;
  background-color: #5f6368;
  position: absolute;
  top: -12px;
  left: 0px;
}

/* line 942, app/assets/stylesheets/theme/files.css.scss */
span.folder-box-label {
  width: 100%;
  display: block;
  word-wrap: break-word;
  text-align: center;
  text-transform: capitalize;
}

/* line 950, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block > .folder-controls {
  padding-left: 0;
}

/* line 954, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block > .folder-controls ol.breadcrumb {
  margin-bottom: 3px;
}

/* line 958, app/assets/stylesheets/theme/files.css.scss */
.files-menu a.alert_item {
  width: 100%;
}

/* line 962, app/assets/stylesheets/theme/files.css.scss */
.folder-controls .folder-controls-breadcrumb {
  width: 100%;
}

/* line 966, app/assets/stylesheets/theme/files.css.scss */
.folder-controls .folder-controls-breadcrumb code {
  margin-right: -5px;
  cursor: pointer;
}

/* line 971, app/assets/stylesheets/theme/files.css.scss */
.folder-controls .folder-controls-breadcrumb code:hover {
  opacity: 0.7;
}

/* line 975, app/assets/stylesheets/theme/files.css.scss */
.folder-controls {
  margin-right: 15px;
  font-size: 20px;
  color: #333;
  width: 100%;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
  align-items: center;
  padding-left: 0;
}

/* line 987, app/assets/stylesheets/theme/files.css.scss */
.folder-controls .folder-controls-breadcrumb .breadcrumb > nav > .breadcrumb {
  margin-bottom: 0;
}

/* line 991, app/assets/stylesheets/theme/files.css.scss */
.file_line_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* line 997, app/assets/stylesheets/theme/files.css.scss */
span.folder_control, .download_file_control {
  cursor: pointer;
}

/* line 1001, app/assets/stylesheets/theme/files.css.scss */
span.folder_control:hover, .download_file_control:hover {
  opacity: 0.7;
}

/* line 1005, app/assets/stylesheets/theme/files.css.scss */
.folder_line_box {
  width: 100%;
  display: flex;
  margin-block: 0 10px;
  flex-wrap: wrap;
}

/* line 1012, app/assets/stylesheets/theme/files.css.scss */
.folder-box {
  width: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* line 1020, app/assets/stylesheets/theme/files.css.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 1026, app/assets/stylesheets/theme/files.css.scss */
.ui-selecting {
  background: lightcyan;
}

/* line 1030, app/assets/stylesheets/theme/files.css.scss */
#multiple_file_selected_folders > div, #multiple_file_selected_files > div {
  max-height: 200px;
  overflow-y: scroll;
  margin-left: 10px;
}

/* line 1036, app/assets/stylesheets/theme/files.css.scss */
.multiple_file_button.folder_actions {
  margin-top: 35px;
}

/* line 1040, app/assets/stylesheets/theme/files.css.scss */
div#multiple_file_selected_folders > span {
  width: 100%;
  display: block;
}

/* line 1045, app/assets/stylesheets/theme/files.css.scss */
div#multiple_file_selected_files > span {
  width: 100%;
  display: block;
}

/* line 1050, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box div#file_title #folder_name,
#file_object_list .actions_bar div#file_title #folder_name {
  display: flex;
  align-items: baseline;
}

/* line 1056, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box div#file_title #folder_name i,
#file_object_list .actions_bar div#file_title #folder_name i {
  cursor: pointer;
  margin-left: 5px;
}

/* line 1062, app/assets/stylesheets/theme/files.css.scss */
#files-permission-box div#file_title #folder_name i:hover,
#file_object_list .actions_bar div#file_title #folder_name i:hover {
  opacity: 0.7;
}

/* line 1067, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold #folder_form input {
  min-width: 230px;
}

/* line 1071, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box #folder_form .as_form.update,
#file_object_list .actions_bar #folder_form .as_form.update {
  padding: 0;
}

/* line 1076, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box #folder_form .as_form.update .form,
#file_object_list .actions_bar #folder_form .as_form.update .form {
  margin: 0;
}

/* line 1081, app/assets/stylesheets/theme/files.css.scss */
div#folder_form {
  padding-left: 10px;
}

/* line 1085, app/assets/stylesheets/theme/files.css.scss */
div#cached_file_permissions {
  display: block;
  width: 100%;
  padding-inline: 15px;
}

/* line 1091, app/assets/stylesheets/theme/files.css.scss */
.folder_info_title, .cached_file_title {
  font-size: 0.98rem;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
}

/* line 1099, app/assets/stylesheets/theme/files.css.scss */
.folder_info_title {
  font-size: 0.98rem;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1105, app/assets/stylesheets/theme/files.css.scss */
div#multiple_file_selected_files {
  margin-top: 15px;
}

/* line 1109, app/assets/stylesheets/theme/files.css.scss */
.comment_actions span.btn.btn-sm.btn-outline-danger {
  border: 1px solid #dc3545;
  margin: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  padding: 2px 4px;
  position: relative;
  bottom: 1px;
}

/* line 1120, app/assets/stylesheets/theme/files.css.scss */
.show-view div#files-permission-box #folder_form li.form-element:not(.hidden):first-child,
#file_object_list .actions_bar #folder_form li.form-element:not(.hidden):first-child {
  margin-left: 0;
}

/* line 1125, app/assets/stylesheets/theme/files.css.scss */
#multiple_file_selected_body .folder_control:hover,
#multiple_file_selected_body .download_file_control:hover,
#multiple_file_selected_body .link_folder_control:hover {
  color: #49a6d6;
}

/* line 1131, app/assets/stylesheets/theme/files.css.scss */
#multiple_file_selected_files .download_file_control .folder_control_name,
#multiple_file_selected_files .folder_control .folder_control_name {
  width: 245px;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 1140, app/assets/stylesheets/theme/files.css.scss */
#multiple_file_selected_files .download_file_control,
#multiple_file_selected_files .folder_control,
#multiple_file_selected_folders .link_folder_control {
  display: flex;
  width: 245px;
  color: #333;
  align-items: baseline;
}

/* line 1149, app/assets/stylesheets/theme/files.css.scss */
#multiple_file_selected_files .download_file_control > span,
#multiple_file_selected_files .folder_control > span,
#multiple_file_selected_folders .link_folder_control > span {
  margin-right: 10px;
  min-width: 16px;
}

/* line 1156, app/assets/stylesheets/theme/files.css.scss */
.sub-section .folder-controls-breadcrumb li {
  margin: 0 !important;
  width: auto !important;
  cursor: pointer;
  color: #007bff;
  display: inline-block;
  font-size: 0.9em;
}

/* line 1165, app/assets/stylesheets/theme/files.css.scss */
span.folder_control > span:first-child {
  margin-right: 10px;
}

/* line 1169, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box #folder_form .form dl.file_object_dl,
#file_object_list .actions_bar #folder_form .form dl.file_object_dl {
  justify-content: space-between;
}

/* line 1174, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box #folder_form .form dl.file_object_dl input.update_on_close,
#file_object_list .actions_bar #folder_form .form dl.file_object_dl input.update_on_close {
  display: none;
}

/* line 1179, app/assets/stylesheets/theme/files.css.scss */
#file_object_list .actions_bar #folder_form .form dl.file_object_dl dt {
  margin: 0;
}

/* line 1183, app/assets/stylesheets/theme/files.css.scss */
#main-wrapper #content-wrapper.has-aside #file_object_list aside .btn:not(.destroy) {
  margin: 0;
  margin-top: 5px;
}

/* line 1188, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box .destroy.as_action,
#file_object_list .actions_bar .destroy.as_action {
  text-align: center;
  margin-top: 5px;
  width: 100%;
  border-color: #e44141;
}

/* line 1196, app/assets/stylesheets/theme/files.css.scss */
div#files-permission-box .destroy.as_action:hover,
#file_object_list .actions_bar .destroy.as_action:hover {
  background: #e44141;
  color: white !important;
}

/* line 1202, app/assets/stylesheets/theme/files.css.scss */
.show-view div#files-permission-box #folder_form li.form-element:not(.hidden),
#file_object_list .actions_bar #folder_form li.form-element:not(.hidden) {
  width: 100%;
}

/* line 1207, app/assets/stylesheets/theme/files.css.scss */
.disk_space {
  position: relative;
}

/* line 1211, app/assets/stylesheets/theme/files.css.scss */
.disk_space i {
  font-size: 24px;
}

/* line 1215, app/assets/stylesheets/theme/files.css.scss */
.disk_space span {
  display: block;
  height: 5px;
  position: absolute;
  bottom: 0;
  max-width: 100%;
  min-width: 1%;
  left: 0;
}

/* line 1225, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block table.table {
  margin-bottom: 0;
}

/* line 1229, app/assets/stylesheets/theme/files.css.scss */
.folders_list_table {
  width: 100%;
}

/* line 1233, app/assets/stylesheets/theme/files.css.scss */
span.file_change_view_mode,
span.file_change_hidden_folders,
span.reload_remote_folder {
  color: #cacaca;
}

/* line 1239, app/assets/stylesheets/theme/files.css.scss */
span.file_change_view_mode:hover,
span.file_change_hidden_folders:hover,
span.reload_remote_folder:hover {
  color: #6cbde7;
}

/* line 1245, app/assets/stylesheets/theme/files.css.scss */
span.file_change_view_mode.active,
span.file_change_hidden_folders.active,
span.reload_remote_folder.active {
  color: #007bff;
}

/* line 1251, app/assets/stylesheets/theme/files.css.scss */
th.icon_name-column_heading {
  width: 50%;
}

/* line 1255, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .table-responsive {
  display: contents;
}

/* MOVE FOLDERS */
/* line 1259, app/assets/stylesheets/theme/files.css.scss */
.move-folder-box-section > div {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 1265, app/assets/stylesheets/theme/files.css.scss */
#last_move_folders_step {
  position: absolute;
  bottom: 80px;
  width: 100%;
}

/* line 1271, app/assets/stylesheets/theme/files.css.scss */
input#move_search,
input.move_cfile_rs {
  font-weight: 300;
}

/* line 1276, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box {
  margin-left: 10px;
}

/* line 1279, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box .folder-box.open_folder > .folder-box-element {
  display: block;
}

/* line 1283, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box .folder-box-label.folder_selected {
  color: #49a6d6;
  font-weight: 600;
}

/* line 1288, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box .folder_move_by_rs {
  margin-right: 15px;
}

/* line 1292, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box .folder-box-element {
  margin-left: 20px;
  display: none;
}

/* line 1297, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box p.move_folders_text {
  max-width: 90%;
  text-align: left;
  margin-block: 10px 5px !important;
}

/* line 1303, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box .folder-box {
  width: 100%;
  display: block;
}

/* line 1308, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box span.folder-box-label {
  text-align: left;
  cursor: pointer;
}

/* line 1313, app/assets/stylesheets/theme/files.css.scss */
.move_folders_box span.folder-box-label > .fal {
  margin-right: 5px;
}

/* line 1318, app/assets/stylesheets/theme/files.css.scss */
.move_folder_footer.file_footer {
  text-align: center;
}

/* line 1322, app/assets/stylesheets/theme/files.css.scss */
.move_folder_footer.file_footer > a {
  max-width: 95%;
}

@media screen and (max-width: 800px) {
  /* line 1327, app/assets/stylesheets/theme/files.css.scss */
  #file_list_menu .custom_filter {
    display: none;
  }
}

/* CACHED FILES */
/* line 1334, app/assets/stylesheets/theme/files.css.scss */
#cached_files_head li.breadcrumb-item {
  width: auto;
}

/* line 1338, app/assets/stylesheets/theme/files.css.scss */
#cached_files_block li.breadcrumb-item.active.folder_control {
  margin-bottom: 0;
}

/* line 1342, app/assets/stylesheets/theme/files.css.scss */
#cached_files_block li.breadcrumb-item {
  width: auto;
}

/* line 1346, app/assets/stylesheets/theme/files.css.scss */
#cached_files_block li.breadcrumb-item.active {
  color: #49a6d6;
}

/* line 1350, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action h2,
.cached_files_controller.show_action h2 {
  width: 100%;
}

/* line 1355, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action h2.general_label,
.cached_files_controller.show_action h2.general_label {
  display: block;
  width: 100%;
}

/* line 1361, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .show_search-view.cached_files-view {
  padding-block: 15px;
  padding-inline: 0 !important;
}

/* line 1366, app/assets/stylesheets/theme/files.css.scss */
.second_move_folder_point {
  margin-top: 20px;
}

/* line 1370, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action .active-scaffold .active-scaffold-header .actions,
.cached_files_controller.show_action .active-scaffold .active-scaffold-header .actions {
  display: none;
}

/* line 1375, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .active-scaffold-found {
  display: none;
}

/* line 1379, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view .as_form.search a.as_cancel {
  margin: 0 !important;
  display: none;
}

/* line 1384, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold table .cached_files-view .as_form.search a.as_cancel {
  display: block;
}

/* line 1388, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view .as_form.search input[type*='submit'] {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 1393, app/assets/stylesheets/theme/files.css.scss */
.folder_block_by_type {
  display: flex;
  flex-wrap: wrap;
}

/* line 1398, app/assets/stylesheets/theme/files.css.scss */
h2.folder_block_title {
  display: flex;
  justify-content: space-between;
}

/* line 1403, app/assets/stylesheets/theme/files.css.scss */
.toggle_folder_group {
  cursor: pointer;
}

/* line 1407, app/assets/stylesheets/theme/files.css.scss */
.toggle_folder_group:hover {
  opacity: 0.7;
}

/* line 1411, app/assets/stylesheets/theme/files.css.scss */
.folders_root ol.breadcrumb {
  display: none;
}

/* line 1415, app/assets/stylesheets/theme/files.css.scss */
#file_object_list div#files-permission-box .form dl.file_object_dl {
  justify-content: space-between;
}

/* line 1419, app/assets/stylesheets/theme/files.css.scss */
#file_object_list div#files-permission-box .form dl.file_object_dl dt {
  margin-right: 0;
}

/* line 1423, app/assets/stylesheets/theme/files.css.scss */
#file_object_list div#folder_form,
#file_object_list div#folder_form .multiple_file_selected_body {
  padding-inline: 16px;
}

/* line 1428, app/assets/stylesheets/theme/files.css.scss */
#file_object_list .actions_bar {
  padding: 0 !important;
  display: block !important;
}

/* line 1433, app/assets/stylesheets/theme/files.css.scss */
#file_object_list .actions_bar span#close-file-info {
  display: none;
}

/* line 1437, app/assets/stylesheets/theme/files.css.scss */
#file_object_list .file_actions {
  padding: 0;
}

/* line 1441, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action #file_list_menu .btn.new,
.cached_files_controller.show_action #file_list_menu .btn.new {
  padding: 0 5px;
  margin-left: 5px;
}

/* line 1447, app/assets/stylesheets/theme/files.css.scss */
.fo_list_sort {
  width: 100%;
  border-bottom: 1px solid lightgray;
  padding-bottom: 5px;
}

/* line 1453, app/assets/stylesheets/theme/files.css.scss */
p.autogenerated_folder {
  margin: 15px;
}

/* line 1457, app/assets/stylesheets/theme/files.css.scss */
div#record-select-folders {
  max-width: 280px;
}

/* line 1461, app/assets/stylesheets/theme/files.css.scss */
.folder_for_change_customer_folder {
  display: none;
}

/* line 1465, app/assets/stylesheets/theme/files.css.scss */
.folder_for_change_customer_folder.show_folder_block {
  display: block;
}

/* line 1469, app/assets/stylesheets/theme/files.css.scss */
#file_object_list .file_actions {
  margin-inline: 15px;
}

/* line 1473, app/assets/stylesheets/theme/files.css.scss */
#file_object_list .move_folders_box .folder-box {
  width: 95%;
}

/* line 1477, app/assets/stylesheets/theme/files.css.scss */
div#folder_info {
  margin-top: 10px;
}

/* line 1481, app/assets/stylesheets/theme/files.css.scss */
.folder_move_by_rs > span {
  text-align: left;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

/* line 1488, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action > nav > ol.breadcrumb,
.cached_files_controller.show_action > nav > ol.breadcrumb {
  display: none;
}

/* line 1493, app/assets/stylesheets/theme/files.css.scss */
.sub-section .form li:not(.draggable-list-element) ul.folder_actions li {
  margin-bottom: 0;
}

/* line 1497, app/assets/stylesheets/theme/files.css.scss */
#file_list_menu hr {
  display: none;
}

/* line 1501, app/assets/stylesheets/theme/files.css.scss */
li.breadcrumb-item.folder-box.folder_control {
  width: auto;
  display: flex;
  flex-direction: row;
  color: #007bff;
  cursor: pointer;
  font-size: 0.9em;
}

/* line 1510, app/assets/stylesheets/theme/files.css.scss */
div.show_action:not(.cached_files_controller) #files-show-box .files_extra_actions {
  display: none;
}

/* line 1514, app/assets/stylesheets/theme/files.css.scss */
div.show_action:not(.cached_files_controller) .files_root_breadcrumb {
  display: none;
}

/* line 1518, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .folders-view h2,
#files_and_folders_block #files_and_folders_files_block h2, #files_and_folders_block #files_and_folders_files_block thead,
#files_and_folders_block #files_and_folders_files_block .show_search.as_action {
  display: none;
}

/* line 1524, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action #files_and_folders_block .btn.new,
.cached_files_controller.show_action #files_and_folders_block .btn.new {
  padding: 0 5px;
  margin-left: 5px;
}

/* line 1530, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action #files_and_folders_block .fo_list_actions_block,
.cached_files_controller.show_action #files_and_folders_block .fo_list_actions_block {
  display: flex;
  justify-content: right;
}

/* line 1536, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper.index_action .cached_files-view .breadcrumb,
#content-wrapper.show_action .cached_files-view .breadcrumb {
  margin-bottom: 6px;
}

/* line 1541, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold #files_and_folders_block tr.record td.file-column,
#content-wrapper .active-scaffold #files_and_folders_block tr.record td.icon_name-column {
  width: 50%;
}

/* line 1546, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold #files_and_folders_block tr.record td.parent-column {
  width: 300px;
}

/* line 1550, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold #files_and_folders_block tr.record td.fsize-column {
  width: 200px;
  text-align: right;
}

/* line 1555, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold #files_and_folders_block tr th.updated_at-column_heading,
#content-wrapper .active-scaffold #files_and_folders_block tr.record td.updated_at-column {
  width: 200px;
  text-align: right;
}

/* line 1561, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .file-box {
  display: flex;
  align-items: center;
  width: auto;
  height: 40px;
}

/* line 1568, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .file-box-icon {
  scale: 0.5;
  margin: 0;
}

/* line 1573, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .file-box-label {
  text-align: left;
  margin-top: 0;
}

/* line 1579, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .folder-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
}

/* line 1586, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .folder-box-label {
  text-align: left;
  margin-top: 0;
}

/* line 1591, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .folder-box-icon {
  scale: 0.5;
  margin: 0;
}

/* line 1596, app/assets/stylesheets/theme/files.css.scss */
.fsize-column_heading {
  text-align: right;
}

/* line 1600, app/assets/stylesheets/theme/files.css.scss */
.file_loading_icon {
  display: none;
  position: absolute;
  left: 90px;
  bottom: 43px;
}

/* line 1607, app/assets/stylesheets/theme/files.css.scss */
.file_loading_icon > svg {
  position: inherit !important;
}

/* line 1611, app/assets/stylesheets/theme/files.css.scss */
.remote_action_loading_icon {
  display: none;
  position: absolute;
  right: 200px;
  left: 0;
  bottom: 40px;
}

/* line 1619, app/assets/stylesheets/theme/files.css.scss */
#file_list_menu .btn-outline-primary.new.btn {
  padding: 0 5px !important;
  margin-left: 10px !important;
}

/* line 1624, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold #files-permission-box .sub-form {
  padding-left: 0;
}

/* line 1628, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block > .files-list h2 {
  display: none;
}

/* line 1632, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block > .files-list th.actions,
#files_and_folders_block > .files-list td.actions {
  display: none !important;
}

/* line 1637, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block > .files-list th {
  padding: 0.75rem;
}

/* line 1641, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block > .files-list th a,
#files_and_folders_block > .files-list th p {
  font-size: 0.98rem;
  margin: 0;
}

/* line 1647, app/assets/stylesheets/theme/files.css.scss */
.sub-form.horizontal-sub-form .form-element.cached_file_field dl dt {
  text-align: right;
  margin-right: 5px;
  padding-right: 20px;
}

/* line 1653, app/assets/stylesheets/theme/files.css.scss */
#files_and_folders_block .cached_files-view .active-scaffold-header + table {
  background: transparent;
}

/* line 1657, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view .as_form.search input[type*='submit'], #content-wrapper .active-scaffold .cached_files-view .as_form.search a {
  line-height: 1 !important;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0.98rem !important;
  padding: 7px !important;
  min-width: 90px !important;
}

/* line 1665, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view .as_form.search input.form-control[type*='search'] {
  height: 32px;
  font-size: 0.98rem;
}

/* line 1671, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view th.created_at-column_heading, #content-wrapper .active-scaffold .cached_files-view th.last_download-column_heading {
  width: 12%;
}

/* line 1674, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view th.size-column_heading {
  width: 8%;
}

/* line 1678, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view tr.record td {
  padding-inline: 8px !important;
}

/* line 1682, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view .folders_list_table .file-box-icon,
#content-wrapper .active-scaffold .cached_files-view .folders_list_table .folder-box-icon {
  margin-left: -20px;
}

/* line 1688, app/assets/stylesheets/theme/files.css.scss */
a.mini_cfile {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
}

/* line 1695, app/assets/stylesheets/theme/files.css.scss */
.mini_cfile .file-box-icon, .mini_cfile .folder-box-icon {
  padding: 0;
  margin: 0;
  scale: 0.2;
}

/* line 1701, app/assets/stylesheets/theme/files.css.scss */
#content-wrapper .active-scaffold .cached_files-view tr.record td.description-column.description_input.file_input.full_width > div.cfile_description {
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 1707, app/assets/stylesheets/theme/files.css.scss */
#as_cached_files-create--form .horizontal-sub-form.file_object-sub-form {
  margin-bottom: 0;
}

/* line 1711, app/assets/stylesheets/theme/files.css.scss */
.cfile_icon_content {
  position: relative;
  display: block;
}

/* line 1716, app/assets/stylesheets/theme/files.css.scss */
.folders_list_table .cfile_extension {
  left: 3px;
  top: 12px;
  color: #fff;
  font-size: 10px !important;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent;
}

/* line 1726, app/assets/stylesheets/theme/files.css.scss */
.icon_cfile_view .cfile_icon {
  font-size: 64px;
  margin-left: 0;
}

/* line 1731, app/assets/stylesheets/theme/files.css.scss */
.cfile_icon {
  font-size: 32px;
  min-width: 45px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  margin-left: -10px;
}

/* line 1741, app/assets/stylesheets/theme/files.css.scss */
span.cfile_extension {
  position: absolute;
  left: 22px;
  bottom: 6px;
  top: inherit;
  font-size: 14px !important;
  background: white;
  border-radius: 4px;
  font-family: Roboto;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 1754, app/assets/stylesheets/theme/files.css.scss */
.cfile_label {
  padding-inline: 5px;
}

/* line 1758, app/assets/stylesheets/theme/files.css.scss */
#files-show-box .cached-file-element .cfile_label {
  font-size: 0.85em;
  line-height: 0.85em;
  font-family: Arial;
  color: #555;
  margin-top: 5px;
}

/* line 1766, app/assets/stylesheets/theme/files.css.scss */
#files-show-box .cached-file-element.selected .cfile_label,
#files_and_folders_block .cached-file-element.selected .cfile_label {
  color: #007afd;
}

/* line 1771, app/assets/stylesheets/theme/files.css.scss */
span.extra_folder_cicon {
  position: absolute;
  font-size: 0.8rem !important;
  bottom: 5px;
  z-index: 2;
}

/* line 1778, app/assets/stylesheets/theme/files.css.scss */
div.icon_cfile_view .cfile_icon.fa-file > span.extra_folder_cicon.fas {
  right: 5px;
}

/* line 1782, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action h2.general_label.cached_file_title_label {
  display: flex;
  justify-content: space-between;
}

/* line 1787, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action h2.general_label.cached_file_title_label > a {
  font-size: 16px;
}

/* line 1791, app/assets/stylesheets/theme/files.css.scss */
.cached_files_controller.index_action h2.general_label.cached_file_title_label > a > i {
  margin-right: 5px;
}

/* line 1795, app/assets/stylesheets/theme/files.css.scss */
.cached_files-sub-form .cached_file_title_label {
  display: none;
}

/* line 1799, app/assets/stylesheets/theme/files.css.scss */
div#multiple_file_selected_folders {
  display: block;
  height: 100%;
  max-height: 450px;
}

/* line 1805, app/assets/stylesheets/theme/files.css.scss */
h5 .sub-section-buttons .folder-box {
  position: absolute;
  left: 107px;
  scale: 0.75;
  bottom: 0;
}

/* line 1812, app/assets/stylesheets/theme/files.css.scss */
a#resync_remote_folder {
  padding-block: 0;
}

/* line 1816, app/assets/stylesheets/theme/files.css.scss */
#as_deleted_cached_files-active-scaffold th#as_deleted_cached_files-icon_name-column {
  width: auto;
}

/* line 1820, app/assets/stylesheets/theme/files.css.scss */
#as_deleted_cached_files-active-scaffold td.icon_name-column .cached-file-element {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  pointer-events: none;
}

/* line 1828, app/assets/stylesheets/theme/files.css.scss */
#as_deleted_cached_files-active-scaffold td.icon_name-column .cached-file-element .cfile_label {
  text-align: left;
}

/* line 1832, app/assets/stylesheets/theme/files.css.scss */
#as_deleted_cached_files-active-scaffold td.icon_name-column .cached-file-element .cfile_extension {
  left: 3px;
  top: 12px;
  color: #fff;
  font-size: 10px !important;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 1841, app/assets/stylesheets/theme/files.css.scss */
.desync_cfiles-filter_btn + .disconnect-filter_btn.filter-btn.nav.navbar-nav.btn-group a {
  border-top: none !important;
}

/* line 1845, app/assets/stylesheets/theme/files.css.scss */
span.fas.fa-slash.no_sync_remote {
  background-color: transparent;
  color: #333;
  z-index: 10;
}

/* line 1851, app/assets/stylesheets/theme/files.css.scss */
div.icon_cfile_view .cfile_icon > span.fas.fa-slash.no_sync_remote {
  bottom: -2px;
  font-size: 14px !important;
  position: absolute;
  right: -8px;
}

/* ERRORES */
/* line 1860, app/assets/stylesheets/theme/files.css.scss */
#cfile_messages div.alert {
  padding: 2px 10px;
  margin-top: 0;
}

/* line 1865, app/assets/stylesheets/theme/files.css.scss */
#cfile_messages div.alert ul {
  margin-bottom: 0;
  padding-left: 0;
}

/* line 1870, app/assets/stylesheets/theme/files.css.scss */
.cached_files_form_action div {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
}

/* alert menu */
/*
.files-menu .list-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.files-menu .list-group .folder-box {
  flex-direction: row;
  align-items: center;
}

.files-menu .list-group .folder-box .folder-box-icon {
  width: 38px;
  height: 24px;
}

.files-menu .list-group .folder-box .folder-box-icon:before {
  content: '';
  width: 45%;
  height: 8px;
  border-radius: 5px 20px 0 0;
  background-color: #5f6368;
  position: absolute;
  top: -8px;
  left: 0px;
}

.files-menu .list-group .folder-box span.folder-box-label {
  width: auto;
}*/
/* FORM */
/* line 1910, app/assets/stylesheets/theme/files.css.scss */
.create-view.view .footer-wrapper .footer > a.as_create_another,
.update-view.view .footer-wrapper .footer > a.as_create_another {
  margin-top: 10px;
  display: inline-block !important;
}

/* line 1916, app/assets/stylesheets/theme/files.css.scss */
span.fas.actions_cicon {
  display: none;
}

/* line 1920, app/assets/stylesheets/theme/files.css.scss */
.file_line_box .active-scaffold-pagination {
  margin-top: 20px;
  width: 100%;
  justify-content: right;
}

/* line 1926, app/assets/stylesheets/theme/files.css.scss */
.file_line_box span.as_paginate.truncation {
  border: none;
  cursor: text !important;
  margin: 0;
  padding: 0;
}
/* line 1, app/assets/stylesheets/theme/remote_connections.css.scss */
div#remote_connection_explorer {
  margin-top: 20px;
  border-top: 2px solid #f2f2f2;
  padding: 15px;
}

/* line 6, app/assets/stylesheets/theme/remote_connections.css.scss */
div#remote_connection_explorer ul.remote_connection_breadcrumb {
  display: flex;
}
/* line 1, app/assets/stylesheets/custom.css.scss */
.general_label {
  display: flex;
  align-items: baseline;
}

/* line 6, app/assets/stylesheets/custom.css.scss */
.external_access_customer_icons > i {
  margin-left: 5px;
}

/* line 10, app/assets/stylesheets/custom.css.scss */
.general_label span.header_subtitle .subtitle_tag.user_info {
  position: absolute;
  right: 20px;
  top: 10px;
}

/* line 16, app/assets/stylesheets/custom.css.scss */
.contacts-sub-form a.mini_button.delete_model_link {
  display: block;
  margin: 0;
}

/* line 21, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold #as_sendings-create--form li.same_line dd {
  grid-template-columns: inherit;
}

/* line 25, app/assets/stylesheets/custom.css.scss */
.associate_user_action li.sub-form.user-sub-form > h5 {
  display: none;
}

/* line 29, app/assets/stylesheets/custom.css.scss */
.associate_user_action li.sub-form.user-sub-form > div {
  display: flex;
  flex-direction: column-reverse;
}

/* line 34, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form table > thead > tr > th {
  border-color: #fff;
}

/* line 38, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form dt {
  flex-basis: 200px;
  min-width: 200px;
  text-align: right;
}

/* line 44, app/assets/stylesheets/custom.css.scss */
th.max_downloads-column_heading {
  text-align: right;
}

/* line 48, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form label {
  display: inline-block;
}

/* line 52, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form thead {
  display: none;
}

/* line 56, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form tbody tr {
  display: flex;
  flex-direction: column;
}

/* line 61, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form tbody tr td {
  border: none;
  padding: 0;
}

/* line 66, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form tbody tr td.hidden {
  display: none;
}

/* line 70, app/assets/stylesheets/custom.css.scss */
#content-wrapper.associate_user_action .active-scaffold li.sub-form.user-sub-form tbody tr td input:not(.avatar-input) {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-width: 350px;
  height: 24px;
  line-height: 1;
  font-weight: 300;
  color: #666;
  padding: 0 5px;
}

/* line 90, app/assets/stylesheets/custom.css.scss */
.associate_user_action .user-sub-form .footer-wrapper {
  margin-bottom: 15px;
  border-bottom: 1px solid lightgray;
  padding: 3px;
}

/* line 96, app/assets/stylesheets/custom.css.scss */
form#record-select-users-search {
  width: 100%;
  display: grid;
}

/* line 101, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .sub-section > ol > .sub-form.vertical-sub-form > h5 {
  display: none !important;
}

/* line 105, app/assets/stylesheets/custom.css.scss */
a.custom_header_new_button {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  margin-right: 8px;
  min-width: 130px;
  z-index: 1000;
  vertical-align: middle;
  padding: 5px;
  color: white;
}

/* line 116, app/assets/stylesheets/custom.css.scss */
a.custom_header_new_button i {
  margin-right: 5px;
}

/* line 120, app/assets/stylesheets/custom.css.scss */
a.custom_header_new_button:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* line 124, app/assets/stylesheets/custom.css.scss */
.general_label .fal.fa-star, .toggle_follow_customer .fal.fa-star {
  color: dimgray;
}

/* line 125, app/assets/stylesheets/custom.css.scss */
.general_label .fas.fa-star, .toggle_follow_customer .fas.fa-star {
  color: #ffcc80;
  -webkit-text-stroke: 1px #ff9800;
}

/* line 130, app/assets/stylesheets/custom.css.scss */
#follow_folders {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding-block: 5px;
}

/* line 137, app/assets/stylesheets/custom.css.scss */
#follow_folders .follow_folders_block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-block: 5px;
}

/* line 144, app/assets/stylesheets/custom.css.scss */
.cached_files_controller.index_action .content-width,
.cached_files_controller.show_action .content-width {
  padding: 0;
}

/* line 149, app/assets/stylesheets/custom.css.scss */
.contacts_group_hidden .sub-section.contacts_group,
.sendings_group_hidden .sub-section.sendings_group,
.tasks_group_hidden .sub-section.tasks_group,
.comments_group_hidden .sub-section.comments_group,
.external_accesses_group_hidden .sub-section.external_accesses_group {
  display: none;
}

/* line 157, app/assets/stylesheets/custom.css.scss */
.customers_controller.associate_user_action .content-width {
  max-width: 100%;
}

/* EXTERNAL ACCESSES */
/* line 163, app/assets/stylesheets/custom.css.scss */
#overlay-container .create-view .external_access_keys-sub-form .as_create_another:hover {
  color: #49a6d6;
  background-color: transparent !important;
  border-color: transparent !important;
}

/* line 169, app/assets/stylesheets/custom.css.scss */
#overlay-container .create-view .external_access_keys-sub-form .as_create_another {
  display: inline-block !important;
  margin-left: 25px;
  color: #007bff;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: Arial;
  padding: 0;
}

/* line 191, app/assets/stylesheets/custom.css.scss */
div[id*='external_access_keys-subform-list'] {
  margin-right: 20px;
}

/* EXTERNAL ACCESS CUSTOMER LIST */
/* line 197, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .external_access_keys-sub-form.vertical-sub-form {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  padding-left: 0;
  border-left: 6px solid transparent;
}

/* line 206, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .external_access_keys-sub-form.vertical-sub-form > h5 {
  display: none;
  padding-left: 10px;
  margin-inline: 15px;
  font-size: 18px;
  border-bottom: 1px solid lightgray;
}

/* line 214, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .external_access_keys-sub-form.vertical-sub-form .sub-form-record li.form-element dd {
  margin-right: 0;
}

/* line 218, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .external_access_keys-sub-form.vertical-sub-form .sub-form-record li.actions {
  left: 0;
}

/* line 222, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .external_access_keys-sub-form.vertical-sub-form .footer-wrapper {
  margin-left: 150px;
  margin-bottom: 10px;
}

/* line 227, app/assets/stylesheets/custom.css.scss */
#file_external_accesses {
  padding-inline: 16px;
  border-top: 1px solid lightgray;
  padding-top: 10px;
}

/* line 233, app/assets/stylesheets/custom.css.scss */
#file_external_accesses p.extra_data_file_line {
  margin-bottom: 0;
}

/* line 237, app/assets/stylesheets/custom.css.scss */
i.fa.external_access-status-tag.status-tag {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 5px;
}

/* line 245, app/assets/stylesheets/custom.css.scss */
#as_external_accesses-content .label_postcontent > i {
  margin-left: 5px;
}

/* line 249, app/assets/stylesheets/custom.css.scss */
#as_external_accesses-content .label_postcontent {
  display: flex;
  margin-top: 5px;
  float: right;
  font-size: 14px;
  position: relative;
  bottom: 2px;
}

/* line 258, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form .records tr li:not(.form-element) {
  margin-bottom: 0;
}

/* line 262, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form h2,
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form .active-scaffold-header {
  display: none;
}

/* line 267, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form th.actions {
  display: table-cell !important;
}

/* line 271, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form .general_label {
  width: 100%;
  display: flex;
  align-items: baseline;
}

/* line 277, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form .external_access_keys-column,
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form .expires_at-column {
  text-align: left;
}

/* line 282, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold .show-view .external_accesses-sub-form .max_downloads-column {
  text-align: right;
}

/* line 286, app/assets/stylesheets/custom.css.scss */
#external_accesses_block .post_content_general_label_icon {
  margin-left: 5px;
  position: relative;
  bottom: 1px;
}

/** Lists **/
/* line 293, app/assets/stylesheets/custom.css.scss */
th#as_customers-code-column {
  width: 60px;
}

/* line 294, app/assets/stylesheets/custom.css.scss */
#as_customers-content td.code-column {
  min-width: 10px;
}

/* line 296, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold tr.record td.user_name-column,
#content-wrapper .active-scaffold tr.record td.user-column,
#content-wrapper .active-scaffold tr.record td.customer-column,
#content-wrapper .active-scaffold tr.record td.label-column {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 305, app/assets/stylesheets/custom.css.scss */
#content-wrapper .active-scaffold tr.record td.user_name-column div.general_label a,
#content-wrapper .active-scaffold tr.record td.user-column div.general_label a,
#content-wrapper .active-scaffold tr.record td.label-column div.general_label a {
  text-overflow: ellipsis;
  overflow: hidden;
}
/*

















 */
