@charset "UTF-8";
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(66 153 225 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(66 153 225 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e2e8f0;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #cbd5e0;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}

.tw-pointer-events-none {
  pointer-events: none;
}

.tw-invisible {
  visibility: hidden;
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-sticky {
  position: sticky;
}

.tw-inset-0 {
  inset: 0;
}

.tw--bottom-6p {
  bottom: -6px;
}

.tw--left-6p {
  left: -6px;
}

.tw--right-6p {
  right: -6px;
}

.tw--top-54p {
  top: -54px;
}

.tw--top-6p {
  top: -6px;
}

.tw-bottom-0 {
  bottom: 0;
}

.tw-left-0 {
  left: 0;
}

.tw-left-12p {
  left: 12px;
}

.tw-left-5 {
  left: 1.25rem;
}

.tw-left-full {
  left: full;
}

.tw-right-0 {
  right: 0;
}

.tw-right-2 {
  right: 0.5rem;
}

.tw-right-full {
  right: full;
}

.tw-top-0 {
  top: 0;
}

.tw-top-2 {
  top: 0.5rem;
}

.tw-z-20 {
  z-index: 20;
}

.tw-z-50 {
  z-index: 50;
}

.tw-z-500 {
  z-index: 500;
}

.tw-col-start-1 {
  grid-column-start: 1;
}

.tw-col-start-4 {
  grid-column-start: 4;
}

.tw-col-end-4 {
  grid-column-end: 4;
}

.tw-col-end-6 {
  grid-column-end: 6;
}

.tw-row-start-1 {
  grid-row-start: 1;
}

.tw-row-start-2 {
  grid-row-start: 2;
}

.tw-row-end-2 {
  grid-row-end: 2;
}

.tw-row-end-3 {
  grid-row-end: 3;
}

.tw-float-right {
  float: right;
}

.tw-float-none {
  float: none;
}

.tw--m-5p {
  margin: -5px;
}

.tw-m-1 {
  margin: 0.25rem;
}

.tw-m-10 {
  margin: 2.5rem;
}

.tw-m-2 {
  margin: 0.5rem;
}

.tw-m-2p {
  margin: 2px;
}

.tw-m-3 {
  margin: 0.75rem;
}

.tw-m-4 {
  margin: 1rem;
}

.tw-m-5 {
  margin: 1.25rem;
}

.tw-m-7p {
  margin: 7px;
}

.tw-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.tw-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.tw-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.tw-mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.tw-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.tw-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.tw-my-16p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.tw-my-2p {
  margin-top: 2px;
  margin-bottom: 2px;
}

.tw-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tw-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.tw-my-8p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.-tw-mt-3p {
  margin-top: -3px;
}

.tw--mb-3p {
  margin-bottom: -3px;
}

.tw--ml-5 {
  margin-left: -1.25rem;
}

.tw--mr-5 {
  margin-right: -1.25rem;
}

.tw--mt-1 {
  margin-top: -0.25rem;
}

.tw--mt-2 {
  margin-top: -0.5rem;
}

.tw--mt-6p {
  margin-top: -6px;
}

.tw-mb-1 {
  margin-bottom: 0.25rem;
}

.tw-mb-10 {
  margin-bottom: 2.5rem;
}

.tw-mb-12p {
  margin-bottom: 12px;
}

.tw-mb-14p {
  margin-bottom: 14px;
}

.tw-mb-16p {
  margin-bottom: 16px;
}

.tw-mb-2 {
  margin-bottom: 0.5rem;
}

.tw-mb-20p {
  margin-bottom: 20px;
}

.tw-mb-24p {
  margin-bottom: 24px;
}

.tw-mb-3 {
  margin-bottom: 0.75rem;
}

.tw-mb-4 {
  margin-bottom: 1rem;
}

.tw-mb-40p {
  margin-bottom: 40px;
}

.tw-mb-4p {
  margin-bottom: 4px;
}

.tw-mb-5 {
  margin-bottom: 1.25rem;
}

.tw-mb-6 {
  margin-bottom: 1.5rem;
}

.tw-mb-6p {
  margin-bottom: 6px;
}

.tw-mb-8 {
  margin-bottom: 2rem;
}

.tw-mb-8p {
  margin-bottom: 8px;
}

.tw-ml-1 {
  margin-left: 0.25rem;
}

.tw-ml-10p {
  margin-left: 10px;
}

.tw-ml-16 {
  margin-left: 4rem;
}

.tw-ml-2 {
  margin-left: 0.5rem;
}

.tw-ml-2p {
  margin-left: 2px;
}

.tw-ml-3 {
  margin-left: 0.75rem;
}

.tw-ml-4 {
  margin-left: 1rem;
}

.tw-ml-5 {
  margin-left: 1.25rem;
}

.tw-ml-6 {
  margin-left: 1.5rem;
}

.tw-ml-6p {
  margin-left: 6px;
}

.tw-ml-auto {
  margin-left: auto;
}

.tw-mr-1 {
  margin-right: 0.25rem;
}

.tw-mr-10 {
  margin-right: 2.5rem;
}

.tw-mr-16p {
  margin-right: 16px;
}

.tw-mr-2 {
  margin-right: 0.5rem;
}

.tw-mr-3 {
  margin-right: 0.75rem;
}

.tw-mr-32p {
  margin-right: 32px;
}

.tw-mr-4 {
  margin-right: 1rem;
}

.tw-mr-5 {
  margin-right: 1.25rem;
}

.tw-mr-6 {
  margin-right: 1.5rem;
}

.tw-mr-9 {
  margin-right: 2.25rem;
}

.tw-mt-1 {
  margin-top: 0.25rem;
}

.tw-mt-10 {
  margin-top: 2.5rem;
}

.tw-mt-10p {
  margin-top: 10px;
}

.tw-mt-12p {
  margin-top: 12px;
}

.tw-mt-14p {
  margin-top: 14px;
}

.tw-mt-16p {
  margin-top: 16px;
}

.tw-mt-1p {
  margin-top: 1px;
}

.tw-mt-2 {
  margin-top: 0.5rem;
}

.tw-mt-20 {
  margin-top: 5rem;
}

.tw-mt-20p {
  margin-top: 20px;
}

.tw-mt-24 {
  margin-top: 6rem;
}

.tw-mt-24p {
  margin-top: 24px;
}

.tw-mt-2p {
  margin-top: 2px;
}

.tw-mt-3 {
  margin-top: 0.75rem;
}

.tw-mt-32 {
  margin-top: 8rem;
}

.tw-mt-4 {
  margin-top: 1rem;
}

.tw-mt-40 {
  margin-top: 10rem;
}

.tw-mt-4p {
  margin-top: 4px;
}

.tw-mt-5 {
  margin-top: 1.25rem;
}

.tw-mt-6 {
  margin-top: 1.5rem;
}

.tw-mt-8 {
  margin-top: 2rem;
}

.tw-box-border {
  box-sizing: border-box;
}

.tw-box-content {
  box-sizing: content-box;
}

.tw-block {
  display: block;
}

.tw-inline-block {
  display: inline-block;
}

.tw-flex {
  display: flex;
}

.tw-inline-flex {
  display: inline-flex;
}

.tw-table {
  display: table;
}

.tw-flow-root {
  display: flow-root;
}

.tw-grid {
  display: grid;
}

.tw-hidden {
  display: none;
}

.tw-aspect-square {
  aspect-ratio: 1/1;
}

.tw-size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.tw-size-button {
  width: 30px;
  height: 30px;
}

.tw-size-button-image {
  width: 23px;
  height: 23px;
}

.tw-size-button-lg {
  width: 36px;
  height: 36px;
}

.tw-h-1 {
  height: 0.25rem;
}

.tw-h-10 {
  height: 2.5rem;
}

.tw-h-100p {
  height: 100px;
}

.tw-h-10p {
  height: 10px;
}

.tw-h-12 {
  height: 3rem;
}

.tw-h-14p {
  height: 14px;
}

.tw-h-150p {
  height: 150px;
}

.tw-h-16p {
  height: 16px;
}

.tw-h-18p {
  height: 18px;
}

.tw-h-20 {
  height: 5rem;
}

.tw-h-200p {
  height: 200px;
}

.tw-h-21p {
  height: 21px;
}

.tw-h-22p {
  height: 22px;
}

.tw-h-24p {
  height: 24px;
}

.tw-h-28p {
  height: 28px;
}

.tw-h-30 {
  height: 7.5rem;
}

.tw-h-300p {
  height: 300px;
}

.tw-h-30p {
  height: 30px;
}

.tw-h-32 {
  height: 8rem;
}

.tw-h-32p {
  height: 32px;
}

.tw-h-36p {
  height: 36px;
}

.tw-h-4 {
  height: 1rem;
}

.tw-h-40p {
  height: 40px;
}

.tw-h-5 {
  height: 1.25rem;
}

.tw-h-500p {
  height: 500px;
}

.tw-h-6 {
  height: 1.5rem;
}

.tw-h-60p {
  height: 60px;
}

.tw-h-64 {
  height: 16rem;
}

.tw-h-65vh {
  height: 65vh;
}

.tw-h-7 {
  height: 1.75rem;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-85p {
  height: 85px;
}

.tw-h-85pc {
  height: 85%;
}

.tw-h-auto {
  height: auto;
}

.tw-h-button {
  height: 30px;
}

.tw-h-dropdown {
  height: 32px;
}

.tw-h-full {
  height: 100%;
}

.tw-h-hamster {
  height: 500px;
}

.tw-h-input-field {
  height: 32px;
}

.tw-h-login-field {
  height: 2.5rem;
}

.tw-h-menu-item-large {
  height: 38px;
}

.tw-h-screen {
  height: 100vh;
}

.tw-h-search-field {
  height: 32px;
}

.tw-h-tab-bar {
  height: 40px;
}

.tw-h-table-header {
  height: 30px;
}

.tw-h-table-header-lg {
  height: 32px;
}

.tw-h-table-row {
  height: 28px;
}

.tw-h-table-row-large {
  height: 30px;
}

.tw-h-table-row-lg {
  height: 30px;
}

.tw-h-token {
  height: 30px;
}

.tw-max-h-300 {
  max-height: 300px;
}

.tw-max-h-400 {
  max-height: 400px;
}

.tw-max-h-500 {
  max-height: 500px;
}

.tw-max-h-node-tooltip {
  max-height: 500px;
}

.tw-max-h-property-tooltip {
  max-height: 500px;
}

.tw-max-h-screen {
  max-height: 100vh;
}

.tw-min-h-0 {
  min-height: 0;
}

.tw-min-h-16 {
  min-height: 4rem;
}

.tw-min-h-30p {
  min-height: 30px;
}

.tw-min-h-dd-token {
  min-height: 35px;
}

.tw-min-h-tab-bar {
  min-height: 40px;
}

.tw-w-1\/12 {
  width: 8.333333%;
}

.tw-w-1\/4 {
  width: 25%;
}

.tw-w-1\/5 {
  width: 20%;
}

.tw-w-10 {
  width: 2.5rem;
}

.tw-w-100p {
  width: 100px;
}

.tw-w-10p {
  width: 10px;
}

.tw-w-12 {
  width: 3rem;
}

.tw-w-120p {
  width: 120px;
}

.tw-w-130p {
  width: 130px;
}

.tw-w-14 {
  width: 3.5rem;
}

.tw-w-14p {
  width: 14px;
}

.tw-w-150p {
  width: 150px;
}

.tw-w-16 {
  width: 4rem;
}

.tw-w-16p {
  width: 16px;
}

.tw-w-18 {
  width: 4.5rem;
}

.tw-w-180p {
  width: 180px;
}

.tw-w-2 {
  width: 0.5rem;
}

.tw-w-2\/12 {
  width: 16.666667%;
}

.tw-w-2\/20 {
  width: 10%;
}

.tw-w-2\/4 {
  width: 50%;
}

.tw-w-2\/5 {
  width: 40%;
}

.tw-w-20 {
  width: 5rem;
}

.tw-w-200p {
  width: 200px;
}

.tw-w-20p {
  width: 20px;
}

.tw-w-22 {
  width: 5.5rem;
}

.tw-w-24 {
  width: 6rem;
}

.tw-w-240p {
  width: 225px;
}

.tw-w-24p {
  width: 24px;
}

.tw-w-250p {
  width: 250px;
}

.tw-w-28 {
  width: 7rem;
}

.tw-w-28p {
  width: 28px;
}

.tw-w-3 {
  width: 0.75rem;
}

.tw-w-3\/10 {
  width: 30%;
}

.tw-w-3\/12 {
  width: 25%;
}

.tw-w-3\/20 {
  width: 15%;
}

.tw-w-3\/4 {
  width: 75%;
}

.tw-w-300p {
  width: 300px;
}

.tw-w-30p {
  width: 30px;
}

.tw-w-30pc {
  width: 30%;
}

.tw-w-32 {
  width: 8rem;
}

.tw-w-32p {
  width: 32px;
}

.tw-w-340p {
  width: 340px;
}

.tw-w-34p {
  width: 34px;
}

.tw-w-35pc {
  width: 35%;
}

.tw-w-36p {
  width: 36px;
}

.tw-w-38 {
  width: 9.5rem;
}

.tw-w-4\/12 {
  width: 33.333333%;
}

.tw-w-40 {
  width: 10rem;
}

.tw-w-400p {
  width: 400px;
}

.tw-w-40p {
  width: 40px;
}

.tw-w-48 {
  width: 12rem;
}

.tw-w-5 {
  width: 1.25rem;
}

.tw-w-5\/12 {
  width: 41.666667%;
}

.tw-w-50p {
  width: 50px;
}

.tw-w-56 {
  width: 14rem;
}

.tw-w-6 {
  width: 1.5rem;
}

.tw-w-6\/12 {
  width: 50%;
}

.tw-w-60p {
  width: 60px;
}

.tw-w-64 {
  width: 16rem;
}

.tw-w-65pc {
  width: 65%;
}

.tw-w-8 {
  width: 2rem;
}

.tw-w-800p {
  width: 800px;
}

.tw-w-9 {
  width: 2.25rem;
}

.tw-w-auto {
  width: auto;
}

.tw-w-button {
  width: 30px;
}

.tw-w-dialog-extra-large {
  width: 1100px;
}

.tw-w-dialog-extra-small {
  width: 400px;
}

.tw-w-dialog-large {
  width: 900px;
}

.tw-w-dialog-login {
  width: 420px;
}

.tw-w-dialog-medium {
  width: 700px;
}

.tw-w-dialog-medium-large {
  width: 800px;
}

.tw-w-dialog-medium-small {
  width: 620px;
}

.tw-w-dialog-small {
  width: 550px;
}

.tw-w-full {
  width: 100%;
}

.tw-w-hamster {
  width: 500px;
}

.tw-w-screen {
  width: 100vw;
}

.tw-min-w-1\/2 {
  min-width: 50%;
}

.tw-min-w-150p {
  min-width: 150px;
}

.tw-min-w-400p {
  min-width: 400px;
}

.tw-min-w-5 {
  min-width: 1.25rem;
}

.tw-min-w-600p {
  min-width: 600px;
}

.tw-min-w-64 {
  min-width: 16rem;
}

.tw-min-w-cell-100 {
  min-width: 100px;
}

.tw-min-w-cell-150 {
  min-width: 150px;
}

.tw-min-w-cell-180 {
  min-width: 180px;
}

.tw-min-w-cell-200 {
  min-width: 200px;
}

.tw-min-w-cell-300 {
  min-width: 300px;
}

.tw-min-w-cell-64 {
  min-width: 64px;
}

.tw-min-w-domain-object-details {
  min-width: 250px;
}

.tw-max-w-2xl {
  max-width: 42rem;
}

.tw-max-w-300p {
  max-width: 300px;
}

.tw-max-w-320p {
  max-width: 320px;
}

.tw-max-w-400p {
  max-width: 400px;
}

.tw-max-w-470p {
  max-width: 470px;
}

.tw-max-w-900p {
  max-width: 900px;
}

.tw-max-w-node-tooltip {
  max-width: 500px;
}

.tw-max-w-property-tooltip {
  max-width: 500px;
}

.tw-max-w-tooltip {
  max-width: 400px;
}

.tw-flex-1 {
  flex: 1 1 0%;
}

.tw-flex-shrink {
  flex-shrink: 1;
}

.tw-flex-shrink-0 {
  flex-shrink: 0;
}

.tw-flex-grow {
  flex-grow: 1;
}

.tw-flex-grow-0 {
  flex-grow: 0;
}

.tw-table-auto {
  table-layout: auto;
}

.tw-table-fixed {
  table-layout: fixed;
}

.tw-border-collapse {
  border-collapse: collapse;
}

.tw-border-separate {
  border-collapse: separate;
}

@keyframes tw-appear {
  from {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  to {
    display: flex;
    opacity: 1;
  }
}
.tw-animate-appear {
  animation: tw-appear 500ms ease-in forwards;
}

@keyframes tw-bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.tw-animate-bounce {
  animation: tw-bounce 1s infinite;
}

@keyframes tw-fadein-65 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
.tw-animate-fadein-overlay {
  animation: tw-fadein-65 2s ease-in;
}

.tw-animate-fadein-popover {
  animation: fadein 0.15s ease-in;
}

.tw-cursor-default {
  cursor: default;
}

.tw-cursor-ne-resize {
  cursor: ne-resize;
}

.tw-cursor-ns-resize {
  cursor: ns-resize;
}

.tw-cursor-nw-resize {
  cursor: nw-resize;
}

.tw-cursor-pointer {
  cursor: pointer;
}

.tw-cursor-se-resize {
  cursor: se-resize;
}

.tw-cursor-sw-resize {
  cursor: sw-resize;
}

.tw-cursor-text {
  cursor: text;
}

.tw-cursor-wait {
  cursor: wait;
}

.tw-select-none {
  user-select: none;
}

.tw-select-text {
  user-select: text;
}

.tw-resize {
  resize: both;
}

.tw-list-disc {
  list-style-type: disc;
}

.tw-list-none {
  list-style-type: none;
}

.tw-grid-flow-row {
  grid-auto-flow: row;
}

.tw-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tw-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.tw-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.tw-flex-row {
  flex-direction: row;
}

.tw-flex-row-reverse {
  flex-direction: row-reverse;
}

.tw-flex-col {
  flex-direction: column;
}

.tw-flex-col-reverse {
  flex-direction: column-reverse;
}

.tw-flex-wrap {
  flex-wrap: wrap;
}

.tw-content-center {
  align-content: center;
}

.tw-items-start {
  align-items: flex-start;
}

.tw-items-center {
  align-items: center;
}

.tw-items-baseline {
  align-items: baseline;
}

.tw-justify-start {
  justify-content: flex-start;
}

.tw-justify-end {
  justify-content: flex-end;
}

.tw-justify-center {
  justify-content: center;
}

.tw-justify-between {
  justify-content: space-between;
}

.tw-justify-around {
  justify-content: space-around;
}

.tw-gap-1 {
  gap: 0.25rem;
}

.tw-gap-10 {
  gap: 2.5rem;
}

.tw-gap-2 {
  gap: 0.5rem;
}

.tw-gap-3 {
  gap: 0.75rem;
}

.tw-gap-x-1 {
  column-gap: 0.25rem;
}

.tw-gap-y-1 {
  row-gap: 0.25rem;
}

.tw-gap-y-3 {
  row-gap: 0.75rem;
}

.tw-gap-y-4 {
  row-gap: 1rem;
}

.tw-gap-y-5 {
  row-gap: 1.25rem;
}

.tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
}

.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
}

.tw-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
}

.tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.tw-self-stretch {
  align-self: stretch;
}

.tw-justify-self-end {
  justify-self: end;
}

.tw-overflow-auto {
  overflow: auto;
}

.tw-overflow-hidden {
  overflow: hidden;
}

.tw-overflow-x-auto {
  overflow-x: auto;
}

.tw-overflow-y-auto {
  overflow-y: auto;
}

.tw-overflow-x-hidden {
  overflow-x: hidden;
}

.tw-overflow-y-hidden {
  overflow-y: hidden;
}

.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw-overflow-ellipsis {
  text-overflow: ellipsis;
}

.tw-text-ellipsis {
  text-overflow: ellipsis;
}

.tw-whitespace-normal {
  white-space: normal;
}

.tw-whitespace-nowrap {
  white-space: nowrap;
}

.tw-whitespace-pre {
  white-space: pre;
}

.tw-whitespace-pre-line {
  white-space: pre-line;
}

.tw-whitespace-pre-wrap {
  white-space: pre-wrap;
}

.tw-break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.tw-break-words {
  overflow-wrap: break-word;
}

.tw-break-all {
  word-break: break-all;
}

.tw-rounded {
  border-radius: 0.25rem;
}

.tw-rounded-full {
  border-radius: 9999px;
}

.tw-rounded-lg {
  border-radius: 0.5rem;
}

.tw-rounded-standard {
  border-radius: 4px;
}

.tw-rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tw-rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tw-rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tw-rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.tw-rounded-l-standard {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tw-rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.tw-rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.tw-rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.tw-rounded-t-standard {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tw-rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.tw-rounded-tr {
  border-top-right-radius: 0.25rem;
}

.tw-border {
  border-width: 1px;
}

.tw-border-0 {
  border-width: 0;
}

.tw-border-2 {
  border-width: 2px;
}

.tw-border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.tw-border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.tw-border-b {
  border-bottom-width: 1px;
}

.tw-border-b-0 {
  border-bottom-width: 0;
}

.tw-border-b-4 {
  border-bottom-width: 4px;
}

.tw-border-l {
  border-left-width: 1px;
}

.tw-border-r {
  border-right-width: 1px;
}

.tw-border-t {
  border-top-width: 1px;
}

.tw-border-t-0 {
  border-top-width: 0;
}

.tw-border-solid {
  border-style: solid;
}

.tw-border-dashed {
  border-style: dashed;
}

.tw-border-none {
  border-style: none;
}

.tw-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0/var(--tw-border-opacity, 1));
}

.tw-border-field {
  --tw-border-opacity: 1;
  border-color: rgb(215 216 220/var(--tw-border-opacity, 1));
}

.tw-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240/var(--tw-border-opacity, 1));
}

.tw-border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224/var(--tw-border-opacity, 1));
}

.tw-border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192/var(--tw-border-opacity, 1));
}

.tw-border-grayscale-200 {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234/var(--tw-border-opacity, 1));
}

.tw-border-grayscale-300 {
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222/var(--tw-border-opacity, 1));
}

.tw-border-grayscale-500 {
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187/var(--tw-border-opacity, 1));
}

.tw-border-ig-grey-t1 {
  --tw-border-opacity: 1;
  border-color: rgb(137 141 153/var(--tw-border-opacity, 1));
}

.tw-border-ig-grey-t3 {
  --tw-border-opacity: 1;
  border-color: rgb(189 191 198/var(--tw-border-opacity, 1));
}

.tw-border-ig-grey-t4 {
  --tw-border-opacity: 1;
  border-color: rgb(215 216 220/var(--tw-border-opacity, 1));
}

.tw-border-ig-grey-t5 {
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243/var(--tw-border-opacity, 1));
}

.tw-border-ig-purple-t1 {
  --tw-border-opacity: 1;
  border-color: rgb(157 83 255/var(--tw-border-opacity, 1));
}

.tw-border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(251 211 141/var(--tw-border-opacity, 1));
}

.tw-border-table {
  --tw-border-opacity: 1;
  border-color: rgb(215 216 220/var(--tw-border-opacity, 1));
}

.tw-border-transparent {
  border-color: transparent;
}

.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0/var(--tw-bg-opacity, 1));
}

.tw-bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 227 248/var(--tw-bg-opacity, 1));
}

.tw-bg-button {
  --tw-bg-opacity: 1;
  background-color: rgb(215 216 220/var(--tw-bg-opacity, 1));
}

.tw-bg-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246/var(--tw-bg-opacity, 1));
}

.tw-bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(242 191 203/var(--tw-bg-opacity, 1));
}

.tw-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247/var(--tw-bg-opacity, 1));
}

.tw-bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224/var(--tw-bg-opacity, 1));
}

.tw-bg-grayscale-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242/var(--tw-bg-opacity, 1));
}

.tw-bg-grayscale-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234/var(--tw-bg-opacity, 1));
}

.tw-bg-grayscale-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222/var(--tw-bg-opacity, 1));
}

.tw-bg-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 191/var(--tw-bg-opacity, 1));
}

.tw-bg-ig-coral-s1 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 97 73/var(--tw-bg-opacity, 1));
}

.tw-bg-ig-green-t4 {
  --tw-bg-opacity: 1;
  background-color: rgb(184 221 201/var(--tw-bg-opacity, 1));
}

.tw-bg-ig-grey-t4 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 216 220/var(--tw-bg-opacity, 1));
}

.tw-bg-ig-grey-t5 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243/var(--tw-bg-opacity, 1));
}

.tw-bg-ig-orange-t2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 92/var(--tw-bg-opacity, 1));
}

.tw-bg-ig-orange-t4 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 184/var(--tw-bg-opacity, 1));
}

.tw-bg-ig-purple-base {
  --tw-bg-opacity: 1;
  background-color: rgb(109 24 221/var(--tw-bg-opacity, 1));
}

.tw-bg-ig-purple-s3 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 1 123/var(--tw-bg-opacity, 1));
}

.tw-bg-ig-purple-t1 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 83 255/var(--tw-bg-opacity, 1));
}

.tw-bg-ig-purple-t2 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 132 255/var(--tw-bg-opacity, 1));
}

.tw-bg-ig-purple-t3 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 180 255/var(--tw-bg-opacity, 1));
}

.tw-bg-ig-purple-t4 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 207 255/var(--tw-bg-opacity, 1));
}

.tw-bg-ig-red-base {
  --tw-bg-opacity: 1;
  background-color: rgb(209 25 71/var(--tw-bg-opacity, 1));
}

.tw-bg-ig-red-t4 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 191 203/var(--tw-bg-opacity, 1));
}

.tw-bg-info {
  --tw-bg-opacity: 1;
  background-color: rgb(184 215 236/var(--tw-bg-opacity, 1));
}

.tw-bg-login-box {
  --tw-bg-opacity: 1;
  background-color: rgb(54 8 123/var(--tw-bg-opacity, 1));
}

.tw-bg-login-input {
  --tw-bg-opacity: 1;
  background-color: rgb(102 39 183/var(--tw-bg-opacity, 1));
}

.tw-bg-menu-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(228 207 255/var(--tw-bg-opacity, 1));
}

.tw-bg-menu-temp-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 217/var(--tw-bg-opacity, 1));
}

.tw-bg-node-icon-amber {
  --tw-bg-opacity: 1;
  background-color: rgb(255 168 0/var(--tw-bg-opacity, 1));
}

.tw-bg-node-icon-azure {
  --tw-bg-opacity: 1;
  background-color: rgb(9 184 206/var(--tw-bg-opacity, 1));
}

.tw-bg-node-icon-burgundy {
  --tw-bg-opacity: 1;
  background-color: rgb(153 0 51/var(--tw-bg-opacity, 1));
}

.tw-bg-node-icon-cobalt {
  --tw-bg-opacity: 1;
  background-color: rgb(44 111 194/var(--tw-bg-opacity, 1));
}

.tw-bg-node-icon-emerald {
  --tw-bg-opacity: 1;
  background-color: rgb(0 170 107/var(--tw-bg-opacity, 1));
}

.tw-bg-node-icon-hot-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 102/var(--tw-bg-opacity, 1));
}

.tw-bg-node-icon-indigo {
  --tw-bg-opacity: 1;
  background-color: rgb(99 45 188/var(--tw-bg-opacity, 1));
}

.tw-bg-node-icon-lime {
  --tw-bg-opacity: 1;
  background-color: rgb(151 215 14/var(--tw-bg-opacity, 1));
}

.tw-bg-node-icon-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 0/var(--tw-bg-opacity, 1));
}

.tw-bg-node-icon-rust {
  --tw-bg-opacity: 1;
  background-color: rgb(198 67 9/var(--tw-bg-opacity, 1));
}

.tw-bg-node-icon-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(114 138 149/var(--tw-bg-opacity, 1));
}

.tw-bg-node-icon-tan {
  --tw-bg-opacity: 1;
  background-color: rgb(189 145 85/var(--tw-bg-opacity, 1));
}

.tw-bg-node-icon-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 127/var(--tw-bg-opacity, 1));
}

.tw-bg-node-icon-violet {
  --tw-bg-opacity: 1;
  background-color: rgb(184 40 209/var(--tw-bg-opacity, 1));
}

.tw-bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 235 200/var(--tw-bg-opacity, 1));
}

.tw-bg-orange-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 163/var(--tw-bg-opacity, 1));
}

.tw-bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 215/var(--tw-bg-opacity, 1));
}

.tw-bg-redacted {
  --tw-bg-opacity: 1;
  background-color: rgb(160 163 173/var(--tw-bg-opacity, 1));
}

.tw-bg-required {
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 184/var(--tw-bg-opacity, 1));
}

.tw-bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(198 246 213/var(--tw-bg-opacity, 1));
}

.tw-bg-tab-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(109 24 221/var(--tw-bg-opacity, 1));
}

.tw-bg-table-header {
  --tw-bg-opacity: 1;
  background-color: rgb(215 216 220/var(--tw-bg-opacity, 1));
}

.tw-bg-task-button {
  --tw-bg-opacity: 1;
  background-color: rgb(225 226 227/var(--tw-bg-opacity, 1));
}

.tw-bg-task-button-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 241/var(--tw-bg-opacity, 1));
}

.tw-bg-token {
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222/var(--tw-bg-opacity, 1));
}

.tw-bg-tool-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243/var(--tw-bg-opacity, 1));
}

.tw-bg-tooltip {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 197/var(--tw-bg-opacity, 1));
}

.tw-bg-transparent {
  background-color: transparent;
}

.tw-bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 184/var(--tw-bg-opacity, 1));
}

.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity, 1));
}

.tw-bg-about-dialog {
  background-image: url("../img/backgrounds/about-dialog-background.png");
}

.tw-bg-about-logo {
  background-image: url("../img/logo/precisely-data360-about-logo.png");
}

.tw-bg-browsable-object-table {
  background-image: url("../img/list-bg.png");
}

.tw-bg-logo-large {
  background-image: url(../img/logo/precisely-data360-login-logo.svg);
}

.tw-bg-logo-short {
  background-image: url("../img/logo/precisely-logo-short-85.png");
}

.tw-bg-logo-small {
  background-image: url(../img/logo/precisely-data360-header-logo.svg);
}

.tw-bg-static-main-inner {
  background-image: url(../img/login-background.svg);
}

.tw-bg-contain {
  background-size: contain;
}

.tw-bg-cover {
  background-size: cover;
}

.tw-bg-bottom {
  background-position: bottom;
}

.tw-bg-center {
  background-position: center;
}

.tw-bg-left {
  background-position: left;
}

.tw-bg-no-repeat {
  background-repeat: no-repeat;
}

.tw-bg-repeat-x {
  background-repeat: repeat-x;
}

.tw-fill-ig-purple-base {
  fill: #6D18DD;
}

.tw-fill-ig-purple-t1 {
  fill: #9D53FF;
}

.tw-fill-ig-purple-t2 {
  fill: #B984FF;
}

.tw-fill-ig-purple-t4 {
  fill: #E4CFFF;
}

.tw-stroke-black {
  stroke: #000;
}

.tw-object-cover {
  object-fit: cover;
}

.tw-p-1 {
  padding: 0.25rem;
}

.tw-p-10p {
  padding: 10px;
}

.tw-p-16p {
  padding: 16px;
}

.tw-p-1p {
  padding: 1px;
}

.tw-p-2 {
  padding: 0.5rem;
}

.tw-p-3 {
  padding: 0.75rem;
}

.tw-p-4 {
  padding: 1rem;
}

.tw-p-40p {
  padding: 40px;
}

.tw-p-8 {
  padding: 2rem;
}

.tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.tw-px-10p {
  padding-left: 10px;
  padding-right: 10px;
}

.tw-px-12p {
  padding-left: 12px;
  padding-right: 12px;
}

.tw-px-16p {
  padding-left: 16px;
  padding-right: 16px;
}

.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.tw-px-2p {
  padding-left: 2px;
  padding-right: 2px;
}

.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.tw-px-6p {
  padding-left: 6px;
  padding-right: 6px;
}

.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tw-py-1p {
  padding-top: 1px;
  padding-bottom: 1px;
}

.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tw-py-8p {
  padding-top: 8px;
  padding-bottom: 8px;
}

.tw-pb-1 {
  padding-bottom: 0.25rem;
}

.tw-pb-10 {
  padding-bottom: 2.5rem;
}

.tw-pb-10p {
  padding-bottom: 10px;
}

.tw-pb-12p {
  padding-bottom: 12px;
}

.tw-pb-16p {
  padding-bottom: 16px;
}

.tw-pb-18p {
  padding-bottom: 18px;
}

.tw-pb-1p {
  padding-bottom: 1px;
}

.tw-pb-2 {
  padding-bottom: 0.5rem;
}

.tw-pb-20 {
  padding-bottom: 5rem;
}

.tw-pb-24p {
  padding-bottom: 24px;
}

.tw-pb-4p {
  padding-bottom: 4px;
}

.tw-pb-60p {
  padding-bottom: 60px;
}

.tw-pb-8 {
  padding-bottom: 2rem;
}

.tw-pl-1 {
  padding-left: 0.25rem;
}

.tw-pl-12p {
  padding-left: 12px;
}

.tw-pl-16p {
  padding-left: 16px;
}

.tw-pl-2 {
  padding-left: 0.5rem;
}

.tw-pl-2p {
  padding-left: 2px;
}

.tw-pl-3 {
  padding-left: 0.75rem;
}

.tw-pl-5 {
  padding-left: 1.25rem;
}

.tw-pl-5p {
  padding-left: 5px;
}

.tw-pl-8p {
  padding-left: 8px;
}

.tw-pl-px {
  padding-left: 1px;
}

.tw-pr-1 {
  padding-right: 0.25rem;
}

.tw-pr-10 {
  padding-right: 2.5rem;
}

.tw-pr-18p {
  padding-right: 18px;
}

.tw-pr-2 {
  padding-right: 0.5rem;
}

.tw-pr-24p {
  padding-right: 24px;
}

.tw-pr-3 {
  padding-right: 0.75rem;
}

.tw-pr-32p {
  padding-right: 32px;
}

.tw-pr-4 {
  padding-right: 1rem;
}

.tw-pr-40p {
  padding-right: 40px;
}

.tw-pr-4p {
  padding-right: 4px;
}

.tw-pr-5 {
  padding-right: 1.25rem;
}

.tw-pr-6 {
  padding-right: 1.5rem;
}

.tw-pr-60p {
  padding-right: 60px;
}

.tw-pr-6p {
  padding-right: 6px;
}

.tw-pt-1 {
  padding-top: 0.25rem;
}

.tw-pt-12p {
  padding-top: 12px;
}

.tw-pt-14p {
  padding-top: 14px;
}

.tw-pt-2 {
  padding-top: 0.5rem;
}

.tw-pt-20 {
  padding-top: 5rem;
}

.tw-pt-2p {
  padding-top: 2px;
}

.tw-pt-3 {
  padding-top: 0.75rem;
}

.tw-pt-30 {
  padding-top: 7.5rem;
}

.tw-pt-4 {
  padding-top: 1rem;
}

.tw-text-left {
  text-align: left;
}

.tw-text-center {
  text-align: center;
}

.tw-text-right {
  text-align: right;
}

.tw-align-top {
  vertical-align: top;
}

.tw-align-middle {
  vertical-align: middle;
}

.tw-font-code {
  font-family: Source Code Pro;
}

.tw-font-lato {
  font-family: Lato;
}

.tw-font-password {
  font-family: Password;
}

.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.tw-text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.tw-text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tw-text-loading-spinner-xl {
  font-size: 6rem;
  line-height: 1rem;
}

.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-font-light {
  font-weight: 300;
}

.tw-font-medium {
  font-weight: 500;
}

.tw-font-normal {
  font-weight: 400;
}

.tw-italic {
  font-style: italic;
}

.tw-leading-extra-loose {
  line-height: 2.5;
}

.tw-leading-loose {
  line-height: 2;
}

.tw-leading-none {
  line-height: 1;
}

.tw-leading-normal {
  line-height: 1.5;
}

.tw-leading-relaxed {
  line-height: 1.625;
}

.tw-leading-snug {
  line-height: 1.375;
}

.tw-leading-standard {
  line-height: 32px;
}

.tw-leading-tight {
  line-height: 1.25;
}

.tw-leading-tighter {
  line-height: 1.2;
}

.tw-text-badge-gray {
  --tw-text-opacity: 1;
  color: rgb(160 163 173/var(--tw-text-opacity, 1));
}

.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity, 1));
}

.tw-text-bluescale-300 {
  --tw-text-opacity: 1;
  color: rgb(0 140 203/var(--tw-text-opacity, 1));
}

.tw-text-button-icon {
  --tw-text-opacity: 1;
  color: rgb(157 83 255/var(--tw-text-opacity, 1));
}

.tw-text-disabled {
  --tw-text-opacity: 1;
  color: rgb(111 116 130/var(--tw-text-opacity, 1));
}

.tw-text-error {
  --tw-text-opacity: 1;
  color: rgb(209 25 71/var(--tw-text-opacity, 1));
}

.tw-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(203 213 224/var(--tw-text-opacity, 1));
}

.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(74 85 104/var(--tw-text-opacity, 1));
}

.tw-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(26 32 44/var(--tw-text-opacity, 1));
}

.tw-text-grayscale-400 {
  --tw-text-opacity: 1;
  color: rgb(204 204 204/var(--tw-text-opacity, 1));
}

.tw-text-grayscale-500 {
  --tw-text-opacity: 1;
  color: rgb(187 187 187/var(--tw-text-opacity, 1));
}

.tw-text-grayscale-600 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153/var(--tw-text-opacity, 1));
}

.tw-text-grayscale-700 {
  --tw-text-opacity: 1;
  color: rgb(128 128 128/var(--tw-text-opacity, 1));
}

.tw-text-grayscale-900 {
  --tw-text-opacity: 1;
  color: rgb(62 62 62/var(--tw-text-opacity, 1));
}

.tw-text-ig-green-base {
  --tw-text-opacity: 1;
  color: rgb(0 133 62/var(--tw-text-opacity, 1));
}

.tw-text-ig-green-t1 {
  --tw-text-opacity: 1;
  color: rgb(46 155 97/var(--tw-text-opacity, 1));
}

.tw-text-ig-green-t2 {
  --tw-text-opacity: 1;
  color: rgb(92 177 131/var(--tw-text-opacity, 1));
}

.tw-text-ig-grey-base {
  --tw-text-opacity: 1;
  color: rgb(111 116 130/var(--tw-text-opacity, 1));
}

.tw-text-ig-grey-s1 {
  --tw-text-opacity: 1;
  color: rgb(76 82 99/var(--tw-text-opacity, 1));
}

.tw-text-ig-grey-t1 {
  --tw-text-opacity: 1;
  color: rgb(137 141 153/var(--tw-text-opacity, 1));
}

.tw-text-ig-grey-t2 {
  --tw-text-opacity: 1;
  color: rgb(160 163 173/var(--tw-text-opacity, 1));
}

.tw-text-ig-grey-t3 {
  --tw-text-opacity: 1;
  color: rgb(189 191 198/var(--tw-text-opacity, 1));
}

.tw-text-ig-grey-t4 {
  --tw-text-opacity: 1;
  color: rgb(215 216 220/var(--tw-text-opacity, 1));
}

.tw-text-ig-grey-t5 {
  --tw-text-opacity: 1;
  color: rgb(241 242 243/var(--tw-text-opacity, 1));
}

.tw-text-ig-orange-base {
  --tw-text-opacity: 1;
  color: rgb(255 170 0/var(--tw-text-opacity, 1));
}

.tw-text-ig-purple-base {
  --tw-text-opacity: 1;
  color: rgb(109 24 221/var(--tw-text-opacity, 1));
}

.tw-text-ig-purple-t1 {
  --tw-text-opacity: 1;
  color: rgb(157 83 255/var(--tw-text-opacity, 1));
}

.tw-text-ig-purple-t2 {
  --tw-text-opacity: 1;
  color: rgb(185 132 255/var(--tw-text-opacity, 1));
}

.tw-text-ig-purple-t4 {
  --tw-text-opacity: 1;
  color: rgb(228 207 255/var(--tw-text-opacity, 1));
}

.tw-text-ig-red-base {
  --tw-text-opacity: 1;
  color: rgb(209 25 71/var(--tw-text-opacity, 1));
}

.tw-text-label-gray {
  --tw-text-opacity: 1;
  color: rgb(111 116 130/var(--tw-text-opacity, 1));
}

.tw-text-link {
  --tw-text-opacity: 1;
  color: rgb(109 24 221/var(--tw-text-opacity, 1));
}

.tw-text-placeholder {
  --tw-text-opacity: 1;
  color: rgb(137 141 153/var(--tw-text-opacity, 1));
}

.tw-text-table-header {
  --tw-text-opacity: 1;
  color: rgb(76 82 99/var(--tw-text-opacity, 1));
}

.tw-text-warning {
  --tw-text-opacity: 1;
  color: rgb(255 168 0/var(--tw-text-opacity, 1));
}

.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity, 1));
}

.tw-underline {
  text-decoration-line: underline;
}

.tw-line-through {
  text-decoration-line: line-through;
}

.tw-placeholder-default::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 82 99/var(--tw-placeholder-opacity, 1));
}

.tw-opacity-25 {
  opacity: 0.25;
}

.tw-opacity-50 {
  opacity: 0.5;
}

.tw-opacity-65 {
  opacity: 0.65;
}

.tw-opacity-75 {
  opacity: 0.75;
}

.tw-shadow-card {
  --tw-shadow: rgba(0, 0, 0, 0.33) 0 1px 3px;
  --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.tw-shadow-login {
  --tw-shadow: rgba(0,0,0,.33) 0 5px 20px;
  --tw-shadow-colored: 0 5px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.tw-shadow-standard {
  --tw-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 1px 3px 2px var(--tw-shadow-color), 0 0 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.tw-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tw-outline {
  outline-style: solid;
}

.tw-outline-2 {
  outline-width: 2px;
}

.tw--outline-offset-1 {
  outline-offset: -1px;
}

.tw-outline-offset-2 {
  outline-offset: 2px;
}

.tw-outline-black {
  outline-color: #000;
}

.tw-brightness-95 {
  --tw-brightness: brightness(.95);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.tw-outline-auto {
  outline-style: auto;
}

.tw-placeholder-italic::placeholder {
  font-style: italic;
}

.\[data\:object\] {
  data: object;
}

.\[executionLocator\:string\] {
  execution-locator: string;
}

.\[header\:string\] {
  header: string;
}

.\[key\:number\] {
  key: number;
}

.\[key\:string\] {
  key: string;
}

.\[name\:string\] {
  name: string;
}

.tw-pad-scroll {
  padding-right: 15px;
}

.tw-scroll-padding-right {
  scroll-padding-right: 25px;
}

.tw-underlined {
  border-bottom: 1px solid #cbd5e0;
}

.tw-outline-blue {
  outline-color: #0b93d5;
}

.tw-left-full {
  left: 100%;
}

.tw-right-full {
  right: 100%;
}

.tw-link {
  color: #9D53FF;
  cursor: pointer;
}

.tw-overlay {
  position: relative;
}

.tw-break-word {
  word-break: break-word;
}

.tw-overlay:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
}

.tw-bg-static-main-outer {
  background-image: linear-gradient(to bottom, #FFFFFF, #EAEAEA);
}

.tw-bg-static-header-outer {
  background-image: linear-gradient(to right, #340776, #280057);
  height: 40px;
  min-height: 40px;
}

.tw-left-calc-50pc-170p {
  left: calc(50% - 170px);
}

.tw-h-dialog-full {
  height: calc(100vh - 230px);
}

.tw-max-h-dialog-full {
  max-height: calc(100vh - 230px);
}

.tw-max-h-dialog {
  max-height: calc(100vh - 140px);
}

.tw-h-dialog-full-error {
  height: calc(100vh - 350px);
}

.tw-w-calc-100pc-34p {
  width: calc(100% - 34px);
}

.tw-anim-copy {
  animation: fadein 0.15s ease-in;
}

.tw-bg-login-input:-webkit-autofill,
.tw-bg-login-input:-webkit-autofill:hover,
.tw-bg-login-input:-webkit-autofill:focus,
.tw-bg-login-input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: white !important;
}

.tw-w-third-vw {
  width: 33vw;
}

.beforeHiddenColumn::after {
  color: #6D18DD !important;
}

.afterHiddenColumn::before {
  color: #6D18DD !important;
}

.tw-property-tooltip {
  p {
    &:not(:last-of-type) {
      padding-bottom: 1rem;
    }
  }
}

.placeholder\:tw-font-lato::placeholder {
  font-family: Lato;
}

.first\:tw-rounded-t:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.last\:tw-rounded-b:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.hover\:tw-cursor-pointer:hover {
  cursor: pointer;
}

.hover\:tw-border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(113 128 150/var(--tw-border-opacity, 1));
}

.hover\:tw-bg-button-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 207 255/var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240/var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224/var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-grayscale-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234/var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-grayscale-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222/var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-ig-grey-t3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 191 198/var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-ig-grey-t4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 216 220/var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-ig-grey-t5:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243/var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-ig-purple-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 24 221/var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-ig-purple-t1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 83 255/var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-ig-purple-t2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 132 255/var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-ig-purple-t3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 180 255/var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-ig-purple-t4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 207 255/var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-ig-purple-t5:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 255/var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-menu-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 255/var(--tw-bg-opacity, 1));
}

.hover\:tw-text-bluescale-400:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 135/var(--tw-text-opacity, 1));
}

.hover\:tw-text-button-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(157 83 255/var(--tw-text-opacity, 1));
}

.hover\:tw-text-ig-purple-base:hover {
  --tw-text-opacity: 1;
  color: rgb(109 24 221/var(--tw-text-opacity, 1));
}

.hover\:tw-text-ig-purple-t1:hover {
  --tw-text-opacity: 1;
  color: rgb(157 83 255/var(--tw-text-opacity, 1));
}

.hover\:tw-text-ig-purple-t2:hover {
  --tw-text-opacity: 1;
  color: rgb(185 132 255/var(--tw-text-opacity, 1));
}

.hover\:tw-underline:hover {
  text-decoration-line: underline;
}

.hover\:tw-no-underline:hover {
  text-decoration-line: none;
}

.hover\:tw-brightness-95:hover {
  --tw-brightness: brightness(.95);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:tw-border-ig-purple-t2:focus {
  --tw-border-opacity: 1;
  border-color: rgb(185 132 255/var(--tw-border-opacity, 1));
}

.focus\:tw-bg-grayscale-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234/var(--tw-bg-opacity, 1));
}

.focus\:tw-bg-red-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 129 129/var(--tw-bg-opacity, 1));
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:tw-ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.active\:tw-pointer-events-none:active {
  pointer-events: none;
}

.active\:tw-bg-button-active:active {
  --tw-bg-opacity: 1;
  background-color: rgb(212 180 255/var(--tw-bg-opacity, 1));
}

.active\:tw-bg-gray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224/var(--tw-bg-opacity, 1));
}

.active\:tw-bg-ig-grey-t4:active {
  --tw-bg-opacity: 1;
  background-color: rgb(215 216 220/var(--tw-bg-opacity, 1));
}

.active\:tw-bg-ig-purple-t2:active {
  --tw-bg-opacity: 1;
  background-color: rgb(185 132 255/var(--tw-bg-opacity, 1));
}

.active\:tw-bg-ig-purple-t3:active {
  --tw-bg-opacity: 1;
  background-color: rgb(212 180 255/var(--tw-bg-opacity, 1));
}

.active\:tw-text-ig-purple-t1:active {
  --tw-text-opacity: 1;
  color: rgb(157 83 255/var(--tw-text-opacity, 1));
}

.active\:tw-brightness-90:active {
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.disabled\:tw-cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:tw-opacity-50:disabled {
  opacity: 0.5;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

/*  Compass imports */
/* Vendor imports */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont-b06871f281fee6b241d60582ae9369b9.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #fff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-calendar {
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 1.4286;
}

.ember-power-calendar-nav {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  line-height: 2;
}

.ember-power-calendar-nav * {
  box-sizing: border-box;
}

.ember-power-calendar-days,
.ember-power-calendar-days * {
  box-sizing: border-box;
}

.ember-power-calendar-nav-title {
  flex: 1;
  text-align: center;
}

.ember-power-calendar-row {
  display: flex;
  justify-content: space-between;
}

.ember-power-calendar-weekday {
  appearance: none;
  flex: 1 1 100%;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
}

.ember-power-calendar-day {
  appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  flex: 1 1 100%;
  font-size: inherit;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ember-power-calendar-nav-control {
  appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  line-height: 1;
  font-size: 150%;
}
.ember-power-calendar-nav-control:focus {
  transform: scale(1.2);
}

.ember-power-calendar-day--selected,
.ember-power-calendar-day--selected:not([disabled]):hover {
  font-weight: bold;
}

.ember-power-calendar-day--interactive[disabled] {
  opacity: 0.4;
}

main {
  display: block;
}

/* Fonts */
/* Main font */
@font-face {
  font-family: "Lato";
  src: url("../../fonts/LatoFont/Lato-Thin-7ab0bc06eecc1b75f8708aba3d3b044a.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/LatoFont/Lato-ThinItalic-2b26bc77c3f9432c9d4ca4911520294d.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/LatoFont/Lato-Light-2bcc211c05fc425a57b2767a4cdcf174.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/LatoFont/Lato-LightItalic-2404a6da847c878edbc8280745365cba.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/LatoFont/Lato-Regular-122dd68d69fe9587e062d20d9ff5de2a.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/LatoFont/Lato-Bold-24b516c266d7341c954cb2918f1c8f38.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/LatoFont/Lato-BoldItalic-acc03ac1e9162f0388c005177d55d762.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/LatoFont/Lato-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/LatoFont/Lato-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/LatoFont/Lato-Black-d83ab24f5cf2be8b7a9873dd64f6060a.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/LatoFont/Lato-BlackItalic-047217f671c9e0849c97d43e26543046.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/* Code font */
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-ExtraLight-4d8bf974b10063210c04756ddd3c1e80.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-ExtraLightItalic-56616ffe7e18db3ac3e0384fcc183e05.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-Light-22af2529ecb6a855d50818e14849d1c5.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-LightItalic-8ce464492f9bc3d7b13bef2ed4895747.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-Regular-a7eeb18e08e36a9f5c7288e01fea1eb7.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-Italic-f092deeb12cb64c36d9609df0f8cc47c.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-Medium-466c16539d649374e96c7f1f2f478330.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-MediumItalic-689b347a93a5fa5ef1c63f68f4399295.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-SemiBold-8b102a6b9232c44102058de887a07a39.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-SemiBoldItalic-da46ef39021da7520ed8e6f82d06b5c5.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-Bold-1e0135d347fc6beabb9d9e2cf76c32c6.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-BoldItalic-4e6accd8e70c39f58974b028cd63b936.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-ExtraBold-d8480a094c47f560388fafac32ee870e.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-ExtraBoldItalic-f9f87d64f1eee2b2f8962dc78bf2a213.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-Black-d3e725bf395c2b78d735495ce3b02db7.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../../fonts/Source_Code_Pro/static/SourceCodePro-BlackItalic-cc9cb3186e4cf399005a05717b4842ea.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/* Password font */
@font-face {
  font-family: "Password";
  src: url("../../fonts/Password/password-d46eaee6270894a2e395c06c92aa8b7d.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/* Theme */
/* Images */
/* precisely palette base color definitions */
/* Precisely login palette colors begin */
/* Precisely login palette colors end */
/* base color definitions TODO remove after switching to new precisely color definition*/
/*002638;*/
/* advanced color definitions */
/* text */
/* global */
/* buttons */
/* bars */
/* fields */
/* tabs */
/* panes */
/* menus */
/* directory */
/* modal panel */
/* error & warning panel */
/* breadcrumb */
/* datepicker */
/* = floor(($datepicker-header-height - $datepicker-nav-height) / 2)*/
/* default animation */
/* tables */
/* /!\ NEEDS TIDYING UP /!\ */
/* Legacy styles */
#lae-builder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background-color: #FFF;
  overflow: hidden;
  width: 100%;
  min-width: 800px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
#lae-builder.leaf-node-designer {
  min-width: 500px;
  background-color: #EEEEEE;
}

canvas:focus {
  outline: none;
}

div:focus {
  outline: none;
}

.badge {
  float: left;
  background-color: #AE1F2C;
  display: inline-block;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  cursor: pointer;
}
.badge.blue {
  background-color: #008CCB;
}
.badge.purple {
  background-color: #6D18DD;
}
.badge .la-lg {
  font-size: 24px;
  position: relative;
  top: 4px;
}

.action-help.badge.nocursor {
  cursor: default;
}

#lae-app-main, #lae-app-main-transition {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 80px;
  bottom: 55px;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
#lae-app-main.designer, #lae-app-main-transition.designer {
  bottom: 0;
}
#lae-app-main #lae-app-canvas-pane, #lae-app-main-transition #lae-app-canvas-pane {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  background-repeat: repeat;
  background-position: 0px 0px;
  z-index: 1;
  overflow: hidden;
}
#lae-app-main #lae-app-canvas-pane #lae-app-canvas, #lae-app-main-transition #lae-app-canvas-pane #lae-app-canvas {
  position: relative;
  display: inline-block;
  margin: 0px;
  width: 1994px;
  height: 719px;
  opacity: 1;
}
#lae-app-main #lae-app-canvas-pane #lae-app-canvas img, #lae-app-main-transition #lae-app-canvas-pane #lae-app-canvas img {
  position: absolute;
  pointer-events: none;
}
#lae-app-main #lae-app-canvas-pane #lae-app-canvas.hidden, #lae-app-main-transition #lae-app-canvas-pane #lae-app-canvas.hidden {
  opacity: 0;
}

#lae-app-canvas {
  transform-origin: 30% 60%;
  -webkit-transform-origin: 30% 60%;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -webkit-transition: transform 250ms; /* Safari */
  transition: transform 250ms;
}
#lae-app-canvas #progress-bar {
  height: 3px;
  position: absolute;
  width: 100%;
}
#lae-app-canvas #progress-bar.low {
  top: 31px;
}
#lae-app-canvas #progress-bar.high {
  top: 1px;
}

#lae-app-main-transition {
  bottom: 0;
}

#lae-app-main-transition #lae-app-canvas-pane {
  right: 0;
}

#lae-app-main-transition #lae-app-canvas-pane .pane-loading i {
  font-size: 100px;
  color: #9D53FF;
}

#lae-app-main-transition #lae-app-canvas-pane .pane-loading p {
  font-size: 18px;
  font-weight: 300;
  color: #9D53FF;
  margin-top: 30px;
}

#lae-app-main-transition.loaded #lae-app-canvas-pane .pane-loading {
  opacity: 0;
}

#lae-app-main-transition #lae-app-canvas-pane .pane-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 150px;
  opacity: 1;
  -moz-transition: opacity, 500ms;
  -o-transition: opacity, 500ms;
  -webkit-transition: opacity, 500ms;
  transition: opacity, 500ms;
}

/*#lae-builder.show-dataviewer #lae-dataviewer {
  height:$height-builder-dataviewer;
}*/
#hitbox-canvas {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.hitbox-node {
  position: absolute;
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: none;
}
.hitbox-node:hover {
  box-shadow: #202020 0 0 0 2px;
}
.hitbox-node.selected, .hitbox-node.selected:hover {
  box-shadow: #202020 0 0 1px 3px;
}

.hitbox-pin {
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 6.5px;
  box-shadow: none;
}
.hitbox-pin:hover, .hitbox-pin.selected {
  box-shadow: #202020 0 0 0 2px;
}

#overlay, .msg-overlay, .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 2000;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
#overlay.hidden, .msg-overlay.hidden, .overlay.hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
}

.hidden {
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
  height: 0px !important;
  margin: 0 !important;
  overflow-y: hidden !important;
}

.panel {
  position: absolute;
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.33) 0 5px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 30px 50px;
  transform: scale(1);
  z-index: 2001;
  opacity: 1;
}
.panel.hidden {
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
  height: 0px !important;
  overflow-y: hidden !important;
}
.panel .label {
  padding-bottom: 3px;
}
.panel input {
  width: 100%;
}
.panel #run-panel-params {
  max-height: 300px;
  overflow-y: scroll;
}
.panel ul {
  list-style-type: disc;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
}

#run-panel {
  top: 50px;
  left: 50%;
  width: 600px;
  height: auto;
  margin-left: -250px;
}
#run-panel p {
  margin-top: 20px;
}

#help-panel {
  top: 50px;
  left: 50%;
  width: 900px;
  height: auto;
  margin-left: -450px;
}
#help-panel .load-progress {
  position: relative;
  top: -1px;
}
#help-panel.loadOnly {
  width: 500px;
  margin-left: -250px;
}
#help-panel.loadOnly .pillars {
  display: none;
}
#help-panel.loadOnly h1 span:last-child {
  display: none;
}
#help-panel.loadOnly #action-help-cancel {
  margin-top: 20px;
}
#help-panel.loadOnly #action-help-getstarted {
  display: none;
}
#help-panel .pillars {
  margin: 30px 0;
}
#help-panel .pillars:after {
  content: " ";
  display: block;
  clear: both;
}
#help-panel .pillars .pillar {
  display: inline-block;
  float: left;
  box-sizing: border-box;
  width: 30%;
  height: auto;
  margin-right: 5%;
  text-align: center;
}
#help-panel .pillars .pillar:last-child {
  margin-right: 0;
}
#help-panel .pillars .pillar h2 {
  font-size: 19px;
  font-weight: 300;
  color: #888;
  margin-bottom: 20px;
}
#help-panel .pillars .pillar div.icon {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#message-panel {
  top: 80px;
  left: 50%;
  height: auto;
  width: 600px;
  margin-left: -300px;
}

#message-panel p {
  margin-bottom: 4px;
}

#message-panel.panel h1 {
  color: #888;
  border-bottom: 1px solid #888;
  margin-bottom: 20px;
}

.k-widget.k-tooltip {
  z-index: 5000;
  font-size: 12px;
  white-space: nowrap;
  max-width: 300px;
  background-color: #FFFFC5;
  border-color: #FFFFC5;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
}
.k-widget.k-tooltip.pin {
  position: relative;
  top: -5px;
}
.k-widget.k-tooltip.label {
  position: relative;
  top: -5px;
  white-space: pre-line;
  word-wrap: break-word;
}
.k-widget.k-tooltip.label-hidden {
  opacity: 0;
}

.k-callout-n {
  border-bottom-color: #FFFFC5;
}

.k-callout-s {
  border-top-color: #FFFFC5;
}

.zero-scale-transform {
  -ms-transform: scale(0, 0) !important; /* IE 9 */
  -webkit-transform: scale(0, 0) !important; /* Safari */
  transform: scale(0, 0) !important;
}

.full-scale-transform {
  -ms-transform: scale(1, 1) !important; /* IE 9 */
  -webkit-transform: scale(1, 1) !important; /* Safari */
  transform: scale(1, 1) !important;
}

.hide {
  display: none;
}

input::-ms-clear {
  display: none;
}

body {
  overflow: hidden;
}

.tooltip_arrow_box {
  font-size: 12px;
  min-width: 20px;
  max-width: 405px;
  position: absolute;
  background: #ffb;
  border: 2px solid #ffb;
  color: #282828;
  border-radius: 4px;
  overflow-y: hidden;
  overflow-x: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webwhite-spacekit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 3px 3px 3px 3px;
  z-index: 3;
  display: none;
}

.dv-canvas-tooltip {
  font-size: 12px;
  min-width: 20px;
  max-width: 410px;
  position: absolute;
  background: #ffb;
  color: #282828;
  border-radius: 4px;
  overflow-y: hidden;
  overflow-x: hidden;
  text-overflow: ellipsis;
  -webwhite-spacekit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.dv-canvas-tooltip .heading {
  display: flex;
  justify-content: space-between;
  line-height: 22px;
  padding: 0 8px;
  font-weight: bold;
  border-bottom: 1px solid #ada9a5;
  box-shadow: 0 2px 2px 0 rgba(167, 117, 20, 0.3);
}
.dv-canvas-tooltip .fa {
  color: #a57e0e;
}
.dv-canvas-tooltip .body {
  max-height: 80px;
  padding: 3px;
  word-wrap: break-word;
  overflow-y: auto;
}
.dv-canvas-tooltip .body.wide {
  padding: 0px 8px 8px;
}
.dv-canvas-tooltip .body p {
  margin: 12px 0px 6px;
}

.bundled-datasets-tooltip {
  padding: 2px 5px;
  display: flex;
  flex-direction: column;
  max-height: 250px;
  overflow-y: auto;
}
.bundled-datasets-tooltip a {
  margin: 3px 0;
}

.tooltip_arrow_box_up {
  font-size: 12px;
  min-width: 20px;
  max-width: 405px;
  position: absolute;
  background: #ffb;
  border: 2px solid #ffb;
  color: #282828;
  border-radius: 4px;
  overflow-y: hidden;
  overflow-x: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 3px 3px 3px 3px;
  z-index: 3;
  display: none;
}

.dataset_tooltip {
  white-space: nowrap;
  padding-right: 0;
  text-overflow: clip;
}

/*.tooltip_arrow_box:after, .tooltip_arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tooltip_arrow_box:after {
  border-color: rgba(255, 255, 187, 0);
  border-top-color: #ffb;
  border-width: 3px;
  margin-left: -3px;
}
.tooltip_arrow_box:before {
  border-color: rgba(255, 255, 187, 0);
  border-top-color: #ffb;
  border-width: 7px;
  margin-left: -7px;
}*/
/*.tooltip_arrow_box_up:after, .tooltip_arrow_box_up:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tooltip_arrow_box_up:after {
  border-color: rgba(255, 255, 187, 0);
  border-bottom-color: #ffb;
  border-width: 3px;
  margin-left: -3px;
}
.tooltip_arrow_box_up:before {
  border-color: rgba(255, 255, 187, 0);
  border-bottom-color: #ffb;
  border-width: 7px;
  margin-left: -7px;
}*/
.far-left {
  position: relative;
  left: -1000000000000px;
}

.tooltip_text_box {
  font-size: 12px;
  min-width: 20px;
  position: absolute;
  background: #ffb;
  border: 1px solid #b0b0b0;
  color: #000000;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 2px 3px 2px 3px;
  z-index: 3;
  display: none;
}

.grab {
  cursor: url(../../img/openhand.cur), default !important;
}

.grabbing {
  cursor: url(../../img/closedhand.cur), move !important;
}

#canvas-busy-spinner {
  position: absolute;
  font-size: 36px;
  color: #888c8f;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin: 2px;
  display: none;
}

#lae-explorer {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
#lae-explorer #lae-pane-collections {
  position: absolute;
  left: 0;
  top: 40px;
  width: 220px;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 0 1px;
  z-index: 1;
  background-color: #383838;
}
#lae-explorer #lae-pane-collections .lae-buttonbar li {
  width: 50%;
}
#lae-explorer #lae-pane-collections .lae-buttonbar li .button {
  width: 100%;
  padding: 0;
  text-align: center;
}
#lae-explorer #lae-pane-collections .list-outer {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 40px;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: #383838;
}
#lae-explorer #lae-pane-collections .list-outer ul {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#lae-explorer #lae-pane-collections .list-outer ul:last-child {
  border-bottom: none;
}
#lae-explorer #lae-pane-collections .list-outer ul li {
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  padding-left: 10px;
  cursor: pointer;
}
#lae-explorer #lae-pane-collections .list-outer ul li.separator {
  height: 1px;
  border-bottom: 1px solid #888888;
}
#lae-explorer #lae-pane-collections .list-outer ul li i {
  width: 22px;
  text-align: center;
}
#lae-explorer #lae-pane-collections .list-outer ul li .badge {
  display: inline-block;
  margin-top: 8px;
  margin-right: 10px;
  height: 24px;
  width: 7px;
  line-height: 24px;
  float: right;
  padding: 0 10px;
  border-radius: 3px;
}
#lae-explorer #lae-pane-collections .list-outer ul li .badge.blue {
  background-color: #008CCB;
  color: #FFFFFF;
}
#lae-explorer #lae-pane-collections .list-outer ul li.disabled {
  opacity: 0.5;
}
#lae-explorer #lae-pane-collections .list-outer ul li:not(.disabled):hover {
  background-color: rgb(94.25, 94.25, 94.25);
  color: #FFFFFF;
}
#lae-explorer #lae-pane-collections .list-outer ul li:not(.disabled).selected {
  background-color: rgb(132.5, 132.5, 132.5);
  color: #FFFFFF;
}
#lae-explorer #lae-pane-items {
  position: absolute;
  left: 220px;
  top: 40px;
  right: 0;
  bottom: 0;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.5) -1px 0 3px;
}
#lae-explorer #lae-pane-items #lae-pane-details {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  bottom: 0;
}

.lae-simple-menu, .drop-down-menu {
  background: none;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 50px;
  left: 800px;
  z-index: 10003;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  transition: max-height 250ms;
}
.lae-simple-menu.offscreen, .drop-down-menu.offscreen {
  max-height: 0px;
  display: none;
}
.lae-simple-menu ul, .drop-down-menu ul {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}
.lae-simple-menu ul a, .drop-down-menu ul a {
  color: inherit;
  text-decoration: none;
}
.lae-simple-menu ul a:hover, .drop-down-menu ul a:hover {
  text-decoration: none;
}
.lae-simple-menu ul div.disabled li, .drop-down-menu ul div.disabled li {
  color: #BBBBBB;
}
.lae-simple-menu ul li, .drop-down-menu ul li {
  color: #202020;
  border: none;
  display: block;
}
.lae-simple-menu ul li p, .drop-down-menu ul li p {
  position: relative;
  left: 0 !important;
  top: 0 !important;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  white-space: nowrap;
}
.lae-simple-menu ul li p .comment, .drop-down-menu ul li p .comment {
  position: absolute;
  left: auto !important;
  top: 0 !important;
  right: 0;
  color: #888888;
  padding: 10px 0;
  padding-right: 25px;
  padding-left: 0;
  float: none;
}
.lae-simple-menu ul li p i, .drop-down-menu ul li p i {
  display: inline-block;
  width: 24px;
  text-align: center;
  color: #383838;
}
.lae-simple-menu ul li span.separator, .drop-down-menu ul li span.separator {
  display: block;
  border-bottom: 1px solid #EEEEEE;
  margin: 0;
}
.lae-simple-menu ul li .selected, .drop-down-menu ul li .selected {
  background: transparent;
  background-color: #E4CFFF;
  color: #202020;
}
.lae-simple-menu ul li:hover, .drop-down-menu ul li:hover {
  background: transparent;
  background-color: #F5EEFF;
}
.lae-simple-menu ul li:active, .drop-down-menu ul li:active {
  background-color: #E4CFFF;
}
.lae-simple-menu.has-shortcuts ul li p, .drop-down-menu.has-shortcuts ul li p {
  padding-right: 100px;
}

.lae-simple-menu {
  max-height: 100%;
}

.drop-down-menu {
  display: none;
}

.floating-context-menu {
  /*  display:none;
    background-color:pink;
    position:absolute; */
  position: absolute;
  display: none;
  background-color: white;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
  padding: 5px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 4000;
  left: -1000px;
}
.floating-context-menu li {
  position: relative;
  padding: 10px 30px 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
}
.floating-context-menu li.disabled {
  color: #888888;
}
.floating-context-menu li:hover {
  background: transparent;
  background-color: #F5EEFF;
}

.signposting {
  text-align: center;
}
.signposting #help-panel {
  display: inline-block;
  width: 900px;
  max-width: 85%;
  box-sizing: border-box;
  text-align: left;
  position: absolute;
  right: 40px;
  bottom: 40px;
  top: auto;
  left: auto;
  margin-left: 0;
  padding: 30px 40px;
}
.signposting #help-panel table {
  width: 100%;
  table-layout: fixed;
}
.signposting #help-panel table td {
  text-align: center;
  vertical-align: top;
}
.signposting #help-panel table td:first-child {
  padding-right: 30px;
}
.signposting #help-panel table td:last-child {
  padding-left: 30px;
}
.signposting #help-panel table tr.header td {
  font-size: 19px;
  font-weight: 300;
  color: #888;
  padding-bottom: 20px;
}
.signposting #help-panel table img {
  width: 128px;
  height: 128px;
  padding-bottom: 10px;
}
.signposting #help-panel table p {
  margin-top: 10px;
  color: #383838;
}

#landing-error-panel {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  padding: 30px 40px;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.33) 0 5px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all, 250ms;
  tranform: scale(1);
  z-index: 2001;
  opacity: 1;
}
#landing-error-panel.hidden {
  display: none;
}
#landing-error-panel ul.list {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #BBBBBB;
  margin-top: 10px;
  border-radius: 3px;
  overflow-y: auto;
  z-index: 1;
}
#landing-error-panel ul.list .prompt {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
#landing-error-panel ul.list li {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 8px;
  padding-left: 12px;
  list-style: none;
  cursor: pointer;
}
#landing-error-panel ul.list li .summary {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
#landing-error-panel ul.list li .summary p.title {
  color: #202020;
  padding-top: 3px;
  margin-bottom: 4px;
}
#landing-error-panel ul.list li .summary p.meta {
  color: #888888;
}
#landing-error-panel ul.list li:hover {
  background-color: #E4CFFF;
}
#landing-error-panel ul.list li:active {
  background-color: #D4B4FF;
}
#landing-error-panel ul.list li.selected {
  background-color: #D4B4FF;
}
#landing-error-panel ul.list li.selected .summary p {
  color: #FFFFFF;
}

#lae-noaccess {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  transition: all 250ms;
  transform: translate(0, 0);
  opacity: 1;
  min-width: 980px;
}
#lae-noaccess .lae-headerbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  border-bottom: 2px solid #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.33) 0 1px 1px;
}
#lae-noaccess #lae-notifications-indicator-wrapper {
  display: none;
}
#lae-noaccess #lae-main {
  position: absolute;
  left: 0;
  top: 40px;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
}
#lae-noaccess #lae-main .message {
  display: inline-block;
}
#lae-noaccess #lae-main .message .graphic {
  display: inline-block;
  color: #BBBBBB;
  font-size: 200px;
  margin-top: 30px;
}
#lae-noaccess #lae-main .message .caption {
  text-align: center;
  width: 330px;
}
#lae-noaccess #lae-main .message .caption h1 {
  display: block;
  text-align: center;
  border-bottom: 0px;
  margin-bottom: 20px;
  font-weight: normal;
}
#lae-noaccess #lae-main .message .caption button i {
  vertical-align: -10%;
  margin-right: 0.5em;
}
#lae-noaccess #lae-main .message .caption span.link {
  display: block;
  text-align: left;
  margin-top: 15px;
}

#lae-multi-node {
  box-sizing: border-box;
  padding: 15px;
}
#lae-multi-node .section {
  margin-bottom: 15px;
  margin-left: 20px;
  height: auto;
}
#lae-multi-node .section:last-child {
  margin-bottom: 0;
}
#lae-multi-node h1 {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  cursor: pointer;
}
#lae-multi-node h1 i {
  font-size: 14px;
  width: 18px;
}
#lae-multi-node .label {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#lae-multi-node .field {
  margin-bottom: 10px;
}
#lae-multi-node input, #lae-multi-node .la-dropdownlist {
  width: 100%;
}
#lae-multi-node table {
  width: 100%;
}
#lae-multi-node table td {
  min-width: 10px;
  padding-bottom: 5px;
}
#lae-multi-node table td.padTop {
  padding-top: 3px;
}
#lae-multi-node textarea {
  width: 100%;
}
#lae-multi-node .tooltip { /* hide and position tooltip */
  z-index: 5000;
  font-size: 12px;
  max-width: 300px;
  max-height: 200px;
  white-space: pre-wrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #FFFFC5;
  border-color: #FFFFC5;
  text-align: left;
  padding: 2px 3px 2px 3px;
  border-radius: 5px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: hidden;
}
#lae-multi-node .label:hover .tooltip { /* display tooltip on hover */
  opacity: 1;
  visibility: visible;
}

.run-indicator {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  margin-left: 10px;
}
.run-indicator img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.run-indicator img.spin {
  -webkit-animation: fa-spin 4s linear infinite;
  -moz-animation: fa-spin 4s linear infinite;
  animation: fa-spin 4s linear infinite;
}

/* END OF NEEDS TIDYING UP */
.header-bar {
  display: flex;
  z-index: 2;
  box-sizing: border-box;
  height: 40px;
}
.header-bar.default, .header-bar.directory, .header-bar.designer {
  background-image: linear-gradient(to right, #340776, #280057);
  color: #FFFFFF;
}
.header-bar.image-indent {
  background-position: 40px 0;
}
.header-bar.overlay {
  z-index: 2001;
}
.header-bar .title {
  width: calc(100% - 460px);
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #FFF;
  cursor: default;
  text-align: center;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-bar .title .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-bar .title i.pad-right {
  padding-right: 10px;
}
.header-bar .badge {
  float: left;
  background-color: #ae1f2c;
  display: inline-block;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
}
.header-bar .badge.nodebuilder {
  background: url("../../img/ui-controls-icons/appbadge-nodebuilder.png") no-repeat;
  background-size: contain;
}
.header-bar .buttons-left {
  display: flex;
}

.notifications-panel-stem {
  position: absolute;
  top: 40px;
  margin-left: 8px;
  width: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 50;
}
.notifications-panel-stem.hidden {
  display: none;
}

.notifications-indicator {
  padding: 0 10px;
}
.notifications-indicator i {
  padding: 0;
}
.notifications-indicator span.count {
  padding: 0;
  padding-left: 3px;
}
.notifications-indicator.hidden {
  display: none;
}
.notifications-indicator.progress i.progress {
  display: inline-block;
}
.notifications-indicator.progress i.error {
  display: none;
}
.notifications-indicator.progress i.success {
  display: none;
}
.notifications-indicator.error i.progress {
  display: none;
}
.notifications-indicator.error i.error {
  display: inline-block;
}
.notifications-indicator.error i.success {
  display: none;
}
.notifications-indicator.progressError i.progress {
  display: inline-block;
}
.notifications-indicator.progressError i.error {
  display: inline-block;
}
.notifications-indicator.progressError i.success {
  display: none;
}
.notifications-indicator.success i.progress {
  display: none;
}
.notifications-indicator.success i.error {
  display: none;
}
.notifications-indicator.success i.success {
  display: inline-block;
}

.lae-zoombar {
  /* For now the zoombar is positioned relative to the right hand panel (and defined in the rightPanel.hbs)
       Eventually it should be relocated into the canvas (once it has been refactored not to extend below
       the right hand panel and dataviewer)
  */
  position: relative;
  display: block;
  height: 40px;
  cursor: default;
}
.lae-zoombar .left {
  float: left;
}
.lae-zoombar .left > * {
  float: left;
}
.lae-zoombar .right {
  float: right;
}
.lae-zoombar span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #FFFFFF;
}
.lae-zoombar {
  position: absolute;
  display: inline-block;
  height: 32px;
  left: -148px;
  bottom: 20px;
  background-color: #FFFFFF;
  color: #202020;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  z-index: 4;
}
.lae-zoombar > * {
  float: left;
}

/* Core elements */
html, button, input {
  font-family: "Lato";
  font-size: 14px;
  font-weight: normal;
}

h1 {
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
  font-style: normal;
  padding-bottom: 1px;
  margin-bottom: 10px;
}

.reset-headings h1, .reset-headings h2, .reset-headings h3, .reset-headings h4, .reset-headings h5 {
  border: inherit;
  font-weight: inherit;
}

a, .link {
  color: #6D18DD;
  text-decoration: none;
  cursor: pointer;
}
a i, .link i {
  padding-right: 10px;
}
a:hover, .link:hover {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

/* Dialog buttons */
.button {
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  border-radius: 3px;
  border: solid 1px #BBBBBB;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  background-color: #EEEEEE;
  color: #202020;
}
.button:not(.disabled):hover {
  background-color: rgb(225.25, 225.25, 225.25);
}
.button:not(.disabled):active {
  background-color: rgb(212.5, 212.5, 212.5);
}
.button.primary {
  background-color: #9D53FF;
  color: #FFFFFF;
  border: solid 1px rgb(127.9418604651, 32, 255);
}
.button.primary:hover {
  background-color: rgb(142.4709302326, 57.5, 255);
}
.button.primary:active {
  background-color: rgb(127.9418604651, 32, 255);
}
.button.transparent {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: white;
}
.button.square {
  width: 40px;
  padding: 0;
  text-align: center;
}
.button.small {
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  text-align: center;
}
.button.small-height {
  height: 32px;
  line-height: 32px;
}
.button.extra-small {
  width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0;
  text-align: center;
}
.button.thin {
  min-width: 60px;
  max-width: 110px;
  height: 22px;
  line-height: inherit;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button.error {
  border: solid 1px #B2153C;
  background: #D11947;
  color: #fff;
}
.button.error:hover {
  background: #c21d44;
}
.button.field {
  position: absolute;
  right: 0;
}
.button.flat {
  background-color: transparent;
  color: #202020;
  border: none;
  border-radius: 0;
}
.button.flat:not(.disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.button.flat:not(.disabled):active {
  background-color: rgba(0, 0, 0, 0.1);
}
.button.flat img {
  position: relative;
  top: 8px;
  width: 24px;
  height: 24px;
}
.button.flat-simple {
  border: none;
  border-radius: 0;
}
.button.inverted {
  background-color: transparent;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
}
.button.inverted:not(.disabled):hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.button.inverted:not(.disabled):active {
  background-color: rgba(255, 255, 255, 0.4);
}
.button.exit {
  background-color: #00496b;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
}
.button.exit:not(.disabled):hover {
  background-color: #336d89;
}
.button.exit:not(.disabled):active {
  background-color: #6692a6;
}
.button.link {
  background: transparent;
  color: #008CCB;
  border: none;
  border-radius: 0;
}
.button.disabled, .button:disabled {
  opacity: 0.5;
  cursor: default;
}
.button.checked-items {
  background-color: #9D53FF;
  color: #FFFFFF;
}
.button.checked-items:not(.disabled):hover {
  background-color: #F5EEFF;
}
.button.checked-items:not(.disabled):active {
  background-color: #E4CFFF;
}
.button.outline-none {
  outline: none;
}
.button i.pad-left {
  padding-left: 7px;
}
.button i.pad-right {
  padding-right: 7px;
}
.button input {
  background: none;
  border: none;
}
.button input::placeholder {
  color: #999;
}
.button input:focus {
  outline: none;
}
.button.thin input {
  max-width: 100px;
}
.button.text-left {
  text-align: left;
}
.button.text-right {
  text-align: right;
}

.header-bar-hamburger {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}
.header-bar-hamburger:not(.disabled):hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.header-bar-hamburger:not(.disabled):active {
  background-color: rgba(255, 255, 255, 0.4);
}
.header-bar-hamburger .dd-trigger {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-button {
  position: relative;
  height: 40px;
  padding: 0 16px;
  border: none;
  color: #6D18DD;
}
.tab-button:focus {
  outline: none;
}
.tab-button.selected:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6D18DD;
}

textarea {
  resize: none;
  border-radius: 3px;
  border: solid 1px #BBBBBB;
  box-sizing: border-box;
}

.lae-hamburger-popup-menu {
  position: fixed;
  background-color: white;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
  padding: 5px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 3000;
  outline: none;
}
.lae-hamburger-popup-menu .hide {
  display: none;
}
.lae-hamburger-popup-menu li {
  position: relative;
  padding: 10px 30px 10px 15px;
  cursor: pointer;
  white-space: nowrap;
}
.lae-hamburger-popup-menu li span.invisible {
  visibility: hidden;
}
.lae-hamburger-popup-menu li .checkcolumn {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  text-align: center;
}
.lae-hamburger-popup-menu li:hover {
  background-color: #F5EEFF;
}

.ember-basic-dropdown-content {
  position: absolute;
  z-index: 3000;
  background-color: transparent;
}

.dd-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dd-trigger:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.dd-trigger input {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  outline: none;
}

.dd-content {
  background: none;
  background-color: #fff;
  border-radius: 3px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.33) 0 1px 3px;
}
.dd-content li {
  list-style: none;
  color: #202020;
  font-size: 14px;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  cursor: pointer;
}
.dd-content li:hover {
  background-color: #F5EEFF;
}
.dd-content li.selected {
  background-color: #E4CFFF;
}
.dd-content .gutter {
  padding-left: 0px;
  width: 30px;
  height: 100%;
  float: left;
  background-color: rgba(180, 180, 180, 0.25);
  text-align: center;
  margin-right: 10px;
}
.dd-content .with-gutter li {
  padding-left: 0px;
}

.power-calendar {
  width: calc(calc(40px + 2px) * 7 - 2px + 0px + 0px);
}
.power-calendar .ember-power-calendar-week:first-child[data-missing-days="1"] {
  padding-left: calc(calc(40px + 2px) * 1);
}
.power-calendar .ember-power-calendar-week:first-child[data-missing-days="2"] {
  padding-left: calc(calc(40px + 2px) * 2);
}
.power-calendar .ember-power-calendar-week:first-child[data-missing-days="3"] {
  padding-left: calc(calc(40px + 2px) * 3);
}
.power-calendar .ember-power-calendar-week:first-child[data-missing-days="4"] {
  padding-left: calc(calc(40px + 2px) * 4);
}
.power-calendar .ember-power-calendar-week:first-child[data-missing-days="5"] {
  padding-left: calc(calc(40px + 2px) * 5);
}
.power-calendar .ember-power-calendar-week:first-child[data-missing-days="6"] {
  padding-left: calc(calc(40px + 2px) * 6);
}
.power-calendar .ember-power-calendar-week:last-child[data-missing-days="1"] {
  padding-right: calc(calc(40px + 2px) * 1);
}
.power-calendar .ember-power-calendar-week:last-child[data-missing-days="2"] {
  padding-right: calc(calc(40px + 2px) * 2);
}
.power-calendar .ember-power-calendar-week:last-child[data-missing-days="3"] {
  padding-right: calc(calc(40px + 2px) * 3);
}
.power-calendar .ember-power-calendar-week:last-child[data-missing-days="4"] {
  padding-right: calc(calc(40px + 2px) * 4);
}
.power-calendar .ember-power-calendar-week:last-child[data-missing-days="5"] {
  padding-right: calc(calc(40px + 2px) * 5);
}
.power-calendar .ember-power-calendar-week:last-child[data-missing-days="6"] {
  padding-right: calc(calc(40px + 2px) * 6);
}
.power-calendar .ember-power-calendar-day,
.power-calendar .ember-power-calendar-weekday {
  max-width: 40px;
  max-height: 40px;
  width: 40px;
  height: 40px;
}
.power-calendar .ember-power-calendar-weekdays,
.power-calendar .ember-power-calendar-week {
  height: calc(40px + 2px);
  padding-left: 0px;
  padding-right: 0px;
}
.power-calendar .ember-power-calendar-day {
  color: #bbb;
}
.power-calendar .ember-power-calendar-weekdays {
  color: #333333;
}
.power-calendar .ember-power-calendar-nav-control {
  color: #9D53FF;
}
.power-calendar .ember-power-calendar-nav-control:focus {
  color: rgb(215.1162790698, 185, 255);
}
.power-calendar .ember-power-calendar-day--current-month {
  color: #656d78;
  background-color: #f5f7fa;
}
.power-calendar .ember-power-calendar-day--today {
  background-color: #eee;
}
.power-calendar .ember-power-calendar-day:not([disabled]):hover {
  background-color: #F5EEFF;
}
.power-calendar .ember-power-calendar-day--focused {
  box-shadow: inset 0 -2px 0 0 #0078c9;
}
.power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start {
  background-color: rgb(150, 212.6865671642, 255);
}
.power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover {
  background-color: rgb(150, 212.6865671642, 255);
}
.power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
  background-color: rgb(150, 212.6865671642, 255);
}
.power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover {
  background-color: rgb(150, 212.6865671642, 255);
}
.power-calendar .ember-power-calendar-day--selected {
  background-color: #E4CFFF;
  color: #656d78;
}
.power-calendar .ember-power-calendar-day--selected:not([disabled]):hover {
  background-color: #E4CFFF;
  color: #656d78;
}
.power-calendar .ember-power-calendar-day--other-month:not([disabled]):hover {
  color: #656d78;
}

.switch {
  border: solid 1px #BBBBBB;
  border-radius: 3px;
  box-sizing: border-box;
  height: 32px;
  background-color: #EEEEEE;
  padding: 1px;
  white-space: nowrap;
}
.switch .switch-option {
  width: 50%;
  white-space: normal;
  line-height: 26px;
  text-align: center;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
}
.switch .switch-option.selected {
  background-color: #9D53FF;
  color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.token-field-input {
  border: solid 1px #BBBBBB;
  border-radius: 3px;
  box-sizing: border-box;
  min-height: 32px;
  padding: 2px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.token-field-input .white {
  background-color: #FFFFFF;
}
.token-field-input .token {
  height: 23px;
  border: solid 1px #888888;
  border-radius: 3px;
  color: #383838;
  background-color: #EEEEEE;
  box-sizing: border-box;
  display: flex;
  margin: 1px;
  align-items: center;
  padding: 0px 5px;
}
.token-field-input .token input {
  font-size: 14px;
  border: none;
  outline: none;
  background: transparent;
  padding-left: 0;
  width: 8em;
}
.token-field-input .token input:hover {
  color: #202020;
}
.token-field-input .token .label:hover {
  color: #202020;
}
.token-field-input .token i {
  margin-left: 5px;
  cursor: pointer;
}
.token-field-input .token i:hover {
  color: #202020;
}

.drop-down-token {
  vertical-align: top;
  line-height: 30px;
  border-radius: 3px;
  background-color: #DEDEDE;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0px 3px;
  padding-left: 8px;
  cursor: move;
}
.drop-down-token input {
  font-size: 14px;
  border: none;
  outline: none;
  background: transparent;
  padding-left: 0;
}
.drop-down-token i {
  margin-left: 10px;
  cursor: pointer;
  line-height: 30px;
}
.drop-down-token > i {
  margin-right: 5px;
}
.drop-down-token .button.small {
  cursor: pointer;
  height: 22px;
  width: 22px;
  line-height: 30px;
  margin-left: 4px;
  border-radius: 3px;
  margin-right: 0;
  padding-right: 3px;
}
.drop-down-token .button.small i {
  margin-left: 3px;
  margin-top: 2px;
  line-height: 18px;
  vertical-align: top;
}
.drop-down-token.error {
  background-color: #FFCBD0;
}
.drop-down-token.lit .button.small {
  background-color: #9D53FF;
  color: #FFFFFF;
}
.drop-down-token.dragover {
  background-color: #BBBBBB;
}

.simple-tooltip {
  max-width: 300px;
  border-radius: 3px;
  position: absolute;
  z-index: 100;
}

.lae-tooltip {
  position: absolute;
  z-index: 5;
  max-width: 300px;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: hidden;
}

.simple-tooltip.visible,
.lae-tooltip.visible {
  opacity: 1;
  visibility: visible;
}
.simple-tooltip.scroll-wrap,
.lae-tooltip.scroll-wrap {
  overflow-x: hidden;
  overflow-y: auto;
}
.simple-tooltip.information,
.lae-tooltip.information {
  background-color: #FFFFC5;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
}
.simple-tooltip.error,
.lae-tooltip.error {
  padding-bottom: 5px;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
}
.simple-tooltip.error #actions,
.lae-tooltip.error #actions {
  height: 40px;
}
.simple-tooltip.error #actions #left-button,
.lae-tooltip.error #actions #left-button {
  float: left;
  color: #9D53FF;
  height: 40px;
  line-height: 40px;
  padding-left: 0;
}
.simple-tooltip.error #actions #right-button,
.lae-tooltip.error #actions #right-button {
  float: right;
  color: #9D53FF;
  height: 40px;
  line-height: 40px;
  padding-right: 0;
}
.simple-tooltip #content,
.lae-tooltip #content {
  color: #202020;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-y: auto;
  max-height: 200px;
  padding: 10px;
}

.tooltip-decorator {
  padding: 5px;
  background: #FFFFC5;
  border: 1px solid #AAAAAA;
  font-size: 12px;
  max-width: 150px;
  transition: opacity 500ms;
}

.lae-panel-error {
  border-radius: 3px;
  border: solid 1px #BBBBBB;
  background-color: #F2BFCB;
  box-sizing: border-box;
}
.lae-panel-error.fade {
  animation: fadein 0.15s ease-in;
}
.lae-panel-error.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.lae-panel-error span {
  display: inline-block;
  margin: 10px;
}
.lae-panel-error span ul {
  list-style-type: disc;
  margin-left: 20px;
}
.lae-panel-error span ul li {
  margin-bottom: 5px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes drop-below {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.list-paginator {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  min-height: 36px;
  width: 100%;
  padding: 0 10px;
  background: #EAEAEA;
  border: 1px solid #D7D8DC;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-sizing: border-box;
}
.list-paginator .pagination-status {
  font-size: 14px;
  line-height: 16px;
  color: #202020;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-paginator .paginator-buttons {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
}
.list-paginator .paginator-buttons button {
  background: none;
  color: #6D18DD;
  border: none;
  cursor: pointer;
  margin: 0 2px;
  padding: 0 6px;
  line-height: 24px;
}
.list-paginator .paginator-buttons button.active {
  font-weight: bold;
  color: #202020;
  cursor: default;
}
.list-paginator .paginator-buttons button[disabled] {
  opacity: 0.33;
  cursor: default;
}
.list-paginator .paginator-buttons button:focus {
  outline: none;
}
.list-paginator .paginator-buttons button:not([disabled]):not(.active):hover {
  text-decoration: underline;
}
.list-paginator .paginator-buttons .choice {
  display: flex;
  color: #6D18DD;
  font-size: 14px;
}
.list-paginator .paginator-buttons .choice i {
  padding: 2px 6px;
  border-radius: 3px;
}
.list-paginator .paginator-buttons .choice .ember-basic-dropdown-trigger--above i {
  background: #d8d8d8;
}
.list-paginator .paginator-buttons .choice .ember-basic-dropdown-trigger:focus {
  outline: none;
}
.list-paginator .page-range {
  display: flex;
  padding: 0 6px;
}
.list-paginator .page-range button {
  margin: 0;
  padding-bottom: 0px;
  border-radius: 3px;
}
.list-paginator .page-range button.active {
  background: #DCDCDC;
}
.list-paginator .dd-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-paginator .dd-trigger:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

progress {
  -webkit-appearance: none;
}

progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 3px;
}

progress[value]::-webkit-progress-value {
  border-radius: 3px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinner {
  display: inline-block;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border-color: rgba(0, 0, 0, 0.67) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 2px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.spinner.light {
  border-color: rgb(255, 255, 255) rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5);
}
.spinner.blue {
  border-color: rgba(0, 111, 186, 0.9) rgba(0, 111, 186, 0.5) rgba(0, 111, 186, 0.5) rgba(0, 111, 186, 0.5);
}
.spinner.purple {
  border-color: rgba(109, 24, 221, 0.67) rgba(109, 24, 221, 0.2) rgba(109, 24, 221, 0.2) rgba(109, 24, 221, 0.2);
}
.spinner.large {
  width: 36px;
  height: 36px;
  border-width: 4px;
}
.spinner.extra-large {
  width: 80px;
  height: 80px;
  border-width: 6px;
}

/* Controls */
.toggle-button {
  cursor: pointer;
  min-width: 100px;
}
.toggle-button .icon {
  float: right;
  line-height: 30px;
  padding-right: 3px;
  padding-left: 5px;
}

.toggle-body h1 {
  padding-bottom: 1px;
  margin-bottom: 10px;
  border-bottom: 1px solid #BBBBBB;
}
.toggle-body h1 i.caret {
  width: 15px;
  font-size: 16px;
}
.toggle-body h1 i.caret.small {
  font-size: 14px;
}
.toggle-body h1 i.icon {
  margin-right: 2px;
  font-size: 14px;
}
.toggle-body h1 i.icon.small {
  font-size: 12px;
}
.toggle-body h1 i.icon.error {
  color: #D96C75;
}
.toggle-body h1 i.icon.warning {
  color: #FFDEA3;
}
.toggle-body h1 .title.error {
  color: #D96C75;
}
.toggle-body h1 .title.small {
  font-size: 14px;
  font-weight: normal;
}
.toggle-body h1 > span {
  cursor: pointer;
}
.toggle-body h1 span.right {
  position: absolute;
  right: 0;
  padding-right: 15px;
  margin: 0 !important;
}
.toggle-body h1 .toggle-body-button {
  float: right;
  font-size: 14px;
}

.simple-list-item.disabled {
  color: #888888;
}
.simple-list-item i.pad-left {
  padding-left: 7px;
}
.simple-list-item i.pad-right {
  padding-right: 7px;
}

.directory-path {
  display: flex;
  box-sizing: border-box;
  flex: 1;
  border-radius: 3px;
  line-height: normal;
  align-items: center;
  overflow-x: auto;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-bottom: 5px;
}
.directory-path.error {
  color: #D96C75;
}
.directory-path .segment {
  word-break: break-all;
}
.directory-path .simple-path {
  word-break: break-all;
}
.directory-path .innerError {
  margin-right: 5px;
}
.directory-path .message {
  margin-right: 5px;
}
.directory-path .chevron {
  margin: 0 3px 0 5px;
  font-size: 10px;
  color: #383838;
}

.directory-list .object-type {
  display: none;
}

.directory-selection {
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  display: flex;
  width: 100%;
  min-height: 32px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.directory-selection .placeholder {
  color: #888888;
}
.directory-selection.focused {
  border: 1px solid #5B9DD9;
  box-shadow: 0px 0px 2px #5B9DD9;
}
.directory-selection .directory-picker-button {
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  color: #202020;
  margin-left: 10px;
}
.directory-selection .directory-picker-button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.directory-selection .directory-picker-button:active {
  background: rgba(0, 0, 0, 0.1);
}
.directory-selection .directory-picker-button i.padd-left {
  padding-left: 3px;
}
.directory-selection .directory-picker-button.delete {
  color: #9D53FF;
}

/* ---------------------- \
    General List Styles
\ -----------------------*/
.list-container button {
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #AAA;
  color: #444;
  min-width: 32px;
  height: 34px;
  border-radius: 3px;
  font-size: 10px;
}
.list-container button:focus {
  outline: none;
}
.list-container button[disabled] {
  color: #999;
  border-color: #DDD;
}

.list-wrapper .list {
  height: 320px;
  border: 1px solid #BBB;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  background: white;
}
.list-wrapper .list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  font-size: 13px;
  color: #9c9c9c;
  background: #EEE;
  border: 1px solid #BBB;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  white-space: nowrap;
  overflow: hidden;
}
.list-wrapper .list-header-buttons {
  display: flex;
  align-items: center;
  margin-left: 6px;
  overflow: hidden;
}
.list-wrapper .button-separator {
  display: inline-block;
  position: relative;
  background: #EEE;
  width: 1px;
  height: 14px;
  padding: 0 5px;
}
.list-wrapper .button-separator:after {
  content: "";
  position: absolute;
  left: 5px;
  display: inline-block;
  width: 1px;
  height: inherit;
  background: #949494;
}
.list-wrapper button.hlink {
  margin: 0;
  padding: 0px 2px;
  height: 16px;
  background: none;
  color: #6D18DD;
  border: none;
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-wrapper button.hlink:hover {
  background: none;
}

/* ------------------------- \
    Searchable List Styles
\ --------------------------*/
.searchable-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.searchable-list .list .searchable-list-item {
  padding-left: 12px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.searchable-list .active {
  background: orange;
}
.searchable-list .non-active {
  background: yellow;
}
.searchable-list .input-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  padding: 0 12px 0 0;
  margin-right: 8px;
  line-height: 20px;
  border: 1px solid #BBB;
  border-radius: 3px;
  font-size: 14px;
  color: grey;
  background: white;
}
.searchable-list .input-display ::placeholder {
  color: #BBB;
}
.searchable-list .input-display input {
  min-width: 120px;
  font-size: 14px;
  border: none;
}
.searchable-list .search-controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.searchable-list .search-controls button:not([disabled]) {
  cursor: pointer;
}
.searchable-list .search-controls button:hover:not([disabled]) {
  background: #e4e4e4;
}
.searchable-list .search-controls button.search[disabled] {
  border-color: #AAA;
}
.searchable-list .search-controls button.search.up {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.searchable-list .search-controls button.search.down {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.searchable-list .input-display .search-input-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 70px;
  height: 32px;
}
.searchable-list .input-display .search-input-controls .search-status {
  line-height: 14px;
}
.searchable-list .input-display .search-input-controls .button-clear {
  margin-left: 0;
  color: #6D18DD;
}
.searchable-list .input-display .search-input-controls .button-clear:hover {
  background: none;
}
.searchable-list .input-display input:focus {
  outline: none;
}

/* ------------------------- \
    Modifiable List Styles
\ --------------------------*/
.modifiable-list {
  position: relative;
}
.modifiable-list .modify-controls {
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  width: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modifiable-list .modify-controls button:not([disabled]) {
  cursor: pointer;
}
.modifiable-list .modify-controls button:hover:not([disabled]) {
  background: #e4e4e4;
}
.modifiable-list .modify-controls button .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modifiable-list .modify-controls button .move-icon {
  width: 30px;
  height: 16px;
}
.modifiable-list .modify-controls button[disabled] .move-icon {
  opacity: 0.35;
}
.modifiable-list .modify-controls button {
  margin-bottom: 4px;
  font-size: 14px;
}
.modifiable-list .modifiable-list-item {
  line-height: 32px;
  font-weight: 700;
  color: #444;
}
.modifiable-list .list .modifiable-list-item.selected {
  background: #E4CFFF;
}
.modifiable-list .list.in-focus .modifiable-list-item.focused {
  box-shadow: 0px 0px 1px 1px #E4CFFF inset;
}
.modifiable-list .list.in-focus .modifiable-list-item.selected {
  background: #E4CFFF;
}

/* Sections */
.lae-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2000;
  transition: all 250ms;
  opacity: 0.99;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  overflow-y: hidden;
}
.lae-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
.lae-overlay.light {
  background: rgba(255, 255, 255, 0.8);
}
.lae-overlay.ultra-light {
  background: rgba(255, 255, 255, 0.4);
}
.lae-overlay.transparent {
  background: rgba(255, 255, 255, 0);
}

.lae-overlay-light {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: all 250ms;
  opacity: 1;
  z-index: 2000;
}
.lae-overlay-light.hidden {
  opacity: 0;
  pointer-events: none;
}

.lae-overlay-ultra-light {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2000;
  transition: all 250ms;
  opacity: 1;
}
.lae-overlay-ultra-light.hidden {
  opacity: 0;
  pointer-events: none;
}

#lae-directory {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
#lae-directory #directory-header-bar .dd-trigger {
  height: 100%;
  justify-content: center;
}
#lae-directory #lae-directory-body {
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: row;
  background-color: #EEEEEE;
  height: calc(100% - 40px);
}
#lae-directory #lae-directory-body #navigation-bar {
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 15px;
}
#lae-directory #lae-directory-body #main-panel {
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 0;
}
#lae-directory #lae-directory-body #details-panel {
  flex-shrink: 0;
  flex-grow: 0;
  width: 500px;
  min-width: 15px;
}
#lae-directory #lae-directory-body .directory-error-panel {
  display: flex;
  padding: 10px;
}
#lae-directory #lae-directory-body .lae-tabbar-directory {
  flex-shrink: 0;
  flex-grow: 0;
  height: 40px;
  background-color: #6D18DD;
  display: flex;
}
#lae-directory #lae-directory-body .lae-tabbar-directory .button-container {
  flex-shrink: 0;
  flex-grow: 0;
}
#lae-directory #lae-directory-body .lae-tabbar-directory .button-container.hidden {
  display: none;
}
#lae-directory #lae-directory-body .lae-tabbar-directory .more-actions-wrapper {
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
#lae-directory #lae-directory-body .lae-tabbar-directory .selected {
  background-color: rgba(255, 255, 255, 0.4);
}

/* View-Set Styles */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.view-set {
  width: 100%;
  min-width: 960px;
  background: #F3F3F3;
}
.view-set .view-center-panel {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: 0 16px 0 0;
}
.view-set .view-tabs {
  /* To remove white space between buttons */
  font-size: 0;
  background: white;
}
.view-set .search-field {
  display: flex;
  height: 32px;
  margin: 16px 0 16px;
  border: solid #CCC 1px;
  background: white;
  border-radius: 4px;
}
.view-set .search-field input {
  display: flex;
  flex-grow: 1;
  border: none;
  height: 30px;
  margin-left: 5px;
  outline: none;
}
.view-set .search-field .fa-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: 2px;
  margin-top: 2px;
  background: #e6e6e6;
  border-radius: 3px;
}
.view-set .simple-grid {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #D7D8DC;
  overflow: hidden;
}
.view-set .simple-grid .grid-header {
  display: flex;
  background: #F1F2F3;
  line-height: 36px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
}
.view-set .simple-grid .grid-header span {
  display: inline-block;
}
.view-set .simple-grid .grid-body {
  overflow-y: auto;
  background: #FFFFFF;
}
.view-set .simple-grid .grid-body .grid-row {
  display: flex;
  line-height: 32px;
  border-bottom: 1px solid #F1F2F3;
}
.view-set .simple-grid .grid-body span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: inherit;
}
.view-set .paginator-component {
  position: relative;
  overflow: hidden;
}

#lae-directory .loading-panel,
.view-set .loading-panel,
.lae-dialog.normal.new .dialog-loading-panel {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-radius: 4px;
}
#lae-directory .loading-panel .spinner,
.view-set .loading-panel .spinner,
.lae-dialog.normal.new .dialog-loading-panel .spinner {
  display: inline-block;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  border-radius: 50%;
  border-color: rgba(255, 255, 255, 0.9) rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 6px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.lae-dialog.normal.new .dialog-loading-panel {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0px;
}
.lae-dialog.normal.new .dialog-loading-panel .spinner {
  border-color: rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
}

.resizing-domain-object-tree > div > div {
  overflow-x: hidden !important;
}

.ember-table-overflow {
  overflow-x: hidden !important;
}

#designer-page {
  margin: 0;
  height: 100vh;
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
#designer-page .no-pointer-events {
  pointer-events: none;
}
#designer-page header {
  height: 40px;
  background-image: linear-gradient(to right, #340776, #280057);
  color: #FFFFFF;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  font-size: 16px;
}
#designer-page header .title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#designer-page header .title .pad-right {
  margin-right: 10px;
}
#designer-page header .button {
  color: #FFFFFF;
}
#designer-page header .button .fa {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
#designer-page header .dropdown .dd-trigger {
  height: 100%;
  justify-content: center;
}
#designer-page header .dropdown .dd-trigger:hover {
  background: none;
}
#designer-page nav.toolbar {
  z-index: 3;
  min-height: 40px;
}
#designer-page nav.toolbar .button {
  display: flex;
  justify-content: center;
  align-items: center;
}
#designer-page nav.toolbar .button.flat img {
  position: inherit;
}
#designer-page nav.toolbar .hidden {
  display: none;
}
#designer-page nav.toolbar .separator {
  width: 1px;
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
}
#designer-page nav.toolbar .tool-bar.hamburger-menu {
  width: 40px;
  height: 40px;
}
#designer-page nav.toolbar .tool-bar.hamburger-menu:hover {
  background: #dcdcdc;
}
#designer-page nav.toolbar .tool-bar.hamburger-menu .dd-trigger {
  height: 100%;
  justify-content: center;
}
#designer-page nav.toolbar .tool-bar.hamburger-menu .dd-trigger .fa-navicon {
  font-size: 1.33333em;
  line-height: 0.75;
}
#designer-page main {
  display: flex;
  height: calc(100vh - 80px);
  position: relative;
  overflow: hidden;
}
#designer-page main.with-dataviewer {
  height: calc(100vh - 130px);
}
#designer-page main.library-node-editor {
  height: calc(100vh - 80px);
}
#designer-page main section.content {
  flex: 1;
  margin-left: -4px;
}
#designer-page main section.left-panel {
  flex: 1;
  background-color: #eee;
}
#designer-page main .gripper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 15px;
  min-width: 15px;
  background-color: #eee;
  position: relative;
  cursor: col-resize;
  border: 1px solid #D7D8DC;
}
#designer-page main .gripper:hover {
  background-color: #F5EEFF;
}
#designer-page main .gripper .dimple {
  display: block;
  margin: 0 0 5px 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #EEEEEE;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
}

.left-panel .pane-loading i, .right-panel .pane-loading i {
  font-size: 24px;
  color: #9D53FF;
  margin-top: 30px;
}
.left-panel .pane-loading p, .right-panel .pane-loading p {
  font-size: 18px;
  font-weight: 300;
  color: #9D53FF;
  margin-top: 20px;
}
.left-panel .pane-loading, .right-panel .pane-loading {
  opacity: 0;
}
.left-panel .pane-loading, .right-panel .pane-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  opacity: 1;
  -moz-transition: opacity, 500ms;
  -o-transition: opacity, 500ms;
  -webkit-transition: opacity, 500ms;
  transition: opacity, 500ms;
}

.lae-nodes.narrow .filter {
  display: block;
}
.lae-nodes.narrow .lae-select {
  display: block;
}
.lae-nodes .lae-panel-filter {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
.lae-nodes .lae-panel-filter .lae-searchfield {
  display: flex;
  min-width: 85px;
  border: solid 1px #BBBBBB;
  border-radius: 3px;
  background-color: #FFFFFF;
  height: 32px;
  width: 100%;
  box-sizing: border-box;
}
.lae-nodes .lae-panel-filter .lae-searchfield span.search, .lae-nodes .lae-panel-filter .lae-searchfield .link {
  float: right;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
}
.lae-nodes .lae-panel-filter .node-palette-menu .fa-navicon {
  width: 32px;
  line-height: 32px;
  text-align: center;
}
.lae-nodes .node-grid-outer {
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.lae-nodes .node-grid-outer .loading-spinner {
  color: #6D18DD;
  text-align: center;
}
.lae-nodes .node-grid-outer .node-grid-inner .no-matches {
  margin-bottom: 5px;
}
.lae-nodes .node-grid-outer .node-grid-inner .category h2 {
  color: #888888;
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.lae-nodes .node-grid-outer .node-grid-inner .category h2 span {
  cursor: pointer;
}
.lae-nodes .node-grid-outer .node-grid-inner .category h2 i {
  display: inline-block;
  width: 14px;
  text-align: center;
  padding-right: 5px;
}
.lae-nodes .node-grid-outer .node-grid-inner .category.hidden {
  display: none;
}
.lae-nodes .node-grid-outer .node-grid-inner .category:first-child h2 {
  margin-top: 0;
}
.lae-nodes .node-grid-outer .node-grid-inner .category .grid {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-basis: auto;
}
.lae-nodes .node-grid-outer .node-grid-inner .category .grid .palette-item {
  width: 70px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin: 2px;
}
.lae-nodes .node-grid-outer .node-grid-inner .category .grid .palette-item.hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.lae-nodes .node-grid-outer .node-grid-inner .category .grid .palette-item.scopeout, .lae-nodes .node-grid-outer .node-grid-inner .category .grid .palette-item.filter-out {
  display: none;
}
.lae-nodes .node-grid-outer .node-grid-inner .category .grid .palette-item.draggable {
  cursor: pointer;
}
.lae-nodes .node-grid-outer .node-grid-inner .category .grid .palette-item.undraggable {
  cursor: not-allowed;
}
.lae-nodes .node-grid-outer .node-grid-inner .category .grid .palette-item .drag-area {
  padding: 4px;
  height: 100%;
  width: 100%;
}
.lae-nodes .node-grid-outer .node-grid-inner .category .grid .palette-item p {
  white-space: pre-wrap;
  font-size: 10px;
  overflow-wrap: break-word;
  -ms-word-wrap: break-word;
}
.lae-nodes .node-grid-outer .node-grid-inner .category .grid .palette-item i.fa-star {
  position: absolute;
  top: 0;
  right: 0;
  color: #888888;
  z-index: 1;
}
.lae-nodes .node-grid-outer .node-grid-inner .category .grid .palette-item button {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 2;
}
.lae-nodes .node-grid-outer .node-grid-inner .category .grid .palette-item button.active {
  display: inline-block;
}
.lae-nodes .node-grid-outer .node-grid-inner .category.collapsed .grid {
  display: none;
}

.handsontable th[role=columnheader] [role=presentation] {
  width: 100%;
}

.handsontable .columnSorting.sortAction:hover {
  text-decoration: none;
  cursor: pointer;
}

.htContextMenu {
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
  padding: 5px 0;
  background-color: #fff;
  border-radius: 3px;
}
.htContextMenu .wtHolder {
  width: 100% !important;
}
.htContextMenu table.htCore {
  border-width: 0;
}
.htContextMenu table tbody tr td.current {
  background-color: #F5EEFF;
}
.htContextMenu table tbody tr td .htItemWrapper {
  display: inline-block;
  width: 100%;
}
.htContextMenu .shortcut {
  float: right;
  padding-right: 20px;
  color: #888;
}

.data-viewer-gripper {
  position: absolute;
  left: 50%;
  margin-left: -12px;
}
.data-viewer-gripper .dimple {
  display: inline-block;
  margin-right: 5px;
  width: 5px;
  height: 5px;
  position: relative;
  top: -3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
}

.data-viewer .ht_master .wtHolder {
  background-color: #fff;
}
.data-viewer .lae-data-viewer-table div .ht_clone_top {
  background-color: #f3f3f3;
  height: 50px !important;
}
.data-viewer .ht_master tr > td {
  color: #202020;
}
.data-viewer .ht_master tr > td i {
  font-style: italic;
  color: #aaa;
}
.data-viewer .blue-h {
  background-color: #d6ecf5;
}
.data-viewer .white-h {
  background-color: #ffffff;
}
.data-viewer .handsontable td.area {
  background-color: #E4CFFF !important;
  color: #202020;
}
.data-viewer .ht_master tr > td.current {
  background-color: #E4CFFF;
  color: #202020;
}
.data-viewer .handsontable .wtBorder.current {
  background-color: #9D53FF !important;
}
.data-viewer .handsontable thead th .relative {
  padding: 0;
}
.data-viewer .handsontable .wtHider {
  padding: 0;
}
.data-viewer .handsontable th.ht__highlight {
  background-color: #E4CFFF;
}
.data-viewer .handsontable.ht_clone_top .simple-header-cell {
  position: relative;
  text-rendering: optimizeSpeed;
  width: 100%;
  height: 100%;
  display: inline-block;
  white-space: nowrap;
  text-align: left;
}
.data-viewer .handsontable.ht_clone_top .simple-header-cell span {
  display: block;
  width: 100%;
}
.data-viewer .handsontable.ht_clone_top .simple-header-cell span.name {
  padding-left: 10px;
  line-height: 25px;
}
.data-viewer .handsontable.ht_clone_top .simple-header-cell span.type {
  font-size: 12px;
  line-height: 12px;
  padding-left: 10px;
}
.data-viewer .handsontable.ht_clone_top .simple-header-cell i {
  position: relative;
  float: right;
  padding: 5px 10px;
  background-color: #f3f3f3;
  z-index: 1999;
}
.data-viewer .handsontable.ht_clone_top .simple-header-cell i:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.data-viewer .handsontable.ht_clone_top .simple-header-cell i.sorted {
  background-color: #B984FF;
  color: #FFFFFF;
}
.data-viewer .handsontable.ht_clone_top .simple-header-cell i.sorted:hover {
  background-color: #D4B4FF;
}
.data-viewer .handsontable.ht_clone_top .simple-header-cell i:hover {
  background: #BBBBBB;
}

.quality {
  height: 8px;
}
.quality.grade1 {
  background: #da1616;
}
.quality.grade2 {
  background: #f5841b;
}
.quality.grade3 {
  background: #fcbe21;
}
.quality.grade4 {
  background: #9ccf1a;
}
.quality.grade5 {
  background: #00b536;
}

.h-quality {
  height: 8px;
  background: #00b536;
}
.h-quality.grade1 {
  background: #da1616;
}
.h-quality.grade2 {
  background: #f5841b;
}
.h-quality.grade3 {
  background: #fcbe21;
}
.h-quality.grade4 {
  background: #9ccf1a;
}
.h-quality.grade5 {
  background: #00b536;
}

.hq-wrapper {
  box-sizing: border-box;
  margin-top: 12px;
  width: 100%;
  background-color: #EEEEEE;
  border: 1px solid #888888;
  border-radius: 2px;
}

.histogram-colors .area {
  fill: #9D53FF;
}
.histogram-colors .bar {
  fill: #9D53FF;
  clip-path: url(#clip);
}
.histogram-colors .bar-text {
  fill: #ffffff;
}
.histogram-colors .zoom {
  cursor: move;
  fill: none;
  pointer-events: all;
}

.filter-group-editor {
  display: flex;
  flex-direction: column;
}
.filter-group-editor .filter-editor-wrapper {
  width: 100%;
}
.filter-group-editor .filter-editor-header, .filter-group-editor .add-group {
  height: 32px;
  line-height: 32px;
  color: #6D18DD;
  background-color: transparent;
  display: flex;
}
.filter-group-editor .filter-editor-header i, .filter-group-editor .add-group i {
  margin-right: 5px;
  padding-top: 3px;
}
.filter-group-editor .filter-editor {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px 1px;
  border: solid 1px #BBBBBB;
  padding: 1px;
  margin-bottom: 10px;
}
.filter-group-editor .filter-editor th {
  white-space: nowrap;
  height: 28px;
  line-height: 28px;
  background-color: #EEEEEE;
  color: #888888;
  padding-left: 7px;
}
.filter-group-editor .filter-editor th .remove-badge {
  padding-left: 2px;
  padding-right: 2px;
  color: #383838;
  cursor: pointer;
}
.filter-group-editor .filter-editor th.field {
  width: 33%;
}
.filter-group-editor .filter-editor th.field-name {
  width: 25%;
}
.filter-group-editor .filter-editor th.field-type {
  width: 25%;
}
.filter-group-editor .filter-editor th.operator {
  width: 25%;
}
.filter-group-editor .filter-editor th.operator-meta {
  width: 33%;
}
.filter-group-editor .filter-editor th.value {
  width: 33%;
}
.filter-group-editor .filter-editor th.value-meta {
  width: 33%;
}
.filter-group-editor .filter-editor td {
  height: 32px;
  white-space: nowrap;
  border: none;
}
.filter-group-editor .filter-editor td.date-time {
  min-width: 200px;
}
.filter-group-editor .filter-editor td .status-badge {
  padding-left: 2px;
  padding-right: 2px;
  color: #888888;
}
.filter-group-editor .filter-editor td .ok {
  color: #80CF63;
}
.filter-group-editor .filter-editor td .warn {
  color: #FAC610;
}
.filter-group-editor .filter-editor td .remove-badge {
  padding-left: 2px;
  padding-right: 2px;
  color: #383838;
  cursor: pointer;
}
.filter-group-editor .filter-editor td.new-row .input-field {
  max-width: 300px;
}
.filter-group-editor .filter-editor .filter-editor-operator {
  text-align: center;
}

.filter-editor-dropdown {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.filter-editor-dropdown:not(.match) {
  min-width: 250px;
}
.filter-editor-dropdown .menu-item {
  display: flex;
  align-items: center;
}
.filter-editor-dropdown .menu-item .label {
  padding-right: 10px;
}
.filter-editor-dropdown .menu-item .info {
  margin-left: auto;
  background-color: #EEEEEE;
  border: 1px solid #BBBBBB;
  border-radius: 2px;
  line-height: 12px;
  padding: 3px;
}

.warning-bubble {
  clear: both;
  font-weight: normal;
  line-height: 16px;
  padding: 10px;
  padding-bottom: 5px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: static;
  word-wrap: break-word;
  border: solid 1px #64B6CF;
  border-radius: 3px;
  background: #C2E2EE;
  margin-bottom: 15px;
}
.warning-bubble .icon {
  color: #008CCB;
  float: left;
  padding-right: 10px;
  height: 100%;
  width: 30px;
}
.warning-bubble .text {
  float: right;
  margin-left: 30px;
  margin-top: -17px;
}

.sort-editor-wrapper {
  width: 100%;
  margin-bottom: 5px;
}

.sort-editor {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #BBBBBB;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
.sort-editor[data-table-id=inputDefinitions] {
  margin-top: 0;
}
.sort-editor[data-table-id=outputDefinitions] {
  margin-top: 0;
}
.sort-editor tr {
  background-color: #FFFFFF;
}
.sort-editor tr.disabled-row {
  background-color: #EEEEEE;
}
.sort-editor tr.errored-row {
  background-color: #FFCBD0;
}
.sort-editor tr.required {
  background-color: #CC8F22;
}
.sort-editor th {
  white-space: nowrap;
  height: 28px;
  line-height: 28px;
  background-color: #EEEEEE;
  color: #888888;
  padding-left: 12px;
}
.sort-editor th .inherited-badge {
  padding-left: 2px;
  padding-right: 2px;
  color: #383838;
}
.sort-editor td {
  line-height: 28px;
  line-height: 28px;
  padding: 0 2px;
  white-space: nowrap;
  border: none;
  background-color: transparent;
}
.sort-editor td.invalid {
  display: inline-block;
  border-radius: 3px;
  border: solid 1px #AE1F2C;
  background-color: #FFCBD0;
  width: 100%;
}
.sort-editor td.name {
  min-width: 80px;
}
.sort-editor td.order {
  min-width: 80px;
}
.sort-editor td.icon {
  width: 1%;
  border-right: 1px solid #BBBBBB;
}

.editor-dialog-line {
  display: flex;
  width: 100%;
  max-width: 460px;
  margin-bottom: 10px;
  justify-content: flex-end;
  align-items: center;
}
.editor-dialog-line .spacer {
  width: 10px;
}

.agg-editor-wrapper {
  width: 100%;
}

.agg-editor {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px 1px;
  border: solid 1px #BBBBBB;
  padding: 1px;
}
.agg-editor th {
  white-space: nowrap;
  height: 28px;
  line-height: 28px;
  background-color: #EEEEEE;
  color: #888888;
  padding-left: 7px;
}
.agg-editor th .inherited-badge {
  padding-left: 2px;
  padding-right: 2px;
  color: #383838;
}
.agg-editor th.operator {
  width: 25%;
}
.agg-editor th.operator.meta {
  width: 33%;
}
.agg-editor th.field {
  width: 33%;
}
.agg-editor th.field-name {
  width: 25%;
}
.agg-editor th.field-type {
  width: 25%;
}
.agg-editor th.output {
  width: 25%;
}
.agg-editor th.output.meta {
  width: 33%;
}
.agg-editor th.menu {
  width: 1%;
}
.agg-editor td {
  height: 31px;
  white-space: nowrap;
  border: none;
}
.agg-editor td.new-row .input-field {
  max-width: 300px;
}

/* *{ margin: 0px; padding: 0px; } */
#object-explorer-page {
  margin: 0px;
  height: 100vh;
  width: 100%;
}
#object-explorer-page header {
  height: 40px;
  background: linear-gradient(to right, #340776, #280057);
  background-size: contain;
  color: Azure;
  display: flex;
  align-items: center;
  justify-content: center;
}
#object-explorer-page header h1 {
  border: 0;
  margin: 0;
  font-weight: inherit;
}
#object-explorer-page main {
  display: flex;
  height: calc(100vh - 40px);
  position: relative;
  user-select: none;
}
#object-explorer-page main section.content {
  flex: 1;
  overflow: auto;
  background: url(../../img/list-bg.png) no-repeat;
  background-size: cover;
  padding: 1em;
}
#object-explorer-page main section.content .section-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
  height: 400px;
  color: #9D53FF;
}
#object-explorer-page main aside {
  flex: 0 0 400px;
  background-color: #eee;
  display: flex;
  overflow: hidden;
}
#object-explorer-page main aside.animate {
  transition: flex-basis 200ms ease-in-out;
}
#object-explorer-page main aside.left {
  flex-direction: row-reverse;
  flex-basis: 10px;
}
#object-explorer-page main aside.right {
  right: 0;
  height: 100%;
}
#object-explorer-page main section.left-filter-panel {
  flex: 1;
  background-color: #383838;
  color: #fff;
  padding: 1em;
}
#object-explorer-page main section.right-panel {
  flex: 1;
  padding: 10px;
  text-align: center;
  position: relative;
}
#object-explorer-page main section.right-panel .placeholder {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5em;
}
#object-explorer-page main section.right-panel #object-info-panel {
  background-color: #eee;
}
#object-explorer-page main .gripper {
  height: 100%;
  width: 15px;
  min-width: 15px;
  background-color: #eee;
  cursor: col-resize;
}
#object-explorer-page main .right .gripper {
  box-shadow: rgba(0, 0, 0, 0.15) 1px 0 1px;
}
#object-explorer-page main .left .gripper {
  box-shadow: rgba(0, 0, 0, 0.15) -1px 0 1px;
}
#object-explorer-page .json-editor {
  width: 100%;
}
#object-explorer-page .json-editor .jsoneditor {
  border: none;
}
#object-explorer-page .json-editor .jsoneditor-menu {
  background-color: #008CCB;
}
#object-explorer-page .jsoneditor-modes {
  display: none;
}
#object-explorer-page ul {
  margin: 0px 0px 0px 20px;
  list-style: none;
  line-height: 2em;
}
#object-explorer-page ul li {
  font-size: 16px;
  position: relative;
}
#object-explorer-page ul li i.load {
  cursor: pointer;
}
#object-explorer-page ul li i.loading {
  display: inline-block;
  animation: spin 0.15s infinite linear;
}
#object-explorer-page ul li:before {
  position: absolute;
  left: -15px;
  top: 0px;
  content: "";
  display: block;
  border-left: 1px solid #ddd;
  height: 1em;
  border-bottom: 1px solid #ddd;
  width: 10px;
}
#object-explorer-page ul li:after {
  position: absolute;
  left: -15px;
  bottom: -7px;
  content: "";
  display: block;
  border-left: 1px solid #ddd;
  height: 100%;
}
#object-explorer-page ul li.root {
  margin: 0px 0px 0px -20px;
}
#object-explorer-page ul li.root:before {
  display: none;
}
#object-explorer-page ul li.root:after {
  display: none;
}
#object-explorer-page ul li:last-child:after {
  display: none;
}

.object-row {
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  user-select: none;
}
.object-row:hover {
  background-color: #F5EEFF;
}
.object-row.selected {
  background-color: #E4CFFF;
}
.object-row i {
  width: 28px;
  min-width: 28px;
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
}
.object-row .title {
  height: 35px;
  white-space: nowrap;
  flex: 1;
  display: flex;
  align-items: center;
}
.object-row .title:hover {
  background-color: #F5EEFF;
}
.object-row .title.selected {
  background-color: #E4CFFF;
}

.output-editor-wrapper .left {
  float: left;
  line-height: 28px;
}
.output-editor-wrapper .right {
  margin-left: 90px;
  padding-bottom: 10px;
}
.output-editor-wrapper .lae-panel-error {
  padding: 10px;
}
.output-editor-wrapper .add-group {
  color: #6D18DD;
  cursor: pointer;
  line-height: 28px;
  margin-top: 10px;
}
.output-editor-wrapper .add-group .right {
  float: right;
}

.output-editor {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #BBBBBB;
  background-color: #FFFFFF;
}
.output-editor.highlight {
  background-color: #FFDA00;
}
.output-editor tr.disabled-row {
  background-color: #EEEEEE;
}
.output-editor tr.errored-row {
  background-color: #FFCBD0;
}
.output-editor tr.required {
  background-color: #CC8F22;
}
.output-editor tr.active td div {
  max-height: 32px;
}
.output-editor tr.inactive {
  display: none;
}
.output-editor tr.useless {
  border-radius: 3px;
  border: solid 1px #BBBBBB;
  background-color: #FFDEA3;
}
.output-editor th {
  white-space: nowrap;
  line-height: 28px;
  background-color: #EEEEEE;
  color: #888888;
  padding-left: 12px;
}
.output-editor th .inherited-badge {
  padding-left: 2px;
  padding-right: 2px;
  color: #383838;
}
.output-editor td {
  line-height: 32px;
  padding: 0 2px;
  white-space: nowrap;
  border: none;
  background-color: transparent;
}
.output-editor td.delete {
  width: 20px;
}
.output-editor td.delete:hover {
  cursor: pointer;
}
.output-editor td.invalid {
  border-radius: 3px;
  border: solid 1px #BBBBBB;
  background-color: #FFCBD0;
}
.output-editor td div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s;
  display: flex;
  align-items: center;
}
.output-editor td div i {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
}
.output-editor td div i.green {
  color: #FFFFFF;
  background-color: #45AC20;
}
.output-editor td div i.red {
  color: #FFFFFF;
  background-color: #f15f2b;
}
.output-editor td div .errors-badge {
  flex-shrink: 0;
  flex-grow: 1;
  border: solid 1px #BBBBBB;
  background: #FFCBD0;
  height: 20px;
  padding: 0 5px;
  border-radius: 3px;
}
.output-editor td .unchecked {
  color: #888888;
  text-decoration: line-through;
}
.output-editor td .unchecked input {
  color: #888888;
  text-decoration: line-through;
}
.output-editor td input[type=checkbox] {
  top: 0;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 40px;
}
.output-editor td.name {
  min-width: 50%;
}
.output-editor td.order {
  min-width: 80px;
}
.output-editor td.menu {
  width: 1%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .output-editor td input[type=checkbox] {
    width: auto;
    height: auto;
  }
}
.modify-fields-table, .modify-fields-search {
  width: 100%;
  border: solid 1px #bbb;
  border-radius: 4px;
}

.modify-fields-table {
  background-color: white;
  min-width: 250px;
  box-sizing: border-box;
  overflow-x: auto;
}
.modify-fields-table .mf-header, .modify-fields-table .mf-row, .modify-fields-table .mf-group-row {
  display: flex;
}
.modify-fields-table .mf-header div, .modify-fields-table .mf-group-row div {
  display: flex;
  align-items: center;
}
.modify-fields-table .pattern, .modify-fields-table .group {
  flex: 1;
  min-width: 210px;
}
.modify-fields-table .new {
  flex: 1;
  min-width: 160px;
}
.modify-fields-table .pattern {
  display: flex;
  align-items: center;
}
.modify-fields-table .pattern .inheritance {
  padding-top: 1px;
  width: 30px;
  min-width: 30px;
  text-align: center;
}
.modify-fields-table .pattern .inheritance i {
  cursor: pointer;
}
.modify-fields-table .pattern .check {
  margin-right: 10px;
}
.modify-fields-table .pattern .name {
  min-width: 160px;
}
.modify-fields-table .delete {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modify-fields-table .delete i {
  cursor: pointer;
  color: #000;
}
.modify-fields-table .delete:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.modify-fields-table .type {
  width: 90px;
  min-width: 90px;
}
.modify-fields-table .type .type-coercion input {
  background-color: #9D53FF;
  color: white;
  border-radius: 0px;
}
.modify-fields-table .type .type-coercion .fa {
  color: white;
}
.modify-fields-table .type input[type=checkbox] {
  margin-right: 8px;
}
.modify-fields-table .mf-header {
  background-color: #F1F2F3;
  font-size: 14px;
  color: #888;
  padding: 2px 5px;
}
.modify-fields-table .mf-header div {
  display: flex;
  align-items: center;
}
.modify-fields-table .mf-header .format {
  width: 160px;
  min-width: 160px;
}
.modify-fields-table .mf-body {
  border-top: solid 1px #bbb;
  background-color: #fff;
  padding-bottom: 8px;
  min-width: 100%;
}
.modify-fields-table .mf-body .format {
  width: 180px;
  min-width: 180px;
}
.modify-fields-table .mf-row, .modify-fields-table .mf-group-row {
  padding: 3px 5px;
}
.modify-fields-table .mf-row {
  animation: fadein 0.35s;
}
.modify-fields-table .mf-group-row {
  margin: 8px 0 0 0;
}
.modify-fields-table i.dropdown {
  position: relative;
  right: 14px;
}
.modify-fields-table .error {
  border-radius: 3px;
  border: solid 1px #AE1F2C;
  background-color: #FFCBD0;
}
.modify-fields-table .exclude {
  color: #aaa;
  text-decoration: line-through;
}
.modify-fields-table .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modify-fields-table .group input {
  width: 95%;
}
.modify-fields-table .group .toggle {
  width: 15px;
}
.modify-fields-table .group .errors {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
.modify-fields-table .group .errors-badge {
  border: solid 1px #AE1F2C;
  font-size: 14px;
  background: #FFCBD0;
  height: 20px;
  padding: 0 5px;
  border-radius: 3px;
}
.modify-fields-table .menu .dd-trigger {
  color: white;
  width: 36px;
  height: 20px;
  justify-content: space-around;
  justify-content: space-evenly;
}
.modify-fields-table .menu.red .dd-trigger {
  background-color: red;
}
.modify-fields-table .menu.green .dd-trigger {
  background-color: green;
}

.icon-menu.dd-content {
  width: 130px;
}

.icon-menu.dd-content li {
  padding-left: 0;
}

.icon-menu.dd-content li.selected {
  padding-left: 0px;
}

.reorder-fields-editor {
  position: relative;
  padding: 3px 0 0 0;
  overflow: hidden;
}
.reorder-fields-editor .list-wrapper {
  width: calc(100% - 42px);
}
.reorder-fields-editor .list-wrapper.redacted {
  width: 100%;
}
.reorder-fields-editor .list-wrapper .list-header {
  padding-right: 0px;
}
.reorder-fields-editor .list-wrapper .list.redacted {
  height: 0px;
  border: none;
}
.reorder-fields-editor .list-header-buttons {
  flex-grow: 1;
  justify-content: flex-end;
}
.reorder-fields-editor .inherited-badge {
  margin-right: 10px;
}
.reorder-fields-editor .list-header-buttons .list-options {
  margin-right: 2px;
}
.reorder-fields-editor .list-header-buttons button:last-child {
  margin-right: 8px;
}
.reorder-fields-editor .button-clear {
  background: none;
  border: none;
  font-size: 14px;
}
.reorder-fields-editor .modifiable-list .available-to-selected {
  position: absolute;
  top: 124px;
  right: -59px;
  z-index: 100;
}
.reorder-fields-editor .modify-controls {
  top: 74px;
  height: 228px;
}
.reorder-fields-editor .search-controls .ember-basic-dropdown-trigger {
  display: flex;
  margin-left: 10px;
  background: #f2f2f2;
  border: 1px solid #AAA;
  color: #444;
  width: 32px;
  height: 34px;
  border-radius: 3px;
  font-size: 14px;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.reorder-fields-editor .search-controls .ember-basic-dropdown-trigger:hover {
  background: #e4e4e4;
}
.reorder-fields-editor .searchable-list .input-display .search-input-controls {
  width: 64px;
}
.reorder-fields-editor .searchable-list .input-display input {
  min-width: 20px;
}
.reorder-fields-editor .list-header-buttons .dd-trigger {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #555;
}
.reorder-fields-editor .list-header-buttons .dd-trigger[aria-expanded=true] {
  background: white;
}
.reorder-fields-editor .node-propery-redacted {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* ------------------------------- \
    Reorder Fields Dialog Styles
\ --------------------------------*/
.reorder-fields-dialog {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reorder-fields-dialog .content {
  display: flex;
  justify-content: space-between;
}
.reorder-fields-dialog .modify-controls {
  top: 108px;
  left: -55px;
  bottom: 78px;
}
.reorder-fields-dialog .list-container {
  width: 300px;
}
.reorder-fields-dialog .search-controls .input-display {
  margin-right: 10px;
}
.reorder-fields-dialog .search-controls .input-display button.button-clear {
  margin: 0;
  border: none;
  background: none;
  font-size: 14px;
}
.reorder-fields-dialog button.available-to-selected {
  position: absolute;
  font-size: 14px;
  right: -57px;
  top: 72px;
}
.reorder-fields-dialog button.available-to-selected:not([disabled]) {
  cursor: pointer;
}
.reorder-fields-dialog button.available-to-selected:hover:not([disabled]) {
  background: #e4e4e4;
}

.reorder-fields-dialog,
.reorder-fields-editor {
  cursor: default;
}
.reorder-fields-dialog .remove-explicit,
.reorder-fields-editor .remove-explicit {
  border: 1px solid #ffae72;
  border-radius: 2px;
  background: #ffc79d;
}
.reorder-fields-dialog .modifiable-list-item.selected .remove-explicit,
.reorder-fields-editor .modifiable-list-item.selected .remove-explicit {
  background: #a9cee0;
  border-color: #a9cee0;
}
.reorder-fields-dialog .list.in-focus .modifiable-list-item.focused .remove-explicit,
.reorder-fields-editor .list.in-focus .modifiable-list-item.focused .remove-explicit {
  border-color: #5978af;
  border-radius: 0px;
}
.reorder-fields-dialog .button-with-tooltip,
.reorder-fields-editor .button-with-tooltip {
  position: relative;
  transition: all 1s;
}
.reorder-fields-dialog .button-with-tooltip:hover::before,
.reorder-fields-editor .button-with-tooltip:hover::before {
  content: attr(tooltip);
  position: absolute;
  max-width: 100px;
  padding: 5px;
  bottom: 26px;
  left: 0;
  background: #FFFFC5;
  border: 1px solid #BBBBBB;
  color: #777777;
  z-index: 100;
  transition: all 1s;
}

.reorder-fields-list-options {
  margin-top: 1px;
  margin-right: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  background-color: white;
}
.reorder-fields-list-options > div {
  display: flex;
  flex-direction: column;
}
.reorder-fields-list-options button.hlink {
  margin: 0;
  height: 28px;
  width: 130px;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reorder-fields-list-options button.hlink:hover {
  background: #C2E2EE;
}
.reorder-fields-list-options button.hlink:focus {
  outline: none;
}
.reorder-fields-list-options .button-separator {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1px;
}
.reorder-fields-list-options .button-separator:after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: inherit;
  height: inherit;
  background: #E2E2E2;
}

.key-fields-picker {
  width: 100%;
  border-collapse: separate;
  border: solid 1px #BBBBBB;
  border-spacing: 4px 1px;
  padding: 1px;
}
.key-fields-picker[data-table-id=inputDefinitions] {
  margin-top: 0;
}
.key-fields-picker[data-table-id=outputDefinitions] {
  margin-top: 0;
}
.key-fields-picker tr {
  background-color: #EEEEEE;
}
.key-fields-picker tr.disabled-row {
  background-color: #EEEEEE;
}
.key-fields-picker tr.errored-row {
  background-color: #FFCBD0;
}
.key-fields-picker tr.required {
  background-color: #CC8F22;
}
.key-fields-picker th {
  white-space: nowrap;
  height: 28px;
  line-height: 28px;
  background-color: #EEEEEE;
  color: #888888;
  padding-left: 12px;
}
.key-fields-picker th .inherited-badge {
  padding-left: 2px;
  padding-right: 2px;
  color: #383838;
}
.key-fields-picker td {
  white-space: nowrap;
  border: none;
  background-color: transparent;
  height: 31px;
}
.key-fields-picker td.invalid {
  display: inline-block;
  border-radius: 3px;
  border: solid 1px #BBBBBB;
  background-color: #FFCBD0;
  width: 100%;
}
.key-fields-picker td.empty {
  background-clip: padding-box;
  border-radius: 3px;
  border: solid 1px #AE1F2C;
  background-color: transparent;
}
.key-fields-picker td.name {
  min-width: 80px;
}
.key-fields-picker td.menu {
  width: 1%;
  padding: 3px;
}
.key-fields-picker td.new {
  padding-bottom: 2px;
}
.key-fields-picker td .button.small {
  cursor: pointer;
  height: 22px;
  width: 22px;
  line-height: 28px;
  border-radius: 2px;
}
.key-fields-picker td .button.small i {
  line-height: 22px;
  vertical-align: top;
}
.key-fields-picker td.lit .button.small {
  background-color: #9D53FF;
  color: #FFFFFF;
}

#lae-node-properties, #lae-run-properties {
  padding-right: 15px;
}
#lae-node-properties .section, #lae-run-properties .section {
  margin-bottom: 15px;
  height: auto;
}
#lae-node-properties .section:last-child:not(:only-child), #lae-run-properties .section:last-child:not(:only-child) {
  margin-bottom: 0;
}
#lae-node-properties .section .content .label, #lae-run-properties .section .content .label {
  float: left;
  margin-right: 10px;
  line-height: 32px;
}
#lae-node-properties .section .content .field-token, #lae-run-properties .section .content .field-token {
  line-height: 20px;
  border: solid 1px #888888;
  border-radius: 3px;
  background-color: #EEEEEE;
  box-sizing: border-box;
  position: absolute;
  right: 35px;
  top: 0;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 5px;
}
#lae-node-properties .section .content .field-token input, #lae-run-properties .section .content .field-token input {
  font-size: 14px;
  border: none;
  outline: none;
  background: transparent;
  padding-left: 0;
}
#lae-node-properties .section .content .field-token i, #lae-run-properties .section .content .field-token i {
  margin-left: 5px;
  cursor: pointer;
}
#lae-node-properties .section .content .field-token.file, #lae-run-properties .section .content .field-token.file {
  right: 65px;
}
#lae-node-properties .section .content .field, #lae-run-properties .section .content .field {
  overflow: hidden;
  position: relative;
}
#lae-node-properties .section .content .field .badge-infield, #lae-run-properties .section .content .field .badge-infield {
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #888888;
}
#lae-node-properties .section .content .summary, #lae-run-properties .section .content .summary {
  margin-top: 3px;
  margin-bottom: 10px;
  min-height: 40px;
}
#lae-node-properties .section .content .summary p, #lae-run-properties .section .content .summary p {
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
}
#lae-node-properties .section .content .summary p a.type i.fa, #lae-run-properties .section .content .summary p a.type i.fa {
  padding-left: 4px;
}
#lae-node-properties .section .content .lib-node-summary-table, #lae-run-properties .section .content .lib-node-summary-table {
  min-width: 215px;
}
#lae-node-properties .section .content .lib-node-summary-table tr, #lae-run-properties .section .content .lib-node-summary-table tr {
  height: 32px;
}
#lae-node-properties .section .content .lib-node-summary-table .left, #lae-run-properties .section .content .lib-node-summary-table .left {
  width: 1%;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 10px;
}
#lae-node-properties .section .content .lib-node-summary-table .left.align-top, #lae-run-properties .section .content .lib-node-summary-table .left.align-top {
  vertical-align: top;
  padding-top: 5px;
}
#lae-node-properties .section .content .lib-node-summary-table .pad, #lae-run-properties .section .content .lib-node-summary-table .pad {
  height: 10px;
}
#lae-node-properties .section .content .property-name, #lae-run-properties .section .content .property-name {
  width: 100%;
  margin-bottom: 5px;
}
#lae-node-properties .section .content .property-name.multi-type, #lae-run-properties .section .content .property-name.multi-type {
  margin-bottom: -1px;
  position: relative;
}
#lae-node-properties .section .content .property-name::first-child, #lae-run-properties .section .content .property-name::first-child {
  margin-top: 0;
}
#lae-node-properties .section .content .property-value, #lae-run-properties .section .content .property-value {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
#lae-node-properties .section .content .property-value .textarea-header, #lae-run-properties .section .content .property-value .textarea-header {
  height: 32px;
  background-color: transparent;
  border: solid 1px #BBBBBB;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  position: relative;
}
#lae-node-properties .section .content .property-value .textarea-header.multi-type, #lae-run-properties .section .content .property-value .textarea-header.multi-type {
  border-radius: 0 0 3px 3px;
  border: none;
}
#lae-node-properties .section .content .property-value .textarea-header .badge-infield, #lae-run-properties .section .content .property-value .textarea-header .badge-infield {
  background-color: transparent;
}
#lae-node-properties .section .content .property-value textarea, #lae-run-properties .section .content .property-value textarea {
  width: 100%;
  border: none;
  border-radius: 0 0 3px 3px;
}
#lae-node-properties .section .content .property-value .badge-infield, #lae-run-properties .section .content .property-value .badge-infield {
  position: absolute;
  top: 1px;
  right: 31px;
  height: 30px;
  line-height: 30px;
  width: 32px;
  text-align: center;
  color: #888888;
}
#lae-node-properties .section .content .property-value .badge-infield.delete, #lae-run-properties .section .content .property-value .badge-infield.delete {
  right: 0;
  color: #202020;
}
#lae-node-properties .section .content .property-value .badge-infield.delete i:hover, #lae-run-properties .section .content .property-value .badge-infield.delete i:hover {
  cursor: pointer;
}
#lae-node-properties .section .content .property-value .undo-icon, #lae-run-properties .section .content .property-value .undo-icon {
  position: absolute;
  top: 1px;
  left: 0px;
  height: 30px;
  line-height: 30px;
  width: 32px;
  text-align: center;
  color: #202020;
}
#lae-node-properties .section .content .property-value .redo-icon, #lae-run-properties .section .content .property-value .redo-icon {
  position: absolute;
  top: 1px;
  left: 30px;
  height: 30px;
  line-height: 30px;
  width: 32px;
  text-align: center;
  color: #202020;
}
#lae-node-properties .section .content .property-value .file-actions-infield, #lae-run-properties .section .content .property-value .file-actions-infield {
  position: absolute;
  top: 0px;
  padding-top: 9px;
  height: 100%;
  width: 32px;
  color: #202020;
  right: 64px;
  text-align: center;
  cursor: pointer;
}
#lae-node-properties .section .content .property-value .file-actions-infield.collapse, #lae-run-properties .section .content .property-value .file-actions-infield.collapse {
  right: 31px;
}
#lae-node-properties .section .content .property-value .file-actions-infield:not(.disabled):hover, #lae-run-properties .section .content .property-value .file-actions-infield:not(.disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#lae-node-properties .section .content .property-value .file-actions-infield:not(.disabled):active, #lae-run-properties .section .content .property-value .file-actions-infield:not(.disabled):active {
  background-color: rgba(0, 0, 0, 0.1);
}
#lae-node-properties .section .content .property-value .actions-infield, #lae-run-properties .section .content .property-value .actions-infield {
  position: absolute;
  top: 0px;
  right: 0px;
}
#lae-node-properties .section .content .label-property, #lae-run-properties .section .content .label-property {
  width: 100%;
  margin-bottom: 10px;
  font-style: italic;
  white-space: pre-wrap;
}
#lae-node-properties .section .description, #lae-run-properties .section .description {
  color: #888888;
}
#lae-node-properties p.emptySection, #lae-run-properties p.emptySection {
  color: #888888;
  margin-top: -5px;
  margin-bottom: 20px;
}
#lae-node-properties .link, #lae-run-properties .link {
  margin: 20px 0px;
  margin-top: 0;
}
#lae-node-properties h1, #lae-run-properties h1 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}
#lae-node-properties h1.underlined, #lae-run-properties h1.underlined {
  padding-bottom: 1px;
  border-bottom: 1px solid #BBBBBB;
}
#lae-node-properties .lae-panel-error, #lae-run-properties .lae-panel-error {
  margin: 10px 0px;
}
#lae-node-properties .dv-monaco-editor textarea, #lae-run-properties .dv-monaco-editor textarea {
  min-height: auto;
}
#lae-node-properties textarea, #lae-run-properties textarea {
  width: 100%;
  max-height: 1000px;
  min-height: 100px;
  padding: 5px;
  border: none;
}
#lae-node-properties textarea:disabled, #lae-run-properties textarea:disabled {
  background-color: transparent;
}
#lae-node-properties .required:not(.disabled):not([disabled]), #lae-run-properties .required:not(.disabled):not([disabled]) {
  background-color: #FFE7B8;
}
#lae-node-properties .required:not(.disabled):not([disabled]).modified, #lae-run-properties .required:not(.disabled):not([disabled]).modified {
  background-color: #FFFFFF;
}
#lae-node-properties .required-error:not(.disabled):not([disabled]), #lae-run-properties .required-error:not(.disabled):not([disabled]) {
  background-color: #FFCBD0;
}
#lae-node-properties .required-error:not(.disabled):not([disabled]).modified, #lae-run-properties .required-error:not(.disabled):not([disabled]).modified {
  background-color: #FFFFFF;
}
#lae-node-properties .required, #lae-node-properties required-error::-webkit-input-placeholder, #lae-run-properties .required, #lae-run-properties required-error::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #202020;
  font-style: italic;
}
#lae-node-properties .required, #lae-node-properties required-error:-moz-placeholder, #lae-run-properties .required, #lae-run-properties required-error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #202020;
  opacity: 1;
  font-style: italic;
}
#lae-node-properties .required, #lae-node-properties required-error::-moz-placeholder, #lae-run-properties .required, #lae-run-properties required-error::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #202020;
  opacity: 1;
  font-style: italic;
}
#lae-node-properties .required, #lae-node-properties required-error:-ms-input-placeholder, #lae-run-properties .required, #lae-run-properties required-error:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #202020;
  font-style: italic;
}
#lae-node-properties .highlight, #lae-run-properties .highlight {
  background-color: #FFDA00;
}

.disable-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.4);
  z-index: 10;
}
.disable-overlay.click-through {
  pointer-events: none;
}

.context-menu li[data-menu-item-id=no-input-data] {
  white-space: normal;
  max-width: 250px;
  color: #888888;
  padding-right: 0 !important;
}

.redacted-container {
  position: relative;
}

.node-propery-redacted {
  background-color: #A0A3AD;
  position: absolute;
  width: 100%;
  height: 32px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.node-propery-redacted.filter {
  top: 62px;
  height: 38px;
}
.node-propery-redacted.filter.advanced {
  height: 35px;
  top: 0;
}
.node-propery-redacted.sort {
  height: 35px;
}
.node-propery-redacted.split {
  top: 100px;
  height: 38px;
}
.node-propery-redacted.split.advanced {
  top: 38px;
  height: 35px;
}
.node-propery-redacted.boolean {
  height: 38px;
}
.node-propery-redacted.choice {
  height: 38px;
}
.node-propery-redacted.output-editor {
  top: 48px;
  height: 38px;
}
.node-propery-redacted.output-editor.advanced {
  height: 32px;
}
.node-propery-redacted.output-fields-table, .node-propery-redacted.reorder-fields-table {
  position: inherit;
}
.node-propery-redacted > div {
  padding: 10px;
}
.node-propery-redacted .override-value {
  color: white;
  cursor: pointer;
}
.node-propery-redacted .override-value:hover {
  color: #29d6ff;
}

.node-editor-dropdown {
  background-color: #f9f7f7;
}
.node-editor-dropdown:hover {
  cursor: pointer;
}
.node-editor-dropdown:hover input {
  cursor: pointer;
}
.node-editor-dropdown:hover.open.editable input {
  cursor: default;
}
.node-editor-dropdown .dd-trigger input {
  border: none;
  line-height: 30px;
  height: 30px;
  outline: none;
}
.node-editor-dropdown .dd-trigger .dd-button {
  padding: 6px 5px 6px 5px;
}
.node-editor-dropdown .dd-trigger .dd-button:hover {
  background-color: #EEEEEE;
}
.node-editor-dropdown.has-error input {
  background-color: #F2BFCB;
}
.node-editor-dropdown.is-required input {
  background-color: #FFE7B8;
}
.node-editor-dropdown.disabled input {
  color: #BBBBBB;
}

.node-editor-dropdown-content {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.node-editor-dropdown-content:not(.match) {
  min-width: 250px;
}
.node-editor-dropdown-content li {
  display: flex;
  align-items: center;
}
.node-editor-dropdown-content li .label {
  padding-right: 10px;
}
.node-editor-dropdown-content li .info {
  margin-left: auto;
  background-color: #EEEEEE;
  border: 1px solid #BBBBBB;
  border-radius: 2px;
  line-height: 12px;
  padding: 3px;
}

.node-editor-input-field {
  outline: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  height: 28px;
  line-height: 28px;
  padding: 0 10px 0 10px;
}
.node-editor-input-field.has-error {
  background-color: #F2BFCB;
}
.node-editor-input-field.is-required {
  background-color: #FFE7B8;
}
.node-editor-input-field:focus {
  border: 2px solid #E4CFFF;
}
.node-editor-input-field::selection {
  color: #FFFFFF;
  background-color: #888888;
}

.run-property-input-field input:disabled {
  background-color: transparent;
}

.single-field-picker {
  width: 100%;
  display: flex;
  padding-left: 2px;
}
.single-field-picker .actions {
  height: 30px;
}
.single-field-picker .actions .context-menu-button {
  height: 30px;
  line-height: 30px;
}

/* Panels */
#lae-notifications-panel {
  max-width: 600px;
  max-height: calc(100vh - 50px);
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
  border-radius: 5px;
  overflow-y: auto;
  z-index: 1000;
  padding: 20px;
}
#lae-notifications-panel.hidden {
  display: none;
}
#lae-notifications-panel .notifications.hidden {
  display: none;
}
#lae-notifications-panel .notifications .panel-actions {
  margin-top: 10px;
  padding-bottom: 10px;
}
#lae-notifications-panel .notifications .panel-actions .left {
  float: left;
}
#lae-notifications-panel .notifications .panel-actions .right {
  float: right;
}
#lae-notifications-panel .notifications table {
  box-sizing: border-box;
}
#lae-notifications-panel .notifications table tr {
  line-height: 16px;
}
#lae-notifications-panel .notifications table tr td {
  padding-bottom: 8px;
}
#lae-notifications-panel .notifications table tr.hidden {
  display: none;
}
#lae-notifications-panel .notifications table tr td.status {
  vertical-align: top;
  width: 24px;
  text-align: center;
  padding-right: 7px;
}
#lae-notifications-panel .notifications table tr td.status.progress {
  color: #383838;
}
#lae-notifications-panel .notifications table tr td.name, #lae-notifications-panel .notifications table tr td.error {
  max-width: 400px;
  word-break: break-word;
}
#lae-notifications-panel .notifications table tr td.remove {
  vertical-align: top;
  width: 24px;
  text-align: center;
  padding-left: 15px;
}

.green {
  color: #45AC20;
}

.red {
  color: #AE1F2C;
}

.yellow {
  color: #FAC610;
}

#accelerator-help-panel {
  width: 800px;
  user-select: none;
}
.lae-dialog.normal.new #accelerator-help-panel {
  width: 740px;
}
.lae-dialog.normal.new #accelerator-help-panel h1 {
  color: #888;
  font-size: 24px;
  font-weight: 300;
  text-align: justify;
}
#accelerator-help-panel .accelerator-left-panel, #accelerator-help-panel .accelerator-right-panel {
  display: inline-block;
  width: 48%;
  vertical-align: text-top;
}
#accelerator-help-panel .accelerator-left-panel {
  float: left;
}
#accelerator-help-panel .accelerator-right-panel {
  float: right;
}
#accelerator-help-panel h1 {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 20px;
}
#accelerator-help-panel h1.offset {
  margin-top: 30px;
}
#accelerator-help-panel li.separator {
  min-height: 10px;
}
#accelerator-help-panel li span {
  line-height: 18px;
}
#accelerator-help-panel li span.column1 {
  float: left;
  width: 200px;
}
#accelerator-help-panel .actions {
  margin-top: -30px;
  margin-bottom: 30px;
}
#accelerator-help-panel p.note {
  color: #888888;
  font-style: italic;
  font-size: 13px;
  margin-top: -5px;
  margin-bottom: 10px;
}

#main-panel {
  z-index: 0;
  overflow: auto;
  background: url(../../img/list-bg.png) no-repeat;
  background-size: cover;
  height: 100%;
}
#main-panel .pane-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  opacity: 1;
  -moz-transition: opacity, 500ms;
  -o-transition: opacity, 500ms;
  -webkit-transition: opacity, 500ms;
  transition: opacity, 500ms;
}
#main-panel .pane-info i {
  font-size: 24px;
  color: #9D53FF;
  margin-top: 30px;
}
#main-panel .pane-info p {
  font-size: 18px;
  font-weight: 300;
  color: #9D53FF;
  margin-top: 20px;
}
#main-panel.denied {
  background: none;
}
#main-panel.denied i.fa-lock {
  font-size: 200px;
  color: #BBBBBB;
}
#main-panel.denied .deniedFolderMessage {
  width: 280px;
  margin: auto;
}
#main-panel #lae-pane-items .signposting {
  box-sizing: border-box;
}
#main-panel #lae-pane-items {
  box-sizing: border-box;
  user-select: none;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#main-panel #lae-pane-items .list {
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
  user-select: none;
}
#main-panel #lae-pane-items .list.locked-document-list li .icon {
  align-items: flex-start;
}
#main-panel #lae-pane-items .list.locked-document-list li .summary .meta {
  height: 1.2em;
}
#main-panel #lae-pane-items .list li {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 8px;
  padding-left: 12px;
  border-bottom: 1px solid #EEEEEE;
  cursor: pointer;
  user-select: none;
  display: flex;
  flex-direction: row;
}
#main-panel #lae-pane-items .list li:hover {
  background-color: #F5EEFF;
}
#main-panel #lae-pane-items .list li .icon {
  flex-shrink: 0;
  flex-grow: 0;
  width: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-panel #lae-pane-items .list li .icon.disabled {
  opacity: 0.33;
  user-select: none;
  color: #BBBBBB;
}
#main-panel #lae-pane-items .list li .summary {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#main-panel #lae-pane-items .list li .summary .title {
  flex-shrink: 0;
  flex-grow: 1;
}
#main-panel #lae-pane-items .list li .summary .title .disabled-indicator {
  background-color: #EEEEEE;
  color: #202020;
  margin-left: 10px;
  padding: 1px 3px 1px 3px;
  border: 1px solid #BBBBBB;
  position: relative;
  border-radius: 3px;
  cursor: default;
}
#main-panel #lae-pane-items .list li .summary .title .disabled-indicator.error {
  background-color: #FFCBD0;
}
#main-panel #lae-pane-items .list li .summary .title .disabled-indicator.hidden {
  display: none;
}
#main-panel #lae-pane-items .list li .summary .meta {
  flex-shrink: 0;
  flex-grow: 0;
  color: #888888;
}
#main-panel #lae-pane-items .list li.selected {
  background-color: #E4CFFF;
  user-select: none;
}
#main-panel #lae-pane-items .list li.selected .icon, #main-panel #lae-pane-items .list li.selected .summary .title, #main-panel #lae-pane-items .list li.selected .summary {
  color: #202020;
}
#main-panel #lae-pane-items .list li.selected .meta {
  color: #898D99;
}

.main-panel-signposting {
  display: block;
  height: 100%;
  margin-top: -100px;
}
.main-panel-signposting .signpost {
  display: inline-block;
  width: 49.5%;
  text-align: center;
  vertical-align: top;
}
.main-panel-signposting .signpost.single {
  width: 99.5%;
}
.main-panel-signposting .signpost .icon {
  display: inline-block;
  background: #FFF;
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 50%;
  border: 3px solid #9D53FF;
  text-align: center;
}
.main-panel-signposting .signpost .icon i.fa {
  color: #9D53FF;
  font-size: 100px;
  vertical-align: middle;
}
.main-panel-signposting .signpost .icon.blue {
  border: 3px solid #008CCB;
}
.main-panel-signposting .signpost .icon.blue i.fa {
  color: #008CCB;
}
.main-panel-signposting .signpost .icon.orange {
  border: 3px solid #F7931E;
}
.main-panel-signposting .signpost .icon.orange i.fa {
  color: #F7931E;
}
.main-panel-signposting .signpost a {
  text-decoration: none;
  display: inline-block;
}
.main-panel-signposting .signpost a .icon {
  box-shadow: rgba(0, 0, 0, 0.33) 0 3px 8px;
  transform-origin: center;
  transform: scale(1);
  border: 3px solid #39B54A;
  transition: all 250ms;
}
.main-panel-signposting .signpost a .icon i.fa {
  color: #39B54A;
  padding: 0;
  width: 180px;
  height: 180px;
  line-height: 180px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px inset;
}
.main-panel-signposting .signpost a:hover .icon {
  box-shadow: rgba(0, 0, 0, 0.33) 0 5px 15px;
  transform: scale(1.1);
}
.main-panel-signposting .signpost p.caption {
  display: inline-block;
  max-width: 200px;
  margin-top: 20px;
}
.main-panel-signposting .signpost p.caption span, .main-panel-signposting .signpost p.caption a {
  text-align: center;
}
.main-panel-signposting .signpost p.caption span b, .main-panel-signposting .signpost p.caption a b {
  font-weight: bold;
}
.main-panel-signposting .signpost.single p.caption {
  max-width: 250px;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeinSpinner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-panel-loading .content {
  animation: fadeinSpinner 2s;
}
.main-panel-loading .spinner {
  width: 65px;
  height: 65px;
  border-width: 6px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #9D53FF;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

#navigation-bar {
  display: flex;
  z-index: 1;
}
#navigation-bar.animate-expanded {
  transition: width 250ms;
}
#navigation-bar #lae-pane-collections {
  flex-shrink: 1;
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}
#navigation-bar #lae-pane-collections .lae-tabbar-directory {
  flex-shrink: 0;
  flex-grow: 0;
  height: 40px;
  background-color: #6D18DD;
  display: flex;
}
#navigation-bar #lae-pane-collections .lae-tabbar-directory .navbar-menu {
  flex-shrink: 0;
  flex-grow: 1;
}
#navigation-bar #lae-pane-collections .lae-tabbar-directory .navbar-menu:last-of-type {
  display: flex;
  justify-content: flex-end;
}
#navigation-bar #lae-pane-collections .lae-tabbar-directory .selected {
  background-color: rgba(255, 255, 255, 0.4);
}
#navigation-bar #lae-pane-collections .lae-tabbar-directory.subbar {
  height: 30px;
  background-color: #383838;
}
#navigation-bar #lae-pane-collections .lae-tabbar-directory.subbar .navbar-menu {
  text-align: center;
}
#navigation-bar #lae-pane-collections .lae-tabbar-directory.subbar .navbar-menu:last-of-type {
  display: block;
}
#navigation-bar #lae-pane-collections .lae-tabbar-directory.subbar .navbar-menu .button {
  height: 30px;
  line-height: 30px;
}
#navigation-bar #lae-pane-collections .tab-button {
  background-color: #383838;
}
#navigation-bar #lae-pane-collections .nav-list {
  padding-bottom: 70px;
  margin-bottom: 4px;
  border-top: 1px solid #BBBBBB;
}
#navigation-bar #lae-pane-collections .nav-list:last-child {
  border-bottom: none;
}
#navigation-bar #lae-pane-collections .nav-list li {
  height: 32px;
  line-height: 32px;
  color: #202020;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
#navigation-bar #lae-pane-collections .nav-list li.separator {
  height: 1px;
  border-bottom: 1px solid #888888;
}
#navigation-bar #lae-pane-collections .nav-list li i {
  width: 22px;
  text-align: center;
}
#navigation-bar #lae-pane-collections .nav-list li .badge {
  display: inline-block;
  margin-top: 4px;
  margin-right: 10px;
  height: 24px;
  width: 7px;
  line-height: 24px;
  float: right;
  padding: 0 10px;
  border-radius: 3px;
}
#navigation-bar #lae-pane-collections .nav-list li .badge.blue {
  background-color: #008CCB;
  color: #FFFFFF;
}
#navigation-bar #lae-pane-collections .nav-list li.disabled {
  opacity: 0.5;
}
#navigation-bar #lae-pane-collections .nav-list li:not(.disabled):hover {
  background-color: #F5EEFF;
}
#navigation-bar #lae-pane-collections .nav-list li:not(.disabled).selected {
  background-color: #E4CFFF;
}
#navigation-bar .handle {
  flex-shrink: 0;
  flex-grow: 0;
  width: 15px;
  box-sizing: border-box;
  cursor: w-resize;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
#navigation-bar .handle .gripper .dimple {
  display: block;
  margin-bottom: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #EEEEEE;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
}

#details-panel {
  display: flex;
  z-index: 1;
  height: 100%;
  background-color: white;
}
#details-panel.animate-expanded {
  transition: width 250ms;
}
#details-panel .pane-loading {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  opacity: 1;
  -moz-transition: opacity, 500ms;
  -o-transition: opacity, 500ms;
  -webkit-transition: opacity, 500ms;
  transition: opacity, 500ms;
}
#details-panel .pane-loading i {
  font-size: 24px;
  color: #9D53FF;
  margin-top: 30px;
}
#details-panel .pane-loading p {
  font-size: 18px;
  font-weight: 300;
  color: #9D53FF;
  margin-top: 20px;
}
#details-panel .handle {
  flex-shrink: 0;
  flex-grow: 0;
  width: 15px;
  box-sizing: border-box;
  cursor: w-resize;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
#details-panel .handle .gripper .dimple {
  display: block;
  width: 5px;
  height: 5px;
  margin-bottom: 5px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #EEEEEE;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
}
#details-panel h1 {
  margin-top: 16px;
}
#details-panel .toggle-body h1 {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 1px;
  border-bottom: 1px solid #BBBBBB;
  margin-top: 12px;
  margin-bottom: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#details-panel .toggle-body h1 .titlecase {
  text-transform: capitalize;
}
#details-panel .signposting {
  display: block;
  height: 100%;
  padding-top: 50px;
}
#details-panel .signposting .signpost {
  display: inline-block;
  width: 49.5%;
  text-align: center;
  vertical-align: top;
}
#details-panel .signposting .signpost.single {
  width: 99.5%;
}
#details-panel .signposting .signpost .icon {
  display: inline-block;
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 50%;
  border: 3px solid #9D53FF;
  text-align: center;
}
#details-panel .signposting .signpost .icon i.fa {
  color: #9D53FF;
  font-size: 100px;
  vertical-align: middle;
}
#details-panel .signposting .signpost .icon.orange {
  border: 3px solid #F7931E;
}
#details-panel .signposting .signpost .icon.orange i.fa {
  color: #F7931E;
}
#details-panel .signposting .signpost a {
  text-decoration: none;
}
#details-panel .signposting .signpost a .icon {
  box-shadow: rgba(0, 0, 0, 0.33) 0 3px 8px;
  transform-origin: center;
  transform: scale(1);
  border: 3px solid #39B54A;
  transition: all 250ms;
}
#details-panel .signposting .signpost a .icon i.fa {
  color: #39B54A;
  padding: 0;
  width: 180px;
  height: 180px;
  line-height: 180px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px inset;
}
#details-panel .signposting .signpost a:hover .icon {
  box-shadow: rgba(0, 0, 0, 0.33) 0 5px 15px;
  transform: scale(1.1);
}
#details-panel .signposting .signpost p.caption {
  display: inline-block;
  max-width: 200px;
  margin-top: 20px;
}
#details-panel .signposting .signpost p.caption span, #details-panel .signposting .signpost p.caption a {
  text-align: center;
}
#details-panel .signposting .signpost p.caption span b, #details-panel .signposting .signpost p.caption a b {
  font-weight: bold;
}
#details-panel .signposting .signpost.single p.caption {
  max-width: 250px;
}
#details-panel #lae-directory-details {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  z-index: 2;
}
#details-panel #lae-directory-details > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#details-panel #lae-directory-details.disabled {
  pointer-events: none;
}
#details-panel #lae-directory-details .selection-details {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  overflow-y: auto;
}
#details-panel #lae-directory-details .selection-details .fa-info-circle {
  float: right;
  color: #9D53FF;
  font-size: 16px;
}
#details-panel #lae-directory-details .selection-details p.info-text {
  line-height: 1.2em;
  padding-right: 10px;
  color: #888888;
}
#details-panel #lae-directory-details .selection-details .description {
  margin-top: 10px;
}
#details-panel #lae-directory-details .selection-details .details {
  margin-bottom: 20px;
}
#details-panel #lae-directory-details .selection-details .details p {
  line-height: 24px;
}
#details-panel #lae-directory-details .selection-details .details p span:last-child {
  float: left;
}
#details-panel #lae-directory-details .selection-details .details p span:last-child {
  float: right;
}
#details-panel #lae-directory-details .selection-details .list {
  margin-bottom: 20px;
}
#details-panel #lae-directory-details .selection-details .list p {
  line-height: 24px;
}
#details-panel #lae-directory-details .selection-details .list p span:last-child {
  float: left;
}
#details-panel #lae-directory-details .selection-details .list p span:last-child {
  float: right;
}
#details-panel #lae-directory-details .selection-details .list li {
  line-height: 24px;
}
#details-panel #lae-directory-details .selection-details .list li i.fa {
  position: relative;
  top: -2px;
  font-size: 14px;
  -ms-user-select: none;
  padding-right: 5px;
  color: #202020;
}

.run-history-viewer .run-history-table {
  table-layout: fixed;
  width: 100%;
}
.run-history-viewer .run-history-table td {
  line-height: 24px;
}
.run-history-viewer .run-history-table td.status {
  width: 5%;
}
.run-history-viewer .run-history-table td.status.success {
  color: #45AC20;
}
.run-history-viewer .run-history-table td.status.fail {
  color: #AE1F2C;
}
.run-history-viewer .run-history-table td.timestamp {
  width: 32%;
  padding-right: 10px;
  white-space: nowrap;
}
.run-history-viewer .run-history-table td.actions {
  width: 28%;
  white-space: nowrap;
  text-align: right;
}

.status-panel .loading {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  opacity: 1;
  -moz-transition: opacity, 500ms;
  -o-transition: opacity, 500ms;
  -webkit-transition: opacity, 500ms;
  transition: opacity, 500ms;
}
.status-panel .loading i {
  font-size: 20px;
  color: #9D53FF;
}
.status-panel .error {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  opacity: 1;
  -moz-transition: opacity, 500ms;
  -o-transition: opacity, 500ms;
  -webkit-transition: opacity, 500ms;
  transition: opacity, 500ms;
}
.status-panel .error i {
  font-size: 20px;
  color: #888888;
}
.status-panel .error p {
  font-size: 14px;
  color: #888888;
  margin-top: 10px;
}

.actions-panel {
  display: flex;
  width: 100%;
  background-color: #6D18DD;
  height: 40px;
}
.actions-panel.hidden {
  display: none;
}
.actions-panel .button-container {
  display: flex;
}
.actions-panel .button-container.right {
  margin-left: auto;
}
.actions-panel .button {
  height: 100%;
}

.settings-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.settings-panel .toggle-body {
  margin-top: 5px;
}
.settings-panel .details {
  padding: 0 20px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}
.settings-panel .details h1 {
  font-weight: 300;
}
.settings-panel .details .row {
  width: 100%;
}
.settings-panel .details .cell {
  width: 100%;
}
.settings-panel .details .cell input[type=checkbox], .settings-panel .details .cell input[type=radio] {
  position: relative;
  top: 2px;
  padding-right: 3px;
}
.settings-panel .details .inline {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.settings-panel .details .field {
  margin-bottom: 15px;
}
.settings-panel .details .field.indent {
  margin-left: 15px;
}
.settings-panel .details .field.time {
  width: 55px;
  vertical-align: bottom;
}
.settings-panel .details .field .settings-field-icon {
  float: left;
  margin-right: 10px;
}
.settings-panel .details .field .settings-field-icon.link {
  color: #6D18DD;
}
.settings-panel .details .field .radio {
  margin-bottom: 15px;
}
.settings-panel .details .field .label.checkbox {
  vertical-align: bottom;
}
.settings-panel .details .field .label.right {
  display: inline-block;
  margin-left: 5px;
}
.settings-panel .details .field .label.top {
  margin-bottom: 5px;
}
.settings-panel .details .field .spacer {
  width: 15px;
}
.settings-panel .details .field .text {
  line-height: 1.2em;
  padding-right: 10px;
  color: #888888;
}
.settings-panel .details .field .text i {
  font-size: 10px;
  margin: 0 5px;
}
.settings-panel .details .field .link {
  color: #6D18DD;
}
.settings-panel .details .field .link:hover {
  text-decoration: underline;
}
.settings-panel .details .text {
  margin-bottom: 10px;
  color: #383838;
}
.settings-panel .field-errors {
  border: solid 1px #871822;
  background-color: #FFCBD0;
  border-radius: 3px;
  padding: 10px;
  color: #202020;
  word-wrap: break-word;
}
.settings-panel .field-errors ul {
  list-style: disc;
  margin-top: 10px;
  margin-left: 17px;
  line-height: 20px;
}
.settings-panel .field-errors .title {
  padding-bottom: 5px;
}
.settings-panel .auth-settings-ad-ldap input.required,
.settings-panel .auth-settings-ad-ldap textarea.required, .settings-panel .auth-settings-saml input.required,
.settings-panel .auth-settings-saml textarea.required {
  background-color: #FFE7B8 !important;
}
.settings-panel textarea.unselectable::selection {
  user-select: none;
}
.settings-panel input[type=number]::-webkit-inner-spin-button,
.settings-panel input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ldap-import-summary .section .line {
  line-height: 26px;
}
.ldap-import-summary .section .description {
  color: #888888;
  padding-bottom: 5px;
}
.ldap-import-summary .separator {
  padding-bottom: 5px;
}

#node-properties-definition-panel table, #node-connectables-definition-panel table {
  width: 100%;
}
#node-properties-definition-panel table.propertygroupdef td.label, #node-connectables-definition-panel table.propertygroupdef td.label {
  width: 1%;
  padding-right: 10px;
}
#node-properties-definition-panel table.propertygroupdef td.actions, #node-connectables-definition-panel table.propertygroupdef td.actions {
  white-space: nowrap;
  width: 1px;
  text-align: right;
}
#node-properties-definition-panel table.propertiesdef, #node-connectables-definition-panel table.propertiesdef {
  table-layout: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  border-collapse: collapse;
  border: solid 1px #BBBBBB;
}
#node-properties-definition-panel table.propertiesdef[data-table-id=inputDefinitions], #node-connectables-definition-panel table.propertiesdef[data-table-id=inputDefinitions] {
  margin-top: 0;
}
#node-properties-definition-panel table.propertiesdef[data-table-id=outputDefinitions], #node-connectables-definition-panel table.propertiesdef[data-table-id=outputDefinitions] {
  margin-top: 0;
}
#node-properties-definition-panel table.propertiesdef tr, #node-connectables-definition-panel table.propertiesdef tr {
  background-color: #FFFFFF;
}
#node-properties-definition-panel table.propertiesdef tr.disabled-row, #node-connectables-definition-panel table.propertiesdef tr.disabled-row {
  background-color: #EEEEEE;
}
#node-properties-definition-panel table.propertiesdef tr.errored-row, #node-connectables-definition-panel table.propertiesdef tr.errored-row {
  background-color: #FFCBD0;
}
#node-properties-definition-panel table.propertiesdef tr.errored-row input, #node-connectables-definition-panel table.propertiesdef tr.errored-row input {
  color: #AE1F2C;
}
#node-properties-definition-panel table.propertiesdef tr.hidden, #node-connectables-definition-panel table.propertiesdef tr.hidden {
  display: none;
}
#node-properties-definition-panel table.propertiesdef th, #node-connectables-definition-panel table.propertiesdef th {
  white-space: nowrap;
  line-height: 28px;
  padding: 0 10px;
  background-color: #EEEEEE;
  color: #888888;
}
#node-properties-definition-panel table.propertiesdef th.visibility-indicator, #node-connectables-definition-panel table.propertiesdef th.visibility-indicator {
  padding: 0;
}
#node-properties-definition-panel table.propertiesdef td, #node-connectables-definition-panel table.propertiesdef td {
  border: none;
  white-space: nowrap;
  overflow: hidden;
}
#node-properties-definition-panel table.propertiesdef td.name .name, #node-connectables-definition-panel table.propertiesdef td.name .name {
  display: table;
  width: 100%;
  white-space: nowrap;
}
#node-properties-definition-panel table.propertiesdef td.name .name .inherit-badge, #node-connectables-definition-panel table.propertiesdef td.name .name .inherit-badge {
  display: table-cell;
  width: 1%;
}
#node-properties-definition-panel table.propertiesdef td.type, #node-connectables-definition-panel table.propertiesdef td.type {
  width: 150px;
}
#node-properties-definition-panel table.propertiesdef td.type.define-dropdown .dd-trigger, #node-connectables-definition-panel table.propertiesdef td.type.define-dropdown .dd-trigger {
  border: none;
}
#node-properties-definition-panel table.propertiesdef td.type.define-dropdown .dd-trigger input, #node-connectables-definition-panel table.propertiesdef td.type.define-dropdown .dd-trigger input {
  padding: 0 10px;
}
#node-properties-definition-panel table.propertiesdef td.visibility, #node-connectables-definition-panel table.propertiesdef td.visibility {
  width: 0;
}
#node-properties-definition-panel table.propertiesdef td.actions, #node-connectables-definition-panel table.propertiesdef td.actions {
  width: 32px;
}
#node-properties-definition-panel table.propertiesdef td.actions.define-context-button:hover, #node-connectables-definition-panel table.propertiesdef td.actions.define-context-button:hover {
  background-color: #dcdcdc;
}
#node-properties-definition-panel table.propertiesdef td.actions.define-context-button:active, #node-connectables-definition-panel table.propertiesdef td.actions.define-context-button:active {
  background-color: #d5d5d5;
}
#node-properties-definition-panel table.propertiesdef td.actions.define-context-button .dd-trigger, #node-connectables-definition-panel table.propertiesdef td.actions.define-context-button .dd-trigger {
  display: block;
}
#node-properties-definition-panel table.propertiesdef td .inherit-badge, #node-connectables-definition-panel table.propertiesdef td .inherit-badge {
  padding-left: 5px;
  color: #888888;
  vertical-align: middle;
}
#node-properties-definition-panel table.propertiesdef span.disabled, #node-connectables-definition-panel table.propertiesdef span.disabled {
  color: #888;
}
#node-properties-definition-panel table.propertiesdef[data-table-id*=input] td.name, #node-properties-definition-panel table.propertiesdef[data-table-id*=output] td.name, #node-connectables-definition-panel table.propertiesdef[data-table-id*=input] td.name, #node-connectables-definition-panel table.propertiesdef[data-table-id*=output] td.name {
  width: 100%;
}
#node-properties-definition-panel .run-prop-panel-dropdown .dd-trigger, #node-connectables-definition-panel .run-prop-panel-dropdown .dd-trigger {
  background: #FFFFFF;
  height: 30px;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
}

.loading-panel {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  opacity: 1;
  -moz-transition: opacity, 500ms;
  -o-transition: opacity, 500ms;
  -webkit-transition: opacity, 500ms;
  transition: opacity, 500ms;
}
.loading-panel i {
  font-size: 24px;
  color: #9D53FF;
  margin-top: 10px;
}
.loading-panel p {
  font-size: 18px;
  font-weight: 300;
  color: #9D53FF;
  margin-top: 20px;
}

.search-paths .info-message {
  color: #888888;
  margin-bottom: 10px;
}
.search-paths .loading-spinner {
  color: #6D18DD;
  height: 30px;
  width: 30px;
  margin: auto;
}
.search-paths .directory-paths {
  display: flex;
  align-items: center;
}
.search-paths .directory-paths .icon {
  margin-right: 10px;
}
.search-paths .directory-paths .icon.error {
  color: #D96C75;
}
.search-paths .directory-paths .icon.warning {
  color: #FFDEA3;
}
.search-paths .directory-paths .directory-path .inner {
  padding: 2px 4px 2px 4px;
}
.search-paths .add-link {
  margin-top: 10px;
  height: 24px;
  color: #6D18DD;
  width: fit-content;
}
.search-paths .add-link i {
  margin-right: 10px;
}
.search-paths .add-link:hover {
  cursor: pointer;
  color: #9D53FF;
  text-decoration: underline;
}

.object-permissions .loading-spinner {
  color: #6D18DD;
  height: 30px;
  width: 30px;
  margin: auto;
}
.object-permissions .permission-entries {
  height: 26px;
  display: flex;
  align-items: center;
}

.error-panel-new {
  padding: 10px;
  color: #202020;
  background-color: #F2BFCB;
  border: solid 1px #BBBBBB;
  border-radius: 3px;
  word-break: break-word;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.error-panel-new.hidden {
  display: none;
}
.error-panel-new.margin-top {
  margin-top: 15px;
}
.error-panel-new.margin-bottom {
  margin-bottom: 15px;
}
.error-panel-new .simple-error {
  word-break: break-word;
  line-height: 1.5;
}
.error-panel-new.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.error-panel-new.warning {
  background-color: #FFE7B8;
}
.error-panel-new.info {
  background-color: #B8D7EC;
}
.error-panel-new.login-error-panel {
  background-color: #E4CFFF;
  max-height: 30vh;
  overflow-y: auto;
}
.error-panel-new.no-border {
  border: none;
}
.error-panel-new.no-padding {
  padding: 0;
}
.error-panel-new .responses .segment {
  display: flex;
  width: 100%;
}
.error-panel-new .responses .marker {
  padding-top: 7px;
  margin-right: 8px;
  color: #202020;
  font-size: 6px;
}
.error-panel-new .responses .errors .error {
  display: flex;
  align-items: center;
}
.error-panel-new .responses .errors .error:not(:first-child) {
  padding-top: 5px;
}
.error-panel-new .responses .errors .error .error-item {
  margin-top: 2px;
  display: flex;
}
.error-panel-new .responses .errors .error .error-item .label {
  padding-right: 5px;
  flex-shrink: 0;
  line-height: 1.5;
}
.error-panel-new .responses .errors .error .error-item .value {
  width: 100%;
  -ms-word-break: break-word;
  word-break: break-word;
  white-space: pre-wrap;
  text-align: left;
  line-height: 1.5;
}

/* Dialogs */
.lae-dialog {
  margin-top: 40px;
  padding: 30px 40px;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.33) 0 5px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  z-index: 2001;
  height: auto;
}
.lae-dialog.about-dialog {
  padding: 0;
}
.lae-dialog.scrolling-dialog, .lae-dialog.scrolling-content {
  max-height: calc(100% - 80px);
  overflow-y: auto;
}
.lae-dialog.scrolling-content {
  display: inline-flex;
  flex-direction: column;
  overflow-y: hidden;
}
.lae-dialog.hidden {
  display: none;
}
.lae-dialog .checkbox {
  padding-top: 30px;
}
.lae-dialog.narrow {
  /* NOTE: width for 'narrow' dialogs has been standardized to the normal width
  This class remains for now until the dialog can be refactored more carefully
  It has a number of substyles which do not exist in the 'normal width' class */
  width: 600px;
}
.lae-dialog.narrow .dialog-form {
  margin-top: 14px;
}
.lae-dialog.narrow .content .form-left {
  width: 48%;
}
.lae-dialog.narrow .content .form-right {
  width: 52%;
}
.lae-dialog.narrow .content .narrow-left {
  width: 25%;
  padding-top: 4px;
  padding-bottom: 4px;
}
.lae-dialog.narrow .content .wide-right {
  width: 75%;
  padding-top: 4px;
  padding-bottom: 4px;
}
.lae-dialog.narrow .block-header-symbol {
  float: right;
}
.lae-dialog.narrow .block-header-title {
  float: left;
}
.lae-dialog.narrow .error-text {
  color: red;
  margin: 16px 0 0 0;
}
.lae-dialog.narrow .input-fields {
  width: 100%;
  margin: 10px 0 0 0;
}
.lae-dialog.narrow .input-fields input {
  width: 100%;
  margin: 10px 0 0 0;
}
.lae-dialog.narrow .comment {
  line-height: 18px;
  color: #888888;
}
.lae-dialog.normal {
  width: 600px;
}
.lae-dialog.normal .content .form-left {
  width: 29%;
}
.lae-dialog.normal .content .form-right {
  width: 70%;
}
.lae-dialog.normal.error-panel .dialog-form {
  max-height: 350px;
  overflow-y: auto;
}
.lae-dialog.large {
  width: 800px;
}
.lae-dialog.large .content .form-left {
  width: 29%;
}
.lae-dialog.large .content .form-right {
  width: 70%;
}
.lae-dialog.wide {
  width: 1000px;
}
.lae-dialog.wide svg {
  overflow: hidden;
  background-color: #f3f1f3;
  border: 1px solid #888888;
}
.lae-dialog.wide .table-section th, .lae-dialog.wide .table-section td {
  padding-bottom: 10px;
  padding-right: 10px;
  text-align: left;
}
.lae-dialog.wide .table-section th, .lae-dialog.wide .table-section td:nth-child(2) {
  text-align: right;
}
.lae-dialog.wide .table-section th, .lae-dialog.wide .table-section td:nth-child(3) {
  padding-left: 100px;
}
.lae-dialog.wide .table-section th, .lae-dialog.wide .table-section td:nth-child(5) {
  text-align: right;
}
.lae-dialog.wide .table-section th, .lae-dialog.wide .table-section td:nth-child(6) {
  padding-left: 100px;
}
.lae-dialog.wide .table-section th, .lae-dialog.wide .table-section td:nth-child(8) {
  text-align: right;
}
.lae-dialog.wide .content .form-left {
  width: 20%;
}
.lae-dialog.wide .content .form-right {
  width: 79%;
}
.lae-dialog.error-panel h1 {
  color: #888888;
  font-size: 24px;
  font-weight: 300;
  text-align: justify;
}
.lae-dialog.error-panel h1 i.spinner {
  color: #888888;
  float: right;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
}
.lae-dialog.error-panel h1 i.fa-warning {
  color: #888888;
  float: right;
  font-size: 40px;
  line-height: 28px;
  font-weight: normal;
  margin-top: -5px;
}
.lae-dialog.error-panel h2 {
  color: #888888;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}
.lae-dialog.error-panel .error-panel-details {
  margin-top: 10px;
  max-height: 500px;
  padding-top: 5px;
  overflow-y: auto;
  -ms-overflow-y: auto;
}
.lae-dialog.error-panel .error-panel-details.hidden {
  display: none;
}
.lae-dialog.error-panel .error-panel-details p {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  overflow-wrap: break-word;
  padding-bottom: 1px;
}
.lae-dialog.error-panel .link {
  margin-top: 15px;
}
.lae-dialog.front {
  z-index: 20010;
}
p .lae-dialog:not(tw) {
  line-height: 16px;
}
p .lae-dialog:not(tw).spaced {
  margin-bottom: 6px;
}
.lae-dialog .content {
  min-height: 32px;
  margin-bottom: 10px;
}
.lae-dialog .content.message {
  min-height: 50px;
  max-height: 400px;
  overflow-y: auto;
  word-wrap: break-word;
}
.lae-dialog .content:last-of-type {
  margin-bottom: 0;
}
.lae-dialog .content .form-left {
  float: left;
  line-height: 32px;
}
.lae-dialog .content .form-right {
  float: right;
}
.lae-dialog .content .narrow-left {
  display: inline-block;
  line-height: 32px;
}
.lae-dialog .content .wide-right {
  float: right;
}
.lae-dialog .content {
  /*
  span {
      line-height: $height-field;

      &.right {
          float: right;
      }
  }
  */
}
.lae-dialog .content .lae-panel-error {
  animation: fadein 0.25s ease-in;
}
.lae-dialog .content .lae-panel-error span {
  line-height: 14px;
}
.lae-dialog .content.scrollable {
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 0;
}
.lae-dialog .content.scrollable .inner {
  padding-right: 20px;
}
.lae-dialog .caption {
  margin-bottom: 10px;
}
.lae-dialog .caption i.fa {
  padding-right: 7px;
}
.lae-dialog h1 {
  color: #202020;
  font-size: 18px;
  font-weight: 300;
  flex-basis: auto;
}
.lae-dialog h1.underlined {
  margin-bottom: 20px;
  padding-bottom: 1px;
  border-bottom: 1px solid #BBBBBB;
}
.lae-dialog h1 .left {
  float: left;
}
.lae-dialog h1 .right {
  float: right;
}
.lae-dialog h1:after {
  display: block;
  content: " ";
  clear: both;
}
.lae-dialog .title-loading {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 14px;
  color: #202020;
}
.lae-dialog .actions {
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  flex-shrink: 0;
  flex-basis: auto;
}
.lae-dialog .actions .left {
  float: left;
  margin-right: 20px;
}
.lae-dialog .actions .right {
  float: right;
}
.lae-dialog .actions .right .right-button {
  width: 100%;
  height: 100%;
  line-height: 2.5em;
}
.lae-dialog .actions .right .right-button .invisible {
  visibility: hidden;
}
.lae-dialog .spacer {
  width: 100%;
  height: 10px;
}

/* New dialog-styles */
.lae-dialog.normal.new {
  min-width: 600px;
  width: auto;
  width: initial;
}
.lae-dialog.normal.new .schedule-dialog main {
  max-height: calc(100vh - 270px);
}
.lae-dialog.normal.new .schedule-dialog .info-message {
  color: #888888;
}
.lae-dialog.normal.new main:not(.no-sass) {
  margin: 20px 0 32px;
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  min-height: 33px;
}
.lae-dialog.normal.new .confirmation main {
  min-height: 48px;
}
.lae-dialog.normal.new .confirmation main p {
  word-wrap: break-word;
}
.lae-dialog.normal.new .dialog-form {
  display: flex;
  flex-direction: column;
  margin: 14px 0 0 0;
}
.lae-dialog.normal.new .dialog-form .form-item {
  display: flex;
  align-items: center;
}
.lae-dialog.normal.new .dialog-form .form-item + .form-item {
  margin-top: 10px;
}
.lae-dialog.normal.new .dialog-form label {
  min-width: 48px;
}
.lae-dialog.normal.new .dialog-form label.wide {
  min-width: 64px;
}
.lae-dialog.normal.new .error-panel h1 {
  color: #888888;
}
.lae-dialog.normal.new .error-panel h1 i.fa-warning {
  color: #888888;
  float: right;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  margin-top: -4px;
}
.lae-dialog.normal.new .dialog-textarea {
  width: 100%;
  height: 120px;
}
.lae-dialog.normal.new footer {
  display: flex;
  justify-content: space-between;
}
.lae-dialog.normal.new footer .button-group {
  display: flex;
}
.lae-dialog.normal.new footer .button-group > button {
  margin-right: 20px;
}
.lae-dialog.normal.new footer .button-group > div {
  margin-right: 20px;
}
.lae-dialog.normal.new footer.margin-top {
  margin-top: 14px;
}

.dialog-normal-width {
  width: 520px;
}

.dialog-wide-width {
  width: 680px;
}

.dataflow-import-dialog main {
  max-height: calc(100vh - 300px);
  overflow: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lae-dialog.scrolling-dialog, .lae-dialog.scrolling-content {
    max-height: 88vh;
  }
  .lae-dialog .content.scrollable {
    max-height: 64vh;
  }
}
#lae-panel-create-edit .instructions {
  margin-bottom: 16px;
}
#lae-panel-create-edit form {
  display: inline-block;
  width: 100%;
}
#lae-panel-create-edit form .content {
  margin-bottom: 10px;
}
#lae-panel-create-edit form .content > .label {
  float: left;
  width: 30%;
  line-height: 32px;
}
#lae-panel-create-edit form .grouplabel {
  float: left;
  line-height: 32px;
  width: 10%;
}
#lae-panel-create-edit form .grouplabel.disabled {
  color: #888888;
}
#lae-panel-create-edit form .input {
  float: right;
  width: 70%;
  position: relative;
}
#lae-panel-create-edit form .input input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
#lae-panel-create-edit form .groupinput {
  float: right;
  width: 50%;
  margin-right: 40%;
  position: relative;
}
#lae-panel-create-edit form .groupinput.disabled {
  color: #888888;
  background-color: #EEEEEE;
}
#lae-panel-create-edit form .groupinput.narrow {
  margin-right: 0;
  width: 90%;
}
#lae-panel-create-edit form .groupinput .inner {
  padding-right: 0;
}
#lae-panel-create-edit form .disabled {
  color: #888888;
}
#lae-panel-create-edit form .disabled input.disabled {
  border-color: #EEEEEE;
  color: #888888;
  background-color: #EEEEEE;
}
#lae-panel-create-edit .groupform {
  margin-top: 15px;
  height: 401px;
}
#lae-panel-create-edit .groupform .list {
  height: 400px;
  border-radius: 5px;
  border: solid 1px #BBBBBB;
  width: 40%;
  float: left;
  box-sizing: border-box;
}
#lae-panel-create-edit .groupform .list.singlelist {
  float: none;
  width: 100%;
}
#lae-panel-create-edit .groupform .list .header {
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  background-color: #EEEEEE;
  border-radius: 5px 5px 0 0;
  border-bottom: solid 1px #BBBBBB;
}
#lae-panel-create-edit .groupform .list .hint {
  color: #888888;
  text-align: center;
  margin: auto;
  margin-top: 120px;
  width: 80%;
}
#lae-panel-create-edit .groupform .list ul {
  overflow: auto;
  height: 369px;
}
#lae-panel-create-edit .groupform .list ul li {
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#lae-panel-create-edit .groupform .list ul li:hover {
  background-color: #E4CFFF;
  cursor: pointer;
}
#lae-panel-create-edit .groupform .list ul li.selected {
  background-color: #D4B4FF;
  color: #FFFFFF;
}
#lae-panel-create-edit .groupform .list .listloading i {
  text-align: center;
  margin-top: 125px;
  width: 100%;
  color: #888888;
}
#lae-panel-create-edit .groupform .controls {
  width: 20%;
  margin-top: 30px;
  float: left;
}
#lae-panel-create-edit .groupform .controls .groupcontrols {
  text-align: center;
  margin-bottom: 15px;
}
#lae-panel-create-edit .groupform .controls .groupcontrols button {
  margin: auto;
  width: 50px;
  height: 30px;
}
#lae-panel-create-edit .groupform .controls .groupcontrols button i {
  font-size: 20px;
}

#node-property-definition-dialog .content {
  clear: both;
}
#node-property-definition-dialog .content.textarea {
  height: 80px;
}
#node-property-definition-dialog .content.textarea .form-right {
  height: inherit;
}
#node-property-definition-dialog .content.textarea .form-right textarea {
  width: 100%;
  height: 100%;
}
#node-property-definition-dialog .content .form-right .token-field-input {
  margin-bottom: 10px;
}
#node-property-definition-dialog .content .switch {
  width: 25%;
}
#node-property-definition-dialog .toggle-body {
  margin-top: 40px;
}

#lae-dataviewer-filter-dialog.narrow .content .form-left {
  width: 46%;
}
#lae-dataviewer-filter-dialog.normal .content {
  width: 100%;
}
#lae-dataviewer-filter-dialog.normal .content .form-right .ui-datepicker-inline .ui-datepicker-calendar {
  width: 100%;
}
#lae-dataviewer-filter-dialog.normal .content .form-right.multi-selectors {
  display: inline-block;
}
#lae-dataviewer-filter-dialog.normal .content .form-right.multi-selectors #dp, #lae-dataviewer-filter-dialog.normal .content .form-right.multi-selectors #dpFrom, #lae-dataviewer-filter-dialog.normal .content .form-right.multi-selectors #dpTo {
  float: left;
  width: 65%;
  position: relative;
  z-index: 5;
}
#lae-dataviewer-filter-dialog.normal .content .form-right.multi-selectors #dpTo {
  z-index: 4;
}
#lae-dataviewer-filter-dialog.normal .content .form-right.multi-selectors #time, #lae-dataviewer-filter-dialog.normal .content .form-right.multi-selectors #timeFrom, #lae-dataviewer-filter-dialog.normal .content .form-right.multi-selectors #timeTo {
  float: right;
  width: 34%;
  position: relative;
}
#lae-dataviewer-filter-dialog #filter-form {
  overflow-y: visible;
}

#lae-save-as-dialog.narrow .content {
  width: 100%;
}
#lae-save-as-dialog.narrow .content .field {
  width: 100%;
}

.dialog-form li {
  padding-bottom: 5px;
}
.dialog-form table {
  width: 100%;
  border: none;
  border-collapse: collapsed;
  word-wrap: break-word;
}
.dialog-form table .pad {
  height: 10px;
}
.dialog-form table td.form-left-cell {
  width: 1%;
  overflow: hidden;
  padding-right: 10px;
  white-space: nowrap;
  max-width: 400px;
}
.dialog-form table td.form-left-cell.align-top {
  vertical-align: top;
}
.dialog-form table td.form-left-cell.align-first-option {
  vertical-align: top;
  padding-top: 8px;
}
.dialog-form table td.grey {
  color: #888888;
}
.dialog-form table td.italic {
  font-style: italic;
}
.dialog-form table td.error {
  color: #AE1F2C;
}
.dialog-form table td.form-right-cell {
  max-width: 400px;
}
.dialog-form table td.form-right-cell .switch {
  width: 25%;
}
.dialog-form table td.form-right-cell .textarea {
  width: 100%;
  height: 120px;
}
.dialog-form table td.form-right-cell .textarea.grey-background {
  background-color: #EEEEEE;
}
.dialog-form table td.form-right-cell.inline {
  display: flex;
}
.dialog-form table td.form-right-cell.inline form .monthly-frequency-option.disabled {
  color: #BBBBBB;
}
.dialog-form table td.form-right-cell.inline form .monthly-frequency-option {
  display: flex;
  margin-bottom: 10px;
}
.dialog-form table td.form-right-cell.inline form .monthly-frequency-option input[type=radio] {
  height: 25px;
  margin-right: 10px;
}
.dialog-form table td.form-right-cell.inline form .monthly-frequency-option > *:not(.ember-view) {
  flex-shrink: 0;
}
.dialog-form table td.form-right-cell.inline > *:not(.ember-view):not(form) {
  flex-shrink: 0;
}
.dialog-form table td.form-right-cell.inline .text {
  padding-right: 10px;
}
.dialog-form .required:not(.disabled):not([disabled]) {
  background-color: #FFE7B8;
}
.dialog-form .required:not(.disabled):not([disabled]).modified {
  background-color: #FFFFFF;
}

.lae-dialog.chooser,
.lae-dialog .file-chooser {
  user-select: none;
}
.lae-dialog.chooser.wide,
.lae-dialog .file-chooser.wide {
  width: 600px;
}
.lae-dialog.chooser .content .browser-breadcrumb, .lae-dialog.chooser main .browser-breadcrumb,
.lae-dialog .file-chooser .content .browser-breadcrumb,
.lae-dialog .file-chooser main .browser-breadcrumb {
  margin-bottom: 20px;
  line-height: 1.2em;
}
.lae-dialog.chooser .content .browser-breadcrumb i.fa-angle-right, .lae-dialog.chooser main .browser-breadcrumb i.fa-angle-right,
.lae-dialog .file-chooser .content .browser-breadcrumb i.fa-angle-right,
.lae-dialog .file-chooser main .browser-breadcrumb i.fa-angle-right {
  padding: 0px 2px;
}
.lae-dialog.chooser .content .browser-breadcrumb .label, .lae-dialog.chooser main .browser-breadcrumb .label,
.lae-dialog .file-chooser .content .browser-breadcrumb .label,
.lae-dialog .file-chooser main .browser-breadcrumb .label {
  color: #6D18DD;
  cursor: pointer;
  line-height: 1.25em;
}
.lae-dialog.chooser .content .browser-breadcrumb .label i, .lae-dialog.chooser main .browser-breadcrumb .label i,
.lae-dialog .file-chooser .content .browser-breadcrumb .label i,
.lae-dialog .file-chooser main .browser-breadcrumb .label i {
  color: black;
  cursor: default;
}
.lae-dialog.chooser .content .browser-breadcrumb .label-last, .lae-dialog.chooser main .browser-breadcrumb .label-last,
.lae-dialog .file-chooser .content .browser-breadcrumb .label-last,
.lae-dialog .file-chooser main .browser-breadcrumb .label-last {
  color: black;
  cursor: default;
  line-height: 1.25em;
}
.lae-dialog.chooser .content .browser-breadcrumb .label-last i, .lae-dialog.chooser main .browser-breadcrumb .label-last i,
.lae-dialog .file-chooser .content .browser-breadcrumb .label-last i,
.lae-dialog .file-chooser main .browser-breadcrumb .label-last i {
  color: black;
  cursor: default;
}
.lae-dialog.chooser .content .file-input, .lae-dialog.chooser main .file-input,
.lae-dialog .file-chooser .content .file-input,
.lae-dialog .file-chooser main .file-input {
  width: 100%;
  padding-top: 20px;
  position: relative;
}
.lae-dialog.chooser .content .file-input span.label, .lae-dialog.chooser main .file-input span.label,
.lae-dialog .file-chooser .content .file-input span.label,
.lae-dialog .file-chooser main .file-input span.label {
  width: 14%;
  float: left;
}
.lae-dialog.chooser .content .file-input span.input-field input, .lae-dialog.chooser main .file-input span.input-field input,
.lae-dialog .file-chooser .content .file-input span.input-field input,
.lae-dialog .file-chooser main .file-input span.input-field input {
  width: 86%;
}
.lae-dialog.chooser .content .file-view, .lae-dialog.chooser main .file-view,
.lae-dialog .file-chooser .content .file-view,
.lae-dialog .file-chooser main .file-view {
  height: 200px;
  border: 1pt solid #BBBBBB;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.lae-dialog.chooser .content .file-view ul, .lae-dialog.chooser main .file-view ul,
.lae-dialog .file-chooser .content .file-view ul,
.lae-dialog .file-chooser main .file-view ul {
  margin: 4px 0px;
}
.lae-dialog.chooser .content .file-view li, .lae-dialog.chooser main .file-view li,
.lae-dialog .file-chooser .content .file-view li,
.lae-dialog .file-chooser main .file-view li {
  padding: 8px 12px;
  margin: 0px;
  width: 100%;
  overflow-x: hidden;
}
.lae-dialog.chooser .content .file-view li div.folder-icon, .lae-dialog.chooser main .file-view li div.folder-icon,
.lae-dialog .file-chooser .content .file-view li div.folder-icon,
.lae-dialog .file-chooser main .file-view li div.folder-icon {
  float: left;
  width: 4%;
}
.lae-dialog.chooser .content .file-view li div.folder-label, .lae-dialog.chooser main .file-view li div.folder-label,
.lae-dialog .file-chooser .content .file-view li div.folder-label,
.lae-dialog .file-chooser main .file-view li div.folder-label {
  float: left;
  width: 90%;
  word-wrap: break-word;
}
.lae-dialog.chooser .content .file-view li div.left, .lae-dialog.chooser main .file-view li div.left,
.lae-dialog .file-chooser .content .file-view li div.left,
.lae-dialog .file-chooser main .file-view li div.left {
  display: flex;
  float: left;
  width: 90%;
  -ms-word-break: break-all;
  word-break: break-all;
}
.lae-dialog.chooser .content .file-view li div.left i, .lae-dialog.chooser main .file-view li div.left i,
.lae-dialog .file-chooser .content .file-view li div.left i,
.lae-dialog .file-chooser main .file-view li div.left i {
  display: inline;
}
.lae-dialog.chooser .content .file-view li div.right, .lae-dialog.chooser main .file-view li div.right,
.lae-dialog .file-chooser .content .file-view li div.right,
.lae-dialog .file-chooser main .file-view li div.right {
  display: inline;
  padding-left: 16px;
}
.lae-dialog.chooser .content .file-view li i, .lae-dialog.chooser main .file-view li i,
.lae-dialog .file-chooser .content .file-view li i,
.lae-dialog .file-chooser main .file-view li i {
  margin-right: 10px;
}
.lae-dialog.chooser .content .file-view li i.fa-folder, .lae-dialog.chooser main .file-view li i.fa-folder,
.lae-dialog .file-chooser .content .file-view li i.fa-folder,
.lae-dialog .file-chooser main .file-view li i.fa-folder {
  color: sandybrown;
}
.lae-dialog.chooser .content .file-view li:hover, .lae-dialog.chooser main .file-view li:hover,
.lae-dialog .file-chooser .content .file-view li:hover,
.lae-dialog .file-chooser main .file-view li:hover {
  background-color: #F5EEFF;
  cursor: pointer;
}
.lae-dialog.chooser .content .file-view li:focus, .lae-dialog.chooser main .file-view li:focus,
.lae-dialog .file-chooser .content .file-view li:focus,
.lae-dialog .file-chooser main .file-view li:focus {
  background-color: #E4CFFF;
  outline: 0;
}
.lae-dialog.chooser .content .file-view li .selected, .lae-dialog.chooser main .file-view li .selected,
.lae-dialog .file-chooser .content .file-view li .selected,
.lae-dialog .file-chooser main .file-view li .selected {
  background-color: #E4CFFF;
}

.file-chooser .lae-overlay {
  z-index: 1000;
}

/* Specific dv-file-chooser styles */
.lae-dialog .file-chooser .file-input {
  display: flex;
  align-items: center;
}
.lae-dialog .file-chooser .file-input input {
  flex-grow: 1;
}

.lae-dialog.normal.exists p,
.lae-dialog.normal .exists p {
  word-break: break-word;
}
.lae-dialog.normal.exists ul.radio-panel li,
.lae-dialog.normal .exists ul.radio-panel li {
  padding: 16px 0 0 0;
  width: 100%;
}
.lae-dialog.normal.exists ul.radio-panel li.middle,
.lae-dialog.normal .exists ul.radio-panel li.middle {
  padding: 8px 0 0 0;
}
.lae-dialog.normal.exists ul.radio-panel li .label,
.lae-dialog.normal .exists ul.radio-panel li .label {
  padding: 0 10px;
}
.lae-dialog.normal.exists ul.radio-panel li input.file-name,
.lae-dialog.normal .exists ul.radio-panel li input.file-name {
  width: 78%;
}

.lae-dialog.normal .exists ul.radio-panel li {
  display: flex;
  align-items: center;
  padding-top: 13px;
}
.lae-dialog.normal .exists ul.radio-panel li:first-child {
  padding-top: 14px;
}
.lae-dialog.normal .exists ul.radio-panel li:last-child {
  padding-top: 20px;
}
.lae-dialog.normal .exists ul.radio-panel input[type=radio] {
  margin-top: 0px;
}

.conflicts-dialog section.errors {
  overflow: auto;
  max-height: 500px;
}
.conflicts-dialog .conflicts {
  max-height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
}
.conflicts-dialog table.conflictsTable {
  background-color: #EEEEEE;
  width: 100%;
  border: 1px solid #BBBBBB;
  border-radius: 5px;
}
.conflicts-dialog table.conflictsTable th {
  color: #888888;
  border-bottom: 1px solid #BBBBBB;
  padding: 8px;
}
.conflicts-dialog table.conflictsTable td {
  padding: 8px;
}
.conflicts-dialog table.conflictsTable td .fa {
  margin-right: 5px;
}
.conflicts-dialog li {
  list-style: disc;
  margin-left: 18px;
}
.conflicts-dialog p {
  margin: 20px 0;
}
.conflicts-dialog strong {
  font-weight: bold;
}
.conflicts-dialog .overwrite-btn {
  margin-right: 15px;
}
.conflicts-dialog .smallprint {
  padding: 0 0 10px 0;
  color: #888888;
}

.move-conflicts-dialog * {
  box-sizing: border-box;
}
.move-conflicts-dialog .conflicts-table {
  width: 100%;
  margin: 0;
  border: solid 1px #BBBBBB;
  border-radius: 3px;
}
.move-conflicts-dialog .conflicts-table header {
  display: flex;
  background-color: #EEEEEE;
  color: #888888;
  border-bottom: solid 1px #BBBBBB;
  height: 30px;
}
.move-conflicts-dialog .conflicts-table header > div {
  flex: 0 0 25%;
  padding-left: 7px;
  display: flex;
  align-items: center;
  text-align: left;
}
.move-conflicts-dialog .conflicts-table header > div.adjust-for-dropdowns {
  padding-left: 17px;
}
.move-conflicts-dialog .conflicts-table header.sub-heading {
  border: 0;
}
.move-conflicts-dialog .conflicts-table .row {
  display: flex;
  height: 35px;
  width: 100%;
}
.move-conflicts-dialog .conflicts-table .row .cell {
  flex: 0 0 25%;
  padding-left: 7px;
  display: flex;
  align-items: center;
}
.move-conflicts-dialog .conflicts-table .row .classic-dropdown {
  border: 0;
}
.move-conflicts-dialog .conflicts-table .row .icon {
  margin-right: 10px;
  width: 20px;
}
.move-conflicts-dialog .lockingConflicts {
  margin: 20px 0 10px;
}
.move-conflicts-dialog .lockingConflicts p {
  margin: 10px 0;
}
.move-conflicts-dialog .lockingConflicts p.title {
  margin: 10px 0 15px 0;
}
.move-conflicts-dialog .lockingConflicts p i.fa {
  margin-right: 10px;
}
.move-conflicts-dialog .smallprint {
  padding: 10px 0;
  color: #888888;
}
.move-conflicts-dialog {
  /* IE 11 Hacks. Hopefully Removed one day */
}
.move-conflicts-dialog .classic-dropdown {
  max-width: 170px; /* Needed for IE11. */
}
.move-conflicts-dialog .cell {
  max-width: 25%; /* IE11 doesn't use box-sizing when calculating flex-basis percentage */
}
.move-conflicts-dialog header > div {
  max-width: 25%; /* IE11 doesn't use box-sizing when calculating flex-basis percentage */
}
.move-conflicts-dialog {
  /* IE 11 Hacks */
}

.node-log-dialog .ember-table-overflow {
  scrollbar-gutter: stable;
}

.search-paths-editor-dialog .search-paths-table {
  display: flex;
  flex-direction: column;
  border: solid 1px #BBBBBB;
  border-radius: 3px;
  margin-top: 10px;
}
.search-paths-editor-dialog .search-paths-table .header {
  background-color: #EEEEEE;
  color: #888888;
  border-radius: 3px 3px 0 0;
  border-bottom: solid 1px #BBBBBB;
  padding: 0 10px;
  height: 28px;
  display: flex;
  align-items: center;
}
.search-paths-editor-dialog .search-paths-table .loading-spinner {
  color: #6D18DD;
  height: 30px;
  width: 30px;
  margin: auto;
  display: flex;
  align-items: center;
}
.search-paths-editor-dialog .search-paths-table .library-path-row {
  padding-left: 10px;
  height: 28px;
  display: flex;
  align-items: center;
}
.search-paths-editor-dialog .search-paths-table .library-path-row .icon, .search-paths-editor-dialog .search-paths-table .library-path-row .library-path-context-menu {
  flex-shrink: 0;
  flex-grow: 0;
}
.search-paths-editor-dialog .search-paths-table .library-path-row.new .path-name {
  color: #888888;
  flex: 1;
}
.search-paths-editor-dialog .search-paths-table .library-path-row.new .path-name i {
  margin: 0 3px 0 5px;
  font-size: 10px;
  color: #383838;
}
.search-paths-editor-dialog .search-paths-table .library-path-row .directory-path .inner {
  padding: 2px 4px 2px 4px;
}
.search-paths-editor-dialog .toggle-body {
  margin-top: 10px;
}
.search-paths-editor-dialog .toggle-body .message {
  margin-bottom: 5px;
}
.search-paths-editor-dialog .loading-errors {
  margin-top: 15px;
}
.search-paths-editor-dialog .loading-errors .icon {
  margin-right: 5px;
}
.search-paths-editor-dialog .error-row {
  line-height: 22px;
  font-size: 14px;
}
.search-paths-editor-dialog .error-row .icon {
  font-size: 12px;
  margin-right: 2px;
}
.search-paths-editor-dialog .error-row .icon.error {
  color: #D96C75;
}
.search-paths-editor-dialog .error-row .icon.warning {
  color: #FFDEA3;
}
.search-paths-editor-dialog .error-row .right {
  float: right;
  min-width: 115px;
}
.search-paths-editor-dialog .error-row .right .not-found {
  color: #888888;
  float: left;
}

.permissions-dialog .lae-dialog {
  width: 640px;
}
.permissions-dialog .header .directory-path {
  white-space: normal;
}
.permissions-dialog .fa.right.disabled {
  font-size: 15px;
  color: #BBBBBB;
}
.permissions-dialog .advanced-container {
  display: flex;
  justify-content: space-between;
}
.permissions-dialog .tab-content.acl {
  width: 100%;
  height: 100%;
  margin: 20px 0 10px 0;
}
.permissions-dialog .tab-content.acl.hidden {
  display: none;
}
.permissions-dialog .tab-content.acl .left {
  flex: 0 0 360px;
  min-height: 200px;
}
.permissions-dialog .tab-content.acl .right {
  flex: 0 0 170px;
  display: flex;
  flex-direction: column;
}
.permissions-dialog .tab-content.acl .permissions-table {
  min-width: 140px;
  flex: 0 0 205px;
  border: solid 1px #BBBBBB;
  border-radius: 3px;
  table-layout: fixed;
  margin-bottom: 10px;
}
.permissions-dialog .tab-content.acl .permissions-table table {
  width: 100%;
}
.permissions-dialog .tab-content.acl .permissions-table .header {
  background-color: #EEEEEE;
  color: #888888;
  border-radius: 3px 3px 0 0;
  border-bottom: solid 1px #BBBBBB;
  width: 100%;
}
.permissions-dialog .tab-content.acl .permissions-table .body {
  font-size: 13px;
}
.permissions-dialog .tab-content.acl .permissions-table .row {
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.permissions-dialog .tab-content.acl .permissions-table .row .permission {
  width: 10px;
  padding-left: 7px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.entries {
  margin: 0;
  border: solid 1px #BBBBBB;
  border-radius: 3px;
}
.entries header {
  display: flex;
  background-color: #EEEEEE;
  color: #888888;
  border-bottom: solid 1px #BBBBBB;
  height: 30px;
}
.entries header > div {
  padding: 7px;
}
.entries header .users {
  flex: 0 0 313px;
}
.entries .entries-container {
  width: 100%;
  position: relative;
  min-height: 170px;
  transition: min-height 0.25s ease-in-out;
  padding-bottom: 46px;
}
.entries .entries-container .grantees {
  position: absolute;
  width: 250px;
  height: 40px;
  padding: 6px 0 0 5px;
  background-color: #FFFFFF;
  bottom: 0;
}
.entries .entries-container .row {
  display: flex;
  align-items: center;
  height: 35px;
}
.entries .entries-container .row.disabled {
  color: #BBBBBB;
}
.entries .entries-container .row .icon {
  flex: 0 0 30px;
  padding-left: 7px;
}
.entries .entries-container .row .grantee {
  flex: 1;
}
.entries .entries-container .row .status-icon {
  flex: 0 0 20px;
  color: #BBBBBB;
}
.entries .entries-container .row .permissions {
  flex: 0 0 195px;
}
.entries .entries-container .row .action {
  flex: 0 0 30px;
}
.entries.advanced .row .permissions {
  flex: 0 0 50px;
}
.entries.advanced .row:focus, .entries.advanced .row.selected {
  background-color: #B984FF;
  color: #FFFFFF;
}

.schedule-dialog .data-flow-dropdown-label, .schedule-run-dialog .data-flow-dropdown-label {
  width: 90px;
}
.schedule-dialog .run-properties-dropdown, .schedule-run-dialog .run-properties-dropdown {
  background-color: #f9f7f7;
  border: solid 1px #BBBBBB;
  border-radius: 3px;
  width: 585px;
}
.schedule-dialog .run-properties-dropdown:hover, .schedule-run-dialog .run-properties-dropdown:hover {
  cursor: pointer;
}
.schedule-dialog .run-properties-dropdown:hover input, .schedule-run-dialog .run-properties-dropdown:hover input {
  cursor: pointer;
}
.schedule-dialog .run-properties-dropdown:hover.open.editable input, .schedule-run-dialog .run-properties-dropdown:hover.open.editable input {
  cursor: default;
}
.schedule-dialog .run-properties-dropdown .dd-trigger, .schedule-run-dialog .run-properties-dropdown .dd-trigger {
  display: flex;
  background-color: #FFFFFF;
  border-radius: 3px;
  height: 32px;
}
.schedule-dialog .run-properties-dropdown .dd-trigger .trigger-content, .schedule-run-dialog .run-properties-dropdown .dd-trigger .trigger-content {
  overflow-x: hidden;
  display: flex;
  justify-content: space-between;
}
.schedule-dialog .run-properties-dropdown .dd-trigger .trigger-content .trigger-text, .schedule-run-dialog .run-properties-dropdown .dd-trigger .trigger-content .trigger-text {
  width: 100%;
  padding: 2px 10px 2px 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schedule-dialog .run-properties-dropdown .dd-trigger .trigger-info, .schedule-run-dialog .run-properties-dropdown .dd-trigger .trigger-info {
  flex-shrink: 0;
  background-color: #EEEEEE;
  border-radius: 2px;
  padding: 4px;
  margin-left: auto;
  margin-right: 10px;
}
.schedule-dialog .run-properties-dropdown .dd-trigger .dd-button, .schedule-run-dialog .run-properties-dropdown .dd-trigger .dd-button {
  padding: 6px 5px 6px 5px;
}
.schedule-dialog .run-properties-dropdown .dd-trigger .dd-button:hover, .schedule-run-dialog .run-properties-dropdown .dd-trigger .dd-button:hover {
  background-color: #EEEEEE;
}
.schedule-dialog .run-properties-dropdown.has-error input, .schedule-run-dialog .run-properties-dropdown.has-error input {
  background-color: #FFCBD0;
}
.schedule-dialog .run-properties-dropdown.is-required input, .schedule-run-dialog .run-properties-dropdown.is-required input {
  background-color: #FFE7B8;
}
.schedule-dialog .run-properties-dropdown.disabled input, .schedule-run-dialog .run-properties-dropdown.disabled input {
  color: #BBBBBB;
}

.run-properties-dropdown-content {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 250px;
  max-width: 400px;
}
.run-properties-dropdown-content li {
  display: flex;
  align-items: center;
}
.run-properties-dropdown-content li .value {
  width: 100%;
  overflow-x: hidden;
  padding-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  direction: rtl;
}
.run-properties-dropdown-content li .info {
  flex-shrink: 0;
  margin-left: auto;
  background-color: #EEEEEE;
  border-radius: 2px;
  line-height: 12px;
  padding: 3px;
}

/* Widgets */
#lae-app-main, #lae-app-main-transition {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 80px;
  bottom: 55px;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
#lae-app-main.designer, #lae-app-main-transition.designer {
  bottom: 0;
}
#lae-app-main #lae-app-canvas-pane, #lae-app-main-transition #lae-app-canvas-pane {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  background-repeat: repeat;
  background-position: 0px 0px;
  z-index: 1;
  overflow: hidden;
}
#lae-app-main #lae-app-canvas-pane #lae-app-canvas, #lae-app-main-transition #lae-app-canvas-pane #lae-app-canvas {
  position: relative;
  display: inline-block;
  margin: 0px;
  width: 1994px;
  height: 719px;
  opacity: 1;
}
#lae-app-main #lae-app-canvas-pane #lae-app-canvas img, #lae-app-main-transition #lae-app-canvas-pane #lae-app-canvas img {
  position: absolute;
  pointer-events: none;
}
#lae-app-main #lae-app-canvas-pane #lae-app-canvas.hidden, #lae-app-main-transition #lae-app-canvas-pane #lae-app-canvas.hidden {
  opacity: 0;
}
#lae-app-main #lae-app-canvas-pane #lae-app-canvas .signposting, #lae-app-main-transition #lae-app-canvas-pane #lae-app-canvas .signposting {
  position: absolute;
  top: 80px;
}
#lae-app-main #lae-app-canvas-pane #lae-app-canvas .signposting.hidden, #lae-app-main-transition #lae-app-canvas-pane #lae-app-canvas .signposting.hidden {
  display: none;
}
#lae-app-main #lae-app-canvas-pane #lae-app-canvas .signposting .icon, #lae-app-main-transition #lae-app-canvas-pane #lae-app-canvas .signposting .icon {
  position: relative;
  width: 400px;
}
#lae-app-main #lae-app-canvas-pane #lae-app-canvas .signposting .caption, #lae-app-main-transition #lae-app-canvas-pane #lae-app-canvas .signposting .caption {
  position: relative;
  color: #9D53FF;
  font-size: 24px;
  width: 320px;
  margin: auto;
  margin-top: 20px;
}

#lae-app-canvas-new #progress-bar {
  height: 3px;
  position: absolute;
  width: 100%;
}
#lae-app-canvas-new #progress-bar.low {
  top: 31px;
}
#lae-app-canvas-new #progress-bar.high {
  top: 1px;
}

#lae-app-canvas {
  transform-origin: 30% 60%;
  -webkit-transform-origin: 30% 60%;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -webkit-transition: transform 250ms; /* Safari */
  transition: transform 250ms;
}
#lae-app-canvas #progress-bar {
  height: 3px;
  position: absolute;
  width: 100%;
}
#lae-app-canvas #progress-bar.low {
  top: 31px;
}
#lae-app-canvas #progress-bar.high {
  top: 1px;
}

#lae-app-main-transition {
  bottom: 0;
}

#lae-app-main-transition #lae-app-canvas-pane {
  right: 0;
}

#lae-app-main-transition #lae-app-canvas-pane .pane-loading i {
  font-size: 100px;
  color: #9D53FF;
}

#lae-app-main-transition #lae-app-canvas-pane .pane-loading p {
  font-size: 18px;
  font-weight: 300;
  color: #9D53FF;
  margin-top: 30px;
}

#lae-app-main-transition.loaded #lae-app-canvas-pane .pane-loading {
  opacity: 0;
}

#lae-app-main-transition #lae-app-canvas-pane .pane-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 150px;
  opacity: 1;
  -moz-transition: opacity, 500ms;
  -o-transition: opacity, 500ms;
  -webkit-transition: opacity, 500ms;
  transition: opacity, 500ms;
}

.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  cursor: default;
  line-height: inherit;
  height: 100%;
  outline: none;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.1em;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: "Source Sans Pro WebFont";
}
#inPlaceEditBox .ql-editor {
  cursor: text;
}
.ql-editor.quill-html {
  box-sizing: content-box;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ol > li[data-list=bullet]::before {
  content: "•";
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
  text-align: right;
  margin-right: 0.3em;
  margin-left: -1.5em;
}

.ql-editor li.ql-direction-rtl::before {
  text-align: left;
  margin-left: 0.3em;
}

.ql-editor ol li,
.ql-editor ul li {
  padding-left: 1em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
}

.ql-editor ol li:before {
  content: counter(list-num, decimal) ". ";
}

.ql-editor ol li.ql-indent-1,
.ql-editor ol > li.display-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before,
.ql-editor ol > li.display-indent-1::before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1,
.ql-editor ol > li.display-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2,
.ql-editor ol > li.display-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before,
.ql-editor ol > li.display-indent-2::before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2,
.ql-editor ol > li.display-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3,
.ql-editor ol > li.display-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before,
.ql-editor ol > li.display-indent-3::before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3,
.ql-editor ol > li.display-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4,
.ql-editor ol > li.display-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before,
.ql-editor ol > li.display-indent-4::before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4,
.ql-editor ol > li.display-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5,
.ql-editor ol > li.display-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before,
.ql-editor ol > li.display-indent-5::before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5,
.ql-editor ol > li.display-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6,
.ql-editor ol > li.display-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before,
.ql-editor ol > li.display-indent-6::before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6,
.ql-editor ol > li.display-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7,
.ql-editor ol > li.display-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before,
.ql-editor ol > li.display-indent-7::before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7,
.ql-editor ol > li.display-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8,
.ql-editor ol > li.display-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before,
.ql-editor ol > li.display-indent-8::before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8,
.ql-editor ol > li.display-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9,
.ql-editor ol > li.display-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before,
.ql-editor ol > li.display-indent-9::before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor ul > li::before {
  content: "•";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 2em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 2em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 2em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 2em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 4em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 4em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 4em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 4em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 5em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 5em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 7em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 7em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 7em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 7em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 8em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 8em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 8em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 8em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 10em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 10em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 10em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 10em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 1em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge,
.ql-editor h1 {
  font-size: 2.5em;
}

.ql-editor h1 {
  font-weight: 400;
  border: none;
}
.ql-editor h1 .ql-size-huge, .ql-editor h1 .ql-size-large, .ql-editor h1 .ql-size-small {
  font-size: 1em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}

.quill-editor {
  height: 100%;
}
.quill-editor .ql-toolbar {
  z-index: 100;
  font-size: 14px !important;
}
.quill-editor .ql-toolbar svg {
  display: none;
}
.quill-editor .ql-toolbar button.fa {
  line-height: 30px;
}
.quill-editor .ql-toolbar .ql-active {
  background: #EAEAEA;
}
.quill-editor .ql-toolbar .ql-size .ql-active {
  background: white;
}
.quill-editor .ql-toolbar .ql-align span.ql-picker-item:not([data-value=""])::before,
.quill-editor .ql-toolbar .ql-align span.ql-picker-label:not([data-value=""])::before {
  content: "\f036";
}
.quill-editor .ql-toolbar .ql-align span.ql-picker-item[data-value=center]::before,
.quill-editor .ql-toolbar .ql-align span.ql-picker-label[data-value=center]::before {
  content: "\f037";
}
.quill-editor .ql-toolbar .ql-align span.ql-picker-item[data-value=right]::before,
.quill-editor .ql-toolbar .ql-align span.ql-picker-label[data-value=right]::before {
  content: "\f038";
}
.quill-editor .ql-toolbar .ql-align span.ql-picker-item[data-value=justify]::before,
.quill-editor .ql-toolbar .ql-align span.ql-picker-label[data-value=justify]::before {
  content: "\f039";
}
.quill-editor .ql-tooltip.ql-hidden {
  display: none;
}
.quill-editor .ql-picker span.ql-picker-options[aria-hidden=true] {
  display: none;
}
.quill-editor .ql-picker .ql-picker-options[aria-hidden=false] {
  height: auto;
}
.quill-editor .ql-picker-options,
.quill-editor .color-picker-options {
  background: white;
}
.quill-editor .ql-picker-options {
  border-top: 1px solid #eaeaea;
  box-shadow: 0 4px 3px 2px rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.06);
}
.quill-editor .color-picker-options {
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.06);
}
.quill-editor .color-picker-options {
  width: 60px;
  height: 150px;
}
.quill-editor .ql-picker.ql-icon-picker {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-family: FontAwesome;
  text-align: center;
}
.quill-editor .ql-picker.ql-icon-picker:hover, .quill-editor .ql-picker.ql-icon-picker.ql-expanded {
  background: #EAEAEA;
}
.quill-editor .ql-picker.ql-size {
  height: 30px;
  width: 100px;
  display: inline-block;
}
.quill-editor .ql-picker.ql-size .ql-picker-label::after {
  content: "\f0d7";
  display: inline-block;
  position: absolute;
  right: 10px;
  font-family: FontAwesome;
}
.quill-editor .ql-picker.ql-size.ql-expanded .ql-picker-label {
  color: #AAA;
}
.quill-editor .ql-picker.ql-size .ql-picker-label,
.quill-editor .ql-picker.ql-size .ql-picker-options .ql-picker-item {
  padding-left: 8px;
  position: relative;
}
.quill-editor .ql-picker.ql-size .ql-picker-label[data-label=Title]::before,
.quill-editor .ql-picker.ql-size .ql-picker-options .ql-picker-item[data-label=Title]::before {
  content: "Title";
}
.quill-editor .ql-picker.ql-size .ql-picker-label[data-label=Subtitle]::before,
.quill-editor .ql-picker.ql-size .ql-picker-options .ql-picker-item[data-label=Subtitle]::before {
  content: "Subtitle";
}
.quill-editor .ql-picker.ql-size .ql-picker-label[data-label=Paragraph]::before,
.quill-editor .ql-picker.ql-size .ql-picker-options .ql-picker-item[data-label=Paragraph]::before {
  content: "Paragraph";
}
.quill-editor .ql-picker.ql-size .ql-picker-options {
  padding-bottom: 6px;
}
.quill-editor .ql-picker.ql-size .ql-picker-options .ql-picker-item[data-label=Title]::before {
  font-size: 20px !important;
}
.quill-editor .ql-picker.ql-size .ql-picker-options .ql-picker-item[data-label=Subtitle]::before {
  font-size: 16px !important;
}
.quill-editor .ql-picker.ql-size .ql-picker-options .ql-picker-item[data-label=Paragraph]::before {
  font-size: 12px !important;
}
.quill-editor .ql-picker .ql-picker-options {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.quill-editor .ql-picker .ql-picker-item:hover {
  background-color: #bee3f8;
}
.quill-editor .ql-picker.ql-size span, .quill-editor .ql-picker.ql-icon-picker span {
  width: inherit;
  height: 30px;
  display: inline-block;
}
.quill-editor .ql-picker.ql-size span {
  line-height: 30px;
}
.quill-editor .ql-picker.ql-icon-picker span {
  line-height: 32px;
}

.ql-editor strong {
  font-weight: 900;
}
.ql-editor em {
  font-style: italic;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}

.color-picker-button.FEFFC5 {
  background: #FEFFC5;
  border-color: #ffd969;
}

.color-picker-button.FFE5C8 {
  background: #FFE5C8;
  border-color: #ffb300;
}

.color-picker-button.FFD2CA {
  background: #FFD2CA;
  border-color: #ea8141;
}

.color-picker-button.FFC8E7 {
  background: #FFC8E7;
  border-color: #f17e7e;
}

.color-picker-button.EBCAFF {
  background: #EBCAFF;
  border-color: #bd67d8;
}

.color-picker-button.CAD4FF {
  background: #CAD4FF;
  border-color: #8c92e4;
}

.color-picker-button.BBFFEC {
  background: #BBFFEC;
  border-color: #79c7c1;
}

.color-picker-button.DFFFC6 {
  background: #DFFFC6;
  border-color: #b8d231;
}

.color-picker-button.EEEEEE {
  background: #EEEEEE;
  border-color: #bbbbbb;
}

.color-picker-button.FFFFFF {
  background: #FFFFFF;
  border-color: #d4d4d4;
}

.info-box-stateful {
  border-color: #008CCB;
  background-color: #C2E2EE;
}
.info-box-stateful .icon {
  color: #008CCB;
}
.info-box-stateful .dismiss-link {
  color: #008CCB;
}
.info-box-stateful .dismiss-link:hover {
  color: #005C87;
}
.info-box-stateful.error {
  border-color: #AE1F2C;
  background-color: #FFCBD0;
}
.info-box-stateful.error .icon {
  color: #AE1F2C;
}
.info-box-stateful.error .dismiss-link {
  color: #AE1F2C;
}
.info-box-stateful.error .dismiss-link:hover {
  color: #380A0E;
}
.info-box-stateful.warning {
  border-color: #CC8F22;
  background-color: #ffe5c3;
}
.info-box-stateful.warning .icon {
  color: #CC8F22;
}
.info-box-stateful.warning .dismiss-link {
  color: #CC8F22;
}
.info-box-stateful.warning .dismiss-link:hover {
  color: #CC8F22;
}
.info-box-stateful.valid {
  border-color: #00853E;
  background-color: #E6F3EC;
}
.info-box-stateful.valid .icon {
  color: #00853E;
}
.info-box-stateful.valid .dismiss-link {
  color: #00853E;
}
.info-box-stateful.valid .dismiss-link:hover {
  color: #17380B;
}

.dv-monaco-editor .monaco-editor {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* Menus  */
.context-menu {
  position: fixed;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
  border-radius: 3px;
  z-index: 4000;
  left: -1000px;
}
.context-menu .hidden {
  display: none;
}
.context-menu .loading {
  width: 100px;
}
.context-menu ul {
  width: auto !important;
}
.context-menu ul.overflows {
  overflow-y: auto;
}
.context-menu ul.hidden {
  display: none;
}
.context-menu li {
  display: flex;
  position: relative;
  padding: 10px 17px 10px 17px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
}
.context-menu li.disabled {
  color: #888888;
}
.context-menu li.default {
  font-weight: bold;
}
.context-menu li.hidden {
  height: auto;
  display: none;
}
.context-menu li.can-hover:hover {
  background: transparent;
  background-color: #F5EEFF;
}
.context-menu li.separator {
  display: block;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #EEEEEE;
  margin: 0;
  height: 0px;
  line-height: 0px;
}
.context-menu li.title {
  color: #888888;
}
.context-menu li .submenu-caret {
  flex-grow: 0;
  padding-left: 20px;
}
.context-menu li .shortcut {
  flex-grow: 0;
  color: #888888;
  padding-left: 20px;
}
.context-menu li .check-mark {
  flex-grow: 0;
  color: #202020;
  padding-right: 5px;
}
.context-menu li .menu-item-label {
  flex-grow: 1;
}

.context-menu-button i.pad-left {
  padding-left: 10px;
}

/* Canvas SVG Elements */
.svgCanvas {
  width: calc(100% + 1000px);
}
.svgCanvas h1, .svgCanvas h2, .svgCanvas h3, .svgCanvas h4, .svgCanvas h5 {
  border: inherit;
  font-weight: inherit;
}
.svgCanvas g.temporary {
  opacity: 0.2;
}
.svgCanvas .selected {
  stroke: #222;
  stroke-width: 2;
}
.svgCanvas .disabled {
  fill-opacity: 0.3;
}
.svgCanvas .node.temporary {
  opacity: 0.2;
}
.svgCanvas .pin {
  fill: #f0f0f0;
  stroke: #979c9f;
  stroke-width: 1;
}
.svgCanvas .pin.selected {
  stroke: #333;
  stroke-width: 2;
}
.svgCanvas .pin.ghost {
  stroke-dasharray: 2, 2;
  stroke-width: 1;
}
.svgCanvas .pin.ghost:hover {
  stroke-width: 1.6;
}
.svgCanvas .has-state {
  fill: #00a000;
  stroke: #007000;
  stroke-width: 1;
  cursor: pointer;
}
.svgCanvas .has-state.stale {
  fill: #fff;
  stroke: #455c73;
  stroke-width: 1.5;
}
.svgCanvas .has-state.no-select {
  cursor: default;
}
.svgCanvas .unsatisfied-pin {
  stroke: #FF8800;
  stroke-width: 1.5;
  fill: none;
}
.svgCanvas .no-state {
  fill: darkgray;
  stroke: darkgray;
  stroke-width: 1;
  cursor: pointer;
}
.svgCanvas .no-state.no-select {
  cursor: default;
}
.svgCanvas .selectable {
  cursor: pointer;
}
.svgCanvas .no-select {
  cursor: default;
}
.svgCanvas .has-trace {
  fill: #b828d1;
  stroke: #b828d1;
  stroke-width: 1;
}
.svgCanvas .results {
  fill: #d5d5d5;
  stroke: #aeaeae;
  stroke-width: 1;
}
.svgCanvas .results.has-trace {
  fill: #dbb5e2;
  stroke: #b828d1;
}
.svgCanvas .unbundle-button {
  cursor: pointer;
}
.svgCanvas .unbundle-button.error rect {
  stroke: #d65700;
  fill: #fddaaa;
}
.svgCanvas .unbundle-button.error line {
  stroke: black;
}
.svgCanvas .node-text {
  text-anchor: middle;
  font-size: 12px;
  stroke: none;
  stroke-width: 1;
  fill: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.svgCanvas .node-text::selection {
  background: none;
}
.svgCanvas .node-text.invalid {
  fill: #D11947;
}
.svgCanvas .node-text.stale {
  font-weight: bold;
  fill: #455c73;
}
.svgCanvas .node-text-highlight {
  fill: #388FC9;
  fill-opacity: 0.3;
  stroke: #006FBA;
  stroke-width: 1;
  stroke-opacity: 1;
}
.svgCanvas .node-text-highlight.error {
  fill: #D11947;
  stroke: #D11947;
}
.svgCanvas .node-circle {
  fill: #fff;
  stroke: #979c9f;
  stroke-width: 1;
  fill-opacity: 1;
  stroke-opacity: 1;
}
.svgCanvas .node-circle.selected {
  stroke: #000;
  stroke-width: 2;
}
.svgCanvas .node-circle-selected {
  fill: none;
  stroke: #000;
  stroke-width: 2;
}
.svgCanvas .node-circle-stale {
  fill: #bbc8d3;
  stroke: #bbc8d3;
  stroke-width: 1;
  fill-opacity: 1;
  stroke-opacity: 1;
}
.svgCanvas .composite-connection .connectable-fill {
  stroke: none;
  fill: #FFA800;
}
.svgCanvas .composite-connection .connectable-fill.clock-event {
  fill: #09B8CE;
}
.svgCanvas .composite-connection .connectable-circle {
  stroke: #979C9f;
  fill: none;
}
.svgCanvas .composite-connection .connectable-circle.selected {
  stroke: #000;
  stroke-width: 2;
}
.svgCanvas .composite-connection .connectable-path {
  fill: #FFF;
  stroke: none;
}
.svgCanvas .connection-point .connection-point-fill {
  stroke: none;
  fill: #00827F;
}
.svgCanvas .connection-point .connection-point-circle {
  stroke: #979C9f;
  fill: none;
}
.svgCanvas .connection-point .connection-point-circle.selected {
  stroke: #000;
  stroke-width: 2;
}
.svgCanvas .connection-point .connection-point-path {
  stroke: none;
  fill: #FFF;
}
.svgCanvas .connection-point .connection-point-path .inner-path {
  stroke: #00827F;
  stroke-width: 2;
}
.svgCanvas .connecting-line {
  stroke-width: 1;
  stroke: #ccc;
  z-index: -100;
  stroke-linecap: round;
}
.svgCanvas .connecting-line.hidden-helper {
  stroke-width: 8;
  opacity: 0;
}
.svgCanvas .connecting-line:hover, .svgCanvas .connecting-line.selected {
  stroke: #bbb;
  stroke-width: 2.5;
}
.svgCanvas .connecting-line.virtual {
  stroke-dasharray: 7, 3;
}
.svgCanvas .connecting-line.bundle {
  stroke-width: 3.5;
}
.svgCanvas .connecting-line.bundle:hover {
  stroke-width: 4.5;
}
.svgCanvas .connecting-line.active {
  stroke: #01b301;
}
.svgCanvas .connecting-line.stale {
  stroke: #455c73;
}
.svgCanvas .connecting-line.error {
  stroke: #da1616;
}
.svgCanvas .connecting-line.trace {
  stroke: #851cb3;
}
.svgCanvas .connecting-line.highlighted {
  stroke: #851cb3;
  stroke-width: 2.5;
}
.svgCanvas .connecting-line.temporary {
  stroke: #ffc557;
}
.svgCanvas .connecting-line.inherited {
  stroke-dasharray: 8, 3;
}
.svgCanvas .connecting-line.clocks-events {
  stroke: #1e7e9c;
}
.svgCanvas .connecting-line.pinHighlight {
  stroke: #000;
  stroke-width: 2.5;
}
.svgCanvas .connecting-line.pinHighlight.bundle {
  stroke-width: 4.5;
}
.svgCanvas .connecting-line.axial {
  stroke: deepskyblue;
  stroke-width: 1.2;
}
.svgCanvas .bend-point circle {
  fill: #aeaeae;
  stroke: #000000;
  stroke-width: 2;
  stroke-opacity: 0;
  fill-opacity: 0;
}
.svgCanvas .bend-point circle:hover {
  fill-opacity: 1;
  stroke-opacity: 1;
}
.svgCanvas .bend-point.selected circle {
  fill-opacity: 1;
  stroke-opacity: 1;
}
.svgCanvas .node-statusbar {
  transform: translate(-22px, 22px) rotate(-90deg);
  stroke-dasharray: 37.74;
  stroke-dashoffset: 37.74;
  animation: progress 2s infinite;
}
.svgCanvas .in-progress {
  stroke-dasharray: 17.75;
  stroke-dashoffset: 17.75;
  transform: translate(22px, 22px) rotate(90deg);
}
.svgCanvas .node-results-text {
  font-size: 10px;
  stroke: none;
  fill: #000;
}
.svgCanvas .resize-handles.nw {
  cursor: nw-resize;
}
.svgCanvas .resize-handles.sw {
  cursor: sw-resize;
}
.svgCanvas .resize-handles.ne {
  cursor: ne-resize;
}
.svgCanvas .resize-handles.se {
  cursor: se-resize;
}
@keyframes progress {
  from {
    stroke-dashoffset: 34.557;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dance {
  33% {
    transform: translateX(-50px) scale(0.14);
  }
  66% {
    transform: translateX(50px) scale(0.14);
  }
}

.edit-in-place {
  display: flex;
}
.edit-in-place.nodeName {
  position: absolute;
}
.edit-in-place.box {
  height: 100%;
}
.edit-in-place .editing {
  background-color: #B8D7EC;
  border: 1px solid #006FBA;
  border-radius: 3px;
  padding: 2px 3px;
  width: 100%;
  text-align: center;
  line-height: 1.2em;
}
.edit-in-place.error {
  color: red;
}

.exit-continue {
  padding: 5px 10px;
}
.exit-continue .button {
  height: 30px;
  min-width: 161px;
  line-height: 30px;
}

.trace-field-dropdown {
  width: 270px;
  background-color: #f9f7f7;
  border: solid 1px #BBBBBB;
  border-radius: 3px;
}
.trace-field-dropdown:hover {
  cursor: pointer;
}
.trace-field-dropdown:hover input {
  cursor: pointer;
}
.trace-field-dropdown:hover.open.editable input {
  cursor: default;
}
.trace-field-dropdown.disabled {
  background-color: #EEEEEE;
}
.trace-field-dropdown.disabled input {
  background-color: #EEEEEE;
}
.trace-field-dropdown .dd-trigger {
  background-color: transparent;
  border: none;
}
.trace-field-dropdown .dd-trigger input {
  line-height: 28px;
  height: 28px;
}
.trace-field-dropdown .dd-trigger .dd-button {
  padding: 7px 5px 7px 5px;
}
.trace-field-dropdown .dd-trigger .dd-button:hover {
  background-color: #EEEEEE;
}

.trace-field-dropdown-content {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dv-signposting {
  width: 400px;
  margin-top: 100px;
  margin-left: 300px;
  position: absolute;
  pointer-events: none;
  text-align: center;
}
.dv-signposting img {
  width: 100%;
}
.dv-signposting .caption {
  width: 320px;
  margin: 20px auto auto;
  font-size: 24px;
  color: #9D53FF;
}

.library-node-editor {
  background-color: #eee;
}
.library-node-editor .library-node-panel {
  width: 1000px;
  height: 100%;
  background-color: #eee;
  box-shadow: rgba(0, 0, 0, 0.33) 0 0 10px 1px;
  padding-bottom: 40px;
}

.canvas-overlay {
  pointer-events: none;
  animation: fadeinOverlay 2s;
  opacity: 0.5;
}
@keyframes fadeinOverlay {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}

.canvas-loading {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
}
.canvas-loading .inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.canvas-loading .content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: fadeinSpinner 2s;
}
.canvas-loading .spinner {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-width: 6px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #9D53FF;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}
.canvas-loading .spinner.small {
  width: 65px;
  height: 65px;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeinSpinner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.canvas-error-togglers {
  display: flex;
}
.canvas-error-togglers .issues-toggler {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border-radius: 3px;
  height: 27px;
  line-height: 27px;
  border: solid 1px #BBBBBB;
  padding: 0 7px 0 7px;
}
.canvas-error-togglers .issues-toggler.errors {
  background: #F2BFCB;
  margin-right: 5px;
}
.canvas-error-togglers .issues-toggler.warnings {
  background: #FFE7B8;
  margin-right: 5px;
}
.canvas-error-togglers .issues-toggler.background {
  background: rgb(225.25, 225.25, 225.25);
  margin-left: auto;
}
.canvas-error-togglers .issues-toggler input {
  margin-right: 2px;
}

.error-card-animate {
  animation: outline-glow 0.2s cubic-bezier(0, 0, 0.2, 1) 2;
}

@keyframes outline-glow {
  100% {
    outline-width: 7px;
  }
}
#canvas-error-scroll {
  scroll-behavior: smooth;
}

/* Ember table components */
.query-object-table table {
  width: 100%;
}