@charset "UTF-8";
/* Fully round border making a circle */
/****************************************************/
/****************************************************/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
	 ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * EFFICY RULES
 */
/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Forms
	 ========================================================================== */
/**
 * Fix for Chrome: https://github.com/necolas/normalize.css/issues/562
 */
select[size],
select[multiple] {
  overflow-x: hidden;
  overflow-y: auto;
}

/*
	Remove ugly border around focused elements in Chrome 85+
 */
:focus {
  outline: none;
}

meta.foundation-version {
  font-family: "/5.3.0/";
}

meta.foundation-mq-small {
  font-family: "/only screen,print/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width: 40.063em), print/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #001830;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
  text-underline-offset: 0.32em;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  border-radius: 4px;
  margin-bottom: 12px;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen, print {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em), print {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #A6CBFE;
  border-color: #6ca9fd;
  color: #44505d;
}
.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333;
  opacity: 0.3;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  border-radius: 4px;
}
.alert-box.round {
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #36ad83;
  border-color: #2e9571;
  color: #fff;
}
.alert-box.alert {
  background-color: #cc375b;
  border-color: #b12d4d;
  color: #fff;
}
.alert-box.secondary {
  background-color: #e9ecef;
  border-color: #c3cbd3;
  color: #44505d;
}
.alert-box.warning {
  background-color: #ffa238;
  border-color: #ff8e0c;
  color: #fff;
}
.alert-box.info {
  background-color: #89b1e0;
  border-color: #6197d5;
  color: #44505d;
}
.alert-box.alert-close {
  opacity: 0;
}

.breadcrumbs {
  display: block;
  padding: 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: none;
  border-width: 1px;
  background-color: white;
  border-color: #e6e6e6;
  border-radius: 4px;
}
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: none;
  color: #6c757d;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  color: #2d5de5;
  text-decoration: underline;
  text-underline-offset: 0.32em;
}
.breadcrumbs > * a {
  color: #6c757d;
}
.breadcrumbs > *.current {
  cursor: default;
  color: #6c757d;
}
.breadcrumbs > *.current a {
  cursor: default;
  color: #6c757d;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999;
}
.breadcrumbs > *.unavailable a {
  color: #999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}
.breadcrumbs > *:before {
  font-family: 'efficy-icons';
  font-size: .75rem;
  content: "";
  color: #ced4da;
  margin: 0 0.5rem;
  position: relative;
}
.breadcrumbs > *:first-child:hover a {
  text-decoration: none;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *  - add "action" class buttons with $action-color
 *
 */
button, .button {
  border-style: none;
  border-width: 1px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  height: 2.25rem;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #ffffff;
  border-color: #dee2e6;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  border-radius: 4px;
  transition: background-color 300ms ease-out;
}
button.hide, .button.hide {
  display: none;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #F0F2F5;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #001830;
}
button.primary, .button.primary {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #A6CBFE;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  border-radius: 4px;
}
button.primary:hover, button.primary:focus, .button.primary:hover, .button.primary:focus {
  background-color: #0D5C36;
}
button.primary:hover, button.primary:focus, .button.primary:hover, .button.primary:focus {
  color: #001830;
}
button.action, .button.action {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #A6CBFE;
  border-color: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  border-radius: 4px;
}
button.action:hover, button.action:focus, .button.action:hover, .button.action:focus {
  background-color: #0148E0;
}
button.action:hover, button.action:focus, .button.action:hover, .button.action:focus {
  color: #001830;
}
button.success, .button.success {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #36ad83;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #fff;
  border-radius: 4px;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #b2bdc7;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #fff;
}
button.alert, .button.alert {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #cc375b;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #fff;
  border-radius: 4px;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #b2bdc7;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff;
}
button.large, .button.large {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  height: 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  height: 2.25rem;
  font-size: 0.8125rem;
  border-style: none;
}
button.tiny, .button.tiny {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  height: 2.25rem;
  font-size: 12px;
  font-weight: 500;
  height: 2rem;
  line-height: 2rem;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 4px;
}
button.round, .button.round {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #e9ecef;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  cursor: default;
  opacity: 0.45;
  box-shadow: none;
  border-radius: 4px;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #b2bdc7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #001830;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #e9ecef;
}
button.disabled.primary, button[disabled].primary, .button.disabled.primary, .button[disabled].primary {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #A6CBFE;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  cursor: default;
  opacity: 0.45;
  box-shadow: none;
  border-radius: 4px;
}
button.disabled.primary:hover, button.disabled.primary:focus, button[disabled].primary:hover, button[disabled].primary:focus, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #b2bdc7;
}
button.disabled.primary:hover, button.disabled.primary:focus, button[disabled].primary:hover, button[disabled].primary:focus, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  color: #001830;
}
button.disabled.primary:hover, button.disabled.primary:focus, button[disabled].primary:hover, button[disabled].primary:focus, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #A6CBFE;
}
button.disabled.action, button[disabled].action, .button.disabled.action, .button[disabled].action {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #A6CBFE;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  cursor: default;
  opacity: 0.45;
  box-shadow: none;
  border-radius: 4px;
}
button.disabled.action:hover, button.disabled.action:focus, button[disabled].action:hover, button[disabled].action:focus, .button.disabled.action:hover, .button.disabled.action:focus, .button[disabled].action:hover, .button[disabled].action:focus {
  background-color: #b2bdc7;
}
button.disabled.action:hover, button.disabled.action:focus, button[disabled].action:hover, button[disabled].action:focus, .button.disabled.action:hover, .button.disabled.action:focus, .button[disabled].action:hover, .button[disabled].action:focus {
  color: #001830;
}
button.disabled.action:hover, button.disabled.action:focus, button[disabled].action:hover, button[disabled].action:focus, .button.disabled.action:hover, .button.disabled.action:focus, .button[disabled].action:hover, .button[disabled].action:focus {
  background-color: #A6CBFE;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #36ad83;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #fff;
  cursor: default;
  opacity: 0.45;
  box-shadow: none;
  border-radius: 4px;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #b2bdc7;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #fff;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #36ad83;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #cc375b;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #fff;
  cursor: default;
  opacity: 0.45;
  box-shadow: none;
  border-radius: 4px;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #b2bdc7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #fff;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc375b;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em), print {
  button, .button {
    display: inline-block;
  }
  button.hide, .button.hide {
    display: none;
  }
}
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group > li {
  /* &:first-child {
    button, .button {
      border-left: 0;
    }
  } */
  margin: 0;
  float: left;
}
.button-group > li > button, .button-group > li .button {
  border: 1 solid;
  border-color: #dee2e6;
}
.button-group > li:first-child {
  margin-left: 0;
}
.button-group.radius > * {
  /* &:first-child {
    button, .button {
      border-left: 0;
    }
  } */
}
.button-group.radius > * > button, .button-group.radius > * .button {
  border: 1 solid;
  border-color: #dee2e6;
}
.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
  border-radius: 0;
}
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.button-group.round > * {
  /* &:first-child {
    button, .button {
      border-left: 0;
    }
  } */
}
.button-group.round > * > button, .button-group.round > * .button {
  border: 1 solid;
  border-color: #dee2e6;
}
.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
  border-radius: 0;
}
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.button-group.even-2 li {
  /* &:first-child {
    button, .button {
      border-left: 0;
    }
  } */
  width: 50%;
}
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border: 1 solid;
  border-color: #dee2e6;
}
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
.button-group.even-3 li {
  /* &:first-child {
    button, .button {
      border-left: 0;
    }
  } */
  width: 33.33333%;
}
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border: 1 solid;
  border-color: #dee2e6;
}
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
.button-group.even-4 li {
  /* &:first-child {
    button, .button {
      border-left: 0;
    }
  } */
  width: 25%;
}
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border: 1 solid;
  border-color: #dee2e6;
}
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
.button-group.even-5 li {
  /* &:first-child {
    button, .button {
      border-left: 0;
    }
  } */
  width: 20%;
}
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border: 1 solid;
  border-color: #dee2e6;
}
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
.button-group.even-6 li {
  /* &:first-child {
    button, .button {
      border-left: 0;
    }
  } */
  width: 16.66667%;
}
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border: 1 solid;
  border-color: #dee2e6;
}
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
.button-group.even-7 li {
  /* &:first-child {
    button, .button {
      border-left: 0;
    }
  } */
  width: 14.28571%;
}
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border: 1 solid;
  border-color: #dee2e6;
}
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
.button-group.even-8 li {
  /* &:first-child {
    button, .button {
      border-left: 0;
    }
  } */
  width: 12.5%;
}
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border: 1 solid;
  border-color: #dee2e6;
}
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
.button-bar .button-group div {
  overflow: hidden;
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *  - add "action" class buttons with $action-color
 *
 */
/* Foundation Dropdowns */
.f-dropdown {
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 0 4px 0 rgba(31, 51, 91, 0.06), 0 4px 4px 0 rgba(31, 51, 91, 0.05);
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 1px #dee2e6;
  font-size: 12px;
  z-index: 99;
  max-width: 200px;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right {
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 0 4px 0 rgba(31, 51, 91, 0.06), 0 4px 4px 0 rgba(31, 51, 91, 0.05);
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 1px #dee2e6;
  font-size: 12px;
  z-index: 99;
  max-width: 200px;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left {
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 0 4px 0 rgba(31, 51, 91, 0.06), 0 4px 4px 0 rgba(31, 51, 91, 0.05);
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 1px #dee2e6;
  font-size: 12px;
  z-index: 99;
  max-width: 200px;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top {
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 0 4px 0 rgba(31, 51, 91, 0.06), 0 4px 4px 0 rgba(31, 51, 91, 0.05);
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 1px #dee2e6;
  font-size: 12px;
  z-index: 99;
  max-width: 200px;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown li {
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
  line-height: 18px;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #F0F2F5;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #001830;
}
.f-dropdown.content {
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 0 4px 0 rgba(31, 51, 91, 0.06), 0 4px 4px 0 rgba(31, 51, 91, 0.05);
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 16px;
  width: 100%;
  height: auto;
  max-height: none;
  background: #ffffff;
  border: solid 1px #dee2e6;
  font-size: 12px;
  z-index: 99;
  max-width: 200px;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.nano {
  max-width: 125px;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *  - replace pip by chevron down
 */
/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *  - add "action" class buttons with $action-color
 *
 */
button.dropdown:not(.no-pip), .dropdown.button:not(.no-pip) {
  position: relative;
  padding: 0 36px 0 12px !important;
  padding-right: 2.1875rem;
}
button.dropdown:not(.no-pip)::after, .dropdown.button:not(.no-pip)::after {
  position: absolute;
  content: "\e620";
  font-family: 'efficy-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button.dropdown:not(.no-pip)::after, .dropdown.button:not(.no-pip)::after {
  border-width: 0.3125rem;
  right: 0.75rem;
}
button.dropdown:not(.no-pip)::after, .dropdown.button:not(.no-pip)::after {
  border-color: #999 transparent transparent transparent;
}
button.dropdown:not(.no-pip).action::after, .dropdown.button:not(.no-pip).action::after {
  border-color: #999 transparent transparent;
}
button.dropdown:not(.no-pip).success::after, .dropdown.button:not(.no-pip).success::after {
  border-color: #fff transparent transparent;
}
button.dropdown:not(.no-pip).alert::after, .dropdown.button:not(.no-pip).alert::after {
  border-color: #fff transparent transparent;
}
button.dropdown:not(.no-pip).warning::after, .dropdown.button:not(.no-pip).warning::after {
  border-color: #fff transparent transparent;
}
button.dropdown:not(.no-pip).info::after, .dropdown.button:not(.no-pip).info::after {
  border-color: #999 transparent transparent;
}
button.dropdown:not(.no-pip).tiny, .dropdown.button:not(.no-pip).tiny {
  padding-right: 2.625rem;
}
button.dropdown:not(.no-pip).tiny::before, .dropdown.button:not(.no-pip).tiny::before {
  border-width: 0.375rem;
  right: 1.125rem;
}
button.dropdown:not(.no-pip).tiny::after, .dropdown.button:not(.no-pip).tiny::after {
  border-color: #fff transparent transparent transparent;
}
button.dropdown:not(.no-pip).small, .dropdown.button:not(.no-pip).small {
  padding-right: 3.0625rem;
}
button.dropdown:not(.no-pip).small::after, .dropdown.button:not(.no-pip).small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
}
button.dropdown:not(.no-pip).small::after, .dropdown.button:not(.no-pip).small::after {
  border-color: #fff transparent transparent transparent;
}
button.dropdown:not(.no-pip).large, .dropdown.button:not(.no-pip).large {
  padding-right: 3.625rem;
}
button.dropdown:not(.no-pip).large::after, .dropdown.button:not(.no-pip).large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
button.dropdown:not(.no-pip).large::after, .dropdown.button:not(.no-pip).large::after {
  border-color: #fff transparent transparent transparent;
}
button.dropdown:not(.no-pip).primary::after, .dropdown.button:not(.no-pip).primary::after {
  border-color: #fff transparent transparent transparent;
}
button.dropdown:not(.no-pip).tertiary::after, .dropdown.button:not(.no-pip).tertiary::after {
  border-color: #fff transparent transparent transparent;
}
button.dropdown:not(.no-pip).quaternary::after, .dropdown.button:not(.no-pip).quaternary::after {
  border-color: #fff transparent transparent transparent;
}

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *  - add "action" class buttons with $action-color
 *
 */
/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  font-size: 0.75rem;
  color: #343a40;
  cursor: pointer;
  display: block;
  font-weight: 500;
  line-height: 1.125rem;
  margin-bottom: 4px;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #4e5861;
}

select::-ms-expand {
  display: none;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.75rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #cccccc;
}
span.prefix.radius, label.prefix.radius {
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #cccccc;
}
span.postfix.radius, label.postfix.radius {
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  background-color: #ffffff;
  font-family: inherit;
  border: 1px solid #dee2e6;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #001830;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0 0 1rem 0;
  padding: 8px 12px;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  box-shadow: 0px 0px 0px 4px #ECFAF3, 0px 1px 2px 0px rgba(33, 37, 41, 0.05);
  border-color: #A6CBFE;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  color: #001830;
  background: #ffffff;
  border-color: #A6CBFE;
  outline: none;
}
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly], fieldset[disabled]
input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly], fieldset[disabled]
input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly], fieldset[disabled]
input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly], fieldset[disabled]
input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly], fieldset[disabled]
input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly], fieldset[disabled]
input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly], fieldset[disabled]
input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly], fieldset[disabled]
input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly], fieldset[disabled]
input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly], fieldset[disabled]
input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly], fieldset[disabled]
input[type="url"],
textarea[disabled],
textarea[readonly], fieldset[disabled]
textarea {
  background-color: #f8f9fa;
}
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
textarea.radius {
  border-radius: 4px;
}

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  border: none;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: #001830;
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}
select.radius {
  border-radius: 4px;
}
select option:hover {
  background-color: #dee2e6;
  border-radius: 4px;
}
select option:checked {
  border-radius: 4px;
  background-color: #ECFAF3;
  color: #A6CBFE;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  height: 16px !important;
  width: 16px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type="checkbox"]:hover {
  border: 1px solid #A6CBFE;
  background-color: #ECFAF3;
}

input[type="checkbox"]:checked {
  -webkit-appearance: none;
  background-color: #A6CBFE;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* We add basic fieldset styling */
fieldset {
  border: 1px solid #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
fieldset legend {
  font-weight: 600;
  background: #fff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.75rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  background: #cc375b;
  color: #ffffff;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.75rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  background: #cc375b;
  color: #ffffff;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #cc375b;
}
.error small.error {
  display: block;
  padding: 0.75rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  background: #cc375b;
  color: #ffffff;
}
.error > label > small {
  color: #4e5861;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  margin-bottom: 0;
}

label.error {
  color: #cc375b;
}

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */
.joyride-list {
  display: none;
}

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #fff;
  color: #333;
  border: solid 1px #333;
  border-radius: 4px;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

.joyride-content-wrapper {
  width: 100%;
  user-select: none;
  padding: 1.75rem 2.125rem 2.125rem;
}
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 12px;
  width: 0;
  height: 0;
  border: 12px solid #fff;
}
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #fff;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -24px;
  left: 12px;
}
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #fff !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -24px;
}
.joyride-tip-guide .joyride-nub.right {
  right: -24px;
}
.joyride-tip-guide .joyride-nub.left {
  left: -24px;
}
.joyride-tip-guide .joyride-next-tip {
  border-radius: 4px;
  padding: 8px 16px;
  float: right;
  margin-top: 0.875rem;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #A6CBFE;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  border-radius: 4px;
}
.joyride-tip-guide .joyride-next-tip:hover, .joyride-tip-guide .joyride-next-tip:focus {
  background-color: #b2bdc7;
}
.joyride-tip-guide .joyride-next-tip:hover, .joyride-tip-guide .joyride-next-tip:focus {
  color: #001830;
}

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: 600;
  color: #333;
}

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.9375rem;
  line-height: 1.75;
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #333;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem;
}

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666;
}

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
}
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #ffffff;
}

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em), print {
  .joyride-tip-guide {
    width: 500px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #fff !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -24px;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: #fff !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 12px;
    left: auto;
    right: -24px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: #fff !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 12px;
    left: -24px;
    right: auto;
  }
}
/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8dee3;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f8f9fa;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #001830;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #c3dcfe;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #fafcff;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #001830;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #A6CBFE;
}
.panel.radius {
  border-radius: 4px;
}

/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}
.progress .meter {
  background: #A6CBFE;
  height: 100%;
  display: block;
}
.progress.secondary .meter {
  background: #e9ecef;
  height: 100%;
  display: block;
}
.progress.success .meter {
  background: #36ad83;
  height: 100%;
  display: block;
}
.progress.alert .meter {
  background: #cc375b;
  height: 100%;
  display: block;
}
.progress.radius {
  border-radius: 4px;
}
.progress.radius .meter {
  border-radius: 3px;
}
.progress.round {
  border-radius: 1000px;
}
.progress.round .meter {
  border-radius: 999px;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(33, 37, 41, 0.75);
  backdrop-filter: blur(2.5px);
  z-index: 200;
  display: none;
  top: 0;
  left: 0;
}

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1000;
  border-radius: 12px;
  padding: 12px 24px;
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 40em) {
  dialog, .reveal-modal {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 40.063em), print {
  dialog, .reveal-modal {
    left: 50%;
  }
}
dialog .column,
dialog .columns, .reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
dialog > :first-child, .reveal-modal > :first-child {
  margin-top: 0;
}
dialog > :last-child, .reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.063em), print {
  dialog, .reveal-modal {
    margin-left: -40%;
    width: 80%;
  }
}
@media only screen and (min-width: 40.063em), print {
  dialog, .reveal-modal {
    top: 6.25rem;
  }
}
dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  color: #6c757d;
  font-weight: 600;
  cursor: pointer;
}

dialog[open] {
  display: block;
  visibility: visible;
}

@media only screen and (min-width: 40.063em), print {
  dialog, .reveal-modal {
    padding: 1.875rem;
  }
  dialog.radius, .reveal-modal.radius {
    border-radius: 4px;
  }
  dialog.round, .reveal-modal.round {
    border-radius: 1000px;
  }
  dialog.collapse, .reveal-modal.collapse {
    padding: 0;
  }
  dialog.tiny, .reveal-modal.tiny {
    z-index: 1000;
    border-radius: 12px;
    padding: 12px 24px;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em), print {
  dialog.tiny, .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
}
@media only screen and (min-width: 40.063em), print {
  dialog.small, .reveal-modal.small {
    z-index: 1000;
    border-radius: 12px;
    padding: 12px 24px;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em), print {
  dialog.small, .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
}
@media only screen and (min-width: 40.063em), print {
  dialog.medium, .reveal-modal.medium {
    z-index: 1000;
    border-radius: 12px;
    padding: 12px 24px;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em), print {
  dialog.medium, .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
}
@media only screen and (min-width: 40.063em), print {
  dialog.large, .reveal-modal.large {
    z-index: 1000;
    border-radius: 12px;
    padding: 12px 24px;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em), print {
  dialog.large, .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
}
@media only screen and (min-width: 40.063em), print {
  dialog.xlarge, .reveal-modal.xlarge {
    z-index: 1000;
    border-radius: 12px;
    padding: 12px 24px;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em), print {
  dialog.xlarge, .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}

@media only screen and (min-width: 40.063em), print {
  dialog.full, .reveal-modal.full {
    z-index: 1000;
    border-radius: 12px;
    padding: 12px 24px;
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em), print {
  dialog.full, .reveal-modal.full {
    margin-left: -50vw;
    width: 100vw;
  }
}

@media print {
  dialog, .reveal-modal {
    background: #fff !important;
  }
}
/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *  - decrease size of medium split dropdown
 *
 */
/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *  - add "action" class buttons with $action-color
 *
 */
/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *  - replace pip by chevron down
 */
/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *  - add "action" class buttons with $action-color
 *
 */
button.split, .button.split {
  position: relative;
  padding-right: 0.75rem;
}
button.split span, .button.split span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
button.split span:active, .button.split span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
button.split span:before, .button.split span:before {
  content: "\e620";
  font-family: 'efficy-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button.split span, .button.split span {
  border-left-color: #dee2e6;
}
button.split span, .button.split span {
  width: 2.25rem;
  padding: 0 12px;
}
button.split span:after, .button.split span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}
button.split span:after, .button.split span:after {
  border-color: #333 transparent transparent transparent;
}
button.split.secondary span, .button.split.secondary span {
  border-left-color: #dee2e6;
}
button.split.secondary span:after, .button.split.secondary span:after {
  border-color: #333 transparent transparent transparent;
}
button.split.alert span, .button.split.alert span {
  border-left-color: #dee2e6;
}
button.split.success span, .button.split.success span {
  border-left-color: #dee2e6;
}
button.split.tiny, .button.split.tiny {
  padding-right: 3.75rem;
}
button.split.tiny span, .button.split.tiny span {
  width: 2.25rem;
}
button.split.tiny span:after, .button.split.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
button.split.small, .button.split.small {
  padding-right: 4.375rem;
}
button.split.small span, .button.split.small span {
  width: 2.625rem;
}
button.split.small span:after, .button.split.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}
button.split.large, .button.split.large {
  padding-right: 5.5rem;
}
button.split.large span, .button.split.large span {
  width: 3.4375rem;
}
button.split.large span:after, .button.split.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}
button.split.expand, .button.split.expand {
  padding-left: 2rem;
}
button.split.primary span:after, .button.split.primary span:after {
  border-color: #fff transparent transparent transparent;
}
button.split.radius span, .button.split.radius span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
button.split.round span, .button.split.round span {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #fff;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}
.switch input {
  display: none;
}
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
.switch label:after {
  content: "";
  display: block;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  width: 4rem;
  height: 2rem;
}
.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  border: 1px solid #dee2e6;
  color: transparent;
  background: #fff;
}
.switch label:hover {
  border: 1px solid;
  border-color: #A6CBFE;
  background-color: #ECFAF3;
}
.switch input[type='checkbox']:checked + label {
  background-color: #A6CBFE;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.switch input[type='radio']:checked + label {
  background-color: #A6CBFE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8.00005' cy='8.00005' r='3.2' fill='white'/%3E%3C/svg%3E");
}
.switch label {
  border-radius: 4px;
}
.switch label:after {
  border-radius: 4px;
}
.switch.large label {
  width: 5rem;
  height: 2.5rem;
}
.switch.large label:after {
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked + label:after {
  left: 2.75rem;
}
.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}
.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked + label:after {
  left: 2rem;
}
.switch.tiny label {
  width: 2.25rem;
  height: 1.125rem;
}
.switch.tiny label:after {
  width: 0.625rem;
  height: 0.625rem;
}
.switch.tiny input:checked + label:after {
  left: 1.375rem;
}
.switch.radius label {
  border-radius: 4px;
}
.switch.radius label:after {
  border-radius: 3px;
}
.switch.round {
  border-radius: 1000px;
}
.switch.round label {
  border-radius: 2rem;
}
.switch.round label:after {
  border-radius: 2rem;
}

table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #ddd;
}
table caption {
  background: transparent;
  color: #222;
  font-size: 1rem;
  font-weight: bold;
}
table thead {
  background: #f4f4f4;
}
table thead tr th,
table thead tr td {
  padding: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #222;
}
table tfoot {
  background: #f4f4f4;
}
table tfoot tr th,
table tfoot tr td {
  padding: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #222;
}
table tr th,
table tr td {
  padding: 0.75rem 1.25rem;
  font-size: 14px;
  color: #001830;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #fafafa;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.3;
}

/*
 *  Efficy changes :
 *
 *  - added $tabs-bottom-divider
 *  - added $tabs-navigation-hover-font-color
 *
 */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen, print {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em), print {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em), print {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #A6CBFE;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #2d5de5;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 0.625rem 0 0.5625rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 600;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 600;
  color: #972642;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 600;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #001830;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: 600;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: 600;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 600;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em), print {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3 {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
.tabs {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 12px !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  margin-right: 16px;
  list-style: none;
  float: left;
}
.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background: #ffffff;
  color: #495057;
  padding: 0 8px 12px 8px;
  font-weight: 500;
  font-size: 14px;
  min-width: 2rem;
  text-align: center;
}
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background: #ffffff;
  color: #001830;
  border-bottom: 2px solid #001830;
}
.tabs dd.active a, .tabs .tab-title.active a {
  background: #ffffff;
  color: #001830;
  border-bottom: 2px solid #001830;
}
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.625rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.625rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.625rem;
}

@media only screen and (min-width: 40.063em), print {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem;
  }

  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: 600;
  color: #333;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #0250bb;
  color: #A6CBFE;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #333;
}
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333 transparent;
  top: -10px;
}
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
.tooltip.radius {
  border-radius: 4px;
}
.tooltip.round {
  border-radius: 1000px;
}
.tooltip.round > .nub {
  left: 2rem;
}
.tooltip.opened {
  color: #A6CBFE !important;
  border-bottom: dotted 1px #0250bb !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777;
  font-weight: normal;
}

@media only screen and (min-width: 40.063em), print {
  .tooltip > .nub {
    border-color: transparent transparent #333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
/*
 *  Efficy changes :
 *
 *  - add separate color $topbar-dropdown-link-bg-hover
 *
 */
/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *  - add "action" class buttons with $action-color
 *
 */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width: 40.063em), print/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: transparent;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: transparent;
  margin-bottom: 0;
  	    /* AIS: not working
        // Menu toggle button on small devices
        .toggle-topbar {
          position: absolute;
          right: 0;
          top: 0;
  
          a {
            color: $topbar-link-color;
            text-transform: $topbar-menu-link-transform;
            font-size: $topbar-menu-link-font-size;
            font-weight: $topbar-menu-link-weight;
            position: relative;
            display: block;
            padding: 0 $topbar-link-padding;
            height: $topbar-height;
            line-height: $topbar-height;
          }
  
          // Adding the class "menu-icon" will add the 3-line icon people love and adore.
          &.menu-icon {
            top: 50%;
            margin-top: -16px;
  
            a {
              @if $text-direction == rtl {
                text-indent: -58px;
              }
              height: 34px;
              line-height: 33px;
              padding: 0 $topbar-link-padding+25 0 $topbar-link-padding;
              color: $topbar-menu-link-color;
              position: relative;
  
              & {
                // @include hamburger icon
                //
                // We use this to create the icon with three lines aka the hamburger icon, the menu-icon or the navicon
                // $width - Width of hamburger icon
                // $left - If false, icon will be centered horizontally || explicitly set value in rem
                // $top - If false, icon will be centered vertically || explicitly set value in rem
                // $thickness - thickness of lines in hamburger icon, set value in px
                // $gap - spacing between the lines in hamburger icon, set value in px
                // $color - icon color
                // $hover-color - icon color during hover, here it is set the same as $color because the values are changed on line 264
                // $offcanvas - Set to false of @include in topbar
                @include hamburger(16px, false, 0, 1px, 6px, $topbar-menu-icon-color, $topbar-menu-icon-color, false);
              }
            }
          }
        }
        */
}
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
.top-bar input {
  height: auto;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
.top-bar .button, .top-bar button {
  padding-top: .45rem;
  padding-bottom: .35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
.top-bar .title-area {
  position: relative;
  margin: 0;
}
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 1rem;
}
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}
.top-bar .name h1 a {
  font-weight: normal;
  color: #001830;
  width: 75%;
  display: block;
  padding: 0 12px;
}
.top-bar.expanded {
  height: auto;
  background: transparent;
  	     /*
          .toggle-topbar {
            a { color: $topbar-menu-link-color-toggled;
              &::after {
                // Shh, don't tell, but box-shadows create the menu icon :)
                box-shadow: 0 10px 0 1px $topbar-menu-icon-color-toggled,
                            0 16px 0 1px $topbar-menu-icon-color-toggled,
                            0 22px 0 1px $topbar-menu-icon-color-toggled;
              }
            }
          }*/
}
.top-bar.expanded .title-area {
  background: transparent;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 1rem;
  margin: 0;
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: 1px solid transparent;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #001830;
  padding: 12px 0 12px 0;
  padding-left: 12px;
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 12px;
  padding-left: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #A6CBFE;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  border-radius: 4px;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #b2bdc7;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #001830;
}
.top-bar-section ul li > a.button.secondary {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #e9ecef;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  border-radius: 4px;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b2bdc7;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #001830;
}
.top-bar-section ul li > a.button.success {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #36ad83;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #fff;
  border-radius: 4px;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #b2bdc7;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #fff;
}
.top-bar-section ul li > a.button.alert {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #cc375b;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #fff;
  border-radius: 4px;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #b2bdc7;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #fff;
}
.top-bar-section ul li > a.button.action {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #A6CBFE;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  border-radius: 4px;
}
.top-bar-section ul li > a.button.action:hover, .top-bar-section ul li > a.button.action:focus {
  background-color: #b2bdc7;
}
.top-bar-section ul li > a.button.action:hover, .top-bar-section ul li > a.button.action:focus {
  color: #001830;
}
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 12px;
  padding-left: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #A6CBFE;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  border-radius: 4px;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #b2bdc7;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #001830;
}
.top-bar-section ul li > button.secondary {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #e9ecef;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  border-radius: 4px;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b2bdc7;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #001830;
}
.top-bar-section ul li > button.success {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #36ad83;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #fff;
  border-radius: 4px;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #b2bdc7;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #fff;
}
.top-bar-section ul li > button.alert {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #cc375b;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #fff;
  border-radius: 4px;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #b2bdc7;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #fff;
}
.top-bar-section ul li > button.action {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #A6CBFE;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  border-radius: 4px;
}
.top-bar-section ul li > button.action:hover, .top-bar-section ul li > button.action:focus {
  background-color: #b2bdc7;
}
.top-bar-section ul li > button.action:hover, .top-bar-section ul li > button.action:focus {
  color: #001830;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #fbfbfb;
  color: #001830;
}
.top-bar-section ul li.active > a {
  background: #A6CBFE;
  color: #001830;
}
.top-bar-section ul li.active > a:hover {
  background: #6ca9fd;
  color: #001830;
}
.top-bar-section .has-form {
  padding: 12px;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  margin-right: 12px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  position: absolute;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 0 4px 0 rgba(31, 51, 91, 0.06), 0 4px 4px 0 rgba(31, 51, 91, 0.05);
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 12px;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
  margin-top: 0;
}
.top-bar-section .dropdown li.title h5 a {
  color: #001830;
  line-height: 22.5px;
  display: block;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 12px;
}
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  padding: 6px 12px 6px;
  margin-bottom: 0;
  text-transform: none;
  color: #495057;
  font-weight: normal;
  font-size: 0.6875rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em), print {
  .top-bar {
    background: transparent;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a {
    width: auto;
  }
  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  .top-bar.expanded {
    background: transparent;
  }

  .contain-to-grid .top-bar {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #fbfbfb;
    color: #001830;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 12px;
    line-height: 45px;
    background: transparent;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #fbfbfb;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 12px;
    line-height: 45px;
    color: #001830;
    background: #A6CBFE;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #6ca9fd;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: #001830;
    line-height: 45px;
    white-space: nowrap;
    padding: 12px 12px;
    background: #ffffff;
  }
  .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: #001830;
    background: #ffffff;
  }
  .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
    color: #001830;
    background-color: #555555;
    background: #F0F2F5;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: transparent;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: 1px solid transparent;
    clear: none;
    height: 45px;
    width: 0;
  }
  .top-bar-section .has-form {
    background: transparent;
    padding: 0 15px;
    height: 45px;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #fbfbfb;
    color: #001830;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #A6CBFE;
    color: #001830;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
.off-canvas-wrap {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 250ms ease-in;
  -moz-transition: -moz-transform 250ms ease-in;
  -ms-transition: -ms-transform 250ms ease-in;
  -o-transition: -o-transform 250ms ease-in;
  transition: transform 250ms ease-in;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

.tab-bar {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  background: transparent;
  color: #001830;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #fff;
  font-weight: 600;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: none;
  left: 0;
  z-index: 1;
}

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: none;
  right: 0;
  z-index: 1;
}

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width: 40.063em), print {
  .tab-bar-section {
    text-align: left;
  }
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #001830;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0px 0 1px #001830, 0 7px 0 1px #001830, 0 14px 0 1px #001830;
  width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0px 0 1px #001830, 0 7px 0 1px #001830, 0 14px 0 1px #001830;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.off-canvas-list li label {
  display: block;
  padding: 1rem 1rem 0.25rem 1rem;
  color: #adb5bd;
  text-transform: none;
  font-size: 12px;
  font-weight: normal;
  background: transparent;
  border-top: none;
  border-bottom: none;
  margin: 0;
}
ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: #000;
  border-bottom: 1px solid transparent;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: transparent;
}
ul.off-canvas-list .usermenu-profile * {
  color: #000;
}

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(136, 136, 136, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em), print {
  .move-right .exit-off-canvas:hover {
    background: rgba(238, 238, 238, 0.2);
  }
}

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(136, 136, 136, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em), print {
  .move-left .exit-off-canvas:hover {
    background: rgba(238, 238, 238, 0.2);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-offcanvas-menu {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(136, 136, 136, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
  z-index: 1002;
}
@media only screen and (min-width: 40.063em), print {
  .offcanvas-overlap .exit-offcanvas-menu:hover {
    background: rgba(238, 238, 238, 0.2);
  }
}

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

/* small displays */
@media only screen, print {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em), print {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  table.show-for-print {
    display: table;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }
}
.text-ellipsis, [class*=text-ellipsis] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hyphenate {
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.edit-done > button::before, .edit-tabs.tabs a::before {
  font-size: 1rem;
  vertical-align: top;
}

.fullpage {
  height: 100%;
}
.fullpage body {
  height: 100%;
}

.space-between {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 40.063em), print {
  .space-between {
    flex-direction: row;
  }
}

.nowrap {
  white-space: nowrap;
}

.autowrap {
  white-space: normal !important;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-ellipsis-x-small {
  max-width: 3.125rem;
}
.text-ellipsis-small {
  max-width: 6.25rem;
}
.text-ellipsis-medium {
  max-width: 9.375rem;
}
.text-ellipsis-large {
  max-width: 12.5rem;
}

.cursor-default {
  cursor: default;
}

.pointer, .cursor-pointer {
  cursor: pointer;
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-help {
  cursor: help;
}

.cursor-text {
  cursor: text;
}

.currcy-symbol {
  display: inline-block;
  min-width: 1.25rem;
  margin: 0 0.25rem 0 0.5rem;
}

.split > hr {
  margin: 0.3125rem 0 0.25rem;
}

.spinner-x-small::before {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 0.9375rem;
  height: 0.9375rem;
  margin: -0.46875rem 0 0 -0.46875rem;
  content: "";
}
.no-cssanimations .spinner-x-small::before {
  background: url("../../../../lib/img/spinner24.gif") center center no-repeat;
}
.cssanimations .spinner-x-small::before {
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.1375rem solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  border-top-color: #000;
}
.spinner-small::before {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 1.5625rem;
  height: 1.5625rem;
  margin: -0.78125rem 0 0 -0.78125rem;
  content: "";
}
.no-cssanimations .spinner-small::before {
  background: url("../../../../lib/img/spinner24.gif") center center no-repeat;
}
.cssanimations .spinner-small::before {
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.225rem solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  border-top-color: #000;
}
.spinner-medium::before {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 2.1875rem;
  height: 2.1875rem;
  margin: -1.09375rem 0 0 -1.09375rem;
  content: "";
}
.no-cssanimations .spinner-medium::before {
  background: url("../../../../lib/img/spinner24.gif") center center no-repeat;
}
.cssanimations .spinner-medium::before {
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.3125rem solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  border-top-color: #000;
}
.spinner-large::before {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 2.8125rem;
  height: 2.8125rem;
  margin: -1.40625rem 0 0 -1.40625rem;
  content: "";
}
.no-cssanimations .spinner-large::before {
  background: url("../../../../lib/img/spinner24.gif") center center no-repeat;
}
.cssanimations .spinner-large::before {
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.4rem solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  border-top-color: #000;
}

.text-alert {
  color: #cc375b;
}

.text-success {
  color: #36ad83;
}

.text-warning {
  color: #ffa238;
}

.text-info {
  color: #89b1e0;
}

[class*='css-columns-'] {
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  -webkit-break-inside: avoid;
  break-inside: avoid;
}

.css-columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.css-columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

@media only screen and (min-width: 40.063em), print {
  .medium-css-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .medium-css-columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-css-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .large-css-columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 90.063em) {
  .xlarge-css-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .xlarge-css-columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.m-p-0 {
  margin: 0 !important;
  padding: 0;
}

button.toggle::after, .button.toggle::after, button.toggle > input[type="checkbox"]:checked + label::after, .button.toggle > input[type="checkbox"]:checked + label::after, #noti-bar-tools > li .toggle::after, #noti-bar-tools > li .toggle > input[type="checkbox"]:checked + label::after {
  height: 2px;
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  content: "";
  border-radius: 2px;
}

button.icon, .button.icon {
  margin-bottom: 0;
  padding: 0.5625rem 0.875rem 0.4375rem 0.875rem;
  font-size: 1rem;
}
button.icon.narrow, .button.icon.narrow {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
button.input-align, .button.input-align {
  height: 2.3125rem;
  line-height: 2.3125rem;
}
button.tertiary, .button.tertiary {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #f8f9fa;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  border-radius: 4px;
}
button.tertiary:hover, button.tertiary:focus, .button.tertiary:hover, .button.tertiary:focus {
  background-color: #e9ecef;
}
button.tertiary:hover, button.tertiary:focus, .button.tertiary:hover, .button.tertiary:focus {
  color: #001830;
}
button.quaternary, .button.quaternary {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #40484F;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #fff;
  border-radius: 4px;
}
button.quaternary:hover, button.quaternary:focus, .button.quaternary:hover, .button.quaternary:focus {
  background-color: #b2bdc7;
}
button.quaternary:hover, button.quaternary:focus, .button.quaternary:hover, .button.quaternary:focus {
  color: #fff;
}
button.warning, .button.warning {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #ffa238;
  border-color: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  color: #fff;
  border-radius: 4px;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #b2bdc7;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #fff;
}
button.info, .button.info {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #89b1e0;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  border-radius: 4px;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #b2bdc7;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #001830;
}
button.toggle::after, .button.toggle::after {
  background-color: transparent;
}
button.toggle.toggle-on::after, .button.toggle.toggle-on::after {
  background-color: #001830;
}
button.toggle.tiny::after, .button.toggle.tiny::after {
  height: 2px;
}
button.toggle.small::after, .button.toggle.small::after {
  height: 2px;
}
button.toggle.large::after, .button.toggle.large::after {
  height: 2px;
}
button.toggle > input[type="checkbox"], .button.toggle > input[type="checkbox"] {
  display: none;
}
button.toggle > input[type="checkbox"] + label, .button.toggle > input[type="checkbox"] + label {
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0;
}
button.toggle > input[type="checkbox"]:checked + label::after, .button.toggle > input[type="checkbox"]:checked + label::after {
  background-color: #001830;
  z-index: 1;
}
button.toggle.tiny > input[type="checkbox"] + label::after, .button.toggle.tiny > input[type="checkbox"] + label::after {
  height: 2px;
}
button.toggle.small > input[type="checkbox"] + label::after, .button.toggle.small > input[type="checkbox"] + label::after {
  height: 2px;
}
button.toggle.large > input[type="checkbox"] + label::after, .button.toggle.large > input[type="checkbox"] + label::after {
  height: 2px;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #ffa238;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #fff;
  cursor: default;
  opacity: 0.45;
  box-shadow: none;
  border-radius: 4px;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #b2bdc7;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #fff;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffa238;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #89b1e0;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #001830;
  cursor: default;
  opacity: 0.45;
  box-shadow: none;
  border-radius: 4px;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #b2bdc7;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #001830;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #89b1e0;
}

.f-dropdown.loading {
  width: 10.625rem;
  height: 6.25rem;
}
.f-dropdown.loading::before {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 2.1875rem;
  height: 2.1875rem;
  margin: -1.09375rem 0 0 -1.09375rem;
  content: "";
}
.no-cssanimations .f-dropdown.loading::before {
  background: url("../../../../lib/img/spinner24.gif") center center no-repeat;
}
.cssanimations .f-dropdown.loading::before {
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.3125rem solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  border-top-color: #000;
}
.rtl .f-dropdown.has-icons [class^="i-"]::before, .rtl .f-dropdown.has-icons [class*=" i-"]::before {
  float: left;
}
.f-dropdown .disabled:hover {
  background-color: transparent;
}
.f-dropdown .disabled > a {
  color: #ced4da;
  cursor: default;
}
.f-dropdown .dd-li-btn {
  padding: 0.4375rem 0.5rem 0.375rem;
  float: right;
  height: 2rem;
}
.f-dropdown .dd-li-btn::before {
  color: #0074e9;
}
.f-dropdown .dd-li-btn:hover::before {
  color: #001830;
}
.f-dropdown .selected {
  background-color: #A6CBFE;
}
.f-dropdown .selected:hover {
  background-color: #7cb3fe;
}
.f-dropdown .selected a {
  color: #fff;
}
.f-dropdown .warning {
  background-color: #ffa238;
}
.f-dropdown .warning:hover {
  background-color: #ff9319;
}
.f-dropdown .warning a {
  color: #fff;
}

.start-off-canvas-menu {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: transparent;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
.start-off-canvas-menu * {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
}

.end-off-canvas-menu {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: transparent;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}
.end-off-canvas-menu * {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
}

.no-csstransforms .start-off-canvas-menu {
  left: -15.625rem;
}
.no-csstransforms .end-off-canvas-menu {
  right: -15.625rem;
}

.small-panel, .medium-panel, .large-panel {
  margin-bottom: 0;
  overflow: auto;
}

.panel > .content.small, .small-panel {
  max-height: 6.25rem;
  padding: 0.44643rem 0.5rem;
}

.panel > .content.medium, .medium-panel {
  max-height: 12.5rem;
  padding: 0.625rem 0.73529rem;
}

.panel > .content.large, .large-panel {
  max-height: 18.75rem;
}

.panel {
  border-radius: 8px;
}
.panel > .header {
  margin: -1.25rem -1.25rem 0;
  padding: 0.75rem;
  border-bottom: 1px solid #d8dee3;
  line-height: 1rem;
}
.panel > .header > i {
  float: left;
}
.panel > .header > i + span {
  margin-left: 0.5rem;
}
.panel > .header > span {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.panel > .content {
  margin: 0 -1.25rem -1.25rem;
  padding: 1rem 1.25rem;
  background-color: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 0.875rem;
  overflow: auto;
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *  - add "action" class buttons with $action-color
 *
 */
.switch input:disabled + label {
  background: white;
  cursor: default;
}
.switch input:disabled + label::after {
  background: white;
}
.switch input:disabled:checked + label {
  background: #d0ddef;
}
.switch + label.inline {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  padding: 0;
  vertical-align: baseline;
}
.switch.tiny.compact + label.inline {
  top: 0;
  max-width: calc(100% - 2.625rem);
}
.switch.tiny.compact > label {
  width: 1.125rem;
  box-shadow: 0 0 0 1px #fff;
}
.switch.tiny.compact > input:checked + label::after {
  left: .25rem;
}
.switch.tiny.compact > input:checked:disabled + label {
  background: white;
}
.switch.tiny.compact > input:checked:disabled + label::after {
  background: #d0ddef;
}
.switch.tiny > label {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

.switch-label {
  margin: 0 0.875rem 0 0.5rem;
  line-height: 2.3125rem;
}

/*
 *  Efficy changes :
 *
 *  - added $tabs-bottom-divider
 *  - added $tabs-navigation-hover-font-color
 *
 */
.tabs {
  background-color: transparent;
}
.tabs > dd.active > a {
  color: #001830;
}

@media only screen and (min-width: 40.063em), print {
  .top-bar-section .dropdown {
    left: 0;
    right: auto;
  }
  .top-bar-section ul.end li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section ul.end li .dropdown li .dropdown {
    right: 100%;
  }
}
.accordion-list {
  margin-left: 0;
  list-style: none;
}

.accordion-item {
  display: block;
  margin-top: 0.375rem;
}
.accordion-item.active > a.title::after {
  margin-top: -8px;
  border-bottom-style: solid;
}
.accordion-item.active > .content {
  display: block;
}
.accordion-item > .title {
  display: block;
  position: relative;
  padding: 0.375rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.accordion-item > .title .label {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.125rem 0.25rem;
  border-radius: 3px;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #89b1e0;
  color: #001830;
}
.accordion-item > .title .label.alert {
  background-color: #cc375b;
  color: #fff;
}
.accordion-item > .title .label.warning {
  background-color: #ffa238;
  color: #001830;
}
.accordion-item > .title .label.success {
  background-color: #36ad83;
  color: #fff;
}
.accordion-item > .title .label.secondary {
  background-color: #e9ecef;
  color: #001830;
}
.accordion-item > a.title {
  padding-right: 1.375rem;
}
.accordion-item > a.title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -3px;
  margin-right: 0.375rem;
  right: 0;
  border: inset 6px;
  border-top-style: solid;
}
.accordion-item > .content {
  display: none;
  margin: 0;
  padding-left: 0.375rem;
  overflow: auto;
  list-style: none;
  font-size: 0.8125rem;
}
.accordion-item > .content .name {
  font-weight: 700;
}
.accordion-item > .content .description {
  margin-left: 0.375rem;
}

.accordion-item.active > a.title::after {
  border-color: transparent transparent #fff transparent;
}
.accordion-item > .title {
  background-color: #898989;
  color: #fff;
}
.accordion-item > a.title::after {
  border-color: #fff transparent transparent transparent;
}
.accordion-item > .content {
  border-left: 1px solid #898989;
}

.accordion-item .accordion-item.active > a.title::after {
  border-color: transparent transparent #001830 transparent;
}
.accordion-item .accordion-item > .title {
  background-color: #bcbcbc;
  color: #001830;
}
.accordion-item .accordion-item > a.title::after {
  border-color: #001830 transparent transparent transparent;
}
.accordion-item .accordion-item > .content {
  border-left: 1px solid #bcbcbc;
}

.accordion-item .accordion-item .accordion-item.active > a.title::after {
  border-color: transparent transparent #001830 transparent;
}
.accordion-item .accordion-item .accordion-item > .title {
  background-color: #eeeeee;
  color: #001830;
}
.accordion-item .accordion-item .accordion-item > a.title::after {
  border-color: #001830 transparent transparent transparent;
}
.accordion-item .accordion-item .accordion-item > .content {
  border-left: 1px solid #eeeeee;
}

/*
	AIS 20240411

	Circle person avatars with colored initials fallback if no picture

	Sample HTML :

	<div class="avatar size-32" title="Firstname Lastname">
		<img src="path/to/picture.jpg" alt="" onerror="this.classList.add('notfound')">
		<span class="initials">FL</span>
	</div>

*/
.avatar {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.avatar:has(img.notfound) {
  background-color: #1e88e5;
}
.avatar > span {
  color: #ffffff;
  font-weight: 500;
}
.avatar > img {
  border-radius: 50%;
  position: absolute;
}
.avatar > img.notfound {
  display: none;
}
.avatar.size-20 {
  width: 1.25rem;
  height: 1.25rem;
}
.avatar.size-20 > img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: cover;
}
.avatar.size-20 > span {
  font-size: 12px;
}
.avatar.size-24 {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar.size-24 > img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: cover;
}
.avatar.size-24 > span {
  font-size: 12px;
}
.avatar.size-28 {
  width: 1.75rem;
  height: 1.75rem;
}
.avatar.size-28 > img {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: cover;
}
.avatar.size-28 > span {
  font-size: 14px;
}
.avatar.size-32 {
  width: 2rem;
  height: 2rem;
}
.avatar.size-32 > img {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
}
.avatar.size-32 > span {
  font-size: 16px;
}
.avatar.size-48 {
  width: 3rem;
  height: 3rem;
}
.avatar.size-48 > img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}
.avatar.size-48 > span {
  font-size: 24px;
}
.avatar.size-64 {
  width: 4rem;
  height: 4rem;
}
.avatar.size-64 > img {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
}
.avatar.size-64 > span {
  font-size: 30px;
}

.avatar-name {
  display: flex !important;
  align-items: center;
}
.avatar-name .avatar {
  margin-right: 8px;
}

.badge {
  background: linear-gradient(to bottom, #2d5de5 0%, #456fe5 100%);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1rem;
  text-align: center;
  position: absolute;
  display: inline-block;
  left: 1.375rem;
  top: 0.125rem;
  min-width: 1.25rem;
  padding: 0.0625rem 0.25rem;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/*
	Applies the "Card" design to the target container

	Sample HTML :
	<div class="card" title="Firstname Lastname">
		... Card content ...
	</div>
*/
.card {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #dee2e6;
}
.card.elevated {
  border: none;
  box-shadow: default;
}

/* Kanban cards */
.card-kanban {
  border-radius: 8px;
  border: default;
  box-shadow: 0px 0px 8px 0px rgba(31, 51, 91, 0.08), 0px 8px 8px 0px rgba(31, 51, 91, 0.06);
  padding: 1rem 1.25rem;
}
.card-kanban.muuri-item-dragging {
  box-shadow: none;
}

/* Project management - Roadmap */
.card-roadmap {
  border-radius: 8px;
  border: default;
  box-shadow: 0px 0px 8px 0px rgba(31, 51, 91, 0.08), 0px 8px 8px 0px rgba(31, 51, 91, 0.06);
  padding: 1rem 1.25rem;
}

.fabs {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  background-color: #A6CBFE;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
}
.fabs:hover, .fabs:focus {
  background-color: #8dbcfe;
  color: #fff;
}
.fabs.tiny {
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
  font-size: 0.625rem;
}
.fabs.small {
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  font-size: 0.875rem;
}
.fabs.large {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  font-size: 1.125rem;
}
.fabs.tertiary {
  background-color: #f8f9fa;
}
.fabs.tertiary:hover, .fabs.tertiary:focus {
  background-color: #e9ecef;
  color: #fff;
}
.fabs.quaternary {
  background-color: #40484F;
}
.fabs.quaternary:hover, .fabs.quaternary:focus {
  background-color: #353b41;
  color: #fff;
}
.fabs.warning {
  background-color: #ffa238;
}
.fabs.warning:hover, .fabs.warning:focus {
  background-color: #ff961f;
  color: #fff;
}
.fabs.info {
  background-color: #89b1e0;
}
.fabs.info:hover, .fabs.info:focus {
  background-color: #75a4db;
  color: #fff;
}
.fabs.inline {
  position: relative;
  display: inline-block;
}
.fabs.top {
  top: 0.5rem;
}
.fabs.top-0 {
  top: 0;
}
.fabs.top-10 {
  top: 0.625rem;
}
.fabs.top-20 {
  top: 1.25rem;
}
.fabs.top-30 {
  top: 1.875rem;
}
.fabs.bottom {
  bottom: 0.5rem;
}
.fabs.bottom-0 {
  bottom: 0;
}
.fabs.bottom-10 {
  bottom: 0.625rem;
}
.fabs.bottom-20 {
  bottom: 1.25rem;
}
.fabs.bottom-30 {
  bottom: 1.875rem;
}
.fabs.left {
  left: 0.5rem;
}
.fabs.left-0 {
  left: 0;
}
.fabs.left-10 {
  left: 0.625rem;
}
.fabs.left-20 {
  left: 1.25rem;
}
.fabs.left-30 {
  left: 1.875rem;
}
.fabs.right {
  right: 0.5rem;
}
.fabs.right-0 {
  right: 0;
}
.fabs.right-10 {
  right: 0.625rem;
}
.fabs.right-20 {
  right: 1.25rem;
}
.fabs.right-30 {
  right: 1.875rem;
}
.fabs:focus {
  outline: none;
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *  - add "action" class buttons with $action-color
 *
 */
input::placeholder {
  color: #6c757d;
}

input.inline, select.inline {
  display: inline !important;
  width: auto !important;
}

.input-button {
  position: relative;
}
.input-button > .button {
  right: 4px;
  position: absolute;
  background: none;
  width: 1.6875rem;
  float: right;
}
.input-button > .button.i-down::before {
  font-size: 14px;
  color: #999;
}
.input-button > div {
  overflow: hidden;
}
.input-button > div input:nth-child(2) {
  background-color: inherit;
}

.input-button.button {
  width: 2.875rem;
  font-size: 1rem;
}

select {
  padding-right: 1.3rem;
}
select[size] {
  height: auto;
}
select[disabled], select[readonly], fieldset[disabled] select {
  background-color: #f8f9fa;
}

textarea {
  resize: none;
}

dl.inline-definition-list dt,
dl.inline-definition-list dd {
  float: left;
}
dl.inline-definition-list dt {
  clear: left;
}

.valign-nolabel {
  margin: 0.84375rem 0 0;
}

.switch.compact + label {
  top: -0.1875rem;
  position: relative;
}

.postfix.full-icon::before {
  position: relative;
  top: 4px;
}

.tiny.postfix.i-more::before {
  margin-left: -0.25rem;
}

.icon-input {
  position: relative;
}
.icon-input > i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  z-index: 1;
}
.icon-input > i::before {
  font-size: 13px !important;
}
.icon-input > input {
  padding-left: 33px;
}

[class^="file-type-"],
[class*=" file-type-"] {
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 0.125rem;
  background: url("../../../../lib/img/filetypes32.png") 0 0 no-repeat;
}

.file-type-avi, .file-type-3gp, .file-type-flv, .file-type-mov, .file-type-mp4, .file-type-mpg, .file-type-mpeg, .file-type-wmv {
  background-position: 0px -36px;
}

.file-type-bmp, .file-type-pic, .file-type-pict, .file-type-pct {
  background-position: 0px -72px;
}

.file-type-csv, .file-type-tsv {
  background-position: 0px -108px;
}

.file-type-dat, .file-type-bin {
  background-position: 0px -144px;
}

.file-type-dll, .file-type-exe {
  background-position: 0px -180px;
}

.file-type-doc, .file-type-dot, .file-type-rtf {
  background-position: 0px -216px;
}

.file-type-docx, .file-type-dotx, .file-type-dotm {
  background-position: 0px -252px;
}

.file-type-dwg {
  background-position: 0px -288px;
}

.file-type-dxf {
  background-position: 0px -324px;
}

.file-type-gif {
  background-position: 0px -360px;
}

.file-type-htm, .file-type-html, .file-type-mhtml, .file-type-xhtml {
  background-position: 0px -396px;
}

.file-type-jpg, .file-type-jpeg {
  background-position: 0px -432px;
}

.file-type-js, .file-type-css, .file-type-pas, .file-type-vbs, .file-type-scss, .file-type-less {
  background-position: 0px -468px;
}

.file-type-log, .file-type-ini, .file-type-sql, .file-type-cfg, .file-type-conf, .file-type-diff {
  background-position: 0px -504px;
}

.file-type-msg, .file-type-eml {
  background-position: 0px -540px;
}

.file-type-msi {
  background-position: 0px -576px;
}

.file-type-odp, .file-type-ott, .file-type-oth, .file-type-odm, .file-type-sxw, .file-type-stw, .file-type-sxg {
  background-position: 0px -612px;
}

.file-type-ods, .file-type-ots, .file-type-sxc, .file-type-stc {
  background-position: 0px -648px;
}

.file-type-odt, .file-type-odg, .file-type-otp, .file-type-sxi, .file-type-sti {
  background-position: 0px -684px;
}

.file-type-one, .file-type-onebin, .file-type-onepkg, .file-type-onetoc {
  background-position: 0px -720px;
}

.file-type-pdf {
  background-position: 0px -756px;
}

.file-type-png {
  background-position: 0px -792px;
}

.file-type-pps {
  background-position: 0px -828px;
}

.file-type-ppsx, .file-type-ppsm {
  background-position: 0px -864px;
}

.file-type-ppt, .file-type-pot {
  background-position: 0px -900px;
}

.file-type-pptx, .file-type-pptm, .file-type-potx, .file-type-potm {
  background-position: 0px -936px;
}

.file-type-psd, .file-type-psb, .file-type-pdd {
  background-position: 0px -972px;
}

.file-type-tif, .file-type-tiff {
  background-position: 0px -1008px;
}

.file-type-txt {
  background-position: 0px -1044px;
}

.file-type-vcf, .file-type-vcard {
  background-position: 0px -1080px;
}

.file-type-vvs, .file-type-vsd, .file-type-vss, .file-type-vst, .file-type-vsx, .file-type-vtx, .file-type-vsdx {
  background-position: 0px -1116px;
}

.file-type-vsdm, .file-type-vssx, .file-type-vvsx, .file-type-vstx, .file-type-vstm {
  background-position: 0px -1152px;
}

.file-type-wav, .file-type-mp3, .file-type-ogg, .file-type-aif, .file-type-aac, .file-type-flac {
  background-position: 0px -1188px;
}

.file-type-xls, .file-type-xlm, .file-type-xlw, .file-type-xlt {
  background-position: 0px -1224px;
}

.file-type-xlsx, .file-type-xlsm, .file-type-xltx, .file-type-xltm {
  background-position: 0px -1260px;
}

.file-type-xml, .file-type-xsl, .file-type-kml, .file-type-rss {
  background-position: 0px -1296px;
}

.file-type-zip, .file-type-rar, .file-type-gz, .file-type-tar, .file-type-7z, .file-type-bz2, .file-type-cab {
  background-position: 0px -1332px;
}

/*
	AIS 20240429

	Sample HTML :

	<div class="pill STATUS-Oppo-7">Delivered</div>

*/
.pill {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5rem;
  color: #ffffff;
  background-color: #adb5bd;
  border-radius: 8px;
  padding: 0 0.375rem;
  white-space: nowrap;
}
.pill:not(:last-child) {
  margin-bottom: 4px;
  margin-right: 4px;
}

.pill-clear-bg {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5rem;
  color: #ffffff;
  background-color: #adb5bd;
  border-radius: 8px;
  padding: 0 0.375rem;
  white-space: nowrap;
  background-color: unset;
  border: 1px solid #adb5bd;
  color: #adb5bd;
}
.pill-clear-bg:not(:last-child) {
  margin-bottom: 4px;
  margin-right: 4px;
}

.pill-clear-bg-bordered {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5rem;
  color: #ffffff;
  background-color: #adb5bd;
  border-radius: 8px;
  padding: 0 0.375rem;
  white-space: nowrap;
  background-color: unset;
  border: 1px solid #adb5bd;
  color: #adb5bd;
  border: 1px solid #adb5bd;
  border-radius: none;
}
.pill-clear-bg-bordered:not(:last-child) {
  margin-bottom: 4px;
  margin-right: 4px;
}

/* Dimensions */
/* Colours */
* {
  scrollbar-width: thin;
  scrollbar-color: #ced4da transparent;
}

*::-webkit-scrollbar {
  scrollbar-width: thin;
}

*::-webkit-scrollbar-corner {
  background-color: #ced4da;
}

*::-webkit-scrollbar-thumb {
  background-color: #ced4da;
  background-clip: padding-box;
  border-radius: 0.71429rem;
}

*::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0.71429rem;
}

/**
 * PowerTip
 * https://stevenbenner.github.io/jquery-powertip/
 *
 * Stylesheet for the monochrome (default) theme.
 */
#powerTip {
  cursor: default;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(31, 51, 91, 0.06), 0 4px 4px 0 rgba(31, 51, 91, 0.05);
  border: 1px solid #dee2e6;
  border-radius: 4px;
  color: #333;
  display: none;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647;
}

#powerTip::before {
  content: attr(class) " ";
  position: absolute;
  height: 0;
  width: 0;
  text-indent: 100%;
  overflow: hidden;
}

#powerTip.n::before, #powerTip.s::before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px;
}

#powerTip.e::before, #powerTip.w::before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%;
}

#powerTip.n::before,
#powerTip.ne::before, #powerTip.nw::before {
  bottom: -10px;
}

#powerTip.n::before,
#powerTip.ne::before, #powerTip.nw::before,
#powerTip.nw-alt::before, #powerTip.ne-alt::before {
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 10px;
}

#powerTip.e::before {
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 10px;
  left: -10px;
}

#powerTip.s::before,
#powerTip.se::before, #powerTip.sw::before {
  top: -10px;
}

#powerTip.s::before,
#powerTip.se::before, #powerTip.sw::before,
#powerTip.sw-alt::before, #powerTip.se-alt::before {
  border-bottom-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 10px;
}

#powerTip.w::before {
  border-left-color: inherit;
  border-left-style: solid;
  border-left-width: 10px;
  right: -10px;
}

#powerTip.ne::before, #powerTip.se::before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px;
}

#powerTip.nw::before, #powerTip.sw::before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px;
}

#powerTip.nw-alt::before, #powerTip.ne-alt::before,
#powerTip.sw-alt::before, #powerTip.se-alt::before {
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 10px;
}

#powerTip.ne-alt::before {
  left: auto;
  right: 10px;
}

#powerTip.sw-alt::before, #powerTip.se-alt::before {
  border-top: none;
  bottom: auto;
  top: -10px;
}

#powerTip.se-alt::before {
  left: auto;
  right: 10px;
}

.toolbar .select2-container .select2-choice {
  margin-bottom: 0;
}
.toolbar .select2-container-multi .select2-choices {
  margin-bottom: 0;
}
.toolbar .select2-container .select2-choice .select2-arrow b {
  background-position: 0.25rem 0.125rem;
}
.toolbar .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -0.8125rem 0.125rem;
}
.toolbar .select2-container .select2-choice abbr {
  top: 0.5rem;
}
.toolbar.medium {
  margin-bottom: 0;
}
.toolbar.medium.tabbed button, .toolbar.medium.tabbed .button {
  display: block;
  background: #ffffff;
  color: #495057;
  padding-bottom: 8px !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  min-width: 2rem;
  text-align: center;
  border: none;
  border-radius: 0;
  height: auto;
  box-shadow: none;
}
.toolbar.medium.tabbed button:hover, .toolbar.medium.tabbed button.primary, .toolbar.medium.tabbed .button:hover, .toolbar.medium.tabbed .button.primary {
  background: #ffffff;
  color: #001830;
  border-bottom: 2px solid #001830;
}
.toolbar.medium button, .toolbar.medium .button {
  height: 2.25rem;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.875rem;
  line-height: 2.25rem;
}
.toolbar.medium button:not(.postfix), .toolbar.medium .button:not(.postfix) {
  padding-left: 1rem;
}
.toolbar.medium button.no-pip, .toolbar.medium button:not(.dropdown):not(.split):not(.postfix), .toolbar.medium .button.no-pip, .toolbar.medium .button:not(.dropdown):not(.split):not(.postfix) {
  padding-right: 1rem;
}
.toolbar.medium button.split, .toolbar.medium .button.split {
  padding-right: 3rem;
  padding-left: 0.875rem;
}
.toolbar.medium button.split:not(:empty)::before, .toolbar.medium .button.split:not(:empty)::before {
  margin-right: 0;
}
.toolbar.medium button::before, .toolbar.medium button > i::before, .toolbar.medium .button::before, .toolbar.medium .button > i::before {
  font-size: 1rem;
  vertical-align: top;
}
.toolbar.medium button:not(:empty)::before, .toolbar.medium .button:not(:empty)::before {
  margin-right: 0.5rem;
}
@media only screen and (min-width: 40.063em), print {
  .toolbar.medium button, .toolbar.medium .button {
    margin-right: 0.125rem;
  }
}
.toolbar.medium input, .toolbar.medium select {
  width: auto;
  height: 2.25rem;
  margin-bottom: 0;
  margin-right: 0.125rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.875rem;
  line-height: 2.25rem;
}
.toolbar.medium .toolbar-text {
  height: 2.25rem;
  margin-right: 2px;
  padding: 0 0.5rem;
  background-color: #e9ecef;
  font-size: 0.875rem;
  line-height: 2.25rem;
}
.toolbar.medium .divider {
  width: 0.375rem;
  height: 2.25rem;
  margin: 0;
}
.toolbar.medium button.label-always:not(.split) > span, .toolbar.medium .button.label-always:not(.split) > span {
  display: inline;
  margin-left: 0.5rem;
}
.toolbar.medium .select2-container .select2-choice {
  height: 2.25rem;
}
.toolbar.medium .select2-container-multi .select2-choices {
  min-height: 2.25rem;
}
.toolbar.medium.tabbed .button:not(.postfix), .toolbar.medium.tabbed button:not(.postfix) {
  padding-left: 8px;
}
.toolbar.medium.tabbed .button.no-pip, .toolbar.medium.tabbed .button:not(.dropdown):not(.split):not(.postfix), .toolbar.medium.tabbed button.no-pip, .toolbar.medium.tabbed button:not(.dropdown):not(.split):not(.postfix) {
  padding-right: 8px;
}
.toolbar.medium.tabbed .button div.badge, .toolbar.medium.tabbed button div.badge {
  top: -0.5rem;
  right: -0.5rem;
  left: unset;
}
.toolbar.small {
  margin-bottom: 0;
}
.toolbar.small.tabbed button, .toolbar.small.tabbed .button {
  display: block;
  background: #ffffff;
  color: #495057;
  padding-bottom: 8px !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  min-width: 2rem;
  text-align: center;
  border: none;
  border-radius: 0;
  height: auto;
  box-shadow: none;
}
.toolbar.small.tabbed button:hover, .toolbar.small.tabbed button.primary, .toolbar.small.tabbed .button:hover, .toolbar.small.tabbed .button.primary {
  background: #ffffff;
  color: #001830;
  border-bottom: 2px solid #001830;
}
.toolbar.small button, .toolbar.small .button {
  height: 2rem;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.75rem;
  line-height: 2rem;
}
.toolbar.small button:not(.postfix), .toolbar.small .button:not(.postfix) {
  padding-left: 0.75rem;
}
.toolbar.small button.no-pip, .toolbar.small button:not(.dropdown):not(.split):not(.postfix), .toolbar.small .button.no-pip, .toolbar.small .button:not(.dropdown):not(.split):not(.postfix) {
  padding-right: 0.75rem;
}
.toolbar.small button.split, .toolbar.small .button.split {
  padding-right: 2.8125rem;
  padding-left: 0.875rem;
}
.toolbar.small button.split:not(:empty)::before, .toolbar.small .button.split:not(:empty)::before {
  margin-right: 0;
}
.toolbar.small button::before, .toolbar.small button > i::before, .toolbar.small .button::before, .toolbar.small .button > i::before {
  font-size: 1rem;
  vertical-align: top;
}
.toolbar.small button:not(:empty)::before, .toolbar.small .button:not(:empty)::before {
  margin-right: 0.5rem;
}
@media only screen and (min-width: 40.063em), print {
  .toolbar.small button, .toolbar.small .button {
    margin-right: 0.125rem;
  }
}
.toolbar.small input, .toolbar.small select {
  width: auto;
  height: 2rem;
  margin-bottom: 0;
  margin-right: 0.125rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.75rem;
  line-height: 2rem;
}
.toolbar.small .toolbar-text {
  height: 2rem;
  margin-right: 2px;
  padding: 0 0.375rem;
  background-color: #e9ecef;
  font-size: 0.75rem;
  line-height: 2rem;
}
.toolbar.small .divider {
  width: 0.33333rem;
  height: 2rem;
  margin: 0;
}
.toolbar.small button.label-always:not(.split) > span, .toolbar.small .button.label-always:not(.split) > span {
  display: inline;
  margin-left: 0.5rem;
}
.toolbar.small .select2-container .select2-choice {
  height: 2rem;
}
.toolbar.small .select2-container-multi .select2-choices {
  min-height: 2rem;
}
.toolbar.small .select2-container .select2-choice {
  font-size: 12px;
}
.toolbar.button-group .button, .toolbar.button-group button {
  border-style: none;
  box-shadow: none;
}
.toolbar button.split span, .toolbar .button.split span {
  border-left-style: none;
}
.toolbar button.split span:hover, .toolbar .button.split span:hover {
  border-left-style: solid;
}

.select2-drop.in-toolbar {
  margin-top: -0.0625rem;
}

.desktop-main-toolbar {
  margin-top: 0;
}

.toolbar.labels-large button:not(.split) > span, .toolbar.labels-large .button:not(.split) > span {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  .toolbar.labels-large button:not(.split) > span, .toolbar.labels-large .button:not(.split) > span {
    display: inline;
  }
  .toolbar.labels-large button:not(.split) > span:not([class^="i-"]), .toolbar.labels-large .button:not(.split) > span:not([class^="i-"]) {
    margin-left: 0.5rem;
  }
}
.powertip-toolbar {
  position: sticky;
  z-index: 99;
  top: 0;
  padding: 0.375rem 0.25rem 0.375rem;
  padding-bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 0.375rem 0.75rem -0.625rem rgba(0, 0, 0, 0.5);
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
  	 the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  padding: 0.125rem 0.0625rem;
  /* default BORDER color */
}

.fc-event,
.fc-event:hover {
  color: #333;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
  height: 100%;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer::before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected::before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: 0;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: 0;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected::after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

	/*
	Acceptable font-family overrides for individual icons:
		"Arial", sans-serif
		"Times New Roman", serif

	NOTE: use percentage font sizes or else old IE chokes
	*/
.fc-icon::after {
  position: relative;
}

.fc-icon-left-single-arrow::after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow::after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow::after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow::after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle::after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle::after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle::after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x::after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *::before,
.fc-view-container *::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5625rem;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline;
  vertical-align: 0;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time::before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time::after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  height: 7px;
  overflow: hidden;
  line-height: 7px;
  font-size: 9px;
  font-family: monospace;
  text-align: center;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer::after {
  content: "=";
}

.fc-time-grid-event .fc-start-resizer {
  top: -1px;
  cursor: n-resize;
}
.fc-time-grid-event .fc-end-resizer {
  bottom: -1px;
  cursor: s-resize;
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
}
.fc-time-grid-event.fc-selected .fc-resizer.fc-start-resizer {
  top: 0;
}
.fc-time-grid-event.fc-selected .fc-resizer.fc-end-resizer {
  bottom: 0;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/*!
 * FullCalendar Scheduler v1.9.4
 * Docs & License: https://fullcalendar.io/scheduler/
 * (c) 2018 Adam Shaw
 */
/* TODO: break this file up */
/* Scroller
--------------------------------------------------------------------------------------------------*/
.fc-scroller-clip {
  overflow: hidden;
  /* for clipping scrollbars */
  position: relative;
  /* so things like scrollfollowers can attach to this */
}

/* supresses rendering of native scrollbars */
/* on .fc-scroller */
.fc-no-scrollbars {
  background: rgba(255, 255, 255, 0);
  /* hack for dynamic DOM nodes (in Chrome OSX at least) */
}

.fc-no-scrollbars::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.fc-scroller-canvas {
  position: relative;
  /* origin for bg */
  box-sizing: border-box;
  /* so that padding (for gutter) will be part of height */
  min-height: 100%;
}

.fc-scroller-canvas > .fc-bg {
  z-index: 1;
  /* make default? */
}

.fc-scroller-canvas > .fc-content {
  z-index: 2;
  /* make default? */
  position: relative;
  /* origin for inner content */
  border-style: solid;
  border-width: 0;
}

/* for themed, hard to get the border-color, so just forget it (REVISIT) */
.ui-widget .fc-scroller-canvas > .fc-content {
  border-color: transparent;
}

.fc-scroller-canvas.fc-gutter-left > .fc-content {
  border-left-width: 1px;
  margin-left: -1px;
}

.fc-scroller-canvas.fc-gutter-right > .fc-content {
  border-right-width: 1px;
  margin-right: -1px;
}

.fc-scroller-canvas.fc-gutter-top > .fc-content {
  border-top-width: 1px;
  margin-top: -1px;
}

/* content is responsible for bottom border */
/* View Structure
--------------------------------------------------------------------------------------------------*/
.fc-rtl .fc-timeline {
  direction: rtl;
}

.fc-timeline .fc-divider {
  width: 3px;
  border-style: double;
  /* overcome neighboring borders */
}

.fc-timeline .fc-head > tr > .fc-divider {
  border-bottom: 0;
}

.fc-timeline .fc-body > tr > .fc-divider {
  border-top: 0;
}

.fc-timeline .fc-body .fc-divider.ui-widget-header {
  background-image: none;
}

.fc-scrolled .fc-head .fc-scroller {
  z-index: 2;
  /* so drop shadow will go above body panes */
}

.fc-timeline.fc-scrolled .fc-head .fc-scroller {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.075);
}

.fc-timeline .fc-body .fc-scroller {
  z-index: 1;
}

/*
on most tables that expand to the edges, kill the outer border,
because the container elements take care of it.
example tables:
.fc-scroller-canvas .fc-content table
.fc-scroller-canvas .fc-bg .fc-slats table
*/
.fc-timeline .fc-scroller-canvas > div > table,
.fc-timeline .fc-scroller-canvas > div > div > table {
  border-style: hidden;
}

/*
for resource rows (in both the spreadsheet and timeline areas),
undo previous rule in order to always show last border.
*/
.fc-timeline .fc-scroller-canvas > .fc-content > .fc-rows > table {
  border-bottom-style: none;
}

/* Table Cell Common
--------------------------------------------------------------------------------------------------*/
.fc-timeline th,
.fc-timeline td {
  white-space: nowrap;
}

.fc-timeline .fc-cell-content {
  overflow: hidden;
}

.fc-timeline .fc-cell-text {
  padding-left: 4px;
  padding-right: 4px;
}

.fc-timeline .fc-col-resizer {
  cursor: col-resize;
}

	/*
	Cells at the start of a week
	TODO: figure out better styling

	.fc-ltr .fc-timeline .fc-em-cell div {
		border-left: 3px solid #eee;
		height: 100%;
	}
	.fc-rtl .fc-timeline .fc-em-cell {
		border-right-width: 3px;
	}
	*/
/* head */
.fc-timeline th {
  vertical-align: middle;
}

.fc-timeline .fc-head .fc-cell-content {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* body */
.fc-timeline .fc-body .ui-widget-content {
  background-image: none;
}

/* Resource Area
--------------------------------------------------------------------------------------------------*/
.fc-resource-area {
  width: 30%;
}

.fc-resource-area col {
  width: 40%;
  min-width: 70px;
  /* will be read by JS */
}

.fc-resource-area col.fc-main-col {
  width: 60%;
  /* make the first column in a nested setup bigger */
}

.fc-flat .fc-expander-space {
  /* fc-flat is opposite of fc-nested */
  display: none;
}

.fc-ltr .fc-resource-area tr > * {
  text-align: left;
}

.fc-rtl .fc-resource-area tr > * {
  text-align: right;
}

.fc-resource-area .fc-cell-content {
  padding-left: 4px;
  padding-right: 4px;
}

/* head */
.fc-resource-area .fc-super th {
  text-align: center;
}

.fc-resource-area th > div {
  position: relative;
}

.fc-resource-area th .fc-cell-content {
  position: relative;
  z-index: 1;
}

.fc-resource-area th .fc-col-resizer {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 5px;
}

.fc-ltr .fc-resource-area th .fc-col-resizer {
  right: -3px;
}

.fc-rtl .fc-resource-area th .fc-col-resizer {
  left: -3px;
}

/* body */
tr.fc-collapsed > td,
tr.fc-transitioning > td {
  /* during the transition */
  overflow: hidden;
  /* prevents absolutely-positioned events from bleeding out */
}

tr.fc-transitioning > td > div {
  transition: margin-top 0.2s;
}

tr.fc-collapsed > td > div {
  margin-top: -10px;
}

.fc-body .fc-resource-area .fc-cell-content {
  /* might BE the cell */
  position: relative;
  /* optimization for ScrollFollower */
  padding-top: 8px;
  padding-bottom: 8px;
}

.fc-no-overlap .fc-body .fc-resource-area .fc-cell-content {
  /* might BE the cell */
  padding-top: 5px;
  padding-bottom: 5px;
}

.fc-resource-area .fc-icon {
  /* the expander and spacers before the expander */
  width: 1em;
  /* ensure constant width, esp for empty icons */
  font-size: .9em;
  vertical-align: middle;
  margin-top: -1%;
}

.fc-resource-area .fc-expander {
  cursor: pointer;
  color: #666;
  /* for the icon within */
}

/* Time Area
--------------------------------------------------------------------------------------------------*/
.fc-time-area col {
  min-width: 2.2em;
  /* detected by JS */
}

/* head */
.fc-ltr .fc-time-area .fc-chrono th {
  text-align: left;
}

.fc-rtl .fc-time-area .fc-chrono th {
  text-align: right;
}

/* body slats (vertical lines) */
.fc-time-area .fc-slats {
  /* fc-bg is responsible for a lot of this now! */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-time-area .fc-slats table {
  height: 100%;
}

.fc-time-area .fc-slats .fc-minor {
  border-style: dotted;
}

.fc-time-area .fc-slats td {
  border-width: 0 1px;
  /* need to do this. sometimes -1 margin wouldn't hide the dotted */
}

.fc-ltr .fc-time-area .fc-slats td {
  border-right-width: 0;
}

.fc-rtl .fc-time-area .fc-slats td {
  border-left-width: 0;
}

/* body content containers
	 can be within rows or directly within the pane's content
*/
.fc-time-area .fc-bgevent-container,
.fc-time-area .fc-highlight-container {
  position: absolute;
  z-index: 2;
  /* only for directly within pane. not for row. overridden later */
  top: 0;
  bottom: 0;
  width: 0;
}

.fc-ltr .fc-time-area .fc-helper-container,
.fc-ltr .fc-time-area .fc-bgevent-container,
.fc-ltr .fc-time-area .fc-highlight-container {
  left: 0;
}

.fc-rtl .fc-time-area .fc-helper-container,
.fc-rtl .fc-time-area .fc-bgevent-container,
.fc-rtl .fc-time-area .fc-highlight-container {
  right: 0;
}

.fc-time-area .fc-bgevent,
.fc-time-area .fc-highlight {
  position: absolute;
  top: 0;
  bottom: 0;
}

/* body resource rows */
.fc-time-area .fc-rows {
  position: relative;
  z-index: 3;
}

.fc-time-area .fc-rows .ui-widget-content {
  background: none;
}

.fc-time-area .fc-rows td > div {
  position: relative;
}

.fc-time-area .fc-rows .fc-bgevent-container,
.fc-time-area .fc-rows .fc-highlight-container {
  z-index: 1;
}

.fc-time-area .fc-event-container {
  position: relative;
  z-index: 2;
  /* above bgevent and highlight */
  width: 0;
  /* for event positioning. will end up on correct side based on dir */
}

.fc-time-area .fc-helper-container {
  /* also an fc-event-container */
  position: absolute;
  z-index: 3;
  top: 0;
}

.fc-time-area .fc-event-container {
  padding-bottom: 8px;
  top: -1px;
}

.fc-time-area tr:first-child .fc-event-container {
  top: 0;
}

.fc-no-overlap .fc-time-area .fc-event-container {
  padding-bottom: 0;
  top: 0;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-timeline .fc-now-indicator {
  /* both the arrow and the line */
  z-index: 3;
  /* one above scroller's fc-content */
  top: 0;
}

.fc-time-area .fc-now-indicator-arrow {
  margin: 0 -6px;
  /* 5, then one more to counteract scroller's negative margins */
  /* triangle pointing down... */
  border-width: 6px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
}

.fc-time-area .fc-now-indicator-line {
  margin: 0 -1px;
  /* counteract scroller's negative margins */
  bottom: 0;
  border-left-width: 1px;
}

/* Time Grid Events
--------------------------------------------------------------------------------------------------*/
.fc-timeline-event {
  position: absolute;
  border-radius: 0;
  padding: 2px 0;
  margin-bottom: 1px;
}

.fc-no-overlap .fc-timeline-event {
  padding: 5px 0;
  margin-bottom: 0;
}

/* don't overlap grid lines at the event's end */
.fc-ltr .fc-timeline-event {
  margin-right: 1px;
}

.fc-rtl .fc-timeline-event {
  margin-left: 1px;
}

.fc-timeline-event .fc-content {
  padding: 0 1px;
  white-space: nowrap;
  overflow: hidden;
}

.fc-timeline-event .fc-time {
  font-weight: bold;
  padding: 0 1px;
}

.fc-rtl .fc-timeline-event .fc-time {
  display: inline-block;
  /* will force it on the other side */
}

.fc-timeline-event .fc-title {
  position: relative;
  /* optimization for ScrollFollower */
  padding: 0 1px;
}

.fc-timeline-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

/* follower logic */
.fc-ltr .fc-timeline-event .fc-title {
  padding-left: 10px;
  margin-left: -8px;
}

.fc-rtl .fc-timeline-event .fc-title {
  padding-right: 10px;
  margin-right: -8px;
}

.fc-ltr .fc-timeline-event.fc-not-start .fc-title {
  margin-left: -2px;
}

.fc-rtl .fc-timeline-event.fc-not-start .fc-title {
  margin-right: -2px;
}

.fc-timeline-event.fc-not-start .fc-title,
.fc-body .fc-time-area .fc-following {
  position: relative;
}

.fc-timeline-event.fc-not-start .fc-title::before,
.fc-body .fc-time-area .fc-following::before {
  /* generic arrow */
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border: 5px solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  opacity: .5;
}

.fc-ltr .fc-timeline-event.fc-not-start .fc-title::before,
.fc-ltr .fc-body .fc-time-area .fc-following::before {
  /* LTR. left pointing arrow */
  border-left: 0;
  left: 2px;
}

.fc-rtl .fc-timeline-event.fc-not-start .fc-title::before,
.fc-rtl .fc-body .fc-time-area .fc-following::before {
  /* RTL. right pointing arrow */
  border-right: 0;
  right: 2px;
}

/* License Message
--------------------------------------------------------------------------------------------------*/
.fc-license-message {
  position: absolute;
  z-index: 99999;
  bottom: 1px;
  left: 1px;
  background: #eee;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 0 0;
  padding: 2px 4px;
  font-size: 12px;
  border-top-right-radius: 3px;
}

/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.4
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 * Converted to Sass Foundation by Efficy
 */
.dd-datetimepicker {
  padding: 0.5rem 0.75rem;
  box-shadow: 0 0 4px 0 rgba(31, 51, 91, 0.06), 0 4px 4px 0 rgba(31, 51, 91, 0.05);
  border-radius: 4px;
  border: 1px solid #dee2e6;
  top: 0;
  left: 0;
  width: 304px;
  margin-top: 1px;
  z-index: 99999 !important;
  background-color: #ffffff;
  display: none;
}
.dd-datetimepicker.timepicker-sbs {
  width: 86%;
  max-width: 500px;
}
.dd-datetimepicker.timepicker-tokens {
  width: 86%;
  max-width: 550px;
}
.dd-datetimepicker button, .dd-datetimepicker .button {
  margin-bottom: 0;
  font-size: 14px;
}
.dd-datetimepicker .dow {
  width: 14.2857%;
  color: #001830;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.dd-datetimepicker.pull-right::before {
  left: auto;
  right: 6px;
}
.dd-datetimepicker.pull-right::after {
  left: auto;
  right: 7px;
}
.dd-datetimepicker > ul {
  list-style-type: none;
  margin: 0;
}
.dd-datetimepicker a[data-action]::before {
  font-size: 1rem;
}
.dd-datetimepicker a[data-action]:active {
  box-shadow: none;
}
.dd-datetimepicker .timepicker-hour, .dd-datetimepicker .timepicker-minute, .dd-datetimepicker .timepicker-second {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.dd-datetimepicker button[data-action] {
  padding: 6px;
}
.dd-datetimepicker table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.dd-datetimepicker .datepicker > div {
  display: none;
}
.dd-datetimepicker .picker-switch {
  text-align: center;
  color: #001830;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.dd-datetimepicker table {
  border: none;
  background: #fff;
  width: 100%;
  margin: 0;
  border-collapse: separate;
}
.dd-datetimepicker table tbody {
  margin: 0.5rem 0;
}
.dd-datetimepicker table thead {
  padding: 0.5rem 0.75rem 0 0.75rem;
  margin-bottom: 0.5rem;
}
.dd-datetimepicker td,
.dd-datetimepicker th {
  text-align: center;
  background: #fff;
}
.dd-datetimepicker td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.dd-datetimepicker td.cw {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #777;
}
.dd-datetimepicker td.day {
  color: #001830;
  padding: 8px;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.dd-datetimepicker td.day:hover, .dd-datetimepicker td.hour:hover, .dd-datetimepicker td.minute:hover, .dd-datetimepicker td.second:hover {
  border-radius: 4px;
  background: #f8f9fa;
  cursor: pointer;
}
.dd-datetimepicker td.old, .dd-datetimepicker td.new {
  color: #dee2e6;
}
.dd-datetimepicker td.today {
  position: relative;
}
.dd-datetimepicker td.active, .dd-datetimepicker td.active:hover {
  border-radius: 4px;
  border: 1px solid #212529;
  background-color: #ECFAF3;
  color: #157D4C;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dd-datetimepicker td.active.today::before {
  border-bottom-color: #fff;
}
.dd-datetimepicker td.disabled, .dd-datetimepicker td.disabled:hover {
  color: #adb5bd;
  cursor: not-allowed;
}
.dd-datetimepicker td span {
  padding: 0.75rem 0.75rem;
  display: inline-block;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
}
.dd-datetimepicker td span:hover {
  background: #f8f9fa;
}
.dd-datetimepicker td span.active {
  background-color: #ECFAF3;
  color: #157D4C;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dd-datetimepicker td span.old {
  color: #adb5bd;
}
.dd-datetimepicker td span.disabled, .dd-datetimepicker td span.disabled:hover {
  background: none;
  color: #adb5bd;
  cursor: not-allowed;
}
.dd-datetimepicker th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.dd-datetimepicker th.picker-switch {
  width: 145px;
}
.dd-datetimepicker th.next, .dd-datetimepicker th.prev {
  font-size: 1.375rem;
  font-family: 'efficy-icons';
  font-size: 14px;
  border-radius: 4px;
}
.dd-datetimepicker th.next::after {
  content: "";
}
.dd-datetimepicker th.prev::after {
  content: "";
}
.dd-datetimepicker th.disabled, .dd-datetimepicker th.disabled:hover {
  background: none;
  color: #adb5bd;
  cursor: not-allowed;
}
.dd-datetimepicker thead tr:first-child th {
  cursor: pointer;
}
.dd-datetimepicker thead tr:first-child th:hover {
  background: #f8f9fa;
}
.dd-datetimepicker > .buttons {
  margin-top: 0.5rem;
}
.dd-datetimepicker > .buttons .small-6 {
  width: 49%;
}

.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.dd-datetimepicker.left-oriented::before {
  left: auto;
  right: 6px;
}
.dd-datetimepicker.left-oriented::after {
  left: auto;
  right: 7px;
}

.dd-datetimepicker ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}

div[class^="timepicker-"] td {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (max-width: 40em) {
  .timepicker-picker .separator {
    padding: 0;
  }
}

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.jstree-node {
  white-space: nowrap;
}

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}

.jstree-anchor:focus {
  outline: 0;
}

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  vertical-align: top;
  text-align: center;
}

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

.jstree-ocl {
  cursor: pointer;
}

.jstree-leaf > .jstree-ocl {
  cursor: default;
}

.jstree .jstree-open > .jstree-children {
  display: block;
}

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}

.jstree-rtl .jstree-node {
  margin-left: 0;
}

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vakata-context {
  display: none;
}

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  -moz-box-shadow: 5px 5px 4px -4px #666666;
  -webkit-box-shadow: 2px 2px 2px #999999;
  box-shadow: 2px 2px 2px #999999;
}

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

.vakata-context li {
  list-style: none;
  display: inline;
}

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  -moz-text-shadow: 1px 1px 0 white;
  -webkit-text-shadow: 1px 1px 0 white;
  text-shadow: 1px 1px 0 white;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}

.vakata-context li > a:focus {
  outline: 0;
}

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}

#jstree-dnd .jstree-ok {
  background: green;
}

#jstree-dnd .jstree-er {
  background: red;
}

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #ccc;
}

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999;
}

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666;
}

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}

.jstree-default .jstree-search {
  font-weight: normal;
  background-color: #ffffde;
}

.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../../../../lib/img/jstree-32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 16px;
  height: 16px;
}

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -9px -71px;
}

#jstree-dnd.jstree-default .jstree-er {
  background-position: -39px -71px;
}

.jstree-default > .jstree-striped {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -moz-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #beebff), color-stop(100%, #a8e4ff));
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -o-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -ms-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/
}

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}

.jstree-default .jstree-wholerow {
  height: 24px;
}

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../../../../lib/img/jstree-32px.png");
}

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}

.jstree-default .jstree-last {
  background: transparent;
}

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}

.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}

.jstree-default .jstree-disabled {
  background: transparent;
}

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}

.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}

.jstree-default .jstree-clicked > .jstree-checkbox {
  background-position: -228px -4px;
}

.jstree-default .jstree-clicked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}

.jstree-default > .jstree-striped {
  background-size: auto 48px;
}

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../../../../lib/img/spinner24.gif") center center no-repeat;
}

.jstree-default .jstree-file {
  background: url("../../../../lib/img/jstree-32px.png") -100px -68px no-repeat;
}

.jstree-default .jstree-folder {
  background: url("../../../../lib/img/jstree-32px.png") -260px -4px no-repeat;
}

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}

.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}

.jstree-default-small .jstree-wholerow {
  height: 18px;
}

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../../../../lib/img/jstree-32px.png");
}

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}

.jstree-default-small .jstree-last {
  background: transparent;
}

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}

.jstree-default-small .jstree-disabled {
  background: transparent;
}

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}

.jstree-default-small .jstree-clicked > .jstree-checkbox {
  background-position: -231px -7px;
}

.jstree-default-small .jstree-clicked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}

.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../../../../lib/img/spinner16.gif") center center no-repeat;
}

.jstree-default-small .jstree-file {
  background: url("../../../../lib/img/jstree-32px.png") -103px -71px no-repeat;
}

.jstree-default-small .jstree-folder {
  background: url("../../../../lib/img/jstree-32px.png") -263px -7px no-repeat;
}

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}

.jstree-default-large .jstree-wholerow {
  height: 32px;
}

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../../../../lib/img/jstree-32px.png");
}

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}

.jstree-default-large .jstree-last {
  background: transparent;
}

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
}

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}

.jstree-default-large .jstree-disabled {
  background: transparent;
}

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}

.jstree-default-large .jstree-clicked > .jstree-checkbox {
  background-position: -224px 0px;
}

.jstree-default-large .jstree-clicked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}

.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../../../../lib/img/spinner24.gif") center center no-repeat;
}

.jstree-default-large .jstree-file {
  background: url("../../../../lib/img/jstree-32px.png") -96px -64px no-repeat;
}

.jstree-default-large .jstree-folder {
  background: url("../../../../lib/img/jstree-32px.png") -256px 0px no-repeat;
}

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }

  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }

  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../../../../lib/img/jstree-40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px;
  }

  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../../../../lib/img/jstree-40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px;
  }

  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
    	.jstree-open > .jstree-ocl,
    	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
    	*/
  }

  .jstree-default-responsive .jstree-icon {
    background-image: url("../../../../lib/img/jstree-40px.png");
  }

  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }

  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }

  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }

  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }

  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
  }

  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }

  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }

  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }

  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important;
  }

  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }

  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important;
  }

  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }

  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }

  .jstree-default-responsive .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive .jstree-clicked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }

  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }

  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }

  .jstree-default-responsive > .jstree-striped {
    background: transparent;
  }

  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }

  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }

  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }

  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }

  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }

  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }

  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../../../../lib/img/jstree-40px.png");
    background-size: 120px 240px;
  }

  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }

  .jstree-default-responsive .jstree-last {
    background: transparent;
  }

  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }

  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }

  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }

  .jstree-default-responsive .jstree-file {
    background: url("../../../../lib/img/jstree-40px.png") 0 -160px no-repeat;
    background-size: 120px 240px;
  }

  .jstree-default-responsive .jstree-folder {
    background: url("../../../../lib/img/jstree-40px.png") -40px -40px no-repeat;
    background-size: 120px 240px;
  }
}
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

/**
 * ### AIS 20140719
 * - Add Menu icon plugin - line 4037 - This plugin renders menu icons in front of each node and triggers events on those icons
 */
.jstree-default .jstree-menuicon {
  background-image: none;
  cursor: pointer;
}

/**
 * ### GDE 20200311
 * - Mark as disable duplicates nodes that have children
 */
.jstree-anchor.duplicate {
  color: #777;
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *  - add "action" class buttons with $action-color
 *
 */
/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *  - add "action" class buttons with $action-color
 *
 */
	/*
		Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014

		Efficy changes:
			- ATI: path for images
			- ATI: foundation styles + neither gradients nor border-radius
			- ATI: no ie7/ie8 properties needed
			- ATI: ul.select2-results (instead of .select2-results) overrides default ul properties
			- ATI: foundation: duplicates properties from toolbar small
			- ATI: class 'select2-drop-small' allows smaller dropdowns' height
			- ATI: avoids bottom margin when select in data-grid (table)
			- ATI: change all px into rem via rem-calc()
			- ATI: add hyphenation
			- ATI: 'remove' button on the right
			- ATI: add style to "optgroup"
			- AIS: add style for color square of the option items
			- MAAL: update styles to match other inputs in new design
			- AIS: move margin-bottom: $form-spacing from .select2-container .select2.chosen to .select2-container to fix positioning
	*/
.select2-container {
  line-height: inherit;
  margin: 0 0 1rem 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.data-grid .select2-container {
  margin-bottom: -0.0625rem;
}

.select2-container.toolbar-small {
  width: auto;
  text-align: left;
  height: 2rem;
  line-height: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 0.125rem;
  border: 0;
}
.select2-container.toolbar-small .select2-chosen {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
  	Force border-box so that % widths fit the parent
  	container without overlap because of margin/padding.
  	More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-search::before {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  content: "\e619";
  font-size: 12px;
  font-family: 'efficy-icons';
}

.select2-container .select2-choice {
  display: block;
  height: 2.3125rem;
  padding: 0 0 0 0.5rem;
  margin: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #dee2e6;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  white-space: nowrap;
  line-height: 100%;
  color: #001830;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  /* // Efficy ATI
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
  */
}

.select2-container.toolbar-small .select2-choice {
  width: auto;
  height: 2rem;
  line-height: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

.select2-container .select2-choice {
  padding: 0.625rem 0.75rem;
  color: #001830 !important;
  text-decoration: none !important;
}

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 0.5rem 0 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dee2e6;
  /* // Efficy ATI
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
  */
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 2.625rem;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 1.75rem;
  display: block;
  overflow-x: clip;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 1.75rem;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-55%);
  font-family: 'efficy-icons';
  font-size: 12px;
  text-decoration: none;
  color: #999;
  border: 0;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -0.6875rem;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
}

.select2-drop {
  width: 100%;
  min-width: 8.5rem;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #001830;
  font-size: 0.875rem;
  border: 1px solid #dee2e6;
  /* // Efficy ATI: foundation
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  */
  box-shadow: 0 0 4px 0 rgba(31, 51, 91, 0.06), 0 4px 4px 0 rgba(31, 51, 91, 0.05);
}

.select2-drop.select2-drop-inline-edit {
  margin-top: 0;
}

.select2-drop.toolbar-small {
  margin-top: -0.0625rem;
}

.select2-drop.select2-drop-above {
  margin-top: 0.0625rem;
  border-top: 1px solid #dee2e6;
  border-bottom: 0;
  /* // Efficy ATI: foundation
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
  */
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.select2-drop.select2-drop-above:focus {
  box-shadow: 0px 0px 0px 4px #ECFAF3, 0px 1px 2px 0px rgba(33, 37, 41, 0.05);
  border-color: #A6CBFE;
}

.select2-drop-active {
  border-top: none;
  border-radius: 8px;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #A6CBFE;
}

.select2-drop-auto-width {
  border-top: 1px solid #dee2e6;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 0.25rem;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 1.625rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-clip: padding-box;
  /* // Efficy ATI
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
  */
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #dee2e6;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  color: #999;
}

.select2-container .select2-choice .select2-arrow b::after {
  content: "\e620";
  font-family: "efficy-icons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 0.25rem 0.25rem;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 1.625rem;
  margin: 0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 1.625rem;
  padding: 0.25rem 1.25rem 0.25rem 0.3125rem;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #dee2e6;
  box-shadow: none;
  background-color: #fff;
}

html[dir="rtl"] .select2-search input {
  padding: 0.25rem 0.3125rem 0.25rem 1.25rem;
  background-position: -2.3125rem -1.375rem !important;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 0.25rem;
}

.select2-search input.select2-active {
  background: #fff url("../../../../lib/img/spinner16.gif") no-repeat 100%;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #A6CBFE;
  border-radius: 4px;
  outline: none;
  /* // Efficy ATI
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  */
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.select2-container-active .select2-choice:focus,
.select2-container-active .select2-choices:focus {
  box-shadow: 0px 0px 0px 4px #ECFAF3, 0px 1px 2px 0px rgba(33, 37, 41, 0.05);
  border-color: #A6CBFE;
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  /* // Efficy ATI
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  background-color: #fff;
  /* // Efficy ATI
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
  */
}
.select2-dropdown-open .select2-choice:focus {
  box-shadow: 0px 0px 0px 4px #ECFAF3, 0px 1px 2px 0px rgba(33, 37, 41, 0.05);
  border-color: #A6CBFE;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #A6CBFE;
  border-radius: 4px;
  border-top-color: transparent;
  /* // Efficy ATI
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  */
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -0.8125rem 0.21875rem;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -0.8125rem 0.21875rem;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
}

/* results */
ul.select2-results {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-height: 12.5rem;
  padding: 0.5rem;
  margin: 0.25rem 0.25rem 0.25rem 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

.select2-drop-small ul.select2-results {
  max-height: 5.3125rem;
}

html[dir="rtl"] ul.select2-results {
  padding: 0 0.25rem 0 0;
  margin: 0.25rem 0 0.25rem 0.25rem;
}

ul.select2-results ul.select2-result-sub {
  font-size: 0.875rem;
  margin: 0;
  padding-left: 0;
}

ul.select2-results li {
  margin: 0.25rem 0;
  padding: 8px;
  list-style: none;
  display: list-item;
  background-image: none;
}
ul.select2-results li:hover:not(.select2-result-with-children) {
  color: #001830;
  background-color: #F0F2F5;
  border-radius: 4px;
}

ul.select2-results li.select2-result-with-children > .select2-result-label {
  margin: 0.25rem 0;
  padding: 8px;
  font-weight: bold;
  cursor: default;
}

ul.select2-results .select2-result-label {
  margin: 0;
  cursor: pointer;
  min-height: 1.38047rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toolbar-small ul.select2-results .select2-result-label {
  min-height: 1.18047rem;
}

ul.select2-results-dept-1 .select2-result-label {
  padding-left: 1.25rem;
}

ul.select2-results-dept-2 .select2-result-label {
  padding-left: 2.5rem;
}

ul.select2-results-dept-3 .select2-result-label {
  padding-left: 3.75rem;
}

ul.select2-results-dept-4 .select2-result-label {
  padding-left: 5rem;
}

ul.select2-results-dept-5 .select2-result-label {
  padding-left: 6.25rem;
}

ul.select2-results-dept-6 .select2-result-label {
  padding-left: 6.875rem;
}

ul.select2-results-dept-7 .select2-result-label {
  padding-left: 7.5rem;
}

ul.select2-results .select2-highlighted {
  border-radius: 4px;
  background-color: #ECFAF3;
  color: #A6CBFE;
}

ul.select2-results li em {
  background: #feffde;
  font-style: normal;
}

ul.select2-results .select2-highlighted em {
  background: transparent;
}

ul.select2-results .select2-highlighted ul {
  background: #fff;
  color: #001830;
}

ul.select2-results .select2-no-results,
ul.select2-results .select2-searching,
ul.select2-results .select2-ajax-error,
ul.select2-results .select2-selection-limit {
  background: #f8f9fa;
  display: list-item;
  padding-left: 0.3125rem;
}

/*
disabled look for disabled choices in the results dropdown
*/
ul.select2-results .select2-disabled.select2-highlighted {
  color: #001830;
  background: #f8f9fa;
  display: list-item;
  cursor: default;
}

ul.select2-results .select2-disabled {
  background: #f8f9fa;
  display: list-item;
  cursor: default;
}

ul.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f8f9fa url("../../../../lib/img/spinner16.gif") no-repeat 100%;
}

ul.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f8f9fa;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f8f9fa;
  background-image: none;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f8f9fa;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  position: relative;
  font-size: 0.75rem;
  line-height: 1.125rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  /* // Efficy ATI
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
  */
}

.select2-container-multi.no-search .select2-choices {
  cursor: default;
}

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 0.3125rem;
}

.select2-locked {
  padding: 0.1875rem 0.3125rem 0.1875rem 0.3125rem !important;
}

.select2-container-multi .select2-choices {
  min-height: 2.3125rem;
}

.toolbar-small .select2-container-multi .select2-choices {
  min-height: 2rem;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #A6CBFE;
  outline: none;
  /* // Efficy ATI
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  */
  box-shadow: 0px 0px 0px 4px #edf6ea, 0px 1px 2px 0px rgba(33, 37, 41, 0.05);
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.select2-container-multi.select2-container-active .select2-choices:focus {
  box-shadow: 0px 0px 0px 4px #ECFAF3, 0px 1px 2px 0px rgba(33, 37, 41, 0.05);
  border-color: #A6CBFE;
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  height: 1.5rem;
}

.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0 0;
  color: #001830;
  background: #ffffff;
  outline: 0;
  border: 0;
  box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("../../../../lib/img/spinner16.gif") no-repeat 100% !important;
}

.select2-choice.select2-default,
.select2-input.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  text-wrap: nowrap;
  padding: 0 0.375rem;
  border-radius: 8px;
  height: 1.5rem;
  margin: 0 0.5rem 0.25rem 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #001830;
  cursor: default;
  border: 1px solid #dee2e6;
  /* // Efficy ATI
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  */
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f8f9fa;
  /* // Efficy ATI
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  */
}
.select2-container-multi .select2-choices .select2-search-choice:focus {
  box-shadow: 0px 0px 0px 4px #ECFAF3, 0px 1px 2px 0px rgba(33, 37, 41, 0.05);
  border-color: #A6CBFE;
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 0.1875rem 0.3125rem 0.1875rem 0;
  padding: 0.1875rem 0.3125rem 0.1875rem 1.125rem;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  margin-left: 4px;
  width: 0.75rem;
  outline: none;
}

.select2-search-choice-close::before {
  font-family: 'efficy-icons';
  content: "\e36c";
  line-height: 100%;
  vertical-align: middle;
}

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 0.1875rem;
}

.select2-container-multi .select2-search-choice-close::before {
  color: #adb5bd;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  right: auto;
  left: 0.125rem;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -0.6875rem;
  text-decoration: none;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -0.6875rem;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f8f9fa;
  background-image: none;
  border: 1px solid #A6CBFE;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 0.1875rem 0.3125rem 0.1875rem 0.3125rem;
  border: 1px solid #A6CBFE;
  background-image: none;
  background-color: #f8f9fa;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -625rem;
  left: -625rem;
  width: 6.25rem;
  height: 6.25rem;
  overflow: scroll;
}

.select2-input-lookup .select2-choices {
  padding: 0;
}
.select2-input-lookup .select2-choices .select2-search-field {
  width: 100%;
}
.select2-input-lookup .select2-choices .select2-search-field input.select2-active {
  background-position: 99% center !important;
}

.lookup-color-select2 {
  display: inline-block;
  border-radius: 3px;
  height: 0.875rem;
  margin: -0.5rem 0.3125rem -0.125rem 0;
}

.lookup-color-select2-list {
  width: 0.875rem;
}

/* Converted to Foundation by Efficy */
/*!
 * Justified Gallery - v3.5.4
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-o-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-moz-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-o-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a, .justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
}
.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.justified-gallery > a > .caption, .justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
  display: block;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}
.justified-gallery > .entry-visible {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Based on muuri minimal styles, see https://github.com/haltu/muuri#5-add-the-styles */
.muuri-container ~ .muuri-container {
  margin-top: 1rem;
}

.muuri-grid {
  position: relative;
}

.muuri-grids-col-header {
  display: flex;
}

.muuri-grids-col-header:before, .muuri-grids-col-header:after,
.muuri-grids-row-container:before,
.muuri-grids-row-container:after,
.muuri-grids-row:before,
.muuri-grids-row:after {
  content: " ";
  display: table;
}
.muuri-grids-col-header:after,
.muuri-grids-row-container:after,
.muuri-grids-row:after {
  clear: both;
}

.muuri-grids-col-header .count:not(:empty)::before,
.muuri-grids-row-container .count:not(:empty)::before {
  content: "(";
}
.muuri-grids-col-header .count:not(:empty)::after,
.muuri-grids-row-container .count:not(:empty)::after {
  content: ")";
}

.muuri-grids-col-header.fixed {
  position: fixed;
  z-index: 10;
}
.muuri-grids-col-header.fixed .muuri-sub-cols {
  box-shadow: 0 0.25rem 0.375rem -0.25rem rgba(0, 0, 0, 0.4);
}

.muuri-grids-row-container {
  margin-top: 0.5rem;
}
.muuri-grids-row-container:before, .muuri-grids-row-container:after {
  content: " ";
  display: table;
}
.muuri-grids-row-container:after {
  clear: both;
}

.muuri-col {
  padding: 0 0.25rem;
  float: left;
  flex: 1;
}
.muuri-col:first-child {
  padding-left: 0;
}
.muuri-col:first-child .muuri-col-header.arrows::before {
  display: none;
}
.muuri-col:last-child {
  padding-right: 0;
}
.muuri-col:last-child .muuri-col-header.arrows::after {
  display: none;
}

.muuri-col-header {
  position: relative;
  height: 1rem;
  margin: 0;
  padding: 0 0.25rem;
  background-color: #575757;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.muuri-col-header.arrows {
  padding: 0;
}
.muuri-col-header.arrows::before, .muuri-col-header.arrows::after {
  content: "";
  position: absolute;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}
.muuri-col-header.arrows::before {
  z-index: 1;
  border-left: 1rem solid #f9f9f9;
  left: 0;
}
.muuri-col-header.arrows::after {
  z-index: 2;
  border-left: 1rem solid #575757;
  right: -1rem;
}

.muuri-sub-cols {
  display: flex;
  background-color: #f8f8f8;
}
.muuri-sub-cols:before, .muuri-sub-cols:after {
  content: " ";
  display: table;
}
.muuri-sub-cols:after {
  clear: both;
}
.muuri-sub-cols.item-cols-1 .muuri-item {
  width: calc((100% / 1) - 0.5rem);
}
@media only screen and (min-width: 120.063em) {
  .muuri-sub-cols.item-cols-1 .muuri-item {
    width: calc((50% / 1) - 0.5rem);
  }
}
.muuri-sub-cols.item-cols-2 .muuri-item {
  width: calc((100% / 2) - 0.5rem);
}
@media only screen and (min-width: 120.063em) {
  .muuri-sub-cols.item-cols-2 .muuri-item {
    width: calc((50% / 2) - 0.5rem);
  }
}
.muuri-sub-cols.item-cols-3 .muuri-item {
  width: calc((100% / 3) - 0.5rem);
}
@media only screen and (min-width: 120.063em) {
  .muuri-sub-cols.item-cols-3 .muuri-item {
    width: calc((50% / 3) - 0.5rem);
  }
}
.muuri-sub-cols.item-cols-4 .muuri-item {
  width: calc((100% / 4) - 0.5rem);
}
@media only screen and (min-width: 120.063em) {
  .muuri-sub-cols.item-cols-4 .muuri-item {
    width: calc((50% / 4) - 0.5rem);
  }
}

.muuri-sub-col-header {
  flex: 1;
  margin: 0;
  padding: 0.125rem;
  float: left;
  background-color: #ddd;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
}
.muuri-sub-col-header .count {
  font-size: 0.6875rem;
}

.muuri-sub-col-header-extra {
  display: flex;
  justify-content: space-around;
  font-size: 0.5rem;
  line-height: 1.35;
}

.muuri-sub-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  float: left;
}
.muuri-sub-col + .muuri-sub-col {
  border-left: 1px solid #ddd;
}

.muuri-sub-col-content {
  flex: auto;
  min-height: 0.75rem;
  margin: 0.25rem;
}

.muuri-col-scroll {
  max-height: 16.5rem;
  overflow-y: auto;
}
.muuri-col-scroll.large {
  max-height: 18rem;
}

.unique-group .muuri-col-scroll {
  max-height: initial;
}

.muuri-grids-row-header {
  margin: 0;
  padding: 0 0.25rem;
  color: #001830;
  font-size: 0.75rem;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.muuri-grids-row-header[data-msg] {
  cursor: pointer;
}
.muuri-grids-row-header:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.muuri-grids-row-header .toggle-icon {
  padding-left: 0;
  padding-right: 0.25rem;
}
.muuri-grids-row-header .toggle-icon::before {
  vertical-align: middle;
}
.muuri-grids-row-header .name {
  font-weight: 700;
}
.muuri-grids-row-header .count {
  font-size: 0.6875rem;
}

.muuri-grids-row {
  display: flex;
}
.muuri-grids-row .muuri-sub-cols {
  height: 100%;
}

.muuri-grid-count {
  display: none;
  height: 1.25rem;
  color: #001830;
  font-size: 0.625rem;
  line-height: 1.25rem;
  text-align: center;
}
.muuri-grid-count[data-msg] {
  cursor: pointer;
}

.muuri-grids-row-container.collapsed .muuri-grid-count {
  display: block;
}
.muuri-grids-row-container.collapsed .muuri-sub-col-content {
  display: none;
}

.muuri-item {
  display: block;
  position: absolute;
  z-index: 1;
  width: calc(100% - 0.5rem);
  margin: 0.25rem;
  background-color: #fff;
}
.muuri-item.muuri-item-dragging {
  z-index: 99;
  cursor: move;
}
.muuri-item.muuri-item-positioning, .muuri-item.muuri-item-releasing {
  z-index: 2;
}
.muuri-item.muuri-item-hidden {
  z-index: 0;
}

.muuri-item-content {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 7.5rem;
  padding: 0.25rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  font-size: 0.625rem;
  cursor: pointer;
  overflow-wrap: break-word;
}
.muuri-item-content > dl {
  display: flex;
  margin: 0;
  font-size: 0.625rem;
  line-height: 1.3;
  white-space: nowrap;
}
.muuri-item-content > dl dt,
.muuri-item-content > dl dd {
  margin: 0;
}
.muuri-item-content > dl dt {
  font-weight: 700;
}
.muuri-item-content > dl dt::after {
  content: ":";
}
.muuri-item-content > dl dd:not(:first-child) {
  padding-left: 0.25rem;
}

.muuri-item-name {
  flex: auto;
  max-height: 3.5rem;
  margin: 0;
  overflow: hidden;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 0.8125rem;
}
.muuri-item-name[data-msg]:hover {
  text-decoration: underline;
}
.muuri-item-name .reference:not(:empty) {
  font-size: 90%;
  font-weight: 400;
}
.muuri-item-name .reference:not(:empty)::before {
  content: "[";
}
.muuri-item-name .reference:not(:empty)::after {
  content: "]";
}

.muuri-item-placeholder {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(221, 221, 221, 0.6) 4px, rgba(221, 221, 221, 0.6) 7px);
}

/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}

.sp-container.sp-flat {
  position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}

.sp-fill {
  padding-top: 80%;
}

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}

.sp-alpha-enabled .sp-alpha {
  display: block;
}

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8;
}

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}

.sp-alpha-inner {
  border: solid 1px #333;
}

.sp-clear {
  display: none;
}

.sp-clear.sp-clear-display {
  background-position: center;
}

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}

.sp-palette-only .sp-picker-container {
  display: none;
}

.sp-palette-disabled .sp-palette-container {
  display: none;
}

.sp-initial-disabled .sp-initial {
  display: none;
}

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
  display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after {
  content: "";
  display: table;
}

.sp-cf:after {
  clear: both;
}

.sp-cf {
  *zoom: 1;
}

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }

  .sp-hue {
    left: 63%;
  }

  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0;
}

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-top {
  margin-bottom: 3px;
}

.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666;
}

/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container {
  width: 100%;
}

.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}

.sp-input:focus {
  border: 1px solid orange;
}

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
  border: 0;
}

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  cursor: pointer;
}

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}

.sp-thumb-el {
  position: relative;
}

/* Initial */
.sp-initial {
  float: left;
}

.sp-initial span {
  width: 30px;
  height: 25px;
  display: block;
  float: left;
  margin: 0;
}

.sp-initial .sp-clear-display {
  background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
}

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111;
}

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}

.sp-palette {
  *width: 220px;
  max-width: 220px;
}

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px;
}

.sp-container {
  padding-bottom: 0;
}

.sp-container button {
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  vertical-align: middle;
}

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #d0d0d0;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

/**
 * CSS file for fontIconPicker
 * This file holds the basic CSS
 * {@link https://github.com/micc83/fontIconPicker}
 */
/* Reset (thx to Eric A. and Kathryn S. Meyer) */
/* Efficy: use icomoon icons for icon picker itself instead of separate woff file */
.icons-selector * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.icons-selector,
.icons-selector:before,
.icons-selector:after,
.icons-selector *,
.icons-selector *:before,
.icons-selector *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Display */
.icons-selector {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

/* Icon selector */
.icons-selector .selector {
  width: 100px;
  height: 40px;
}

/* Selector open button */
.icons-selector .selector-button {
  width: 39px;
  height: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  float: left;
}

/* Selector open button icon */
.icons-selector .selector-button i {
  line-height: 38px;
  text-align: center;
}

/* Selected icon container */
.icons-selector .selected-icon {
  display: block;
  width: 60px;
  height: 100%;
  float: left;
  text-align: center;
}

/* Selected icon */
.icons-selector .selected-icon i {
  line-height: 40px;
  font-size: 18px;
  cursor: default;
}

/* IconPicker Popup */
.icons-selector .selector-popup {
  position: absolute;
  z-index: 10000;
  background-color: #fefefe;
  padding: 5px;
  height: auto;
  width: 342px;
  margin-top: -1px;
}

/* Search input & category selector */
.icons-selector .selector-search input[type="text"],
.icons-selector .selector-category select {
  border: 0;
  line-height: 20px;
  padding: 10px 2.5%;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-size: 12px;
  display: block;
  /* Fixes the positioning inside hidden/floated/text-aligned elements, where it would leave a margin */
}

.icons-selector .selector-category select {
  height: 40px;
}

.icons-selector .selector-category select option {
  padding: 10px;
}

/* Search input placeholder */
.icons-selector input::-webkit-input-placeholder {
  text-transform: uppercase;
}

.icons-selector input:-moz-placeholder {
  text-transform: uppercase;
}

.icons-selector input::-moz-placeholder {
  text-transform: uppercase;
}

.icons-selector input:-ms-input-placeholder {
  text-transform: uppercase;
}

/* Search and cancel icon */
.icons-selector .selector-search {
  position: relative;
}

.icons-selector .selector-search i {
  position: absolute;
  right: 10px;
  top: 7px;
}

/* Icon Container inside Popup */
.icons-selector .fip-icons-container {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

/* Icon container loading */
.icons-selector .fip-icons-container .loading {
  font-size: 24px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

/* Single icon box */
.icons-selector .fip-box {
  display: inline-block;
  margin: 2px;
  width: 60px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  height: 40px;
}

/* Popup footer */
.icons-selector .selector-footer {
  line-height: 12px;
  padding: 5px 5px 0 5px;
  text-align: center;
}

/* Pagination and footer icons */
.icons-selector .selector-footer, .icons-selector .selector-footer i {
  font-size: 14px;
}

/* Pagination arrows container */
.icons-selector .selector-arrows {
  float: right;
}

/* Pagination text */
.icons-selector .selector-pages {
  font-size: 11px;
  float: left;
}

/* Pagination arrows icons */
.icons-selector .selector-arrows i {
  cursor: pointer;
}

/* Total icons */
.icons-selector .selector-footer em {
  font-style: italic;
}

/* No icons found */
.icons-selector .icons-picker-error i:before {
  color: #eee;
}

/* No icon set */
.icons-selector .i-close:before {
  color: #fed0d0;
}

.icons-selector .fip-icon-spin3 {
  -moz-animation: fip-spin 2s infinite linear;
  -o-animation: fip-spin 2s infinite linear;
  -webkit-animation: fip-spin 2s infinite linear;
  animation: fip-spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes fip-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes fip-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes fip-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes fip-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fip-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/**
 * Grey Theme file for fontIconPicker
 * {@link https://github.com/micc83/fontIconPicker}
 */
/* Main Container */
.fip-grey.icons-selector {
  font-size: 16px;
}

/* Icon selector */
.fip-grey.icons-selector .selector {
  border: 1px solid #EDEDED;
  background-color: #fff;
}

/* Selector open button */
.fip-grey.icons-selector .selector-button {
  background-color: #F4F4F4;
  border-left: 1px solid #E1E1E1;
}

/* Selector open button hover */
.fip-grey.icons-selector .selector-button:hover {
  background-color: #f1f1f1;
}

.fip-grey.icons-selector .selector-button:hover i {
  color: #999;
}

/* Selector open button icon */
.fip-grey.icons-selector .selector-button i {
  color: #aaa;
  text-shadow: 0px 1px 0px #FFF;
}

/* Selected icon */
.fip-grey.icons-selector .selected-icon i {
  color: #404040;
}

/* IconPicker Popup */
.fip-grey.icons-selector .selector-popup {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #E5E5E5;
}

/* Search input & category selector */
.fip-grey.icons-selector .selector-search input[type="text"],
.fip-grey.icons-selector .selector-category select {
  border: 1px solid #EDEDED;
  color: #404040;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* Search input placeholder */
.fip-grey.icons-selector input::-webkit-input-placeholder {
  color: #ddd;
}

.fip-grey.icons-selector input:-moz-placeholder {
  color: #ddd;
}

.fip-grey.icons-selector input::-moz-placeholder {
  color: #ddd;
}

.fip-grey.icons-selector input:-ms-input-placeholder {
  color: #ddd !important;
}

/* Search and cancel icon */
.fip-grey.icons-selector .selector-search i {
  color: #eee;
}

/* Icon Container inside Popup */
.fip-grey.icons-selector .fip-icons-container {
  background-color: #fff;
  border: 1px solid #EDEDED;
}

/* Icon container loading */
.fip-grey.icons-selector .fip-icons-container .loading {
  color: #eee;
}

/* Single icon box */
.fip-grey.icons-selector .fip-box {
  border: 1px solid #EFEFEF;
}

/* Single icon box hover */
.fip-grey.icons-selector .fip-box:hover {
  background-color: #f6f6f6;
}

/* Pagination and footer icons */
.fip-grey.icons-selector .selector-footer, .fip-grey.icons-selector .selector-footer i {
  color: #ddd;
}

/* Pagination arrows icons hover */
.fip-grey.icons-selector .selector-arrows i:hover {
  color: #777;
}

/* Currently selected icon color */
.fip-grey.icons-selector span.current-icon, .fip-grey.icons-selector span.current-icon:hover {
  background-color: #2EA2CC;
  color: #fff;
  border: 1px solid #298CBA;
}

/* No icons found */
.fip-grey.icons-selector .icons-picker-error i:before {
  color: #eee;
}

body.srt-dragging, body.srt-dragging * {
  cursor: ns-resize !important;
}
body.srt-dragging table tr.even, body.srt-dragging table tr.alt, body.srt-dragging table tr:nth-of-type(even), body.srt-dragging * table tr.even, body.srt-dragging * table tr.alt, body.srt-dragging * table tr:nth-of-type(even) {
  background: none;
}

.srt-dragged-ip, .srt-dragged-ip > td {
  background: #F0F2F5;
}
.srt-dragged-ip .sort-handle, .srt-dragged-ip > td .sort-handle {
  color: #f8f9fa;
  cursor: ns-resize;
}

.sort-handle {
  color: #ced4da;
}
.sort-handle:hover {
  color: #f8f9fa;
  cursor: ns-resize;
}

.srt-dragged {
  position: absolute;
  top: 0;
  opacity: .5;
  z-index: 2000;
}

.srt-placeholder {
  display: block;
  background: #cc375b;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}
.srt-placeholder::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-top: -0.3125rem;
  left: -0.3125rem;
  top: -0.25rem;
  border: 5px solid transparent;
  border-left-color: #cc375b;
  border-right: none;
}

ol.vertical {
  margin: 0 0 0.5625rem 0;
  min-height: 0.625rem;
}
ol.vertical li {
  display: block;
  margin: 0.3125rem;
  padding: 0.3125rem;
  border: 1px solid #ccc;
  color: #A6CBFE;
  background: #e9ecef;
}
ol.vertical li.st-placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}
ol.vertical li.st-placeholder::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-top: -0.3125rem;
  left: -0.3125rem;
  top: -0.25rem;
  border: 5px solid transparent;
  border-left-color: #cc375b;
  border-right: none;
}

/*! Licensed under MIT, https://github.com/sofish/pen */
/* basic reset */
.pen, .pen-menu, .pen-input, .pen textarea {
  font: 400 1.16em/1.45 Palatino, Optima, Georgia, serif;
  color: #331;
}

.pen:focus {
  outline: none;
}

.pen fieldset, img {
  border: 0;
}

.pen blockquote {
  padding-left: 10px;
  margin-left: -14px;
  border-left: 4px solid #1abf89;
}

.pen a {
  color: #1abf89;
}

.pen del {
  text-decoration: line-through;
}

.pen sub, .pen sup {
  font-size: 75%;
  position: relative;
  vertical-align: text-top;
}

:root .pen sub, :root .pen sup {
  vertical-align: baseline;
  /* for ie9 and other mordern browsers */
}

.pen sup {
  top: -0.5em;
}

.pen sub {
  bottom: -0.25em;
}

.pen hr {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 25px;
  *color: pink;
  *filter: chroma(color=pink);
  height: 10px;
  *margin: -7px 0 15px;
}

.pen small {
  font-size: 0.8em;
  color: #888;
}

.pen em, .pen b, .pen strong {
  font-weight: 700;
}

.pen pre {
  white-space: pre-wrap;
  padding: 0.85em;
  background: #f8f8f8;
}

/* block-level element margin */
.pen p, .pen pre, .pen ul, .pen ol, .pen dl, .pen form, .pen table, .pen blockquote {
  margin-bottom: 16px;
}

/* headers */
.pen h1, .pen h2, .pen h3, .pen h4, .pen h5, .pen h6 {
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.pen h1 {
  font-size: 2em;
}

.pen h2 {
  font-size: 1.8em;
}

.pen h3 {
  font-size: 1.6em;
}

.pen h4 {
  font-size: 1.4em;
}

.pen h5, .pen h6 {
  font-size: 1.2em;
}

/* list */
.pen ul, .pen ol {
  margin-left: 1.2em;
}

.pen ul, .pen-ul {
  list-style: disc;
}

.pen ol, .pen-ol {
  list-style: decimal;
}

.pen li ul, .pen li ol, .pen-ul ul, .pen-ul ol, .pen-ol ul, .pen-ol ol {
  margin: 0 2em 0 1.2em;
}

.pen li ul, .pen-ul ul, .pen-ol ul {
  list-style: circle;
}

/* pen menu */
.pen-menu [class^="icon-"], .pen-menu [class*=" icon-"] {
  /* reset to avoid conflicts with Bootstrap */
  background: transparent;
  background-image: none;
}

.pen-menu {
  min-width: 320px;
}

.pen-menu, .pen-input {
  font-size: 14px;
  line-height: 1;
}

.pen-menu {
  white-space: nowrap;
  box-shadow: 1px 2px 3px -2px #222;
  background: #333;
  background-image: linear-gradient(to bottom, #222, #333);
  opacity: 0.9;
  position: fixed;
  height: 36px;
  border: 1px solid #333;
  border-radius: 3px;
  display: none;
  z-index: 1000;
}

.pen-menu:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.pen-menu:after {
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #333;
  border-width: 6px;
  left: 50%;
  margin-left: -6px;
}

.pen-menu-below:after {
  top: -11px;
  display: block;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pen-icon {
  font: normal 900 16px/40px Georgia serif;
  min-width: 20px;
  display: inline-block;
  padding: 0 10px;
  height: 36px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pen-icon:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pen-icon:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pen-icon:hover {
  background: #000;
}

.pen-icon.active {
  color: #1abf89;
  background: #000;
  box-shadow: inset 2px 2px 4px #000;
}

.pen-input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 36px;
  line-height: 20px;
  background: #333;
  color: #fff;
  border: none;
  text-align: center;
  display: none;
  font-family: arial, sans-serif;
}

.pen-input:focus {
  outline: none;
}

.pen-textarea {
  display: block;
  background: #f8f8f8;
  padding: 20px;
}

.pen textarea {
  font-size: 14px;
  border: none;
  background: none;
  width: 100%;
  _height: 200px;
  min-height: 200px;
  resize: none;
}

@font-face {
  font-family: "pen";
  src: url("../../../../lib/fonts/fontello.ttf?370dad08") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.pen-menu [class^="icon-"]:before, .pen-menu [class*=" icon-"]:before {
  font-family: "pen";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.pen-menu .icon-location:before {
  content: '\e815';
}

/* '' */
.pen-menu .icon-fit:before {
  content: '\e80f';
}

/* '' */
.pen-menu .icon-bold:before {
  content: '\e805';
}

/* '' */
.pen-menu .icon-italic:before {
  content: '\e806';
}

/* '' */
.pen-menu .icon-justifyleft:before {
  content: '\e80a';
}

/* '' */
.pen-menu .icon-justifycenter:before {
  content: '\e80b';
}

/* '' */
.pen-menu .icon-justifyright:before {
  content: '\e80c';
}

/* '' */
.pen-menu .icon-justifyfull:before {
  content: '\e80d';
}

/* '' */
.pen-menu .icon-outdent:before {
  content: '\e800';
}

/* '' */
.pen-menu .icon-indent:before {
  content: '\e801';
}

/* '' */
.pen-menu .icon-mode:before {
  content: '\e813';
}

/* '' */
.pen-menu .icon-fullscreen:before {
  content: '\e80e';
}

/* '' */
.pen-menu .icon-insertunorderedlist:before {
  content: '\e802';
}

/* '' */
.pen-menu .icon-insertorderedlist:before {
  content: '\e803';
}

/* '' */
.pen-menu .icon-strikethrough:before {
  content: '\e807';
}

/* '' */
.pen-menu .icon-underline:before {
  content: '\e804';
}

/* '' */
.pen-menu .icon-blockquote:before {
  content: '\e814';
}

/* '' */
.pen-menu .icon-undo:before {
  content: '\e817';
}

/* '' */
.pen-menu .icon-code:before {
  content: '\e816';
}

/* '' */
.pen-menu .icon-pre:before {
  content: '\e816';
}

/* '' */
.pen-menu .icon-unlink:before {
  content: '\e811';
}

/* '' */
.pen-menu .icon-superscript:before {
  content: '\e808';
}

/* '' */
.pen-menu .icon-subscript:before {
  content: '\e809';
}

/* '' */
.pen-menu .icon-inserthorizontalrule:before {
  content: '\e818';
}

/* '' */
.pen-menu .icon-pin:before {
  content: '\e812';
}

/* '' */
.pen-menu .icon-createlink:before {
  content: '\e810';
}

/* '' */
.pen-menu .icon-h1:before {
  content: 'H1';
}

.pen-menu .icon-h2:before {
  content: 'H2';
}

.pen-menu .icon-h3:before {
  content: 'H3';
}

.pen-menu .icon-h4:before {
  content: 'H4';
}

.pen-menu .icon-h5:before {
  content: 'H5';
}

.pen-menu .icon-h6:before {
  content: 'H6';
}

.pen-menu .icon-p:before {
  content: 'P';
}

.pen-menu .icon-insertimage:before {
  width: 1.8em;
  margin: 0;
  position: relative;
  top: -2px;
  content: 'IMG';
  font-size: 12px;
  border: 1px solid #fff;
  padding: 2px;
  border-radius: 2px;
}

.pen {
  position: relative;
}

.pen.hinted h1:before,
.pen.hinted h2:before,
.pen.hinted h3:before,
.pen.hinted h4:before,
.pen.hinted h5:before,
.pen.hinted h6:before,
.pen.hinted blockquote:before,
.pen.hinted hr:before {
  color: #eee;
  position: absolute;
  right: 100%;
  white-space: nowrap;
  padding-right: 10px;
}

.pen.hinted blockquote {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.pen.hinted blockquote:before {
  color: #1abf89;
  content: ">";
  font-weight: bold;
  vertical-align: center;
}

.pen.hinted h1:before {
  content: "#";
}

.pen.hinted h2:before {
  content: "##";
}

.pen.hinted h3:before {
  content: "###";
}

.pen.hinted h4:before {
  content: "####";
}

.pen.hinted h5:before {
  content: "#####";
}

.pen.hinted h6:before {
  content: "######";
}

.pen.hinted hr:before {
  content: "﹘﹘﹘";
  line-height: 1.2;
  vertical-align: bottom;
}

.pen.hinted pre:before, .pen.hinted pre:after {
  content: "```";
  display: block;
  color: #ccc;
}

.pen.hinted ul {
  list-style: none;
}

.pen.hinted ul li:before {
  content: "*";
  color: #999;
  line-height: 1;
  vertical-align: bottom;
  margin-left: -1.2em;
  display: inline-block;
  width: 1.2em;
}

.pen.hinted b:before, .pen.hinted b:after {
  content: "**";
  color: #eee;
  font-weight: normal;
}

.pen.hinted i:before, .pen.hinted i:after {
  content: "*";
  color: #eee;
}

.pen.hinted a {
  text-decoration: none;
}

.pen.hinted a:before {
  content: "[";
  color: #ddd;
}

.pen.hinted a:after {
  content: "](" attr(href) ")";
  color: #ddd;
}

.pen-placeholder:after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-placeholder);
  color: #999;
  cursor: text;
}

.requirements {
  color: #555;
  padding: 0.5rem;
  font-size: 0.8125rem;
}

.requirements .header {
  margin-bottom: 10px;
}

.requirements .requirement + .requirement {
  margin-top: 5px;
}

.requirements .requirement.success {
  color: green;
}

.requirements .requirement.error {
  color: red;
}

.requirements .requirement.warning {
  color: orange;
}

@font-face {
  font-family: 'efficy-icons';
  src: url("../../../../lib/fonts/efficy-icons.woff2?ist20241011144353") format("woff2"), url("../../../../lib/fonts/efficy-icons.woff?ist20241011144353") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^="i-"]::before,
[class^="i-"]::after,
[class*=" i-"]::before,
[class*=" i-"]::after,
[class^="i-"] > .path1,
[class*=" i-"] > .path1,
[class^="i-"] > .path2,
[class*=" i-"] > .path2 {
  font-family: 'efficy-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.has-icons [class^="i-"]::before,
.has-icons [class*=" i-"]::before {
  font-size: 1rem;
}
.has-icons [class^="i-"]:not(:empty)::before,
.has-icons [class*=" i-"]:not(:empty)::before {
  margin-right: 0.5rem;
  vertical-align: bottom;
}

.i-User:before {
  content: "\e636";
}

.i-Comp:before {
  content: "\e622";
}

.i-Cont:before {
  content: "\e623";
}

.i-Proj:before {
  content: "\e604";
}

.i-Oppo:before {
  content: "\e62f";
}

.i-Publ:before {
  content: "\e626";
}

.i-Cmpg:before {
  content: "\e626";
}

.i-Prof:before {
  content: "\e625";
}

.i-Case:before {
  content: "\e1ef";
}

.i-Agnd:before {
  content: "\e629";
}

.i-Appo:before {
  content: "\e629";
}

.i-calendar:before {
  content: "\e629";
}

.i-Task:before {
  content: "\e62a";
}

.i-Acti:before {
  content: "\e62a";
}

.i-Docu:before {
  content: "\e62b";
}

.i-Mail:before {
  content: "\e62c";
}

.i-Prod:before {
  content: "\e0c7";
}

.i-Time:before {
  content: "\e62e";
}

.i-clock:before {
  content: "\e62e";
}

.i-Quer:before {
  content: "\e630";
}

.i-Quer-native:before {
  content: "\e139";
}

.i-Repo:before {
  content: "\e61a";
}

.i-Tmpl:before {
  content: "\e0b1";
}

.i-Objv:before {
  content: "\e27b";
}

.i-Chal:before {
  content: "\ec43";
}

.i-flag-finish:before {
  content: "\ec43";
}

.i-Trpy:before {
  content: "\e218";
}

.i-medal:before {
  content: "\e218";
}

.i-Quiz:before {
  content: "\e63b";
}

.i-education:before {
  content: "\e63b";
}

.i-Qqst:before {
  content: "\ed55";
}

.i-question-outline:before {
  content: "\ed55";
}

.i-Memo:before {
  content: "\e633";
}

.i-comment:before {
  content: "\e633";
}

.i-Dash:before {
  content: "\ec5d";
}

.i-Widg:before {
  content: "\eb89";
}

.i-Indc:before {
  content: "\ea97";
}

.i-Tmln:before {
  content: "\e632";
}

.i-Crns:before {
  content: "\e632";
}

.i-Ovrw:before {
  content: "\e635";
}

.i-Noti:before {
  content: "\e601";
}

.i-Catg:before {
  content: "\e634";
}

.i-Glry:before {
  content: "\e60a";
}

.i-image:before {
  content: "\e60a";
}

.i-Hist:before {
  content: "\e64b";
}

.i-recent:before {
  content: "\e64b";
}

.i-Sign:before {
  content: "\e91f";
}

.i-Chat:before {
  content: "\e154";
}

.i-conversation:before {
  content: "\e154";
}

.i-Cred:before {
  content: "\e91e";
}

.i-key2:before {
  content: "\e91e";
}

.i-Reac:before {
  content: "\e090";
}

.i-clipboard:before {
  content: "\e090";
}

.i-Invb:before {
  content: "\e99f";
}

.i-Dupl:before {
  content: "\e639";
}

.i-kanban:before {
  content: "\ec5e";
}

.i-postit:before {
  content: "\ec5e";
}

.i-roadmap:before {
  content: "\ec5f";
}

.i-stage:before {
  content: "\ec1a";
}

.i-cube2:before {
  content: "\ec1a";
}

.i-deliverable:before {
  content: "\ec19";
}

.i-cube:before {
  content: "\ec19";
}

.i-step:before {
  content: "\ebd9";
}

.i-footprint:before {
  content: "\ebd9";
}

.i-gantt:before {
  content: "\eb8a";
}

.i-category:before {
  content: "\e2e4";
}

.i-menu:before {
  content: "\e609";
}

.i-menu-entity-picker:before {
  content: "\e609";
}

.i-menu2:before {
  content: "\e607";
}

.i-more:before {
  content: "\e61d";
}

.i-dots:before {
  content: "\e641";
}

.i-add:before {
  content: "\e63e";
}

.i-add-semibold:before {
  content: "\e900";
}

.i-search:before {
  content: "\e619";
}

.i-search-semibold:before {
  content: "\e1ba";
}

.i-edit:before {
  content: "\e64e";
}

.i-save:before {
  content: "\e612";
}

.i-archive:before {
  content: "\e928";
}

.i-archive-out:before {
  content: "\e929";
}

.i-trash:before {
  content: "\e251";
}

.i-delete:before {
  content: "\e251";
}

.i-eraser:before {
  content: "\e915";
}

.i-close:before {
  content: "\e36c";
}

.i-delete-x:before {
  content: "\e36c";
}

.i-home:before {
  content: "\e653";
}

.i-table:before {
  content: "\e608";
}

.i-grid:before {
  content: "\e608";
}

.i-checklist:before {
  content: "\e666";
}

.i-layout:before {
  content: "\e605";
}

.i-webform:before {
  content: "\ec60";
}

.i-binoculars:before {
  content: "\e1b4";
}

.i-dupl-search:before {
  content: "\e1b4";
}

.i-switch:before {
  content: "\e648";
}

.i-split:before {
  content: "\e627";
}

.i-dupl-diff:before {
  content: "\e627";
}

.i-rocket:before {
  content: "\e234";
}

.i-dupl-auto:before {
  content: "\e234";
}

.i-print:before {
  content: "\e60d";
}

.i-tree:before {
  content: "\e610";
}

.i-file-pdf:before {
  content: "\e60c";
}

.i-file-excel:before {
  content: "\e611";
}

.i-list:before {
  content: "\e478";
}

.i-group:before {
  content: "\e606";
}

.i-filter:before {
  content: "\e444";
}

.i-globe:before {
  content: "\e613";
}

.i-earth:before {
  content: "\e654";
}

.i-map:before {
  content: "\e0f3";
}

.i-attach:before {
  content: "\e80b";
}

.i-tools:before {
  content: "\e64f";
}

.i-gear-outline:before {
  content: "\e1e2";
}

.i-gear:before {
  content: "\e61b";
}

.i-gears:before {
  content: "\eb60";
}

.i-screen:before {
  content: "\e618";
}

.i-reload:before {
  content: "\e3a8";
}

.i-recurrent:before {
  content: "\e3a5";
}

.i-undo:before {
  content: "\eaa5";
}

.i-redo:before {
  content: "\eaa6";
}

.i-wizard:before {
  content: "\e602";
}

.i-sparkles:before {
  content: "\e921";
}

.i-sparkles-duotone .path1:before {
  content: "\e92b";
  color: #9700dd;
}

.i-sparkles-duotone .path2:before {
  content: "\e92c";
  margin-left: -1em;
  color: #f5ddff;
}

.i-shield:before {
  content: "\e61e";
}

.i-eye:before {
  content: "\e2d9";
}

.i-eye-crossed:before {
  content: "\ecb1";
}

.i-key:before {
  content: "\e600";
}

.i-text:before {
  content: "\e448";
}

.i-key-text:before {
  content: "\e91c";
}

.i-chart:before {
  content: "\e1f9";
}

.i-notify:before {
  content: "\e25c";
}

.i-rss:before {
  content: "\e4a0";
}

.i-follow:before {
  content: "\e4a0";
}

.i-money:before {
  content: "\e65f";
}

.i-euro:before {
  content: "\e63d";
}

.i-code:before {
  content: "\e64a";
}

.i-mobile:before {
  content: "\e650";
}

.i-fax:before {
  content: "\e631";
}

.i-linkedin:before {
  content: "\e655";
}

.i-facebook:before {
  content: "\e49b";
}

.i-teams:before {
  content: "\e920";
}

.i-whatsapp:before {
  content: "\eef2";
}

.i-twitter:before {
  content: "\e657";
}

.i-logoff:before {
  content: "\e37c";
}

.i-openwindow:before {
  content: "\e47d";
}

.i-window:before {
  content: "\e904";
}

.i-User-inactive:before {
  content: "\e185";
}

.i-user-two:before {
  content: "\e912";
}

.i-user-group:before {
  content: "\e912";
}

.i-user-three:before {
  content: "\e913";
}

.i-reference:before {
  content: "\e617";
}

.i-stamp:before {
  content: "\e617";
}

.i-power:before {
  content: "\e61f";
}

.i-language:before {
  content: "\e603";
}

.i-keyboard:before {
  content: "\e11e";
}

.i-fields:before {
  content: "\e62d";
}

.i-smartphone:before {
  content: "\e638";
}

.i-vcard:before {
  content: "\eb0e";
}

.i-share:before {
  content: "\e919";
}

.i-palette:before {
  content: "\e92a";
}

.i-color:before {
  content: "\e92a";
}

.i-videocamera-play:before {
  content: "\e965";
}

.i-brain:before {
  content: "\ec27";
}

.i-collaboration:before {
  content: "\eb10";
}

.i-stairs-up:before {
  content: "\eb94";
}

.i-datepicker:before {
  content: "\e116";
}

.i-calendar-day:before {
  content: "\e113";
}

.i-calendar-week5:before {
  content: "\e114";
}

.i-calendar-week7:before {
  content: "\e115";
}

.i-calendar-month:before {
  content: "\e637";
}

.i-planning:before {
  content: "\e91d";
}

.i-link-add:before {
  content: "\e2c9";
}

.i-link-update:before {
  content: "\e2ca";
}

.i-link:before {
  content: "\e60e";
}

.i-link-broken:before {
  content: "\e60f";
}

.i-phone:before {
  content: "\e651";
}

.i-callback:before {
  content: "\e652";
}

.i-locked:before {
  content: "\e614";
}

.i-unlocked:before {
  content: "\e615";
}

.i-meter-slow:before {
  content: "\ebe0";
}

.i-meter-medium:before {
  content: "\ebe1";
}

.i-meter-fast:before {
  content: "\ebe2";
}

.i-descending:before {
  content: "\e60b";
}

.i-sort-desc:before {
  content: "\e60b";
}

.i-ascending:before {
  content: "\e616";
}

.i-sort-asc:before {
  content: "\e616";
}

.i-sort-asc-alpha:before {
  content: "\ee4c";
}

.i-sort-desc-alpha:before {
  content: "\ee4d";
}

.i-sort-asc-num:before {
  content: "\ee4e";
}

.i-sort-desc-num:before {
  content: "\ee4f";
}

.i-sort-asc-time:before {
  content: "\ee52";
}

.i-sort-desc-time:before {
  content: "\ee53";
}

.i-import:before {
  content: "\e2b8";
}

.i-export:before {
  content: "\e2b9";
}

.i-upload:before {
  content: "\e08a";
}

.i-download:before {
  content: "\e089";
}

.i-reply:before {
  content: "\eac2";
}

.i-reply-all:before {
  content: "\eac3";
}

.i-followup:before {
  content: "\e14f";
}

.i-execute:before {
  content: "\e14f";
}

.i-folder:before {
  content: "\e0a1";
}

.i-folder-in:before {
  content: "\e0a9";
}

.i-folder-out:before {
  content: "\e0aa";
}

.i-favorite-outline:before {
  content: "\e64d";
}

.i-favorite:before {
  content: "\e64c";
}

.i-cloud-outline:before {
  content: "\e2b3";
}

.i-cloud:before {
  content: "\e2b4";
}

.i-star-outline:before {
  content: "\ecdd";
}

.i-star:before {
  content: "\ecdf";
}

.i-collapse:before {
  content: "\e65b";
}

.i-up:before {
  content: "\e65b";
}

.i-expand:before {
  content: "\e620";
}

.i-down:before {
  content: "\e620";
}

.i-previous:before {
  content: "\e659";
}

.i-left:before {
  content: "\e659";
}

.i-next:before {
  content: "\e65a";
}

.i-right:before {
  content: "\e65a";
}

.i-previous2:before {
  content: "\e388";
}

.i-backward:before {
  content: "\e388";
}

.i-next2:before {
  content: "\e389";
}

.i-forward:before {
  content: "\e389";
}

.i-first:before {
  content: "\e621";
}

.i-last:before {
  content: "\e65c";
}

.i-sidebar:before {
  content: "\e38c";
}

.i-sidebar-flip:before {
  content: "\e38d";
}

.i-done:before {
  content: "\e646";
}

.i-not-done:before {
  content: "\e647";
}

.i-checked:before {
  content: "\ee68";
}

.i-true:before {
  content: "\ee68";
}

.i-unchecked:before {
  content: "\ee67";
}

.i-false:before {
  content: "\ee67";
}

.i-question:before {
  content: "\ed56";
}

.i-question-solid:before {
  content: "\ed57";
}

.i-warning:before {
  content: "\e63f";
}

.i-warning-solid:before {
  content: "\e356";
}

.i-exclamation:before {
  content: "\e640";
}

.i-exclamation-solid:before {
  content: "\e358";
}

.i-info:before {
  content: "\e644";
}

.i-information-solid:before {
  content: "\e363";
}

.i-forbidden:before {
  content: "\e643";
}

.i-cancel:before {
  content: "\e645";
}

.i-one:before {
  content: "\e624";
}

.i-two:before {
  content: "\e628";
}

.i-three:before {
  content: "\e63a";
}

.i-smiley-happy-semibold:before {
  content: "\e901";
}

.i-smiley-neutral-semibold:before {
  content: "\e902";
}

.i-smiley-sad-semibold:before {
  content: "\e903";
}

.i-smiley2-veryhappy-outline:before {
  content: "\ed02";
}

.i-smiley2-veryhappy:before {
  content: "\ed03";
}

.i-smiley2-happy-outline:before {
  content: "\ed04";
}

.i-smiley2-happy:before {
  content: "\ed05";
}

.i-smiley2-neutral-outline:before {
  content: "\ed1a";
}

.i-smiley2-neutral:before {
  content: "\ed1b";
}

.i-smiley2-sad-outline:before {
  content: "\ed08";
}

.i-smiley2-sad:before {
  content: "\ed09";
}

.i-tag-outline:before {
  content: "\e0b8";
}

.i-tag:before {
  content: "\e0b6";
}

.i-move:before {
  content: "\ed4d";
}

.i-enlarge2:before {
  content: "\eb3e";
}

.i-flag:before {
  content: "\e2d1";
}

.i-gamepad:before {
  content: "\ed50";
}

.i-efficy-logo:before {
  content: "\e63c";
}

.i-city:before {
  content: "\e90a";
}

.i-office:before {
  content: "\e00b";
}

.i-library:before {
  content: "\e075";
}

.i-library2:before {
  content: "\e642";
}

.i-house2:before {
  content: "\e649";
}

.i-house3:before {
  content: "\e002";
}

.i-store:before {
  content: "\e9fd";
}

.i-factory:before {
  content: "\e1e7";
}

.i-fan:before {
  content: "\e2f0";
}

.i-wrench:before {
  content: "\e1d7";
}

.i-roadcone:before {
  content: "\e1f6";
}

.i-roadwork:before {
  content: "\e658";
}

.i-pencil:before {
  content: "\e012";
}

.i-pen:before {
  content: "\e017";
}

.i-quill:before {
  content: "\e905";
}

.i-photocamera:before {
  content: "\e036";
}

.i-music:before {
  content: "\e03b";
}

.i-speaker:before {
  content: "\e390";
}

.i-mic:before {
  content: "\e06d";
}

.i-headphones:before {
  content: "\e65d";
}

.i-play:before {
  content: "\e957";
}

.i-video-camera2:before {
  content: "\e963";
}

.i-clapboard:before {
  content: "\e95a";
}

.i-videocamera:before {
  content: "\e962";
}

.i-movie:before {
  content: "\e906";
}

.i-ticket:before {
  content: "\e0c0";
}

.i-theater:before {
  content: "\e907";
}

.i-connection:before {
  content: "\e062";
}

.i-podcast:before {
  content: "\e06a";
}

.i-scales:before {
  content: "\e65e";
}

.i-law:before {
  content: "\e661";
}

.i-basket:before {
  content: "\e0ce";
}

.i-coin-euro:before {
  content: "\e908";
}

.i-coin-dollar:before {
  content: "\e909";
}

.i-pricetag:before {
  content: "\e90b";
}

.i-percent:before {
  content: "\ea09";
}

.i-piggybank:before {
  content: "\ea0f";
}

.i-credit:before {
  content: "\e0d6";
}

.i-calculator:before {
  content: "\ea18";
}

.i-car:before {
  content: "\e662";
}

.i-bus:before {
  content: "\e663";
}

.i-truck:before {
  content: "\e90c";
}

.i-highway:before {
  content: "\e664";
}

.i-traffic-lights:before {
  content: "\e90d";
}

.i-plane:before {
  content: "\e665";
}

.i-ship:before {
  content: "\e264";
}

.i-oldphone:before {
  content: "\e90e";
}

.i-phonebook:before {
  content: "\ea2d";
}

.i-bookmark:before {
  content: "\e994";
}

.i-book:before {
  content: "\e990";
}

.i-books:before {
  content: "\e12b";
}

.i-document2:before {
  content: "\e07d";
}

.i-calendar2:before {
  content: "\e112";
}

.i-clipboard1:before {
  content: "\e294";
}

.i-bulletlist:before {
  content: "\e667";
}

.i-pushpin:before {
  content: "\e0f0";
}

.i-location:before {
  content: "\e90f";
}

.i-directions:before {
  content: "\e0fe";
}

.i-circle:before {
  content: "\e910";
}

.i-pie-chart2:before {
  content: "\eb81";
}

.i-pie-chart3:before {
  content: "\eb82";
}

.i-pie-chart4:before {
  content: "\eb83";
}

.i-pie-chart5:before {
  content: "\eb84";
}

.i-pie-chart6:before {
  content: "\eb85";
}

.i-stats-dots:before {
  content: "\eb87";
}

.i-stats-bars2:before {
  content: "\eb8b";
}

.i-stats-bars3:before {
  content: "\eb8c";
}

.i-stats-bars4:before {
  content: "\eb8d";
}

.i-stats-bars5:before {
  content: "\eb8e";
}

.i-chart-area:before {
  content: "\eb90";
}

.i-glass:before {
  content: "\ebaf";
}

.i-food:before {
  content: "\e228";
}

.i-alarm:before {
  content: "\e10a";
}

.i-watch:before {
  content: "\ea52";
}

.i-handshake:before {
  content: "\e916";
}

.i-person:before {
  content: "\e18e";
}

.i-people:before {
  content: "\e18f";
}

.i-family:before {
  content: "\e914";
}

.i-user-plus:before {
  content: "\e911";
}

.i-cat:before {
  content: "\e922";
}

.i-mouse:before {
  content: "\e923";
}

.i-dog:before {
  content: "\e924";
}

.i-otter:before {
  content: "\e925";
}

.i-raccoon:before {
  content: "\e926";
}

.i-squirrel:before {
  content: "\e927";
}

.i-lab:before {
  content: "\e240";
}

.i-lamp:before {
  content: "\e24e";
}

.i-puzzle:before {
  content: "\e917";
}

.i-bolt:before {
  content: "\e28e";
}

.i-hand:before {
  content: "\e33f";
}

.i-like:before {
  content: "\e310";
}

.i-dislike:before {
  content: "\e918";
}

.i-split1:before {
  content: "\edb3";
}

.i-merge:before {
  content: "\edb4";
}

.i-funnel:before {
  content: "\e668";
}

.i-loop:before {
  content: "\e3a6";
}

.i-cloud2:before {
  content: "\e669";
}

.i-gift:before {
  content: "\e210";
}

.i-tree2:before {
  content: "\e22f";
}

.i-layers:before {
  content: "\e66a";
}

.i-fire:before {
  content: "\ebe5";
}

.i-hot:before {
  content: "\ebe5";
}

.i-king:before {
  content: "\e91a";
}

.i-computer:before {
  content: "\ea73";
}

.i-laptop:before {
  content: "\ea74";
}

.i-server:before {
  content: "\ea8f";
}

.i-network:before {
  content: "\ec64";
}

.i-cross:before {
  content: "\e91b";
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../../../../lib/fonts/inter-extralight.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../../../../lib/fonts/inter-extralightitalic.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../../../lib/fonts/inter-light.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../../../../lib/fonts/inter-lightitalic.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../../lib/fonts/inter-regular.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../../../../lib/fonts/inter-italic.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../../../lib/fonts/inter-medium.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../../../../lib/fonts/inter-mediumitalic.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../../../lib/fonts/inter-semibold.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../../../../lib/fonts/inter-semibolditalic.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../../../lib/fonts/inter-bold.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../../../../lib/fonts/inter-bolditalic.woff2?v=3.19") format("woff2");
}
.f-dropdown[data-dropdown-content] {
  z-index: 1001;
}

#dd-entity-picker.f-dropdown > .tabs-content > .content.active > ul li a.button {
  /* The size of the button is guessed by the browser, this seemingly arbitrary max-height prevents the stair effect */
  max-height: 2.125rem;
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *  - add "action" class buttons with $action-color
 *
 */
.input-button > div input:nth-child(2) {
  background-color: #f8f9fa;
}

span.info, small.info {
  display: block;
  padding: 0.75rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  background: #89b1e0;
  color: #001830;
}
span.info.light, small.info.light {
  border: 1px solid #89b1e0;
  background: transparent;
  color: #001830;
}

span.warning, small.warning {
  display: block;
  padding: 0.75rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  background: #ffa238;
  color: #ffffff;
}
span.warning.light, small.warning.light {
  border: 1px solid #ffa238;
  background: transparent;
  color: #001830;
}

fieldset fieldset {
  margin: 0.5625rem 0;
  border-color: #e7e7e7;
}
fieldset fieldset legend {
  font-size: 0.875rem;
}
fieldset fieldset :last-child {
  margin-bottom: 0;
}

/*
 *  Efficy changes :
 *
 *  - added $tabs-bottom-divider
 *  - added $tabs-navigation-hover-font-color
 *
 */
/*
 *  Efficy changes :
 *
 *  - added $tabs-bottom-divider
 *  - added $tabs-navigation-hover-font-color
 *
 */
@media only screen and (max-width: 40em) {
  #relation-main {
    padding-top: 0.625rem;
  }

  #desktop-main, #edit-main {
    padding-top: 3.4375rem;
  }
}
@media only screen and (min-width: 40.063em), print {
  #desktop-nav {
    position: relative;
    width: 12.5rem;
    margin-top: 45px;
    border-top-right-radius: 12px;
    float: left;
    z-index: 20;
    -webkit-transform: none;
    transform: none;
    overflow-y: hidden;
    margin-bottom: -24000px;
    padding-bottom: 24024px;
    transition: width 300ms ease-in-out;
  }
  .no-csstransforms #desktop-nav {
    left: 0;
  }
  .collapsed #desktop-nav {
    width: 2.75rem;
  }

  #desktop-main {
    margin-top: 2.8125rem;
    padding-left: 0;
    overflow-y: hidden;
    margin-bottom: -24000px;
    padding-bottom: 24024px;
  }

  #edit-relations {
    position: relative;
    width: 18.75rem;
    margin-top: 0;
    float: right;
    -webkit-transform: none;
    transform: none;
    overflow-y: hidden;
    margin-bottom: -24000px;
    padding-bottom: 24024px;
    transition: width 300ms ease-in-out;
  }
  .no-csstransforms #edit-relations {
    right: 0;
  }

  #edit-main {
    padding-right: 0;
    overflow-y: hidden;
    margin-bottom: -24000px;
    padding-bottom: 24024px;
  }
}
@media only screen and (min-width: 64.063em) {
  #edit-relations {
    width: 22.5rem;
  }
}
.nav-link-list {
  margin: 0;
  padding: 0;
  background-color: transparent;
  list-style-type: none;
}
.nav-link-list li {
  position: relative;
  background-color: transparent;
}

.nav-entities-more {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}

.nav-toggle-lists {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
}
.nav-toggle-lists:before, .nav-toggle-lists:after {
  content: " ";
  display: table;
}
.nav-toggle-lists:after {
  clear: both;
}
.nav-toggle-lists a {
  margin-bottom: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 2.8125rem;
}
.nav-toggle-lists a::before {
  margin-right: 0.375rem;
  font-size: 1.05rem;
  vertical-align: sub;
}
.nav-toggle-lists > button {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.nav-config label,
.nav-game label,
.nav-recents label {
  margin: 0;
  padding: 1rem 1rem 0.25rem 1rem;
  border-top: none;
  border-bottom: none;
  background: transparent;
  color: #adb5bd;
  font-weight: normal;
  text-transform: none;
  white-space: nowrap;
  transition: padding-start 300ms ease-in-out;
}
.nav-config label span,
.nav-game label span,
.nav-recents label span {
  font-size: 0.77rem;
}

.nav-config li,
.nav-game li,
.nav-recents li {
  display: table;
  width: 100%;
}
.lt-ie10 .nav-config li, .nav-config .lt-ie10 li,
.lt-ie10 .nav-game li,
.nav-game .lt-ie10 li,
.lt-ie10 .nav-recents li,
.nav-recents .lt-ie10 li {
  table-layout: fixed;
}

.nav-config a span,
.nav-game a span,
.nav-recents a span, .nav-config a small,
.nav-game a small,
.nav-recents a small {
  display: block;
  padding-right: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-link-list a {
  display: block;
  padding-left: 2.75rem;
  color: #000;
  font-size: 0.875rem;
  line-height: 2.25rem;
  white-space: nowrap;
}
.nav-link-list a:not(.active):hover {
  background: #A6CBFE;
  color: #ffffff;
}

.nav-entities .entity-picker, .nav-game .entity-picker {
  padding-left: 0;
}

.nav-more a {
  line-height: 1.5rem;
  font-size: 12px;
}
.nav-more a i::before {
  font-size: 0.6875rem;
}
.nav-more a::after {
  content: " ";
}
.nav-more a:hover::after {
  background: #A6CBFE;
}

.nav-entities .active a, .nav-game .active a {
  background: #A6CBFE;
  color: #ffffff;
}

.nav-config a,
.nav-game a,
.nav-recents a {
  display: table-cell;
  max-width: 12.5rem;
  height: 2.25rem;
  vertical-align: middle;
  padding-left: 3.25rem;
}
.nav-config a small,
.nav-game a small,
.nav-recents a small {
  color: #2e2e2e;
  font-size: 0.6825rem;
  line-height: 0.875rem;
}
.nav-config a i,
.nav-game a i,
.nav-recents a i {
  top: 0;
}

.nav-config .with-img,
.nav-game .with-img,
.nav-recents .with-img {
  height: 5rem;
}
.nav-config .with-img i,
.nav-game .with-img i,
.nav-recents .with-img i {
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 5rem;
}

.nav-link-list a:first-child i, .nav-config label i,
.nav-game label i,
.nav-recents label i, .nav-entities .entity-picker, .nav-game .entity-picker, .nav-more a::after {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

.nav-link-list a:first-child i, .nav-config label i,
.nav-game label i,
.nav-recents label i {
  left: 1px;
  width: 2.75rem;
  font-size: 1rem;
  letter-spacing: normal;
  color: #8AA89D;
}

.nav-entities .entity-picker, .nav-game .entity-picker, .nav-more a::after {
  right: 0;
  top: 0;
  width: 2.375rem;
  height: 100%;
  background-color: transparent;
  color: #333333;
  font-size: 0.6875rem;
}

#dd-entity-picker {
  max-width: 26.25rem;
  padding: 0;
  overflow: hidden;
}
#dd-entity-picker .ep-tabs {
  width: 100%;
  margin-top: 8px;
  padding-left: 8px;
  margin-bottom: 2px !important;
}
#dd-entity-picker .ep-tabs dd {
  margin-right: 12px;
}
#dd-entity-picker .ep-tabs span {
  display: none;
}
#dd-entity-picker .ep-tabs input::-ms-clear {
  display: none;
}
#dd-entity-picker .ep-tab {
  overflow: hidden;
}
#dd-entity-picker .ep-header-search a::before {
  margin: 0;
}
#dd-entity-picker #ep-search-value {
  display: inline;
  width: 8.75rem;
  height: 1.625rem;
  margin: 0;
  float: left;
}
#dd-entity-picker #ep-search-value:focus {
  box-shadow: none;
}
#dd-entity-picker #ep-search-value + i {
  top: 1rem !important;
}
#dd-entity-picker #ep-tab-recents li a {
  line-height: 1.25rem;
}
#dd-entity-picker .tabs-content {
  min-height: 2.625rem;
  max-height: 12rem;
  overflow-y: auto;
}
#dd-entity-picker .tabs-content .content {
  padding: 0.25rem;
}
#dd-entity-picker .tabs-content .content ul {
  margin: 0;
  list-style-type: none;
}
#dd-entity-picker .tabs-content .button {
  margin: 0;
  padding: 0.5rem 0.875rem;
  float: right;
  line-height: 15.75px;
}
#dd-entity-picker .loading {
  background: #ffffff url("../../../../lib/img/spinner24.gif") center center no-repeat;
}

.off-canvas-wrap {
  min-height: 100%;
}
.desktop .off-canvas-wrap {
  background: linear-gradient(115deg, #EDFAF2 0%, #FCF4FC 50vw, #EAF9FE 100vw);
}

.move-left > .inner-wrap,
.move-right > .inner-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
}

.collapsed .nav-entities .entity-picker, .collapsed .nav-game .entity-picker {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  -webkit-transition: -webkit-transform 250ms ease-in;
  -moz-transition: -moz-transform 250ms ease-in;
  -ms-transition: -ms-transform 250ms ease-in;
  -o-transition: -o-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  width: 0;
}

.nav-entities-more.expanded {
  max-height: 49.5rem;
}

.nav-config label i,
.nav-game label i,
.nav-recents label i {
  font-size: inherit;
}
.nav-config i,
.nav-game i,
.nav-recents i {
  transition: width 300ms ease-in-out;
}
.collapsed .nav-config a,
.collapsed .nav-config label, .collapsed
.nav-game a,
.collapsed
.nav-game label, .collapsed
.nav-recents a,
.collapsed
.nav-recents label {
  padding-left: 2.75rem !important;
  text-overflow: clip;
}
.collapsed .nav-config i, .collapsed
.nav-game i, .collapsed
.nav-recents i {
  width: 2.75rem !important;
}

#desktop-nav {
  background: linear-gradient(175deg, #f0f0f0 10vh, #fff 95vh);
}
.collapsed #desktop-nav, .overlaid #desktop-nav {
  position: absolute;
}

#edit-relations {
  overflow: visible;
}
@media only screen and (min-width: 40.063em), print {
  #edit-relations {
    z-index: 90;
  }
}

.collapsed #desktop-main, .overlaid #desktop-main {
  margin-left: 0;
}
@media only screen and (min-width: 40.063em), print {
  .collapsed #desktop-main, .overlaid #desktop-main {
    margin-left: 2.75rem;
  }
}

#relation-main {
  overflow-y: hidden;
}

#dd-entity-picker {
  transition: margin-left 300ms ease-in-out;
}
#dd-entity-picker.nav-collapsed {
  margin-left: -9.75rem;
}
#dd-entity-picker li.active {
  background-color: #F0F2F5;
}
.desktop #dd-entity-picker {
  border-top-left-radius: 0;
}
.edit #dd-entity-picker {
  border-top-right-radius: 0;
}

.tabs-header {
  display: flex;
  justify-content: space-between;
}

#ep-user-myself {
  display: block;
  padding: 12px;
  color: #495057;
  height: 2.5rem;
}
#ep-user-myself:hover {
  background: #ffffff;
}

@media only screen and (max-width: 40em) {
  .nav-entities .entity-picker {
    display: none;
  }

  .end-off-canvas-menu {
    background: linear-gradient(175deg, #f0f0f0 10vh, #fff 95vh);
  }
  .end-off-canvas-menu a {
    font-size: 0.875rem;
  }
  .end-off-canvas-menu a:hover {
    background-color: #A6CBFE !important;
  }
  .end-off-canvas-menu a::before {
    padding: 0 0.75rem;
  }
}
@media only screen and (min-width: 40.063em), print {
  .touch #desktop-nav,
  .touch #desktop-main,
  .touch .nav-entities-more,
  .touch .nav-recents label,
  .touch .nav-recents a,
  .touch .nav-recents i {
    transition: none;
  }
}
section.form a:not(.button), .data-grid th > a, .data-grid td > a, a.invoicing-step-text, .badge-panel a, .tmln-item a, .tmln-item .fld-description a, .tmln-extra-info a, .agenda-detail-area a[data-goto], .Planning #agenda-project-list .proj-item:not(.current-proj) .proj-name, .time-grid a, .noti-item a, .noti-modal-content a, .fragment-product, #history-container .user-link.user-name {
  color: #001830;
  text-decoration: none;
}
section.form a:hover:not(.button), .data-grid th > a:hover, .data-grid td > a:hover, a.invoicing-step-text:hover, .badge-panel a:hover, .tmln-item a:hover, .tmln-extra-info a:hover, .agenda-detail-area a[data-goto]:hover, .Planning #agenda-project-list .proj-item:not(.current-proj) .proj-name:hover, .time-grid a:hover, .noti-item a:hover, .noti-modal-content a:hover, .fragment-product:hover, #history-container .user-link.user-name:hover, section.form a:focus:not(.button), .data-grid th > a:focus, .data-grid td > a:focus, a.invoicing-step-text:focus, .badge-panel a:focus, .tmln-item a:focus, .tmln-extra-info a:focus, .agenda-detail-area a[data-goto]:focus, .Planning #agenda-project-list .proj-item:not(.current-proj) .proj-name:focus, .time-grid a:focus, .noti-item a:focus, .noti-modal-content a:focus, .fragment-product:focus, #history-container .user-link.user-name:focus {
  color: #2d5de5;
  text-decoration: underline;
}

.continent {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-right-style: none;
  margin-bottom: 12px;
}

@media only screen and (min-width: 40.063em), print {
  .continent {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .desktop .continent:not(.no-fill) {
    min-height: calc(100vh - 45px - 12px);
  }
}
.island {
  padding: 8px;
  margin: 8px;
  width: auto;
}
.island.nobottom {
  margin-bottom: 0;
}

.desktop .breadcrumbs {
  margin-left: 8px;
}

.inactive, .jstree-anchor.inactive, .t-name.inactive {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.deleted, .deleted a, .deleted td {
  color: #ccc !important;
}

.f-dropdown li.deleted:hover {
  background-color: inherit;
}
.f-dropdown a.busy {
  color: #999;
}

button.favorite, .button.favorite {
  color: #cc375b !important;
}

.done.i-checked, .done.i-eye, .done.i-rocket, .switch-on.i-switch-on {
  color: #36ad83 !important;
  cursor: pointer;
}

.not-done.i-unchecked, .forbidden.i-forbidden, .switch-off.i-switch-off {
  color: #cc375b !important;
  cursor: pointer;
}

.done.i-done::before {
  color: #36ad83 !important;
  background-color: #ebf7f3;
  border-radius: 50%;
  cursor: pointer;
}

.not-done.i-not-done::before {
  color: #ced4da !important;
  background-color: #f8f9fa;
  border-radius: 50%;
  cursor: pointer;
}

.sentiment.positive {
  color: #2AA167 !important;
}
.sentiment.positive.border {
  border-color: #2AA167 !important;
}
.sentiment.neutral {
  color: #6c757d !important;
}
.sentiment.neutral.border {
  border-color: #6c757d !important;
}
.sentiment.negative {
  color: #D4244E !important;
}
.sentiment.negative.border {
  border-color: #D4244E !important;
}

.gutter-top {
  margin-top: 1rem;
}

.gutter-bottom {
  margin-bottom: 1rem;
}

dl.flex-definition-list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: #333;
  font-size: 0.8125rem;
}
dl.flex-definition-list dt,
dl.flex-definition-list dd {
  margin: 0;
}
dl.flex-definition-list dt {
  color: #666;
  white-space: nowrap;
}
dl.flex-definition-list dt::before {
  margin: 0;
  margin-right: 0.5rem;
  content: "\2022";
}
dl.flex-definition-list dd {
  padding-right: 0.125rem;
  padding-left: 0.3125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
dl.flex-definition-list dd::before {
  padding-right: 0.3125rem;
  content: "\2014";
}

#powerTip.error-message {
  margin: 0 !important;
  line-height: 1rem;
}
#powerTip.error-message.info {
  display: block;
  padding: 0.75rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  background: #89b1e0;
  color: #001830;
  border-color: #89b1e0;
}
#powerTip.error-message.info .close-button {
  color: #2d67ac;
  border-left: 1px solid #5e95d5;
}
#powerTip.error-message.info .close-button:hover {
  color: #26568f;
}
#powerTip.error-message.warning {
  display: block;
  padding: 0.75rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  background: #ffa238;
  color: #ffffff;
  border-color: #ffa238;
}
#powerTip.error-message.warning .close-button {
  color: #bb6300;
  border-left: 1px solid #ff8c09;
}
#powerTip.error-message.warning .close-button:hover {
  color: #9c5300;
}
#powerTip.error-message.error {
  display: block;
  padding: 0.75rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  background: #cc375b;
  color: #ffffff;
  border-color: #cc375b;
}
#powerTip.error-message.error .close-button {
  color: #7c2036;
  border-left: 1px solid #af2d4c;
}
#powerTip.error-message.error .close-button:hover {
  color: #671a2d;
}
#powerTip.error-message .message {
  padding-right: 2rem;
}
#powerTip.error-message .close-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0.375rem 0.4375rem 0.3125rem;
  background: transparent;
  font-weight: 700;
  line-height: 1rem;
  cursor: pointer;
}

.top-bar-icon-button > a {
  position: relative;
  height: 2.8125rem;
  font-size: 1rem !important;
  line-height: 2.75rem !important;
}
@media only screen and (max-width: 55.125em) {
  .top-bar-icon-button > a.i-previous, .top-bar-icon-button > a.i-next {
    display: none;
  }
}
@media only screen and (max-width: 43.75em) {
  .top-bar-icon-button > a.i-phone, .top-bar-icon-button > a.i-Noti {
    display: none;
  }
}
@media only screen and (max-width: 57.8125em) {
  .top-bar-icon-button > a.gam-icon-topbar-container {
    display: none;
  }
}

#tab-bar-search > a, #tab-bar-notifications > a {
  display: inline-block;
  position: relative;
  height: 100%;
  float: left;
  color: #495057;
  text-align: center;
}

.quicksearch input,
.quicksearch input:focus,
.quicksearch input:active {
  background-color: #ffffff;
  color: #606A73;
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: normal;
}
.quicksearch input::placeholder,
.quicksearch input:focus::placeholder,
.quicksearch input:active::placeholder {
  color: #6c757d;
  font-size: 0.8125rem;
}

.quicksearch {
  padding-right: 0.3125rem !important;
}
.quicksearch + li {
  padding-left: 0.3125rem !important;
}
@media only screen and (min-width: 40.063em) and (max-width: 72rem) {
  .quicksearch input,
  .quicksearch input:focus,
  .quicksearch input:active {
    width: 6.25rem;
  }
}
.quicksearch i {
  color: #6c757d;
}
.quicksearch input:focus,
.quicksearch input:active {
  border-color: #C7D0D9;
  box-shadow: none;
}

.user-picture {
  display: flex !important;
  align-items: center;
  height: 2.8125rem;
  padding-left: 12px !important;
}

.top-bar {
  position: fixed;
  width: 100%;
  z-index: 111;
  background: linear-gradient(115deg, #EDFAF2 0%, #FCF4FC 50vw, #EAF9FE 100vw);
}

/*
#desktop-hamburger {
	@extend %top-bar-hamburger;
}
*/
@media only screen and (min-width: 40.063em), print {
  .top-bar input {
    top: 0;
  }

  .top-bar .icon-input {
    top: 7px;
  }
}
.usermenu-profile {
  text-align: center;
  padding: 8px 0 4px 0;
}
.usermenu-profile > div {
  margin: 4px 0;
}
.usermenu-profile > .avatar {
  margin: 0 auto;
}
.usermenu-profile > .username {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #001830;
}
.usermenu-profile > .userrole {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6c757d;
}

#efficy-logo {
  background: url("../imgnew/logo.svg") left center no-repeat;
  background-size: auto 1.5rem;
  width: 130px;
  height: 2.8125rem;
  margin-left: 16px;
}

#efficy-logo-mini {
  display: inline-block;
  background: url("../imgnew/logo.svg") left center no-repeat;
  background-size: auto 2rem;
  width: 20px;
  height: 2.8125rem;
}

#tab-bar-middle {
  left: 8.4375rem;
}
.has-notifications #tab-bar-middle {
  right: 5.625rem;
}

#tab-bar-search {
  left: 2.9375rem;
  width: 5.625rem;
}
#tab-bar-search > a {
  width: 50%;
}

#search-dropdown {
  width: auto !important;
}

#search-entity::before {
  margin-left: -0.625rem;
}

#tab-bar-notifications {
  right: 2.9375rem;
  width: 2.8125rem;
}
#tab-bar-notifications > a {
  width: 100%;
}

@media only screen and (min-width: 40.063em), print {
  #global-spinner {
    display: none;
    position: relative;
    width: 2.8125rem;
    height: 2.8125rem;
    top: 0;
    left: 0;
  }
  #global-spinner::before {
    position: absolute;
    top: 50%;
    left: 50% !important;
    width: 1.5625rem;
    height: 1.5625rem;
    margin: -0.78125rem 0 0 -0.78125rem;
    content: "";
  }
  .no-cssanimations #global-spinner::before {
    background: url("../../../../lib/img/spinner24b.gif") center center no-repeat;
  }
  .cssanimations #global-spinner::before {
    -webkit-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
    border: 0.125rem solid rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    border-top-color: #000;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 55.125em) {
  #global-spinner {
    width: 2.5rem;
  }
  .cssanimations #global-spinner::before {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media only screen and (min-width: 40.063em), print {
  .cssanimations .top-bar #global-spinner::before {
    border-color: rgba(0, 0, 0, 0.4);
    border-top-color: #000;
  }

  .top-bar-section {
    display: flex;
    justify-content: center;
  }
  .top-bar-section .dropdown {
    border: 1px solid #dee2e6;
  }
  .top-bar-section ul.section-end li .dropdown {
    right: 0;
    left: auto;
  }
  .top-bar-section ul.section-end li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .dropdown > li > a {
    line-height: 2rem !important;
  }
  .top-bar-section .dropdown > li > a::before {
    font-size: 1rem;
  }

  .section-start {
    position: absolute;
    left: 0;
  }

  .section-end {
    position: absolute;
    right: 0;
  }
}
#jira-feedback {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background: #A6CBFE;
  color: #ffffff;
  padding: 0.25rem 0.5rem 0.125rem 0.375rem;
  font-size: 12px;
  line-height: 18px;
  border-top-right-radius: 4px;
  cursor: pointer;
}

.tab-bar {
  background: linear-gradient(115deg, #EDFAF2 0%, #FCF4FC 50vw, #EAF9FE 100vw);
  position: fixed;
  box-shadow: none;
}

.narrative #efficy-logo,
.narrative .top-bar,
.narrative .top-bar-section .divider,
.narrative .top-bar-section > ul > li,
.narrative .top-bar-section > ul > [role="separator"] {
  height: 5rem;
}
.narrative #global-spinner {
  transform: translateY(50%);
}
.narrative .top-bar-section .divider {
  width: 0.0625rem;
  border: none;
}
.narrative #efficy-logo {
  width: 11.0625rem;
}
.narrative .top-bar {
  color: #fff;
}
.narrative #desktop-main {
  margin-top: 5rem;
  padding-left: 0;
  padding-top: 0;
}
.narrative #desktop-nav {
  width: 10rem;
  margin-top: 5rem;
  z-index: 3;
  overflow-y: visible;
}
.narrative #desktop-nav::after {
  position: absolute;
  top: 0;
  right: -1.8125rem;
  bottom: 0;
  width: 1.8125rem;
  content: "";
}
.narrative .gam-main-content > .columns {
  padding-left: 0.5rem;
}
@media only screen and (min-width: 40.063em), print {
  .narrative .gam-main-content > .columns:nth-child(n+2) {
    padding-left: 0;
  }
}
.narrative .nav-link-list a {
  position: relative;
  padding-top: 1rem;
  padding-left: 0;
  text-align: center;
}
.narrative .nav-link-list a:first-child i {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  left: auto;
  margin: 0 auto;
  background-size: contain;
}

:root .gam-icon-topbar-container {
  display: flex;
  align-items: center;
}

.gam-icon-topbar {
  width: 2rem;
  height: 2rem;
}

.narrative-1 .start-off-canvas-menu {
  background-color: #324937;
}
.narrative-1 .gam-switch-user-kind {
  padding: 0.75rem 0.625rem 0;
  background: rgba(108, 132, 100, 0.25);
}
.narrative-1 .gam-switch-user-kind > label {
  color: #fff;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0.5rem;
}
.narrative-1 .gam-switch-user-kind > .switch.tiny.compact > input:checked + label {
  box-shadow: 0 0 0 1px #1a2a20;
}
.narrative-1 .gam-switch-user-kind > .switch.tiny.compact > input:checked + label::after {
  background: #1a2a20;
}
.narrative-1 .nav-entities .active a {
  background-color: #1a2a20;
}
.narrative-1 .nav-link-list li {
  background-color: #324937;
}
.narrative-1 .nav-link-list a:not(.active):hover {
  background-color: #51775a;
}
.narrative-1 #page-host {
  background-color: #324937;
}
.narrative-1 .top-bar-section .divider {
  background-color: #1a2a20;
}
.narrative-1 #desktop-nav::after {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/nav-gimmick.png") 0 -5rem repeat-y;
}
.narrative-1 .gam-bg-img-MainDash {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-MainDash.svg") no-repeat;
}
.narrative-1 .gam-bg-img-MainDash-png {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-MainDash.png") no-repeat;
}
.narrative-1 .gam-bg-img-Rslt {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Rslt.svg") no-repeat;
}
.narrative-1 .gam-bg-img-Rslt-png {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Rslt.png") no-repeat;
}
.narrative-1 .gam-bg-img-Quiz {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Quiz.svg") no-repeat;
}
.narrative-1 .gam-bg-img-Quiz-png {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Quiz.png") no-repeat;
}
.narrative-1 .gam-bg-img-Trpy {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Trpy.svg") no-repeat;
}
.narrative-1 .gam-bg-img-Trpy-png {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Trpy.png") no-repeat;
}
.narrative-1 .gam-bg-img-TLChal {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Chal.svg") no-repeat;
}
.narrative-1 .gam-bg-img-TLChal-png {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Chal.png") no-repeat;
}
.narrative-1 .gam-bg-img-TLRslt {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Rslt.svg") no-repeat;
}
.narrative-1 .gam-bg-img-TLRslt-png {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Rslt.png") no-repeat;
}
.narrative-1 .gam-bg-img-TLQuiz {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Quiz.svg") no-repeat;
}
.narrative-1 .gam-bg-img-TLQuiz-png {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Quiz.png") no-repeat;
}
.narrative-1 .gam-bg-img-Score {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Score.svg") no-repeat;
}
.narrative-1 .gam-bg-img-Score-png {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Score.png") no-repeat;
}
.narrative-1 .gam-icon-topbar {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/icon-topbar.png") no-repeat;
}
.narrative-1 .gam-flex > .columns + .columns::before {
  top: -0.375rem;
  right: 0;
  left: 0;
  height: 0.75rem;
  background: url("../../../../efficy/imgnew/game/treasure/jungle/border-horizontal.png");
}
@media only screen and (min-width: 64.063em) {
  .narrative-1 .gam-flex > .columns + .columns::before {
    top: 0;
    bottom: 0;
    left: -0.375rem;
    right: auto;
    width: 0.75rem;
    height: auto;
    background: url("../../../../efficy/imgnew/game/treasure/jungle/border.png");
  }
}
.narrative-1 .gam-flex > .columns .row + .row::before {
  top: -0.375rem;
  left: 0;
  right: 0;
  height: 0.75rem;
  background: url("../../../../efficy/imgnew/game/treasure/jungle/border-horizontal.png");
}
.narrative-1 .gam-flex .gam-row ~ .columns::after {
  top: -0.375rem;
  left: 0;
  right: 0;
  height: 0.75rem;
  background: url("../../../../efficy/imgnew/game/treasure/jungle/border-horizontal.png");
}
:root .narrative-1 .gam-color-good {
  color: #71c14e;
}
:root .narrative-1 .gam-color-bad {
  color: #c23838;
}
:root .narrative-1 .gam-bg-good {
  background-color: #71c14e;
}
:root .narrative-1 .gam-bg-bad {
  background-color: #c23838;
}
.narrative-1 .gam-widget {
  color: #222;
}
.narrative-1 .gam-widget .gam-color-bad {
  color: #ec5858;
}
.narrative-1 .gam-bg-1, .narrative-1.gam-bg-1 {
  background-image: url("../../../../efficy/imgnew/game/treasure/jungle/background-1.jpg");
}
.narrative-1 .gam-bg-2, .narrative-1.gam-bg-2 {
  background-image: url("../../../../efficy/imgnew/game/treasure/jungle/background-2.jpg");
}
.narrative-1 .gam-bg-2-sup::before {
  background-image: url("../../../../efficy/imgnew/game/treasure/jungle/background-2.jpg");
}
.narrative-1 .gam-bg-highlighted {
  background-color: rgba(50, 73, 55, 0.3);
}
.narrative-1 .gam-box-button {
  border: 1px solid #324937;
  background-color: rgba(50, 73, 55, 0.5);
}
.narrative-1 .gam-box-button:hover:not(.gam-active) {
  background-color: rgba(50, 73, 55, 0.7);
}
.narrative-1 .gam-avatar figure {
  border-color: #6c8464;
}
.narrative-1 .top-bar {
  background-color: #324937;
}
.narrative-1 #chal-selector,
.narrative-1 #period-selector {
  z-index: 2;
}
.narrative-1 #chal-selector .gam-btn,
.narrative-1 #period-selector .gam-btn {
  background: #1a2a20;
}
.narrative-1 #chal-selector .gam-btn:hover,
.narrative-1 #period-selector .gam-btn:hover {
  background: #3c614a;
}
.narrative-1 #chal-selector-items,
.narrative-1 #period-selector-items {
  border-color: #3c614a;
}
.narrative-1 #chal-selector-items a,
.narrative-1 #period-selector-items a {
  background: #1a2a20;
}
.narrative-1 #chal-selector-items a:hover,
.narrative-1 #period-selector-items a:hover {
  background: #3c614a;
}
.narrative-1 #chal-selector-items a::before,
.narrative-1 #period-selector-items a::before {
  color: #ff4f4d;
}
.narrative-1 #chal-selector-items a.gam-active,
.narrative-1 #period-selector-items a.gam-active {
  background: #6c8464;
}
.narrative-1 #gam-period {
  background: rgba(108, 132, 100, 0.25);
}
.narrative-1 #page-titlebar {
  background-color: #1a2a20;
}
.narrative-1 #page-titlebar::after {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/titlebar-gimmick.png") repeat-x;
}
.narrative-1 #page-titlebar.gam-challenge-ended::before {
  background: transparent url("../../../../efficy/imgnew/game/treasure/jungle/waxseal.png") 50% no-repeat;
}
.narrative-1 .gam-cell-sep-1 + .gam-cell-sep-1::before {
  background-image: url("../../../../efficy/imgnew/game/treasure/jungle/separation-1.svg");
}
.narrative-1 .gam-cell-sep-2 + .gam-cell-sep-2::before {
  background-image: url("../../../../efficy/imgnew/game/treasure/jungle/separation-2.svg");
}
.narrative-1 .gam-cell-sep-3 + .gam-cell-sep-3::before {
  background-image: url("../../../../efficy/imgnew/game/treasure/jungle/separation-3.svg");
}
.narrative-1 .gam-arrow {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/arrow.svg") center no-repeat;
}
.narrative-1 .gam-arrow-down {
  background-image: url("../../../../efficy/imgnew/game/treasure/jungle/arrow-down.svg");
}
.narrative-1 .gam-cell-parchment {
  background-color: #e5c48a;
}
.narrative-1 .gam-cell-parchment::before {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/parchment.png") repeat-x;
}
.narrative-1 .gam-cell-parchment::after {
  background: url("../../../../efficy/imgnew/game/treasure/jungle/parchment-bottom.png") repeat-x;
}
.narrative-1 .gam-cell-parchment-small::before {
  background-image: url("../../../../efficy/imgnew/game/treasure/jungle/parchment-small.png");
}
.narrative-1 .gam-cell-parchment-small::after {
  background-image: url("../../../../efficy/imgnew/game/treasure/jungle/parchment-small-bottom.png");
}
.narrative-1 .gam-cell-parchment-ended .gam-cell-info::after {
  background: transparent url("../../../../efficy/imgnew/game/treasure/jungle/waxseal.png") 50% no-repeat;
}
.narrative-1 .gam-btn {
  color: #1a2a20;
}
.narrative-1 .gam-text-ended {
  border-color: #ff4f4d;
  color: #ff4f4d;
}
.narrative-1 .gam-team {
  border-color: #324937;
  color: #324937;
}
.narrative-1 .gam-ranking-highlighted {
  color: #f2a951;
}
.narrative-1 .gam-ranking-highlighted .gam-avatar figure {
  border-color: #f2a951;
}
.narrative-1 #gam-mini-map h3,
.narrative-1 #gam-map h3 {
  color: #1a2a20;
}
.narrative-1 .gam-user-avatar {
  border-color: #6c8464;
}
.narrative-1 .gam-user-pin {
  background: #6c8464;
}
.narrative-1 .gam-user-highlighted {
  border-color: #f2a951;
}
.narrative-1 .gam-user-tooltip {
  background-color: rgba(229, 196, 138, 0.95);
}
.narrative-1 .gam-rank-icon {
  background-color: #324937;
}
.narrative-1 .gam-metrics-container + .gam-metrics-container {
  border-left: 1px solid rgba(26, 42, 32, 0.65);
}
.narrative-1 .gam-metric {
  border-top: 1px dashed rgba(26, 42, 32, 0.65);
  border-left: 1px dashed rgba(26, 42, 32, 0.65);
}
.narrative-1 .gam-answer + .gam-answer {
  border-top-color: #af9567;
}
.narrative-1 .gam-answer .gam-answer-num {
  border: 1px solid #1a2a20;
}
.narrative-1 .gam-answer input[type="radio"]:checked ~ .gam-answer-num {
  border-color: #a1570c;
  background-color: rgba(229, 196, 138, 0.7);
}
.narrative-1 .gam-answer input[type="radio"]:checked ~ .gam-answer-num::before {
  background-color: #a1570c;
}
.narrative-1 .gam-answer.gam-answer-selected .gam-answer-num {
  border-color: #a1570c;
  background-color: rgba(229, 196, 138, 0.7);
}
.narrative-1 .gam-answer.gam-answer-selected .gam-answer-num::before {
  background-color: #a1570c;
}
.narrative-1 .gam-answer.gam-answer-correct {
  background-color: rgba(113, 193, 78, 0.6);
}
.narrative-1 .gam-answer.gam-answer-incorrect {
  background-color: rgba(194, 56, 56, 0.6);
}
.gam-answer-correct .narrative-1 .gam-answer-info {
  color: #3c6e27;
}
.gam-answer-incorrect .narrative-1 .gam-answer-info {
  color: #6b1f1f;
}
.narrative-1 .gam-cell-pagination ol li.gam-is-active {
  background-color: #f2a951;
}
.narrative-1 .gam-progress-bar p {
  background-color: #5fc72c;
}
.narrative-1 .gam-progress-bar.gam-progress-bar-green p {
  background-color: #5fc72c;
}
.narrative-1 .gam-progress-bar.gam-progress-bar-yellow p {
  background-color: #fec400;
}
.narrative-1 .gam-progress-bar.gam-progress-bar-orange p {
  background-color: #f74c07;
}
.narrative-1 .gam-progress-bar.gam-progress-bar-red p {
  background-color: #da1313;
}
.narrative-1 .gam-progress-bar.gam-progress-bar-blue p {
  background-color: #0fb2da;
}
.narrative-1 .gam-cell-result .gam-rank {
  background-color: #235b75;
}
.narrative-1 .gam-trophy-real {
  background: transparent url("../../../../efficy/imgnew/game/treasure/jungle/trophy-real.svg") 50% no-repeat;
}
.narrative-1 .gam-trophy-gold {
  background: transparent url("../../../../efficy/imgnew/game/treasure/jungle/trophy-gold.svg") 50% no-repeat;
}
.narrative-1 .gam-trophy-silver {
  background: transparent url("../../../../efficy/imgnew/game/treasure/jungle/trophy-silver.svg") 50% no-repeat;
}
.narrative-1 .gam-trophy-bronze {
  background: transparent url("../../../../efficy/imgnew/game/treasure/jungle/trophy-bronze.svg") 50% no-repeat;
}
.narrative-1 .gam-trophy-diamond {
  background: transparent url("../../../../efficy/imgnew/game/treasure/jungle/trophy-diamond.svg") 50% no-repeat;
}
.narrative-1 .gam-trophy-emerald {
  background: transparent url("../../../../efficy/imgnew/game/treasure/jungle/trophy-emerald.svg") 50% no-repeat;
}
.narrative-1 .gam-trophy-ruby {
  background: transparent url("../../../../efficy/imgnew/game/treasure/jungle/trophy-ruby.svg") 50% no-repeat;
}
.narrative-1 .gam-trophy-sapphire {
  background: transparent url("../../../../efficy/imgnew/game/treasure/jungle/trophy-sapphire.svg") 50% no-repeat;
}
.narrative-1 .gam-trophy-count .badge {
  background-color: #e24d4d;
  background-image: linear-gradient(#e55f5f, #e24d4d);
}
.narrative-1 #gam-ranking .gam-cell-highlighted .gam-avatar figure {
  border-color: #f2a951;
}
.narrative-1 .gam-cell-result-small {
  border-right-color: #af9567;
}
.narrative-1 .gam-icon-positive {
  width: 4rem;
  height: 4rem;
  background: transparent url("../../../../efficy/imgnew/game/treasure/jungle/icon-positive.png") 50% no-repeat;
}
.narrative-1 .gam-icon-negative {
  width: 4rem;
  height: 4rem;
  background: transparent url("../../../../efficy/imgnew/game/treasure/jungle/icon-negative.png") 50% no-repeat;
}

.narrative-2 .start-off-canvas-menu {
  background-color: #235b75;
}
.narrative-2 .gam-switch-user-kind {
  padding: 0.75rem 0.625rem 0;
  background: rgba(58, 146, 173, 0.25);
}
.narrative-2 .gam-switch-user-kind > label {
  color: #fff;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0.5rem;
}
.narrative-2 .gam-switch-user-kind > .switch.tiny.compact > input:checked + label {
  box-shadow: 0 0 0 1px #224152;
}
.narrative-2 .gam-switch-user-kind > .switch.tiny.compact > input:checked + label::after {
  background: #224152;
}
.narrative-2 .nav-entities .active a {
  background-color: #224152;
}
.narrative-2 .nav-link-list li {
  background-color: #235b75;
}
.narrative-2 .nav-link-list a:not(.active):hover {
  background-color: #3386ac;
}
.narrative-2 #page-host {
  background-color: #235b75;
}
.narrative-2 .top-bar-section .divider {
  background-color: #224152;
}
.narrative-2 #desktop-nav::after {
  background: url("../../../../efficy/imgnew/game/treasure/polar/nav-gimmick.png") 0 -5rem repeat-y;
}
.narrative-2 .gam-bg-img-MainDash {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-MainDash.svg") no-repeat;
}
.narrative-2 .gam-bg-img-MainDash-png {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-MainDash.png") no-repeat;
}
.narrative-2 .gam-bg-img-Rslt {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-Rslt.svg") no-repeat;
}
.narrative-2 .gam-bg-img-Rslt-png {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-Rslt.png") no-repeat;
}
.narrative-2 .gam-bg-img-Quiz {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-Quiz.svg") no-repeat;
}
.narrative-2 .gam-bg-img-Quiz-png {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-Quiz.png") no-repeat;
}
.narrative-2 .gam-bg-img-Trpy {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-Trpy.svg") no-repeat;
}
.narrative-2 .gam-bg-img-Trpy-png {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-Trpy.png") no-repeat;
}
.narrative-2 .gam-bg-img-TLChal {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-Chal.svg") no-repeat;
}
.narrative-2 .gam-bg-img-TLChal-png {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-Chal.png") no-repeat;
}
.narrative-2 .gam-bg-img-TLRslt {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-Rslt.svg") no-repeat;
}
.narrative-2 .gam-bg-img-TLRslt-png {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-Rslt.png") no-repeat;
}
.narrative-2 .gam-bg-img-TLQuiz {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-Quiz.svg") no-repeat;
}
.narrative-2 .gam-bg-img-TLQuiz-png {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-Quiz.png") no-repeat;
}
.narrative-2 .gam-bg-img-Score {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-Score.svg") no-repeat;
}
.narrative-2 .gam-bg-img-Score-png {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-Score.png") no-repeat;
}
.narrative-2 .gam-icon-topbar {
  background: url("../../../../efficy/imgnew/game/treasure/polar/icon-topbar.png") no-repeat;
}
.narrative-2 .gam-flex > .columns + .columns::before {
  top: -0.625rem;
  right: 0;
  left: 0;
  height: 1.25rem;
  background: url("../../../../efficy/imgnew/game/treasure/polar/border-horizontal.png");
}
@media only screen and (min-width: 64.063em) {
  .narrative-2 .gam-flex > .columns + .columns::before {
    top: 0;
    bottom: 0;
    left: -0.625rem;
    right: auto;
    width: 1.25rem;
    height: auto;
    background: url("../../../../efficy/imgnew/game/treasure/polar/border.png");
  }
}
.narrative-2 .gam-flex > .columns .row + .row::before {
  top: -0.625rem;
  left: 0;
  right: 0;
  height: 1.25rem;
  background: url("../../../../efficy/imgnew/game/treasure/polar/border-horizontal.png");
}
.narrative-2 .gam-flex .gam-row ~ .columns::after {
  top: -0.625rem;
  left: 0;
  right: 0;
  height: 1.25rem;
  background: url("../../../../efficy/imgnew/game/treasure/polar/border-horizontal.png");
}
:root .narrative-2 .gam-color-good {
  color: #71c14e;
}
:root .narrative-2 .gam-color-bad {
  color: #ec5858;
}
:root .narrative-2 .gam-bg-good {
  background-color: #71c14e;
}
:root .narrative-2 .gam-bg-bad {
  background-color: #ec5858;
}
.narrative-2 .gam-widget {
  color: #002f2d;
}
.narrative-2 .gam-widget .gam-color-bad {
  color: #ab1e1e;
}
.narrative-2 .gam-bg-1, .narrative-2.gam-bg-1 {
  background-image: url("../../../../efficy/imgnew/game/treasure/polar/background-1.jpg");
}
.narrative-2 .gam-bg-2, .narrative-2.gam-bg-2 {
  background-image: url("../../../../efficy/imgnew/game/treasure/polar/background-2.jpg");
}
.narrative-2 .gam-bg-2-sup::before {
  background-image: url("../../../../efficy/imgnew/game/treasure/polar/background-2.jpg");
}
.narrative-2 .gam-bg-highlighted {
  background-color: rgba(35, 91, 117, 0.3);
}
.narrative-2 .gam-box-button {
  border: 1px solid #235b75;
  background-color: rgba(35, 91, 117, 0.5);
}
.narrative-2 .gam-box-button:hover:not(.gam-active) {
  background-color: rgba(35, 91, 117, 0.7);
}
.narrative-2 .gam-avatar figure {
  border-color: #3a92ad;
}
.narrative-2 .top-bar {
  background-color: #235b75;
}
.narrative-2 #chal-selector,
.narrative-2 #period-selector {
  z-index: 2;
}
.narrative-2 #chal-selector .gam-btn,
.narrative-2 #period-selector .gam-btn {
  background: #224152;
}
.narrative-2 #chal-selector .gam-btn:hover,
.narrative-2 #period-selector .gam-btn:hover {
  background: #396d8a;
}
.narrative-2 #chal-selector-items,
.narrative-2 #period-selector-items {
  border-color: #396d8a;
}
.narrative-2 #chal-selector-items a,
.narrative-2 #period-selector-items a {
  background: #224152;
}
.narrative-2 #chal-selector-items a:hover,
.narrative-2 #period-selector-items a:hover {
  background: #396d8a;
}
.narrative-2 #chal-selector-items a::before,
.narrative-2 #period-selector-items a::before {
  color: #ff4f4d;
}
.narrative-2 #chal-selector-items a.gam-active,
.narrative-2 #period-selector-items a.gam-active {
  background: #3a92ad;
}
.narrative-2 #gam-period {
  background: rgba(58, 146, 173, 0.25);
}
.narrative-2 #page-titlebar {
  background-color: #224152;
}
.narrative-2 #page-titlebar::after {
  background: url("../../../../efficy/imgnew/game/treasure/polar/titlebar-gimmick.png") repeat-x;
}
.narrative-2 #page-titlebar.gam-challenge-ended::before {
  background: transparent url("../../../../efficy/imgnew/game/treasure/polar/waxseal.png") 50% no-repeat;
}
.narrative-2 .gam-cell-sep-1 + .gam-cell-sep-1::before {
  background-image: url("../../../../efficy/imgnew/game/treasure/polar/separation-1.svg");
}
.narrative-2 .gam-cell-sep-2 + .gam-cell-sep-2::before {
  background-image: url("../../../../efficy/imgnew/game/treasure/polar/separation-2.svg");
}
.narrative-2 .gam-cell-sep-3 + .gam-cell-sep-3::before {
  background-image: url("../../../../efficy/imgnew/game/treasure/polar/separation-3.svg");
}
.narrative-2 .gam-arrow {
  background: url("../../../../efficy/imgnew/game/treasure/polar/arrow.svg") center no-repeat;
}
.narrative-2 .gam-arrow-down {
  background-image: url("../../../../efficy/imgnew/game/treasure/polar/arrow-down.svg");
}
.narrative-2 .gam-cell-parchment {
  background-color: #95bdd3;
}
.narrative-2 .gam-cell-parchment::before {
  background: url("../../../../efficy/imgnew/game/treasure/polar/parchment.png") repeat-x;
}
.narrative-2 .gam-cell-parchment::after {
  background: url("../../../../efficy/imgnew/game/treasure/polar/parchment-bottom.png") repeat-x;
}
.narrative-2 .gam-cell-parchment-small::before {
  background-image: url("../../../../efficy/imgnew/game/treasure/polar/parchment-small.png");
}
.narrative-2 .gam-cell-parchment-small::after {
  background-image: url("../../../../efficy/imgnew/game/treasure/polar/parchment-small-bottom.png");
}
.narrative-2 .gam-cell-parchment-ended .gam-cell-info::after {
  background: transparent url("../../../../efficy/imgnew/game/treasure/polar/waxseal.png") 50% no-repeat;
}
.narrative-2 .gam-btn {
  color: #224152;
}
.narrative-2 .gam-text-ended {
  border-color: #ff4f4d;
  color: #ff4f4d;
}
.narrative-2 .gam-team {
  border-color: #235b75;
  color: #235b75;
}
.narrative-2 .gam-ranking-highlighted {
  color: #f2a951;
}
.narrative-2 .gam-ranking-highlighted .gam-avatar figure {
  border-color: #f2a951;
}
.narrative-2 #gam-mini-map h3,
.narrative-2 #gam-map h3 {
  color: #224152;
}
.narrative-2 .gam-user-avatar {
  border-color: #3a92ad;
}
.narrative-2 .gam-user-pin {
  background: #3a92ad;
}
.narrative-2 .gam-user-highlighted {
  border-color: #f2a951;
}
.narrative-2 .gam-user-tooltip {
  background-color: rgba(229, 196, 138, 0.95);
}
.narrative-2 .gam-rank-icon {
  background-color: #235b75;
}
.narrative-2 .gam-metrics-container + .gam-metrics-container {
  border-left: 1px solid rgba(34, 65, 82, 0.65);
}
.narrative-2 .gam-metric {
  border-top: 1px dashed rgba(34, 65, 82, 0.65);
  border-left: 1px dashed rgba(34, 65, 82, 0.65);
}
.narrative-2 .gam-answer + .gam-answer {
  border-top-color: #af9567;
}
.narrative-2 .gam-answer .gam-answer-num {
  border: 1px solid #224152;
}
.narrative-2 .gam-answer input[type="radio"]:checked ~ .gam-answer-num {
  border-color: #a1570c;
  background-color: rgba(149, 189, 211, 0.7);
}
.narrative-2 .gam-answer input[type="radio"]:checked ~ .gam-answer-num::before {
  background-color: #a1570c;
}
.narrative-2 .gam-answer.gam-answer-selected .gam-answer-num {
  border-color: #a1570c;
  background-color: rgba(149, 189, 211, 0.7);
}
.narrative-2 .gam-answer.gam-answer-selected .gam-answer-num::before {
  background-color: #a1570c;
}
.narrative-2 .gam-answer.gam-answer-correct {
  background-color: rgba(113, 193, 78, 0.6);
}
.narrative-2 .gam-answer.gam-answer-incorrect {
  background-color: rgba(236, 88, 88, 0.6);
}
.gam-answer-correct .narrative-2 .gam-answer-info {
  color: #3c6e27;
}
.gam-answer-incorrect .narrative-2 .gam-answer-info {
  color: #a01212;
}
.narrative-2 .gam-cell-pagination ol li.gam-is-active {
  background-color: #f2a951;
}
.narrative-2 .gam-progress-bar p {
  background-color: #5fc72c;
}
.narrative-2 .gam-progress-bar.gam-progress-bar-green p {
  background-color: #5fc72c;
}
.narrative-2 .gam-progress-bar.gam-progress-bar-yellow p {
  background-color: #fec400;
}
.narrative-2 .gam-progress-bar.gam-progress-bar-orange p {
  background-color: #f74c07;
}
.narrative-2 .gam-progress-bar.gam-progress-bar-red p {
  background-color: #da1313;
}
.narrative-2 .gam-progress-bar.gam-progress-bar-blue p {
  background-color: #0fb2da;
}
.narrative-2 .gam-cell-result .gam-rank {
  background-color: #235b75;
}
.narrative-2 .gam-trophy-real {
  background: transparent url("../../../../efficy/imgnew/game/treasure/polar/trophy-real.svg") 50% no-repeat;
}
.narrative-2 .gam-trophy-gold {
  background: transparent url("../../../../efficy/imgnew/game/treasure/polar/trophy-gold.svg") 50% no-repeat;
}
.narrative-2 .gam-trophy-silver {
  background: transparent url("../../../../efficy/imgnew/game/treasure/polar/trophy-silver.svg") 50% no-repeat;
}
.narrative-2 .gam-trophy-bronze {
  background: transparent url("../../../../efficy/imgnew/game/treasure/polar/trophy-bronze.svg") 50% no-repeat;
}
.narrative-2 .gam-trophy-diamond {
  background: transparent url("../../../../efficy/imgnew/game/treasure/polar/trophy-diamond.svg") 50% no-repeat;
}
.narrative-2 .gam-trophy-emerald {
  background: transparent url("../../../../efficy/imgnew/game/treasure/polar/trophy-emerald.svg") 50% no-repeat;
}
.narrative-2 .gam-trophy-ruby {
  background: transparent url("../../../../efficy/imgnew/game/treasure/polar/trophy-ruby.svg") 50% no-repeat;
}
.narrative-2 .gam-trophy-sapphire {
  background: transparent url("../../../../efficy/imgnew/game/treasure/polar/trophy-sapphire.svg") 50% no-repeat;
}
.narrative-2 .gam-trophy-count .badge {
  background-color: #e24d4d;
  background-image: linear-gradient(#e55f5f, #e24d4d);
}
.narrative-2 #gam-ranking .gam-cell-highlighted .gam-avatar figure {
  border-color: #f2a951;
}
.narrative-2 .gam-cell-result-small {
  border-right-color: #af9567;
}
.narrative-2 .gam-icon-positive {
  width: 4rem;
  height: 4rem;
  background: transparent url("../../../../efficy/imgnew/game/treasure/polar/icon-positive.png") 50% no-repeat;
}
.narrative-2 .gam-icon-negative {
  width: 4rem;
  height: 4rem;
  background: transparent url("../../../../efficy/imgnew/game/treasure/polar/icon-negative.png") 50% no-repeat;
}

.grid-x {
  padding: 2.5rem;
}

.gam-flex-container {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  justify-content: space-between;
}
.gam-flex-container.no-justify {
  justify-content: initial;
  margin: -0.625rem;
}
.gam-flex-container.no-justify > .gam-cell {
  margin: 0.625rem;
}
.gam-flex-container .gam-cell {
  width: 100%;
}
.gam-flex-container .gam-cell.gam-cell-2 {
  width: calc(50% - 1.25rem);
}
.gam-flex-container .gam-cell.gam-cell-3 {
  width: calc(33.33333% - 1.25rem);
}
.gam-flex-container .gam-cell.gam-cell-4 {
  width: calc(25% - 1.25rem);
}
@media only screen and (min-width: 40.063em), print {
  .gam-flex-container .gam-cell.gam-cell-medium-2 {
    width: calc(50% - 1.25rem);
  }
  .gam-flex-container .gam-cell.gam-cell-medium-3 {
    width: calc(33.33333% - 1.25rem);
  }
  .gam-flex-container .gam-cell.gam-cell-medium-4 {
    width: calc(25% - 1.25rem);
  }
  .gam-flex-container .gam-cell.gam-cell-medium-6 {
    width: calc(16.66667% - 1.25rem);
  }
}
@media only screen and (min-width: 64.063em) {
  .gam-flex-container .gam-cell.gam-cell-large-2 {
    width: calc(50% - 1.25rem);
  }
  .gam-flex-container .gam-cell.gam-cell-large-3 {
    width: calc(33.33333% - 1.25rem);
  }
  .gam-flex-container .gam-cell.gam-cell-large-4 {
    width: calc(25% - 1.25rem);
  }
  .gam-flex-container .gam-cell.gam-cell-large-6 {
    width: calc(16.66667% - 1.25rem);
  }
  .gam-flex-container .gam-cell.gam-cell-large-8 {
    width: calc(12.5% - 1.25rem);
  }
  .gam-flex-container .gam-cell.gam-cell-large-12 {
    width: calc(8.33333% - 1.25rem);
  }
}
@media only screen and (min-width: 90.063em) {
  .gam-flex-container .gam-cell.gam-cell-xlarge-2 {
    width: calc(50% - 1.25rem);
  }
  .gam-flex-container .gam-cell.gam-cell-xlarge-3 {
    width: calc(33.33333% - 1.25rem);
  }
  .gam-flex-container .gam-cell.gam-cell-xlarge-4 {
    width: calc(25% - 1.25rem);
  }
  .gam-flex-container .gam-cell.gam-cell-xlarge-6 {
    width: calc(16.66667% - 1.25rem);
  }
  .gam-flex-container .gam-cell.gam-cell-xlarge-8 {
    width: calc(12.5% - 1.25rem);
  }
  .gam-flex-container .gam-cell.gam-cell-xlarge-12 {
    width: calc(8.33333% - 1.25rem);
  }
}

.gam-flex {
  display: flex;
  flex-flow: row wrap;
  min-height: calc(100vh - 7.875rem);
}
.gam-flex > .columns {
  position: relative;
  min-height: 100%;
}
.gam-flex > .columns + .columns::before {
  display: block;
  position: absolute;
  content: "";
  z-index: 1;
}
.gam-flex > .columns .row {
  position: relative;
}
.gam-flex > .columns .row + .row::before {
  display: block;
  position: absolute;
  content: "";
  z-index: 1;
}
.gam-flex .gam-row ~ .columns::after {
  display: block;
  position: absolute;
  content: "";
  z-index: 2;
}

.gam-column-withrow {
  display: flex;
  flex-flow: column wrap;
}
.gam-column-withrow > .row.collapse {
  width: 100%;
}
.gam-column-withrow > .row:last-child {
  flex: 1 1 0;
}
.gam-column-withrow section,
.gam-column-withrow .grid-x {
  height: 100%;
}

/* ============================
 1. Font
 2. Background
 3. User
=============================== */
/* 1. Font
***********************/
.narrative h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
}

/* 2. Background
***********************/
.gam-bg {
  min-height: calc(100vh - 7.875rem);
}

.gam-bg-1 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.gam-bg-2 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  color: #fff;
}
.gam-bg-2 h3 {
  color: #fff;
}

.gam-bg-2-sup {
  position: relative;
  padding: 0;
}
.gam-bg-2-sup::before {
  display: block;
  width: 100%;
  height: 15.25rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  content: "";
}
.gam-bg-2-sup > div {
  top: -12.75rem;
  margin-bottom: -12.5rem;
  padding: 0 2.25rem;
}

.gam-bg-highlighted {
  color: #fff;
}

.gam-bg-highlighted-2 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #001830;
}

.gam-box-button {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.gam-box-button.gam-active {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  color: #001830;
  cursor: default;
}
.gam-box-button.gam-active p {
  font-weight: 700;
}
.gam-box-button:hover:not(.gam-active) {
  color: #fff;
}

/* 3. Colors
***********************/
:root .gam-color-gold {
  color: #ffd700;
}
:root .gam-color-silver {
  color: #c0c0c0;
}
:root .gam-color-bronze {
  color: #cd7f32;
}
:root .gam-color-neutral {
  color: #001830;
}

/* 4. User
***********************/
.gam-avatar figure {
  flex: none;
  width: 6.25rem;
  height: 6.25rem;
  margin: 0;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
}
.gam-avatar span {
  width: calc(100% - 7.5rem);
  padding: 0.5rem;
}

.gam-rank {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
}
:root .gam-rank.gam-first {
  background-color: #ffd700;
}
:root .gam-rank.gam-second {
  background-color: #c0c0c0;
}
:root .gam-rank.gam-third {
  background-color: #cd7f32;
}
.gam-rank > sup {
  font-size: 65%;
}

.gam-score {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
}

#gam-score-content .gam-cell-info {
  min-height: 4.5rem;
}
#gam-score-content .gam-metric-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
#gam-score-content .gam-metric-help {
  font-size: 0.875rem;
  font-style: italic;
}
#gam-score-content .gam-score-data {
  font-size: 0.75rem;
  font-style: italic;
  margin-bottom: 0.5rem;
}
#gam-score-content button {
  margin-bottom: 0;
}

/* 5. Slider
***********************/
.gam-slider {
  position: relative;
  max-height: 35rem;
  overflow: hidden;
  scroll-behavior: smooth;
}

.top-bar-selectors {
  display: flex;
}

#chal-selector .gam-btn,
#period-selector .gam-btn {
  position: relative;
  width: 10.625rem;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 3rem;
}
#chal-selector .gam-btn::after,
#period-selector .gam-btn::after {
  top: 50%;
}
#chal-selector .gam-btn > span,
#period-selector .gam-btn > span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#chal-selector .gam-btn > span.gam-default,
#period-selector .gam-btn > span.gam-default {
  font-weight: 700;
}

#chal-selector-items a,
#period-selector-items a {
  max-width: 90vw;
  height: auto;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#chal-selector-items a::before,
#period-selector-items a::before {
  margin-left: 0.5rem;
  float: right;
}
#chal-selector-items a.gam-active,
#period-selector-items a.gam-active {
  cursor: default;
}
#chal-selector-items a.gam-default,
#period-selector-items a.gam-default {
  font-weight: 700;
}

#gam-period {
  padding: 0 0.5rem;
  font-size: 0.75rem;
  line-height: 2rem;
  text-align: center;
}
#gam-period .gam-arrow {
  top: 0;
  width: 1.5rem;
  height: 2rem;
  float: left;
}
#gam-period .gam-arrow-right {
  float: right;
}

.gam-period-main {
  padding: 0 0.5rem;
}

#page-titlebar {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.875rem 0 2.75rem;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.375rem;
}
#page-titlebar::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -1.6875rem;
  left: 0;
  height: 1.75rem;
  content: "";
  z-index: 2;
}
#page-titlebar.gam-challenge-ended::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  width: 6.25rem;
  height: 6rem;
  content: "";
  z-index: 3;
}

.page-titlebar-cell {
  flex: 9999 1 auto;
  padding: 0 0.25rem;
}
.page-titlebar-cell + .page-titlebar-cell {
  flex-grow: 1;
}
.page-titlebar-cell > :nth-child(n+2) {
  margin-left: 1rem;
}

/* ============================
 1. Separation
 2. Action
 3. Graphics
=============================== */
/* 1. Separation
***********************/
.gam-cell-sep {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.gam-cell-sep + .gam-cell-sep::before {
  display: block;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  content: "";
}

.gam-cell-sep-1 + .gam-cell-sep-1::before {
  height: 2.1875rem;
}

.gam-cell-sep-2 + .gam-cell-sep-2::before {
  height: 0.625rem;
}

.gam-cell-sep-3 + .gam-cell-sep-3::before {
  height: 1.25rem;
}

/* 2. Action
***********************/
.gam-arrow {
  position: relative;
  top: 0;
  width: 2.625rem;
  height: 1.5625rem;
  margin: 0;
  padding: 0;
  transition: all 250ms ease;
  outline: none;
}
.gam-arrow:focus, .gam-arrow:hover {
  background-color: transparent;
}

.gam-arrow-down:hover {
  top: 0.1875rem;
}

.gam-arrow-up:hover {
  top: -0.1875rem;
}

.gam-arrow-left {
  transform: rotate(-90deg);
}

.gam-arrow-right {
  transform: rotate(90deg);
}

/* 3. Graphics
***********************/
.gam-cell-parchment {
  position: relative;
  margin-top: 2.8125rem;
  margin-bottom: 3rem;
  padding: 1.5rem 2rem;
}
.gam-cell-parchment::before, .gam-cell-parchment::after {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  content: "";
}
.gam-cell-parchment::before {
  top: -2.8125rem;
  min-height: 2.8125rem;
}
.gam-cell-parchment::after {
  bottom: -2.8125rem;
  min-height: 3rem;
}

.gam-cell-parchment-small {
  margin-top: 1.4375rem;
  margin-bottom: 2.8125rem;
}
.gam-cell-parchment-small::before {
  top: -1.25rem;
  min-height: 1.25rem;
}
.gam-cell-parchment-small::after {
  bottom: -1.4375rem;
  min-height: 1.4375rem;
}

.gam-cell-parchment-ended {
  position: relative;
}
.gam-cell-parchment-ended .gam-cell-info::after {
  display: block;
  position: absolute;
  right: 0.25rem;
  bottom: -0.5rem;
  width: 6.25rem;
  height: 6rem;
  content: "";
  z-index: 2;
}

.gam-btn {
  display: block;
  position: relative;
  padding: 0.75rem 1.125rem;
  transition: all 250ms ease;
  font-size: 0.875rem;
  font-weight: 700;
}
.gam-btn:hover, .gam-btn:focus {
  border: none;
  outline: none;
}

.gam-text-ended {
  display: inline-block;
  padding: 0.25rem;
  border-width: 1px;
  border-style: solid;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.gam-text-ended.inline {
  margin: 0 0.5rem;
}

.gam-team {
  display: inline-block;
  padding: 0.25rem;
  border-width: 1px;
  border-style: solid;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.gam-team.inline {
  margin-right: 0.5rem;
}

/* 4. Tooltip
***********************/
.gam-tooltip-wrapper {
  position: relative;
  bottom: 0;
}

.gam-tooltip {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -7.5rem;
  width: 15rem;
  padding: 0.25rem 0.375rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 0.6875rem;
  line-height: 1.3;
  text-align: left;
  box-shadow: 0.125rem 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.gam-has-tooltip:hover .gam-tooltip {
  display: block;
}

.gam-tooltip-arrow {
  top: 0.75rem;
}
.gam-tooltip-arrow::before {
  position: absolute;
  top: -0.5625rem;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -0.375rem;
  border-width: 0 0.375rem 0.5rem;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.4);
  content: "";
}

.gam-tooltip-title {
  margin-bottom: 0.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.gam-cell-ranking .gam-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.625rem;
}
.gam-cell-ranking p {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.gam-cell-ranking .gam-txt-big {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.gam-ranking-highlighted .gam-avatar figure {
  width: 7.5rem;
  height: 7.5rem;
  border-width: 8px;
  border-style: solid;
}
.gam-ranking-highlighted p {
  font-size: 1.125rem;
}
.gam-ranking-highlighted .gam-txt-big {
  font-size: 1.5rem;
}

#gam-ranking {
  text-align: center;
}
#gam-ranking h3 {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

#gam-ranking-podium {
  margin: 0 auto;
}
#gam-ranking-podium .gam-cell-ranking {
  padding: 0 0.25rem;
}

.gam-podium-list {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  list-style: none;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.4);
}
.gam-podium-list li {
  position: relative;
  width: 33.33333%;
  text-align: center;
}
.gam-podium-list li:first-child:last-child {
  margin-left: auto;
  margin-right: auto;
}
.gam-podium-list li .gam-avatar {
  display: inline-block;
  margin-bottom: 0;
}
.gam-podium-list li .gam-avatar figure {
  width: 5rem;
  height: 5rem;
}
.gam-podium-list li.gam-rank-1 {
  order: 2;
}
.gam-podium-list li.gam-rank-2 {
  top: 1.25rem;
  order: 1;
}
.gam-podium-list li.gam-rank-3 {
  top: 2.375rem;
  order: 3;
}

/* Map
***********************/
#gam-mini-map,
#gam-map {
  text-align: center;
}
#gam-mini-map h3,
#gam-map h3 {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
#gam-mini-map .grid-x,
#gam-map .grid-x {
  padding: 2.5rem;
}

.gam-cell-map {
  position: relative;
}

.gam-map-path {
  position: absolute;
}

.gam-listing-map {
  position: absolute;
  margin: 0;
  list-style: none;
}

/* User avatar/pin
***********************/
.gam-user {
  display: none;
  position: absolute;
  transition: all 50ms linear;
  border-radius: 100%;
  box-shadow: 0.125rem 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.4);
}
.gam-user[data-msg] {
  cursor: pointer;
}

.gam-user-avatar {
  width: 3.25rem;
  height: 3.25rem;
  margin-top: -1.625rem;
  margin-left: -1.625rem;
  border-width: 3px;
  border-style: solid;
  background: url("../../../../efficy/imgnew/imgnew/default-user.jpg") no-repeat center center;
  background-size: cover;
}

.gam-user-pin {
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}
.gam-user-pin .gam-user-tooltip {
  margin-top: 1rem;
  margin-left: 0.5rem;
}

.gam-user-highlighted {
  border-width: 5px;
  z-index: 1;
}

.gam-user-mini {
  width: 2.25rem;
  height: 2.25rem;
  margin-top: -1.125rem;
  margin-left: -1.125rem;
  border-width: 2px;
}
.gam-user-mini.gam-user-highlighted {
  border-width: 4px;
}
.gam-user-mini .gam-user-tooltip {
  margin-top: 2.25rem;
  margin-left: 1.125rem;
}

/* User tooltip
***********************/
.gam-user-tooltip {
  top: 0;
  left: 0;
  align-items: center;
  width: 9rem;
  margin-top: 3.25rem;
  margin-left: 1.625rem;
  transform: translateX(-50%);
  z-index: 2;
}
.gam-user:hover .gam-user-tooltip {
  display: flex;
}

.gam-rank-icon {
  flex: none;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  color: #fff;
  line-height: 1rem;
  text-align: center;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.4);
  box-shadow: 0.0625rem 0.0625rem 0.125rem -0.0625rem rgba(0, 0, 0, 0.4);
}
.gam-rank-icon.gam-first {
  background-color: #ffd700;
}
.gam-rank-icon.gam-second {
  background-color: #c0c0c0;
}
.gam-rank-icon.gam-third {
  background-color: #cd7f32;
}

.gam-user-name {
  flex: 1 1 auto;
  padding-left: 0.25rem;
}

.top-bar-section .gam-metrics {
  display: flex;
  flex-flow: row wrap;
  width: calc(100vw - 42.625rem);
  margin-top: -1px;
  margin-left: -1px;
}
@media only screen and (min-width: 90.063em) {
  .top-bar-section .gam-metrics {
    flex-wrap: nowrap;
    height: 5rem !important;
  }
}
.top-bar-section .gam-metrics.fixed-size {
  width: 6.25rem;
  height: 5rem !important;
}
.top-bar-section .gam-metrics.fixed-size .gam-metric {
  height: 100%;
}
.top-bar-section .gam-metrics.fixed-size .gam-metric-header {
  padding-top: 0.375rem;
  padding-bottom: 0.5rem;
}
.top-bar-section .gam-metrics.fixed-size .gam-metric-number {
  display: block;
}
.top-bar-section .gam-metrics > li {
  float: none;
}

.gam-metrics-container {
  overflow: hidden;
}

.gam-metric {
  flex: 1 1 auto;
  width: 5.625rem;
  min-height: 2.53125rem;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 64.063em) {
  .gam-metric {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 90.063em) {
  .gam-metric {
    width: 5rem;
    max-width: 13.75rem;
    height: 100%;
    border-left-style: solid;
  }
}
.gam-metric .gam-progress-bar::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.gam-metric .gam-progress-bar::after {
  background-color: #fff;
}
.gam-metric .gam-progress-bar p {
  height: 0.375rem;
}
.gam-metric .gam-rank {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.gam-metric-highlighted {
  background-color: rgba(255, 255, 255, 0.25);
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.4);
}

.gam-metric-header {
  padding-top: 0.125rem;
  padding-bottom: 0.0625rem;
}
@media only screen and (min-width: 90.063em) {
  .gam-metric-header {
    padding-top: 0.375rem;
    padding-bottom: 0.5rem;
  }
}

.gam-metric-title {
  font-size: 0.8125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gam-metric-input {
  width: 100%;
}
.gam-metric-input > input {
  width: calc(100% - 2rem);
  float: left;
}
.gam-metric-input > span {
  float: right;
  line-height: 2.3125rem;
}

.gam-metric-number {
  display: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}
@media only screen and (min-width: 90.063em) {
  .gam-metric-number {
    display: block;
  }
}

#gam-quiz h3 {
  width: 100%;
  text-align: center;
}
#gam-quiz h3.gam-question-num {
  margin-bottom: 0;
  font-size: 1.5rem;
  text-align: center;
}
#gam-quiz h3.gam-question-num:after {
  margin-top: 0;
}
#gam-quiz .gam-bg-2 {
  margin-top: -6rem;
  padding: 5rem 2.5rem 2.5rem;
}
#gam-quiz .cell {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.gam-cell-quiz-info {
  margin-bottom: 1.25rem;
  padding: 0.5rem 0.625rem;
  text-align: center;
}
.gam-cell-quiz-info p {
  margin: 0.5rem 0;
}
.gam-cell-quiz-info h3 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.gam-cell-quiz-info h5 {
  margin: 1rem 1.375rem;
  padding: 0.375rem 0.5rem;
}

.gam-cell-question-list {
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}

.gam-cell-question {
  counter-increment: gam-question;
}
.gam-cell-question h3::before {
  content: counter(gam-question) ". ";
}
.gam-cell-question .gam-btn {
  margin: 1rem auto;
}

.gam-answer-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: gam-answer;
}

.gam-answer {
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  align-items: center;
  padding: 1.25rem;
  counter-increment: gam-answer;
}
.gam-answer + .gam-answer {
  border-top-width: 1px;
  border-top-style: solid;
}
.gam-answer .gam-answer-num {
  display: block;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  border-radius: 50%;
  color: #001830;
  font-size: 1.75rem;
  line-height: 2.375rem;
  text-align: center;
}
.gam-answer .gam-answer-num::after {
  content: counter(gam-answer,upper-alpha);
}
.gam-answer input[type="radio"] {
  position: absolute;
  margin: 0;
  visibility: hidden;
}
.gam-answer input[type="radio"]:checked ~ .gam-answer-num {
  font-weight: 700;
}
.gam-answer input[type="radio"]:checked ~ .gam-answer-num::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.25rem;
  content: "";
}
.gam-answer input[type="radio"]:checked ~ .gam-answer-text p {
  font-weight: 700;
}
.gam-answer input[type="radio"] + label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.gam-answer.gam-answer-selected .gam-answer-num {
  font-weight: 700;
}
.gam-answer.gam-answer-selected .gam-answer-num::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.25rem;
  content: "";
}
.gam-answer.gam-answer-selected .gam-answer-text p {
  font-weight: 700;
}
.gam-answer p {
  margin: 0;
  line-height: 1.45;
}

.gam-answer-info {
  position: relative;
  margin: 0.5rem 0 0;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}
.gam-answer-info::before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5rem;
  font-size: 1rem;
  line-height: 1;
}

.gam-answer-text {
  margin-left: 1.5rem;
}

.gam-cell-pagination ol {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0 3rem;
  list-style: none;
}
.gam-cell-pagination ol li {
  display: block;
  flex: 1 1 auto;
  height: 0.25rem;
  margin: 0.5rem;
  background-color: #fff;
  font: 0/0 a;
}

.gam-avatar-info {
  flex: 1 1 auto;
  padding-left: 2rem;
}
.gam-avatar-info span {
  display: block;
  padding-top: 0.5rem;
  float: left;
  font-size: 0.75rem;
  line-height: 1.4;
}
.gam-avatar-info span b {
  display: block;
  font-size: 1rem;
}
.gam-avatar-info .gam-btn {
  margin-left: 2rem;
  float: left;
}

.gam-header-info {
  text-align: right;
}
.gam-header-info p {
  margin-bottom: 0;
}

.gam-progress-bar {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0.125rem 0;
  overflow: hidden;
}
.gam-progress-bar::before {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0.125rem;
  margin-top: -0.0625rem;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.gam-progress-bar.with-limit-line::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 83.33333%;
  width: 0.0625rem;
  background-color: #000;
  content: "";
  z-index: 1;
}
.gam-progress-bar p {
  position: relative;
  width: 0;
  height: 0.9375rem;
  margin-bottom: 0;
  transition: width 2.5s ease;
  font: 0/0 a;
}

.gam-progress-title {
  width: 100%;
  margin: 0;
  font-size: 0.8125rem;
}

.gam-cell-info {
  width: 100%;
  min-height: 4rem;
  margin-top: 1.25rem;
  overflow: hidden;
}
.gam-cell-info:first-child {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.gam-cell-info .picture {
  float: left;
  background-size: contain;
}
.gam-cell-info .alert-box {
  margin-bottom: 0;
}
.gam-cell-info .gam-challenge-content {
  width: calc(100% - 5.25rem);
  margin-left: 5rem;
  float: left;
}
.gam-cell-info .gam-dates,
.gam-cell-info .gam-challenge {
  font-size: 0.875rem;
}
.gam-cell-info .gam-challenge {
  margin-bottom: 0.5rem;
}

.gam-cell-result {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.gam-cell-result::after {
  position: absolute;
  bottom: -0.625rem;
  margin: 0;
  left: 0;
  right: 0;
}
.gam-cell-result.hide {
  display: none;
}
.gam-cell-result .gam-result-header {
  position: relative;
  width: 100%;
}
.gam-cell-result .gam-result-header ~ .gam-result-header {
  margin-top: 1rem;
}
.gam-cell-result .gam-number {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.1;
}
.gam-cell-result .gam-number b {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  margin-top: 0.25rem;
  font-size: 2.25rem;
  line-height: 1;
}
.gam-cell-result .gam-percent {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
}
.gam-cell-result .gam-avatar {
  position: relative;
  flex: none;
  width: 7.25rem;
  margin: 0.25rem;
  padding-left: 1rem;
}
.gam-cell-result .gam-rank {
  display: block;
  position: absolute;
  top: 50%;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  margin-left: -1rem;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  line-height: 2.25rem;
  text-align: center;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.4);
  box-shadow: 0.0625rem 0.0625rem 0.125rem -0.0625rem rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.gam-cell-result .gam-user-info {
  flex: 1 1 auto;
  width: 50%;
  margin: 0.25rem;
  text-align: center;
}
.gam-cell-result .gam-user-info p {
  line-height: 1.2;
}
.gam-cell-result .gam-user-info p:not(.gam-txt-big) {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.gam-cell-result .gam-user-info .gam-txt-big {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
}

.gam-result-table-container {
  overflow-x: auto;
}

.gam-result-table {
  width: 100%;
  margin-bottom: 0;
  border: 0;
  background-color: transparent;
  table-layout: fixed;
}
.gam-result-table .gam-cell {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: center;
}
.gam-result-table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background-color: transparent;
}
.gam-result-table th {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
}
.gam-result-table th.gam-table-cell-highlighted {
  font-weight: 700;
}
.gam-result-table th.gam-table-cell-user {
  width: 10rem;
}
.gam-result-table tr:nth-of-type(even) {
  background-color: transparent;
}
.gam-result-table tr + tr {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.gam-result-table td {
  font-size: 1.625rem;
  font-weight: 700;
}
.gam-result-table td + td {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}

#gam-trophies-summary {
  text-align: center;
}

#gam-trophies-host {
  max-height: calc(100vh - 12.5rem);
  padding: 0;
  overflow-y: auto;
}
#gam-trophies-host h3 {
  text-align: center;
}

#gam-trophies {
  text-align: center;
}
#gam-trophies .gam-trophies {
  margin-top: -0.5rem;
}

.gam-trophy-count {
  justify-content: space-around;
  justify-content: space-evenly;
  margin: 0;
  list-style: none;
}
.gam-trophy-count .gam-cell {
  margin-top: 0.75rem;
  padding: 1rem;
}
.gam-trophy-count figure {
  position: relative;
  margin: 0.4375rem 0 0;
}
.gam-trophy-count .picture {
  width: 2rem;
  height: 2rem;
  margin: auto;
  background-size: contain;
}
.gam-trophy-count .badge {
  left: auto;
  right: 0.75rem;
  top: -0.4375rem;
  font-size: 0.8125rem;
  font-weight: 700;
}
.gam-trophy-count .gam-label {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.gam-grid-trophies {
  position: relative;
  padding: 2rem 4rem;
}

.gam-cell-trophy {
  display: flex;
  align-items: center;
}
.gam-cell-trophy .picture {
  flex: none;
  width: 4rem;
  height: 4rem;
  background-size: contain;
}
.gam-cell-trophy .gam-trophy-content {
  flex: 1 1 auto;
  margin-left: 1.25rem;
}
.gam-cell-trophy .gam-trophy-content h4 {
  margin: 0;
  color: #cd7f32;
  font-size: 1rem;
  font-weight: 700;
}

.gam-trophies {
  font-size: 2rem;
}

.gam-trophy {
  display: inline-block;
  position: relative;
  margin-top: 0.5rem;
  margin-left: 1.5rem;
}
.gam-trophy .picture {
  width: 2rem;
  height: 2rem;
  background-size: contain;
}

.gam-trophy-list-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.gam-trophy-list-item .picture {
  flex: none;
  width: 2.625rem;
  height: 2.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  background-size: contain;
}
.gam-trophy-list-item p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.gam-trophy-list-item-content {
  flex: 1 1 auto;
  width: calc(100% - 2.625rem);
  min-width: 75%;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 1.5rem;
}

#gam-motivation-feed {
  text-transform: uppercase;
}
@media only screen and (min-width: 64.063em) {
  #gam-motivation-feed .gam-flex-container {
    flex-wrap: nowrap;
  }
}
#gam-motivation-feed .grid-x {
  padding-top: 2.25rem;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 2.125rem;
}
#gam-motivation-feed .cell {
  flex: 1 1 100%;
  padding-right: 1.375rem;
  padding-bottom: 1.375rem;
}
#gam-motivation-feed p {
  flex: 1 1 auto;
  margin: 0;
  padding: 0.125rem 1rem;
  font-size: 0.8125rem;
  letter-spacing: 0.06rem;
  line-height: 1.3;
}
#gam-motivation-feed h3 {
  flex: none;
  min-width: 3.75rem;
  margin: 0;
  padding: 1rem 1.125rem;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.4);
}

.gam-feed-item {
  display: flex;
  align-items: center;
}

/* see also macro DataTableMicroTemplate */
/* see also macro DataTableMicroTemplate */
.Dash > .consult-detail-area {
  overflow: inherit;
}

.entity-tabs-content.island.Dash {
  padding-top: 0;
}

.space-between.dash-titlebox {
  flex-direction: row !important;
}

.dash-wrapper {
  display: none;
  position: relative;
}

.entity-name.dash {
  margin: 1.5rem 0 1rem 1.75rem;
}

.dash-toolbar {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.dash-toolbar a {
  color: #888;
}
.dash-toolbar a:hover {
  color: #555;
}

.dash-toolbar-button + .dash-toolbar-button {
  margin-left: 1rem;
}

.dash-msg {
  margin: 0.25rem 0.625rem;
}
.dash-msg .alert-box {
  margin: 0;
  padding: 0.5rem;
}

.dash-muuri {
  position: relative;
  top: 0;
  bottom: 0;
  margin: 0 8px;
}
.consult-detail-area .dash-muuri {
  margin: 0;
}
.dash-muuri.editing .widget-commands {
  display: none;
}

.dash-filters {
  padding-left: 0.625rem;
}

.filter-badge {
  display: inline-block;
  margin: 0 0.3125rem;
  padding: 0.25rem 0.375rem;
  border-radius: 4px;
  background-color: #e2e2e2;
  color: #333;
  font-size: 0.75rem;
}
.filter-badge .filter-badge-delete {
  color: #333;
}

#dd-widget-size {
  width: 9rem;
  padding: 0.125rem;
}

.widget-size-grid .row {
  height: 1.5rem;
  margin: 0;
}
.widget-size-grid .columns {
  height: 100%;
  padding: 0.125rem;
}
.widget-size-grid .columns > div {
  width: 100%;
  height: 100%;
  border: 1px #888 solid;
}
.widget-size-grid .columns > div.active {
  border-width: 2px;
  cursor: pointer;
}
.widget-size-grid .columns > div.selected {
  background-color: #bfdee9;
}

.widget {
  bottom: 0;
  width: calc(100% - 0.75rem);
  margin: 0.375rem;
  will-change: transform;
}
.widget.muuri-item-dragging, .widget.muuri-item-releasing {
  z-index: 9999;
}
.widget.muuri-item-dragging .widget-overlay, .widget.widget.muuri-item-releasing .widget-overlay {
  display: block;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
}
.widget.editing .widget-content .grid {
  overflow: hidden;
}
.widget.editing .widget-size, .widget.editing .widget-edit, .widget.editing .widget-close {
  display: block;
}
.widget.editing .widget-settings,
.widget.editing .widget-title:not(.kpi),
.widget.editing .widget-lock {
  cursor: move;
}
.widget.editing .widget-lock .i-locked {
  display: none;
}
.widget.editing .widget-lock .i-unlocked {
  display: block;
}
.widget.h1 {
  height: 6.25rem;
}
.widget.h2 {
  height: 13.25rem;
}
.widget.h3 {
  height: 20.25rem;
}
.widget.h4 {
  height: 27.25rem;
}
.widget.h5 {
  height: 34.25rem;
}
.widget.h6 {
  height: 41.25rem;
}
.widget.h7 {
  height: 48.25rem;
}
.widget.h8 {
  height: 55.25rem;
}
.widget.h9 {
  height: 62.25rem;
}
.widget.h10 {
  height: 69.25rem;
}
@media only screen and (min-width: 64.063em) {
  .widget.w1 {
    width: calc(16.56667% - 0.75rem);
  }
}
@media only screen and (min-width: 64.063em) {
  .widget.w2 {
    width: calc(33.23333% - 0.75rem);
  }
}
@media only screen and (min-width: 64.063em) {
  .widget.w3 {
    width: calc(49.9% - 0.75rem);
  }
}
@media only screen and (min-width: 64.063em) {
  .widget.w4 {
    width: calc(66.56667% - 0.75rem);
  }
}
@media only screen and (min-width: 64.063em) {
  .widget.w5 {
    width: calc(83.23333% - 0.75rem);
  }
}
@media only screen and (min-width: 64.063em) {
  .widget.w6 {
    width: calc(99.9% - 0.75rem);
  }
}
.widget iframe {
  width: 100%;
  height: 90%;
}

.widget-content-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.widget-overlay {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}

.widget-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  background-color: #fff;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget-settings, .widget-commands {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.widget-settings > div, .widget-commands > div {
  margin: 0 8px;
}

.widget-command a {
  color: #888;
}
.widget-command.active a {
  color: #4ba1b4;
}

.widget-size,
.widget-edit,
.widget-close {
  display: none;
}

.widget-settings {
  flex-grow: 1;
  font-size: 1rem;
}
.widget-settings > div {
  color: #888;
}
.widget-settings a {
  color: #888;
}
.widget-settings a:hover {
  color: #555;
}

.widget-filters {
  max-height: 18.75rem;
  overflow-y: scroll;
}
.widget-filters .toolbar {
  margin-bottom: 16px;
}
.widget-filters form {
  position: relative;
}
.widget-filters form > .row {
  position: relative;
}
.widget-filters .input-wrapper {
  height: 2.5rem;
}
.widget-filters label {
  height: 1.875rem;
  line-height: 1.875rem;
}
.widget-filters input[type=checkbox] {
  margin-top: 0.4375rem;
}
.widget-filters input:not([type=checkbox]),
.widget-filters select {
  height: 1.875rem;
  margin-bottom: 0.625rem;
  padding: 0.25rem;
}

.widget-date-gran {
  padding-top: 0;
  padding-bottom: 0;
}
.widget-date-gran select {
  height: 1.5rem;
  margin: 0;
  padding: 0 0.75rem 0 0.375rem;
  line-height: 1.5rem;
  text-transform: capitalize;
}

.widget-filter-field .active-filter {
  display: inline-block;
}
.widget-filter-field .date-range-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.widget-filter-field .date-range-wrapper .date-selector {
  flex-grow: 4;
}
.widget-filter-field .date-range-wrapper .date-separator {
  flex-shrink: 1;
  font-size: 0.75rem;
}
.widget-filter-field .operator-wrapper select {
  text-align: center;
}

.widget-board-arrow {
  position: absolute;
  z-index: 9997;
  top: calc(50% - 0.1875rem);
  margin: 0 1rem;
  padding: 0.125rem;
  border-radius: 100%;
  background: rgba(244, 244, 244, 0.3);
  color: rgba(85, 85, 85, 0.7);
  font-size: 1.875rem;
  cursor: pointer;
}
.widget-board-arrow.arrow-left {
  left: 0;
}
.widget-board-arrow.arrow-right {
  right: 0;
}
.widget-board-arrow:hover {
  background: rgba(244, 244, 244, 0.8);
  color: #555;
}

.widget-msg {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}

.widget-content {
  display: flex;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  height: calc(100% - (2.125rem) );
  padding: 0 1rem 0.75rem 1rem;
  overflow: auto;
}
.widget-content.kpi, .widget-content.chart {
  align-items: center;
}
.widget-content.kpi {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  justify-content: flex-start;
  color: #5d5e63;
  text-align: center;
}
.widget-content.kpi i[class=""] {
  display: none;
}
.widget-content.kpi i,
.widget-content.kpi div {
  margin: 0 0.3125rem;
}
.widget-content.grid {
  padding: 0;
  display: block;
}
.widget-content.grid ul.toolbar {
  margin: 0;
}
.widget-content.grid [data-dropdown="dd-col-header"] {
  display: none;
}
.widget-content.grid > .grid-data {
  /* Even lines background color */
}
.widget-content.grid > .grid-data .text-start {
  background-color: #f8f9fa;
}
.widget-content.grid > .grid-data > table tr.even, .widget-content.grid > .grid-data table tr.alt, .widget-content.grid > .grid-data table tr:nth-of-type(even) {
  background-color: #fbfbfb;
}
.widget-content.text {
  overflow: auto;
}
.widget-content > table {
  margin: 0 0 0.125rem;
  border: none;
}
.widget-content > table p,
.widget-content > table ol {
  margin: 0 0 0.125rem;
}
.widget-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.widget-content .data-grid {
  margin-bottom: 0;
}
.widget-content .chart-content {
  width: 100%;
  height: 95%;
  font-size: 0.75rem;
}
.widget-content .data-table {
  width: 100%;
  overflow-x: auto;
}
.widget-content .data-table table {
  width: 100%;
}
.widget-content .data-table table thead th {
  width: 5.5rem;
  background-color: #f4f4f4;
  text-align: center;
}
.widget-content .data-table table thead th.first-cell {
  position: absolute;
  width: 12.5rem;
}
.widget-content .data-table table td {
  text-align: center;
}
.widget-content .data-table table tbody tr:nth-of-type(even) td.first-cell {
  background: #fafafa;
}
.widget-content .data-table table tbody tr:nth-of-type(odd) td.first-cell {
  background: #fff;
}
.widget-content .data-table table tbody td {
  width: 5.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.widget-content .data-table table tbody td.first-cell {
  position: absolute;
  text-align: initial;
  width: 12.5rem;
}
.widget-content .data-table table tbody td .square {
  display: inline-block;
  margin-right: 0.375rem;
  width: 13px;
  height: 13px;
  border-radius: 3px;
}
.widget-content .norecords-msg {
  align-self: center;
  color: #555;
}

.snap-date {
  padding-left: 0.625rem;
  color: #4ba1b4;
  font-size: 0.625rem;
  font-style: italic;
  text-transform: none;
}

.snap-item.active a {
  color: #4ba1b4;
}

.birthday-widget-item {
  display: flex;
  flex: auto;
  align-items: center;
  min-width: 22.5rem;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.3;
  cursor: pointer;
}
.birthday-widget-item:hover {
  background-color: #F0F2F5;
}
.birthday-widget-item .user-img {
  flex: none;
  width: 3.75rem;
  height: 3.75rem;
  background-position: center;
  background-size: cover;
}
.birthday-widget-item .user-info {
  display: flex;
  flex: auto;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 0.5rem;
}
.birthday-widget-item .user-info > div {
  min-width: 10rem;
  padding: 0 0.25rem;
}
.birthday-widget-item .birthday-contact > i {
  color: #A6CBFE;
}
.birthday-widget-item .contact-age {
  color: #555;
}
.birthday-widget-item .contact-age::before {
  content: "\2014";
  margin-right: 0.25rem;
}
.birthday-widget-item .turning-year {
  color: #888;
}

.user-contact-info {
  align-self: start;
}

.widget.w1 .widget-content.kpi {
  font-size: 2.5rem;
}
.widget.w1 .widget-content.kpi i,
.widget.w1 .widget-content.kpi div {
  margin: 0 0.125rem;
}
.widget.w2 .widget-content.kpi {
  font-size: 2.5rem;
}
.widget.w3 .widget-content.kpi, .widget.w4 .widget-content.kpi {
  font-size: 3.125rem;
}
.widget.w5 .widget-content.kpi, .widget.w6 .widget-content.kpi {
  font-size: 4.375rem;
}
.widget.h1 .widget-title.kpi {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.widget.h1 .widget-content.kpi {
  font-size: 2rem;
}

.onboarding-logo {
  height: 10rem;
  margin: -1.75rem -2.125rem 3rem -2.125rem;
  border-radius: 3px 3px 0 0;
  background: url("../imgnew/logo.svg") #00274A center center no-repeat;
  background-size: 304px 72px;
}
.onboarding-logo.trophy {
  background-image: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Trpy.png");
  background-size: 64px 64px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 130dpi), only screen and (min-resolution: 2dppx) {
  .onboarding-logo.trophy {
    background-image: url("../../../../efficy/imgnew/game/treasure/jungle/icon-Trpy@2x.png");
  }
}
#gam-dash-widget .WidgetHead {
  cursor: default;
}

.widget.w3 #gam-map .grid-x, .widget.w2 #gam-map .grid-x, .widget.w1 #gam-map .grid-x {
  padding: 0.625rem;
}
.widget.w3 #gam-ranking .gam-cell-highlighted .gam-avatar figure, .widget.w2 #gam-ranking .gam-cell-highlighted .gam-avatar figure, .widget.w1 #gam-ranking .gam-cell-highlighted .gam-avatar figure {
  border-width: 4px;
}
.widget.w3 .gam-avatar figure, .widget.w2 .gam-avatar figure, .widget.w1 .gam-avatar figure {
  width: 2.5rem;
  height: 2.5rem;
  border-width: 3px;
}

#gam-widgets-container {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 64.063em) {
  #gam-widgets-container > .columns:nth-of-type(n+3) {
    padding-left: 0.625rem;
  }
}
#gam-widgets-container .gam-widget {
  margin-top: 0.625rem;
}
#gam-widgets-container .dropdown {
  margin: 0;
  border: 1px solid #b2bdc7;
  z-index: 1;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
#gam-widgets-container .dropdown a {
  display: block;
  padding: 0 0.9375rem;
  font-size: 0.8125rem;
  line-height: 2rem;
}
#gam-widgets-container #period-selector-items {
  left: 0;
}
#gam-widgets-container #chal-selector-items {
  right: 0;
}
#gam-widgets-container #period-selector .gam-btn,
#gam-widgets-container #chal-selector .gam-btn {
  background: #e9ecef;
  color: #001830;
}
#gam-widgets-container #chal-selector-items,
#gam-widgets-container #period-selector-items {
  border-color: #b2bdc7;
}
#gam-widgets-container #chal-selector-items a,
#gam-widgets-container #period-selector-items a {
  background: #e9ecef;
  color: #001830;
}
#gam-widgets-container #chal-selector-items a:hover,
#gam-widgets-container #period-selector-items a:hover {
  background: #b2bdc7;
}
#gam-widgets-container #chal-selector-items a.gam-active,
#gam-widgets-container #period-selector-items a.gam-active {
  background: #b2bdc7;
}
#gam-widgets-container .has-dropdown {
  position: relative;
}
#gam-widgets-container .has-dropdown:hover .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  list-style: none;
}
#gam-widgets-container .has-dropdown .gam-btn {
  padding: 0 0.9375rem;
  padding-right: 2.1875rem;
}
#gam-widgets-container .has-dropdown .gam-btn:hover, #gam-widgets-container .has-dropdown .gam-btn:focus {
  color: #001830;
  text-decoration: none;
}
#gam-widgets-container .has-dropdown .gam-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: rgba(0, 70, 140, 0.4) transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  margin-right: 12px;
  right: 0;
}
#gam-widgets-container .has-dropdown .gam-btn > span {
  max-width: 100%;
}

.gam-widgets-title {
  display: flex;
}
.gam-widgets-title #chal-selector {
  display: flex;
  padding: 0;
}
.gam-widgets-title #chal-selector,
.gam-widgets-title #period-selector {
  flex: none;
}
.gam-widgets-title #chal-selector .has-dropdown,
.gam-widgets-title #period-selector .has-dropdown {
  width: 100%;
}
.gam-widgets-title #chal-selector .gam-btn,
.gam-widgets-title #period-selector .gam-btn {
  width: auto;
  line-height: 2rem;
}
.gam-widgets-title #gam-period {
  flex: 1 1 auto;
  background-color: #f0f0f0;
}
#dash-board .gam-widgets-title a:hover,
#dash-board .gam-widgets-title a:focus {
  background-color: #555;
  color: #001830;
  text-decoration: none;
}

.gam-widget-content {
  padding: 1.25rem;
}
#gam-results .gam-widget-content {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.gam-widget-results {
  display: flex;
  flex-flow: row wrap;
  margin-right: -1px;
}

.gam-cell-result-small {
  flex: 1 1 auto;
  width: 50%;
  min-width: 13.75rem;
  padding: 0.75rem 1.25rem;
  border-right-width: 1px;
  border-right-style: dashed;
}
.gam-cell-result-small .gam-number {
  margin-bottom: 0.3125rem;
  font-size: 0.8125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gam-cell-result-small .gam-number b {
  font-size: 1.5rem;
}
.gam-cell-result-small .gam-percent {
  margin-top: -1.25rem;
  font-size: 1.125rem;
}
.gam-cell-result-small .gam-progress-bar p {
  height: 0.375rem;
}

#gam-ranking .gam-cell-result {
  padding: 0.75rem 0;
}
#gam-ranking .gam-cell-highlighted .gam-avatar figure {
  border-width: 8px;
  border-style: solid;
}

#gam-animation-host {
  max-height: calc(100vh - 12.5rem);
  overflow-y: auto;
}

#gam-logbook {
  text-align: center;
}
#gam-logbook .gam-event-content p {
  font-size: 1rem;
}

.gam-event-content {
  text-align: left;
}
.gam-event-content .picture {
  flex: none;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  background-size: contain;
}
.gam-event-content p {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.3;
}
.gam-event-content p:last-child {
  margin-bottom: 0;
}
.gam-event-content small {
  text-transform: uppercase;
}
.gam-event-content .close-reveal-modal {
  color: #001830;
}
.gam-event-content .gam-cell-sep + .gam-cell-sep {
  padding-top: 1.875rem;
}
.gam-event-content .gam-cell-sep + .gam-cell-sep::before {
  position: absolute;
  top: 0;
  margin: 0;
}

.gam-cell-event {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.gam-cell-event-content {
  flex: 1 1 auto;
  width: calc(100% - 4rem);
  min-width: 75%;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 1.5rem;
}

.mooDiv {
  border: 1px solid #888;
  background: #e6e6e6;
}

.mooOvered {
  background: #888 !important;
}

.mooDragging {
  opacity: .5 !important;
}

.consult-banner {
  width: 100%;
  background-color: #fff6eb;
  color: #001830;
  padding: 0.5rem 0.75rem;
  margin: 0.5rem 0 1rem 0;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.consult-banner a {
  color: #001830;
}
.consult-banner a:hover {
  color: #2d5de5;
  text-decoration: underline;
}
.consult-banner a, .consult-banner span {
  padding: 0.25rem 0;
  display: inline-block;
}
.consult-banner i {
  color: #ffa238;
  margin-right: 16px;
}

.consult-warning a.button {
  margin: 0;
}

section.form dl {
  margin: 0;
}
section.form dt,
section.form dd {
  margin: 0 !important;
  font-weight: 400;
  vertical-align: middle;
}
section.form dd {
  font-size: 0.75rem;
  white-space: nowrap;
}
section.form dd:not(:empty)::after {
  content: ": ";
  margin-right: 0.5rem;
}
section.form dt {
  width: 100%;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entity-name {
  color: #001830;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
}
.entity-name .name-extra {
  font-style: italic;
  font-weight: normal;
}

.entity-picture {
  float: left;
  margin-right: 16px;
}

li.entity-lifecycle {
  margin-right: 8px;
}

@media only screen and (min-width: 40.063em), print {
  section.has-entitypicture {
    padding-left: 6.25rem !important;
  }
  #desktop-main section.form {
    overflow: hidden;
  }
  section.form dl.labels-left:not(.flex-box) {
    display: table-row;
  }
  section.form dl.labels-left:not(.flex-box) dt,
  section.form dl.labels-left:not(.flex-box) dd {
    display: table-cell;
  }
  section.form dl.labels-left.flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
  }

  #entity-picture {
    position: absolute;
    left: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  #consult-detail .entity-tabs.toolbar > li i {
    display: none;
  }

  .tabbed.toolbar.labels-large button:not(.split) > span, .tabbed.toolbar.labels-large .button:not(.split) > span {
    margin-left: 0;
  }
}
#consult-detail .island.badge-widget {
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}
#consult-detail > .island:nth-child(2) {
  padding-top: 0;
}

/* Memo */
.consult-memo {
  position: relative;
  height: 0;
  padding-top: 1.875rem;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.consult-memo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.consult-memo textarea {
  display: none;
}

/* TimeLine memo */
div.MemoPanel {
  height: 0.6875rem;
  color: rgba(0, 24, 48, 0.6);
  font-size: 90%;
  overflow: hidden;
}

.entity-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.entity-tabs button,
.entity-tabs .button {
  margin-bottom: 0 !important;
  border: 1px solid #d5d5d5;
}

#category-contents .panel-content div.input-button > .button, #category-contents .panel-content .input-button.button {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  line-height: 1.25rem;
}

#category-contents {
  position: relative;
}
#category-contents .tabs-content {
  margin-bottom: 0;
}
#category-contents .category,
#category-contents .panel-content {
  left: 0;
  top: 0;
  overflow: hidden;
}
#category-contents .category .required label::after,
#category-contents .panel-content .required label::after {
  content: "*";
  color: #cc375b;
  margin-left: 0.1875rem;
}
#category-contents .category-panel {
  left: 0;
  top: 0;
  overflow: auto;
}
#category-contents .panel-buttons {
  left: 0;
}
#category-contents .panel-buttons dd > a {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
}
#category-contents .panel-content {
  position: relative;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  /* Category details must keep small edits and buttons */
}
#category-contents .panel-content input,
#category-contents .panel-content select,
#category-contents .panel-content textarea {
  padding: 0;
  font-size: 0.8125rem;
}
#category-contents .panel-content textarea {
  min-height: 0;
}
#category-contents .panel-content div.input-button input {
  height: auto;
  margin-bottom: 0;
  padding: 0 0.1875rem;
  line-height: 1;
}
#category-contents label.field-header,
#category-contents .FieldHeader {
  font-size: 0.75rem;
  line-height: 1;
}
#category-contents fieldset {
  margin: 0;
  padding: 0.125rem 0.3125rem;
  border: 1px solid #999;
  overflow-y: auto;
}
#category-contents .category .select2-container {
  max-height: 100%;
  overflow: auto;
}
#category-contents .category .select2-choices {
  margin: 0;
}

#treeview {
  position: relative;
  width: 23.75rem;
  float: left;
  margin-left: -31.25rem;
  padding-right: 0.75rem;
  background: #ffffff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 2px solid #e9ecef;
  overflow-y: hidden;
  margin-bottom: -24000px;
  padding-bottom: 24024px;
  overflow-y: visible;
}
#treeview + #desktop-main-wrap {
  position: relative;
}
#treeview .island {
  margin-right: 0;
  padding-right: 0;
}

#treeview-splitter {
  position: absolute;
  right: 0;
  width: 0.375rem;
  height: 100%;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  background-color: transparent;
  cursor: col-resize;
  z-index: 1;
}

#treeview-splitter:hover {
  background-color: #e9ecef;
}

.treeview-toolbar {
  margin-top: 0;
}

#page-host {
  width: 100%;
  float: left;
  padding-left: 0;
  overflow-y: hidden;
  margin-bottom: -24000px;
  padding-bottom: 24024px;
}
@media only screen and (min-width: 40.063em), print {
  #page-host {
    padding-left: 12px;
  }
}

#treeview-host {
  padding-left: 8px;
}
#treeview-host.jstree-anchor {
  font-size: 0.875rem;
}

.tree-parent .jstree-menuicon {
  display: none;
}

.inactive-child-info {
  display: none;
}

.hide-inactive-nodes .inactive-node {
  display: none;
}
.hide-inactive-nodes .inactive-child-info {
  display: block;
}
.hide-inactive-nodes .inactive-child-info > .jstree-menuicon {
  display: none;
}

.toolbar.grid {
  margin-bottom: 0;
}

.grid-filter {
  max-width: 11.25rem;
}

#td-qrvw {
  min-width: 5rem;
  max-width: 12.5rem;
}
#td-qrvw.active {
  border-color: #ffa238;
  border-left-width: 0.3125rem;
}

#dd-col-header .ch-menu {
  margin: 0;
  list-style-type: none;
}
#dd-col-header .ch-menu .warning a {
  margin-top: 0.125rem;
}
#dd-col-header .sort-item {
  display: none;
}
#dd-col-header #ch-clearFilter, #dd-col-header #ch-clearSort {
  display: none;
}
#dd-col-header #ch-showFilter {
  display: none;
}
#dd-col-header #ch-filter {
  display: none;
  margin-top: 0.5rem;
  padding: 0.375rem 0.375rem 0.375rem 0.5rem;
}
#dd-col-header #ch-filter > legend {
  font-weight: 400;
  color: #001830;
}
#dd-col-header .ch-criteria {
  margin: 0 0 0.375rem 0;
  list-style-type: none;
  overflow-y: auto;
  max-height: 11.25rem;
}
#dd-col-header .ch-criteria input {
  margin: 0 0.375rem;
  height: 1.25rem;
  vertical-align: middle;
  width: 1rem;
}
#dd-col-header .ch-criteria.string-filter {
  border: 0;
  overflow: inherit;
}
#dd-col-header .ch-criteria.string-filter input {
  margin: inherit;
  height: inherit;
}

#muField label {
  float: left;
  line-height: 2rem;
  margin: 0 0.5rem;
}

.data-grid {
  width: 100%;
  margin-bottom: 0;
  border: none;
  font-size: 1rem;
}
.data-grid thead > tr {
  border-bottom: 1px solid #e9ecef;
  background: #f8f9fa;
}
.data-grid thead th {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 0.75rem 1.5rem;
  color: #6c757d;
}
.data-grid thead th.name-col {
  min-width: 15vw;
}
.data-grid thead th.icon-cell, .data-grid thead th.icon-cell > a {
  color: #adb5bd;
}
.data-grid tbody > tr:hover:not(.group):not(.sumrow),
.data-grid tr.active:not(.group):not(.sumrow) {
  background-color: #F0F2F5;
}
.data-grid tbody > tr:hover:not(.group):not(.sumrow) td,
.data-grid tr.active:not(.group):not(.sumrow) td {
  color: #001830;
}
.data-grid th > a {
  color: #6c757d;
}
.data-grid td {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.125rem;
  padding: 0.375rem 0.75rem;
  border-bottom: 1px solid #e9ecef;
}
.data-grid input[type="text"],
.data-grid input[type="password"],
.data-grid input[type="date"],
.data-grid input[type="datetime"],
.data-grid input[type="datetime-local"],
.data-grid input[type="month"],
.data-grid input[type="week"],
.data-grid input[type="email"],
.data-grid input[type="number"],
.data-grid input[type="search"],
.data-grid input[type="tel"],
.data-grid input[type="time"],
.data-grid input[type="url"],
.data-grid input[type="file"],
.data-grid input[type="checkbox"],
.data-grid input[type="radio"],
.data-grid textarea,
.data-grid select {
  margin: 0;
}
.data-grid .rename-input {
  width: auto;
  height: auto;
  margin: -0.125rem !important;
  padding: 0.125rem;
  font-size: 85%;
  line-height: 1.2;
}
.data-grid select.rename-input {
  padding-right: 1.25rem;
}
.data-grid .switch.tiny > label {
  margin-bottom: 0;
}

.data-grid .icon-cell {
  width: 2.25rem;
  padding: 0.75rem 0.125rem;
  text-align: center;
}
.data-grid .icon-cell::before {
  font-size: 1rem;
}

.data-grid .handle-cell {
  width: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.125rem;
}
.data-grid .handle-cell::before {
  font-size: 1rem;
}

.data-grid .menu span {
  cursor: pointer;
}

.data-grid .sumfield {
  font-weight: 600;
}

.data-grid .ch-icon {
  margin-left: 0.5rem;
  vertical-align: bottom;
}

.data-grid .header-pip {
  text-decoration: none !important;
  margin-left: 0.25rem;
}
.data-grid .header-pip::before {
  color: #adb5bd;
  font-size: .8rem;
}

.data-grid .group {
  border-bottom: 0.0625rem solid #f4f4f4;
  background: #eee;
}
.data-grid .group:hover {
  background: #d6d6d6;
}
.data-grid .group td {
  padding: 0.5rem 0 0.4375rem 0.875rem;
  line-height: 1.3;
  cursor: pointer;
}
.data-grid .group i::before {
  font-size: 1rem;
  color: #adb5bd;
  margin-right: 0.75rem;
}

#dd-files {
  font-weight: normal;
}
#dd-files .file-info {
  padding: 0.375rem 0.5rem;
  color: #001830;
}

#dd-memo {
  padding: 0.5rem;
  font-weight: 400;
}

.consult-detail-area,
.list-detail-area,
.search-results-grid,
.category-grid {
  overflow-x: auto;
}

.list-detail-area {
  border: 1px solid #e9ecef;
}

.data-grid .menu {
  color: #666;
}
.data-grid .bg-warning {
  background-color: white;
}
.data-grid td[data-email-duplicate] > a {
  color: #ffa238;
}

/*
.grid-density-0 > tbody td { // intermediate = default
		font-size: $ds-text-300-size;
		font-weight: $ds-text-300-weight;
		line-height: rem-calc(18);
		padding: rem-calc($ds-space-6 $ds-space-small);
}
*/
.grid-density-1 > tbody td {
  line-height: 1.25rem;
  padding: 0.75rem 1.25rem;
}

.grid-density-2 > tbody td {
  font-size: 12px;
  line-height: 1rem;
  padding: 0.25rem 0.5rem;
}

.grid-picture {
  max-width: 20rem;
  max-height: 20rem;
}

#tree-import .files-label, #tree-import .progress-label, #tree-import .step-reference label, #tree-import .step-results {
  color: #555;
  font-size: 0.6875rem;
}

#upload-subform .input-wrapper, #upload-subform .input-label, .upload-input, .file-info .main, .file-info .details {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.file-info.has-icons .main, .file-info.has-icons .details {
  padding-right: 4rem;
}

.file-info.highlight::before, .file-info .progress-bar-wrapper {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#dd-files, .modal-upload-subform {
  text-align: left;
}
#dd-files .file-info, .modal-upload-subform .file-info {
  display: flex;
  justify-content: space-between;
  line-height: 2rem;
}
#dd-files .file-info .main, .modal-upload-subform .file-info .main {
  flex: auto;
}
#dd-files .file-info .details, .modal-upload-subform .file-info .details {
  padding-left: 0.375rem;
  flex: none;
}
#dd-files .file-info i[class^="file-type-"], .modal-upload-subform .file-info i[class^="file-type-"] {
  margin-top: 0;
}

#file-helper-object {
  position: fixed;
  top: -6.25rem;
  left: -6.25rem;
}

.modal-upload-subform .file-info.hide {
  display: none !important;
}
.modal-upload-subform .file-info .filedelete {
  cursor: pointer;
  margin: 0 0.375rem;
}

#upload-subform {
  display: none;
  padding-left: 0;
}
#upload-subform .file-info {
  padding-bottom: 0.25rem;
}
#upload-subform .input-wrapper {
  padding-left: 0;
}
#upload-subform .input-wrapper.error {
  border: 0.0625rem #cc375b solid;
}
#upload-subform input[type=file].upload-input {
  margin-bottom: 0;
}
#upload-subform .input-label {
  padding-top: 0.5rem;
  font-size: 0.75rem;
  font-style: italic;
}
#upload-subform .upload-submit {
  position: relative;
  min-width: 3.125rem;
  height: 2rem;
  margin: 0.25rem 0.9375rem 0 0;
  padding: 0.5rem 0.9375rem;
  float: left;
  font-size: 0.75rem;
}
#upload-subform .label {
  display: inline-block;
  position: relative;
  min-width: 1.875rem;
}
#upload-subform .switch.tiny {
  display: inline-block;
}
#upload-subform .switch.tiny > label.switch-label {
  top: 0.25rem;
  margin-bottom: 0;
}
#upload-subform .link-checkbox {
  margin-bottom: -0.4375rem;
  padding-top: 0.4375rem;
}
#upload-subform .file-error {
  color: #ef483d;
}

.upload-input {
  font-size: 0.75rem;
}

button.upload-input {
  height: 2rem;
  margin: 0;
  padding: 0.5rem 0.9375rem;
  font-size: 0.75rem;
}

#tree-import {
  line-height: 1.3;
}
#tree-import .button-browse {
  margin: 0;
  margin-right: 0.5rem;
}
#tree-import .progress-label {
  margin: 0.25rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tree-import .step-reference {
  line-height: 1.625rem;
}
#tree-import .step-reference label {
  line-height: 2.3125rem;
}
#tree-import .step-select {
  color: #555;
  line-height: 1.875rem;
}
#tree-import .step-select .method-wrapper {
  position: relative;
}
#tree-import .step-select .label {
  display: inline;
  min-width: 1.875rem;
  vertical-align: 0.3125rem;
}
#tree-import .step-select .switch.tiny {
  display: inline-block;
  margin-right: 0.625rem;
}
#tree-import .step-select .switch.tiny > label.switch-label {
  margin-bottom: 0;
}
#tree-import .step-results.error {
  color: #f33;
}

.docu-muuri-item .muuri-item-content {
  height: auto;
}

.file {
  line-height: 1.5;
}
.file .file-status {
  position: absolute;
  top: 0;
  right: 0.25rem;
  bottom: 0;
  width: 4rem;
}
.file .file-status i {
  display: none;
  width: 2rem;
  height: 2rem;
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
  line-height: 2rem;
  text-align: center;
}

.file-menuicon {
  padding: 0 0.375rem;
  color: #888;
  line-height: 2.375rem;
  cursor: pointer;
}
.file-menuicon:hover {
  color: #001830;
}

.file-info {
  position: relative;
  padding: 0.125rem 0.25rem 0;
  overflow: hidden;
  background-color: transparent;
}
.file-info.highlight::before {
  content: " ";
  background-color: #e9ecef;
}
.file-info.editing .editing-status {
  display: block;
}
.file-info.uploading .uploading-status {
  display: block;
}
.file-info.upload-error .warning-status {
  display: block;
  color: #cc375b;
}
.file-info.diff-error .warning-status {
  display: block;
  color: #ffa238;
}
.file-info.file-field {
  padding: 0;
}
.file-info .type {
  position: relative;
  line-height: 1.35;
  margin-right: 0.375rem;
}
.file-info .sign-icon {
  width: 2rem;
  height: 2rem;
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
  line-height: 2rem;
  text-align: center;
}
.file-info .overlay-icon {
  display: none;
}
.file-info .progress-bar-wrapper.overlay {
  z-index: 1;
}
.file-info .progress-bar-wrapper.overlay .overlay-icon {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 0.3125rem;
  opacity: .8;
  text-align: center;
}
.file-info .progress-bar-wrapper.overlay .progress-bar,
.file-info .progress-bar-wrapper.overlay .progress-bar.complete {
  background-color: rgba(147, 204, 237, 0.65);
}
.file-info .progress-bar {
  width: 0;
  height: 100%;
  background-color: #cae8f3;
}
.file-info .progress-bar.complete {
  background-color: #caefc9;
}
.file-info .progress-bar.error {
  background-color: #ef9a94;
}
.file-info .main {
  font-size: 0.8125rem;
}
.file-info .main .filesize {
  font-size: 0.6875rem;
}
.file-info .main .filesize::before {
  content: "[";
}
.file-info .main .filesize::after {
  content: "]";
}
.file-info .main .i-link::before {
  margin-left: 0.375rem;
  font-size: 0.625rem;
}
.file-info .details {
  font-size: 0.6875rem;
}
.file-info .details > span + span::before {
  content: "\2022";
  margin: 0 0.25rem;
}
.file-info .shared-icon::before {
  color: #ffa238;
  font-size: 0.75rem;
}

.file-sign {
  background-color: #f8f9fa;
}
.file-sign .file-status {
  display: none;
}
.file-sign .file-sign-status {
  font-weight: bold;
}

#tab-files-menu.large-file > li:not(.show-for-large-file) {
  display: none;
}
#tab-files-menu.sign-file > li:not(.show-for-sign-file) {
  display: none;
}
#tab-files-menu.hide-pdf-items > .pdf-menu-item {
  display: none;
}

.file-diff-action {
  margin-bottom: 1rem;
  padding: 0.5rem 0.625rem;
  border: 1px solid #ddd;
  line-height: 1.3;
}
.file-diff-action.selected {
  border-color: #A6CBFE;
}
.file-diff-action .action-title {
  font-size: 0.9375rem;
  font-weight: 700;
}
.file-diff-action .file-info {
  padding: 0.75rem 0;
}
.file-diff-action .file-info .type {
  margin-top: 0.25rem;
}
.file-diff-action .file-info .main {
  font-size: 0.6875rem;
}
.file-diff-action .file-info .details span + span::before {
  content: "\2022";
  margin: 0 0.125rem;
  font-weight: normal;
}
.file-diff-action .file-diff-detail {
  font-size: 0.6875rem;
  font-weight: 700;
}
.file-diff-action .switch label,
.file-diff-action .switch + label {
  margin-bottom: 0.25rem;
}

@media only screen and (min-width: 64.063em) {
  #tree-import .files-label {
    font-size: 0.875rem;
  }
  #tree-import .step-reference label {
    font-size: 0.875rem;
  }
  #tree-import .step-results {
    font-size: 0.875rem;
  }
}
.invoicing-steps {
  display: flex;
  position: relative;
  margin: 1rem 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
}
.invoicing-steps::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #b5b5b5 0%, #848484 20%, #49a6d7 50%, #1fb41f 80%, #136c13 100%);
}
.invoicing-steps .invoicing-steps {
  flex-direction: column;
  margin: 0;
  font-size: 0.875rem;
  text-align: left;
}
.invoicing-steps .invoicing-steps::before {
  display: none;
}
.invoicing-steps .invoicing-steps .invoicing-step::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.25rem;
  width: 1.25rem;
  height: 1px;
}

.invoicing-step-container {
  position: relative;
  flex: 1;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 64.063em) {
  .invoicing-step-container {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 90.063em) {
  .invoicing-step-container {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 120.063em) {
  .invoicing-step-container {
    padding: 0 3.5rem;
  }
}
.invoicing-step-container .invoicing-step-container {
  padding-right: 0;
  padding-left: 1.25rem;
}
.invoicing-step-container .invoicing-step-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
}
.invoicing-step-container .invoicing-step-container:last-of-type::before {
  bottom: 50%;
}

.invoicing-step {
  display: flex;
  position: relative;
  flex-direction: column;
  font-weight: 400;
}
.invoicing-step.active {
  font-weight: 500;
}
.invoicing-step.active > .invoicing-step-text {
  font-size: 1rem;
}
.invoicing-step > [class^="i-"] {
  z-index: 1;
}
.invoicing-step > [class^="i-"]::before {
  background-color: #fff;
  font-size: 2rem;
  line-height: 2rem;
}
.invoicing-step > [class^="i-"] + .invoicing-step-text {
  margin-top: 0.5rem;
}
.invoicing-step > [class^="i-"] + .invoicing-step-text::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  width: 1px;
  height: 1rem;
}

.invoicing-step-1 > [class^="i-"] {
  color: #848484;
}
.invoicing-step-1 > [class^="i-"] + .invoicing-step-text {
  border: 1px solid #848484;
  background-color: #b5b5b5;
}
.invoicing-step-1 > [class^="i-"] + .invoicing-step-text::before {
  background-color: #848484;
}
.invoicing-step-1 + .invoicing-steps .invoicing-step::before {
  background-color: #848484;
}
.invoicing-step-1 + .invoicing-steps .invoicing-step-container::before {
  background-color: #848484;
}

.invoicing-step-2 > [class^="i-"] {
  color: #49a6d7;
}
.invoicing-step-2 > [class^="i-"] + .invoicing-step-text {
  border: 1px solid #49a6d7;
  background-color: #92cae7;
}
.invoicing-step-2 > [class^="i-"] + .invoicing-step-text::before {
  background-color: #49a6d7;
}
.invoicing-step-2 + .invoicing-steps .invoicing-step::before {
  background-color: #49a6d7;
}
.invoicing-step-2 + .invoicing-steps .invoicing-step-container::before {
  background-color: #49a6d7;
}

.invoicing-step-3 > [class^="i-"] {
  color: #1fb41f;
}
.invoicing-step-3 > [class^="i-"] + .invoicing-step-text {
  border: 1px solid #1fb41f;
  background-color: #66e566;
}
.invoicing-step-3 > [class^="i-"] + .invoicing-step-text::before {
  background-color: #1fb41f;
}
.invoicing-step-3 + .invoicing-steps .invoicing-step::before {
  background-color: #1fb41f;
}
.invoicing-step-3 + .invoicing-steps .invoicing-step-container::before {
  background-color: #1fb41f;
}

.invoicing-step-text {
  position: relative;
  width: 100%;
  padding: 0.25rem 0.375rem;
}

.toggle-menu::after {
  padding-left: 0.375rem;
  float: right;
  content: "\e620";
}
.toggle-menu.open {
  background: #F0F2F5;
}
.toggle-menu.open::after {
  content: "\e65b";
}
.toggle-menu.open + .sub-menu {
  display: block;
}

.sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  border-bottom: 0.0625rem solid #F0F2F5;
  background: white;
  list-style: none;
}
.sub-menu > li {
  margin: 0;
  padding-left: 1.5rem;
}
.sub-menu > li:hover {
  background: #F0F2F5;
}

#dd-call-back {
  max-width: 25rem;
  padding: 0.25rem;
  z-index: 30;
}
#dd-call-back > ul {
  margin: 0;
  list-style-type: none;
}
#dd-call-back > ul aside {
  font-size: 0.75rem;
  background-color: #f9f9f9;
  color: #001830;
  line-height: 1.3;
  padding: 0.1875rem 0;
}
#dd-call-back > ul aside i {
  cursor: pointer;
  color: #CCC;
}
#dd-call-back > ul aside .memo:hover {
  color: #000;
  cursor: pointer;
}
#dd-call-back > ul a.button {
  margin: 0;
  padding: 0.5rem 0.75rem;
  float: right;
  line-height: 13.5px;
}

#dd-consult-main-more li, #dd-edit-main-more li, #dd-details-more li, #dd-add-detail li, #dd-tools li, #dd-edit-case li {
  font-size: 0.875rem;
}

/** Badges: Override of global configuration **/
/** Badges: Sizes specific to areas with less space available **/
li[id^="entity-btn-"] > a .badge-i-warning {
  min-width: 1rem;
  padding: 0;
  top: 0;
}
li[id^="entity-btn-"] > a .badge-i-warning::before {
  display: block;
  content: "!";
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}

.badge-panel {
  margin-bottom: 0;
}
.badge-panel.panel > .content {
  max-height: 6.875rem;
  padding: 1rem;
}
.badge-panel ul {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.75rem;
  list-style: none;
}
.badge-panel li {
  display: flex;
  color: #939393;
}
.badge-panel li > span {
  padding-left: 0.25rem;
}
.badge-panel li .separator::before {
  content: "\2014";
}
.badge-panel .badge-number {
  color: linear-gradient(to bottom, #2d5de5 0%, #456fe5 100%);
  margin-right: 0.25rem;
  font-weight: 600;
}

.share-link-container {
  padding: 1rem;
  line-height: 1.3;
}
.share-link-container.f-dropdown {
  padding: 1rem;
}
.share-link-container input[type="text"] {
  display: inline-block;
  height: 2.3125rem;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0.5rem;
  font-size: 0.875rem;
}
.share-link-container input[type="text"].share-input {
  width: calc(100% - 7.5rem);
  float: left;
  cursor: pointer;
}
.share-link-container button.share-button:not(.dropdown):not(.split) {
  padding-right: 1rem;
  padding-left: 1rem;
  height: 2.25rem;
  font-size: 14px;
  font-weight: 500;
  max-height: 2.3125rem;
  margin: 0;
  line-height: normal;
}
.share-link-container button.share-button:not(.dropdown):not(.split).share-button-float {
  float: left;
  margin-left: 0.25rem;
}
.share-link-container button.share-button:not(.dropdown):not(.split).expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.share-link-container label {
  margin-bottom: 0;
}
.share-link-container .share-space {
  margin-top: 1rem !important;
}

.share-title {
  font-weight: 600;
}

.share-info {
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-size: 0.75rem;
}

.share-info-info {
  background: #89b1e0;
}

.share-info-warning {
  background: #ffa238;
  color: #fff;
}

.share-external-date {
  width: 100%;
}

.lookup-color-consult,
.lookup-color-grid,
.lookup-color-agenda {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5rem;
  color: #ffffff;
  background-color: #adb5bd;
  border-radius: 8px;
  padding: 0 0.375rem;
  white-space: nowrap;
}
.lookup-color-consult:not(:last-child),
.lookup-color-grid:not(:last-child),
.lookup-color-agenda:not(:last-child) {
  margin-bottom: 4px;
  margin-right: 4px;
}

.lookup-color-success {
  background-color: #36ad83;
}

.lookup-color-alert {
  background-color: #cc375b;
}

.lookup-color-warning {
  background-color: #ffa238;
}

.lookup-color-info {
  background-color: #89b1e0;
}

.lookup-color-primary {
  background-color: #A6CBFE;
}

.lookup-color-secondary {
  background-color: #e9ecef;
}

@media only screen and (min-width: 40.063em), print {
  .entity-tabs-content.Tmln {
    padding: 0.75rem;
  }
}
.entity-tabs-content.Tmln > .consult-detail-area {
  overflow: hidden;
  max-width: 57.5rem;
  margin: 0 auto;
}

.tmln-bar {
  margin: 0 0 1rem;
  padding: 0;
  border: none;
  background-color: transparent;
}

.tmln-item {
  position: relative;
  margin-left: 2rem;
  padding: 0.75rem;
  border: 1px solid #d3d3d3;
  border-left-width: 3px;
}
.tmln-item.card {
  width: 100%;
  margin: auto;
  border: 1px solid #dee2e6;
  padding-left: 16px;
}
@media only screen and (min-width: 40.063em), print {
  .tmln-item {
    margin-left: 4.5rem;
  }
}
.tmln-item + .tmln-item {
  margin-top: 1rem;
}
.tmln-item .meta {
  margin: 0 0 0.25rem;
  font-size: 10px;
  overflow-wrap: break-word;
  padding: 8px 8px 0 8px;
}
.tmln-item .meta > div {
  float: right;
  margin-bottom: 4px;
}
@media only screen and (max-width: 40em) {
  .tmln-item .meta {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0;
  }
  .tmln-item .meta > .date {
    padding-left: 0.3125rem;
  }
  .tmln-item .meta > .date::before {
    padding-right: 0.3125rem;
    color: #737373;
    content: "•";
  }
}
.tmln-item .date {
  color: #737373;
}
.tmln-item .user,
.tmln-item .user > a {
  color: #737373;
  font-size: 10px;
  font-weight: 700;
}
@media only screen and (min-width: 40.063em), print {
  .tmln-item .meta {
    padding-left: 0.5rem;
    float: right;
    line-height: 1.3;
    text-align: right;
    overflow: hidden;
  }
  .tmln-item .date,
  .tmln-item .user {
    display: block;
  }
}
.tmln-item .tmln-card-title {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 40em) {
  .tmln-item .tmln-card-title {
    flex-direction: column;
    align-items: start;
  }
}
.tmln-item .tmln-fields + .tmln-fields {
  margin-top: 0.5rem;
}
@media only screen and (min-width: 40.063em), print {
  .tmln-item .tmln-fields {
    float: left;
  }
}
.tmln-item .title {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  font-size: 16px;
  font-weight: 500;
}
.tmln-item .title::before {
  font-size: 1rem;
  vertical-align: top;
}
.tmln-item .title.no-title + .fields {
  margin-top: -1.5rem;
}
.tmln-item .event {
  color: #495057;
}
.tmln-item .event.info {
  background-color: #e3edff;
}
.tmln-item .event.success {
  background-color: #ebf7f3;
}
.tmln-item .event.warning {
  background-color: #fff6eb;
}
.tmln-item .t-name {
  font-weight: 500;
}
.tmln-item .t-name > i {
  margin-left: 8px;
}
.tmln-item .fields {
  margin-top: 16px;
  display: none;
}
.tmln-item .fields:has(.field) {
  display: block;
}
.tmln-item .field {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-left: 0.5rem;
  color: #333;
  font-size: 12px;
}
.has-icons .tmln-item .field .i-openwindow::before {
  font-size: 12px;
}
.tmln-item .fld-name,
.tmln-item .fld-description {
  margin: 0;
}
.tmln-item .fld-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6c757d;
  white-space: nowrap;
  align-content: center;
}
.tmln-item .fld-description::before {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #adb5bd;
  content: "\e65a";
  font-family: 'efficy-icons';
  margin: 0 0.75rem;
}
.tmln-item .fld-description > .emptied {
  font-style: italic;
}
.tmln-item .fld-description a {
  color: #666;
}
.has-icons .tmln-item .i-openwindow::before {
  font-size: .75rem;
}
.tmln-item .relations {
  font-size: 0.7rem;
  padding: 0.5rem;
}
.tmln-item .relations .item + .item {
  margin-left: 0.8rem;
}
.tmln-item .relations .item::before {
  font-size: 0.7rem;
  margin-right: 0.2rem;
}

.has-extra-info .tmln-content-main,
.has-extra-info .tmln-extra-info.hide {
  cursor: pointer;
}

@media only screen and (min-width: 40.063em), print {
  .tmln-content-main {
    width: 100%;
    padding: 0;
    padding-right: 0;
    float: left;
  }
}
/* The rightmost contact avatar on the timeline */
.tmln-user-img {
  width: 2rem;
  margin-left: 12px;
}

.tmln-icon-main-box {
  margin: 0 12px;
}
.has-icons .tmln-icon-main-box::before {
  font-size: 1.5rem;
}
@media only screen and (max-width: 40em) {
  .tmln-icon-main-box {
    margin: 0 8px 0 0;
  }
}

.icon-title {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 12px 0;
}

/* TODO: Can be removed if unused in TimelineIconTemplate.User */
.tmln-icon {
  display: inline-block;
  position: relative;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  background-size: cover;
  border-radius: 100px;
}
.tmln-icon.expanded {
  top: 0;
  width: 100%;
  height: 100%;
}
.has-icons .tmln-icon::before {
  font-size: 1rem;
}
@media only screen and (min-width: 40.063em), print {
  .has-icons .tmln-icon::before {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 40.063em), print {
  .tmln-block-buttons {
    width: 16rem;
    padding-left: 0.5rem;
    float: right;
  }
  .tmln-block-buttons .lookup-color-consult, .tmln-block-buttons .lookup-color-grid, .tmln-block-buttons.lookup-color-agenda {
    white-space: inherit;
  }
}
.tmln-loading {
  width: 100%;
  margin: 1rem 0.5rem;
  text-align: center;
}

.tmln-extra-info {
  margin: 0.5rem -0.75rem -0.75rem;
  padding: 0.75rem 0.75rem 0.75rem;
}
.tmln-extra-info:empty {
  display: none;
}
.has-memo:not(.tmln-master) .tmln-extra-info.hide {
  display: block;
  max-height: 2.75rem;
  overflow: hidden;
}
.has-memo:not(.tmln-master) .tmln-extra-info.hide .tmln-memo {
  max-height: 100%;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 0.6875rem;
}
.has-memo:not(.tmln-master) .tmln-extra-info.hide .tmln-detail-field {
  display: none;
}
.tmln-extra-info .title {
  font-size: 0.875rem;
}
.tmln-extra-info .e-i-name {
  margin-bottom: 0.125rem;
  cursor: default;
}
.tmln-extra-info .e-i-description {
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.tmln-extra-info p,
.tmln-extra-info ul,
.tmln-extra-info ol,
.tmln-extra-info dl {
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.3;
}

.tmln-detail-field {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 64.063em) {
  .tmln-detail-field {
    width: 50%;
  }
}
@media only screen and (min-width: 90.063em) {
  .tmln-detail-field {
    width: 33.33333%;
  }
}

.tmln-memo {
  padding: 0 0 0.5rem 8px;
  overflow: hidden;
  border-bottom: 1px solid #d3d3d3;
}
.tmln-master .tmln-memo {
  padding-bottom: 0;
  border-bottom: none;
}

.tmln-comment {
  display: flex;
  margin: 0.5rem -0.75rem 0;
  padding: 0.75rem 0.75rem 0;
  font-size: 0.75rem;
}
.tmln-comment .tmln-comment-info {
  flex: auto;
}
.tmln-comment .title {
  font-size: 0.6875rem;
  line-height: 1rem;
}
.tmln-comment .memo {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0.25rem;
}
.tmln-comment .tmln-comment-attachments {
  flex: none;
}
.tmln-comment .tmln-comment-attachments button {
  margin-bottom: 0;
}

.tmln-new-comment {
  padding-top: 0.3125rem;
  font-size: 0.875rem;
}
.tmln-new-comment .row > .columns {
  padding-left: 0;
  padding-right: 0;
}
.tmln-new-comment .toolbar.small {
  margin-top: 0.375rem;
  margin-bottom: 0;
}
.tmln-new-comment .toolbar.small button {
  margin-bottom: 0;
}

.tmln-new-comment-input {
  border: 1px solid #dee2e6;
  width: 100%;
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  border-radius: 4px;
  margin-top: 0.1875rem;
  margin-bottom: 0;
}
.tmln-new-comment-input + i {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.tmln-end {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 2rem;
}
@media only screen and (min-width: 40.063em), print {
  .tmln-end {
    margin-left: 4.5rem;
  }
}
.tmln-end button {
  margin: 0;
}

/* Original: 15px */
/* Original: 13px */
.depth-2.workstage-deliverable .workstage-name, table tr.depth-2.workstage-stage .workstage-name {
  padding-left: 1.1875rem;
}
.depth-3.workstage-deliverable .workstage-name, table tr.depth-3.workstage-stage .workstage-name {
  padding-left: 1.9375rem;
}
.depth-4.workstage-deliverable .workstage-name, table tr.depth-4.workstage-stage .workstage-name {
  padding-left: 2.6875rem;
}
.depth-5.workstage-deliverable .workstage-name, table tr.depth-5.workstage-stage .workstage-name {
  padding-left: 3.4375rem;
}
.depth-6.workstage-deliverable .workstage-name, table tr.depth-6.workstage-stage .workstage-name {
  padding-left: 4.1875rem;
}
.depth-7.workstage-deliverable .workstage-name, table tr.depth-7.workstage-stage .workstage-name {
  padding-left: 4.9375rem;
}
.depth-8.workstage-deliverable .workstage-name, table tr.depth-8.workstage-stage .workstage-name {
  padding-left: 5.6875rem;
}
.depth-9.workstage-deliverable .workstage-name, table tr.depth-9.workstage-stage .workstage-name {
  padding-left: 6.4375rem;
}
.depth-10.workstage-deliverable .workstage-name, table tr.depth-10.workstage-stage .workstage-name {
  padding-left: 7.1875rem;
}

table tr.depth-2.workstage-stage {
  background-color: #dddddd;
}
table tr.depth-3.workstage-stage {
  background-color: #e6e6e6;
}
table tr.depth-4.workstage-stage {
  background-color: #eeeeee;
}
table tr.depth-5.workstage-stage {
  background-color: #f7f7f7;
}
table tr.depth-6.workstage-stage {
  background-color: #dddddd;
}
table tr.depth-7.workstage-stage {
  background-color: #e6e6e6;
}
table tr.depth-8.workstage-stage {
  background-color: #eeeeee;
}
table tr.depth-9.workstage-stage {
  background-color: #f7f7f7;
}
table tr.depth-10.workstage-stage {
  background-color: white;
}

.wkld-root .list-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

#wkld-roadmap {
  padding: 16px;
  margin-top: 8px;
  border: none;
}
#wkld-roadmap .wkld-timesheet,
#wkld-roadmap .wkld-assigned-user {
  font-size: 0.75rem;
  font-weight: "Inter", sans-serif;
  text-transform: none;
}
#wkld-roadmap .wkld-timesheet.i-User::before,
#wkld-roadmap .wkld-assigned-user.i-User::before {
  font-size: 0.75rem;
}
#wkld-roadmap .control {
  cursor: pointer;
  position: relative;
}
#wkld-roadmap .control[class^="i-"] .badge, #wkld-roadmap .control[class*=" i-"] .badge {
  top: unset;
  bottom: 0.75rem;
  left: 0.625rem;
}
#wkld-roadmap .control,
#wkld-roadmap .wkld-timesheet {
  display: inline-block;
  margin: 0 0.375rem;
  vertical-align: middle;
}
#wkld-roadmap .control.hover,
#wkld-roadmap .wkld-timesheet.hover {
  visibility: hidden;
}
#wkld-roadmap > h3 {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
#wkld-roadmap > h3 > .control,
#wkld-roadmap > h3 > .wkld-timesheet,
#wkld-roadmap > h3 > .wkld-assigned-user {
  position: relative;
  top: -0.0625rem;
}

#workload-treeview-host,
#treeview-import-results {
  margin-top: 0.25rem;
}
#workload-treeview-host .hide,
#treeview-import-results .hide {
  display: none;
}
#workload-treeview-host .lighten,
#treeview-import-results .lighten {
  opacity: 0.3;
}
#workload-treeview-host > .jstree-container-ul,
#treeview-import-results > .jstree-container-ul {
  min-width: 64rem;
}
#workload-treeview-host > .jstree-container-ul > .jstree-open > .jstree-ocl,
#treeview-import-results > .jstree-container-ul > .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
#workload-treeview-host > .jstree-container-ul > .jstree-closed > .jstree-ocl,
#treeview-import-results > .jstree-container-ul > .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
#workload-treeview-host .jstree-anchor,
#treeview-import-results .jstree-anchor {
  padding-left: 0.25rem;
  box-shadow: none;
  cursor: default;
}
#workload-treeview-host .jstree-anchor.jstree-clicked,
#treeview-import-results .jstree-anchor.jstree-clicked {
  background-color: transparent;
}
#workload-treeview-host .jstree-anchor.jstree-clicked > .hover.inline-edit-active,
#treeview-import-results .jstree-anchor.jstree-clicked > .hover.inline-edit-active {
  visibility: visible;
}
#workload-treeview-host .jstree-anchor.treeview-stage,
#treeview-import-results .jstree-anchor.treeview-stage {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  width: calc(100% - 2rem);
  height: auto;
  margin-bottom: 0.25rem;
  padding: 12px;
  color: #001830;
}
#workload-treeview-host .jstree-anchor.treeview-stage.treeview-root,
#treeview-import-results .jstree-anchor.treeview-stage.treeview-root {
  padding: unset;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  font-weight: 600;
}
#workload-treeview-host .jstree-anchor.treeview-stage:not(.treeview-root),
#treeview-import-results .jstree-anchor.treeview-stage:not(.treeview-root) {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  background-color: #dee2e6;
}
#workload-treeview-host .jstree-anchor.treeview-stage > .status,
#workload-treeview-host .jstree-anchor.treeview-stage > .control,
#workload-treeview-host .jstree-anchor.treeview-stage > .wkld-timesheet,
#workload-treeview-host .jstree-anchor.treeview-stage > .wkld-assigned-user,
#treeview-import-results .jstree-anchor.treeview-stage > .status,
#treeview-import-results .jstree-anchor.treeview-stage > .control,
#treeview-import-results .jstree-anchor.treeview-stage > .wkld-timesheet,
#treeview-import-results .jstree-anchor.treeview-stage > .wkld-assigned-user {
  position: relative;
  top: -0.0625rem;
}
#workload-treeview-host .jstree-anchor.treeview-stage .wkld-columns.primary,
#treeview-import-results .jstree-anchor.treeview-stage .wkld-columns.primary {
  font-size: 1.125rem;
}
#workload-treeview-host .jstree-anchor.treeview-stage .wkld-columns.secondary,
#treeview-import-results .jstree-anchor.treeview-stage .wkld-columns.secondary {
  font-size: 0.875rem;
}
#workload-treeview-host .jstree-anchor.treeview-deliverable,
#treeview-import-results .jstree-anchor.treeview-deliverable {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  width: calc(100% - 2rem);
  height: auto;
  color: #001830;
  padding: 2px;
}
#workload-treeview-host .jstree-anchor.treeview-deliverable .wkld-columns.primary,
#treeview-import-results .jstree-anchor.treeview-deliverable .wkld-columns.primary {
  font-size: 0.875rem;
  font-weight: 700;
}
#workload-treeview-host .jstree-anchor.treeview-deliverable .wkld-columns.secondary,
#treeview-import-results .jstree-anchor.treeview-deliverable .wkld-columns.secondary {
  display: none;
}
#workload-treeview-host .jstree-anchor.treeview-step,
#treeview-import-results .jstree-anchor.treeview-step {
  width: calc(100% - 2rem);
  color: #555;
  font-size: 0.875rem;
  font-weight: 400;
}
#workload-treeview-host .jstree-anchor.treeview-step .wkld-columns,
#treeview-import-results .jstree-anchor.treeview-step .wkld-columns {
  font-size: 0.875rem;
  font-weight: 400;
}
#workload-treeview-host .jstree-anchor .wkld-columns,
#treeview-import-results .jstree-anchor .wkld-columns {
  min-width: 1.875rem;
  float: right;
  text-align: right;
  text-transform: none;
}
#workload-treeview-host .jstree-anchor .wkld-columns > *,
#treeview-import-results .jstree-anchor .wkld-columns > * {
  display: block;
  padding: 0 0.125rem;
  float: right;
}
#workload-treeview-host .jstree-anchor .wkld-columns .percentage,
#treeview-import-results .jstree-anchor .wkld-columns .percentage {
  min-width: 3.125rem;
}
#workload-treeview-host .jstree-anchor .wkld-columns .duration,
#treeview-import-results .jstree-anchor .wkld-columns .duration {
  font-size: 80%;
}
#workload-treeview-host .jstree-anchor .wkld-columns .remaining,
#treeview-import-results .jstree-anchor .wkld-columns .remaining {
  font-size: 65%;
}
#workload-treeview-host .jstree-anchor .rename-input,
#treeview-import-results .jstree-anchor .rename-input {
  display: inline-block;
  width: auto;
  min-width: 10rem;
  height: auto;
  margin: -0.125rem;
  padding: 0.125rem;
  font-size: 90%;
  line-height: 1.2;
}
@media only screen and (min-width: 64.063em) {
  #workload-treeview-host .jstree-anchor .rename-input,
  #treeview-import-results .jstree-anchor .rename-input {
    min-width: 15rem;
  }
}
@media only screen and (min-width: 90.063em) {
  #workload-treeview-host .jstree-anchor .rename-input,
  #treeview-import-results .jstree-anchor .rename-input {
    min-width: 20rem;
  }
}
#workload-treeview-host .jstree-node:not(.jstree-last) > .jstree-children,
#treeview-import-results .jstree-node:not(.jstree-last) > .jstree-children {
  padding-bottom: 0.5rem;
}
@keyframes highlight {
  0% {
    background-color: #eded3b;
  }
  100% {
    background-color: transparent;
  }
}
#workload-treeview-host .jstree-node .highlight,
#treeview-import-results .jstree-node .highlight {
  animation: highlight 3s;
}
#workload-treeview-host .jstree-leaf .treeview-deliverable,
#treeview-import-results .jstree-leaf .treeview-deliverable {
  margin-bottom: 0.5rem;
}
#workload-treeview-host .jstree-leaf .treeview-stage,
#treeview-import-results .jstree-leaf .treeview-stage {
  margin-bottom: 0.875rem;
}
#workload-treeview-host .jstree-leaf.jstree-node,
#treeview-import-results .jstree-leaf.jstree-node {
  padding: 0.25rem;
}
#workload-treeview-host .jstree-hovered,
#workload-treeview-host .jstree-clicked,
#treeview-import-results .jstree-hovered,
#treeview-import-results .jstree-clicked {
  border-radius: 0;
  box-shadow: none;
}
#workload-treeview-host .jstree-hovered .control.hover,
#workload-treeview-host .jstree-hovered .wkld-timesheet.hover,
#treeview-import-results .jstree-hovered .control.hover,
#treeview-import-results .jstree-hovered .wkld-timesheet.hover {
  visibility: visible;
}
#workload-treeview-host .advancement-container,
#workload-treeview-host .cost-container,
#treeview-import-results .advancement-container,
#treeview-import-results .cost-container {
  margin-bottom: 0.125rem;
  margin-left: 1.5rem;
  line-height: 1.25rem;
}
#workload-treeview-host .advancement-container:empty,
#workload-treeview-host .cost-container:empty,
#treeview-import-results .advancement-container:empty,
#treeview-import-results .cost-container:empty {
  display: none;
}
#workload-treeview-host .advancement-container::before,
#workload-treeview-host .cost-container::before,
#treeview-import-results .advancement-container::before,
#treeview-import-results .cost-container::before {
  display: inline-block;
  width: 0.9375rem;
  opacity: .75;
  color: #555;
  font-size: 0.75rem;
}
#workload-treeview-host .advancement,
#workload-treeview-host .cost,
#treeview-import-results .advancement,
#treeview-import-results .cost {
  padding-left: 0.25rem;
  color: #555;
  font-size: 0.75rem;
  font-style: italic;
}
#workload-treeview-host .advancement + .advancement::before,
#workload-treeview-host .advancement + .cost::before,
#workload-treeview-host .cost + .advancement::before,
#workload-treeview-host .cost + .cost::before,
#treeview-import-results .advancement + .advancement::before,
#treeview-import-results .advancement + .cost::before,
#treeview-import-results .cost + .advancement::before,
#treeview-import-results .cost + .cost::before {
  padding-right: 0.25rem;
  content: "\2022";
}

.wkld-status,
.wkld-tag,
.wkld-start,
.wkld-end {
  display: inline-block;
  margin-left: 0.625rem;
  margin-right: 0.375rem;
  padding: 0.0625rem 0.375rem;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.wkld-status.icon-only,
.wkld-tag.icon-only,
.wkld-start.icon-only,
.wkld-end.icon-only {
  background-color: transparent !important;
  font-size: 0.875rem;
}
.wkld-status::before,
.wkld-tag::before,
.wkld-start::before,
.wkld-end::before {
  font-size: inherit !important;
}

.wkld-status-draft {
  background-color: #ccc;
  color: #001830;
}

.wkld-status-unassigned {
  background-color: #848484;
  color: #fff;
}

.wkld-status-todo {
  background-color: #17a3d7;
  color: #fff;
}

.wkld-status-progress {
  background-color: #f7d114;
  color: #001830;
}

.wkld-status-waiting {
  background-color: #f29018;
  color: #001830;
}

.wkld-status-done {
  background-color: #8fe617;
  color: #001830;
}

.wkld-status-closed {
  background-color: #1fb41f;
  color: #fff;
}

.wkld-status-cancelled {
  background-color: #e62222;
  color: #fff;
}

.wkld-status-delivered-in-test {
  background-color: #9F79F2;
  color: #001830;
}

.wkld-status-validated-in-test {
  background-color: #8263F2;
  color: #fff;
}

.wkld-status-delivered-in-uat {
  background-color: #999DF2;
  color: #001830;
}

.wkld-status-validated-in-uat {
  background-color: #5D5F8C;
  color: #fff;
}

#wkld-search-results {
  max-height: 12.5rem;
  overflow-y: auto;
  list-style-type: none;
  margin-left: 0;
  border: 1px solid #ccc;
  background-color: #fff;
}
#wkld-search-results li {
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
  line-height: 18px;
  margin: 0;
}
#wkld-search-results li:hover, #wkld-search-results li:focus {
  background: #F0F2F5;
}
#wkld-search-results li a {
  display: block;
  padding: 0.5rem;
  color: #001830;
}

.hint-edit-fields {
  max-width: 55vw;
  max-height: 35vh;
  overflow: auto;
  font-size: 0.875rem;
  line-height: 1.45;
  white-space: normal;
}
@media only screen and (min-width: 40.063em), print {
  .hint-edit-fields {
    max-width: 75vw;
  }
}
@media only screen and (min-height: 45.063em) {
  .hint-edit-fields {
    max-height: 45vh;
  }
}
@media only screen and (min-height: 56.063em) {
  .hint-edit-fields {
    max-height: 55vh;
  }
}
@media only screen and (min-height: 64.063em) {
  .hint-edit-fields {
    max-height: 65vh;
  }
}

.nodeEditHint {
  width: 15rem;
}
@media only screen and (min-width: 40.063em), print {
  .nodeEditHint {
    width: 22.5rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .nodeEditHint {
    width: 35rem;
  }
}
@media only screen and (min-width: 90.063em) {
  .nodeEditHint {
    width: 40rem;
  }
}
@media only screen and (min-width: 120.063em) {
  .nodeEditHint {
    width: 45rem;
  }
}
.nodeEditHint .alert-box {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 40.063em), print {
  .nodeEditHint.timesheetStepEdit {
    width: 21.875rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .nodeEditHint.timesheetStepEdit {
    width: 21.875rem;
  }
}

.wkld-detail-grid {
  position: static;
}

#dd-notify {
  padding: 0.25rem;
}

.workstage-deliverable {
  color: #575757;
  font-size: 1rem;
}

td.padding-depth-0 {
  padding-left: 0.5rem;
}

td.padding-depth-1 {
  padding-left: 1.5rem;
}

td.padding-depth-2 {
  padding-left: 2.5rem;
}

td.padding-depth-3 {
  padding-left: 3.5rem;
}

td.padding-depth-4 {
  padding-left: 4.5rem;
}

td.padding-depth-5 {
  padding-left: 5.5rem;
}

td.padding-depth-6 {
  padding-left: 6.5rem;
}

td.padding-depth-7 {
  padding-left: 7.5rem;
}

td.padding-depth-8 {
  padding-left: 8.5rem;
}

td.padding-depth-9 {
  padding-left: 9.5rem;
}

table tr.workstage-stage {
  font-size: 1rem;
  font-weight: 400;
}
table tr.workstage-stage + .workstage-deliverable {
  border-top: none;
}
table tr.workstage-stage.depth-2 td {
  padding: 1rem;
}
table tr.workstage-root {
  background-color: #575757;
}
table tr.workstage-root td {
  color: #fff;
}
table tr.workstage-deliverable {
  background: transparent;
}
table tr.workstage-deliverable + .workstage-deliverable {
  border-top: 1px solid #e4e4e4;
}
table tr.workstage-deliverable.depth-3 td {
  padding: 1rem;
}

#agenda-planning .fc-slats col {
  width: 1.78719rem !important;
  min-width: 0;
}

#plan-auto-allocate input[type="text"] {
  background-color: #ffffff;
  font-family: inherit;
  border: 1px solid #dee2e6;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #001830;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0 0 1rem 0;
  padding: 8px 12px;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
#plan-auto-allocate input[type="text"]:focus {
  box-shadow: 0px 0px 0px 4px #ECFAF3, 0px 1px 2px 0px rgba(33, 37, 41, 0.05);
  border-color: #A6CBFE;
}
#plan-auto-allocate input[type="text"]:focus {
  color: #001830;
  background: #ffffff;
  border-color: #A6CBFE;
  outline: none;
}
#plan-auto-allocate input[type="text"][disabled], #plan-auto-allocate input[type="text"][readonly], fieldset[disabled] #plan-auto-allocate input[type="text"] {
  background-color: #f8f9fa;
}
#plan-auto-allocate button {
  margin-bottom: 0;
}
#plan-auto-allocate .switch.tiny > label,
#plan-auto-allocate .switch + label.inline {
  margin-bottom: 0.125rem;
}

.plan-auto-alloc-group {
  margin-bottom: 1rem;
}

.plan-auto-alloc-group-header > label {
  font-weight: 700;
}

.plan-auto-alloc-variance {
  margin-left: 0.25rem;
  font-size: 90%;
}
.plan-auto-alloc-variance::before {
  content: "(";
}
.plan-auto-alloc-variance::after {
  content: ")";
}

#roadmap-filter-dd .filter-type {
  max-height: 28.125rem;
  overflow-x: hidden;
}

.TaskBoard .consult-detail-area.loading {
  min-height: 6.25rem;
}
.TaskBoard .consult-detail-area.loading::before {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 2.1875rem;
  height: 2.1875rem;
  margin: -1.09375rem 0 0 -1.09375rem;
  content: "";
}
.no-cssanimations .TaskBoard .consult-detail-area.loading::before {
  background: url("../../../../lib/img/spinner24.gif") center center no-repeat;
}
.cssanimations .TaskBoard .consult-detail-area.loading::before {
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.3125rem solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  border-top-color: #000;
}
.TaskBoard .muuri-sub-col-header.wkld-status-draft {
  background-color: #ccc;
  color: #001830;
}
.TaskBoard .muuri-sub-col.wkld-status-draft {
  background-color: rgba(204, 204, 204, 0.05);
}
.TaskBoard .muuri-sub-col-header.wkld-status-unassigned {
  background-color: #848484;
  color: #fff;
}
.TaskBoard .muuri-sub-col.wkld-status-unassigned {
  background-color: rgba(132, 132, 132, 0.05);
}
.TaskBoard .muuri-sub-col-header.wkld-status-to-do {
  background-color: #17a3d7;
  color: #fff;
}
.TaskBoard .muuri-sub-col.wkld-status-to-do {
  background-color: rgba(23, 163, 215, 0.05);
}
.TaskBoard .muuri-sub-col-header.wkld-status-in-progress {
  background-color: #f7d114;
  color: #001830;
}
.TaskBoard .muuri-sub-col.wkld-status-in-progress {
  background-color: rgba(247, 209, 20, 0.05);
}
.TaskBoard .muuri-sub-col-header.wkld-status-waiting {
  background-color: #f29018;
  color: #001830;
}
.TaskBoard .muuri-sub-col.wkld-status-waiting {
  background-color: rgba(242, 144, 24, 0.05);
}
.TaskBoard .muuri-sub-col-header.wkld-status-done {
  background-color: #8fe617;
  color: #001830;
}
.TaskBoard .muuri-sub-col.wkld-status-done {
  background-color: rgba(143, 230, 23, 0.05);
}
.TaskBoard .muuri-sub-col-header.wkld-status-closed {
  background-color: #1fb41f;
  color: #fff;
}
.TaskBoard .muuri-sub-col.wkld-status-closed {
  background-color: rgba(31, 180, 31, 0.05);
}
.TaskBoard .muuri-sub-col-header.wkld-status-cancelled {
  background-color: #e62222;
  color: #fff;
}
.TaskBoard .muuri-sub-col.wkld-status-cancelled {
  background-color: rgba(230, 34, 34, 0.05);
}
.TaskBoard .muuri-sub-col-header.wkld-status-delivered-in-test {
  background-color: #9F79F2;
  color: #001830;
}
.TaskBoard .muuri-sub-col.wkld-status-delivered-in-test {
  background-color: rgba(159, 121, 242, 0.05);
}
.TaskBoard .muuri-sub-col-header.wkld-status-validated-in-test {
  background-color: #8263F2;
  color: #fff;
}
.TaskBoard .muuri-sub-col.wkld-status-validated-in-test {
  background-color: rgba(130, 99, 242, 0.05);
}
.TaskBoard .muuri-sub-col-header.wkld-status-delivered-in-uat {
  background-color: #999DF2;
  color: #001830;
}
.TaskBoard .muuri-sub-col.wkld-status-delivered-in-uat {
  background-color: rgba(153, 157, 242, 0.05);
}
.TaskBoard .muuri-sub-col-header.wkld-status-validated-in-uat {
  background-color: #5D5F8C;
  color: #fff;
}
.TaskBoard .muuri-sub-col.wkld-status-validated-in-uat {
  background-color: rgba(93, 95, 140, 0.05);
}
.TaskBoard .muuri-sub-col-header {
  background-color: unset;
  text-align: initial;
  min-width: 19.3125rem;
  overflow-x: visible;
  text-wrap: nowrap;
  padding-top: 0;
  /* The thin line at the top of each header */
  /* Header title & Extra infos */
}
.TaskBoard .muuri-sub-col-header .muuri-colored-hat {
  /* NOTE: The background colour is set by the dynamicCss */
  display: block;
  width: 100%;
  height: 0.25rem;
  content: '';
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.TaskBoard .muuri-sub-col-header .muuri-sub-col-header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  /* Cards count for each column */
}
.TaskBoard .muuri-sub-col-header .muuri-sub-col-header-title .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  /* Override with non standard line height (from Figma) */
  line-height: 1.5rem;
}
.TaskBoard .muuri-sub-col-header .muuri-sub-col-header-title .count {
  color: #495057;
}
.TaskBoard .muuri-sub-col-header .muuri-sub-col-header-title .count::before, .TaskBoard .muuri-sub-col-header .muuri-sub-col-header-title .count::after {
  /* Removes the parentheses around the number of cards, set in vendor lib */
  content: '';
}
.TaskBoard .muuri-sub-col-header .muuri-sub-col-header-extra {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  line-height: 0.5;
}
.TaskBoard .muuri-sub-col-header .muuri-sub-col-header-extra span.pill-clear-bg {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  border-radius: 12px;
  text-align: right;
}
.TaskBoard .muuri-sub-col-header .muuri-sub-col-header-extra .pill-clear-bg.total-amount, .TaskBoard .muuri-sub-col-header .muuri-sub-col-header-extra .pill-clear-bg.total-weighted {
  margin: 0 0.25rem;
  width: 50%;
}
.TaskBoard .muuri-sub-col-header .muuri-sub-col-header-extra .pill-clear-bg.total-amount {
  background-color: unset;
  border: 1px solid #36ad83;
  color: #36ad83;
}
.TaskBoard .muuri-sub-col-header .muuri-sub-col-header-extra .pill-clear-bg.total-weighted {
  background-color: unset;
  border: 1px solid #89b1e0;
  color: #89b1e0;
}

.wkld-post-it {
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0.125rem;
}

.taskboard-item:not(.muuri-item) {
  display: none;
}
.taskboard-item.muuri-item .muuri-item-content {
  min-height: 3.75rem;
  border-radius: 8px;
  box-shadow: unset;
  padding: 4px;
}
.taskboard-item.muuri-item .muuri-item-content.large {
  min-height: 4.5rem;
}
.taskboard-item .step-name {
  max-height: 1.75rem;
}
.taskboard-item .step-name .step-subject {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.taskboard-item .step-name .step-reference {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.taskboard-item .step-skill-wrapper,
.taskboard-item .step-project-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #737373;
  font-size: 0.625rem;
  line-height: 0.75rem;
}
.taskboard-item .step-skill-icon::before,
.taskboard-item .step-project-icon::before {
  position: relative;
  bottom: -0.0625rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.taskboard-item .step-member,
.taskboard-item .step-skill-name,
.taskboard-item .step-project-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 0.125rem;
}
.taskboard-item .step-bottom {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.taskboard-item .step-progress {
  flex: 1;
  width: 100%;
  height: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #eee;
}
.taskboard-item .step-progress::-webkit-progress-bar {
  background-color: #eee;
}
.taskboard-item .step-progress::-webkit-progress-value {
  background-color: #f7d114;
}
.taskboard-item .step-progress::-moz-progress-bar {
  background-color: #f7d114;
}
.taskboard-item .step-progress::-ms-fill {
  background-color: #f7d114;
}
.taskboard-item .step-progress[value="100"]::-webkit-progress-value {
  background-color: #8fe617;
}
.taskboard-item .step-progress[value="100"]::-moz-progress-bar {
  background-color: #8fe617;
}
.taskboard-item .step-progress[value="100"]::-ms-fill {
  background-color: #8fe617;
}
.taskboard-item .button-icon {
  flex: none;
  padding-left: 0.25rem;
  color: #ced4da;
}
.taskboard-item .button-icon:hover {
  color: #001830;
}
.taskboard-item .button-icon::before {
  font-size: 0.875rem;
}

.WorkloadPlan h5 {
  margin-top: 1.875rem;
  margin-left: 1.875rem;
  color: #f8f9fa;
}
.WorkloadPlan #chart-2 {
  height: 20rem;
}

.Capacity .chart {
  height: 20rem;
  overflow: hidden;
}
.Capacity h4 {
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}

.entity-name-extra {
  padding-left: 1.5rem;
}

.Team .grayicon {
  color: #555;
}

.Gantt .e-child-progress-resizer {
  visibility: hidden;
}

.grid-badge {
  display: inline-block;
  margin-left: 0.625rem;
  margin-right: 0.375rem;
  padding: 0.125rem 0.375rem;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}

.badge-1 {
  border: 1px solid #008941;
  color: #008941;
}

.badge-2 {
  border: 1px solid #006fa6;
  color: #006fa6;
}

.badge-3 {
  border: 1px solid #a30059;
  color: #a30059;
}

.badge-4 {
  border: 1px solid #7a4900;
  color: #7a4900;
}

.badge-5 {
  border: 1px solid #0000a6;
  color: #0000a6;
}

.badge-6 {
  border: 1px solid #004d43;
  color: #004d43;
}

.badge-7 {
  border: 1px solid #b79762;
  color: #b79762;
}

.badge-8 {
  border: 1px solid #8fb0ff;
  color: #8fb0ff;
}

.badge-9 {
  border: 1px solid #997d87;
  color: #997d87;
}

.badge-10 {
  border: 1px solid #5a0007;
  color: #5a0007;
}

.badge-11 {
  border: 1px solid #809693;
  color: #809693;
}

.badge-12 {
  border: 1px solid #1b4400;
  color: #1b4400;
}

.badge-13 {
  border: 1px solid #4fc601;
  color: #4fc601;
}

.badge-14 {
  border: 1px solid #3b5dff;
  color: #3b5dff;
}

.badge-15 {
  border: 1px solid #4a3b53;
  color: #4a3b53;
}

.badge-16 {
  border: 1px solid #ff2f80;
  color: #ff2f80;
}

.badge-17 {
  border: 1px solid #61615a;
  color: #61615a;
}

.badge-18 {
  border: 1px solid #ba0900;
  color: #ba0900;
}

.badge-19 {
  border: 1px solid #6b7900;
  color: #6b7900;
}

.badge-20 {
  border: 1px solid #00c2a0;
  color: #00c2a0;
}

.badge-21 {
  border: 1px solid #ffaa92;
  color: #ffaa92;
}

.badge-22 {
  border: 1px solid #ff90c9;
  color: #ff90c9;
}

.badge-23 {
  border: 1px solid #b903aa;
  color: #b903aa;
}

.badge-24 {
  border: 1px solid #d16100;
  color: #d16100;
}

.badge-25 {
  border: 1px solid #000035;
  color: #000035;
}

.badge-26 {
  border: 1px solid #7b4f4b;
  color: #7b4f4b;
}

.badge-27 {
  border: 1px solid #a1c299;
  color: #a1c299;
}

.badge-28 {
  border: 1px solid #300018;
  color: #300018;
}

.badge-29 {
  border: 1px solid #0aa6d8;
  color: #0aa6d8;
}

.badge-30 {
  border: 1px solid #013349;
  color: #013349;
}

.badge-31 {
  border: 1px solid #00846f;
  color: #00846f;
}

.badge-32 {
  border: 1px solid #372101;
  color: #372101;
}

.badge-33 {
  border: 1px solid #ffb500;
  color: #ffb500;
}

.badge-34 {
  border: 1px solid #a079bf;
  color: #a079bf;
}

.badge-35 {
  border: 1px solid #cc0744;
  color: #cc0744;
}

.badge-36 {
  border: 1px solid #c0b9b2;
  color: #c0b9b2;
}

.badge-37 {
  border: 1px solid #c2ff99;
  color: #c2ff99;
}

.badge-38 {
  border: 1px solid #001e09;
  color: #001e09;
}

.badge-39 {
  border: 1px solid #00489c;
  color: #00489c;
}

.badge-40 {
  border: 1px solid #6f0062;
  color: #6f0062;
}

.badge-41 {
  border: 1px solid #0cbd66;
  color: #0cbd66;
}

.badge-42 {
  border: 1px solid #eec3ff;
  color: #eec3ff;
}

.badge-43 {
  border: 1px solid #456d75;
  color: #456d75;
}

.badge-44 {
  border: 1px solid #b77b68;
  color: #b77b68;
}

.badge-45 {
  border: 1px solid #7a87a1;
  color: #7a87a1;
}

.badge-46 {
  border: 1px solid #788d66;
  color: #788d66;
}

.badge-47 {
  border: 1px solid #885578;
  color: #885578;
}

.badge-48 {
  border: 1px solid #fad09f;
  color: #fad09f;
}

.badge-49 {
  border: 1px solid #ff8a9a;
  color: #ff8a9a;
}

.badge-50 {
  border: 1px solid #d157a0;
  color: #d157a0;
}

.badge-51 {
  border: 1px solid #bec459;
  color: #bec459;
}

.badge-52 {
  border: 1px solid #456648;
  color: #456648;
}

.badge-53 {
  border: 1px solid #0086ed;
  color: #0086ed;
}

.badge-54 {
  border: 1px solid #886f4c;
  color: #886f4c;
}

.badge-55 {
  border: 1px solid #34362d;
  color: #34362d;
}

.badge-56 {
  border: 1px solid #b4a8bd;
  color: #b4a8bd;
}

.badge-57 {
  border: 1px solid #00a6aa;
  color: #00a6aa;
}

.badge-58 {
  border: 1px solid #452c2c;
  color: #452c2c;
}

.badge-59 {
  border: 1px solid #636375;
  color: #636375;
}

.badge-60 {
  border: 1px solid #a3c8c9;
  color: #a3c8c9;
}

.badge-61 {
  border: 1px solid #ff913f;
  color: #ff913f;
}

.badge-62 {
  border: 1px solid #938a81;
  color: #938a81;
}

.badge-63 {
  border: 1px solid #575329;
  color: #575329;
}

.badge-64 {
  border: 1px solid #00fecf;
  color: #00fecf;
}

.badge-65 {
  border: 1px solid #b05b6f;
  color: #b05b6f;
}

.badge-66 {
  border: 1px solid #8cd0ff;
  color: #8cd0ff;
}

.badge-67 {
  border: 1px solid #3b9700;
  color: #3b9700;
}

.badge-68 {
  border: 1px solid #04f757;
  color: #04f757;
}

.badge-69 {
  border: 1px solid #c8a1a1;
  color: #c8a1a1;
}

.badge-70 {
  border: 1px solid #1e6e00;
  color: #1e6e00;
}

.badge-71 {
  border: 1px solid #7900d7;
  color: #7900d7;
}

.badge-72 {
  border: 1px solid #a77500;
  color: #a77500;
}

.badge-73 {
  border: 1px solid #6367a9;
  color: #6367a9;
}

.badge-74 {
  border: 1px solid #a05837;
  color: #a05837;
}

.badge-75 {
  border: 1px solid #6b002c;
  color: #6b002c;
}

.badge-76 {
  border: 1px solid #772600;
  color: #772600;
}

.badge-77 {
  border: 1px solid #d790ff;
  color: #d790ff;
}

.badge-78 {
  border: 1px solid #9b9700;
  color: #9b9700;
}

.badge-79 {
  border: 1px solid #549e79;
  color: #549e79;
}

.badge-80 {
  border: 1px solid #fff69f;
  color: #fff69f;
}

.badge-81 {
  border: 1px solid #201625;
  color: #201625;
}

.badge-82 {
  border: 1px solid #72418f;
  color: #72418f;
}

.badge-83 {
  border: 1px solid #bc23ff;
  color: #bc23ff;
}

.badge-84 {
  border: 1px solid #99adc0;
  color: #99adc0;
}

.badge-85 {
  border: 1px solid #3a2465;
  color: #3a2465;
}

.badge-86 {
  border: 1px solid #922329;
  color: #922329;
}

.badge-87 {
  border: 1px solid #5b4534;
  color: #5b4534;
}

.badge-88 {
  border: 1px solid #404e55;
  color: #404e55;
}

.badge-89 {
  border: 1px solid #0089a3;
  color: #0089a3;
}

.badge-90 {
  border: 1px solid #cb7e98;
  color: #cb7e98;
}

.badge-91 {
  border: 1px solid #a4e804;
  color: #a4e804;
}

.badge-92 {
  border: 1px solid #324e72;
  color: #324e72;
}

.badge-93 {
  border: 1px solid #6a3a4c;
  color: #6a3a4c;
}

.badge-94 {
  border: 1px solid #83ab58;
  color: #83ab58;
}

.badge-95 {
  border: 1px solid #001c1e;
  color: #001c1e;
}

.badge-96 {
  border: 1px solid #d1f7ce;
  color: #d1f7ce;
}

.badge-97 {
  border: 1px solid #004b28;
  color: #004b28;
}

.badge-98 {
  border: 1px solid #c8d0f6;
  color: #c8d0f6;
}

.badge-99 {
  border: 1px solid #a3a489;
  color: #a3a489;
}

.badge-100 {
  border: 1px solid #806c66;
  color: #806c66;
}

.badge-101 {
  border: 1px solid #222800;
  color: #222800;
}

.badge-102 {
  border: 1px solid #bf5650;
  color: #bf5650;
}

.badge-103 {
  border: 1px solid #e83000;
  color: #e83000;
}

.badge-104 {
  border: 1px solid #66796d;
  color: #66796d;
}

.badge-105 {
  border: 1px solid #da007c;
  color: #da007c;
}

.badge-106 {
  border: 1px solid #ff1a59;
  color: #ff1a59;
}

.badge-107 {
  border: 1px solid #8adbb4;
  color: #8adbb4;
}

.badge-108 {
  border: 1px solid #1e0200;
  color: #1e0200;
}

.badge-109 {
  border: 1px solid #5b4e51;
  color: #5b4e51;
}

.badge-110 {
  border: 1px solid #c895c5;
  color: #c895c5;
}

.badge-111 {
  border: 1px solid #320033;
  color: #320033;
}

.badge-112 {
  border: 1px solid #ff6832;
  color: #ff6832;
}

.badge-113 {
  border: 1px solid #66e1d3;
  color: #66e1d3;
}

.badge-114 {
  border: 1px solid #cfcdac;
  color: #cfcdac;
}

.badge-115 {
  border: 1px solid #d0ac94;
  color: #d0ac94;
}

.badge-116 {
  border: 1px solid #7ed379;
  color: #7ed379;
}

.badge-117 {
  border: 1px solid #012c58;
  color: #012c58;
}

.badge-118 {
  border: 1px solid #7a7bff;
  color: #7a7bff;
}

.badge-119 {
  border: 1px solid #d68e01;
  color: #d68e01;
}

.badge-120 {
  border: 1px solid #353339;
  color: #353339;
}

.badge-121 {
  border: 1px solid #78afa1;
  color: #78afa1;
}

.badge-122 {
  border: 1px solid #feb2c6;
  color: #feb2c6;
}

.badge-123 {
  border: 1px solid #75797c;
  color: #75797c;
}

.badge-124 {
  border: 1px solid #837393;
  color: #837393;
}

.badge-125 {
  border: 1px solid #943a4d;
  color: #943a4d;
}

.badge-126 {
  border: 1px solid #b5f4ff;
  color: #b5f4ff;
}

.badge-127 {
  border: 1px solid #d2dcd5;
  color: #d2dcd5;
}

.badge-128 {
  border: 1px solid #9556bd;
  color: #9556bd;
}

.badge-129 {
  border: 1px solid #6a714a;
  color: #6a714a;
}

.badge-130 {
  border: 1px solid #001325;
  color: #001325;
}

.badge-131 {
  border: 1px solid #02525f;
  color: #02525f;
}

.badge-132 {
  border: 1px solid #0aa3f7;
  color: #0aa3f7;
}

.badge-133 {
  border: 1px solid #e98176;
  color: #e98176;
}

.badge-134 {
  border: 1px solid #dbd5dd;
  color: #dbd5dd;
}

.badge-135 {
  border: 1px solid #5ebcd1;
  color: #5ebcd1;
}

.badge-136 {
  border: 1px solid #3d4f44;
  color: #3d4f44;
}

.badge-137 {
  border: 1px solid #7e6405;
  color: #7e6405;
}

.badge-138 {
  border: 1px solid #02684e;
  color: #02684e;
}

.badge-139 {
  border: 1px solid #962b75;
  color: #962b75;
}

.badge-140 {
  border: 1px solid #8d8546;
  color: #8d8546;
}

.badge-141 {
  border: 1px solid #9695c5;
  color: #9695c5;
}

.badge-142 {
  border: 1px solid #e773ce;
  color: #e773ce;
}

.badge-143 {
  border: 1px solid #d86a78;
  color: #d86a78;
}

.badge-144 {
  border: 1px solid #3e89be;
  color: #3e89be;
}

.badge-145 {
  border: 1px solid #ca834e;
  color: #ca834e;
}

.badge-146 {
  border: 1px solid #518a87;
  color: #518a87;
}

.badge-147 {
  border: 1px solid #5b113c;
  color: #5b113c;
}

.badge-148 {
  border: 1px solid #55813b;
  color: #55813b;
}

.badge-149 {
  border: 1px solid #e704c4;
  color: #e704c4;
}

.badge-150 {
  border: 1px solid #00005f;
  color: #00005f;
}

.badge-151 {
  border: 1px solid #a97399;
  color: #a97399;
}

.badge-152 {
  border: 1px solid #4b8160;
  color: #4b8160;
}

.badge-153 {
  border: 1px solid #59738a;
  color: #59738a;
}

.badge-154 {
  border: 1px solid #ff5da7;
  color: #ff5da7;
}

.badge-155 {
  border: 1px solid #f7c9bf;
  color: #f7c9bf;
}

.badge-156 {
  border: 1px solid #643127;
  color: #643127;
}

.badge-157 {
  border: 1px solid #513a01;
  color: #513a01;
}

.badge-158 {
  border: 1px solid #6b94aa;
  color: #6b94aa;
}

.badge-159 {
  border: 1px solid #51a058;
  color: #51a058;
}

.badge-160 {
  border: 1px solid #a45b02;
  color: #a45b02;
}

.badge-161 {
  border: 1px solid #1d1702;
  color: #1d1702;
}

.badge-162 {
  border: 1px solid #e20027;
  color: #e20027;
}

.badge-163 {
  border: 1px solid #e7ab63;
  color: #e7ab63;
}

.badge-164 {
  border: 1px solid #4c6001;
  color: #4c6001;
}

.badge-165 {
  border: 1px solid #9c6966;
  color: #9c6966;
}

.badge-166 {
  border: 1px solid #64547b;
  color: #64547b;
}

.badge-167 {
  border: 1px solid #97979e;
  color: #97979e;
}

.badge-168 {
  border: 1px solid #006a66;
  color: #006a66;
}

.badge-169 {
  border: 1px solid #391406;
  color: #391406;
}

.badge-170 {
  border: 1px solid #f4d749;
  color: #f4d749;
}

.badge-171 {
  border: 1px solid #0045d2;
  color: #0045d2;
}

.badge-172 {
  border: 1px solid #006c31;
  color: #006c31;
}

.badge-173 {
  border: 1px solid #ddb6d0;
  color: #ddb6d0;
}

.badge-174 {
  border: 1px solid #7c6571;
  color: #7c6571;
}

.badge-175 {
  border: 1px solid #9fb2a4;
  color: #9fb2a4;
}

.badge-176 {
  border: 1px solid #00d891;
  color: #00d891;
}

.badge-177 {
  border: 1px solid #15a08a;
  color: #15a08a;
}

.badge-178 {
  border: 1px solid #bc65e9;
  color: #bc65e9;
}

.badge-179 {
  border: 1px solid #c6dc99;
  color: #c6dc99;
}

.badge-180 {
  border: 1px solid #203b3c;
  color: #203b3c;
}

.badge-181 {
  border: 1px solid #671190;
  color: #671190;
}

.badge-182 {
  border: 1px solid #6b3a64;
  color: #6b3a64;
}

.badge-183 {
  border: 1px solid #f5e1ff;
  color: #f5e1ff;
}

.badge-184 {
  border: 1px solid #ffa0f2;
  color: #ffa0f2;
}

.badge-185 {
  border: 1px solid #ccaa35;
  color: #ccaa35;
}

.badge-186 {
  border: 1px solid #374527;
  color: #374527;
}

.badge-187 {
  border: 1px solid #8bb400;
  color: #8bb400;
}

.badge-188 {
  border: 1px solid #797868;
  color: #797868;
}

.badge-189 {
  border: 1px solid #c6005a;
  color: #c6005a;
}

.badge-190 {
  border: 1px solid #3b000a;
  color: #3b000a;
}

.badge-191 {
  border: 1px solid #c86240;
  color: #c86240;
}

.badge-192 {
  border: 1px solid #29607c;
  color: #29607c;
}

.badge-193 {
  border: 1px solid #402334;
  color: #402334;
}

.badge-194 {
  border: 1px solid #7d5a44;
  color: #7d5a44;
}

.badge-195 {
  border: 1px solid #ccb87c;
  color: #ccb87c;
}

.badge-196 {
  border: 1px solid #b88183;
  color: #b88183;
}

.badge-197 {
  border: 1px solid #aa5199;
  color: #aa5199;
}

.badge-198 {
  border: 1px solid #b5d6c3;
  color: #b5d6c3;
}

.badge-199 {
  border: 1px solid #a38469;
  color: #a38469;
}

.badge-200 {
  border: 1px solid #9f94f0;
  color: #9f94f0;
}

.badge-201 {
  border: 1px solid #a74571;
  color: #a74571;
}

.badge-202 {
  border: 1px solid #b894a6;
  color: #b894a6;
}

.badge-203 {
  border: 1px solid #71bb8c;
  color: #71bb8c;
}

.badge-204 {
  border: 1px solid #00b433;
  color: #00b433;
}

.badge-205 {
  border: 1px solid #789ec9;
  color: #789ec9;
}

.badge-206 {
  border: 1px solid #6d80ba;
  color: #6d80ba;
}

.badge-207 {
  border: 1px solid #953f00;
  color: #953f00;
}

.badge-208 {
  border: 1px solid #5eff03;
  color: #5eff03;
}

.badge-209 {
  border: 1px solid #e4fffc;
  color: #e4fffc;
}

.badge-210 {
  border: 1px solid #1be177;
  color: #1be177;
}

.badge-211 {
  border: 1px solid #bcb1e5;
  color: #bcb1e5;
}

.badge-212 {
  border: 1px solid #76912f;
  color: #76912f;
}

.badge-213 {
  border: 1px solid #003109;
  color: #003109;
}

.badge-214 {
  border: 1px solid #0060cd;
  color: #0060cd;
}

.badge-215 {
  border: 1px solid #d20096;
  color: #d20096;
}

.badge-216 {
  border: 1px solid #895563;
  color: #895563;
}

.badge-217 {
  border: 1px solid #29201d;
  color: #29201d;
}

.badge-218 {
  border: 1px solid #5b3213;
  color: #5b3213;
}

.badge-219 {
  border: 1px solid #a76f42;
  color: #a76f42;
}

.badge-220 {
  border: 1px solid #89412e;
  color: #89412e;
}

.badge-221 {
  border: 1px solid #1a3a2a;
  color: #1a3a2a;
}

.badge-222 {
  border: 1px solid #494b5a;
  color: #494b5a;
}

.badge-223 {
  border: 1px solid #a88c85;
  color: #a88c85;
}

.badge-224 {
  border: 1px solid #f4abaa;
  color: #f4abaa;
}

.badge-225 {
  border: 1px solid #a3f3ab;
  color: #a3f3ab;
}

.badge-226 {
  border: 1px solid #00c6c8;
  color: #00c6c8;
}

.badge-227 {
  border: 1px solid #ea8b66;
  color: #ea8b66;
}

.badge-228 {
  border: 1px solid #958a9f;
  color: #958a9f;
}

.badge-229 {
  border: 1px solid #bdc9d2;
  color: #bdc9d2;
}

.badge-230 {
  border: 1px solid #9fa064;
  color: #9fa064;
}

.badge-231 {
  border: 1px solid #be4700;
  color: #be4700;
}

.badge-232 {
  border: 1px solid #658188;
  color: #658188;
}

.badge-233 {
  border: 1px solid #83a485;
  color: #83a485;
}

.badge-234 {
  border: 1px solid #453c23;
  color: #453c23;
}

.badge-235 {
  border: 1px solid #47675d;
  color: #47675d;
}

.badge-236 {
  border: 1px solid #3a3f00;
  color: #3a3f00;
}

.badge-237 {
  border: 1px solid #061203;
  color: #061203;
}

.badge-238 {
  border: 1px solid #dffb71;
  color: #dffb71;
}

.badge-239 {
  border: 1px solid #868e7e;
  color: #868e7e;
}

.badge-240 {
  border: 1px solid #98d058;
  color: #98d058;
}

.badge-241 {
  border: 1px solid #6c8f7d;
  color: #6c8f7d;
}

.badge-242 {
  border: 1px solid #d7bfc2;
  color: #d7bfc2;
}

.badge-243 {
  border: 1px solid #3c3e6e;
  color: #3c3e6e;
}

.badge-244 {
  border: 1px solid #d83d66;
  color: #d83d66;
}

.badge-245 {
  border: 1px solid #2f5d9b;
  color: #2f5d9b;
}

.badge-246 {
  border: 1px solid #6c5e46;
  color: #6c5e46;
}

.badge-247 {
  border: 1px solid #d25b88;
  color: #d25b88;
}

.badge-248 {
  border: 1px solid #5b656c;
  color: #5b656c;
}

.badge-249 {
  border: 1px solid #00b57f;
  color: #00b57f;
}

.badge-250 {
  border: 1px solid #545c46;
  color: #545c46;
}

.badge-251 {
  border: 1px solid #866097;
  color: #866097;
}

.badge-252 {
  border: 1px solid #365d25;
  color: #365d25;
}

.badge-253 {
  border: 1px solid #252f99;
  color: #252f99;
}

.badge-254 {
  border: 1px solid #00ccff;
  color: #00ccff;
}

.badge-255 {
  border: 1px solid #674e60;
  color: #674e60;
}

.badge-256 {
  border: 1px solid #fc009c;
  color: #fc009c;
}

.badge-257 {
  border: 1px solid #92896b;
  color: #92896b;
}

.badge-258 {
  border: 1px solid #000;
  color: #000;
}

.badge-259 {
  border: 1px solid #ffff00;
  color: #ffff00;
}

.badge-260 {
  border: 1px solid #1ce6ff;
  color: #1ce6ff;
}

.badge-261 {
  border: 1px solid #ff34ff;
  color: #ff34ff;
}

.badge-262 {
  border: 1px solid #ff4a46;
  color: #ff4a46;
}

.badge-263 {
  border: 1px solid #ffdbe5;
  color: #ffdbe5;
}

.badge-264 {
  border: 1px solid #63ffac;
  color: #63ffac;
}

.badge-265 {
  border: 1px solid #feffe6;
  color: #feffe6;
}

.badge-266 {
  border: 1px solid #ddefff;
  color: #ddefff;
}

.badge-267 {
  border: 1px solid #c2ffed;
  color: #c2ffed;
}

.badge-268 {
  border: 1px solid #fde8dc;
  color: #fde8dc;
}

.badge-269 {
  border: 1px solid #fffffe;
  color: #fffffe;
}

.wkld-status-1 {
  background-color: #ccc;
  color: #001830;
}

.wkld-status-2 {
  background-color: #848484;
  color: #fff;
}

.wkld-status-3 {
  background-color: #17a3d7;
  color: #fff;
}

.wkld-status-4 {
  background-color: #f7d114;
  color: #001830;
}

.wkld-status-5 {
  background-color: #f29018;
  color: #001830;
}

.wkld-status-6 {
  background-color: #8fe617;
  color: #001830;
}

.wkld-status-7 {
  background-color: #1fb41f;
  color: #fff;
}

.wkld-status-8 {
  background-color: #e62222;
  color: #fff;
}

.wkld-status-9 {
  background-color: #9F79F2;
  color: #001830;
}

.wkld-status-10 {
  background-color: #8263F2;
  color: #fff;
}

.wkld-status-11 {
  background-color: #999DF2;
  color: #001830;
}

.wkld-status-12 {
  background-color: #5D5F8C;
  color: #fff;
}

.wkld-tag-1 {
  background-color: #e62222;
  color: #fff;
}
.wkld-tag-1.icon-only {
  color: #e62222;
}

.wkld-tag-2 {
  background-color: #ddd;
  color: #001830;
}
.wkld-tag-2.icon-only {
  color: #ddd;
}

.wkld-tag-3 {
  background-color: #49a6d7;
  color: #001830;
}
.wkld-tag-3.icon-only {
  color: #49a6d7;
}

.wkld-tag-4 {
  background-color: #f29018;
  color: #001830;
}
.wkld-tag-4.icon-only {
  color: #f29018;
}

.wkld-tag-5 {
  background-color: #222;
  color: #fff;
}
.wkld-tag-5.icon-only {
  color: #222;
}

#workload-modal-host span.step-name, #workload-modal-host span.step-reference, #workload-modal-host span.project {
  font-size: 0.875rem;
  line-height: 1.625rem;
}
#workload-modal-host span.project {
  color: #555;
}
#workload-modal-host span.project .entity-icon {
  margin-right: 0.3125rem;
  color: inherit;
}
#workload-modal-host span.duration, #workload-modal-host span.remaining {
  color: #555;
  font-size: 0.875rem;
}
#workload-modal-host #import-team-assignment .tm-assignment-type {
  margin-top: 1.25rem;
  margin-left: 1.875rem;
}
#workload-modal-host #import-team-assignment .tm-assignment-type label {
  color: #001830;
  font-size: 1rem;
}
#workload-modal-host #import-team-assignment .tm-assignment-type label input {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
#workload-modal-host #import-team-assignment .tm-assignment-type .hint {
  color: #555;
  font-size: 0.875rem;
}
#workload-modal-host #manual-team-assignment span.skill-mapping-header {
  display: block;
  margin-top: 0.875rem;
  margin-bottom: 0.625rem;
  padding-left: 0.5rem;
  background-color: #fafafa;
  line-height: 1.875rem;
}
#workload-modal-host #manual-team-assignment .team-mapping {
  height: 2.5rem;
}
#workload-modal-host #manual-team-assignment .team-mapping div {
  display: table;
  height: 100%;
}
#workload-modal-host #manual-team-assignment .team-mapping div span.team-member {
  display: table-cell;
  vertical-align: middle;
}

.list-name {
  margin: 1.5rem 0 0.5rem 1.75rem;
}

.list-commands {
  margin: 1rem 1.5rem 0 1rem;
}

.appo-time-before,
.appo-time-after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI2LjI1JSIgc3RvcC1jb2xvcj0iIzhjOGM4YyIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjYuMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOGM4YzhjIiBzdG9wLW9wYWNpdHk9IjAuNiIvPjxzdG9wIG9mZnNldD0iNTYuMjUlIiBzdG9wLWNvbG9yPSIjOGM4YzhjIiBzdG9wLW9wYWNpdHk9IjAuNiIvPjxzdG9wIG9mZnNldD0iNTYuMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
}

.appo-type-default {
  background-color: #f5faff;
  border-color: #f5faff ;
}
.appo-type-default .fc-content {
  background-color: #f5faff;
}
.appo-type-default.appo-time-before .fc-content, .appo-type-default.appo-time-after .fc-content {
  border-color: #f5faff ;
}

#agenda-detail.island {
  border-style: unset;
}

.agenda-detail-area {
  margin-bottom: 1rem;
}
.agenda-detail-area table {
  margin-bottom: 0;
  border-width: 0;
  background: none;
}
.agenda-detail-area table tr:nth-of-type(even) {
  background: none;
}

.agendaHint {
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 15.3125rem;
  font-size: 0.875rem;
  line-height: 1.45;
  white-space: normal;
}
.agendaHint a:hover {
  text-decoration: underline;
}
.agendaHint a:not(.link-color) {
  color: #001830;
}
.agendaHint [class^="i-"]:not(:empty)::before,
.agendaHint [class*=" i-"]:not(:empty)::before {
  font-size: 0.875rem;
  margin-right: 0.3125rem;
  vertical-align: bottom;
}
@media only screen and (min-width: 40.063em), print {
  .agendaHint {
    width: 21.875rem;
  }
}

.hintHeader {
  font-size: 1rem;
}
.hintHeader .toolbar {
  margin-bottom: 8px;
}
.hintHeader .toolbar .button:hover {
  text-decoration: none;
}

.hint-title {
  display: flex;
  font-weight: 700;
}
.hint-title i[class^="i-"],
.hint-title i[class*=" i-"] {
  display: flex;
  align-items: center;
}
.hint-title i[class^="i-"]::before,
.hint-title i[class*=" i-"]::before {
  font-size: 0.875rem;
  margin-right: 0.3125rem;
  vertical-align: bottom;
}

.hint-time-before + .hint-time-after::before {
  content: " - ";
}

.fc-view > table, .fc-view thead, .fc-view thead td, .fc-view thead .fc-view .fc-day-separator, .fc-view .fc-axis, .fc-view.fc-unthemed th {
  border: none !important;
}

.fc-body .fc-widget-content:nth-of-type(1) {
  border: none !important;
}

.fc-widget-header .fc th,
.fc-widget-header .fc td {
  border: none;
}

.fc-row.fc-widget-header table thead,
thead.fc-head {
  background: unset;
}

.fc-list-heading {
  border: unset;
}

.fc-header-toolbar.fc-toolbar {
  display: none;
}

.fc-body .fc-bg {
  background-color: #ffffff;
}

.fc-axis.fc-week-number.fc-widget-header {
  color: #495057;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: unset;
}

.fc-now-indicator {
  border-color: #db5d6f;
}
.fc-now-indicator.fc-now-indicator-line {
  border-top-width: 0.125rem;
}

.fc-day-header {
  background-color: #ffffff;
}
.fc-day-header.fc-day-separator {
  border: none !important;
}
.fc-day-header > .fc-day-header-inner > * {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fc-past.fc-widget-header.fc-day-header.fc-day-separator,
.fc-today.fc-widget-header.fc-day-header.fc-day-separator,
.fc-future.fc-widget-header.fc-day-header.fc-day-separator {
  padding: 0.75rem 1rem;
}
.fc-past.fc-widget-header.fc-day-header.fc-day-separator.fc-today,
.fc-today.fc-widget-header.fc-day-header.fc-day-separator.fc-today,
.fc-future.fc-widget-header.fc-day-header.fc-day-separator.fc-today {
  border-radius: 4px;
}

/* On the month view, remove the background color of the days-of-week row */
.fc-row.fc-week div table thead {
  background-color: unset;
}

.fc-today > span {
  background-color: #ECFAF3;
  border-radius: 0.25rem;
  padding: 0.25rem 0.75rem;
}
.fc-today.fc-day-top span,
.fc-today.fc-day-top a[data-goto], .fc-today.fc-widget-header span,
.fc-today.fc-widget-header a[data-goto] {
  color: #A6CBFE;
}
.fc-today.fc-day-top span:hover,
.fc-today.fc-day-top a[data-goto]:hover, .fc-today.fc-widget-header span:hover,
.fc-today.fc-widget-header a[data-goto]:hover {
  color: #001830;
}

.fc-day-separator {
  border-top: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}

.fc-day-grid-event.fc-event,
.fc-day-grid-event.fc-event.inactive,
.fc-timeline-event.fc-event,
.fc-timeline-event.fc-event.inactive {
  background-color: #fff;
  border: unset;
}
.fc-day-grid-event.fc-event:hover,
.fc-day-grid-event.fc-event.inactive:hover,
.fc-timeline-event.fc-event:hover,
.fc-timeline-event.fc-event.inactive:hover {
  border: unset;
}
.fc-day-grid-event.fc-event > .fc-content,
.fc-day-grid-event.fc-event.inactive > .fc-content,
.fc-timeline-event.fc-event > .fc-content,
.fc-timeline-event.fc-event.inactive > .fc-content {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 0.0625rem 0.125rem 0 0.125rem;
  /* Specific sizing coming from U */
}
.fc-day-grid-event.fc-event > .fc-content > .fc-title,
.fc-day-grid-event.fc-event.inactive > .fc-content > .fc-title,
.fc-timeline-event.fc-event > .fc-content > .fc-title,
.fc-timeline-event.fc-event.inactive > .fc-content > .fc-title {
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.fc-day-grid-event.fc-event > .fc-content > .fc-title > i,
.fc-day-grid-event.fc-event.inactive > .fc-content > .fc-title > i,
.fc-timeline-event.fc-event > .fc-content > .fc-title > i,
.fc-timeline-event.fc-event.inactive > .fc-content > .fc-title > i {
  display: none;
}
.fc-day-grid-event.fc-event > .fc-content > .fc-time,
.fc-day-grid-event.fc-event.inactive > .fc-content > .fc-time,
.fc-timeline-event.fc-event > .fc-content > .fc-time,
.fc-timeline-event.fc-event.inactive > .fc-content > .fc-time {
  padding-left: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.fc-day-grid-event.fc-event > .fc-content > .fc-avatars,
.fc-day-grid-event.fc-event.inactive > .fc-content > .fc-avatars,
.fc-timeline-event.fc-event > .fc-content > .fc-avatars,
.fc-timeline-event.fc-event.inactive > .fc-content > .fc-avatars {
  display: none;
}

/*** Planning view ***/
.fc-widget-content.fc-time-area .fc-content th.fc-widget-header {
  border: 1px solid #ddd;
  border-left: unset;
  border-bottom: unset;
  background-color: lightblue;
}
.fc-widget-content.fc-time-area .fc-bg .fc-nonbusiness {
  background-color: #adb5bd;
}
.fc-widget-content.fc-time-area .fc-timeline-event .fc-title a,
.fc-widget-content.fc-time-area .fc-timeline-event .fc-content {
  background-color: #eff8ff;
  color: #001830;
}
.fc-widget-content.fc-time-area .fc-timeline-event .fc-content {
  border: 1px solid #2e90fa;
  border-radius: 8px;
}
.fc-widget-content.fc-time-area .fc-slats .fc-widget-content.fc-major {
  border: 1px solid #ddd;
}

.fc-toolbar h2 {
  color: #001830;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.fc-event-container {
  font-size: 0.9375rem;
}

.fc-day-content {
  margin-bottom: 0.5rem;
}

.fc-event,
.fc-event:hover {
  border: 1px solid #2e90fa;
  border-radius: 8px;
  color: #001830;
}
.fc-event.inactive,
.fc-event:hover.inactive {
  border: 1px solid #adb5bd;
  border-radius: 8px;
}
.fc-event a,
.fc-event:hover a {
  color: #001830;
}
.fc-event a:hover,
.fc-event:hover a:hover {
  text-decoration: underline;
}

.fc-time-as-title::before, .fc-time-as-title::after {
  display: none;
}

.fc-users,
.fc-user {
  display: block;
}
@media only screen and (min-width: 64.063em) {
  .fc-users,
  .fc-user {
    display: inline;
  }
}
.fc-short .fc-users, .fc-h-event .fc-users, .fc-short
.fc-user, .fc-h-event
.fc-user {
  display: inline;
}

.fc-users {
  font-size: 0.6875rem;
}

@media only screen and (min-width: 64.063em) {
  .fc-users::before,
  .fc-user + .fc-user::before {
    content: ", ";
  }
}
.fc-short .fc-users::before,
.fc-short .fc-user + .fc-user::before,
.fc-h-event .fc-users::before,
.fc-h-event .fc-user + .fc-user::before {
  content: ", ";
}
.fc-short > .fc-content,
.fc-h-event > .fc-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fc-time-grid-event .fc-title, .fc-time-grid-event.fc-short .fc-title {
  position: relative;
  padding-left: 8px;
}
.fc-time-grid-event.fc-event > .fc-content {
  padding: 0 0.5rem 0 0.5rem;
}
.fc-time-grid-event.fc-event > .fc-content > .fc-end-resizer {
  bottom: 0;
}
.fc-time-grid-event.fc-event.fc-short > .fc-content {
  padding-top: 2px;
}

.fc-view-container {
  overflow: hidden;
}

.fc-view-user {
  width: 12%;
  float: left;
}
.fc-view-user + .fc-view {
  width: 88%;
  float: right;
}

.fc-current-user {
  color: #A6CBFE;
}

.fc-title {
  letter-spacing: .02rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.fc-title-left-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  border-radius: 2px;
  background-color: #2e90fa;
}
.fc-title-left-bar.done {
  background-color: #adb5bd;
}

.fc-time span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6c757d;
}
.fc-time [class^="i-"],
.fc-time [class*=" i-"] {
  padding-left: 0.125rem;
}

.fc-avatars {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
}
.fc-avatars > .fc-avatar {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}

.fc-expand {
  position: absolute;
  width: 100%;
  height: 0.75rem;
  color: #cc375b;
  font-size: 1.25rem;
  line-height: 0.75rem;
  text-align: center;
  overflow: hidden;
  z-index: 3;
}
.fc-expand.up {
  top: -0.875rem;
  cursor: n-resize;
}
.fc-expand.down {
  bottom: -0.75rem;
  cursor: s-resize;
}

.fc-expand-bg {
  display: none;
  height: 0.75rem;
  background-color: #eee;
}
.fc-expand-bg.up {
  border-bottom: 1px solid #ddd;
}
.fc-expand-bg.down {
  border-top: 1px solid #ddd;
}
.has-fc-expand-up .fc-expand-bg.up, .has-fc-expand-down .fc-expand-bg.down {
  display: block;
}

.fc-time-grid .fc-content-col .fc-event-container {
  margin-left: 0.8125rem;
}
.fc-time-grid .fc-day {
  position: relative;
}
.fc-time-grid.fc-slats.fc-minor td {
  border-top-style: solid;
}

.appo-time-before,
.appo-time-after {
  background-size: 8px 8px;
}

.appo-time-before > .fc-content {
  border-top-width: 1px;
  border-top-style: solid;
}

.appo-time-after > .fc-content {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.fc-resource-area tr:last-of-type > .fc-widget-content {
  border-bottom: 0;
}

.fc-timeline-event {
  padding: 0;
}

.conflicts .fc-highlight {
  background-color: #cc375b;
}

.appo-current {
  box-shadow: #cc375b 0 0 0.25rem 0.0625rem;
}

.bg-allocation {
  background-color: rgba(0, 137, 65, 0.7);
  color: #fff;
  width: 0.875rem;
  transform: rotate(180deg);
  border-radius: 4px;
  opacity: 1;
  font-size: 0.625rem;
  line-height: 0.75rem;
  vertical-align: center;
}
.bg-allocation .fc-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 0;
  margin-top: -0.3125rem;
  transform: rotate(90deg);
  transform-origin: left bottom;
  text-align: right;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  font-weight: 500;
  top: 0.125rem;
}
.bg-allocation .fc-title::before {
  font-size: 0.5rem;
}

.fc-event[data-extmode] .fc-content {
  padding-left: 0.375rem;
}
.fc-event[data-extmode] .fc-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.0625rem;
  bottom: 0.0625rem;
  width: 0.25rem;
}

.fc-day-top > a {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.fc-day-grid .fc-day[data-extmode="1"] {
  background-color: white;
}
.fc-time-grid .fc-day[data-extmode="1"] {
  background-color: white;
}

.fc-event[data-extmode="1"] .fc-content::before {
  background-color: #fff;
}

.fc-day-grid .fc-day[data-extmode="2"] {
  background-color: #3664a1;
}
.fc-time-grid .fc-day[data-extmode="2"] {
  background-color: #bed1e9;
}

.fc-event[data-extmode="2"] .fc-content::before {
  background-color: #294c7a;
}

.fc-day-grid .fc-day[data-extmode="3"] {
  background-color: #9ebadf;
}
.fc-time-grid .fc-day[data-extmode="3"] {
  background-color: #e3ebf6;
}

.fc-event[data-extmode="3"] .fc-content::before {
  background-color: #8daed9;
}

.fc-day-grid .fc-day[data-extmode="4"] {
  background-color: #c29ed5;
}
.fc-time-grid .fc-day[data-extmode="4"] {
  background-color: #ede3f3;
}

.fc-event[data-extmode="4"] .fc-content::before {
  background-color: #b78dce;
}

.Planning .agenda-detail-area {
  display: flex;
}
.Planning #agenda-project-list {
  flex: none;
  margin-right: 0.25rem;
  width: 18.75rem;
  border: 1px solid #ddd;
  background-color: #fff;
}
.Planning #agenda-project-list h5 {
  margin: 0;
  padding: 0.5rem;
  padding-left: 1.5rem;
  background-color: #f4f4f4;
  font-size: 0.8125rem;
  font-weight: 700;
}
.Planning #agenda-project-list ul {
  margin: 0;
  padding: 0.5rem;
  list-style: none;
  font-size: 0.75rem;
}
.Planning #agenda-project-list li {
  display: block;
}
.Planning #agenda-project-list .proj-color {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.Planning #agenda-project-list .proj-name {
  padding-left: 0.25rem;
  vertical-align: middle;
}
.Planning #agenda-project-list .proj-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Planning #agenda-project-list .proj-item:not(.current-proj) .proj-name {
  cursor: pointer;
}
.Planning #agenda-project-list .current-proj {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.Planning .fc-timeline .fc-cell-text {
  display: inline-block;
}
.Planning .fc-time-area .fc-content {
  border-right-width: 1px;
}
.Planning .fc-time-area .fc-event-container {
  top: 0;
  padding-bottom: 0;
}
.Planning .fc-time-area .fc-chrono th {
  text-align: center;
  white-space: normal;
}
.Planning .plan-allocation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.0625rem;
  opacity: 1;
}
.Planning .plan-project-main {
  background-color: #008941;
  color: #fff;
}
.Planning .plan-allocation-copy {
  background-image: repeating-radial-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6) 1px, transparent 1px, transparent 2px) !important;
  background-size: 4px 4px;
}
.Planning .plan-project-1 {
  background-color: #006fa6;
  color: #fff;
}
.Planning .plan-project-2 {
  background-color: #a30059;
  color: #fff;
}
.Planning .plan-project-3 {
  background-color: #7a4900;
  color: #fff;
}
.Planning .plan-project-4 {
  background-color: #0000a6;
  color: #fff;
}
.Planning .plan-project-5 {
  background-color: #004d43;
  color: #fff;
}
.Planning .plan-project-6 {
  background-color: #b79762;
  color: #001830;
}
.Planning .plan-project-7 {
  background-color: #8fb0ff;
  color: #001830;
}
.Planning .plan-project-8 {
  background-color: #997d87;
  color: #fff;
}
.Planning .plan-project-9 {
  background-color: #5a0007;
  color: #fff;
}
.Planning .plan-project-10 {
  background-color: #809693;
  color: #001830;
}
.Planning .plan-project-11 {
  background-color: #1b4400;
  color: #fff;
}
.Planning .plan-project-12 {
  background-color: #4fc601;
  color: #001830;
}
.Planning .plan-project-13 {
  background-color: #3b5dff;
  color: #fff;
}
.Planning .plan-project-14 {
  background-color: #4a3b53;
  color: #fff;
}
.Planning .plan-project-15 {
  background-color: #ff2f80;
  color: #fff;
}
.Planning .plan-project-16 {
  background-color: #61615a;
  color: #fff;
}
.Planning .plan-project-17 {
  background-color: #ba0900;
  color: #fff;
}
.Planning .plan-project-18 {
  background-color: #6b7900;
  color: #fff;
}
.Planning .plan-project-19 {
  background-color: #00c2a0;
  color: #fff;
}
.Planning .plan-project-20 {
  background-color: #ffaa92;
  color: #001830;
}
.Planning .plan-project-21 {
  background-color: #ff90c9;
  color: #001830;
}
.Planning .plan-project-22 {
  background-color: #b903aa;
  color: #fff;
}
.Planning .plan-project-23 {
  background-color: #d16100;
  color: #fff;
}
.Planning .plan-project-24 {
  background-color: #000035;
  color: #fff;
}
.Planning .plan-project-25 {
  background-color: #7b4f4b;
  color: #fff;
}
.Planning .plan-project-26 {
  background-color: #a1c299;
  color: #001830;
}
.Planning .plan-project-27 {
  background-color: #300018;
  color: #fff;
}
.Planning .plan-project-28 {
  background-color: #0aa6d8;
  color: #fff;
}
.Planning .plan-project-29 {
  background-color: #013349;
  color: #fff;
}
.Planning .plan-project-30 {
  background-color: #00846f;
  color: #fff;
}
.Planning .plan-project-31 {
  background-color: #372101;
  color: #fff;
}
.Planning .plan-project-32 {
  background-color: #ffb500;
  color: #001830;
}
.Planning .plan-project-33 {
  background-color: #a079bf;
  color: #001830;
}
.Planning .plan-project-34 {
  background-color: #cc0744;
  color: #fff;
}
.Planning .plan-project-35 {
  background-color: #c0b9b2;
  color: #001830;
}
.Planning .plan-project-36 {
  background-color: #c2ff99;
  color: #001830;
}
.Planning .plan-project-37 {
  background-color: #001e09;
  color: #fff;
}
.Planning .plan-project-38 {
  background-color: #00489c;
  color: #fff;
}
.Planning .plan-project-39 {
  background-color: #6f0062;
  color: #fff;
}
.Planning .plan-project-40 {
  background-color: #0cbd66;
  color: #fff;
}
.Planning .plan-project-41 {
  background-color: #eec3ff;
  color: #001830;
}
.Planning .plan-project-42 {
  background-color: #456d75;
  color: #fff;
}
.Planning .plan-project-43 {
  background-color: #b77b68;
  color: #001830;
}
.Planning .plan-project-44 {
  background-color: #7a87a1;
  color: #fff;
}
.Planning .plan-project-45 {
  background-color: #788d66;
  color: #fff;
}
.Planning .plan-project-46 {
  background-color: #885578;
  color: #fff;
}
.Planning .plan-project-47 {
  background-color: #fad09f;
  color: #001830;
}
.Planning .plan-project-48 {
  background-color: #ff8a9a;
  color: #001830;
}
.Planning .plan-project-49 {
  background-color: #d157a0;
  color: #fff;
}
.Planning .plan-project-50 {
  background-color: #bec459;
  color: #001830;
}
.Planning .plan-project-51 {
  background-color: #456648;
  color: #fff;
}
.Planning .plan-project-52 {
  background-color: #0086ed;
  color: #fff;
}
.Planning .plan-project-53 {
  background-color: #886f4c;
  color: #fff;
}
.Planning .plan-project-54 {
  background-color: #34362d;
  color: #fff;
}
.Planning .plan-project-55 {
  background-color: #b4a8bd;
  color: #001830;
}
.Planning .plan-project-56 {
  background-color: #00a6aa;
  color: #fff;
}
.Planning .plan-project-57 {
  background-color: #452c2c;
  color: #fff;
}
.Planning .plan-project-58 {
  background-color: #636375;
  color: #fff;
}
.Planning .plan-project-59 {
  background-color: #a3c8c9;
  color: #001830;
}
.Planning .plan-project-60 {
  background-color: #ff913f;
  color: #001830;
}
.Planning .plan-project-61 {
  background-color: #938a81;
  color: #001830;
}
.Planning .plan-project-62 {
  background-color: #575329;
  color: #fff;
}
.Planning .plan-project-63 {
  background-color: #00fecf;
  color: #001830;
}
.Planning .plan-project-64 {
  background-color: #b05b6f;
  color: #fff;
}
.Planning .plan-project-65 {
  background-color: #8cd0ff;
  color: #001830;
}
.Planning .plan-project-66 {
  background-color: #3b9700;
  color: #fff;
}
.Planning .plan-project-67 {
  background-color: #04f757;
  color: #001830;
}
.Planning .plan-project-68 {
  background-color: #c8a1a1;
  color: #001830;
}
.Planning .plan-project-69 {
  background-color: #1e6e00;
  color: #fff;
}
.Planning .plan-project-70 {
  background-color: #7900d7;
  color: #fff;
}
.Planning .plan-project-71 {
  background-color: #a77500;
  color: #fff;
}
.Planning .plan-project-72 {
  background-color: #6367a9;
  color: #fff;
}
.Planning .plan-project-73 {
  background-color: #a05837;
  color: #fff;
}
.Planning .plan-project-74 {
  background-color: #6b002c;
  color: #fff;
}
.Planning .plan-project-75 {
  background-color: #772600;
  color: #fff;
}
.Planning .plan-project-76 {
  background-color: #d790ff;
  color: #001830;
}
.Planning .plan-project-77 {
  background-color: #9b9700;
  color: #fff;
}
.Planning .plan-project-78 {
  background-color: #549e79;
  color: #fff;
}
.Planning .plan-project-79 {
  background-color: #fff69f;
  color: #001830;
}
.Planning .plan-project-80 {
  background-color: #201625;
  color: #fff;
}
.Planning .plan-project-81 {
  background-color: #72418f;
  color: #fff;
}
.Planning .plan-project-82 {
  background-color: #bc23ff;
  color: #fff;
}
.Planning .plan-project-83 {
  background-color: #99adc0;
  color: #001830;
}
.Planning .plan-project-84 {
  background-color: #3a2465;
  color: #fff;
}
.Planning .plan-project-85 {
  background-color: #922329;
  color: #fff;
}
.Planning .plan-project-86 {
  background-color: #5b4534;
  color: #fff;
}
.Planning .plan-project-87 {
  background-color: #404e55;
  color: #fff;
}
.Planning .plan-project-88 {
  background-color: #0089a3;
  color: #fff;
}
.Planning .plan-project-89 {
  background-color: #cb7e98;
  color: #001830;
}
.Planning .plan-project-90 {
  background-color: #a4e804;
  color: #001830;
}
.Planning .plan-project-91 {
  background-color: #324e72;
  color: #fff;
}
.Planning .plan-project-92 {
  background-color: #6a3a4c;
  color: #fff;
}
.Planning .plan-project-93 {
  background-color: #83ab58;
  color: #001830;
}
.Planning .plan-project-94 {
  background-color: #001c1e;
  color: #fff;
}
.Planning .plan-project-95 {
  background-color: #d1f7ce;
  color: #001830;
}
.Planning .plan-project-96 {
  background-color: #004b28;
  color: #fff;
}
.Planning .plan-project-97 {
  background-color: #c8d0f6;
  color: #001830;
}
.Planning .plan-project-98 {
  background-color: #a3a489;
  color: #001830;
}
.Planning .plan-project-99 {
  background-color: #806c66;
  color: #fff;
}
.Planning .plan-project-100 {
  background-color: #222800;
  color: #fff;
}
.Planning .plan-project-101 {
  background-color: #bf5650;
  color: #fff;
}
.Planning .plan-project-102 {
  background-color: #e83000;
  color: #fff;
}
.Planning .plan-project-103 {
  background-color: #66796d;
  color: #fff;
}
.Planning .plan-project-104 {
  background-color: #da007c;
  color: #fff;
}
.Planning .plan-project-105 {
  background-color: #ff1a59;
  color: #fff;
}
.Planning .plan-project-106 {
  background-color: #8adbb4;
  color: #001830;
}
.Planning .plan-project-107 {
  background-color: #1e0200;
  color: #fff;
}
.Planning .plan-project-108 {
  background-color: #5b4e51;
  color: #fff;
}
.Planning .plan-project-109 {
  background-color: #c895c5;
  color: #001830;
}
.Planning .plan-project-110 {
  background-color: #320033;
  color: #fff;
}
.Planning .plan-project-111 {
  background-color: #ff6832;
  color: #001830;
}
.Planning .plan-project-112 {
  background-color: #66e1d3;
  color: #001830;
}
.Planning .plan-project-113 {
  background-color: #cfcdac;
  color: #001830;
}
.Planning .plan-project-114 {
  background-color: #d0ac94;
  color: #001830;
}
.Planning .plan-project-115 {
  background-color: #7ed379;
  color: #001830;
}
.Planning .plan-project-116 {
  background-color: #012c58;
  color: #fff;
}
.Planning .plan-project-117 {
  background-color: #7a7bff;
  color: #001830;
}
.Planning .plan-project-118 {
  background-color: #d68e01;
  color: #001830;
}
.Planning .plan-project-119 {
  background-color: #353339;
  color: #fff;
}
.Planning .plan-project-120 {
  background-color: #78afa1;
  color: #001830;
}
.Planning .plan-project-121 {
  background-color: #feb2c6;
  color: #001830;
}
.Planning .plan-project-122 {
  background-color: #75797c;
  color: #fff;
}
.Planning .plan-project-123 {
  background-color: #837393;
  color: #fff;
}
.Planning .plan-project-124 {
  background-color: #943a4d;
  color: #fff;
}
.Planning .plan-project-125 {
  background-color: #b5f4ff;
  color: #001830;
}
.Planning .plan-project-126 {
  background-color: #d2dcd5;
  color: #001830;
}
.Planning .plan-project-127 {
  background-color: #9556bd;
  color: #fff;
}
.Planning .plan-project-128 {
  background-color: #6a714a;
  color: #fff;
}
.Planning .plan-project-129 {
  background-color: #001325;
  color: #fff;
}
.Planning .plan-project-130 {
  background-color: #02525f;
  color: #fff;
}
.Planning .plan-project-131 {
  background-color: #0aa3f7;
  color: #fff;
}
.Planning .plan-project-132 {
  background-color: #e98176;
  color: #001830;
}
.Planning .plan-project-133 {
  background-color: #dbd5dd;
  color: #001830;
}
.Planning .plan-project-134 {
  background-color: #5ebcd1;
  color: #001830;
}
.Planning .plan-project-135 {
  background-color: #3d4f44;
  color: #fff;
}
.Planning .plan-project-136 {
  background-color: #7e6405;
  color: #fff;
}
.Planning .plan-project-137 {
  background-color: #02684e;
  color: #fff;
}
.Planning .plan-project-138 {
  background-color: #962b75;
  color: #fff;
}
.Planning .plan-project-139 {
  background-color: #8d8546;
  color: #fff;
}
.Planning .plan-project-140 {
  background-color: #9695c5;
  color: #001830;
}
.Planning .plan-project-141 {
  background-color: #e773ce;
  color: #001830;
}
.Planning .plan-project-142 {
  background-color: #d86a78;
  color: #001830;
}
.Planning .plan-project-143 {
  background-color: #3e89be;
  color: #fff;
}
.Planning .plan-project-144 {
  background-color: #ca834e;
  color: #001830;
}
.Planning .plan-project-145 {
  background-color: #518a87;
  color: #fff;
}
.Planning .plan-project-146 {
  background-color: #5b113c;
  color: #fff;
}
.Planning .plan-project-147 {
  background-color: #55813b;
  color: #fff;
}
.Planning .plan-project-148 {
  background-color: #e704c4;
  color: #fff;
}
.Planning .plan-project-149 {
  background-color: #00005f;
  color: #fff;
}
.Planning .plan-project-150 {
  background-color: #a97399;
  color: #fff;
}
.Planning .plan-project-151 {
  background-color: #4b8160;
  color: #fff;
}
.Planning .plan-project-152 {
  background-color: #59738a;
  color: #fff;
}
.Planning .plan-project-153 {
  background-color: #ff5da7;
  color: #001830;
}
.Planning .plan-project-154 {
  background-color: #f7c9bf;
  color: #001830;
}
.Planning .plan-project-155 {
  background-color: #643127;
  color: #fff;
}
.Planning .plan-project-156 {
  background-color: #513a01;
  color: #fff;
}
.Planning .plan-project-157 {
  background-color: #6b94aa;
  color: #001830;
}
.Planning .plan-project-158 {
  background-color: #51a058;
  color: #fff;
}
.Planning .plan-project-159 {
  background-color: #a45b02;
  color: #fff;
}
.Planning .plan-project-160 {
  background-color: #1d1702;
  color: #fff;
}
.Planning .plan-project-161 {
  background-color: #e20027;
  color: #fff;
}
.Planning .plan-project-162 {
  background-color: #e7ab63;
  color: #001830;
}
.Planning .plan-project-163 {
  background-color: #4c6001;
  color: #fff;
}
.Planning .plan-project-164 {
  background-color: #9c6966;
  color: #fff;
}
.Planning .plan-project-165 {
  background-color: #64547b;
  color: #fff;
}
.Planning .plan-project-166 {
  background-color: #97979e;
  color: #001830;
}
.Planning .plan-project-167 {
  background-color: #006a66;
  color: #fff;
}
.Planning .plan-project-168 {
  background-color: #391406;
  color: #fff;
}
.Planning .plan-project-169 {
  background-color: #f4d749;
  color: #001830;
}
.Planning .plan-project-170 {
  background-color: #0045d2;
  color: #fff;
}
.Planning .plan-project-171 {
  background-color: #006c31;
  color: #fff;
}
.Planning .plan-project-172 {
  background-color: #ddb6d0;
  color: #001830;
}
.Planning .plan-project-173 {
  background-color: #7c6571;
  color: #fff;
}
.Planning .plan-project-174 {
  background-color: #9fb2a4;
  color: #001830;
}
.Planning .plan-project-175 {
  background-color: #00d891;
  color: #001830;
}
.Planning .plan-project-176 {
  background-color: #15a08a;
  color: #fff;
}
.Planning .plan-project-177 {
  background-color: #bc65e9;
  color: #001830;
}
.Planning .plan-project-178 {
  background-color: #c6dc99;
  color: #001830;
}
.Planning .plan-project-179 {
  background-color: #203b3c;
  color: #fff;
}
.Planning .plan-project-180 {
  background-color: #671190;
  color: #fff;
}
.Planning .plan-project-181 {
  background-color: #6b3a64;
  color: #fff;
}
.Planning .plan-project-182 {
  background-color: #f5e1ff;
  color: #001830;
}
.Planning .plan-project-183 {
  background-color: #ffa0f2;
  color: #001830;
}
.Planning .plan-project-184 {
  background-color: #ccaa35;
  color: #001830;
}
.Planning .plan-project-185 {
  background-color: #374527;
  color: #fff;
}
.Planning .plan-project-186 {
  background-color: #8bb400;
  color: #001830;
}
.Planning .plan-project-187 {
  background-color: #797868;
  color: #fff;
}
.Planning .plan-project-188 {
  background-color: #c6005a;
  color: #fff;
}
.Planning .plan-project-189 {
  background-color: #3b000a;
  color: #fff;
}
.Planning .plan-project-190 {
  background-color: #c86240;
  color: #fff;
}
.Planning .plan-project-191 {
  background-color: #29607c;
  color: #fff;
}
.Planning .plan-project-192 {
  background-color: #402334;
  color: #fff;
}
.Planning .plan-project-193 {
  background-color: #7d5a44;
  color: #fff;
}
.Planning .plan-project-194 {
  background-color: #ccb87c;
  color: #001830;
}
.Planning .plan-project-195 {
  background-color: #b88183;
  color: #001830;
}
.Planning .plan-project-196 {
  background-color: #aa5199;
  color: #fff;
}
.Planning .plan-project-197 {
  background-color: #b5d6c3;
  color: #001830;
}
.Planning .plan-project-198 {
  background-color: #a38469;
  color: #001830;
}
.Planning .plan-project-199 {
  background-color: #9f94f0;
  color: #001830;
}
.Planning .plan-project-200 {
  background-color: #a74571;
  color: #fff;
}
.Planning .plan-project-201 {
  background-color: #b894a6;
  color: #001830;
}
.Planning .plan-project-202 {
  background-color: #71bb8c;
  color: #001830;
}
.Planning .plan-project-203 {
  background-color: #00b433;
  color: #fff;
}
.Planning .plan-project-204 {
  background-color: #789ec9;
  color: #001830;
}
.Planning .plan-project-205 {
  background-color: #6d80ba;
  color: #fff;
}
.Planning .plan-project-206 {
  background-color: #953f00;
  color: #fff;
}
.Planning .plan-project-207 {
  background-color: #5eff03;
  color: #001830;
}
.Planning .plan-project-208 {
  background-color: #e4fffc;
  color: #001830;
}
.Planning .plan-project-209 {
  background-color: #1be177;
  color: #001830;
}
.Planning .plan-project-210 {
  background-color: #bcb1e5;
  color: #001830;
}
.Planning .plan-project-211 {
  background-color: #76912f;
  color: #fff;
}
.Planning .plan-project-212 {
  background-color: #003109;
  color: #fff;
}
.Planning .plan-project-213 {
  background-color: #0060cd;
  color: #fff;
}
.Planning .plan-project-214 {
  background-color: #d20096;
  color: #fff;
}
.Planning .plan-project-215 {
  background-color: #895563;
  color: #fff;
}
.Planning .plan-project-216 {
  background-color: #29201d;
  color: #fff;
}
.Planning .plan-project-217 {
  background-color: #5b3213;
  color: #fff;
}
.Planning .plan-project-218 {
  background-color: #a76f42;
  color: #fff;
}
.Planning .plan-project-219 {
  background-color: #89412e;
  color: #fff;
}
.Planning .plan-project-220 {
  background-color: #1a3a2a;
  color: #fff;
}
.Planning .plan-project-221 {
  background-color: #494b5a;
  color: #fff;
}
.Planning .plan-project-222 {
  background-color: #a88c85;
  color: #001830;
}
.Planning .plan-project-223 {
  background-color: #f4abaa;
  color: #001830;
}
.Planning .plan-project-224 {
  background-color: #a3f3ab;
  color: #001830;
}
.Planning .plan-project-225 {
  background-color: #00c6c8;
  color: #001830;
}
.Planning .plan-project-226 {
  background-color: #ea8b66;
  color: #001830;
}
.Planning .plan-project-227 {
  background-color: #958a9f;
  color: #001830;
}
.Planning .plan-project-228 {
  background-color: #bdc9d2;
  color: #001830;
}
.Planning .plan-project-229 {
  background-color: #9fa064;
  color: #001830;
}
.Planning .plan-project-230 {
  background-color: #be4700;
  color: #fff;
}
.Planning .plan-project-231 {
  background-color: #658188;
  color: #fff;
}
.Planning .plan-project-232 {
  background-color: #83a485;
  color: #001830;
}
.Planning .plan-project-233 {
  background-color: #453c23;
  color: #fff;
}
.Planning .plan-project-234 {
  background-color: #47675d;
  color: #fff;
}
.Planning .plan-project-235 {
  background-color: #3a3f00;
  color: #fff;
}
.Planning .plan-project-236 {
  background-color: #061203;
  color: #fff;
}
.Planning .plan-project-237 {
  background-color: #dffb71;
  color: #001830;
}
.Planning .plan-project-238 {
  background-color: #868e7e;
  color: #001830;
}
.Planning .plan-project-239 {
  background-color: #98d058;
  color: #001830;
}
.Planning .plan-project-240 {
  background-color: #6c8f7d;
  color: #fff;
}
.Planning .plan-project-241 {
  background-color: #d7bfc2;
  color: #001830;
}
.Planning .plan-project-242 {
  background-color: #3c3e6e;
  color: #fff;
}
.Planning .plan-project-243 {
  background-color: #d83d66;
  color: #fff;
}
.Planning .plan-project-244 {
  background-color: #2f5d9b;
  color: #fff;
}
.Planning .plan-project-245 {
  background-color: #6c5e46;
  color: #fff;
}
.Planning .plan-project-246 {
  background-color: #d25b88;
  color: #fff;
}
.Planning .plan-project-247 {
  background-color: #5b656c;
  color: #fff;
}
.Planning .plan-project-248 {
  background-color: #00b57f;
  color: #fff;
}
.Planning .plan-project-249 {
  background-color: #545c46;
  color: #fff;
}
.Planning .plan-project-250 {
  background-color: #866097;
  color: #fff;
}
.Planning .plan-project-251 {
  background-color: #365d25;
  color: #fff;
}
.Planning .plan-project-252 {
  background-color: #252f99;
  color: #fff;
}
.Planning .plan-project-253 {
  background-color: #00ccff;
  color: #001830;
}
.Planning .plan-project-254 {
  background-color: #674e60;
  color: #fff;
}
.Planning .plan-project-255 {
  background-color: #fc009c;
  color: #fff;
}
.Planning .plan-project-256 {
  background-color: #92896b;
  color: #fff;
}
.Planning .plan-project-257 {
  background-color: #000;
  color: #fff;
}
.Planning .plan-project-258 {
  background-color: #ffff00;
  color: #001830;
}
.Planning .plan-project-259 {
  background-color: #1ce6ff;
  color: #001830;
}
.Planning .plan-project-260 {
  background-color: #ff34ff;
  color: #fff;
}
.Planning .plan-project-261 {
  background-color: #ff4a46;
  color: #fff;
}
.Planning .plan-project-262 {
  background-color: #ffdbe5;
  color: #001830;
}
.Planning .plan-project-263 {
  background-color: #63ffac;
  color: #001830;
}
.Planning .plan-project-264 {
  background-color: #feffe6;
  color: #001830;
}
.Planning .plan-project-265 {
  background-color: #ddefff;
  color: #001830;
}
.Planning .plan-project-266 {
  background-color: #c2ffed;
  color: #001830;
}
.Planning .plan-project-267 {
  background-color: #fde8dc;
  color: #001830;
}
.Planning .plan-project-268 {
  background-color: #fffffe;
  color: #001830;
}
.Planning .plan-skill-variance {
  padding: 0.0625rem 0.25rem;
  font-size: 0.6875rem;
  text-shadow: 1px 1px 0 #000;
  border-radius: 3px;
  float: right;
}
.Planning .plan-skill-variance:not(:empty).over {
  background-color: #68a7fd;
  color: #001830;
}
.Planning .plan-skill-variance:not(:empty).under {
  background-color: #ff8c09;
  color: #001830;
}
.Planning .bg-striped {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(255, 255, 255, 0.6) 4px, rgba(255, 255, 255, 0.6) 7px);
  text-shadow: 0 0 1px #001830;
}
.Planning .conflict {
  padding: 0.375rem 0.6125rem 0.375rem 0.625rem;
}
.Planning .conflict:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 0.5rem 0.5rem 0;
  border-style: solid;
  border-color: #ffa238 #fff;
}

.TimeTracking [data-resource-id] .reminder {
  float: right;
  margin-right: 0.3125rem;
  color: #dedede;
  visibility: hidden;
}
.TimeTracking [data-resource-id] .reminder:hover {
  color: #777;
}
.TimeTracking [data-resource-id] .fc-expander-user {
  color: #777;
}
.TimeTracking [data-resource-id] .fc-expander-user.collapsed {
  visibility: hidden;
}
.TimeTracking [data-resource-id]:hover .fc-expander-user, .TimeTracking [data-resource-id]:hover .reminder {
  cursor: pointer;
  visibility: visible;
}
.TimeTracking [data-resource-id$="_detail"] {
  background-color: rgba(255, 255, 100, 0.2) !important;
}
.TimeTracking [data-resource-id$="_detail"] .fc-cell-content .entity-icon {
  color: #777;
  margin-right: 0.5625rem;
}
.TimeTracking .fc-widget-header {
  text-align: center;
  white-space: normal;
}
.TimeTracking .fc-timeline-event {
  border: none;
}
.TimeTracking .fc-timeline-event.proj-detail .fc-title {
  color: #999;
}
.TimeTracking .fc-timeline-event.fc-event.clickable:hover .fc-content {
  background: #fafafa;
  cursor: pointer;
  border-radius: 0.1875rem;
}
.TimeTracking .fc-timeline-event.fc-event .fc-bg {
  opacity: 0;
}
.TimeTracking .fc-timeline-event.fc-event .fc-content {
  text-align: center;
  margin-top: 0.625rem;
  line-height: 1.25rem;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  text-overflow: clip;
}
.TimeTracking .fc-timeline-event.fc-event .fc-content .fc-time {
  display: none;
}

.Planning [data-resource-id^="teammate_"] {
  background-color: rgba(255, 255, 100, 0.2) !important;
}

#agenda-time-tracking .fc-event {
  color: #001830;
}

.entity-Appo > body > #powerTip {
  background-color: #ffffff;
}

.time-row-spacer {
  background-color: transparent !important;
}
.time-row-spacer:last-child {
  display: none;
}

.time-group {
  background-color: #eee;
}

.time-name.time-group {
  font-weight: 700;
}
.time-name .rename-input {
  width: 100%;
}

.time-name-inner {
  display: flex;
}

.time-maininfo,
.inline-edit-active {
  flex: auto;
}

.time-step {
  padding-left: 0.25rem;
}

.time-maininfo .rename-input {
  margin: 0;
}

.time-extrainfo {
  flex: none;
  padding-left: 0.25rem;
  min-width: 3rem;
  color: #555;
  font-size: 0.75rem;
  text-align: right;
}
.time-extrainfo.time-duration-text {
  min-width: 4.5rem;
}
.time-extrainfo.inline-edit-active .rename-input {
  width: 2rem;
}

.time-date-header,
.time-total-header,
.time-date,
.time-total {
  text-align: center;
}

.time-date-header,
.time-total-header {
  width: 6rem;
}

.time-date-add {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  margin-top: -0.4375rem;
  color: #888;
  line-height: 0.875rem;
  cursor: pointer;
}

.time-date-header {
  position: relative;
  white-space: nowrap;
}
.time-date-header .time-date-add:hover {
  color: #222;
}
.time-date-header .time-date-add::before {
  font-size: 0.875rem;
}

.time-date.has-am-alloc {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(23, 163, 215, 0.1) 50%, rgba(23, 163, 215, 0.1) 100%);
}
.time-date.has-pm-alloc {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(23, 163, 215, 0.1) 50%, rgba(23, 163, 215, 0.1) 100%);
}
.time-date.has-allday-alloc {
  background-color: rgba(23, 163, 215, 0.1);
}
.time-date i {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0.1875rem 0.25rem;
  cursor: pointer;
}
.time-date:not([data-value="0"]):not(.inline-edit-active):hover i {
  display: block;
}

.time-total {
  background-color: #eee;
  font-weight: 700;
}

.time-delivrable {
  color: #555;
  font-size: 0.6875rem;
  font-style: italic;
}

.time-container {
  overflow-y: auto;
}

.time-grid {
  min-width: 50rem;
  table-layout: fixed;
}
.time-grid .inline-edit-active .rename-input {
  display: inline-block;
}
.time-grid .inline-edit-active .rename-input .select2-choice {
  padding: 0.25rem;
  height: 1.5rem;
}
.time-grid .inline-edit-active .rename-input .select2-arrow {
  display: none;
}
.time-grid .inline-edit-active .rename-input .select2-chosen {
  margin-right: 0;
}
.time-grid .inline-edit-active > span {
  padding-left: 0.25rem;
}
.time-grid .time-modified {
  display: none;
}
.time-grid .modified .time-name::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.1875rem;
  background-color: #89b1e0;
}
.time-grid .modified .time-modified {
  display: inline-block;
  color: #89b1e0;
  cursor: pointer;
}
.time-grid .time-modified,
.time-grid .time-billed,
.time-grid .time-secured {
  min-width: 0.875rem;
}
.time-grid .time-modified::before,
.time-grid .time-billed::before,
.time-grid .time-secured::before {
  font-size: 0.8125rem;
  text-decoration: none;
}
.time-grid .time-date.time-billed {
  text-decoration: line-through;
}
.time-grid .time-date.time-billed:hover {
  text-decoration: none;
}
.time-grid tbody tr {
  border-bottom: 1px solid #ddd;
}
.time-grid tbody tr.time-row-spacer, .time-grid tbody tr:last-of-type {
  border-bottom: none;
}
.time-grid td {
  position: relative;
}
.time-grid td + td,
.time-grid th + th {
  border-left: 1px solid #ddd;
}

.time-global {
  text-transform: uppercase;
}

.timeEditHint {
  width: 15rem;
}
@media only screen and (min-width: 40.063em), print {
  .timeEditHint {
    width: 20rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .timeEditHint {
    width: 40rem;
  }
}

#cont-enrichment {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
#cont-enrichment #cont-enrichment-table {
  width: 100%;
  border: none;
}
#cont-enrichment #cont-enrichment-table tr:nth-child(even) {
  background-color: #fafafa;
}
#cont-enrichment #cont-enrichment-table tr td {
  padding-left: 0;
  padding-right: 0;
}
#cont-enrichment #cont-enrichment-table .cont-enrichment-table-body .no-value-field {
  color: #6c757d;
}
#cont-enrichment #cont-enrichment-table .cont-enrichment-table-body div.switch.tiny {
  text-align: left;
  margin-bottom: 0;
}
#cont-enrichment #cont-enrichment-table .cont-enrichment-table-body div.switch.tiny > label {
  margin-bottom: unset;
}
#cont-enrichment #cont-enrichment-table .cont-enrichment-table-body div.switch.tiny .cont-enrichment-value-text {
  margin-left: 0.75rem;
  vertical-align: top;
  margin-top: 0.25rem;
}
#cont-enrichment #cont-enrichment-table .cont-enrichment-table-body div.switch.tiny .cont-enrichment-value-text:hover {
  cursor: pointer;
}
#cont-enrichment #cont-enrichment-table .cont-enrichment-table-body div.switch.tiny .cont-enrichment-radio,
#cont-enrichment #cont-enrichment-table .cont-enrichment-table-body div.switch.tiny .cont-enrichment-value-text {
  display: inline-block;
  color: #212529;
}

/* see also macro DataTableMicroTemplate */
/* see also macro DataTableMicroTemplate */
.entity-tabs-content .data-grid td input::-webkit-outer-spin-button,
.entity-tabs-content .data-grid td input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.entity-tabs-content .data-grid td input[type=number] {
  -moz-appearance: textfield;
}

.EditEntityGridActi hr {
  margin-top: 0;
}

.edit-entity-grid-error {
  border-right: 3px solid #f00;
}

.edit-entity-grid-error-msg {
  color: #f00;
  font-size: .9rem;
  padding-right: 1rem;
}

.not-visible {
  visibility: hidden;
}

#gallery-detail .btn-left, #gallery-detail .btn-right, #gallery-detail .btn-close {
  top: 50%;
  background-color: #444;
  transition: background-color 300ms ease-out;
}
#gallery-detail .btn-left:hover, #gallery-detail .btn-right:hover, #gallery-detail .btn-close:hover {
  background-color: #666;
}

.gallery-wrap {
  position: relative;
  min-height: 6.25rem;
}
.gallery-wrap .loading {
  font-style: italic;
  text-align: center;
}
.cssanimations .gallery-wrap .loading::before {
  display: inline-block;
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.625rem;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.125rem solid rgba(51, 51, 51, 0.4);
  border-radius: 100%;
  border-top-color: #333;
  background: none;
  content: " ";
}
.gallery-wrap .empty {
  text-align: center;
}

#gallery {
  text-align: justify;
}
#gallery a:not(.jg-entry) img {
  margin: 0.5rem;
}
#gallery a.jg-entry .empty-img {
  width: 100%;
  height: 100%;
  border: 1px #e6e6e6 solid;
  color: #999;
}
#gallery a.jg-entry .empty-img::before {
  position: relative;
  top: 0.625rem;
  left: 0.625rem;
  font-size: 1.25rem;
}

.gallery-detail-wrap {
  display: none;
  position: absolute;
  width: 100%;
  padding: 0.5rem;
  z-index: 2;
}

#gallery-detail {
  position: relative;
  background-color: #222;
  color: #aaa;
  font-size: 0.75rem;
}
#gallery-detail a[class^="btn-"],
#gallery-detail a[class*=" btn-"] {
  position: absolute;
  color: #eee !important;
  z-index: 3;
}
#gallery-detail .btn-left {
  left: 0;
}
#gallery-detail .btn-right {
  right: 0;
}
#gallery-detail .btn-close {
  top: 0;
  right: 0;
}
#gallery-detail .arrow {
  position: absolute;
  top: -1.25rem;
  color: #222;
}
#gallery-detail .arrow::before {
  font-size: 1.875rem;
}
#gallery-detail .big-image {
  display: inline-block;
  position: relative;
  width: 66%;
  height: 100%;
  padding: 0;
  border-style: solid;
  border-color: transparent;
  border-left-width: 4.375rem;
  border-right-width: 1.25rem;
  text-align: center;
  vertical-align: top;
}
#gallery-detail .big-image .img-wrap {
  width: 100%;
  height: 100%;
}
#gallery-detail .big-image .docu-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-top: 1.25rem solid transparent;
  border-bottom: 1.25rem solid transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  transition: opacity 300ms ease-out;
}
#gallery-detail .sep-wrap {
  display: inline-block;
  position: relative;
  width: 1px;
  height: 100%;
  padding: 1.25rem 0;
}
#gallery-detail .sep {
  height: 100%;
  background: #111;
  font-size: small;
  box-shadow: 1px 0 #333;
}
#gallery-detail .file-info {
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  width: 32%;
  height: 100%;
  padding: 1.25rem;
  vertical-align: top;
}
#gallery-detail .file-button {
  margin: 0.625rem 0 0;
  margin-right: 0.1875rem;
  padding: 0.5rem;
  background-color: #444;
  color: #fff;
}
#gallery-detail .file-button:hover {
  background-color: #666;
}
#gallery-detail .info-sep {
  margin: 0.625rem 0;
  border-bottom: 1px solid #121212;
  box-shadow: 0 1px #2a2a2a;
}
#gallery-detail .docu-infos {
  vertical-align: middle;
}
#gallery-detail .docu-name {
  margin-bottom: 0.3125rem;
  color: #eee;
}
#gallery-detail .docu-link {
  color: inherit;
}
#gallery-detail .docu-link:hover {
  text-decoration: underline;
}
#gallery-detail .docu-extra span {
  display: none;
}
#gallery-detail .thumbs-wrap {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  overflow-y: auto;
}
#gallery-detail .thumb {
  margin: 0.3125rem;
  outline-offset: 1px;
  background-color: #444;
}
#gallery-detail .thumb:hover {
  outline: 1px solid #ddd;
}
#gallery-detail .thumb:not(.hide) {
  display: inline-block;
}
#gallery-detail .thumb.active {
  outline: 2px solid #bbb;
}
#gallery-detail .thumb.more {
  background-color: #444;
  color: #fff;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  transition: background-color 300ms ease-out;
}
#gallery-detail .thumb.more:hover {
  background-color: #666;
}
#gallery-detail .thumb.more::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 2.1875rem;
}
#gallery-detail .thumb .img {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 40em) {
  #gallery-detail a[class^="btn-"],
  #gallery-detail a[class*=" btn-"] {
    opacity: .5;
  }
  #gallery-detail a[class^="btn-"]:hover,
  #gallery-detail a[class*=" btn-"]:hover {
    opacity: 1;
  }
  #gallery-detail a[class^="btn-"]::before,
  #gallery-detail a[class*=" btn-"]::before {
    font-size: 2.1875rem;
  }
  #gallery-detail .btn-left,
  #gallery-detail .btn-right {
    background-color: rgba(68, 68, 68, 0.3);
  }
  #gallery-detail .sep-wrap,
  #gallery-detail .docu-files,
  #gallery-detail .info-sep,
  #gallery-detail .file-button,
  #gallery-detail .docu-extra {
    display: none;
  }
  #gallery-detail .docu-name {
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #gallery-detail .docu-changed::before {
    content: attr(title) " ";
  }
  #gallery-detail .big-image {
    width: 100%;
    border-width: 0.3125rem 0.3125rem 3.125rem;
  }
  #gallery-detail .big-image .docu-link {
    border: none;
  }
  #gallery-detail .file-info {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0.625rem;
    background-color: rgba(34, 34, 34, 0.75);
  }
}
@media only screen and (min-width: 40.063em), print {
  #gallery-detail a[class^="btn-"]::before,
  #gallery-detail a[class*=" btn-"]::before {
    font-size: 2.5rem;
  }
  #gallery-detail .btn-close {
    background-color: transparent;
  }
  #gallery-detail .btn-close:hover {
    background-color: transparent;
    opacity: .5;
  }
  #gallery-detail .file-button::before {
    font-size: 0.875rem;
  }
  #gallery-detail .file-info {
    padding-left: 0.625rem;
    padding-right: 2.5rem;
  }
  #gallery-detail .docu-name {
    font-size: 1.125rem;
  }
  #gallery-detail .thumb {
    width: 2.5rem;
    height: 2.5rem;
  }
  #gallery-detail .thumb.more {
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #gallery-detail a[class^="btn-"]::before,
  #gallery-detail a[class*=" btn-"]::before {
    font-size: 3.125rem;
  }
  #gallery-detail .file-button::before {
    font-size: 1rem;
  }
  #gallery-detail .file-info {
    padding-left: 1.25rem;
    padding-right: 3.125rem;
  }
  #gallery-detail .docu-name {
    font-size: 1.375rem;
  }
  #gallery-detail .docu-changed::before {
    content: attr(title) " ";
  }
  #gallery-detail .docu-extra span {
    display: inline;
  }
  #gallery-detail .thumb {
    width: 5rem;
    height: 5rem;
  }
  #gallery-detail .thumb.more {
    line-height: 5rem;
  }
}
.comp-map-card {
  display: flex;
  flex-direction: row;
}
.comp-map-card .avatar > img {
  object-fit: contain;
}

.comp-map-address {
  display: flex;
  flex-direction: column;
}

.gm-style-iw-chr > button.gm-ui-hover-effect {
  width: 1.625rem !important;
  height: 24px !important;
}
.gm-style-iw-chr > button.gm-ui-hover-effect > span {
  margin: 4px 8px !important;
  height: 16px !important;
  mask-repeat: no-repeat;
}

.noti-item .meeting-acceptance, .noti-item .meeting-acceptance-block.show-read .meeting-acceptance-info-user.read, .noti-item .meeting-identifier, .noti-item-section-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

#noti-bar:before, .noti-item .meta:before, .noti-item .meeting-actions:before, .noti-item-inner:before, .noti-item-section:before, #noti-bar:after, .noti-item .meta:after, .noti-item .meeting-actions:after, .noti-item-inner:after, .noti-item-section:after {
  content: " ";
  display: table;
}
#noti-bar:after, .noti-item .meta:after, .noti-item .meeting-actions:after, .noti-item-inner:after, .noti-item-section:after {
  clear: both;
}

.notification-button .badge {
  background: linear-gradient(to bottom, #ff4638 0%, #ff3324 100%);
  color: #fff;
}

#dd-notification-feed {
  width: 35rem;
  max-width: 35rem;
  height: auto;
  padding: 0;
  border-top-color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media only screen and (max-width: 40em) {
  #dd-notification-feed.open {
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}
#dd-notification-feed.loading {
  min-height: 4.375rem;
}
#dd-notification-feed.loading::before {
  top: auto;
  bottom: 0.3125rem;
  margin-top: 0;
}

#dd-notification-feed-menu > li {
  font-size: 0.875rem;
}

#noti-bar {
  padding: 1rem 0 0 1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #dee2e6;
}
#noti-bar > span {
  float: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

#noti-bar-tools {
  margin: 0;
}
#noti-bar-tools > .mark-all-read {
  display: none;
}
.has-notifications #noti-bar-tools > .mark-all-read {
  display: block;
}
#noti-bar-tools > li {
  position: relative;
  margin: 0;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  line-height: normal;
}
#noti-bar-tools > li:hover {
  background-color: white !important;
}
#noti-bar-tools > li:hover button {
  color: #001830 !important;
}
#noti-bar-tools > li .toggle::after {
  background-color: transparent;
}
#noti-bar-tools > li .toggle.toggle-on::after {
  background-color: #001830;
}
#noti-bar-tools > li .toggle.tiny::after {
  height: 2px;
}
#noti-bar-tools > li .toggle.small::after {
  height: 2px;
}
#noti-bar-tools > li .toggle.large::after {
  height: 2px;
}
#noti-bar-tools > li .toggle > input[type="checkbox"] {
  display: none;
}
#noti-bar-tools > li .toggle > input[type="checkbox"] + label {
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0;
}
#noti-bar-tools > li .toggle > input[type="checkbox"]:checked + label::after {
  background-color: #001830;
  z-index: 1;
}
#noti-bar-tools > li .toggle.tiny > input[type="checkbox"] + label::after {
  height: 2px;
}
#noti-bar-tools > li .toggle.small > input[type="checkbox"] + label::after {
  height: 2px;
}
#noti-bar-tools > li .toggle.large > input[type="checkbox"] + label::after {
  height: 2px;
}
#noti-bar-tools > li .toggle:hover, #noti-bar-tools > li .toggle:focus {
  background-color: #ffffff !important;
}
#noti-bar-tools > li .toggle.toggle-on {
  background-color: white;
}
#noti-bar-tools > li .toggle.toggle-on a {
  color: #4d4d4d;
}
#noti-bar-tools > li.hide {
  display: none;
}
#noti-bar-tools > li a {
  padding: 0;
  color: #000;
}
#noti-bar-tools > li .settings {
  background-color: #ffffff;
}
#noti-bar-tools > li .settings > i:hover::before {
  color: #A6CBFE;
}

#noti-container {
  max-height: 82vh;
  overflow: auto;
}
.loading #noti-container {
  opacity: 0.5;
}

.noti-empty-message {
  padding: 0.5rem 0;
  text-align: center;
}
.has-notifications .noti-empty-message, .loading .noti-empty-message {
  display: none;
}

#noti-error {
  margin: 0;
}
#noti-error.hide {
  display: none;
}

.noti-item {
  padding: 1rem 0.75rem 1.75rem 1rem;
  background-color: #ffffff;
}
.noti-item.read {
  background-color: #ffffff;
}
.hide-read-items .noti-item.read {
  display: none;
}
.noti-item .read {
  opacity: 0.85;
}
.noti-item + .noti-item {
  border-top: 1px solid #dee2e6;
}
.noti-item [class^="i-"]::before,
.noti-item [class*=" i-"]::before {
  display: inline-block;
  width: 1rem;
  color: #555;
}
.noti-item .user {
  float: left;
  background-position: center center;
  background-size: cover;
}
.noti-item .user-efficy {
  background: url("../../../../lib/img/efficy38-grey.png") no-repeat center top;
  background-size: 2rem;
}
@media only screen and (min-width: 40.063em), print {
  .noti-item .user-efficy {
    background-size: 2.375rem;
  }
}
.noti-item .noti-item-buttons {
  width: 1rem;
  float: right;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}
.noti-item .noti-item-buttons-inner {
  margin: -0.25rem;
}
.noti-item .noti-item-buttons-inner > div {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  float: left;
  text-align: center;
  opacity: 0.8;
}
.noti-item .noti-item-buttons-inner > div:hover {
  opacity: 1;
}
.noti-item .read-button {
  overflow: hidden;
}
.noti-item .read-button-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.noti-item .read-button-icon::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #A6CBFE;
  font-size: 2rem;
  font-style: normal;
  line-height: .5;
  content: "\2022";
}
.noti-item.read .read-button-icon::before {
  top: -0.125rem;
  color: inherit;
  content: "\25e6";
}
.noti-item .author,
.noti-item .entity-title {
  font-weight: 500;
}
.noti-item .default-title {
  font-style: italic;
}
.noti-item .default-title::before {
  content: "<";
}
.noti-item .default-title::after {
  content: ">";
}
.noti-item .meta {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.noti-item .meta > * {
  float: left;
}
.noti-item .meta > .entity::before {
  color: #6c757d;
}
.noti-item .meta > .entity,
.noti-item .meta > .editing {
  margin-right: 0.25rem;
}
.noti-item .meta > .date {
  color: #6c757d;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-decoration: none;
}
.noti-item .abstract + .noti-item-section {
  margin-top: 0.5rem;
}
.noti-item .abstract-label {
  color: #6c757d;
}
.noti-item .abstract-label + .abstract-value::before {
  margin-right: 0.125rem;
  content: ":";
}
.noti-item .show-details-button {
  margin: 0.5rem -0.5rem -0.5rem;
  padding: 0.1875rem 0;
  background-color: rgba(0, 0, 0, 0.08);
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 40.063em), print {
  .noti-item .show-details-button {
    padding: 0;
    background-color: transparent;
  }
}
.noti-item .show-details-button::before {
  display: inline-block;
  position: relative;
  top: -0.125rem;
  padding: 0.1875rem;
  transform: rotate(45deg);
  border-width: 0 0.0625rem 0.0625rem 0;
  border-style: solid;
  content: "";
}
.noti-item .show-details-button:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.noti-item .security-content {
  font-weight: 600;
}
.noti-item .others-box {
  padding: 0.125rem;
  border: 1px solid #dee2e6;
}
.noti-item .meeting-invitation {
  margin-bottom: 0.5rem;
  padding: 0.125rem;
  border: 1px solid #dee2e6;
}
.noti-item .meeting-info {
  margin-bottom: 0.25rem;
}
.noti-item .meeting-acceptance {
  margin-bottom: 0.25rem;
}
.noti-item .meeting-acceptance > .value {
  margin-left: 0.125rem;
  font-weight: 600;
}
.noti-item .meeting-acceptance > .value::before {
  content: "—";
  margin-right: 0.125rem;
}
.noti-item .meeting-acceptance > .change-button {
  margin-left: 0.25rem;
}
.noti-item .meeting-acceptance-block {
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  float: left;
  padding-right: 0.25rem;
}
.noti-item .meeting-acceptance-block + .meeting-acceptance-block {
  padding-right: 0;
  padding-left: 0.25rem;
}
.noti-item .meeting-acceptance-block.empty {
  opacity: .7;
}
.noti-item .meeting-acceptance-block.accepted > .noti-item-section-title {
  color: #36ad83;
}
.noti-item .meeting-acceptance-block.accepted > .noti-item-section-title::before {
  color: #36ad83;
}
.noti-item .meeting-acceptance-block.declined > .noti-item-section-title {
  color: #cc375b;
}
.noti-item .meeting-acceptance-block.declined > .noti-item-section-title::before {
  color: #cc375b;
}
.noti-item .meeting-acceptance-info-users {
  margin-bottom: 0.125rem;
}
.noti-item .meeting-acceptance-info-user.read {
  display: none;
}
.noti-item .meeting-identifier > :nth-child(n+2) {
  margin-left: 0.25rem;
}
.noti-item .meeting-identifier > span:nth-of-type(n+2)::before {
  content: "•";
  margin-right: 0.25rem;
}
.noti-item .password-action {
  margin: 0.375rem 0 0;
}
.noti-item .meeting-actions {
  margin: 0.375rem 0 0;
}
.noti-item .meeting-actions > li {
  display: block;
  width: 50%;
  margin: 0;
  float: left;
  list-style: none;
}
.noti-item .meeting-actions > li:first-of-type {
  padding-right: 0.0625rem;
}
.noti-item .meeting-actions > li:last-of-type {
  padding-left: 0.0625rem;
}
.noti-item .meeting-action {
  margin: 0;
}
.noti-item .meeting-action.accept {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #36ad83;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #fff;
  border-radius: 4px;
}
.noti-item .meeting-action.accept:hover, .noti-item .meeting-action.accept:focus {
  background-color: #b2bdc7;
}
.noti-item .meeting-action.accept:hover, .noti-item .meeting-action.accept:focus {
  color: #fff;
}
.noti-item .meeting-action.decline {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #cc375b;
  border-color: #b2bdc7;
  border-width: 0.0625rem;
  border-style: solid;
  color: #fff;
  border-radius: 4px;
}
.noti-item .meeting-action.decline:hover, .noti-item .meeting-action.decline:focus {
  background-color: #b2bdc7;
}
.noti-item .meeting-action.decline:hover, .noti-item .meeting-action.decline:focus {
  color: #fff;
}
.noti-item .field {
  margin-bottom: 12px;
  font-size: inherit;
  line-height: inherit;
}
.noti-item .fld-item::before {
  margin-right: 0.25rem;
  content: "•";
}
.noti-item .fld-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6c757d;
  white-space: nowrap;
}
.noti-item .fld-description::before {
  color: #adb5bd;
  content: "";
  font-family: 'efficy-icons';
  margin: 0 0.75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.noti-item .catg-fld-name {
  margin-left: 1.125rem;
}
.noti-item .relation + .relation {
  margin-top: 0.0625rem;
}
.noti-item .noti-item-main .not-read {
  color: #A6CBFE;
  font-size: 1rem;
  line-height: 1.25rem;
}
.noti-item.read-all .not-read {
  display: none;
}
.noti-item .memo-value {
  max-height: 4rem;
  padding: 0.125rem 0.125rem 1rem;
  border: 1px solid #dee2e6;
  overflow: hidden;
}
.noti-item .memo-button {
  display: block;
  position: absolute;
  right: 1px;
  bottom: 1px;
  left: 1px;
  padding: 1rem 0.125rem 0.125rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
}
.noti-item.read .memo-button {
  font-size: 14px;
  font-weight: 500;
}
.noti-item:hover .memo-button {
  color: #001830;
}

.noti-item-section {
  background-color: #f8f9fa;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  position: relative;
  margin-bottom: 0.5rem;
}
.information-title + .noti-item-section {
  margin-top: 0.5rem;
}

.noti-item-section-title {
  margin: 0 0 0.125rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.noti-item-section-title::before {
  margin-right: 0.125rem;
}

.noti-item-section-item > * + * {
  margin-left: 0.125rem;
}

.noti-item-main {
  width: calc(100% - 3rem);
  float: left;
}
@media only screen and (min-width: 40.063em), print {
  .noti-item-main {
    width: calc(100% - 4rem);
  }
}
.noti-item-main > :last-child {
  margin-bottom: 0;
}

.noti-item-main-inner {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.noti-item-main-inner .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.noti-eof {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  padding: 0.5rem;
  text-align: center;
}
.noti-eof::after {
  display: block;
  position: absolute;
  top: 0;
  right: 30%;
  left: 30%;
  height: 1px;
  background-color: #dee2e6;
  content: "";
}

#noti-modal-host {
  max-height: 82vh;
  font-size: 0.875rem;
  overflow: auto;
}

.noti-memo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.noti-modal-title {
  font-size: 1rem;
  font-weight: 500;
}

.noti-modal-content {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.noti-massupdate-list {
  margin: 0;
  font-size: 0.875rem;
}

.noti-massupdate-item {
  display: block;
}

/* Opportunities Kanban - Root Element */
.kanban-detail-area {
  overflow-x: scroll;
  scroll-behavior: smooth;
}

.muuri-sub-col {
  width: 309px;
}
.muuri-sub-col > * {
  max-width: 309px;
}
.muuri-sub-col + .muuri-sub-col {
  border: none;
}

.kanban-detail-area {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  /* IE 9 */
  -webkit-transform: rotateX(180deg);
  /* Safari and Chrome */
}
.kanban-detail-area > * {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  /* IE 9 */
  -webkit-transform: rotateX(180deg);
  /* Safari and Chrome */
}

.kanban-detail-area > .muuri-container {
  /* Kanban Cards */
}
.kanban-detail-area > .muuri-container .muuri-grids-col-header > .muuri-col > .muuri-sub-cols {
  /* Kanban columns headers */
}
.kanban-detail-area > .muuri-container .muuri-grids-col-header > .muuri-col > .muuri-sub-cols .muuri-sub-col-header {
  background-color: unset;
  text-align: initial;
  min-width: 19.3125rem;
  overflow-x: visible;
  text-wrap: nowrap;
  padding-top: 0;
  /* The thin line at the top of each header */
  /* Header title & Extra infos */
}
.kanban-detail-area > .muuri-container .muuri-grids-col-header > .muuri-col > .muuri-sub-cols .muuri-sub-col-header .muuri-colored-hat {
  /* NOTE: The background colour is set by the dynamicCss */
  display: block;
  width: 100%;
  height: 0.25rem;
  content: '';
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kanban-detail-area > .muuri-container .muuri-grids-col-header > .muuri-col > .muuri-sub-cols .muuri-sub-col-header .muuri-sub-col-header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  /* Cards count for each column */
}
.kanban-detail-area > .muuri-container .muuri-grids-col-header > .muuri-col > .muuri-sub-cols .muuri-sub-col-header .muuri-sub-col-header-title .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  /* Override with non standard line height (from Figma) */
  line-height: 1.5rem;
}
.kanban-detail-area > .muuri-container .muuri-grids-col-header > .muuri-col > .muuri-sub-cols .muuri-sub-col-header .muuri-sub-col-header-title .count {
  color: #495057;
}
.kanban-detail-area > .muuri-container .muuri-grids-col-header > .muuri-col > .muuri-sub-cols .muuri-sub-col-header .muuri-sub-col-header-title .count::before, .kanban-detail-area > .muuri-container .muuri-grids-col-header > .muuri-col > .muuri-sub-cols .muuri-sub-col-header .muuri-sub-col-header-title .count::after {
  /* Removes the parentheses around the number of cards, set in vendor lib */
  content: '';
}
.kanban-detail-area > .muuri-container .muuri-grids-col-header > .muuri-col > .muuri-sub-cols .muuri-sub-col-header .muuri-sub-col-header-extra {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  line-height: 0.5;
}
.kanban-detail-area > .muuri-container .muuri-grids-col-header > .muuri-col > .muuri-sub-cols .muuri-sub-col-header .muuri-sub-col-header-extra span.pill-clear-bg {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  border-radius: 12px;
  text-align: right;
}
.kanban-detail-area > .muuri-container .muuri-grids-col-header > .muuri-col > .muuri-sub-cols .muuri-sub-col-header .muuri-sub-col-header-extra .pill-clear-bg.total-amount, .kanban-detail-area > .muuri-container .muuri-grids-col-header > .muuri-col > .muuri-sub-cols .muuri-sub-col-header .muuri-sub-col-header-extra .pill-clear-bg.total-weighted {
  margin: 0 0.25rem;
  width: 50%;
}
.kanban-detail-area > .muuri-container .muuri-grids-col-header > .muuri-col > .muuri-sub-cols .muuri-sub-col-header .muuri-sub-col-header-extra .pill-clear-bg.total-amount {
  background-color: unset;
  border: 1px solid #36ad83;
  color: #36ad83;
}
.kanban-detail-area > .muuri-container .muuri-grids-col-header > .muuri-col > .muuri-sub-cols .muuri-sub-col-header .muuri-sub-col-header-extra .pill-clear-bg.total-weighted {
  background-color: unset;
  border: 1px solid #89b1e0;
  color: #89b1e0;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols {
  background-color: unset;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col {
  background-color: unset;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col [class^="STATUS-Oppo-"] {
  flex: unset;
  min-width: 19.3125rem;
  background-color: unset;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content {
  margin: 0;
  padding: 0;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item-dragging,
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item.kanban-item {
  max-height: 20rem;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item-dragging + .kanban-item,
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item.kanban-item + .kanban-item {
  padding-top: 12px;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item-dragging .muuri-item-content,
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item.kanban-item .muuri-item-content {
  padding: 0;
  min-height: inherit;
  border: none;
  border-radius: 8px;
  box-shadow: none;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item-dragging .muuri-item-content .muuri-item-name,
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item.kanban-item .muuri-item-content .muuri-item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item-dragging .muuri-item-content .muuri-item-name:hover,
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item.kanban-item .muuri-item-content .muuri-item-name:hover {
  text-decoration: none;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item-dragging .muuri-item-content .muuri-item-name .name,
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item.kanban-item .muuri-item-content .muuri-item-name .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item-dragging .muuri-item-content dl.oppo-memo,
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item.kanban-item .muuri-item-content dl.oppo-memo {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item-dragging .muuri-item-content dl.quick-status,
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item.kanban-item .muuri-item-content dl.quick-status {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item-dragging .muuri-item-content dl.extra-info,
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item.kanban-item .muuri-item-content dl.extra-info {
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.75rem;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item-dragging .muuri-item-content dl.extra-info .success > span,
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item.kanban-item .muuri-item-content dl.extra-info .success > span {
  background-color: #e9ecef;
  background-color: #e9ecef;
  color: #001830;
  border: 1px solid #adb5bd;
  border-radius: none;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item-dragging .muuri-item-content dl.extra-info .success > span::after,
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item.kanban-item .muuri-item-content dl.extra-info .success > span::after {
  content: '%';
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item-dragging .muuri-item-content dl.extra-info .budget > span,
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item.kanban-item .muuri-item-content dl.extra-info .budget > span {
  background-color: unset;
  border: 1px solid #36ad83;
  color: #36ad83;
}
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item-dragging .muuri-item-content dl.extra-info .manager,
.kanban-detail-area > .muuri-container .kanban-group-container > .kanban-grid > .muuri-col > .muuri-sub-cols .muuri-sub-col .muuri-sub-col-content .muuri-item.kanban-item .muuri-item-content dl.extra-info .manager {
  position: absolute;
  right: 0rem;
}

.kanban-detail-area.loading {
  min-height: 6.25rem;
}
.kanban-detail-area.loading::before {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 2.1875rem;
  height: 2.1875rem;
  margin: -1.09375rem 0 0 -1.09375rem;
  content: "";
}
.no-cssanimations .kanban-detail-area.loading::before {
  background: url("../../../../lib/img/spinner24.gif") center center no-repeat;
}
.cssanimations .kanban-detail-area.loading::before {
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.3125rem solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  border-top-color: #000;
}

.reveal-modal.with-toolbar {
  padding: 0;
  overflow: hidden;
}
.reveal-modal.with-toolbar .edit-commands {
  position: relative;
  padding-right: 0 !important;
}
.reveal-modal.with-toolbar .dialog-wrapper .small-12:last-child {
  padding-bottom: 0.625rem;
}

/* Specific target: Lifecycle dropdown, to update the records current STATUS */
.entity-lifecycle .select2-container .select2-choice {
  border: 0.00938rem solid #dee2e6;
  border-radius: 8px;
  height: 2.25rem;
}
.entity-lifecycle .select2-container .select2-choice .select2-chosen, .entity-lifecycle .select2-container .select2-choice .select2-arrow {
  filter: brightness(60%);
}

/* Mass update */
div#massUpdate ul {
  padding: 0 0 1rem;
}
div#massUpdate #muField input[type=checkbox] {
  width: 1rem;
  margin: 0.5rem 0.25rem 0 0.5rem;
}

.edit-name input, .edit-done > button {
  height: 2.375rem;
}

.edit-name input {
  margin-bottom: 0;
  padding-left: 0.875rem;
  font-size: 0.875rem;
  font-weight: 500;
}
@media only screen and (max-width: 40em) {
  .edit-name input {
    margin-bottom: 12px;
  }
}

.edit-name, .geoPick {
  position: relative;
  overflow: hidden;
}
.edit-name [class^="i-"]:not(.button-translate)::before,
.edit-name [class*=" i-"]:not(.button-translate)::before, .geoPick [class^="i-"]:not(.button-translate)::before,
.geoPick [class*=" i-"]:not(.button-translate)::before {
  position: absolute;
  top: 0.75rem;
  left: 0.5rem;
}
.edit-name [class^="i-"]:nth-child(2)::before,
.edit-name [class*=" i-"]:nth-child(2)::before, .geoPick [class^="i-"]:nth-child(2)::before,
.geoPick [class*=" i-"]:nth-child(2)::before {
  left: 1.875rem;
}
.edit-name [class^="i-"] + input:nth-child(2),
.edit-name [class*=" i-"] + input:nth-child(2), .geoPick [class^="i-"] + input:nth-child(2),
.geoPick [class*=" i-"] + input:nth-child(2) {
  padding-left: 1.875rem;
}
.edit-name [class^="i-"] + input:nth-child(3),
.edit-name [class*=" i-"] + input:nth-child(3), .geoPick [class^="i-"] + input:nth-child(3),
.geoPick [class*=" i-"] + input:nth-child(3) {
  padding-left: 3.25rem;
}

.entity-Cont .edit-name > input {
  display: inline-block;
  width: 32%;
}

.edit-entity-icon {
  color: #555;
  font-size: 2rem;
  line-height: 2.25rem;
}

.edit-done {
  width: 2.5rem;
  float: left;
}
.edit-done > button {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 50%;
}
.edit-done > button > span {
  display: none;
}

.mobile-attachment .cell:not(:first-of-type) {
  margin-left: 0.125rem;
}
.mobile-attachment .cell:not(:last-of-type) {
  margin-right: 0.125rem;
}
.mobile-attachment .attachment {
  display: inline-block;
  margin: 0.5rem;
  padding-top: 0.25rem;
  color: #A6CBFE;
  font-size: 0.75rem;
}

#conflict .action {
  background-color: #A6CBFE;
  color: #fff;
}
#conflict .inactive {
  text-decoration: none;
  cursor: pointer;
}

#searchSuggestions {
  margin-bottom: 1rem;
}
#searchSuggestions > table {
  margin-bottom: 0;
}
#searchSuggestions .title {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.drop-overlay::before {
  display: flex;
  position: absolute;
  z-index: 999;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(171, 171, 171, 0.8);
  color: #fff;
  font-size: 5rem;
  -webkit-animation: dropglow 600ms ease-in-out infinite alternate;
}
@-webkit-keyframes dropglow {
  from {
    box-shadow: inset 0 0px 20px #fff;
  }
  to {
    box-shadow: none;
  }
}
@keyframes dropglow {
  from {
    box-shadow: inset 0 0px 20px #fff;
  }
  to {
    box-shadow: none;
  }
}
section .inline-edit-button,
tr .inline-edit-button {
  display: none;
  position: absolute;
  width: 2.0625rem;
  height: 2.0625rem;
  padding: 0.1875rem;
  border: 1px solid #e9ecef;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
section .inline-edit-button::before,
tr .inline-edit-button::before {
  color: #7b7b7b;
  font-size: inherit !important;
}
section .inline-edit-button:hover,
tr .inline-edit-button:hover {
  text-decoration: none !important;
  background-color: #fff;
}
section .inline-edit-button:hover::before,
tr .inline-edit-button:hover::before {
  color: #555;
}
section:hover .inline-edit-button,
tr:hover .inline-edit-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.desktop section.form {
  cursor: text;
}
.desktop section.form:hover .inline-edit-button {
  display: none;
}

.inline-edit-button-cell {
  position: relative;
}

.data-grid .inline-edit-button {
  top: 50%;
  left: 50%;
}

.grid-density-2 .inline-edit-button-cell {
  width: 1.75rem;
  min-width: 1.75rem;
}
.grid-density-2 .inline-edit-button {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
}

.grid-density-1 .inline-edit-button-cell {
  width: 2rem;
  min-width: 2rem;
}
.grid-density-1 .inline-edit-button {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
}

.grid-density-0 .inline-edit-button-cell {
  width: 2.5625rem;
  min-width: 2.5625rem;
}
.grid-density-0 .inline-edit-button {
  margin-top: -1.03125rem;
  margin-left: -1.03125rem;
}

.inline-edit-active > .inline-edit-hidden {
  display: none !important;
}

[data-inline] {
  cursor: text;
}

.inline-editing input,
.inline-editing select,
.inline-editing textarea {
  height: auto;
  margin: 0;
}
.inline-editing .button-group {
  width: 6rem;
  margin: 0;
}
.inline-editing .button-group button {
  margin: 0;
}
.inline-editing .button-group button + button {
  margin-left: 0.125rem;
}
.data-grid .inline-editing .select2-container {
  margin-bottom: 0;
}
.data-grid .inline-editing .select2-container .select2-choice {
  height: 1.875rem;
  margin-bottom: 0;
  line-height: 1.875rem;
  padding: 0.0625rem 0.125rem;
}
.data-grid .inline-editing .select2-container .select2-choice .select2-chosen {
  line-height: 1.75rem;
  padding-left: 0.25rem;
  /* The "x" button at the end of a dropdown inline edit field */
}
.data-grid .inline-editing .select2-container .select2-choice .select2-chosen + .select2-search-choice-close {
  position: relative;
  left: calc(100% - 3rem);
  top: unset;
  bottom: 0.75rem;
}
.data-grid .inline-editing .select2-container .select2-choice .select2-chosen + .select2-search-choice-close:before {
  vertical-align: unset;
}
.data-grid .inline-editing .select2-container .select2-choice .select2-arrow b {
  background-position: 0.25rem -0.125rem;
}
.data-grid .inline-editing .select2-container .select2-choice abbr {
  top: 0;
}
.data-grid .inline-editing .select2-drop {
  margin-top: -0.0625rem;
}
.data-grid .inline-editing .select2-container-multi .select2-choices {
  min-height: 1.875rem;
  margin-bottom: 0;
}
.data-grid .inline-editing .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -0.8125rem 0;
}
.data-grid .inline-editing input,
.data-grid .inline-editing select,
.data-grid .inline-editing textarea {
  text-overflow: ellipsis;
  height: 1.875rem;
}
.inline-editing input, .inline-editing .postfix {
  height: 1.875rem;
}
.inline-editing .postfix {
  line-height: 1.875rem;
}
.inline-editing .button {
  margin-bottom: 0;
}

section.form.inline-editing {
  display: table;
}
section.form.inline-editing .select2-container .select2-choice {
  height: 1.875rem;
  margin: 0;
  line-height: 1.875rem;
}
section.form.inline-editing dd {
  font-size: 0.75rem;
}
section.form.inline-editing .flex-box {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
section.form.inline-editing.has-entitypicture {
  padding-left: 0.625rem !important;
}
section.form.inline-editing .entity-name {
  color: #001830;
}
section.form.inline-editing .entity-name input {
  font-weight: 700;
}
section.form.inline-editing dl {
  line-height: 2.125rem;
}
section.form.inline-editing dt {
  width: auto;
  font-size: 0.6875rem !important;
}
section.form.inline-editing input,
section.form.inline-editing select,
section.form.inline-editing textarea {
  height: 1.875rem;
  margin: 0 0.125rem;
}
section.form.inline-editing input:first-child,
section.form.inline-editing select:first-child,
section.form.inline-editing textarea:first-child {
  margin-left: 0;
}
section.form.inline-editing .entity-picture img {
  max-width: 100%;
  height: auto;
  max-height: 5rem;
}
section.form.inline-editing .button-group {
  margin-right: 0;
  margin-left: 0;
}

#dd-dropdown-inline-edit {
  padding: 0;
}
#dd-dropdown-inline-edit select {
  margin-bottom: 0;
  padding: 0;
}
#dd-dropdown-inline-edit option {
  padding: 0.125rem 0.25rem;
}
#dd-dropdown-inline-edit .list-search:before, #dd-dropdown-inline-edit .list-search:after {
  content: " ";
  display: table;
}
#dd-dropdown-inline-edit .list-search:after {
  clear: both;
}
#dd-dropdown-inline-edit .list-search button {
  height: 2.3125rem;
  margin: 0;
  padding: 0 0.625rem;
}
#dd-dropdown-inline-edit .list-search input {
  margin: 0;
}

#edit-entity-info {
  color: #495057;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin: 12px 0 0 12px;
}
#edit-entity-info > span {
  background: #e9ecef;
  padding: 4px 8px;
  border-radius: 4px;
}
#edit-entity-info > span::before {
  margin-right: 4px;
}
#edit-entity-info > div {
  margin-right: 8px;
}

#edit-entity-name,
#edit-relation-name {
  margin-bottom: 0.5rem;
  padding-top: 1rem;
}

.edit-commands {
  width: 100%;
  top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  z-index: 88;
  background: #ffffff;
  border-bottom: 2px solid #e9ecef;
}

@media only screen and (max-width: 40em) {
  .edit-commands .toolbar:nth-child(2) {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 40.063em), print {
  .edit-commands {
    position: fixed;
    width: 100%;
    top: 0;
    margin-bottom: 0;
    padding-right: 19.75rem;
    padding-left: 16px;
    z-index: 88;
    background: #ffffff;
    border-bottom: 2px solid #e9ecef;
  }
  .edit-commands .toolbar {
    margin-bottom: 0;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    background: #ffffff;
  }

  .entity-Indc .edit-commands {
    padding-right: 0;
  }

  #edit-main {
    background: linear-gradient(115deg, #EDFAF2 0%, #FCF4FC 50vw, #EAF9FE 100vw);
  }

  .edit .continent {
    margin: 4.25rem 0.75rem 0.75rem 0.75rem;
    border-radius: 12px;
  }
}
@media only screen and (min-width: 64.063em) {
  .edit-commands {
    padding-right: 23.5rem;
  }
}
.fragment-header, .fragment-label {
  font-size: 0.8125rem;
}

/* Legacy type fields for widgets configuration */
.form[id^="section"] div.input-button {
  /* These fields come by pair, the configuration button, and the delete/reset button, we only want to move the first one */
  /* The legacy fields text input */
}
.form[id^="section"] div.input-button:has(> a:nth-of-type(2)) > a:first-of-type {
  right: 1.5rem;
}
.form[id^="section"] div.input-button div > input {
  padding-right: 4rem;
  text-overflow: ellipsis;
}

.edit-tabs {
  margin-top: 8px;
}
.edit-tabs.tabs a {
  line-height: 1.3125rem;
}

[data-msg^="changePicture"] {
  min-width: 3.125rem;
}

.section-title {
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  border-bottom: 1px solid #ddd;
  font-size: 0.875rem;
  font-style: italic;
}
.section-title.inline {
  display: inline-block;
  margin-left: 16px;
}
.section-title[class*=i-] {
  padding-left: 0;
}

.section-subtitle {
  margin-top: 0.25rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.1875rem;
  padding-left: 0.75rem;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 0.875rem;
}

#tab-fields {
  max-width: 25rem;
}
#tab-fields:before, #tab-fields:after {
  content: " ";
  display: table;
}
#tab-fields:after {
  clear: both;
}
@media only screen and (min-width: 40.063em), print {
  #tab-fields {
    max-width: 100%;
  }
  #tab-fields .form {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 64.063em) {
  #tab-fields .form {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left;
  }
}

#tab-fields label, .hint-edit-fields label, .small-edit-controls label {
  font-size: 0.875rem;
}
#tab-fields label.required::after, .hint-edit-fields label.required::after, .small-edit-controls label.required::after {
  content: "*";
  display: block;
  float: right;
  color: #cc375b;
}
#tab-fields input:not(.select2-input), #tab-fields textarea, #tab-fields button.tiny, #tab-fields .button.tiny, .hint-edit-fields input:not(.select2-input), .hint-edit-fields textarea, .hint-edit-fields button.tiny, .hint-edit-fields .button.tiny, .small-edit-controls input:not(.select2-input), .small-edit-controls textarea, .small-edit-controls button.tiny, .small-edit-controls .button.tiny {
  margin-bottom: 0.875rem;
}
#tab-fields button.tiny, #tab-fields .button.tiny, .hint-edit-fields button.tiny, .hint-edit-fields .button.tiny, .small-edit-controls button.tiny, .small-edit-controls .button.tiny {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  height: 2.25rem;
}
#tab-fields .postfix, .hint-edit-fields .postfix, .small-edit-controls .postfix {
  line-height: 2.125rem;
  box-shadow: none;
}
#tab-fields select, .hint-edit-fields select, .small-edit-controls select {
  height: 2.125rem;
  margin: 0 0 0.875rem 0;
  font-size: 12px;
}
#tab-fields input[type="checkbox"] + label,
#tab-fields input[type="radio"] + label, .hint-edit-fields input[type="checkbox"] + label,
.hint-edit-fields input[type="radio"] + label, .small-edit-controls input[type="checkbox"] + label,
.small-edit-controls input[type="radio"] + label {
  margin-left: 0.4375rem;
  margin-right: 0.875rem;
}
#tab-fields .select2-container, .hint-edit-fields .select2-container, .small-edit-controls .select2-container {
  margin-bottom: 0.875rem;
}
#tab-fields .select2-container .select2-choice, .hint-edit-fields .select2-container .select2-choice, .small-edit-controls .select2-container .select2-choice {
  padding: 0.5625rem 0.75rem;
}
#tab-fields .select2-drop, .hint-edit-fields .select2-drop, .small-edit-controls .select2-drop {
  margin-top: -0.9375rem;
}
#tab-fields .select2-container-multi .select2-choices, .hint-edit-fields .select2-container-multi .select2-choices, .small-edit-controls .select2-container-multi .select2-choices {
  margin-bottom: 0.875rem;
  border-radius: 4px;
}
#tab-fields .select2-container-multi .select2-choices, .hint-edit-fields .select2-container-multi .select2-choices, .small-edit-controls .select2-container-multi .select2-choices {
  min-height: 2.125rem;
}
#tab-fields .select2-container .select2-choice .select2-arrow b, .hint-edit-fields .select2-container .select2-choice .select2-arrow b, .small-edit-controls .select2-container .select2-choice .select2-arrow b {
  background-position: 0.25rem 0.125rem;
}
#tab-fields .select2-dropdown-open .select2-choice .select2-arrow b, .hint-edit-fields .select2-dropdown-open .select2-choice .select2-arrow b, .small-edit-controls .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -0.8125rem 0.125rem;
}
#tab-fields .reference, .hint-edit-fields .reference, .small-edit-controls .reference {
  margin: 0 0 1rem;
  font-size: 0.875rem;
}

#inner-duration {
  padding: 1.375rem 0.125rem 0.625rem;
  font-size: 0.8125rem;
  text-align: center;
}

/* Memo detail */
#memo-host {
  height: 100%;
  min-height: 25rem;
}
#memo-host textarea {
  height: 19.23077rem;
}

#modal-host #memo-host {
  min-height: 15.625rem;
}
#modal-host #memo-host textarea {
  height: 12.01923rem;
}

/* Dropdown host for all fields in tab-fields and categories */
#dd-dropdown-host,
#dd-dropdown-host-medium {
  padding: 0;
}
#dd-dropdown-host select,
#dd-dropdown-host-medium select {
  margin-bottom: 0;
  padding: 8px;
}
#dd-dropdown-host option,
#dd-dropdown-host-medium option {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px;
  margin-bottom: 4px;
  white-space: normal;
}
#dd-dropdown-host option:checked,
#dd-dropdown-host-medium option:checked {
  /* FIXME: This is being overridden by internal css, no matter the selector specificity */
  background-color: #ECFAF3 !important;
}
#dd-dropdown-host option:hover,
#dd-dropdown-host-medium option:hover {
  background-color: #f8f9fa;
}
#dd-dropdown-host option:hover:checked,
#dd-dropdown-host-medium option:hover:checked {
  background-color: #f8f9fa;
}
#dd-dropdown-host .list-search:before, #dd-dropdown-host .list-search:after,
#dd-dropdown-host-medium .list-search:before,
#dd-dropdown-host-medium .list-search:after {
  content: " ";
  display: table;
}
#dd-dropdown-host .list-search:after,
#dd-dropdown-host-medium .list-search:after {
  clear: both;
}
#dd-dropdown-host .list-search button,
#dd-dropdown-host-medium .list-search button {
  height: 2.3125rem;
  margin: 0;
  padding: 0 0.625rem;
}
#dd-dropdown-host .list-search input,
#dd-dropdown-host-medium .list-search input {
  margin: 0;
}

#dd-fragment-menu {
  max-height: 50vh;
  overflow-y: auto;
}

.entity-Qrvw .select2-drop-multi,
.entity-Quer .select2-drop-multi {
  margin-top: 0;
}

#edit-detail-grid-Prod {
  overflow-x: auto;
}

#grid-fragments {
  min-width: 64rem;
}
#grid-fragments input[type="text"] {
  margin: 0;
}
#grid-fragments .fragment-row {
  margin-bottom: 0.5rem;
}

.fragment-header {
  font-weight: 600;
  overflow-wrap: break-word;
}

.fragment-text {
  line-height: 2.375rem;
}

.fragment-focused {
  padding-top: -0.75rem;
  background: #e6e6e6;
}

.handle-frag {
  width: 2rem;
  padding-left: 0.75rem;
}

#recur-progress-overlay {
  display: flex;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
}
#recur-progress-overlay.hide {
  display: none;
}

#tab-marketing .info {
  font-size: 0.875rem;
  margin: 0.5rem 0;
}

#synchro-plan-list {
  list-style: none;
  font-size: 0.75rem;
  margin-left: 0;
  margin-bottom: 0.25rem;
}
#synchro-plan-list li {
  font-style: italic;
}

#edit-rels-list {
  margin: 0;
  padding: 0.25rem 0 0 0.5rem;
  list-style-type: none;
}
#edit-rels-list > li {
  color: #001830;
  font-size: 0.875rem;
  line-height: 2.25rem;
}
#edit-rels-list > li:before, #edit-rels-list > li:after {
  content: " ";
  display: table;
}
#edit-rels-list > li:after {
  clear: both;
}
#edit-rels-list > li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  padding: 0 0.125rem;
  color: #001830;
  line-height: 2.25rem;
  align-items: center;
}
#edit-rels-list > li > a:hover, #edit-rels-list > li > a:focus {
  background: #C7D0D9;
}
#edit-rels-list .switch {
  width: 2.25rem;
  float: left;
  text-align: center;
}
#edit-rels-list .switch > label {
  top: 0.3125rem;
  margin: 0;
}
#edit-rels-list button {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0 0.75rem;
  float: right;
  background-color: transparent;
  color: #001830;
  line-height: 2.25rem;
}
#edit-rels-list button:hover {
  background-color: #C7D0D9;
}
#edit-rels-list button::before {
  font-size: 1rem;
}
#edit-rels-list > span {
  display: block;
  padding-left: 0.5rem;
  color: #495057;
  font-size: 0.75rem;
  line-height: 2.35rem;
  text-transform: uppercase;
  overflow: hidden;
}
#edit-rels-list .edit-rels-entity > button {
  float: left;
  background-color: transparent;
}
#edit-rels-list .edit-rels-entity > button:hover {
  background-color: #C7D0D9;
}
#edit-rels-list .edit-rels-entity > div {
  font-size: 12px;
  line-height: 2.25rem;
  padding-left: 0.25rem;
}
#edit-rels-list .edit-rels-entity > div.nobutton {
  display: block;
  padding: 0 0.875rem;
  float: left;
  background-color: transparent;
  line-height: 2.25rem;
}
#edit-rels-list .edit-rels-entity > div.nobutton::before {
  font-size: 1rem;
}
#edit-rels-list .edit-rels-entity + .edit-rels-item {
  border-top-left-radius: 4px;
}
#edit-rels-list .edit-rels-count {
  background-color: #e9ecef;
  color: #495057;
  margin-left: 8px;
}
#edit-rels-list .edit-rels-item {
  background-color: #f8f9fa;
  padding-left: 4px;
}
#edit-rels-list .edit-rels-item:has(+ .edit-rels-entity), #edit-rels-list .edit-rels-item:has(+ .f-dropdown) {
  border-bottom-left-radius: 4px;
}
#edit-rels-list .edit-rels-more {
  font-size: 12px;
  background-color: #f8f9fa;
  border-bottom-left-radius: 4px;
}
#edit-rels-list .edit-rels-more a > i {
  display: inline-block;
  padding: 0 0.375rem;
  margin-right: 0.375rem;
}
#edit-rels-list .invite-status {
  padding: 0 0.25rem;
  float: right;
  color: #001326;
  font-size: 0.71875rem;
  font-style: italic;
  text-transform: none;
}

.edit .end-off-canvas-menu {
  background: linear-gradient(175deg, #E0E3E5 10vh, #F0F2F5 95vh) !important;
}

#category-contents .panel-content div.input-button > .button, #category-contents .panel-content .input-button.button {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  line-height: 1.25rem;
}

#RopeMenu,
#JoinMenu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 4px;
  border: 1px solid #999;
  background-color: #fff;
  z-index: 99;
}
#RopeMenu table,
#RopeMenu td,
#JoinMenu table,
#JoinMenu td {
  border: none;
}

#QueryTree table,
#QueryTree td {
  border: none;
}

.QueryRope, .QueryRopeRelation, .QueryRopeCategory {
  background-color: #e9ecef !important;
  color: #001830 !important;
}

.QueryKnot a.inactive {
  color: #aaa;
  text-decoration: none;
}
.QueryKnot a.inactive:hover {
  color: #999;
}

.RopeJoin {
  color: #001830 !important;
}

#CriteriaGrid,
#QuerySort {
  width: 100%;
  overflow: auto;
}
#CriteriaGrid input,
#CriteriaGrid select,
#CriteriaGrid a.button,
#CriteriaGrid .select2-choices,
#QuerySort input,
#QuerySort select,
#QuerySort a.button,
#QuerySort .select2-choices {
  margin-bottom: 0;
}
#CriteriaGrid .data-grid .select2-container-multi,
#QuerySort .data-grid .select2-container-multi {
  margin-bottom: 0;
}
#CriteriaGrid table,
#QuerySort table {
  width: 100%;
}

#CriteriaGrid a:hover {
  text-decoration: none;
}

.query-and-or {
  width: 4.75rem;
}
[lang="fr"] .query-and-or, [lang="nl"] .query-and-or {
  width: 4.25rem;
}
[lang="de"] .query-and-or {
  width: 5rem;
}
[lang="es"] .query-and-or {
  width: 3.75rem;
}
[lang="ja"] .query-and-or {
  width: 7.25rem;
}
[lang="ar"] .query-and-or {
  width: 3.75rem;
}

.query-value-kind {
  width: 5.75rem;
}

.query-bracket {
  width: 4.25rem;
}

.query-visible {
  width: 2rem;
}

.query-sort {
  width: 50%;
}

.query-sort-n {
  width: 1.75rem;
  float: left;
  line-height: 2.3125rem;
}

.query-sort-field {
  width: calc(100% - 1.75rem);
  float: left;
}

.qrvw-muuri-grid-container {
  overflow: auto;
}
.qrvw-muuri-grid-container.loading {
  position: relative;
}
.qrvw-muuri-grid-container.loading::before {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 2.1875rem;
  height: 2.1875rem;
  margin: -1.09375rem 0 0 -1.09375rem;
  content: "";
}
.no-cssanimations .qrvw-muuri-grid-container.loading::before {
  background: url("../../../../lib/img/spinner24.gif") center center no-repeat;
}
.cssanimations .qrvw-muuri-grid-container.loading::before {
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.3125rem solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  border-top-color: #000;
}

.qrvw-muuri-grid {
  height: 8.75rem;
}

.qrvw-muuri-grid-selected {
  max-height: 8.75rem;
}
.qrvw-muuri-grid-selected .qrvw-muuri-item {
  height: 8.25rem;
}
.qrvw-muuri-grid-selected .qrvw-muuri-item .muuri-item-content {
  justify-content: space-between;
}
.qrvw-muuri-grid-selected .qrvw-muuri-item .style-container,
.qrvw-muuri-grid-selected .qrvw-muuri-item .edit-style-container,
.qrvw-muuri-grid-selected .qrvw-muuri-item .sum-container,
.qrvw-muuri-grid-selected .qrvw-muuri-item .delete-container {
  display: block;
}

.qrvw-muuri-grid-available .available-query-field {
  background-color: #e4e4e4;
}
.qrvw-muuri-grid-available .qrvw-selected {
  background-color: #ccc;
}
.qrvw-muuri-grid-available .qrvw-muuri-item .muuri-item-content {
  text-align: left;
}

.qrvw-muuri-item {
  width: 10rem;
}
.qrvw-muuri-item .muuri-item-content {
  justify-content: center;
  height: 100%;
  font-size: 0.8125rem;
  line-height: 1.6;
  text-align: center;
}
.qrvw-muuri-item .name-container,
.qrvw-muuri-item .delete-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qrvw-muuri-item .style-container,
.qrvw-muuri-item .edit-style-container,
.qrvw-muuri-item .sum-container {
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qrvw-muuri-item .style-container label,
.qrvw-muuri-item .edit-style-container label,
.qrvw-muuri-item .sum-container label {
  margin: 0;
  line-height: 1.3;
}
.qrvw-muuri-item .style-container,
.qrvw-muuri-item .edit-style-container,
.qrvw-muuri-item .sum-container,
.qrvw-muuri-item .delete-container {
  display: none;
}
.qrvw-muuri-item .style-container:empty,
.qrvw-muuri-item .edit-style-container:empty,
.qrvw-muuri-item .sum-container:empty,
.qrvw-muuri-item .delete-container:empty {
  display: none;
}
.qrvw-muuri-item .sum-container input {
  margin: 0;
  vertical-align: middle;
}
.qrvw-muuri-item .name-container {
  font-weight: 700;
}
.qrvw-muuri-item .name-container .entity {
  color: #737373;
}
.qrvw-muuri-item .name-container .entity i::before {
  position: relative;
  bottom: -0.0625rem;
  font-size: 0.8125rem;
}
.qrvw-muuri-item .name-container .entity :nth-child(n+1),
.qrvw-muuri-item .name-container .entity + .name {
  margin-left: 0.125rem;
}
.qrvw-muuri-item .delete-container a {
  color: #ccc;
}
.qrvw-muuri-item .delete-container a:hover, .qrvw-muuri-item .delete-container a:focus {
  color: #001830;
}

.qrvw-entity-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
}

#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(33, 37, 41, 0.75);
  backdrop-filter: blur(2.5px);
  z-index: 200;
  display: none;
  top: 0;
  left: 0;
  cursor: wait;
}

#mobilelink-appstore {
  background: url("../../../../efficy/imgnew/badge-appstore.png") center center no-repeat;
  background-size: 135px 40px;
  width: 135px;
  height: 40px;
  display: block;
  margin: 0 auto;
}

#mobilelink-playstore {
  background: url("../../../../efficy/imgnew/badge-playstore.png") center center no-repeat;
  background-size: 136px 40px;
  width: 136px;
  height: 40px;
  display: block;
  margin: 0 auto;
}

#mobile-qrcode {
  width: 16rem;
  margin: 0 auto;
}

.relation-name {
  padding: 0.9375rem;
  background-color: #f8f9fa;
  font-size: 0.875rem;
  font-weight: 500;
}

.relation-link-icon {
  padding: 0 0.875rem;
}

.comp-map-card {
  display: flex;
  flex-direction: row;
}
.comp-map-card .avatar > img {
  object-fit: contain;
}

.comp-map-address {
  display: flex;
  flex-direction: column;
}

.gm-style-iw-chr > button.gm-ui-hover-effect {
  width: 1.625rem !important;
  height: 24px !important;
}
.gm-style-iw-chr > button.gm-ui-hover-effect > span {
  margin: 4px 8px !important;
  height: 16px !important;
  mask-repeat: no-repeat;
}

.search body {
  background: linear-gradient(115deg, #EDFAF2 0%, #FCF4FC 50vw, #EAF9FE 100vw);
}

.switch-cmd span {
  font-size: 0.75rem;
  white-space: nowrap;
}

.search-main {
  padding-top: 0.625rem;
  background: #ffffff;
}

@media only screen and (min-width: 40.063em), print {
  .search-main {
    position: fixed;
    z-index: 88;
    top: 0;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0.25rem;
    border-bottom: 2px solid #e9ecef;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em), print {
  .search-main + .row {
    margin-top: 8.3125rem;
  }
}
@media only screen and (min-width: 40.063em), print {
  .search-main .toolbar {
    margin-bottom: 0;
    background: #ffffff;
  }
  .search-main button,
  .search-main .button {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .search-commands {
    min-height: 2.8125rem;
    margin-bottom: 0.5rem;
  }

  .simple-search {
    padding-bottom: 4px;
  }
  .simple-search #search-input {
    display: flex;
  }
  .simple-search #search-input > .button {
    width: 4rem;
    margin-left: 8px;
  }
  .simple-search input,
  .simple-search select {
    margin-bottom: 0;
  }
  .simple-search .lowercase {
    text-transform: lowercase;
  }
  .simple-search .select2-container-multi .select2-choices, .simple-search .select2-container .select2-choice {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 40em) {
  #search-details {
    margin-top: 0.75rem;
  }
}
@media only screen and (min-width: 40.063em), print {
  #search-details {
    margin-left: 0.75rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #search-details .entity-tabs.toolbar > li button::before {
    display: none;
  }
}
#search-detail-content {
  margin-bottom: 0.625rem;
}
#search-detail-content h4 {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
#search-detail-content .file-content em {
  font-weight: 600;
}
#search-detail-content .filename-wrapper {
  display: flex;
  align-items: center;
}
#search-detail-content .filename-wrapper .icon {
  margin-right: 0.625rem;
}

#search-emails-selection {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
#search-emails-selection .emails-group select {
  font-size: 0.7rem;
}
#search-emails-selection .email-recipient {
  margin-left: 0;
}

#dd-select-emails {
  width: auto;
  min-width: 7.5rem;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
#dd-select-emails li {
  position: relative;
  padding: 0.625rem;
  font-size: 0.8rem;
  white-space: nowrap;
}
#dd-select-emails .email {
  display: inline-block;
  margin-right: 8.75rem;
}
#dd-select-emails .email-buttons-wrapper {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0.125rem;
  padding-top: 0.3125rem;
}
#dd-select-emails .email-button {
  margin: 0 0.25rem;
  padding: 0.5rem 0.375rem;
  font-size: 0.6rem;
}

#emails-ok {
  display: block;
  margin: 2.5rem auto 0.625rem;
}

.map-infowin {
  font-size: 0.75rem;
  margin-right: 0.875rem;
  width: 100%;
}
.map-infowin table {
  border: 0;
}
.map-infowin td {
  font-size: 0.6875rem;
}

.search-results {
  border: 1px solid #e9ecef;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(31, 51, 91, 0.06), 0 4px 4px 0 rgba(31, 51, 91, 0.05);
}

.quickSearchCplt {
  color: #b4b4b4;
  padding-left: 0.3125rem;
  font-size: 0.75rem;
}

.dialog-wrapper {
  padding: 0.5625rem 0.625rem 0.25rem;
}
.dialog-wrapper .section-title {
  padding-top: 0;
}
.dialog-wrapper .report-frame-wrapper {
  margin: 0 -0.625rem -0.25rem;
}

.logout-required {
  color: #A6CBFE;
  font-weight: 600;
}

.dialog-tabs {
  background-color: transparent;
}

.dialog-tabs-content {
  padding: 0 1rem;
  border: 1px solid #d5d5d5;
  background-color: #f9f9f9;
}

.flex-details {
  max-height: 7.8125rem;
  margin-top: 1rem;
  overflow: auto;
}
.flex-details > button,
.flex-details > ul {
  margin-bottom: 0;
}

#history-container {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#history-container.loading {
  min-height: 6.25rem;
}
#history-container.loading::before {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 2.1875rem;
  height: 2.1875rem;
  margin: -1.09375rem 0 0 -1.09375rem;
  content: "";
}
.no-cssanimations #history-container.loading::before {
  background: url("../../../../lib/img/spinner24.gif") center center no-repeat;
}
.cssanimations #history-container.loading::before {
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.3125rem solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  border-top-color: #000;
}
#history-container .user-img {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  float: left;
  background-position: center;
  background-size: cover;
}
#history-container .user-name {
  margin-bottom: 0.125rem;
  font-weight: 600;
}
#history-container .user-link {
  cursor: pointer;
}
#history-container .meta {
  margin-bottom: 1rem;
  padding-top: 1rem;
}
#history-container .meta ~ .meta {
  border-top: 1px solid #d3d3d3;
}
#history-container .content {
  margin-top: -0.5rem;
  margin-left: 3rem;
  padding-bottom: 1rem;
}
#history-container .item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#history-container .item > * + * {
  margin-left: 0.5rem;
}
#history-container .operation > * + * {
  margin-left: 0.5rem;
}
#history-container .field + .value {
  color: #666;
}
#history-container .field + .value::before {
  padding-right: 0.5rem;
  content: "\2014";
}
#history-container .category {
  margin-left: 0.5rem;
  padding-right: 0.125rem;
}
#history-container .value + .category {
  font-size: 0.75rem;
  font-style: italic;
}

.flex-progress-container {
  margin-top: 0.875rem;
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}
.flex-progress-container.round {
  border-radius: 1000px;
}
.flex-progress-container.round .meter {
  border-radius: 999px;
}
.flex-progress-container > span {
  background: #A6CBFE;
  height: 100%;
  display: block;
}
.flex-progress-container > span p {
  color: #FFF;
  line-height: 1.125rem;
}

/* Classes */
.query-results-trailing-buttons {
  padding-bottom: 0;
  padding-top: 1.25rem;
}

#dialog-fixed {
  position: fixed;
  margin-bottom: 0;
  padding-top: 10px;
  background: #fff;
  z-index: 88;
  width: 100%;
  top: 0;
}
#dialog-fixed button, #dialog-fixed .toolbar {
  margin-bottom: 0 !important;
}

#dialog-body {
  margin-top: 120px;
}
#dialog-body table {
  width: 100%;
  border-collapse: collapse;
}
#dialog-body td {
  vertical-align: top;
  padding: 0;
}
#dialog-body ul {
  margin: 0 0 0 4px;
  padding: 5px 5px 0;
  list-style-type: none;
  position: relative;
}
#dialog-body li {
  padding: 8px;
  margin: 4px 0;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
#dialog-body li.selected {
  color: #A6CBFE;
  background-color: #ECFAF3;
}
#dialog-body li:hover {
  background-color: #f8f9fa;
}

#Selection {
  margin: 5px 0 8px;
  padding: 0.75rem;
  border: none;
  background: #F9F9F9;
  min-height: 26px;
}
#Selection .avatar {
  display: none;
}
#Selection .avatar-name {
  display: inline;
}
#Selection ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#Selection ul li {
  /* Button "x" to remove a single user/group */
}
#Selection ul li a {
  display: inline-block;
  position: relative;
  margin-left: 4px;
  vertical-align: middle;
  text-align: center;
}
#Selection ul li a::before {
  font-family: 'efficy-icons';
  content: "\e36c";
}
#Selection ul li.U0, #Selection ul li.U1, #Selection ul li.U2 {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5rem;
  color: #ffffff;
  background-color: #adb5bd;
  border-radius: 8px;
  padding: 0 0.375rem;
  white-space: nowrap;
  padding-right: 4px;
  /* Leave space for the "x" button */
  color: #001830;
}
#Selection ul li.U0:not(:last-child), #Selection ul li.U1:not(:last-child), #Selection ul li.U2:not(:last-child) {
  margin-bottom: 4px;
  margin-right: 4px;
}
#Selection ul li.U0 {
  background-color: #DEE6D6;
}
#Selection ul li.U1 {
  background-color: #D8E0E8;
}
#Selection ul li.U2 {
  background-color: #E8E0E0;
}

#TextFilter {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #adb5bd;
  padding: 0.25rem;
  border-radius: 0.25rem;
  width: 95%;
  /* Eraser button to remove text filter */
}
#TextFilter + #TextFilterClear {
  margin-left: 4px;
  cursor: pointer;
  position: relative;
  top: 3px;
  display: none;
}
#TextFilter + #TextFilterClear:hover {
  color: #007236;
}

.TypeTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background-color: #f8f9fa;
  padding: 12px;
  /* Button "Show All Users" removing the per-group users filter */
}
.TypeTitle #GroupFilterClear {
  font-size: 10px;
  float: right;
}
.TypeTitle #GroupFilterClear:hover {
  text-decoration: underline;
  color: #007236;
  cursor: pointer;
  background-color: transparent !important;
}

.TypeTitle + .Scroll ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#totp-info .alert-box {
  text-align: center;
  padding: 0.5rem 0;
}

#totp-qrcode {
  width: 15.625rem;
  margin: 1rem auto;
}

#totp-params {
  display: flex;
  margin: 0 auto 1.875rem auto;
}
#totp-params.hide {
  display: none;
}
#totp-params > div {
  display: flex;
  flex: 1;
  align-items: center;
  flex-direction: column;
}
#totp-params > div .label {
  font-weight: bold;
  margin-bottom: 0.1875rem;
}

.import-wizard {
  background: linear-gradient(115deg, #EDFAF2 0%, #FCF4FC 50vw, #EAF9FE 100vw);
}
.import-wizard > form {
  padding: 1.5rem 0 1.5rem 0.75rem;
}
.import-wizard .warning {
  background-color: #ffffff;
  color: #001830;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin: 0.5rem 0 1rem 0;
  font-size: 14px;
  font-style: normal;
  line-height: 1.25rem;
  text-wrap: wrap;
}
.import-wizard .warning > i {
  font-size: 30px;
  color: #ffa238;
  margin-right: none;
  margin-bottom: 16px;
}

.section-subtitle {
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #ddd;
}

.search-button {
  margin-top: 1.5rem;
}

p {
  text-align: center;
  color: #001830;
}

h3, h4 {
  color: #001830;
}

@media print {
  table, section.form dt {
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  *, html,
  body,
  form,
  fieldset,
  table,
  tr,
  td,
  img {
    font-family: "Inter", sans-serif !important;
  }

  #desktop-nav,
  #desktop-main,
  #edit-relations,
  #edit-main,
  #treeview,
  #page-host {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  input,
  button,
  select,
  textarea,
  optgroup,
  option {
    font-family: inherit !important;
  }

  html,
  body {
    font-size: 85%;
  }

  html.entity-Appo,
  .entity-Appo body {
    font-size: 100%;
  }

  a[href]::after {
    content: "";
  }

  body .hide-for-print {
    display: none !important;
  }

  #desktop-main {
    margin: 0;
    padding: 0;
  }

  table thead tr th,
  table thead tr td {
    padding: 0.25rem 0.375rem;
  }
  table tfoot tr th,
  table tfoot tr td {
    padding: 0.25rem 0.375rem;
  }
  table tr th,
  table tr td {
    padding: 0.125rem 0.1875rem;
  }

  .data-grid .icon-cell {
    width: auto;
  }
  .data-grid .icon-cell::before {
    font-size: 0.75rem;
  }

  .header-pip {
    display: none;
  }

  .switch input {
    display: inline;
  }
  .switch input + label {
    display: none;
  }

  .tabs dd {
    display: none;
  }
  .tabs dd.active {
    display: block;
  }

  .f-dropdown {
    display: none !important;
  }

  #page-host {
    margin: 0;
    padding: 0;
  }

  #treeview {
    margin: 0;
    padding: 0;
  }
  #treeview .jstree-menuicon {
    display: none;
  }
  #treeview #treeview-splitter {
    display: none;
  }

  .Widget {
    page-break-inside: avoid;
  }

  #edit-entity-name {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .memo-print {
    margin: 0.625rem !important;
    white-space: pre-wrap !important;
  }

  #edit-relations {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .appo-type-default {
    box-shadow: inset 0 0 0 10000px rgba(245, 250, 255, 0.6) !important;
  }
  .appo-type-default .fc-content {
    box-shadow: inset 0 0 0 10000px #f5faff !important;
  }

  .fc-event .fc-time,
  .fc-event .fc-title,
  .fc-event .fc-users {
    font-size: .6rem !important;
  }
  .fc-event a {
    text-decoration: none !important;
  }

  .entity-Appo .fc-toolbar h2 {
    font-size: .85rem !important;
  }
  .entity-Appo .print-only h4.i-Appo {
    font-size: 1.22188rem;
  }

  /* short mode, where time and title are on the same line */
  .fc-time-grid-event.fc-short .fc-title {
    font-size: 1em;
  }

  /*!
   * FullCalendar v3.9.0 Print Stylesheet
   * Docs & License: https://fullcalendar.io/
   * (c) 2018 Adam Shaw
   */
  .fc {
    max-width: 100% !important;
  }

  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc-event {
    color: #000 !important;
  }

  .fc-event .fc-resizer {
    display: none;
  }

  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/
  .fc-more-cell,
  .fc-more {
    display: none !important;
  }

  .fc tr.fc-limited {
    display: table-row !important;
  }

  .fc td.fc-limited {
    display: table-cell !important;
  }

  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller,
  .fc-day-grid-container,
  .fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }

  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }
}

/*# sourceMappingURL=efficy.css.map */
