/*!
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*
 * Foretagsplatsen Bootstrap Theme
 *
 * Usage should be pretty straightforward.
 * This file is basically identical to the default bootstrap.
 * Import corresponding overriding and/or completing styles immediately after the original import.
 *
 * Might be a good idea to run a diff check on affected files
 * when updating to a new Bootstrap version.
 *
 * Overriding files in this version are (in order of appearance):
 *
 * variables
 * mixins
 * type
 * grid
 * tables
 * forms
 * buttons
 * dropdowns
 * panels
 * popovers
 * button-groups
 * input-groups
 * navs
 * badges
 *
 * Complementary FP files are added last in this file
 *
 */
/*
 * Core variables and mixins
 */
body,
#widgetjs-shadow-root {
  /* Use https://www.w3schools.com/colors/colors_converter.asp to convert from hex to hsl */
  --highlight-color-h: 187;
  --highlight-color-s: 69%;
  --highlight-color-l: 54%;
  --success-color: #70b566;
  --warning-color: #e9ae5d;
  --error-color: #ce5b52;
  --color-interpolation-method: srgb;
  --right-menu-padding: 10px;
  --btn-block-left-padding: 10px;
  --kpi-profit-color: #ffd333;
  --kpi-accumulated-profit-color: #9ec94f;
  --kpi-income-color: #424242;
  --kpi-accumulated-income-color: #424242;
  --kpi-assets-color: #4d4d4d;
  --kpi-liabilities-color: #39c8db;
  --kpi-costs-color: #ff6505;
  --kpi-financial-items-color: #668033;
  --kpi-appropriations-color: #737373;
  --kpi-taxes-color: #737373;
  --key-figure-highlight-color: #f79c2b;
  /* #38c8da -> hsl(187,69,54) */
  --highlight-color: hsl(var(--highlight-color-h), var(--highlight-color-s), var(--highlight-color-l));
  --brand-primary: var(--highlight-color);
  /* used e.g. for links and badges, so we override this one */
  --brand-darker: color-mix(in var(--color-interpolation-method), var(--highlight-color), black 10%);
  /* could also be hsl(from var(--highlight-color) h s calc(l + 0.1)); */
  --brand-lighter: color-mix(in var(--color-interpolation-method), var(--highlight-color), white 35%);
  /* --brand-info: hsl(from var(--highlight-color) calc(h + 13) calc(s - 15%) calc(l - 7%)); not supported by FF */
  --brand-info: hsl(calc(var(--highlight-color-h) + 13), calc(var(--highlight-color-s) - 15%), calc(var(--highlight-color-l) - 7%));
  /* needs to be a bit darker than the primary, so also overridden */
  /* #38c8da -> hsl(33,93,57) */
  /* Reports */
  /* --period-report-statement-background */
  --period-report-statement-background: color-mix(in var(--color-interpolation-method), var(--highlight-color-l), white 43%);
  /* --period-report-statement-color */
  --period-report-statement-color: hsl(var(--highlight-color-h), var(--highlight-color-s), calc(var(--highlight-color-l) - 10%));
  --period-report-statement-border-color: var(--period-report-statement-color);
  /* table */
  --table-bg-accent: hsl(var(--highlight-color-h), calc(var(--highlight-color-s) - 25%), calc(var(--highlight-color-l) + 41%));
  /* for striping */
  --table-bg-hover: hsl(var(--highlight-color-h), calc(var(--highlight-color-s) - 25%), calc(var(--highlight-color-l) + 38%));
  /* chart and legend */
  --kpi-profit-color-highlight: color-mix(in var(--color-interpolation-method), var(--kpi-profit-color), white 10%);
  --kpi-profit-color-darker: color-mix(in var(--color-interpolation-method), var(--kpi-profit-color), black 10%);
  --kpi-owner-part-color: var(--kpi-profit-color);
  --kpi-owner-part-color-highlight: color-mix(in var(--color-interpolation-method), var(--kpi-owner-part-color), white 10%);
  --kpi-owner-part-color-darker: color-mix(in var(--color-interpolation-method), var(--kpi-owner-part-color), black 10%);
  --kpi-liabilities-color-highlight: color-mix(in var(--color-interpolation-method), var(--kpi-liabilities-color), white 10%);
  --kpi-liabilities-color-darker: color-mix(in var(--color-interpolation-method), var(--kpi-liabilities-color), black 10%);
  /* Business activity */
  /* chart and legend */
  --kpi-business-activity-income-color: var(--kpi-income-color);
  --kpi-business-activity-profit-color: var(--kpi-accumulated-profit-color);
  /* Business trend */
  /* chart and legend */
  --compared-profit-color: color-mix(in var(--color-interpolation-method), var(--kpi-profit-color), white 10%);
  --compared-accumulated-profit-color: color-mix(in var(--color-interpolation-method), var(--kpi-accumulated-profit-color), white 10%);
  --compared-income-color: color-mix(in var(--color-interpolation-method), var(--kpi-income-color), white 10%);
  --compared-accumulated-income-color: color-mix(in var(--color-interpolation-method), var(--kpi-accumulated-income-color), white 10%);
}
/*
 * Additional breakpoints
 *-------------------------------------------
 */
/* Sometimes we need to check for even smaller sizes... */
/*
 * Ipad size
 */
/*
 * Color overrides
 *-------------------------------------------
 */
/* debug value to visually check we've overridden everything */
/* debug value to visually check we've overridden everything */
/*
 * Font family overrides
 *-------------------------------------------
 */
/*
 * Font size overrides
 *-------------------------------------------
 */
/*
 * Iconography overrides
 * -------------------------
 */
/*
 * Bootstrap Alerts
 * -------------------------
 */
/*
 * Grid stuff
 *-------------------------------------------
 */
/*
 * Components overrides
 * -------------------------
 */
/* 3px */
/*
 * Headings overrides
 *-------------------------------------------
 */
/*
 * Buttons overrides
 *-------------------------------------------
 */
/*
 * Extra btn options (additions to bootstrap)
 */
/*
 * Badges overrides
 *-------------------------------------------
 */
/*
 * Container sizes overrides
 *-------------------------------------------
 */
/*
 * Dropdown overrides
 *-------------------------------------------
 */
/*
 * Screen overrides
 * So media queries don't overlap when required, provide a minimum
 */
/*
 * Panels overrides
 * -------------------------
 */
/*
 * Pager overrides
 *-------------------------------------------
 */
/*
 * Popovers overrides
 * -------------------------
 */
/*
 * Tables overrides
 * -------------------------
 */
/*
 * More table options
 */
/*
 * Printing variables
 * ------------------------
 */
/*
 * FP specific variables
 * -------------------------
 */
/*
 * Brand colors
 * -------------------------
 */
/*
 * Type
 * -------------------------
 */
/*
 * The documents (definitions in document.less)
 * -------------------------
 */
/*
 * The navbar
 * -------------------------
 */
/* text color for the top navbar */
/* background color for the top navbar */
/* used for the menu togglers (and also for the current menu items, which can be overriden below) */
/*
 * The menu togglers
 * -------------------------
 */
/*
 * The navbar logo
 * -------------------------
 */
/*
 * Login
 * -------------------------
 */
/*
 * Left menu
 * -------------------------
 */
/*
 * icons
 */
/*
 * borders
 */
/*
 * items
 */
/*
 * caret
 */
/*
 * colors
 */
/*
 * sub
 */
/*
 * menu width transition
 */
/*
 *consultant
 */
/*
 * Right menu
 * -------------------------
 */
/*
 * Drawer menu
 * -------------------------
 */
/*
 * Viewport
 * -------------------------
 */
/*
 * The footer
 * -------------------------
 */
/*
 * Key figures
 * -------------------------
 */
/* Default indicator position (relative to indicator container) */
/* Default arrow position (relative to indicator) */
/* Default flag position (relative to indicator) */
/*
 * Image paths
 * -------------------------
 */
/*
 * Report icons
 * -------------------------
 */
/*
 * Tab icons
 * -------------------------
 */
/*
 * Avatars
 * -------------------------
 */
/*
 * External pages
 * -------------------------
 */
/*
 * Agency pages
 * -------------------------
 */
/*
 * Client cards
 * -------------------------
 */
/*
 * Reports
 * -------------------------
 */
/*
 * New reports (report editor)
 * -------------------------
 */
/*
 * Colors
 */
/*
 * Sizes
 */
/*
 * Agency pages
 * -------------------------
 */
/*
 * Import pages
 * -------------------------
 */
/*
 * Slideovers
 * -------------------------
 */
/*
 * Dark forms
 * -------------------------
 */
/*
 * Progress bars
 * -------------------------
 */
/*
 * Document archive
 * -------------------------
 */
/*
 * Empty archive
 *--------------------------
 */
/*
 * Forecast cards
 *--------------------------
 */
/*
 * Spinner
 */
/*
 * Cards
 */
/*
 * Spreadsheet
 *--------------------------
 */
/*
 * Accounts mapping
 */
/*
 * Modals
 */
/*
 * KeyFigure Editor
 */
/*
 * Country pages
 * -------------------------
 */
/*! Jcrop.min.css v2.0.4 - build: 20151117
 *  Copyright 2008-2015 Tapmodo Interactive LLC
 *  Free software under MIT License
 **/
.jcrop-active {
  direction: ltr;
  text-align: left;
  box-sizing: border-box;
  -ms-touch-action: none;
}
.jcrop-dragging {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jcrop-selection {
  z-index: 2;
}
.jcrop-selection.jcrop-current {
  z-index: 4;
}
.jcrop-border {
  background: #fff url(../node_modules/Jcrop.gif);
  line-height: 1px!important;
  font-size: 0!important;
  overflow: hidden;
  position: absolute;
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}
.jcrop-border.ord-w,
.jcrop-border.ord-e,
.jcrop-border.ord-n {
  top: 0;
}
.jcrop-border.ord-n,
.jcrop-border.ord-s {
  width: 100%;
  height: 1px !important;
}
.jcrop-border.ord-w,
.jcrop-border.ord-e {
  height: 100%;
  width: 1px !important;
}
.jcrop-border.ord-e {
  right: -1px;
}
.jcrop-border.ord-n {
  top: -1px;
}
.jcrop-border.ord-w {
  left: -1px;
}
.jcrop-border.ord-s {
  bottom: -1px;
}
.jcrop-selection {
  position: absolute;
}
.jcrop-box {
  z-index: 2;
  display: block;
  background: 0 0;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.jcrop-box:hover {
  background: 0 0;
}
.jcrop-box:active {
  background: 0 0;
}
.jcrop-box:focus {
  outline: 1px rgba(128, 128, 128, 0.65) dotted;
}
.jcrop-active,
.jcrop-box {
  position: relative;
}
.jcrop-box {
  width: 100%;
  height: 100%;
  cursor: move;
}
.jcrop-handle {
  z-index: 4;
  background-color: rgba(49, 28, 28, 0.58);
  border: 1px #eee solid;
  width: 9px;
  height: 9px;
  font-size: 0;
  position: absolute;
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  top: 0;
  cursor: n-resize;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: s-resize;
}
.jcrop-handle.ord-e {
  margin-right: -5px;
  margin-top: -5px;
  right: 0;
  top: 50%;
  cursor: e-resize;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  top: 50%;
  cursor: w-resize;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  top: 0;
  cursor: nw-resize;
}
.jcrop-handle.ord-ne {
  margin-right: -5px;
  margin-top: -5px;
  right: 0;
  top: 0;
  cursor: ne-resize;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  right: 0;
  cursor: se-resize;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: sw-resize;
}
.jcrop-touch .jcrop-handle {
  z-index: 4;
  background-color: rgba(49, 28, 28, 0.58);
  border: 1px #eee solid;
  width: 18px;
  height: 18px;
  font-size: 0;
  position: absolute;
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important;
}
.jcrop-touch .jcrop-handle.ord-n {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  top: 0;
  cursor: n-resize;
}
.jcrop-touch .jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -10px;
  margin-left: -10px;
  cursor: s-resize;
}
.jcrop-touch .jcrop-handle.ord-e {
  margin-right: -10px;
  margin-top: -10px;
  right: 0;
  top: 50%;
  cursor: e-resize;
}
.jcrop-touch .jcrop-handle.ord-w {
  left: 0;
  margin-left: -10px;
  margin-top: -10px;
  top: 50%;
  cursor: w-resize;
}
.jcrop-touch .jcrop-handle.ord-nw {
  left: 0;
  margin-left: -10px;
  margin-top: -10px;
  top: 0;
  cursor: nw-resize;
}
.jcrop-touch .jcrop-handle.ord-ne {
  margin-right: -10px;
  margin-top: -10px;
  right: 0;
  top: 0;
  cursor: ne-resize;
}
.jcrop-touch .jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -10px;
  margin-right: -10px;
  right: 0;
  cursor: se-resize;
}
.jcrop-touch .jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -10px;
  margin-left: -10px;
  cursor: sw-resize;
}
.jcrop-dragbar {
  font-size: 0;
  position: absolute;
}
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 9px!important;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  top: 0;
  height: 100%;
  width: 9px !important;
}
.jcrop-dragbar.ord-n {
  margin-top: -5px;
  cursor: n-resize;
  top: 0;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -5px;
  cursor: s-resize;
}
.jcrop-dragbar.ord-e {
  margin-right: -5px;
  right: 0;
  cursor: e-resize;
}
.jcrop-dragbar.ord-w {
  margin-left: -5px;
  cursor: w-resize;
}
.jcrop-shades {
  position: relative;
  top: 0;
  left: 0;
}
.jcrop-shades div {
  cursor: crosshair;
}
.jcrop-noresize .jcrop-dragbar,
.jcrop-noresize .jcrop-handle {
  display: none;
}
.jcrop-selection.jcrop-nodrag .jcrop-box,
.jcrop-nodrag .jcrop-shades div {
  cursor: default;
}
.jcrop-light .jcrop-border {
  background: #fff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-light .jcrop-handle {
  background-color: #000;
  border-color: #fff;
}
.jcrop-dark .jcrop-border {
  background: #000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  background-color: #fff;
  border-color: #000;
}
.solid-line .jcrop-border {
  background: #fff;
}
.jcrop-thumb {
  position: absolute;
  overflow: hidden;
  z-index: 5;
}
.jcrop-active img,
.jcrop-thumb img,
.jcrop-thumb canvas {
  min-width: none;
  min-height: none;
  max-width: none;
  max-height: none;
}
.jcrop-hl-active .jcrop-border {
  filter: alpha(opacity=20) !important;
  opacity: 0.2 !important;
}
.jcrop-hl-active .jcrop-handle {
  filter: alpha(opacity=10) !important;
  opacity: 0.1 !important;
}
.jcrop-hl-active .jcrop-selection:hover .jcrop-border {
  background-color: #ccc;
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}
.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-border {
  background: gray url(../node_modules/Jcrop.gif);
  opacity: 0.35 !important;
  filter: alpha(opacity=35) !important;
}
.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-handle {
  filter: alpha(opacity=30) !important;
  opacity: 0.3 !important;
}
.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-border {
  background: url(../node_modules/Jcrop.gif);
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
}
.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-handle {
  filter: alpha(opacity=60) !important;
  opacity: 0.6 !important;
}
button.jcrop-box {
  background: 0 0;
}
/*
 * Mixin selectors looks like functions (with parameters etc) thus they
 * do not comply to what a "valid" CSS selector is. Due to that, we disable
 * this rule for this file.
 */
/* stylelint-disable selector-class-pattern */
/*
 * Icon variants
 * -------------------------
 */
/*
 * Legend item variants
 * -------------------------
 */
/*
 * Button variants (modified)
 * -------------------------
 * Easily pump out default styles, as well as :hover, :focus, :active,
 * and disabled options for all buttons
 */
/*
 *MIXIN FOR HEADER ICONS IN AGENCY
 * -------------------------
 */
/*
 *MIXIN FOR HEADER (small) ICONS IN AGENCY
 * -------------------------
 */
/*
 * MODAL HEADER ICON MIXIN
 * ------------
 */
/*
 * MENU MIXINS
 * ------------
 */
/*
 * returns regular icon and active icon(on-hover)
 */
/*
 * returns regular icon
 */
/*
 * returns active icon
 */
/*
 * returns spite of image(with retina-check)
 */
/*
 * mixin for border-radius
 */
/*
 * Icon button mixin
 */
/*
 * mixin for sequences of buttons
 */
/*
 * Brand navbar vertical align
 * -------------------------
 * Vertically center elements in the navbar.
 * Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin.
 */
/*
 * Agency mixins
 */
/*
 * Dark tables
 */
/*
 * Icon overlay
 */
/*
 * Document Archive
 */
/*
 * Misc
 */
/*
 * Reset
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
 *@import 'bootstrap/less/print';
 */
.ProseMirror {
  position: relative;
}
.ProseMirror {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: break-spaces;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
  /* the above doesn't seem to work in Edge */
}
.ProseMirror pre {
  white-space: pre-wrap;
}
.ProseMirror li {
  position: relative;
}
.ProseMirror-hideselection *::selection {
  background: transparent;
}
.ProseMirror-hideselection *::-moz-selection {
  background: transparent;
}
.ProseMirror-hideselection {
  caret-color: transparent;
}
/* See https://github.com/ProseMirror/prosemirror/issues/1421#issuecomment-1759320191 */
.ProseMirror [draggable][contenteditable=false] {
  user-select: text;
}
.ProseMirror-selectednode {
  outline: 2px solid #8cf;
}
/* Make sure li selections wrap around markers */
li.ProseMirror-selectednode {
  outline: none;
}
li.ProseMirror-selectednode:after {
  content: "";
  position: absolute;
  left: -32px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 2px solid #8cf;
  pointer-events: none;
}
/* Protect against generic img rules */
img.ProseMirror-separator {
  display: inline !important;
  border: none !important;
  margin: 0 !important;
}
placeholder {
  color: #ccc;
  position: relative;
  top: 6px;
}
placeholder:after {
  content: "☁";
  font-size: 200%;
  line-height: 0.1;
  font-weight: bold;
}
.imagePluginRoot {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 0.25rem;
}
.imagePluginRoot img {
  align-self: center;
  width: 100%;
}
.imagePluginRoot:hover .imagePluginOverlay {
  opacity: 1;
}
.imagePluginOverlay {
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 2;
}
.imagePluginRoot .text {
  text-align: center;
}
.imagePluginRoot[imageplugin-align="left"] {
  width: 51%;
  float: left;
  margin: 1rem 2rem 0 0;
}
.imagePluginRoot[imageplugin-align="right"] {
  width: 51%;
  float: right;
  margin: 0;
}
.imagePluginRoot[imageplugin-align="center"] {
  width: 51%;
  float: none;
  margin: 0 auto;
}
.imagePluginRoot[imageplugin-align="fullWidth"] {
  width: auto;
  float: none;
  clear: both;
}
.alignFullWidthButton,
.alignRightButton,
.alignLeftButton,
.alignCenterButton {
  width: 5rem;
}
.imagePluginRoot[imageplugin-align="left"] [imagealign="left"] {
  background-color: red;
}
.imagePluginRoot[imageplugin-align="right"] [imagealign="right"] {
  background-color: red;
}
.imagePluginRoot[imageplugin-align="center"] [imagealign="center"] {
  background-color: red;
}
.imagePluginRoot[imageplugin-align="fullWidth"] [imagealign="fullWidth"] {
  background-color: red;
}
/*
 * Core CSS
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #747474;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: red;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b30000;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Fira Sans", helvetica, arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 481px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: red;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cc0000;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: red;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #cc0000;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 481px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
/*
 * Typography
 */
:root {
  /* Typography Scale - Font Sizes */
  --font-size-xs: 0.75rem;
  /* 12px */
  --font-size-sm: 0.875rem;
  /* 14px */
  --font-size-base: 1rem;
  /* 16px */
  --font-size-md: 1.125rem;
  /* 18px */
  --font-size-lg: 1.25rem;
  /* 20px */
  --font-size-xl: 1.5rem;
  /* 24px */
  --font-size-xxl: 2rem;
  /* 32px */
  --font-size-xxxl: 2.5rem;
  /* 40px */
  --font-size-display: 3rem;
  /* 48px */
  /* Typography Scale - Font Weights */
  --font-weight-thin: 100;
  --font-weight-light: 200;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
}
/*
 * Headings
 * -------------------------
 */
/* Disable ligatures for all text elements.
 This adjustment was essential during the transition to Fira Sans due to inconsistent rendering of certain character combinations. */
* {
  font-variant-ligatures: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 1em 0 0.2em;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0.5em 0 0.2em;
}
h1,
.h1 {
  font-size: var(--font-size-xxl);
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: var(--font-size-xl);
  }
}
h2,
.h2 {
  font-size: var(--font-size-lg);
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: var(--font-size-base);
  }
}
h3,
.h3 {
  font-size: var(--font-size-lg);
}
h4,
.h4 {
  font-size: var(--font-size-md);
}
h5,
.h5,
h6,
.h6 {
  font-size: var(--font-size-base);
}
h1,
.h1,
h2,
.h2 {
  font-family: "Fira Sans", helvetica, arial, sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
h3,
.h3,
h4,
.h4 {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: var(--font-weight-normal);
}
h5,
.h5 {
  font-weight: var(--font-weight-bold);
}
h6,
.h6 {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: var(--font-weight-normal);
}
li.menu-title h2,
h2.menu-title {
  color: white;
  font-family: "Fira Sans", helvetica, arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
/*
 * Miscellaneous
 * -------------------------
 */
p.lead,
p.subtitle {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-light);
}
@media (max-width: 768px) {
  p.lead,
  p.subtitle {
    font-size: var(--font-size-base);
  }
}
p.subtitle {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 480px) {
  p.subtitle {
    padding-left: 0;
    padding-right: 0;
  }
}
h2 .badge {
  margin-top: -5px;
}
strong {
  font-weight: var(--font-weight-bold);
}
address small strong {
  display: inline-block;
  width: 5em;
}
.top {
  margin-top: 0;
}
.highlight {
  background-color: #ffffdd;
  padding: 0 3px;
}
/*
 * Font weights
 */
.font-thin {
  font-weight: var(--font-weight-thin);
}
.font-light {
  font-weight: var(--font-weight-light);
}
.font-normal {
  font-weight: var(--font-weight-normal);
}
.font-medium {
  font-weight: var(--font-weight-medium);
}
.font-semibold {
  font-weight: var(--font-weight-semibold);
}
.font-bold {
  font-weight: var(--font-weight-bold);
}
.font-extrabold {
  font-weight: var(--font-weight-extrabold);
}
.font-black {
  font-weight: var(--font-weight-black);
}
/* Legacy font weight utilities */
.font-regular {
  font-weight: var(--font-weight-normal);
}
/*
 * Font sizes
 */
.font-small {
  font-size: 0.8em;
}
.font-tiny {
  font-size: 0.7em;
}
/*
 * Typography System Utilities
 */
/* Font Size Utilities */
.text-xs {
  font-size: var(--font-size-xs);
}
.text-sm {
  font-size: var(--font-size-sm);
}
.text-base {
  font-size: var(--font-size-base);
}
.text-md {
  font-size: var(--font-size-md);
}
.text-lg {
  font-size: var(--font-size-lg);
}
.text-xl {
  font-size: var(--font-size-xl);
}
.text-xxl {
  font-size: var(--font-size-xxl);
}
.text-xxxl {
  font-size: var(--font-size-xxxl);
}
.text-display {
  font-size: var(--font-size-display);
}
/*
 * Carets, don't eat them all...
 * -------------------------
 */
.caret-info {
  border-top-color: var(--brand-info) !important;
  /* stylelint-disable-line declaration-no-important */
}
.caret-primary {
  border-top-color: var(--brand-primary) !important;
  /* stylelint-disable-line declaration-no-important */
}
.caret-warning {
  border-top-color: #a94442 !important;
  /* stylelint-disable-line declaration-no-important */
}
.caret-danger {
  border-top-color: #d9534f !important;
  /* stylelint-disable-line declaration-no-important */
}
.caret-success {
  border-top-color: #5cb85c !important;
  /* stylelint-disable-line declaration-no-important */
}
/*
 * Inline lists
 * ------------
 */
ul.list-inline > li {
  padding: 5px 0 5px 5px;
}
/*
 * Definition lists
 */
dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
dl dt {
  flex-basis: 28%;
  font-weight: var(--font-weight-bold);
  text-align: right;
  margin-right: 2%;
}
dl dt::after {
  content: ":";
}
dl dd {
  flex-basis: 70%;
  font-weight: var(--font-weight-normal);
}
/*
 * Icons
 */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 481px) {
  .container {
    width: none;
  }
}
@media (min-width: 769px) {
  .container {
    width: none;
  }
}
@media (min-width: 993px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 481px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 769px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 993px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*
 * Grid system overrides
 */
.pageSize.picker {
  max-width: 100px;
  margin-bottom: 0;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 993px) {
  .container {
    max-width: none;
    width: auto;
  }
}
@media (max-width: 768px) {
  .col-sm-nopadding {
    padding-left: 0;
    padding-right: 0;
  }
}
#loading {
  padding: 5px 0 5px 10px;
  border-top: none;
  color: white;
  font-size: 20px;
  opacity: 0.8;
  float: right;
}
@media (max-width: 768px) {
  #loading {
    display: none;
  }
}
#auto-save {
  float: right;
}
#auto-save .status {
  --text-color: white;
  padding: 5px;
  line-height: 50px;
  font-weight: bold;
  opacity: 0;
  transition: all ease-in 0.3s;
  /*
     * Fix bug B1822016218
     */
}
#auto-save .status.visible {
  opacity: 1;
}
#auto-save .status i {
  margin-left: 5px;
}
@media (max-width: 768px) {
  #auto-save .status {
    margin-right: 60px;
    line-height: 40px;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 480px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/*
 * Tables overrides
 */
.table thead tr th {
  background-color: #ececec;
  border-bottom-width: 1px !important;
  /* stylelint-disable-line declaration-no-important */
}
.table-striped-desaturated > tbody > tr:nth-child(odd) > td,
.table-striped-desaturated > tbody > tr:nth-child(odd) > th {
  background-color: hsl(var(--highlight-color-h), 0, calc(var(--highlight-color-l) + 41%));
}
.table-responsive {
  border: none;
}
/*
 * Tables additional
 */
.table.table-striped > tbody > tr.current-period > td,
.table.table-hover > tbody > tr.current-period > td {
  font-weight: bold;
  background-color: #ffffdd;
}
.table-white td {
  background-color: white;
}
.table-noborder tr,
.table-noborder td {
  border: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.table thead.clean tr th {
  background-color: transparent;
}
td.table-footer-tools {
  height: 2em;
  line-height: 2em !important;
  /* stylelint-disable-line declaration-no-important */
}
table.has-bottom-tools {
  margin-bottom: 10px;
}
a.table-sort {
  color: inherit !important;
  /* stylelint-disable-line declaration-no-important */
  text-decoration: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.table-tight {
  margin-bottom: 0;
}
.table-valign-middle tbody tr td {
  vertical-align: middle;
}
/*
 * Table navigation
 */
.table-navigation-group {
  float: left !important;
  margin-left: 1px;
}
.table-navigation-group > .btn,
.table-navigation-group > input {
  float: left;
  margin-left: -1px;
}
ul.sortable-list {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
ul.sortable-list li {
  display: block;
  border: 1px solid;
  padding: 0.5em;
  margin: 0 0 0.25em;
}
ul.sortable-list.active li {
  border-color: #cbcbcb;
  background: #ececec;
}
ul.sortable-list.inactive li {
  color: #b5b5b5;
  border-color: #e1e1e1;
  background: #f2f2f2;
}
.admin-body .table-striped {
  background-color: white;
}
tr.total td {
  background-color: transparent !important;
  /* stylelint-disable-line declaration-no-important */
  border-top: 1px solid #ddd !important;
  /* stylelint-disable-line declaration-no-important */
}
.table-small {
  font-size: 12px;
  font-weight: 500;
}
.table-auto {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.table-auto td,
.table-auto th {
  padding-right: 1em !important;
  /* stylelint-disable-line declaration-no-important */
  padding-left: 1em !important;
  /* stylelint-disable-line declaration-no-important */
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: hsl(var(--highlight-color-h), calc(var(--highlight-color-s) - 25%), calc(var(--highlight-color-l) + 41%));
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: var(--table-bg-hover);
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b4b4b4;
}
@media (min-width: 481px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 481px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 481px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 481px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
/*
 * Forms overrides
 */
fieldset {
  margin-bottom: 40px;
}
legend {
  font-weight: normal;
  font-size: 19.2px;
  color: #747474;
}
/*
 * Fix inline forms control-labels bottom margin
 */
.form-inline .control-label {
  margin-bottom: 0;
}
.form-control.checkbox {
  border: 0 none;
  box-shadow: none;
}
.form-control.checkbox .reversed {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 25px;
}
.form-control.color-picker {
  width: 10%;
  margin-left: 10px;
}
.form-control .btn-default {
  background-color: inherit;
}
.form-control .btn-default:hover,
.form-control .btn-default:active,
.form-control .btn-default:focus {
  background-color: inherit;
}
/*
 * Horizontal form fix
 */
.form-horizontal label.checkbox {
  margin: 0;
  padding-top: 3px;
}
.form-horizontal label.checkbox input {
  width: auto;
  margin-top: 0;
  padding: 0;
}
.form-horizontal .check-group {
  padding-top: 7px;
}
.form-horizontal .check-group label {
  display: block;
  height: auto;
  font-weight: var(--font-weight-light);
  font-weight: normal;
  font-size: 14px;
}
.form-horizontal .check-group label.label-bold {
  font-weight: var(--font-weight-bold);
}
.form-horizontal .check-group label input {
  display: inline;
  width: auto;
  height: auto;
  margin-top: -3px;
  margin-right: 3px;
}
.form-horizontal .check-group table label {
  color: #6f6f6f;
}
/*
 * Navbar form
 */
#main-navbar.navbar .navbar-form {
  float: right;
  padding-top: 5px;
  padding-right: 0;
}
#main-navbar.navbar .navbar-form .btn-group {
  float: right;
  display: inline-block;
  margin: 0 0 0 10px !important;
  /* stylelint-disable-line declaration-no-important */
  width: 120px !important;
  /* stylelint-disable-line declaration-no-important */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  border: none;
}
#main-navbar.navbar .navbar-form .btn-group button {
  border: none;
  color: white;
}
#main-navbar.navbar .navbar-form .btn-group .caret {
  border-top: 6px solid white;
}
#main-navbar.navbar .navbar-form .finsit-element_select {
  float: right;
  margin: 0 0 0 10px !important;
  /* stylelint-disable-line declaration-no-important */
  width: 120px !important;
  /* stylelint-disable-line declaration-no-important */
  border: none;
}
#main-navbar.navbar .navbar-form .finsit-element_select .select-list {
  left: 0;
  right: 0;
  box-shadow: 0 6px 6px 0 #0001;
}
#main-navbar.navbar .navbar-form .dropdown-menu > li > dt > span {
  color: #747474;
}
.no-right-menu#main-navbar.navbar .navbar-form {
  margin-right: 20px;
}
@media (max-width: 768px) {
  #main-navbar.navbar .navbar-form {
    display: none;
  }
}
.agency-viewport {
  /*
   * DARK INPUTS IN FORMS
   */
}
.agency-viewport .form-text .form-group {
  margin-bottom: 5px;
}
.agency-viewport .form-text label,
.agency-viewport .form-text span {
  color: #dedede;
}
.agency-viewport label {
  color: #dedede;
}
.agency-viewport form span,
.agency-viewport .form span {
  color: #dedede;
}
@media (max-width: 480px) {
  .agency-viewport form .form-group,
  .agency-viewport .form .form-group {
    margin-bottom: 5px;
  }
}
.agency-viewport form .dropdown-menu .no-results,
.agency-viewport .form .dropdown-menu .no-results {
  background: unset;
  color: #aaaaaa;
}
.agency-viewport form .file-upload,
.agency-viewport .form .file-upload {
  margin: 0;
  padding-top: 3px;
}
.agency-viewport .form-dark {
  background-color: #616161;
  padding: 15px;
  border: 1px solid #696969;
}
.agency-viewport .form label {
  color: #dedede;
}
.agency-viewport .form-group input.form-control,
.agency-viewport .form-group textarea.form-control,
.agency-viewport .form-group .medium-editor-element.form-control {
  background-color: #3f3f3f !important;
  /* stylelint-disable-line declaration-no-important */
  color: #aaaaaa;
}
.agency-viewport .form-group:not(.has-error) input.form-control,
.agency-viewport .form-group:not(.has-error) textarea.form-control,
.agency-viewport .form-group:not(.has-error) .medium-editor-element.form-control {
  border: 1px solid #2f2f2f;
}
.agency-viewport .checkbox.form-control {
  background: none;
}
.agency-viewport .btn-default {
  background-color: #3f3f3f;
  border-color: #2f2f2f;
  color: #aaaaaa;
}
.agency-viewport .btn-default:hover {
  background-color: #3f3f3f;
  color: #aaaaaa;
  border-color: var(--brand-darker);
}
.agency-viewport .btn-default:active,
.agency-viewport .btn-default:focus {
  background-color: #3f3f3f;
  color: #aaaaaa;
}
.agency-viewport .btn-default:active:hover,
.agency-viewport .btn-default:focus:hover {
  background-color: #3f3f3f;
  color: #aaaaaa;
  border-color: var(--brand-darker);
}
.agency-viewport .input-group-addon {
  background-color: transparent;
  border: 1px solid #2f2f2f;
  color: #aaaaaa;
}
.agency-viewport .btn-group {
  background-color: inherit !important;
  /* stylelint-disable-line declaration-no-important */
}
.agency-viewport .btn-group .btn:not(.btn-primary, .btn-danger, .btn-warning) {
  background-color: #3f3f3f !important;
  /* stylelint-disable-line declaration-no-important */
  border: 1px solid #2f2f2f;
  color: #aaaaaa;
}
.agency-viewport .btn-group .btn-warning {
  background-color: #fbb450;
  border-color: #fbb450;
  color: black;
}
.agency-viewport .btn-group .btn-warning:hover {
  background-color: #f89406;
  border-color: #f89406;
}
.agency-viewport .btn-group .dropdown-menu {
  background-color: #3f3f3f;
  border: 1px solid #2f2f2f;
}
.form-save-buttons {
  padding-right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #5a5a5a;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #5a5a5a;
  background-color: #eeeeee;
  border-color: #d5d5d5;
}
.btn-default:focus,
.btn-default.focus {
  color: #5a5a5a;
  background-color: #d5d5d5;
  border-color: #959595;
}
.btn-default:hover {
  color: #5a5a5a;
  background-color: #d5d5d5;
  border-color: #b6b6b6;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #5a5a5a;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #b6b6b6;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #5a5a5a;
  background-color: #c3c3c3;
  border-color: #959595;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #eeeeee;
  border-color: #d5d5d5;
}
.btn-default .badge {
  color: #eeeeee;
  background-color: #5a5a5a;
}
.btn-primary {
  color: #fff;
  background-color: red;
  border-color: #e60000;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #cc0000;
  border-color: #660000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #cc0000;
  border-color: #a80000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #cc0000;
  background-image: none;
  border-color: #a80000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #a80000;
  border-color: #660000;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: red;
  border-color: #e60000;
}
.btn-primary .badge {
  color: red;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: orange;
  border-color: #e69500;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #cc8400;
  border-color: #664200;
}
.btn-info:hover {
  color: #fff;
  background-color: #cc8400;
  border-color: #a86d00;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #cc8400;
  background-image: none;
  border-color: #a86d00;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #a86d00;
  border-color: #664200;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: orange;
  border-color: #e69500;
}
.btn-info .badge {
  color: orange;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #a94442;
  border-color: #973d3b;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #843534;
  border-color: #3b1817;
}
.btn-warning:hover {
  color: #fff;
  background-color: #843534;
  border-color: #6b2b2a;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #843534;
  background-image: none;
  border-color: #6b2b2a;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #6b2b2a;
  border-color: #3b1817;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #a94442;
  border-color: #973d3b;
}
.btn-warning .badge {
  color: #a94442;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: red;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #b30000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/*
 * Buttons overrides
 */
/*
 * Base styles
 */
/*
 * Core styles
 */
.btn {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*
 * Special case for buttons with link class, with an icon...
 */
.btn.btn-link .icon {
  color: #747474;
  text-decoration: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.btn.btn-link .icon:hover {
  color: var(--brand-primary);
}
/*
 * Right aligned block button
 */
.btn-block-text-right {
  padding: 6px 12px !important;
  /* stylelint-disable-line declaration-no-important */
  text-align: right !important;
  /* stylelint-disable-line declaration-no-important */
}
.caret-left {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 12px;
  margin-left: -6px;
  vertical-align: middle;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid;
  border-left: 6px solid transparent;
  content: "";
}
.btn-pres {
  color: white;
  background-color: #00a0de;
  border-color: #008ec5;
}
.btn-pres:focus,
.btn-pres.focus {
  color: white;
  background-color: #007bab;
  border-color: #003245;
}
.btn-pres:hover {
  color: white;
  background-color: #007bab;
  border-color: #006287;
}
.btn-pres:active,
.btn-pres.active,
.open > .dropdown-toggle.btn-pres {
  color: white;
  background-color: #007bab;
  background-image: none;
  border-color: #006287;
}
.btn-pres:active:hover,
.btn-pres.active:hover,
.open > .dropdown-toggle.btn-pres:hover,
.btn-pres:active:focus,
.btn-pres.active:focus,
.open > .dropdown-toggle.btn-pres:focus,
.btn-pres:active.focus,
.btn-pres.active.focus,
.open > .dropdown-toggle.btn-pres.focus {
  color: white;
  background-color: #006287;
  border-color: #003245;
}
.btn-pres.disabled:hover,
.btn-pres[disabled]:hover,
fieldset[disabled] .btn-pres:hover,
.btn-pres.disabled:focus,
.btn-pres[disabled]:focus,
fieldset[disabled] .btn-pres:focus,
.btn-pres.disabled.focus,
.btn-pres[disabled].focus,
fieldset[disabled] .btn-pres.focus {
  background-color: #00a0de;
  border-color: #008ec5;
}
.btn-pres .badge {
  color: #00a0de;
  background-color: white;
}
.btn-navbar {
  color: white;
  background-color: #007bab;
  border-color: #007bab;
}
.btn-navbar:focus,
.btn-navbar.focus {
  color: white;
  background-color: #005678;
  border-color: #001f2c;
}
.btn-navbar:hover {
  color: white;
  background-color: #005678;
  border-color: #004f6e;
}
.btn-navbar:active,
.btn-navbar.active,
.open > .dropdown-toggle.btn-navbar {
  color: white;
  background-color: #005678;
  background-image: none;
  border-color: #004f6e;
}
.btn-navbar:active:hover,
.btn-navbar.active:hover,
.open > .dropdown-toggle.btn-navbar:hover,
.btn-navbar:active:focus,
.btn-navbar.active:focus,
.open > .dropdown-toggle.btn-navbar:focus,
.btn-navbar:active.focus,
.btn-navbar.active.focus,
.open > .dropdown-toggle.btn-navbar.focus {
  color: white;
  background-color: #003d54;
  border-color: #001f2c;
}
.btn-navbar.disabled:hover,
.btn-navbar[disabled]:hover,
fieldset[disabled] .btn-navbar:hover,
.btn-navbar.disabled:focus,
.btn-navbar[disabled]:focus,
fieldset[disabled] .btn-navbar:focus,
.btn-navbar.disabled.focus,
.btn-navbar[disabled].focus,
fieldset[disabled] .btn-navbar.focus {
  background-color: #007bab;
  border-color: #007bab;
}
.btn-navbar .badge {
  color: #007bab;
  background-color: white;
}
/*
 * Alternate buttons
 *No border-radius on menu-toggler
 */
.menu-toggler {
  -webkit-border-radius: 0;
  /* stylelint-disable-line declaration-no-important, parseError: false */
  -moz-border-radius: 0;
  /* stylelint-disable-line declaration-no-important, parseError: false */
  border-radius: 0;
  /* stylelint-disable-line declaration-no-important, parseError: false */
}
/*
 * Buttons responsive
 */
/*
 *.btn-size(@size) when (@size = xs) {
 *  .btn-xs();
 *}
 *.btn-size(@size) when (@size = sm) {
 *  .btn-sm();
 *}
 *.btn-size(@size) when (@size = md) {
 *  .btn-md();
 *}
 *.btn-size(@size) when (@size = lg) {
 *  .btn-lg();
 *}
 */
/*
 * Disabled button in admin body
 */
.admin-body .btn-disabled {
  color: #888888;
  background-color: #cdcdcd;
  border-color: #cccccc;
  filter: alpha(opacity=100);
  opacity: 1;
}
.admin-body .btn-disabled .caret {
  border-top-color: #888888;
}
.admin-body .btn-disabled:hover,
.admin-body .btn-disabled:focus,
.admin-body .btn-disabled:active,
.admin-body .btn-disabled.active,
.open .dropdown-toggle.admin-body .btn-disabled {
  color: #888888;
  background-color: #c0c0c0;
  border-color: #bfbfbf;
}
.admin-body .btn-disabled:active,
.admin-body .btn-disabled.active,
.open .dropdown-toggle.admin-body .btn-disabled {
  background-image: none;
}
.admin-body .btn-disabled.disabled,
.admin-body .btn-disabled[disabled],
fieldset[disabled] .admin-body .btn-disabled,
.admin-body .btn-disabled.disabled:hover,
.admin-body .btn-disabled[disabled]:hover,
fieldset[disabled] .admin-body .btn-disabled:hover,
.admin-body .btn-disabled.disabled:focus,
.admin-body .btn-disabled[disabled]:focus,
fieldset[disabled] .admin-body .btn-disabled:focus,
.admin-body .btn-disabled.disabled:active,
.admin-body .btn-disabled[disabled]:active,
fieldset[disabled] .admin-body .btn-disabled:active,
.admin-body .btn-disabled.disabled.active,
.admin-body .btn-disabled[disabled].active,
fieldset[disabled] .admin-body .btn-disabled.active {
  background-color: #cdcdcd;
  border-color: #cccccc;
}
/*
 * Admin buttons
 */
.btn-admin {
  background-color: #222222;
  border: 1px solid #565656;
  padding: 10px;
  color: #00a0de;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-admin:hover {
  color: white;
  background-color: #1f1f1f;
}
.btn-admin:hover span.fp-go-to-presentation {
  /* highlight on-hover */
  background-image: url("/Client/img/button-go-to-presentation-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-admin:hover span.fp-go-to-presentation {
    background-image: url("/Client/img/button-go-to-presentation-hover@2x.png");
    background-size: 40px 22px;
  }
}
.btn-admin span.fp-go-to-presentation {
  display: inline-block;
  height: 22px;
  padding-left: 45px;
  /* icon width + 5px-margin */
  line-height: 22px;
  background-image: url("/Client/img/button-go-to-presentation.png");
  background-size: 40px 22px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-admin span.fp-go-to-presentation {
    background-image: url("/Client/img/button-go-to-presentation@2x.png");
    background-size: 40px 22px;
  }
}
.btn-admin-default {
  color: #5a5a5a;
  background-color: #eeeeee;
  border-color: #d5d5d5;
  background-color: #bfbfbf;
  border-color: #2f2f2f;
}
.btn-admin-default:focus,
.btn-admin-default.focus {
  color: #5a5a5a;
  background-color: #d5d5d5;
  border-color: #959595;
}
.btn-admin-default:hover {
  color: #5a5a5a;
  background-color: #d5d5d5;
  border-color: #b6b6b6;
}
.btn-admin-default:active,
.btn-admin-default.active,
.open > .dropdown-toggle.btn-admin-default {
  color: #5a5a5a;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #b6b6b6;
}
.btn-admin-default:active:hover,
.btn-admin-default.active:hover,
.open > .dropdown-toggle.btn-admin-default:hover,
.btn-admin-default:active:focus,
.btn-admin-default.active:focus,
.open > .dropdown-toggle.btn-admin-default:focus,
.btn-admin-default:active.focus,
.btn-admin-default.active.focus,
.open > .dropdown-toggle.btn-admin-default.focus {
  color: #5a5a5a;
  background-color: #c3c3c3;
  border-color: #959595;
}
.btn-admin-default.disabled:hover,
.btn-admin-default[disabled]:hover,
fieldset[disabled] .btn-admin-default:hover,
.btn-admin-default.disabled:focus,
.btn-admin-default[disabled]:focus,
fieldset[disabled] .btn-admin-default:focus,
.btn-admin-default.disabled.focus,
.btn-admin-default[disabled].focus,
fieldset[disabled] .btn-admin-default.focus {
  background-color: #eeeeee;
  border-color: #d5d5d5;
}
.btn-admin-default .badge {
  color: #eeeeee;
  background-color: #5a5a5a;
}
.btn-admin-default .finsit-element_icon-and-text {
  --text-color: white;
}
.btn-admin-default:hover {
  background-color: #626262;
  color: #f6f6f6;
  border-color: #2f2f2f;
}
.btn-admin-default.active {
  background-color: #5a5a5a;
  color: #eeeeee;
  border-color: #2f2f2f;
}
.btn-default .finsit-element_icon-and-text {
  --text-color: white;
}
.file-upload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-bar {
  display: flex;
  gap: 8px;
  margin: 16px 0;
}
.btn-bar .btn {
  flex-grow: 1;
}
.btn-primary {
  --btn-primary-border: hsl(var(--highlight-color-h), var(--highlight-color-s), calc(var(--highlight-color-l) - 5%));
  color: #fff;
  background-color: var(--brand-primary);
  border-color: var(--btn-primary-border);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: hsl(var(--highlight-color-h), var(--highlight-color-s), calc(var(--highlight-color-l) - 8%));
  border-color: hsl(var(--highlight-color-h), var(--highlight-color-s), calc(var(--highlight-color-l) - 17%));
}
.btn-primary:hover:hover,
.btn-primary:focus:hover,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open .dropdown-toggle.btn-primary:hover,
.btn-primary:hover:focus,
.btn-primary:focus:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open .dropdown-toggle.btn-primary:focus {
  color: #fff;
  background-color: hsl(var(--highlight-color-h), var(--highlight-color-s), calc(var(--highlight-color-l) - 8%));
  border-color: hsl(var(--highlight-color-h), var(--highlight-color-s), calc(var(--highlight-color-l) - 17%));
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: var(--brand-primary);
  border-color: var(--btn-primary-border);
}
.btn-primary .finsit-element_icon-and-text {
  --text-color: white;
}
.btn-link {
  color: var(--brand-primary);
}
.btn-link:hover,
.btn-link:focus {
  color: hsl(var(--highlight-color-h), var(--highlight-color-s), calc(var(--highlight-color-l) - 15%));
}
.btn-default:hover {
  border-color: var(--brand-primary);
}
/*
 * Components
 */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/Client/public/bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("/Client/public/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/Client/public/bootstrap/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/Client/public/bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/Client/public/bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/Client/public/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 6px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #747474;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: red;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 6px dashed;
  border-bottom: 6px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 481px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/*
 * Dropdown overrides
 */
.dropup,
.navbar-fixed-bottom .dropdown {
  /*
   * Reverse the caret
   */
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  /*
     * Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once this
     * gets fixed, restore `border-top: 0;`.
     */
  border-bottom: 6px solid #000;
}
.done-button {
  float: left;
  display: block;
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: var(--right-menu-padding) var(--right-menu-padding) calc(var(--right-menu-padding) / 2) var(--right-menu-padding);
}
.done-button.done-button-dropup {
  border-top: none;
  border-bottom: 1px solid #dddddd;
  padding: calc(var(--right-menu-padding) / 2) var(--right-menu-padding) var(--right-menu-padding) var(--right-menu-padding);
  margin-bottom: 10px;
}
/*
 * Align icons in dropdown menus
 */
.dropdown-menu {
  z-index: 1035;
  /* Smaller than right and left navigation, bigger than top bar */
  /*
  * Add hover and focus theme colors
  */
}
.dropdown-menu .active a,
.dropdown-menu .active a:hover,
.dropdown-menu .active a:focus {
  background-color: var(--brand-primary);
}
.dropdown-menu li {
  /*
  * Add hover and focus theme colors
  */
}
.dropdown-menu li .fa,
.dropdown-menu li .fas,
.dropdown-menu li .far,
.dropdown-menu li .fab {
  width: 1em;
  text-align: center;
  font-size: 0.9em;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background-color: var(--brand-primary);
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 8px 8px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 8px 8px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.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-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/*
 * Button groups overrides
 */
.btn-group a.btn.btn-primary:hover,
.btn-group a.btn.btn-primary:active,
.btn-group a.btn.btn-primary.active {
  background-color: var(--brand-primary);
  color: white;
  border-color: var(--brand-darker);
}
.btn-group a.btn.btn-primary .btn:last-child {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.btn-group a.btn.btn-primary .btn:first-child {
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.btn-group-round-corners .btn:last-child {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.btn-group-round-corners .btn:first-child {
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
/*
 * Icon button group
 */
.icon-btn-group {
  border: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.icon-btn-group .btn:first-child {
  border: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.icon-btn-group .btn:last-child {
  border: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.icon-btn-group .btn {
  border-top: none !important;
  /* stylelint-disable-line declaration-no-important */
  border-bottom: none !important;
  /* stylelint-disable-line declaration-no-important */
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.btn-toolbar .btn-primary {
  float: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/*
 * Input groups additional
 */
.input-group-addon .glyphicon,
.input-group-addon .icon {
  margin-right: 5px;
  margin-left: 5px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: red;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 481px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 481px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: red;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 481px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 481px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*
 * Navs overrides
 */
.nav-tabs {
  /*
   *remove border-radius
   */
}
.nav-tabs li a {
  -webkit-border-radius: 0;
  /* stylelint-disable-line declaration-no-important, parseError: false */
  -moz-border-radius: 0;
  /* stylelint-disable-line declaration-no-important, parseError: false */
  border-radius: 0;
  /* stylelint-disable-line declaration-no-important, parseError: false */
}
.tab-pane:before,
.tab-pane:after {
  display: table;
  content: " ";
}
.tab-pane:after {
  clear: both;
}
.tab-pane:before,
.tab-pane:after {
  display: table;
  content: " ";
}
.tab-pane:after {
  clear: both;
}
.card-tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: none;
}
.card-tabs li {
  float: none;
  display: table-cell;
  width: 100%;
  border-bottom: 1px #dddddd solid;
  text-align: center;
}
.card-tabs li.active {
  border-bottom: 1px white;
}
/*
 * navbar in admin
 */
#admin-navbar {
  top: 60px;
  background: #00a0de;
  height: 60px;
  margin-bottom: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  /*
   *ADDED margin to icons in header
   */
}
@media (max-width: 768px) {
  #admin-navbar {
    top: 50px;
    display: none;
  }
  .administrate-company-body #admin-navbar {
    display: block;
  }
}
#admin-navbar h1 {
  color: white;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #admin-navbar .header-icon {
    margin-top: 0;
  }
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 481px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 481px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 481px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 481px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 481px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 481px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 481px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 481px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 480px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 481px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 481px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 480px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 481px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 481px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 481px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 480px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 480px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: red;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #b30000;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: red;
  border-color: red;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: red;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #cc0000;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: orange;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #cc8400;
}
.label-warning {
  background-color: #a94442;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #843534;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
/*
 * Labels additional
 */
.select-label {
  position: absolute;
  right: -1000px;
  margin-top: 2px;
}
.dropdown-menu.open ul li a .select-label {
  right: 10px;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 0;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: red;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
/*
 * Badges overrides
 */
/*
 * Base classes
 */
.badge {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  padding: 4px 8px;
  font-weight: normal;
  vertical-align: middle;
}
/*
 * Hover state, but only for links
 */
a.badge:hover,
a.badge:focus {
  background-color: #b30000;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 3px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 481px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: red;
}
.thumbnail .caption {
  padding: 9px;
  color: #747474;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert {
  -webkit-border-radius: 0;
  /* stylelint-disable-line declaration-no-important, parseError: false */
  -moz-border-radius: 0;
  /* stylelint-disable-line declaration-no-important, parseError: false */
  border-radius: 0;
  /* stylelint-disable-line declaration-no-important, parseError: false */
}
.alert .close {
  padding-right: 5px;
}
.alert-content-trigger {
  cursor: pointer;
}
.alert-content p {
  border-top: 1px solid #dedede;
  color: #4f4f4f !important;
  /* stylelint-disable-line declaration-no-important */
  padding-top: 5px;
  margin-top: 5px;
}
.alert-content p span {
  color: #4f4f4f !important;
  /* stylelint-disable-line declaration-no-important */
  font-weight: bold;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: white;
  text-align: center;
  background-color: red;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: orange;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #a94442;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-admin-form {
  height: 29.7px;
  margin-bottom: 6px;
  -webkit-border-radius: 0;
  /* stylelint-disable-line declaration-no-important, parseError: false */
  -moz-border-radius: 0;
  /* stylelint-disable-line declaration-no-important, parseError: false */
  border-radius: 0;
  /* stylelint-disable-line declaration-no-important, parseError: false */
}
.progress-bar-admin-form-done {
  background-color: #c2810a;
}
.progress-striped .progress-bar-admin-form-done {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-stripped {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.progress-stacked .progress-bar {
  float: left;
  height: 30px;
}
.progress.progress-stacked .progress-bar.progress-bar-secondary {
  background-color: #ecae5e;
}
.inline-progress {
  white-space: nowrap;
  margin: 0 5px;
  width: 70px;
  font-size: 13px;
  line-height: 30px;
  font-weight: var(--font-weight-light);
}
.progress .inline-progress {
  color: var(--brand-primary);
  float: left;
  margin-top: 0;
}
.progress-bar {
  background-color: var(--brand-primary);
}
.progress-bar .inline-progress {
  color: white;
  float: right;
}
.progress-bar.progress-closed {
  text-align: center;
  background-color: #4a4a4a;
}
.progress-bar.progress-closed .inline-progress {
  float: none;
  display: block;
  width: 100%;
  text-align: center;
}
.help-block .progress {
  margin-bottom: 0;
  max-width: 150px;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: red;
  border-color: red;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffcccc;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #f8f8f8;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: red;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: red;
  border-color: red;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: red;
}
.panel-primary > .panel-heading .badge {
  color: red;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: red;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
/*
 * Panels overrides
 */
/*
 * Base class
 */
.panel {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  /* stylelint-disable-line declaration-no-important, parseError: false */
  -moz-border-radius: 0;
  /* stylelint-disable-line declaration-no-important, parseError: false */
  border-radius: 0;
  /* stylelint-disable-line declaration-no-important, parseError: false */
  /* remove border-radius */
}
.panel.fp-example {
  background-color: white;
}
.panel-title {
  padding-bottom: 5px;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.panel-heading h2 a {
  color: inherit;
  text-decoration: none;
}
/*
 * Panel contents
 */
.panel-body {
  padding: 10px;
}
/*
 * No topborder on panels panel-body inside other panels panel-body.
 */
.panel .panel-body .panel .panel-body {
  border-top: none !important;
  /* stylelint-disable-line declaration-no-important */
}
/*
 * Custom panel variants
 */
.panel-body-white {
  background-color: white;
}
/*
 * not sure if used anymore?
 */
.panel-inherit {
  background-color: inherit;
  border: none !important;
  /* stylelint-disable-line declaration-no-important */
}
/*
 * not sure if used anymore?
 */
.panel-body-inherit {
  background-color: inherit;
  border-color: inherit;
  border-top: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
/*
 * Components w/ JavaScript
 */
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 481px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 769px) {
  .modal-lg {
    width: 900px;
  }
}
/*
 * Modals overrides
 */
body.modal-open,
.modal-open .navbar-fixed-top {
  margin-right: 0;
}
.modal.fade {
  overflow-y: hidden;
}
.modal-dialog {
  height: 90vh;
}
@media (min-width: 992px) {
  .modal-dialog.wide {
    width: 1000px;
  }
}
.modal-dialog.feature-description-dialog .modal-content {
  background-color: #363636;
  color: #dedede;
}
.modal-dialog.feature-description-dialog .modal-content .modal-header {
  border-bottom: 1px solid #2b2b2b;
}
.modal-dialog.feature-description-dialog .modal-content .modal-header h3 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1.2px;
  text-align: center;
}
.modal-dialog.feature-description-dialog .modal-content .modal-footer {
  border-top: 1px solid #2b2b2b;
}
.modal-dialog.feature-description-dialog .modal-content .modal-title {
  text-align: center;
}
.modal-dialog.feature-description-dialog .modal-content .columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
}
.modal-dialog.feature-description-dialog .modal-content .columns h3 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1.2px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}
.modal-dialog.feature-description-dialog .modal-content .columns h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
.modal-dialog.feature-description-dialog .modal-content .columns .left-column {
  grid-column: 1;
  margin: 0 20px;
}
.modal-dialog.feature-description-dialog .modal-content .columns .left-column img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.modal-dialog.feature-description-dialog .modal-content .columns .right-column {
  grid-column: 1;
  margin: 0 20px;
}
.modal-content {
  max-height: 100%;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  border-radius: 10px;
  background-color: var(--modal-background-color, white);
  color: var(--modal-color, #747474);
}
.admin-body .modal-content {
  /* Admin pages modals */
  background-color: #2f2f2f;
}
.admin-body .modal-content .modal-header {
  border-bottom: 1px solid #2b2b2b;
  color: #dedede;
}
.admin-body .modal-content .modal-header h3 {
  padding-top: 13px;
  display: inline;
}
.admin-body .modal-content .modal-header input {
  margin-top: 3px;
}
.admin-body .modal-content .modal-header .close {
  color: white;
  text-shadow: 0 1px 0 black;
  opacity: 0.4;
}
.admin-body .modal-content .modal-header .close:hover {
  opacity: 0.9;
}
.admin-body .modal-content .modal-body {
  background-color: #363636;
  color: #dedede;
  border-bottom: 1px solid #2b2b2b;
}
.admin-body .modal-content .modal-body table tr td {
  border-top: none;
  border-bottom: 1px solid #454545;
}
.admin-body .modal-content .modal-footer {
  border-top: none;
}
.modal-content .modal-body {
  flex-grow: 3;
}
.modal-content .modal-footer {
  border-top: 0;
  margin-top: 0;
}
.modal-content .modal-wk-header {
  margin-top: 3.5rem;
}
.modal-content .modal-header {
  min-height: auto;
  border-bottom: 0;
  text-align: center;
  padding: 35px;
  position: relative;
}
.modal-content .modal-header a {
  color: var(--modal-color, #747474);
}
.modal-content .modal-header .close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal-content .modal-header h3 {
  margin: 0;
  font-weight: bold;
  font-size: 2rem;
}
.modal-content .modal-header h6.subtitle {
  font-size: 1rem;
}
.modal-content.edit-values {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  min-height: 300px;
}
.modal-content.edit-values .modal-header {
  min-height: auto;
}
.modal-content.edit-values .modal-body {
  overflow-y: auto;
}
.info-modal {
  font-size: 16px;
}
.info-modal .modal-header {
  font-size: 2em;
}
.info-modal .summary {
  font-size: 1.1em;
  font-weight: 500;
  margin: 0 0 1em;
}
.info-modal .panel-group .panel {
  background-color: transparent;
  border: none;
}
.info-modal .panel-group .panel .panel-heading {
  background: transparent;
  padding: 0;
  border: none;
  margin: 0;
}
.info-modal .panel-group .panel .panel-heading .panel-title {
  cursor: pointer;
  font-family: inherit;
  font-size: 1.1em;
  margin: 0;
  padding: 1em;
  color: white;
  background-color: var(--brand-info);
}
.info-modal .panel-group .panel.collapsed .panel-heading .panel-title {
  background-color: #eeeeee;
  color: #a7a7a7;
  border-color: #eeeeee;
}
.info-modal .panel-group .panel.collapsed .panel-heading .panel-title:hover {
  color: white;
  background-color: var(--brand-info);
  border-color: var(--brand-info);
}
.info-modal .panel-group .panel .panel-body {
  border: 1px solid #bce8f1;
  padding: 1em;
  background: #eef7fb;
  color: #31708f;
}
.dark-dialog {
  background-color: #2d2d2d;
  color: #dddddd;
}
.dark-dialog .modal-header a {
  color: #dddddd;
}
.dark-dialog finsit-text,
.dark-dialog li {
  --text-color: #dddddd;
}
/*
 * Scale up the modal
 */
@media screen and (min-width: 482px) {
  .modal-dialog {
    width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 300px;
  padding: 1px;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #8a8a8a;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #8a8a8a;
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #8a8a8a;
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #8a8a8a;
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #8a8a8a;
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #999999;
  border-bottom: 1px solid #8c8c8c;
  border-radius: 2px 2px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
/*
 * Popovers overrides
 */
.popover {
  border-radius: 3px;
  padding: 0;
  z-index: 10000;
}
.popover.no-arrow .arrow {
  display: none;
}
#main-navbar.navbar .popover {
  color: #747474;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  /* IE8 fallback */
  border-bottom-color: #8a8a8a;
  top: -11px;
}
.popover.bottom .arrow::after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #999999;
}
.admin-body .popover {
  background-color: #363636;
  color: #dedede;
}
.admin-body .popover.top .arrow::after {
  border-top-color: #363636;
}
.admin-body .popover.top .arrow {
  border-top-color: #bbbbbb;
}
.popover .footer {
  padding: 0 14px 14px;
}
.popover .setting-block {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .popover {
    right: 10px !important;
    /* stylelint-disable-line declaration-no-important */
    left: 10px !important;
    /* stylelint-disable-line declaration-no-important */
    max-width: none;
  }
}
.popover-title {
  font-size: 20px;
  padding: 14px;
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  border-bottom: 1px solid #8a8a8a;
  border-radius: 0;
}
.popover-content {
  padding: 14px;
}
.popover-content dl {
  min-width: 250px;
  padding: 0 10px;
  margin: 10px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  align-items: center;
  row-gap: 10px;
}
.popover-content dl dt {
  width: initial;
  text-align: left;
}
.popover-content dl dd {
  margin-left: 0;
}
.popover-divider {
  height: 1px;
  background-color: #e5e5e5;
  margin: 14px -14px;
}
.popover-condensed .popover-content {
  max-height: 102px;
  overflow-y: auto;
  padding: 4px;
}
@media (max-width: 480px) {
  .popover-condensed .popover-content {
    max-height: 86px;
  }
}
@media (max-width: 480px) {
  .popover-condensed .footer {
    padding-bottom: 8px;
  }
}
.popover-condensed .popover-divider {
  margin-top: 0;
}
@media (max-width: 480px) {
  .popover-condensed .popover-divider {
    margin-bottom: 8px;
  }
}
/*
 * Popover overlay
 *
 */
#popover-overlay {
  display: none;
}
/*
 * Media queries
 *
 */
@media (max-width: 480px) {
  .popover {
    position: fixed !important;
    /* stylelint-disable-line declaration-no-important */
    inset: 49px 0 0 0 !important;
    /* stylelint-disable-line declaration-no-important */
    margin: 0 !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .popover .arrow {
    display: none;
  }
  .popover .footer {
    position: fixed;
    inset: auto 0 0 0;
  }
  #popover-overlay {
    position: fixed;
    inset: 0;
    z-index: 9990;
    background: rgba(0, 0, 0, 0.5);
  }
}
/*
 * Themes
 *
 */
.popover.dark {
  --text-color: white;
  background-color: #747474;
  border-color: #747474;
  color: var(--text-color);
}
.popover.dark .popover-title {
  background-color: #5a5a5a;
  border: none;
}
.popover.dark .footer {
  background-color: #5a5a5a;
}
.popover.dark .popover-divider {
  background: transparent;
}
.popover.dark.left {
  border-color: #555555;
}
.popover.dark.left .arrow {
  border-left-color: #555555;
}
.popover.dark.left .arrow::after {
  border-left-color: #747474;
}
/*
 * Utility classes
 */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.section:before,
.section:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.section:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 480px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 480px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 993px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 993px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 993px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 993px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 993px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 * Responsive utilities
 * -------------------------
 */
/*
 * Hide
 */
@media (max-width: 992px) {
  .hide-lg {
    /* @screen-lg */
    display: none;
  }
}
@media (max-width: 768px) {
  .hide-md {
    /* @screen-md */
    display: none;
  }
}
@media (max-width: 480px) {
  .hide-sm {
    /* @screen-sm */
    display: none;
  }
}
@media (max-width: 480px) {
  .hide-xs {
    /* @screen-xs */
    display: none;
  }
}
/*
 * Show
 */
/* .show-lg {
  @media(min-width: @screen-lg) { //@screen-lg
    .hide
  }
}

.show-md {
  @media(min-width: @screen-md) { //@screen-md
    .hide
  }
}

.show-sm {
  @media(min-width: @screen-sm) { //@screen-sm
    .hide
  }
}

.show-xs {
  @media(min-width: @screen-xs) { //@screen-xs
    .hide
  }
} */
.show-lg {
  display: none;
}
@media (max-width: 992px) {
  .show-lg {
    /* @screen-lg */
    display: initial;
  }
}
.show-md {
  display: none;
}
@media (max-width: 768px) {
  .show-md {
    /* @screen-md */
    display: initial;
  }
}
.show-sm {
  display: none;
}
@media (max-width: 480px) {
  .show-sm {
    /* @screen-sm */
    display: initial;
  }
}
.show-ipad {
  display: none;
}
@media (max-width: 481px) {
  .show-ipad {
    display: initial;
  }
}
.show-xs {
  display: none;
}
@media (max-width: 480px) {
  .show-xs {
    /* @screen-xs */
    display: initial;
  }
}
@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
/*
 * External Libraries
 */
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/*
 * FP Layout styles
 */
/*
 * Everything that affects the layout of the site is imported here
 * See comment for each section for guidance
 */
/*
 * Body and HTML styles
 *
 */
/*
 * Body and HTML styles
 */
body,
html {
  height: 100%;
}
body {
  overflow-y: hidden;
}
body.dark {
  background-color: #2f2f2f;
}
body .scrollable {
  overflow-y: scroll;
  height: -webkit-fill-available;
}
.modal-open {
  overflow: auto !important;
  /* stylelint-disable-line declaration-no-important */
}
/*
 * Page and content wrapping
 *
 */
/*
 * The wrap
 */
#outer-wrapper {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
body.has-wk-header.is-forecast-document #viewport {
  margin-top: 0.8rem;
}
#viewport {
  position: fixed;
  inset: 60px 0 0 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 20px 0 20px;
}
#viewport.leftmenu-sm-out {
  left: 59px;
}
#viewport.leftmenu-lg-out {
  left: 220px;
}
#viewport.rightmenu {
  right: 230px;
}
#viewport.rightmenu.wide-rightmenu {
  right: 290px;
}
#viewport.wk-header {
  margin-top: 3.5rem;
}
#viewport.wk-header.fits-document {
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  #viewport {
    top: 50px;
  }
  #viewport.leftmenu-sm-out {
    left: 0;
  }
  #viewport.leftmenu-lg-out {
    position: fixed;
    left: 0;
  }
  #viewport.rightmenu {
    position: fixed;
    right: 230px;
    left: -230px;
  }
}
@media (max-width: 768px) and screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  #viewport {
    position: relative;
    /*
       * Scroll fix for iOS as explained here: http://cantina.co/thought_leadership/ios-5-native-scrolling-grins-and-gothcas/
       */
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.admin-body #viewport,
.import-body #viewport {
  top: 120px;
}
@media (max-width: 768px) {
  .admin-body #viewport,
  .import-body #viewport {
    top: 50px;
  }
}
.no-navbar #viewport {
  top: 30px;
}
@media (max-width: 768px) {
  .administrate-company-body #viewport,
  .import-body #viewport {
    top: 110px;
  }
}
@media (width: 768px) {
  .administrate-company-body #viewport,
  .import-body #viewport {
    top: 120px;
  }
}
.no-admin-navbar #viewport {
  top: 60px;
}
/*
 * The navbar and its content
 *
 */
/*
 * Main navbar styles
 */
#main-navbar.navbar {
  background-color: #00a0de;
  color: white;
  padding-left: 0;
  padding-right: 0;
  height: 60px;
  border: none;
  /*
   * in agency, we want the title aligned left.
   * we also want the padding to be the same, all the time.
   */
}
#main-navbar.navbar ul.dropdown-menu {
  text-align: left !important;
  /* stylelint-disable-line declaration-no-important */
  font-family: "Fira Sans", Helvetica, Arial, sans-serif !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (max-width: 768px) {
  #main-navbar.navbar {
    height: 50px;
    min-height: 50px;
    text-align: center;
  }
}
#main-navbar.navbar #brand-name {
  position: absolute;
  left: 60px;
  right: 330px;
  overflow: hidden;
  max-height: 60px;
}
@media (max-width: 768px) {
  #main-navbar.navbar #brand-name {
    margin-top: 2px;
    text-align: left;
    right: 60px;
  }
}
#main-navbar.navbar #brand-name h1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 0 0 18px;
  font-weight: 700;
  font-size: 18px;
  /* 24px */
  line-height: 60px;
  text-transform: none;
  color: white;
  margin-right: 15px;
}
#main-navbar.navbar #brand-name h1 span {
  font-weight: 200;
}
#main-navbar.navbar #brand-name h1 span.label {
  margin-left: 8px;
}
@media (max-width: 768px) {
  #main-navbar.navbar #brand-name h1 {
    margin: 0;
    font-size: 16px;
    line-height: 50px;
  }
}
#main-navbar.navbar.agency-header .mobile-header-title {
  float: none;
  width: 100%;
  text-align: left;
  padding-left: 60px;
  margin: 0;
}
.leftmenu-lg-out #main-navbar.navbar.agency-header .mobile-header-title {
  padding-left: 20px;
}
.leftmenu-sm-out #main-navbar.navbar.agency-header .mobile-header-title {
  padding-left: 0;
}
.no-leftmenu-toggler #main-navbar.navbar .show-sm.mobile-header-title {
  padding-left: 20px;
}
#main-navbar.navbar .close-button {
  float: right;
  margin-right: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  #main-navbar.navbar .close-button {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
@media (max-width: 768px) {
  #main-navbar.navbar .close-button {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
}
body .navbar.modal-wk-header#main-navbar {
  background-color: transparent !important;
  /* stylelint-disable-line declaration-no-important */
  box-shadow: none;
  border: none;
}
body .navbar.modal-wk-header#main-navbar #brand-name h1 {
  color: #232323;
}
body .navbar.modal-wk-header#main-navbar #rightmenu-toggler {
  filter: invert(1) grayscale(1) brightness(0.5);
  -webkit-filter: invert(1);
  -moz-filter: invert(1);
  -ms-filter: invert(1);
}
/*
 * Collapsed navbar on viewport scroll
 */
.header {
  transition: all ease-in 2s;
}
@media (min-width: 769px) {
  .navbar-collapsed #main-navbar.navbar {
    display: none;
  }
  .navbar-collapsed #viewport {
    top: 60px;
  }
  .navbar-collapsed #admin-navbar {
    top: 0;
  }
  .header {
    background-color: #00a0de;
    min-height: 60px;
  }
  #viewport,
  #admin-navbar {
    transition: top 0.2s ease-in;
  }
  #admin-navbar {
    min-height: 0;
  }
}
#alertarea,
#alertarea-mobile {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 201;
}
#alertarea .alert,
#alertarea-mobile .alert {
  margin-bottom: 0;
  padding: 10px;
}
#alertarea .alert-info,
#alertarea-mobile .alert-info {
  --theme-button-text-color: #00a4c1;
  opacity: 0.9;
}
#alertarea .alert-info li,
#alertarea-mobile .alert-info li {
  padding: 2px;
}
#alertarea {
  left: 219px;
  top: 60px;
}
.leftmenu-sm-out #alertarea {
  left: 59px;
}
#alertarea .close-alert {
  padding: 2px 0 0 0;
  border-color: transparent;
  background-color: transparent;
}
#alertarea-mobile {
  top: 50px;
}
.leftmenu-lg-out #alertarea-mobile {
  left: 220px;
}
.agency-viewport #alertarea {
  top: 120px;
  transition: top 0.2s ease-in;
}
.agency-viewport.scrolling #alertarea {
  top: 60px;
}
.external-viewport #alertarea {
  top: 120px;
  left: 0;
}
/* move the brandname when toggling the leftmenu and when hovering over the overview menu item */
body:has(.leftmenu-container.pds-menu.ps:not(.lm-small)) #main-navbar.navbar #brand-name,
body:has(
  .leftmenu-container.pds-menu.lm-small
    ul.leftmenu
    .lm-li-item
    a.menu-overview-lg:hover
) #main-navbar.navbar #brand-name {
  transform: translateX(160px);
  transition: 0.2s width ease-in;
}
/*
 * Modal overrides
 */
/*
 * Bootstrap overrides.
 */
/*
 * Make sure the modals have a z-index higher than anything else we have in the application
 */
.modal-backdrop {
  z-index: 1051;
}
.modal {
  z-index: 1052;
}
@media (max-width: 480px) {
  .modal .modal-content .modal-body .feature-description {
    display: flex;
    flex-direction: column;
  }
  .modal .modal-content .modal-body .feature-description .right-column {
    margin-top: 20px;
  }
}
.modal-options {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.modal-options .modal-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.modal-options .modal-option h3 {
  font-weight: bold;
  margin: 0;
}
/*
 * Full page overlay
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page-overlay {
  z-index: 1000000;
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.page-overlay.translucent {
  background: #00000044;
}
.page-overlay:not(.translucent) {
  background: #f0f0f0;
}
.page-overlay.fade-in {
  animation: fade-in 0.4s forwards;
}
.page-overlay.fade-out {
  animation: fade-out 0.4s forwards;
}
.pdf-export-overlay-contents .teaser {
  text-align: center;
  color: var(--brand-primary);
  font-size: 5em;
  margin-bottom: 0.2em;
}
.pdf-export-overlay-contents .teaser i {
  margin: 20px;
}
/*
 * The menus
 *
 */
/*
 * Right menu styles
 */
/* Note that the right menu isn't yet a module, like the left menu
   but it should be, and when it happens, the LESS should reside in the right place... */
body.has-wk-header #rightmenu-container {
  top: 7.25rem;
}
#rightmenu-container {
  width: 230px;
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  padding: 0;
  background-color: #747474;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 200;
  display: none;
}
#rightmenu-container.wide {
  width: 290px;
}
@media (max-width: 768px) {
  #rightmenu-container {
    top: 50px;
  }
}
#right-menu {
  width: 100%;
  color: #cccccc;
}
#right-menu #mobile-user-info-section {
  padding-bottom: var(--right-menu-padding);
}
#right-menu #mobile-user-info-section:before,
#right-menu #mobile-user-info-section:after {
  display: table;
  content: " ";
}
#right-menu #mobile-user-info-section:after {
  clear: both;
}
#right-menu #mobile-user-info-section:before,
#right-menu #mobile-user-info-section:after {
  display: table;
  content: " ";
}
#right-menu #mobile-user-info-section:after {
  clear: both;
}
@media (min-width: 481px) {
  #right-menu #mobile-user-info-section {
    display: none;
  }
}
#right-menu .right-menu-section {
  width: 100%;
  background-color: #818181;
  border-top: 1px solid #747474;
  margin: 0;
  padding: calc(var(--right-menu-padding) * 2) var(--right-menu-padding);
}
#right-menu .right-menu-section.ftgp-link {
  background: transparent;
  z-index: -1;
  position: absolute;
  bottom: 0;
  text-align: center;
  border: none;
}
#right-menu .right-menu-section .right-menu-block {
  margin: var(--right-menu-padding) 0;
}
#right-menu .right-menu-section .right-menu-block:before,
#right-menu .right-menu-section .right-menu-block:after {
  display: table;
  content: " ";
}
#right-menu .right-menu-section .right-menu-block:after {
  clear: both;
}
#right-menu .right-menu-section .right-menu-block:before,
#right-menu .right-menu-section .right-menu-block:after {
  display: table;
  content: " ";
}
#right-menu .right-menu-section .right-menu-block:after {
  clear: both;
}
#right-menu .right-menu-section .right-menu-block .switch-label,
#right-menu .right-menu-section .right-menu-block .inline-dropdown-label {
  margin: 0;
  line-height: 27px;
  color: white;
}
#right-menu .right-menu-section .right-menu-block .switch-btn,
#right-menu .right-menu-section .right-menu-block .inline-dropdown {
  width: 80px;
  float: right;
}
#right-menu .right-menu-section:before,
#right-menu .right-menu-section:after {
  display: table;
  content: " ";
}
#right-menu .right-menu-section:after {
  clear: both;
}
#right-menu .right-menu-section:before,
#right-menu .right-menu-section:after {
  display: table;
  content: " ";
}
#right-menu .right-menu-section:after {
  clear: both;
}
#right-menu .right-menu-section:first-child {
  border: none;
}
#right-menu .right-menu-section label {
  font-family: "Fira Sans", helvetica, arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #cccccc;
  font-weight: normal;
  margin: calc(var(--right-menu-padding) * 2) 0 0;
}
#right-menu .right-menu-section .link-button {
  white-space: pre-line;
  background-color: transparent;
  border-color: transparent;
  color: var(--brand-primary);
}
#right-menu .right-menu-section .link-button:hover,
#right-menu .right-menu-section .link-button:focus {
  white-space: pre-line;
  background-color: transparent;
  border-color: transparent;
  color: var(--brand-primary);
  outline: none;
  text-decoration: underline;
}
#right-menu .right-menu-section .dropdown-tree .dropdown-toggle {
  width: 100%;
  text-align: left;
}
#right-menu .right-menu-section .dropdown-tree .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
#right-menu .right-menu-section .dropdown-tree .dropdown-menu {
  width: 100%;
}
#right-menu .right-menu-section > label {
  margin: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
#right-menu .right-menu-section .checkbox label,
#right-menu .right-menu-section .radio label {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: normal;
  font-size: 100%;
}
#right-menu .right-menu-section .dropdown-menu {
  max-width: 100%;
}
#right-menu .right-menu-section .dropdown-menu.inner {
  max-height: 200px !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (max-width: 768px) {
  #right-menu .right-menu-section .dropdown-menu {
    top: 30px;
    min-height: 200px !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#right-menu .right-menu-section .action-block {
  margin-top: 6px;
}
#right-menu .right-menu-section .action-block.collapsed {
  display: none;
}
#right-menu .right-menu-section .action-block-toggle {
  text-align: right;
  padding-top: 10px;
  margin-bottom: -15px;
}
#right-menu .right-menu-section .action-block-toggle a {
  font-size: 0.9em;
  color: #cccccc;
  text-decoration: underline;
}
#right-menu p.more-options {
  width: 100%;
  text-align: right;
  padding: var(--right-menu-padding);
  margin: 0;
}
#right-menu p.more-options a {
  color: inherit;
  text-decoration: none;
}
#right-menu .checkbox {
  margin-top: 0;
  margin-bottom: 5px;
}
#right-menu form fieldset,
#right-menu form legend,
#right-menu form label,
#right-menu form select,
#right-menu form input {
  max-width: calc(230px - calc(var(--right-menu-padding) * 2));
}
#right-menu .btn-default {
  color: white;
  background-color: #999999;
  border-color: #787878;
}
#right-menu .btn-default .caret {
  border-top-color: white;
}
#right-menu .btn-default:hover,
#right-menu .btn-default:focus,
#right-menu .btn-default:active,
#right-menu .btn-default.active,
.open .dropdown-toggle#right-menu .btn-default {
  color: white;
  background-color: #8c8c8c;
  border-color: #6b6b6b;
}
#right-menu .btn-default:active,
#right-menu .btn-default.active,
.open .dropdown-toggle#right-menu .btn-default {
  background-image: none;
}
#right-menu .btn-default.disabled,
#right-menu .btn-default[disabled],
fieldset[disabled] #right-menu .btn-default,
#right-menu .btn-default.disabled:hover,
#right-menu .btn-default[disabled]:hover,
fieldset[disabled] #right-menu .btn-default:hover,
#right-menu .btn-default.disabled:focus,
#right-menu .btn-default[disabled]:focus,
fieldset[disabled] #right-menu .btn-default:focus,
#right-menu .btn-default.disabled:active,
#right-menu .btn-default[disabled]:active,
fieldset[disabled] #right-menu .btn-default:active,
#right-menu .btn-default.disabled.active,
#right-menu .btn-default[disabled].active,
fieldset[disabled] #right-menu .btn-default.active {
  background-color: #999999;
  border-color: #787878;
}
#right-menu .btn-info {
  background-color: #378db8;
  border-color: #317ea4;
}
#right-menu .btn-info:hover {
  background-color: #2e7599;
  border-color: #235a75;
}
#right-menu .btn-block {
  text-align: left;
  padding-left: var(--btn-block-left-padding);
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#right-menu .btn-block + .btn-block {
  margin-top: 0;
}
#right-menu .btn-block i {
  margin-right: 5px;
}
#right-menu .btn-group {
  width: 100%;
}
#right-menu .btn-group .btn {
  width: 100%;
}
#right-menu .btn-group .btn.active {
  background-color: var(--brand-info);
}
#right-menu .btn-group:not(.bootstrap-select) {
  /* one button */
  /* two buttons */
  /* three buttons */
  /* four buttons */
}
#right-menu .btn-group:not(.bootstrap-select) .btn:nth-child(1):nth-last-child(1) {
  width: 100%;
}
#right-menu .btn-group:not(.bootstrap-select) .btn:nth-child(1):nth-last-child(2),
#right-menu .btn-group:not(.bootstrap-select) .btn:nth-child(2):nth-last-child(1) {
  width: 50%;
}
#right-menu .btn-group:not(.bootstrap-select) .btn:nth-child(1):nth-last-child(3),
#right-menu .btn-group:not(.bootstrap-select) .btn:nth-child(2):nth-last-child(2),
#right-menu .btn-group:not(.bootstrap-select) .btn:nth-child(3):nth-last-child(1) {
  width: 33.3333%;
}
#right-menu .btn-group:not(.bootstrap-select) .btn:nth-child(1):nth-last-child(4),
#right-menu .btn-group:not(.bootstrap-select) .btn:nth-child(2):nth-last-child(3),
#right-menu .btn-group:not(.bootstrap-select) .btn:nth-child(3):nth-last-child(2),
#right-menu .btn-group:not(.bootstrap-select) .btn:nth-child(4):nth-last-child(1) {
  width: 25%;
}
#right-menu .filter-panel {
  color: #747474;
  background: #eeeeee;
  border-right: 1px solid #787878;
  border-bottom: 1px solid #787878;
  border-left: 1px solid #787878;
  padding: 5px;
  display: none;
}
#right-menu .filter-panel:before,
#right-menu .filter-panel:after {
  display: table;
  content: " ";
}
#right-menu .filter-panel:after {
  clear: both;
}
#right-menu .filter-panel:before,
#right-menu .filter-panel:after {
  display: table;
  content: " ";
}
#right-menu .filter-panel:after {
  clear: both;
}
#right-menu .filter-panel .dropdown-select.btn-group {
  margin-bottom: 5px;
}
#right-menu .filter-panel .dropdown-select.dropup .btn-default .caret {
  border-bottom-color: #747474;
}
#right-menu .filter-panel .filter-category {
  display: none;
}
#right-menu .filter-panel .radio label {
  color: #747474;
}
#right-menu .filter-category {
  display: none;
}
#right-menu .filter-category.filter-category-always-visible {
  display: block;
}
#right-menu .filter-submit,
#right-menu .filter-cancel,
#right-menu .benchmark-submit,
#right-menu .benchmark-cancel {
  display: none;
}
#right-menu ul {
  margin: 0;
  padding: 0;
}
#right-menu ul.selected-kpis.single-selection {
  margin: 0;
  padding: 0;
}
#right-menu ul.selected-kpis.single-selection li.compare-item {
  list-style: none;
  cursor: default;
}
#right-menu li.compare-item {
  font-size: 90%;
  background-color: #999999;
  border: 1px solid #787878;
  padding: 6px 12px;
  margin: 0 0 1px;
  text-align: right;
  cursor: move;
}
#right-menu li.compare-item:before,
#right-menu li.compare-item:after {
  display: table;
  content: " ";
}
#right-menu li.compare-item:after {
  clear: both;
}
#right-menu li.compare-item:before,
#right-menu li.compare-item:after {
  display: table;
  content: " ";
}
#right-menu li.compare-item:after {
  clear: both;
}
#right-menu li.compare-item span.value {
  text-align: left;
  max-width: 230px;
}
#right-menu .remove-list-item {
  cursor: pointer;
}
#right-menu .remove-list-item:hover {
  color: white;
}
#right-menu .bottom-space {
  margin-bottom: var(--right-menu-padding);
}
#right-menu .deviation-options {
  display: none;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: var(--right-menu-padding);
}
#right-menu ul.dropdown-menu {
  overflow-x: hidden;
}
#right-menu ul.dropdown-menu li a span.text {
  display: block;
  white-space: normal;
  max-width: 210px;
}
#right-menu .show-tick ul.dropdown-menu {
  overflow-x: hidden;
}
#right-menu .show-tick ul.dropdown-menu li {
  max-width: 258px;
}
#right-menu .show-tick ul.dropdown-menu li a span.text {
  display: block;
  white-space: normal;
  max-width: 180px;
}
#right-menu .child-select {
  display: none;
}
#right-menu .multi-row-button {
  white-space: normal !important;
  /* stylelint-disable-line declaration-no-important */
}
#right-menu .multi-row-button:before,
#right-menu .multi-row-button:after {
  display: table;
  content: " ";
}
#right-menu .multi-row-button:after {
  clear: both;
}
#right-menu .multi-row-button:before,
#right-menu .multi-row-button:after {
  display: table;
  content: " ";
}
#right-menu .multi-row-button:after {
  clear: both;
}
#right-menu .multi-row-button span.multi-row-button-label {
  display: block;
  max-width: 230px;
  text-align: left;
}
#right-menu ul.filter-details {
  display: none;
  padding-left: calc(var(--right-menu-padding) * 2);
}
#right-menu .nav-tabs {
  border-bottom: 1px solid #747474;
  display: flex;
}
#right-menu .nav-tabs > li {
  flex-grow: 1;
  text-align: center;
  background: transparent;
  border-bottom: 4px solid transparent;
  transition: 0.1s border-color ease-in;
}
#right-menu .nav-tabs > li > a {
  border: 0 none;
  padding: 10px 15px;
  font-weight: 800;
  color: #dddddd;
  transition: 0.1s color ease-in;
}
#right-menu .nav-tabs > li > a:hover {
  color: #f0f0f0;
}
#right-menu .nav-tabs > li:hover {
  border-color: #696969;
}
#right-menu .nav-tabs > li.active {
  border-color: var(--brand-primary);
}
#right-menu .nav-tabs > li.active > a {
  color: white;
}
#right-menu .tab-content {
  padding: 0;
}
.right-menu-dark-button {
  color: white;
  background-color: #999999;
  border-color: #787878;
}
.right-menu-dark-button .caret {
  border-top-color: white;
}
.right-menu-dark-button:hover,
.right-menu-dark-button:focus,
.right-menu-dark-button:active,
.right-menu-dark-button.active,
.open .dropdown-toggle.right-menu-dark-button {
  color: white;
  background-color: #8c8c8c;
  border-color: #6b6b6b;
}
.right-menu-dark-button:active,
.right-menu-dark-button.active,
.open .dropdown-toggle.right-menu-dark-button {
  background-image: none;
}
.right-menu-dark-button.disabled,
.right-menu-dark-button[disabled],
fieldset[disabled] .right-menu-dark-button,
.right-menu-dark-button.disabled:hover,
.right-menu-dark-button[disabled]:hover,
fieldset[disabled] .right-menu-dark-button:hover,
.right-menu-dark-button.disabled:focus,
.right-menu-dark-button[disabled]:focus,
fieldset[disabled] .right-menu-dark-button:focus,
.right-menu-dark-button.disabled:active,
.right-menu-dark-button[disabled]:active,
fieldset[disabled] .right-menu-dark-button:active,
.right-menu-dark-button.disabled.active,
.right-menu-dark-button[disabled].active,
fieldset[disabled] .right-menu-dark-button.active {
  background-color: #999999;
  border-color: #787878;
}
.dropup .right-menu-dark-button .caret {
  border-bottom-color: #cccccc;
}
.popover.filter-content-picker-popover {
  position: sticky;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  background-color: #747474;
  border-color: #747474;
  color: white;
  display: flex !important;
  /* stylelint-disable-line declaration-no-important */
  flex-direction: column;
  height: 100%;
  max-height: 500px;
  min-height: 250px;
}
.popover.filter-content-picker-popover .popover-content {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.popover.filter-content-picker-popover .description-text {
  min-height: 70px;
  padding-top: 8px;
  color: #cccccc;
}
@media (min-width: 768px) {
  .popover.filter-content-picker-popover {
    min-width: 340px;
    max-width: 350px;
  }
}
.popover.filter-content-picker-popover .popover-title {
  background-color: #5a5a5a;
  border: none;
}
.popover.filter-content-picker-popover .footer {
  padding: 14px;
  background-color: #5a5a5a;
}
.popover.filter-content-picker-popover .footer:before,
.popover.filter-content-picker-popover .footer:after {
  display: table;
  content: " ";
}
.popover.filter-content-picker-popover .footer:after {
  clear: both;
}
.popover.filter-content-picker-popover .footer:before,
.popover.filter-content-picker-popover .footer:after {
  display: table;
  content: " ";
}
.popover.filter-content-picker-popover .footer:after {
  clear: both;
}
.popover.filter-content-picker-popover .footer .btn + .btn {
  margin-left: 5px;
}
.popover.filter-content-picker-popover.left {
  border-color: #555555;
}
.popover.filter-content-picker-popover.left .arrow {
  border-left-color: #555555;
}
.popover.filter-content-picker-popover.left .arrow::after {
  border-left-color: #747474;
}
.popover.filter-content-picker-popover.formula {
  max-height: 300px;
}
.picker-content-panel {
  display: none;
}
.picker-content-panel.active {
  display: block;
}
/*
 * Toggler styles
 */
#rightmenu-toggler {
  height: 60px;
  width: 60px;
  margin: 0;
  cursor: pointer;
  background-color: #007bab;
  background-position: center;
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -60px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
  float: right;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #rightmenu-toggler {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  #rightmenu-toggler {
    /* #1 */
    background-position: 0 -60px;
  }
}
#rightmenu-toggler:hover,
.active #rightmenu-toggler,
.current #rightmenu-toggler {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -60px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #rightmenu-toggler:hover,
  .active #rightmenu-toggler,
  .current #rightmenu-toggler {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  #rightmenu-toggler:hover,
  .active #rightmenu-toggler,
  .current #rightmenu-toggler {
    /* #1 */
    background-position: 0 -60px;
  }
}
#rightmenu-toggler:hover {
  background-color: #006992;
}
@media (max-width: 768px) {
  #rightmenu-toggler {
    height: 60px;
    width: 60px;
    margin: 0;
    top: 0;
    position: absolute;
    background-position: 0 -65px;
    background-size: 60px auto !important;
    /* stylelint-disable-line declaration-no-important */
    float: none;
    right: 0;
  }
  #rightmenu-toggler:hover {
    background-position: 0 -65px;
    background-size: 60px auto !important;
    /* stylelint-disable-line declaration-no-important */
    right: 0;
  }
}
/*
 * Widgets -- please keep the import alphabetically ordered (case-sensitive)
 */
.ComparisonToolDocumentActions .index-picker-btns {
  display: flex;
  border-radius: 10px;
  align-items: center;
}
.ComparisonToolDocumentActions .index-picker-btns .btn.btn-default:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ComparisonToolDocumentActions .index-picker-btns .btn.btn-default:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ComparisonToolDocumentActions .index-picker-btns .index-label {
  flex: content;
  color: #747474;
  background: white;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.ComparisonToolDocumentContent td:not(.separator-column, :first-of-type) {
  border-left: 1px solid #dddddd;
}
.ComparisonToolDocumentContent .reportViewer th,
.ComparisonToolDocumentContent .reportViewer td {
  padding: 5px 10px;
}
.ComparisonToolDocumentContent .section {
  position: relative;
  max-width: 80%;
  margin: auto;
}
.ComparisonToolDocumentContent .section label {
  font-size: 26px;
  font-weight: bold;
}
.popover.comparison-tool .SubColumnSpecListWidget {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.popover.comparison-tool .SubColumnSpecListWidget .finsit-element.finsit-element_select {
  width: 100%;
}
.popover.comparison-tool .columns-cards .cards-container {
  flex-direction: column;
  gap: 16px;
}
.popover.comparison-tool .columns-cards .cards-container .card-container {
  margin: 0;
}
.popover.comparison-tool .columns-cards .column-card,
.popover.comparison-tool .columns-cards .add-column-card {
  height: auto;
}
.popover.comparison-tool .columns-cards .column-card .card-content,
.popover.comparison-tool .columns-cards .add-column-card .card-content {
  border-radius: 4px;
}
.popover.comparison-tool .columns-cards .column-card h2.title,
.popover.comparison-tool .columns-cards .add-column-card h2.title {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  --text-color: white;
}
.popover.comparison-tool .columns-cards .column-card h2.title i.finsit-element,
.popover.comparison-tool .columns-cards .add-column-card h2.title i.finsit-element {
  position: absolute;
  left: 2px;
}
.popover.comparison-tool .columns-cards .card-container {
  position: relative;
}
.popover.comparison-tool .columns-cards .card-container .drag-handle {
  cursor: move;
}
.popover.comparison-tool .columns-cards .card-container .card-footer {
  height: 0;
}
.popover.comparison-tool .columns-cards .card-container .card-footer .actions {
  position: absolute;
  top: 12px;
  right: 8px;
}
.popover.comparison-tool .columns-cards .card-container .card-footer .actions .action.remove {
  --theme-button-text-color: #999999;
}
.popover.comparison-tool .columns-cards .card-container .card-footer .actions .action.remove:hover {
  --theme-button-text-color: #ff6430;
}
.popover.comparison-tool .columns-cards .column-card .card-content {
  padding: 10px 0;
}
.popover.comparison-tool .columns-cards .column-card .card-content .deviation-input {
  font-weight: normal;
  font-size: 14px;
  margin-top: 4px;
  color: white;
  gap: 20px;
  display: flex;
}
.forecast-archive h3.document-section-title {
  font-size: small;
}
.forecast-archive .nav-tabs {
  width: fit-content;
}
.forecast-archive .nav-tabs li {
  width: 200px;
}
.forecast-archive .forecast-sorting {
  display: flex;
  justify-content: space-between;
}
.forecast-archive .forecast-sorting .new-dropdown .btn .bs-caret {
  margin-left: 5px;
}
.forecast-archive .forecast-sorting .new-dropdown .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 200px;
}
.forecast-card-list .card-container {
  float: left;
  width: 25%;
}
.forecast-card {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 #f7f7f7;
}
.forecast-card .forecast-card-header {
  background: #f7f7f7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 10px 40px;
}
.forecast-card .forecast-card-header .forecast-tags {
  display: block;
  position: relative;
}
.forecast-card .forecast-card-header .forecast-tags .content-wrapper {
  padding-bottom: 2px;
  padding-top: 2px;
}
.forecast-card .forecast-card-header .actions-menu {
  display: block;
  position: relative;
  color: #535353;
}
.forecast-card .forecast-card-header .actions-menu .action-button {
  cursor: pointer;
  transition: color 0.2s linear;
}
.forecast-card .forecast-card-header .actions-menu .trash-button:hover {
  color: var(--error-color);
}
.forecast-card .forecast-card-header .actions-menu .tag-button:hover {
  color: var(--brand-primary);
}
.forecast-card .forecast-card-header .actions-menu .untag-button:hover {
  color: var(--error-color);
}
.forecast-card .body {
  border-bottom: 1px solid #ebebeb;
  text-decoration: none;
  background: #f7f7f7;
  display: block;
  padding: 10px 10px 20px;
  cursor: pointer;
  transition: 0.15s ease-out all;
  height: 120px;
  position: relative;
}
.forecast-card .body .actions-menu {
  display: block;
  position: relative;
  color: #535353;
}
.forecast-card .body .total .value {
  color: #404040;
  font-size: xx-large;
  font-weight: bold;
}
.forecast-card .body .total .fa-solid {
  position: relative;
  bottom: 4px;
  font-size: 1.5em;
  margin-left: 10px;
}
.forecast-card .body .total .fa-solid.fa-circle-up {
  color: #41c417;
}
.forecast-card .body .total .fa-solid.fa-circle-down {
  color: #c04d22;
}
.forecast-card .body .total .result {
  position: relative;
  top: -8px;
}
.forecast-card .body .total .result span {
  font-size: small;
  text-transform: uppercase;
  font-weight: bold;
}
.forecast-card .body .total .result span.text-profit {
  color: #41c417;
}
.forecast-card .body .total .result span.text-loss {
  color: #c04d22;
}
.forecast-card .body:hover {
  background: #e3e3e3;
}
.forecast-card .footer {
  padding: 5px;
}
.forecast-card .footer .name {
  background: white;
  color: #404040;
  font-size: 110%;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.forecast-card .footer .date {
  color: #b9b9b9;
  font-weight: bold;
}
#document .forecast-archive-title {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
}
#document .forecast-archive-title .text {
  margin: 0;
}
.navbar .forecast-archive-title .btn {
  display: none;
}
.forecast-report.reportViewer td.is-closing,
.forecast-report.reportViewer th.is-closing {
  border-right: 1px solid #cccccc;
}
.forecast-report.reportViewer td.is-closing.current-period,
.forecast-report.reportViewer th.is-closing.current-period {
  border-right-color: #999999;
}
.forecast-report.reportViewer .summary-header {
  text-align: center;
  font-size: 0.8em;
}
.forecast-report.reportViewer .summary-header.positive {
  color: #6c8142;
  background-color: #eff6df;
}
.forecast-report.reportViewer .summary-header.negative {
  color: #c33f46;
  background-color: #f6e0e1;
}
.drawer-open .forecast-report.reportViewer {
  right: 380px;
}
.forecast-report.reportViewer.sticky-first-column {
  overflow: scroll;
  /*
     * I know we shouldn't use magic numbers but I didn't find a better way to make the table behave.
     * This is removing the navbar, title and tab heights to the visible screen.
     */
  height: calc(100vh - 275px);
}
.forecast-report.reportViewer.sticky-first-column table {
  width: 100%;
}
.forecast-report.reportViewer.sticky-first-column table tr th:first-child,
.forecast-report.reportViewer.sticky-first-column table tr.nested th:first-child {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
  left: 0;
}
.forecast-report.reportViewer.sticky-first-column table tr th:first-child .row-title-container,
.forecast-report.reportViewer.sticky-first-column table tr.nested th:first-child .row-title-container {
  width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.forecast-report.reportViewer.sticky-first-column table tr th:first-child:hover,
.forecast-report.reportViewer.sticky-first-column table tr.nested th:first-child:hover {
  overflow: visible;
  white-space: unset;
}
.forecast-report.reportViewer.sticky-first-column table tr th:first-child::after,
.forecast-report.reportViewer.sticky-first-column table tr.nested th:first-child::after {
  border-right: 1px solid #cccccc !important;
  /* stylelint-disable-line declaration-no-important */
  opacity: 1;
}
.forecast-report.reportViewer.sticky-first-column table tr th:first-child.data-depth-1,
.forecast-report.reportViewer.sticky-first-column table tr.nested th:first-child.data-depth-1 {
  padding: 5px;
}
.forecast-report.reportViewer.sticky-first-column table thead tr > th {
  text-align: center;
  font-size: small;
  color: #424242;
}
.forecast-report.reportViewer.sticky-first-column table thead tr > th.title-card,
.forecast-report.reportViewer.sticky-first-column table thead tr > th.report-title,
.forecast-report.reportViewer.sticky-first-column table thead tr > th.predicted-period {
  background: white;
}
.forecast-report.reportViewer.sticky-first-column table thead tr > th.reference-period {
  background: #f8f8f8;
}
.forecast-report.reportViewer.sticky-first-column table thead tr > th.current-period {
  background: #f0f0f0;
}
.forecast-report.reportViewer.sticky-first-column table thead tr > th.current-period.frozen-period {
  background: #bdd9fc;
}
.forecast-report.reportViewer.sticky-first-column table thead tr > th.current-period.frozen-period::before {
  content: "❄";
  font-size: 1.2em;
  margin-right: 5px;
  vertical-align: middle;
  color: #04549b;
}
.forecast-report.reportViewer.sticky-first-column table thead tr > th:first-child {
  text-align: left;
  font-weight: normal;
}
.forecast-report.reportViewer.sticky-first-column table thead tr > th::after {
  border-bottom: 1px solid #cccccc;
}
.forecast-report.reportViewer.sticky-first-column table tbody tr,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested {
  border-top: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  border-bottom: 1px solid #cccccc !important;
  /* stylelint-disable-line declaration-no-important */
  font-size: 1em;
}
.forecast-report.reportViewer.sticky-first-column table tbody tr th,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested th {
  color: #424242;
  font-size: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.forecast-report.reportViewer.sticky-first-column table tbody tr th.summary,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested th.summary {
  background: #dddddd;
}
.forecast-report.reportViewer.sticky-first-column table tbody tr th a,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested th a {
  color: #424242;
}
.forecast-report.reportViewer.sticky-first-column table tbody tr > td,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested > td {
  text-align: center;
  min-width: 150px;
  font-weight: normal !important;
  /* stylelint-disable-line declaration-no-important */
  font-size: 1em !important;
  /* stylelint-disable-line declaration-no-important */
}
.forecast-report.reportViewer.sticky-first-column table tbody tr > td.reference-period,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested > td.reference-period {
  background: #f8f8f8;
}
.forecast-report.reportViewer.sticky-first-column table tbody tr > td.current-period,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested > td.current-period {
  background: #f0f0f0;
}
.forecast-report.reportViewer.sticky-first-column table tbody tr > td.current-period.frozen-period,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested > td.current-period.frozen-period {
  background: #d5e7fd;
}
.forecast-report.reportViewer.sticky-first-column table tbody tr > td.predicted-period,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested > td.predicted-period {
  background: white;
}
.forecast-report.reportViewer.sticky-first-column table tbody tr > td.summary.current-period,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested > td.summary.current-period {
  background: rgba(153, 153, 153, 0.4);
}
.forecast-report.reportViewer.sticky-first-column table tbody tr > td.summary.current-period.frozen-period,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested > td.summary.current-period.frozen-period {
  background: #bdd9fc;
}
.forecast-report.reportViewer.sticky-first-column table tbody tr > td.summary.reference-period,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested > td.summary.reference-period,
.forecast-report.reportViewer.sticky-first-column table tbody tr > td.summary.predicted-period,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested > td.summary.predicted-period {
  background: #dddddd;
}
.forecast-report.reportViewer.sticky-first-column table tbody tr > td.selected,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested > td.selected {
  position: relative;
}
.forecast-report.reportViewer.sticky-first-column table tbody tr > td.selected::before,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested > td.selected::before {
  /* border that won't interfere with the collapsed table */
  content: "";
  position: absolute;
  inset: -1px -1px -1px -1px;
  border: 2px solid var(--brand-primary);
  background: hsl(var(--highlight-color-h), var(--highlight-color-s), calc(var(--highlight-color-l) + 40%));
}
.forecast-report.reportViewer.sticky-first-column table tbody tr > td.selected.summary::before,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested > td.selected.summary::before {
  background: #e1eeef;
  /* greyish blue to match the summary color */
}
.forecast-report.reportViewer.sticky-first-column table tbody tr > td.selected span,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested > td.selected span {
  /* fix border extra px */
  position: relative;
}
.forecast-report.reportViewer.sticky-first-column table tbody tr > td span,
.forecast-report.reportViewer.sticky-first-column table tbody tr.nested > td span {
  text-align: right;
  display: inline-block;
  min-width: 70px;
  color: #424242;
}
.forecast-report.reportViewer th.report-title.save-space {
  z-index: 100;
  overflow: visible !important;
  /* stylelint-disable-line declaration-no-important */
}
.forecast-report.reportViewer th.report-title.save-space::after {
  height: 200%;
}
.forecast-report .drawer-menu .display-settings {
  margin-top: 20px;
}
.forecast-report .drawer-menu .display-settings h2 {
  margin-bottom: 20px;
}
.forecast-report .drawer-menu .display-settings .form-horizontal .control-label {
  width: 100%;
  text-align: left;
}
.forecast-report .sticky-first-row thead {
  background: white;
  padding-bottom: 0;
  z-index: 1000;
  position: sticky;
  top: 0;
}
.forecast-report .sticky-first-row thead tr th {
  display: table-cell;
}
.forecast-report .sticky-first-row thead tr th:first-of-type {
  position: fixed !important;
  /* stylelint-disable-line declaration-no-important */
}
.forecast-description-editor {
  min-height: 250px;
}
.forecast-description-editor .save-button {
  margin-top: 10px;
  float: right;
}
.forecast-description-editor .ProseMirror-menubar-wrapper .ProseMirror {
  min-height: 250px;
  margin-top: 0;
  padding: 15px 20px;
}
:root {
  --forecast-cell-info-chart-height-in-px: 150;
}
.ForecastCellInfoWidget .manual-entry-editor-section {
  width: 100%;
  padding: 30px 0;
}
.ForecastCellInfoWidget .manual-entry-editor-section button {
  width: 100%;
}
.ForecastCellInfoWidget .manual-journal-entry-viewers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ForecastCellInfoWidget .viewers-actions {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.ForecastCellInfoWidget .drawer-header {
  margin-bottom: 20px;
}
.ForecastCellInfoWidget .drawer-header h2 {
  margin: 0;
}
.ForecastCellInfoWidget .drawer-header h3 {
  font-size: 1em;
  margin: 0;
  font-weight: 500;
  color: #acacac;
}
.ForecastCellInfoWidget .drawer-header .title {
  padding-top: 7px;
}
.ForecastCellInfoWidget .drawer-header .title .account-number {
  margin-right: 1ch;
}
.ForecastCellInfoWidget .drawer-header > .close.icon {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  width: 1px;
  /* having a width of 0 would prevent automated tests to click on it */
}
.ForecastCellInfoWidget .drawer-body {
  color: #747474;
}
.ForecastCellInfoWidget .drawer-body .cell-info-value {
  margin: 30px -30px 0 -30px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
}
.ForecastCellInfoWidget .drawer-body .cell-info-value .amount {
  font-size: 1.2em;
  font-weight: bold;
}
.ForecastCellInfoWidget .drawer-body .cell-info-value .period {
  font-size: 0.9em;
}
.ForecastCellInfoWidget .drawer-body .tops {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}
.ForecastCellInfoWidget .drawer-body .tops .top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ForecastCellInfoWidget .drawer-body .tops .top .top-label {
  font-weight: var(--font-weight-medium);
}
.ForecastCellInfoWidget .drawer-body .tops .top .top-amount {
  font-weight: bold;
}
.ForecastCellInfoWidget .drawer-body .tops .top img {
  background-color: #e4f8fa;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
}
.ForecastCellInfoWidget .drawer-body .tops .top img.downward {
  transform: scaleY(-1);
}
.ForecastCellInfoWidget .description-editor .prosemirror-container {
  background: white;
}
.ForecastCellInfoWidget .description-editor .delete-button {
  float: right;
  margin-top: 3px;
}
.ForecastEditorTitleWidget .help-icon {
  position: absolute;
  right: 0;
  top: -1rem;
}
.ForecastReportViewerWidget .ChartWidget {
  height: 119px;
}
.ForecastSettingsWidget .forecast-setting {
  margin: 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ForecastSettingsWidget .forecast-setting .name {
  color: #424242;
  padding-left: 10px;
  font-weight: bold;
  width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ForecastSettingsWidget .forecast-setting .value {
  font-weight: bold;
  color: #999999;
}
.ForecastSettingsWidget .forecast-setting .buttons {
  margin: 5px;
}
.ManualEntryRuleTemplatesWidget .templates-container {
  overflow-y: unset;
  /* Leave enough pixels to let enough space for the contextual menu to open */
  margin-bottom: 40px;
  overflow-x: unset;
}
.WidgetsListWidget.PaymentSpread .cardListWidget .cards-container .card-container {
  margin-bottom: 0;
}
.WidgetsListWidget.PaymentSpread .cardListWidget .cards-container .card-container .trailing-card {
  margin-top: 8px;
}
.WidgetsListWidget.PaymentSpread .cardListWidget .cards-container .card-container .entry {
  gap: 16px;
  align-items: flex-end;
}
.WidgetsListWidget.PaymentSpread .cardListWidget .cards-container .card-container .content-container {
  flex-grow: 1;
}
.WidgetsListWidget.PaymentSpread .cardListWidget .cards-container .card-container .content-container .payment-field-form {
  margin-right: -15px;
}
.WidgetsListWidget.PaymentSpread .cardListWidget .cards-container .card-container .content-container .payment-input {
  width: 100%;
}
.WidgetsListWidget.PaymentSpread .cardListWidget .cards-container .card-container .content-container .payment-input form > widgetjs-widget {
  width: 100%;
}
.WidgetsListWidget.PaymentSpread .cardListWidget .cards-container .card-container .content-container .payment-input form > widgetjs-widget > * {
  width: 100%;
}
.WidgetsListWidget.PaymentSpread .cardListWidget .cards-container .card-container .content-container .payment-input form > widgetjs-widget .form-group {
  margin-bottom: 0;
}
.WidgetsListWidget.PaymentSpread .cardListWidget .cards-container .card-container .content-container .payment-input form > widgetjs-widget .form-group .col-sm-10 {
  padding-right: 0;
}
.WidgetsListWidget.PaymentSpread .delete-container {
  height: 37px;
}
.rule-template-info {
  border-radius: 3px;
  padding: 6px 12px;
  background: #f8f8f8;
}
.rule-template-info .rule-model-header {
  margin-bottom: 6px;
}
.rule-template-info .rule-model-header .rule-model-name {
  font-weight: 600;
}
.rule-template-info .rule-template-inheritance {
  font-weight: 600;
}
.templates-container {
  overflow: hidden auto;
  padding: 15px 0;
}
.templates-container form .form-group {
  margin-bottom: 5px;
}
.templates-container form label {
  border: none;
  font-weight: bold;
}
.templates-container form label.control-label {
  text-align: left;
}
.templates-container .rule-title {
  margin-bottom: 15px;
}
.templates-container .override-button {
  margin-top: 15px;
}
.templates-container .edit-buttons {
  text-align: right;
  margin-top: 15px;
}
.templates-container .drawer-section.darker {
  border-radius: 8px;
}
.templates-container .drawer-section.darker .rule-form {
  padding: 10px;
}
.templates-container .drawer-section.darker .rule-form h4 {
  padding: 0;
}
.templates-container .drawer-section.darker .rule-template-info {
  padding: 10px;
}
.templates-container .drawer-section.darker .rule-template-info .rule-model-name {
  margin: 0 0 0.5em;
  padding: 0;
}
.templates-container .drawer-section.darker:not(:first-of-type) > widgetjs-widget:not(:empty) {
  margin-top: 8px;
  display: block;
}
.templates-container .drawer-section.darker:last-of-type {
  margin-bottom: 10px;
}
.templates-container .rule-button {
  padding: 16px;
  border-radius: 7px;
}
.templates-container .rule-button:hover {
  color: var(--text-color-hover);
  background: var(--background-color-hover);
  transition: 0.15s ease-out all;
}
.forecast-onboarding .empty-archive {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
.forecast-onboarding .empty-archive p.content {
  max-width: 660px;
  font-size: 150%;
  font-weight: 80;
  margin: 0;
}
.forecast-onboarding .empty-archive h2 {
  padding-bottom: 0;
  margin: 0;
}
.forecast-onboarding.full-page .CancellingWizardHeaderWidget .content-container .description {
  max-width: calc(100% - 80px);
}
.forecast-onboarding.full-page .WizardWithRoadmap {
  height: 600px;
}
.forecast-onboarding.full-page .wizard-header,
.forecast-onboarding.full-page .wizard-content,
.forecast-onboarding.full-page .wizard-footer {
  margin: auto;
  width: 1000px;
}
.forecast-onboarding.full-page .wizard-content {
  min-height: 500px;
}
.forecast-onboarding .btn-next {
  margin-left: 4px;
}
.ForecastTemplateArchiveDocumentContent .button-section {
  max-width: 1024px;
}
.ForecastTemplateArchiveDocumentContent .forecast-template {
  height: 70px;
  white-space: nowrap;
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 #f7f7f7;
  transition: 0.15s ease-out all;
  color: inherit;
  display: flex;
  align-items: center;
  max-width: 1024px;
}
.ForecastTemplateArchiveDocumentContent .forecast-template:hover {
  background: #ededed;
  text-decoration: none;
}
.ForecastTemplateArchiveDocumentContent .forecast-template .template-name {
  width: 50px;
  font-weight: bold;
}
.ForecastTemplateArchiveDocumentContent .forecast-template .template-name .template-name-text-container {
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ForecastTemplateArchiveDocumentContent .forecast-template .template-date {
  width: 100px;
}
.ForecastTemplateArchiveDocumentContent .forecast-template .template-options {
  width: 100px;
}
.ForecastTemplateArchiveDocumentContent .forecast-template .template-options .finsit-element_stacker {
  justify-content: flex-end;
}
.ForecastTemplateArchiveDocumentContent .add-template-button .finsit-element_icon-and-text {
  color: inherit;
}
.email-notification .email-editor .control-label {
  display: none;
}
.finsit-element_badge {
  --border-color: white;
  --corner-size: 50px;
}
.finsit-element_badge.text,
.finsit-element_badge.count,
.finsit-element_badge.icon {
  text-transform: initial;
  font-size: 16px;
}
.finsit-element_badge.text .content-wrapper,
.finsit-element_badge.count .content-wrapper,
.finsit-element_badge.icon .content-wrapper {
  --text-color: white;
  background: var(--brand-primary);
  color: var(--text-color);
  padding: 4px 10px;
  border-radius: 14px;
  font-weight: bold;
  min-width: calc(1.43em + 4px + 4px);
  display: inline-block;
  text-align: center;
}
.finsit-element_badge.icon .content-wrapper {
  padding-right: 0;
  padding-left: 0;
}
.finsit-element_badge:not(.standalone) {
  position: relative;
  display: inline-block;
}
.finsit-element_badge:not(.standalone) .content-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.finsit-element_badge:not(.standalone).text .content-wrapper,
.finsit-element_badge:not(.standalone).count .content-wrapper,
.finsit-element_badge:not(.standalone).icon .content-wrapper {
  box-shadow: 0 0 0 1px var(--border-color);
}
.finsit-element_badge:not(.standalone).corner.corner-size-none {
  --corner-size: 0;
}
.finsit-element_badge:not(.standalone).corner.corner-size-small {
  --corner-size: 30px;
}
.finsit-element_badge:not(.standalone).corner.corner-size-medium {
  --corner-size: 50px;
}
.finsit-element_badge:not(.standalone).corner.corner-size-large {
  --corner-size: 75px;
}
.finsit-element_badge:not(.standalone).corner.corner-size-extra-large {
  --corner-size: 100px;
}
.finsit-element_badge:not(.standalone).corner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: var(--corner-size) solid var(--brand-primary);
  border-left: var(--corner-size) solid transparent;
}
.finsit-element_badge:not(.standalone).corner .content-wrapper {
  background: none;
  box-shadow: none;
  top: calc(var(--corner-size) / 3);
  right: calc(var(--corner-size) / 3);
  position: absolute;
  padding: 0;
}
.finsit-element_badge:not(.standalone).corner.icon .content-wrapper {
  color: white;
}
.finsit-element_badge:not(.standalone).ribbon.icon .content-wrapper {
  background: var(--brand-primary);
  color: white;
  padding: 4px 10px;
}
.finsit-element_badge:not(.standalone).ribbon .content-wrapper {
  transform: none;
  box-shadow: none;
  top: 10px;
  right: -10px;
  border-radius: 4px 4px 0 4px;
}
.finsit-element_badge:not(.standalone).ribbon .content-wrapper::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 10px solid black;
  border-right: 10px solid transparent;
}
.finsit-element_badge:not(.standalone).ribbon .content-wrapper::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 10px solid var(--brand-primary);
  border-right: 10px solid transparent;
  opacity: 0.8;
}
.finsit-element_card {
  display: inline-block;
  border: 1px solid var(--border-color, #ebebeb);
  border-radius: 4px;
  color: var(--text-color, #747474);
  background-color: var(--background-color, white);
}
.finsit-element_card.space-none {
  padding: 0;
}
.finsit-element_card.space-small {
  padding: 4.8px;
}
.finsit-element_card.space-medium {
  padding: 8px;
}
.finsit-element_card.space-large {
  padding: 16px;
}
.finsit-element_card.space-extra-large {
  padding: 32px;
}
.finsit-element_card.fullWidth {
  display: block;
  width: 100%;
}
.finsit-element_container {
  display: inline-block;
}
.finsit-element_container.is-block {
  display: block;
  color: var(--text-color);
  background-color: var(--background-color);
}
.finsit-element_container.top.space-none {
  padding-top: 0;
}
.finsit-element_container.top.space-small {
  padding-top: 4.8px;
}
.finsit-element_container.top.space-medium {
  padding-top: 8px;
}
.finsit-element_container.top.space-large {
  padding-top: 16px;
}
.finsit-element_container.top.space-extra-large {
  padding-top: 32px;
}
.finsit-element_container.right.space-none {
  padding-right: 0;
}
.finsit-element_container.right.space-small {
  padding-right: 4.8px;
}
.finsit-element_container.right.space-medium {
  padding-right: 8px;
}
.finsit-element_container.right.space-large {
  padding-right: 16px;
}
.finsit-element_container.right.space-extra-large {
  padding-right: 32px;
}
.finsit-element_container.bottom.space-none {
  padding-bottom: 0;
}
.finsit-element_container.bottom.space-small {
  padding-bottom: 4.8px;
}
.finsit-element_container.bottom.space-medium {
  padding-bottom: 8px;
}
.finsit-element_container.bottom.space-large {
  padding-bottom: 16px;
}
.finsit-element_container.bottom.space-extra-large {
  padding-bottom: 32px;
}
.finsit-element_container.left.space-none {
  padding-left: 0;
}
.finsit-element_container.left.space-small {
  padding-left: 4.8px;
}
.finsit-element_container.left.space-medium {
  padding-left: 8px;
}
.finsit-element_container.left.space-large {
  padding-left: 16px;
}
.finsit-element_container.left.space-extra-large {
  padding-left: 32px;
}
.finsit-element_container.fullWidth {
  width: 100%;
}
.finsit-element_icon {
  margin: 0;
  padding: 0;
}
.finsit-element_icon:not(.svg-icon) {
  font-size: var(--size);
  line-height: var(--size);
  width: var(--size);
}
.finsit-element_icon:not(.svg-icon).size-none {
  --size: 0;
}
.finsit-element_icon:not(.svg-icon).size-small {
  --size: 0.6em;
}
.finsit-element_icon:not(.svg-icon).size-medium {
  --size: 1em;
}
.finsit-element_icon:not(.svg-icon).size-large {
  --size: 2em;
}
.finsit-element_icon:not(.svg-icon).size-extra-large {
  --size: 4em;
}
.finsit-element_icon.svg-icon.size-none {
  width: 0;
}
.finsit-element_icon.svg-icon.size-small {
  width: 1.2em;
}
.finsit-element_icon.svg-icon.size-medium {
  width: 2em;
}
.finsit-element_icon.svg-icon.size-large {
  width: 4em;
}
.finsit-element_icon.svg-icon.size-extra-large {
  width: 8em;
}
.finsit-element_icon.svg-icon.size-none {
  height: 0;
}
.finsit-element_icon.svg-icon.size-small {
  height: 1.2em;
}
.finsit-element_icon.svg-icon.size-medium {
  height: 2em;
}
.finsit-element_icon.svg-icon.size-large {
  height: 4em;
}
.finsit-element_icon.svg-icon.size-extra-large {
  height: 8em;
}
.finsit-element_icon.fp-go-to-presentation-icon {
  display: inline-block;
  width: 53px;
  height: 42px;
  margin-bottom: -4px;
  /* manually fixing the vertical spacing */
  background-image: url("/Client/img/button-go-to-presentation-color.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .finsit-element_icon.fp-go-to-presentation-icon {
    background-image: url("/Client/img/button-go-to-presentation-color@2x.png");
    background-size: 53px 42px;
  }
}
.finsit-element_icon.fp-go-to-presentation-icon:hover {
  background-image: url("/Client/img/button-go-to-presentation-color-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .finsit-element_icon.fp-go-to-presentation-icon:hover {
    background-image: url("/Client/img/button-go-to-presentation-color-hover@2x.png");
    background-size: 53px 42px;
  }
}
.finsit-element_icon-and-text {
  color: var(--text-color);
}
.finsit-element_icon-and-text.reversed .finsit-element_stacker.horizontal {
  flex-direction: row-reverse;
}
.finsit-element_icon-and-text.reversed .finsit-element_stacker.vertical {
  flex-direction: column-reverse;
}
.finsit-element_icon-and-text.fullWidth {
  width: 100%;
  display: block;
}
.finsit-element_icon-and-text.fullWidth > .finsit-element_stacker {
  width: 100%;
}
.finsit-element_icon-and-text.fullWidth > .finsit-element_stacker > .stacker-item:not(:first-of-type) {
  flex-grow: 1;
}
.finsit-element_icon-and-text .icon-wrapper {
  display: contents;
}
.finsit-element_icon-and-text .icon-wrapper.icon-size-none {
  font-size: 0;
}
.finsit-element_icon-and-text .icon-wrapper.icon-size-small {
  font-size: 0.6em;
}
.finsit-element_icon-and-text .icon-wrapper.icon-size-medium {
  font-size: 1em;
}
.finsit-element_icon-and-text .icon-wrapper.icon-size-large {
  font-size: 2em;
}
.finsit-element_icon-and-text .icon-wrapper.icon-size-extra-large {
  font-size: 4em;
}
.finsit-element_select {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  color: #5a5a5a;
  background-color: #eeeeee;
  border-color: #d5d5d5;
  position: relative;
  display: inline-block;
  width: 250px;
  color: var(--select-list-text-color, var(--select-text-color, var(--text-color))) !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: var(--select-button-background-color, var(--select-background-color, var(--background-color, white))) !important;
  /* stylelint-disable-line declaration-no-important */
  border-color: var(--border-color, white) !important;
  /* stylelint-disable-line declaration-no-important */
  text-align: left;
}
.finsit-element_select:focus,
.finsit-element_select:active:focus,
.finsit-element_select.active:focus,
.finsit-element_select.focus,
.finsit-element_select:active.focus,
.finsit-element_select.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.finsit-element_select:hover,
.finsit-element_select:focus,
.finsit-element_select.focus {
  color: #5a5a5a;
  text-decoration: none;
}
.finsit-element_select:active,
.finsit-element_select.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.finsit-element_select.disabled,
.finsit-element_select[disabled],
fieldset[disabled] .finsit-element_select {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.finsit-element_select.disabled,
fieldset[disabled] a.finsit-element_select {
  pointer-events: none;
}
.finsit-element_select:active,
.finsit-element_select.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.finsit-element_select:focus,
.finsit-element_select.focus {
  color: #5a5a5a;
  background-color: #d5d5d5;
  border-color: #959595;
}
.finsit-element_select:hover {
  color: #5a5a5a;
  background-color: #d5d5d5;
  border-color: #b6b6b6;
}
.finsit-element_select:active,
.finsit-element_select.active,
.open > .dropdown-toggle.finsit-element_select {
  color: #5a5a5a;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #b6b6b6;
}
.finsit-element_select:active:hover,
.finsit-element_select.active:hover,
.open > .dropdown-toggle.finsit-element_select:hover,
.finsit-element_select:active:focus,
.finsit-element_select.active:focus,
.open > .dropdown-toggle.finsit-element_select:focus,
.finsit-element_select:active.focus,
.finsit-element_select.active.focus,
.open > .dropdown-toggle.finsit-element_select.focus {
  color: #5a5a5a;
  background-color: #c3c3c3;
  border-color: #959595;
}
.finsit-element_select.disabled:hover,
.finsit-element_select[disabled]:hover,
fieldset[disabled] .finsit-element_select:hover,
.finsit-element_select.disabled:focus,
.finsit-element_select[disabled]:focus,
fieldset[disabled] .finsit-element_select:focus,
.finsit-element_select.disabled.focus,
.finsit-element_select[disabled].focus,
fieldset[disabled] .finsit-element_select.focus {
  background-color: #eeeeee;
  border-color: #d5d5d5;
}
.finsit-element_select .badge {
  color: #eeeeee;
  background-color: #5a5a5a;
}
.finsit-element_select .finsit-element_icon-and-text {
  --text-color: white;
}
.finsit-element_select:hover {
  background-color: var(--select-background-color-hover) !important;
  /* stylelint-disable-line declaration-no-important */
}
.finsit-element_select.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.finsit-element_select.is-open .select-icon {
  transform: rotate(-180deg);
}
.finsit-element_select.is-open .select-list {
  visibility: visible;
  display: inline-block;
}
.finsit-element_select .finsit-element_text.button-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: calc(1.42857143 * 1em);
  color: var(--select-button-text-color, var(--select-text-color, var(--text-color))) !important;
  /* stylelint-disable-line declaration-no-important */
}
.finsit-element_select .clear-selection.is-not-visible {
  display: none;
  visibility: hidden;
}
.finsit-element_select .clear-selection:hover > .finsit-element_icon {
  color: var(--select-button-text-color-hover, var(--select-text-color-hover, var(--text-color-hover)));
}
.finsit-element_select .clear-selection > .finsit-element_icon {
  height: 0.8em;
  width: 0.8em;
  color: var(--select-button-text-color, var(--select-text-color, var(--text-color)));
}
.finsit-element_select .clear-selection > .finsit-element_icon.fp-black,
.finsit-element_select .clear-selection > .finsit-element_icon.Income,
.finsit-element_select .clear-selection > .finsit-element_icon.CreditedIncome {
  background: var(--kpi-income-color);
}
.finsit-element_select .clear-selection > .finsit-element_icon.fp-red,
.finsit-element_select .clear-selection > .finsit-element_icon.Costs,
.finsit-element_select .clear-selection > .finsit-element_icon.CreditedCosts {
  background: var(--kpi-costs-color);
}
.finsit-element_select .clear-selection > .finsit-element_icon.FinancialCosts,
.finsit-element_select .clear-selection > .finsit-element_icon.FinancialIncome {
  background: var(--kpi-financial-items-color);
}
.finsit-element_select .clear-selection > .finsit-element_icon.NegativeTaxEntry,
.finsit-element_select .clear-selection > .finsit-element_icon.PositiveTaxEntry,
.finsit-element_select .clear-selection > .finsit-element_icon.NegativeClosingEntry,
.finsit-element_select .clear-selection > .finsit-element_icon.PositiveClosingEntry {
  background: hsl(var(--kpi-taxes-color-h), var(--kpi-taxes-color-s), var(--kpi-taxes-color-l));
}
.finsit-element_select .finsit-element_icon.select-icon {
  flex-shrink: 0;
  transition: transform 0.15s linear;
  height: 0.8em;
  width: 0.8em;
  color: var(--select-button-text-color, var(--select-text-color, var(--text-color)));
}
.finsit-element_select .finsit-element_icon.select-icon.fp-black,
.finsit-element_select .finsit-element_icon.select-icon.Income,
.finsit-element_select .finsit-element_icon.select-icon.CreditedIncome {
  background: var(--kpi-income-color);
}
.finsit-element_select .finsit-element_icon.select-icon.fp-red,
.finsit-element_select .finsit-element_icon.select-icon.Costs,
.finsit-element_select .finsit-element_icon.select-icon.CreditedCosts {
  background: var(--kpi-costs-color);
}
.finsit-element_select .finsit-element_icon.select-icon.FinancialCosts,
.finsit-element_select .finsit-element_icon.select-icon.FinancialIncome {
  background: var(--kpi-financial-items-color);
}
.finsit-element_select .finsit-element_icon.select-icon.NegativeTaxEntry,
.finsit-element_select .finsit-element_icon.select-icon.PositiveTaxEntry,
.finsit-element_select .finsit-element_icon.select-icon.NegativeClosingEntry,
.finsit-element_select .finsit-element_icon.select-icon.PositiveClosingEntry {
  background: hsl(var(--kpi-taxes-color-h), var(--kpi-taxes-color-s), var(--kpi-taxes-color-l));
}
.finsit-element_select:focus {
  outline: none;
  box-shadow: none;
}
.finsit-element_select .select-list {
  cursor: default;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  visibility: hidden;
  display: none;
  border: 1px solid var(--border-color, #d5d5d5);
  border-bottom-left-radius: var(--bootstrap-border-radius, 3px);
  border-bottom-right-radius: var(--bootstrap-border-radius, 3px);
  margin: 0;
  background-color: var(--select-list-background-color, var(--select-background-color, var(--background-color, white)));
  box-shadow: 0 6px 6px 0 #0001;
  z-index: 1035;
  /* Smaller than right and left navigation, bigger than top bar */
}
.finsit-element_select .select-list:focus {
  outline: none;
  box-shadow: none;
}
.finsit-element_select .select-list .options {
  padding: 5px 0px;
  margin: 0;
  max-height: var(--select-max-height, 200px);
  overflow-y: auto;
  list-style: none;
}
.finsit-element_select .select-list .options ul[data-level='1'] > li.option {
  padding-left: calc(20px / 2 + (1 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='1'] > li.group > span {
  padding-left: calc(20px / 2 + (1 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='2'] > li.option {
  padding-left: calc(20px / 2 + (2 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='2'] > li.group > span {
  padding-left: calc(20px / 2 + (2 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='3'] > li.option {
  padding-left: calc(20px / 2 + (3 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='3'] > li.group > span {
  padding-left: calc(20px / 2 + (3 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='4'] > li.option {
  padding-left: calc(20px / 2 + (4 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='4'] > li.group > span {
  padding-left: calc(20px / 2 + (4 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='5'] > li.option {
  padding-left: calc(20px / 2 + (5 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='5'] > li.group > span {
  padding-left: calc(20px / 2 + (5 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='6'] > li.option {
  padding-left: calc(20px / 2 + (6 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='6'] > li.group > span {
  padding-left: calc(20px / 2 + (6 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='7'] > li.option {
  padding-left: calc(20px / 2 + (7 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='7'] > li.group > span {
  padding-left: calc(20px / 2 + (7 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='8'] > li.option {
  padding-left: calc(20px / 2 + (8 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='8'] > li.group > span {
  padding-left: calc(20px / 2 + (8 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='9'] > li.option {
  padding-left: calc(20px / 2 + (9 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='9'] > li.group > span {
  padding-left: calc(20px / 2 + (9 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='10'] > li.option {
  padding-left: calc(20px / 2 + (10 * 20px));
}
.finsit-element_select .select-list .options ul[data-level='10'] > li.group > span {
  padding-left: calc(20px / 2 + (10 * 20px));
}
.finsit-element_select .select-list .options ul {
  padding-left: 0;
  list-style: none;
}
.finsit-element_select .select-list .options li.group {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 8px 0;
}
.finsit-element_select .select-list .options li.group:first-child {
  border-top: none;
  padding-top: 0;
}
.finsit-element_select .select-list .options li.group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.finsit-element_select .select-list .options li.group + li.group {
  border-top: none;
}
.finsit-element_select .select-list .options li.group > span {
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--select-header-text-color, var(--select-list-text-color, var(--select-text-color, var(--text-color))));
  padding: 8px calc(0px + 20px);
}
.finsit-element_select .select-list .options li.group[disabled] > span {
  opacity: 0.4;
}
.finsit-element_select .select-list .options li.option {
  padding: 3px calc(0px + 20px);
  background-color: transparent;
  white-space: normal;
}
.finsit-element_select .select-list .options li.option[tabindex] {
  cursor: pointer;
}
.finsit-element_select .select-list .options li.option.selected {
  color: var(--select-list-text-color-selected, var(--select-list-text-color, var(--select-text-color, var(--text-color))));
  background-color: var(--select-list-background-color-selected, var(--select-list-background-color-hover, var(--select-background-color-hover, #f4f4f4)));
}
.finsit-element_select .select-list .options li.option[disabled] {
  opacity: 0.4;
  cursor: revert;
}
.finsit-element_select .select-list .options li.option[disabled].active {
  background-color: revert;
  color: revert;
}
.finsit-element_select .select-list .options li.option.active {
  background-color: var(--brand-primary);
  color: var(--select-list-text-color-active, var(--select-text-color-active, white));
}
.finsit-element_select .select-list .options li.empty-filter {
  padding: calc(2 * 1.42857143);
  text-align: center;
  color: var(--select-list-text-color, var(--select-text-color, var(--text-color)));
}
.finsit-element_select .select-list > .filter-input-container {
  padding: calc(20px / 2);
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 8px;
}
.finsit-element_select .select-list > .filter-input-container > .filter-input {
  width: 100%;
  outline: none;
  border: none;
  color: var(--select-filter-text-color, var(--select-text-color, var(--text-color)));
  background-color: var(--select-filter-background-color, var(--select-background-color, var(--background-color, white)));
}
/* Bootstrap support */
.finsit-element_select.form-control {
  display: block;
  width: 100%;
  border-color: #cccccc !important;
  /* stylelint-disable-line declaration-no-important */
}
.finsit-element_select.form-control .select-list {
  border-color: #cccccc !important;
  /* stylelint-disable-line declaration-no-important */
}
.finsit-element_select.form-control.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* Right menu */
.right-menu-section .finsit-element_select,
.right-menu-block .finsit-element_select {
  width: 100%;
}
.finsit-element_spacer {
  display: inline-block;
}
.finsit-element_spacer.is-block {
  display: block;
}
.finsit-element_spacer.spacing {
  display: block;
}
.finsit-element_spacer.spacing > .finsit-element_container {
  display: block;
}
.finsit-element_spacer.fullWidth {
  display: block;
  width: 100%;
}
.finsit-element_spacer.fullWidth > .finsit-element_container {
  width: 100%;
}
.finsit-element_spinner {
  --border-width: calc(var(--size) / 9);
  display: inline-block;
  height: var(--size);
  position: relative;
  width: var(--size);
}
.finsit-element_spinner.size-none {
  --size: 0;
}
.finsit-element_spinner.size-small {
  --size: 19.2px;
}
.finsit-element_spinner.size-medium {
  --size: 32px;
}
.finsit-element_spinner.size-large {
  --size: 64px;
}
.finsit-element_spinner.size-extra-large {
  --size: 128px;
}
.finsit-element_spinner div {
  animation: finsit-spinner 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-radius: 50%;
  border: var(--border-width) solid;
  border-color: #38c8da transparent transparent transparent;
  box-sizing: border-box;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.finsit-element_spinner div:nth-child(1) {
  border-color: #eeeeee;
}
.finsit-element_spinner div:nth-child(2) {
  animation-delay: -0.35s;
}
.finsit-element_spinner div:nth-child(3) {
  animation-delay: -0.25s;
}
.finsit-element_spinner div:nth-child(4) {
  animation-delay: -0.15s;
}
@keyframes finsit-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.finsit-element_stacker {
  display: inline-flex;
}
.finsit-element_stacker.is-block {
  display: flex;
}
.finsit-element_stacker .stacker-item {
  display: contents;
}
.finsit-element_stacker.space-none {
  gap: 0;
}
.finsit-element_stacker.space-small {
  gap: 4.8px;
}
.finsit-element_stacker.space-medium {
  gap: 8px;
}
.finsit-element_stacker.space-large {
  gap: 16px;
}
.finsit-element_stacker.space-extra-large {
  gap: 32px;
}
.finsit-element_stacker.horizontal {
  flex-direction: row;
  align-items: center;
}
.finsit-element_stacker.horizontal.reversed {
  flex-direction: row-reverse;
}
.finsit-element_stacker.horizontal.space-align-top,
.finsit-element_stacker.horizontal.space-vertical-align-top {
  align-items: flex-start;
}
.finsit-element_stacker.horizontal.space-vertical-align-center {
  align-items: center;
}
.finsit-element_stacker.horizontal.space-align-center {
  align-items: center;
  justify-content: center;
}
.finsit-element_stacker.horizontal.space-align-baseline,
.finsit-element_stacker.horizontal.space-vertical-align-baseline {
  align-items: baseline;
}
.finsit-element_stacker.horizontal.space-align-bottom,
.finsit-element_stacker.horizontal.space-vertical-align-bottom {
  align-items: flex-end;
}
.finsit-element_stacker.horizontal.space-align-left,
.finsit-element_stacker.horizontal.space-horizontal-align-left {
  justify-content: start;
}
.finsit-element_stacker.horizontal.space-horizontal-align-center {
  justify-content: center;
}
.finsit-element_stacker.horizontal.space-align-right,
.finsit-element_stacker.horizontal.space-horizontal-align-right {
  justify-content: end;
}
.finsit-element_stacker.vertical {
  flex-direction: column;
  justify-content: center;
}
.finsit-element_stacker.vertical.reversed {
  flex-direction: column-reverse;
}
.finsit-element_stacker.vertical.space-align-top,
.finsit-element_stacker.vertical.space-vertical-align-top {
  justify-content: start;
}
.finsit-element_stacker.vertical.space-vertical-align-center {
  justify-content: center;
}
.finsit-element_stacker.vertical.space-align-center {
  align-items: center;
  justify-content: center;
}
.finsit-element_stacker.vertical.space-align-baseline,
.finsit-element_stacker.vertical.space-vertical-align-baseline {
  justify-content: center;
}
.finsit-element_stacker.vertical.space-align-bottom,
.finsit-element_stacker.vertical.space-vertical-align-bottom {
  justify-content: end;
}
.finsit-element_stacker.vertical.space-align-left,
.finsit-element_stacker.vertical.space-horizontal-align-left {
  align-items: flex-start;
}
.finsit-element_stacker.vertical.space-horizontal-align-center {
  align-items: center;
}
.finsit-element_stacker.vertical.space-align-right,
.finsit-element_stacker.vertical.space-horizontal-align-right {
  align-items: flex-end;
}
.finsit-element_stacker.fullWidth {
  width: 100%;
}
.finsit-element_stacker.fullWidth.horizontal > .stacker-item {
  flex-grow: 1;
}
.finsit-element_stacker.fullWidth.horizontal > .stacker-item > * {
  width: 100%;
}
.finsit-element_stacker.fullWidth.vertical > .stacker-item {
  width: 100%;
}
.finsit-element_stacker.fullWidth.vertical > .stacker-item > * {
  width: 100%;
}
.finsit-element_stacker.spacing {
  display: flex;
}
.finsit-element_stacker.spacing.between {
  justify-content: space-between;
}
.finsit-element_stacker.spacing.before {
  justify-content: flex-end;
}
.finsit-element_stacker.spacing.after {
  justify-content: flex-start;
}
/* Documentation only */
.finsit-element_stacker.verticalStacker {
  height: 214px;
}
.finsit-element_stacker.verticalStacker.center {
  margin-top: -96px;
  transform: translateY(96px);
}
.finsit-element_stacker.verticalStacker.bottom {
  margin-top: -193px;
  transform: translateY(193px);
}
.finsit-element_text {
  color: var(--text-color);
}
.finsit-element_text.emphasize {
  font-weight: bold;
}
.finsit-element_text.important {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
}
.finsit-element_text.subtle {
  opacity: 0.6;
}
.finsit-element_text.loading {
  position: relative;
}
.finsit-element_text.loading::after {
  content: " ";
  position: absolute;
  top: 100%;
  height: 1px;
  left: 0;
  right: 0;
  margin-top: -2px;
  background: linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 6px 1px, 6px 1px, 1px 6px, 1px 6px;
  background-position: 0 0, 1px 1px, 0 1px, 1px 0;
  animation: dash 15s linear infinite;
}
.finsit-element_text.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
:root {
  --text-color: #747474;
  --text-color-hover: #747474;
  --reversed-text-color: white;
  --background-color: white;
  --background-color-hover: #f0f0f0;
  --select-background-color-hover: var(--background-color);
  --border-color: #ebebeb;
}
.finsit-element_theme {
  display: contents;
}
.finsit-element_theme.dark-card {
  --text-color: #dddddd;
  --text-color-hover: var(--text-color);
  --reversed-text-color: #747474;
  --background-color: #565656;
  --background-color-hover: #424242;
  --border-color: #6b6b6b;
  --select-background-color-hover: #8a8a8a;
  --button-background-color: var(--background-color);
  --button-text-color: white;
  --button-border-color: var(--border-color);
  --button-hover-background-color: var(--select-background-color-hover);
  --button-hover-text-color: white;
  --button-hover-border-color: var(--border-color);
}
.finsit-element_theme.light-card {
  --text-color: #424242;
  --text-color-hover: #dddddd;
  --reversed-text-color: #747474;
  --background-color: white;
  --background-color-hover: var(--brand-lighter);
}
.finsit-element_theme.dark-select {
  --background-color: #999999;
  --text-color: #eeeeee;
  --border-color: #6b6b6b;
  --select-background-color-hover: #8a8a8a;
}
.finsit-element_theme.agency-select {
  --background-color: #3f3f3f;
  --text-color: #aaaaaa;
  --border-color: #2f2f2f;
  --select-background-color-hover: #3f3f3f;
}
.finsit-element_theme.period-picker {
  --select-list-background-color-selected: transparent;
  --select-button-text-color: white;
  --select-max-height: auto;
  --select-header-text-color: #999999;
}
.roadmap-wizard-step .step-title {
  color: #424242;
}
.roadmap-wizard-step .step-subtitle {
  color: #999999;
}
.roadmap-wizard-step .step-content {
  padding: 30px 0;
}
.roadmap-wizard-step .step-content .title {
  font-weight: bold;
  color: #424242;
}
.roadmap-wizard-step .step-content .btn-default {
  background-color: white;
  min-width: 250px;
  border-radius: 5px;
}
.roadmap-wizard-step .step-content .wizard-step-dropdown-group {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.roadmap-wizard-step .step-content .wizard-step-dropdown-group:last-of-type {
  padding-bottom: 0;
}
.roadmap-wizard-step .step-content .period {
  display: flex;
  padding-bottom: 20px;
}
.roadmap-wizard-step .step-content .period .wizard-step-dropdown {
  padding-bottom: 0;
}
.roadmap-wizard-step .step-content .period .input-field {
  padding-left: 10px;
  min-width: 250px;
}
.roadmap-wizard-step .step-content .period .input-field .error {
  color: #ff6430;
}
.roadmap-wizard-step .step-content .wizard-step-dropdown {
  padding-bottom: 20px;
}
.roadmap-wizard-step .step-content .wizard-step-dropdown:last-of-type {
  padding-bottom: 0;
}
.roadmap-wizard-step .step-content .wizard-step-dropdown .title {
  padding-bottom: 5px;
}
.roadmap-wizard-step .step-content .wizard-step-input {
  display: flex;
  align-items: center;
}
.roadmap-wizard-step .step-content .wizard-step-input input {
  border: 0 none;
  box-shadow: none;
  width: 3em;
  padding: 0;
  margin: 0 1ch;
  border-bottom: 1px solid;
  border-radius: 0;
}
.roadmap-wizard-step .step-content .wizard-step-input .help-block {
  position: absolute;
}
.CancellingWizardHeaderWidget {
  border-bottom: 1px solid #999999;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
}
.CancellingWizardHeaderWidget .unstyle-button {
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
}
.CancellingWizardHeaderWidget .content-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.CancellingWizardHeaderWidget .content-container .title h3 {
  color: black;
  font-size: 2em;
  font-weight: bold;
  margin: 0;
}
.CancellingWizardHeaderWidget .content-container .description {
  margin-top: 10px;
  max-width: 650px;
  color: #999999;
}
.CancellingWizardHeaderWidget .close-container {
  flex: 0 0 64px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.CancellingWizardHeaderWidget .close-container .close-button {
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #dddddd;
}
.WidgetsListWidget.AccountPayableAndReceivableDelayEditorWidget .entry {
  position: relative;
}
.WidgetsListWidget.AccountPayableAndReceivableDelayEditorWidget .entry .percentage-label {
  margin-top: 5px;
  margin-bottom: 5px;
}
.WidgetsListWidget.AccountPayableAndReceivableDelayEditorWidget .entry .percent-container {
  width: 26px;
  margin-left: 4px;
}
.WidgetsListWidget.AccountPayableAndReceivableDelayEditorWidget .entry .delete-container {
  position: absolute;
  top: 0;
  right: 0;
}
.WidgetsListWidget.AccountPayableAndReceivableDelayEditorWidget .cards-container li .percentage-label {
  height: 20px;
}
.WidgetsListWidget.AccountPayableAndReceivableDelayEditorWidget .cards-container li .percentage-label .delete-button {
  margin-left: 4px;
}
.WidgetsListWidget.AccountPayableAndReceivableDelayEditorWidget .cards-container li .percentage-input {
  display: flex;
  align-items: center;
}
.WidgetsListWidget.AccountPayableAndReceivableDelayEditorWidget .cards-container li .percentage-input input {
  display: inline;
}
.WidgetsListWidget.AccountPayableAndReceivableDelayEditorWidget .cards-container li .percentage-input i {
  margin-left: 4px;
}
.WidgetsListWidget.AccountPayableAndReceivableDelayEditorWidget .cards-container li:last-child {
  align-self: flex-end;
}
.roadmap-wizard-step .step-content .accounts-payable,
.roadmap-wizard-step .step-content .accounts-receivable,
.roadmap-wizard-step .step-content .vat-accounts {
  margin-bottom: 20px;
}
.roadmap-wizard-step .step-content .accounts-payable .title,
.roadmap-wizard-step .step-content .accounts-receivable .title,
.roadmap-wizard-step .step-content .vat-accounts .title {
  padding-bottom: 10px;
}
.roadmap-wizard-step .step-content .accounts-payable:not(:last-of-type),
.roadmap-wizard-step .step-content .accounts-receivable:not(:last-of-type),
.roadmap-wizard-step .step-content .vat-accounts:not(:last-of-type) {
  border-bottom: 1px solid #dddddd;
}
.roadmap-wizard-step .step-content .accounts-payable .actions,
.roadmap-wizard-step .step-content .accounts-receivable .actions,
.roadmap-wizard-step .step-content .vat-accounts .actions {
  display: flex;
  flex-direction: column;
}
.roadmap-wizard-step .step-content .accounts-payable .actions .action,
.roadmap-wizard-step .step-content .accounts-receivable .actions .action,
.roadmap-wizard-step .step-content .vat-accounts .actions .action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.roadmap-wizard-step .step-content .accounts-payable .actions .action .action-label,
.roadmap-wizard-step .step-content .accounts-receivable .actions .action .action-label,
.roadmap-wizard-step .step-content .vat-accounts .actions .action .action-label {
  font-weight: bold;
}
.roadmap-wizard-step .step-content .accounts-payable .actions .action .error,
.roadmap-wizard-step .step-content .accounts-receivable .actions .action .error,
.roadmap-wizard-step .step-content .vat-accounts .actions .action .error {
  color: #ff6430;
}
.roadmap-wizard-step .step-content .accounts-payable .actions .wizard-step-dropdown,
.roadmap-wizard-step .step-content .accounts-receivable .actions .wizard-step-dropdown,
.roadmap-wizard-step .step-content .vat-accounts .actions .wizard-step-dropdown {
  padding: 10px;
}
.roadmap-wizard-step .step-content .existing-vat-accounts {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  row-gap: 20px;
}
.roadmap-wizard-step .step-content .existing-vat-accounts .actions {
  display: contents;
}
.roadmap-wizard-step .step-content .existing-vat-accounts .actions > widgetjs-widget {
  display: contents;
}
.roadmap-wizard-step .step-content .existing-vat-accounts .actions .action {
  display: contents;
}
.roadmap-wizard-step .step-content .existing-vat-accounts .actions .action .action-label {
  font-weight: bold;
}
.roadmap-wizard-step .step-content .existing-vat-accounts .actions .action .select-accounts {
  text-align: end;
}
.roadmap-wizard-step .step-content .existing-vat-accounts .actions .action .error {
  color: #ff6430;
}
.roadmap-wizard-step .step-content .existing-vat-accounts .actions .action > * {
  border-bottom: 1px solid #dddddd;
}
.roadmap-wizard-step .step-content .help-button {
  color: var(--brand-primary);
  margin-left: 4px;
}
.AccountGroupSetterLineWidget .account-group-setter-grid {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr;
  padding: 20px 0;
}
.AccountGroupSetterLineWidget .account-group-setter-grid .select-accounts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.AccountGroupSetterLineWidget .account-group-input .help-block.error {
  color: #b33c24;
}
.roadmap-wizard-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
#root > #storybook-widgetjs-container .WizardWithRoadmap {
  height: calc(100vh - 10px);
}
.WizardWithRoadmap .wizard-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.WizardWithRoadmap .wizard-container .wizard-header,
.WizardWithRoadmap .wizard-container .wizard-footer {
  flex: 0 0 auto;
}
.WizardWithRoadmap .wizard-container .wizard-content {
  flex: 1 1 auto;
}
.WizardWithRoadmap .wizard-container .roadmap-wizard-step {
  height: 100%;
  display: flex;
  gap: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
.WizardWithRoadmap .wizard-container .roadmap-wizard-step .left-widget {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.WizardWithRoadmap .wizard-container .roadmap-wizard-step .wizard-step-wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.ReleaseNotesDocumentContent {
  padding: 10px;
}
.ReleaseNotesDocumentContent.agency {
  background-color: #565656;
}
.ReleaseNotesDocumentContent .release-note {
  padding: 5px;
}
.ReleaseNotesDocumentContent .release-note .title {
  --text-color: --brand-lighter;
  font-weight: bold;
  padding: 2px;
}
.ReleaseNotesDocumentContent .release-note .title i {
  color: #00a4c1;
}
.ReleaseNotesDocumentContent .release-note .note {
  list-style: none;
  padding: 2px;
}
.ReleaseNotesDocumentContent .release-note .note i {
  color: #9ec94f;
}
.ReleaseNotesSummaryWidget .note {
  list-style: none;
  padding: 2px;
}
.ReleaseNotesSummaryWidget .note i {
  color: #9ec94f;
}
.CardWidget {
  color: white;
  text-align: center;
  overflow: hidden;
  height: 250px;
  display: flex;
  flex-direction: column;
}
a.CardWidget:hover {
  text-decoration: none;
  color: white;
}
.CardWidget.short {
  height: calc(250px - 67px);
}
.CardWidget.clickable {
  cursor: pointer;
}
.CardWidget.clickable:hover .card-content {
  background: #424242;
}
.CardWidget .card-content {
  position: relative;
  transition: 0.15s ease-out all;
  color: #dddddd;
  background: #565656;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.CardWidget .card-content.draggable {
  position: relative;
}
.CardWidget .card-content.draggable .draggable-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: move;
}
.CardWidget .card-content .card-title {
  display: inline-grid;
  padding-left: 4px;
  padding-right: 4px;
}
.CardWidget .card-content .card-title .title {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.3em;
  white-space: nowrap;
}
.CardWidget .card-content .card-title .subtitle {
  color: #999999;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 18px;
  padding: 0.3em;
  line-height: 1em;
}
.CardWidget .card-content .card-icon {
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.CardWidget .card-content .card-icon .fa,
.CardWidget .card-content .card-icon .far,
.CardWidget .card-content .card-icon .fas {
  margin-top: 10px;
  font-size: 80px;
}
.CardWidget .card-content .card-icon img,
.CardWidget .card-content .card-icon svg {
  width: 100%;
  height: 100%;
}
.CardWidget .card-content .card-icon.rounded {
  background: #2d2d2d;
  border-radius: 100%;
}
.CardWidget .card-content .card-icon.rounded .fa,
.CardWidget .card-content .card-icon.rounded .far,
.CardWidget .card-content .card-icon.rounded .fas,
.CardWidget .card-content .card-icon.rounded .fab {
  margin-top: 22px;
  font-size: 56px;
}
.CardWidget .card-content .card-icon.rounded img {
  border-radius: 100%;
}
.CardWidget .card-content .banner-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222222;
  padding: 3px;
}
.CardWidget .card-footer {
  height: 67px;
}
.CardWidget .card-footer .footer-actions {
  background-color: #222222;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.CardWidget .card-footer .footer-actions > ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.CardWidget .card-footer .footer-actions > ul > li.footer-action {
  list-style: none;
}
:root {
  /* stylelint-disable -- Custom variables should be kebab-case but those are generated from KPI names */
  --income-statement-chart-Income-color: #494e55;
  --income-statement-chart-CostsBeforeProfitEntries-color: #ca4850;
  /* stylelint-enable */
  --chart-transparent-white: rgba(255, 255, 255, 0);
  --chart-negative: #b33c24;
  --chart-positive-end-point: 130;
  --chart-negative-end-point: 90;
  --income-statement-chart-bar-distance-in-px: 2;
  --income-statement-chart-bar-thickness-in-px: 20;
  --balance-sheet-positive: #fdcd27;
  --cash-flow-outgoing: #dc744d;
  --cash-flow-ingoing: #777777;
  --cash-flow-positive: #00a4c1;
  --cash-flow-positive-gradient: #9ec94f;
  --cash-flow-positive-end-point: 150;
  --line-chart-positive-end-point: 250;
  --line-chart-negative-end-point: 200;
  --line-chart-current-value-radius-in-px: 4;
  --line-chart-forecast-dash-line-length-in-px: 7;
  --line-chart-forecast-dash-gap-length-in-px: 9;
  --stacked-bar-chart-thickness-in-px: 100;
}
body {
  --line-chart-border-color: var(--brand-primary);
}
.ClosingWrapperWidget .close.icon {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  color: black;
  width: 1px;
  /* having a width of 0 would prevent automated tests to click on it */
  position: relative;
  bottom: 5px;
}
.ConsecutiveMonthsSelectionWidget .month-selection {
  max-width: 130px;
}
.drawer-menu {
  position: fixed;
  top: 60px;
  right: -400px;
  bottom: 0;
  width: 400px;
  z-index: 990;
  /* this value is set to a high number to make sure the drawer-menu will always be on top of the other layers */
  background: white;
  padding: 0 30px;
  transition: 0.3s right cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: -5px 0 15px 0 rgba(0, 0, 0, 0.075);
  overflow-y: auto;
}
@media (max-width: 768px) {
  .drawer-menu {
    top: 50px;
    width: 100%;
    right: -100%;
  }
}
.drawer-menu.active {
  right: 0;
}
.drawer-menu > .content {
  height: 80%;
}
.drawer-menu .drawer-section h3,
.drawer-menu .drawer-section h4 {
  font-weight: 600;
}
.drawer-menu .drawer-section h3 {
  margin: 16px 0 8px 0;
}
.drawer-menu .drawer-section.darker {
  background-color: #f7f7f7;
}
.drawer-menu .drawer-section.darker h3 {
  padding-top: 10px;
}
.drawer-menu .drawer-section.darker h3,
.drawer-menu .drawer-section.darker h4 {
  padding-left: 10px;
}
.ForecastAssumptionsWidget .description .name {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 180px;
}
.ForecastAssumptionsWidget .account-group .WaitingButtonWidget .finsit-element_text {
  color: var(--brand-primary);
}
.reportViewer th.title-card {
  padding: 0;
}
.ForecastFiscalYearCard {
  text-align: center;
  height: 128px;
  /* magic to cover all the th */
  padding: 5px 0;
}
.ForecastFiscalYearCard.one-liner {
  text-align: left;
  padding: 5px;
  margin: -5px;
  line-height: 25px;
  height: 58px;
}
.ForecastFiscalYearCard.one-liner .title .emphasize {
  color: #424242;
}
.ForecastFiscalYearCard.one-liner .value {
  font-size: 2em;
  float: right;
  padding-right: 5px;
}
.ForecastFiscalYearCard.one-liner .footer {
  font-size: 1em;
}
.ForecastFiscalYearCard.one-liner .footer .value {
  font-size: 1em;
}
.ForecastFiscalYearCard.one-liner .periods {
  display: inline-block;
}
.ForecastFiscalYearCard.one-liner widgetjs-widget {
  display: inline-block;
}
.ForecastFiscalYearCard.one-liner.balance-sheet {
  padding: 0 5px;
}
.ForecastFiscalYearCard.one-liner.balance-sheet .total .value {
  font-size: 2em;
}
.ForecastFiscalYearCard.one-liner.balance-sheet .periods {
  height: inherit;
}
.ForecastFiscalYearCard.positive {
  background-color: #eff6df;
}
.ForecastFiscalYearCard.positive .value {
  font-weight: bold;
  color: #6c8142;
}
.ForecastFiscalYearCard.negative {
  background-color: #f6e0e1;
}
.ForecastFiscalYearCard.negative .value {
  font-weight: bold;
  color: #c33f46;
}
.ForecastFiscalYearCard .total .title {
  font-size: 1.3em;
}
.ForecastFiscalYearCard .total .title .emphasize {
  color: #424242;
}
.ForecastFiscalYearCard .total .value {
  font-size: 2.5em;
}
.ForecastFiscalYearCard .footer {
  font-size: 1.3em;
}
.ForecastFiscalYearCard .predicted .title {
  margin-right: 1ch;
}
.ForecastFiscalYearCard .predicted.positive .value {
  font-weight: bold;
  color: #6c8142;
}
.ForecastFiscalYearCard .predicted.negative .value {
  font-weight: bold;
  color: #c33f46;
}
.ForecastFiscalYearCard .predicted .value .spinner {
  display: inline-block;
}
.ForecastFiscalYearCard .periods {
  height: 1.42em;
}
.ForecastFiscalYearCard .periods > span:not(:last-child) {
  margin-right: 1ch;
}
.ForecastLoadingWidget {
  margin-top: 150px;
}
.ForecastTabsWidget .TabWidget .tab-buttons {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.ForecastTabsWidget .TabWidget .tab-buttons .nav {
  border-bottom: 0;
  padding: 0;
  display: block;
}
.ForecastTabsWidget .TabWidget .tab-buttons .nav > li {
  flex-grow: 0;
  border-bottom: none;
}
.ForecastTabsWidget .TabWidget .tab-buttons .nav > li > a {
  padding: 10px 0;
  margin: 0 30px 0 0;
  font-weight: 400;
  font-size: 1.1em;
  color: #424242;
  width: unset;
}
.ForecastTabsWidget .TabWidget .tab-buttons .nav > li > a:hover {
  color: #00a4c1;
}
.ForecastTabsWidget .TabWidget .tab-buttons .nav > li.active {
  background-color: transparent;
}
.ForecastTabsWidget .TabWidget .tab-buttons .nav > li.active > a {
  padding-bottom: 5px;
  border-bottom: 4px solid #00a4c1;
  color: #00a4c1;
  font-weight: 600;
}
.ManualJournalEntryDialog .link-text {
  cursor: pointer;
  color: var(--brand-primary);
}
.ManualJournalEntryDialog .help-block.has-error {
  color: #b33c24;
}
.ManualJournalEntryDialog .modal-body {
  padding-top: 0;
  padding-bottom: 40px;
}
.ManualJournalEntryDialog .form-group {
  display: flex;
  flex-direction: column;
}
.ManualJournalEntryDialog .form-group label {
  width: 100%;
  text-align: left;
}
.ManualJournalEntryDialog .form-group label:empty {
  display: none;
  visibility: hidden;
}
.ManualJournalEntryDialog .form-group label + div {
  width: 100%;
}
.ManualJournalEntryDialog .help-block:empty {
  display: none;
  visibility: hidden;
}
.ManualJournalEntryDialog .main-form > :first-child {
  margin-right: 8px;
  width: calc(60% - 16px);
  display: inline-block;
}
.ManualJournalEntryDialog .main-form > :nth-child(2) {
  width: calc(40% + 8px);
  display: inline-block;
}
.ManualJournalEntryDialog .transaction-field-form > :first-child {
  flex-grow: 1;
}
.ManualJournalEntryDialog .transaction-field-form > :not(:first-child) {
  flex: 0 0 20%;
}
.ManualJournalEntryDialog .transaction-field-form > :not(:first-child) > div > label {
  text-align: right;
}
.ManualJournalEntryDialog .transaction-field-form .accounts-container {
  display: flex;
}
.ManualJournalEntryDialog .transaction-field-form .accounts-container .accounts {
  flex-grow: 1;
  width: 0;
}
.ManualJournalEntryDialog .form-group {
  margin-bottom: 0;
}
.ManualJournalEntryDialog .TransactionFields .link-text i {
  font-size: 1.1em;
}
.ManualJournalEntryDialog .TransactionField {
  display: flex;
  gap: 8px;
  align-items: end;
  margin-bottom: 10px;
}
.ManualJournalEntryDialog .TransactionField > * {
  flex-grow: 1;
}
.ManualJournalEntryDialog .TransactionField .delete-icon {
  cursor: pointer;
  text-align: center;
  flex: 0 1 32px;
  margin-bottom: 10px;
}
.ManualJournalEntryDialog .balance-container {
  display: flex;
  justify-content: flex-end;
}
.ManualJournalEntryDialog .balance-card {
  display: flex;
  flex-direction: column;
  width: 144px;
  font-weight: bold;
  background-color: #f0f0f0;
  text-align: right;
  padding: 4px;
}
.ManualJournalEntryDialog .balance-card .unbalanced {
  color: #b33c24;
}
.WidgetsListWidget.TransactionFields:not(.inline) .entry {
  align-items: end;
}
.WidgetsListWidget.TransactionFields:not(.inline) .entry .content-container {
  flex-grow: 1;
}
.WidgetsListWidget.TransactionFields:not(.inline) .entry .delete-container {
  flex: 0 1 32px;
  text-align: center;
}
.WidgetsListWidget.TransactionFields:not(.inline) .entry .delete-container .delete-icon {
  cursor: pointer;
  margin-bottom: 18px;
}
.WidgetsListWidget.TransactionFields .cardListWidget .cards-container .card-container {
  margin-bottom: 0;
}
.ManualJournalEntryViewer {
  background: #f0f0f0;
  border: 0 none;
  border-radius: 4px;
  padding: 10px;
}
.ManualJournalEntryViewer .viewer-header {
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 1.1em;
  padding-bottom: 6px;
}
.ManualJournalEntryViewer .viewer-header .btn-group.open .actions-drawer {
  box-shadow: none;
  color: black;
}
.ManualJournalEntryViewer .viewer-header .actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ManualJournalEntryViewer .viewer-header .actions .action,
.ManualJournalEntryViewer .viewer-header .actions .actions-drawer {
  cursor: pointer;
}
.ManualJournalEntryViewer .viewer-header .actions .actions-menu {
  right: 0;
  left: auto;
  padding: 0;
}
.ManualJournalEntryViewer .viewer-header .actions .action-menu-item {
  color: #747474;
  cursor: pointer;
  padding: 4px 8px;
}
.ManualJournalEntryViewer .viewer-header .actions .action-menu-item.danger {
  color: #b33c24;
}
.ManualJournalEntryViewer .viewer-header .actions .action-menu-item:hover {
  background: #f0f0f0;
}
.ManualJournalEntryViewer .viewer-header .actions .action-menu-item i {
  width: 16px;
}
.ManualJournalEntryViewer .transactions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
.ManualJournalEntryViewer .transactions .transaction-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.ManualJournalEntryViewer .transactions ._transaction-line {
  display: table-row;
}
.ManualJournalEntryViewer .transactions ._transaction-line > * {
  display: table-cell;
  padding: 0 8px;
}
.ManualJournalEntryViewer .transactions ._transaction-line > *:first-child {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ManualJournalEntryViewer .transactions ._transaction-line > *:not(:first-child) {
  white-space: nowrap;
  border-left: 1px solid #cccccc;
  text-align: right;
}
.ManualJournalEntryViewer .transactions .transactions-header {
  display: table-row;
}
.ManualJournalEntryViewer .transactions .transactions-header > * {
  display: table-cell;
  padding: 0 8px;
}
.ManualJournalEntryViewer .transactions .transactions-header > *:first-child {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ManualJournalEntryViewer .transactions .transactions-header > *:not(:first-child) {
  white-space: nowrap;
  border-left: 1px solid #cccccc;
  text-align: right;
}
.ManualJournalEntryViewer .transactions .transactions-header > * {
  border-bottom: 1px solid #cccccc;
}
.ManualJournalEntryViewer .transactions .transaction {
  display: table-row;
}
.ManualJournalEntryViewer .transactions .transaction > * {
  display: table-cell;
  padding: 0 8px;
}
.ManualJournalEntryViewer .transactions .transaction > *:first-child {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ManualJournalEntryViewer .transactions .transaction > *:not(:first-child) {
  white-space: nowrap;
  border-left: 1px solid #cccccc;
  text-align: right;
}
.PackagesTableWidget .table-content {
  display: flex;
}
.PackagesTableWidget .table-content .column {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.PackagesTableWidget .table-content .column .head {
  position: relative;
  border-bottom: 2px solid transparent;
}
.PackagesTableWidget .table-content .column .cell {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 12px;
  line-height: 35px;
  font-weight: bold;
  white-space: nowrap;
}
.PackagesTableWidget .table-content .column .cell:nth-child(even) {
  background: #424242;
}
.PackagesTableWidget .table-content .features {
  flex: auto;
}
.PackagesTableWidget .table-content .features .feature-name:hover {
  cursor: pointer;
}
.PackagesTableWidget .table-content .features .feature-name .fa-info-circle {
  padding: 5px;
}
.PackagesTableWidget .table-content .package {
  outline: 0 solid #747474;
}
.PackagesTableWidget .table-content .package.selectable:hover {
  outline-width: 1px;
  transition: 0.15s ease-out all;
  cursor: pointer;
  z-index: 100;
}
.PackagesTableWidget .table-content .package .head {
  font-size: 20px;
  overflow: hidden;
  color: #747474;
}
.PackagesTableWidget .table-content .package .cell {
  text-align: center;
}
.PackagesTableWidget .table-content .package .cell .fa-times {
  color: #ff6430;
}
.PackagesTableWidget .table-content .package .cell .fa-check {
  color: #9ec94f;
}
.PackagesTableWidget .table-content .selected {
  border: 2px solid #9ec94f;
  box-shadow: 0 0 10px #2f2f2f;
  z-index: 10;
}
.PackagesTableWidget .table-content .selected .head {
  color: #dedede;
  background: #747474;
}
.PackagesTableWidget .table-content .selected .head .banner {
  position: absolute;
  float: right;
  right: -60px;
  top: -17px;
  transform: rotate(30deg);
  padding: 15px 60px 0;
  background: #9ec94f;
}
.PackagesTableWidget .table-content .selected .head .banner .fa,
.PackagesTableWidget .table-content .selected .head .banner .fas,
.PackagesTableWidget .table-content .selected .head .banner .far,
.PackagesTableWidget .table-content .selected .head .banner .fab {
  font-size: 17px;
  transform: rotate(-30deg);
  color: #ececec;
}
.PackagesTableWidget .table-content .selected .cell:nth-child(even) {
  background: #2f2f2f;
}
.PackagesTableWidget .table-content .selected .cell {
  background: #747474;
}
.pills-widget {
  display: flex;
  flex-direction: row;
}
.pills-widget .pill {
  color: #5a5a5a;
  background: #eeeeee;
  padding: 4px 14px;
  margin: 5px 5px 5px 5px;
  border-radius: 16px;
}
.pills-widget .pill:hover {
  background: #d5d5d5;
  text-decoration: none;
}
.pills-widget .pill.selected {
  color: white;
  background: var(--brand-primary);
}
.pills-widget .pill.selected:hover {
  color: white;
  background: var(--brand-darker);
}
.roadmap {
  list-style: none;
  padding: 0;
}
.roadmap .roadmap-step {
  display: flex;
  margin-bottom: 20px;
}
.roadmap .roadmap-step:last-of-type {
  margin: 0;
}
.roadmap .roadmap-step:last-of-type .roadmap-bullet::after {
  content: none;
}
.roadmap .roadmap-step .roadmap-bullet {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.roadmap .roadmap-step .roadmap-bullet.fa-check {
  color: white;
  background-color: #00a4c1;
}
.roadmap .roadmap-step .roadmap-bullet.step-index {
  color: #999999;
  background-color: #dddddd;
}
.roadmap .roadmap-step .roadmap-bullet::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #dddddd;
  left: 50%;
  transform: translateX(-50%);
  height: 16px;
  color: #999999;
  top: 100%;
  margin: 2px 0;
}
.roadmap .roadmap-step .step-label {
  color: #999999;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.roadmap .roadmap-step.active-step .roadmap-bullet {
  color: white;
  background-color: #00a4c1;
}
.roadmap .roadmap-step.active-step .step-label {
  color: #424242;
  font-weight: bold;
}
.roadmap.hide-labels {
  display: flex;
}
.roadmap.hide-labels .roadmap-step {
  margin-right: 10px;
  position: relative;
}
.roadmap.hide-labels .roadmap-step .roadmap-bullet {
  width: 12px;
  height: 12px;
  background-color: #dddddd;
}
.roadmap.hide-labels .roadmap-step .roadmap-bullet.checked {
  background-color: #00a4c1;
}
.roadmap.hide-labels .roadmap-step .roadmap-bullet::after {
  border-top: 1px solid;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  left: 100%;
  margin: 0 2px;
  height: 1px;
}
.TabWidget .tab-buttons {
  display: flex;
  align-items: center;
}
.TabWidget .tab-buttons .nav-tabs {
  flex-grow: 1;
  border-bottom: 1px solid #747474;
  display: flex;
}
.TabWidget .tab-buttons .nav-tabs > li {
  flex-grow: 1;
  text-align: center;
  background: transparent;
  border-bottom: 4px solid transparent;
  transition: 0.1s border-color ease-in;
}
.TabWidget .tab-buttons .nav-tabs > li > a {
  border: 0 none;
  padding: 10px 15px;
  font-weight: 800;
  color: #dddddd;
  transition: 0.1s color ease-in;
}
.TabWidget .tab-buttons .nav-tabs > li > a .finsit-element_text {
  color: inherit;
}
.TabWidget .tab-buttons .nav-tabs > li:hover {
  border-color: #696969;
}
.TabWidget .tab-buttons .nav-tabs > li.active {
  border-color: var(--brand-primary);
}
.TabWidget .tab-buttons .nav-tabs > li.active > a {
  color: white;
}
.TabWidget .tab-buttons .nav-tabs.subtabs {
  border-bottom: none;
}
.TabWidget .tab-buttons .nav-tabs.subtabs > li {
  flex-grow: 0;
}
.TabWidget .tab-buttons .nav-tabs.subtabs > li a {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs > li {
    width: 12.5%;
    background-position: center;
  }
}
.TabWidget .tab-container {
  background-color: #eeeeee;
  padding: 0;
  display: none;
}
@media (max-width: 480px) {
  .TabWidget .tab-container {
    display: block;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-1 li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-2 li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-3 li {
    width: 33.33333333%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-4 li {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-5 li {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-6 li {
    width: 16.66666667%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-7 li {
    width: 14.28571429%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-8 li {
    width: 12.5%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-9 li {
    width: 11.11111111%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-10 li {
    width: 10%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-11 li {
    width: 9.09090909%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-12 li {
    width: 8.33333333%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-13 li {
    width: 7.69230769%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-14 li {
    width: 7.14285714%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-15 li {
    width: 6.66666667%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-16 li {
    width: 6.25%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-17 li {
    width: 5.88235294%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-18 li {
    width: 5.55555556%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-19 li {
    width: 5.26315789%;
  }
}
@media (max-width: 768px) {
  .TabWidget ul.nav.nav-tabs.tabs-20 li {
    width: 5%;
  }
}
.TabWidget ul.nav.nav-tabs li {
  background-position: 5px center;
  background-repeat: no-repeat;
  text-align: left;
  height: 42px;
  display: block;
}
@media (max-width: 480px) {
  .TabWidget ul.nav.nav-tabs li {
    background-position: center;
    padding-left: 0;
  }
}
.TabWidget ul.nav.nav-tabs li.active {
  background-color: white;
}
.TabWidget ul.nav.nav-tabs li.active a {
  color: #555555;
  border: none;
}
.TabWidget ul.nav.nav-tabs li.tab-fiscal-years {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-fiscal-years {
    background-image: url("/Client/img/tabs-fiscal-years.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-fiscal-years {
    background-image: url("/Client/img/tabs-fiscal-years@2x.png");
    background-size: 42px 32px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-fiscal-years.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-kpi-presets {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-kpi-presets {
    background-image: url("/Client/img/tabs-kpi-presets.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-kpi-presets {
    background-image: url("/Client/img/tabs-kpi-presets@2x.png");
    background-size: 42px 32px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-kpi-presets.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-users {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-users {
    background-image: url("/Client/img/tabs-users.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-users {
    background-image: url("/Client/img/tabs-users@2x.png");
    background-size: 42px 32px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-users.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-consultants {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-consultants {
    background-image: url("/Client/img/tabs-consultants.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-consultants {
    background-image: url("/Client/img/tabs-consultants@2x.png");
    background-size: 42px 32px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-consultants.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-advanced-settings {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-advanced-settings {
    background-image: url("/Client/img/tabs-features.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-advanced-settings {
    background-image: url("/Client/img/tabs-features@2x.png");
    background-size: 42px 32px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-advanced-settings.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-company-info {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-company-info {
    background-image: url("/Client/img/tabs-company-info.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-company-info {
    background-image: url("/Client/img/tabs-company-info@2x.png");
    background-size: 42px 32px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-company-info.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-user-info {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-user-info {
    background-image: url("/Client/img/tabs-user-info.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-user-info {
    background-image: url("/Client/img/tabs-user-info@2x.png");
    background-size: 25px 27px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-user-info.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-user-image {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-user-image {
    background-image: url("/Client/img/tabs-user-image.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-user-image {
    background-image: url("/Client/img/tabs-user-image@2x.png");
    background-size: 30px 30px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-user-image.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-password {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-password {
    background-image: url("/Client/img/tabs-password.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-password {
    background-image: url("/Client/img/tabs-password@2x.png");
    background-size: 42px 32px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-password.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-language {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-language {
    background-image: url("/Client/img/tabs-language.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-language {
    background-image: url("/Client/img/tabs-language@2x.png");
    background-size: 42px 32px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-language.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-preliminary-documents {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-preliminary-documents {
    background-image: url("/Client/img/tabs-preliminary-documents.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-preliminary-documents {
    background-image: url("/Client/img/tabs-preliminary-documents@2x.png");
    background-size: 42px 34px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-preliminary-documents.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-packages {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-packages {
    background-image: url("/Client/img/tabs-packages.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-packages {
    background-image: url("/Client/img/tabs-packages@2x.png");
    background-size: 42px 34px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-packages.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-chart-of-accounts {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-chart-of-accounts {
    background-image: url("/Client/img/tabs-chart-of-accounts.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-chart-of-accounts {
    background-image: url("/Client/img/tabs-chart-of-accounts@2x.png");
    background-size: 42px 34px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-chart-of-accounts.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-vat-settings {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-vat-settings {
    background-image: url("/Client/img/tabs-vat-settings.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-vat-settings {
    background-image: url("/Client/img/tabs-vat-settings@2x.png");
    background-size: 42px 34px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-vat-settings.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-forecast {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-forecast {
    background-image: url("/Client/img/tabs-forecast.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-forecast {
    background-image: url("/Client/img/tabs-forecast@2x.png");
    background-size: 42px 34px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-forecast.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-KPIs {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-KPIs {
    background-image: url("/Client/img/tabs-kpi-presets.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-KPIs {
    background-image: url("/Client/img/tabs-kpi-presets@2x.png");
    background-size: 42px 32px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-KPIs.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-settings {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-settings {
    background-image: url("/Client/img/tabs-settings.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-settings {
    background-image: url("/Client/img/tabs-settings@2x.png");
    background-size: 42px 34px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-settings.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-theme {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-theme {
    background-image: url("/Client/img/tabs-theme.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-theme {
    background-image: url("/Client/img/tabs-theme@2x.png");
    background-size: 42px 32px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-theme.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-update {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-update {
    background-image: url("/Client/img/tabs-update.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-update {
    background-image: url("/Client/img/tabs-update@2x.png");
    background-size: 42px 32px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-update.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-period-report {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-period-report {
    background-image: url("/Client/img/tabs-period-report.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-period-report {
    background-image: url("/Client/img/tabs-period-report@2x.png");
    background-size: 42px 32px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-period-report.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-classic-report {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-classic-report {
    background-image: url("/Client/img/tabs-classic-report.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-classic-report {
    background-image: url("/Client/img/tabs-classic-report@2x.png");
    background-size: 42px 32px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-classic-report.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-advanced-theme-colors {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-advanced-theme-colors {
    background-image: url("/Client/img/tabs-advanced-theming.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-advanced-theme-colors {
    background-image: url("/Client/img/tabs-advanced-theming@2x.png");
    background-size: 42px 32px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-advanced-theme-colors.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li.tab-integrations {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .TabWidget ul.nav.nav-tabs li.tab-integrations {
    background-image: url("/Client/img/tab-integrations.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  .TabWidget ul.nav.nav-tabs li.tab-integrations {
    background-image: url("/Client/img/tab-integrations@2x.png");
    background-size: 42px 32px;
  }
}
.TabWidget ul.nav.nav-tabs li.tab-integrations.active {
  opacity: 1;
}
.TabWidget ul.nav.nav-tabs li a {
  width: 100%;
  height: 100%;
  padding-left: 50px;
  background: transparent !important;
  /* stylelint-disable-line declaration-no-important */
  cursor: pointer;
  color: black;
}
@media (min-width: 992px) {
  .TabWidget ul.nav.nav-tabs li a {
    padding-left: 15px;
    text-align: center;
  }
}
.TabWidget .tab-content {
  padding: 0 15px;
}
@media screen {
  .TabWidget .tab-content {
    padding: 15px;
  }
}
#viewport.agency-viewport .TabWidget .nav-tabs {
  border-color: #2f2f2f;
}
#viewport.agency-viewport .TabWidget .nav-tabs:not(.subtabs) {
  background-color: #2f2f2f;
}
#viewport.agency-viewport .TabWidget .nav-tabs li.active {
  background-color: #565656;
}
#viewport.agency-viewport .TabWidget .nav-tabs li.active a {
  color: #dedede;
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-fiscal-years {
    background-image: url("/Client/img/tabs-fiscal-years.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-fiscal-years.active {
    background-image: url("/Client/img/tabs-fiscal-years-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-fiscal-years {
    background-image: url("/Client/img/tabs-fiscal-years@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-fiscal-years.active {
    background-image: url("/Client/img/tabs-fiscal-years-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-users {
    background-image: url("/Client/img/tabs-users.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-users.active {
    background-image: url("/Client/img/tabs-users-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-users {
    background-image: url("/Client/img/tabs-users@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-users.active {
    background-image: url("/Client/img/tabs-users-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-consultants {
    background-image: url("/Client/img/tabs-consultants.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-consultants.active {
    background-image: url("/Client/img/tabs-consultants-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-consultants {
    background-image: url("/Client/img/tabs-consultants@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-consultants.active {
    background-image: url("/Client/img/tabs-consultants-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-company-info {
    background-image: url("/Client/img/tabs-company-info.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-company-info.active {
    background-image: url("/Client/img/tabs-company-info-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-company-info {
    background-image: url("/Client/img/tabs-company-info@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-company-info.active {
    background-image: url("/Client/img/tabs-company-info-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-advanced-settings {
    background-image: url("/Client/img/tabs-features.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-advanced-settings.active {
    background-image: url("/Client/img/tabs-features-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-advanced-settings {
    background-image: url("/Client/img/tabs-features@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-advanced-settings.active {
    background-image: url("/Client/img/tabs-features-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-user-info {
    background-image: url("/Client/img/tabs-user-info.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-user-info.active {
    background-image: url("/Client/img/tabs-user-info-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-user-info {
    background-image: url("/Client/img/tabs-user-info@2x.png");
    background-size: 25px 27px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-user-info.active {
    background-image: url("/Client/img/tabs-user-info-active@2x.png");
    background-size: 25px 27px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-user-image {
    background-image: url("/Client/img/tabs-user-image.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-user-image.active {
    background-image: url("/Client/img/tabs-user-image-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-user-image {
    background-image: url("/Client/img/tabs-user-image@2x.png");
    background-size: 30px 30px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-user-image.active {
    background-image: url("/Client/img/tabs-user-image-active@2x.png");
    background-size: 30px 30px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-password {
    background-image: url("/Client/img/tabs-password.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-password.active {
    background-image: url("/Client/img/tabs-password-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-password {
    background-image: url("/Client/img/tabs-password@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-password.active {
    background-image: url("/Client/img/tabs-password-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-language {
    background-image: url("/Client/img/tabs-language.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-language.active {
    background-image: url("/Client/img/tabs-language-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-language {
    background-image: url("/Client/img/tabs-language@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-language.active {
    background-image: url("/Client/img/tabs-language-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-preliminary-documents {
    background-image: url("/Client/img/tabs-preliminary-documents.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-preliminary-documents.active {
    background-image: url("/Client/img/tabs-preliminary-documents-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-preliminary-documents {
    background-image: url("/Client/img/tabs-preliminary-documents@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-preliminary-documents.active {
    background-image: url("/Client/img/tabs-preliminary-documents-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-kpi-presets {
    background-image: url("/Client/img/tabs-kpi-presets.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-kpi-presets.active {
    background-image: url("/Client/img/tabs-kpi-presets-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-kpi-presets {
    background-image: url("/Client/img/tabs-kpi-presets@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-kpi-presets.active {
    background-image: url("/Client/img/tabs-kpi-presets-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-chart-of-accounts {
    background-image: url("/Client/img/tabs-chart-of-accounts.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-chart-of-accounts.active {
    background-image: url("/Client/img/tabs-chart-of-accounts-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-chart-of-accounts {
    background-image: url("/Client/img/tabs-chart-of-accounts@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-chart-of-accounts.active {
    background-image: url("/Client/img/tabs-chart-of-accounts-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-vat-settings {
    background-image: url("/Client/img/tabs-vat-settings.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-vat-settings.active {
    background-image: url("/Client/img/tabs-vat-settings-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-vat-settings {
    background-image: url("/Client/img/tabs-vat-settings@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-vat-settings.active {
    background-image: url("/Client/img/tabs-vat-settings-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-KPIs {
    background-image: url("/Client/img/tabs-kpi-presets.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-KPIs.active {
    background-image: url("/Client/img/tabs-kpi-presets-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-KPIs {
    background-image: url("/Client/img/tabs-kpi-presets@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-KPIs.active {
    background-image: url("/Client/img/tabs-kpi-presets-active@2x.png");
    background-size: 42px 32px;
  }
}
#viewport.agency-viewport .TabWidget .nav-tabs li.tab-packages {
  opacity: 0.3;
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-packages {
    background-image: url("/Client/img/tabs-packages.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-packages {
    background-image: url("/Client/img/tabs-packages@2x.png");
    background-size: 42px 34px;
  }
}
#viewport.agency-viewport .TabWidget .nav-tabs li.tab-packages.active {
  opacity: 1;
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-settings {
    background-image: url("/Client/img/tabs-settings.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-settings.active {
    background-image: url("/Client/img/tabs-settings-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-settings {
    background-image: url("/Client/img/tabs-settings@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-settings.active {
    background-image: url("/Client/img/tabs-settings-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-theme {
    background-image: url("/Client/img/tabs-theme.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-theme.active {
    background-image: url("/Client/img/tabs-theme-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-theme {
    background-image: url("/Client/img/tabs-theme@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-theme.active {
    background-image: url("/Client/img/tabs-theme-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-update {
    background-image: url("/Client/img/tabs-update.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-update.active {
    background-image: url("/Client/img/tabs-update-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-update {
    background-image: url("/Client/img/tabs-update@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-update.active {
    background-image: url("/Client/img/tabs-update-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-period-report {
    background-image: url("/Client/img/tabs-period-report.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-period-report.active {
    background-image: url("/Client/img/tabs-period-report-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-period-report {
    background-image: url("/Client/img/tabs-period-report@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-period-report.active {
    background-image: url("/Client/img/tabs-period-report-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-classic-report {
    background-image: url("/Client/img/tabs-classic-report.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-classic-report.active {
    background-image: url("/Client/img/tabs-classic-report-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-classic-report {
    background-image: url("/Client/img/tabs-classic-report@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-classic-report.active {
    background-image: url("/Client/img/tabs-classic-report-active@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-advanced-theme-colors {
    background-image: url("/Client/img/tabs-advanced-theming.png");
    background-position: center;
  }
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-advanced-theme-colors.active {
    background-image: url("/Client/img/tabs-advanced-theming-active.png");
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-advanced-theme-colors {
    background-image: url("/Client/img/tabs-advanced-theming@2x.png");
    background-size: 42px 32px;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-advanced-theme-colors.active {
    background-image: url("/Client/img/tabs-advanced-theming-active@2x.png");
    background-size: 42px 32px;
  }
}
#viewport.agency-viewport .TabWidget .nav-tabs li.tab-integrations {
  opacity: 0.3;
}
@media (max-width: 992px) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-integrations {
    background-image: url("/Client/img/tab-integrations.png");
    background-position: center;
  }
}
@media (max-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-device-pixel-ratio: 2), (max-width: 992px) and only screen and (min-resolution: 192dpi), (max-width: 992px) and only screen and (min-resolution: 2dppx) {
  #viewport.agency-viewport .TabWidget .nav-tabs li.tab-integrations {
    background-image: url("/Client/img/tab-integrations@2x.png");
    background-size: 42px 32px;
  }
}
#viewport.agency-viewport .TabWidget .nav-tabs li.tab-integrations.active {
  opacity: 1;
}
#viewport.agency-viewport .TabWidget .nav-tabs li a {
  color: #d1d1d1;
  border: #565656;
}
#viewport.agency-viewport .TabWidget .nav-tabs li a:hover,
#viewport.agency-viewport .TabWidget .nav-tabs li a:active,
#viewport.agency-viewport .TabWidget .nav-tabs li a:focus {
  border: #565656;
}
.display-user-cards .cardListWidget .cards-container {
  max-width: revert;
  padding: revert;
}
.display-user-cards .cardListWidget .cards-container .avatar-icon {
  display: flex;
  justify-content: center;
}
.display-user-cards .cardListWidget .cards-container .avatar-icon .avatar {
  display: flex;
  flex-direction: column;
  align-content: center;
}
.WaitingButtonWidget .finsit-element_spinner {
  --size: 1em;
}
.WidgetsListWidget:not(.inline) .entry {
  display: flex;
  gap: 8px;
  align-items: center;
}
.WidgetsListWidget:not(.inline) .cardListWidget .cards-container .card-container {
  flex: 1 0 100%;
}
.WidgetsListWidget .help-block.error {
  color: #b33c24;
}
.prosemirror-suggestion {
  text-decoration: underline;
  text-decoration-color: var(--brand-primary);
  text-decoration-style: wavy;
  text-decoration-thickness: 1px;
}
.suggestion-item-container {
  z-index: 999999999 !important;
  /* stylelint-disable-line declaration-no-important */
  font-size: 0.9em;
  background: white;
  position: relative;
  box-shadow: 0 2px 6px 0 #cccccc;
  border-radius: 4px;
}
.suggestion-item-container .suggestion-item {
  padding: 2px 8px;
  cursor: pointer;
  min-width: 100px;
}
.suggestion-item-container .suggestion-item-active {
  background: var(--brand-primary);
  color: white;
}
.suggestion-item-container .suggestion-item-active:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.suggestion-item-container .suggestion-item-active:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-value-popover {
  z-index: 1000000000000;
}
.input-value-popover.invisible {
  visibility: hidden;
}
.input-value-popover .popover-title {
  padding: 8px;
}
.input-value-popover .currency-precision .new-dropdown {
  width: 100%;
}
.input-value-popover .popover-section.disabled {
  position: relative;
}
.input-value-popover .popover-section.disabled::after {
  content: " ";
  inset: 0;
  background: white;
  opacity: 0.8;
  position: absolute;
  z-index: 100;
}
.input-value-popover .period-shift,
.input-value-popover .currency-precision,
.input-value-popover .period-type,
.input-value-popover .value-type {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  padding: 10px 14px 4px 14px;
  margin-left: -14px;
  margin-right: -14px;
}
.input-value-popover .footer {
  font-size: 1em;
  padding: 0;
}
.input-value-popover .footer .popover-divider {
  margin: 0;
}
.input-value-popover .switch-label,
.input-value-popover .inline-dropdown-label {
  margin: 0;
  line-height: 27px;
}
.input-value-popover .switch-btn,
.input-value-popover .inline-dropdown {
  width: 80px;
  float: right;
}
.input-value-popover .flex-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.input-value-popover .flex-container > :first-child {
  flex: content 0 0;
}
.input-value-popover .flex-container > :nth-child(2) {
  flex: auto;
}
.input-value-popover .flex-container .index-picker .index-label {
  padding: 0 8px;
}
.input-value-popover .flex-container .index-picker .btn {
  padding: 6px 10px;
}
.input-value-popover input[type="checkbox"] {
  margin: 0;
}
.input-value {
  cursor: pointer;
  border: 1px solid transparent;
}
.input-value.ProseMirror-selectednode {
  box-sizing: border-box !important;
  /* stylelint-disable-line declaration-no-important */
  outline: none;
  border-radius: 2px;
  border-color: transparent;
  border-bottom: 1px solid var(--brand-primary);
}
.input-value.ProseMirror-selectednode .input-value-content,
.input-value.ProseMirror-selectednode .input-value-error {
  border-bottom: none;
}
.input-value .input-value-error {
  color: #b33c24;
  text-transform: uppercase;
  padding: 0;
  border-bottom: 1px dashed #b33c24;
}
.input-value .input-value-content {
  padding: 0;
  border-bottom: 1px dashed #999999;
}
.input-value .input-value-loader {
  display: inline-block;
  height: 1em;
  width: 1em;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(transparent, currentColor) content-box;
  mask: repeating-conic-gradient(transparent 0deg, black 1deg calc(360deg / 6 - 20deg - 1deg), transparent calc(360deg / 6 - 20deg) calc(360deg / 6)), radial-gradient(farthest-side, transparent calc(98% - 4px), black calc(100% - 4px));
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
  animation: load 1s infinite steps(6);
}
.input-value .input-value-loading {
  display: inline-block;
  position: relative;
}
.input-value .input-value-loading::after {
  content: " ";
  position: absolute;
  top: 100%;
  height: 1px;
  left: 0;
  right: 0;
  margin-top: -2px;
  background: linear-gradient(90deg, var(--brand-primary) 50%, transparent 50%), linear-gradient(90deg, var(--brand-primary) 50%, transparent 50%), linear-gradient(0deg, var(--brand-primary) 50%, transparent 50%), linear-gradient(0deg, var(--brand-primary) 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 6px 1px, 6px 1px, 1px 6px, 1px 6px;
  background-position: 0 0, 1px 1px, 0 1px, 1px 0;
  animation: dash 15s linear infinite;
}
@keyframes dash {
  0% {
    background-position: 0 0,
        300px 116px,
        0 150px,
        216px 0;
  }
  100% {
    background-position: 300px 0,
        0 116px,
        0 0,
        216px 150px;
  }
}
body.agency .popover-section.disabled::after {
  background: #363636;
}
.prosemirror-container {
  max-height: 100%;
  overflow-y: visible;
  border: 1px solid #cccccc;
}
.prosemirror-container .ProseMirror-menubar-wrapper {
  margin-top: 0;
}
.prosemirror-container .ProseMirror {
  padding: 5px;
  margin-top: 10px;
}
.prosemirror-container .ProseMirror .placeholder {
  font-style: italic;
}
.prosemirror-container .ProseMirror:focus-visible {
  outline: unset;
}
.prosemirror-container .ProseMirror:focus-visible .placeholder {
  display: none;
}
.prosemirror-container .ProseMirror img[src] {
  max-width: 300px;
  width: auto;
}
.prosemirror-container .ProseMirror-menubar-spacer + .ProseMirror-menubar {
  background: transparent;
  top: 0;
}
.prosemirror-container .ProseMirror-menubar {
  z-index: 2;
  display: flex;
  height: 30px;
  border-bottom: 1px solid #cccccc;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: white;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuseparator:nth-last-child(4) {
  flex-grow: 1;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menu-active {
  color: white;
  background: var(--brand-primary);
  vertical-align: bottom;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menu-active i {
  color: currentcolor;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem {
  flex: 0 1 36px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem.disabled {
  cursor: default;
  background: #eeeeee;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .dropdown {
  margin-top: -7px;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .dropdown .dropdown-toggle {
  padding-top: 4px;
  padding-bottom: 4px;
  border: 0 none;
  border-radius: 0;
  background: transparent;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .dropdown .dropdown-toggle .bs-caret {
  padding-left: 10px;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .dropdown .dropdown-menu {
  padding: 0;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .dropdown .dropdown-menu .search-field {
  padding: 5px;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .dropdown .dropdown-menu .items {
  max-height: 250px;
  overflow-y: auto;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .dropdown .dropdown-menu .items .item {
  white-space: nowrap;
  padding: 2px 10px;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .dropdown .dropdown-menu .items .item:hover,
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .dropdown .dropdown-menu .items .item.active {
  background: var(--brand-primary);
  color: white;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .dropdown.prosemirror-type .dropdown-menu {
  min-width: 84px;
  text-align: center;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem > * {
  display: flex;
  justify-content: center;
  padding-top: 7px;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem > *.ProseMirror-menu-dropdown-wrap-async {
  padding-top: 0;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem > *.ProseMirror-menu-dropdown-wrap-async .ProseMirror-menu-dropdown-wrap {
  padding-top: 5px;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem > *.ProseMirror-menu-dropdown-wrap {
  padding: 0 4px 0;
  /* stylelint-disable-next-line selector-max-universal */
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem > *.ProseMirror-menu-dropdown-wrap .ProseMirror-menu-dropdown {
  padding-top: 4px;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem > *.ProseMirror-menu-dropdown-wrap .ProseMirror-menu-dropdown-item > * {
  padding-top: 4px;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .async-error {
  color: #b33c24;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .ProseMirror-icon {
  color: #5a5a5a;
  height: 30px;
  text-align: center;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .ProseMirror-icon.ProseMirror-menu-active {
  color: white;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .ProseMirror-icon i {
  font-size: 14px;
  vertical-align: middle;
  margin: 0;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .ProseMirror-icon svg {
  height: 29px;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .ProseMirror-menu-dropdown-wrap {
  position: relative;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .ProseMirror-menu-dropdown-wrap .ProseMirror-menu-dropdown {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .ProseMirror-menu-dropdown-wrap .ProseMirror-menu-dropdown-menu {
  border: 1px solid #cccccc;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 28px;
  max-height: 200px;
  overflow: auto;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .ProseMirror-menu-dropdown-wrap .ProseMirror-menu-dropdown-menu .ProseMirror-menu-dropdown-item {
  background: white;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .ProseMirror-menu-dropdown-wrap .ProseMirror-menu-dropdown-menu .ProseMirror-menu-dropdown-item div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .ProseMirror-menu-dropdown-wrap .ProseMirror-menu-dropdown-menu .ProseMirror-menu-dropdown-item:hover {
  background: var(--brand-primary);
  color: white;
}
.prosemirror-container .ProseMirror-menubar .ProseMirror-menuitem .ProseMirror-menu-dropdown-wrap .ProseMirror-menu-dropdown-menu .ProseMirror-menu-dropdown-item:hover .ProseMirror-icon {
  color: white;
}
/* stylelint-disable-next-line selector-type-no-unknown */
placeholder {
  display: block;
  width: 100%;
  text-align: center;
  top: 10px;
  margin-bottom: -10px;
}
placeholder.alone {
  top: 30px;
  margin-bottom: 30px;
}
placeholder.reupload {
  margin-bottom: 0;
}
placeholder.reupload.alone {
  margin-bottom: 30px;
}
placeholder:empty {
  display: inline-block;
  height: 1em;
  width: 1em;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(transparent, currentColor) content-box;
  mask: repeating-conic-gradient(transparent 0deg, black 1deg calc(360deg / 6 - 20deg - 1deg), transparent calc(360deg / 6 - 20deg) calc(360deg / 6)), radial-gradient(farthest-side, transparent calc(98% - 4px), black calc(100% - 4px));
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
  animation: load 1s infinite steps(6);
  top: 2px;
  margin: 0 4px;
}
placeholder::after {
  content: none !important;
  /* stylelint-disable-line declaration-no-important */
}
placeholder img {
  opacity: 0.2;
}
placeholder .preview-container {
  display: inline-block;
  position: relative;
}
placeholder .picture-loader {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  height: 100%;
}
placeholder .picture-loader .inline-progress {
  color: var(--brand-primary);
  float: left;
  margin-top: 0;
}
placeholder .picture-loader::after {
  content: " ";
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: white;
  text-align: center;
  background-color: red;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  background-color: var(--brand-primary);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  width: 100%;
  animation: progress-bar-stripes 2s linear infinite;
}
placeholder .picture-loader::after .inline-progress {
  color: white;
  float: right;
}
placeholder .picture-loader::after.progress-closed {
  text-align: center;
  background-color: #4a4a4a;
}
placeholder .picture-loader::after.progress-closed .inline-progress {
  float: none;
  display: block;
  width: 100%;
  text-align: center;
}
placeholder .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 10%;
  min-height: 4px;
  max-height: 20px;
}
placeholder + br:last-child {
  display: none;
}
.ProseMirror-prompt {
  background: white;
  padding: 5px 10px 5px 15px;
  border: 1px solid silver;
  position: fixed;
  border-radius: 3px;
  z-index: 11;
  box-shadow: -0.5px 2px 5px rgba(0, 0, 0, 0.2);
}
.ProseMirror-prompt input[type="text"] {
  background: #f8f8f8;
  border: none;
  outline: none;
  margin: 2px 0;
  padding: 1px 4px;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons {
  margin-top: 14px;
  display: flex;
  gap: 4px;
  flex-direction: row-reverse;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  background-color: red;
  border-color: #e60000;
  --btn-primary-border: hsl(var(--highlight-color-h), var(--highlight-color-s), calc(var(--highlight-color-l) - 5%));
  color: #fff;
  background-color: var(--brand-primary);
  border-color: var(--btn-primary-border);
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:active:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.active:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:active.focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.focus {
  color: #5a5a5a;
  text-decoration: none;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:active,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.disabled,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit[disabled],
fieldset[disabled] .ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.disabled,
fieldset[disabled] a.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit {
  pointer-events: none;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:active,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.focus {
  color: #fff;
  background-color: #cc0000;
  border-color: #660000;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:hover {
  color: #fff;
  background-color: #cc0000;
  border-color: #a80000;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:active,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.active,
.open > .dropdown-toggle.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit {
  color: #fff;
  background-color: #cc0000;
  background-image: none;
  border-color: #a80000;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:active:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.active:hover,
.open > .dropdown-toggle.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:active:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.active:focus,
.open > .dropdown-toggle.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:active.focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.active.focus,
.open > .dropdown-toggle.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.focus {
  color: #fff;
  background-color: #a80000;
  border-color: #660000;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.disabled:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit[disabled]:hover,
fieldset[disabled] .ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.disabled:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit[disabled]:focus,
fieldset[disabled] .ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.disabled.focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit[disabled].focus,
fieldset[disabled] .ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.focus {
  background-color: red;
  border-color: #e60000;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit .badge {
  color: red;
  background-color: #fff;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:active,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.active,
.open .dropdown-toggle.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit {
  color: #fff;
  background-color: hsl(var(--highlight-color-h), var(--highlight-color-s), calc(var(--highlight-color-l) - 8%));
  border-color: hsl(var(--highlight-color-h), var(--highlight-color-s), calc(var(--highlight-color-l) - 17%));
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:hover:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:focus:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:active:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.active:hover,
.open .dropdown-toggle.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:hover:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:focus:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:active:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.active:focus,
.open .dropdown-toggle.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:focus {
  color: #fff;
  background-color: hsl(var(--highlight-color-h), var(--highlight-color-s), calc(var(--highlight-color-l) - 8%));
  border-color: hsl(var(--highlight-color-h), var(--highlight-color-s), calc(var(--highlight-color-l) - 17%));
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.disabled,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit[disabled],
fieldset[disabled] .ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.disabled:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit[disabled]:hover,
fieldset[disabled] .ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.disabled:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit[disabled]:focus,
fieldset[disabled] .ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.disabled:active,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit[disabled]:active,
fieldset[disabled] .ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit:active,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.disabled.active,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit[disabled].active,
fieldset[disabled] .ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit.active {
  background-color: var(--brand-primary);
  border-color: var(--btn-primary-border);
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-submit .finsit-element_icon-and-text {
  --text-color: white;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: red;
  border-radius: 0;
  color: var(--brand-primary);
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:active:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel.active:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel.focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:active.focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel.focus {
  color: #5a5a5a;
  text-decoration: none;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:active,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel.disabled,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel[disabled],
fieldset[disabled] .ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel.disabled,
fieldset[disabled] a.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel {
  pointer-events: none;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:active,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:active,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel.active,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel[disabled],
fieldset[disabled] .ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:focus,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:active {
  border-color: transparent;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:focus {
  color: #b30000;
  text-decoration: underline;
  background-color: transparent;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel[disabled]:hover,
fieldset[disabled] .ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel[disabled]:focus,
fieldset[disabled] .ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:focus {
  color: #777777;
  text-decoration: none;
}
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:hover,
.ProseMirror-prompt .ProseMirror-prompt-buttons .ProseMirror-prompt-cancel:focus {
  color: hsl(var(--highlight-color-h), var(--highlight-color-s), calc(var(--highlight-color-l) - 15%));
}
.WysiwygViewerWidget p:empty {
  height: calc(1.42857143 * 1em);
}
.wysiwyg-field .ProseMirror {
  overflow-y: auto;
  max-height: 250px;
}
.cardListWidget .cards-container {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 2%;
  max-width: 1024px;
}
.cardListWidget .cards-container .card-container {
  flex: 0 0 23%;
  margin-bottom: 30px;
  list-style: none;
}
@media (max-width: 992px) {
  .cardListWidget .cards-container .card-container {
    flex-basis: 31%;
  }
}
@media (max-width: 768px) {
  .cardListWidget .cards-container .card-container {
    flex-basis: 48%;
  }
}
@media (max-width: 480px) {
  .cardListWidget .cards-container .card-container {
    flex-basis: 100%;
  }
}
.cardListWidget .cards-container .card-container.drag-target {
  opacity: 0.2;
}
.cardListWidget .cards-container .card-container.drag-target .card-content-container {
  outline: 4px #777777 dashed;
}
.cardListWidget .cards-container .card-container.ghost-target {
  /*
         * transform: scale(.9); This style is responsible for some issues in Chrome-based.
         * See this for further information: https://3.basecamp.com/4201305/buckets/11571123/todos/6869725371
         */
}
/*
 * TEMPORARY
 */
.trailing-card.disabled {
  position: relative;
}
.trailing-card.disabled .companyCardWidget {
  opacity: 0.4;
}
.trailing-card.disabled .trailing-card-blocker {
  position: absolute;
  inset: 0;
}
.card-document .card-list .card-container:not(.trailing-card) {
  /* to remove */
}
.card-document .card-list .card-container:not(.trailing-card) .companyCardWidget .card-header .card-picture i.fa,
.card-document .card-list .card-container:not(.trailing-card) .companyCardWidget .card-header .card-picture i.fas {
  background: #2d2d2d;
}
.companyCardWidget {
  background: #565656;
  cursor: pointer;
  transition: 0.15s ease-out all;
  text-align: center;
  color: #dedede;
  overflow: hidden;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.companyCardWidget:not(.empty):hover {
  background: #424242;
}
.companyCardWidget .tmp.trailing-card {
  justify-content: flex-start;
}
.companyCardWidget .tmp.trailing-card .card-header {
  height: 80px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 25px;
}
.companyCardWidget .tmp.trailing-card .card-header .card-picture i.fa,
.companyCardWidget .tmp.trailing-card .card-header .card-picture i.fas,
.companyCardWidget .tmp.trailing-card .card-header .card-picture i.far,
.companyCardWidget .tmp.trailing-card .card-header .card-picture i.fab {
  font-size: 56px;
  padding-top: 35px;
}
.companyCardWidget .tmp.trailing-card .card-body {
  padding-top: 25px;
}
.companyCardWidget .tmp:not(.trailing-card) .card-header {
  margin-top: 10px;
  margin-bottom: 10px;
}
.companyCardWidget .tmp:not(.trailing-card) .card-header .card-picture {
  margin-top: 20px;
  margin-bottom: 20px;
}
.companyCardWidget .tmp:not(.trailing-card) .card-header .card-picture img {
  height: 80px;
  width: 80px;
}
.companyCardWidget .tmp:not(.trailing-card) .card-header .card-picture i.fa,
.companyCardWidget .tmp:not(.trailing-card) .card-header .card-picture i.fas,
.companyCardWidget .tmp:not(.trailing-card) .card-header .card-picture i.far,
.companyCardWidget .tmp:not(.trailing-card) .card-header .card-picture i.fab {
  border-radius: 50%;
  background-color: #333333;
  width: 80px;
  height: 80px;
  font-size: 46px;
  padding-top: 20px;
}
.companyCardWidget .tmp:not(.trailing-card) .card-body {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.companyCardWidget .card-body {
  margin-top: -10px;
  /* to remove */
  margin-bottom: 10px;
  /* to remove */
}
.companyCardWidget .card-body.empty {
  line-height: 66px;
  font-size: 20px;
  text-align: center;
  color: #999999;
}
.companyCardWidget .card-body h2 {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.companyCardWidget .card-body h3 {
  color: #999999;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 18px;
  padding: 0.3em;
  line-height: 1em;
}
.companyCardWidget .fiscal-year-dates .last-active-day {
  float: right;
  color: #999999;
}
.companyCardWidget .card-footer {
  /* to remove */
  margin-bottom: 10px;
}
.companyCardWidget .card-footer.custom-footer {
  height: 67px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.companyCardWidget .card-footer ul.company-actions {
  background-color: #222222;
}
.GroupByDecorator {
  margin: 0 auto;
  max-width: 1024px;
}
.loading-background {
  background: #333333;
  background: linear-gradient(110deg, #333333 8%, #444444 28%, #333333 53%);
  background-size: 200% 200%;
  animation: 1.5s shine linear infinite;
}
.companyCardWidget.empty {
  cursor: default;
}
.companyCardWidget.empty .card-header .card-picture {
  height: 80px;
}
.companyCardWidget.empty .card-header .card-picture i {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  font-size: 46px;
  padding-top: 20px;
  background: #333333;
  background: linear-gradient(110deg, #333333 8%, #444444 28%, #333333 53%);
  background-size: 200% 200%;
  animation: 1.5s shine linear infinite;
}
.companyCardWidget.empty .card-body h2 {
  height: 23.1px;
  margin: 0 40px;
  background: #333333;
  background: linear-gradient(110deg, #333333 8%, #444444 28%, #333333 53%);
  background-size: 200% 200%;
  animation: 1.5s shine linear infinite;
}
.companyCardWidget.empty .card-footer {
  height: 67.25px;
}
.companyCardWidget.empty .card-footer ul {
  list-style-type: none;
  padding: 10px;
}
.companyCardWidget.empty .card-footer ul li {
  display: inline-block;
  width: 33%;
}
.companyCardWidget.empty .card-footer ul li i {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #333333;
  background: linear-gradient(110deg, #333333 8%, #444444 28%, #333333 53%);
  background-size: 200% 200%;
  animation: 1.5s shine linear infinite;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
.pagination-button-list {
  margin-top: 20px;
}
.pagination-button-list .navigation-buttons {
  display: flex;
  gap: 6px;
  justify-content: center;
}
.pagination-button-list .navigation-buttons .navigation-button {
  cursor: pointer;
  background: #565656;
  color: white;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
}
.pagination-button-list .navigation-buttons .navigation-button.selected {
  background: #8a8a8a;
  transform: scale(1.2);
}
.pagination-button-list .navigation-buttons .navigation-button.disabled {
  cursor: default;
  opacity: 0.1;
}
.pagination-button-list .total {
  margin-top: 10px;
  text-align: center;
}
.tableListWidget .trailing-item-container {
  list-style: none;
  margin-top: -10px;
  margin-bottom: 30px;
  width: 100%;
}
.tableListWidget .trailing-item-container .companyCardWidget:not(.trailing-card) {
  font-size: 0.5em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  gap: 20px;
}
.tableListWidget .trailing-item-container .companyCardWidget:not(.trailing-card) .card-header .card-picture {
  margin: 0;
}
.tableListWidget .trailing-item-container .companyCardWidget:not(.trailing-card) .card-header .card-picture i {
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 14px;
}
.tableListWidget .trailing-item-container .companyCardWidget:not(.trailing-card) .card-body {
  padding: 0;
}
.tableListWidget.loading {
  position: relative;
}
.tableListWidget.loading .click-blocker {
  position: absolute;
  inset: 0;
}
.tableListWidget.loading .grid thead th {
  opacity: 0.6;
  cursor: default;
}
.tableListWidget.loading .grid td i {
  background: #333333;
  background: linear-gradient(110deg, #333333 8%, #444444 28%, #333333 53%);
  background-size: 200% 200%;
  animation: 1.5s shine linear infinite;
}
.tableListWidget.loading .grid td .company-actions i {
  width: 35px;
  margin-left: 9px;
  margin-right: 9px;
  border-radius: 50%;
  background: #333333;
  background: linear-gradient(110deg, #333333 8%, #444444 28%, #333333 53%);
  background-size: 200% 200%;
  animation: 1.5s shine linear infinite;
}
.tableListWidget.loading .grid td span {
  color: transparent;
  background: #333333;
  background: linear-gradient(110deg, #333333 8%, #444444 28%, #333333 53%);
  background-size: 200% 200%;
  animation: 1.5s shine linear infinite;
}
.ComparePackagesWidget {
  display: block;
}
.ComparePackagesWidget table {
  width: 100%;
}
.ComparePackagesWidget thead {
  border-bottom: 1px solid #424242;
}
.ComparePackagesWidget tbody tr:nth-child(odd) {
  background-color: var(--table-row-accent-color);
}
.ComparePackagesWidget .icon.mark {
  color: #ff6430;
}
.ComparePackagesWidget .icon.check {
  color: #9ec94f;
}
.ComparePackagesWidget td,
.ComparePackagesWidget th {
  padding: 4px 8px;
}
.ComparePackagesWidget td:not(:first-of-type),
.ComparePackagesWidget th:not(:first-of-type) {
  text-align: center;
}
.PackageSelectionEditor .no-package-selected {
  margin-top: 30px;
}
.package-card-list .CardWidget {
  height: 200px;
  position: relative;
}
.package-card-list .CardWidget .inline-editor label {
  white-space: normal;
}
.package-card-list .card-title .subtitle {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
}
.package-card-list .default-package-button {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: color 0.2s linear;
}
.package-card-list .default-package-button.isSettingDefaultPackage .default-package-icon {
  display: none;
}
.package-card-list .default-package-button.isSettingDefaultPackage::after {
  content: " ";
  display: inline-block;
  height: 1em;
  width: 1em;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(transparent, currentColor) content-box;
  mask: repeating-conic-gradient(transparent 0deg, black 1deg calc(360deg / 6 - 20deg - 1deg), transparent calc(360deg / 6 - 20deg) calc(360deg / 6)), radial-gradient(farthest-side, transparent calc(98% - 4px), black calc(100% - 4px));
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
  animation: load 1s infinite steps(6);
  position: absolute;
  top: 0;
  right: 0;
}
.package-card-list .comparing-checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
}
.package-card-list .comparing-checkbox.shift {
  left: 30px;
}
.package-card-list .trash-button {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: color 0.2s linear;
}
.package-card-list .trash-button:hover {
  color: var(--error-color);
}
.package-card-list.isEditable .card-title .title {
  margin-left: 29px;
  /* 21px for the pen icon and 8px for the gap */
}
.package-card-list.isEditable .default-package-button:hover {
  color: var(--brand-primary);
}
.modal-content {
  --table-row-accent-color: #dbf3ff;
}
.dark-modal .modal-content {
  --text-color: white;
  --table-row-accent-color: #2d2d2d;
  background-color: #565656;
  color: var(--text-color);
}
.dark-modal .modal-content .close {
  opacity: 1;
  color: var(--text-color);
}
.package-card-list-features-list ul,
.package-card-list-subscribers-list ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}
.package-card-list-features-list .feature-icon,
.package-card-list-subscribers-list .feature-icon {
  color: #ff6430;
}
.package-card-list-features-list .feature-icon.enabled,
.package-card-list-subscribers-list .feature-icon.enabled {
  color: #9ec94f;
}
.makePackageCardList .CardWidget {
  height: 200px;
  position: relative;
}
.makePackageCardList .CardWidget .inline-editor label {
  white-space: normal;
}
.makePackageCardList .CardWidget.small-icon .card-icon .fa {
  margin-top: 30px;
  font-size: 60px;
}
.makePackageCardList .card-title .subtitle {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
}
.makePackageCardList .default-package-button {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: color 0.2s linear;
}
.makePackageCardList .default-package-button:hover {
  color: var(--brand-primary);
}
.makePackageCardList .default-package-button.isSettingDefaultPackage .default-package-icon {
  display: none;
}
.makePackageCardList .default-package-button.isSettingDefaultPackage::after {
  content: " ";
  display: inline-block;
  height: 1em;
  width: 1em;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(transparent, currentColor) content-box;
  mask: repeating-conic-gradient(transparent 0deg, black 1deg calc(360deg / 6 - 20deg - 1deg), transparent calc(360deg / 6 - 20deg) calc(360deg / 6)), radial-gradient(farthest-side, transparent calc(98% - 4px), black calc(100% - 4px));
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
  animation: load 1s infinite steps(6);
  position: absolute;
  top: 0;
  right: 0;
}
.makePackageCardList .comparing-checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
}
.makePackageCardList .comparing-checkbox.shift {
  left: 30px;
}
.makePackageCardList .trash-button {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: color 0.2s linear;
}
.makePackageCardList .trash-button:hover {
  color: var(--error-color);
}
.makePackageCardList.isEditable .card-title .title {
  margin-left: 29px;
  /* 21px for the pen icon and 8px for the gap */
}
.makePackageCardList.isEditable .default-package-button:hover {
  color: var(--brand-primary);
}
.VatSettingsEditor .add,
.VatSettingsEditor .delete {
  cursor: pointer;
}
.VatSettingsEditor .section.rates-section {
  margin: 40px 0;
}
.VatSettingsEditor .section.rates-section > label {
  font-size: 2em;
  margin-bottom: 20px;
}
.VatSettingsEditor .percent-input {
  position: relative;
}
.VatSettingsEditor .percent-input input {
  padding-right: 44px;
}
.VatSettingsEditor .percent-input::after {
  height: 32px;
  position: absolute;
  right: 1px;
  top: 1px;
  content: "\25";
  font-family: "Font Awesome 6 Free", FontAwesome, serif;
  width: 39px;
  background: var(--brand-primary);
  color: white;
  border-radius: 0 2px 2px 0;
  font-size: 1.4em;
  text-align: center;
  line-height: 34px;
}
.VatSettingsEditor .VatRatesEditor .card-container:first-of-type .entry .delete-container .delete-icon {
  margin-top: 35px;
}
.VatSettingsEditor .VatRatesEditor .entry {
  align-items: flex-start;
  margin-bottom: 8px;
}
.VatSettingsEditor .VatRatesEditor .entry .form-group {
  margin-bottom: 0;
}
.VatSettingsEditor .VatRatesEditor .entry .is-default-label {
  text-align: center;
}
.VatSettingsEditor .VatRatesEditor .entry .form-check {
  height: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.VatSettingsEditor .VatRatesEditor .entry .form-check .form-check-input {
  margin: 0;
}
.VatSettingsEditor .VatRatesEditor .entry .col-sm-2,
.VatSettingsEditor .VatRatesEditor .entry .col-sm-10 {
  padding: 0;
}
.VatSettingsEditor .VatRatesEditor .entry .content-container {
  flex-grow: 1;
}
.VatSettingsEditor .VatRatesEditor .entry .link-text i {
  font-size: 1.1em;
}
.VatSettingsEditor .VatRatesEditor .entry .delete-container {
  flex: 0 1 32px;
  text-align: center;
}
.VatSettingsEditor .VatRatesEditor .entry .delete-container .delete-icon {
  margin-top: 10px;
  margin-left: 8px;
}
.VatSettingsEditor .VatRatesEditor .add-container {
  margin-top: 10px;
  color: var(--brand-primary);
  padding-left: 108px;
}
.VatSettingsEditor .cardListWidget .cards-container .card-container {
  margin-bottom: 0;
}
.VatSettingsEditor .vat-payment-settings {
  max-width: 1024px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
}
.VatSettingsEditor .vat-payment-settings .vat-payment-settings-legend {
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 110px;
}
.VatSettingsEditor .vat-payment-settings .finsit-element_stacker {
  margin: auto 26px;
}
.VatSettingsEditor .vat-payment-settings .finsit-element_text {
  width: 76px;
  margin-top: 7px;
}
.VatSettingsEditor .vat-payment-settings input {
  width: 220px;
}
.VatSettingsEditor .vat-payment-settings .switch-btn {
  margin-top: 4px;
}
.vat-rate-field-form {
  display: flex;
}
.vat-rate-field-form > :first-child {
  flex: 0 0 100px;
  text-align: center;
}
.vat-rate-field-form > :not(:first-child) {
  flex: 1 0 calc(50% - 50px);
}
.mockup-country-packages {
  /*
   * Make the card list use the whole page
   */
  /*
   * Since we have a custom footer on card we need to adjust the trailing card
   * so that it looks good
   */
  /*
   * The style to have a pseudo-card list item for the packages
   */
}
.mockup-country-packages .cardListWidget .cards-container {
  max-width: none;
  padding: 60px;
}
.mockup-country-packages .CardWidget.trailing-card {
  height: 214px;
}
.mockup-country-packages .as-list-items .cards-container {
  flex-flow: column;
}
.mockup-country-packages .as-list-items .cards-container .card-container {
  margin-bottom: 10px;
}
.mockup-country-packages .as-list-items .cards-container .with-checkbox {
  width: 100%;
}
.mockup-country-packages .as-list-items .cards-container .list-item {
  width: 100%;
}
.mockup-country-packages .as-list-items .cards-container .list-item > .finsit-element_container > .finsit-element_button > .finsit-element_spacer {
  width: 100%;
}
.mockup-country-packages .as-list-items .cards-container .list-item .finsit-element_container:hover {
  color: var(--text-color-hover);
  background: var(--background-color-hover);
  transition: 0.15s ease-out all;
}
.mockup-country-packages .as-list-items .cards-container .list-item .draggable {
  cursor: move;
}
.mockup-country-packages .as-list-items .cards-container .list-item .package-name {
  flex: 1 0 auto;
}
.mockup-country-packages .as-list-items .cards-container .list-item .package-description {
  flex: 0 0 14%;
}
.mockup-country-packages .as-list-items .cards-container .list-item .package-creation-time {
  flex: 0 0 150px;
}
.mockup-country-packages .as-list-items .cards-container .list-item .package-number-of-users {
  flex: 0 0 100px;
}
.mockup-country-packages .as-list-items .cards-container .list-item .package-extra {
  flex: 0 0 20%;
}
.mockup-country-packages .finsit-element_theme.dark-card.with-transparent-background {
  --background-color: transparent;
}
/*
 * Grid module
 */
/*
 * Vars
 *
 */
/*
 * Mixins
 *
 */
/*
 * Style card lists by giving the number of desired cards per row for
 * each kind of display. Only works if each parameter is a divisor of
 * @grid-columns (12 by default).
 */
/*
 * Less
 *
 */
.overlay-container {
  position: relative;
}
.overlay-container .overlay-text {
  position: absolute;
  color: white;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay-container .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
table.grid {
  border: 1px solid #cccccc;
  width: 100%;
  margin-bottom: 30px;
}
table.grid .no-left-padding {
  padding-left: 0;
}
table.grid thead {
  background: #ececec;
  color: #424242;
}
table.grid thead th {
  padding: 6px 10px;
}
table.grid thead th.sortable {
  color: var(--brand-primary);
  cursor: pointer;
}
table.grid thead th.sortable.ascending i.sortable-icon.text::before {
  content: "\f15d";
}
table.grid thead th.sortable.descending i.sortable-icon.text::before {
  content: "\f15e";
}
table.grid thead th.sortable.ascending i.sortable-icon.number::before {
  content: "\f162";
}
table.grid thead th.sortable.descending i.sortable-icon.number::before {
  content: "\f163";
}
table.grid thead th.sortable.ascending i.sortable-icon.amount::before {
  content: "\f160";
}
table.grid thead th.sortable.descending i.sortable-icon.amount::before {
  content: "\f161";
}
table.grid thead th.sortable.ascending i.sortable-icon.other::before {
  content: "\f0de";
}
table.grid thead th.sortable.descending i.sortable-icon.other::before {
  content: "\f0dd";
}
table.grid thead th.sortable i.sortable-icon {
  text-align: center;
  width: 16px;
  visibility: hidden;
}
table.grid thead th.sortable.active i.sortable-icon {
  visibility: visible;
}
table.grid td {
  padding: 6px 10px;
}
table.grid td:not(.wrappable),
table.grid th:not(.wrappable) {
  white-space: nowrap;
}
.grid-actions {
  margin-bottom: 20px;
}
.grid-actions .btn {
  margin-left: 5px;
}
.list-switcher {
  margin-bottom: 10px;
}
.list-switcher:before,
.list-switcher:after {
  display: table;
  content: " ";
}
.list-switcher:after {
  clear: both;
}
.list-switcher:before,
.list-switcher:after {
  display: table;
  content: " ";
}
.list-switcher:after {
  clear: both;
}
.list-switcher .btn-group {
  float: right;
}
.card-list {
  padding: 0;
  margin: 0;
}
.card-list li.card {
  list-style-type: none;
  padding-bottom: 30px;
  /*
     * The default is to have 4 cards per row on a large screen.
     */
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 481px) {
  .card-list li.card {
    float: left;
    width: 50%;
  }
}
@media (min-width: 769px) {
  .card-list li.card {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 993px) {
  .card-list li.card {
    float: left;
    width: 25%;
  }
}
.list-show-more {
  text-align: center;
  margin: 10px;
}
.list-show-more .show-more-button {
  border: 1px solid #565656;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  padding: 10px;
}
.list-show-more .show-more-button:hover {
  border-color: #888888;
  color: white;
}
.list-show-more .show-more-button.disabled {
  color: #888888;
  cursor: not-allowed;
}
.list-show-more .show-more-button.disabled:hover {
  color: #888888;
  border-color: #565656;
}
.disclaimer-icon {
  margin: 0 10px 3px;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}
/*
 * Tree module
 */
ul.tree-root {
  padding-left: 0;
}
ul.tree-root ul.tree {
  margin-left: 0;
  padding-left: 0;
}
ul.tree-root .depth-0 .tree-item-header {
  padding-left: 14px;
}
ul.tree-root .depth-1 .tree-item-header {
  padding-left: 28px;
}
ul.tree-root .depth-2 .tree-item-header {
  padding-left: 42px;
}
ul.tree-root .depth-3 .tree-item-header {
  padding-left: 56px;
}
ul.tree-root .depth-4 .tree-item-header {
  padding-left: 70px;
}
ul.tree-root .depth-5 .tree-item-header {
  padding-left: 84px;
}
ul.tree-root .depth-6 .tree-item-header {
  padding-left: 98px;
}
ul.tree-root .depth-7 .tree-item-header {
  padding-left: 112px;
}
ul.tree-root .depth-8 .tree-item-header {
  padding-left: 126px;
}
ul.tree-root .depth-9 .tree-item-header {
  padding-left: 140px;
}
ul.tree-root .depth-10 .tree-item-header {
  padding-left: 154px;
}
ul.tree-root .depth-11 .tree-item-header {
  padding-left: 168px;
}
ul.tree-root .depth-12 .tree-item-header {
  padding-left: 182px;
}
ul.tree-root .depth-13 .tree-item-header {
  padding-left: 196px;
}
ul.tree-root .depth-14 .tree-item-header {
  padding-left: 210px;
}
ul.tree-root .depth-15 .tree-item-header {
  padding-left: 224px;
}
ul.tree-root .depth-16 .tree-item-header {
  padding-left: 238px;
}
ul.tree-root .depth-17 .tree-item-header {
  padding-left: 252px;
}
ul.tree-root .depth-18 .tree-item-header {
  padding-left: 266px;
}
ul.tree-root .depth-19 .tree-item-header {
  padding-left: 280px;
}
ul.tree-root .depth-20 .tree-item-header {
  padding-left: 294px;
}
ul.tree-root .depth-21 .tree-item-header {
  padding-left: 308px;
}
ul.tree-root .depth-22 .tree-item-header {
  padding-left: 322px;
}
ul.tree-root .depth-23 .tree-item-header {
  padding-left: 336px;
}
ul.tree-root .depth-24 .tree-item-header {
  padding-left: 350px;
}
ul.tree-root .depth-25 .tree-item-header {
  padding-left: 364px;
}
ul.tree-root .depth-26 .tree-item-header {
  padding-left: 378px;
}
ul.tree-root .depth-27 .tree-item-header {
  padding-left: 392px;
}
ul.tree-root .depth-28 .tree-item-header {
  padding-left: 406px;
}
ul.tree-root .depth-29 .tree-item-header {
  padding-left: 420px;
}
ul.tree-root .depth-30 .tree-item-header {
  padding-left: 434px;
}
ul.tree-root .depth-31 .tree-item-header {
  padding-left: 448px;
}
ul.tree-root .depth-32 .tree-item-header {
  padding-left: 462px;
}
ul.tree-root .depth-33 .tree-item-header {
  padding-left: 476px;
}
ul.tree-root .depth-34 .tree-item-header {
  padding-left: 490px;
}
ul.tree-root .depth-35 .tree-item-header {
  padding-left: 504px;
}
ul.tree-root .depth-36 .tree-item-header {
  padding-left: 518px;
}
ul.tree-root .depth-37 .tree-item-header {
  padding-left: 532px;
}
ul.tree-root .depth-38 .tree-item-header {
  padding-left: 546px;
}
ul.tree-root .depth-39 .tree-item-header {
  padding-left: 560px;
}
ul.tree-root .depth-40 .tree-item-header {
  padding-left: 574px;
}
ul.tree-root .depth-41 .tree-item-header {
  padding-left: 588px;
}
ul.tree-root .depth-42 .tree-item-header {
  padding-left: 602px;
}
ul.tree-root .depth-43 .tree-item-header {
  padding-left: 616px;
}
ul.tree-root .depth-44 .tree-item-header {
  padding-left: 630px;
}
ul.tree-root .depth-45 .tree-item-header {
  padding-left: 644px;
}
ul.tree-root .depth-46 .tree-item-header {
  padding-left: 658px;
}
ul.tree-root .depth-47 .tree-item-header {
  padding-left: 672px;
}
ul.tree-root .depth-48 .tree-item-header {
  padding-left: 686px;
}
ul.tree-root .depth-49 .tree-item-header {
  padding-left: 700px;
}
ul.tree-root .depth-50 .tree-item-header {
  padding-left: 714px;
}
ul.tree-root .depth-51 .tree-item-header {
  padding-left: 728px;
}
ul.tree-root .depth-52 .tree-item-header {
  padding-left: 742px;
}
ul.tree-root .depth-53 .tree-item-header {
  padding-left: 756px;
}
ul.tree-root .depth-54 .tree-item-header {
  padding-left: 770px;
}
ul.tree-root .depth-55 .tree-item-header {
  padding-left: 784px;
}
ul.tree-root .depth-56 .tree-item-header {
  padding-left: 798px;
}
ul.tree-root .depth-57 .tree-item-header {
  padding-left: 812px;
}
ul.tree-root .depth-58 .tree-item-header {
  padding-left: 826px;
}
ul.tree-root .depth-59 .tree-item-header {
  padding-left: 840px;
}
ul.tree-root .depth-60 .tree-item-header {
  padding-left: 854px;
}
ul.tree-root .depth-61 .tree-item-header {
  padding-left: 868px;
}
ul.tree-root .depth-62 .tree-item-header {
  padding-left: 882px;
}
ul.tree-root .depth-63 .tree-item-header {
  padding-left: 896px;
}
ul.tree-root .depth-64 .tree-item-header {
  padding-left: 910px;
}
ul.tree-root .depth-65 .tree-item-header {
  padding-left: 924px;
}
ul.tree-root .depth-66 .tree-item-header {
  padding-left: 938px;
}
ul.tree-root .depth-67 .tree-item-header {
  padding-left: 952px;
}
ul.tree-root .depth-68 .tree-item-header {
  padding-left: 966px;
}
ul.tree-root .depth-69 .tree-item-header {
  padding-left: 980px;
}
ul.tree-root .depth-70 .tree-item-header {
  padding-left: 994px;
}
ul.tree-root .depth-71 .tree-item-header {
  padding-left: 1008px;
}
ul.tree-root .depth-72 .tree-item-header {
  padding-left: 1022px;
}
ul.tree-root .depth-73 .tree-item-header {
  padding-left: 1036px;
}
ul.tree-root .depth-74 .tree-item-header {
  padding-left: 1050px;
}
ul.tree-root .depth-75 .tree-item-header {
  padding-left: 1064px;
}
ul.tree-root .depth-76 .tree-item-header {
  padding-left: 1078px;
}
ul.tree-root .depth-77 .tree-item-header {
  padding-left: 1092px;
}
ul.tree-root .depth-78 .tree-item-header {
  padding-left: 1106px;
}
ul.tree-root .depth-79 .tree-item-header {
  padding-left: 1120px;
}
ul.tree-root .depth-80 .tree-item-header {
  padding-left: 1134px;
}
ul.tree-root .depth-81 .tree-item-header {
  padding-left: 1148px;
}
ul.tree-root .depth-82 .tree-item-header {
  padding-left: 1162px;
}
ul.tree-root .depth-83 .tree-item-header {
  padding-left: 1176px;
}
ul.tree-root .depth-84 .tree-item-header {
  padding-left: 1190px;
}
ul.tree-root .depth-85 .tree-item-header {
  padding-left: 1204px;
}
ul.tree-root .depth-86 .tree-item-header {
  padding-left: 1218px;
}
ul.tree-root .depth-87 .tree-item-header {
  padding-left: 1232px;
}
ul.tree-root .depth-88 .tree-item-header {
  padding-left: 1246px;
}
ul.tree-root .depth-89 .tree-item-header {
  padding-left: 1260px;
}
ul.tree-root .depth-90 .tree-item-header {
  padding-left: 1274px;
}
ul.tree-root .depth-91 .tree-item-header {
  padding-left: 1288px;
}
ul.tree-root .depth-92 .tree-item-header {
  padding-left: 1302px;
}
ul.tree-root .depth-93 .tree-item-header {
  padding-left: 1316px;
}
ul.tree-root .depth-94 .tree-item-header {
  padding-left: 1330px;
}
ul.tree-root .depth-95 .tree-item-header {
  padding-left: 1344px;
}
ul.tree-root .depth-96 .tree-item-header {
  padding-left: 1358px;
}
ul.tree-root .depth-97 .tree-item-header {
  padding-left: 1372px;
}
ul.tree-root .depth-98 .tree-item-header {
  padding-left: 1386px;
}
ul.tree-root .depth-99 .tree-item-header {
  padding-left: 1400px;
}
ul.tree-root .depth-100 .tree-item-header {
  padding-left: 1414px;
}
ul.tree-root li.tree-item {
  list-style: none;
}
ul.tree-root li.tree-item:focus {
  outline: none;
}
ul.tree-root li.tree-item.tree-item-not-selectable > .tree-item-header {
  color: #dddddd;
}
ul.tree-root li.tree-item.selected > .tree-item-header {
  background: var(--brand-primary);
  color: white;
}
ul.tree-root li.tree-item .tree-item-header {
  padding-top: 2px;
  padding-bottom: 2px;
  height: 30px;
  line-height: 26px;
  cursor: default;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
ul.tree-root li.tree-item .tree-item-name {
  display: flex;
  align-items: center;
  width: 100%;
}
ul.tree-root li.tree-item i.tree-item-expander {
  margin-right: 8px;
  margin-left: 4px;
  width: 8px;
  cursor: pointer;
}
ul.tree-root li.tree-item i.tree-item-leaf {
  margin-left: 20px;
}
ul.tree-root.stripped {
  background: url("/Client/img/tree-stripped-background.png") top left repeat;
}
/*
 * File D&D
 */
/*
 * Drag and drop area
 *
 */
.drop-area {
  position: relative;
  border: 2px dashed transparent;
  border-radius: 6px;
  transition: all ease-in 0.1s;
}
.drop-area.dragover {
  border-color: #00a4c1;
}
.drop-area.dragover .drop-helper {
  display: flex;
}
.drop-area .drop-helper {
  display: none;
  align-items: center;
  position: absolute;
  inset: 0;
  opacity: 0.88;
  background: white;
}
.drop-area .drop-helper h3 {
  margin: 0;
  width: 100%;
  font-size: 1.8em;
  font-weight: bold;
  color: #00a4c1;
  text-align: center;
}
.drop-area .drop-helper i {
  margin-right: 8px;
}
/*
 * File upload widget
 */
.file-upload .filename {
  margin: 0 15px;
}
.file-upload .image-preview {
  max-height: 30px;
  width: auto;
  margin: 0 0 0 15px;
}
.file-upload i.fa-times {
  cursor: pointer;
}
/*
 * Empty archives
 */
.empty-archive {
  text-align: center;
  background: #f7f7f7;
  padding: 30px 0;
  margin-top: 60px;
  border: 1px solid #dddddd;
  border-left: none;
  border-right: none;
}
.empty-archive > i {
  font-size: 10em;
  line-height: 1em;
  margin: 20px 0;
  color: #bbbbbb;
}
.empty-archive h2 {
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: normal;
  text-transform: none;
  border: none;
  color: #535353;
}
.empty-archive h3 {
  color: #b9b9b9;
  font-weight: 100;
  font-size: 25px;
  margin: 0 0 20px;
}
.empty-archive .actions .btn {
  border: 2px solid #bebebe;
  border-radius: 4px;
  padding: 10px 20px;
  color: #636363;
  cursor: pointer;
  background: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
}
.empty-archive .actions .btn i {
  margin-right: 5px;
}
.empty-archive .actions .btn:hover {
  background: #378db8;
  color: white;
  border-color: #3a7e9f;
}
.empty-archive .empty-logo-container {
  text-align: left;
}
.empty-archive .finsit-element_icon.svg-icon.empty-icon {
  position: relative;
  width: 300px;
  height: auto;
  color: #bbbbbb;
  margin-top: 10px;
}
@media (max-width: 481px) {
  .empty-archive .finsit-element_icon.svg-icon.empty-icon {
    left: 30%;
    transform: scale(0.6) translateX(-50%);
  }
}
.empty-archive .empty-icon-face {
  fill: #bbbbbb;
  fill-opacity: 1;
  stroke: none;
}
.empty-archive .empty-icon-separator {
  fill: none;
  stroke: #bbbbbb;
  stroke-width: 2;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-opacity: 1;
  stroke-dasharray: none;
}
.empty-archive .empty-icon-folder {
  fill: none;
  stroke: #bbbbbb;
  stroke-width: 5;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-opacity: 1;
  stroke-dasharray: none;
}
.admin-body .empty-archive {
  background: transparent;
  border: 0 none;
}
.admin-body .empty-archive h2 {
  color: #747474;
}
/*
 * New left menu prototype
 *
 */
body.has-wk-header .leftmenu-container {
  top: 3.5rem;
}
.leftmenu-container {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 60px;
  bottom: 0;
  left: -1px;
  z-index: 1020;
  width: 220px;
  background-color: #818181;
  /*
   * Custom agency icon
   */
}
.leftmenu-container.pds-menu,
.leftmenu-container.pds-menu.lm-small {
  background-color: #232323;
}
.leftmenu-container.pds-menu ul.leftmenu li,
.leftmenu-container.pds-menu.lm-small ul.leftmenu li {
  border: 1px solid #232323;
}
.leftmenu-container.pds-menu ul.leftmenu a,
.leftmenu-container.pds-menu.lm-small ul.leftmenu a {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.leftmenu-container.pds-menu ul.leftmenu .lm-li-item,
.leftmenu-container.pds-menu.lm-small ul.leftmenu .lm-li-item {
  background-color: #232323 !important;
  /* stylelint-disable-line declaration-no-important */
  border-color: #232323 !important;
  /* stylelint-disable-line declaration-no-important */
}
.leftmenu-container.pds-menu ul.leftmenu .lm-li-item:hover,
.leftmenu-container.pds-menu.lm-small ul.leftmenu .lm-li-item:hover {
  border-color: #474747 !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #474747 !important;
  /* stylelint-disable-line declaration-no-important */
}
.leftmenu-container.pds-menu ul.leftmenu .lm-li-item.current,
.leftmenu-container.pds-menu.lm-small ul.leftmenu .lm-li-item.current,
.leftmenu-container.pds-menu ul.leftmenu .lm-li-item.current .lm-li-item.current,
.leftmenu-container.pds-menu.lm-small ul.leftmenu .lm-li-item.current .lm-li-item.current {
  border-color: #007ac3 !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #007ac3 !important;
  /* stylelint-disable-line declaration-no-important */
}
.leftmenu-container.pds-menu ul.leftmenu .leftmenu-consultant,
.leftmenu-container.pds-menu.lm-small ul.leftmenu .leftmenu-consultant {
  background-color: #232323;
  border-right: 1px solid #232323;
}
.leftmenu-container.lm-small {
  overflow: visible !important;
  /* stylelint-disable-line declaration-no-important */
  width: 60px;
}
.leftmenu-container.lm-small ul.leftmenu a i {
  display: none;
}
.leftmenu-container.lm-small ul.leftmenu li:hover a i {
  display: block;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item {
  width: 60px;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item.highlighted::after {
  content: "";
  width: 8px;
  height: 8px;
  top: 10px;
  left: 35px;
  border-radius: 50%;
  position: absolute;
  background: #b33c24;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item ul.lm-sub-menu {
  display: none;
  position: absolute;
  z-index: 1;
  top: 51px;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item ul.lm-sub-menu .lm-li-sub-item {
  background-color: #747474 !important;
  /* stylelint-disable-line declaration-no-important */
  border: 1px solid #747474;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item ul.lm-sub-menu .lm-li-sub-item:last-child {
  border-bottom: 1px solid #747474;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item ul.lm-sub-menu a span {
  display: inline;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item:hover {
  width: 220px;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item:hover a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 180px;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item:hover ul.lm-sub-menu {
  display: block;
  margin-left: 60px;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item.active,
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item.current {
  border-top: 1px solid #747474;
  border-right: 1px solid #747474;
  border-bottom: 1px solid #747474;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item.active li.lm-li-sub-item,
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item.current li.lm-li-sub-item {
  border-color: #747474;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item.lm-li-parent:hover {
  width: 280px;
  border-top: 1px solid #747474;
  border-right: 1px solid #747474;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item.lm-li-parent:hover a {
  background-color: #007bab;
  color: white;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item.lm-li-parent:hover li {
  border-color: #747474;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item.lm-li-parent:hover li a {
  background-color: #818181;
}
.leftmenu-container.lm-small ul.leftmenu .leftmenu-consultant {
  background-color: #676767;
  padding: 0;
  width: 60px;
  height: 59px;
  border-right: 1px solid #747474;
}
.leftmenu-container.lm-small ul.leftmenu .leftmenu-consultant h2 {
  display: none;
}
.leftmenu-container.lm-small ul.leftmenu .leftmenu-consultant h2 a {
  display: none;
}
.leftmenu-container.lm-small ul.leftmenu .leftmenu-consultant img {
  display: block;
  width: 46px;
  height: 46px;
  margin-top: 6px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
}
.leftmenu-container.lm-small ul.leftmenu .leftmenu-consultant strong {
  display: none;
}
.leftmenu-container.lm-small ul.leftmenu .leftmenu-consultant .back-to-agency-link {
  display: none;
}
.leftmenu-container.lm-small ul.leftmenu .leftmenu-consultant .back-to-agency-icon {
  width: 45px;
  height: 45px;
  background-size: 25px;
  margin-top: 8px;
}
.leftmenu-container.lm-small ul.leftmenu .leftmenu-consultant:hover {
  width: 220px;
  height: auto;
  padding: 10px;
  padding-left: 0;
}
.leftmenu-container.lm-small ul.leftmenu .leftmenu-consultant:hover h2 {
  display: block;
}
.leftmenu-container.lm-small ul.leftmenu .leftmenu-consultant:hover h2 a {
  display: inline-block;
}
.leftmenu-container.lm-small ul.leftmenu .leftmenu-consultant:hover img {
  display: block;
  width: 100px;
  height: 100px;
  max-width: initial;
  max-height: initial;
  border-radius: 50%;
}
.leftmenu-container.lm-small ul.leftmenu .leftmenu-consultant:hover .back-to-agency-link {
  display: block;
}
.leftmenu-container.lm-small ul.leftmenu .leftmenu-consultant:hover .back-to-agency-icon {
  width: 100px;
  height: 100px;
  background-size: 54px;
  margin-top: 0;
}
.leftmenu-container.lm-small ul.leftmenu .leftmenu-consultant:hover strong {
  display: block;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item.more-tile.overflowing {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 10;
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item.more-tile.overflowing:hover {
  width: 60px;
  border-color: #747474 !important;
  /* stylelint-disable-line declaration-no-important */
}
.leftmenu-container.lm-small ul.leftmenu li.lm-li-item.more-tile.overflowing:hover > a {
  /*
             * Overridden inline in the page with "!important"
             */
  background-color: #676767 !important;
  /* stylelint-disable-line declaration-no-important */
}
.leftmenu-container ul.leftmenu {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
  /*
     * height: 100%;
     */
  padding-top: 1px;
}
.leftmenu-container ul.leftmenu li.lm-li-item {
  background-color: #818181;
  border: 1px solid #747474;
  margin-top: -1px;
  width: 220px;
  position: relative;
  z-index: 2;
}
.leftmenu-container ul.leftmenu li.lm-li-item:hover {
  transition: 0.2s width ease-in;
}
.leftmenu-container ul.leftmenu li.lm-li-item a {
  overflow: hidden;
  position: relative;
  display: block;
  height: 50px;
  padding-left: 58px;
  /* icon-size minus the border */
  line-height: 50px;
  color: #cccccc;
  text-decoration: none;
  white-space: nowrap;
}
.leftmenu-container ul.leftmenu li.lm-li-item a.disabled {
  opacity: 0.4;
}
.leftmenu-container ul.leftmenu li.lm-li-item a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px;
}
.leftmenu-container ul.leftmenu li.lm-li-item a:hover {
  color: white;
  background-color: #676767;
}
.leftmenu-container ul.leftmenu li.lm-li-item a i {
  position: absolute;
  right: 15px;
  top: 17px;
}
.leftmenu-container ul.leftmenu li.lm-li-item ul.lm-sub-menu {
  display: none;
  position: relative;
  list-style: none;
  padding-left: 0;
  width: 220px;
  z-index: 3;
  left: -1px;
}
.leftmenu-container ul.leftmenu li.lm-li-item ul.lm-sub-menu li.lm-li-sub-item {
  background-color: #007bab;
  border: 1px solid #747474;
  border-top: 1px solid #747474;
  margin-top: -1px;
  width: 220px;
}
.leftmenu-container ul.leftmenu li.lm-li-item ul.lm-sub-menu li.lm-li-sub-item a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  /* icon width */
  white-space: nowrap;
  color: #eeeeee;
  background-color: #747474;
}
.leftmenu-container ul.leftmenu li.lm-li-item ul.lm-sub-menu li.lm-li-sub-item a.disabled {
  opacity: 0.4;
}
.leftmenu-container ul.leftmenu li.lm-li-item ul.lm-sub-menu li.lm-li-sub-item a:hover {
  color: white;
  background-color: #747474;
}
.leftmenu-container ul.leftmenu li.lm-li-item ul.lm-sub-menu li.lm-li-sub-item:last-child {
  border-bottom: none;
}
.leftmenu-container ul.leftmenu li.lm-li-item ul.lm-sub-menu li.lm-li-sub-item.active a,
.leftmenu-container ul.leftmenu li.lm-li-item ul.lm-sub-menu li.lm-li-sub-item.current a {
  background-color: #00709c;
}
.leftmenu-container ul.leftmenu li.lm-li-item.active {
  background-color: #007bab;
  border-top: 1px solid #747474;
}
.leftmenu-container ul.leftmenu li.lm-li-item.active a {
  color: white;
}
.leftmenu-container ul.leftmenu li.lm-li-item.active a:hover {
  background-color: #007bab;
}
.leftmenu-container ul.leftmenu li.lm-li-item.active ul.lm-sub-menu {
  display: block;
  border-bottom: 1px solid #5a5a5a;
}
.leftmenu-container ul.leftmenu li.lm-li-item.active ul.lm-sub-menu li.lm-li-sub-item {
  border-top-color: #5a5a5a;
  border-bottom-color: #5a5a5a;
}
.leftmenu-container ul.leftmenu li.lm-li-item.current {
  background-color: #007bab;
  border-top: 1px solid #747474;
  border-bottom: 1px solid #747474;
  border-right: 1px solid #747474;
}
.leftmenu-container ul.leftmenu li.lm-li-item.current a {
  color: white;
}
.leftmenu-container ul.leftmenu li.lm-li-item.current a:hover {
  background-color: #007bab;
}
.leftmenu-container ul.leftmenu li.lm-li-item:first-child {
  border-top: 1px solid #747474;
}
.leftmenu-container ul.leftmenu li.lm-li-item:first-child.active,
.leftmenu-container ul.leftmenu li.lm-li-item:first-child.current {
  border-top: 1px solid #747474;
  border-bottom: 1px solid #747474;
}
.leftmenu-container.lm-hide ul.leftmenu {
  display: none;
}
.leftmenu-container ul.leftmenu li.lm-li-item.more-tile {
  display: none;
}
.leftmenu-container .leftmenu-consultant {
  background-color: #676767;
  padding: 10px;
  position: absolute;
  width: 220px;
  bottom: 0;
  border-right: 1px solid #747474;
  border-left: 1px solid #747474;
  left: 0;
  z-index: 3;
  /*
     * The leftmenu is overflowing, set the consultant positioning to
     * fix its position to the bottom
     */
}
.leftmenu-container .leftmenu-consultant.overflowing {
  position: relative;
}
.leftmenu-container .leftmenu-consultant h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  font-family: "Fira Sans", helvetica, arial, sans-serif;
  font-weight: 700;
}
.leftmenu-container .leftmenu-consultant h2 a {
  position: absolute;
  right: 10px;
  top: 15px;
}
.leftmenu-container .leftmenu-consultant img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.leftmenu-container .leftmenu-consultant .back-to-agency-link {
  display: block;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  font-family: "Fira Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  color: #cccccc;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 34px;
}
.leftmenu-container .leftmenu-consultant .back-to-agency-link:hover {
  text-decoration: none;
  color: white;
}
.leftmenu-container .leftmenu-consultant .back-to-agency-link:hover .back-to-agency-arrow {
  background-image: url("/Client/img/circle-back-sm-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .leftmenu-container .leftmenu-consultant .back-to-agency-link:hover .back-to-agency-arrow {
    background-image: url("/Client/img/circle-back-sm-hover@2x.png");
    background-size: 34px 34px;
  }
}
.leftmenu-container .leftmenu-consultant .back-to-agency-icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #007bab;
}
.leftmenu-container .leftmenu-consultant .back-to-agency-arrow {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url("/Client/img/circle-back-sm.png");
  background-color: #4e4e4e;
  background-position: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .leftmenu-container .leftmenu-consultant .back-to-agency-arrow {
    background-image: url("/Client/img/circle-back-sm@2x.png");
    background-size: 34px 34px;
  }
}
.leftmenu-container .leftmenu-consultant strong {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  color: white;
  font-weight: normal;
}
#leftmenu-toggler {
  height: 60px;
  width: 60px;
  margin: 0;
  cursor: pointer;
  background-color: #007bab;
  background-position: center;
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
  float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #leftmenu-toggler {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  #leftmenu-toggler {
    /* #1 */
    background-position: 0 0px;
  }
}
#leftmenu-toggler:hover,
.active #leftmenu-toggler,
.current #leftmenu-toggler {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #leftmenu-toggler:hover,
  .active #leftmenu-toggler,
  .current #leftmenu-toggler {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  #leftmenu-toggler:hover,
  .active #leftmenu-toggler,
  .current #leftmenu-toggler {
    /* #1 */
    background-position: 0 0px;
  }
}
#leftmenu-toggler:hover {
  background-color: #006992;
}
@media (max-width: 768px) {
  #leftmenu-toggler {
    height: 50px;
    width: 60px;
    margin: 0;
    top: 0;
    position: absolute;
    float: none;
    background-position: 0 -5px;
    background-size: 60px auto !important;
    /* stylelint-disable-line declaration-no-important */
    left: 0;
  }
  #leftmenu-toggler:hover {
    background-position: 0 -5px;
    background-size: 60px auto !important;
    /* stylelint-disable-line declaration-no-important */
    left: 0;
  }
}
/*
 * media queries
 */
@media (max-width: 768px) {
  .leftmenu-container.lm-small {
    display: none;
  }
  .leftmenu-container {
    top: 50px;
  }
  .leftmenu-container,
  .leftmenu-container .leftmenu {
    background-color: #676767;
  }
  .leftmenu-container ul.leftmenu {
    padding-top: 0;
  }
  .leftmenu-container ul.leftmenu li.lm-li-item a {
    height: 40px;
    line-height: 40px;
  }
  .leftmenu-container ul.leftmenu li.lm-li-item a i {
    top: 13px;
  }
  .leftmenu-container ul.leftmenu li.lm-li-item ul.lm-sub-menu li.lm-li-sub-item a {
    height: 50px;
    line-height: 50px;
  }
  #viewport.leftmenu-lg-out {
    margin-left: 235px;
    margin-right: -235px;
  }
  #viewport.agency-viewport.leftmenu-lg-out {
    margin-left: 220px;
    margin-right: -220px;
  }
}
.menu-user-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -125px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-user-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-user-lg {
    /* #1 */
    background-position: 0 -130px;
  }
}
.menu-user-lg:hover,
.active .menu-user-lg,
.current .menu-user-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -125px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-user-lg:hover,
  .active .menu-user-lg,
  .current .menu-user-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-user-lg:hover,
  .active .menu-user-lg,
  .current .menu-user-lg {
    /* #1 */
    background-position: 0 -130px;
  }
}
.menu-user-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -125px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-user-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-user-sm {
    /* #1 */
    background-position: 0 -130px;
  }
}
.menu-user-sm:hover,
.active .menu-user-sm,
.current .menu-user-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -125px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-user-sm:hover,
  .active .menu-user-sm,
  .current .menu-user-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-user-sm:hover,
  .active .menu-user-sm,
  .current .menu-user-sm {
    /* #1 */
    background-position: 0 -130px;
  }
}
/*
 *UNDER USER
 */
.menu-companies-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -185px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-companies-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-companies-lg {
    /* #1 */
    background-position: 0 -190px;
  }
}
.menu-companies-lg:hover,
.active .menu-companies-lg,
.current .menu-companies-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -185px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-companies-lg:hover,
  .active .menu-companies-lg,
  .current .menu-companies-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-companies-lg:hover,
  .active .menu-companies-lg,
  .current .menu-companies-lg {
    /* #1 */
    background-position: 0 -190px;
  }
}
.menu-companies-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -185px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-companies-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-companies-sm {
    /* #1 */
    background-position: 0 -190px;
  }
}
.menu-companies-sm:hover,
.active .menu-companies-sm,
.current .menu-companies-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -185px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-companies-sm:hover,
  .active .menu-companies-sm,
  .current .menu-companies-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-companies-sm:hover,
  .active .menu-companies-sm,
  .current .menu-companies-sm {
    /* #1 */
    background-position: 0 -190px;
  }
}
.menu-user-settings-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -245px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-user-settings-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-user-settings-lg {
    /* #1 */
    background-position: 0 -250px;
  }
}
.menu-user-settings-lg:hover,
.active .menu-user-settings-lg,
.current .menu-user-settings-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -245px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-user-settings-lg:hover,
  .active .menu-user-settings-lg,
  .current .menu-user-settings-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-user-settings-lg:hover,
  .active .menu-user-settings-lg,
  .current .menu-user-settings-lg {
    /* #1 */
    background-position: 0 -250px;
  }
}
.menu-user-settings-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -245px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-user-settings-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-user-settings-sm {
    /* #1 */
    background-position: 0 -250px;
  }
}
.menu-user-settings-sm:hover,
.active .menu-user-settings-sm,
.current .menu-user-settings-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -245px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-user-settings-sm:hover,
  .active .menu-user-settings-sm,
  .current .menu-user-settings-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-user-settings-sm:hover,
  .active .menu-user-settings-sm,
  .current .menu-user-settings-sm {
    /* #1 */
    background-position: 0 -250px;
  }
}
.menu-user-logout-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -305px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-user-logout-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-user-logout-lg {
    /* #1 */
    background-position: 0 -310px;
  }
}
.menu-user-logout-lg:hover,
.active .menu-user-logout-lg,
.current .menu-user-logout-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -305px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-user-logout-lg:hover,
  .active .menu-user-logout-lg,
  .current .menu-user-logout-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-user-logout-lg:hover,
  .active .menu-user-logout-lg,
  .current .menu-user-logout-lg {
    /* #1 */
    background-position: 0 -310px;
  }
}
.menu-user-logout-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -305px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-user-logout-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-user-logout-sm {
    /* #1 */
    background-position: 0 -310px;
  }
}
.menu-user-logout-sm:hover,
.active .menu-user-logout-sm,
.current .menu-user-logout-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -305px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-user-logout-sm:hover,
  .active .menu-user-logout-sm,
  .current .menu-user-logout-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-user-logout-sm:hover,
  .active .menu-user-logout-sm,
  .current .menu-user-logout-sm {
    /* #1 */
    background-position: 0 -310px;
  }
}
/*
 *---
 */
.menu-overview-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -365px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-overview-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-overview-lg {
    /* #1 */
    background-position: 0 -370px;
  }
}
.menu-overview-lg:hover,
.active .menu-overview-lg,
.current .menu-overview-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -365px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-overview-lg:hover,
  .active .menu-overview-lg,
  .current .menu-overview-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-overview-lg:hover,
  .active .menu-overview-lg,
  .current .menu-overview-lg {
    /* #1 */
    background-position: 0 -370px;
  }
}
.menu-overview-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -365px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-overview-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-overview-sm {
    /* #1 */
    background-position: 0 -370px;
  }
}
.menu-overview-sm:hover,
.active .menu-overview-sm,
.current .menu-overview-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -365px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-overview-sm:hover,
  .active .menu-overview-sm,
  .current .menu-overview-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-overview-sm:hover,
  .active .menu-overview-sm,
  .current .menu-overview-sm {
    /* #1 */
    background-position: 0 -370px;
  }
}
.menu-business-activity-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -485px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-business-activity-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-business-activity-lg {
    /* #1 */
    background-position: 0 -490px;
  }
}
.menu-business-activity-lg:hover,
.active .menu-business-activity-lg,
.current .menu-business-activity-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -485px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-business-activity-lg:hover,
  .active .menu-business-activity-lg,
  .current .menu-business-activity-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-business-activity-lg:hover,
  .active .menu-business-activity-lg,
  .current .menu-business-activity-lg {
    /* #1 */
    background-position: 0 -490px;
  }
}
.menu-business-activity-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -485px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-business-activity-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-business-activity-sm {
    /* #1 */
    background-position: 0 -490px;
  }
}
.menu-business-activity-sm:hover,
.active .menu-business-activity-sm,
.current .menu-business-activity-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -485px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-business-activity-sm:hover,
  .active .menu-business-activity-sm,
  .current .menu-business-activity-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-business-activity-sm:hover,
  .active .menu-business-activity-sm,
  .current .menu-business-activity-sm {
    /* #1 */
    background-position: 0 -490px;
  }
}
.menu-company-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -545px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-company-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-company-lg {
    /* #1 */
    background-position: 0 -550px;
  }
}
.menu-company-lg:hover,
.active .menu-company-lg,
.current .menu-company-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -545px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-company-lg:hover,
  .active .menu-company-lg,
  .current .menu-company-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-company-lg:hover,
  .active .menu-company-lg,
  .current .menu-company-lg {
    /* #1 */
    background-position: 0 -550px;
  }
}
.menu-company-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -545px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-company-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-company-sm {
    /* #1 */
    background-position: 0 -550px;
  }
}
.menu-company-sm:hover,
.active .menu-company-sm,
.current .menu-company-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -545px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-company-sm:hover,
  .active .menu-company-sm,
  .current .menu-company-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-company-sm:hover,
  .active .menu-company-sm,
  .current .menu-company-sm {
    /* #1 */
    background-position: 0 -550px;
  }
}
.menu-search-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -605px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-search-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-search-lg {
    /* #1 */
    background-position: 0 -610px;
  }
}
.menu-search-lg:hover,
.active .menu-search-lg,
.current .menu-search-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -605px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-search-lg:hover,
  .active .menu-search-lg,
  .current .menu-search-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-search-lg:hover,
  .active .menu-search-lg,
  .current .menu-search-lg {
    /* #1 */
    background-position: 0 -610px;
  }
}
.menu-search-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -605px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-search-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-search-sm {
    /* #1 */
    background-position: 0 -610px;
  }
}
.menu-search-sm:hover,
.active .menu-search-sm,
.current .menu-search-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -605px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-search-sm:hover,
  .active .menu-search-sm,
  .current .menu-search-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-search-sm:hover,
  .active .menu-search-sm,
  .current .menu-search-sm {
    /* #1 */
    background-position: 0 -610px;
  }
}
.menu-compare-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1865px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-compare-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-compare-lg {
    /* #1 */
    background-position: 0 -1870px;
  }
}
.menu-compare-lg:hover,
.active .menu-compare-lg,
.current .menu-compare-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1865px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-compare-lg:hover,
  .active .menu-compare-lg,
  .current .menu-compare-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-compare-lg:hover,
  .active .menu-compare-lg,
  .current .menu-compare-lg {
    /* #1 */
    background-position: 0 -1870px;
  }
}
.menu-compare-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1865px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-compare-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-compare-sm {
    /* #1 */
    background-position: 0 -1870px;
  }
}
.menu-compare-sm:hover,
.active .menu-compare-sm,
.current .menu-compare-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1865px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-compare-sm:hover,
  .active .menu-compare-sm,
  .current .menu-compare-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-compare-sm:hover,
  .active .menu-compare-sm,
  .current .menu-compare-sm {
    /* #1 */
    background-position: 0 -1870px;
  }
}
.menu-kpis-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -725px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-kpis-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-kpis-lg {
    /* #1 */
    background-position: 0 -730px;
  }
}
.menu-kpis-lg:hover,
.active .menu-kpis-lg,
.current .menu-kpis-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -725px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-kpis-lg:hover,
  .active .menu-kpis-lg,
  .current .menu-kpis-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-kpis-lg:hover,
  .active .menu-kpis-lg,
  .current .menu-kpis-lg {
    /* #1 */
    background-position: 0 -730px;
  }
}
.menu-kpis-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -725px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-kpis-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-kpis-sm {
    /* #1 */
    background-position: 0 -730px;
  }
}
.menu-kpis-sm:hover,
.active .menu-kpis-sm,
.current .menu-kpis-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -725px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-kpis-sm:hover,
  .active .menu-kpis-sm,
  .current .menu-kpis-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-kpis-sm:hover,
  .active .menu-kpis-sm,
  .current .menu-kpis-sm {
    /* #1 */
    background-position: 0 -730px;
  }
}
/*
 *UNDER KPIS
 */
.menu-single-kpi-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -785px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-single-kpi-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-single-kpi-lg {
    /* #1 */
    background-position: 0 -790px;
  }
}
.menu-single-kpi-lg:hover,
.active .menu-single-kpi-lg,
.current .menu-single-kpi-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -785px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-single-kpi-lg:hover,
  .active .menu-single-kpi-lg,
  .current .menu-single-kpi-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-single-kpi-lg:hover,
  .active .menu-single-kpi-lg,
  .current .menu-single-kpi-lg {
    /* #1 */
    background-position: 0 -790px;
  }
}
.menu-single-kpi-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -785px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-single-kpi-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-single-kpi-sm {
    /* #1 */
    background-position: 0 -790px;
  }
}
.menu-single-kpi-sm:hover,
.active .menu-single-kpi-sm,
.current .menu-single-kpi-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -785px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-single-kpi-sm:hover,
  .active .menu-single-kpi-sm,
  .current .menu-single-kpi-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-single-kpi-sm:hover,
  .active .menu-single-kpi-sm,
  .current .menu-single-kpi-sm {
    /* #1 */
    background-position: 0 -790px;
  }
}
.menu-multiple-kpis-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -845px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-multiple-kpis-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-multiple-kpis-lg {
    /* #1 */
    background-position: 0 -850px;
  }
}
.menu-multiple-kpis-lg:hover,
.active .menu-multiple-kpis-lg,
.current .menu-multiple-kpis-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -845px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-multiple-kpis-lg:hover,
  .active .menu-multiple-kpis-lg,
  .current .menu-multiple-kpis-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-multiple-kpis-lg:hover,
  .active .menu-multiple-kpis-lg,
  .current .menu-multiple-kpis-lg {
    /* #1 */
    background-position: 0 -850px;
  }
}
.menu-multiple-kpis-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -845px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-multiple-kpis-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-multiple-kpis-sm {
    /* #1 */
    background-position: 0 -850px;
  }
}
.menu-multiple-kpis-sm:hover,
.active .menu-multiple-kpis-sm,
.current .menu-multiple-kpis-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -845px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-multiple-kpis-sm:hover,
  .active .menu-multiple-kpis-sm,
  .current .menu-multiple-kpis-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-multiple-kpis-sm:hover,
  .active .menu-multiple-kpis-sm,
  .current .menu-multiple-kpis-sm {
    /* #1 */
    background-position: 0 -850px;
  }
}
.menu-kpi-reports-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -905px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-kpi-reports-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-kpi-reports-lg {
    /* #1 */
    background-position: 0 -910px;
  }
}
.menu-kpi-reports-lg:hover,
.active .menu-kpi-reports-lg,
.current .menu-kpi-reports-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -905px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-kpi-reports-lg:hover,
  .active .menu-kpi-reports-lg,
  .current .menu-kpi-reports-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-kpi-reports-lg:hover,
  .active .menu-kpi-reports-lg,
  .current .menu-kpi-reports-lg {
    /* #1 */
    background-position: 0 -910px;
  }
}
.menu-kpi-reports-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -905px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-kpi-reports-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-kpi-reports-sm {
    /* #1 */
    background-position: 0 -910px;
  }
}
.menu-kpi-reports-sm:hover,
.active .menu-kpi-reports-sm,
.current .menu-kpi-reports-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -905px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-kpi-reports-sm:hover,
  .active .menu-kpi-reports-sm,
  .current .menu-kpi-reports-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-kpi-reports-sm:hover,
  .active .menu-kpi-reports-sm,
  .current .menu-kpi-reports-sm {
    /* #1 */
    background-position: 0 -910px;
  }
}
/*
 *---
 */
.menu-reporting-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -965px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-reporting-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-reporting-lg {
    /* #1 */
    background-position: 0 -970px;
  }
}
.menu-reporting-lg:hover,
.active .menu-reporting-lg,
.current .menu-reporting-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -965px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-reporting-lg:hover,
  .active .menu-reporting-lg,
  .current .menu-reporting-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-reporting-lg:hover,
  .active .menu-reporting-lg,
  .current .menu-reporting-lg {
    /* #1 */
    background-position: 0 -970px;
  }
}
.menu-reporting-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -965px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-reporting-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-reporting-sm {
    /* #1 */
    background-position: 0 -970px;
  }
}
.menu-reporting-sm:hover,
.active .menu-reporting-sm,
.current .menu-reporting-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -965px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-reporting-sm:hover,
  .active .menu-reporting-sm,
  .current .menu-reporting-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-reporting-sm:hover,
  .active .menu-reporting-sm,
  .current .menu-reporting-sm {
    /* #1 */
    background-position: 0 -970px;
  }
}
/*
 *UNDER REPORTING
 */
.menu-documents-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1025px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-documents-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-documents-lg {
    /* #1 */
    background-position: 0 -1030px;
  }
}
.menu-documents-lg:hover,
.active .menu-documents-lg,
.current .menu-documents-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1025px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-documents-lg:hover,
  .active .menu-documents-lg,
  .current .menu-documents-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-documents-lg:hover,
  .active .menu-documents-lg,
  .current .menu-documents-lg {
    /* #1 */
    background-position: 0 -1030px;
  }
}
.menu-documents-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1025px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-documents-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-documents-sm {
    /* #1 */
    background-position: 0 -1030px;
  }
}
.menu-documents-sm:hover,
.active .menu-documents-sm,
.current .menu-documents-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1025px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-documents-sm:hover,
  .active .menu-documents-sm,
  .current .menu-documents-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-documents-sm:hover,
  .active .menu-documents-sm,
  .current .menu-documents-sm {
    /* #1 */
    background-position: 0 -1030px;
  }
}
.menu-classic-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1085px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-classic-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-classic-lg {
    /* #1 */
    background-position: 0 -1090px;
  }
}
.menu-classic-lg:hover,
.active .menu-classic-lg,
.current .menu-classic-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1085px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-classic-lg:hover,
  .active .menu-classic-lg,
  .current .menu-classic-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-classic-lg:hover,
  .active .menu-classic-lg,
  .current .menu-classic-lg {
    /* #1 */
    background-position: 0 -1090px;
  }
}
.menu-classic-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1085px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-classic-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-classic-sm {
    /* #1 */
    background-position: 0 -1090px;
  }
}
.menu-classic-sm:hover,
.active .menu-classic-sm,
.current .menu-classic-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1085px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-classic-sm:hover,
  .active .menu-classic-sm,
  .current .menu-classic-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-classic-sm:hover,
  .active .menu-classic-sm,
  .current .menu-classic-sm {
    /* #1 */
    background-position: 0 -1090px;
  }
}
.menu-advisory-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1145px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-advisory-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-advisory-lg {
    /* #1 */
    background-position: 0 -1150px;
  }
}
.menu-advisory-lg:hover,
.active .menu-advisory-lg,
.current .menu-advisory-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1145px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-advisory-lg:hover,
  .active .menu-advisory-lg,
  .current .menu-advisory-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-advisory-lg:hover,
  .active .menu-advisory-lg,
  .current .menu-advisory-lg {
    /* #1 */
    background-position: 0 -1150px;
  }
}
.menu-advisory-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1145px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-advisory-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-advisory-sm {
    /* #1 */
    background-position: 0 -1150px;
  }
}
.menu-advisory-sm:hover,
.active .menu-advisory-sm,
.current .menu-advisory-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1145px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-advisory-sm:hover,
  .active .menu-advisory-sm,
  .current .menu-advisory-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-advisory-sm:hover,
  .active .menu-advisory-sm,
  .current .menu-advisory-sm {
    /* #1 */
    background-position: 0 -1150px;
  }
}
/* we temporarily use menu-advisory icon as icon for income-statement-with-budget */
.menu-income-statement-with-budget-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1145px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-income-statement-with-budget-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-income-statement-with-budget-lg {
    /* #1 */
    background-position: 0 -1150px;
  }
}
.menu-income-statement-with-budget-lg:hover,
.active .menu-income-statement-with-budget-lg,
.current .menu-income-statement-with-budget-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1145px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-income-statement-with-budget-lg:hover,
  .active .menu-income-statement-with-budget-lg,
  .current .menu-income-statement-with-budget-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-income-statement-with-budget-lg:hover,
  .active .menu-income-statement-with-budget-lg,
  .current .menu-income-statement-with-budget-lg {
    /* #1 */
    background-position: 0 -1150px;
  }
}
.menu-income-statement-with-budget-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1145px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-income-statement-with-budget-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-income-statement-with-budget-sm {
    /* #1 */
    background-position: 0 -1150px;
  }
}
.menu-income-statement-with-budget-sm:hover,
.active .menu-income-statement-with-budget-sm,
.current .menu-income-statement-with-budget-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1145px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-income-statement-with-budget-sm:hover,
  .active .menu-income-statement-with-budget-sm,
  .current .menu-income-statement-with-budget-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-income-statement-with-budget-sm:hover,
  .active .menu-income-statement-with-budget-sm,
  .current .menu-income-statement-with-budget-sm {
    /* #1 */
    background-position: 0 -1150px;
  }
}
.menu-clients-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1265px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-clients-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-clients-lg {
    /* #1 */
    background-position: 0 -1270px;
  }
}
.menu-clients-lg:hover,
.active .menu-clients-lg,
.current .menu-clients-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1265px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-clients-lg:hover,
  .active .menu-clients-lg,
  .current .menu-clients-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-clients-lg:hover,
  .active .menu-clients-lg,
  .current .menu-clients-lg {
    /* #1 */
    background-position: 0 -1270px;
  }
}
.menu-clients-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1265px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-clients-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-clients-sm {
    /* #1 */
    background-position: 0 -1270px;
  }
}
.menu-clients-sm:hover,
.active .menu-clients-sm,
.current .menu-clients-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1265px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-clients-sm:hover,
  .active .menu-clients-sm,
  .current .menu-clients-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-clients-sm:hover,
  .active .menu-clients-sm,
  .current .menu-clients-sm {
    /* #1 */
    background-position: 0 -1270px;
  }
}
.menu-consultants-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1385px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-consultants-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-consultants-lg {
    /* #1 */
    background-position: 0 -1390px;
  }
}
.menu-consultants-lg:hover,
.active .menu-consultants-lg,
.current .menu-consultants-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1385px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-consultants-lg:hover,
  .active .menu-consultants-lg,
  .current .menu-consultants-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-consultants-lg:hover,
  .active .menu-consultants-lg,
  .current .menu-consultants-lg {
    /* #1 */
    background-position: 0 -1390px;
  }
}
.menu-consultants-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1385px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-consultants-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-consultants-sm {
    /* #1 */
    background-position: 0 -1390px;
  }
}
.menu-consultants-sm:hover,
.active .menu-consultants-sm,
.current .menu-consultants-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1385px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-consultants-sm:hover,
  .active .menu-consultants-sm,
  .current .menu-consultants-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-consultants-sm:hover,
  .active .menu-consultants-sm,
  .current .menu-consultants-sm {
    /* #1 */
    background-position: 0 -1390px;
  }
}
.menu-users-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1445px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-users-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-users-lg {
    /* #1 */
    background-position: 0 -1450px;
  }
}
.menu-users-lg:hover,
.active .menu-users-lg,
.current .menu-users-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1445px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-users-lg:hover,
  .active .menu-users-lg,
  .current .menu-users-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-users-lg:hover,
  .active .menu-users-lg,
  .current .menu-users-lg {
    /* #1 */
    background-position: 0 -1450px;
  }
}
.menu-users-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1445px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-users-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-users-sm {
    /* #1 */
    background-position: 0 -1450px;
  }
}
.menu-users-sm:hover,
.active .menu-users-sm,
.current .menu-users-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1445px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-users-sm:hover,
  .active .menu-users-sm,
  .current .menu-users-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-users-sm:hover,
  .active .menu-users-sm,
  .current .menu-users-sm {
    /* #1 */
    background-position: 0 -1450px;
  }
}
.menu-report-archive-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1505px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-report-archive-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-report-archive-lg {
    /* #1 */
    background-position: 0 -1510px;
  }
}
.menu-report-archive-lg:hover,
.active .menu-report-archive-lg,
.current .menu-report-archive-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1505px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-report-archive-lg:hover,
  .active .menu-report-archive-lg,
  .current .menu-report-archive-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-report-archive-lg:hover,
  .active .menu-report-archive-lg,
  .current .menu-report-archive-lg {
    /* #1 */
    background-position: 0 -1510px;
  }
}
.menu-report-archive-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1505px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-report-archive-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-report-archive-sm {
    /* #1 */
    background-position: 0 -1510px;
  }
}
.menu-report-archive-sm:hover,
.active .menu-report-archive-sm,
.current .menu-report-archive-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1505px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-report-archive-sm:hover,
  .active .menu-report-archive-sm,
  .current .menu-report-archive-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-report-archive-sm:hover,
  .active .menu-report-archive-sm,
  .current .menu-report-archive-sm {
    /* #1 */
    background-position: 0 -1510px;
  }
}
.menu-income-statement-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1565px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-income-statement-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-income-statement-lg {
    /* #1 */
    background-position: 0 -1570px;
  }
}
.menu-income-statement-lg:hover,
.active .menu-income-statement-lg,
.current .menu-income-statement-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1565px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-income-statement-lg:hover,
  .active .menu-income-statement-lg,
  .current .menu-income-statement-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-income-statement-lg:hover,
  .active .menu-income-statement-lg,
  .current .menu-income-statement-lg {
    /* #1 */
    background-position: 0 -1570px;
  }
}
.menu-income-statement-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1565px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-income-statement-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-income-statement-sm {
    /* #1 */
    background-position: 0 -1570px;
  }
}
.menu-income-statement-sm:hover,
.active .menu-income-statement-sm,
.current .menu-income-statement-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1565px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-income-statement-sm:hover,
  .active .menu-income-statement-sm,
  .current .menu-income-statement-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-income-statement-sm:hover,
  .active .menu-income-statement-sm,
  .current .menu-income-statement-sm {
    /* #1 */
    background-position: 0 -1570px;
  }
}
.menu-balance-sheet-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1625px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-balance-sheet-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-balance-sheet-lg {
    /* #1 */
    background-position: 0 -1630px;
  }
}
.menu-balance-sheet-lg:hover,
.active .menu-balance-sheet-lg,
.current .menu-balance-sheet-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1625px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-balance-sheet-lg:hover,
  .active .menu-balance-sheet-lg,
  .current .menu-balance-sheet-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-balance-sheet-lg:hover,
  .active .menu-balance-sheet-lg,
  .current .menu-balance-sheet-lg {
    /* #1 */
    background-position: 0 -1630px;
  }
}
.menu-balance-sheet-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1625px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-balance-sheet-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-balance-sheet-sm {
    /* #1 */
    background-position: 0 -1630px;
  }
}
.menu-balance-sheet-sm:hover,
.active .menu-balance-sheet-sm,
.current .menu-balance-sheet-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1625px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-balance-sheet-sm:hover,
  .active .menu-balance-sheet-sm,
  .current .menu-balance-sheet-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-balance-sheet-sm:hover,
  .active .menu-balance-sheet-sm,
  .current .menu-balance-sheet-sm {
    /* #1 */
    background-position: 0 -1630px;
  }
}
.menu-cash-flow-report-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -425px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-cash-flow-report-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-cash-flow-report-sm {
    /* #1 */
    background-position: 0 -430px;
  }
}
.menu-cash-flow-report-sm:hover,
.active .menu-cash-flow-report-sm,
.current .menu-cash-flow-report-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -425px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-cash-flow-report-sm:hover,
  .active .menu-cash-flow-report-sm,
  .current .menu-cash-flow-report-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-cash-flow-report-sm:hover,
  .active .menu-cash-flow-report-sm,
  .current .menu-cash-flow-report-sm {
    /* #1 */
    background-position: 0 -430px;
  }
}
/*
 *---
 */
.menu-settings-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1205px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-settings-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-settings-lg {
    /* #1 */
    background-position: 0 -1210px;
  }
}
.menu-settings-lg:hover,
.active .menu-settings-lg,
.current .menu-settings-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1205px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-settings-lg:hover,
  .active .menu-settings-lg,
  .current .menu-settings-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-settings-lg:hover,
  .active .menu-settings-lg,
  .current .menu-settings-lg {
    /* #1 */
    background-position: 0 -1210px;
  }
}
.menu-settings-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1205px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-settings-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-settings-sm {
    /* #1 */
    background-position: 0 -1210px;
  }
}
.menu-settings-sm:hover,
.active .menu-settings-sm,
.current .menu-settings-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1205px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-settings-sm:hover,
  .active .menu-settings-sm,
  .current .menu-settings-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-settings-sm:hover,
  .active .menu-settings-sm,
  .current .menu-settings-sm {
    /* #1 */
    background-position: 0 -1210px;
  }
}
.menu-budget-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -425px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-budget-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-budget-lg {
    /* #1 */
    background-position: 0 -430px;
  }
}
.menu-budget-lg:hover,
.active .menu-budget-lg,
.current .menu-budget-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -425px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-budget-lg:hover,
  .active .menu-budget-lg,
  .current .menu-budget-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-budget-lg:hover,
  .active .menu-budget-lg,
  .current .menu-budget-lg {
    /* #1 */
    background-position: 0 -430px;
  }
}
.menu-budget-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -425px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-budget-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-budget-sm {
    /* #1 */
    background-position: 0 -430px;
  }
}
.menu-budget-sm:hover,
.active .menu-budget-sm,
.current .menu-budget-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -425px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-budget-sm:hover,
  .active .menu-budget-sm,
  .current .menu-budget-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-budget-sm:hover,
  .active .menu-budget-sm,
  .current .menu-budget-sm {
    /* #1 */
    background-position: 0 -430px;
  }
}
.menu-more-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1685px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-more-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-more-sm {
    /* #1 */
    background-position: 0 -1690px;
  }
}
.menu-more-sm:hover,
.active .menu-more-sm,
.current .menu-more-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1685px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-more-sm:hover,
  .active .menu-more-sm,
  .current .menu-more-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-more-sm:hover,
  .active .menu-more-sm,
  .current .menu-more-sm {
    /* #1 */
    background-position: 0 -1690px;
  }
}
.menu-period-report-archive-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1745px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-period-report-archive-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-period-report-archive-sm {
    /* #1 */
    background-position: 0 -1750px;
  }
}
.menu-period-report-archive-sm:hover,
.active .menu-period-report-archive-sm,
.current .menu-period-report-archive-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1745px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-period-report-archive-sm:hover,
  .active .menu-period-report-archive-sm,
  .current .menu-period-report-archive-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-period-report-archive-sm:hover,
  .active .menu-period-report-archive-sm,
  .current .menu-period-report-archive-sm {
    /* #1 */
    background-position: 0 -1750px;
  }
}
.menu-period-report-archive-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1745px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-period-report-archive-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-period-report-archive-lg {
    /* #1 */
    background-position: 0 -1750px;
  }
}
.menu-period-report-archive-lg:hover,
.active .menu-period-report-archive-lg,
.current .menu-period-report-archive-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1745px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-period-report-archive-lg:hover,
  .active .menu-period-report-archive-lg,
  .current .menu-period-report-archive-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-period-report-archive-lg:hover,
  .active .menu-period-report-archive-lg,
  .current .menu-period-report-archive-lg {
    /* #1 */
    background-position: 0 -1750px;
  }
}
.menu-period-notification-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1805px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-period-notification-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-period-notification-sm {
    /* #1 */
    background-position: 0 -1810px;
  }
}
.menu-period-notification-sm:hover,
.active .menu-period-notification-sm,
.current .menu-period-notification-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1805px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-period-notification-sm:hover,
  .active .menu-period-notification-sm,
  .current .menu-period-notification-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-period-notification-sm:hover,
  .active .menu-period-notification-sm,
  .current .menu-period-notification-sm {
    /* #1 */
    background-position: 0 -1810px;
  }
}
.menu-disclaimer-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1925px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-disclaimer-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-disclaimer-lg {
    /* #1 */
    background-position: 0 -1930px;
  }
}
.menu-disclaimer-lg:hover,
.active .menu-disclaimer-lg,
.current .menu-disclaimer-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1925px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-disclaimer-lg:hover,
  .active .menu-disclaimer-lg,
  .current .menu-disclaimer-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-disclaimer-lg:hover,
  .active .menu-disclaimer-lg,
  .current .menu-disclaimer-lg {
    /* #1 */
    background-position: 0 -1930px;
  }
}
.menu-disclaimer-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1925px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-disclaimer-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-disclaimer-sm {
    /* #1 */
    background-position: 0 -1930px;
  }
}
.menu-disclaimer-sm:hover,
.active .menu-disclaimer-sm,
.current .menu-disclaimer-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1925px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-disclaimer-sm:hover,
  .active .menu-disclaimer-sm,
  .current .menu-disclaimer-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-disclaimer-sm:hover,
  .active .menu-disclaimer-sm,
  .current .menu-disclaimer-sm {
    /* #1 */
    background-position: 0 -1930px;
  }
}
.menu-packages-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1985px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-packages-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-packages-lg {
    /* #1 */
    background-position: 0 -1990px;
  }
}
.menu-packages-lg:hover,
.active .menu-packages-lg,
.current .menu-packages-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1985px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-packages-lg:hover,
  .active .menu-packages-lg,
  .current .menu-packages-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-packages-lg:hover,
  .active .menu-packages-lg,
  .current .menu-packages-lg {
    /* #1 */
    background-position: 0 -1990px;
  }
}
.menu-packages-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1985px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-packages-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-packages-sm {
    /* #1 */
    background-position: 0 -1990px;
  }
}
.menu-packages-sm:hover,
.active .menu-packages-sm,
.current .menu-packages-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1985px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-packages-sm:hover,
  .active .menu-packages-sm,
  .current .menu-packages-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-packages-sm:hover,
  .active .menu-packages-sm,
  .current .menu-packages-sm {
    /* #1 */
    background-position: 0 -1990px;
  }
}
.menu-forecast-main-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -2045px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-forecast-main-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-forecast-main-lg {
    /* #1 */
    background-position: 0 -2050px;
  }
}
.menu-forecast-main-lg:hover,
.active .menu-forecast-main-lg,
.current .menu-forecast-main-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -2045px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-forecast-main-lg:hover,
  .active .menu-forecast-main-lg,
  .current .menu-forecast-main-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-forecast-main-lg:hover,
  .active .menu-forecast-main-lg,
  .current .menu-forecast-main-lg {
    /* #1 */
    background-position: 0 -2050px;
  }
}
.menu-forecast-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -2045px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-forecast-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-forecast-lg {
    /* #1 */
    background-position: 0 -2050px;
  }
}
.menu-forecast-lg:hover,
.active .menu-forecast-lg,
.current .menu-forecast-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -2045px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-forecast-lg:hover,
  .active .menu-forecast-lg,
  .current .menu-forecast-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-forecast-lg:hover,
  .active .menu-forecast-lg,
  .current .menu-forecast-lg {
    /* #1 */
    background-position: 0 -2050px;
  }
}
.menu-forecast-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -2045px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-forecast-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-forecast-sm {
    /* #1 */
    background-position: 0 -2050px;
  }
}
.menu-forecast-sm:hover,
.active .menu-forecast-sm,
.current .menu-forecast-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -2045px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-forecast-sm:hover,
  .active .menu-forecast-sm,
  .current .menu-forecast-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-forecast-sm:hover,
  .active .menu-forecast-sm,
  .current .menu-forecast-sm {
    /* #1 */
    background-position: 0 -2050px;
  }
}
.menu-forecast-templates-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -2045px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-forecast-templates-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-forecast-templates-lg {
    /* #1 */
    background-position: 0 -2050px;
  }
}
.menu-forecast-templates-lg:hover,
.active .menu-forecast-templates-lg,
.current .menu-forecast-templates-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -2045px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-forecast-templates-lg:hover,
  .active .menu-forecast-templates-lg,
  .current .menu-forecast-templates-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-forecast-templates-lg:hover,
  .active .menu-forecast-templates-lg,
  .current .menu-forecast-templates-lg {
    /* #1 */
    background-position: 0 -2050px;
  }
}
.menu-forecast-templates-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -2045px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-forecast-templates-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-forecast-templates-sm {
    /* #1 */
    background-position: 0 -2050px;
  }
}
.menu-forecast-templates-sm:hover,
.active .menu-forecast-templates-sm,
.current .menu-forecast-templates-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -2045px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-forecast-templates-sm:hover,
  .active .menu-forecast-templates-sm,
  .current .menu-forecast-templates-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-forecast-templates-sm:hover,
  .active .menu-forecast-templates-sm,
  .current .menu-forecast-templates-sm {
    /* #1 */
    background-position: 0 -2050px;
  }
}
.menu-published-forecasts-lg {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -2045px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-published-forecasts-lg {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-published-forecasts-lg {
    /* #1 */
    background-position: 0 -2050px;
  }
}
.menu-published-forecasts-lg:hover,
.active .menu-published-forecasts-lg,
.current .menu-published-forecasts-lg {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -2045px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-published-forecasts-lg:hover,
  .active .menu-published-forecasts-lg,
  .current .menu-published-forecasts-lg {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-published-forecasts-lg:hover,
  .active .menu-published-forecasts-lg,
  .current .menu-published-forecasts-lg {
    /* #1 */
    background-position: 0 -2050px;
  }
}
.menu-published-forecasts-sm {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -2045px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-published-forecasts-sm {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-published-forecasts-sm {
    /* #1 */
    background-position: 0 -2050px;
  }
}
.menu-published-forecasts-sm:hover,
.active .menu-published-forecasts-sm,
.current .menu-published-forecasts-sm {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -2045px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-published-forecasts-sm:hover,
  .active .menu-published-forecasts-sm,
  .current .menu-published-forecasts-sm {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .menu-published-forecasts-sm:hover,
  .active .menu-published-forecasts-sm,
  .current .menu-published-forecasts-sm {
    /* #1 */
    background-position: 0 -2050px;
  }
}
/*
 * Consultant card sticking to the bottom, and overflowing related fixes
 * Not applied on mobiles
 */
@media (min-width: 769px) {
  .leftmenu-lg-out .leftmenu-container ul.leftmenu li.push {
    height: 160px;
  }
  .leftmenu-lg-out .leftmenu-container.overflowing ul.leftmenu li.push {
    height: 0;
  }
  .leftmenu-lg-out .leftmenu-container.overflowing ul.leftmenu li.avatar-tile {
    position: relative;
  }
}
@media (max-width: 768px) {
  .leftmenu-container .leftmenu .leftmenu-consultant .back-to-agency-link {
    padding-top: 8px;
  }
  .leftmenu-container .leftmenu .leftmenu-consultant .back-to-agency-icon,
  .leftmenu-container .leftmenu .leftmenu-consultant .back-to-agency-label {
    display: none;
  }
  .leftmenu-container .leftmenu .avatar-tile {
    position: relative;
    background-color: #555555;
  }
}
/*
 * Touch-device specific leftmenu
 */
.leftmenu-container.touch-device.lm-small ul.leftmenu > li.lm-li-item {
  overflow: hidden;
}
.leftmenu-container.touch-device.lm-small ul.leftmenu > li.lm-li-item:hover {
  width: 60px;
}
.leftmenu-container.touch-device.lm-small ul.leftmenu li.lm-li-item.lm-li-parent {
  overflow: visible;
}
.leftmenu-container.touch-device.lm-small ul.leftmenu li.lm-li-item.lm-li-parent:hover {
  width: 280px;
}
/*
 * Scrollbar
 */
.ps > .ps__rail-y,
.ps.ps--active-y > .ps__rail-y,
.ps.ps--active-y.ps--scrolling-y > .ps__rail-y,
.ps.ps--active-y:hover > .ps__rail-y,
.ps > .ps__rail-y:hover,
.ps.ps--active-y > .ps__rail-y:hover,
.ps.ps--active-y.ps--scrolling-y > .ps__rail-y:hover,
.ps.ps--active-y:hover > .ps__rail-y:hover {
  background: transparent !important;
  /* stylelint-disable-line declaration-no-important */
  z-index: 2000 !important;
  /* stylelint-disable-line declaration-no-important */
}
.ps > .ps__rail-y > .ps__thumb-y,
.ps.ps--active-y > .ps__rail-y > .ps__thumb-y,
.ps.ps--active-y.ps--scrolling-y > .ps__rail-y > .ps__thumb-y,
.ps.ps--active-y:hover > .ps__rail-y > .ps__thumb-y,
.ps > .ps__rail-y:hover > .ps__thumb-y,
.ps.ps--active-y > .ps__rail-y:hover > .ps__thumb-y,
.ps.ps--active-y.ps--scrolling-y > .ps__rail-y:hover > .ps__thumb-y,
.ps.ps--active-y:hover > .ps__rail-y:hover > .ps__thumb-y {
  width: 8px !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #222222 !important;
  /* stylelint-disable-line declaration-no-important */
  opacity: 0.6 !important;
  /* stylelint-disable-line declaration-no-important */
}
.lm-small .ps__rail-y {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.ps:not(.lm-small):hover > .ps__rail-y {
  display: block !important;
  /* stylelint-disable-line declaration-no-important */
}
.falert {
  width: 100%;
}
body > .falert {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 2001;
  width: 300px;
  margin: 20% 0 0 -150px;
}
ul.language-list {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  list-style: none;
  float: left;
  margin: 10px 0 30px 0;
  width: 100%;
}
@media (max-width: 480px) {
  ul.language-list {
    justify-content: space-evenly;
  }
}
ul.language-list li.lang {
  padding: 0;
  margin: 0 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
ul.language-list li.lang a {
  display: block;
  width: auto;
  text-align: center;
  padding-top: 10px;
  color: #747474;
  padding-left: 0;
  line-height: 1.2;
}
ul.language-list li.lang i {
  display: block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  border: 2px solid #cccccc;
  border-radius: 50%;
}
ul.language-list li.lang.active i {
  opacity: 1;
  border-color: #007bff;
}
ul.language-list li.lang.active a {
  color: black;
  font-weight: bold;
}
ul.language-list li.lang:hover {
  cursor: pointer;
}
ul.language-list li.lang:hover i {
  opacity: 1;
  border-color: #666666;
}
ul.language-list li.lang:hover a {
  text-decoration: none;
  color: black;
}
.lang .lang-swedish {
  background-image: url("/Client/img/settings-flag-se.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .lang .lang-swedish {
    background-image: url("/Client/img/settings-flag-se@2x.png");
    background-size: 100% 100%;
  }
}
.lang .lang-english {
  background-image: url("/Client/img/settings-flag-us.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .lang .lang-english {
    background-image: url("/Client/img/settings-flag-us@2x.png");
    background-size: 100% 100%;
  }
}
.lang .lang-english-gb {
  background-image: url("/Client/img/settings-flag-gb.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .lang .lang-english-gb {
    background-image: url("/Client/img/settings-flag-gb@2x.png");
    background-size: 100% 100%;
  }
}
.lang .lang-norwegian {
  background-image: url("/Client/img/settings-flag-no.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .lang .lang-norwegian {
    background-image: url("/Client/img/settings-flag-no@2x.png");
    background-size: 100% 100%;
  }
}
.lang .lang-danish {
  background-image: url("/Client/img/settings-flag-dk.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .lang .lang-danish {
    background-image: url("/Client/img/settings-flag-dk@2x.png");
    background-size: 100% 100%;
  }
}
.lang .lang-finnish {
  background-image: url("/Client/img/settings-flag-fi.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .lang .lang-finnish {
    background-image: url("/Client/img/settings-flag-fi@2x.png");
    background-size: 100% 100%;
  }
}
.lang .lang-german {
  background-image: url("/Client/img/settings-flag-de.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .lang .lang-german {
    background-image: url("/Client/img/settings-flag-de@2x.png");
    background-size: 100% 100%;
  }
}
.lang .lang-dutch {
  background-image: url("/Client/img/settings-flag-nl.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .lang .lang-dutch {
    background-image: url("/Client/img/settings-flag-nl@2x.png");
    background-size: 100% 100%;
  }
}
.lang .lang-spanish {
  background-image: url("/Client/img/settings-flag-es.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .lang .lang-spanish {
    background-image: url("/Client/img/settings-flag-es@2x.png");
    background-size: 100% 100%;
  }
}
.language-icon-list button .icon-name {
  color: #aaaaaa;
}
.language-icon-list .icon-name {
  margin-left: 5px;
}
.language-icon-list li {
  padding-bottom: 4px;
  padding-top: 4px;
}
.language-icon-list li i {
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.language-icon-list li .icon-name {
  margin-left: 10px;
}
.language-icon-list-item {
  background-size: 100% 100%;
  display: inline-block;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/Client/public/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2') format('woff2'), url('/Client/public/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf') format('truetype');
}
.fab,
.fa-brands {
  font-weight: 400;
}
.fa-monero {
  --fa: "\f3d0";
}
.fa-hooli {
  --fa: "\f427";
}
.fa-yelp {
  --fa: "\f1e9";
}
.fa-cc-visa {
  --fa: "\f1f0";
}
.fa-lastfm {
  --fa: "\f202";
}
.fa-shopware {
  --fa: "\f5b5";
}
.fa-creative-commons-nc {
  --fa: "\f4e8";
}
.fa-aws {
  --fa: "\f375";
}
.fa-redhat {
  --fa: "\f7bc";
}
.fa-yoast {
  --fa: "\f2b1";
}
.fa-cloudflare {
  --fa: "\e07d";
}
.fa-ups {
  --fa: "\f7e0";
}
.fa-pixiv {
  --fa: "\e640";
}
.fa-wpexplorer {
  --fa: "\f2de";
}
.fa-dyalog {
  --fa: "\f399";
}
.fa-bity {
  --fa: "\f37a";
}
.fa-stackpath {
  --fa: "\f842";
}
.fa-buysellads {
  --fa: "\f20d";
}
.fa-first-order {
  --fa: "\f2b0";
}
.fa-modx {
  --fa: "\f285";
}
.fa-guilded {
  --fa: "\e07e";
}
.fa-vnv {
  --fa: "\f40b";
}
.fa-square-js {
  --fa: "\f3b9";
}
.fa-js-square {
  --fa: "\f3b9";
}
.fa-microsoft {
  --fa: "\f3ca";
}
.fa-qq {
  --fa: "\f1d6";
}
.fa-orcid {
  --fa: "\f8d2";
}
.fa-java {
  --fa: "\f4e4";
}
.fa-invision {
  --fa: "\f7b0";
}
.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}
.fa-centercode {
  --fa: "\f380";
}
.fa-glide-g {
  --fa: "\f2a6";
}
.fa-drupal {
  --fa: "\f1a9";
}
.fa-jxl {
  --fa: "\e67b";
}
.fa-dart-lang {
  --fa: "\e693";
}
.fa-hire-a-helper {
  --fa: "\f3b0";
}
.fa-creative-commons-by {
  --fa: "\f4e7";
}
.fa-unity {
  --fa: "\e049";
}
.fa-whmcs {
  --fa: "\f40d";
}
.fa-rocketchat {
  --fa: "\f3e8";
}
.fa-vk {
  --fa: "\f189";
}
.fa-untappd {
  --fa: "\f405";
}
.fa-mailchimp {
  --fa: "\f59e";
}
.fa-css3-alt {
  --fa: "\f38b";
}
.fa-square-reddit {
  --fa: "\f1a2";
}
.fa-reddit-square {
  --fa: "\f1a2";
}
.fa-vimeo-v {
  --fa: "\f27d";
}
.fa-contao {
  --fa: "\f26d";
}
.fa-square-font-awesome {
  --fa: "\e5ad";
}
.fa-deskpro {
  --fa: "\f38f";
}
.fa-brave {
  --fa: "\e63c";
}
.fa-sistrix {
  --fa: "\f3ee";
}
.fa-square-instagram {
  --fa: "\e055";
}
.fa-instagram-square {
  --fa: "\e055";
}
.fa-battle-net {
  --fa: "\f835";
}
.fa-the-red-yeti {
  --fa: "\f69d";
}
.fa-square-hacker-news {
  --fa: "\f3af";
}
.fa-hacker-news-square {
  --fa: "\f3af";
}
.fa-edge {
  --fa: "\f282";
}
.fa-threads {
  --fa: "\e618";
}
.fa-napster {
  --fa: "\f3d2";
}
.fa-square-snapchat {
  --fa: "\f2ad";
}
.fa-snapchat-square {
  --fa: "\f2ad";
}
.fa-google-plus-g {
  --fa: "\f0d5";
}
.fa-artstation {
  --fa: "\f77a";
}
.fa-markdown {
  --fa: "\f60f";
}
.fa-sourcetree {
  --fa: "\f7d3";
}
.fa-google-plus {
  --fa: "\f2b3";
}
.fa-diaspora {
  --fa: "\f791";
}
.fa-foursquare {
  --fa: "\f180";
}
.fa-stack-overflow {
  --fa: "\f16c";
}
.fa-github-alt {
  --fa: "\f113";
}
.fa-phoenix-squadron {
  --fa: "\f511";
}
.fa-pagelines {
  --fa: "\f18c";
}
.fa-algolia {
  --fa: "\f36c";
}
.fa-red-river {
  --fa: "\f3e3";
}
.fa-creative-commons-sa {
  --fa: "\f4ef";
}
.fa-safari {
  --fa: "\f267";
}
.fa-google {
  --fa: "\f1a0";
}
.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}
.fa-font-awesome-alt {
  --fa: "\f35c";
}
.fa-atlassian {
  --fa: "\f77b";
}
.fa-linkedin-in {
  --fa: "\f0e1";
}
.fa-digital-ocean {
  --fa: "\f391";
}
.fa-nimblr {
  --fa: "\f5a8";
}
.fa-chromecast {
  --fa: "\f838";
}
.fa-evernote {
  --fa: "\f839";
}
.fa-hacker-news {
  --fa: "\f1d4";
}
.fa-creative-commons-sampling {
  --fa: "\f4f0";
}
.fa-adversal {
  --fa: "\f36a";
}
.fa-creative-commons {
  --fa: "\f25e";
}
.fa-watchman-monitoring {
  --fa: "\e087";
}
.fa-fonticons {
  --fa: "\f280";
}
.fa-weixin {
  --fa: "\f1d7";
}
.fa-shirtsinbulk {
  --fa: "\f214";
}
.fa-codepen {
  --fa: "\f1cb";
}
.fa-git-alt {
  --fa: "\f841";
}
.fa-lyft {
  --fa: "\f3c3";
}
.fa-rev {
  --fa: "\f5b2";
}
.fa-windows {
  --fa: "\f17a";
}
.fa-wizards-of-the-coast {
  --fa: "\f730";
}
.fa-square-viadeo {
  --fa: "\f2aa";
}
.fa-viadeo-square {
  --fa: "\f2aa";
}
.fa-meetup {
  --fa: "\f2e0";
}
.fa-centos {
  --fa: "\f789";
}
.fa-adn {
  --fa: "\f170";
}
.fa-cloudsmith {
  --fa: "\f384";
}
.fa-opensuse {
  --fa: "\e62b";
}
.fa-pied-piper-alt {
  --fa: "\f1a8";
}
.fa-square-dribbble {
  --fa: "\f397";
}
.fa-dribbble-square {
  --fa: "\f397";
}
.fa-codiepie {
  --fa: "\f284";
}
.fa-node {
  --fa: "\f419";
}
.fa-mix {
  --fa: "\f3cb";
}
.fa-steam {
  --fa: "\f1b6";
}
.fa-cc-apple-pay {
  --fa: "\f416";
}
.fa-scribd {
  --fa: "\f28a";
}
.fa-debian {
  --fa: "\e60b";
}
.fa-openid {
  --fa: "\f19b";
}
.fa-instalod {
  --fa: "\e081";
}
.fa-files-pinwheel {
  --fa: "\e69f";
}
.fa-expeditedssl {
  --fa: "\f23e";
}
.fa-sellcast {
  --fa: "\f2da";
}
.fa-square-twitter {
  --fa: "\f081";
}
.fa-twitter-square {
  --fa: "\f081";
}
.fa-r-project {
  --fa: "\f4f7";
}
.fa-delicious {
  --fa: "\f1a5";
}
.fa-freebsd {
  --fa: "\f3a4";
}
.fa-vuejs {
  --fa: "\f41f";
}
.fa-accusoft {
  --fa: "\f369";
}
.fa-ioxhost {
  --fa: "\f208";
}
.fa-fonticons-fi {
  --fa: "\f3a2";
}
.fa-app-store {
  --fa: "\f36f";
}
.fa-cc-mastercard {
  --fa: "\f1f1";
}
.fa-itunes-note {
  --fa: "\f3b5";
}
.fa-golang {
  --fa: "\e40f";
}
.fa-kickstarter {
  --fa: "\f3bb";
}
.fa-square-kickstarter {
  --fa: "\f3bb";
}
.fa-grav {
  --fa: "\f2d6";
}
.fa-weibo {
  --fa: "\f18a";
}
.fa-uncharted {
  --fa: "\e084";
}
.fa-firstdraft {
  --fa: "\f3a1";
}
.fa-square-youtube {
  --fa: "\f431";
}
.fa-youtube-square {
  --fa: "\f431";
}
.fa-wikipedia-w {
  --fa: "\f266";
}
.fa-wpressr {
  --fa: "\f3e4";
}
.fa-rendact {
  --fa: "\f3e4";
}
.fa-angellist {
  --fa: "\f209";
}
.fa-galactic-republic {
  --fa: "\f50c";
}
.fa-nfc-directional {
  --fa: "\e530";
}
.fa-skype {
  --fa: "\f17e";
}
.fa-joget {
  --fa: "\f3b7";
}
.fa-fedora {
  --fa: "\f798";
}
.fa-stripe-s {
  --fa: "\f42a";
}
.fa-meta {
  --fa: "\e49b";
}
.fa-laravel {
  --fa: "\f3bd";
}
.fa-hotjar {
  --fa: "\f3b1";
}
.fa-bluetooth-b {
  --fa: "\f294";
}
.fa-square-letterboxd {
  --fa: "\e62e";
}
.fa-sticker-mule {
  --fa: "\f3f7";
}
.fa-creative-commons-zero {
  --fa: "\f4f3";
}
.fa-hips {
  --fa: "\f452";
}
.fa-css {
  --fa: "\e6a2";
}
.fa-behance {
  --fa: "\f1b4";
}
.fa-reddit {
  --fa: "\f1a1";
}
.fa-discord {
  --fa: "\f392";
}
.fa-chrome {
  --fa: "\f268";
}
.fa-app-store-ios {
  --fa: "\f370";
}
.fa-cc-discover {
  --fa: "\f1f2";
}
.fa-wpbeginner {
  --fa: "\f297";
}
.fa-confluence {
  --fa: "\f78d";
}
.fa-shoelace {
  --fa: "\e60c";
}
.fa-mdb {
  --fa: "\f8ca";
}
.fa-dochub {
  --fa: "\f394";
}
.fa-accessible-icon {
  --fa: "\f368";
}
.fa-ebay {
  --fa: "\f4f4";
}
.fa-amazon {
  --fa: "\f270";
}
.fa-unsplash {
  --fa: "\e07c";
}
.fa-yarn {
  --fa: "\f7e3";
}
.fa-square-steam {
  --fa: "\f1b7";
}
.fa-steam-square {
  --fa: "\f1b7";
}
.fa-500px {
  --fa: "\f26e";
}
.fa-square-vimeo {
  --fa: "\f194";
}
.fa-vimeo-square {
  --fa: "\f194";
}
.fa-asymmetrik {
  --fa: "\f372";
}
.fa-font-awesome {
  --fa: "\f2b4";
}
.fa-font-awesome-flag {
  --fa: "\f2b4";
}
.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}
.fa-gratipay {
  --fa: "\f184";
}
.fa-apple {
  --fa: "\f179";
}
.fa-hive {
  --fa: "\e07f";
}
.fa-gitkraken {
  --fa: "\f3a6";
}
.fa-keybase {
  --fa: "\f4f5";
}
.fa-apple-pay {
  --fa: "\f415";
}
.fa-padlet {
  --fa: "\e4a0";
}
.fa-amazon-pay {
  --fa: "\f42c";
}
.fa-square-github {
  --fa: "\f092";
}
.fa-github-square {
  --fa: "\f092";
}
.fa-stumbleupon {
  --fa: "\f1a4";
}
.fa-fedex {
  --fa: "\f797";
}
.fa-phoenix-framework {
  --fa: "\f3dc";
}
.fa-shopify {
  --fa: "\e057";
}
.fa-neos {
  --fa: "\f612";
}
.fa-square-threads {
  --fa: "\e619";
}
.fa-hackerrank {
  --fa: "\f5f7";
}
.fa-researchgate {
  --fa: "\f4f8";
}
.fa-swift {
  --fa: "\f8e1";
}
.fa-angular {
  --fa: "\f420";
}
.fa-speakap {
  --fa: "\f3f3";
}
.fa-angrycreative {
  --fa: "\f36e";
}
.fa-y-combinator {
  --fa: "\f23b";
}
.fa-empire {
  --fa: "\f1d1";
}
.fa-envira {
  --fa: "\f299";
}
.fa-google-scholar {
  --fa: "\e63b";
}
.fa-square-gitlab {
  --fa: "\e5ae";
}
.fa-gitlab-square {
  --fa: "\e5ae";
}
.fa-studiovinari {
  --fa: "\f3f8";
}
.fa-pied-piper {
  --fa: "\f2ae";
}
.fa-wordpress {
  --fa: "\f19a";
}
.fa-product-hunt {
  --fa: "\f288";
}
.fa-firefox {
  --fa: "\f269";
}
.fa-linode {
  --fa: "\f2b8";
}
.fa-goodreads {
  --fa: "\f3a8";
}
.fa-square-odnoklassniki {
  --fa: "\f264";
}
.fa-odnoklassniki-square {
  --fa: "\f264";
}
.fa-jsfiddle {
  --fa: "\f1cc";
}
.fa-sith {
  --fa: "\f512";
}
.fa-themeisle {
  --fa: "\f2b2";
}
.fa-page4 {
  --fa: "\f3d7";
}
.fa-hashnode {
  --fa: "\e499";
}
.fa-react {
  --fa: "\f41b";
}
.fa-cc-paypal {
  --fa: "\f1f4";
}
.fa-squarespace {
  --fa: "\f5be";
}
.fa-cc-stripe {
  --fa: "\f1f5";
}
.fa-creative-commons-share {
  --fa: "\f4f2";
}
.fa-bitcoin {
  --fa: "\f379";
}
.fa-keycdn {
  --fa: "\f3ba";
}
.fa-opera {
  --fa: "\f26a";
}
.fa-itch-io {
  --fa: "\f83a";
}
.fa-umbraco {
  --fa: "\f8e8";
}
.fa-galactic-senate {
  --fa: "\f50d";
}
.fa-ubuntu {
  --fa: "\f7df";
}
.fa-draft2digital {
  --fa: "\f396";
}
.fa-stripe {
  --fa: "\f429";
}
.fa-houzz {
  --fa: "\f27c";
}
.fa-gg {
  --fa: "\f260";
}
.fa-dhl {
  --fa: "\f790";
}
.fa-square-pinterest {
  --fa: "\f0d3";
}
.fa-pinterest-square {
  --fa: "\f0d3";
}
.fa-xing {
  --fa: "\f168";
}
.fa-blackberry {
  --fa: "\f37b";
}
.fa-creative-commons-pd {
  --fa: "\f4ec";
}
.fa-playstation {
  --fa: "\f3df";
}
.fa-quinscape {
  --fa: "\f459";
}
.fa-less {
  --fa: "\f41d";
}
.fa-blogger-b {
  --fa: "\f37d";
}
.fa-opencart {
  --fa: "\f23d";
}
.fa-vine {
  --fa: "\f1ca";
}
.fa-signal-messenger {
  --fa: "\e663";
}
.fa-paypal {
  --fa: "\f1ed";
}
.fa-gitlab {
  --fa: "\f296";
}
.fa-typo3 {
  --fa: "\f42b";
}
.fa-reddit-alien {
  --fa: "\f281";
}
.fa-yahoo {
  --fa: "\f19e";
}
.fa-dailymotion {
  --fa: "\e052";
}
.fa-affiliatetheme {
  --fa: "\f36b";
}
.fa-pied-piper-pp {
  --fa: "\f1a7";
}
.fa-bootstrap {
  --fa: "\f836";
}
.fa-odnoklassniki {
  --fa: "\f263";
}
.fa-nfc-symbol {
  --fa: "\e531";
}
.fa-mintbit {
  --fa: "\e62f";
}
.fa-ethereum {
  --fa: "\f42e";
}
.fa-speaker-deck {
  --fa: "\f83c";
}
.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}
.fa-patreon {
  --fa: "\f3d9";
}
.fa-avianex {
  --fa: "\f374";
}
.fa-ello {
  --fa: "\f5f1";
}
.fa-gofore {
  --fa: "\f3a7";
}
.fa-bimobject {
  --fa: "\f378";
}
.fa-brave-reverse {
  --fa: "\e63d";
}
.fa-facebook-f {
  --fa: "\f39e";
}
.fa-square-google-plus {
  --fa: "\f0d4";
}
.fa-google-plus-square {
  --fa: "\f0d4";
}
.fa-web-awesome {
  --fa: "\e682";
}
.fa-mandalorian {
  --fa: "\f50f";
}
.fa-first-order-alt {
  --fa: "\f50a";
}
.fa-osi {
  --fa: "\f41a";
}
.fa-google-wallet {
  --fa: "\f1ee";
}
.fa-d-and-d-beyond {
  --fa: "\f6ca";
}
.fa-periscope {
  --fa: "\f3da";
}
.fa-fulcrum {
  --fa: "\f50b";
}
.fa-cloudscale {
  --fa: "\f383";
}
.fa-forumbee {
  --fa: "\f211";
}
.fa-mizuni {
  --fa: "\f3cc";
}
.fa-schlix {
  --fa: "\f3ea";
}
.fa-square-xing {
  --fa: "\f169";
}
.fa-xing-square {
  --fa: "\f169";
}
.fa-bandcamp {
  --fa: "\f2d5";
}
.fa-wpforms {
  --fa: "\f298";
}
.fa-cloudversify {
  --fa: "\f385";
}
.fa-usps {
  --fa: "\f7e1";
}
.fa-megaport {
  --fa: "\f5a3";
}
.fa-magento {
  --fa: "\f3c4";
}
.fa-spotify {
  --fa: "\f1bc";
}
.fa-optin-monster {
  --fa: "\f23c";
}
.fa-fly {
  --fa: "\f417";
}
.fa-square-bluesky {
  --fa: "\e6a3";
}
.fa-aviato {
  --fa: "\f421";
}
.fa-itunes {
  --fa: "\f3b4";
}
.fa-cuttlefish {
  --fa: "\f38c";
}
.fa-blogger {
  --fa: "\f37c";
}
.fa-flickr {
  --fa: "\f16e";
}
.fa-viber {
  --fa: "\f409";
}
.fa-soundcloud {
  --fa: "\f1be";
}
.fa-digg {
  --fa: "\f1a6";
}
.fa-tencent-weibo {
  --fa: "\f1d5";
}
.fa-letterboxd {
  --fa: "\e62d";
}
.fa-symfony {
  --fa: "\f83d";
}
.fa-maxcdn {
  --fa: "\f136";
}
.fa-etsy {
  --fa: "\f2d7";
}
.fa-facebook-messenger {
  --fa: "\f39f";
}
.fa-audible {
  --fa: "\f373";
}
.fa-think-peaks {
  --fa: "\f731";
}
.fa-bilibili {
  --fa: "\e3d9";
}
.fa-erlang {
  --fa: "\f39d";
}
.fa-x-twitter {
  --fa: "\e61b";
}
.fa-cotton-bureau {
  --fa: "\f89e";
}
.fa-dashcube {
  --fa: "\f210";
}
.fa-42-group {
  --fa: "\e080";
}
.fa-innosoft {
  --fa: "\e080";
}
.fa-stack-exchange {
  --fa: "\f18d";
}
.fa-elementor {
  --fa: "\f430";
}
.fa-square-pied-piper {
  --fa: "\e01e";
}
.fa-pied-piper-square {
  --fa: "\e01e";
}
.fa-creative-commons-nd {
  --fa: "\f4eb";
}
.fa-palfed {
  --fa: "\f3d8";
}
.fa-superpowers {
  --fa: "\f2dd";
}
.fa-resolving {
  --fa: "\f3e7";
}
.fa-xbox {
  --fa: "\f412";
}
.fa-square-web-awesome-stroke {
  --fa: "\e684";
}
.fa-searchengin {
  --fa: "\f3eb";
}
.fa-tiktok {
  --fa: "\e07b";
}
.fa-square-facebook {
  --fa: "\f082";
}
.fa-facebook-square {
  --fa: "\f082";
}
.fa-renren {
  --fa: "\f18b";
}
.fa-linux {
  --fa: "\f17c";
}
.fa-glide {
  --fa: "\f2a5";
}
.fa-linkedin {
  --fa: "\f08c";
}
.fa-hubspot {
  --fa: "\f3b2";
}
.fa-deploydog {
  --fa: "\f38e";
}
.fa-twitch {
  --fa: "\f1e8";
}
.fa-flutter {
  --fa: "\e694";
}
.fa-ravelry {
  --fa: "\f2d9";
}
.fa-mixer {
  --fa: "\e056";
}
.fa-square-lastfm {
  --fa: "\f203";
}
.fa-lastfm-square {
  --fa: "\f203";
}
.fa-vimeo {
  --fa: "\f40a";
}
.fa-mendeley {
  --fa: "\f7b3";
}
.fa-uniregistry {
  --fa: "\f404";
}
.fa-figma {
  --fa: "\f799";
}
.fa-creative-commons-remix {
  --fa: "\f4ee";
}
.fa-cc-amazon-pay {
  --fa: "\f42d";
}
.fa-dropbox {
  --fa: "\f16b";
}
.fa-instagram {
  --fa: "\f16d";
}
.fa-cmplid {
  --fa: "\e360";
}
.fa-upwork {
  --fa: "\e641";
}
.fa-facebook {
  --fa: "\f09a";
}
.fa-gripfire {
  --fa: "\f3ac";
}
.fa-jedi-order {
  --fa: "\f50e";
}
.fa-uikit {
  --fa: "\f403";
}
.fa-fort-awesome-alt {
  --fa: "\f3a3";
}
.fa-phabricator {
  --fa: "\f3db";
}
.fa-ussunnah {
  --fa: "\f407";
}
.fa-earlybirds {
  --fa: "\f39a";
}
.fa-trade-federation {
  --fa: "\f513";
}
.fa-autoprefixer {
  --fa: "\f41c";
}
.fa-whatsapp {
  --fa: "\f232";
}
.fa-square-upwork {
  --fa: "\e67c";
}
.fa-slideshare {
  --fa: "\f1e7";
}
.fa-google-play {
  --fa: "\f3ab";
}
.fa-viadeo {
  --fa: "\f2a9";
}
.fa-line {
  --fa: "\f3c0";
}
.fa-google-drive {
  --fa: "\f3aa";
}
.fa-servicestack {
  --fa: "\f3ec";
}
.fa-simplybuilt {
  --fa: "\f215";
}
.fa-bitbucket {
  --fa: "\f171";
}
.fa-imdb {
  --fa: "\f2d8";
}
.fa-deezer {
  --fa: "\e077";
}
.fa-raspberry-pi {
  --fa: "\f7bb";
}
.fa-jira {
  --fa: "\f7b1";
}
.fa-docker {
  --fa: "\f395";
}
.fa-screenpal {
  --fa: "\e570";
}
.fa-bluetooth {
  --fa: "\f293";
}
.fa-gitter {
  --fa: "\f426";
}
.fa-d-and-d {
  --fa: "\f38d";
}
.fa-microblog {
  --fa: "\e01a";
}
.fa-cc-diners-club {
  --fa: "\f24c";
}
.fa-gg-circle {
  --fa: "\f261";
}
.fa-pied-piper-hat {
  --fa: "\f4e5";
}
.fa-kickstarter-k {
  --fa: "\f3bc";
}
.fa-yandex {
  --fa: "\f413";
}
.fa-readme {
  --fa: "\f4d5";
}
.fa-html5 {
  --fa: "\f13b";
}
.fa-sellsy {
  --fa: "\f213";
}
.fa-square-web-awesome {
  --fa: "\e683";
}
.fa-sass {
  --fa: "\f41e";
}
.fa-wirsindhandwerk {
  --fa: "\e2d0";
}
.fa-wsh {
  --fa: "\e2d0";
}
.fa-buromobelexperte {
  --fa: "\f37f";
}
.fa-salesforce {
  --fa: "\f83b";
}
.fa-octopus-deploy {
  --fa: "\e082";
}
.fa-medapps {
  --fa: "\f3c6";
}
.fa-ns8 {
  --fa: "\f3d5";
}
.fa-pinterest-p {
  --fa: "\f231";
}
.fa-apper {
  --fa: "\f371";
}
.fa-fort-awesome {
  --fa: "\f286";
}
.fa-waze {
  --fa: "\f83f";
}
.fa-bluesky {
  --fa: "\e671";
}
.fa-cc-jcb {
  --fa: "\f24b";
}
.fa-snapchat {
  --fa: "\f2ab";
}
.fa-snapchat-ghost {
  --fa: "\f2ab";
}
.fa-fantasy-flight-games {
  --fa: "\f6dc";
}
.fa-rust {
  --fa: "\e07a";
}
.fa-wix {
  --fa: "\f5cf";
}
.fa-square-behance {
  --fa: "\f1b5";
}
.fa-behance-square {
  --fa: "\f1b5";
}
.fa-supple {
  --fa: "\f3f9";
}
.fa-webflow {
  --fa: "\e65c";
}
.fa-rebel {
  --fa: "\f1d0";
}
.fa-css3 {
  --fa: "\f13c";
}
.fa-staylinked {
  --fa: "\f3f5";
}
.fa-kaggle {
  --fa: "\f5fa";
}
.fa-space-awesome {
  --fa: "\e5ac";
}
.fa-deviantart {
  --fa: "\f1bd";
}
.fa-cpanel {
  --fa: "\f388";
}
.fa-goodreads-g {
  --fa: "\f3a9";
}
.fa-square-git {
  --fa: "\f1d2";
}
.fa-git-square {
  --fa: "\f1d2";
}
.fa-square-tumblr {
  --fa: "\f174";
}
.fa-tumblr-square {
  --fa: "\f174";
}
.fa-trello {
  --fa: "\f181";
}
.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}
.fa-get-pocket {
  --fa: "\f265";
}
.fa-perbyte {
  --fa: "\e083";
}
.fa-grunt {
  --fa: "\f3ad";
}
.fa-weebly {
  --fa: "\f5cc";
}
.fa-connectdevelop {
  --fa: "\f20e";
}
.fa-leanpub {
  --fa: "\f212";
}
.fa-black-tie {
  --fa: "\f27e";
}
.fa-themeco {
  --fa: "\f5c6";
}
.fa-python {
  --fa: "\f3e2";
}
.fa-android {
  --fa: "\f17b";
}
.fa-bots {
  --fa: "\e340";
}
.fa-free-code-camp {
  --fa: "\f2c5";
}
.fa-hornbill {
  --fa: "\f592";
}
.fa-js {
  --fa: "\f3b8";
}
.fa-ideal {
  --fa: "\e013";
}
.fa-git {
  --fa: "\f1d3";
}
.fa-dev {
  --fa: "\f6cc";
}
.fa-sketch {
  --fa: "\f7c6";
}
.fa-yandex-international {
  --fa: "\f414";
}
.fa-cc-amex {
  --fa: "\f1f3";
}
.fa-uber {
  --fa: "\f402";
}
.fa-github {
  --fa: "\f09b";
}
.fa-php {
  --fa: "\f457";
}
.fa-alipay {
  --fa: "\f642";
}
.fa-youtube {
  --fa: "\f167";
}
.fa-skyatlas {
  --fa: "\f216";
}
.fa-firefox-browser {
  --fa: "\e007";
}
.fa-replyd {
  --fa: "\f3e6";
}
.fa-suse {
  --fa: "\f7d6";
}
.fa-jenkins {
  --fa: "\f3b6";
}
.fa-twitter {
  --fa: "\f099";
}
.fa-rockrms {
  --fa: "\f3e9";
}
.fa-pinterest {
  --fa: "\f0d2";
}
.fa-buffer {
  --fa: "\f837";
}
.fa-npm {
  --fa: "\f3d4";
}
.fa-yammer {
  --fa: "\f840";
}
.fa-btc {
  --fa: "\f15a";
}
.fa-dribbble {
  --fa: "\f17d";
}
.fa-stumbleupon-circle {
  --fa: "\f1a3";
}
.fa-internet-explorer {
  --fa: "\f26b";
}
.fa-stubber {
  --fa: "\e5c7";
}
.fa-telegram {
  --fa: "\f2c6";
}
.fa-telegram-plane {
  --fa: "\f2c6";
}
.fa-old-republic {
  --fa: "\f510";
}
.fa-odysee {
  --fa: "\e5c6";
}
.fa-square-whatsapp {
  --fa: "\f40c";
}
.fa-whatsapp-square {
  --fa: "\f40c";
}
.fa-node-js {
  --fa: "\f3d3";
}
.fa-edge-legacy {
  --fa: "\e078";
}
.fa-slack {
  --fa: "\f198";
}
.fa-slack-hash {
  --fa: "\f198";
}
.fa-medrt {
  --fa: "\f3c8";
}
.fa-usb {
  --fa: "\f287";
}
.fa-tumblr {
  --fa: "\f173";
}
.fa-vaadin {
  --fa: "\f408";
}
.fa-quora {
  --fa: "\f2c4";
}
.fa-square-x-twitter {
  --fa: "\e61a";
}
.fa-reacteurope {
  --fa: "\f75d";
}
.fa-medium {
  --fa: "\f23a";
}
.fa-medium-m {
  --fa: "\f23a";
}
.fa-amilia {
  --fa: "\f36d";
}
.fa-mixcloud {
  --fa: "\f289";
}
.fa-flipboard {
  --fa: "\f44d";
}
.fa-viacoin {
  --fa: "\f237";
}
.fa-critical-role {
  --fa: "\f6c9";
}
.fa-sitrox {
  --fa: "\e44a";
}
.fa-discourse {
  --fa: "\f393";
}
.fa-joomla {
  --fa: "\f1aa";
}
.fa-mastodon {
  --fa: "\f4f6";
}
.fa-airbnb {
  --fa: "\f834";
}
.fa-wolf-pack-battalion {
  --fa: "\f514";
}
.fa-buy-n-large {
  --fa: "\f8a6";
}
.fa-gulp {
  --fa: "\f3ae";
}
.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}
.fa-strava {
  --fa: "\f428";
}
.fa-ember {
  --fa: "\f423";
}
.fa-canadian-maple-leaf {
  --fa: "\f785";
}
.fa-teamspeak {
  --fa: "\f4f9";
}
.fa-pushed {
  --fa: "\f3e1";
}
.fa-wordpress-simple {
  --fa: "\f411";
}
.fa-nutritionix {
  --fa: "\f3d6";
}
.fa-wodu {
  --fa: "\e088";
}
.fa-google-pay {
  --fa: "\e079";
}
.fa-intercom {
  --fa: "\f7af";
}
.fa-zhihu {
  --fa: "\f63f";
}
.fa-korvue {
  --fa: "\f42f";
}
.fa-pix {
  --fa: "\e43a";
}
.fa-steam-symbol {
  --fa: "\f3f6";
}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, 'Font Awesome 6 Free');
  font-weight: var(--fa-style, 900);
}
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa-sharp-solid,
.fa-classic,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}
.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}
.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands';
}
.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-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07142857em;
  vertical-align: 0.05357143em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04166667em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));;
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1,1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
  24% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30";
}
.fa-1 {
  --fa: "\31";
}
.fa-2 {
  --fa: "\32";
}
.fa-3 {
  --fa: "\33";
}
.fa-4 {
  --fa: "\34";
}
.fa-5 {
  --fa: "\35";
}
.fa-6 {
  --fa: "\36";
}
.fa-7 {
  --fa: "\37";
}
.fa-8 {
  --fa: "\38";
}
.fa-9 {
  --fa: "\39";
}
.fa-fill-drip {
  --fa: "\f576";
}
.fa-arrows-to-circle {
  --fa: "\e4bd";
}
.fa-circle-chevron-right {
  --fa: "\f138";
}
.fa-chevron-circle-right {
  --fa: "\f138";
}
.fa-at {
  --fa: "\40";
}
.fa-trash-can {
  --fa: "\f2ed";
}
.fa-trash-alt {
  --fa: "\f2ed";
}
.fa-text-height {
  --fa: "\f034";
}
.fa-user-xmark {
  --fa: "\f235";
}
.fa-user-times {
  --fa: "\f235";
}
.fa-stethoscope {
  --fa: "\f0f1";
}
.fa-message {
  --fa: "\f27a";
}
.fa-comment-alt {
  --fa: "\f27a";
}
.fa-info {
  --fa: "\f129";
}
.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
}
.fa-compress-alt {
  --fa: "\f422";
}
.fa-explosion {
  --fa: "\e4e9";
}
.fa-file-lines {
  --fa: "\f15c";
}
.fa-file-alt {
  --fa: "\f15c";
}
.fa-file-text {
  --fa: "\f15c";
}
.fa-wave-square {
  --fa: "\f83e";
}
.fa-ring {
  --fa: "\f70b";
}
.fa-building-un {
  --fa: "\e4d9";
}
.fa-dice-three {
  --fa: "\f527";
}
.fa-calendar-days {
  --fa: "\f073";
}
.fa-calendar-alt {
  --fa: "\f073";
}
.fa-anchor-circle-check {
  --fa: "\e4aa";
}
.fa-building-circle-arrow-right {
  --fa: "\e4d1";
}
.fa-volleyball {
  --fa: "\f45f";
}
.fa-volleyball-ball {
  --fa: "\f45f";
}
.fa-arrows-up-to-line {
  --fa: "\e4c2";
}
.fa-sort-down {
  --fa: "\f0dd";
}
.fa-sort-desc {
  --fa: "\f0dd";
}
.fa-circle-minus {
  --fa: "\f056";
}
.fa-minus-circle {
  --fa: "\f056";
}
.fa-door-open {
  --fa: "\f52b";
}
.fa-right-from-bracket {
  --fa: "\f2f5";
}
.fa-sign-out-alt {
  --fa: "\f2f5";
}
.fa-atom {
  --fa: "\f5d2";
}
.fa-soap {
  --fa: "\e06e";
}
.fa-icons {
  --fa: "\f86d";
}
.fa-heart-music-camera-bolt {
  --fa: "\f86d";
}
.fa-microphone-lines-slash {
  --fa: "\f539";
}
.fa-microphone-alt-slash {
  --fa: "\f539";
}
.fa-bridge-circle-check {
  --fa: "\e4c9";
}
.fa-pump-medical {
  --fa: "\e06a";
}
.fa-fingerprint {
  --fa: "\f577";
}
.fa-hand-point-right {
  --fa: "\f0a4";
}
.fa-magnifying-glass-location {
  --fa: "\f689";
}
.fa-search-location {
  --fa: "\f689";
}
.fa-forward-step {
  --fa: "\f051";
}
.fa-step-forward {
  --fa: "\f051";
}
.fa-face-smile-beam {
  --fa: "\f5b8";
}
.fa-smile-beam {
  --fa: "\f5b8";
}
.fa-flag-checkered {
  --fa: "\f11e";
}
.fa-football {
  --fa: "\f44e";
}
.fa-football-ball {
  --fa: "\f44e";
}
.fa-school-circle-exclamation {
  --fa: "\e56c";
}
.fa-crop {
  --fa: "\f125";
}
.fa-angles-down {
  --fa: "\f103";
}
.fa-angle-double-down {
  --fa: "\f103";
}
.fa-users-rectangle {
  --fa: "\e594";
}
.fa-people-roof {
  --fa: "\e537";
}
.fa-people-line {
  --fa: "\e534";
}
.fa-beer-mug-empty {
  --fa: "\f0fc";
}
.fa-beer {
  --fa: "\f0fc";
}
.fa-diagram-predecessor {
  --fa: "\e477";
}
.fa-arrow-up-long {
  --fa: "\f176";
}
.fa-long-arrow-up {
  --fa: "\f176";
}
.fa-fire-flame-simple {
  --fa: "\f46a";
}
.fa-burn {
  --fa: "\f46a";
}
.fa-person {
  --fa: "\f183";
}
.fa-male {
  --fa: "\f183";
}
.fa-laptop {
  --fa: "\f109";
}
.fa-file-csv {
  --fa: "\f6dd";
}
.fa-menorah {
  --fa: "\f676";
}
.fa-truck-plane {
  --fa: "\e58f";
}
.fa-record-vinyl {
  --fa: "\f8d9";
}
.fa-face-grin-stars {
  --fa: "\f587";
}
.fa-grin-stars {
  --fa: "\f587";
}
.fa-bong {
  --fa: "\f55c";
}
.fa-spaghetti-monster-flying {
  --fa: "\f67b";
}
.fa-pastafarianism {
  --fa: "\f67b";
}
.fa-arrow-down-up-across-line {
  --fa: "\e4af";
}
.fa-spoon {
  --fa: "\f2e5";
}
.fa-utensil-spoon {
  --fa: "\f2e5";
}
.fa-jar-wheat {
  --fa: "\e517";
}
.fa-envelopes-bulk {
  --fa: "\f674";
}
.fa-mail-bulk {
  --fa: "\f674";
}
.fa-file-circle-exclamation {
  --fa: "\e4eb";
}
.fa-circle-h {
  --fa: "\f47e";
}
.fa-hospital-symbol {
  --fa: "\f47e";
}
.fa-pager {
  --fa: "\f815";
}
.fa-address-book {
  --fa: "\f2b9";
}
.fa-contact-book {
  --fa: "\f2b9";
}
.fa-strikethrough {
  --fa: "\f0cc";
}
.fa-k {
  --fa: "\4b";
}
.fa-landmark-flag {
  --fa: "\e51c";
}
.fa-pencil {
  --fa: "\f303";
}
.fa-pencil-alt {
  --fa: "\f303";
}
.fa-backward {
  --fa: "\f04a";
}
.fa-caret-right {
  --fa: "\f0da";
}
.fa-comments {
  --fa: "\f086";
}
.fa-paste {
  --fa: "\f0ea";
}
.fa-file-clipboard {
  --fa: "\f0ea";
}
.fa-code-pull-request {
  --fa: "\e13c";
}
.fa-clipboard-list {
  --fa: "\f46d";
}
.fa-truck-ramp-box {
  --fa: "\f4de";
}
.fa-truck-loading {
  --fa: "\f4de";
}
.fa-user-check {
  --fa: "\f4fc";
}
.fa-vial-virus {
  --fa: "\e597";
}
.fa-sheet-plastic {
  --fa: "\e571";
}
.fa-blog {
  --fa: "\f781";
}
.fa-user-ninja {
  --fa: "\f504";
}
.fa-person-arrow-up-from-line {
  --fa: "\e539";
}
.fa-scroll-torah {
  --fa: "\f6a0";
}
.fa-torah {
  --fa: "\f6a0";
}
.fa-broom-ball {
  --fa: "\f458";
}
.fa-quidditch {
  --fa: "\f458";
}
.fa-quidditch-broom-ball {
  --fa: "\f458";
}
.fa-toggle-off {
  --fa: "\f204";
}
.fa-box-archive {
  --fa: "\f187";
}
.fa-archive {
  --fa: "\f187";
}
.fa-person-drowning {
  --fa: "\e545";
}
.fa-arrow-down-9-1 {
  --fa: "\f886";
}
.fa-sort-numeric-desc {
  --fa: "\f886";
}
.fa-sort-numeric-down-alt {
  --fa: "\f886";
}
.fa-face-grin-tongue-squint {
  --fa: "\f58a";
}
.fa-grin-tongue-squint {
  --fa: "\f58a";
}
.fa-spray-can {
  --fa: "\f5bd";
}
.fa-truck-monster {
  --fa: "\f63b";
}
.fa-w {
  --fa: "\57";
}
.fa-earth-africa {
  --fa: "\f57c";
}
.fa-globe-africa {
  --fa: "\f57c";
}
.fa-rainbow {
  --fa: "\f75b";
}
.fa-circle-notch {
  --fa: "\f1ce";
}
.fa-tablet-screen-button {
  --fa: "\f3fa";
}
.fa-tablet-alt {
  --fa: "\f3fa";
}
.fa-paw {
  --fa: "\f1b0";
}
.fa-cloud {
  --fa: "\f0c2";
}
.fa-trowel-bricks {
  --fa: "\e58a";
}
.fa-face-flushed {
  --fa: "\f579";
}
.fa-flushed {
  --fa: "\f579";
}
.fa-hospital-user {
  --fa: "\f80d";
}
.fa-tent-arrow-left-right {
  --fa: "\e57f";
}
.fa-gavel {
  --fa: "\f0e3";
}
.fa-legal {
  --fa: "\f0e3";
}
.fa-binoculars {
  --fa: "\f1e5";
}
.fa-microphone-slash {
  --fa: "\f131";
}
.fa-box-tissue {
  --fa: "\e05b";
}
.fa-motorcycle {
  --fa: "\f21c";
}
.fa-bell-concierge {
  --fa: "\f562";
}
.fa-concierge-bell {
  --fa: "\f562";
}
.fa-pen-ruler {
  --fa: "\f5ae";
}
.fa-pencil-ruler {
  --fa: "\f5ae";
}
.fa-people-arrows {
  --fa: "\e068";
}
.fa-people-arrows-left-right {
  --fa: "\e068";
}
.fa-mars-and-venus-burst {
  --fa: "\e523";
}
.fa-square-caret-right {
  --fa: "\f152";
}
.fa-caret-square-right {
  --fa: "\f152";
}
.fa-scissors {
  --fa: "\f0c4";
}
.fa-cut {
  --fa: "\f0c4";
}
.fa-sun-plant-wilt {
  --fa: "\e57a";
}
.fa-toilets-portable {
  --fa: "\e584";
}
.fa-hockey-puck {
  --fa: "\f453";
}
.fa-table {
  --fa: "\f0ce";
}
.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
}
.fa-tachograph-digital {
  --fa: "\f566";
}
.fa-digital-tachograph {
  --fa: "\f566";
}
.fa-users-slash {
  --fa: "\e073";
}
.fa-clover {
  --fa: "\e139";
}
.fa-reply {
  --fa: "\f3e5";
}
.fa-mail-reply {
  --fa: "\f3e5";
}
.fa-star-and-crescent {
  --fa: "\f699";
}
.fa-house-fire {
  --fa: "\e50c";
}
.fa-square-minus {
  --fa: "\f146";
}
.fa-minus-square {
  --fa: "\f146";
}
.fa-helicopter {
  --fa: "\f533";
}
.fa-compass {
  --fa: "\f14e";
}
.fa-square-caret-down {
  --fa: "\f150";
}
.fa-caret-square-down {
  --fa: "\f150";
}
.fa-file-circle-question {
  --fa: "\e4ef";
}
.fa-laptop-code {
  --fa: "\f5fc";
}
.fa-swatchbook {
  --fa: "\f5c3";
}
.fa-prescription-bottle {
  --fa: "\f485";
}
.fa-bars {
  --fa: "\f0c9";
}
.fa-navicon {
  --fa: "\f0c9";
}
.fa-people-group {
  --fa: "\e533";
}
.fa-hourglass-end {
  --fa: "\f253";
}
.fa-hourglass-3 {
  --fa: "\f253";
}
.fa-heart-crack {
  --fa: "\f7a9";
}
.fa-heart-broken {
  --fa: "\f7a9";
}
.fa-square-up-right {
  --fa: "\f360";
}
.fa-external-link-square-alt {
  --fa: "\f360";
}
.fa-face-kiss-beam {
  --fa: "\f597";
}
.fa-kiss-beam {
  --fa: "\f597";
}
.fa-film {
  --fa: "\f008";
}
.fa-ruler-horizontal {
  --fa: "\f547";
}
.fa-people-robbery {
  --fa: "\e536";
}
.fa-lightbulb {
  --fa: "\f0eb";
}
.fa-caret-left {
  --fa: "\f0d9";
}
.fa-circle-exclamation {
  --fa: "\f06a";
}
.fa-exclamation-circle {
  --fa: "\f06a";
}
.fa-school-circle-xmark {
  --fa: "\e56d";
}
.fa-arrow-right-from-bracket {
  --fa: "\f08b";
}
.fa-sign-out {
  --fa: "\f08b";
}
.fa-circle-chevron-down {
  --fa: "\f13a";
}
.fa-chevron-circle-down {
  --fa: "\f13a";
}
.fa-unlock-keyhole {
  --fa: "\f13e";
}
.fa-unlock-alt {
  --fa: "\f13e";
}
.fa-cloud-showers-heavy {
  --fa: "\f740";
}
.fa-headphones-simple {
  --fa: "\f58f";
}
.fa-headphones-alt {
  --fa: "\f58f";
}
.fa-sitemap {
  --fa: "\f0e8";
}
.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
}
.fa-donate {
  --fa: "\f4b9";
}
.fa-memory {
  --fa: "\f538";
}
.fa-road-spikes {
  --fa: "\e568";
}
.fa-fire-burner {
  --fa: "\e4f1";
}
.fa-flag {
  --fa: "\f024";
}
.fa-hanukiah {
  --fa: "\f6e6";
}
.fa-feather {
  --fa: "\f52d";
}
.fa-volume-low {
  --fa: "\f027";
}
.fa-volume-down {
  --fa: "\f027";
}
.fa-comment-slash {
  --fa: "\f4b3";
}
.fa-cloud-sun-rain {
  --fa: "\f743";
}
.fa-compress {
  --fa: "\f066";
}
.fa-wheat-awn {
  --fa: "\e2cd";
}
.fa-wheat-alt {
  --fa: "\e2cd";
}
.fa-ankh {
  --fa: "\f644";
}
.fa-hands-holding-child {
  --fa: "\e4fa";
}
.fa-asterisk {
  --fa: "\2a";
}
.fa-square-check {
  --fa: "\f14a";
}
.fa-check-square {
  --fa: "\f14a";
}
.fa-peseta-sign {
  --fa: "\e221";
}
.fa-heading {
  --fa: "\f1dc";
}
.fa-header {
  --fa: "\f1dc";
}
.fa-ghost {
  --fa: "\f6e2";
}
.fa-list {
  --fa: "\f03a";
}
.fa-list-squares {
  --fa: "\f03a";
}
.fa-square-phone-flip {
  --fa: "\f87b";
}
.fa-phone-square-alt {
  --fa: "\f87b";
}
.fa-cart-plus {
  --fa: "\f217";
}
.fa-gamepad {
  --fa: "\f11b";
}
.fa-circle-dot {
  --fa: "\f192";
}
.fa-dot-circle {
  --fa: "\f192";
}
.fa-face-dizzy {
  --fa: "\f567";
}
.fa-dizzy {
  --fa: "\f567";
}
.fa-egg {
  --fa: "\f7fb";
}
.fa-house-medical-circle-xmark {
  --fa: "\e513";
}
.fa-campground {
  --fa: "\f6bb";
}
.fa-folder-plus {
  --fa: "\f65e";
}
.fa-futbol {
  --fa: "\f1e3";
}
.fa-futbol-ball {
  --fa: "\f1e3";
}
.fa-soccer-ball {
  --fa: "\f1e3";
}
.fa-paintbrush {
  --fa: "\f1fc";
}
.fa-paint-brush {
  --fa: "\f1fc";
}
.fa-lock {
  --fa: "\f023";
}
.fa-gas-pump {
  --fa: "\f52f";
}
.fa-hot-tub-person {
  --fa: "\f593";
}
.fa-hot-tub {
  --fa: "\f593";
}
.fa-map-location {
  --fa: "\f59f";
}
.fa-map-marked {
  --fa: "\f59f";
}
.fa-house-flood-water {
  --fa: "\e50e";
}
.fa-tree {
  --fa: "\f1bb";
}
.fa-bridge-lock {
  --fa: "\e4cc";
}
.fa-sack-dollar {
  --fa: "\f81d";
}
.fa-pen-to-square {
  --fa: "\f044";
}
.fa-edit {
  --fa: "\f044";
}
.fa-car-side {
  --fa: "\f5e4";
}
.fa-share-nodes {
  --fa: "\f1e0";
}
.fa-share-alt {
  --fa: "\f1e0";
}
.fa-heart-circle-minus {
  --fa: "\e4ff";
}
.fa-hourglass-half {
  --fa: "\f252";
}
.fa-hourglass-2 {
  --fa: "\f252";
}
.fa-microscope {
  --fa: "\f610";
}
.fa-sink {
  --fa: "\e06d";
}
.fa-bag-shopping {
  --fa: "\f290";
}
.fa-shopping-bag {
  --fa: "\f290";
}
.fa-arrow-down-z-a {
  --fa: "\f881";
}
.fa-sort-alpha-desc {
  --fa: "\f881";
}
.fa-sort-alpha-down-alt {
  --fa: "\f881";
}
.fa-mitten {
  --fa: "\f7b5";
}
.fa-person-rays {
  --fa: "\e54d";
}
.fa-users {
  --fa: "\f0c0";
}
.fa-eye-slash {
  --fa: "\f070";
}
.fa-flask-vial {
  --fa: "\e4f3";
}
.fa-hand {
  --fa: "\f256";
}
.fa-hand-paper {
  --fa: "\f256";
}
.fa-om {
  --fa: "\f679";
}
.fa-worm {
  --fa: "\e599";
}
.fa-house-circle-xmark {
  --fa: "\e50b";
}
.fa-plug {
  --fa: "\f1e6";
}
.fa-chevron-up {
  --fa: "\f077";
}
.fa-hand-spock {
  --fa: "\f259";
}
.fa-stopwatch {
  --fa: "\f2f2";
}
.fa-face-kiss {
  --fa: "\f596";
}
.fa-kiss {
  --fa: "\f596";
}
.fa-bridge-circle-xmark {
  --fa: "\e4cb";
}
.fa-face-grin-tongue {
  --fa: "\f589";
}
.fa-grin-tongue {
  --fa: "\f589";
}
.fa-chess-bishop {
  --fa: "\f43a";
}
.fa-face-grin-wink {
  --fa: "\f58c";
}
.fa-grin-wink {
  --fa: "\f58c";
}
.fa-ear-deaf {
  --fa: "\f2a4";
}
.fa-deaf {
  --fa: "\f2a4";
}
.fa-deafness {
  --fa: "\f2a4";
}
.fa-hard-of-hearing {
  --fa: "\f2a4";
}
.fa-road-circle-check {
  --fa: "\e564";
}
.fa-dice-five {
  --fa: "\f523";
}
.fa-square-rss {
  --fa: "\f143";
}
.fa-rss-square {
  --fa: "\f143";
}
.fa-land-mine-on {
  --fa: "\e51b";
}
.fa-i-cursor {
  --fa: "\f246";
}
.fa-stamp {
  --fa: "\f5bf";
}
.fa-stairs {
  --fa: "\e289";
}
.fa-i {
  --fa: "\49";
}
.fa-hryvnia-sign {
  --fa: "\f6f2";
}
.fa-hryvnia {
  --fa: "\f6f2";
}
.fa-pills {
  --fa: "\f484";
}
.fa-face-grin-wide {
  --fa: "\f581";
}
.fa-grin-alt {
  --fa: "\f581";
}
.fa-tooth {
  --fa: "\f5c9";
}
.fa-v {
  --fa: "\56";
}
.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
}
.fa-bicycle {
  --fa: "\f206";
}
.fa-staff-snake {
  --fa: "\e579";
}
.fa-rod-asclepius {
  --fa: "\e579";
}
.fa-rod-snake {
  --fa: "\e579";
}
.fa-staff-aesculapius {
  --fa: "\e579";
}
.fa-head-side-cough-slash {
  --fa: "\e062";
}
.fa-truck-medical {
  --fa: "\f0f9";
}
.fa-ambulance {
  --fa: "\f0f9";
}
.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
}
.fa-snowman {
  --fa: "\f7d0";
}
.fa-mortar-pestle {
  --fa: "\f5a7";
}
.fa-road-barrier {
  --fa: "\e562";
}
.fa-school {
  --fa: "\f549";
}
.fa-igloo {
  --fa: "\f7ae";
}
.fa-joint {
  --fa: "\f595";
}
.fa-angle-right {
  --fa: "\f105";
}
.fa-horse {
  --fa: "\f6f0";
}
.fa-q {
  --fa: "\51";
}
.fa-g {
  --fa: "\47";
}
.fa-notes-medical {
  --fa: "\f481";
}
.fa-temperature-half {
  --fa: "\f2c9";
}
.fa-temperature-2 {
  --fa: "\f2c9";
}
.fa-thermometer-2 {
  --fa: "\f2c9";
}
.fa-thermometer-half {
  --fa: "\f2c9";
}
.fa-dong-sign {
  --fa: "\e169";
}
.fa-capsules {
  --fa: "\f46b";
}
.fa-poo-storm {
  --fa: "\f75a";
}
.fa-poo-bolt {
  --fa: "\f75a";
}
.fa-face-frown-open {
  --fa: "\f57a";
}
.fa-frown-open {
  --fa: "\f57a";
}
.fa-hand-point-up {
  --fa: "\f0a6";
}
.fa-money-bill {
  --fa: "\f0d6";
}
.fa-bookmark {
  --fa: "\f02e";
}
.fa-align-justify {
  --fa: "\f039";
}
.fa-umbrella-beach {
  --fa: "\f5ca";
}
.fa-helmet-un {
  --fa: "\e503";
}
.fa-bullseye {
  --fa: "\f140";
}
.fa-bacon {
  --fa: "\f7e5";
}
.fa-hand-point-down {
  --fa: "\f0a7";
}
.fa-arrow-up-from-bracket {
  --fa: "\e09a";
}
.fa-folder {
  --fa: "\f07b";
}
.fa-folder-blank {
  --fa: "\f07b";
}
.fa-file-waveform {
  --fa: "\f478";
}
.fa-file-medical-alt {
  --fa: "\f478";
}
.fa-radiation {
  --fa: "\f7b9";
}
.fa-chart-simple {
  --fa: "\e473";
}
.fa-mars-stroke {
  --fa: "\f229";
}
.fa-vial {
  --fa: "\f492";
}
.fa-gauge {
  --fa: "\f624";
}
.fa-dashboard {
  --fa: "\f624";
}
.fa-gauge-med {
  --fa: "\f624";
}
.fa-tachometer-alt-average {
  --fa: "\f624";
}
.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}
.fa-magic-wand-sparkles {
  --fa: "\e2ca";
}
.fa-e {
  --fa: "\45";
}
.fa-pen-clip {
  --fa: "\f305";
}
.fa-pen-alt {
  --fa: "\f305";
}
.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
}
.fa-user {
  --fa: "\f007";
}
.fa-school-circle-check {
  --fa: "\e56b";
}
.fa-dumpster {
  --fa: "\f793";
}
.fa-van-shuttle {
  --fa: "\f5b6";
}
.fa-shuttle-van {
  --fa: "\f5b6";
}
.fa-building-user {
  --fa: "\e4da";
}
.fa-square-caret-left {
  --fa: "\f191";
}
.fa-caret-square-left {
  --fa: "\f191";
}
.fa-highlighter {
  --fa: "\f591";
}
.fa-key {
  --fa: "\f084";
}
.fa-bullhorn {
  --fa: "\f0a1";
}
.fa-globe {
  --fa: "\f0ac";
}
.fa-synagogue {
  --fa: "\f69b";
}
.fa-person-half-dress {
  --fa: "\e548";
}
.fa-road-bridge {
  --fa: "\e563";
}
.fa-location-arrow {
  --fa: "\f124";
}
.fa-c {
  --fa: "\43";
}
.fa-tablet-button {
  --fa: "\f10a";
}
.fa-building-lock {
  --fa: "\e4d6";
}
.fa-pizza-slice {
  --fa: "\f818";
}
.fa-money-bill-wave {
  --fa: "\f53a";
}
.fa-chart-area {
  --fa: "\f1fe";
}
.fa-area-chart {
  --fa: "\f1fe";
}
.fa-house-flag {
  --fa: "\e50d";
}
.fa-person-circle-minus {
  --fa: "\e540";
}
.fa-ban {
  --fa: "\f05e";
}
.fa-cancel {
  --fa: "\f05e";
}
.fa-camera-rotate {
  --fa: "\e0d8";
}
.fa-spray-can-sparkles {
  --fa: "\f5d0";
}
.fa-air-freshener {
  --fa: "\f5d0";
}
.fa-star {
  --fa: "\f005";
}
.fa-repeat {
  --fa: "\f363";
}
.fa-cross {
  --fa: "\f654";
}
.fa-box {
  --fa: "\f466";
}
.fa-venus-mars {
  --fa: "\f228";
}
.fa-arrow-pointer {
  --fa: "\f245";
}
.fa-mouse-pointer {
  --fa: "\f245";
}
.fa-maximize {
  --fa: "\f31e";
}
.fa-expand-arrows-alt {
  --fa: "\f31e";
}
.fa-charging-station {
  --fa: "\f5e7";
}
.fa-shapes {
  --fa: "\f61f";
}
.fa-triangle-circle-square {
  --fa: "\f61f";
}
.fa-shuffle {
  --fa: "\f074";
}
.fa-random {
  --fa: "\f074";
}
.fa-person-running {
  --fa: "\f70c";
}
.fa-running {
  --fa: "\f70c";
}
.fa-mobile-retro {
  --fa: "\e527";
}
.fa-grip-lines-vertical {
  --fa: "\f7a5";
}
.fa-spider {
  --fa: "\f717";
}
.fa-hands-bound {
  --fa: "\e4f9";
}
.fa-file-invoice-dollar {
  --fa: "\f571";
}
.fa-plane-circle-exclamation {
  --fa: "\e556";
}
.fa-x-ray {
  --fa: "\f497";
}
.fa-spell-check {
  --fa: "\f891";
}
.fa-slash {
  --fa: "\f715";
}
.fa-computer-mouse {
  --fa: "\f8cc";
}
.fa-mouse {
  --fa: "\f8cc";
}
.fa-arrow-right-to-bracket {
  --fa: "\f090";
}
.fa-sign-in {
  --fa: "\f090";
}
.fa-shop-slash {
  --fa: "\e070";
}
.fa-store-alt-slash {
  --fa: "\e070";
}
.fa-server {
  --fa: "\f233";
}
.fa-virus-covid-slash {
  --fa: "\e4a9";
}
.fa-shop-lock {
  --fa: "\e4a5";
}
.fa-hourglass-start {
  --fa: "\f251";
}
.fa-hourglass-1 {
  --fa: "\f251";
}
.fa-blender-phone {
  --fa: "\f6b6";
}
.fa-building-wheat {
  --fa: "\e4db";
}
.fa-person-breastfeeding {
  --fa: "\e53a";
}
.fa-right-to-bracket {
  --fa: "\f2f6";
}
.fa-sign-in-alt {
  --fa: "\f2f6";
}
.fa-venus {
  --fa: "\f221";
}
.fa-passport {
  --fa: "\f5ab";
}
.fa-thumbtack-slash {
  --fa: "\e68f";
}
.fa-thumb-tack-slash {
  --fa: "\e68f";
}
.fa-heart-pulse {
  --fa: "\f21e";
}
.fa-heartbeat {
  --fa: "\f21e";
}
.fa-people-carry-box {
  --fa: "\f4ce";
}
.fa-people-carry {
  --fa: "\f4ce";
}
.fa-temperature-high {
  --fa: "\f769";
}
.fa-microchip {
  --fa: "\f2db";
}
.fa-crown {
  --fa: "\f521";
}
.fa-weight-hanging {
  --fa: "\f5cd";
}
.fa-xmarks-lines {
  --fa: "\e59a";
}
.fa-file-prescription {
  --fa: "\f572";
}
.fa-weight-scale {
  --fa: "\f496";
}
.fa-weight {
  --fa: "\f496";
}
.fa-user-group {
  --fa: "\f500";
}
.fa-user-friends {
  --fa: "\f500";
}
.fa-arrow-up-a-z {
  --fa: "\f15e";
}
.fa-sort-alpha-up {
  --fa: "\f15e";
}
.fa-chess-knight {
  --fa: "\f441";
}
.fa-face-laugh-squint {
  --fa: "\f59b";
}
.fa-laugh-squint {
  --fa: "\f59b";
}
.fa-wheelchair {
  --fa: "\f193";
}
.fa-circle-arrow-up {
  --fa: "\f0aa";
}
.fa-arrow-circle-up {
  --fa: "\f0aa";
}
.fa-toggle-on {
  --fa: "\f205";
}
.fa-person-walking {
  --fa: "\f554";
}
.fa-walking {
  --fa: "\f554";
}
.fa-l {
  --fa: "\4c";
}
.fa-fire {
  --fa: "\f06d";
}
.fa-bed-pulse {
  --fa: "\f487";
}
.fa-procedures {
  --fa: "\f487";
}
.fa-shuttle-space {
  --fa: "\f197";
}
.fa-space-shuttle {
  --fa: "\f197";
}
.fa-face-laugh {
  --fa: "\f599";
}
.fa-laugh {
  --fa: "\f599";
}
.fa-folder-open {
  --fa: "\f07c";
}
.fa-heart-circle-plus {
  --fa: "\e500";
}
.fa-code-fork {
  --fa: "\e13b";
}
.fa-city {
  --fa: "\f64f";
}
.fa-microphone-lines {
  --fa: "\f3c9";
}
.fa-microphone-alt {
  --fa: "\f3c9";
}
.fa-pepper-hot {
  --fa: "\f816";
}
.fa-unlock {
  --fa: "\f09c";
}
.fa-colon-sign {
  --fa: "\e140";
}
.fa-headset {
  --fa: "\f590";
}
.fa-store-slash {
  --fa: "\e071";
}
.fa-road-circle-xmark {
  --fa: "\e566";
}
.fa-user-minus {
  --fa: "\f503";
}
.fa-mars-stroke-up {
  --fa: "\f22a";
}
.fa-mars-stroke-v {
  --fa: "\f22a";
}
.fa-champagne-glasses {
  --fa: "\f79f";
}
.fa-glass-cheers {
  --fa: "\f79f";
}
.fa-clipboard {
  --fa: "\f328";
}
.fa-house-circle-exclamation {
  --fa: "\e50a";
}
.fa-file-arrow-up {
  --fa: "\f574";
}
.fa-file-upload {
  --fa: "\f574";
}
.fa-wifi {
  --fa: "\f1eb";
}
.fa-wifi-3 {
  --fa: "\f1eb";
}
.fa-wifi-strong {
  --fa: "\f1eb";
}
.fa-bath {
  --fa: "\f2cd";
}
.fa-bathtub {
  --fa: "\f2cd";
}
.fa-underline {
  --fa: "\f0cd";
}
.fa-user-pen {
  --fa: "\f4ff";
}
.fa-user-edit {
  --fa: "\f4ff";
}
.fa-signature {
  --fa: "\f5b7";
}
.fa-stroopwafel {
  --fa: "\f551";
}
.fa-bold {
  --fa: "\f032";
}
.fa-anchor-lock {
  --fa: "\e4ad";
}
.fa-building-ngo {
  --fa: "\e4d7";
}
.fa-manat-sign {
  --fa: "\e1d5";
}
.fa-not-equal {
  --fa: "\f53e";
}
.fa-border-top-left {
  --fa: "\f853";
}
.fa-border-style {
  --fa: "\f853";
}
.fa-map-location-dot {
  --fa: "\f5a0";
}
.fa-map-marked-alt {
  --fa: "\f5a0";
}
.fa-jedi {
  --fa: "\f669";
}
.fa-square-poll-vertical {
  --fa: "\f681";
}
.fa-poll {
  --fa: "\f681";
}
.fa-mug-hot {
  --fa: "\f7b6";
}
.fa-car-battery {
  --fa: "\f5df";
}
.fa-battery-car {
  --fa: "\f5df";
}
.fa-gift {
  --fa: "\f06b";
}
.fa-dice-two {
  --fa: "\f528";
}
.fa-chess-queen {
  --fa: "\f445";
}
.fa-glasses {
  --fa: "\f530";
}
.fa-chess-board {
  --fa: "\f43c";
}
.fa-building-circle-check {
  --fa: "\e4d2";
}
.fa-person-chalkboard {
  --fa: "\e53d";
}
.fa-mars-stroke-right {
  --fa: "\f22b";
}
.fa-mars-stroke-h {
  --fa: "\f22b";
}
.fa-hand-back-fist {
  --fa: "\f255";
}
.fa-hand-rock {
  --fa: "\f255";
}
.fa-square-caret-up {
  --fa: "\f151";
}
.fa-caret-square-up {
  --fa: "\f151";
}
.fa-cloud-showers-water {
  --fa: "\e4e4";
}
.fa-chart-bar {
  --fa: "\f080";
}
.fa-bar-chart {
  --fa: "\f080";
}
.fa-hands-bubbles {
  --fa: "\e05e";
}
.fa-hands-wash {
  --fa: "\e05e";
}
.fa-less-than-equal {
  --fa: "\f537";
}
.fa-train {
  --fa: "\f238";
}
.fa-eye-low-vision {
  --fa: "\f2a8";
}
.fa-low-vision {
  --fa: "\f2a8";
}
.fa-crow {
  --fa: "\f520";
}
.fa-sailboat {
  --fa: "\e445";
}
.fa-window-restore {
  --fa: "\f2d2";
}
.fa-square-plus {
  --fa: "\f0fe";
}
.fa-plus-square {
  --fa: "\f0fe";
}
.fa-torii-gate {
  --fa: "\f6a1";
}
.fa-frog {
  --fa: "\f52e";
}
.fa-bucket {
  --fa: "\e4cf";
}
.fa-image {
  --fa: "\f03e";
}
.fa-microphone {
  --fa: "\f130";
}
.fa-cow {
  --fa: "\f6c8";
}
.fa-caret-up {
  --fa: "\f0d8";
}
.fa-screwdriver {
  --fa: "\f54a";
}
.fa-folder-closed {
  --fa: "\e185";
}
.fa-house-tsunami {
  --fa: "\e515";
}
.fa-square-nfi {
  --fa: "\e576";
}
.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
}
.fa-martini-glass {
  --fa: "\f57b";
}
.fa-glass-martini-alt {
  --fa: "\f57b";
}
.fa-square-binary {
  --fa: "\e69b";
}
.fa-rotate-left {
  --fa: "\f2ea";
}
.fa-rotate-back {
  --fa: "\f2ea";
}
.fa-rotate-backward {
  --fa: "\f2ea";
}
.fa-undo-alt {
  --fa: "\f2ea";
}
.fa-table-columns {
  --fa: "\f0db";
}
.fa-columns {
  --fa: "\f0db";
}
.fa-lemon {
  --fa: "\f094";
}
.fa-head-side-mask {
  --fa: "\e063";
}
.fa-handshake {
  --fa: "\f2b5";
}
.fa-gem {
  --fa: "\f3a5";
}
.fa-dolly {
  --fa: "\f472";
}
.fa-dolly-box {
  --fa: "\f472";
}
.fa-smoking {
  --fa: "\f48d";
}
.fa-minimize {
  --fa: "\f78c";
}
.fa-compress-arrows-alt {
  --fa: "\f78c";
}
.fa-monument {
  --fa: "\f5a6";
}
.fa-snowplow {
  --fa: "\f7d2";
}
.fa-angles-right {
  --fa: "\f101";
}
.fa-angle-double-right {
  --fa: "\f101";
}
.fa-cannabis {
  --fa: "\f55f";
}
.fa-circle-play {
  --fa: "\f144";
}
.fa-play-circle {
  --fa: "\f144";
}
.fa-tablets {
  --fa: "\f490";
}
.fa-ethernet {
  --fa: "\f796";
}
.fa-euro-sign {
  --fa: "\f153";
}
.fa-eur {
  --fa: "\f153";
}
.fa-euro {
  --fa: "\f153";
}
.fa-chair {
  --fa: "\f6c0";
}
.fa-circle-check {
  --fa: "\f058";
}
.fa-check-circle {
  --fa: "\f058";
}
.fa-circle-stop {
  --fa: "\f28d";
}
.fa-stop-circle {
  --fa: "\f28d";
}
.fa-compass-drafting {
  --fa: "\f568";
}
.fa-drafting-compass {
  --fa: "\f568";
}
.fa-plate-wheat {
  --fa: "\e55a";
}
.fa-icicles {
  --fa: "\f7ad";
}
.fa-person-shelter {
  --fa: "\e54f";
}
.fa-neuter {
  --fa: "\f22c";
}
.fa-id-badge {
  --fa: "\f2c1";
}
.fa-marker {
  --fa: "\f5a1";
}
.fa-face-laugh-beam {
  --fa: "\f59a";
}
.fa-laugh-beam {
  --fa: "\f59a";
}
.fa-helicopter-symbol {
  --fa: "\e502";
}
.fa-universal-access {
  --fa: "\f29a";
}
.fa-circle-chevron-up {
  --fa: "\f139";
}
.fa-chevron-circle-up {
  --fa: "\f139";
}
.fa-lari-sign {
  --fa: "\e1c8";
}
.fa-volcano {
  --fa: "\f770";
}
.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
}
.fa-sterling-sign {
  --fa: "\f154";
}
.fa-gbp {
  --fa: "\f154";
}
.fa-pound-sign {
  --fa: "\f154";
}
.fa-viruses {
  --fa: "\e076";
}
.fa-square-person-confined {
  --fa: "\e577";
}
.fa-user-tie {
  --fa: "\f508";
}
.fa-arrow-down-long {
  --fa: "\f175";
}
.fa-long-arrow-down {
  --fa: "\f175";
}
.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
}
.fa-certificate {
  --fa: "\f0a3";
}
.fa-reply-all {
  --fa: "\f122";
}
.fa-mail-reply-all {
  --fa: "\f122";
}
.fa-suitcase {
  --fa: "\f0f2";
}
.fa-person-skating {
  --fa: "\f7c5";
}
.fa-skating {
  --fa: "\f7c5";
}
.fa-filter-circle-dollar {
  --fa: "\f662";
}
.fa-funnel-dollar {
  --fa: "\f662";
}
.fa-camera-retro {
  --fa: "\f083";
}
.fa-circle-arrow-down {
  --fa: "\f0ab";
}
.fa-arrow-circle-down {
  --fa: "\f0ab";
}
.fa-file-import {
  --fa: "\f56f";
}
.fa-arrow-right-to-file {
  --fa: "\f56f";
}
.fa-square-arrow-up-right {
  --fa: "\f14c";
}
.fa-external-link-square {
  --fa: "\f14c";
}
.fa-box-open {
  --fa: "\f49e";
}
.fa-scroll {
  --fa: "\f70e";
}
.fa-spa {
  --fa: "\f5bb";
}
.fa-location-pin-lock {
  --fa: "\e51f";
}
.fa-pause {
  --fa: "\f04c";
}
.fa-hill-avalanche {
  --fa: "\e507";
}
.fa-temperature-empty {
  --fa: "\f2cb";
}
.fa-temperature-0 {
  --fa: "\f2cb";
}
.fa-thermometer-0 {
  --fa: "\f2cb";
}
.fa-thermometer-empty {
  --fa: "\f2cb";
}
.fa-bomb {
  --fa: "\f1e2";
}
.fa-registered {
  --fa: "\f25d";
}
.fa-address-card {
  --fa: "\f2bb";
}
.fa-contact-card {
  --fa: "\f2bb";
}
.fa-vcard {
  --fa: "\f2bb";
}
.fa-scale-unbalanced-flip {
  --fa: "\f516";
}
.fa-balance-scale-right {
  --fa: "\f516";
}
.fa-subscript {
  --fa: "\f12c";
}
.fa-diamond-turn-right {
  --fa: "\f5eb";
}
.fa-directions {
  --fa: "\f5eb";
}
.fa-burst {
  --fa: "\e4dc";
}
.fa-house-laptop {
  --fa: "\e066";
}
.fa-laptop-house {
  --fa: "\e066";
}
.fa-face-tired {
  --fa: "\f5c8";
}
.fa-tired {
  --fa: "\f5c8";
}
.fa-money-bills {
  --fa: "\e1f3";
}
.fa-smog {
  --fa: "\f75f";
}
.fa-crutch {
  --fa: "\f7f7";
}
.fa-cloud-arrow-up {
  --fa: "\f0ee";
}
.fa-cloud-upload {
  --fa: "\f0ee";
}
.fa-cloud-upload-alt {
  --fa: "\f0ee";
}
.fa-palette {
  --fa: "\f53f";
}
.fa-arrows-turn-right {
  --fa: "\e4c0";
}
.fa-vest {
  --fa: "\e085";
}
.fa-ferry {
  --fa: "\e4ea";
}
.fa-arrows-down-to-people {
  --fa: "\e4b9";
}
.fa-seedling {
  --fa: "\f4d8";
}
.fa-sprout {
  --fa: "\f4d8";
}
.fa-left-right {
  --fa: "\f337";
}
.fa-arrows-alt-h {
  --fa: "\f337";
}
.fa-boxes-packing {
  --fa: "\e4c7";
}
.fa-circle-arrow-left {
  --fa: "\f0a8";
}
.fa-arrow-circle-left {
  --fa: "\f0a8";
}
.fa-group-arrows-rotate {
  --fa: "\e4f6";
}
.fa-bowl-food {
  --fa: "\e4c6";
}
.fa-candy-cane {
  --fa: "\f786";
}
.fa-arrow-down-wide-short {
  --fa: "\f160";
}
.fa-sort-amount-asc {
  --fa: "\f160";
}
.fa-sort-amount-down {
  --fa: "\f160";
}
.fa-cloud-bolt {
  --fa: "\f76c";
}
.fa-thunderstorm {
  --fa: "\f76c";
}
.fa-text-slash {
  --fa: "\f87d";
}
.fa-remove-format {
  --fa: "\f87d";
}
.fa-face-smile-wink {
  --fa: "\f4da";
}
.fa-smile-wink {
  --fa: "\f4da";
}
.fa-file-word {
  --fa: "\f1c2";
}
.fa-file-powerpoint {
  --fa: "\f1c4";
}
.fa-arrows-left-right {
  --fa: "\f07e";
}
.fa-arrows-h {
  --fa: "\f07e";
}
.fa-house-lock {
  --fa: "\e510";
}
.fa-cloud-arrow-down {
  --fa: "\f0ed";
}
.fa-cloud-download {
  --fa: "\f0ed";
}
.fa-cloud-download-alt {
  --fa: "\f0ed";
}
.fa-children {
  --fa: "\e4e1";
}
.fa-chalkboard {
  --fa: "\f51b";
}
.fa-blackboard {
  --fa: "\f51b";
}
.fa-user-large-slash {
  --fa: "\f4fa";
}
.fa-user-alt-slash {
  --fa: "\f4fa";
}
.fa-envelope-open {
  --fa: "\f2b6";
}
.fa-handshake-simple-slash {
  --fa: "\e05f";
}
.fa-handshake-alt-slash {
  --fa: "\e05f";
}
.fa-mattress-pillow {
  --fa: "\e525";
}
.fa-guarani-sign {
  --fa: "\e19a";
}
.fa-arrows-rotate {
  --fa: "\f021";
}
.fa-refresh {
  --fa: "\f021";
}
.fa-sync {
  --fa: "\f021";
}
.fa-fire-extinguisher {
  --fa: "\f134";
}
.fa-cruzeiro-sign {
  --fa: "\e152";
}
.fa-greater-than-equal {
  --fa: "\f532";
}
.fa-shield-halved {
  --fa: "\f3ed";
}
.fa-shield-alt {
  --fa: "\f3ed";
}
.fa-book-atlas {
  --fa: "\f558";
}
.fa-atlas {
  --fa: "\f558";
}
.fa-virus {
  --fa: "\e074";
}
.fa-envelope-circle-check {
  --fa: "\e4e8";
}
.fa-layer-group {
  --fa: "\f5fd";
}
.fa-arrows-to-dot {
  --fa: "\e4be";
}
.fa-archway {
  --fa: "\f557";
}
.fa-heart-circle-check {
  --fa: "\e4fd";
}
.fa-house-chimney-crack {
  --fa: "\f6f1";
}
.fa-house-damage {
  --fa: "\f6f1";
}
.fa-file-zipper {
  --fa: "\f1c6";
}
.fa-file-archive {
  --fa: "\f1c6";
}
.fa-square {
  --fa: "\f0c8";
}
.fa-martini-glass-empty {
  --fa: "\f000";
}
.fa-glass-martini {
  --fa: "\f000";
}
.fa-couch {
  --fa: "\f4b8";
}
.fa-cedi-sign {
  --fa: "\e0df";
}
.fa-italic {
  --fa: "\f033";
}
.fa-table-cells-column-lock {
  --fa: "\e678";
}
.fa-church {
  --fa: "\f51d";
}
.fa-comments-dollar {
  --fa: "\f653";
}
.fa-democrat {
  --fa: "\f747";
}
.fa-z {
  --fa: "\5a";
}
.fa-person-skiing {
  --fa: "\f7c9";
}
.fa-skiing {
  --fa: "\f7c9";
}
.fa-road-lock {
  --fa: "\e567";
}
.fa-a {
  --fa: "\41";
}
.fa-temperature-arrow-down {
  --fa: "\e03f";
}
.fa-temperature-down {
  --fa: "\e03f";
}
.fa-feather-pointed {
  --fa: "\f56b";
}
.fa-feather-alt {
  --fa: "\f56b";
}
.fa-p {
  --fa: "\50";
}
.fa-snowflake {
  --fa: "\f2dc";
}
.fa-newspaper {
  --fa: "\f1ea";
}
.fa-rectangle-ad {
  --fa: "\f641";
}
.fa-ad {
  --fa: "\f641";
}
.fa-circle-arrow-right {
  --fa: "\f0a9";
}
.fa-arrow-circle-right {
  --fa: "\f0a9";
}
.fa-filter-circle-xmark {
  --fa: "\e17b";
}
.fa-locust {
  --fa: "\e520";
}
.fa-sort {
  --fa: "\f0dc";
}
.fa-unsorted {
  --fa: "\f0dc";
}
.fa-list-ol {
  --fa: "\f0cb";
}
.fa-list-1-2 {
  --fa: "\f0cb";
}
.fa-list-numeric {
  --fa: "\f0cb";
}
.fa-person-dress-burst {
  --fa: "\e544";
}
.fa-money-check-dollar {
  --fa: "\f53d";
}
.fa-money-check-alt {
  --fa: "\f53d";
}
.fa-vector-square {
  --fa: "\f5cb";
}
.fa-bread-slice {
  --fa: "\f7ec";
}
.fa-language {
  --fa: "\f1ab";
}
.fa-face-kiss-wink-heart {
  --fa: "\f598";
}
.fa-kiss-wink-heart {
  --fa: "\f598";
}
.fa-filter {
  --fa: "\f0b0";
}
.fa-question {
  --fa: "\3f";
}
.fa-file-signature {
  --fa: "\f573";
}
.fa-up-down-left-right {
  --fa: "\f0b2";
}
.fa-arrows-alt {
  --fa: "\f0b2";
}
.fa-house-chimney-user {
  --fa: "\e065";
}
.fa-hand-holding-heart {
  --fa: "\f4be";
}
.fa-puzzle-piece {
  --fa: "\f12e";
}
.fa-money-check {
  --fa: "\f53c";
}
.fa-star-half-stroke {
  --fa: "\f5c0";
}
.fa-star-half-alt {
  --fa: "\f5c0";
}
.fa-code {
  --fa: "\f121";
}
.fa-whiskey-glass {
  --fa: "\f7a0";
}
.fa-glass-whiskey {
  --fa: "\f7a0";
}
.fa-building-circle-exclamation {
  --fa: "\e4d3";
}
.fa-magnifying-glass-chart {
  --fa: "\e522";
}
.fa-arrow-up-right-from-square {
  --fa: "\f08e";
}
.fa-external-link {
  --fa: "\f08e";
}
.fa-cubes-stacked {
  --fa: "\e4e6";
}
.fa-won-sign {
  --fa: "\f159";
}
.fa-krw {
  --fa: "\f159";
}
.fa-won {
  --fa: "\f159";
}
.fa-virus-covid {
  --fa: "\e4a8";
}
.fa-austral-sign {
  --fa: "\e0a9";
}
.fa-f {
  --fa: "\46";
}
.fa-leaf {
  --fa: "\f06c";
}
.fa-road {
  --fa: "\f018";
}
.fa-taxi {
  --fa: "\f1ba";
}
.fa-cab {
  --fa: "\f1ba";
}
.fa-person-circle-plus {
  --fa: "\e541";
}
.fa-chart-pie {
  --fa: "\f200";
}
.fa-pie-chart {
  --fa: "\f200";
}
.fa-bolt-lightning {
  --fa: "\e0b7";
}
.fa-sack-xmark {
  --fa: "\e56a";
}
.fa-file-excel {
  --fa: "\f1c3";
}
.fa-file-contract {
  --fa: "\f56c";
}
.fa-fish-fins {
  --fa: "\e4f2";
}
.fa-building-flag {
  --fa: "\e4d5";
}
.fa-face-grin-beam {
  --fa: "\f582";
}
.fa-grin-beam {
  --fa: "\f582";
}
.fa-object-ungroup {
  --fa: "\f248";
}
.fa-poop {
  --fa: "\f619";
}
.fa-location-pin {
  --fa: "\f041";
}
.fa-map-marker {
  --fa: "\f041";
}
.fa-kaaba {
  --fa: "\f66b";
}
.fa-toilet-paper {
  --fa: "\f71e";
}
.fa-helmet-safety {
  --fa: "\f807";
}
.fa-hard-hat {
  --fa: "\f807";
}
.fa-hat-hard {
  --fa: "\f807";
}
.fa-eject {
  --fa: "\f052";
}
.fa-circle-right {
  --fa: "\f35a";
}
.fa-arrow-alt-circle-right {
  --fa: "\f35a";
}
.fa-plane-circle-check {
  --fa: "\e555";
}
.fa-face-rolling-eyes {
  --fa: "\f5a5";
}
.fa-meh-rolling-eyes {
  --fa: "\f5a5";
}
.fa-object-group {
  --fa: "\f247";
}
.fa-chart-line {
  --fa: "\f201";
}
.fa-line-chart {
  --fa: "\f201";
}
.fa-mask-ventilator {
  --fa: "\e524";
}
.fa-arrow-right {
  --fa: "\f061";
}
.fa-signs-post {
  --fa: "\f277";
}
.fa-map-signs {
  --fa: "\f277";
}
.fa-cash-register {
  --fa: "\f788";
}
.fa-person-circle-question {
  --fa: "\e542";
}
.fa-h {
  --fa: "\48";
}
.fa-tarp {
  --fa: "\e57b";
}
.fa-screwdriver-wrench {
  --fa: "\f7d9";
}
.fa-tools {
  --fa: "\f7d9";
}
.fa-arrows-to-eye {
  --fa: "\e4bf";
}
.fa-plug-circle-bolt {
  --fa: "\e55b";
}
.fa-heart {
  --fa: "\f004";
}
.fa-mars-and-venus {
  --fa: "\f224";
}
.fa-house-user {
  --fa: "\e1b0";
}
.fa-home-user {
  --fa: "\e1b0";
}
.fa-dumpster-fire {
  --fa: "\f794";
}
.fa-house-crack {
  --fa: "\e3b1";
}
.fa-martini-glass-citrus {
  --fa: "\f561";
}
.fa-cocktail {
  --fa: "\f561";
}
.fa-face-surprise {
  --fa: "\f5c2";
}
.fa-surprise {
  --fa: "\f5c2";
}
.fa-bottle-water {
  --fa: "\e4c5";
}
.fa-circle-pause {
  --fa: "\f28b";
}
.fa-pause-circle {
  --fa: "\f28b";
}
.fa-toilet-paper-slash {
  --fa: "\e072";
}
.fa-apple-whole {
  --fa: "\f5d1";
}
.fa-apple-alt {
  --fa: "\f5d1";
}
.fa-kitchen-set {
  --fa: "\e51a";
}
.fa-r {
  --fa: "\52";
}
.fa-temperature-quarter {
  --fa: "\f2ca";
}
.fa-temperature-1 {
  --fa: "\f2ca";
}
.fa-thermometer-1 {
  --fa: "\f2ca";
}
.fa-thermometer-quarter {
  --fa: "\f2ca";
}
.fa-cube {
  --fa: "\f1b2";
}
.fa-bitcoin-sign {
  --fa: "\e0b4";
}
.fa-shield-dog {
  --fa: "\e573";
}
.fa-solar-panel {
  --fa: "\f5ba";
}
.fa-lock-open {
  --fa: "\f3c1";
}
.fa-elevator {
  --fa: "\e16d";
}
.fa-money-bill-transfer {
  --fa: "\e528";
}
.fa-money-bill-trend-up {
  --fa: "\e529";
}
.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
}
.fa-square-poll-horizontal {
  --fa: "\f682";
}
.fa-poll-h {
  --fa: "\f682";
}
.fa-circle {
  --fa: "\f111";
}
.fa-backward-fast {
  --fa: "\f049";
}
.fa-fast-backward {
  --fa: "\f049";
}
.fa-recycle {
  --fa: "\f1b8";
}
.fa-user-astronaut {
  --fa: "\f4fb";
}
.fa-plane-slash {
  --fa: "\e069";
}
.fa-trademark {
  --fa: "\f25c";
}
.fa-basketball {
  --fa: "\f434";
}
.fa-basketball-ball {
  --fa: "\f434";
}
.fa-satellite-dish {
  --fa: "\f7c0";
}
.fa-circle-up {
  --fa: "\f35b";
}
.fa-arrow-alt-circle-up {
  --fa: "\f35b";
}
.fa-mobile-screen-button {
  --fa: "\f3cd";
}
.fa-mobile-alt {
  --fa: "\f3cd";
}
.fa-volume-high {
  --fa: "\f028";
}
.fa-volume-up {
  --fa: "\f028";
}
.fa-users-rays {
  --fa: "\e593";
}
.fa-wallet {
  --fa: "\f555";
}
.fa-clipboard-check {
  --fa: "\f46c";
}
.fa-file-audio {
  --fa: "\f1c7";
}
.fa-burger {
  --fa: "\f805";
}
.fa-hamburger {
  --fa: "\f805";
}
.fa-wrench {
  --fa: "\f0ad";
}
.fa-bugs {
  --fa: "\e4d0";
}
.fa-rupee-sign {
  --fa: "\f156";
}
.fa-rupee {
  --fa: "\f156";
}
.fa-file-image {
  --fa: "\f1c5";
}
.fa-circle-question {
  --fa: "\f059";
}
.fa-question-circle {
  --fa: "\f059";
}
.fa-plane-departure {
  --fa: "\f5b0";
}
.fa-handshake-slash {
  --fa: "\e060";
}
.fa-book-bookmark {
  --fa: "\e0bb";
}
.fa-code-branch {
  --fa: "\f126";
}
.fa-hat-cowboy {
  --fa: "\f8c0";
}
.fa-bridge {
  --fa: "\e4c8";
}
.fa-phone-flip {
  --fa: "\f879";
}
.fa-phone-alt {
  --fa: "\f879";
}
.fa-truck-front {
  --fa: "\e2b7";
}
.fa-cat {
  --fa: "\f6be";
}
.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
}
.fa-truck-field {
  --fa: "\e58d";
}
.fa-route {
  --fa: "\f4d7";
}
.fa-clipboard-question {
  --fa: "\e4e3";
}
.fa-panorama {
  --fa: "\e209";
}
.fa-comment-medical {
  --fa: "\f7f5";
}
.fa-teeth-open {
  --fa: "\f62f";
}
.fa-file-circle-minus {
  --fa: "\e4ed";
}
.fa-tags {
  --fa: "\f02c";
}
.fa-wine-glass {
  --fa: "\f4e3";
}
.fa-forward-fast {
  --fa: "\f050";
}
.fa-fast-forward {
  --fa: "\f050";
}
.fa-face-meh-blank {
  --fa: "\f5a4";
}
.fa-meh-blank {
  --fa: "\f5a4";
}
.fa-square-parking {
  --fa: "\f540";
}
.fa-parking {
  --fa: "\f540";
}
.fa-house-signal {
  --fa: "\e012";
}
.fa-bars-progress {
  --fa: "\f828";
}
.fa-tasks-alt {
  --fa: "\f828";
}
.fa-faucet-drip {
  --fa: "\e006";
}
.fa-cart-flatbed {
  --fa: "\f474";
}
.fa-dolly-flatbed {
  --fa: "\f474";
}
.fa-ban-smoking {
  --fa: "\f54d";
}
.fa-smoking-ban {
  --fa: "\f54d";
}
.fa-terminal {
  --fa: "\f120";
}
.fa-mobile-button {
  --fa: "\f10b";
}
.fa-house-medical-flag {
  --fa: "\e514";
}
.fa-basket-shopping {
  --fa: "\f291";
}
.fa-shopping-basket {
  --fa: "\f291";
}
.fa-tape {
  --fa: "\f4db";
}
.fa-bus-simple {
  --fa: "\f55e";
}
.fa-bus-alt {
  --fa: "\f55e";
}
.fa-eye {
  --fa: "\f06e";
}
.fa-face-sad-cry {
  --fa: "\f5b3";
}
.fa-sad-cry {
  --fa: "\f5b3";
}
.fa-audio-description {
  --fa: "\f29e";
}
.fa-person-military-to-person {
  --fa: "\e54c";
}
.fa-file-shield {
  --fa: "\e4f0";
}
.fa-user-slash {
  --fa: "\f506";
}
.fa-pen {
  --fa: "\f304";
}
.fa-tower-observation {
  --fa: "\e586";
}
.fa-file-code {
  --fa: "\f1c9";
}
.fa-signal {
  --fa: "\f012";
}
.fa-signal-5 {
  --fa: "\f012";
}
.fa-signal-perfect {
  --fa: "\f012";
}
.fa-bus {
  --fa: "\f207";
}
.fa-heart-circle-xmark {
  --fa: "\e501";
}
.fa-house-chimney {
  --fa: "\e3af";
}
.fa-home-lg {
  --fa: "\e3af";
}
.fa-window-maximize {
  --fa: "\f2d0";
}
.fa-face-frown {
  --fa: "\f119";
}
.fa-frown {
  --fa: "\f119";
}
.fa-prescription {
  --fa: "\f5b1";
}
.fa-shop {
  --fa: "\f54f";
}
.fa-store-alt {
  --fa: "\f54f";
}
.fa-floppy-disk {
  --fa: "\f0c7";
}
.fa-save {
  --fa: "\f0c7";
}
.fa-vihara {
  --fa: "\f6a7";
}
.fa-scale-unbalanced {
  --fa: "\f515";
}
.fa-balance-scale-left {
  --fa: "\f515";
}
.fa-sort-up {
  --fa: "\f0de";
}
.fa-sort-asc {
  --fa: "\f0de";
}
.fa-comment-dots {
  --fa: "\f4ad";
}
.fa-commenting {
  --fa: "\f4ad";
}
.fa-plant-wilt {
  --fa: "\e5aa";
}
.fa-diamond {
  --fa: "\f219";
}
.fa-face-grin-squint {
  --fa: "\f585";
}
.fa-grin-squint {
  --fa: "\f585";
}
.fa-hand-holding-dollar {
  --fa: "\f4c0";
}
.fa-hand-holding-usd {
  --fa: "\f4c0";
}
.fa-chart-diagram {
  --fa: "\e695";
}
.fa-bacterium {
  --fa: "\e05a";
}
.fa-hand-pointer {
  --fa: "\f25a";
}
.fa-drum-steelpan {
  --fa: "\f56a";
}
.fa-hand-scissors {
  --fa: "\f257";
}
.fa-hands-praying {
  --fa: "\f684";
}
.fa-praying-hands {
  --fa: "\f684";
}
.fa-arrow-rotate-right {
  --fa: "\f01e";
}
.fa-arrow-right-rotate {
  --fa: "\f01e";
}
.fa-arrow-rotate-forward {
  --fa: "\f01e";
}
.fa-redo {
  --fa: "\f01e";
}
.fa-biohazard {
  --fa: "\f780";
}
.fa-location-crosshairs {
  --fa: "\f601";
}
.fa-location {
  --fa: "\f601";
}
.fa-mars-double {
  --fa: "\f227";
}
.fa-child-dress {
  --fa: "\e59c";
}
.fa-users-between-lines {
  --fa: "\e591";
}
.fa-lungs-virus {
  --fa: "\e067";
}
.fa-face-grin-tears {
  --fa: "\f588";
}
.fa-grin-tears {
  --fa: "\f588";
}
.fa-phone {
  --fa: "\f095";
}
.fa-calendar-xmark {
  --fa: "\f273";
}
.fa-calendar-times {
  --fa: "\f273";
}
.fa-child-reaching {
  --fa: "\e59d";
}
.fa-head-side-virus {
  --fa: "\e064";
}
.fa-user-gear {
  --fa: "\f4fe";
}
.fa-user-cog {
  --fa: "\f4fe";
}
.fa-arrow-up-1-9 {
  --fa: "\f163";
}
.fa-sort-numeric-up {
  --fa: "\f163";
}
.fa-door-closed {
  --fa: "\f52a";
}
.fa-shield-virus {
  --fa: "\e06c";
}
.fa-dice-six {
  --fa: "\f526";
}
.fa-mosquito-net {
  --fa: "\e52c";
}
.fa-file-fragment {
  --fa: "\e697";
}
.fa-bridge-water {
  --fa: "\e4ce";
}
.fa-person-booth {
  --fa: "\f756";
}
.fa-text-width {
  --fa: "\f035";
}
.fa-hat-wizard {
  --fa: "\f6e8";
}
.fa-pen-fancy {
  --fa: "\f5ac";
}
.fa-person-digging {
  --fa: "\f85e";
}
.fa-digging {
  --fa: "\f85e";
}
.fa-trash {
  --fa: "\f1f8";
}
.fa-gauge-simple {
  --fa: "\f629";
}
.fa-gauge-simple-med {
  --fa: "\f629";
}
.fa-tachometer-average {
  --fa: "\f629";
}
.fa-book-medical {
  --fa: "\f7e6";
}
.fa-poo {
  --fa: "\f2fe";
}
.fa-quote-right {
  --fa: "\f10e";
}
.fa-quote-right-alt {
  --fa: "\f10e";
}
.fa-shirt {
  --fa: "\f553";
}
.fa-t-shirt {
  --fa: "\f553";
}
.fa-tshirt {
  --fa: "\f553";
}
.fa-cubes {
  --fa: "\f1b3";
}
.fa-divide {
  --fa: "\f529";
}
.fa-tenge-sign {
  --fa: "\f7d7";
}
.fa-tenge {
  --fa: "\f7d7";
}
.fa-headphones {
  --fa: "\f025";
}
.fa-hands-holding {
  --fa: "\f4c2";
}
.fa-hands-clapping {
  --fa: "\e1a8";
}
.fa-republican {
  --fa: "\f75e";
}
.fa-arrow-left {
  --fa: "\f060";
}
.fa-person-circle-xmark {
  --fa: "\e543";
}
.fa-ruler {
  --fa: "\f545";
}
.fa-align-left {
  --fa: "\f036";
}
.fa-dice-d6 {
  --fa: "\f6d1";
}
.fa-restroom {
  --fa: "\f7bd";
}
.fa-j {
  --fa: "\4a";
}
.fa-users-viewfinder {
  --fa: "\e595";
}
.fa-file-video {
  --fa: "\f1c8";
}
.fa-up-right-from-square {
  --fa: "\f35d";
}
.fa-external-link-alt {
  --fa: "\f35d";
}
.fa-table-cells {
  --fa: "\f00a";
}
.fa-th {
  --fa: "\f00a";
}
.fa-file-pdf {
  --fa: "\f1c1";
}
.fa-book-bible {
  --fa: "\f647";
}
.fa-bible {
  --fa: "\f647";
}
.fa-o {
  --fa: "\4f";
}
.fa-suitcase-medical {
  --fa: "\f0fa";
}
.fa-medkit {
  --fa: "\f0fa";
}
.fa-user-secret {
  --fa: "\f21b";
}
.fa-otter {
  --fa: "\f700";
}
.fa-person-dress {
  --fa: "\f182";
}
.fa-female {
  --fa: "\f182";
}
.fa-comment-dollar {
  --fa: "\f651";
}
.fa-business-time {
  --fa: "\f64a";
}
.fa-briefcase-clock {
  --fa: "\f64a";
}
.fa-table-cells-large {
  --fa: "\f009";
}
.fa-th-large {
  --fa: "\f009";
}
.fa-book-tanakh {
  --fa: "\f827";
}
.fa-tanakh {
  --fa: "\f827";
}
.fa-phone-volume {
  --fa: "\f2a0";
}
.fa-volume-control-phone {
  --fa: "\f2a0";
}
.fa-hat-cowboy-side {
  --fa: "\f8c1";
}
.fa-clipboard-user {
  --fa: "\f7f3";
}
.fa-child {
  --fa: "\f1ae";
}
.fa-lira-sign {
  --fa: "\f195";
}
.fa-satellite {
  --fa: "\f7bf";
}
.fa-plane-lock {
  --fa: "\e558";
}
.fa-tag {
  --fa: "\f02b";
}
.fa-comment {
  --fa: "\f075";
}
.fa-cake-candles {
  --fa: "\f1fd";
}
.fa-birthday-cake {
  --fa: "\f1fd";
}
.fa-cake {
  --fa: "\f1fd";
}
.fa-envelope {
  --fa: "\f0e0";
}
.fa-angles-up {
  --fa: "\f102";
}
.fa-angle-double-up {
  --fa: "\f102";
}
.fa-paperclip {
  --fa: "\f0c6";
}
.fa-arrow-right-to-city {
  --fa: "\e4b3";
}
.fa-ribbon {
  --fa: "\f4d6";
}
.fa-lungs {
  --fa: "\f604";
}
.fa-arrow-up-9-1 {
  --fa: "\f887";
}
.fa-sort-numeric-up-alt {
  --fa: "\f887";
}
.fa-litecoin-sign {
  --fa: "\e1d3";
}
.fa-border-none {
  --fa: "\f850";
}
.fa-circle-nodes {
  --fa: "\e4e2";
}
.fa-parachute-box {
  --fa: "\f4cd";
}
.fa-indent {
  --fa: "\f03c";
}
.fa-truck-field-un {
  --fa: "\e58e";
}
.fa-hourglass {
  --fa: "\f254";
}
.fa-hourglass-empty {
  --fa: "\f254";
}
.fa-mountain {
  --fa: "\f6fc";
}
.fa-user-doctor {
  --fa: "\f0f0";
}
.fa-user-md {
  --fa: "\f0f0";
}
.fa-circle-info {
  --fa: "\f05a";
}
.fa-info-circle {
  --fa: "\f05a";
}
.fa-cloud-meatball {
  --fa: "\f73b";
}
.fa-camera {
  --fa: "\f030";
}
.fa-camera-alt {
  --fa: "\f030";
}
.fa-square-virus {
  --fa: "\e578";
}
.fa-meteor {
  --fa: "\f753";
}
.fa-car-on {
  --fa: "\e4dd";
}
.fa-sleigh {
  --fa: "\f7cc";
}
.fa-arrow-down-1-9 {
  --fa: "\f162";
}
.fa-sort-numeric-asc {
  --fa: "\f162";
}
.fa-sort-numeric-down {
  --fa: "\f162";
}
.fa-hand-holding-droplet {
  --fa: "\f4c1";
}
.fa-hand-holding-water {
  --fa: "\f4c1";
}
.fa-water {
  --fa: "\f773";
}
.fa-calendar-check {
  --fa: "\f274";
}
.fa-braille {
  --fa: "\f2a1";
}
.fa-prescription-bottle-medical {
  --fa: "\f486";
}
.fa-prescription-bottle-alt {
  --fa: "\f486";
}
.fa-landmark {
  --fa: "\f66f";
}
.fa-truck {
  --fa: "\f0d1";
}
.fa-crosshairs {
  --fa: "\f05b";
}
.fa-person-cane {
  --fa: "\e53c";
}
.fa-tent {
  --fa: "\e57d";
}
.fa-vest-patches {
  --fa: "\e086";
}
.fa-check-double {
  --fa: "\f560";
}
.fa-arrow-down-a-z {
  --fa: "\f15d";
}
.fa-sort-alpha-asc {
  --fa: "\f15d";
}
.fa-sort-alpha-down {
  --fa: "\f15d";
}
.fa-money-bill-wheat {
  --fa: "\e52a";
}
.fa-cookie {
  --fa: "\f563";
}
.fa-arrow-rotate-left {
  --fa: "\f0e2";
}
.fa-arrow-left-rotate {
  --fa: "\f0e2";
}
.fa-arrow-rotate-back {
  --fa: "\f0e2";
}
.fa-arrow-rotate-backward {
  --fa: "\f0e2";
}
.fa-undo {
  --fa: "\f0e2";
}
.fa-hard-drive {
  --fa: "\f0a0";
}
.fa-hdd {
  --fa: "\f0a0";
}
.fa-face-grin-squint-tears {
  --fa: "\f586";
}
.fa-grin-squint-tears {
  --fa: "\f586";
}
.fa-dumbbell {
  --fa: "\f44b";
}
.fa-rectangle-list {
  --fa: "\f022";
}
.fa-list-alt {
  --fa: "\f022";
}
.fa-tarp-droplet {
  --fa: "\e57c";
}
.fa-house-medical-circle-check {
  --fa: "\e511";
}
.fa-person-skiing-nordic {
  --fa: "\f7ca";
}
.fa-skiing-nordic {
  --fa: "\f7ca";
}
.fa-calendar-plus {
  --fa: "\f271";
}
.fa-plane-arrival {
  --fa: "\f5af";
}
.fa-circle-left {
  --fa: "\f359";
}
.fa-arrow-alt-circle-left {
  --fa: "\f359";
}
.fa-train-subway {
  --fa: "\f239";
}
.fa-subway {
  --fa: "\f239";
}
.fa-chart-gantt {
  --fa: "\e0e4";
}
.fa-indian-rupee-sign {
  --fa: "\e1bc";
}
.fa-indian-rupee {
  --fa: "\e1bc";
}
.fa-inr {
  --fa: "\e1bc";
}
.fa-crop-simple {
  --fa: "\f565";
}
.fa-crop-alt {
  --fa: "\f565";
}
.fa-money-bill-1 {
  --fa: "\f3d1";
}
.fa-money-bill-alt {
  --fa: "\f3d1";
}
.fa-left-long {
  --fa: "\f30a";
}
.fa-long-arrow-alt-left {
  --fa: "\f30a";
}
.fa-dna {
  --fa: "\f471";
}
.fa-virus-slash {
  --fa: "\e075";
}
.fa-minus {
  --fa: "\f068";
}
.fa-subtract {
  --fa: "\f068";
}
.fa-chess {
  --fa: "\f439";
}
.fa-arrow-left-long {
  --fa: "\f177";
}
.fa-long-arrow-left {
  --fa: "\f177";
}
.fa-plug-circle-check {
  --fa: "\e55c";
}
.fa-street-view {
  --fa: "\f21d";
}
.fa-franc-sign {
  --fa: "\e18f";
}
.fa-volume-off {
  --fa: "\f026";
}
.fa-hands-asl-interpreting {
  --fa: "\f2a3";
}
.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
}
.fa-asl-interpreting {
  --fa: "\f2a3";
}
.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
}
.fa-gear {
  --fa: "\f013";
}
.fa-cog {
  --fa: "\f013";
}
.fa-droplet-slash {
  --fa: "\f5c7";
}
.fa-tint-slash {
  --fa: "\f5c7";
}
.fa-mosque {
  --fa: "\f678";
}
.fa-mosquito {
  --fa: "\e52b";
}
.fa-star-of-david {
  --fa: "\f69a";
}
.fa-person-military-rifle {
  --fa: "\e54b";
}
.fa-cart-shopping {
  --fa: "\f07a";
}
.fa-shopping-cart {
  --fa: "\f07a";
}
.fa-vials {
  --fa: "\f493";
}
.fa-plug-circle-plus {
  --fa: "\e55f";
}
.fa-place-of-worship {
  --fa: "\f67f";
}
.fa-grip-vertical {
  --fa: "\f58e";
}
.fa-hexagon-nodes {
  --fa: "\e699";
}
.fa-arrow-turn-up {
  --fa: "\f148";
}
.fa-level-up {
  --fa: "\f148";
}
.fa-u {
  --fa: "\55";
}
.fa-square-root-variable {
  --fa: "\f698";
}
.fa-square-root-alt {
  --fa: "\f698";
}
.fa-clock {
  --fa: "\f017";
}
.fa-clock-four {
  --fa: "\f017";
}
.fa-backward-step {
  --fa: "\f048";
}
.fa-step-backward {
  --fa: "\f048";
}
.fa-pallet {
  --fa: "\f482";
}
.fa-faucet {
  --fa: "\e005";
}
.fa-baseball-bat-ball {
  --fa: "\f432";
}
.fa-s {
  --fa: "\53";
}
.fa-timeline {
  --fa: "\e29c";
}
.fa-keyboard {
  --fa: "\f11c";
}
.fa-caret-down {
  --fa: "\f0d7";
}
.fa-house-chimney-medical {
  --fa: "\f7f2";
}
.fa-clinic-medical {
  --fa: "\f7f2";
}
.fa-temperature-three-quarters {
  --fa: "\f2c8";
}
.fa-temperature-3 {
  --fa: "\f2c8";
}
.fa-thermometer-3 {
  --fa: "\f2c8";
}
.fa-thermometer-three-quarters {
  --fa: "\f2c8";
}
.fa-mobile-screen {
  --fa: "\f3cf";
}
.fa-mobile-android-alt {
  --fa: "\f3cf";
}
.fa-plane-up {
  --fa: "\e22d";
}
.fa-piggy-bank {
  --fa: "\f4d3";
}
.fa-battery-half {
  --fa: "\f242";
}
.fa-battery-3 {
  --fa: "\f242";
}
.fa-mountain-city {
  --fa: "\e52e";
}
.fa-coins {
  --fa: "\f51e";
}
.fa-khanda {
  --fa: "\f66d";
}
.fa-sliders {
  --fa: "\f1de";
}
.fa-sliders-h {
  --fa: "\f1de";
}
.fa-folder-tree {
  --fa: "\f802";
}
.fa-network-wired {
  --fa: "\f6ff";
}
.fa-map-pin {
  --fa: "\f276";
}
.fa-hamsa {
  --fa: "\f665";
}
.fa-cent-sign {
  --fa: "\e3f5";
}
.fa-flask {
  --fa: "\f0c3";
}
.fa-person-pregnant {
  --fa: "\e31e";
}
.fa-wand-sparkles {
  --fa: "\f72b";
}
.fa-ellipsis-vertical {
  --fa: "\f142";
}
.fa-ellipsis-v {
  --fa: "\f142";
}
.fa-ticket {
  --fa: "\f145";
}
.fa-power-off {
  --fa: "\f011";
}
.fa-right-long {
  --fa: "\f30b";
}
.fa-long-arrow-alt-right {
  --fa: "\f30b";
}
.fa-flag-usa {
  --fa: "\f74d";
}
.fa-laptop-file {
  --fa: "\e51d";
}
.fa-tty {
  --fa: "\f1e4";
}
.fa-teletype {
  --fa: "\f1e4";
}
.fa-diagram-next {
  --fa: "\e476";
}
.fa-person-rifle {
  --fa: "\e54e";
}
.fa-house-medical-circle-exclamation {
  --fa: "\e512";
}
.fa-closed-captioning {
  --fa: "\f20a";
}
.fa-person-hiking {
  --fa: "\f6ec";
}
.fa-hiking {
  --fa: "\f6ec";
}
.fa-venus-double {
  --fa: "\f226";
}
.fa-images {
  --fa: "\f302";
}
.fa-calculator {
  --fa: "\f1ec";
}
.fa-people-pulling {
  --fa: "\e535";
}
.fa-n {
  --fa: "\4e";
}
.fa-cable-car {
  --fa: "\f7da";
}
.fa-tram {
  --fa: "\f7da";
}
.fa-cloud-rain {
  --fa: "\f73d";
}
.fa-building-circle-xmark {
  --fa: "\e4d4";
}
.fa-ship {
  --fa: "\f21a";
}
.fa-arrows-down-to-line {
  --fa: "\e4b8";
}
.fa-download {
  --fa: "\f019";
}
.fa-face-grin {
  --fa: "\f580";
}
.fa-grin {
  --fa: "\f580";
}
.fa-delete-left {
  --fa: "\f55a";
}
.fa-backspace {
  --fa: "\f55a";
}
.fa-eye-dropper {
  --fa: "\f1fb";
}
.fa-eye-dropper-empty {
  --fa: "\f1fb";
}
.fa-eyedropper {
  --fa: "\f1fb";
}
.fa-file-circle-check {
  --fa: "\e5a0";
}
.fa-forward {
  --fa: "\f04e";
}
.fa-mobile {
  --fa: "\f3ce";
}
.fa-mobile-android {
  --fa: "\f3ce";
}
.fa-mobile-phone {
  --fa: "\f3ce";
}
.fa-face-meh {
  --fa: "\f11a";
}
.fa-meh {
  --fa: "\f11a";
}
.fa-align-center {
  --fa: "\f037";
}
.fa-book-skull {
  --fa: "\f6b7";
}
.fa-book-dead {
  --fa: "\f6b7";
}
.fa-id-card {
  --fa: "\f2c2";
}
.fa-drivers-license {
  --fa: "\f2c2";
}
.fa-outdent {
  --fa: "\f03b";
}
.fa-dedent {
  --fa: "\f03b";
}
.fa-heart-circle-exclamation {
  --fa: "\e4fe";
}
.fa-house {
  --fa: "\f015";
}
.fa-home {
  --fa: "\f015";
}
.fa-home-alt {
  --fa: "\f015";
}
.fa-home-lg-alt {
  --fa: "\f015";
}
.fa-calendar-week {
  --fa: "\f784";
}
.fa-laptop-medical {
  --fa: "\f812";
}
.fa-b {
  --fa: "\42";
}
.fa-file-medical {
  --fa: "\f477";
}
.fa-dice-one {
  --fa: "\f525";
}
.fa-kiwi-bird {
  --fa: "\f535";
}
.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
}
.fa-exchange {
  --fa: "\f0ec";
}
.fa-rotate-right {
  --fa: "\f2f9";
}
.fa-redo-alt {
  --fa: "\f2f9";
}
.fa-rotate-forward {
  --fa: "\f2f9";
}
.fa-utensils {
  --fa: "\f2e7";
}
.fa-cutlery {
  --fa: "\f2e7";
}
.fa-arrow-up-wide-short {
  --fa: "\f161";
}
.fa-sort-amount-up {
  --fa: "\f161";
}
.fa-mill-sign {
  --fa: "\e1ed";
}
.fa-bowl-rice {
  --fa: "\e2eb";
}
.fa-skull {
  --fa: "\f54c";
}
.fa-tower-broadcast {
  --fa: "\f519";
}
.fa-broadcast-tower {
  --fa: "\f519";
}
.fa-truck-pickup {
  --fa: "\f63c";
}
.fa-up-long {
  --fa: "\f30c";
}
.fa-long-arrow-alt-up {
  --fa: "\f30c";
}
.fa-stop {
  --fa: "\f04d";
}
.fa-code-merge {
  --fa: "\f387";
}
.fa-upload {
  --fa: "\f093";
}
.fa-hurricane {
  --fa: "\f751";
}
.fa-mound {
  --fa: "\e52d";
}
.fa-toilet-portable {
  --fa: "\e583";
}
.fa-compact-disc {
  --fa: "\f51f";
}
.fa-file-arrow-down {
  --fa: "\f56d";
}
.fa-file-download {
  --fa: "\f56d";
}
.fa-caravan {
  --fa: "\f8ff";
}
.fa-shield-cat {
  --fa: "\e572";
}
.fa-bolt {
  --fa: "\f0e7";
}
.fa-zap {
  --fa: "\f0e7";
}
.fa-glass-water {
  --fa: "\e4f4";
}
.fa-oil-well {
  --fa: "\e532";
}
.fa-vault {
  --fa: "\e2c5";
}
.fa-mars {
  --fa: "\f222";
}
.fa-toilet {
  --fa: "\f7d8";
}
.fa-plane-circle-xmark {
  --fa: "\e557";
}
.fa-yen-sign {
  --fa: "\f157";
}
.fa-cny {
  --fa: "\f157";
}
.fa-jpy {
  --fa: "\f157";
}
.fa-rmb {
  --fa: "\f157";
}
.fa-yen {
  --fa: "\f157";
}
.fa-ruble-sign {
  --fa: "\f158";
}
.fa-rouble {
  --fa: "\f158";
}
.fa-rub {
  --fa: "\f158";
}
.fa-ruble {
  --fa: "\f158";
}
.fa-sun {
  --fa: "\f185";
}
.fa-guitar {
  --fa: "\f7a6";
}
.fa-face-laugh-wink {
  --fa: "\f59c";
}
.fa-laugh-wink {
  --fa: "\f59c";
}
.fa-horse-head {
  --fa: "\f7ab";
}
.fa-bore-hole {
  --fa: "\e4c3";
}
.fa-industry {
  --fa: "\f275";
}
.fa-circle-down {
  --fa: "\f358";
}
.fa-arrow-alt-circle-down {
  --fa: "\f358";
}
.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
}
.fa-florin-sign {
  --fa: "\e184";
}
.fa-arrow-down-short-wide {
  --fa: "\f884";
}
.fa-sort-amount-desc {
  --fa: "\f884";
}
.fa-sort-amount-down-alt {
  --fa: "\f884";
}
.fa-less-than {
  --fa: "\3c";
}
.fa-angle-down {
  --fa: "\f107";
}
.fa-car-tunnel {
  --fa: "\e4de";
}
.fa-head-side-cough {
  --fa: "\e061";
}
.fa-grip-lines {
  --fa: "\f7a4";
}
.fa-thumbs-down {
  --fa: "\f165";
}
.fa-user-lock {
  --fa: "\f502";
}
.fa-arrow-right-long {
  --fa: "\f178";
}
.fa-long-arrow-right {
  --fa: "\f178";
}
.fa-anchor-circle-xmark {
  --fa: "\e4ac";
}
.fa-ellipsis {
  --fa: "\f141";
}
.fa-ellipsis-h {
  --fa: "\f141";
}
.fa-chess-pawn {
  --fa: "\f443";
}
.fa-kit-medical {
  --fa: "\f479";
}
.fa-first-aid {
  --fa: "\f479";
}
.fa-person-through-window {
  --fa: "\e5a9";
}
.fa-toolbox {
  --fa: "\f552";
}
.fa-hands-holding-circle {
  --fa: "\e4fb";
}
.fa-bug {
  --fa: "\f188";
}
.fa-credit-card {
  --fa: "\f09d";
}
.fa-credit-card-alt {
  --fa: "\f09d";
}
.fa-car {
  --fa: "\f1b9";
}
.fa-automobile {
  --fa: "\f1b9";
}
.fa-hand-holding-hand {
  --fa: "\e4f7";
}
.fa-book-open-reader {
  --fa: "\f5da";
}
.fa-book-reader {
  --fa: "\f5da";
}
.fa-mountain-sun {
  --fa: "\e52f";
}
.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
}
.fa-dice-d20 {
  --fa: "\f6cf";
}
.fa-truck-droplet {
  --fa: "\e58c";
}
.fa-file-circle-xmark {
  --fa: "\e5a1";
}
.fa-temperature-arrow-up {
  --fa: "\e040";
}
.fa-temperature-up {
  --fa: "\e040";
}
.fa-medal {
  --fa: "\f5a2";
}
.fa-bed {
  --fa: "\f236";
}
.fa-square-h {
  --fa: "\f0fd";
}
.fa-h-square {
  --fa: "\f0fd";
}
.fa-podcast {
  --fa: "\f2ce";
}
.fa-temperature-full {
  --fa: "\f2c7";
}
.fa-temperature-4 {
  --fa: "\f2c7";
}
.fa-thermometer-4 {
  --fa: "\f2c7";
}
.fa-thermometer-full {
  --fa: "\f2c7";
}
.fa-bell {
  --fa: "\f0f3";
}
.fa-superscript {
  --fa: "\f12b";
}
.fa-plug-circle-xmark {
  --fa: "\e560";
}
.fa-star-of-life {
  --fa: "\f621";
}
.fa-phone-slash {
  --fa: "\f3dd";
}
.fa-paint-roller {
  --fa: "\f5aa";
}
.fa-handshake-angle {
  --fa: "\f4c4";
}
.fa-hands-helping {
  --fa: "\f4c4";
}
.fa-location-dot {
  --fa: "\f3c5";
}
.fa-map-marker-alt {
  --fa: "\f3c5";
}
.fa-file {
  --fa: "\f15b";
}
.fa-greater-than {
  --fa: "\3e";
}
.fa-person-swimming {
  --fa: "\f5c4";
}
.fa-swimmer {
  --fa: "\f5c4";
}
.fa-arrow-down {
  --fa: "\f063";
}
.fa-droplet {
  --fa: "\f043";
}
.fa-tint {
  --fa: "\f043";
}
.fa-eraser {
  --fa: "\f12d";
}
.fa-earth-americas {
  --fa: "\f57d";
}
.fa-earth {
  --fa: "\f57d";
}
.fa-earth-america {
  --fa: "\f57d";
}
.fa-globe-americas {
  --fa: "\f57d";
}
.fa-person-burst {
  --fa: "\e53b";
}
.fa-dove {
  --fa: "\f4ba";
}
.fa-battery-empty {
  --fa: "\f244";
}
.fa-battery-0 {
  --fa: "\f244";
}
.fa-socks {
  --fa: "\f696";
}
.fa-inbox {
  --fa: "\f01c";
}
.fa-section {
  --fa: "\e447";
}
.fa-gauge-high {
  --fa: "\f625";
}
.fa-tachometer-alt {
  --fa: "\f625";
}
.fa-tachometer-alt-fast {
  --fa: "\f625";
}
.fa-envelope-open-text {
  --fa: "\f658";
}
.fa-hospital {
  --fa: "\f0f8";
}
.fa-hospital-alt {
  --fa: "\f0f8";
}
.fa-hospital-wide {
  --fa: "\f0f8";
}
.fa-wine-bottle {
  --fa: "\f72f";
}
.fa-chess-rook {
  --fa: "\f447";
}
.fa-bars-staggered {
  --fa: "\f550";
}
.fa-reorder {
  --fa: "\f550";
}
.fa-stream {
  --fa: "\f550";
}
.fa-dharmachakra {
  --fa: "\f655";
}
.fa-hotdog {
  --fa: "\f80f";
}
.fa-person-walking-with-cane {
  --fa: "\f29d";
}
.fa-blind {
  --fa: "\f29d";
}
.fa-drum {
  --fa: "\f569";
}
.fa-ice-cream {
  --fa: "\f810";
}
.fa-heart-circle-bolt {
  --fa: "\e4fc";
}
.fa-fax {
  --fa: "\f1ac";
}
.fa-paragraph {
  --fa: "\f1dd";
}
.fa-check-to-slot {
  --fa: "\f772";
}
.fa-vote-yea {
  --fa: "\f772";
}
.fa-star-half {
  --fa: "\f089";
}
.fa-boxes-stacked {
  --fa: "\f468";
}
.fa-boxes {
  --fa: "\f468";
}
.fa-boxes-alt {
  --fa: "\f468";
}
.fa-link {
  --fa: "\f0c1";
}
.fa-chain {
  --fa: "\f0c1";
}
.fa-ear-listen {
  --fa: "\f2a2";
}
.fa-assistive-listening-systems {
  --fa: "\f2a2";
}
.fa-tree-city {
  --fa: "\e587";
}
.fa-play {
  --fa: "\f04b";
}
.fa-font {
  --fa: "\f031";
}
.fa-table-cells-row-lock {
  --fa: "\e67a";
}
.fa-rupiah-sign {
  --fa: "\e23d";
}
.fa-magnifying-glass {
  --fa: "\f002";
}
.fa-search {
  --fa: "\f002";
}
.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
}
.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
}
.fa-table-tennis {
  --fa: "\f45d";
}
.fa-person-dots-from-line {
  --fa: "\f470";
}
.fa-diagnoses {
  --fa: "\f470";
}
.fa-trash-can-arrow-up {
  --fa: "\f82a";
}
.fa-trash-restore-alt {
  --fa: "\f82a";
}
.fa-naira-sign {
  --fa: "\e1f6";
}
.fa-cart-arrow-down {
  --fa: "\f218";
}
.fa-walkie-talkie {
  --fa: "\f8ef";
}
.fa-file-pen {
  --fa: "\f31c";
}
.fa-file-edit {
  --fa: "\f31c";
}
.fa-receipt {
  --fa: "\f543";
}
.fa-square-pen {
  --fa: "\f14b";
}
.fa-pen-square {
  --fa: "\f14b";
}
.fa-pencil-square {
  --fa: "\f14b";
}
.fa-suitcase-rolling {
  --fa: "\f5c1";
}
.fa-person-circle-exclamation {
  --fa: "\e53f";
}
.fa-chevron-down {
  --fa: "\f078";
}
.fa-battery-full {
  --fa: "\f240";
}
.fa-battery {
  --fa: "\f240";
}
.fa-battery-5 {
  --fa: "\f240";
}
.fa-skull-crossbones {
  --fa: "\f714";
}
.fa-code-compare {
  --fa: "\e13a";
}
.fa-list-ul {
  --fa: "\f0ca";
}
.fa-list-dots {
  --fa: "\f0ca";
}
.fa-school-lock {
  --fa: "\e56f";
}
.fa-tower-cell {
  --fa: "\e585";
}
.fa-down-long {
  --fa: "\f309";
}
.fa-long-arrow-alt-down {
  --fa: "\f309";
}
.fa-ranking-star {
  --fa: "\e561";
}
.fa-chess-king {
  --fa: "\f43f";
}
.fa-person-harassing {
  --fa: "\e549";
}
.fa-brazilian-real-sign {
  --fa: "\e46c";
}
.fa-landmark-dome {
  --fa: "\f752";
}
.fa-landmark-alt {
  --fa: "\f752";
}
.fa-arrow-up {
  --fa: "\f062";
}
.fa-tv {
  --fa: "\f26c";
}
.fa-television {
  --fa: "\f26c";
}
.fa-tv-alt {
  --fa: "\f26c";
}
.fa-shrimp {
  --fa: "\e448";
}
.fa-list-check {
  --fa: "\f0ae";
}
.fa-tasks {
  --fa: "\f0ae";
}
.fa-jug-detergent {
  --fa: "\e519";
}
.fa-circle-user {
  --fa: "\f2bd";
}
.fa-user-circle {
  --fa: "\f2bd";
}
.fa-user-shield {
  --fa: "\f505";
}
.fa-wind {
  --fa: "\f72e";
}
.fa-car-burst {
  --fa: "\f5e1";
}
.fa-car-crash {
  --fa: "\f5e1";
}
.fa-y {
  --fa: "\59";
}
.fa-person-snowboarding {
  --fa: "\f7ce";
}
.fa-snowboarding {
  --fa: "\f7ce";
}
.fa-truck-fast {
  --fa: "\f48b";
}
.fa-shipping-fast {
  --fa: "\f48b";
}
.fa-fish {
  --fa: "\f578";
}
.fa-user-graduate {
  --fa: "\f501";
}
.fa-circle-half-stroke {
  --fa: "\f042";
}
.fa-adjust {
  --fa: "\f042";
}
.fa-clapperboard {
  --fa: "\e131";
}
.fa-circle-radiation {
  --fa: "\f7ba";
}
.fa-radiation-alt {
  --fa: "\f7ba";
}
.fa-baseball {
  --fa: "\f433";
}
.fa-baseball-ball {
  --fa: "\f433";
}
.fa-jet-fighter-up {
  --fa: "\e518";
}
.fa-diagram-project {
  --fa: "\f542";
}
.fa-project-diagram {
  --fa: "\f542";
}
.fa-copy {
  --fa: "\f0c5";
}
.fa-volume-xmark {
  --fa: "\f6a9";
}
.fa-volume-mute {
  --fa: "\f6a9";
}
.fa-volume-times {
  --fa: "\f6a9";
}
.fa-hand-sparkles {
  --fa: "\e05d";
}
.fa-grip {
  --fa: "\f58d";
}
.fa-grip-horizontal {
  --fa: "\f58d";
}
.fa-share-from-square {
  --fa: "\f14d";
}
.fa-share-square {
  --fa: "\f14d";
}
.fa-child-combatant {
  --fa: "\e4e0";
}
.fa-child-rifle {
  --fa: "\e4e0";
}
.fa-gun {
  --fa: "\e19b";
}
.fa-square-phone {
  --fa: "\f098";
}
.fa-phone-square {
  --fa: "\f098";
}
.fa-plus {
  --fa: "\2b";
}
.fa-add {
  --fa: "\2b";
}
.fa-expand {
  --fa: "\f065";
}
.fa-computer {
  --fa: "\e4e5";
}
.fa-xmark {
  --fa: "\f00d";
}
.fa-close {
  --fa: "\f00d";
}
.fa-multiply {
  --fa: "\f00d";
}
.fa-remove {
  --fa: "\f00d";
}
.fa-times {
  --fa: "\f00d";
}
.fa-arrows-up-down-left-right {
  --fa: "\f047";
}
.fa-arrows {
  --fa: "\f047";
}
.fa-chalkboard-user {
  --fa: "\f51c";
}
.fa-chalkboard-teacher {
  --fa: "\f51c";
}
.fa-peso-sign {
  --fa: "\e222";
}
.fa-building-shield {
  --fa: "\e4d8";
}
.fa-baby {
  --fa: "\f77c";
}
.fa-users-line {
  --fa: "\e592";
}
.fa-quote-left {
  --fa: "\f10d";
}
.fa-quote-left-alt {
  --fa: "\f10d";
}
.fa-tractor {
  --fa: "\f722";
}
.fa-trash-arrow-up {
  --fa: "\f829";
}
.fa-trash-restore {
  --fa: "\f829";
}
.fa-arrow-down-up-lock {
  --fa: "\e4b0";
}
.fa-lines-leaning {
  --fa: "\e51e";
}
.fa-ruler-combined {
  --fa: "\f546";
}
.fa-copyright {
  --fa: "\f1f9";
}
.fa-equals {
  --fa: "\3d";
}
.fa-blender {
  --fa: "\f517";
}
.fa-teeth {
  --fa: "\f62e";
}
.fa-shekel-sign {
  --fa: "\f20b";
}
.fa-ils {
  --fa: "\f20b";
}
.fa-shekel {
  --fa: "\f20b";
}
.fa-sheqel {
  --fa: "\f20b";
}
.fa-sheqel-sign {
  --fa: "\f20b";
}
.fa-map {
  --fa: "\f279";
}
.fa-rocket {
  --fa: "\f135";
}
.fa-photo-film {
  --fa: "\f87c";
}
.fa-photo-video {
  --fa: "\f87c";
}
.fa-folder-minus {
  --fa: "\f65d";
}
.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
}
.fa-store {
  --fa: "\f54e";
}
.fa-arrow-trend-up {
  --fa: "\e098";
}
.fa-plug-circle-minus {
  --fa: "\e55e";
}
.fa-sign-hanging {
  --fa: "\f4d9";
}
.fa-sign {
  --fa: "\f4d9";
}
.fa-bezier-curve {
  --fa: "\f55b";
}
.fa-bell-slash {
  --fa: "\f1f6";
}
.fa-tablet {
  --fa: "\f3fb";
}
.fa-tablet-android {
  --fa: "\f3fb";
}
.fa-school-flag {
  --fa: "\e56e";
}
.fa-fill {
  --fa: "\f575";
}
.fa-angle-up {
  --fa: "\f106";
}
.fa-drumstick-bite {
  --fa: "\f6d7";
}
.fa-holly-berry {
  --fa: "\f7aa";
}
.fa-chevron-left {
  --fa: "\f053";
}
.fa-bacteria {
  --fa: "\e059";
}
.fa-hand-lizard {
  --fa: "\f258";
}
.fa-notdef {
  --fa: "\e1fe";
}
.fa-disease {
  --fa: "\f7fa";
}
.fa-briefcase-medical {
  --fa: "\f469";
}
.fa-genderless {
  --fa: "\f22d";
}
.fa-chevron-right {
  --fa: "\f054";
}
.fa-retweet {
  --fa: "\f079";
}
.fa-car-rear {
  --fa: "\f5de";
}
.fa-car-alt {
  --fa: "\f5de";
}
.fa-pump-soap {
  --fa: "\e06b";
}
.fa-video-slash {
  --fa: "\f4e2";
}
.fa-battery-quarter {
  --fa: "\f243";
}
.fa-battery-2 {
  --fa: "\f243";
}
.fa-radio {
  --fa: "\f8d7";
}
.fa-baby-carriage {
  --fa: "\f77d";
}
.fa-carriage-baby {
  --fa: "\f77d";
}
.fa-traffic-light {
  --fa: "\f637";
}
.fa-thermometer {
  --fa: "\f491";
}
.fa-vr-cardboard {
  --fa: "\f729";
}
.fa-hand-middle-finger {
  --fa: "\f806";
}
.fa-percent {
  --fa: "\25";
}
.fa-percentage {
  --fa: "\25";
}
.fa-truck-moving {
  --fa: "\f4df";
}
.fa-glass-water-droplet {
  --fa: "\e4f5";
}
.fa-display {
  --fa: "\e163";
}
.fa-face-smile {
  --fa: "\f118";
}
.fa-smile {
  --fa: "\f118";
}
.fa-thumbtack {
  --fa: "\f08d";
}
.fa-thumb-tack {
  --fa: "\f08d";
}
.fa-trophy {
  --fa: "\f091";
}
.fa-person-praying {
  --fa: "\f683";
}
.fa-pray {
  --fa: "\f683";
}
.fa-hammer {
  --fa: "\f6e3";
}
.fa-hand-peace {
  --fa: "\f25b";
}
.fa-rotate {
  --fa: "\f2f1";
}
.fa-sync-alt {
  --fa: "\f2f1";
}
.fa-spinner {
  --fa: "\f110";
}
.fa-robot {
  --fa: "\f544";
}
.fa-peace {
  --fa: "\f67c";
}
.fa-gears {
  --fa: "\f085";
}
.fa-cogs {
  --fa: "\f085";
}
.fa-warehouse {
  --fa: "\f494";
}
.fa-arrow-up-right-dots {
  --fa: "\e4b7";
}
.fa-splotch {
  --fa: "\f5bc";
}
.fa-face-grin-hearts {
  --fa: "\f584";
}
.fa-grin-hearts {
  --fa: "\f584";
}
.fa-dice-four {
  --fa: "\f524";
}
.fa-sim-card {
  --fa: "\f7c4";
}
.fa-transgender {
  --fa: "\f225";
}
.fa-transgender-alt {
  --fa: "\f225";
}
.fa-mercury {
  --fa: "\f223";
}
.fa-arrow-turn-down {
  --fa: "\f149";
}
.fa-level-down {
  --fa: "\f149";
}
.fa-person-falling-burst {
  --fa: "\e547";
}
.fa-award {
  --fa: "\f559";
}
.fa-ticket-simple {
  --fa: "\f3ff";
}
.fa-ticket-alt {
  --fa: "\f3ff";
}
.fa-building {
  --fa: "\f1ad";
}
.fa-angles-left {
  --fa: "\f100";
}
.fa-angle-double-left {
  --fa: "\f100";
}
.fa-qrcode {
  --fa: "\f029";
}
.fa-clock-rotate-left {
  --fa: "\f1da";
}
.fa-history {
  --fa: "\f1da";
}
.fa-face-grin-beam-sweat {
  --fa: "\f583";
}
.fa-grin-beam-sweat {
  --fa: "\f583";
}
.fa-file-export {
  --fa: "\f56e";
}
.fa-arrow-right-from-file {
  --fa: "\f56e";
}
.fa-shield {
  --fa: "\f132";
}
.fa-shield-blank {
  --fa: "\f132";
}
.fa-arrow-up-short-wide {
  --fa: "\f885";
}
.fa-sort-amount-up-alt {
  --fa: "\f885";
}
.fa-comment-nodes {
  --fa: "\e696";
}
.fa-house-medical {
  --fa: "\e3b2";
}
.fa-golf-ball-tee {
  --fa: "\f450";
}
.fa-golf-ball {
  --fa: "\f450";
}
.fa-circle-chevron-left {
  --fa: "\f137";
}
.fa-chevron-circle-left {
  --fa: "\f137";
}
.fa-house-chimney-window {
  --fa: "\e00d";
}
.fa-pen-nib {
  --fa: "\f5ad";
}
.fa-tent-arrow-turn-left {
  --fa: "\e580";
}
.fa-tents {
  --fa: "\e582";
}
.fa-wand-magic {
  --fa: "\f0d0";
}
.fa-magic {
  --fa: "\f0d0";
}
.fa-dog {
  --fa: "\f6d3";
}
.fa-carrot {
  --fa: "\f787";
}
.fa-moon {
  --fa: "\f186";
}
.fa-wine-glass-empty {
  --fa: "\f5ce";
}
.fa-wine-glass-alt {
  --fa: "\f5ce";
}
.fa-cheese {
  --fa: "\f7ef";
}
.fa-yin-yang {
  --fa: "\f6ad";
}
.fa-music {
  --fa: "\f001";
}
.fa-code-commit {
  --fa: "\f386";
}
.fa-temperature-low {
  --fa: "\f76b";
}
.fa-person-biking {
  --fa: "\f84a";
}
.fa-biking {
  --fa: "\f84a";
}
.fa-broom {
  --fa: "\f51a";
}
.fa-shield-heart {
  --fa: "\e574";
}
.fa-gopuram {
  --fa: "\f664";
}
.fa-earth-oceania {
  --fa: "\e47b";
}
.fa-globe-oceania {
  --fa: "\e47b";
}
.fa-square-xmark {
  --fa: "\f2d3";
}
.fa-times-square {
  --fa: "\f2d3";
}
.fa-xmark-square {
  --fa: "\f2d3";
}
.fa-hashtag {
  --fa: "\23";
}
.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
}
.fa-expand-alt {
  --fa: "\f424";
}
.fa-oil-can {
  --fa: "\f613";
}
.fa-t {
  --fa: "\54";
}
.fa-hippo {
  --fa: "\f6ed";
}
.fa-chart-column {
  --fa: "\e0e3";
}
.fa-infinity {
  --fa: "\f534";
}
.fa-vial-circle-check {
  --fa: "\e596";
}
.fa-person-arrow-down-to-line {
  --fa: "\e538";
}
.fa-voicemail {
  --fa: "\f897";
}
.fa-fan {
  --fa: "\f863";
}
.fa-person-walking-luggage {
  --fa: "\e554";
}
.fa-up-down {
  --fa: "\f338";
}
.fa-arrows-alt-v {
  --fa: "\f338";
}
.fa-cloud-moon-rain {
  --fa: "\f73c";
}
.fa-calendar {
  --fa: "\f133";
}
.fa-trailer {
  --fa: "\e041";
}
.fa-bahai {
  --fa: "\f666";
}
.fa-haykal {
  --fa: "\f666";
}
.fa-sd-card {
  --fa: "\f7c2";
}
.fa-dragon {
  --fa: "\f6d5";
}
.fa-shoe-prints {
  --fa: "\f54b";
}
.fa-circle-plus {
  --fa: "\f055";
}
.fa-plus-circle {
  --fa: "\f055";
}
.fa-face-grin-tongue-wink {
  --fa: "\f58b";
}
.fa-grin-tongue-wink {
  --fa: "\f58b";
}
.fa-hand-holding {
  --fa: "\f4bd";
}
.fa-plug-circle-exclamation {
  --fa: "\e55d";
}
.fa-link-slash {
  --fa: "\f127";
}
.fa-chain-broken {
  --fa: "\f127";
}
.fa-chain-slash {
  --fa: "\f127";
}
.fa-unlink {
  --fa: "\f127";
}
.fa-clone {
  --fa: "\f24d";
}
.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
}
.fa-arrow-up-z-a {
  --fa: "\f882";
}
.fa-sort-alpha-up-alt {
  --fa: "\f882";
}
.fa-fire-flame-curved {
  --fa: "\f7e4";
}
.fa-fire-alt {
  --fa: "\f7e4";
}
.fa-tornado {
  --fa: "\f76f";
}
.fa-file-circle-plus {
  --fa: "\e494";
}
.fa-book-quran {
  --fa: "\f687";
}
.fa-quran {
  --fa: "\f687";
}
.fa-anchor {
  --fa: "\f13d";
}
.fa-border-all {
  --fa: "\f84c";
}
.fa-face-angry {
  --fa: "\f556";
}
.fa-angry {
  --fa: "\f556";
}
.fa-cookie-bite {
  --fa: "\f564";
}
.fa-arrow-trend-down {
  --fa: "\e097";
}
.fa-rss {
  --fa: "\f09e";
}
.fa-feed {
  --fa: "\f09e";
}
.fa-draw-polygon {
  --fa: "\f5ee";
}
.fa-scale-balanced {
  --fa: "\f24e";
}
.fa-balance-scale {
  --fa: "\f24e";
}
.fa-gauge-simple-high {
  --fa: "\f62a";
}
.fa-tachometer {
  --fa: "\f62a";
}
.fa-tachometer-fast {
  --fa: "\f62a";
}
.fa-shower {
  --fa: "\f2cc";
}
.fa-desktop {
  --fa: "\f390";
}
.fa-desktop-alt {
  --fa: "\f390";
}
.fa-m {
  --fa: "\4d";
}
.fa-table-list {
  --fa: "\f00b";
}
.fa-th-list {
  --fa: "\f00b";
}
.fa-comment-sms {
  --fa: "\f7cd";
}
.fa-sms {
  --fa: "\f7cd";
}
.fa-book {
  --fa: "\f02d";
}
.fa-user-plus {
  --fa: "\f234";
}
.fa-check {
  --fa: "\f00c";
}
.fa-battery-three-quarters {
  --fa: "\f241";
}
.fa-battery-4 {
  --fa: "\f241";
}
.fa-house-circle-check {
  --fa: "\e509";
}
.fa-angle-left {
  --fa: "\f104";
}
.fa-diagram-successor {
  --fa: "\e47a";
}
.fa-truck-arrow-right {
  --fa: "\e58b";
}
.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
}
.fa-hand-fist {
  --fa: "\f6de";
}
.fa-fist-raised {
  --fa: "\f6de";
}
.fa-cloud-moon {
  --fa: "\f6c3";
}
.fa-briefcase {
  --fa: "\f0b1";
}
.fa-person-falling {
  --fa: "\e546";
}
.fa-image-portrait {
  --fa: "\f3e0";
}
.fa-portrait {
  --fa: "\f3e0";
}
.fa-user-tag {
  --fa: "\f507";
}
.fa-rug {
  --fa: "\e569";
}
.fa-earth-europe {
  --fa: "\f7a2";
}
.fa-globe-europe {
  --fa: "\f7a2";
}
.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
}
.fa-luggage-cart {
  --fa: "\f59d";
}
.fa-rectangle-xmark {
  --fa: "\f410";
}
.fa-rectangle-times {
  --fa: "\f410";
}
.fa-times-rectangle {
  --fa: "\f410";
}
.fa-window-close {
  --fa: "\f410";
}
.fa-baht-sign {
  --fa: "\e0ac";
}
.fa-book-open {
  --fa: "\f518";
}
.fa-book-journal-whills {
  --fa: "\f66a";
}
.fa-journal-whills {
  --fa: "\f66a";
}
.fa-handcuffs {
  --fa: "\e4f8";
}
.fa-triangle-exclamation {
  --fa: "\f071";
}
.fa-exclamation-triangle {
  --fa: "\f071";
}
.fa-warning {
  --fa: "\f071";
}
.fa-database {
  --fa: "\f1c0";
}
.fa-share {
  --fa: "\f064";
}
.fa-mail-forward {
  --fa: "\f064";
}
.fa-bottle-droplet {
  --fa: "\e4c4";
}
.fa-mask-face {
  --fa: "\e1d7";
}
.fa-hill-rockslide {
  --fa: "\e508";
}
.fa-right-left {
  --fa: "\f362";
}
.fa-exchange-alt {
  --fa: "\f362";
}
.fa-paper-plane {
  --fa: "\f1d8";
}
.fa-road-circle-exclamation {
  --fa: "\e565";
}
.fa-dungeon {
  --fa: "\f6d9";
}
.fa-align-right {
  --fa: "\f038";
}
.fa-money-bill-1-wave {
  --fa: "\f53b";
}
.fa-money-bill-wave-alt {
  --fa: "\f53b";
}
.fa-life-ring {
  --fa: "\f1cd";
}
.fa-hands {
  --fa: "\f2a7";
}
.fa-sign-language {
  --fa: "\f2a7";
}
.fa-signing {
  --fa: "\f2a7";
}
.fa-calendar-day {
  --fa: "\f783";
}
.fa-water-ladder {
  --fa: "\f5c5";
}
.fa-ladder-water {
  --fa: "\f5c5";
}
.fa-swimming-pool {
  --fa: "\f5c5";
}
.fa-arrows-up-down {
  --fa: "\f07d";
}
.fa-arrows-v {
  --fa: "\f07d";
}
.fa-face-grimace {
  --fa: "\f57f";
}
.fa-grimace {
  --fa: "\f57f";
}
.fa-wheelchair-move {
  --fa: "\e2ce";
}
.fa-wheelchair-alt {
  --fa: "\e2ce";
}
.fa-turn-down {
  --fa: "\f3be";
}
.fa-level-down-alt {
  --fa: "\f3be";
}
.fa-person-walking-arrow-right {
  --fa: "\e552";
}
.fa-square-envelope {
  --fa: "\f199";
}
.fa-envelope-square {
  --fa: "\f199";
}
.fa-dice {
  --fa: "\f522";
}
.fa-bowling-ball {
  --fa: "\f436";
}
.fa-brain {
  --fa: "\f5dc";
}
.fa-bandage {
  --fa: "\f462";
}
.fa-band-aid {
  --fa: "\f462";
}
.fa-calendar-minus {
  --fa: "\f272";
}
.fa-circle-xmark {
  --fa: "\f057";
}
.fa-times-circle {
  --fa: "\f057";
}
.fa-xmark-circle {
  --fa: "\f057";
}
.fa-gifts {
  --fa: "\f79c";
}
.fa-hotel {
  --fa: "\f594";
}
.fa-earth-asia {
  --fa: "\f57e";
}
.fa-globe-asia {
  --fa: "\f57e";
}
.fa-id-card-clip {
  --fa: "\f47f";
}
.fa-id-card-alt {
  --fa: "\f47f";
}
.fa-magnifying-glass-plus {
  --fa: "\f00e";
}
.fa-search-plus {
  --fa: "\f00e";
}
.fa-thumbs-up {
  --fa: "\f164";
}
.fa-user-clock {
  --fa: "\f4fd";
}
.fa-hand-dots {
  --fa: "\f461";
}
.fa-allergies {
  --fa: "\f461";
}
.fa-file-invoice {
  --fa: "\f570";
}
.fa-window-minimize {
  --fa: "\f2d1";
}
.fa-mug-saucer {
  --fa: "\f0f4";
}
.fa-coffee {
  --fa: "\f0f4";
}
.fa-brush {
  --fa: "\f55d";
}
.fa-file-half-dashed {
  --fa: "\e698";
}
.fa-mask {
  --fa: "\f6fa";
}
.fa-magnifying-glass-minus {
  --fa: "\f010";
}
.fa-search-minus {
  --fa: "\f010";
}
.fa-ruler-vertical {
  --fa: "\f548";
}
.fa-user-large {
  --fa: "\f406";
}
.fa-user-alt {
  --fa: "\f406";
}
.fa-train-tram {
  --fa: "\e5b4";
}
.fa-user-nurse {
  --fa: "\f82f";
}
.fa-syringe {
  --fa: "\f48e";
}
.fa-cloud-sun {
  --fa: "\f6c4";
}
.fa-stopwatch-20 {
  --fa: "\e06f";
}
.fa-square-full {
  --fa: "\f45c";
}
.fa-magnet {
  --fa: "\f076";
}
.fa-jar {
  --fa: "\e516";
}
.fa-note-sticky {
  --fa: "\f249";
}
.fa-sticky-note {
  --fa: "\f249";
}
.fa-bug-slash {
  --fa: "\e490";
}
.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
}
.fa-bone {
  --fa: "\f5d7";
}
.fa-table-cells-row-unlock {
  --fa: "\e691";
}
.fa-user-injured {
  --fa: "\f728";
}
.fa-face-sad-tear {
  --fa: "\f5b4";
}
.fa-sad-tear {
  --fa: "\f5b4";
}
.fa-plane {
  --fa: "\f072";
}
.fa-tent-arrows-down {
  --fa: "\e581";
}
.fa-exclamation {
  --fa: "\21";
}
.fa-arrows-spin {
  --fa: "\e4bb";
}
.fa-print {
  --fa: "\f02f";
}
.fa-turkish-lira-sign {
  --fa: "\e2bb";
}
.fa-try {
  --fa: "\e2bb";
}
.fa-turkish-lira {
  --fa: "\e2bb";
}
.fa-dollar-sign {
  --fa: "\24";
}
.fa-dollar {
  --fa: "\24";
}
.fa-usd {
  --fa: "\24";
}
.fa-x {
  --fa: "\58";
}
.fa-magnifying-glass-dollar {
  --fa: "\f688";
}
.fa-search-dollar {
  --fa: "\f688";
}
.fa-users-gear {
  --fa: "\f509";
}
.fa-users-cog {
  --fa: "\f509";
}
.fa-person-military-pointing {
  --fa: "\e54a";
}
.fa-building-columns {
  --fa: "\f19c";
}
.fa-bank {
  --fa: "\f19c";
}
.fa-institution {
  --fa: "\f19c";
}
.fa-museum {
  --fa: "\f19c";
}
.fa-university {
  --fa: "\f19c";
}
.fa-umbrella {
  --fa: "\f0e9";
}
.fa-trowel {
  --fa: "\e589";
}
.fa-d {
  --fa: "\44";
}
.fa-stapler {
  --fa: "\e5af";
}
.fa-masks-theater {
  --fa: "\f630";
}
.fa-theater-masks {
  --fa: "\f630";
}
.fa-kip-sign {
  --fa: "\e1c4";
}
.fa-hand-point-left {
  --fa: "\f0a5";
}
.fa-handshake-simple {
  --fa: "\f4c6";
}
.fa-handshake-alt {
  --fa: "\f4c6";
}
.fa-jet-fighter {
  --fa: "\f0fb";
}
.fa-fighter-jet {
  --fa: "\f0fb";
}
.fa-square-share-nodes {
  --fa: "\f1e1";
}
.fa-share-alt-square {
  --fa: "\f1e1";
}
.fa-barcode {
  --fa: "\f02a";
}
.fa-plus-minus {
  --fa: "\e43c";
}
.fa-video {
  --fa: "\f03d";
}
.fa-video-camera {
  --fa: "\f03d";
}
.fa-graduation-cap {
  --fa: "\f19d";
}
.fa-mortar-board {
  --fa: "\f19d";
}
.fa-hand-holding-medical {
  --fa: "\e05c";
}
.fa-person-circle-check {
  --fa: "\e53e";
}
.fa-turn-up {
  --fa: "\f3bf";
}
.fa-level-up-alt {
  --fa: "\f3bf";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/Client/public/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2') format('woff2'), url('/Client/public/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf') format('truetype');
}
.far,
.fa-regular {
  font-weight: 400;
}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/Client/public/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2') format('woff2'), url('/Client/public/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf') format('truetype');
}
.fas,
.fa-solid {
  font-weight: 900;
}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa.fa-glass {
  --fa: "\f000";
}
.fa.fa-envelope-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-envelope-o {
  --fa: "\f0e0";
}
.fa.fa-star-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-star-o {
  --fa: "\f005";
}
.fa.fa-remove {
  --fa: "\f00d";
}
.fa.fa-close {
  --fa: "\f00d";
}
.fa.fa-gear {
  --fa: "\f013";
}
.fa.fa-trash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-trash-o {
  --fa: "\f2ed";
}
.fa.fa-home {
  --fa: "\f015";
}
.fa.fa-file-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-o {
  --fa: "\f15b";
}
.fa.fa-clock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-clock-o {
  --fa: "\f017";
}
.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-down {
  --fa: "\f358";
}
.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-up {
  --fa: "\f35b";
}
.fa.fa-play-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-play-circle-o {
  --fa: "\f144";
}
.fa.fa-repeat {
  --fa: "\f01e";
}
.fa.fa-rotate-right {
  --fa: "\f01e";
}
.fa.fa-refresh {
  --fa: "\f021";
}
.fa.fa-list-alt {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-list-alt {
  --fa: "\f022";
}
.fa.fa-dedent {
  --fa: "\f03b";
}
.fa.fa-video-camera {
  --fa: "\f03d";
}
.fa.fa-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-picture-o {
  --fa: "\f03e";
}
.fa.fa-photo {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-photo {
  --fa: "\f03e";
}
.fa.fa-image {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-image {
  --fa: "\f03e";
}
.fa.fa-map-marker {
  --fa: "\f3c5";
}
.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-pencil-square-o {
  --fa: "\f044";
}
.fa.fa-edit {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-edit {
  --fa: "\f044";
}
.fa.fa-share-square-o {
  --fa: "\f14d";
}
.fa.fa-check-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-check-square-o {
  --fa: "\f14a";
}
.fa.fa-arrows {
  --fa: "\f0b2";
}
.fa.fa-times-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-times-circle-o {
  --fa: "\f057";
}
.fa.fa-check-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-check-circle-o {
  --fa: "\f058";
}
.fa.fa-mail-forward {
  --fa: "\f064";
}
.fa.fa-expand {
  --fa: "\f424";
}
.fa.fa-compress {
  --fa: "\f422";
}
.fa.fa-eye {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-eye-slash {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-warning {
  --fa: "\f071";
}
.fa.fa-calendar {
  --fa: "\f073";
}
.fa.fa-arrows-v {
  --fa: "\f338";
}
.fa.fa-arrows-h {
  --fa: "\f337";
}
.fa.fa-bar-chart {
  --fa: "\e0e3";
}
.fa.fa-bar-chart-o {
  --fa: "\e0e3";
}
.fa.fa-twitter-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-twitter-square {
  --fa: "\f081";
}
.fa.fa-facebook-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-facebook-square {
  --fa: "\f082";
}
.fa.fa-gears {
  --fa: "\f085";
}
.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-thumbs-o-up {
  --fa: "\f164";
}
.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-thumbs-o-down {
  --fa: "\f165";
}
.fa.fa-heart-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-heart-o {
  --fa: "\f004";
}
.fa.fa-sign-out {
  --fa: "\f2f5";
}
.fa.fa-linkedin-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-linkedin-square {
  --fa: "\f08c";
}
.fa.fa-thumb-tack {
  --fa: "\f08d";
}
.fa.fa-external-link {
  --fa: "\f35d";
}
.fa.fa-sign-in {
  --fa: "\f2f6";
}
.fa.fa-github-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-github-square {
  --fa: "\f092";
}
.fa.fa-lemon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-lemon-o {
  --fa: "\f094";
}
.fa.fa-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-square-o {
  --fa: "\f0c8";
}
.fa.fa-bookmark-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-bookmark-o {
  --fa: "\f02e";
}
.fa.fa-twitter {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-facebook {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-facebook {
  --fa: "\f39e";
}
.fa.fa-facebook-f {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-facebook-f {
  --fa: "\f39e";
}
.fa.fa-github {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-credit-card {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-feed {
  --fa: "\f09e";
}
.fa.fa-hdd-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hdd-o {
  --fa: "\f0a0";
}
.fa.fa-hand-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-o-right {
  --fa: "\f0a4";
}
.fa.fa-hand-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-o-left {
  --fa: "\f0a5";
}
.fa.fa-hand-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-o-up {
  --fa: "\f0a6";
}
.fa.fa-hand-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-o-down {
  --fa: "\f0a7";
}
.fa.fa-globe {
  --fa: "\f57d";
}
.fa.fa-tasks {
  --fa: "\f828";
}
.fa.fa-arrows-alt {
  --fa: "\f31e";
}
.fa.fa-group {
  --fa: "\f0c0";
}
.fa.fa-chain {
  --fa: "\f0c1";
}
.fa.fa-cut {
  --fa: "\f0c4";
}
.fa.fa-files-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-files-o {
  --fa: "\f0c5";
}
.fa.fa-floppy-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-floppy-o {
  --fa: "\f0c7";
}
.fa.fa-save {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-save {
  --fa: "\f0c7";
}
.fa.fa-navicon {
  --fa: "\f0c9";
}
.fa.fa-reorder {
  --fa: "\f0c9";
}
.fa.fa-magic {
  --fa: "\e2ca";
}
.fa.fa-pinterest {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-pinterest-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-pinterest-square {
  --fa: "\f0d3";
}
.fa.fa-google-plus-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-square {
  --fa: "\f0d4";
}
.fa.fa-google-plus {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-google-plus {
  --fa: "\f0d5";
}
.fa.fa-money {
  --fa: "\f3d1";
}
.fa.fa-unsorted {
  --fa: "\f0dc";
}
.fa.fa-sort-desc {
  --fa: "\f0dd";
}
.fa.fa-sort-asc {
  --fa: "\f0de";
}
.fa.fa-linkedin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-linkedin {
  --fa: "\f0e1";
}
.fa.fa-rotate-left {
  --fa: "\f0e2";
}
.fa.fa-legal {
  --fa: "\f0e3";
}
.fa.fa-tachometer {
  --fa: "\f625";
}
.fa.fa-dashboard {
  --fa: "\f625";
}
.fa.fa-comment-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-comment-o {
  --fa: "\f075";
}
.fa.fa-comments-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-comments-o {
  --fa: "\f086";
}
.fa.fa-flash {
  --fa: "\f0e7";
}
.fa.fa-clipboard {
  --fa: "\f0ea";
}
.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-lightbulb-o {
  --fa: "\f0eb";
}
.fa.fa-exchange {
  --fa: "\f362";
}
.fa.fa-cloud-download {
  --fa: "\f0ed";
}
.fa.fa-cloud-upload {
  --fa: "\f0ee";
}
.fa.fa-bell-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-bell-o {
  --fa: "\f0f3";
}
.fa.fa-cutlery {
  --fa: "\f2e7";
}
.fa.fa-file-text-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-text-o {
  --fa: "\f15c";
}
.fa.fa-building-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-building-o {
  --fa: "\f1ad";
}
.fa.fa-hospital-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hospital-o {
  --fa: "\f0f8";
}
.fa.fa-tablet {
  --fa: "\f3fa";
}
.fa.fa-mobile {
  --fa: "\f3cd";
}
.fa.fa-mobile-phone {
  --fa: "\f3cd";
}
.fa.fa-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-circle-o {
  --fa: "\f111";
}
.fa.fa-mail-reply {
  --fa: "\f3e5";
}
.fa.fa-github-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-folder-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-folder-o {
  --fa: "\f07b";
}
.fa.fa-folder-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-folder-open-o {
  --fa: "\f07c";
}
.fa.fa-smile-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-smile-o {
  --fa: "\f118";
}
.fa.fa-frown-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-frown-o {
  --fa: "\f119";
}
.fa.fa-meh-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-meh-o {
  --fa: "\f11a";
}
.fa.fa-keyboard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-keyboard-o {
  --fa: "\f11c";
}
.fa.fa-flag-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-flag-o {
  --fa: "\f024";
}
.fa.fa-mail-reply-all {
  --fa: "\f122";
}
.fa.fa-star-half-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-star-half-o {
  --fa: "\f5c0";
}
.fa.fa-star-half-empty {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-star-half-empty {
  --fa: "\f5c0";
}
.fa.fa-star-half-full {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-star-half-full {
  --fa: "\f5c0";
}
.fa.fa-code-fork {
  --fa: "\f126";
}
.fa.fa-chain-broken {
  --fa: "\f127";
}
.fa.fa-unlink {
  --fa: "\f127";
}
.fa.fa-calendar-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-calendar-o {
  --fa: "\f133";
}
.fa.fa-maxcdn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-html5 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-css3 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-unlock-alt {
  --fa: "\f09c";
}
.fa.fa-minus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-minus-square-o {
  --fa: "\f146";
}
.fa.fa-level-up {
  --fa: "\f3bf";
}
.fa.fa-level-down {
  --fa: "\f3be";
}
.fa.fa-pencil-square {
  --fa: "\f14b";
}
.fa.fa-external-link-square {
  --fa: "\f360";
}
.fa.fa-compass {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-caret-square-o-down {
  --fa: "\f150";
}
.fa.fa-toggle-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-toggle-down {
  --fa: "\f150";
}
.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-caret-square-o-up {
  --fa: "\f151";
}
.fa.fa-toggle-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-toggle-up {
  --fa: "\f151";
}
.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-caret-square-o-right {
  --fa: "\f152";
}
.fa.fa-toggle-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-toggle-right {
  --fa: "\f152";
}
.fa.fa-eur {
  --fa: "\f153";
}
.fa.fa-euro {
  --fa: "\f153";
}
.fa.fa-gbp {
  --fa: "\f154";
}
.fa.fa-usd {
  --fa: "\24";
}
.fa.fa-dollar {
  --fa: "\24";
}
.fa.fa-inr {
  --fa: "\e1bc";
}
.fa.fa-rupee {
  --fa: "\e1bc";
}
.fa.fa-jpy {
  --fa: "\f157";
}
.fa.fa-cny {
  --fa: "\f157";
}
.fa.fa-rmb {
  --fa: "\f157";
}
.fa.fa-yen {
  --fa: "\f157";
}
.fa.fa-rub {
  --fa: "\f158";
}
.fa.fa-ruble {
  --fa: "\f158";
}
.fa.fa-rouble {
  --fa: "\f158";
}
.fa.fa-krw {
  --fa: "\f159";
}
.fa.fa-won {
  --fa: "\f159";
}
.fa.fa-btc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-bitcoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-bitcoin {
  --fa: "\f15a";
}
.fa.fa-file-text {
  --fa: "\f15c";
}
.fa.fa-sort-alpha-asc {
  --fa: "\f15d";
}
.fa.fa-sort-alpha-desc {
  --fa: "\f881";
}
.fa.fa-sort-amount-asc {
  --fa: "\f884";
}
.fa.fa-sort-amount-desc {
  --fa: "\f160";
}
.fa.fa-sort-numeric-asc {
  --fa: "\f162";
}
.fa.fa-sort-numeric-desc {
  --fa: "\f886";
}
.fa.fa-youtube-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-youtube-square {
  --fa: "\f431";
}
.fa.fa-youtube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-xing {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-xing-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-xing-square {
  --fa: "\f169";
}
.fa.fa-youtube-play {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-youtube-play {
  --fa: "\f167";
}
.fa.fa-dropbox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-stack-overflow {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-instagram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-flickr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-adn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket-square {
  --fa: "\f171";
}
.fa.fa-tumblr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-tumblr-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-tumblr-square {
  --fa: "\f174";
}
.fa.fa-long-arrow-down {
  --fa: "\f309";
}
.fa.fa-long-arrow-up {
  --fa: "\f30c";
}
.fa.fa-long-arrow-left {
  --fa: "\f30a";
}
.fa.fa-long-arrow-right {
  --fa: "\f30b";
}
.fa.fa-apple {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-windows {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-android {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-linux {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-dribbble {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-skype {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-foursquare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-trello {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-gratipay {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-gittip {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-gittip {
  --fa: "\f184";
}
.fa.fa-sun-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-sun-o {
  --fa: "\f185";
}
.fa.fa-moon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-moon-o {
  --fa: "\f186";
}
.fa.fa-vk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-renren {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-pagelines {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-stack-exchange {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right {
  --fa: "\f35a";
}
.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-left {
  --fa: "\f359";
}
.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-caret-square-o-left {
  --fa: "\f191";
}
.fa.fa-toggle-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-toggle-left {
  --fa: "\f191";
}
.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-dot-circle-o {
  --fa: "\f192";
}
.fa.fa-vimeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-vimeo-square {
  --fa: "\f194";
}
.fa.fa-try {
  --fa: "\e2bb";
}
.fa.fa-turkish-lira {
  --fa: "\e2bb";
}
.fa.fa-plus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-plus-square-o {
  --fa: "\f0fe";
}
.fa.fa-slack {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wordpress {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-openid {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-institution {
  --fa: "\f19c";
}
.fa.fa-bank {
  --fa: "\f19c";
}
.fa.fa-mortar-board {
  --fa: "\f19d";
}
.fa.fa-yahoo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-google {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-reddit {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-reddit-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-reddit-square {
  --fa: "\f1a2";
}
.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-stumbleupon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-delicious {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-digg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-drupal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-joomla {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-behance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-behance-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-behance-square {
  --fa: "\f1b5";
}
.fa.fa-steam {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-steam-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-steam-square {
  --fa: "\f1b7";
}
.fa.fa-automobile {
  --fa: "\f1b9";
}
.fa.fa-cab {
  --fa: "\f1ba";
}
.fa.fa-spotify {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-deviantart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-soundcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-pdf-o {
  --fa: "\f1c1";
}
.fa.fa-file-word-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-word-o {
  --fa: "\f1c2";
}
.fa.fa-file-excel-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-excel-o {
  --fa: "\f1c3";
}
.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-powerpoint-o {
  --fa: "\f1c4";
}
.fa.fa-file-image-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-image-o {
  --fa: "\f1c5";
}
.fa.fa-file-photo-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-photo-o {
  --fa: "\f1c5";
}
.fa.fa-file-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-picture-o {
  --fa: "\f1c5";
}
.fa.fa-file-archive-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-archive-o {
  --fa: "\f1c6";
}
.fa.fa-file-zip-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-zip-o {
  --fa: "\f1c6";
}
.fa.fa-file-audio-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-audio-o {
  --fa: "\f1c7";
}
.fa.fa-file-sound-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-sound-o {
  --fa: "\f1c7";
}
.fa.fa-file-video-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-video-o {
  --fa: "\f1c8";
}
.fa.fa-file-movie-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-movie-o {
  --fa: "\f1c8";
}
.fa.fa-file-code-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-file-code-o {
  --fa: "\f1c9";
}
.fa.fa-vine {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-codepen {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-jsfiddle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-life-bouy {
  --fa: "\f1cd";
}
.fa.fa-life-buoy {
  --fa: "\f1cd";
}
.fa.fa-life-saver {
  --fa: "\f1cd";
}
.fa.fa-support {
  --fa: "\f1cd";
}
.fa.fa-circle-o-notch {
  --fa: "\f1ce";
}
.fa.fa-rebel {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-ra {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-ra {
  --fa: "\f1d0";
}
.fa.fa-resistance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-resistance {
  --fa: "\f1d0";
}
.fa.fa-empire {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-ge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-ge {
  --fa: "\f1d1";
}
.fa.fa-git-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-git-square {
  --fa: "\f1d2";
}
.fa.fa-git {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-hacker-news {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator-square {
  --fa: "\f1d4";
}
.fa.fa-yc-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-yc-square {
  --fa: "\f1d4";
}
.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-qq {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-weixin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wechat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wechat {
  --fa: "\f1d7";
}
.fa.fa-send {
  --fa: "\f1d8";
}
.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-paper-plane-o {
  --fa: "\f1d8";
}
.fa.fa-send-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-send-o {
  --fa: "\f1d8";
}
.fa.fa-circle-thin {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-circle-thin {
  --fa: "\f111";
}
.fa.fa-header {
  --fa: "\f1dc";
}
.fa.fa-futbol-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-futbol-o {
  --fa: "\f1e3";
}
.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-soccer-ball-o {
  --fa: "\f1e3";
}
.fa.fa-slideshare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-twitch {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-yelp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-newspaper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-newspaper-o {
  --fa: "\f1ea";
}
.fa.fa-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-google-wallet {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc-visa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc-discover {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc-amex {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc-stripe {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-bell-slash-o {
  --fa: "\f1f6";
}
.fa.fa-trash {
  --fa: "\f2ed";
}
.fa.fa-copyright {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-eyedropper {
  --fa: "\f1fb";
}
.fa.fa-area-chart {
  --fa: "\f1fe";
}
.fa.fa-pie-chart {
  --fa: "\f200";
}
.fa.fa-line-chart {
  --fa: "\f201";
}
.fa.fa-lastfm {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-lastfm-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-lastfm-square {
  --fa: "\f203";
}
.fa.fa-ioxhost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-angellist {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-cc {
  --fa: "\f20a";
}
.fa.fa-ils {
  --fa: "\f20b";
}
.fa.fa-shekel {
  --fa: "\f20b";
}
.fa.fa-sheqel {
  --fa: "\f20b";
}
.fa.fa-buysellads {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-connectdevelop {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-dashcube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-forumbee {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-leanpub {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-sellsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-simplybuilt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-skyatlas {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-diamond {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-diamond {
  --fa: "\f3a5";
}
.fa.fa-transgender {
  --fa: "\f224";
}
.fa.fa-intersex {
  --fa: "\f224";
}
.fa.fa-transgender-alt {
  --fa: "\f225";
}
.fa.fa-facebook-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-facebook-official {
  --fa: "\f09a";
}
.fa.fa-pinterest-p {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-whatsapp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-hotel {
  --fa: "\f236";
}
.fa.fa-viacoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-medium {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-yc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-yc {
  --fa: "\f23b";
}
.fa.fa-optin-monster {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-opencart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-expeditedssl {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-battery-4 {
  --fa: "\f240";
}
.fa.fa-battery {
  --fa: "\f240";
}
.fa.fa-battery-3 {
  --fa: "\f241";
}
.fa.fa-battery-2 {
  --fa: "\f242";
}
.fa.fa-battery-1 {
  --fa: "\f243";
}
.fa.fa-battery-0 {
  --fa: "\f244";
}
.fa.fa-object-group {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-object-ungroup {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-sticky-note-o {
  --fa: "\f249";
}
.fa.fa-cc-jcb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-clone {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hourglass-o {
  --fa: "\f254";
}
.fa.fa-hourglass-1 {
  --fa: "\f251";
}
.fa.fa-hourglass-2 {
  --fa: "\f252";
}
.fa.fa-hourglass-3 {
  --fa: "\f253";
}
.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-rock-o {
  --fa: "\f255";
}
.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-grab-o {
  --fa: "\f255";
}
.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-paper-o {
  --fa: "\f256";
}
.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-stop-o {
  --fa: "\f256";
}
.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-scissors-o {
  --fa: "\f257";
}
.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-lizard-o {
  --fa: "\f258";
}
.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-spock-o {
  --fa: "\f259";
}
.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-pointer-o {
  --fa: "\f25a";
}
.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-hand-peace-o {
  --fa: "\f25b";
}
.fa.fa-registered {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-creative-commons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-gg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-gg-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-odnoklassniki-square {
  --fa: "\f264";
}
.fa.fa-get-pocket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-safari {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-chrome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-firefox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-opera {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-internet-explorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-television {
  --fa: "\f26c";
}
.fa.fa-contao {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-500px {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-amazon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-calendar-plus-o {
  --fa: "\f271";
}
.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-calendar-minus-o {
  --fa: "\f272";
}
.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-calendar-times-o {
  --fa: "\f273";
}
.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-calendar-check-o {
  --fa: "\f274";
}
.fa.fa-map-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-map-o {
  --fa: "\f279";
}
.fa.fa-commenting {
  --fa: "\f4ad";
}
.fa.fa-commenting-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-commenting-o {
  --fa: "\f4ad";
}
.fa.fa-houzz {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-vimeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-vimeo {
  --fa: "\f27d";
}
.fa.fa-black-tie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-fonticons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-reddit-alien {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-edge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-credit-card-alt {
  --fa: "\f09d";
}
.fa.fa-codiepie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-modx {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-fort-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-usb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-product-hunt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-mixcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-scribd {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-pause-circle-o {
  --fa: "\f28b";
}
.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-stop-circle-o {
  --fa: "\f28d";
}
.fa.fa-bluetooth {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-gitlab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wpbeginner {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wpforms {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-envira {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wheelchair-alt {
  --fa: "\f368";
}
.fa.fa-question-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-question-circle-o {
  --fa: "\f059";
}
.fa.fa-volume-control-phone {
  --fa: "\f2a0";
}
.fa.fa-asl-interpreting {
  --fa: "\f2a3";
}
.fa.fa-deafness {
  --fa: "\f2a4";
}
.fa.fa-hard-of-hearing {
  --fa: "\f2a4";
}
.fa.fa-glide {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-glide-g {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-signing {
  --fa: "\f2a7";
}
.fa.fa-viadeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-viadeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-viadeo-square {
  --fa: "\f2aa";
}
.fa.fa-snapchat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-snapchat-ghost {
  --fa: "\f2ab";
}
.fa.fa-snapchat-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-snapchat-square {
  --fa: "\f2ad";
}
.fa.fa-pied-piper {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-first-order {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-yoast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-themeisle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-official {
  --fa: "\f2b3";
}
.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-circle {
  --fa: "\f2b3";
}
.fa.fa-font-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-fa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-fa {
  --fa: "\f2b4";
}
.fa.fa-handshake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-handshake-o {
  --fa: "\f2b5";
}
.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-envelope-open-o {
  --fa: "\f2b6";
}
.fa.fa-linode {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-address-book-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-address-book-o {
  --fa: "\f2b9";
}
.fa.fa-vcard {
  --fa: "\f2bb";
}
.fa.fa-address-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-address-card-o {
  --fa: "\f2bb";
}
.fa.fa-vcard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-vcard-o {
  --fa: "\f2bb";
}
.fa.fa-user-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-user-circle-o {
  --fa: "\f2bd";
}
.fa.fa-user-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-user-o {
  --fa: "\f007";
}
.fa.fa-id-badge {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-drivers-license {
  --fa: "\f2c2";
}
.fa.fa-id-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-id-card-o {
  --fa: "\f2c2";
}
.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-drivers-license-o {
  --fa: "\f2c2";
}
.fa.fa-quora {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-free-code-camp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-telegram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-thermometer-4 {
  --fa: "\f2c7";
}
.fa.fa-thermometer {
  --fa: "\f2c7";
}
.fa.fa-thermometer-3 {
  --fa: "\f2c8";
}
.fa.fa-thermometer-2 {
  --fa: "\f2c9";
}
.fa.fa-thermometer-1 {
  --fa: "\f2ca";
}
.fa.fa-thermometer-0 {
  --fa: "\f2cb";
}
.fa.fa-bathtub {
  --fa: "\f2cd";
}
.fa.fa-s15 {
  --fa: "\f2cd";
}
.fa.fa-window-maximize {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-window-restore {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-times-rectangle {
  --fa: "\f410";
}
.fa.fa-window-close-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-window-close-o {
  --fa: "\f410";
}
.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-times-rectangle-o {
  --fa: "\f410";
}
.fa.fa-bandcamp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-grav {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-etsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-imdb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-ravelry {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-eercast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-eercast {
  --fa: "\f2da";
}
.fa.fa-snowflake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa.fa-snowflake-o {
  --fa: "\f2dc";
}
.fa.fa-superpowers {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-wpexplorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa.fa-meetup {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.avatar-icon {
  float: left;
  width: 160px;
}
@media (max-width: 1200px) {
  .avatar-icon {
    width: 33%;
  }
}
@media (max-width: 992px) {
  .avatar-icon {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .avatar-icon {
    width: 100%;
  }
}
/*
 * We "polyfill" fa-circle-plus as this icon is not
 * part of the free version of FontAwesome, yet `fa-cirle-xmark` is.
 * So to make it look like a +, we rotate the x by 45°
 */
.far.fa-circle-plus {
  transform: rotate(45deg);
}
.far.fa-circle-plus::before {
  content: "\f057";
}
/*
 * Make title bigger, except when embedded into a dialog
 */
div:not(.modal-header) > .wizard-title h3 {
  font-weight: 700;
  font-size: 32px;
}
.wizard-icon {
  width: 40px;
  height: 40px;
  display: inline;
  position: absolute;
  top: 26px;
  right: 35px;
  background: transparent;
}
.alert-content p {
  overflow: hidden;
}
#with-error .alert-content p {
  border-color: #d69695;
}
#with-warning .alert-content p {
  border-color: #c7ac7d;
}
#with-info .alert-content p {
  border-color: #71b0ce;
}
.wizard-container #with-warning {
  display: none;
}
.wizard-container #with-error {
  display: none;
}
.wizard-container.success .wizard-icon::after {
  content: "\f00c";
  background: var(--success-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  font-family: "Font Awesome 6 Free", Fontawesome, sans-serif;
  line-height: 40px;
  text-align: center;
  font-size: 2em;
}
.wizard-container.warnings .wizard-icon::after {
  content: "\21";
  background: var(--warning-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  font-family: "Font Awesome 6 Free", Fontawesome, sans-serif;
  line-height: 40px;
  text-align: center;
  font-size: 2em;
}
.wizard-container.warnings #with-warning {
  display: block;
}
.wizard-container.warnings.success .wizard-icon.warning {
  right: 85px;
}
.wizard-container.warnings.success .wizard-icon.warning::after {
  content: "\f00c";
  background: var(--success-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  font-family: "Font Awesome 6 Free", Fontawesome, sans-serif;
  line-height: 40px;
  text-align: center;
  font-size: 2em;
}
.wizard-container.errors.warnings .wizard-icon.warning {
  right: 85px;
}
.wizard-container.errors.warnings .wizard-icon.warning::after {
  content: "\21";
  background: var(--warning-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  font-family: "Font Awesome 6 Free", Fontawesome, sans-serif;
  line-height: 40px;
  text-align: center;
  font-size: 2em;
}
.wizard-container.errors .wizard-icon::after {
  content: "\f00d";
  background: var(--error-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  font-family: "Font Awesome 6 Free", Fontawesome, sans-serif;
  line-height: 40px;
  text-align: center;
  font-size: 2em;
}
.wizard-container.errors #with-error {
  display: block;
}
.sie-import-step .file-upload {
  margin-left: 0;
}
.sie-import-step .progress {
  width: 250px;
}
.wizard-footer .wizard-cancel {
  float: left;
}
.wizard-footer .form-group {
  margin: 0;
}
.column-form-group .form-group {
  display: flex;
  flex-direction: column;
}
.column-form-group .form-group label {
  width: 100%;
  text-align: left;
}
.column-form-group .form-group label:empty {
  display: none;
  visibility: hidden;
}
.column-form-group .form-group label + div {
  width: 100%;
}
.column-form-group .help-block:empty {
  display: none;
  visibility: hidden;
}
.form.form-vertical {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.form.form-vertical .form-group {
  display: flex;
  flex-direction: column;
}
.form.form-vertical .form-group label {
  width: 100%;
  text-align: left;
}
.form.form-vertical .form-group label:empty {
  display: none;
  visibility: hidden;
}
.form.form-vertical .form-group label + div {
  width: 100%;
}
.form.form-vertical .help-block:empty {
  display: none;
  visibility: hidden;
}
.form-control.no-outline {
  box-shadow: none;
  border: none;
}
.labeled-checkbox {
  display: inline-flex;
  align-items: center;
}
.labeled-checkbox input[type="checkbox"] {
  margin: 0 4px;
}
.disabled-label {
  color: #999999;
}
.button-sequence .btn {
  margin-right: 4px;
}
.button-sequence .btn:last-child {
  margin-right: 0;
}
form legend.section-title {
  font-weight: 600;
  line-height: 1em;
}
form legend.section-title .right-actions {
  float: right !important;
  font-size: 0.8em;
  font-weight: normal;
}
form .control-label a {
  color: #dedede;
}
form .control-label a:hover {
  text-decoration: none;
}
.form-control.color-picker {
  min-width: 43px;
}
.colorPickerFieldWidget {
  display: flex;
  gap: 10px;
  align-items: center;
}
.colorPickerFieldWidget .color-picker {
  margin: 0;
}
.multi-files-input-value {
  margin-top: 8px;
  /*
   * This is to add margin to the last input,
   * if and only if there is more than one
   */
}
.multi-files-input-value .help-block {
  margin-top: 0;
  margin-bottom: 0;
}
.multi-files-input-value .file_input_value + a.btn {
  padding-top: 0;
  padding-bottom: 0;
}
.multi-files-input-value .spinner {
  text-align: left;
  margin: -5px 0 0;
  display: inline-block;
  margin-left: 10px;
}
.multi-files-input-value .spinner > div {
  background-color: #747474;
}
.multi-files-input-value widgetjs-widget + widgetjs-widget:last-child input {
  margin-top: 14px;
}
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 384px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11 {
    float: left;
  }
  .col-xxs-1 {
    width: 8.33333333% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-2 {
    width: 16.66666667% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-3 {
    width: 25% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-4 {
    width: 33.33333333% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-5 {
    width: 41.66666667% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-6 {
    width: 50% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-7 {
    width: 58.33333333% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-8 {
    width: 66.66666667% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-9 {
    width: 75% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-10 {
    width: 83.33333333% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-11 {
    width: 91.66666667% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-12 {
    width: 100% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-push-1 {
    left: 8.33333333% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-push-2 {
    left: 16.66666667% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-push-3 {
    left: 25% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xss-push-4 {
    left: 33.33333333% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-push-5 {
    left: 41.66666667% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-push-6 {
    left: 50% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-push-7 {
    left: 58.33333333% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-push-8 {
    left: 66.66666667% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-push-9 {
    left: 75% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-push-10 {
    left: 83.33333333% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-push-11 {
    left: 91.66666667% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-offset-3 {
    margin-left: 25% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-offset-6 {
    margin-left: 50% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-offset-9 {
    margin-left: 75% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667% !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
/*
 * Spinner module
 */
.spinner {
  text-align: center;
  margin: 0 auto;
}
.spinner > div {
  background-color: white;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.2s infinite ease-in-out both;
  animation: sk-bouncedelay 1.2s infinite ease-in-out both;
}
.spinner.dark > div {
  background-color: #666666;
}
.btn .spinner {
  display: inline;
  margin: 0 10px;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  40%,
  100% {
    -webkit-transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  40%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 * Tables
 */
/*
 * Sticky left column
 */
.responsive-table table td {
  /*
             * Make sure scrolled cells become invisible instead of blending with those of the first column.
             */
  background-color: white;
}
.responsive-table table th:first-child,
.responsive-table table td:first-child {
  position: sticky;
  left: 0;
  width: 100%;
}
/*
 * InlineDimensionLabelsWidget
 */
.inline-dimension-labels .tag {
  padding: 3px;
  margin: 0 6px 0 2px;
  border-radius: 3px;
  background: #00a4c1;
  color: white;
}
/*
 * Fiscal year progress bar widget
 */
.fiscal-year-progress-bar {
  position: relative;
}
.fiscal-year-progress-bar .fiscal-year-progress-bar-completed .fiscal-year-dates .last-active-day {
  float: right;
}
.fiscal-year-progress-bar .fiscal-year-progress-bar-waiting {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}
.fiscal-year-progress-bar .fiscal-year-progress-bar-waiting .progress-bar {
  background-color: #444444;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
}
.fiscal-year-progress-bar .fiscal-year-progress-bar-empty {
  line-height: 66px;
  font-size: 20px;
  text-align: center;
  color: #999999;
}
/*
 * The document and styles that are present there
 *
 */
/*
 * Document styles
 */
#document {
  position: relative;
}
#document-title {
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
}
#admin-navbar #document-title {
  margin: 0 60px 20px;
}
#document-title h1 {
  padding-right: 30px;
  padding-left: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.4;
}
#document-title h1 span.fa,
#document-title h1 span.fas,
#document-title h1 span.far,
#document-title h1 span.fab {
  margin-right: 10px;
}
#document-title h1 span.label {
  margin-left: 10px;
  font-size: 0.5em;
  vertical-align: middle;
  padding: 6px 10px;
}
.section {
  margin: 0 0 20px 0;
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 30px;
}
.section:before,
.section:after {
  display: table;
  content: " ";
}
.section:after {
  clear: both;
}
.section:before,
.section:after {
  display: table;
  content: " ";
}
.section:after {
  clear: both;
}
.section.small {
  padding: 0;
}
.section .section-subtitle {
  margin-top: -40px;
  border-bottom: none;
}
a {
  cursor: pointer;
}
#document-title #info-toggler {
  z-index: 200;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 32px;
  line-height: 32px;
  text-align: right;
}
@media (max-width: 480px) {
  #document-title #info-toggler {
    font-size: 20px;
    line-height: 20px;
    top: 0;
  }
}
#document-title #info-toggler a {
  display: block;
  text-decoration: none;
}
/*
 * title of section
 */
.section-title {
  color: #747474;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 20px;
    margin-top: 40px;
  }
}
.key-val-pair {
  width: 100%;
  color: #747474;
  font-weight: normal;
}
.key-val-pair span {
  float: right;
  font-weight: bold;
}
/*
 * Screen-xs styles
 */
@media (max-width: 480px) {
  .section-small-screen {
    padding: 0;
  }
  .button-small-screen {
    width: 100%;
    margin-bottom: 10px;
  }
  .period-overview #document {
    padding: 40px 0;
  }
}
/*
 * Attach styles
 */
.modal-dialog .resizable-modal-content {
  height: fit-content;
}
.modal-body .finsit-element_select {
  width: 100%;
}
.attach {
  height: 38px;
  width: 38px;
  position: absolute;
  right: 15px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 120;
}
@media (max-width: 768px) {
  .attach {
    display: none;
  }
}
.attach.inactive {
  top: 8px;
  background-image: url("../img/attach-inactive.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .attach.inactive {
    background-image: url("../img/attach-inactive@2x.png");
    background-size: 38px 38px;
  }
}
.attach.active {
  top: 38px;
  background-image: url("../img/attach-active.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .attach.active {
    background-image: url("../img/attach-active@2x.png");
    background-size: 38px 38px;
  }
}
/*
 * Icon styles
 */
.fp-icon {
  float: left !important;
  position: relative;
  margin: 0 3px 12px 0;
  background-position: center 5px;
  background-repeat: no-repeat;
  background-size: 48px 60px;
  min-height: 80px;
  min-width: 90px;
  text-align: center;
}
@media (max-width: 384px) {
  .fp-icon {
    margin-right: 0;
    min-width: 0;
    width: 85px;
    font-size: 14px;
  }
}
.fp-icon:hover {
  background-color: #fff8de;
}
.fp-icon.current {
  background-color: #ffedab;
}
.fp-icon a {
  display: block;
  padding-top: 69px;
  color: inherit;
  text-decoration: none;
}
.fp-icon a:hover {
  color: #414141;
}
.fp-icon.period-report-icon {
  background-image: url("/Client/img/fp-icon-period-report.png");
  position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.period-report-icon {
    background-image: url("/Client/img/fp-icon-period-report@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.period-report-icon .icon-logo-overlay {
  float: left;
  width: 33%;
  margin: 10% 33%;
  border: 1px solid white;
  border-radius: 50%;
}
.fp-icon.month-icon.jan-icon,
.fp-icon.month-icon.period-index-1-icon {
  background-image: url("/Client/img/fp-icon-jan.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.month-icon.jan-icon,
  .fp-icon.month-icon.period-index-1-icon {
    background-image: url("/Client/img/fp-icon-jan@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.month-icon.feb-icon,
.fp-icon.month-icon.period-index-2-icon {
  background-image: url("/Client/img/fp-icon-feb.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.month-icon.feb-icon,
  .fp-icon.month-icon.period-index-2-icon {
    background-image: url("/Client/img/fp-icon-feb@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.month-icon.mar-icon,
.fp-icon.month-icon.period-index-3-icon {
  background-image: url("/Client/img/fp-icon-mar.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.month-icon.mar-icon,
  .fp-icon.month-icon.period-index-3-icon {
    background-image: url("/Client/img/fp-icon-mar@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.month-icon.apr-icon,
.fp-icon.month-icon.period-index-4-icon {
  background-image: url("/Client/img/fp-icon-apr.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.month-icon.apr-icon,
  .fp-icon.month-icon.period-index-4-icon {
    background-image: url("/Client/img/fp-icon-apr@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.month-icon.may-icon,
.fp-icon.month-icon.period-index-5-icon {
  background-image: url("/Client/img/fp-icon-may.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.month-icon.may-icon,
  .fp-icon.month-icon.period-index-5-icon {
    background-image: url("/Client/img/fp-icon-may@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.month-icon.jun-icon,
.fp-icon.month-icon.period-index-6-icon {
  background-image: url("/Client/img/fp-icon-jun.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.month-icon.jun-icon,
  .fp-icon.month-icon.period-index-6-icon {
    background-image: url("/Client/img/fp-icon-jun@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.month-icon.jul-icon,
.fp-icon.month-icon.period-index-7-icon {
  background-image: url("/Client/img/fp-icon-jul.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.month-icon.jul-icon,
  .fp-icon.month-icon.period-index-7-icon {
    background-image: url("/Client/img/fp-icon-jul@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.month-icon.aug-icon,
.fp-icon.month-icon.period-index-8-icon {
  background-image: url("/Client/img/fp-icon-aug.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.month-icon.aug-icon,
  .fp-icon.month-icon.period-index-8-icon {
    background-image: url("/Client/img/fp-icon-aug@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.month-icon.sep-icon,
.fp-icon.month-icon.period-index-9-icon {
  background-image: url("/Client/img/fp-icon-sep.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.month-icon.sep-icon,
  .fp-icon.month-icon.period-index-9-icon {
    background-image: url("/Client/img/fp-icon-sep@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.month-icon.oct-icon,
.fp-icon.month-icon.period-index-10-icon {
  background-image: url("/Client/img/fp-icon-oct.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.month-icon.oct-icon,
  .fp-icon.month-icon.period-index-10-icon {
    background-image: url("/Client/img/fp-icon-oct@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.month-icon.nov-icon,
.fp-icon.month-icon.period-index-11-icon {
  background-image: url("/Client/img/fp-icon-nov.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.month-icon.nov-icon,
  .fp-icon.month-icon.period-index-11-icon {
    background-image: url("/Client/img/fp-icon-nov@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.month-icon.dec-icon,
.fp-icon.month-icon.period-index-12-icon {
  background-image: url("/Client/img/fp-icon-dec.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.month-icon.dec-icon,
  .fp-icon.month-icon.period-index-12-icon {
    background-image: url("/Client/img/fp-icon-dec@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.halfyear-icon.h1-icon,
.fp-icon.halfyear-icon.period-index-1-icon {
  background-image: url("/Client/img/fp-icon-sixmonths-1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.halfyear-icon.h1-icon,
  .fp-icon.halfyear-icon.period-index-1-icon {
    background-image: url("/Client/img/fp-icon-sixmonths-1@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.halfyear-icon.h2-icon,
.fp-icon.halfyear-icon.period-index-2-icon {
  background-image: url("/Client/img/fp-icon-sixmonths-2.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.halfyear-icon.h2-icon,
  .fp-icon.halfyear-icon.period-index-2-icon {
    background-image: url("/Client/img/fp-icon-sixmonths-2@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.halfyear-icon.h3-icon,
.fp-icon.halfyear-icon.period-index-3-icon {
  background-image: url("/Client/img/fp-icon-sixmonths-1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.halfyear-icon.h3-icon,
  .fp-icon.halfyear-icon.period-index-3-icon {
    background-image: url("/Client/img/fp-icon-sixmonths-1@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.halfyear-icon.h4-icon,
.fp-icon.halfyear-icon.period-index-4-icon {
  background-image: url("/Client/img/fp-icon-sixmonths-2.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.halfyear-icon.h4-icon,
  .fp-icon.halfyear-icon.period-index-4-icon {
    background-image: url("/Client/img/fp-icon-sixmonths-2@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.bimester-icon.b1-icon,
.fp-icon.bimester-icon.period-index-1-icon {
  background-image: url("/Client/img/fp-icon-b1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.bimester-icon.b1-icon,
  .fp-icon.bimester-icon.period-index-1-icon {
    background-image: url("/Client/img/fp-icon-b1@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.bimester-icon.b2-icon,
.fp-icon.bimester-icon.period-index-2-icon {
  background-image: url("/Client/img/fp-icon-b2.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.bimester-icon.b2-icon,
  .fp-icon.bimester-icon.period-index-2-icon {
    background-image: url("/Client/img/fp-icon-b2@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.bimester-icon.b3-icon,
.fp-icon.bimester-icon.period-index-3-icon {
  background-image: url("/Client/img/fp-icon-b3.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.bimester-icon.b3-icon,
  .fp-icon.bimester-icon.period-index-3-icon {
    background-image: url("/Client/img/fp-icon-b3@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.bimester-icon.b4-icon,
.fp-icon.bimester-icon.period-index-4-icon {
  background-image: url("/Client/img/fp-icon-b4.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.bimester-icon.b4-icon,
  .fp-icon.bimester-icon.period-index-4-icon {
    background-image: url("/Client/img/fp-icon-b4@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.bimester-icon.b5-icon,
.fp-icon.bimester-icon.period-index-5-icon {
  background-image: url("/Client/img/fp-icon-b5.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.bimester-icon.b5-icon,
  .fp-icon.bimester-icon.period-index-5-icon {
    background-image: url("/Client/img/fp-icon-b5@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.bimester-icon.b6-icon,
.fp-icon.bimester-icon.period-index-6-icon {
  background-image: url("/Client/img/fp-icon-b6.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.bimester-icon.b6-icon,
  .fp-icon.bimester-icon.period-index-6-icon {
    background-image: url("/Client/img/fp-icon-b6@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.bimester-icon.b7-icon,
.fp-icon.bimester-icon.period-index-7-icon {
  background-image: url("/Client/img/fp-icon-b1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.bimester-icon.b7-icon,
  .fp-icon.bimester-icon.period-index-7-icon {
    background-image: url("/Client/img/fp-icon-b1@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.bimester-icon.b8-icon,
.fp-icon.bimester-icon.period-index-8-icon {
  background-image: url("/Client/img/fp-icon-b2.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.bimester-icon.b8-icon,
  .fp-icon.bimester-icon.period-index-8-icon {
    background-image: url("/Client/img/fp-icon-b2@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.bimester-icon.b9-icon,
.fp-icon.bimester-icon.period-index-9-icon {
  background-image: url("/Client/img/fp-icon-b3.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.bimester-icon.b9-icon,
  .fp-icon.bimester-icon.period-index-9-icon {
    background-image: url("/Client/img/fp-icon-b3@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.bimester-icon.b10-icon,
.fp-icon.bimester-icon.period-index-10-icon {
  background-image: url("/Client/img/fp-icon-b4.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.bimester-icon.b10-icon,
  .fp-icon.bimester-icon.period-index-10-icon {
    background-image: url("/Client/img/fp-icon-b4@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.bimester-icon.b11-icon,
.fp-icon.bimester-icon.period-index-11-icon {
  background-image: url("/Client/img/fp-icon-b5.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.bimester-icon.b11-icon,
  .fp-icon.bimester-icon.period-index-11-icon {
    background-image: url("/Client/img/fp-icon-b5@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.bimester-icon.b12-icon,
.fp-icon.bimester-icon.period-index-12-icon {
  background-image: url("/Client/img/fp-icon-b6.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.bimester-icon.b12-icon,
  .fp-icon.bimester-icon.period-index-12-icon {
    background-image: url("/Client/img/fp-icon-b6@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.quarter-icon.q1-icon,
.fp-icon.quarter-icon.period-index-1-icon {
  background-image: url("/Client/img/fp-icon-q1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.quarter-icon.q1-icon,
  .fp-icon.quarter-icon.period-index-1-icon {
    background-image: url("/Client/img/fp-icon-q1@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.quarter-icon.q2-icon,
.fp-icon.quarter-icon.period-index-2-icon {
  background-image: url("/Client/img/fp-icon-q2.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.quarter-icon.q2-icon,
  .fp-icon.quarter-icon.period-index-2-icon {
    background-image: url("/Client/img/fp-icon-q2@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.quarter-icon.q3-icon,
.fp-icon.quarter-icon.period-index-3-icon {
  background-image: url("/Client/img/fp-icon-q3.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.quarter-icon.q3-icon,
  .fp-icon.quarter-icon.period-index-3-icon {
    background-image: url("/Client/img/fp-icon-q3@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.quarter-icon.q4-icon,
.fp-icon.quarter-icon.period-index-4-icon {
  background-image: url("/Client/img/fp-icon-q4.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.quarter-icon.q4-icon,
  .fp-icon.quarter-icon.period-index-4-icon {
    background-image: url("/Client/img/fp-icon-q4@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.quarter-icon.q5-icon,
.fp-icon.quarter-icon.period-index-5-icon {
  background-image: url("/Client/img/fp-icon-q1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.quarter-icon.q5-icon,
  .fp-icon.quarter-icon.period-index-5-icon {
    background-image: url("/Client/img/fp-icon-q1@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.quarter-icon.q6-icon,
.fp-icon.quarter-icon.period-index-6-icon {
  background-image: url("/Client/img/fp-icon-q2.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.quarter-icon.q6-icon,
  .fp-icon.quarter-icon.period-index-6-icon {
    background-image: url("/Client/img/fp-icon-q2@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.quarter-icon.q7-icon,
.fp-icon.quarter-icon.period-index-7-icon {
  background-image: url("/Client/img/fp-icon-q3.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.quarter-icon.q7-icon,
  .fp-icon.quarter-icon.period-index-7-icon {
    background-image: url("/Client/img/fp-icon-q3@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.quarter-icon.q8-icon,
.fp-icon.quarter-icon.period-index-8-icon {
  background-image: url("/Client/img/fp-icon-q4.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.quarter-icon.q8-icon,
  .fp-icon.quarter-icon.period-index-8-icon {
    background-image: url("/Client/img/fp-icon-q4@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.year-icon {
  background-image: url("/Client/img/fp-icon-fy.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.year-icon {
    background-image: url("/Client/img/fp-icon-fy@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.document-icon.pdf {
  background-image: url("/Client/img/fp-icon-pdf.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.document-icon.pdf {
    background-image: url("/Client/img/fp-icon-pdf@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.document-icon.xls {
  background-image: url("/Client/img/fp-icon-xls.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.document-icon.xls {
    background-image: url("/Client/img/fp-icon-xls@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.custom-report-icon {
  background-image: url("/Client/img/fp-icon-custom.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.custom-report-icon {
    background-image: url("/Client/img/fp-icon-custom@2x.png");
    background-size: 48px 60px;
  }
}
.fp-icon.advisory-report-icon {
  min-height: 27px;
  min-width: 16px;
  background-size: 16px 20px;
  margin: 0;
  background-image: url("/Client/img/fp-icon-advisory.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.advisory-report-icon {
    background-image: url("/Client/img/fp-icon-advisory@2x.png");
    background-size: 27 16;
  }
}
.fp-icon.company-icon {
  background-image: url("/Client/img/circle-company.png");
  min-width: 50px;
  min-height: 50px;
  margin: 0 10px 0 0;
  background-position: 50% 50%;
  background-color: #333333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon.company-icon {
    background-image: url("/Client/img/circle-company@2x.png");
    background-size: 27 16;
  }
}
.fp-icon span.delete-report {
  position: absolute;
  top: -3px;
  left: 7px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background-image: url("/Client/img/delete-report.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-icon span.delete-report {
    background-image: url("/Client/img/delete-report@2x.png");
    background-size: 20px 20px;
  }
}
a.icon:hover {
  text-decoration: none;
}
/*
 * Items enabler widget
 */
.items-enabler {
  border: 1px solid #424242;
  max-height: 250px;
  margin-bottom: 10px;
  overflow: hidden;
}
.items-enabler .switch-btn {
  margin: 0 -15px;
  float: right !important;
}
.items-enabler .switch-btn span.switch-on,
.items-enabler .switch-btn span.switch-off {
  height: 16px;
  line-height: 16px;
}
/*
 * List widget
 */
ul.list.list-stripped {
  padding-left: 0;
  margin-bottom: 0;
}
ul.list.list-stripped li {
  padding: 5px;
  padding-right: 20px;
  /* for the scrollbar */
  list-style: none;
}
ul.list.list-stripped li:hover {
  background-color: var(--table-bg-hover);
}
ul.list.list-stripped li:nth-child(odd) {
  background-color: var(--table-bg-accent);
}
ul.list.list-stripped li:nth-child(odd):hover {
  background-color: var(--table-bg-hover);
}
ul.list.list-stripped .pull-right a,
ul.list.list-stripped .pull-right button {
  margin-left: 8px;
}
ul.list.list-stripped .pull-right a.btn {
  padding: 0;
}
ul.list.list-stripped .pull-right a.btn i {
  color: white;
}
/*
 * Tree module
 */
.percentage-variation-list .legend {
  display: flex;
  line-height: 2em;
  font-weight: bold;
}
.percentage-variation-list .legend .input-legend {
  width: 200px;
}
.percentage-variation-list .legend .scale-legend {
  flex-grow: 2;
  display: flex;
}
.percentage-variation-list .legend .scale-legend .scale-item {
  text-align: right;
}
.percentage-variation-list .legend .scale-legend .scale-item.zero,
.percentage-variation-list .legend .scale-legend .scale-item.plus {
  flex-grow: 1;
}
.percentage-variation-list .percentage-variation-editor {
  display: flex;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: -1px;
}
.percentage-variation-list .percentage-variation-editor .control-group {
  height: 50px;
  width: 200px;
  font-size: 1.4em;
  font-weight: bold;
}
.percentage-variation-list .percentage-variation-editor .control-group .variation-label {
  display: inline-block;
  width: 100px;
  line-height: 42px;
}
.percentage-variation-list .percentage-variation-editor .control-group input {
  color: var(--brand-primary);
  line-height: 30px;
  border: none;
  border-bottom: 2px dotted var(--brand-primary);
  font-weight: bold;
  width: 60px;
  text-align: right;
}
.percentage-variation-list .percentage-variation-editor widgetjs-widget {
  flex-grow: 2;
}
.percentage-variation-list .percentage-variation-editor widgetjs-widget .bar-container {
  position: relative;
}
.percentage-variation-list .percentage-variation-editor widgetjs-widget .bar-container .bar {
  height: 30px;
  margin: 10px 0;
}
.percentage-variation-list .percentage-variation-editor widgetjs-widget .bar-container .bar.positive {
  margin-left: 50%;
  float: left;
}
.percentage-variation-list .percentage-variation-editor widgetjs-widget .bar-container .bar.negative {
  margin-right: 50%;
  float: right;
}
.percentage-variation-list .percentage-variation-editor widgetjs-widget .bar-container .delimiter {
  width: 1px;
  height: 50px;
  display: inline;
  border-left: 1px dashed #cccccc;
  position: absolute;
  top: 0;
}
.percentage-variation-list .percentage-variation-editor widgetjs-widget .bar-container .delimiter.zero {
  margin-left: 50%;
}
.percentage-variation-list .percentage-variation-editor widgetjs-widget .bar-container .delimiter.plus {
  margin-left: 100%;
}
/*
 * External pages
 *
 */
/*
 * External pages common styles
 */
body.no-header {
  background-color: #3c3c3c;
  color: #999999;
  /*
   * Fix a scrolling issue on IOS with the viewport
   */
}
body.no-header #viewport {
  top: 0;
  padding-top: 20px;
}
#viewport.external-viewport {
  background-color: #2f2f2f;
  padding-top: 20px;
}
#viewport.external-viewport .btn-admin {
  color: #c8c8c8;
}
#viewport.external-viewport .btn-admin:hover {
  color: white;
}
.width-full {
  width: 100% !important;
  /* stylelint-disable-line declaration-no-important */
}
.jumbotron.harddrive {
  background-image: url("../test-images/harddrive.png");
  background-repeat: no-repeat;
  background-position: right;
}
.signup .checkbox {
  height: 100%;
  padding-left: 25px;
}
/*
 * Login view
 */
.login-document .login {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 100px;
}
.login-document .login > .row > .col:first-child {
  border-right: 1px solid #aaaaaa;
}
.login-document .login h1 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 35px;
  text-align: center;
}
.login-document .login h1 .fa,
.login-document .login h1 .fas,
.login-document .login h1 .far,
.login-document .login h1 .fab {
  margin-right: 8px;
}
.login-document .login h1 .wk-icon {
  width: 30px;
  height: 30px;
  background: url("/Client/img/wk.png");
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}
.login-document .login .alert {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
.login-document .login .alert .learn-more {
  margin-left: 5px;
  font-weight: bold;
}
.login-document .login .panel {
  padding: 6px;
  max-width: 80%;
  margin: 0 auto;
}
.login-document .login .panel.login-panel {
  background-color: #565656;
  border-radius: 4px;
  border: none;
  color: white;
}
.login-document .login .panel.login-panel label {
  color: #aaaaaa;
}
.login-document .login .panel.login-panel .panel-title {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: bold;
  margin: 0;
  border: 0 none;
}
.login-document .login .panel.login-panel .login-button {
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}
.login-document .login .panel.login-panel .login-button .spinner {
  position: absolute;
  left: 6px;
  top: 9px;
}
.login-document .login .panel.login-panel .external-link {
  display: block;
  min-height: 22px;
  /* clear the floating input if there is no label text */
  vertical-align: middle;
}
.login-document .login .panel.login-panel .external-link a {
  color: #aaaaaa;
}
.login-document .login .panel.login-panel .external-link a:hover {
  color: var(--brand-primary);
  text-decoration: none;
}
.login-document .wk-hero {
  margin: 20px auto;
  border-top: 1px solid #666666;
  text-align: center;
}
.login-document .wk-hero .wk-hero-item {
  width: 33%;
  float: left;
}
.login-document .wk-hero h2 {
  margin: 40px 0 20px;
}
.login-document .wk-hero span {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 2px solid var(--brand-primary);
  border-radius: 50%;
  line-height: 50px;
}
.login-document .wk-hero i {
  color: var(--brand-primary);
  font-size: 30px;
  line-height: 47px;
}
.login-document .modal-dialog {
  width: 800px;
}
.login-document .modal-dialog .wk-hero {
  text-align: center;
  margin: 20px;
  border: 0 none;
}
.login-document .modal-dialog .wk-hero h2 {
  margin: 20px 0;
}
.login-document .modal-dialog .modal-header h3 i {
  margin-left: 6px;
}
.login-document .modal-dialog .migration-step {
  margin-top: 40px;
}
.login-document .modal-dialog .migration-step .migration-step-content img {
  border-radius: 6px;
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.login-document .modal-dialog .migration-step .migration-step-content .text {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  .login-document .login {
    margin-top: 0;
  }
  .login-document .login > .row > .col:first-child {
    border: 0 none;
  }
  .login-document .login .alert,
  .login-document .login .panel {
    max-width: 100%;
  }
  .login-document .login h1 {
    font-size: 16px;
    margin-top: 40px;
  }
  .login-document .login h3 {
    font-size: 14px;
  }
  .login-document .modal-dialog {
    width: auto;
    padding: 0;
  }
  .login-document .modal-dialog .modal-body {
    padding: 10px;
  }
  .login-document .modal-dialog h3 {
    font-size: 16px;
  }
  .login-document .modal-dialog .wk-hero h3 {
    font-size: 12px;
  }
  .login-document .modal-dialog .migration-step {
    margin-top: 12px;
  }
  .login-document .modal-dialog .migration-step .migration-step-header {
    font-size: 16px;
    padding-top: 12px;
  }
  .login-document .modal-dialog .migration-step .migration-step-header .step {
    width: 23px;
  }
}
.user-impersonation {
  margin: 0 auto;
  max-width: 800px;
}
.user-impersonation h1 {
  text-align: center;
}
.user-impersonation h1 .fa,
.user-impersonation h1 .fas,
.user-impersonation h1 .far,
.user-impersonation h1 .fab {
  font-size: 2em;
  color: #ff6430;
  margin-right: 5px;
}
.user-impersonation h2 {
  text-align: center;
  margin-bottom: 30px;
}
.user-impersonation ul {
  list-style: none;
}
.user-impersonation ul li {
  margin: 5px 0;
}
.user-impersonation ul li a {
  font-weight: bold;
}
.user-impersonation ul li i {
  margin-right: 5px;
}
.user-impersonation ul li span {
  margin-left: 5px;
}
.budget-automation h1[data-test="document-title"] [data-test="icon"] {
  margin-right: 0.5em;
}
.budget-automation #document {
  max-width: 900px;
  margin: 0 auto;
}
.budget-automation .actions {
  margin: 20px 0;
  text-align: right;
}
.budget-automation .actions .btn.btn-primary {
  font-weight: bold;
}
.budget-automation .actions .btn:first-child {
  margin-right: 10px;
}
.budget-automation .budget-values-preview {
  display: flex;
}
.budget-automation .budget-values-preview .value-preview {
  flex-grow: 1;
  color: white;
  text-align: center;
  padding: 20px;
}
.budget-automation .budget-values-preview .value-preview .legend {
  font-size: 18px;
}
.budget-automation .budget-values-preview .value-preview .value {
  font-family: "Fira Sans", helvetica, arial, sans-serif;
  font-size: 30px;
  white-space: nowrap;
}
/*
 * Country
 *
 */
.country .agency-name {
  color: white;
  text-decoration: none;
  opacity: 0.7;
}
.country .agency-name:hover {
  opacity: 1;
}
.country .grid-agency {
  display: flex;
}
.country .grid-agency .go-to-agency-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #2f2f2f;
  opacity: 0.7;
  height: 34px;
  width: 34px;
  margin-right: 10px;
}
.country .grid-agency .go-to-agency-icon i.fa,
.country .grid-agency .go-to-agency-icon i.fas,
.country .grid-agency .go-to-agency-icon i.far,
.country .grid-agency .go-to-agency-icon i.fab {
  font-size: 21px;
  font-weight: bold;
  color: white;
}
.country .grid-agency .go-to-agency-icon img {
  height: 34px;
  width: 34px;
}
.country .grid-agency .go-to-agency-icon:hover {
  opacity: 1;
}
.country.card-document .company-type-cards .CardWidget {
  width: 235px;
  text-align: center;
}
.country.card-document .company-type-cards .CardWidget .finsit-element_badge {
  background-color: #00a0de;
}
.country.card-document .company-type-cards .CardWidget .card-icon {
  background: #464646;
}
.country.card-document .company-type-cards .CardWidget .card-icon i {
  width: inherit;
}
.country.card-document .company-type-cards .CardWidget.trailing-card .card-icon {
  background: none;
}
.country.card-document .company-type-cards .ribbon .content-wrapper {
  z-index: 1;
}
.country.card-document .card-list .card-container {
  height: 245px;
}
.country.card-document .card-list .card-container .card-content-container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
}
.country.card-document .card-list .card-container .card-content-container .card-icon {
  background: #424242;
}
.country.card-document .card-list .card-container .card-content-container .card-header {
  margin-top: 25px;
  margin-bottom: 0;
}
.country.card-document .card-list .card-container .card-content-container .card-body {
  grid-row: 2;
  margin: auto;
  display: grid;
}
.country.card-document .card-list .card-container .card-content-container .card-footer {
  text-align: center;
  background-color: #737373;
  grid-row: 3;
  width: 100%;
  min-height: 56px;
  cursor: pointer;
}
.country.card-document .card-list .card-container .card-content-container .card-footer a {
  display: block;
  color: #fdcd27;
  font-size: large;
  font-weight: 500;
  padding: 1em;
}
.country.card-document .card-list .card-container .card-content-container .card-footer a .finsit-element_icon-and-text {
  color: #fdcd27;
}
.country.card-document .card-list .card-container .card-content-container .card-footer a i {
  font-size: larger;
  font-weight: bolder;
  margin-right: 5px;
}
.country.card-document .card-list .card-container .card-content-container.trailing-card .card-icon {
  background: none;
}
.country.card-document .cardListWidget .card-footer .footer-actions {
  background-color: #737373;
}
.country.card-document .cardListWidget .card-footer .footer-actions a {
  color: #fdcd27;
  font-size: large;
  font-weight: 500;
}
.usage-report-table .column-name {
  width: 20%;
}
.usage-report-table td ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.subscriber-list {
  overflow-x: hidden;
}
.subscriber-list ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.subscriber-list ul li {
  white-space: nowrap;
}
/*
 * Agency
 *
 */
/*
 * MIXINS
 *
 */
#viewport.agency-viewport {
  /*
   * Fiscal year editor
   */
  background-color: #2f2f2f;
  color: #dedede;
  top: 120px;
  padding-top: 20px;
  transition: top 0.2s ease-in 0s;
  /*
   *this sets the height of the viewport container so that the footer will always stay at the bottom of the page without absolute position
   */
}
#viewport.agency-viewport .fiscal-year-editor {
  background-color: #616161;
  padding: 15px;
  border: 1px solid #696969;
}
#viewport.agency-viewport .container {
  min-height: calc(100% -  60px);
}
#viewport.agency-viewport .footer {
  display: flex;
  flex-direction: column;
}
#viewport.agency-viewport .footer .footer-content {
  left: 0;
  bottom: 0;
  height: 50px;
  padding: 1rem;
  width: 100%;
  border-top: 1px solid rgba(204, 204, 204, 0.25);
  display: flex;
  justify-content: center;
  text-align: center;
}
#viewport.agency-viewport .footer .footer-content .support-info {
  display: flex;
}
#viewport.agency-viewport .footer .footer-content a {
  color: rgba(204, 204, 204, 0.75);
  text-decoration: none;
  padding-top: 10px;
  margin-left: 20px;
}
#viewport.agency-viewport .footer .footer-content a:hover {
  color: #cccccc;
}
#viewport.agency-viewport .footer .footer-content a i {
  font-size: 20px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  #viewport.agency-viewport .footer .footer-content a span {
    display: none;
  }
}
#viewport.agency-viewport #document .section.report-container {
  background: #565656;
  padding-bottom: 20px;
  min-height: 100%;
}
#viewport.agency-viewport .section-title {
  color: #dedede;
  border-bottom: 1px solid #737373;
  font-size: 20px;
}
@media (max-width: 768px) {
  #viewport.agency-viewport {
    top: 50px;
  }
}
#document-title #info-toggler {
  font-size: 22px;
}
.agency-leftmenu.leftmenu-container {
  top: 0;
  left: 0;
  z-index: 1040;
}
.agency-leftmenu.leftmenu-container ul.leftmenu li.lm-li-toggler {
  background-color: #00a0de;
  width: 220px;
  height: 121px;
  position: relative;
  z-index: 2;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--brand-darker);
  background-position: 50% center;
  background-size: 40% auto;
  background-repeat: no-repeat;
}
.agency-leftmenu.leftmenu-container ul.leftmenu li.lm-li-toggler a.menu-toggler {
  background-position: 0 0;
  width: 60px;
  height: 60px;
  display: block;
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu li.lm-li-toggler a.menu-toggler {
    background-position: 0 -5px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-toggler {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-toggler {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-toggler {
    /* #1 */
    background-position: 0 0px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-toggler:hover,
.active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-toggler,
.current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-toggler {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-toggler:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-toggler,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-toggler {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-toggler:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-toggler,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-toggler {
    /* #1 */
    background-position: 0 0px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-clients {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1260px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-clients {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-clients {
    /* #1 */
    background-position: 0 -1260px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-clients:hover,
.active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-clients,
.current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-clients {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1260px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-clients:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-clients,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-clients {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-clients:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-clients,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-clients {
    /* #1 */
    background-position: 0 -1260px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-all-companies {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1320px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-all-companies {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-all-companies {
    /* #1 */
    background-position: 0 -1320px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-all-companies:hover,
.active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-all-companies,
.current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-all-companies {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1320px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-all-companies:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-all-companies,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-all-companies {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-all-companies:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-all-companies,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-all-companies {
    /* #1 */
    background-position: 0 -1320px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-users {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1440px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-users {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-users {
    /* #1 */
    background-position: 0 -1440px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-users:hover,
.active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-users,
.current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-users {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1440px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-users:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-users,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-users {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-users:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-users,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-users {
    /* #1 */
    background-position: 0 -1440px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-consultants {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -1380px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-consultants {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-consultants {
    /* #1 */
    background-position: 0 -1380px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-consultants:hover,
.active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-consultants,
.current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-consultants {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -1380px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-consultants:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-consultants,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-consultants {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-consultants:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-consultants,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-consultants {
    /* #1 */
    background-position: 0 -1380px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-user {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -120px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user {
    /* #1 */
    background-position: 0 -120px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-user:hover,
.active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user,
.current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -120px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user {
    /* #1 */
    background-position: 0 -120px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-companies {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -185px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-companies {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-companies {
    /* #1 */
    background-position: 0 -190px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-companies:hover,
.active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-companies,
.current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-companies {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -185px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-companies:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-companies,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-companies {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-companies:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-companies,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-companies {
    /* #1 */
    background-position: 0 -190px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-settings {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -245px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-settings {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-settings {
    /* #1 */
    background-position: 0 -250px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-settings:hover,
.active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-settings,
.current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-settings {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -245px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-settings:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-settings,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-settings {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-settings:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-settings,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-settings {
    /* #1 */
    background-position: 0 -250px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-logout {
  background-image: url("/Client/img/fp-menu-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -305px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-logout {
    background-image: url("/Client/img/fp-menu-icons@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-logout {
    /* #1 */
    background-position: 0 -310px;
  }
}
.agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-logout:hover,
.active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-logout,
.current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-logout {
  background-image: url("/Client/img/fp-menu-icons-active.png");
  background-repeat: no-repeat;
  background-position: 0 -305px;
  background-size: 60px auto !important;
  /* stylelint-disable-line declaration-no-important */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-logout:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-logout,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-logout {
    background-image: url("/Client/img/fp-menu-icons-active@2x.png");
    background-size: 60px 60px;
  }
}
@media (max-width: 768px) {
  .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-logout:hover,
  .active .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-logout,
  .current .agency-leftmenu.leftmenu-container ul.leftmenu .menu-user-logout {
    /* #1 */
    background-position: 0 -310px;
  }
}
.agency-leftmenu.leftmenu-container.lm-small ul.leftmenu li.lm-li-toggler {
  margin-top: 0;
  width: 60px;
  height: 60px;
  background-image: none;
}
#main-navbar.navbar.navbar-fixed-top.agency-header {
  left: 60px;
  /*
   *OVERRIDE IMG-CIRCLE
   */
  /*
   * sections
   */
  /*
   * title of section
   */
  /*
   * my-settings
   */
}
#main-navbar.navbar.navbar-fixed-top.agency-header.leftmenu-lg-out {
  left: 220px;
}
#main-navbar.navbar.navbar-fixed-top.agency-header.leftmenu-lg-out #admin-navbar {
  left: 220px;
}
#main-navbar.navbar.navbar-fixed-top.agency-header #document-title h1 > *,
#main-navbar.navbar.navbar-fixed-top.agency-header #admin-navbar h1 > * {
  display: inline-block;
  line-height: 1.3;
}
#main-navbar.navbar.navbar-fixed-top.agency-header #document-title #info-toggler,
#main-navbar.navbar.navbar-fixed-top.agency-header #admin-navbar #info-toggler {
  margin-left: 10px;
  position: relative;
}
#main-navbar.navbar.navbar-fixed-top.agency-header #document-title #info-toggler a,
#main-navbar.navbar.navbar-fixed-top.agency-header #admin-navbar #info-toggler a {
  color: rgba(255, 255, 255, 0.4);
}
#main-navbar.navbar.navbar-fixed-top.agency-header #document-title #info-toggler a:hover,
#main-navbar.navbar.navbar-fixed-top.agency-header #admin-navbar #info-toggler a:hover {
  color: white;
}
@media (max-width: 768px) {
  #main-navbar.navbar.navbar-fixed-top.agency-header {
    left: 0;
  }
  #main-navbar.navbar.navbar-fixed-top.agency-header.leftmenu-lg-out #leftmenu-toggler {
    display: none;
  }
  #main-navbar.navbar.navbar-fixed-top.agency-header.leftmenu-lg-out #brand-name {
    padding-left: 18px;
  }
  #main-navbar.navbar.navbar-fixed-top.agency-header .mobile-header-title {
    display: block;
  }
  #main-navbar.navbar.navbar-fixed-top.agency-header .desktop-header-title {
    display: none;
  }
}
#main-navbar.navbar.navbar-fixed-top.agency-header a {
  cursor: pointer;
}
#main-navbar.navbar.navbar-fixed-top.agency-header .mobile-header-title {
  display: none;
}
#main-navbar.navbar.navbar-fixed-top.agency-header .mobile-header-title.fp-tool-buttons div {
  margin-top: 5px;
}
#main-navbar.navbar.navbar-fixed-top.agency-header .img-thumbnail {
  padding: 1px;
}
#main-navbar.navbar.navbar-fixed-top.agency-header .section.underline {
  border-bottom: 1px solid #747474;
}
#main-navbar.navbar.navbar-fixed-top.agency-header .section {
  padding-bottom: 30px;
}
#main-navbar.navbar.navbar-fixed-top.agency-header .section-title {
  color: #dedede;
  border-bottom: 1px solid #747474;
  text-transform: none;
  font-weight: var(--font-weight-medium);
  font-size: 20px;
}
@media (max-width: 768px) {
  #main-navbar.navbar.navbar-fixed-top.agency-header .section-title {
    font-size: 20px;
  }
}
#main-navbar.navbar.navbar-fixed-top.agency-header ul.language-list li.lang a {
  color: #c5c5c5;
}
#main-navbar.navbar.navbar-fixed-top.agency-header ul.language-list li.lang:hover a {
  color: #dedede;
}
/*
 * Scrolling support
 */
@media (min-width: 768px) {
  #viewport.agency-viewport.scrolling {
    top: 60px;
    padding-bottom: 60px;
  }
  #main-navbar.agency-header.scrolling {
    height: 60px;
    overflow: hidden;
  }
  #main-navbar.agency-header.scrolling .client-quickbuttons-container {
    top: 14px;
  }
  #main-navbar.agency-header.scrolling #admin-navbar {
    top: 0;
  }
}
.client-car-add-item {
  font-size: 130px;
  color: #bfbfbf;
}
.card-document .cards-container {
  min-height: 560px;
}
.card-document .card-list .card-container {
  background: #565656;
  cursor: pointer;
  transition: 0.15s ease-out all;
  text-align: center;
  color: #dedede;
  height: 235px;
  overflow: hidden;
}
.card-document .card-list .card-container:hover {
  background: #424242;
}
.card-document .card-list .card-container .card-body {
  padding-left: 10px;
  padding-right: 10px;
}
.card-document .card-list .card-container .card-body h2 {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-document .card-list .card-container .card-body h3 {
  color: #999999;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 18px;
  padding: 0.3em;
  line-height: 1em;
}
.card-document .card-list .card-container:not(.trailing-card) .card-header {
  margin-top: 30px;
  margin-bottom: 30px;
}
.card-document .card-list .card-container:not(.trailing-card) .card-header .card-picture i.fa,
.card-document .card-list .card-container:not(.trailing-card) .card-header .card-picture i.fas,
.card-document .card-list .card-container:not(.trailing-card) .card-header .card-picture i.far,
.card-document .card-list .card-container:not(.trailing-card) .card-header .card-picture i.fab {
  padding-top: 20px;
  background: #464646;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  font-size: 56px;
}
.card-document .card-list .card-container:not(.trailing-card) .card-header .card-picture img {
  height: 100px;
  width: 100px;
}
.card-document .card-list .card-container.trailing-card {
  cursor: pointer;
}
.card-document .card-list .card-container.trailing-card .card-header {
  padding-top: 0;
  margin-top: 45px;
  margin-bottom: 25px;
}
.card-document .card-list .card-container.trailing-card .card-header i.fa,
.card-document .card-list .card-container.trailing-card .card-header i.fas,
.card-document .card-list .card-container.trailing-card .card-header i.far,
.card-document .card-list .card-container.trailing-card .card-header i.fab {
  font-size: 80px;
  background-color: transparent;
  border-width: 0;
}
.fp-tool-buttons .fp-search {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  height: 34px;
  width: 34px;
  background-size: 34px;
  background-image: url("/Client/img/circle-search-sm.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-search {
    background-image: url("/Client/img/circle-search-sm@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-search:hover {
  background-image: url("/Client/img/circle-search-sm-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-search:hover {
    background-image: url("/Client/img/circle-search-sm-hover@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-add {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  height: 34px;
  width: 34px;
  background-size: 34px;
  background-image: url("/Client/img/circle-add-sm.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-add {
    background-image: url("/Client/img/circle-add-sm@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-add:hover {
  background-image: url("/Client/img/circle-add-sm-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-add:hover {
    background-image: url("/Client/img/circle-add-sm-hover@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-logout {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  height: 34px;
  width: 34px;
  background-size: 34px;
  background-image: url("/Client/img/circle-logout-sm.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-logout {
    background-image: url("/Client/img/circle-logout-sm@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-logout:hover {
  background-image: url("/Client/img/circle-logout-sm-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-logout:hover {
    background-image: url("/Client/img/circle-logout-sm-hover@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-close {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  height: 34px;
  width: 34px;
  background-size: 34px;
  background-image: url("/Client/img/circle-close-sm.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-close {
    background-image: url("/Client/img/circle-close-sm@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-close:hover {
  background-image: url("/Client/img/circle-close-sm-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-close:hover {
    background-image: url("/Client/img/circle-close-sm-hover@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-send-report {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  height: 34px;
  width: 34px;
  background-size: 34px;
  background-image: url("/Client/img/circle-report-sm.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-send-report {
    background-image: url("/Client/img/circle-report-sm@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-send-report:hover {
  background-image: url("/Client/img/circle-report-sm-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-send-report:hover {
    background-image: url("/Client/img/circle-report-sm-hover@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-go-to-presentation {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  height: 34px;
  width: 34px;
  background-size: 34px;
  background-image: url("/Client/img/circle-presentation-sm.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-go-to-presentation {
    background-image: url("/Client/img/circle-presentation-sm@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-go-to-presentation:hover {
  background-image: url("/Client/img/circle-presentation-sm-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-go-to-presentation:hover {
    background-image: url("/Client/img/circle-presentation-sm-hover@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-update {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  height: 34px;
  width: 34px;
  background-size: 34px;
  background-image: url("/Client/img/circle-update-sm.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-update {
    background-image: url("/Client/img/circle-update-sm@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-update:hover {
  background-image: url("/Client/img/circle-update-sm-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-update:hover {
    background-image: url("/Client/img/circle-update-sm-hover@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-phone {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  height: 34px;
  width: 34px;
  background-size: 34px;
  background-image: url("/Client/img/circle-phone-sm.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-phone {
    background-image: url("/Client/img/circle-phone-sm@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-phone:hover {
  background-image: url("/Client/img/circle-phone-sm-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-phone:hover {
    background-image: url("/Client/img/circle-phone-sm-hover@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-back {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
  height: 34px;
  width: 34px;
  background-size: 34px;
  background-image: url("/Client/img/circle-back-sm.png");
  margin-left: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-back {
    background-image: url("/Client/img/circle-back-sm@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons .fp-back:hover {
  background-image: url("/Client/img/circle-back-sm-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fp-tool-buttons .fp-back:hover {
    background-image: url("/Client/img/circle-back-sm-hover@2x.png");
    background-size: 34px 34px;
  }
}
.fp-tool-buttons div p {
  color: white;
  padding-left: 44px;
  font-size: 15px;
  line-height: 37px;
  white-space: nowrap;
  text-transform: none;
  opacity: 0.7;
  font-weight: var(--font-weight-medium);
}
.fp-tool-buttons div p:hover {
  opacity: 1;
}
.backbutton-container {
  position: absolute;
  bottom: 10px;
  left: 78px;
  height: 32px;
  width: 132px;
  z-index: 1;
}
@media (max-width: 768px) {
  .backbutton-container {
    left: 12px;
  }
}
.backbutton-container a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .leftmenu-lg-out .backbutton-container {
    left: 18px;
  }
}
.client-quickbuttons-container {
  position: fixed;
  top: 78px;
  right: 15px;
  width: 132px;
  height: 34px;
  z-index: 1031;
  transition: top 0.2s ease-in 0s;
}
@media (max-width: 768px) {
  .client-quickbuttons-container {
    top: 8px;
  }
}
.client-quickbuttons-container a {
  margin-left: 10px;
  height: 34px;
  width: 34px;
  background-size: 34px;
  border-radius: 50%;
  background-color: var(--brand-darker);
  float: right;
}
.client-quickbuttons-container .header-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007bab;
  text-align: center;
}
.client-quickbuttons-container .header-icon i.fa,
.client-quickbuttons-container .header-icon i.fas,
.client-quickbuttons-container .header-icon i.far,
.client-quickbuttons-container .header-icon i.fab {
  font-size: 21px;
  color: white;
  opacity: 70%;
  padding: initial;
}
.client-quickbuttons-container .header-icon i.fa.fa-trash-alt,
.client-quickbuttons-container .header-icon i.fas.fa-trash-alt,
.client-quickbuttons-container .header-icon i.far.fa-trash-alt,
.client-quickbuttons-container .header-icon i.fab.fa-trash-alt {
  padding-bottom: 1px;
}
.client-quickbuttons-container .header-icon i.fa.fa-building,
.client-quickbuttons-container .header-icon i.fas.fa-building,
.client-quickbuttons-container .header-icon i.far.fa-building,
.client-quickbuttons-container .header-icon i.fab.fa-building {
  padding-left: 1.7px;
}
.client-quickbuttons-container .header-icon i.fa:hover,
.client-quickbuttons-container .header-icon i.fas:hover,
.client-quickbuttons-container .header-icon i.far:hover,
.client-quickbuttons-container .header-icon i.fab:hover {
  opacity: 100%;
}
#redirect-to-presentation-btn {
  background-image: url("/Client/img/circle-presentation-sm.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #redirect-to-presentation-btn {
    background-image: url("/Client/img/circle-presentation-sm@2x.png");
    background-size: 34px 34px;
  }
}
#redirect-to-presentation-btn:hover {
  background-image: url("/Client/img/circle-presentation-sm-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #redirect-to-presentation-btn:hover {
    background-image: url("/Client/img/circle-presentation-sm-hover@2x.png");
    background-size: 34px 34px;
  }
}
#admin-navbar .search-field,
#main-navbar .search-field {
  font-size: 15px;
  /*
   * This needs to be important in order to keep height during animation
   */
  height: 34px !important;
  /* stylelint-disable-line declaration-no-important */
  font-weight: var(--font-weight-medium);
  right: 140px;
}
.search-field-container {
  padding-bottom: 20px;
}
#searchfield-mobile,
#searchfield {
  width: 210px;
  position: absolute;
  right: 103px;
  bottom: 7px;
  display: none;
}
/*
 *FOR MODIFYHEADER
 */
.modifyheader-padding {
  padding-top: 180px;
}
.agency-viewport {
  background-color: #2f2f2f;
  /*
   * List switcher for all agency pages
   */
  /*
   * Agency grids
   */
  /*
   * company cardList/grid style
   */
  /*
   * User card/grid for agency
   */
}
.agency-viewport .import-container {
  background-color: #565656;
}
.agency-viewport .import-container p {
  color: #dedede;
}
.agency-viewport .import-container p span {
  color: #aeaeae;
}
.agency-viewport .import-container .import-title,
.agency-viewport .import-container .wizard-title {
  color: #dedede;
  border-bottom: 1px solid #747474;
}
.agency-viewport .import-container .import-subtitle {
  color: #dedede;
}
.agency-viewport .import-container .import-footer,
.agency-viewport .import-container .wizard-footer {
  border-top: 1px solid #747474;
}
.agency-viewport .list-switcher button.btn.btn-default {
  color: #5a5a5a;
  background-color: #bfbfbf !important;
  /* stylelint-disable-line declaration-no-important */
  border-color: #2f2f2f;
}
.agency-viewport .list-switcher button.btn.btn-default.active {
  filter: alpha(opacity=65);
  opacity: 0.65;
  color: #eeeeee;
  background-color: #5a5a5a !important;
  /* stylelint-disable-line declaration-no-important */
}
.agency-viewport .list-switcher button.btn.btn-default:hover {
  background: #626262 !important;
  /* stylelint-disable-line declaration-no-important */
  color: #f6f6f6;
}
.agency-viewport .consultants .card-container .card-footer {
  background-color: #222222;
  height: auto;
}
.agency-viewport .consultants .card-container .trailing-card .card-footer {
  visibility: hidden;
}
.agency-viewport .company-card .cards-container {
  padding: 0 14px;
  max-width: unset;
}
.agency-viewport .company-card .card-content-container .card-icon i {
  width: inherit;
}
.agency-viewport .company-card .card-content-container .card-footer {
  background-color: #222222;
}
.agency-viewport .grid {
  border: 0 none;
}
.agency-viewport .grid thead {
  background: #565656;
  color: black;
}
.agency-viewport .grid thead th {
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  color: var(--brand-primary);
}
.agency-viewport .grid thead th.sortable {
  padding: 10px 12px 10px 15px;
  line-height: 35px;
}
.agency-viewport .grid tbody {
  background: #565656;
  color: #dddddd;
  font-weight: normal;
  font-size: 16px;
}
.agency-viewport .grid tbody tr td {
  padding: 8px 12px 8px 16px;
  border-top: 1px solid #2f2f2f;
  line-height: 35px;
}
.agency-viewport .grid tbody tr td .company-name,
.agency-viewport .grid tbody tr td .company-type-name,
.agency-viewport .grid tbody tr td .user-name,
.agency-viewport .grid tbody tr td .usage-report-name,
.agency-viewport .grid tbody tr td .archived-company-name {
  cursor: pointer;
}
.agency-viewport .grid tbody tr td .company-name img,
.agency-viewport .grid tbody tr td .company-type-name img,
.agency-viewport .grid tbody tr td .user-name img,
.agency-viewport .grid tbody tr td .usage-report-name img,
.agency-viewport .grid tbody tr td .archived-company-name img {
  margin-right: 10px;
  height: 40px;
  width: 40px;
}
.agency-viewport .grid tbody tr td .company-name i.fa,
.agency-viewport .grid tbody tr td .company-type-name i.fa,
.agency-viewport .grid tbody tr td .user-name i.fa,
.agency-viewport .grid tbody tr td .usage-report-name i.fa,
.agency-viewport .grid tbody tr td .archived-company-name i.fa,
.agency-viewport .grid tbody tr td .company-name i.fas,
.agency-viewport .grid tbody tr td .company-type-name i.fas,
.agency-viewport .grid tbody tr td .user-name i.fas,
.agency-viewport .grid tbody tr td .usage-report-name i.fas,
.agency-viewport .grid tbody tr td .archived-company-name i.fas,
.agency-viewport .grid tbody tr td .company-name i.far,
.agency-viewport .grid tbody tr td .company-type-name i.far,
.agency-viewport .grid tbody tr td .user-name i.far,
.agency-viewport .grid tbody tr td .usage-report-name i.far,
.agency-viewport .grid tbody tr td .archived-company-name i.far,
.agency-viewport .grid tbody tr td .company-name i.fab,
.agency-viewport .grid tbody tr td .company-type-name i.fab,
.agency-viewport .grid tbody tr td .user-name i.fab,
.agency-viewport .grid tbody tr td .usage-report-name i.fab,
.agency-viewport .grid tbody tr td .archived-company-name i.fab {
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  background-color: #333333;
  font-size: 25px;
  padding-top: 6px;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.agency-viewport .grid tbody tr td .company-name:hover,
.agency-viewport .grid tbody tr td .company-type-name:hover,
.agency-viewport .grid tbody tr td .user-name:hover,
.agency-viewport .grid tbody tr td .usage-report-name:hover,
.agency-viewport .grid tbody tr td .archived-company-name:hover {
  color: white;
}
.agency-viewport .grid tbody tr td .archived-company-name {
  cursor: revert;
}
.agency-viewport .grid tbody tr td .archived-company-name:hover {
  color: revert;
}
.agency-viewport .grid tbody tr td ul.company-actions {
  height: 42px;
}
.agency-viewport .grid tbody tr td ul.company-actions li i {
  background-size: 30px !important;
  /* stylelint-disable-line declaration-no-important */
  height: 35px;
}
.agency-viewport .grid tbody tr td .btn {
  margin-right: 5px;
}
.agency-viewport .grid tbody tr td.company-id {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.agency-viewport .grid thead th.company-actions-header {
  text-align: center;
}
.agency-viewport .table.dark {
  border: 1px solid #2f2f2f;
}
.agency-viewport .table.dark.table-striped td {
  border: none;
}
.agency-viewport .table.dark.table-striped tr:nth-child(even) td {
  background: #2f2f2f;
}
.agency-viewport .table.dark.table-striped tr:nth-child(odd) td,
.agency-viewport .table.dark.table-striped tr th {
  background: #565656;
  border-color: #2f2f2f;
}
.agency-viewport .table.dark.table-striped tr.highlight td {
  background-color: #37c8da;
}
.agency-viewport ul.company-actions {
  list-style-type: none;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
}
.agency-viewport ul.company-actions li {
  display: inline-block;
  width: 33%;
  cursor: pointer;
}
.agency-viewport ul.company-actions li .svg-icon:hover {
  color: white;
}
.agency-viewport ul.company-actions li i {
  /* Used in this scope only */
  /* Used in this scope only */
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 4em;
  height: 4em;
}
.agency-viewport ul.company-actions li i.fp-update {
  width: 4em;
  height: 4em;
  background-image: url("/Client/img/button-update.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-viewport ul.company-actions li i.fp-update {
    background-image: url("/Client/img/button-update@2x.png");
    background-size: 4em 4em;
  }
}
.agency-viewport ul.company-actions li i.fp-update:hover {
  background-image: url("/Client/img/button-update-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-viewport ul.company-actions li i.fp-update:hover {
    background-image: url("/Client/img/button-update-hover@2x.png");
    background-size: 4em 4em;
  }
}
.agency-viewport ul.company-actions li i.fp-send-report {
  width: 4em;
  height: 4em;
  background-image: url("/Client/img/button-send-report.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-viewport ul.company-actions li i.fp-send-report {
    background-image: url("/Client/img/button-send-report@2x.png");
    background-size: 4em 4em;
  }
}
.agency-viewport ul.company-actions li i.fp-send-report:hover {
  background-image: url("/Client/img/button-send-report-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-viewport ul.company-actions li i.fp-send-report:hover {
    background-image: url("/Client/img/button-send-report-hover@2x.png");
    background-size: 4em 4em;
  }
}
.agency-viewport ul.company-actions li i.fp-go-to-presentation {
  width: 4em;
  height: 4em;
  background-image: url("/Client/img/button-go-to-presentation-color.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-viewport ul.company-actions li i.fp-go-to-presentation {
    background-image: url("/Client/img/button-go-to-presentation-color@2x.png");
    background-size: 4em 4em;
  }
}
.agency-viewport ul.company-actions li i.fp-go-to-presentation:hover {
  background-image: url("/Client/img/button-go-to-presentation-color-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-viewport ul.company-actions li i.fp-go-to-presentation:hover {
    background-image: url("/Client/img/button-go-to-presentation-color-hover@2x.png");
    background-size: 4em 4em;
  }
}
.agency-viewport ul.company-actions li i.fp-add-new {
  background-image: url("/Client/img/large-add-plus-sign.png");
  background-size: 42px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-viewport ul.company-actions li i.fp-add-new {
    background-image: url("/Client/img/large-add-plus-sign@2x.png");
    background-size: 42px 42px;
  }
}
.agency-viewport ul.company-actions li i.fp-add-new:hover {
  background-image: url("/Client/img/large-add-plus-sign.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .agency-viewport ul.company-actions li i.fp-add-new:hover {
    background-image: url("/Client/img/large-add-plus-sign@2x.png");
    background-size: 42px 42px;
  }
}
.agency-viewport ul.company-actions .btn-warning {
  background-color: #fbb450;
  border-color: #fbb450;
  color: black;
}
.agency-viewport ul.company-actions .btn-warning:hover {
  background-color: #f89406;
  border-color: #f89406;
  color: black;
}
.agency-viewport img.user-picture {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #333333;
  border: 1px solid #2f2f2f;
}
.agency-viewport .card-container .director .card-content {
  background: #4f616b;
  border: 1px solid #8f9fa9;
}
.agency-viewport .company-type-cards .CardWidget {
  width: 235px;
  text-align: center;
}
.agency-viewport .company-type-cards .CardWidget .finsit-element_badge {
  background-color: #00a0de;
}
.agency-viewport .company-type-cards .CardWidget .card-icon {
  background: #464646;
}
.agency-viewport .company-type-cards .CardWidget .card-icon i {
  width: inherit;
}
.agency-viewport .company-type-cards .CardWidget.trailing-card .card-icon {
  background: none;
}
.agency-viewport .company-type-cards .ribbon .content-wrapper {
  z-index: 1;
}
.agency-viewport .checklist-template-editor .panel.panel-default .panel-heading {
  color: #5a5a5a !important;
  /* stylelint-disable-line declaration-no-important */
}
.agency-viewport .checklist-template-editor .panel.panel-default.collapsed .panel-heading {
  color: inherit !important;
  /* stylelint-disable-line declaration-no-important */
}
.agency-viewport .checklist-template-editor .prosemirror-container .btn-group .btn:not(.btn-primary, .btn-danger) {
  background-color: inherit !important;
  /* stylelint-disable-line declaration-no-important */
}
.agency-viewport .checklist-template-editor .prosemirror-container .dropdown-menu {
  background-color: white;
  color: #5a5a5a;
}
.agency-viewport .checklist-template-editor .accordion .panel {
  border: none;
  background-color: #3f3f3f;
}
.agency-viewport .checklist-template-editor .accordion .panel .panel-heading {
  color: #dedede;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
  cursor: pointer;
}
.agency-viewport .checklist-template-editor .accordion .panel .panel-heading h4 {
  font-size: 14px;
}
.agency-viewport .checklist-template-editor .accordion .panel .panel-heading .panel-title {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
  font-weight: bold;
  font-family: "Fira Sans", helvetica, arial, sans-serif;
}
.agency-viewport .checklist-template-editor .accordion .panel.collapsed .panel-heading {
  background-color: #3f3f3f;
}
.agency-viewport .checklist-template-editor .accordion .panel-body {
  background-color: #3f3f3f;
  color: #dedede;
  padding-right: 15px;
  border: 1px solid;
  /*
         * Specify how to render an accordion within another accordion's
         */
  /*
         * Specify how to render an accordion within an accordion's
         * panel body:
         */
}
.agency-viewport .checklist-template-editor .accordion .panel-body .section-actions {
  padding-top: 5px;
  border-top: 1px solid #565656;
}
.agency-viewport .checklist-template-editor .accordion .panel-body .panel-body {
  background-color: #565656;
}
.agency-viewport .checklist-template-editor .accordion .panel-body .panel-heading h4 {
  font-size: 12px;
}
.agency-viewport .alert.alert-warning {
  display: flex;
  flex-direction: column;
}
.agency-viewport finsit-button[warning] {
  --theme-button-background-color-h: 35;
  --theme-button-background-color-s: 76%;
  --theme-button-background-color-l: 54%;
  --theme-button-border-color-h: 35;
  --theme-button-border-color-s: 76%;
  --theme-button-border-color-l: 44%;
  --button-default-text-color-h: 0;
  --button-default-text-color-s: 0%;
  --button-default-text-color-l: 100%;
  --button-default-hover-text-color-h: 0;
  --button-default-hover-text-color-s: 0%;
  --button-default-hover-text-color-l: 100%;
  --button-default-hover-background-color-h: 35;
  --button-default-hover-background-color-s: 81%;
  --button-default-hover-background-color-l: 49%;
  --button-default-hover-border-color-h: 35;
  --button-default-hover-border-color-s: 81%;
  --button-default-hover-border-color-l: 39%;
}
.agency .migration-modal .grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: baseline;
}
.agency .migration-modal .grid .grid-separator:not(:last-child) {
  border-bottom: 1px solid #747474;
  grid-column-start: span 2;
}
.agency .migration-modal .grid .finsit-element_select {
  width: 100%;
}
/*
 * Icon selection in company type settings
 */
.company-type-icon-select button .icon-name {
  color: #aaaaaa;
}
.company-type-icon-select button i.fa,
.company-type-icon-select button i.fas,
.company-type-icon-select button i.far,
.company-type-icon-select button i.fab {
  color: #aaaaaa;
}
.company-type-icon-select .icon-name {
  margin-left: 5px;
}
.company-type-icon-select li {
  padding-bottom: 4px;
  padding-top: 4px;
}
.company-type-icon-select li i {
  font-size: 25px;
  width: 30px;
  text-align: center;
}
.company-type-icon-select li .icon-name {
  margin-left: 10px;
}
/*
  * Report templates section in companysettings
  */
.model-item {
  display: flex;
  align-items: baseline;
  padding: 4px;
}
.model-item .item-info {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.model-item .item-info .item-status .status-label {
  font-size: 11px;
  font-weight: --font-weight-medium;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 3px;
}
.model-item .custom-template .status-label {
  background-color: #007bab;
  color: #cccccc;
}
.model-item .default-template .status-label {
  background-color: #424242;
  color: #dedede;
}
.company-type-settings .modal-dialog .multiple-item-picker ul {
  margin-top: 10px;
  overflow-y: scroll;
  height: 300px;
}
.company-type-settings .models-settings-section {
  display: flex;
  flex-direction: column;
}
.company-type-settings .models-settings-section a {
  align-self: flex-end;
  margin-bottom: 10px;
}
.edit-label {
  margin-right: 6px;
}
.setting-container {
  display: flex;
  align-items: center;
}
.setting-container .setting-label {
  padding: 0 0 4px 10px;
}
.modal-content.agency-welcome-popup {
  background-color: #2f2f2f;
  color: #dedede;
  font-weight: 700;
  z-index: 2080;
}
.modal-content.agency-welcome-popup .modal-header {
  font-weight: --font-weight-normal;
  border-bottom: none;
}
.modal-content.agency-welcome-popup .modal-header .close {
  color: white;
  opacity: 0.4;
}
.modal-content.agency-welcome-popup .modal-header .close:hover,
.modal-content.agency-welcome-popup .modal-header .close:focus {
  color: white;
  opacity: 0.6;
}
.modal-content.agency-welcome-popup .modal-body {
  background-color: #363636;
}
.modal-content.agency-welcome-popup .modal-footer {
  border-top: none;
}
.modal-content.agency-welcome-popup img {
  width: 100%;
}
body.agency {
  --modal-background-color: #2d2d2d;
  --modal-color: #dddddd;
}
.dark-dialog {
  background-color: #2d2d2d;
  color: #dddddd;
}
.dark-dialog .modal-header a {
  color: #dddddd;
}
.dark-dialog .finsit-element_text {
  color: #dddddd;
}
.dark-dialog .archive-dialog-body {
  padding: inherit;
  border: 1px solid #f79d2c;
  font-size: 1.1em;
}
.dark-dialog .archive-dialog-body .fa-triangle-exclamation {
  color: #f79d2c;
}
.dark-dialog .unarchive-dialog-body {
  padding: inherit;
  border: 1px solid #00a4c1;
  font-size: 1.1em;
}
.dark-dialog .fa-exclamation-triangle {
  color: #f79d2c;
}
.dark-dialog .fa-exclamation-circle {
  color: #00a4c1;
}
.my-companies-body {
  /*
   * Fix navbar
   */
  /*
   * margin under the client-cards in my-companies
   */
}
.my-companies-body #admin-navbar {
  display: block;
  height: 46px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 0;
  border-bottom: 1px solid #2f2f2f;
  min-height: fit-content;
}
.my-companies-body #admin-navbar h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-companies-body #admin-navbar .client-quickbuttons-container {
  top: 5px;
}
.my-companies-body #viewport {
  top: 46px;
}
.my-companies-body .cards-container {
  max-width: none;
}
.my-companies-body .cards-container .card-container {
  border: 1px solid;
  max-width: 280px;
}
.my-companies-body .cards-container .card-container .card-content .card-icon svg {
  padding: 15px;
}
.my-companies-body .cards-container .card-container .card-footer .btn-admin {
  border-width: 0;
}
.client-card-progress-bar {
  color: #b3b3b3;
}
.client-card-progress-bar p {
  margin-top: 5px;
}
.import-wizard .light-company-checkbox input[type="checkbox"] {
  margin-left: -6px;
}
.import-loading-message {
  text-align: center;
}
/*
 * Accounting viewport
 */
.accounting-viewport .spinner > div {
  background-color: #666666;
}
.agency-viewport .import-wizard .progress {
  height: 14px;
}
.agency-viewport .import-wizard .wizard-subtitle {
  color: inherit;
}
.agency-viewport .import-wizard .table-striped {
  background-color: white;
  color: #333;
}
.fiscal-year-object-label {
  line-height: 34px;
}
.fiscal-year-object-picker {
  max-height: 400px;
  overflow-y: auto;
}
.fiscal-year-object-picker ul {
  padding-left: 0;
}
.fiscal-year-object-picker ul li.dimension-object {
  list-style: none;
  border: 1px solid #ddd;
  padding: 10px;
  border-top: none;
}
.fiscal-year-object-picker ul li.dimension-object:first-child {
  border-top: 1px solid #ddd;
}
.fiscal-year-object-picker ul li.dimension-object:nth-child(even) {
  background-color: #ececec;
}
.fiscal-year-object-picker ul li.dimension-object input[type="radio"],
.fiscal-year-object-picker ul li.dimension-object input[type="checkbox"] {
  margin-right: 8px;
}
.fiscal-year-object-picker ul li.dimension-object .dimension-object-info {
  margin-left: 20px;
}
.modal-body #searchfield {
  display: initial;
}
.dimension-object-dialog .search-field {
  position: relative;
  bottom: auto;
  right: 0;
  width: 88%;
  margin-bottom: 14px;
}
.agency-viewport .create-budget,
.create-chartOfAccounts {
  margin-bottom: 15px;
}
.agency-viewport .create-budget input[type="text"].form-control,
.create-chartOfAccounts input[type="text"].form-control {
  color: #5a5a5a !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: white !important;
  /* stylelint-disable-line declaration-no-important */
}
.import-container {
  background-color: #fafafa;
  padding: 20px;
  padding-top: 0;
  border: 1px solid #cccccc;
}
.import-container .import-title,
.import-container .wizard-title {
  color: #747474;
  text-transform: none;
  font-weight: var(--font-weight-normal);
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #747474;
}
.import-container .import-subtitle,
.import-container .wizard-subtitle {
  color: #747474;
  text-transform: none;
  margin-bottom: 5px;
  font-weight: var(--font-weight-normal);
}
.import-container .import-content p {
  color: #747474;
}
.import-container .import-content p span {
  color: #aeaeae;
}
.import-container .fiscal-year-picker widgetjs-widget:first-child .fiscal-year {
  border-top: 1px solid #ddd;
}
.import-container .fiscal-year-picker widgetjs-widget:nth-child(odd) .fiscal-year {
  background-color: var(--table-bg-accent);
}
.import-container .fiscal-year-picker .fiscal-year {
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px;
}
.import-container .fiscal-year-picker .fiscal-year input[type="radio"],
.import-container .fiscal-year-picker .fiscal-year input[type="checkbox"] {
  margin-right: 8px;
}
.import-container .fiscal-year-picker .fiscal-year .form label {
  color: #747474;
}
.import-container .fiscal-year-picker .fiscal-year .check-group label {
  margin-left: 16px;
}
.import-container .big-progress .progress {
  height: inherit;
  width: inherit;
}
.import-container .filter-data-to input[type="radio"],
.import-container .select-partial-load input[type="radio"] {
  margin-right: 8px;
}
.import-container .custom-range .input-daterange input[type="text"] {
  width: 120px;
  display: inline-block;
}
.import-container .select-data-step {
  margin-left: 20px;
  margin-right: 20px;
}
.import-container .select-data-step .create-budget,
.import-container .select-data-step .replace-budget,
.import-container .select-data-step .custom-range {
  display: none;
}
.import-container .sie-import-step .file-upload {
  float: left;
}
.import-container .sie-import-step .spinner {
  float: left;
  margin-top: 12px;
}
.import-container .sie-import-step .imported-file-name {
  margin-top: 18px;
}
.import-container .sie-upload-options {
  margin-top: 20px;
}
.import-container .sie-upload-options input {
  margin-right: 6px;
}
.import-container .loading-label {
  text-align: center;
  margin-bottom: 14px;
}
.import-container .radio {
  padding-left: 20px;
}
.import-container .retry {
  float: right;
  margin-top: 10px;
}
.import-container .import-footer,
.import-container .wizard-footer {
  border-top: 1px solid #747474;
  padding-top: 20px;
  margin-top: 10px;
}
.import-container .import-footer .btn,
.import-container .wizard-footer .btn {
  min-width: 100px;
  margin-left: 5px;
}
.import-container .progress,
.import-container .progress-bar {
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.import-container .alert {
  padding-top: 10px;
  padding-bottom: 10px;
}
.import-container .alert .support-info {
  padding-top: 12px;
}
.import-container .alert .support-info h4 {
  text-decoration: underline;
}
.import-container .alert .support-info i {
  margin-left: 10px;
  color: #747474;
}
.import-container .alert .support-info a {
  color: #747474;
}
.import-container .alert .support-info a:hover {
  text-decoration: none;
}
.import-body #viewport {
  padding-top: 30px;
}
.import-nav-title {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
#import-btn {
  background-image: url("/Client/img/circle-update-sm.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #import-btn {
    background-image: url("/Client/img/circle-update-sm@2x.png");
    background-size: 34px 34px;
  }
}
#import-btn:hover {
  background-image: url("/Client/img/circle-update-sm-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #import-btn:hover {
    background-image: url("/Client/img/circle-update-sm-hover@2x.png");
    background-size: 34px 34px;
  }
}
/*
 * Import in agency
 */
.agency-viewport .import-container {
  background-color: #565656;
  border: none;
  padding-top: 30px;
}
.finsit-element_select {
  width: 220px;
}
body.form-document .agency-viewport #document {
  background: #565656;
  padding: 0 40px;
}
body.form-document .agency-viewport #document .section-row h2 {
  border-bottom: 1px solid #737373;
  margin-bottom: 20px;
}
/*
 * Overview page
 *
 */
/*
 * Overview styles
 */
.overview-quicklinks {
  margin-top: 5px;
  margin-bottom: 20px;
  width: 100%;
  border-right: 1px solid white;
}
.overview-quicklinks ul {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.overview-quicklinks ul li {
  float: left;
  margin: 0;
  padding: 0;
  background-position: 7px center;
  background-repeat: no-repeat;
  background-size: 35px 25px;
}
.overview-quicklinks ul li a {
  display: block;
  padding: 10px 20px 10px 45px;
  text-decoration: none;
}
@media (max-width: 480px) {
  .overview-quicklinks ul li a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .overview-quicklinks ul li {
    width: 100%;
    float: none;
  }
}
/*
 * Business chart styles
 */
#business-chart-container {
  height: auto;
  margin: 0 0 10px;
  width: 100%;
}
#business-chart-container:before,
#business-chart-container:after {
  display: table;
  content: " ";
}
#business-chart-container:after {
  clear: both;
}
#business-chart-container:before,
#business-chart-container:after {
  display: table;
  content: " ";
}
#business-chart-container:after {
  clear: both;
}
.business-activity-chart {
  overflow: visible !important;
  /* stylelint-disable-line declaration-no-important */
}
#business-chart-legend .legend-item-income {
  color: white;
  background-color: var(--kpi-income-color);
}
@media print {
  #business-chart-legend .legend-item-income {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: var(--kpi-income-color) !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid var(--kpi-income-color) !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  #business-chart-legend .legend-item-income {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  #business-chart-legend .legend-item-income.hover,
  #business-chart-legend .legend-item-income.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), var(--kpi-income-color), white 5%);
  }
}
#business-chart-legend .legend-item-income.inactive {
  color: white;
  background-color: #999999;
}
#business-chart-legend .legend-item-income.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  #business-chart-legend .legend-item-income.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  #business-chart-legend .legend-item-income.inactive.hover,
  #business-chart-legend .legend-item-income.inactive.active {
    color: white;
    background-color: var(--kpi-income-color);
  }
}
#business-chart-legend .legend-item-income.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  #business-chart-legend .legend-item-income.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  #business-chart-legend .legend-item-income.inactive.disabled.hover,
  #business-chart-legend .legend-item-income.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  #business-chart-legend .legend-item-income.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#business-chart-legend .legend-item-income.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--kpi-income-color), white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
#business-chart-legend .legend-item-accumulated-income {
  color: white;
  background-color: var(--kpi-accumulated-income-color);
}
@media print {
  #business-chart-legend .legend-item-accumulated-income {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: var(--kpi-accumulated-income-color) !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid var(--kpi-accumulated-income-color) !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  #business-chart-legend .legend-item-accumulated-income {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  #business-chart-legend .legend-item-accumulated-income.hover,
  #business-chart-legend .legend-item-accumulated-income.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), var(--kpi-accumulated-income-color), white 5%);
  }
}
#business-chart-legend .legend-item-accumulated-income.inactive {
  color: white;
  background-color: #999999;
}
#business-chart-legend .legend-item-accumulated-income.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  #business-chart-legend .legend-item-accumulated-income.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  #business-chart-legend .legend-item-accumulated-income.inactive.hover,
  #business-chart-legend .legend-item-accumulated-income.inactive.active {
    color: white;
    background-color: var(--kpi-accumulated-income-color);
  }
}
#business-chart-legend .legend-item-accumulated-income.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  #business-chart-legend .legend-item-accumulated-income.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  #business-chart-legend .legend-item-accumulated-income.inactive.disabled.hover,
  #business-chart-legend .legend-item-accumulated-income.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  #business-chart-legend .legend-item-accumulated-income.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#business-chart-legend .legend-item-accumulated-income.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--kpi-accumulated-income-color), white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
#business-chart-legend .legend-item-profit {
  color: white;
  background-color: var(--kpi-profit-color);
}
@media print {
  #business-chart-legend .legend-item-profit {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: var(--kpi-profit-color) !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid var(--kpi-profit-color) !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  #business-chart-legend .legend-item-profit {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  #business-chart-legend .legend-item-profit.hover,
  #business-chart-legend .legend-item-profit.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), var(--kpi-profit-color), white 5%);
  }
}
#business-chart-legend .legend-item-profit.inactive {
  color: white;
  background-color: #999999;
}
#business-chart-legend .legend-item-profit.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  #business-chart-legend .legend-item-profit.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  #business-chart-legend .legend-item-profit.inactive.hover,
  #business-chart-legend .legend-item-profit.inactive.active {
    color: white;
    background-color: var(--kpi-profit-color);
  }
}
#business-chart-legend .legend-item-profit.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  #business-chart-legend .legend-item-profit.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  #business-chart-legend .legend-item-profit.inactive.disabled.hover,
  #business-chart-legend .legend-item-profit.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  #business-chart-legend .legend-item-profit.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#business-chart-legend .legend-item-profit.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--kpi-profit-color), white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
#business-chart-legend .legend-item-accumulated-profit {
  color: white;
  background-color: var(--kpi-accumulated-profit-color);
}
@media print {
  #business-chart-legend .legend-item-accumulated-profit {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: var(--kpi-accumulated-profit-color) !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid var(--kpi-accumulated-profit-color) !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  #business-chart-legend .legend-item-accumulated-profit {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  #business-chart-legend .legend-item-accumulated-profit.hover,
  #business-chart-legend .legend-item-accumulated-profit.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), var(--kpi-accumulated-profit-color), white 5%);
  }
}
#business-chart-legend .legend-item-accumulated-profit.inactive {
  color: white;
  background-color: #999999;
}
#business-chart-legend .legend-item-accumulated-profit.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  #business-chart-legend .legend-item-accumulated-profit.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  #business-chart-legend .legend-item-accumulated-profit.inactive.hover,
  #business-chart-legend .legend-item-accumulated-profit.inactive.active {
    color: white;
    background-color: var(--kpi-accumulated-profit-color);
  }
}
#business-chart-legend .legend-item-accumulated-profit.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  #business-chart-legend .legend-item-accumulated-profit.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  #business-chart-legend .legend-item-accumulated-profit.inactive.disabled.hover,
  #business-chart-legend .legend-item-accumulated-profit.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  #business-chart-legend .legend-item-accumulated-profit.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#business-chart-legend .legend-item-accumulated-profit.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--kpi-accumulated-profit-color), white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
.company-chart {
  margin-top: 1em;
  margin-bottom: 1em;
}
.company-chart .ChartWidget {
  height: 310px;
}
#company-chart-legend {
  background-color: #ededed;
  border-bottom: 1px solid white;
}
#company-chart-legend .legend-header {
  border-bottom: 1px solid white;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  height: 40px;
  line-height: 40px;
}
#company-chart-legend .legend-item-container {
  height: 90px;
}
@media (max-width: 480px) {
  #company-chart-legend .legend-item-container {
    height: auto;
    padding: 5px 0;
  }
}
#company-chart-legend .legend-item-container.legend-with-diff {
  height: 120px;
}
@media (max-width: 480px) {
  #company-chart-legend .legend-item-container.legend-with-diff {
    height: 90px;
  }
}
#company-chart-legend .legend-item-liabilities {
  color: white;
  background-color: var(--kpi-liabilities-color);
  border-bottom: none;
}
@media print {
  #company-chart-legend .legend-item-liabilities {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: var(--kpi-liabilities-color) !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid var(--kpi-liabilities-color) !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  #company-chart-legend .legend-item-liabilities {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  #company-chart-legend .legend-item-liabilities.hover,
  #company-chart-legend .legend-item-liabilities.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), var(--kpi-liabilities-color), white 5%);
  }
}
#company-chart-legend .legend-item-liabilities.inactive {
  color: white;
  background-color: #999999;
}
#company-chart-legend .legend-item-liabilities.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  #company-chart-legend .legend-item-liabilities.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  #company-chart-legend .legend-item-liabilities.inactive.hover,
  #company-chart-legend .legend-item-liabilities.inactive.active {
    color: white;
    background-color: var(--kpi-liabilities-color);
  }
}
#company-chart-legend .legend-item-liabilities.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  #company-chart-legend .legend-item-liabilities.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  #company-chart-legend .legend-item-liabilities.inactive.disabled.hover,
  #company-chart-legend .legend-item-liabilities.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  #company-chart-legend .legend-item-liabilities.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#company-chart-legend .legend-item-liabilities.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--kpi-liabilities-color), white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
#company-chart-legend .legend-item-liabilities.disabled {
  cursor: pointer !important;
  /* stylelint-disable-line declaration-no-important */
}
#company-chart-legend .legend-item-owners-part {
  color: white;
  background-color: var(--kpi-profit-color);
}
@media print {
  #company-chart-legend .legend-item-owners-part {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: var(--kpi-profit-color) !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid var(--kpi-profit-color) !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  #company-chart-legend .legend-item-owners-part {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  #company-chart-legend .legend-item-owners-part.hover,
  #company-chart-legend .legend-item-owners-part.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), var(--kpi-profit-color), white 5%);
  }
}
#company-chart-legend .legend-item-owners-part.inactive {
  color: white;
  background-color: #999999;
}
#company-chart-legend .legend-item-owners-part.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  #company-chart-legend .legend-item-owners-part.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  #company-chart-legend .legend-item-owners-part.inactive.hover,
  #company-chart-legend .legend-item-owners-part.inactive.active {
    color: white;
    background-color: var(--kpi-profit-color);
  }
}
#company-chart-legend .legend-item-owners-part.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  #company-chart-legend .legend-item-owners-part.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  #company-chart-legend .legend-item-owners-part.inactive.disabled.hover,
  #company-chart-legend .legend-item-owners-part.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  #company-chart-legend .legend-item-owners-part.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#company-chart-legend .legend-item-owners-part.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--kpi-profit-color), white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
#company-chart-legend .legend-item-owners-part.disabled {
  cursor: pointer !important;
  /* stylelint-disable-line declaration-no-important */
}
#company-chart-legend .legend-item-assets {
  color: white;
  background-color: var(--kpi-assets-color);
}
@media print {
  #company-chart-legend .legend-item-assets {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: var(--kpi-assets-color) !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid var(--kpi-assets-color) !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  #company-chart-legend .legend-item-assets {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  #company-chart-legend .legend-item-assets.hover,
  #company-chart-legend .legend-item-assets.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), var(--kpi-assets-color), white 5%);
  }
}
#company-chart-legend .legend-item-assets.inactive {
  color: white;
  background-color: #999999;
}
#company-chart-legend .legend-item-assets.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  #company-chart-legend .legend-item-assets.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  #company-chart-legend .legend-item-assets.inactive.hover,
  #company-chart-legend .legend-item-assets.inactive.active {
    color: white;
    background-color: var(--kpi-assets-color);
  }
}
#company-chart-legend .legend-item-assets.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  #company-chart-legend .legend-item-assets.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  #company-chart-legend .legend-item-assets.inactive.disabled.hover,
  #company-chart-legend .legend-item-assets.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  #company-chart-legend .legend-item-assets.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#company-chart-legend .legend-item-assets.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--kpi-assets-color), white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
#company-chart-legend .legend-item-assets.disabled {
  cursor: pointer !important;
  /* stylelint-disable-line declaration-no-important */
}
/*
 * Keyfigures styles
 */
.keyfigure-container {
  background-color: transparent;
  color: #747474;
  text-align: center;
}
.keyfigure-container.no-target {
  margin-top: 40px;
  margin-bottom: 40px;
}
.keyfigure-container.no-target h2 {
  margin-top: 0;
  font-weight: normal;
  text-transform: none;
}
.keyfigure-container.no-target h1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  color: var(--key-figure-highlight-color);
}
.keyfigure-content {
  text-align: center;
  background-color: transparent;
  padding: 20px;
  margin: 1px;
}
.keyfigure-indicator-background {
  margin: 0 18px;
  height: 32px;
  position: relative;
  margin-top: 85px;
  margin-bottom: 5px;
  background-image: url("../img/keyfigure-indicator-bg.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .keyfigure-indicator-background {
    background-image: url("../img/keyfigure-indicator-bg@2x.png");
    background-size: 1px 32px;
  }
}
.keyfigure-indicator-background::before {
  background-image: url("../img/keyfigure-indicator-left-bg.png");
  background-repeat: no-repeat;
  height: 32px;
  width: 8px;
  position: absolute;
  left: -8px;
  content: "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .keyfigure-indicator-background::before {
    background-image: url("../img/keyfigure-indicator-left-bg@2x.png");
    background-size: 8px 32px;
  }
}
.keyfigure-indicator-background::after {
  background-image: url("../img/keyfigure-indicator-right-bg.png");
  background-repeat: no-repeat;
  height: 32px;
  width: 8px;
  position: absolute;
  right: -8px;
  content: "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .keyfigure-indicator-background::after {
    background-image: url("../img/keyfigure-indicator-right-bg@2x.png");
    background-size: 8px 32px;
  }
}
.keyfigure-indicator-background-center {
  position: absolute;
  height: 32px;
  width: 100%;
  background-image: url("../img/keyfigure-indicator-center-bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .keyfigure-indicator-background-center {
    background-image: url("../img/keyfigure-indicator-center-bg@2x.png");
    background-size: 28px 32px;
  }
}
.keyfigure-indicator-container {
  position: absolute;
  top: -75px;
  left: 10px;
  /* Only default value */
  width: 0;
  overflow: visible;
}
.keyfigure-flag {
  position: relative;
  top: 0;
  left: -100px;
  height: 60px;
  width: 200px;
  background-color: var(--key-figure-highlight-color);
  cursor: pointer;
}
.keyfigure-flag-arrow {
  width: 0;
  height: 0;
  position: relative;
  left: -10px;
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--key-figure-highlight-color);
}
.keyfigure-indicator {
  z-index: 100;
  height: 26px;
  width: 26px;
  position: relative;
  top: 8px;
  left: -13px;
  background-color: var(--key-figure-highlight-color);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 13px;
  box-shadow: 1px 1px 3px #999999;
}
.keyfigure-indicator.arrow-right {
  background-image: url("../img/keyfigure-indicator-arrow-right.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .keyfigure-indicator.arrow-right {
    background-image: url("../img/keyfigure-indicator-arrow-right@2x.png");
    background-size: 16px 16px;
  }
}
.keyfigure-indicator.arrow-left {
  background-image: url("../img/keyfigure-indicator-arrow-left.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .keyfigure-indicator.arrow-left {
    background-image: url("../img/keyfigure-indicator-arrow-left@2x.png");
    background-size: 16px 16px;
  }
}
.keyfigure-name,
.keyfigure-value {
  color: white;
  text-align: center;
}
.keyfigure-name {
  font-size: 18px;
  padding: 3px 0 0;
}
.keyfigure-value {
  font-family: "Fira Sans", helvetica, arial, sans-serif;
  font-size: 30px;
  line-height: 1;
}
.finsit-element_select[name="key-figure-categories"] {
  width: 100%;
}
/*
 * Business activity page
 *
 */
/*
 * Business activity styles
 */
span.icon-stop {
  height: 17px;
  width: 17px;
  display: inline-block;
}
.business-insights {
  margin-top: 40px;
  background: var(--brand-primary);
  padding: 12px;
}
.business-insights .insight {
  color: white;
  margin-bottom: 10px;
}
.business-insights .insight a {
  color: white;
  text-decoration: underline;
}
.business-insights .insight h3 {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  color: white;
}
/*
 * Business activity chart styles
 */
#business-activity-chart-container {
  height: auto;
  margin: 0 0 10px;
}
#business-activity-chart-container:before,
#business-activity-chart-container:after {
  display: table;
  content: " ";
}
#business-activity-chart-container:after {
  clear: both;
}
#business-activity-chart-container:before,
#business-activity-chart-container:after {
  display: table;
  content: " ";
}
#business-activity-chart-container:after {
  clear: both;
}
#business-activity-chart-legend .legend-item-income {
  color: white;
  background-color: var(--kpi-income-color);
}
@media print {
  #business-activity-chart-legend .legend-item-income {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: var(--kpi-income-color) !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid var(--kpi-income-color) !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-income {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  #business-activity-chart-legend .legend-item-income.hover,
  #business-activity-chart-legend .legend-item-income.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), var(--kpi-income-color), white 5%);
  }
}
#business-activity-chart-legend .legend-item-income.inactive {
  color: white;
  background-color: #999999;
}
#business-activity-chart-legend .legend-item-income.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-income.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  #business-activity-chart-legend .legend-item-income.inactive.hover,
  #business-activity-chart-legend .legend-item-income.inactive.active {
    color: white;
    background-color: var(--kpi-income-color);
  }
}
#business-activity-chart-legend .legend-item-income.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-income.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  #business-activity-chart-legend .legend-item-income.inactive.disabled.hover,
  #business-activity-chart-legend .legend-item-income.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  #business-activity-chart-legend .legend-item-income.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#business-activity-chart-legend .legend-item-income.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--kpi-income-color), white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
#business-activity-chart-legend .legend-item-costs {
  color: white;
  background-color: var(--kpi-costs-color);
}
@media print {
  #business-activity-chart-legend .legend-item-costs {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: var(--kpi-costs-color) !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid var(--kpi-costs-color) !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-costs {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  #business-activity-chart-legend .legend-item-costs.hover,
  #business-activity-chart-legend .legend-item-costs.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), var(--kpi-costs-color), white 5%);
  }
}
#business-activity-chart-legend .legend-item-costs.inactive {
  color: white;
  background-color: #999999;
}
#business-activity-chart-legend .legend-item-costs.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-costs.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  #business-activity-chart-legend .legend-item-costs.inactive.hover,
  #business-activity-chart-legend .legend-item-costs.inactive.active {
    color: white;
    background-color: var(--kpi-costs-color);
  }
}
#business-activity-chart-legend .legend-item-costs.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-costs.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  #business-activity-chart-legend .legend-item-costs.inactive.disabled.hover,
  #business-activity-chart-legend .legend-item-costs.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  #business-activity-chart-legend .legend-item-costs.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#business-activity-chart-legend .legend-item-costs.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--kpi-costs-color), white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
#business-activity-chart-legend .legend-item-financialIncome {
  color: white;
  background-color: var(--kpi-financial-items-color);
}
@media print {
  #business-activity-chart-legend .legend-item-financialIncome {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: var(--kpi-financial-items-color) !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid var(--kpi-financial-items-color) !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-financialIncome {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  #business-activity-chart-legend .legend-item-financialIncome.hover,
  #business-activity-chart-legend .legend-item-financialIncome.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), var(--kpi-financial-items-color), white 5%);
  }
}
#business-activity-chart-legend .legend-item-financialIncome.inactive {
  color: white;
  background-color: #999999;
}
#business-activity-chart-legend .legend-item-financialIncome.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-financialIncome.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  #business-activity-chart-legend .legend-item-financialIncome.inactive.hover,
  #business-activity-chart-legend .legend-item-financialIncome.inactive.active {
    color: white;
    background-color: var(--kpi-financial-items-color);
  }
}
#business-activity-chart-legend .legend-item-financialIncome.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-financialIncome.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  #business-activity-chart-legend .legend-item-financialIncome.inactive.disabled.hover,
  #business-activity-chart-legend .legend-item-financialIncome.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  #business-activity-chart-legend .legend-item-financialIncome.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#business-activity-chart-legend .legend-item-financialIncome.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--kpi-financial-items-color), white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
#business-activity-chart-legend .legend-item-costsTaxes {
  color: white;
  background-color: var(--kpi-taxes-color);
}
@media print {
  #business-activity-chart-legend .legend-item-costsTaxes {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: var(--kpi-taxes-color) !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid var(--kpi-taxes-color) !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-costsTaxes {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  #business-activity-chart-legend .legend-item-costsTaxes.hover,
  #business-activity-chart-legend .legend-item-costsTaxes.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), var(--kpi-taxes-color), white 5%);
  }
}
#business-activity-chart-legend .legend-item-costsTaxes.inactive {
  color: white;
  background-color: #999999;
}
#business-activity-chart-legend .legend-item-costsTaxes.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-costsTaxes.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  #business-activity-chart-legend .legend-item-costsTaxes.inactive.hover,
  #business-activity-chart-legend .legend-item-costsTaxes.inactive.active {
    color: white;
    background-color: var(--kpi-taxes-color);
  }
}
#business-activity-chart-legend .legend-item-costsTaxes.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-costsTaxes.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  #business-activity-chart-legend .legend-item-costsTaxes.inactive.disabled.hover,
  #business-activity-chart-legend .legend-item-costsTaxes.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  #business-activity-chart-legend .legend-item-costsTaxes.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#business-activity-chart-legend .legend-item-costsTaxes.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--kpi-taxes-color), white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
#business-activity-chart-legend .legend-item-incomeClosingEntries {
  color: white;
  background-color: var(--kpi-appropriations-color);
}
@media print {
  #business-activity-chart-legend .legend-item-incomeClosingEntries {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: var(--kpi-appropriations-color) !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid var(--kpi-appropriations-color) !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-incomeClosingEntries {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  #business-activity-chart-legend .legend-item-incomeClosingEntries.hover,
  #business-activity-chart-legend .legend-item-incomeClosingEntries.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), var(--kpi-appropriations-color), white 5%);
  }
}
#business-activity-chart-legend .legend-item-incomeClosingEntries.inactive {
  color: white;
  background-color: #999999;
}
#business-activity-chart-legend .legend-item-incomeClosingEntries.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-incomeClosingEntries.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  #business-activity-chart-legend .legend-item-incomeClosingEntries.inactive.hover,
  #business-activity-chart-legend .legend-item-incomeClosingEntries.inactive.active {
    color: white;
    background-color: var(--kpi-appropriations-color);
  }
}
#business-activity-chart-legend .legend-item-incomeClosingEntries.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-incomeClosingEntries.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  #business-activity-chart-legend .legend-item-incomeClosingEntries.inactive.disabled.hover,
  #business-activity-chart-legend .legend-item-incomeClosingEntries.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  #business-activity-chart-legend .legend-item-incomeClosingEntries.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#business-activity-chart-legend .legend-item-incomeClosingEntries.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--kpi-appropriations-color), white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
#business-activity-chart-legend .legend-item-profit {
  color: white;
  background-color: var(--kpi-accumulated-profit-color);
}
@media print {
  #business-activity-chart-legend .legend-item-profit {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: var(--kpi-accumulated-profit-color) !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid var(--kpi-accumulated-profit-color) !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-profit {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  #business-activity-chart-legend .legend-item-profit.hover,
  #business-activity-chart-legend .legend-item-profit.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), var(--kpi-accumulated-profit-color), white 5%);
  }
}
#business-activity-chart-legend .legend-item-profit.inactive {
  color: white;
  background-color: #999999;
}
#business-activity-chart-legend .legend-item-profit.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-profit.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  #business-activity-chart-legend .legend-item-profit.inactive.hover,
  #business-activity-chart-legend .legend-item-profit.inactive.active {
    color: white;
    background-color: var(--kpi-accumulated-profit-color);
  }
}
#business-activity-chart-legend .legend-item-profit.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  #business-activity-chart-legend .legend-item-profit.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  #business-activity-chart-legend .legend-item-profit.inactive.disabled.hover,
  #business-activity-chart-legend .legend-item-profit.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  #business-activity-chart-legend .legend-item-profit.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#business-activity-chart-legend .legend-item-profit.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--kpi-accumulated-profit-color), white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
/*
 * Business activity summary chart styles
 */
#business-activity-summary-chart-container {
  height: auto;
  margin: 0 0 10px;
}
#business-activity-summary-chart-container:before,
#business-activity-summary-chart-container:after {
  display: table;
  content: " ";
}
#business-activity-summary-chart-container:after {
  clear: both;
}
#business-activity-summary-chart-container:before,
#business-activity-summary-chart-container:after {
  display: table;
  content: " ";
}
#business-activity-summary-chart-container:after {
  clear: both;
}
#business-activity-summary-chart-legend .legend-item-income {
  color: white;
  background-color: #424242;
}
@media print {
  #business-activity-summary-chart-legend .legend-item-income {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #424242 !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid #424242 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  #business-activity-summary-chart-legend .legend-item-income {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  #business-activity-summary-chart-legend .legend-item-income.hover,
  #business-activity-summary-chart-legend .legend-item-income.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), #424242, white 5%);
  }
}
#business-activity-summary-chart-legend .legend-item-income.inactive {
  color: white;
  background-color: #999999;
}
#business-activity-summary-chart-legend .legend-item-income.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  #business-activity-summary-chart-legend .legend-item-income.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  #business-activity-summary-chart-legend .legend-item-income.inactive.hover,
  #business-activity-summary-chart-legend .legend-item-income.inactive.active {
    color: white;
    background-color: #424242;
  }
}
#business-activity-summary-chart-legend .legend-item-income.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  #business-activity-summary-chart-legend .legend-item-income.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  #business-activity-summary-chart-legend .legend-item-income.inactive.disabled.hover,
  #business-activity-summary-chart-legend .legend-item-income.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  #business-activity-summary-chart-legend .legend-item-income.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#business-activity-summary-chart-legend .legend-item-income.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, #424242, white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
#business-activity-summary-chart-legend .legend-item-costs {
  color: white;
  background-color: #ff6430;
}
@media print {
  #business-activity-summary-chart-legend .legend-item-costs {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #ff6430 !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid #ff6430 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  #business-activity-summary-chart-legend .legend-item-costs {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  #business-activity-summary-chart-legend .legend-item-costs.hover,
  #business-activity-summary-chart-legend .legend-item-costs.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), #ff6430, white 5%);
  }
}
#business-activity-summary-chart-legend .legend-item-costs.inactive {
  color: white;
  background-color: #999999;
}
#business-activity-summary-chart-legend .legend-item-costs.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  #business-activity-summary-chart-legend .legend-item-costs.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  #business-activity-summary-chart-legend .legend-item-costs.inactive.hover,
  #business-activity-summary-chart-legend .legend-item-costs.inactive.active {
    color: white;
    background-color: #ff6430;
  }
}
#business-activity-summary-chart-legend .legend-item-costs.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  #business-activity-summary-chart-legend .legend-item-costs.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  #business-activity-summary-chart-legend .legend-item-costs.inactive.disabled.hover,
  #business-activity-summary-chart-legend .legend-item-costs.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  #business-activity-summary-chart-legend .legend-item-costs.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
#business-activity-summary-chart-legend .legend-item-costs.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, #ff6430, white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
/*
 * Reports page
 *
 */
/*
 * Reports styles
 */
.report-statuses {
  position: absolute;
  top: 0;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #668033;
}
.report-container {
  background: #565656;
}
.period-report-archive .section.period-report-archive-section h2:before,
.period-report-archive .section.period-report-archive-section h2:after {
  display: table;
  content: " ";
}
.period-report-archive .section.period-report-archive-section h2:after {
  clear: both;
}
.period-report-archive .section.period-report-archive-section h2:before,
.period-report-archive .section.period-report-archive-section h2:after {
  display: table;
  content: " ";
}
.period-report-archive .section.period-report-archive-section h2:after {
  clear: both;
}
.period-report-archive .section.period-report-archive-section .cards-container {
  max-width: none;
}
.period-report-archive .section.period-report-archive-section .card-container {
  flex: 0 0 8%;
  margin-bottom: 20px;
}
.period-report-archive div.grid {
  margin: 0;
}
.period-report-archive .card-list li.card {
  float: left;
  width: 150px;
  height: 150px;
}
.period-report-archive .view-switcher {
  float: right;
}
.period-report-archive .fp-icon {
  cursor: pointer;
  width: 110px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 120px;
}
.period-report-archive .fp-icon:hover {
  background-color: #fff8de;
}
.period-report-archive .fp-icon.active {
  background-color: #ffedab;
}
.period-report-archive .fp-icon .big_icon {
  height: 64px;
}
.period-report-archive .fp-icon .name {
  text-overflow: ellipsis;
  overflow: hidden;
}
.period-report-archive .fp-icon.active {
  background-color: #ffedab;
}
.period-report-archive .fp-icon a {
  padding-top: 0;
  margin-top: 69px;
}
.reports-block-segment .container .withdrawn {
  opacity: 0.6;
}
.reports-block-segment .container .draft {
  opacity: 0.6;
}
.scrollable-report-container {
  overflow: auto;
}
.audit-items .audit-item {
  border-radius: 10px;
  border: 1px solid #747474;
  padding: 5px;
  margin: 5px;
  background-color: #999999;
  overflow: hidden;
}
.audit-items .audit-item .avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #747474;
  float: left;
}
.audit-items .audit-item .text {
  text-align: right;
}
.period-report {
  background: #f0f0f0;
  /*
   * This is a tricky fix to ensure that all legend items have the same height.
   */
}
.period-report .rightmenu .floating-footer {
  right: 230px;
}
.period-report .leftmenu-lg-out .floating-footer {
  left: 219px;
}
.period-report .floating-footer {
  left: 59px;
  right: 14px;
}
.period-report .floating-footer .message {
  text-align: center;
  word-spacing: 0.2em;
  padding: 5px 0;
}
.period-report .floating-footer .actions {
  text-align: center;
}
.period-report .floating-footer .actions p {
  margin-bottom: 0;
}
.period-report .floating-footer .actions p.small {
  font-size: 0.8em;
}
.period-report .floating-footer .enabled .btn {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .period-report .floating-footer {
    left: 0;
  }
}
.period-report .loading-content-progress {
  margin-top: 60px;
}
.period-report .notification-input {
  overflow-y: hidden;
}
.period-report .acknowledge-container {
  background: white;
  box-shadow: 0 1px 3px 0 #8c8c8c;
  border-radius: 6px;
  padding: 20px;
}
.period-report .acknowledge-container h2 {
  margin-bottom: 2rem;
}
.period-report .acknowledge-container p {
  margin-bottom: 2rem;
}
.period-report .acknowledge-container .actions {
  text-align: right;
}
.period-report .container {
  background: white;
  max-width: 900px;
  box-shadow: 0 1px 3px 0 #8c8c8c;
  padding: 20px 20px 0;
  border-radius: 6px;
  margin: 50px auto;
  position: relative;
  margin-bottom: 80px !important;
  /* stylelint-disable-line declaration-no-important */
}
.period-report .container .section .section-row text {
  font-size: 18px;
}
.period-report .container .section .section-row text:hover {
  color: #f0f0f0;
  font-weight: bold;
}
.period-report .container .section .section-row .aged-accounts-summary {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  transition: transform 0.2s;
}
.period-report .container .section .section-row .aged-accounts-summary .doughnut-chart {
  /*
             * rotate chart to show the segments from 12:00 instead of 3:00
             */
  transform: rotate(-90deg);
}
.period-report .container .section .section-row .aged-link {
  font-size: 16px;
}
.period-report .container .section .section-row > h2 {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 40px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.period-report .container .section .section-row > h2 span {
  background-color: white;
  padding: 0;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-position: 5px;
  padding-right: 8px;
}
.period-report .container .section .section-row > h2 span.business {
  background-image: url("/Client/img/report-business-activity.png");
}
.period-report .container .section .section-row > h2 span.income-statement {
  background-image: url("/Client/img/report-income-statement.png");
}
.period-report .container .section .section-row > h2 span.balance-sheet {
  background-image: url("/Client/img/report-balance-sheet.png");
}
.period-report .container .section .section-row > h2 span.kpis {
  background-image: url("/Client/img/report-kpis.png");
}
.period-report .container .section .section-row > h2 span.aged-accounts-receivables {
  background-image: url("/Client/img/report-aged-accounts.png");
}
.period-report .container .section .section-row > h2 span.aged-accounts-payables {
  background-image: url("/Client/img/report-aged-accounts.png");
}
.period-report .container .section .section-row > h2 span.attachments {
  background-image: url("/Client/img/report-attachments.png");
}
.period-report .container .section .section-row > h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 10px;
  border-bottom: 1px solid #d0d0d0;
  z-index: -1;
}
.period-report .container .period-report-comment {
  position: relative;
}
.period-report .container .period-report-comment .avatar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.period-report .container .period-report-comment .avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 15px;
  border: 1px solid #999999;
}
.period-report .container .period-report-comment.period-report-comment-editor {
  min-height: 250px;
  padding: 0;
}
.period-report .container .period-report-comment.period-report-comment-editor .medium-editor-toolbar.static-toolbar {
  /*
           * Leave room for the avatar
           */
  left: 50px !important;
  /* stylelint-disable-line declaration-no-important */
}
.period-report .container .WysiwygViewerWidget,
.period-report .container .period-report-comment-editor {
  margin: 0 -20px;
  background: #fffaf1;
  margin-top: 40px;
  padding: 40px 50px 15px;
  color: #333333;
  font-size: 1.1em;
  line-height: 1.5em;
  overflow-wrap: break-word;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.period-report .container .WysiwygViewerWidget h2,
.period-report .container .period-report-comment-editor h2 {
  text-align: left;
}
.period-report .container .WysiwygViewerWidget h2::before,
.period-report .container .period-report-comment-editor h2::before {
  content: "";
  display: none;
}
.period-report .container .WysiwygViewerWidget blockquote,
.period-report .container .period-report-comment-editor blockquote {
  color: #999999;
}
.period-report .container .WysiwygViewerWidget div[imageplugin-src],
.period-report .container .period-report-comment-editor div[imageplugin-src] {
  text-align: center;
}
.period-report .container .WysiwygViewerWidget img[src],
.period-report .container .period-report-comment-editor img[src] {
  max-width: 300px;
}
.period-report .container .keyfigure-container {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 115px;
}
.period-report .container .keyfigure-container h1 {
  font-size: 45px;
}
.period-report .container .keyfigure-container h2 {
  margin: 10px 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.period-report .container .keyfigure-container h2::before {
  height: 0;
  border: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.period-report .container .disclaimer-section {
  margin: 0 -20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fffaf1;
  border-top: 1px solid #d0d0d0;
  color: #333333;
}
.period-report .container .disclaimer-section .report-disclaimer {
  margin: 0 -20px;
  padding: 20px;
  text-align: center;
}
.period-report .legend-item-container {
  padding: 14px 0 514px;
  margin-bottom: -500px;
}
.aged-accounts-table thead th {
  color: var(--period-report-statement-color);
  text-align: right;
  vertical-align: bottom;
  padding: 6px;
  border-bottom: 1px solid var(--period-report-statement-border-color);
}
.aged-accounts-table thead th:nth-child(even) {
  background-color: var(--period-report-statement-background);
}
.aged-accounts-table thead th:first-child {
  text-align: left;
}
.aged-accounts-table tbody tr.highlighted td {
  background-color: var(--period-report-statement-background);
}
.aged-accounts-table tbody tr.highlighted td:nth-child(even) {
  background: color-mix(in var(--color-interpolation-method), var(--period-report-statement-background), black 5%);
}
.aged-accounts-table tbody tr td {
  text-align: right;
  padding: 6px 10px;
}
.aged-accounts-table tbody tr td:nth-child(even) {
  background-color: var(--period-report-statement-background);
}
.aged-accounts-table tbody tr td:first-child {
  text-align: left;
}
.aged-accounts-table tbody .aged-summary td {
  border-bottom: 1px solid var(--period-report-statement-border-color);
  border-top: 1px solid var(--period-report-statement-border-color);
  color: var(--period-report-statement-color);
  vertical-align: bottom;
  font-weight: bold;
}
.aged-summary-with-legend {
  display: flex;
  align-items: center;
}
.aged-summary-legend {
  height: 12px;
  width: 12px;
  margin: 5px;
}
.aged-summary-legend.legend-negative {
  /*
       * This should override the hardcoded color of the table
       */
  background-color: white !important;
  /* stylelint-disable-line declaration-no-important */
  border: 1px solid black;
}
.report-condensed-statement {
  margin-top: 8px;
  overflow: auto;
  white-space: nowrap;
}
.report-condensed-statement table {
  width: 100%;
}
.report-condensed-statement table thead {
  border-bottom: 2px solid var(--period-report-statement-border-color);
}
.report-condensed-statement table thead th {
  color: var(--period-report-statement-color);
  text-align: right;
  vertical-align: bottom;
  padding: 6px 10px;
}
.report-condensed-statement table thead th:nth-child(odd) {
  background: var(--period-report-statement-background);
}
.report-condensed-statement table thead th:first-child {
  background: transparent;
}
.report-condensed-statement table tbody {
  border-bottom: 2px solid var(--period-report-statement-border-color);
}
.report-condensed-statement table tbody tr.heading {
  color: var(--period-report-statement-color);
  font-weight: bold;
}
.report-condensed-statement table tbody tr.heading th,
.report-condensed-statement table tbody tr.heading td {
  border-bottom: 1px solid var(--period-report-statement-border-color);
}
.report-condensed-statement table tbody tr.heading th:first-child,
.report-condensed-statement table tbody tr.heading td:first-child {
  text-transform: uppercase;
}
.report-condensed-statement table tbody tr td {
  padding: 6px 10px;
  text-align: right;
  width: 18%;
}
.report-condensed-statement table tbody tr td:nth-child(odd) {
  background: var(--period-report-statement-background);
}
.report-condensed-statement table tbody tr td:first-child {
  text-align: left;
  width: 28%;
}
.report-condensed-statement table tbody tr:hover td {
  background: color-mix(in var(--color-interpolation-method), var(--period-report-statement-background), black 5%);
}
.report-condensed-statement table tbody tr:hover td:nth-child(even) {
  background-color: var(--period-report-statement-background);
}
.report-condensed-statement .disclaimer {
  text-align: right;
  display: block;
  padding: 10px 0;
  font-style: italic;
  font-size: 0.9em;
}
.report-condensed-statement .legend {
  float: right;
  padding: 10px 0;
  font-style: italic;
}
.overview-quicklinks.report {
  margin: 0;
  width: auto;
  border: none;
}
.overview-quicklinks.report > ul {
  float: none;
}
.overview-quicklinks.report > ul > li.classic {
  float: none;
  background: none;
  display: flex;
  gap: 5px;
}
.overview-quicklinks.report > ul > li.classic .finsit-element_icon {
  color: var(--brand-primary);
}
.overview-quicklinks.report > ul > li.classic a {
  line-height: 20px;
  padding: 0;
  margin-bottom: -40px;
}
.report-attachments .attachment {
  cursor: pointer;
  width: 110px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.report-attachments .attachment:hover {
  background-color: #fff8de;
}
.report-attachments .attachment.active {
  background-color: #ffedab;
}
.report-attachments .attachment .big_icon {
  height: 64px;
}
.report-attachments .attachment .name {
  text-overflow: ellipsis;
  overflow: hidden;
}
.report-attachments .attachment .icon {
  width: 100%;
  height: 60px;
  margin: 5px 0;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-generic.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments .attachment .icon {
    background-image: url("/Client/img/fp-icon-generic@2x.png");
    background-size: 48px 60px;
  }
}
.report-attachments .attachment .icon.di-folder {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60px 48px;
  background-image: url("/Client/img/fp-icon-folder.png");
  /* this one is landscape-type, inverted dimensions(?) */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments .attachment .icon.di-folder {
    background-image: url("/Client/img/fp-icon-folder@2x.png");
    background-size: 60px 48px;
  }
}
.report-attachments .attachment .icon.di-doc,
.report-attachments .attachment .icon.di-dot,
.report-attachments .attachment .icon.di-docx,
.report-attachments .attachment .icon.di-docm,
.report-attachments .attachment .icon.di-dotx,
.report-attachments .attachment .icon.di-dotm,
.report-attachments .attachment .icon.di-docb {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-word.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments .attachment .icon.di-doc,
  .report-attachments .attachment .icon.di-dot,
  .report-attachments .attachment .icon.di-docx,
  .report-attachments .attachment .icon.di-docm,
  .report-attachments .attachment .icon.di-dotx,
  .report-attachments .attachment .icon.di-dotm,
  .report-attachments .attachment .icon.di-docb {
    background-image: url("/Client/img/fp-icon-word@2x.png");
    background-size: 48px 60px;
  }
}
.report-attachments .attachment .icon.di-pdf {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-pdf.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments .attachment .icon.di-pdf {
    background-image: url("/Client/img/fp-icon-pdf@2x.png");
    background-size: 48px 60px;
  }
}
.report-attachments .attachment .icon.di-xls,
.report-attachments .attachment .icon.di-xlt,
.report-attachments .attachment .icon.di-xlm,
.report-attachments .attachment .icon.di-xlsx,
.report-attachments .attachment .icon.di-xlsm,
.report-attachments .attachment .icon.di-xltx,
.report-attachments .attachment .icon.di-xltm,
.report-attachments .attachment .icon.di-xlsb,
.report-attachments .attachment .icon.di-xla,
.report-attachments .attachment .icon.di-xlam,
.report-attachments .attachment .icon.di-xll,
.report-attachments .attachment .icon.di-xlw {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-xls.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments .attachment .icon.di-xls,
  .report-attachments .attachment .icon.di-xlt,
  .report-attachments .attachment .icon.di-xlm,
  .report-attachments .attachment .icon.di-xlsx,
  .report-attachments .attachment .icon.di-xlsm,
  .report-attachments .attachment .icon.di-xltx,
  .report-attachments .attachment .icon.di-xltm,
  .report-attachments .attachment .icon.di-xlsb,
  .report-attachments .attachment .icon.di-xla,
  .report-attachments .attachment .icon.di-xlam,
  .report-attachments .attachment .icon.di-xll,
  .report-attachments .attachment .icon.di-xlw {
    background-image: url("/Client/img/fp-icon-xls@2x.png");
    background-size: 48px 60px;
  }
}
.report-attachments .attachment .icon.di-ppt,
.report-attachments .attachment .icon.di-pot,
.report-attachments .attachment .icon.di-pps,
.report-attachments .attachment .icon.di-pptx,
.report-attachments .attachment .icon.di-pptm,
.report-attachments .attachment .icon.di-potx,
.report-attachments .attachment .icon.di-potm,
.report-attachments .attachment .icon.di-ppam,
.report-attachments .attachment .icon.di-ppsx,
.report-attachments .attachment .icon.di-ppsm,
.report-attachments .attachment .icon.di-sldx,
.report-attachments .attachment .icon.di-sldm {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-ppt.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments .attachment .icon.di-ppt,
  .report-attachments .attachment .icon.di-pot,
  .report-attachments .attachment .icon.di-pps,
  .report-attachments .attachment .icon.di-pptx,
  .report-attachments .attachment .icon.di-pptm,
  .report-attachments .attachment .icon.di-potx,
  .report-attachments .attachment .icon.di-potm,
  .report-attachments .attachment .icon.di-ppam,
  .report-attachments .attachment .icon.di-ppsx,
  .report-attachments .attachment .icon.di-ppsm,
  .report-attachments .attachment .icon.di-sldx,
  .report-attachments .attachment .icon.di-sldm {
    background-image: url("/Client/img/fp-icon-ppt@2x.png");
    background-size: 48px 60px;
  }
}
.report-attachments .attachment .icon.di-jpg,
.report-attachments .attachment .icon.di-jpeg,
.report-attachments .attachment .icon.di-tiff,
.report-attachments .attachment .icon.di-tif,
.report-attachments .attachment .icon.di-gif,
.report-attachments .attachment .icon.di-bmp,
.report-attachments .attachment .icon.di-png,
.report-attachments .attachment .icon.di-svg {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-jpg.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments .attachment .icon.di-jpg,
  .report-attachments .attachment .icon.di-jpeg,
  .report-attachments .attachment .icon.di-tiff,
  .report-attachments .attachment .icon.di-tif,
  .report-attachments .attachment .icon.di-gif,
  .report-attachments .attachment .icon.di-bmp,
  .report-attachments .attachment .icon.di-png,
  .report-attachments .attachment .icon.di-svg {
    background-image: url("/Client/img/fp-icon-jpg@2x.png");
    background-size: 48px 60px;
  }
}
.report-attachments .attachment .icon.di-sie,
.report-attachments .attachment .icon.di-se {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-sie.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments .attachment .icon.di-sie,
  .report-attachments .attachment .icon.di-se {
    background-image: url("/Client/img/fp-icon-sie@2x.png");
    background-size: 48px 60px;
  }
}
.report-attachments-editor {
  margin: 40px 0;
  text-align: center;
}
.report-attachments-editor .no-attachment {
  margin: 30px 0;
}
.report-attachments-editor .no-attachment .btn-group {
  margin: 5px;
}
.report-attachments-editor h2 {
  margin-bottom: 10px;
  text-align: center;
}
.report-attachments-editor h2 span {
  background: url("/Client/img/report-attachments.png") center left no-repeat;
  padding-left: 35px;
  vertical-align: bottom;
}
.report-attachments-editor .attachment-list {
  padding: 12px 6px;
  margin: 10px 0;
  display: flex;
  background: #f7f7f7;
  border: 1px solid #dddddd;
  border-left: none;
  border-right: none;
}
.report-attachments-editor .attachment-list .attachment {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  overflow: hidden;
  padding: 5px;
  width: 120px;
}
.report-attachments-editor .attachment-list .attachment .icon {
  width: 100%;
  height: 60px;
  margin: 5px 0;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-generic.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments-editor .attachment-list .attachment .icon {
    background-image: url("/Client/img/fp-icon-generic@2x.png");
    background-size: 48px 60px;
  }
}
.report-attachments-editor .attachment-list .attachment .icon.di-folder {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60px 48px;
  background-image: url("/Client/img/fp-icon-folder.png");
  /* this one is landscape-type, inverted dimensions(?) */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments-editor .attachment-list .attachment .icon.di-folder {
    background-image: url("/Client/img/fp-icon-folder@2x.png");
    background-size: 60px 48px;
  }
}
.report-attachments-editor .attachment-list .attachment .icon.di-doc,
.report-attachments-editor .attachment-list .attachment .icon.di-dot,
.report-attachments-editor .attachment-list .attachment .icon.di-docx,
.report-attachments-editor .attachment-list .attachment .icon.di-docm,
.report-attachments-editor .attachment-list .attachment .icon.di-dotx,
.report-attachments-editor .attachment-list .attachment .icon.di-dotm,
.report-attachments-editor .attachment-list .attachment .icon.di-docb {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-word.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments-editor .attachment-list .attachment .icon.di-doc,
  .report-attachments-editor .attachment-list .attachment .icon.di-dot,
  .report-attachments-editor .attachment-list .attachment .icon.di-docx,
  .report-attachments-editor .attachment-list .attachment .icon.di-docm,
  .report-attachments-editor .attachment-list .attachment .icon.di-dotx,
  .report-attachments-editor .attachment-list .attachment .icon.di-dotm,
  .report-attachments-editor .attachment-list .attachment .icon.di-docb {
    background-image: url("/Client/img/fp-icon-word@2x.png");
    background-size: 48px 60px;
  }
}
.report-attachments-editor .attachment-list .attachment .icon.di-pdf {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-pdf.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments-editor .attachment-list .attachment .icon.di-pdf {
    background-image: url("/Client/img/fp-icon-pdf@2x.png");
    background-size: 48px 60px;
  }
}
.report-attachments-editor .attachment-list .attachment .icon.di-xls,
.report-attachments-editor .attachment-list .attachment .icon.di-xlt,
.report-attachments-editor .attachment-list .attachment .icon.di-xlm,
.report-attachments-editor .attachment-list .attachment .icon.di-xlsx,
.report-attachments-editor .attachment-list .attachment .icon.di-xlsm,
.report-attachments-editor .attachment-list .attachment .icon.di-xltx,
.report-attachments-editor .attachment-list .attachment .icon.di-xltm,
.report-attachments-editor .attachment-list .attachment .icon.di-xlsb,
.report-attachments-editor .attachment-list .attachment .icon.di-xla,
.report-attachments-editor .attachment-list .attachment .icon.di-xlam,
.report-attachments-editor .attachment-list .attachment .icon.di-xll,
.report-attachments-editor .attachment-list .attachment .icon.di-xlw {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-xls.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments-editor .attachment-list .attachment .icon.di-xls,
  .report-attachments-editor .attachment-list .attachment .icon.di-xlt,
  .report-attachments-editor .attachment-list .attachment .icon.di-xlm,
  .report-attachments-editor .attachment-list .attachment .icon.di-xlsx,
  .report-attachments-editor .attachment-list .attachment .icon.di-xlsm,
  .report-attachments-editor .attachment-list .attachment .icon.di-xltx,
  .report-attachments-editor .attachment-list .attachment .icon.di-xltm,
  .report-attachments-editor .attachment-list .attachment .icon.di-xlsb,
  .report-attachments-editor .attachment-list .attachment .icon.di-xla,
  .report-attachments-editor .attachment-list .attachment .icon.di-xlam,
  .report-attachments-editor .attachment-list .attachment .icon.di-xll,
  .report-attachments-editor .attachment-list .attachment .icon.di-xlw {
    background-image: url("/Client/img/fp-icon-xls@2x.png");
    background-size: 48px 60px;
  }
}
.report-attachments-editor .attachment-list .attachment .icon.di-ppt,
.report-attachments-editor .attachment-list .attachment .icon.di-pot,
.report-attachments-editor .attachment-list .attachment .icon.di-pps,
.report-attachments-editor .attachment-list .attachment .icon.di-pptx,
.report-attachments-editor .attachment-list .attachment .icon.di-pptm,
.report-attachments-editor .attachment-list .attachment .icon.di-potx,
.report-attachments-editor .attachment-list .attachment .icon.di-potm,
.report-attachments-editor .attachment-list .attachment .icon.di-ppam,
.report-attachments-editor .attachment-list .attachment .icon.di-ppsx,
.report-attachments-editor .attachment-list .attachment .icon.di-ppsm,
.report-attachments-editor .attachment-list .attachment .icon.di-sldx,
.report-attachments-editor .attachment-list .attachment .icon.di-sldm {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-ppt.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments-editor .attachment-list .attachment .icon.di-ppt,
  .report-attachments-editor .attachment-list .attachment .icon.di-pot,
  .report-attachments-editor .attachment-list .attachment .icon.di-pps,
  .report-attachments-editor .attachment-list .attachment .icon.di-pptx,
  .report-attachments-editor .attachment-list .attachment .icon.di-pptm,
  .report-attachments-editor .attachment-list .attachment .icon.di-potx,
  .report-attachments-editor .attachment-list .attachment .icon.di-potm,
  .report-attachments-editor .attachment-list .attachment .icon.di-ppam,
  .report-attachments-editor .attachment-list .attachment .icon.di-ppsx,
  .report-attachments-editor .attachment-list .attachment .icon.di-ppsm,
  .report-attachments-editor .attachment-list .attachment .icon.di-sldx,
  .report-attachments-editor .attachment-list .attachment .icon.di-sldm {
    background-image: url("/Client/img/fp-icon-ppt@2x.png");
    background-size: 48px 60px;
  }
}
.report-attachments-editor .attachment-list .attachment .icon.di-jpg,
.report-attachments-editor .attachment-list .attachment .icon.di-jpeg,
.report-attachments-editor .attachment-list .attachment .icon.di-tiff,
.report-attachments-editor .attachment-list .attachment .icon.di-tif,
.report-attachments-editor .attachment-list .attachment .icon.di-gif,
.report-attachments-editor .attachment-list .attachment .icon.di-bmp,
.report-attachments-editor .attachment-list .attachment .icon.di-png,
.report-attachments-editor .attachment-list .attachment .icon.di-svg {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-jpg.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments-editor .attachment-list .attachment .icon.di-jpg,
  .report-attachments-editor .attachment-list .attachment .icon.di-jpeg,
  .report-attachments-editor .attachment-list .attachment .icon.di-tiff,
  .report-attachments-editor .attachment-list .attachment .icon.di-tif,
  .report-attachments-editor .attachment-list .attachment .icon.di-gif,
  .report-attachments-editor .attachment-list .attachment .icon.di-bmp,
  .report-attachments-editor .attachment-list .attachment .icon.di-png,
  .report-attachments-editor .attachment-list .attachment .icon.di-svg {
    background-image: url("/Client/img/fp-icon-jpg@2x.png");
    background-size: 48px 60px;
  }
}
.report-attachments-editor .attachment-list .attachment .icon.di-sie,
.report-attachments-editor .attachment-list .attachment .icon.di-se {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-sie.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .report-attachments-editor .attachment-list .attachment .icon.di-sie,
  .report-attachments-editor .attachment-list .attachment .icon.di-se {
    background-image: url("/Client/img/fp-icon-sie@2x.png");
    background-size: 48px 60px;
  }
}
.report-attachments-editor .attachment-list .attachment .btn i {
  margin-right: 5px;
}
.report-attachments-editor .attachment-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.create-period-report .period-report-editor {
  margin: 60px auto;
  max-width: 900px;
}
.create-period-report .period-report-editor .period-selection {
  height: 50px;
  margin-right: 71px;
}
.create-period-report .period-report-editor .period-selection form-group {
  margin-bottom: 0;
}
.create-period-report .period-report-editor .period-picker {
  margin-right: 70px;
}
.create-period-report .period-report-editor .switch-button {
  margin-right: 64px;
}
.create-period-report .period-report-editor .PeriodSelectionSectionWidget {
  font-weight: bold;
  margin-right: 64px;
}
.create-period-report .period-report-editor .period-report-comment {
  border-top: 0;
  border-bottom: 0;
}
.create-period-report .period-report-editor .loading {
  margin-top: 40px;
  margin-bottom: -60px;
}
.create-period-report .period-report-editor .dropdown-toggle {
  background: white;
}
.create-period-report .period-report-editor .form-footer {
  text-align: right;
}
.create-period-report .period-report-editor .form-footer .footer-button {
  margin-left: 8px;
}
.create-period-report .period-report-editor .attachment-region-title {
  font-weight: bold;
}
.create-period-report .period-report-editor .attachment-line a {
  margin-left: 8px;
}
.create-period-report .preview-loader {
  text-align: center;
  font-size: 1.5em;
}
.create-period-report #preview-document-title {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}
.create-period-report #preview-document-title #info-toggler {
  display: none;
}
.period-report .tooltip.top .tooltip-inner,
.create-period-report .tooltip.top .tooltip-inner {
  padding: 10px 20px;
  background-color: var(--period-report-statement-color);
  border-color: var(--period-report-statement-color);
}
.period-report .tooltip.top .tooltip-arrow,
.create-period-report .tooltip.top .tooltip-arrow {
  left: 85% !important;
  /* stylelint-disable-line declaration-no-important */
  border-top-color: var(--period-report-statement-color);
}
.period-report-archive-table {
  background: white;
}
.period-report-archive-table .report-statuses {
  margin-left: 2rem;
  display: inline-block;
  position: relative;
}
.period-report-archive-table .report-statuses .fa:not(:last-child) {
  margin-right: 0.5rem;
}
.period-report-archive-table thead i {
  margin-right: 4px;
}
.period-report-archive-table .selection-header {
  width: 25px;
}
.period-report-archive-table .selection-input {
  width: 4%;
  text-align: center;
}
.period-report-archive-table .report-name,
.period-report-archive-table .report-creation-date {
  width: 32%;
}
.period-report-archive-table .obsolete .report-name {
  text-decoration: line-through;
}
.period-report-archive-table .report-author {
  width: 32%;
}
.action-button-spinner {
  display: inline-block;
}
.invoice-report table.grid {
  border: none;
}
.invoice-report table.grid tfoot {
  font-weight: bold;
  border-top: 2px solid #8b8b8b;
  border-bottom: 2px solid #8b8b8b;
}
.liquidity-report table tbody tr.title {
  border-bottom: 2px solid;
}
.liquidity-report table tbody tr.title th {
  font-size: 110%;
  padding-top: 2em;
  font-weight: bold;
  text-align: left;
}
.liquidity-report table tbody tr.summary-row {
  background-color: #ecf6f7;
}
.liquidity-report table tbody tr.summary-row td,
.liquidity-report table tbody tr.summary-row th {
  font-weight: bold;
}
.liquidity-report table tbody tr.subsection-starting-row td {
  padding-top: 1.5em;
}
.liquidity-report table tbody tr.subsection-starting-row th {
  padding-top: 1.5em;
  vertical-align: middle;
}
.liquidity-report table tbody tr th {
  border-top-style: none;
  font-weight: normal;
  min-width: 200px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: right;
  vertical-align: middle;
}
.liquidity-report table tbody tr td {
  border-top-style: none;
  padding-left: 1em;
  padding-right: 4px;
}
.liquidity-report table tbody tr td input {
  background-color: hsl(var(--highlight-color-h), 0, calc(var(--highlight-color-l) + 41%));
  width: 100%;
}
.liquidity-report table tbody tr td input.input-changed {
  border-color: red;
}
.period-report-editor .ProseMirror-menubar {
  padding-left: 100px;
  padding-right: 80px;
}
.period-report-editor .ProseMirror-menubar-spacer + .ProseMirror-menubar {
  background: #fffaf1;
}
.period-report-editor .prosemirror-container {
  box-sizing: content-box;
  margin: -1px;
}
.period-report-editor .prosemirror-container .ProseMirror-menubar-wrapper .ProseMirror {
  min-height: 250px;
  margin-top: 0;
  padding: 15px 20px;
}
/*
 * mobile devices
 */
@media (max-width: 900px) {
  .period-report {
    background: white;
  }
  .period-report .container {
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    margin: 0 -20px;
  }
  .period-report .container .period-report-comment {
    margin: 40px -20px 0;
    padding: 40px 20px 15px;
    overflow-wrap: break-word;
  }
}
/* stylelint-disable unit-allowed-list */
@media print {
  /* Base font size reset */
  html,
  body {
    font-size: 14px !important;
    /* stylelint-disable-line declaration-no-important */
  }
  body {
    overflow-y: auto;
  }
  @page {
    size: auto;
    margin: 2cm 2.4cm;
  }
  /*
   * The document's position must be set to static for the .report-agency-logo
   * icon to be placed on the top of the page.
   */
  #document {
    position: static;
  }
  /* Print disclaimer styles */
  div.report-disclaimer.print-only {
    font-family: Arial, Helvetica, sans-serif !important;
    /* stylelint-disable-line declaration-no-important */
    color: #666666;
    margin: 10px 50px 20px;
    display: block;
    break-after: always;
    font-size: 14px;
  }
  div.report-disclaimer.print-only h2 {
    font-family: Arial, Helvetica, sans-serif !important;
    /* stylelint-disable-line declaration-no-important */
    margin-bottom: 40px;
  }
  div.report-disclaimer.print-only .disclaimer_footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
  }
  /* Report viewer and liquidity report base styles */
  .report-viewer,
  .liquidity-report {
    font-size: 0.8em;
    position: relative;
  }
  @page {
    margin: 1cm 1.4cm;
  }
  .report-viewer h1,
  .liquidity-report h1 {
    font-size: 14px;
  }
  .report-viewer .subtitle,
  .liquidity-report .subtitle {
    font-size: 12px;
  }
  .report-viewer .reportViewer,
  .liquidity-report .reportViewer,
  .report-viewer .liquidity-report,
  .liquidity-report .liquidity-report {
    overflow: visible;
  }
  .report-viewer .reportViewer table,
  .liquidity-report .reportViewer table,
  .report-viewer .liquidity-report table,
  .liquidity-report .liquidity-report table {
    width: 100%;
    min-width: 0;
    position: relative;
    break-inside: auto;
  }
  .report-viewer .reportViewer table thead,
  .liquidity-report .reportViewer table thead,
  .report-viewer .liquidity-report table thead,
  .liquidity-report .liquidity-report table thead {
    display: table-header-group;
    border: 0 none;
  }
  .report-viewer .reportViewer th,
  .liquidity-report .reportViewer th,
  .report-viewer .liquidity-report th,
  .liquidity-report .liquidity-report th,
  .report-viewer .reportViewer td,
  .liquidity-report .reportViewer td,
  .report-viewer .liquidity-report td,
  .liquidity-report .liquidity-report td {
    color: black !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: white !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .report-viewer .reportViewer tr,
  .liquidity-report .reportViewer tr,
  .report-viewer .liquidity-report tr,
  .liquidity-report .liquidity-report tr,
  .report-viewer .reportViewer td,
  .liquidity-report .reportViewer td,
  .report-viewer .liquidity-report td,
  .liquidity-report .liquidity-report td {
    position: relative;
    break-inside: avoid;
    break-after: auto;
    border: 0 none;
  }
  .report-viewer .reportViewer tr.account,
  .liquidity-report .reportViewer tr.account,
  .report-viewer .liquidity-report tr.account,
  .liquidity-report .liquidity-report tr.account,
  .report-viewer .reportViewer td.account,
  .liquidity-report .reportViewer td.account,
  .report-viewer .liquidity-report td.account,
  .liquidity-report .liquidity-report td.account {
    break-before: avoid;
    break-after: avoid;
  }
  .report-viewer .reportViewer tr.title,
  .liquidity-report .reportViewer tr.title,
  .report-viewer .liquidity-report tr.title,
  .liquidity-report .liquidity-report tr.title,
  .report-viewer .reportViewer td.title,
  .liquidity-report .reportViewer td.title,
  .report-viewer .liquidity-report td.title,
  .liquidity-report .liquidity-report td.title {
    break-before: auto;
  }
  .report-viewer .reportViewer tr.title,
  .liquidity-report .reportViewer tr.title,
  .report-viewer .liquidity-report tr.title,
  .liquidity-report .liquidity-report tr.title {
    border-bottom: 1px solid #aaaaaa;
  }
  .report-viewer .reportViewer tr.title.horizontal-line,
  .liquidity-report .reportViewer tr.title.horizontal-line,
  .report-viewer .liquidity-report tr.title.horizontal-line,
  .liquidity-report .liquidity-report tr.title.horizontal-line {
    border-bottom-color: transparent;
  }
  .report-viewer .reportViewer tr.sum,
  .liquidity-report .reportViewer tr.sum,
  .report-viewer .liquidity-report tr.sum,
  .liquidity-report .liquidity-report tr.sum {
    border-top: 1px solid #aaaaaa;
  }
  .report-viewer .reportViewer input,
  .liquidity-report .reportViewer input,
  .report-viewer .liquidity-report input,
  .liquidity-report .liquidity-report input {
    border: none;
    background-color: transparent;
  }
  /* Common styles for period-report and report-viewer */
  .period-report,
  .report-viewer {
    color: #333333;
  }
  .period-report #document-title h1,
  .report-viewer #document-title h1 {
    margin-top: 100px;
  }
  .period-report .report-agency-logo,
  .report-viewer .report-agency-logo {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .period-report .report-agency-logo img,
  .report-viewer .report-agency-logo img {
    max-height: 40px;
  }
  /* Period report specific styles */
  .period-report {
    font-family: Lora, Georgia, "Times New Roman", serif;
    font-size: 1.4em;
    line-height: 1.5em;
    /* Legend item styling */
    /* Viewport and document structure */
  }
  .period-report .disclaimer-icon {
    display: none;
  }
  .period-report #business-chart-container {
    width: 860px;
  }
  .period-report .legend-item-container {
    display: inline-block;
    width: 24%;
    margin: 0 0.5%;
    padding: 14px;
    vertical-align: top;
    box-sizing: border-box;
    min-height: 120px;
    position: relative;
  }
  .period-report .legend-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .period-report #viewport {
    top: 0;
    /* Container and section styles */
    /* Key figures container */
  }
  .period-report #viewport #document-title h1,
  .period-report #viewport h2,
  .period-report #viewport p.subtitle {
    font-family: Lora, Georgia, "Times New Roman", serif;
    text-align: left;
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
  }
  .period-report #viewport #document-title {
    margin-bottom: 30px;
  }
  .period-report #viewport #document-title::after {
    content: " ";
    height: 30px;
    display: block;
    border-bottom: 1px solid #333333;
  }
  .period-report #viewport h1 {
    font-variant: small-caps;
    font-size: 3em;
    margin-bottom: 10px;
  }
  .period-report #viewport h2 {
    font-size: 1.8em;
    padding-top: 5px;
    font-weight: normal;
    margin: 20px 0;
  }
  .period-report #viewport h2 span {
    display: block;
    background: none;
    padding-left: 0;
  }
  .period-report #viewport h2::before {
    height: 0;
    border: none;
  }
  .period-report #viewport .container {
    background: transparent;
    width: auto;
    max-width: initial;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    line-height: 1.5em;
    /* Period report comment */
    /* CSS custom properties for statement styling */
    --period-report-statement-background: #f5f5f5;
    --period-report-statement-color: #333333;
    --period-report-statement-border-color: #747474;
    /* Report condensed statement table */
  }
  .period-report #viewport .container .section.comment-section {
    break-inside: unset;
  }
  .period-report #viewport .container .section.comment-section p {
    break-inside: avoid;
  }
  .period-report #viewport .container .section.attachments-section {
    display: none;
    visibility: hidden;
  }
  .period-report #viewport .container .period-report-comment {
    color: #333333;
    background: transparent;
    border: none;
    margin: 0 !important;
    /* stylelint-disable-line declaration-no-important */
    padding: 0 !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .period-report #viewport .container .period-report-comment .avatar img {
    display: none;
  }
  .period-report #viewport .container .report-condensed-statement table thead {
    border-bottom-color: var(--period-report-statement-border-color);
  }
  .period-report #viewport .container .report-condensed-statement table thead th {
    color: var(--period-report-statement-color);
  }
  .period-report #viewport .container .report-condensed-statement table thead th:nth-child(odd) {
    background: var(--period-report-statement-background);
  }
  .period-report #viewport .container .report-condensed-statement table tbody {
    border-bottom-color: var(--period-report-statement-border-color);
  }
  .period-report #viewport .container .report-condensed-statement table tbody tr.sum-row {
    color: var(--period-report-statement-color);
  }
  .period-report #viewport .container .report-condensed-statement table tbody tr.sum-row td {
    border-bottom-color: var(--period-report-statement-border-color);
  }
  .period-report #viewport .container .report-condensed-statement table tbody tr td:nth-child(odd) {
    background: var(--period-report-statement-background);
  }
  .period-report #viewport #keyfigures-container.panel.panel-body {
    background: transparent !important;
    /* stylelint-disable-line declaration-no-important */
    border: none;
  }
  .period-report #viewport #keyfigures-container.panel.panel-body .keyfigure-container {
    width: 48%;
    margin: 0 1% 2%;
    display: inline-block;
    text-align: center;
    background: #f4f4f4;
  }
  .period-report #viewport #keyfigures-container.panel.panel-body .keyfigure-container h2 {
    text-align: center;
    font-family: titillium, helvetica, arial, sans-serif;
    min-height: 2em;
    line-height: 1em;
    padding: 0;
    margin: 0;
  }
}
.switch-btn {
  width: 80px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #6b6b6b;
  background: #8c8c8c;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.switch-btn span {
  color: #eeeeee;
  display: block;
  float: left;
  height: 25px;
  width: 40px;
  line-height: 25px;
  background: var(--brand-primary);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: 1px solid #6a6a6a;
  text-align: center;
}
.switch-btn span.switch-off {
  float: right;
  border-radius: 0 3px 3px 0;
  border-right: 0 none;
  border-left: 1px solid #6a6a6a;
  background: #aaaaaa;
}
.switch-btn.disabled {
  border: 1px solid #919191;
  background: #b2b2b2;
}
.switch-btn.disabled span {
  background: #d0d0d0;
}
.setting-section {
  margin: -14px;
  padding: 14px;
}
.setting-section label {
  margin-top: 15px;
}
.setting-section:first-child {
  border-bottom: 1px solid #5a5a5a;
}
.setting-section:first-child label {
  margin-top: 0;
}
.setting-section .setting-block {
  margin: 15px 0;
  line-height: 30px;
}
.setting-section .setting-block .switch-btn,
.setting-section .setting-block .btn,
.setting-section .setting-block .btn-group,
.setting-section .setting-block .finsit-element_select {
  float: right;
}
.popover.popover-report-settings .finsit-element_icon-and-text {
  color: inherit;
}
.popover.popover-report-settings h4 {
  line-height: 30px;
  margin-bottom: 20px;
}
.popover.popover-report-settings h4 .switch-btn {
  margin-left: 10px;
  float: right;
}
.popover.popover-report-settings .btn.btn-default {
  background: #999999;
  color: #eeeeee;
  border: 1px solid #6b6b6b;
}
.popover.popover-report-settings .btn.btn-default .caret {
  border-top-color: #eeeeee;
}
.popover.popover-report-settings .btn.btn-default:hover {
  background: #8a8a8a;
  border-color: #6a6a6a;
}
.popover.popover-report-settings .btn-group .btn {
  float: left;
}
.popover.popover-report-settings .btn-group .btn.active,
.popover.popover-report-settings .btn-group .btn.active:hover {
  background: var(--brand-primary);
}
.breadcrumbs {
  font-size: 1.4em;
  color: #aaaaaa;
  padding-bottom: 10px;
}
.breadcrumbs .separator {
  padding: 0 5px;
}
#report-archives .section {
  margin-top: 50px;
}
#report-archives .section .archive-folder {
  margin: 10px 0;
  padding: 20px;
  text-align: center;
  border: 1px solid transparent;
  border-color: #eeeeee;
  background: #fafafa;
  border-radius: 6px;
  cursor: pointer;
}
#report-archives .section .archive-folder:hover {
  background: #ffffee;
  border-color: #e9e9b1;
}
#report-archives .section .archive-folder.published-archive {
  background: #fafafa url("/Client/img/padlock.png") 95% 5% no-repeat;
}
#report-archives .section .archive-folder.published-archive:hover {
  background-color: #ffffee;
}
#report-archives .section .archive-folder p {
  font-variant: small-caps;
  font-weight: bold;
  margin: 10px 0 0;
  font-size: 1.2em;
}
#report-archives .section .archive-folder span {
  color: #aaaaaa;
  height: 40px;
  display: inline-block;
}
.customized-reports .section,
.invoice-report-archive .section {
  margin-bottom: 0;
  padding: 0;
}
.customized-reports .folders,
.invoice-report-archive .folders {
  margin: 20px 0;
}
.customized-reports .folders:before,
.invoice-report-archive .folders:before,
.customized-reports .folders:after,
.invoice-report-archive .folders:after {
  display: table;
  content: " ";
}
.customized-reports .folders:after,
.invoice-report-archive .folders:after {
  clear: both;
}
.customized-reports .folders:before,
.invoice-report-archive .folders:before,
.customized-reports .folders:after,
.invoice-report-archive .folders:after {
  display: table;
  content: " ";
}
.customized-reports .folders:after,
.invoice-report-archive .folders:after {
  clear: both;
}
.customized-reports .folder,
.invoice-report-archive .folder {
  float: left;
  padding: 10px;
  text-align: center;
  width: 110px;
  height: 170px;
  cursor: pointer;
  border-radius: 6px;
  color: #747474;
}
.customized-reports .folder.active,
.invoice-report-archive .folder.active,
.customized-reports .folder.active:hover,
.invoice-report-archive .folder.active:hover {
  background-color: #ffffcc;
}
.customized-reports .folder p,
.invoice-report-archive .folder p {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  margin: 0;
}
.customized-reports .folder .icon,
.invoice-report-archive .folder .icon {
  min-height: 64px;
  margin: 5px 0;
}
.customized-reports .folder .icon img,
.invoice-report-archive .folder .icon img {
  margin-top: 10px;
}
.customized-reports .folder .icon.user-hidden,
.invoice-report-archive .folder .icon.user-hidden {
  position: relative;
}
.customized-reports .folder .icon.user-hidden::before,
.invoice-report-archive .folder .icon.user-hidden::before {
  content: "\f070";
  color: white;
  font-family: "Font Awesome 6 Free", Fontawesome, sans-serif;
  position: absolute;
  top: 45px;
  right: 9px;
  font-size: 22px;
}
.customized-reports .folder .icon.user-hidden::after,
.invoice-report-archive .folder .icon.user-hidden::after {
  content: "\f070";
  color: #484848;
  font-family: "Font Awesome 6 Free", Fontawesome, sans-serif;
  position: absolute;
  top: 49px;
  right: 11px;
  font-size: 18px;
}
.customized-reports .folder.folder-add,
.invoice-report-archive .folder.folder-add {
  background: #fafafa;
  opacity: 0.6;
}
.customized-reports .folder.folder-add .glyphicon,
.invoice-report-archive .folder.folder-add .glyphicon {
  font-size: 50px;
  height: 64px;
  color: #aaaaaa;
  margin: 5px 0;
}
.customized-reports .folder.folder-add:hover,
.invoice-report-archive .folder.folder-add:hover {
  opacity: 1;
  background: #fafafa;
  border-color: #eeeeee;
}
.customized-reports .folder:hover,
.invoice-report-archive .folder:hover {
  background-color: #ffffee;
  text-decoration: none;
}
.customized-reports .folder span,
.invoice-report-archive .folder span {
  display: block;
  color: #888888;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*
 * Generators
 *
 */
/*
 * Shared mixins
 *
 */
/*
 * Viewer-specific mixins
 *
 */
/*
 * Editor-specific mixins
 *
 */
/*
 * All of the following is to hack style into jQuery-sortable
 */
.reportEditor {
  /*
   * Remove extra margin in the section DD helper
   */
  /*
   * JQuery will try to hide it when dragging otherwise
   */
}
.reportEditor .ui-sortable-placeholder {
  float: left;
  position: absolute !important;
  /* stylelint-disable-line declaration-no-important */
}
.reportEditor .ui-sortable-placeholder::after {
  visibility: visible !important;
  /* stylelint-disable-line declaration-no-important */
  content: "\f105";
  font-family: "Font Awesome 6 Free", Fontawesome, serif;
  display: block;
  position: absolute;
  left: -15px;
  top: -19px;
  color: #5bc0de;
  font-size: 25px;
  font-weight: bold;
}
.reportEditor .ui-sortable-placeholder.report-column::after {
  content: "\f107";
  top: -25px;
  left: -9px;
}
.reportEditor .ui-sortable-helper.report-column {
  height: 30px !important;
  /* stylelint-disable-line declaration-no-important */
  overflow: hidden;
}
.reportEditor .report-group.ui-sortable-helper .report-group-title {
  margin: 0;
}
.reportEditor .selected.report-row.title,
.reportEditor .selected.report-group {
  display: block !important;
  /* stylelint-disable-line declaration-no-important */
}
.reportEditor .selected.report-column {
  display: inline-block !important;
  /* stylelint-disable-line declaration-no-important */
}
.report-editor #viewport {
  overflow-x: auto;
}
.reportEditor {
  width: 100%;
  overflow: auto;
  margin-bottom: 40px;
  overflow: initial;
  /*
   * Cell specific styling
   */
  /*
   * columns
   */
  /*
   * title rows
   */
}
.reportEditor .column-title,
.reportEditor .title,
.reportEditor .data {
  padding: 5px;
  text-align: right;
  height: 32px;
  border: 1px solid transparent;
}
.reportEditor .column-title.excluded,
.reportEditor .title.excluded,
.reportEditor .data.excluded {
  color: #bbbbbb;
  text-decoration: line-through;
}
.reportEditor .column-draggable {
  display: inline;
}
.reportEditor .icon {
  color: var(--brand-primary);
  font-weight: bold;
  margin-right: 5px;
}
.reportEditor .icon.invalid {
  color: #ff6430;
}
.reportEditor .icon:empty {
  display: none;
}
.reportEditor .report-column {
  min-width: 120px;
  display: inline-block;
  vertical-align: top;
  /*
     * Corresponds to `th` of the viewer
     */
}
.reportEditor .report-column.separator {
  min-width: 100px;
}
.reportEditor .report-column.separator.narrow {
  min-width: 30px;
}
.reportEditor .report-column.separator.border-only:not(:last-of-type) {
  border-right: 1px solid #747474;
  min-width: 0;
  max-width: 0;
}
.reportEditor .report-column.separator.border-only:not(:last-of-type) {
  border-color: transparent;
}
.reportEditor .report-column.title-column {
  padding-left: 0;
}
.reportEditor .report-column.title-column .data-depth-1 {
  padding-left: 15px;
}
.reportEditor .report-column.title-column .data-depth-2 {
  padding-left: 35px;
}
.reportEditor .report-column.title-column .data-depth-3 {
  padding-left: 55px;
}
.reportEditor .report-column.title-column .data-depth-4 {
  padding-left: 75px;
}
.reportEditor .report-column.title-column .data-depth-5 {
  padding-left: 95px;
}
.reportEditor .report-column.title-column .data-depth-6 {
  padding-left: 115px;
}
.reportEditor .report-column.title-column .data-depth-7 {
  padding-left: 135px;
}
.reportEditor .report-column.title-column .data-depth-8 {
  padding-left: 155px;
}
.reportEditor .report-column.title-column .data-depth-9 {
  padding-left: 175px;
}
.reportEditor .report-column.title-column .data-depth-10 {
  padding-left: 195px;
}
.reportEditor .report-column.title-column .data-depth-11 {
  padding-left: 215px;
}
.reportEditor .report-column.title-column .data-depth-12 {
  padding-left: 235px;
}
.reportEditor .report-column.title-column .data-depth-13 {
  padding-left: 255px;
}
.reportEditor .report-column.title-column .data-depth-14 {
  padding-left: 275px;
}
.reportEditor .report-column.title-column .data-depth-15 {
  padding-left: 295px;
}
.reportEditor .report-column.title-column .data-depth-16 {
  padding-left: 315px;
}
.reportEditor .report-column.title-column .data-depth-17 {
  padding-left: 335px;
}
.reportEditor .report-column.title-column .data-depth-18 {
  padding-left: 355px;
}
.reportEditor .report-column.title-column .data-depth-19 {
  padding-left: 375px;
}
.reportEditor .report-column.title-column .data-depth-20 {
  padding-left: 395px;
}
.reportEditor .report-column.title-column .data-depth-21 {
  padding-left: 415px;
}
.reportEditor .report-column.title-column .data-depth-22 {
  padding-left: 435px;
}
.reportEditor .report-column.title-column .data-depth-23 {
  padding-left: 455px;
}
.reportEditor .report-column.title-column .data-depth-24 {
  padding-left: 475px;
}
.reportEditor .report-column.title-column .data-depth-25 {
  padding-left: 495px;
}
.reportEditor .report-column.title-column .data-depth-26 {
  padding-left: 515px;
}
.reportEditor .report-column.title-column .data-depth-27 {
  padding-left: 535px;
}
.reportEditor .report-column.title-column .data-depth-28 {
  padding-left: 555px;
}
.reportEditor .report-column.title-column .data-depth-29 {
  padding-left: 575px;
}
.reportEditor .report-column.title-column .data-depth-30 {
  padding-left: 595px;
}
.reportEditor .report-column.title-column .report-title {
  text-align: left;
}
.reportEditor .report-column.title-column .title {
  text-align: left;
  font-weight: bold;
}
.reportEditor .report-column.title-column .title.account {
  font-weight: normal;
}
.reportEditor .report-column.title-column .title .toggle {
  margin-left: 0;
  margin-right: 5px;
  width: 10px;
  cursor: pointer;
  user-select: none;
}
.reportEditor .report-column.title-column .repeating > .title {
  background: repeating-linear-gradient(45deg, #eeeeee, #eeeeee 5px, #dddddd 5px, #dddddd 10px) !important;
  /* stylelint-disable-line declaration-no-important */
}
.reportEditor .report-column.title-column .repeating > .title.selected {
  background: repeating-linear-gradient(45deg, #5bc0de, #5bc0de 5px, #34a7c8 5px, #34a7c8 10px) !important;
  /* stylelint-disable-line declaration-no-important */
}
.reportEditor .report-column.title-column .account-number {
  font-weight: bold;
  margin-right: 10px;
  line-height: 12px;
}
.reportEditor .report-column .fa,
.reportEditor .report-column .fas,
.reportEditor .report-column .far,
.reportEditor .report-column .fab {
  margin-left: 10px;
}
.reportEditor .report-column .column-title {
  border-bottom: 2px solid #dddddd;
  padding-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
}
.reportEditor .reportEditor .report-column .column-title {
  border: 1px solid transparent;
}
.reportEditor .report-column .report-group-title,
.reportEditor .report-column .report-group-data,
.reportEditor .report-column .summary,
.reportEditor .report-column .formula {
  border-bottom: 1px solid #dddddd;
}
.reportEditor .report-column .report-group-title.data-depth-1,
.reportEditor .report-column .report-group-data.data-depth-1,
.reportEditor .report-column .summary.data-depth-1,
.reportEditor .report-column .formula.data-depth-1 {
  font-size: 1.1em;
  font-weight: bold;
}
.reportEditor .report-column .report-group-title {
  padding-left: 4px;
}
.reportEditor .report-column .report-group-title.selectable:hover {
  background: #eeeeee;
  border: 1px dashed #888888;
}
.reportEditor .report-column .report-row {
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.reportEditor .report-column .report-row.account {
  color: #888888;
  background: #fafafa;
  font-weight: normal;
  border-color: transparent;
}
.reportEditor .report-column .report-row.account:last-child {
  border-bottom-color: #dddddd;
}
.reportEditor .report-column .report-row.spacer.long {
  height: 48px;
}
.reportEditor .report-column .report-row.spacer.horizontal-line::after {
  content: "";
  position: absolute;
  border-top: 2px solid;
  left: 0;
  right: 0;
  top: 50%;
}
.reportEditor .report-column.data-column .column-title {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.reportEditor .report-column.data-column .column-title:hover {
  background: #eeeeee;
  border: 1px dashed #aaaaaa;
  /*
           * Compensate the border size (2px -> 1px) when hovering
           */
  padding-bottom: 6px;
}
.reportEditor .report-column.data-column .column-title .icon i {
  margin-right: 5px;
}
.reportEditor .report-column.data-column .account {
  color: #888888;
}
.reportEditor .report-column.data-column .no-data::before {
  content: "nothing";
  display: block;
  visibility: hidden;
}
.reportEditor .report-column.data-column.selected .column-title {
  border: 1px solid #2f96b4;
  border-bottom-width: 2px;
  background: #5bc0de !important;
  /* stylelint-disable-line declaration-no-important */
  color: white;
}
.reportEditor .report-column.data-column.selected .column-title:hover {
  padding-bottom: 5px;
}
.reportEditor .selectable {
  cursor: pointer;
}
.reportEditor .selected,
.reportEditor .selected > .title {
  cursor: move !important;
  /* stylelint-disable-line declaration-no-important */
}
.reportEditor .selected .selectable,
.reportEditor .selected > .title .selectable {
  cursor: move;
}
.reportEditor .selected {
  background: #eeeeee !important;
  /* stylelint-disable-line declaration-no-important */
}
.reportEditor .selected .data {
  background: #eeeeee !important;
  /* stylelint-disable-line declaration-no-important */
  color: #888888;
}
.reportEditor .selected .icon {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
}
.reportEditor .title.selectable,
.reportEditor .account.title.selectable {
  cursor: pointer;
}
.reportEditor .title.selectable:hover,
.reportEditor .account.title.selectable:hover,
.reportEditor .title.selectable:last-child:hover,
.reportEditor .account.title.selectable:last-child:hover {
  background: #eeeeee;
  border: 1px dashed #aaaaaa;
}
.reportEditor .title.selected,
.reportEditor .account.title.selected,
.reportEditor .title.selected:hover,
.reportEditor .account.title.selected:hover {
  border: 1px solid #2f96b4 !important;
  /* stylelint-disable-line declaration-no-important */
  background: #5bc0de !important;
  /* stylelint-disable-line declaration-no-important */
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
}
.reportEditor .title.selected .highlight,
.reportEditor .account.title.selected .highlight,
.reportEditor .title.selected:hover .highlight,
.reportEditor .account.title.selected:hover .highlight {
  color: #424242 !important;
  /* stylelint-disable-line declaration-no-important */
}
.reportEditor .title .heading {
  font-size: 1.2em;
  font-weight: bold;
}
.reportEditor .title .subheading {
  font-size: 1.1em;
  font-weight: bold;
}
.reportEditor .title .highlight {
  background-color: #faf785;
  padding-left: 13px;
  padding-right: 13px;
  font-style: italic;
  font-weight: normal;
  border-top-left-radius: 17px;
  border-bottom-right-radius: 17px;
  display: inline-block;
}
.reportEditor .report-group.selected > .title,
.reportEditor .report-group.selected > .title:hover {
  border: 1px solid #2f96b4 !important;
  /* stylelint-disable-line declaration-no-important */
  background: #5bc0de !important;
  /* stylelint-disable-line declaration-no-important */
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
}
/*
 * Action elements
 */
.report-editor #right-menu .right-menu-section .shift-period-picker,
.report-editor #right-menu .right-section-block .shift-period-picker {
  display: flex;
  align-items: center;
  gap: 10px;
}
.report-editor #right-menu .right-menu-section .index-picker .btn,
.report-editor #right-menu .right-section-block .index-picker .btn {
  padding: 3px 8px;
}
.report-editor #right-menu .right-menu-section .index-picker .index-picker-btns,
.report-editor #right-menu .right-section-block .index-picker .index-picker-btns {
  float: left;
  display: flex;
  align-items: center;
}
.report-editor #right-menu .right-menu-section .index-picker .index-picker-btns span,
.report-editor #right-menu .right-section-block .index-picker .index-picker-btns span {
  margin: 0 5px;
  min-width: 20px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
.report-editor .modal-body .categorized-list {
  display: flex;
  flex-direction: column;
}
.report-editor .modal-body .btn-group {
  align-self: end;
  padding: 5px;
}
.report-editor .modal-body .keyfigure-list {
  max-height: 30vh;
  overflow: auto;
}
.report-editor .popover .new-dropdown .item {
  color: #747474;
}
/*
 * Right-menu dropdown styles for text rows
 */
.finsit-element_select .report-text-row-heading {
  font-size: 1.2em;
  font-weight: bold;
}
.finsit-element_select .report-text-row-subheading {
  font-size: 1.1em;
  font-weight: bold;
}
.finsit-element_select .report-text-row-highlight {
  background-color: #faf785;
  padding-left: 13px;
  padding-right: 13px;
  font-style: italic;
  font-weight: normal;
  border-top-left-radius: 17px;
  border-bottom-right-radius: 17px;
  display: inline-block;
  color: #424242;
}
/*
 * Display of the company name and id in the document subtitle
 */
.report-viewer .subtitle .company-name {
  font-weight: bold;
}
.report-viewer .subtitle .company-id {
  font-size: 0.7em;
}
.report-viewer .inline-dimension-labels {
  font-size: 16px;
  color: #999999;
  padding: 0 10px;
  margin-bottom: 10px;
  text-align: center;
}
.reportViewer {
  /*
   * Force displaying the horizontal scrollbar at the bottom of the viewport
   * when overflowing
   */
  position: absolute;
  left: 0;
  right: 0;
  /*
   *Cell specific styling
   */
}
.reportViewer .sticky-first-row thead {
  background: white;
  padding-bottom: 0;
  z-index: 1000;
  position: sticky;
  top: 0;
}
.reportViewer .sticky-first-row thead tr th {
  display: table-cell;
}
.reportViewer.sticky-first-column table {
  border-collapse: separate;
}
.reportViewer.sticky-first-column table tbody th,
.reportViewer.sticky-first-column table tbody td {
  border-bottom: inherit;
  border-top: inherit;
}
.reportViewer.sticky-first-column table tr.nested th:first-child {
  background: #fafafa;
}
.reportViewer.sticky-first-column table tr th:first-child {
  background: white;
  position: sticky;
  left: -20px;
  z-index: 10;
}
.reportViewer.sticky-first-column table tr th:first-child::after {
  /* Adds a right border that will stick with the first column. */
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  border-right: 1px solid #747474;
  top: 0;
}
.reportViewer th,
.reportViewer td {
  padding: 5px;
  text-align: right;
  vertical-align: bottom;
  white-space: nowrap;
}
.reportViewer td.border-only:not(:last-of-type) {
  border-right: 1px solid #747474;
  min-width: 0;
  max-width: 0;
}
.reportViewer tr.title > td {
  font-weight: bold;
}
.reportViewer table {
  width: 100%;
  overflow: auto;
  margin-bottom: 40px;
  width: auto;
  margin: 0 auto 40px;
  min-width: 600px;
}
.reportViewer table thead > tr > th {
  top: 0;
  background: white;
}
.reportViewer table thead {
  border-bottom: 2px solid #747474;
  padding-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
}
.reportEditor .reportViewer table thead {
  border: 1px solid transparent;
}
.reportViewer table thead th {
  vertical-align: top;
  text-align: right;
}
.reportViewer table thead th.separator {
  min-width: 100px;
}
.reportViewer table thead th.separator.narrow {
  min-width: 30px;
}
.reportViewer table thead th.separator.border-only:not(:last-of-type) {
  border-right: 1px solid #747474;
  min-width: 0;
  max-width: 0;
}
.reportViewer table thead th.separator.border-only:not(:last-of-type) {
  border-color: transparent;
}
.reportViewer table thead th[data-group-header] {
  text-align: center;
}
.reportViewer table thead th:first-child {
  text-align: left;
}
.reportViewer table thead th .property {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
  font-style: italic;
}
.reportViewer table tbody tr.data-depth-1,
.reportViewer table tbody tr.report-group {
  border-bottom: 1px solid #747474;
  border-top: 1px solid #747474;
}
.reportViewer table tbody tr.spacer {
  border-color: transparent;
}
.reportViewer table tbody tr.spacer.long {
  height: 48px;
}
.reportViewer table tbody tr.spacer.horizontal-line th,
.reportViewer table tbody tr.spacer.horizontal-line td {
  position: relative;
  border-top: 1px solid transparent;
}
.reportViewer table tbody tr.spacer.horizontal-line th::after,
.reportViewer table tbody tr.spacer.horizontal-line td::after {
  content: "";
  position: absolute;
  border-top: 2px solid;
  left: 0;
  right: 0;
  top: 50%;
}
.reportViewer table tbody tr.data-depth-1 .row-title-container {
  padding-left: 0px;
}
.reportViewer table tbody tr.data-depth-2 .row-title-container {
  padding-left: 20px;
}
.reportViewer table tbody tr.data-depth-3 .row-title-container {
  padding-left: 40px;
}
.reportViewer table tbody tr.data-depth-4 .row-title-container {
  padding-left: 60px;
}
.reportViewer table tbody tr.data-depth-5 .row-title-container {
  padding-left: 80px;
}
.reportViewer table tbody tr.data-depth-6 .row-title-container {
  padding-left: 100px;
}
.reportViewer table tbody tr.data-depth-7 .row-title-container {
  padding-left: 120px;
}
.reportViewer table tbody tr.data-depth-8 .row-title-container {
  padding-left: 140px;
}
.reportViewer table tbody tr.data-depth-9 .row-title-container {
  padding-left: 160px;
}
.reportViewer table tbody tr.data-depth-10 .row-title-container {
  padding-left: 180px;
}
.reportViewer table tbody tr.data-depth-11 .row-title-container {
  padding-left: 200px;
}
.reportViewer table tbody tr.data-depth-12 .row-title-container {
  padding-left: 220px;
}
.reportViewer table tbody tr.data-depth-13 .row-title-container {
  padding-left: 240px;
}
.reportViewer table tbody tr.data-depth-14 .row-title-container {
  padding-left: 260px;
}
.reportViewer table tbody tr.data-depth-15 .row-title-container {
  padding-left: 280px;
}
.reportViewer table tbody tr.data-depth-16 .row-title-container {
  padding-left: 300px;
}
.reportViewer table tbody tr.data-depth-17 .row-title-container {
  padding-left: 320px;
}
.reportViewer table tbody tr.data-depth-18 .row-title-container {
  padding-left: 340px;
}
.reportViewer table tbody tr.data-depth-19 .row-title-container {
  padding-left: 360px;
}
.reportViewer table tbody tr.data-depth-20 .row-title-container {
  padding-left: 380px;
}
.reportViewer table tbody tr.data-depth-21 .row-title-container {
  padding-left: 400px;
}
.reportViewer table tbody tr.data-depth-22 .row-title-container {
  padding-left: 420px;
}
.reportViewer table tbody tr.data-depth-23 .row-title-container {
  padding-left: 440px;
}
.reportViewer table tbody tr.data-depth-24 .row-title-container {
  padding-left: 460px;
}
.reportViewer table tbody tr.data-depth-25 .row-title-container {
  padding-left: 480px;
}
.reportViewer table tbody tr.data-depth-26 .row-title-container {
  padding-left: 500px;
}
.reportViewer table tbody tr.data-depth-27 .row-title-container {
  padding-left: 520px;
}
.reportViewer table tbody tr.data-depth-28 .row-title-container {
  padding-left: 540px;
}
.reportViewer table tbody tr.data-depth-29 .row-title-container {
  padding-left: 560px;
}
.reportViewer table tbody tr.data-depth-30 .row-title-container {
  padding-left: 580px;
}
.reportViewer table tbody tr.nested {
  font-size: 0.9em;
}
.reportViewer table tbody tr.nested th,
.reportViewer table tbody tr.nested td {
  color: #888888;
  background: #fafafa;
  font-weight: normal;
  padding-top: 3px;
  padding-bottom: 3px;
}
.reportViewer table tbody tr.account td a {
  color: inherit;
}
.reportViewer table tbody tr.account td a:hover {
  color: #049cdb;
}
.reportViewer table tbody tr.account th .account-number {
  font-weight: bold;
  margin-right: 10px;
  line-height: 12px;
}
.reportViewer table tbody tr.title.data-depth-1:not(.styled) th,
.reportViewer table tbody tr.title.data-depth-1:not(.styled) td {
  font-size: 1.1em;
  font-weight: bold;
}
.reportViewer table tbody tr.heading th {
  font-size: 1.2em;
  font-weight: bold;
}
.reportViewer table tbody tr.subheading th {
  font-size: 1.1em;
  font-weight: bold;
}
.reportViewer table tbody tr.text th {
  font-size: 1em;
  font-weight: bold;
}
.reportViewer table tbody tr.highlight th {
  background-color: #faf785;
  padding-left: 13px;
  padding-right: 13px;
  font-style: italic;
  font-weight: normal;
}
.reportViewer table tbody tr th {
  text-align: left;
  font-weight: bold;
}
.reportViewer table tbody tr th.account {
  font-weight: normal;
}
.reportViewer table tbody tr th i {
  margin-left: 10px;
}
.reportViewer table tbody tr th i.toggle {
  margin-left: 0;
  margin-right: 5px;
  width: 10px;
  cursor: pointer;
  user-select: none;
}
.reportViewer table tbody tr th .dimensions {
  cursor: pointer;
  font-size: 0.9em;
  font-style: italic;
  font-weight: normal;
  padding-left: 15px;
}
/*
 * KPIs pages
 *
 */
span.kf-history-label {
  float: left;
  display: block;
  width: 5em;
}
.kpi-value {
  font-family: "Fira Sans", helvetica, arial, sans-serif;
  font-size: 60px;
  line-height: 1.2;
  margin: 0;
  color: var(--key-figure-highlight-color);
}
.kpi-value-info {
  font-size: 22px;
}
.kpi-value-info.kpi-value-info:hover {
  text-decoration: none;
}
.no-target .kpi-value {
  margin-top: 45px;
  margin-bottom: 6px;
}
.kpi-value-date {
  margin-bottom: 45px;
  font-size: 20px;
}
.noflag .keyfigure-indicator-container {
  top: 0;
}
.noflag .keyfigure-indicator-background {
  margin-top: 0;
  margin-bottom: 0;
}
.noflag .keyfigure-indicator {
  top: 3px;
}
#additional-notes {
  display: none;
}
.single-kpi-formula .formula-empty {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.btn-xs.preset-btn {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-xs.preset-btn.delete-preset-btn {
  margin-left: 10px;
}
.single-kpi-formula .panel-body {
  overflow: auto;
}
.kpi-editor #rightmenu-container .flex-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kpi-editor #rightmenu-container .flex-container > :first-child {
  flex: content 0 0;
}
.kpi-editor #rightmenu-container .flex-container > :nth-child(2) {
  flex: auto;
}
.kpi-editor #rightmenu-container .flex-container .index-picker .index-label {
  padding: 0 8px;
  color: white;
}
.kpi-editor #rightmenu-container .flex-container .index-picker .btn {
  padding: 6px 10px;
}
.kpi-editor .empty-archive {
  margin: 0;
}
.kpi-editor .keyfigure-result,
.kpi-editor .chart-options-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kpi-editor .keyfigure-result .finsit-element_select,
.kpi-editor .chart-options-title .finsit-element_select {
  text-transform: none;
  width: 140px;
}
.kpi-editor .chart-options-title .chart-options {
  display: flex;
}
.kpi-editor .chart-options-title .chart-options .preview {
  width: 30px;
  height: 30px;
  margin: 2px 8px;
  border-radius: 50%;
  border: 1px solid #aaaaaa;
}
.kpi-editor .kpi-formula-editor {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  padding: 30px 20px;
  margin: 0;
  margin-top: 50px;
  line-height: 1.6;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  background: #f4f4f4;
}
.kpi-editor .kpi-formula-editor .formula-state {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
}
.kpi-editor .kpi-formula-editor .formula-state i {
  margin-right: 6px;
}
.kpi-editor .kpi-formula-editor .formula-state.valid {
  background: #dff0d8;
  color: #3c763d;
  border: 1px solid #dff0d8;
}
.kpi-editor .kpi-formula-editor .formula-state.invalid {
  background: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
}
.kpi-editor .kpi-formula-editor .placeholder {
  opacity: 0.8;
}
.kpi-editor .kpi-formula-editor .tokens {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.kpi-editor .kpi-formula-editor .tokens .token {
  display: inline-block;
  padding: 0;
  font-weight: bold;
  margin: 6px;
}
.kpi-editor .kpi-formula-editor .tokens .token .title {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 2px solid transparent;
  border-bottom: none;
  padding: 4px 12px;
  text-align: center;
  font-size: 0.8em;
  background: #888888;
  color: white;
  cursor: pointer;
}
.kpi-editor .kpi-formula-editor .tokens .token .content {
  padding: 10px 12px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 2px solid transparent;
  border-top: none;
  color: #888888;
  background: #e1e1e1;
  text-align: center;
  cursor: pointer;
}
.kpi-editor .kpi-formula-editor .tokens .token .property {
  font-size: 0.8em;
  opacity: 0.8;
  margin-top: 6px;
  text-align: center;
  background: #aaaaaa;
  color: white;
  border-radius: 8px;
  padding: 3px;
  display: block;
  border: 1px solid transparent;
}
.kpi-editor .kpi-formula-editor .tokens .token.selected .title,
.kpi-editor .kpi-formula-editor .tokens .token.selected .content,
.kpi-editor .kpi-formula-editor .tokens .token.selected .property {
  border-color: #444444;
}
.kpi-editor .kpi-formula-editor .tokens .token.account .title,
.kpi-editor .kpi-formula-editor .tokens .token.account-interval .title,
.kpi-editor .kpi-formula-editor .tokens .token.account .property,
.kpi-editor .kpi-formula-editor .tokens .token.account-interval .property {
  background: var(--brand-primary);
}
.kpi-editor .kpi-formula-editor .tokens .token.account .content,
.kpi-editor .kpi-formula-editor .tokens .token.account-interval .content {
  color: #088e9e;
  background: #d2f6fb;
}
.kpi-editor .kpi-formula-editor .tokens .token.account.selected .title,
.kpi-editor .kpi-formula-editor .tokens .token.account-interval.selected .title,
.kpi-editor .kpi-formula-editor .tokens .token.account.selected .content,
.kpi-editor .kpi-formula-editor .tokens .token.account-interval.selected .content,
.kpi-editor .kpi-formula-editor .tokens .token.account.selected .property,
.kpi-editor .kpi-formula-editor .tokens .token.account-interval.selected .property {
  border-color: #088e9e;
}
.kpi-editor .kpi-formula-editor .tokens .token.account-group .title,
.kpi-editor .kpi-formula-editor .tokens .token.account-group .property {
  background: #16c795;
}
.kpi-editor .kpi-formula-editor .tokens .token.account-group .content {
  color: #11ba8a;
  background: #c9e6dd;
}
.kpi-editor .kpi-formula-editor .tokens .token.account-group.selected .title,
.kpi-editor .kpi-formula-editor .tokens .token.account-group.selected .content,
.kpi-editor .kpi-formula-editor .tokens .token.account-group.selected .property {
  border-color: #11ba8a;
}
.kpi-editor .kpi-formula-editor .tokens .token.keyfigure .title,
.kpi-editor .kpi-formula-editor .tokens .token.keyfigure .property {
  background: #f79d2c;
}
.kpi-editor .kpi-formula-editor .tokens .token.keyfigure .content {
  background: #ffdeb5;
  color: #ad7939;
}
.kpi-editor .kpi-formula-editor .tokens .token.keyfigure.selected .title,
.kpi-editor .kpi-formula-editor .tokens .token.keyfigure.selected .content,
.kpi-editor .kpi-formula-editor .tokens .token.keyfigure.selected .property {
  border-color: #ad7939;
}
.kpi-editor .kpi-formula-editor .tokens .token.addition .content,
.kpi-editor .kpi-formula-editor .tokens .token.subtraction .content,
.kpi-editor .kpi-formula-editor .tokens .token.multiplication .content,
.kpi-editor .kpi-formula-editor .tokens .token.division .content {
  font-weight: normal;
}
.kpi-editor .kpi-formula-editor .tokens .token.addition .content,
.kpi-editor .kpi-formula-editor .tokens .token.subtraction .content,
.kpi-editor .kpi-formula-editor .tokens .token.multiplication .content,
.kpi-editor .kpi-formula-editor .tokens .token.division .content,
.kpi-editor .kpi-formula-editor .tokens .token.opening-parenthesis .content,
.kpi-editor .kpi-formula-editor .tokens .token.closing-parenthesis .content {
  font-size: 2em;
  border: 2px solid transparent;
  border-radius: 8px;
  background-color: transparent;
  color: #666666;
}
.kpi-editor .kpi-formula-editor .tokens .token.addition.selected .content,
.kpi-editor .kpi-formula-editor .tokens .token.subtraction.selected .content,
.kpi-editor .kpi-formula-editor .tokens .token.multiplication.selected .content,
.kpi-editor .kpi-formula-editor .tokens .token.division.selected .content,
.kpi-editor .kpi-formula-editor .tokens .token.opening-parenthesis.selected .content,
.kpi-editor .kpi-formula-editor .tokens .token.closing-parenthesis.selected .content {
  border: 2px solid #666666;
}
.kpi-editor .kpi-formula-editor .sortable-placeholder {
  width: 50px;
  height: 70px;
  border-radius: 8px;
  border: 3px dashed #888888;
}
.kpi-editor .kpi-comment {
  min-height: 100px;
}
.kpi-editor .formula-preview {
  border: 1px solid #ebebeb;
  background-color: #f8f8f8;
  padding: 20px;
}
/*
 * Multiple KPIs chart styles
 */
#multiple-kpis-chart-container {
  height: auto;
  margin: 0 0 10px;
}
#multiple-kpis-chart-container:before,
#multiple-kpis-chart-container:after {
  display: table;
  content: " ";
}
#multiple-kpis-chart-container:after {
  clear: both;
}
#multiple-kpis-chart-container:before,
#multiple-kpis-chart-container:after {
  display: table;
  content: " ";
}
#multiple-kpis-chart-container:after {
  clear: both;
}
#multiple-kpis-legends .legend-item-container {
  padding: 14px 0 500px;
  margin-bottom: -500px;
}
/*
 * KPI report chart styles
 */
.kpi-report-chart {
  width: 100% !important;
  /* stylelint-disable-line declaration-no-important */
}
.kpi-report-chart-outer,
.kpi-report-chart-inner {
  padding-right: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 992px) {
  .kpi-report-chart-outer > h2,
  .kpi-report-chart-inner > h2 {
    display: none;
  }
}
.kpi-report-panel {
  min-height: 331px;
  position: relative;
}
@media (max-width: 480px) {
  .kpi-report-panel {
    min-height: 0;
  }
}
.kpi-report-panel .amount {
  display: flex;
  flex-direction: column;
}
.kpi-report-panel .amount .kpi-value-info {
  align-self: end;
}
.kpi-value-table {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .kpi-value-table {
    position: relative;
  }
}
/*
 * Document archive
 *
 */
/*
 * Document archive
 */
body.folders {
  /*
   * for the tableversion of the document-archive
   */
}
body.folders ul.doc-archive {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
body.folders ul.doc-archive li.doc-item {
  width: 110px;
  height: 110px;
  float: left;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 0 5px;
}
body.folders ul.doc-archive li.doc-item h3 {
  /*
         * name
         */
  font-size: 15px;
  font-weight: 200;
  color: var(--brand-primary);
  text-align: center;
  margin: 0;
  margin-top: 5px;
}
body.folders ul.doc-archive li.doc-item h3:hover {
  text-decoration: underline;
}
body.folders ul.doc-archive li.doc-item label {
  /*
         * file-property
         */
  display: none;
  margin: 0;
}
body.folders ul.doc-archive li.doc-item label span {
  /*
           * property-label (first)key/(last)value
           */
  font-weight: 200;
}
body.folders ul.doc-archive li.doc-item input {
  display: none;
}
body.folders ul.doc-archive li.doc-item.selected {
  background-color: #ffedab;
}
body.folders ul.doc-archive li.doc-item.selected h3 {
  color: white;
}
@media (max-width: 481px) {
  body.folders ul.doc-archive li.doc-item {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px;
  }
  body.folders ul.doc-archive li.doc-item .doc-icon {
    position: absolute;
    left: 25px;
    top: 0;
    width: 60px;
    margin-top: 10px;
    margin-left: 5px;
  }
  body.folders ul.doc-archive li.doc-item h3 {
    float: left;
    width: 100%;
    padding-left: 85px;
    text-align: left;
  }
  body.folders ul.doc-archive li.doc-item label {
    display: block;
    float: left;
    width: 100%;
    padding-left: 85px;
  }
  body.folders ul.doc-archive li.doc-item label span:first-child {
    width: 70px;
    /* this is the "title" of the "property"-group */
    display: block;
    float: left;
  }
  body.folders ul.doc-archive li.doc-item label span:last-child {
    /*
               * this is the "value" of the "property"-group
               */
    width: auto;
    display: inline-block;
    float: left;
  }
  body.folders ul.doc-archive li.doc-item input {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px;
  }
  body.folders ul.doc-archive li.doc-item:nth-of-type(odd) {
    background-color: #eeeeee;
  }
  body.folders ul.doc-archive li.doc-item.selected {
    background-color: #ffedab;
  }
}
body.folders table.doc-archive thead tr th.doc-archive-list-title-name-col {
  padding-left: 60px;
  /* align name-title-col to the name-cols */
}
body.folders table.doc-archive thead tr th p {
  position: relative;
  margin: 0;
  padding: 0;
}
body.folders table.doc-archive thead tr th p i {
  position: absolute;
  right: 0;
  top: 3px;
}
body.folders table.doc-archive tbody tr td.doc-name-col i,
body.folders table.doc-archive tbody tr td.doc-name-col a {
  margin-left: 10px;
}
body.folders table.doc-archive tbody tr td.doc-name-col input {
  cursor: pointer;
}
body.folders .doc-archive-title {
  border-bottom: 1px solid #eeeeee;
}
body.folders .doc-archive-title h2 {
  line-height: 35px;
  margin-bottom: -2px;
}
body.folders .doc-archive-sort {
  float: right;
  margin-top: -5px;
  /*
     * options displayed weird when the select is floating
     */
}
body.folders .doc-archive-sort span {
  margin-right: 10px;
  font-weight: 200;
  float: left;
  line-height: 34px;
}
body.folders .doc-archive-sort .btn-group {
  margin-bottom: 0;
  margin-left: 4px;
}
body.folders .doc-archive-sort .dropdown-menu > li {
  float: left;
  width: 100%;
}
body.folders .doc-archive-sort .dropdown-menu > li > a {
  float: left;
  width: 100%;
}
h4body.folders .doc-archive-info {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 200;
}
body.folders ul.folder-tree {
  list-style: none;
  padding-left: 0;
}
body.folders ul.folder-tree ul {
  list-style: none;
}
@media (max-width: 481px) {
  body.folders .doc-archive-title h2 {
    line-height: 100%;
    margin-bottom: 2px;
  }
  body.folders .doc-archive-sort {
    display: none;
  }
}
body.folders .doc-icon {
  width: 100%;
  height: 60px;
  margin: 5px 0;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-generic.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.folders .doc-icon {
    background-image: url("/Client/img/fp-icon-generic@2x.png");
    background-size: 48px 60px;
  }
}
body.folders .doc-icon.di-folder {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60px 48px;
  background-image: url("/Client/img/fp-icon-folder.png");
  /* this one is landscape-type, inverted dimensions(?) */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.folders .doc-icon.di-folder {
    background-image: url("/Client/img/fp-icon-folder@2x.png");
    background-size: 60px 48px;
  }
}
body.folders .doc-icon.di-doc,
body.folders .doc-icon.di-dot,
body.folders .doc-icon.di-docx,
body.folders .doc-icon.di-docm,
body.folders .doc-icon.di-dotx,
body.folders .doc-icon.di-dotm,
body.folders .doc-icon.di-docb {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-word.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.folders .doc-icon.di-doc,
  body.folders .doc-icon.di-dot,
  body.folders .doc-icon.di-docx,
  body.folders .doc-icon.di-docm,
  body.folders .doc-icon.di-dotx,
  body.folders .doc-icon.di-dotm,
  body.folders .doc-icon.di-docb {
    background-image: url("/Client/img/fp-icon-word@2x.png");
    background-size: 48px 60px;
  }
}
body.folders .doc-icon.di-pdf {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-pdf.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.folders .doc-icon.di-pdf {
    background-image: url("/Client/img/fp-icon-pdf@2x.png");
    background-size: 48px 60px;
  }
}
body.folders .doc-icon.di-xls,
body.folders .doc-icon.di-xlt,
body.folders .doc-icon.di-xlm,
body.folders .doc-icon.di-xlsx,
body.folders .doc-icon.di-xlsm,
body.folders .doc-icon.di-xltx,
body.folders .doc-icon.di-xltm,
body.folders .doc-icon.di-xlsb,
body.folders .doc-icon.di-xla,
body.folders .doc-icon.di-xlam,
body.folders .doc-icon.di-xll,
body.folders .doc-icon.di-xlw {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-xls.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.folders .doc-icon.di-xls,
  body.folders .doc-icon.di-xlt,
  body.folders .doc-icon.di-xlm,
  body.folders .doc-icon.di-xlsx,
  body.folders .doc-icon.di-xlsm,
  body.folders .doc-icon.di-xltx,
  body.folders .doc-icon.di-xltm,
  body.folders .doc-icon.di-xlsb,
  body.folders .doc-icon.di-xla,
  body.folders .doc-icon.di-xlam,
  body.folders .doc-icon.di-xll,
  body.folders .doc-icon.di-xlw {
    background-image: url("/Client/img/fp-icon-xls@2x.png");
    background-size: 48px 60px;
  }
}
body.folders .doc-icon.di-ppt,
body.folders .doc-icon.di-pot,
body.folders .doc-icon.di-pps,
body.folders .doc-icon.di-pptx,
body.folders .doc-icon.di-pptm,
body.folders .doc-icon.di-potx,
body.folders .doc-icon.di-potm,
body.folders .doc-icon.di-ppam,
body.folders .doc-icon.di-ppsx,
body.folders .doc-icon.di-ppsm,
body.folders .doc-icon.di-sldx,
body.folders .doc-icon.di-sldm {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-ppt.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.folders .doc-icon.di-ppt,
  body.folders .doc-icon.di-pot,
  body.folders .doc-icon.di-pps,
  body.folders .doc-icon.di-pptx,
  body.folders .doc-icon.di-pptm,
  body.folders .doc-icon.di-potx,
  body.folders .doc-icon.di-potm,
  body.folders .doc-icon.di-ppam,
  body.folders .doc-icon.di-ppsx,
  body.folders .doc-icon.di-ppsm,
  body.folders .doc-icon.di-sldx,
  body.folders .doc-icon.di-sldm {
    background-image: url("/Client/img/fp-icon-ppt@2x.png");
    background-size: 48px 60px;
  }
}
body.folders .doc-icon.di-jpg,
body.folders .doc-icon.di-jpeg,
body.folders .doc-icon.di-tiff,
body.folders .doc-icon.di-tif,
body.folders .doc-icon.di-gif,
body.folders .doc-icon.di-bmp,
body.folders .doc-icon.di-png,
body.folders .doc-icon.di-svg {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-jpg.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.folders .doc-icon.di-jpg,
  body.folders .doc-icon.di-jpeg,
  body.folders .doc-icon.di-tiff,
  body.folders .doc-icon.di-tif,
  body.folders .doc-icon.di-gif,
  body.folders .doc-icon.di-bmp,
  body.folders .doc-icon.di-png,
  body.folders .doc-icon.di-svg {
    background-image: url("/Client/img/fp-icon-jpg@2x.png");
    background-size: 48px 60px;
  }
}
body.folders .doc-icon.di-sie,
body.folders .doc-icon.di-se {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-sie.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.folders .doc-icon.di-sie,
  body.folders .doc-icon.di-se {
    background-image: url("/Client/img/fp-icon-sie@2x.png");
    background-size: 48px 60px;
  }
}
body.folders .empty-archive {
  margin-top: 0;
}
body.folders .tree-icon {
  padding-right: 5px;
}
body.folders .document-archive-row {
  margin-bottom: 20px;
  border-bottom: 1px solid white;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  body.folders .document-archive-row {
    border-bottom: none;
  }
}
body.folders .document-archive-row .sortDiv {
  display: inline-block;
}
body.folders .document-archive-row .icon-view-switch {
  float: right;
}
@media (min-width: 767px) {
  body.folders .document-archive-row .actions-breadcrumbs {
    float: right;
  }
}
body.folders .document-archive-row .actions-breadcrumbs .sortDiv span {
  margin-right: 10px;
}
body.folders .document-archive-row .actions-breadcrumbs .btn {
  padding: 6px 8px;
}
body.folders .document-archive-row .breadcrumb {
  margin-bottom: 0;
  background: transparent;
  font-size: 22px;
}
body.folders .document-archive-row .breadcrumb li::before {
  padding-right: 0;
}
body.folders .iconicView,
body.folders .listView {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.folders .iconicView .iconicWidget {
  cursor: pointer;
  width: 110px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
body.folders .iconicView .iconicWidget:hover {
  background-color: #fff8de;
}
body.folders .iconicView .iconicWidget.active {
  background-color: #ffedab;
}
body.folders .iconicView .iconicWidget .big_icon {
  height: 64px;
}
body.folders .iconicView .iconicWidget .name {
  text-overflow: ellipsis;
  overflow: hidden;
}
body.folders .iconicView .iconicWidget.preliminary .big_icon {
  position: relative;
}
body.folders .iconicView .iconicWidget.preliminary .big_icon::before {
  content: "\f070";
  color: white;
  font-family: "Font Awesome 6 Free", Fontawesome, sans-serif;
  position: absolute;
  top: 45px;
  right: 9px;
  font-size: 22px;
}
body.folders .iconicView .iconicWidget.preliminary .big_icon::after {
  content: "\f070";
  color: #484848;
  font-family: "Font Awesome 6 Free", Fontawesome, sans-serif;
  position: absolute;
  top: 49px;
  right: 11px;
  font-size: 18px;
}
body.folders .listView table tbody tr td {
  vertical-align: middle;
}
body.folders .listView table tbody tr td input,
body.folders .listView table tbody tr td i {
  margin: 0;
  margin-right: 10px;
  vertical-align: middle;
}
body.folders .listView table tbody tr td.back-to-parent {
  padding-left: 30px;
}
/*
 * Voucher page
 *
 */
body.windowed {
  background: #565656;
}
body.windowed .table-striped > thead > tr:nth-child(even) > td,
body.windowed .table-striped > thead > tr:nth-child(even) > th,
body.windowed .table-striped > tbody > tr:nth-child(even) > td,
body.windowed .table-striped > tbody > tr:nth-child(even) > th {
  background: white;
}
body.windowed #document {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  text-align: left;
  width: auto;
  display: inline-block;
}
@media (max-width: 769px) {
  body.windowed #document {
    margin-top: 10px;
  }
}
body.windowed #document.loaded {
  background: white;
  overflow-x: auto;
}
body.windowed table {
  width: 100%;
  overflow-x: auto;
}
body.windowed thead {
  border-bottom: 2px solid #8b8b8b !important;
  /* stylelint-disable-line declaration-no-important */
}
body.windowed thead tr th {
  background: white !important;
  /* stylelint-disable-line declaration-no-important */
}
body.windowed .table-striped > tfoot > tr {
  background: white;
}
body.windowed tbody.table-condensed tr td {
  padding: 0;
}
body.windowed .important {
  color: #393939;
}
body.windowed .total {
  font-size: 16px;
}
body.windowed .total .pull-right {
  padding-right: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  margin-right: -2px;
}
body.windowed .total td {
  border-top: none !important;
  /* stylelint-disable-line declaration-no-important */
}
body.windowed .total .bold {
  font-weight: bold;
}
body.windowed .total.ledger {
  font-size: 14px;
}
body.windowed .total-text {
  padding-left: 10px !important;
  /* stylelint-disable-line declaration-no-important */
}
body.windowed table tr td {
  vertical-align: middle;
}
body.windowed table tr td a {
  line-height: 31px;
}
body.windowed .opening {
  font-weight: bold;
}
body.windowed .closing td {
  padding-top: 5px;
  border-top: 2px solid #8b8b8b !important;
  /* stylelint-disable-line declaration-no-important */
  padding-bottom: 20px;
}
body.windowed .closing .bold {
  font-weight: bold;
}
body.windowed .linked-document-link :hover {
  text-decoration: none;
  background-color: transparent;
}
body.windowed .fp-icon {
  position: relative;
  margin: 2px 0;
  background-position: center 5px;
  background-repeat: no-repeat;
  background-size: 16px 20px;
  min-height: 27px;
  min-width: 16px;
  width: 30px;
  text-align: center;
}
body.windowed .fp-icon.ledger-icon {
  margin: 0;
  margin-bottom: -4px;
  padding-left: 30px;
}
body.windowed #document-title {
  display: none;
}
body.windowed #main-navbar #brand-name {
  padding-left: 20px;
}
@media (max-width: 768px) {
  body.windowed #main-navbar.navbar .navbar-form {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    margin: 2px;
    margin-right: 10px;
  }
}
body.windowed #viewport {
  left: 0;
}
body.windowed .container {
  text-align: center;
}
body.windowed .container .panel-title {
  font-weight: 500;
  border-bottom: none;
  margin-bottom: 5px;
}
body.windowed .container .panel-title .account-statement-title {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 4px;
}
body.windowed .container .panel-title a .icon {
  color: var(--brand-primary);
}
body.windowed .container .panel-title a:hover .icon {
  color: #b30000;
}
body.windowed .container .panel-title .inline-dimension-labels {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 200;
}
/*
 * Search page
 *
 */
/*
 * Search ledger styles
 */
.search-ledger #loading-progress {
  margin-top: 50px;
}
.search-ledger .input-group-btn .btn.btn-default {
  border-left: none;
}
.search-ledger .advanced-search-anchor {
  margin: 10px 0;
}
.search-ledger .advanced-search .search-area button {
  width: 330px;
}
.search-ledger .input-daterange input {
  border: 1px solid #cccccc;
  display: inline-block;
  max-width: 150px;
  min-width: 150px;
}
.search-ledger .input-daterange span.add-on {
  padding: 6px 12px;
  height: 34px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
/*
 * My Settings page
 *
 */
.consultant {
  text-align: center;
  color: #747474;
  height: 140px;
  position: relative;
}
.consultant img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  padding: 1px;
  cursor: pointer;
}
.consultant .add-new {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  padding: 20px;
  background-color: #616161;
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url("/Client/img/admin-add-lg.png");
  background-color: #b4b4b4;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .consultant .add-new {
    background-image: url("/Client/img/admin-add-lg@2x.png");
    background-size: 40px 40px;
  }
}
.consultant .add-new:hover {
  background-image: url("/Client/img/admin-add-lg-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .consultant .add-new:hover {
    background-image: url("/Client/img/admin-add-lg-hover@2x.png");
    background-size: 40px 40px;
  }
}
@media (max-width: 768px) {
  .consultant .add-new {
    background-size: 30px;
    background-image: url("/Client/img/admin-add-sm.png");
  }
  .consultant .add-new:hover {
    background-image: url("/Client/img/admin-add-sm-hover.png");
  }
}
@media (max-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min-resolution: 192dpi), (max-width: 768px) and only screen and (min-resolution: 2dppx) {
  .consultant .add-new {
    background-image: url("/Client/img/admin-add-sm@2x.png");
    background-size: 30px 30px;
  }
}
@media (max-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min-resolution: 192dpi), (max-width: 768px) and only screen and (min-resolution: 2dppx) {
  .consultant .add-new:hover {
    background-image: url("/Client/img/admin-add-sm-hover@2x.png");
    background-size: 30px 30px;
  }
}
.consultant .add-new.add-new-close {
  background-color: #616161;
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url("/Client/img/admin-cancel-lg.png");
  background-color: #b4b4b4;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .consultant .add-new.add-new-close {
    background-image: url("/Client/img/admin-cancel-lg@2x.png");
    background-size: 40px 40px;
  }
}
.consultant .add-new.add-new-close:hover {
  background-image: url("/Client/img/admin-cancel-lg-hover.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .consultant .add-new.add-new-close:hover {
    background-image: url("/Client/img/admin-cancel-lg-hover@2x.png");
    background-size: 40px 40px;
  }
}
@media (max-width: 768px) {
  .consultant .add-new.add-new-close {
    background-size: 30px;
    background-image: url("/Client/img/admin-cancel-sm.png");
  }
  .consultant .add-new.add-new-close:hover {
    background-image: url("/Client/img/admin-cancel-sm-hover.png");
  }
}
@media (max-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min-resolution: 192dpi), (max-width: 768px) and only screen and (min-resolution: 2dppx) {
  .consultant .add-new.add-new-close {
    background-image: url("/Client/img/admin-cancel-sm@2x.png");
    background-size: 30px 30px;
  }
}
@media (max-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min-resolution: 192dpi), (max-width: 768px) and only screen and (min-resolution: 2dppx) {
  .consultant .add-new.add-new-close:hover {
    background-image: url("/Client/img/admin-cancel-sm-hover@2x.png");
    background-size: 30px 30px;
  }
}
.consultant .remove-user-container {
  position: absolute;
  width: 100px;
  height: 25px;
  left: 0;
  right: 0;
  top: -10px;
  margin-left: auto;
  margin-right: auto;
}
.consultant .remove-user-container .remove-user {
  width: 25px;
  height: 24px;
  float: right;
  cursor: pointer;
  background-position: 50% 50%;
  background-size: 15px 16px;
  background-repeat: no-repeat;
  background-image: url("/Client/img/admin-unattach.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .consultant .remove-user-container .remove-user {
    background-image: url("/Client/img/admin-unattach@2x.png");
    background-size: 15px 16px;
  }
}
@media (max-width: 480px) {
  .consultant {
    height: 80px;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
  }
  .consultant img {
    width: 60px;
    height: 60px;
    float: left !important;
  }
  .consultant p {
    width: auto;
    float: left !important;
    line-height: 60px;
    padding-left: 10px;
    font-weight: var(--font-weight-bold);
  }
  .consultant .add-new-mobile {
    width: 60px;
    height: 60px;
    float: left !important;
    background-color: #616161;
    background-position: 50% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    background-image: url("/Client/img/admin-add-lg.png");
    background-color: #818181;
  }
  .consultant .add-new-mobile:hover {
    background-image: url("/Client/img/admin-add-lg-hover.png");
  }
  .consultant .add-new-mobile.add-new-close {
    background-color: #616161;
    background-position: 50% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    background-image: url("/Client/img/admin-cancel-lg.png");
    background-color: #818181;
  }
  .consultant .add-new-mobile.add-new-close:hover {
    background-image: url("/Client/img/admin-cancel-lg-hover.png");
  }
  .consultant .remove-user-container {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    top: auto;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 18px;
    float: right !important;
  }
  .consultant .remove-user-container .remove-user {
    float: none !important;
    /* stylelint-disable-line declaration-no-important */
    display: block !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (max-width: 480px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 480px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 480px) and only screen and (min-device-pixel-ratio: 2), (max-width: 480px) and only screen and (min-resolution: 192dpi), (max-width: 480px) and only screen and (min-resolution: 2dppx) {
  .consultant .add-new-mobile {
    background-image: url("/Client/img/admin-add-lg@2x.png");
    background-size: 40px 40px;
  }
}
@media (max-width: 480px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 480px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 480px) and only screen and (min-device-pixel-ratio: 2), (max-width: 480px) and only screen and (min-resolution: 192dpi), (max-width: 480px) and only screen and (min-resolution: 2dppx) {
  .consultant .add-new-mobile:hover {
    background-image: url("/Client/img/admin-add-lg-hover@2x.png");
    background-size: 40px 40px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .consultant .add-new-mobile {
    background-size: 30px;
    background-image: url("/Client/img/admin-add-sm.png");
  }
  .consultant .add-new-mobile:hover {
    background-image: url("/Client/img/admin-add-sm-hover.png");
  }
}
@media (max-width: 480px) and (max-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (min-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (min-resolution: 192dpi), (max-width: 480px) and (max-width: 768px) and only screen and (min-resolution: 2dppx) {
  .consultant .add-new-mobile {
    background-image: url("/Client/img/admin-add-sm@2x.png");
    background-size: 30px 30px;
  }
}
@media (max-width: 480px) and (max-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (min-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (min-resolution: 192dpi), (max-width: 480px) and (max-width: 768px) and only screen and (min-resolution: 2dppx) {
  .consultant .add-new-mobile:hover {
    background-image: url("/Client/img/admin-add-sm-hover@2x.png");
    background-size: 30px 30px;
  }
}
@media (max-width: 480px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 480px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 480px) and only screen and (min-device-pixel-ratio: 2), (max-width: 480px) and only screen and (min-resolution: 192dpi), (max-width: 480px) and only screen and (min-resolution: 2dppx) {
  .consultant .add-new-mobile.add-new-close {
    background-image: url("/Client/img/admin-cancel-lg@2x.png");
    background-size: 40px 40px;
  }
}
@media (max-width: 480px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 480px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 480px) and only screen and (min-device-pixel-ratio: 2), (max-width: 480px) and only screen and (min-resolution: 192dpi), (max-width: 480px) and only screen and (min-resolution: 2dppx) {
  .consultant .add-new-mobile.add-new-close:hover {
    background-image: url("/Client/img/admin-cancel-lg-hover@2x.png");
    background-size: 40px 40px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .consultant .add-new-mobile.add-new-close {
    background-size: 30px;
    background-image: url("/Client/img/admin-cancel-sm.png");
  }
  .consultant .add-new-mobile.add-new-close:hover {
    background-image: url("/Client/img/admin-cancel-sm-hover.png");
  }
}
@media (max-width: 480px) and (max-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (min-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (min-resolution: 192dpi), (max-width: 480px) and (max-width: 768px) and only screen and (min-resolution: 2dppx) {
  .consultant .add-new-mobile.add-new-close {
    background-image: url("/Client/img/admin-cancel-sm@2x.png");
    background-size: 30px 30px;
  }
}
@media (max-width: 480px) and (max-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (min-device-pixel-ratio: 2), (max-width: 480px) and (max-width: 768px) and only screen and (min-resolution: 192dpi), (max-width: 480px) and (max-width: 768px) and only screen and (min-resolution: 2dppx) {
  .consultant .add-new-mobile.add-new-close:hover {
    background-image: url("/Client/img/admin-cancel-sm-hover@2x.png");
    background-size: 30px 30px;
  }
}
/*
 * Settings
 *
 */
.settings .ordered-list {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 8px;
}
.settings .ordered-list .switch-btn {
  margin-top: 5.25px;
}
.settings .form-actions .btn {
  margin-right: 4px;
}
.settings .form-actions .btn:last-child {
  margin-right: 0;
}
.settings .form-actions .btn {
  margin-right: 4px;
}
.settings .form-actions .btn:last-child {
  margin-right: 0;
}
.settings .form-actions .col-lg-12 {
  padding-right: 0;
}
.settings a.action.disabled {
  cursor: not-allowed;
  color: #8e8e8e;
}
.settings a.action.disabled:hover {
  text-decoration: none;
}
.settings.agency #document {
  background-color: #565656;
}
.settings.agency .CardWidget .card-content {
  background-color: #343434;
}
.settings.agency ul.language-list li.lang a {
  color: #dedede;
}
.agency-viewport .cards-container .customer-card,
.agency-viewport .card-list .customer-card {
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.agency-viewport .cards-container .customer-card:hover,
.agency-viewport .card-list .customer-card:hover {
  color: white;
}
.agency-viewport .cards-container .customer-card:hover .add-new,
.agency-viewport .card-list .customer-card:hover .add-new {
  background-image: url("/Client/img/admin-add-lg-hover.png");
}
.agency-viewport .cards-container .customer-card .customer-picture,
.agency-viewport .card-list .customer-card .customer-picture {
  background: #444444;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 4px;
}
.agency-viewport .cards-container .customer-card .customer-name,
.agency-viewport .card-list .customer-card .customer-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 80px;
}
.agency-viewport .cards-container .customer-card .add-new,
.agency-viewport .card-list .customer-card .add-new {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  padding: 20px;
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url("/Client/img/admin-add-lg.png");
  background-color: #444444;
  cursor: pointer;
  margin-bottom: 4px;
}
.agency-viewport .add-user.disabled .add-new {
  background-color: #484848;
  cursor: default;
}
.agency-viewport .add-user.disabled .add-new:hover {
  background-image: url("/Client/img/admin-add-lg.png");
  background-size: 30px 30px;
}
.agency-viewport .add-user.disabled p {
  color: #333333;
}
.agency.settings .popover {
  background-color: #363636;
  color: #dedede;
  border: 1px solid #8a8a8a;
  width: auto;
}
.agency.settings .popover .slim-popover {
  height: 15px;
}
.agency.settings .popover .arrow {
  border-top-color: #bbbbbb;
}
.agency.settings .popover .arrow::after {
  border-top-color: #363636;
}
.agency.settings .popover a {
  margin-right: 10px;
}
.agency.settings .popover a:last-child {
  margin-right: 0;
}
.modal-content .warning-dialog-body {
  padding: inherit;
  border: 1px solid #f79d2c;
  font-size: 1.1em;
}
.modal-content .warning-dialog-body .fa-exclamation-triangle {
  color: #f79d2c;
}
.modal-content.attach-company {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  min-height: 300px;
}
.modal-content.attach-company .modal-header {
  min-height: auto;
}
.modal-content.attach-company .modal-body {
  overflow: visible;
}
.modal-content.attach-company .modal-body .finsit-element_select {
  width: 100%;
}
.modal-content.attach-company ul {
  overflow-y: auto;
}
.modal-content.attach-company .dropdown-menu.open ul {
  height: auto;
}
.avatar-settings {
  text-align: center;
}
.avatar-settings .user-avatar {
  border-radius: 50%;
  margin-bottom: 10px;
  height: 100px;
  width: 100px;
}
.accounting-viewport .card-container .user-picture {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 4px;
}
.accounting-viewport .container {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .agency-viewport .consultant div,
  .agency-viewport .consultant img {
    width: 60px;
    height: 60px;
    float: left;
  }
}
/*
 * Company Settings page
 *
 */
.accountingImport a.btn {
  margin-right: 4px;
}
.company-settings .fiscal-year.inactive .progress.progress-stacked .progress-bar.progress-bar-secondary {
  background-color: #cccccc;
}
.company-settings .client-show-tab-nav li {
  width: 16.66666667%;
}
.companySettings a.btn.btn-danger {
  margin-right: 4px;
}
.companySettings a.btn.btn-primary {
  margin-right: 4px;
}
.older-fiscal-years {
  display: none;
}
.import-content a {
  margin-right: 5px;
}
.kpi-presets .fa,
.kpi-presets .fas,
.kpi-presets .far,
.kpi-presets .fab {
  padding-right: 5px;
}
.hint-danger {
  color: #a94442;
}
.kpi-section h4,
.preliminary-documents-section h4 {
  margin: 10px 0;
}
.kpis-buttons {
  float: right;
}
.kpis-buttons .btn {
  width: 150px;
  display: inline-block;
}
.kpis-buttons .btn.btn-primary {
  margin-left: 5px;
}
@media (max-width: 480px) {
  .kpis-buttons {
    float: left;
    display: block;
    width: 100%;
  }
  .kpis-buttons .btn {
    width: 100%;
    display: block;
    border-radius: 3px 3px 0 0;
    margin: 0;
  }
  .kpis-buttons .btn.btn-primary {
    border-radius: 0 0 3px 3px;
    margin: 5px 0 0;
  }
}
.list-stripped {
  border: 1px solid #ddd;
  max-height: 250px;
  overflow: auto;
  margin-bottom: 10px;
}
.list-stripped ul {
  padding-left: 0;
  margin-bottom: 0;
}
.list-stripped ul li {
  padding: 5px;
  padding-right: 15px;
  /* for the scrollbar */
  list-style: none;
}
.list-stripped ul li.no-icon {
  padding-left: 24px;
}
.list-stripped ul li:hover {
  background-color: var(--table-bg-hover);
}
.list-stripped ul li:nth-child(odd) {
  background-color: var(--table-bg-accent);
}
.list-stripped ul li:nth-child(odd):hover {
  background-color: var(--table-bg-hover);
}
.list-stripped ul li .pull-right a,
.list-stripped ul li .pull-right button {
  margin-left: 8px;
}
.list-stripped ul li .pull-right a.btn {
  padding: 0;
}
.list-stripped ul li .pull-right a.btn i {
  color: white;
}
.remove-kpi:hover,
.mark-permanent:hover {
  cursor: pointer;
  color: var(--brand-primary);
}
.edit {
  padding-left: 20px;
}
.inline-block {
  display: inline-block;
}
.updating-title .spinner {
  margin-left: 5px;
}
.updating-title .visible-kpis-updated {
  margin-left: 5px;
  color: green;
  transition: all 0.5s;
}
.updating-title .visible-kpis-updated.invisible {
  opacity: 0;
  visibility: hidden;
}
.form-actions.col-lg-12.text-right {
  padding-right: 0;
}
.edit-preset .title .fa,
.edit-preset .title .fas,
.edit-preset .title .far,
.edit-preset .title .fab {
  margin-right: 10px;
}
.edit-preset .margin-right {
  margin-right: 5px;
}
.edit-preset .list-stripped {
  margin-bottom: 25px;
}
.edit-preset .form-horizontal label.checkbox input {
  border: none;
  box-shadow: none;
  margin-top: -2px;
}
.edit-preset ul li .no-icon {
  display: inline-block;
  margin-left: 18px;
}
.edit-preset ul li .fa,
.edit-preset ul li .fas,
.edit-preset ul li .far,
.edit-preset ul li .fab {
  margin-right: 4px;
}
.toggle-widget {
  position: relative;
}
.toggle-widget .remove-budget {
  position: absolute;
  top: 0;
  right: 0;
}
.agency-viewport .remove-budget {
  top: 16px;
  right: 16px;
}
.coa-action {
  display: inline-block;
  min-width: 11px;
  text-align: right;
  margin-right: 10px;
}
.coa-action:last-child {
  margin-right: 0;
}
.coa-action:hover {
  cursor: pointer;
  color: var(--brand-primary);
}
.import-coa .spinner {
  margin-left: 0;
}
.last-import-date dt {
  flex-basis: auto;
  margin-right: 0.5em;
}
.last-import-date dt i {
  margin-left: 0;
}
.import-action {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.agency-viewport .card .consultant {
  color: #b3b3b3;
}
.agency-viewport .card-list .card-container .read-only .avatar-icon img {
  cursor: default;
}
.agency-viewport .list-stripped {
  border-color: #424242;
}
.agency-viewport .list-stripped ul li:hover {
  background-color: #2e2f30;
}
.agency-viewport .list-stripped ul li:nth-child(odd) {
  background-color: #353738;
}
.agency-viewport .list-stripped ul li:nth-child(odd):hover {
  background-color: #2e2f30;
}
.agency-viewport ul.list.list-stripped {
  border-color: #424242;
}
.agency-viewport ul.list.list-stripped li:hover {
  background-color: #2e2f30;
}
.agency-viewport ul.list.list-stripped li:nth-child(odd) {
  background-color: #353738;
}
.agency-viewport ul.list.list-stripped li:nth-child(odd):hover {
  background-color: #2e2f30;
}
.agency-viewport .popover.agency-user .arrow::after {
  border-color: transparent;
}
.chart-of-accounts ul.tree-root {
  background: white;
  border: 1px solid #cccccc;
  overflow: auto;
}
.chart-of-accounts ul.tree-root .tree-item-name .name {
  line-height: 22px;
}
.chart-of-accounts ul.tree-root .tree-item-name .name ul.linked-known-groups {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.chart-of-accounts ul.tree-root .tree-item-name .name ul.linked-known-groups li.linked-known-group {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  padding: 2px 4px;
  border: 1px solid #00a4c1;
  background-color: var(--brand-primary);
  margin-right: 4px;
  border-radius: 4px;
  line-height: 1.2em;
  font-size: 0.9em;
  color: white;
}
.chart-of-accounts ul.tree-root .tree-item-name .knowngroup i {
  margin-left: 10px;
  color: #aaaaaa;
  font-size: 16px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.chart-of-accounts ul.tree-root li.tree-item.selected > .tree-item-header .tree-item-name ul.linked-known-groups li.linked-known-group {
  color: var(--brand-primary);
  background-color: white;
}
.chart-of-accounts ul.tree-root li.tree-item.selected > .tree-item-header .tree-item-name .knowngroup i {
  color: #eeeeee;
}
.chart-of-accounts .empty-exceptions-list {
  height: 71px;
}
.chart-of-accounts .alert-content p {
  border-color: #d69695;
  padding-top: 10px;
}
.chart-of-accounts .alert-content p:last-child {
  margin-bottom: 0;
}
.chart-of-accounts .tree-actions {
  margin-bottom: 10px;
  text-align: right;
}
.chart-of-accounts .tree-actions a:first-child {
  margin-right: 4px;
}
.chart-of-accounts .tree-actions a:last-child {
  margin-left: 4px;
}
.chart-of-accounts .dialog-section {
  margin-bottom: 14px;
}
.chart-of-accounts .dialog-section:last-child {
  margin-bottom: 0;
}
.chart-of-accounts .dialog-section .helptext {
  margin-bottom: 6px;
}
.chart-of-accounts .dialog-section .unlink-icon {
  margin-right: 4px;
}
.chart-of-accounts .edit-group-form {
  padding: 0 20px;
}
.chart-of-accounts .form-horizontal .control-label.group-name-label {
  text-align: left;
  padding-left: 0;
}
.chart-of-accounts .category-editor {
  background: white;
  padding: 20px 10px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.chart-of-accounts .category-editor:before,
.chart-of-accounts .category-editor:after {
  display: table;
  content: " ";
}
.chart-of-accounts .category-editor:after {
  clear: both;
}
.chart-of-accounts .category-editor:before,
.chart-of-accounts .category-editor:after {
  display: table;
  content: " ";
}
.chart-of-accounts .category-editor:after {
  clear: both;
}
.chart-of-accounts .category-editor label {
  margin-bottom: 10px;
}
.chart-of-accounts .category-editor .half-part {
  height: 100%;
}
.chart-of-accounts .category-editor .name-row .name-col {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chart-of-accounts .category-editor .name-row .btn-col {
  text-align: right;
}
.chart-of-accounts .category-editor .list-stripped {
  max-height: initial;
}
.chart-of-accounts .category-editor .list-stripped ul li.selected {
  background-color: var(--brand-primary);
  color: white;
}
.chart-of-accounts .category-editor .list-stripped.groups li {
  position: relative;
  height: 30px;
}
.chart-of-accounts .category-editor .list-stripped.groups li span.name {
  position: absolute;
  left: 5px;
  right: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.chart-of-accounts .category-editor .actions > div {
  display: inline-block;
}
.chart-of-accounts .category-editor .actions .add-actions {
  float: right;
}
.chart-of-accounts .modal ul.tree-root {
  height: initial;
  max-height: 600px;
}
.chart-of-accounts .information-box {
  width: 50%;
  margin-left: 25%;
  margin-top: 100px;
  padding: 0 20px 20px;
  border: 1px solid #cccccc;
  background: #f0f0f0;
}
.chart-of-accounts .information-box h2 {
  margin-bottom: 10px;
}
.chart-of-accounts .information-box .actions {
  margin-top: 20px;
}
/*
 * Accounts mapping
 *
 */
.account-mapping .empty-archive {
  background: #565656 url("/Client/img/img-umbrella.png") bottom center no-repeat;
  background-size: cover;
  border: 0 none;
  border-radius: 6px;
  width: 800px;
  margin: 20px auto;
  text-align: center;
  position: relative;
  padding-top: 400px;
}
.account-mapping .empty-archive h2 {
  color: #dddddd;
  font-size: 32px;
  font-weight: bold;
  line-height: 37px;
  text-transform: none;
}
.account-mapping .empty-archive h3 {
  color: #999999;
  font-weight: bold;
  font-size: 21px;
}
.account-mapping .empty-archive h2,
.account-mapping .empty-archive h3 {
  margin: 10px;
}
.account-mapping .empty-archive .actions .btn {
  background-color: #378db8;
  border-color: #3a7e9f;
  color: white;
}
.account-mapping .empty-archive .actions .btn:hover {
  background-color: #317ea4;
  border-color: #336f8c;
}
.account-mapping .empty-archive .content h3 {
  width: 34%;
  margin: 0 auto 35px;
  color: #999999;
  font-size: 20px;
}
.account-mapping .empty-archive .content a {
  font-size: 18px;
}
.account-mapping .account-mapping-editor {
  background-color: #565656;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container {
  display: flex;
  justify-content: space-around;
  padding-bottom: 10px;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container h2 {
  margin-bottom: 10px;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .col-contents {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 650px;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .col-contents .main {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  overflow: hidden;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .col-contents .main .content {
  height: 100%;
  flex-grow: 2;
  overflow: hidden auto;
  background: #2f2f2f;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .col-contents .main .content::-webkit-scrollbar {
  width: 8px;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .col-contents .main .content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #636363;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .col-contents .main .content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #3f3f3f;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .col-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .col-actions .arrow-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 100px;
  background: transparent;
  border: 0 none;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .col-actions .arrow-container .arrow {
  height: 30px;
  width: 100%;
  background: #3f3f3f;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .col-actions .arrow-container::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #3f3f3f;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .col-actions .btn-primary {
  padding: 6px 10px;
  font-weight: bold;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container input[type="checkbox"] {
  vertical-align: middle;
  margin: 3px 10px 5px 3px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .account-list::-webkit-scrollbar {
  width: 8px;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .account-list .sorting-checkbox {
  padding: 0 0 7px 11px;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .account-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #636363;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .account-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #3f3f3f;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .account-list table {
  margin: 0;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .account-list table tr.highlight td {
  color: white;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .control {
  padding: 10px;
  background-color: #2f2f2f;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .account-list-controls input[type="checkbox"] {
  margin-left: 18px;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .account-list-controls .control-text {
  margin-bottom: 10px;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .account-list-controls .progress {
  height: 10px;
  margin-bottom: 15px;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .control-buttons {
  margin: 10px 0;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .control-buttons .btn {
  background-color: var(--brand-primary);
  border: none;
  color: white;
  display: block;
  width: 100%;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .control-buttons .dropdown-toggle {
  width: 100%;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .control-buttons .dropdown-menu {
  height: 601px;
  width: 164%;
  overflow-y: auto;
  left: 4%;
  margin-bottom: 8px;
  background-color: #2f2f2f;
  padding: 10px;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .control-buttons .dropdown-menu::-webkit-scrollbar {
  width: 8px;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .control-buttons .dropdown-menu::-webkit-scrollbar-track {
  border-radius: 10px;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .control-buttons .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #3f3f3f;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .chart-of-accounts-preview {
  background-color: #2f2f2f;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .chart-of-accounts-preview .control-panel {
  padding: 10px;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .chart-of-accounts-preview .action-links {
  padding-top: 15px;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .chart-of-accounts-preview .empty-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #b5b5b5;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .tree .tree-item-selectable:hover {
  background: #222222;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .tree .tree-item-selectable:hover .tree-item-header {
  cursor: pointer;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .tree .tree-item-name {
  overflow: hidden;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .tree .tree-item-name .account-group {
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .tree .account-group {
  width: 100%;
}
.account-mapping .account-mapping-editor .account-mapping-editor-container .tree .account-group .account-group-delete {
  float: right;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .account-mapping .account-mapping-editor-container .col-contents {
    height: 550px;
  }
  .account-mapping .account-mapping-editor-container .control-buttons .dropdown-menu {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .account-mapping .btn {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .account-mapping .account-mapping-editor-container {
    flex-direction: column;
    align-items: center;
  }
  .account-mapping .btn {
    font-size: 11px;
  }
}
.account-mapping-alert {
  padding: 5px 0;
  background: #2f2f2f;
  font-size: 1.2em;
}
.account-mapping-alert .alert {
  text-align: center;
}
.account-mapping-alert .alert .btn {
  margin: 30px 0 20px;
  padding: 10px 20px;
  font-size: 1.1em;
  font-weight: bold;
}
/*
 * Disclaimer
 *
 */
.backoffice .disclaimer {
  background: #f0f0f0;
}
.backoffice .disclaimer .container {
  position: relative;
  background: white;
  max-width: 900px;
  box-shadow: 0 1px 3px 0 #8c8c8c;
  padding: 20px;
  padding-bottom: 0;
  border-radius: 6px;
  margin: 50px auto;
}
/*
 * Budgets
 *
 */
.budget-archive .budget-list .budget-file {
  cursor: pointer;
  width: 110px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.budget-archive .budget-list .budget-file:hover {
  background-color: #fff8de;
}
.budget-archive .budget-list .budget-file.active {
  background-color: #ffedab;
}
.budget-archive .budget-list .budget-file .big_icon {
  height: 64px;
}
.budget-archive .budget-list .budget-file .name {
  text-overflow: ellipsis;
  overflow: hidden;
}
.budget-archive .budget-list .budget-file:hover {
  padding-bottom: 35px;
}
.budget-archive .budget-list .budget-file:hover.current {
  background-color: #fff8de;
  padding-bottom: 10px;
}
.budget-archive .budget-list .budget-file.active {
  padding-bottom: 35px;
  /* the bigger padding bottom was added to compensate for the text in the current budget item */
}
.budget-archive .budget-list .budget-file.active:only-of-type {
  padding-bottom: 10px;
}
.budget-archive .budget-list .budget-file.active .current {
  padding-bottom: 10px;
}
.budget-archive .budget-list .budget-file.current:not(:only-of-type) {
  border: 0.4px solid #cccccc;
}
.budget-archive .budget-list .budget-file.current:not(:only-of-type) p {
  visibility: visible;
}
.budget-archive .budget-list .budget-file p {
  font-size: 10px;
  color: #999999;
  visibility: hidden;
}
.budget-archive .budget-list .budget-file .doc-icon {
  width: 100%;
  height: 60px;
  margin: 5px 0;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-generic.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .budget-archive .budget-list .budget-file .doc-icon {
    background-image: url("/Client/img/fp-icon-generic@2x.png");
    background-size: 48px 60px;
  }
}
.budget-archive .budget-list .budget-file .doc-icon.di-folder {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60px 48px;
  background-image: url("/Client/img/fp-icon-folder.png");
  /* this one is landscape-type, inverted dimensions(?) */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .budget-archive .budget-list .budget-file .doc-icon.di-folder {
    background-image: url("/Client/img/fp-icon-folder@2x.png");
    background-size: 60px 48px;
  }
}
.budget-archive .budget-list .budget-file .doc-icon.di-doc,
.budget-archive .budget-list .budget-file .doc-icon.di-dot,
.budget-archive .budget-list .budget-file .doc-icon.di-docx,
.budget-archive .budget-list .budget-file .doc-icon.di-docm,
.budget-archive .budget-list .budget-file .doc-icon.di-dotx,
.budget-archive .budget-list .budget-file .doc-icon.di-dotm,
.budget-archive .budget-list .budget-file .doc-icon.di-docb {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-word.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .budget-archive .budget-list .budget-file .doc-icon.di-doc,
  .budget-archive .budget-list .budget-file .doc-icon.di-dot,
  .budget-archive .budget-list .budget-file .doc-icon.di-docx,
  .budget-archive .budget-list .budget-file .doc-icon.di-docm,
  .budget-archive .budget-list .budget-file .doc-icon.di-dotx,
  .budget-archive .budget-list .budget-file .doc-icon.di-dotm,
  .budget-archive .budget-list .budget-file .doc-icon.di-docb {
    background-image: url("/Client/img/fp-icon-word@2x.png");
    background-size: 48px 60px;
  }
}
.budget-archive .budget-list .budget-file .doc-icon.di-pdf {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-pdf.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .budget-archive .budget-list .budget-file .doc-icon.di-pdf {
    background-image: url("/Client/img/fp-icon-pdf@2x.png");
    background-size: 48px 60px;
  }
}
.budget-archive .budget-list .budget-file .doc-icon.di-xls,
.budget-archive .budget-list .budget-file .doc-icon.di-xlt,
.budget-archive .budget-list .budget-file .doc-icon.di-xlm,
.budget-archive .budget-list .budget-file .doc-icon.di-xlsx,
.budget-archive .budget-list .budget-file .doc-icon.di-xlsm,
.budget-archive .budget-list .budget-file .doc-icon.di-xltx,
.budget-archive .budget-list .budget-file .doc-icon.di-xltm,
.budget-archive .budget-list .budget-file .doc-icon.di-xlsb,
.budget-archive .budget-list .budget-file .doc-icon.di-xla,
.budget-archive .budget-list .budget-file .doc-icon.di-xlam,
.budget-archive .budget-list .budget-file .doc-icon.di-xll,
.budget-archive .budget-list .budget-file .doc-icon.di-xlw {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-xls.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .budget-archive .budget-list .budget-file .doc-icon.di-xls,
  .budget-archive .budget-list .budget-file .doc-icon.di-xlt,
  .budget-archive .budget-list .budget-file .doc-icon.di-xlm,
  .budget-archive .budget-list .budget-file .doc-icon.di-xlsx,
  .budget-archive .budget-list .budget-file .doc-icon.di-xlsm,
  .budget-archive .budget-list .budget-file .doc-icon.di-xltx,
  .budget-archive .budget-list .budget-file .doc-icon.di-xltm,
  .budget-archive .budget-list .budget-file .doc-icon.di-xlsb,
  .budget-archive .budget-list .budget-file .doc-icon.di-xla,
  .budget-archive .budget-list .budget-file .doc-icon.di-xlam,
  .budget-archive .budget-list .budget-file .doc-icon.di-xll,
  .budget-archive .budget-list .budget-file .doc-icon.di-xlw {
    background-image: url("/Client/img/fp-icon-xls@2x.png");
    background-size: 48px 60px;
  }
}
.budget-archive .budget-list .budget-file .doc-icon.di-ppt,
.budget-archive .budget-list .budget-file .doc-icon.di-pot,
.budget-archive .budget-list .budget-file .doc-icon.di-pps,
.budget-archive .budget-list .budget-file .doc-icon.di-pptx,
.budget-archive .budget-list .budget-file .doc-icon.di-pptm,
.budget-archive .budget-list .budget-file .doc-icon.di-potx,
.budget-archive .budget-list .budget-file .doc-icon.di-potm,
.budget-archive .budget-list .budget-file .doc-icon.di-ppam,
.budget-archive .budget-list .budget-file .doc-icon.di-ppsx,
.budget-archive .budget-list .budget-file .doc-icon.di-ppsm,
.budget-archive .budget-list .budget-file .doc-icon.di-sldx,
.budget-archive .budget-list .budget-file .doc-icon.di-sldm {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-ppt.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .budget-archive .budget-list .budget-file .doc-icon.di-ppt,
  .budget-archive .budget-list .budget-file .doc-icon.di-pot,
  .budget-archive .budget-list .budget-file .doc-icon.di-pps,
  .budget-archive .budget-list .budget-file .doc-icon.di-pptx,
  .budget-archive .budget-list .budget-file .doc-icon.di-pptm,
  .budget-archive .budget-list .budget-file .doc-icon.di-potx,
  .budget-archive .budget-list .budget-file .doc-icon.di-potm,
  .budget-archive .budget-list .budget-file .doc-icon.di-ppam,
  .budget-archive .budget-list .budget-file .doc-icon.di-ppsx,
  .budget-archive .budget-list .budget-file .doc-icon.di-ppsm,
  .budget-archive .budget-list .budget-file .doc-icon.di-sldx,
  .budget-archive .budget-list .budget-file .doc-icon.di-sldm {
    background-image: url("/Client/img/fp-icon-ppt@2x.png");
    background-size: 48px 60px;
  }
}
.budget-archive .budget-list .budget-file .doc-icon.di-jpg,
.budget-archive .budget-list .budget-file .doc-icon.di-jpeg,
.budget-archive .budget-list .budget-file .doc-icon.di-tiff,
.budget-archive .budget-list .budget-file .doc-icon.di-tif,
.budget-archive .budget-list .budget-file .doc-icon.di-gif,
.budget-archive .budget-list .budget-file .doc-icon.di-bmp,
.budget-archive .budget-list .budget-file .doc-icon.di-png,
.budget-archive .budget-list .budget-file .doc-icon.di-svg {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-jpg.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .budget-archive .budget-list .budget-file .doc-icon.di-jpg,
  .budget-archive .budget-list .budget-file .doc-icon.di-jpeg,
  .budget-archive .budget-list .budget-file .doc-icon.di-tiff,
  .budget-archive .budget-list .budget-file .doc-icon.di-tif,
  .budget-archive .budget-list .budget-file .doc-icon.di-gif,
  .budget-archive .budget-list .budget-file .doc-icon.di-bmp,
  .budget-archive .budget-list .budget-file .doc-icon.di-png,
  .budget-archive .budget-list .budget-file .doc-icon.di-svg {
    background-image: url("/Client/img/fp-icon-jpg@2x.png");
    background-size: 48px 60px;
  }
}
.budget-archive .budget-list .budget-file .doc-icon.di-sie,
.budget-archive .budget-list .budget-file .doc-icon.di-se {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 48px 60px;
  background-image: url("/Client/img/fp-icon-sie.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .budget-archive .budget-list .budget-file .doc-icon.di-sie,
  .budget-archive .budget-list .budget-file .doc-icon.di-se {
    background-image: url("/Client/img/fp-icon-sie@2x.png");
    background-size: 48px 60px;
  }
}
.budget-archive .budget-list .budget-file .doc-icon.user-hidden {
  position: relative;
}
.budget-archive .budget-list .budget-file .doc-icon.user-hidden::before {
  content: "\f070";
  color: white;
  font-family: "Font Awesome 6 Free", Fontawesome, sans-serif;
  position: absolute;
  top: 45px;
  right: 9px;
  font-size: 22px;
}
.budget-archive .budget-list .budget-file .doc-icon.user-hidden::after {
  content: "\f070";
  color: #484848;
  font-family: "Font Awesome 6 Free", Fontawesome, sans-serif;
  position: absolute;
  top: 49px;
  right: 11px;
  font-size: 18px;
}
.budget-archive .fiscal-year-range-picker {
  display: flex;
  align-items: center;
}
.budget-archive .fiscal-year-range-picker widgetjs-widget {
  flex: 1 1 calc(50% - 20px);
}
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker:-ms-input-placeholder {
  color: #999;
}
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker::-webkit-input-placeholder {
  color: #999;
}
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker::-ms-expand {
  background-color: transparent;
  border: 0;
}
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker[disabled],
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker[readonly],
fieldset[disabled] .budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker {
  background-color: #eeeeee;
  opacity: 1;
}
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker[disabled],
fieldset[disabled] .budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker {
  cursor: not-allowed;
}
textarea.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker {
  height: auto;
}
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker.checkbox {
  border: 0 none;
  box-shadow: none;
}
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker.checkbox .reversed {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 25px;
}
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker.color-picker {
  width: 10%;
  margin-left: 10px;
}
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker .btn-default {
  background-color: inherit;
}
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker .btn-default:hover,
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker .btn-default:active,
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker .btn-default:focus {
  background-color: inherit;
}
.budget-archive .fiscal-year-range-picker widgetjs-widget .date-picker.color-picker {
  min-width: 43px;
}
.budget-archive .fiscal-year-range-picker .add-on {
  padding: 0 8px;
}
.budget-editor .reportViewer th,
.budget-editor .reportViewer td {
  vertical-align: middle;
}
.budget-editor .budget-editor-top-actions {
  display: flex;
  margin-bottom: 20px;
  align-items: baseline;
  justify-content: flex-end;
}
.budget-editor .budget-editor-top-actions label {
  font-weight: bold;
  margin-right: 5px;
}
.budget-editor .budget-editor-top-actions .btn i {
  margin-right: 5px;
}
.budget-editor .budget-editor-bottom-actions {
  margin-bottom: 100px;
}
.budget-editor .budget-editor-bottom-actions .btn {
  margin-right: 5px;
}
.budget-editor .budget-editor-bottom-actions .btn i {
  margin-right: 5px;
}
.budget-editor .budget-editor-bottom-actions .btn.btn-info {
  font-weight: bold;
}
.budget-editor .budget-editor-bottom-actions .btn-group {
  margin-right: 5px;
}
.budget-editor .budget-editor-bottom-actions .btn-group .btn {
  margin-right: 0;
}
.budget-editor .budget-editor-bottom-actions .btn-group .btn .caret {
  margin-left: 5px;
}
.budget-editor .budget-table thead > tr > th {
  background: transparent;
  text-align: right;
}
.budget-editor .budget-table thead > tr > th.amount {
  background: #eeeeee;
  border-top: 1px solid #d5d5d5;
  padding: 0 3px;
  line-height: 37px;
}
.budget-editor .budget-table thead > tr > th.amount.yearly {
  background: var(--brand-primary);
  color: white;
  border-right: 1px solid var(--brand-primary);
  border-bottom: 1px solid var(--brand-primary);
  white-space: nowrap;
}
.budget-editor .budget-table thead > tr > th.amount:last-child {
  border-right: 1px solid #d5d5d5;
}
.budget-editor .budget-table thead > tr > th.account {
  border-right: 1px solid #d5d5d5;
}
.budget-editor .budget-table tfoot tr {
  border-top: 1px solid #d5d5d5;
}
.budget-editor .budget-table tfoot tr td {
  border: none;
}
.budget-editor .budget-table tfoot tr td.budget-cell {
  font-weight: bold;
  line-height: 37px;
  padding: 0 3px;
  background: #eeeeee;
  border-bottom: 1px solid #d5d5d5;
}
.budget-editor .budget-table tfoot tr td.budget-cell.yearly {
  background: var(--brand-primary);
  color: white;
  border-right: 1px solid var(--brand-primary);
  border-bottom: 1px solid var(--brand-primary);
}
.budget-editor .budget-table tfoot tr td.budget-cell:last-child {
  border-right: 1px solid #d5d5d5;
}
.budget-editor .budget-table tr > th,
.budget-editor .budget-table tr > td {
  border-top: 1px solid #e6e8ed;
}
.budget-editor .budget-table tr:nth-child(even) > td,
.budget-editor .budget-table tr:nth-child(even) > th {
  background-color: #f5f7fa;
}
.budget-editor .budget-table th.yearly,
.budget-editor .budget-table td.yearly {
  background: #f3fafb;
  font-weight: bold;
}
.budget-editor .budget-table th.yearly input,
.budget-editor .budget-table td.yearly input {
  font-weight: bold;
}
.budget-editor .budget-table td.yearly {
  border-right: 1px solid #e6e8ed;
}
.budget-editor .budget-table tr:nth-child(even) > td.yearly {
  background-color: #e0f2f5;
  border-right: 1px solid #e6e8ed;
}
.budget-editor .budget-table tbody > tr {
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.budget-editor .budget-cell .has-error {
  background-color: #f4cecd;
  outline: 2px solid #d9534f;
}
.budget-editor .budget-cell.amount,
.budget-editor .budget-cell.account-number {
  padding: 0;
  margin: 0;
  text-align: right;
}
.budget-editor .budget-cell.amount input,
.budget-editor .budget-cell.account-number input {
  text-align: right;
}
.budget-editor .budget-cell.amount input:not(.has-error):focus,
.budget-editor .budget-cell.account-number input:not(.has-error):focus {
  outline: 2px solid #66afe9;
}
.budget-editor .budget-cell.amount input.zero:not(:focus),
.budget-editor .budget-cell.account-number input.zero:not(:focus) {
  opacity: 0.6;
}
.budget-editor .budget-cell.amount {
  font-size: 0.9em;
  white-space: nowrap;
}
.budget-editor .budget-cell.amount input:focus {
  text-align: left;
}
.budget-editor .budget-cell.account,
.budget-editor .budget-cell.account-name {
  width: auto;
}
.budget-editor .budget-cell.account-name {
  overflow: hidden;
  height: 37px;
  white-space: nowrap;
  max-width: 130px;
  text-overflow: ellipsis;
  border-right: 1px solid #e6e8ed;
  font-style: italic;
}
.budget-editor .budget-cell input {
  border: none;
  padding: 3px;
  height: 37px;
  line-height: 37px;
  background: transparent;
  display: inline;
  width: 100%;
  box-sizing: border-box;
  color: #747474;
}
.budget-editor .budget-cell.account-number {
  position: relative;
}
.budget-editor .budget-cell.account-number input {
  font-weight: bold;
}
.budget-editor .budget-cell.account-number .row-action {
  display: none;
  position: absolute;
  left: 5px;
  line-height: 37px;
  font-weight: bold;
}
.budget-editor .budget-cell:hover .row-action {
  display: block;
}
.budget-editor .alert {
  text-align: center;
}
.budget-editor .alert .btn {
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: bold;
}
/*
 * Period Overview page
 *
 */
.period-overview #document {
  padding: 40px;
}
.period-overview #document .year-picker .picker-label {
  margin-right: 10px;
}
.period-overview #document .year-picker > div {
  display: inline-block;
}
.period-overview #document .date-picker {
  display: inline-block;
  width: 49%;
}
.period-overview #document .add-on {
  display: inline-block;
  width: 2%;
  text-align: center;
}
.period-overview #document .attachments div.report-name {
  height: 40px;
}
.period-overview #document .attachments .note {
  font-size: 12px;
  margin-top: -4px;
}
.period-overview #document .checkbox.disabled label {
  cursor: not-allowed;
}
.period-overview #document .checkbox.disabled img {
  opacity: 0.5;
}
.period-overview #document .copy-to-sender {
  margin-top: 24px;
}
.period-overview #document .footer .btn {
  margin-right: 4px;
}
.period-overview #document .message-section textarea {
  min-height: 250px;
}
.period-overview .annual-overview-container {
  position: relative;
}
.period-overview .annual-overview-container img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.period-overview .annual-overview-container img.placeholder {
  position: relative;
}
.period-overview .annual-overview-container .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.period-overview .no-fiscal-year {
  text-align: center;
  background: #f7f7f7;
  padding: 30px 0;
  border: 1px solid #dddddd;
  border-left: none;
  border-right: none;
}
.period-overview .no-fiscal-year i {
  font-size: 150px;
  color: #bbbbbb;
}
.period-overview .no-fiscal-year .no-fiscal-year-title {
  color: #535353;
  font-size: 30px;
  font-weight: bold;
}
.period-overview .no-fiscal-year .no-fiscal-year-subtitle {
  color: #b9b9b9;
  font-weight: 100;
  font-size: 25px;
}
.period-overview .no-fiscal-year .no-fiscal-year-btn {
  border: 2px solid #bebebe;
  border-radius: 4px;
  padding: 10px 20px;
  color: #636363;
  cursor: pointer;
  background: transparent;
  display: inline-block;
}
.period-overview .no-fiscal-year .no-fiscal-year-btn i {
  margin-right: 5px;
}
.period-overview .no-fiscal-year .no-fiscal-year-btn:hover {
  background: #378db8;
  color: white;
  border-color: #3a7e9f;
}
.period-overview .legacy-period-notification {
  font-size: 0.9em;
  text-align: left;
}
.period-overview .legacy-period-notification .highlight {
  /*
       * disable right padding because of the following dots
       */
  padding-right: 0;
}
.period-overview .legacy-period-notification a {
  font-weight: bold;
}
/*
 * FP-MODULES
 *
 */
.slideover-container {
  height: 100px;
  z-index: 1;
  position: absolute;
}
.slideover-container .slideover {
  z-index: 1;
  height: 100px;
  background-color: #f7f7f7;
  position: absolute;
  border: 1px solid #e8e8e8;
  padding: 10px;
}
.display-user-cards .slideover-container .slideover {
  padding: 10px;
}
.slideover-container .slideover p {
  padding-top: 10px;
}
@media (max-width: 480px) {
  .slideover-container {
    position: relative;
    width: auto;
  }
  .slideover-container .slideover {
    position: relative;
    width: 100%;
  }
}
.slideover-toggle {
  cursor: pointer;
}
.admin-body .slideover-container .slideover {
  background-color: #4a4a4a;
  border: 1px solid #696969;
}
.list-editor {
  border: 1px solid #787878;
  padding: 3px;
  min-height: 36px;
  background: white;
  border-radius: 3px;
  padding-right: 20px;
  position: relative;
  user-select: none;
}
.list-editor:before,
.list-editor:after {
  display: table;
  content: " ";
}
.list-editor:after {
  clear: both;
}
.list-editor:before,
.list-editor:after {
  display: table;
  content: " ";
}
.list-editor:after {
  clear: both;
}
.list-editor ul {
  list-style: none;
  padding: 0;
  display: inline;
}
.list-editor ul li {
  display: inline;
  float: left;
  padding: 3px;
  margin: 2px;
  background: #00a4c1;
  color: white;
  border-radius: 3px;
}
.list-editor ul li.invalid {
  background-color: #ff6430;
}
.list-editor ul li.invalid::before {
  content: "\f071";
  font-family: "Font Awesome 6 Free", Fontawesome, serif;
  display: inline-block;
  margin-right: 5px;
}
.list-editor ul li.remove {
  background: transparent;
  border: 0 none;
  cursor: pointer;
  color: #bbbbbb;
  font-weight: bold;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
.list-editor ul li.remove:hover {
  color: #b33c24;
}
/* this is copied from https://www.freecodecamp.org/news/how-to-create-a-css-only-loader/ */
.css-loader {
  display: inline-block;
  height: 1em;
  width: 1em;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(transparent, currentColor) content-box;
  mask: repeating-conic-gradient(transparent 0deg, black 1deg calc(360deg / 6 - 20deg - 1deg), transparent calc(360deg / 6 - 20deg) calc(360deg / 6)), radial-gradient(farthest-side, transparent calc(98% - 4px), black calc(100% - 4px));
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
  animation: load 1s infinite steps(6);
}
@keyframes load {
  to {
    transform: rotate(1turn);
  }
}
.async-error {
  color: #b33c24;
}
.formula-editor {
  border: 1px solid #787878;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #999999;
}
.formula-editor ul.menu {
  border-bottom: 1px solid #787878;
  list-style: none;
  padding: 0;
  margin: 0;
}
.formula-editor ul.menu li {
  display: inline-block;
  padding: 3px 0;
  text-align: center;
  color: white;
  border-right: 1px solid #787878;
  width: 25%;
  user-select: none;
  cursor: pointer;
}
.formula-editor ul.menu li:hover {
  background-color: #8c8c8c;
}
.formula-editor ul.menu li:last-child {
  border-right: 0 none;
}
.formula-editor ul.menu.disabled li {
  background-color: #8c8c8c;
  cursor: default;
  color: #bbbbbb;
}
.formula-editor .list-editor {
  border: 0 none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.formula-view {
  margin: 10px 0;
  padding: 8px;
}
.inline-editor {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: baseline;
}
.inline-editor label {
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.inline-editor input {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  display: inline;
  width: 100%;
  height: auto;
  padding: 0 5px;
}
.inline-editor .icon-container {
  display: contents;
}
.inline-editor .hide-me {
  visibility: hidden;
  position: absolute;
  display: block;
  height: 0;
}
.inline-listing::before {
  /* stylelint-disable no-irregular-whitespace */
  content: " ";
}
.inline-listing ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.inline-listing ul li {
  display: inline-block;
}
.inline-listing ul li .overflowing {
  font-weight: bold;
  cursor: pointer;
}
.dimensions-picker ul {
  margin: 0;
  padding: 0;
}
.dimensions-picker ul li.block {
  color: white;
  background: #999999;
  border: 1px solid #787878;
  padding: 3px 5px 3px 10px;
  border-radius: 3px;
  margin: 2px 0;
  list-style: none;
}
.dimensions-picker ul li.block .remove-list-item {
  cursor: pointer;
  line-height: 18px;
  float: right;
  color: #cccccc;
  margin-right: calc(var(--right-menu-padding) / 2);
}
.dimensions-picker ul li.block .remove-list-item:hover {
  color: white;
}
.item-picker {
  /*
   * Styling for standalone instances of ItemPicker (e.g., not
   * rendered as part of a dropdown or other form control element)
   */
}
.item-picker .items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.item-picker .items .item {
  padding: 0;
}
.item-picker .items .item a {
  display: block;
  color: inherit;
}
.item-picker .items .item a:hover {
  text-decoration: none;
}
.item-picker.standalone .search-field {
  margin-bottom: 10px;
}
.item-picker.standalone .items {
  border: 1px solid #dddddd;
  max-height: 150px;
  overflow-y: auto;
}
.item-picker.standalone .items .item a {
  padding: 3px 20px;
}
.item-picker.standalone .items .item a:hover {
  color: white;
  background-color: var(--brand-primary);
}
.item-picker.standalone .items .item.active a {
  color: white;
  background-color: var(--brand-primary);
}
.item-picker.standalone .items .item:nth-child(even) {
  background: #ecf6f7;
}
.new-dropdown {
  border: none;
  position: relative;
  padding: 0;
}
.new-dropdown.open .dropdown-menu {
  display: block;
}
.new-dropdown .dropdown-toggle {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding-right: 25px;
}
.new-dropdown .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.new-dropdown .dropdown-menu {
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
}
.dropdown .new-dropdown .dropdown-menu {
  top: 100%;
}
.new-dropdown .dropdown-menu .item-picker .items {
  max-height: 200px;
  overflow-y: auto;
}
.new-dropdown .dropdown-menu .item-picker .items .item a {
  padding: 3px 20px;
}
.new-dropdown .dropdown-menu .item-picker .items .item a:hover {
  color: white;
  background-color: var(--brand-primary);
}
.new-dropdown.form-control .dropdown-menu .item-picker > .search-field {
  margin: 4px;
}
.floating-footer {
  position: fixed;
  z-index: 100;
  bottom: -1px;
  background: #2a2a2acc;
  left: 0;
  right: 0;
  padding: 10px;
  color: white;
}
/*
 * Common chart styles
 *
 */
/*
 * Legend item styles
 */
ul.legend {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
ul.legend:before,
ul.legend:after {
  display: table;
  content: " ";
}
ul.legend:after {
  clear: both;
}
ul.legend:before,
ul.legend:after {
  display: table;
  content: " ";
}
ul.legend:after {
  clear: both;
}
ul.legend.business-activity {
  justify-content: center;
  display: flex;
}
@media (max-width: 992px) {
  ul.legend.business-activity {
    flex-wrap: wrap;
  }
}
ul.legend.business-activity > widgetjs-widget {
  flex: 0 1 100%;
}
@media (max-width: 992px) {
  ul.legend.business-activity > widgetjs-widget {
    flex-basis: 33%;
  }
}
@media (max-width: 768px) {
  ul.legend.business-activity > widgetjs-widget {
    flex-basis: 50%;
  }
}
@media (max-width: 480px) {
  ul.legend.business-activity > widgetjs-widget {
    flex-basis: 100%;
  }
}
.legend-item-container {
  position: relative;
  display: block;
  text-align: center;
  color: white;
  cursor: pointer;
  padding: 14px 0;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}
.legend-item-container:before,
.legend-item-container:after {
  display: table;
  content: " ";
}
.legend-item-container:after {
  clear: both;
}
.legend-item-container:before,
.legend-item-container:after {
  display: table;
  content: " ";
}
.legend-item-container:after {
  clear: both;
}
@media (max-width: 480px) {
  .legend-item-container {
    height: auto;
    padding: 5px 0;
  }
}
@media (min-width: 768px) {
  .legend-item-container.last {
    border-right: none;
  }
}
.legend-item-container.deaf {
  cursor: default;
}
@media (max-width: 767px) {
  .legend-item-container.inactive.disabled {
    display: none;
  }
}
.legend-item-container.legend-item-empty {
  color: white;
  background-color: #bbbbbb;
  cursor: default;
}
@media print {
  .legend-item-container.legend-item-empty {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #bbbbbb !important;
    /* stylelint-disable-line declaration-no-important */
    border: 1px solid #bbbbbb !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media (min-width: 768px) {
  .legend-item-container.legend-item-empty {
    /*
     *there used to be :hover,:active,:focus where .hover is
     */
  }
  .legend-item-container.legend-item-empty.hover,
  .legend-item-container.legend-item-empty.active {
    color: white;
    background-color: color-mix(in var(--color-interpolation-method), #bbbbbb, white 5%);
  }
}
.legend-item-container.legend-item-empty.inactive {
  color: white;
  background-color: #999999;
}
.legend-item-container.legend-item-empty.inactive:active {
  background-color: #999999;
}
@media (min-width: 768px) {
  .legend-item-container.legend-item-empty.inactive {
    /*
       *there used to be :hover,:active,:focus where .hover is
       */
  }
  .legend-item-container.legend-item-empty.inactive.hover,
  .legend-item-container.legend-item-empty.inactive.active {
    color: white;
    background-color: #bbbbbb;
  }
}
.legend-item-container.legend-item-empty.inactive.disabled {
  color: white !important;
  /* stylelint-disable-line declaration-no-important */
  background-color: #dddddd !important;
  /* stylelint-disable-line declaration-no-important */
}
@media (min-width: 768px) {
  .legend-item-container.legend-item-empty.inactive.disabled {
    /*
         *there used to be :hover,:active,:focus where .hover is
         */
  }
  .legend-item-container.legend-item-empty.inactive.disabled.hover,
  .legend-item-container.legend-item-empty.inactive.disabled.active {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #dddddd !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media print {
  .legend-item-container.legend-item-empty.inactive {
    color: white !important;
    /* stylelint-disable-line declaration-no-important */
    background-color: #999999 !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
.legend-item-container.legend-item-empty.disabled {
  color: #ffffff;
  background-color: color-mix(in oklab, #bbbbbb, white 20%);
  /* not really the same, but same intention */
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
.legend-item-container .type {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 12px;
  width: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inactive.legend-item-container .type {
  display: none;
}
.legend-item-container .legend-item-comparison .legend-item-current {
  padding-bottom: 15px;
}
.legend-item-container .legend-item-comparison .legend-item-compared {
  border-top: 1px solid #666666;
  padding: 8px 0;
  line-height: 23px;
  margin-bottom: -15px;
  background: #666666;
}
.legend-item-container .legend-item-comparison .legend-item-compared.profit_compared {
  background: var(--compared-profit-color);
  border-color: var(--compared-profit-color);
}
.legend-item-container .legend-item-comparison .legend-item-compared.accumulated-profit_compared {
  background: var(--compared-accumulated-profit-color);
  border-color: var(--compared-accumulated-profit-color);
}
.legend-item-container .legend-item-comparison .legend-item-compared.income_compared {
  background: var(--compared-income-color);
  border-color: var(--compared-income-color);
}
.legend-item-container .legend-item-comparison .legend-item-compared.accumulated-income_compared {
  background: var(--compared-accumulated-income-color);
  border-color: var(--compared-accumulated-income-color);
}
.legend-item-container .legend-item-comparison .legend-item-compared.comparison-off {
  background: #999999;
  border-color: white;
}
.legend-item-container .legend-item-comparison .legend-item-compared .legend-item-name {
  font-size: 16px;
  font-weight: normal;
}
.legend-item-container .legend-item-comparison .legend-item-compared .legend-item-comparison-value {
  font-size: 20px;
}
.legend-item-name {
  font-size: 18px;
}
@media (max-width: 480px) {
  .legend-item-name {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .legend-item-name {
    font-size: 12px;
  }
}
.legend-item-value,
.legend-toggler-name {
  font-family: "Fira Sans", helvetica, arial, sans-serif;
  font-size: 30px;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 1024px) {
  .legend-item-value,
  .legend-toggler-name {
    font-size: 20px;
  }
}
.legend-item-diff {
  font-family: "Fira Sans", helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
}
.legend-quick-links {
  display: none;
  list-style: none;
  margin: 10px 0 -14px;
  padding: 0;
  border-top: 1px solid white;
  text-align: left;
}
.legend-quick-links li {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
.legend-quick-links li a {
  padding: 10px;
  display: block;
  color: inherit;
  text-decoration: none;
  background-color: #646464;
}
.legend-quick-links li a:hover {
  background-color: #000000;
}
/*
 * Some specific cases where the menus are expanded
 * and the width is quite narrow...
 */
@media (max-width: 1100px) {
  /* Seems a bit overkill with a variable for this... only used once */
  .leftmenu-lg-out.rightmenu .legend-item-name {
    font-size: 14px;
  }
  .leftmenu-lg-out.rightmenu .legend-item-value {
    font-size: 20px;
  }
}
/*
 * Classes for coloring (not the same as variables)
 *
 */
/*
 * Color styles
 */
.icon.fp-black,
.icon.Income,
.icon.CreditedIncome {
  background: var(--kpi-income-color);
}
.icon.fp-red,
.icon.Costs,
.icon.CreditedCosts {
  background: var(--kpi-costs-color);
}
.icon.FinancialCosts,
.icon.FinancialIncome {
  background: var(--kpi-financial-items-color);
}
.icon.NegativeTaxEntry,
.icon.PositiveTaxEntry,
.icon.NegativeClosingEntry,
.icon.PositiveClosingEntry {
  background: hsl(var(--kpi-taxes-color-h), var(--kpi-taxes-color-s), var(--kpi-taxes-color-l));
}
/*
 * Miscellaneous
 *
 */
/*
 * Misc styles
 */
.chart-placeholder {
  /* For now... */
  background-color: #eeeeee;
  min-height: 300px;
}
.chart-placeholder p {
  text-align: center;
  font-size: 140%;
  color: white;
  padding-top: 120px;
}
.frame-container {
  width: 100%;
  border: none;
}
.loading-frame-spinner {
  font-size: 50px;
}
.nopadding {
  padding: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.nopadding-right {
  padding-right: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.nopadding-left {
  padding-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.nopadding-top {
  padding-top: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.nopadding-bottom {
  padding-bottom: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.nomargin {
  margin: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.nomargin-right {
  margin-right: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.nomargin-left {
  margin-left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.nomargin-top {
  margin-top: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.nomargin-bottom {
  margin-bottom: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}
.noborder {
  border: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.noshadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nobackground {
  background-color: transparent !important;
  /* stylelint-disable-line declaration-no-important */
}
.nocursor {
  cursor: default !important;
  /* stylelint-disable-line declaration-no-important */
}
.no-text-transform {
  text-transform: none;
}
.clickable {
  cursor: pointer;
}
.icon-and-text .fa,
.icon-and-text .fas,
.icon-and-text .far,
.icon-and-text .fab {
  margin-right: 10px;
}
.dropdown-menu .icon-and-text {
  color: #aaaaaa;
  --text-color: #aaaaaa;
}
.empty-search-result {
  color: #dddddd;
}
.input-field-dialog-input {
  margin-top: 20px;
}
.modal-overflow {
  overflow: initial;
}
.modal-keyfigure {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  min-height: 300px;
  max-height: 500px;
}
.modal-keyfigure .modal-header {
  min-height: auto;
}
.modal-keyfigure .modal-body {
  flex-grow: 1;
  overflow-y: scroll;
}
.modal-keyfigure .modal-body label.disabled {
  color: #dddddd;
  cursor: not-allowed;
}
.modal-keyfigure ul {
  margin: 0;
}
.standalone #viewport,
.standalone .leftmenu-container,
.standalone #rightmenu-container {
  top: 75px;
}
.standalone #main-navbar.navbar {
  height: 75px;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .standalone #viewport,
  .standalone .leftmenu-container,
  .standalone #rightmenu-container {
    top: 65px;
  }
  .standalone #main-navbar.navbar {
    height: 65px;
    padding-top: 15px;
  }
  .standalone #rightmenu-toggler,
  .standalone #leftmenu-toggler {
    top: 15px;
  }
}
#viewport.marketing-layer {
  overflow: hidden;
}
#viewport.marketing-layer #document {
  filter: blur(4px) grayscale(100%);
}
#viewport.marketing-layer #marketing-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.marketing-modal {
  height: 100%;
  display: flex;
}
.marketing-modal .modal-content {
  z-index: 1052;
  margin: auto;
  border: none;
  border-radius: 6px;
  font-size: 1.2em;
}
.marketing-modal .modal-content .modal-header {
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: center center;
}
.marketing-modal .modal-content .modal-header .fa,
.marketing-modal .modal-content .modal-header .fas,
.marketing-modal .modal-content .modal-header .far,
.marketing-modal .modal-content .modal-header .fab {
  grid-column: 1;
  grid-row: 1;
}
.marketing-modal .modal-content .modal-header h3 {
  grid-column: 1 / span 2;
  grid-row: 1;
  margin: 0;
  font-weight: bold;
}
.marketing-modal .modal-content .modal-body {
  padding: 40px;
}
/*
 * Printing
 *
 */
/*
 * Print styles
 * Loads of IMPORTANT declarations here, but it's absolutely necessary!
 * Note also that there ARE a few print declarations in mixins.less.
 * This is because it's way more efficient than declaring all different styles here.
 */
.print-only {
  display: none;
  visibility: hidden;
}
@media print {
  .print-only {
    display: inherit;
    visibility: visible;
  }
}
@media print {
  body {
    overflow: initial;
    background-color: transparent !important;
    /* stylelint-disable-line declaration-no-important */
  }
  body #viewport,
  body #viewport.leftmenu-lg-out,
  body #viewport.rightmenu,
  body #viewport.leftmenu-sm-out {
    position: relative;
    left: 0 !important;
    /* stylelint-disable-line declaration-no-important */
    right: 0 !important;
    /* stylelint-disable-line declaration-no-important */
    top: 0 !important;
    /* stylelint-disable-line declaration-no-important */
  }
  body #viewport .container,
  body #viewport.leftmenu-lg-out .container,
  body #viewport.rightmenu .container,
  body #viewport.leftmenu-sm-out .container {
    padding-left: 15px !important;
    /* stylelint-disable-line declaration-no-important */
    padding-right: 15px !important;
    /* stylelint-disable-line declaration-no-important */
  }
  body #viewport .container .section,
  body #viewport.leftmenu-lg-out .container .section,
  body #viewport.rightmenu .container .section,
  body #viewport.leftmenu-sm-out .container .section {
    padding-top: 0;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  body,
  #viewport {
    margin: 0 !important;
    /* stylelint-disable-line declaration-no-important */
    padding: 0 !important;
    /* stylelint-disable-line declaration-no-important */
    width: 100%;
    position: relative;
    height: auto !important;
    /* stylelint-disable-line declaration-no-important */
    overflow: visible !important;
    /* stylelint-disable-line declaration-no-important */
  }
  #main-navbar,
  #main-navbar .navbar-form,
  .leftmenu-container,
  #rightmenu-container,
  #page-footer,
  #info-toggler,
  .attach,
  .overview-quicklinks,
  .badge,
  #alertarea,
  #alertarea-mobile {
    display: none !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .table thead tr th {
    background-color: #ececec !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .table-striped > tbody > tr:nth-child(odd) > td,
  .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: var(--table-bg-accent) !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .table-striped-desaturated > tbody > tr:nth-child(odd) > td,
  .table-striped-desaturated > tbody > tr:nth-child(odd) > th {
    background-color: hsl(var(--highlight-color-h), 0, calc(var(--highlight-color-l) + 41%)) !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .panel {
    background-color: #f8f8f8 !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .panel.kpi-report-panel {
    min-height: 200px;
  }
  .panel.kpi-report-panel .kpi-value {
    font-size: 32px;
  }
  .section {
    break-inside: avoid;
    -webkit-region-break-inside: avoid;
    position: relative;
    display: block;
    padding-top: 20px;
  }
  #document > .row {
    position: relative;
  }
  /*
   * ^ PAGE BREAK FIXES
   */
  .keyfigure-flag-arrow {
    border-left-color: #f8f8f8 !important;
    /* stylelint-disable-line declaration-no-important */
    border-right-color: #f8f8f8 !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .table {
    font-size: 0.8em;
    table-layout: fixed;
  }
  .table tr th,
  .table tr td {
    font-size: 0.8em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px;
    border-collapse: collapse;
  }
  .table .total {
    font-size: 1em !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
/*
 * Fix for webfonts when printing in Chrome.  We need to preload them otherwise
 * the page is blank.  Note that this has to be done outside of the media print,
 * so that it is preloaded with the page, not when printing.
 */
.font-preload {
  position: absolute;
  left: -1999999px;
  /*
   * We need some content to actually preload the font.
   */
}
.font-preload span::before {
  content: " ";
}
.font-preload span:first-child {
  font-family: Lora, titillium, serif;
}
.font-preload span:nth-child(2) {
  font-weight: bold;
  font-family: Lora, titillium, serif;
}
.font-preload span:nth-child(3) {
  font-family: Lora, titillium, serif;
  font-style: italic;
}
/*
 * NewDialog
 */
.page-overlay .modal-footer ul {
  margin-bottom: 0;
}
.page-overlay .modal-footer ul li {
  padding-bottom: 0;
  margin-left: 10px;
}
.image-chooser .preview-containers {
  text-align: center;
}
.image-chooser .preview-containers > div {
  display: inline-block;
  vertical-align: bottom;
}
.image-chooser .preview-containers .thumbnail-container {
  margin-left: 20px;
}
.image-chooser.rounded .jcrop-active canvas {
  opacity: 0.5;
}
.image-chooser.rounded .jcrop-shades {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.image-chooser.rounded button.jcrop-box {
  border-radius: 50%;
  border: 1px rgba(255, 255, 255, 0.4) solid;
  box-shadow: 1px 1px 26px #000000;
}
.image-chooser.rounded button.jcrop-box:focus {
  outline: none;
}
.image-chooser.rounded .thumbnail-container img {
  border-radius: 50%;
}
#application-loading {
  text-align: center;
  padding: 20px;
  background: #fafafa;
  margin: 100px auto;
  max-width: 700px;
  border-radius: 3px;
  border: 1px solid #dddddd;
}
#application-loading h2 img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 30px;
}
#application-loading .quote {
  font-size: 20px;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 500;
  color: #999999;
  position: relative;
  max-width: 500px;
  margin: 20px auto;
}
#application-loading .quote::before {
  content: "“";
}
#application-loading .quote::after {
  content: "”";
}
@media (max-width: 768px) {
  #application-loading {
    border: 0 none;
    max-width: none;
    margin: 0;
    position: absolute;
    inset: 0;
  }
}
.multiple-item-picker.disabled {
  color: #aaaaaa;
}
.multiple-item-picker h3 {
  font-weight: bold;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.multiple-item-picker h3 .toggler {
  display: inline-block;
  width: 15px;
}
.multiple-item-picker h3 .switch-btn {
  float: right;
}
.multiple-item-picker h4 {
  font-style: italic;
  font-size: 15px;
}
.multiple-item-picker input {
  margin-right: 5px;
}
.multiple-item-picker ul {
  padding: 0;
  list-style: none;
  overflow-y: auto;
  margin-top: 10px;
}
.multiple-item-picker ul li {
  margin-left: 16px;
  padding: 3px 0;
}
.multiple-item-picker ul li .info {
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.multiple-item-picker ul li .disabled {
  color: #aaaaaa;
}
.multiple-item-picker ul li label {
  font-weight: normal;
}
#right-menu .checklist {
  margin-top: -35px;
}
#right-menu .checklist h4 {
  text-transform: uppercase;
  color: white;
  font-weight: 800;
  font-size: 1em;
  border-top: 5px solid #747474;
  margin: 10px -10px;
  padding: 10px;
}
#right-menu .checklist ul {
  margin-left: 8px;
}
#right-menu .checklist ul li {
  color: white;
  list-style: none;
}
#right-menu .checklist ul li h5 {
  font-size: 14px;
  font-weight: normal;
}
#right-menu .checklist ul li p {
  font-size: 0.9em;
}
#right-menu .checklist ul li i {
  margin-right: 5px;
  cursor: pointer;
  color: #f79d2c;
}
#right-menu .checklist ul li.disabled {
  color: #aaaaaa;
}
#right-menu .checklist ul li.disabled i {
  color: #aaaaaa;
}
#right-menu .checklist ul li.checked {
  color: #aaaaaa;
}
#right-menu .checklist ul li.checked i {
  color: #9ec94f;
}
#right-menu .checklist ul li .actions {
  text-align: right;
}
#right-menu .checklist ul li .actions .btn {
  margin-left: 3px;
}
#right-menu .checklist .completed-checklist-greeting {
  text-align: center;
  margin-top: 35px;
}
#right-menu .checklist .completed-checklist-greeting i {
  font-size: 5em;
  color: #9ec94f;
}
/*
 * JQuery
 */
/*! jQuery UI - v1.12.1 - 2017-03-19
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default!important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.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;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.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;
  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 #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.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;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.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;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.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: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../node_modules/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../node_modules/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../node_modules/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../node_modules/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../node_modules/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../node_modules/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("../node_modules/images/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.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 {
  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;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
.introjs-tour {
  transition: all 0.3s ease-out;
}
.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.introjs-showElement {
  z-index: 9999999 !important;
}
tr.introjs-showElement > td {
  z-index: 9999999!important;
  position: relative;
}
tr.introjs-showElement > th {
  z-index: 9999999!important;
  position: relative;
}
.introjs-disableInteraction {
  z-index: 99999999!important;
  position: absolute;
  background-color: #fff;
  opacity: 0;
}
.introjs-relativePosition {
  position: relative;
}
.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.introjs-helperLayer * {
  box-sizing: content-box;
}
.introjs-helperLayer :before {
  box-sizing: content-box;
}
.introjs-helperLayer :after {
  box-sizing: content-box;
}
.introjs-tooltipReferenceLayer {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif;
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.introjs-tooltipReferenceLayer * {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif;
}
.introjs-helperNumberLayer {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif;
  color: #9e9e9e;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.introjs-arrow {
  border: 5px solid transparent;
  content: "";
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  left: 10px;
  border-bottom-color: #fff;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: #fff;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #fff;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: #fff;
}
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: #fff;
}
.introjs-arrow.bottom {
  bottom: -10px;
  left: 10px;
  border-top-color: #fff;
}
.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: #fff;
}
.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: #fff;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: #fff;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: #fff;
}
.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  background-color: #fff;
  min-width: 250px;
  max-width: 300px;
  border-radius: 5px;
  box-shadow: 0 3px 30px rgba(33, 33, 33, 0.3);
  transition: opacity 0.1s ease-out;
}
.introjs-tooltiptext {
  padding: 20px;
}
.introjs-dontShowAgain {
  padding-left: 20px;
  padding-right: 20px;
}
.introjs-dontShowAgain input {
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
  display: inline;
  width: 10px;
  height: 10px;
}
.introjs-dontShowAgain label {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  margin: 0 0 0 5px;
  padding: 0;
  background-color: #fff;
  color: #616161;
  -webkit-user-select: none;
  user-select: none;
}
.introjs-tooltip-title {
  font-size: 18px;
  width: 90%;
  min-height: 1.5em;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.5;
}
.introjs-tooltip-header {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  min-height: 1.5em;
}
.introjs-tooltipbuttons {
  border-top: 1px solid #e0e0e0;
  padding: 10px;
  text-align: right;
  white-space: nowrap;
}
.introjs-tooltipbuttons:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  padding: 0.5rem 1rem;
  border: 1px solid #bdbdbd;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font-size: 14px;
  color: #424242;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  background-color: #f4f4f4;
  border-radius: 0.2em;
  zoom: 1;
  display: inline;
}
.introjs-button:hover {
  outline: 0;
  text-decoration: none;
  border-color: #9e9e9e;
  background-color: #e0e0e0;
  color: #212121;
}
.introjs-button:focus {
  outline: 0;
  text-decoration: none;
  background-color: #eee;
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.5);
  border: 1px solid #616161;
  color: #212121;
}
.introjs-button:active {
  outline: 0;
  text-decoration: none;
  background-color: #e0e0e0;
  border-color: #9e9e9e;
  color: #212121;
}
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.introjs-skipbutton {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #616161;
  font-size: 22px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.introjs-skipbutton:focus,
.introjs-skipbutton:hover {
  color: #212121;
  outline: 0;
  text-decoration: none;
}
.introjs-prevbutton {
  float: left;
}
.introjs-nextbutton {
  float: right;
}
.introjs-disabled {
  color: #9e9e9e;
  border-color: #bdbdbd;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}
.introjs-disabled:focus,
.introjs-disabled:hover {
  color: #9e9e9e;
  border-color: #bdbdbd;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}
.introjs-hidden {
  display: none;
}
.introjs-bullets {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 0 auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  transition: width 0.1s ease-in;
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:focus,
.introjs-bullets ul li a:hover {
  width: 15px;
  background: #999;
  text-decoration: none;
  outline: 0;
}
.introjs-bullets ul li a.active {
  width: 15px;
  background: #999;
}
.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px;
  border-radius: 4px;
  background-color: #e0e0e0;
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}
.introjs-fixedTooltip {
  position: fixed;
}
.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: 0 0;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
  border: 0;
  outline: 0;
}
.introjs-hint:hover > .introjs-hint-pulse {
  background-color: rgba(60, 60, 60, 0.57);
}
.introjs-hidehint {
  display: none;
}
.introjs-fixedhint {
  position: fixed;
}
@keyframes introjspulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}
.introjs-hint-pulse {
  box-sizing: content-box;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  transition: all 0.2s ease-out;
  animation: introjspulse 2s infinite;
}
.introjs-hint-no-anim .introjs-hint-pulse {
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  background: 0 0;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -18px;
  left: -18px;
  z-index: 1;
  opacity: 0;
}
/*# sourceMappingURL=introjs.css.map */
.introjs-tooltip {
  width: 400px;
}
.introjs-skipbutton {
  padding: 7px 0;
}
.introjs-tooltip-title {
  font-size: 16px;
}
.introjs-tooltiptext {
  padding: 10px 20px;
}
.introjs-helperLayer {
  box-shadow: #00000055 0 0 40px 1px, #00000066 0 0 1px 50000px !important;
  /* stylelint-disable-line declaration-no-important */
}
.introjs-nextbutton,
.introjs-nextbutton:focus {
  background-color: var(--brand-primary);
  border-color: var(--brand-darker);
  text-shadow: none;
  color: white;
}
/*
 * Fixes
 */
.ps--active-x:hover > .ps__rail-x,
.ps--active-y:hover > .ps__rail-x,
.ps--active-x:hover .ps__rail-y,
.ps--active-y:hover .ps__rail-y {
  opacity: 0.6;
}
.modal-dialog {
  /*
   * This class allows the content to be resized
   * on-the-fly like in the PeriodReport notification dialog. For all
   * the other modals, the content is not resizable, so that the dropdown contents
   * can overflow the modal, and still be visible.
   */
}
.modal-dialog .modal-content {
  overflow-y: visible;
}
.modal-dialog .resizable-modal-content {
  overflow-y: auto;
}
.modal-dialog .resizable-modal-content .modal-body {
  overflow-y: auto;
}
body.cypress-component-test {
  overflow: auto !important;
  /* stylelint-disable-line declaration-no-important */
}
/** Bootstrap override **/
a {
  color: var(--brand-primary);
  --text-color: var(--brand-primary);
}
a:hover,
a:focus {
  color: var(--brand-darker);
  --text-color: var(--brand-darker);
}
.label-info {
  background-color: var(--brand-darker);
}
html {
  font-size: 16px;
}
/*# sourceMappingURL=foretagsplatsen.css.map */